@charset "UTF-8";
body {
  scroll-behavior: smooth;
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: rgb(255, 255, 255);
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(133, 27, 255);
}

main {
  overflow: hidden;
}

.header__row_button a {
  padding: 18px 24px 18px 24px;
  border: 1px solid #000000;
  border-radius: 105px;
  background-color: white;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header__row_button a:hover {
  background-color: black;
  color: white;
}
.header__row_button a:active {
  background-color: gray;
  color: white;
  border: 1px solid gray;
}

.burger {
  display: none;
}

.question__form_content form button, .service__card_button a, .content__button a {
  display: inline-block;
  padding: 25px 105px;
  background: #5e25c8;
  border-radius: 105px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: -0.05em;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.question__form_content form button:hover, .service__card_button a:hover, .content__button a:hover {
  background: #7644d3;
}
.question__form_content form button:active, .service__card_button a:active, .content__button a:active {
  background: #5800ff;
}

.container {
  max-width: 1420px;
  margin: 0 auto;
}

.hidden {
  visibility: hidden;
}

.header__row {
  margin: 48px 0px 58px 0px;
  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;
}
.header__row_logo a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  color: #000000;
}
.header__row_menu {
  width: 552px;
}
.header__row_menu ul li a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  opacity: 0.7;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.header__row_menu ul li a:hover {
  opacity: 1;
}
.ul-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hello {
  overflow: hidden;
  height: 76vh;
  margin-top: 100px;
}
.hello__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hello__row_image {
  position: relative;
}
.hello_image {
  position: relative;
}

.content__title {
  max-width: 573px;
  margin-bottom: 24px;
}
.content__title h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 100.9%;
  /* or 81px */
  color: #101010;
}
.content__discription {
  max-width: 573px;
  margin-bottom: 36px;
}
.content__discription p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140.9%;
  /* or 34px */
  color: #000000;
}
.image {
  position: relative;
}
.image__first-frame {
  position: absolute;
  -webkit-animation: items 2s infinite ease alternate;
          animation: items 2s infinite ease alternate;
  z-index: 0;
  right: 1px;
}
.image__second-frame {
  position: absolute;
  -webkit-animation: shadow 2s infinite ease alternate;
          animation: shadow 2s infinite ease alternate;
  top: 240px;
  z-index: 0;
  right: 530px;
}
.image__second-frame img {
  -webkit-animation: shadow-cup 2s infinite ease alternate;
          animation: shadow-cup 2s infinite ease alternate;
}
.image__three-frame {
  position: absolute;
  -webkit-animation: shadow 2s infinite ease alternate;
          animation: shadow 2s infinite ease alternate;
  right: 1px;
  z-index: -1;
}
.image__four-frame {
  position: absolute;
  -webkit-animation: blocks 2s infinite ease alternate;
          animation: blocks 2s infinite ease alternate;
  right: 1px;
  z-index: 0;
}
.image__five-frame {
  position: absolute;
  -webkit-animation: cup 2s infinite ease alternate;
          animation: cup 2s infinite ease alternate;
  right: 1px;
  z-index: 0;
}
.image__six-frame {
  position: absolute;
  -webkit-animation: blocks 2s infinite ease alternate;
          animation: blocks 2s infinite ease alternate;
  right: 1px;
  z-index: 0;
}
.image__seven-frame {
  position: absolute;
  -webkit-animation: blocks 2s infinite ease alternate;
          animation: blocks 2s infinite ease alternate;
  right: 1px;
  z-index: 0;
}

@-webkit-keyframes blocks {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

@keyframes blocks {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@-webkit-keyframes items {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes items {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@-webkit-keyframes shadow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes shadow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@-webkit-keyframes shadow-cup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes shadow-cup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@-webkit-keyframes cup {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes cup {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.ab-us__visibled {
  display: none;
}

.about-us {
  overflow: hidden;
  background: #1e0972;
  position: relative;
}
.about-us__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px 20px 0px;
}
.about-us__content_title {
  margin-bottom: 36px;
}
.about-us__content_title h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 100.9%;
  /* or 81px */
  color: #ffffff;
}
.about-us__content_discription {
  max-width: 701.34px;
}
.about-us__content_discription p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160.9%;
  /* or 29px */
  color: #ffffff;
}
.about-us__image_row {
  position: relative;
}

.image__row_first {
  -webkit-animation: ab-us1 5s infinite ease alternate;
          animation: ab-us1 5s infinite ease alternate;
}
.image__row_second {
  top: 0px;
  position: absolute;
  -webkit-animation: ab-us2 3s infinite ease alternate;
          animation: ab-us2 3s infinite ease alternate;
}
.image__row_three {
  top: 0px;
  position: absolute;
  -webkit-animation: ab-us3 5s infinite ease alternate;
          animation: ab-us3 5s infinite ease alternate;
}
.image__row_four {
  top: 0px;
  position: absolute;
  -webkit-animation: ab-us4 2s infinite ease alternate;
          animation: ab-us4 2s infinite ease alternate;
}
.image__row_five {
  top: 0px;
  position: absolute;
  -webkit-animation: ab-us5 2s infinite ease alternate;
          animation: ab-us5 2s infinite ease alternate;
}

@-webkit-keyframes ab-us1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes ab-us1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes ab-us2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes ab-us2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes ab-us3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes ab-us3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes ab-us4 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes ab-us4 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes ab-us5 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes ab-us5 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.ellipse-ab-us-one {
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-animation: buble-one 5s infinite ease alternate;
          animation: buble-one 5s infinite ease alternate;
}

.ellipse-ab-us-two {
  position: absolute;
  right: 0px;
  -webkit-animation: buble-two 5s infinite ease alternate;
          animation: buble-two 5s infinite ease alternate;
}

@-webkit-keyframes buble-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes buble-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes buble-two {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes buble-two {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.service {
  margin-bottom: 98px;
}
.service__button {
  margin-top: 35px;
  text-align: center;
}
.service__button a {
  display: inline-block;
  border: 1px solid black;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 105px;
  padding: 23px 64px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.05em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: black;
}
.service__button a:hover {
  border: 1px solid black;
  color: white;
  background-color: black;
}
.service__header {
  margin-top: 87px;
  margin-bottom: 64px;
}
.service__header_title h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 100.9%;
  /* or 48px */
  color: #000000;
}
.service__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service__card {
  max-width: 400px;
  padding: 32px 25px;
  border: 1px solid #666666;
  border-radius: 25px;
  margin-bottom: 25px;
  /* Тени на карточке */
}
.service__card_key {
  display: inline-block;
  background: #ebebeb;
  margin-bottom: 32px;
}
.service__card_key p {
  padding: 8px 12px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160.9%;
  /* or 26px */
  color: #000000;
  opacity: 0.8;
}
.service__card_title {
  margin-bottom: 16px;
}
.service__card_title h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
.service__card_discription {
  margin-bottom: 43px;
}
.service__card_discription p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160.9%;
  /* or 26px */
  color: #000000;
  opacity: 0.6;
}
.service__card_price {
  margin-bottom: 43px;
}
.service__card_price p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
.service__card_button {
  text-align: center;
}
.visitBG {
  background: url(../image/visitBG.png) center center no-repeat;
}

.lpBG {
  background: url(../image/LPBG.png) center center no-repeat;
}

.mnogoBG {
  background: url(../image/mnogBG.png) center center no-repeat;
}

.seoBG {
  background: url(../image/seoBG.png) center center no-repeat;
}

.tildaBG {
  background: url(../image/tildaBG.png) center center no-repeat;
}

.designBG {
  background: url(../image/designBG.png) center center no-repeat;
}

.works {
  overflow: hidden;
  position: relative;
  background: -o-linear-gradient(125.83deg, #6b53fc -7.48%, rgba(233, 13, 246, 0.168728) 141.77%, rgba(255, 0, 245, 0.0208333) 141.78%);
  background: linear-gradient(324.17deg, #6b53fc -7.48%, rgba(233, 13, 246, 0.168728) 141.77%, rgba(255, 0, 245, 0.0208333) 141.78%);
}
.works__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -150px;
  margin-top: 100px;
}
.works__first-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 50px;
  margin-right: 50px;
}
.works__first-card h3 {
  max-width: 585px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 100.9%;
  /* or 65px */
  color: #ffffff;
}
.works__second-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 10px;
  margin-bottom: 20px;
}
.works__card-second {
  position: relative;
}
.works__card-second_text {
  display: none;
  position: absolute;
  top: 160px;
  left: 120px;
  z-index: 5;
  text-align: center;
}
.works__card-second_text h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 100.9%;
  /* or 65px */
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
.works__card-second_text p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 100.9%;
  /* or 32px */
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-top: 10px;
  border-top: 3px solid white;
}
.works__three-card {
  margin-right: 10px;
}
.works__card-three_text {
  display: none;
  position: absolute;
  top: 190px;
  left: 190px;
  z-index: 5;
  text-align: center;
}
.works__card-three_text h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 100.9%;
  /* or 65px */
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
.works__card-three_text p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 100.9%;
  /* or 32px */
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-top: 10px;
  border-top: 3px solid white;
}
.works__four-card {
  margin-left: 10px;
  margin-bottom: 20px;
}
.works__card-four_text {
  display: none;
  position: absolute;
  top: 160px;
  left: 160px;
  z-index: 5;
  text-align: center;
}
.works__card-four_text h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 100.9%;
  /* or 65px */
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
.works__card-four_text p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 100.9%;
  /* or 32px */
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-top: 10px;
  border-top: 3px solid white;
}
.works__five-card {
  margin-left: 10px;
  margin-bottom: 20px;
}
.works__card-five_text {
  display: none;
  position: absolute;
  top: 190px;
  left: 80px;
  z-index: 5;
  text-align: center;
}
.works__card-five_text h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 100.9%;
  /* or 65px */
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
.works__card-five_text p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 100.9%;
  /* or 32px */
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-top: 10px;
  border-top: 3px solid white;
}
.works__six-card {
  margin-left: 10px;
}
.works__card-six_text {
  display: none;
  position: absolute;
  top: 140px;
  left: 185px;
  z-index: 5;
  text-align: center;
}
.works__card-six_text h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 100.9%;
  /* or 65px */
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
.works__card-six_text p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 100.9%;
  /* or 32px */
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-top: 10px;
  border-top: 3px solid white;
}
.works__button {
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
}
.works__button a {
  display: inline-block;
  border: 1px solid #ffffff;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 105px;
  padding: 23px 64px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.05em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
}
.works__button a:hover {
  background-color: white;
  color: #6b53fc;
}

.second-card-blur {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wworkcard {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wworktext {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.three-card-blur {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.four-card-blur {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.five-card-blur {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ellipse-portfolio-one {
  position: absolute;
  top: 293px;
  left: -505px;
}

.ellipse-portfolio-two {
  position: absolute;
  top: 843px;
  right: -582px;
}

.ellipse-portfolio-three {
  top: 79px;
  right: 73px;
  position: absolute;
}

.ellipse-portfolio-four {
  position: absolute;
  top: 1252px;
  right: 823px;
}

.ellipse-portfolio-five {
  top: 1736px;
  left: 153px;
  position: absolute;
}

.ellipse-portfolio-six {
  top: 1825px;
  left: 933px;
  position: absolute;
}

.block {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  display: block;
}

.blur {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.second-card__blur {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.first-card__blur {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.three-card__blur {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.four-card__blur {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.five-card__blur {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.stages {
  background: url(../image/stagesBG.png) no-repeat;
}
.stages__header {
  margin-top: 96px;
}
.stages__header_title h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 100.9%;
  /* or 48px */
  color: #000000;
}
.stages__cards-slider {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
  margin-bottom: 96px;
}
.stages__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
  margin-bottom: 96px;
}

.stage__cards_card {
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
  position: relative;
  max-width: 700px;
  max-height: 494px;
  padding: 119px 74px 98px 74px;
  background: #833ddb;
  border-radius: 25px;
  margin-bottom: 21px;
}
.stage__card_number {
  position: absolute;
  top: 0px;
  left: 0px;
}
.stage__card_number p {
  text-align: center;
  background: #ffffff;
  padding: 20px 51px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 100.9%;
  /* or 36px */
  color: #000000;
}
.stage__card_title {
  margin-bottom: 48px;
}
.stage__card_title h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 100.9%;
  /* or 36px */
  color: #ffffff;
}
.stage__card_discription p {
  max-width: 531px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 160.4%;
  /* or 42px */
  color: #ffffff;
}

.question {
  padding: 90px 0px;
  overflow: hidden;
  background: #f6f7fe;
}
.question__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.question__form_title {
  margin-bottom: 64px;
}
.question__form_title h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 100.9%;
  /* or 48px */
  text-align: center;
  color: #000000;
}
.question__form_content {
  max-width: 516px;
}
.question__form_content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.question__form_content form input {
  padding: 31px 24px;
  background: #ffffff;
  border: 3px solid #aaaaaa;
  border-radius: 15px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #b6b6b6;
  margin-bottom: 20px;
}
.question__form_content form button {
  padding: 24px 60px;
  margin: 0 auto;
  border: none;
}

.robots {
  padding: 98px 0px;
}
.robots__row_title {
  margin-bottom: 24px;
}
.robots__row_title h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120.4%;
  /* or 48px */
  color: #000000;
}
.robots__text_title {
  margin-bottom: 24px;
}
.robots__text_title h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 100.9%;
  /* or 36px */
  color: #000000;
}
.robots__text_content {
  margin-bottom: 24px;
}
.robots__text_content p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160.9%;
  /* or 32px */
  color: #000000;
}

.links a {
  color: rgb(1, 72, 255);
}

.footer {
  position: relative;
  padding: 49px 0px 48px 0px;
  background: #0e153a;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__row_menu {
  width: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__row_logo a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  color: white;
}
.footer__row_email a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}
.footer_logo a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  color: white;
}
.footer_email a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__pk {
  text-align: center;
  margin-top: 56px;
}
.footer__pk a {
  display: inline-block;
  padding: 37px 250px 0px 250px;
  border-top: 1px solid #212749;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  opacity: 0.5;
}

.footer-nav {
  width: 415px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-nav li a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}

.scrollTop {
  position: absolute;
  top: 50px;
  right: 50px;
}
.scrollTop img {
  -webkit-animation: arrow 2s infinite ease alternate;
          animation: arrow 2s infinite ease alternate;
}
.scrollTop:hover {
  cursor: pointer;
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: scaleY(-10px);
            transform: scaleY(-10px);
  }
  100% {
    -webkit-transform: scaleY(10px);
            transform: scaleY(10px);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: scaleY(-10px);
            transform: scaleY(-10px);
  }
  100% {
    -webkit-transform: scaleY(10px);
            transform: scaleY(10px);
  }
}
.header__row_burger-btn {
  display: none;
}

.linecb {
  width: 218px;
  height: 0px;
  margin: 20px auto 0 auto;
  border-top: 0.5px solid #000000;
}

.callback {
  display: none;
  z-index: 100;
  visibility: hidden;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 496px;
  max-height: 557px;
  padding: 0px 10px;
  background: #ffffff;
  border-radius: 45px;
}
.callback label {
  margin-top: 16px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.callback__row {
  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;
  margin: 0 auto;
}
.callback__row_header {
  margin: 0 auto;
}
.callback__row_header h2 {
  margin-top: 56px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
}
.callback__row_form {
  margin: 0 auto;
}
.callback__row_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.callback__row_form form input {
  margin: 7.5px 0px;
  width: 335px;
  background: #FFFFFF;
  border: 3px solid #AAAAAA;
  border-radius: 15px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.05em;
  padding: 12px 15px;
  color: #000000;
  opacity: 0.5;
}
.callback__row_accept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.callback__row_accept p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120.5%;
  /* or 14px */
  letter-spacing: -0.04em;
  color: #000000;
}

.obrabotka {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120.5%;
  /* or 14px */
  letter-spacing: -0.04em;
  color: #000000;
}

.btn-question {
  display: inline-block;
  margin: 24px auto;
  padding: 10px 30px;
  text-align: center;
  background: #5e25c8;
  border-radius: 105px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.05em;
  border: 0px;
  color: #ffffff;
  -webkit-transition: 1s background;
  -o-transition: 1s background;
  transition: 1s background;
}
.btn-question:hover {
  background: #7644d3;
}
.btn-question:active {
  background: #5800ff;
}

.callback-close a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  top: 25px;
  right: 30px;
  position: absolute;
  border: 0.1px solid rgba(0, 0, 0, 0.4235294118);
  border-radius: 50%;
  background: #ffffff;
}
.callback-close a img {
  max-width: 15px;
  margin-left: 10px;
}

.bgcgray {
  display: block;
  top: 0px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  right: -5000px;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 70;
  opacity: 0;
  background-color: black;
}

.bgcgray-modal {
  display: block;
  top: 0px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  right: -5000px;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 29;
  opacity: 0;
  background-color: black;
}

.visib {
  position: fixed;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0.3;
  top: 0px;
  display: block;
  left: 0px;
}

.popup-vis {
  display: block;
}

.range-cb {
  margin: auto;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-animation: popupopen 0.3s ease;
          animation: popupopen 0.3s ease;
}

@-webkit-keyframes popupopen {
  from {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes popupopen {
  from {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.checkbox {
  margin: 0px 0;
}
.checkbox .checkbox-label {
  position: relative;
  display: block;
  height: 14px;
  width: 40px;
  background: #898989;
  border-radius: 100px;
  cursor: pointer;
}
.checkbox .checkbox-label:after {
  position: absolute;
  left: -2px;
  top: -3px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #d6d6d6;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
  content: "";
}
.checkbox .checkbox-label:active:after {
  -webkit-transform: scale(1.15, 0.85);
      -ms-transform: scale(1.15, 0.85);
          transform: scale(1.15, 0.85);
}
.checkbox .checkbox-input {
  display: none;
}
.checkbox .checkbox-input:checked ~ label {
  background: #5e25c8;
}
.checkbox .checkbox-input:checked ~ label:after {
  left: 20px;
  background: #401987;
}
.checkbox .checkbox-input:disabled ~ label {
  background: #d6d6d6;
  pointer-events: none;
}
.checkbox .checkbox-input:disabled ~ label:after {
  background: #bcbcbc;
}

.custom-checkbox {
  cursor: pointer;
}
.custom-checkbox .checkbox {
  width: 25px;
  height: 25px;
  background: #ffffff;
  border: 3px solid #5e25c8;
  margin-right: 10px;
  position: relative;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 70%;
  height: auto;
  display: none;
}

.custom-checkbox input:checked + .checkbox .checkmark {
  display: block;
}

.hidden-checkbox {
  display: none;
  position: absolute;
}

.custom-checkboxs .checkboxs {
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 3px solid #5e25c8;
  margin-right: 10px;
  position: relative;
}
.custom-checkboxs .checkmarks {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 70%;
  height: auto;
  display: none;
}

.custom-checkboxs input:checked + .checkboxs .checkmarks {
  display: block;
}

.hidden-checkboxs {
  display: none;
  position: absolute;
}

.rq {
  margin-top: 0px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.04em;
  color: #000000;
}
.rq label {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rq label p {
  margin-left: 10px;
  width: 320px;
}

.none {
  display: none;
}

.custom-radio {
  cursor: pointer;
}

.btn-question-pop {
  margin: 24px auto;
  padding: 10px 30px;
  text-align: center;
  background: #5e25c8;
  border-radius: 105px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.05em;
  border: 0px;
  background: #d9d9d9;
  color: #5e25c8;
}

.accept {
  margin: 24px auto;
  padding: 10px 30px;
  text-align: center;
  background: #5e25c8;
  border-radius: 105px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.05em;
  border: 0px;
  color: #ffffff;
}

.main-links {
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160.9%;
  /* or 26px */
  color: #000000;
  opacity: 0.6;
}

.main-links__link {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160.9%;
  /* or 26px */
  color: #000000;
  opacity: 0.6;
}

.main-links__links {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160.9%;
  /* or 26px */
  color: white;
  opacity: 0.6;
}

.hidden-image {
  opacity: 0;
  position: absolute;
  top: 0px;
  right: 1px;
  z-index: 10;
  width: 750px;
  height: 600px;
  background-color: black;
}

.hidden-image-two {
  opacity: 0;
  position: absolute;
  top: 0px;
  right: 1px;
  z-index: 10;
  width: 750px;
  height: 700px;
  background-color: black;
}

.message {
  z-index: 1000;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160.9%;
  /* or 26px */
  padding: 10px 0px;
  color: rgb(133, 62, 255);
  top: 0px;
  display: none;
  width: 100%;
  text-align: center;
  position: fixed;
  background-color: rgb(238, 231, 231);
  -webkit-animation: popupopen 0.3s ease;
          animation: popupopen 0.3s ease;
}

.message-close {
  -webkit-animation: messageclose 0.3s ease;
          animation: messageclose 0.3s ease;
}

@-webkit-keyframes messageclose {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}

@keyframes messageclose {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  body {
    scroll-behavior: smooth;
  }
  .header__row_button a {
    padding: 18px 24px 18px 24px;
    border: 1px solid #000000;
    border-radius: 105px;
    background-color: white;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__row_button a:hover {
    background-color: black;
    color: white;
  }
  .header__row_button a:active {
    background-color: gray;
    color: white;
    border: 1px solid gray;
  }
  .container {
    max-width: 260px;
    margin: 0 auto;
  }
  .hidden {
    visibility: hidden;
  }
  .header {
    overflow: hidden;
    position: relative;
  }
  .header__row {
    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;
  }
  .header__row_logo a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
  }
  .header__row_menu {
    display: none;
    width: 552px;
  }
  .header__row_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__row_menu ul li a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    opacity: 0.7;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .header__row_menu ul li a:hover {
    opacity: 1;
  }
  .header__row_button {
    display: none;
  }
  .ul-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .burger {
    display: block;
    top: 0px;
    padding-top: 150px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    right: -1000px;
    text-align: center;
    position: fixed;
    width: 80%;
    height: 100%;
    z-index: 101;
    background-color: white;
  }
  .burger-title {
    margin-bottom: 20px;
  }
  .burger-title a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
  }
  .burger-menu ul li {
    margin-bottom: 10px;
  }
  .burger-menu ul li a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    opacity: 0.7;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .burger-menu ul li a:hover {
    opacity: 1;
  }
  .range {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    right: 0px;
  }
  .burger-btn {
    z-index: 11;
  }
  .burger-btn a {
    display: inline-block;
    padding: 10px 38px;
    background: #5e25c8;
    border-radius: 105px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: -0.05em;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .burger-btn a:hover {
    background: #7644d3;
  }
  .burger-btn a:active {
    background: #5800ff;
  }
  .header__row_burger-btn {
    position: fixed;
    z-index: 15;
    right: 10px;
    top: 1px;
  }
  #toggle {
    display: none;
  }
  /**
      Hamburger
    **/
  .hamburger {
    position: absolute;
    top: 5.4em;
    right: 5%;
    margin-left: -2em;
    margin-top: -45px;
    width: 3em;
    height: 45px;
    z-index: 5;
  }
  .hamburger div {
    position: relative;
    width: 1.5em;
    height: 3px;
    border-radius: 1px;
    background-color: black;
    margin-top: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .firstLine {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 6.5px;
    left: 0px;
  }
  .threeLine {
    display: none;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .secondLine {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .hello {
    margin-top: 30px;
    height: 550px;
  }
  .hello__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hello__row_content {
    margin-bottom: 10px;
  }
  .hello__row_image {
    left: 15px;
    position: relative;
  }
  .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content__title {
    margin: 0 50px 15px 50px;
    text-align: center;
    width: 153px;
  }
  .content__title h1 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 24px */
    text-align: center;
  }
  .content__discription {
    width: 198px;
    margin: 0 30px 15px 30px;
    text-align: center;
  }
  .content__discription p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160.4%;
    /* or 22px */
    text-align: center;
  }
  .content__button {
    text-align: center;
  }
  .content__button a {
    padding: 10px 38px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.05em;
    color: #ffffff;
  }
  .image {
    position: relative;
  }
  .image__first-frame {
    position: absolute;
    -webkit-animation: items 2s infinite ease alternate;
            animation: items 2s infinite ease alternate;
    z-index: 0;
    right: 1px;
    top: 240px;
  }
  .image__first-frame img {
    max-width: 300px;
  }
  .image__second-frame {
    position: absolute;
    -webkit-animation: shadow 2s infinite ease alternate;
            animation: shadow 2s infinite ease alternate;
    z-index: 0;
    top: 326px;
    right: 192px;
  }
  .image__second-frame img {
    -webkit-animation: shadow-cup 2s infinite ease alternate;
            animation: shadow-cup 2s infinite ease alternate;
    max-width: 300px;
  }
  .image__three-frame {
    position: absolute;
    -webkit-animation: shadow 2s infinite ease alternate;
            animation: shadow 2s infinite ease alternate;
    right: 1px;
    top: 240px;
    z-index: -1;
  }
  .image__three-frame img {
    max-width: 300px;
  }
  .image__four-frame {
    position: absolute;
    -webkit-animation: blocks 2s infinite ease alternate;
            animation: blocks 2s infinite ease alternate;
    right: 1px;
    top: 240px;
    z-index: 0;
  }
  .image__four-frame img {
    max-width: 300px;
  }
  .image__five-frame {
    position: absolute;
    -webkit-animation: cup 2s infinite ease alternate;
            animation: cup 2s infinite ease alternate;
    right: 1px;
    top: 240px;
    z-index: 0;
  }
  .image__five-frame img {
    max-width: 300px;
  }
  .image__six-frame {
    position: absolute;
    -webkit-animation: blocks 2s infinite ease alternate;
            animation: blocks 2s infinite ease alternate;
    right: 1px;
    top: 240px;
    z-index: 0;
  }
  .image__six-frame img {
    max-width: 300px;
  }
  .image__seven-frame {
    position: absolute;
    -webkit-animation: blocks 2s infinite ease alternate;
            animation: blocks 2s infinite ease alternate;
    right: 1px;
    top: 240px;
    z-index: 0;
  }
  .image__seven-frame img {
    max-width: 300px;
  }
  @-webkit-keyframes blocks {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
  }
  @keyframes blocks {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
  }
  @-webkit-keyframes items {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }
  @keyframes items {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }
  @-webkit-keyframes shadow {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }
  @keyframes shadow {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }
  @-webkit-keyframes shadow-cup {
    0% {
      -webkit-transform: scale(0.3);
              transform: scale(0.3);
    }
    100% {
      -webkit-transform: scale(0.2);
              transform: scale(0.2);
    }
  }
  @keyframes shadow-cup {
    0% {
      -webkit-transform: scale(0.3);
              transform: scale(0.3);
    }
    100% {
      -webkit-transform: scale(0.2);
              transform: scale(0.2);
    }
  }
  @-webkit-keyframes cup {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  @keyframes cup {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  .ab-us__hidden {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: none;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160.9%;
    /* or 23px */
    text-align: center;
    color: #ffffff;
  }
  .about-us {
    overflow: hidden;
    background: #1e0972;
    position: relative;
    padding: 20px;
  }
  .about-us__row {
    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: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0px 20px 0px;
  }
  .about-us__content_title {
    margin-bottom: 36px;
  }
  .about-us__content_title h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 24px */
    text-align: center;
    color: #ffffff;
  }
  .about-us__content_discription {
    position: relative;
    text-align: center;
    z-index: 5;
    max-width: 219px;
  }
  .about-us__content_discription a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160.9%;
    /* or 23px */
    text-align: center;
    padding-top: 20px;
    color: #ffffff;
  }
  .about-us__content_discription p {
    z-index: 5;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160.9%;
    /* or 23px */
    text-align: center;
    color: #ffffff;
  }
  .about-us__image_row {
    margin-top: 50px;
    position: relative;
  }
  .image {
    position: absolute;
    z-index: 0;
  }
  .image__row_first {
    z-index: 0;
    -webkit-animation: ab-us1 5s infinite ease alternate;
            animation: ab-us1 5s infinite ease alternate;
  }
  .image__row_first img {
    z-index: -1;
    max-width: 300px;
  }
  .image__row_second {
    top: 0px;
    z-index: 0;
    position: absolute;
    -webkit-animation: ab-us2 3s infinite ease alternate;
            animation: ab-us2 3s infinite ease alternate;
  }
  .image__row_second img {
    z-index: -1;
    max-width: 300px;
  }
  .image__row_three {
    top: 0px;
    z-index: 0;
    position: absolute;
    -webkit-animation: ab-us3 5s infinite ease alternate;
            animation: ab-us3 5s infinite ease alternate;
  }
  .image__row_three img {
    z-index: -1;
    max-width: 300px;
  }
  .image__row_four {
    top: 0px;
    z-index: 0;
    position: absolute;
    -webkit-animation: ab-us4 2s infinite ease alternate;
            animation: ab-us4 2s infinite ease alternate;
  }
  .image__row_four img {
    z-index: -1;
    max-width: 300px;
  }
  .image__row_five {
    top: 0px;
    z-index: 0;
    position: absolute;
    -webkit-animation: ab-us5 2s infinite ease alternate;
            animation: ab-us5 2s infinite ease alternate;
  }
  .image__row_five img {
    z-index: -1;
    max-width: 300px;
  }
  @-webkit-keyframes ab-us1 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  @keyframes ab-us1 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  @-webkit-keyframes ab-us2 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @keyframes ab-us2 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @-webkit-keyframes ab-us3 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @keyframes ab-us3 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @-webkit-keyframes ab-us4 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @keyframes ab-us4 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @-webkit-keyframes ab-us5 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
    }
  }
  @keyframes ab-us5 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
    }
  }
  .ellipse-ab-us-one {
    position: absolute;
    left: -250px;
    bottom: 0px;
    -webkit-animation: buble-one 5s infinite ease alternate;
            animation: buble-one 5s infinite ease alternate;
  }
  .ellipse-ab-us-one img {
    width: 100px;
  }
  .ellipse-ab-us-two {
    position: absolute;
    right: -250px;
    -webkit-animation: buble-two 5s infinite ease alternate;
            animation: buble-two 5s infinite ease alternate;
  }
  @-webkit-keyframes buble-one {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  @keyframes buble-one {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  @-webkit-keyframes buble-two {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
  }
  @keyframes buble-two {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
  }
  .service {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .service__button {
    margin-top: 5px;
    text-align: center;
  }
  .service__button a {
    display: inline-block;
    padding: 10px 28px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.05em;
    color: #000000;
  }
  .service__header {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .service__header_title h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 24px */
    text-align: center;
    color: #000000;
  }
  .service__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service__card {
    max-width: 400px;
    padding: 15px 20px;
    border: 1px solid #666666;
    border-radius: 25px;
    margin-bottom: 25px;
    /* Тени на карточке */
  }
  .service__card_key {
    display: inline-block;
    background: #ebebeb;
    margin-bottom: 12px;
  }
  .service__card_key p {
    padding: 5px 8px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 160.9%;
    /* or 16px */
    color: #000000;
  }
  .service__card_title {
    margin-bottom: 12px;
  }
  .service__card_title h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
  }
  .service__card_discription {
    margin-bottom: 12px;
  }
  .service__card_discription p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 160.9%;
    /* or 16px */
    color: #000000;
    opacity: 0.6;
  }
  .service__card_price {
    margin-bottom: 12px;
  }
  .service__card_price p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
  }
  .service__card_button {
    text-align: center;
  }
  .service__card_button a {
    padding: 10px 38px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.05em;
    color: #ffffff;
  }
  .visitBG {
    background: url(../image/visitBG.png) center center no-repeat;
  }
  .lpBG {
    background: url(../image/LPBG.png) center center no-repeat;
  }
  .mnogoBG {
    background: url(../image/mnogBG.png) center center no-repeat;
  }
  .seoBG {
    background: url(../image/seoBG.png) center center no-repeat;
  }
  .tildaBG {
    background: url(../image/tildaBG.png) center center no-repeat;
  }
  .designBG {
    background: url(../image/designBG.png) center center no-repeat;
  }
  .works {
    overflow: hidden;
    position: relative;
    background: -o-linear-gradient(125.83deg, #6b53fc -7.48%, rgba(233, 13, 246, 0.168728) 141.77%, rgba(255, 0, 245, 0.0208333) 141.78%);
    background: linear-gradient(324.17deg, #6b53fc -7.48%, rgba(233, 13, 246, 0.168728) 141.77%, rgba(255, 0, 245, 0.0208333) 141.78%);
  }
  .works__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0px;
    margin-top: 36px;
  }
  .works__first-card {
    text-align: center;
    margin-left: 40px;
  }
  .works__first-card h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 24px */
    text-align: center;
    color: #ffffff;
  }
  .works__second-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .works__card-second {
    margin-left: -20px;
    position: relative;
  }
  .works__card-second_img img {
    max-width: 300px;
  }
  .works__card-second_text {
    display: none;
    position: absolute;
    top: 60px;
    left: 50px;
    z-index: 5;
    text-align: center;
  }
  .works__card-second_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-second_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__three-card {
    margin-left: -20px;
    margin-bottom: 20px;
  }
  .works__card-three_img img {
    max-width: 300px;
  }
  .works__card-three_text {
    display: none;
    position: absolute;
    top: 60px;
    left: 70px;
    z-index: 5;
    text-align: center;
  }
  .works__card-three_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-three_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__four-card {
    margin-left: -20px;
    margin-bottom: 20px;
  }
  .works__card-four_img img {
    max-width: 300px;
  }
  .works__card-four_text {
    display: none;
    position: absolute;
    top: 50px;
    left: 60px;
    z-index: 5;
    text-align: center;
  }
  .works__card-four_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-four_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__five-card {
    margin-left: -20px;
    margin-bottom: 10px;
  }
  .works__card-five_img img {
    max-width: 300px;
  }
  .works__card-five_text {
    display: none;
    position: absolute;
    top: 60px;
    left: 20px;
    z-index: 5;
    text-align: center;
  }
  .works__card-five_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-five_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__six-card {
    margin-left: -20px;
  }
  .works__card-six_img img {
    max-width: 300px;
  }
  .works__card-six_text {
    display: none;
    position: absolute;
    top: 40px;
    left: 60px;
    z-index: 5;
    text-align: center;
  }
  .works__card-six_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-six_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__button {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
  }
  .works__button a {
    display: inline-block;
    border: 1px solid #ffffff;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 105px;
    padding: 10px 38px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.05em;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    color: #ffffff;
  }
  .works__button a:hover {
    background-color: white;
    color: #6b53fc;
  }
  .second-card-blur {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .wworkcard {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .wworktext {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .three-card-blur {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .four-card-blur {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .five-card-blur {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .ellipse-portfolio-one {
    position: absolute;
    bottom: 1px;
    left: 5px;
  }
  .ellipse-portfolio-one img {
    max-width: 200px;
  }
  .ellipse-portfolio-two {
    position: absolute;
    top: -50px;
    right: -50px;
  }
  .ellipse-portfolio-two img {
    max-width: 200px;
  }
  .ellipse-portfolio-three {
    top: 79px;
    left: -73px;
    position: absolute;
    z-index: 0;
  }
  .ellipse-portfolio-three img {
    max-width: 200px;
  }
  .ellipse-portfolio-four {
    position: absolute;
    top: 332px;
    right: 23px;
  }
  .ellipse-portfolio-four img {
    max-width: 300px;
  }
  .ellipse-portfolio-five {
    top: 636px;
    left: -3px;
    position: absolute;
  }
  .ellipse-portfolio-five img {
    max-width: 200px;
  }
  .ellipse-portfolio-six {
    top: 725px;
    left: 33px;
    position: absolute;
  }
  .ellipse-portfolio-six img {
    max-width: 200px;
  }
  .block {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
  }
  .blur {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .second-card__blur {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .first-card__blur {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .three-card__blur {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .four-card__blur {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .five-card__blur {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .stages {
    overflow: hidden;
    background: url(../image/stagesBG.png) center center no-repeat;
  }
  .stages__header {
    margin-top: 40px;
  }
  .stages__header_title {
    text-align: center;
  }
  .stages__header_title h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 24px */
    color: #000000;
  }
  .stages__cards-slider {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 36px;
  }
  .stages__cards {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 36px;
  }
  .stage {
    position: relative;
  }
  .stage__cards {
    position: absolute;
  }
  .stage__cards_card {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
    position: relative;
    width: 276px;
    height: 135px;
    padding: 40px 25px 30px 25px;
    background: #833ddb;
    border-radius: 10px;
    margin-bottom: 21px;
  }
  .stage__card_number {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .stage__card_number p {
    padding: 8px 17px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 100.9%;
    /* or 15px */
    color: #000000;
  }
  .stage__card_title {
    margin-bottom: 10px;
  }
  .stage__card_title h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100.9%;
    /* or 16px */
    color: #ffffff;
  }
  .stage__card_discription p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    /* or 16px */
    color: #ffffff;
  }
  .question {
    overflow: hidden;
    padding: 20px 0px;
    background: #f6f7fe;
  }
  .question__row {
    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;
  }
  .question__row_img img {
    max-width: 289px;
  }
  .question__form_title {
    margin-bottom: 24px;
  }
  .question__form_title h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100.9%;
    /* or 20px */
    text-align: center;
    color: #000000;
  }
  .question__form_content {
    max-width: 516px;
  }
  .question__form_content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .question__form_content form input {
    margin-bottom: 12px;
    padding: 8px 15px;
    background: #ffffff;
    border: 2px solid #aaaaaa;
    border-radius: 5px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #b6b6b6;
  }
  .question__form_content form button {
    margin-top: 20px;
    padding: 10px 38px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.05em;
    letter-spacing: -0.05em;
    color: #ffffff;
  }
  .robots {
    overflow: hidden;
    padding: 38px 0px;
  }
  .robots__row_title {
    margin-bottom: 24px;
  }
  .robots__row_title h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120.4%;
    /* or 24px */
    color: #000000;
  }
  .robots__text_title {
    margin-bottom: 14px;
  }
  .robots__text_title h4 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100.9%;
    /* or 20px */
    color: #000000;
  }
  .robots__text_content {
    margin-bottom: 14px;
  }
  .robots__text_content p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160.9%;
    /* or 23px */
    color: #000000;
  }
  .links a {
    color: rgb(1, 72, 255);
  }
  .footer {
    overflow: hidden;
    position: relative;
    padding: 20px 0px 20px 0px;
    background: #0e153a;
  }
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .footer__row_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__row_logo {
    margin-left: -40px;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer__row_logo a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
  }
  .footer__row_email a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
  }
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__pk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 13px;
    margin-top: 20px;
  }
  .footer__pk a {
    text-align: center;
    display: inline-block;
    padding: 20px 0px 0px 0px;
    border-top: 1px solid #212749;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
  }
  .footer-nav {
    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;
    margin-left: -77px;
  }
  .footer-nav li {
    margin-bottom: 10px;
  }
  .footer-nav li a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    opacity: 0.7;
  }
  .scrollTop {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .scrollTop img {
    -webkit-animation: arrow 2s infinite ease alternate;
            animation: arrow 2s infinite ease alternate;
  }
  .scrollTop:hover {
    cursor: pointer;
  }
  @-webkit-keyframes arrow {
    0% {
      -webkit-transform: scaleY(-10px);
              transform: scaleY(-10px);
    }
    100% {
      -webkit-transform: scaleY(10px);
              transform: scaleY(10px);
    }
  }
  @keyframes arrow {
    0% {
      -webkit-transform: scaleY(-10px);
              transform: scaleY(-10px);
    }
    100% {
      -webkit-transform: scaleY(10px);
              transform: scaleY(10px);
    }
  }
  .visiblesss {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
    -webkit-transform: scaleY(200px);
        -ms-transform: scaleY(200px);
            transform: scaleY(200px);
    -webkit-animation: showBlock 1s linear forwards;
            animation: showBlock 1s linear forwards;
  }
  @-webkit-keyframes showBlock {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes showBlock {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .ab-us__visibled {
    display: block;
    max-width: 200px;
    left: 100px;
    bottom: -20;
    position: absolute;
    z-index: 5;
    cursor: pointer;
  }
  .hidden-320 {
    display: none;
  }
  .header__row_burger-btn {
    display: block;
  }
  .bgcgray {
    display: block;
    top: 0px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    right: -1000px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 29;
    opacity: 0;
    background-color: black;
  }
  .bgcgray-modal {
    display: block;
    top: 0px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    right: -5000px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    background-color: black;
  }
  .visib {
    position: fixed;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 0.3;
    top: 0px;
    display: block;
    left: 0px;
    z-index: 100;
  }
  .linecb {
    width: 132px;
    height: 0px;
    margin: 15px auto 0 auto;
    border-top: 0.5px solid #000000;
  }
  .callback {
    z-index: 100;
    visibility: hidden;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 260px;
    max-height: 362px;
    padding: 40px 33px;
    background: #ffffff;
    border-radius: 35px;
  }
  .callback label {
    margin-top: 10px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
  }
  .callback__row {
    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;
    margin: 0 auto;
  }
  .callback__row_header h2 {
    margin-top: 0;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
  }
  .callback__row_form {
    margin: 0 auto;
  }
  .callback__row_form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .callback__row_form form input {
    margin: 5px 0px 0 0;
    width: 194px;
    padding: 10px 10px;
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    border-radius: 8px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.05em;
    padding: 12px 15px;
    color: #000000;
    opacity: 0.5;
  }
  .callback__row_accept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .callback__row_accept p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120.5%;
    /* or 14px */
    letter-spacing: -0.04em;
    color: #000000;
  }
  .obrabotka {
    max-width: 184.71px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 120.5%;
    /* or 10px */
    letter-spacing: -0.04em;
    color: #000000;
  }
  .btn-question {
    display: inline-block;
    margin: 24px auto;
    padding: 10px 30px;
    text-align: center;
    background: #5e25c8;
    border-radius: 105px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    border: 0px;
    -webkit-transition: 1s background;
    -o-transition: 1s background;
    transition: 1s background;
  }
  .btn-question:hover {
    background: #7644d3;
  }
  .btn-question:active {
    background: #5800ff;
  }
  .callback-close a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    position: absolute;
    border: 0.1px solid rgba(0, 0, 0, 0.4235294118);
    border-radius: 50%;
    background: #ffffff;
  }
  .callback-close a img {
    max-width: 11px;
    margin-left: 5px;
    margin-top: 1px;
  }
  .range-cb {
    margin: auto;
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .checkbox {
    margin: 0px 0;
  }
  .checkbox .checkbox-label {
    position: relative;
    display: block;
    height: 14px;
    width: 40px;
    background: #898989;
    border-radius: 100px;
    cursor: pointer;
  }
  .checkbox .checkbox-label:after {
    position: absolute;
    left: -2px;
    top: -3px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #d6d6d6;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    content: "";
  }
  .checkbox .checkbox-label:active:after {
    -webkit-transform: scale(1.15, 0.85);
        -ms-transform: scale(1.15, 0.85);
            transform: scale(1.15, 0.85);
  }
  .checkbox .checkbox-input {
    display: none;
  }
  .checkbox .checkbox-input:checked ~ label {
    background: #5e25c8;
  }
  .checkbox .checkbox-input:checked ~ label:after {
    left: 20px;
    background: #401987;
  }
  .checkbox .checkbox-input:disabled ~ label {
    background: #d6d6d6;
    pointer-events: none;
  }
  .checkbox .checkbox-input:disabled ~ label:after {
    background: #bcbcbc;
  }
  .custom-checkbox .checkbox {
    width: 15px;
    height: 15px;
    background: #ffffff;
    border: 3px solid #5e25c8;
    margin-right: 10px;
    position: relative;
  }
  .custom-checkbox .checkmark {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 70%;
    height: auto;
    display: none;
  }
  .custom-checkbox input:checked + .checkbox .checkmark {
    display: block;
  }
  .hidden-checkbox {
    display: none;
    position: absolute;
  }
  .custom-checkboxs .checkboxs {
    width: 15px;
    height: 15px;
    background: #ffffff;
    border: 3px solid #5e25c8;
    margin-right: 10px;
    position: relative;
  }
  .custom-checkboxs .checkmarks {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 70%;
    height: auto;
    display: none;
  }
  .custom-checkboxs input:checked + .checkboxs .checkmarks {
    display: block;
  }
  .hidden-checkboxs {
    display: none;
    position: absolute;
  }
  .rq {
    margin-top: 0px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.04em;
    color: #000000;
  }
  .rq label {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rq label p {
    margin-left: 10px;
    width: 220px;
  }
  .none {
    display: none;
  }
  .btn-question-pop {
    margin: 15px auto;
    padding: 11px 62px;
    text-align: center;
    background: #5e25c8;
    border-radius: 105px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.05em;
    border: 0px;
    background: #d9d9d9;
    color: #5e25c8;
  }
  .accept {
    margin: 15px auto;
    padding: 11px 62px;
    text-align: center;
    background: #5e25c8;
    border-radius: 105px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    border: 0px;
    color: #ffffff;
  }
  .hidden-image {
    opacity: 0;
    position: absolute;
    top: 230px;
    right: 1px;
    z-index: 10;
    width: 750px;
    height: 300px;
    background-color: black;
  }
  .hidden-image-two {
    opacity: 0;
    position: absolute;
    top: 0px;
    right: 1px;
    z-index: 10;
    width: 750px;
    height: 400px;
    background-color: black;
  }
}
@media (min-width: 576px) and (max-width: 772px) {
  body {
    scroll-behavior: smooth;
  }
  .container {
    max-width: 460px;
    margin: 0 auto;
  }
  .hidden {
    visibility: hidden;
  }
  .header {
    overflow: hidden;
    position: relative;
  }
  .header__row {
    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;
  }
  .header__row_logo a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    color: #000000;
  }
  .header__row_menu {
    display: none;
    width: 552px;
  }
  .header__row_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__row_menu ul li a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    opacity: 0.7;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .header__row_menu ul li a:hover {
    opacity: 1;
  }
  .header__row_button {
    display: none;
  }
  .ul-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .burger {
    display: block;
    top: 0px;
    padding-top: 150px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    right: -1000px;
    text-align: center;
    position: fixed;
    width: 300px;
    height: 100%;
    z-index: 101;
    background-color: white;
  }
  .burger-title {
    margin-bottom: 20px;
  }
  .burger-title a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
  }
  .burger-menu ul li {
    margin-bottom: 10px;
  }
  .burger-menu ul li a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    opacity: 0.7;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .burger-menu ul li a:hover {
    opacity: 1;
  }
  .range {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    right: 0px;
  }
  .burger-btn {
    z-index: 28;
  }
  .burger-btn a {
    display: inline-block;
    padding: 10px 38px;
    background: #5e25c8;
    border-radius: 105px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: -0.05em;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .burger-btn a:hover {
    background: #7644d3;
  }
  .burger-btn a:active {
    background: #5800ff;
  }
  .header__row_burger-btn {
    position: fixed;
    z-index: 36;
    right: 10px;
    top: -10px;
  }
  #toggle {
    display: none;
  }
  /**
        Hamburger
      **/
  .hamburger {
    position: absolute;
    top: 5.4em;
    right: 5%;
    margin-left: -2em;
    margin-top: -45px;
    width: 3em;
    height: 45px;
    z-index: 31;
  }
  .hamburger div {
    position: relative;
    width: 1.5em;
    height: 3px;
    border-radius: 1px;
    background-color: black;
    margin-top: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .firstLine {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    z-index: 36;
    top: 6.5px;
    left: 0px;
  }
  .threeLine {
    z-index: 36;
    display: none;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .secondLine {
    z-index: 36;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .hello {
    margin-top: 30px;
    height: 750px;
  }
  .hello__row {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hello__row_content {
    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;
    margin-bottom: 10px;
  }
  .hello__row_image {
    top: -20px;
    left: 220px;
    position: relative;
  }
  .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content__title {
    text-align: center;
  }
  .content__title h1 {
    max-width: 460px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 100.9%;
    /* or 24px */
    text-align: center;
  }
  .content__discription {
    margin: 0 30px 24px 30px;
    text-align: center;
  }
  .content__discription p {
    max-width: 444px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 160.4%;
    /* or 22px */
    text-align: center;
  }
  .content__button {
    text-align: center;
  }
  .content__button a {
    padding: 25px 97px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 16px;
    letter-spacing: -0.05em;
    color: #ffffff;
  }
  .image {
    position: relative;
  }
  .image__first-frame {
    position: absolute;
    -webkit-animation: items 2s infinite ease alternate;
            animation: items 2s infinite ease alternate;
    z-index: 0;
    right: 1px;
    top: 20px;
  }
  .image__first-frame img {
    max-width: 450px;
  }
  .image__second-frame {
    position: absolute;
    -webkit-animation: shadow 2s infinite ease alternate;
            animation: shadow 2s infinite ease alternate;
    z-index: 0;
    top: 156px;
    right: 305.5px;
  }
  .image__second-frame img {
    -webkit-animation: shadow-cup 2s infinite ease alternate;
            animation: shadow-cup 2s infinite ease alternate;
    max-width: 450px;
  }
  .image__three-frame {
    position: absolute;
    -webkit-animation: shadow 2s infinite ease alternate;
            animation: shadow 2s infinite ease alternate;
    right: 1px;
    top: 20px;
    z-index: -1;
  }
  .image__three-frame img {
    max-width: 450px;
  }
  .image__four-frame {
    position: absolute;
    -webkit-animation: blocks 2s infinite ease alternate;
            animation: blocks 2s infinite ease alternate;
    right: 1px;
    top: 20px;
    z-index: 0;
  }
  .image__four-frame img {
    max-width: 450px;
  }
  .image__five-frame {
    position: absolute;
    -webkit-animation: cup 2s infinite ease alternate;
            animation: cup 2s infinite ease alternate;
    right: 1px;
    top: 20px;
    z-index: 0;
  }
  .image__five-frame img {
    max-width: 450px;
  }
  .image__six-frame {
    position: absolute;
    -webkit-animation: blocks 2s infinite ease alternate;
            animation: blocks 2s infinite ease alternate;
    right: 1px;
    top: 20px;
    z-index: 0;
  }
  .image__six-frame img {
    max-width: 450px;
  }
  .image__seven-frame {
    position: absolute;
    -webkit-animation: blocks 2s infinite ease alternate;
            animation: blocks 2s infinite ease alternate;
    right: 1px;
    top: 20px;
    z-index: 0;
  }
  .image__seven-frame img {
    max-width: 450px;
  }
  @-webkit-keyframes blocks {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
  }
  @keyframes blocks {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
  }
  @-webkit-keyframes items {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }
  @keyframes items {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }
  @-webkit-keyframes shadow {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }
  @keyframes shadow {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }
  @-webkit-keyframes shadow-cup {
    0% {
      -webkit-transform: scale(0.3);
              transform: scale(0.3);
    }
    100% {
      -webkit-transform: scale(0.2);
              transform: scale(0.2);
    }
  }
  @keyframes shadow-cup {
    0% {
      -webkit-transform: scale(0.3);
              transform: scale(0.3);
    }
    100% {
      -webkit-transform: scale(0.2);
              transform: scale(0.2);
    }
  }
  @-webkit-keyframes cup {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  @keyframes cup {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  .ab-us__hidden {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: none;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 160.9%;
    /* or 23px */
    text-align: center;
    color: #ffffff;
  }
  .about-us {
    overflow: hidden;
    background: #1e0972;
    position: relative;
    padding: 60px;
  }
  .about-us__row {
    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: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0px 20px 0px;
  }
  .about-us__content_title {
    margin-bottom: 36px;
  }
  .about-us__content_title h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 100.9%;
    /* or 24px */
    text-align: center;
    color: #ffffff;
  }
  .about-us__content_discription {
    position: relative;
    text-align: center;
    z-index: 5;
  }
  .about-us__content_discription a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160.9%;
    /* or 23px */
    text-align: center;
    padding-top: 20px;
    color: #ffffff;
  }
  .about-us__content_discription p {
    z-index: 5;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 160.9%;
    /* or 23px */
    text-align: center;
    color: #ffffff;
  }
  .about-us__image_row {
    margin-top: 50px;
    position: relative;
  }
  .image {
    position: absolute;
    z-index: 0;
  }
  .image__row_first {
    z-index: 0;
    -webkit-animation: ab-us1 5s infinite ease alternate;
            animation: ab-us1 5s infinite ease alternate;
  }
  .image__row_first img {
    z-index: -1;
    max-width: 350px;
  }
  .image__row_second {
    top: 0px;
    z-index: 0;
    position: absolute;
    -webkit-animation: ab-us2 3s infinite ease alternate;
            animation: ab-us2 3s infinite ease alternate;
  }
  .image__row_second img {
    z-index: -1;
    max-width: 350px;
  }
  .image__row_three {
    top: 0px;
    z-index: 0;
    position: absolute;
    -webkit-animation: ab-us3 5s infinite ease alternate;
            animation: ab-us3 5s infinite ease alternate;
  }
  .image__row_three img {
    z-index: -1;
    max-width: 350px;
  }
  .image__row_four {
    top: 0px;
    z-index: 0;
    position: absolute;
    -webkit-animation: ab-us4 2s infinite ease alternate;
            animation: ab-us4 2s infinite ease alternate;
  }
  .image__row_four img {
    z-index: -1;
    max-width: 350px;
  }
  .image__row_five {
    top: 0px;
    z-index: 0;
    position: absolute;
    -webkit-animation: ab-us5 2s infinite ease alternate;
            animation: ab-us5 2s infinite ease alternate;
  }
  .image__row_five img {
    z-index: -1;
    max-width: 350px;
  }
  @-webkit-keyframes ab-us1 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  @keyframes ab-us1 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  @-webkit-keyframes ab-us2 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @keyframes ab-us2 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @-webkit-keyframes ab-us3 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @keyframes ab-us3 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @-webkit-keyframes ab-us4 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @keyframes ab-us4 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @-webkit-keyframes ab-us5 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
    }
  }
  @keyframes ab-us5 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
    }
  }
  .ellipse-ab-us-one {
    position: absolute;
    left: -250px;
    bottom: 0px;
    -webkit-animation: buble-one 5s infinite ease alternate;
            animation: buble-one 5s infinite ease alternate;
  }
  .ellipse-ab-us-one img {
    width: 100px;
  }
  .ellipse-ab-us-two {
    position: absolute;
    right: -250px;
    -webkit-animation: buble-two 5s infinite ease alternate;
            animation: buble-two 5s infinite ease alternate;
  }
  @-webkit-keyframes buble-one {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  @keyframes buble-one {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  @-webkit-keyframes buble-two {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
  }
  @keyframes buble-two {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
  }
  .service {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .service__button {
    margin-top: 5px;
    text-align: center;
  }
  .service__button a {
    display: inline-block;
    padding: 24px 30px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 18px;
    letter-spacing: -0.05em;
    color: #000000;
  }
  .service__header {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .service__header_title h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100.9%;
    /* or 24px */
    text-align: center;
    color: #000000;
  }
  .service__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service__card {
    max-width: 400px;
    height: 400px;
    padding: 35px 30px;
    border: 1px solid #666666;
    border-radius: 25px;
    margin-bottom: 25px;
    /* Тени на карточке */
  }
  .service__card_key {
    display: inline-block;
    background: #ebebeb;
    margin-bottom: 32px;
  }
  .service__card_key p {
    padding: 8px 16px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160.9%;
    /* or 16px */
    color: #000000;
  }
  .service__card_title {
    margin-bottom: 22px;
  }
  .service__card_title h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 20px;
    color: #000000;
  }
  .service__card_discription {
    margin-bottom: 32px;
  }
  .service__card_discription p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 160.9%;
    /* or 16px */
    color: #000000;
    opacity: 0.6;
  }
  .service__card_price {
    margin-bottom: 32px;
  }
  .service__card_price p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 20px;
    color: #000000;
  }
  .service__card_button {
    text-align: center;
  }
  .service__card_button a {
    padding: 20px 58px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 16px;
    letter-spacing: -0.05em;
    color: #ffffff;
  }
  .visitBG {
    background: url(../image/visitBG.png) center center no-repeat;
  }
  .lpBG {
    background: url(../image/LPBG.png) center center no-repeat;
  }
  .mnogoBG {
    background: url(../image/mnogBG.png) center center no-repeat;
  }
  .seoBG {
    background: url(../image/seoBG.png) center center no-repeat;
  }
  .tildaBG {
    background: url(../image/tildaBG.png) center center no-repeat;
  }
  .designBG {
    background: url(../image/designBG.png) center center no-repeat;
  }
  .works {
    overflow: hidden;
    position: relative;
    background: -o-linear-gradient(125.83deg, #6b53fc -7.48%, rgba(233, 13, 246, 0.168728) 141.77%, rgba(255, 0, 245, 0.0208333) 141.78%);
    background: linear-gradient(324.17deg, #6b53fc -7.48%, rgba(233, 13, 246, 0.168728) 141.77%, rgba(255, 0, 245, 0.0208333) 141.78%);
  }
  .works__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0px;
    margin-top: 36px;
  }
  .works__first-card {
    text-align: center;
    margin-left: 40px;
  }
  .works__first-card h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 100.9%;
    /* or 24px */
    text-align: center;
    color: #ffffff;
  }
  .works__second-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .works__card-second {
    margin-left: -20px;
    position: relative;
    z-index: 10;
  }
  .works__card-second_img img {
    max-width: 500px;
  }
  .works__card-second_text {
    display: none;
    position: absolute;
    top: 110px;
    left: 80px;
    z-index: 5;
    text-align: center;
  }
  .works__card-second_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-second_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__three-card {
    position: relative;
    z-index: 10;
    margin-left: -20px;
    margin-bottom: 20px;
  }
  .works__card-three {
    z-index: 10;
  }
  .works__card-three_img {
    z-index: 10;
  }
  .works__card-three_img img {
    max-width: 500px;
  }
  .works__card-three_text {
    display: none;
    position: absolute;
    top: 120px;
    left: 90px;
    z-index: 5;
    text-align: center;
  }
  .works__card-three_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-three_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__four-card {
    position: relative;
    z-index: 10;
    margin-left: -20px;
    margin-bottom: 20px;
  }
  .works__card-four {
    z-index: 10;
  }
  .works__card-four_img img {
    max-width: 500px;
  }
  .works__card-four_text {
    display: none;
    position: absolute;
    top: 90px;
    left: 120px;
    z-index: 5;
    text-align: center;
  }
  .works__card-four_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-four_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__five-card {
    position: relative;
    z-index: 10;
    margin-left: -20px;
    margin-bottom: 10px;
  }
  .works__card-five {
    z-index: 10;
  }
  .works__card-five_img img {
    max-width: 500px;
  }
  .works__card-five_text {
    display: none;
    position: absolute;
    top: 110px;
    left: 20px;
    z-index: 5;
    text-align: center;
  }
  .works__card-five_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-five_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__six-card {
    position: relative;
    z-index: 10;
    margin-left: -20px;
  }
  .works__card-six_img img {
    max-width: 500px;
  }
  .works__card-six_text {
    display: none;
    position: absolute;
    top: 70px;
    left: 90px;
    z-index: 5;
    text-align: center;
  }
  .works__card-six_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-six_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__button {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
  }
  .works__button a {
    display: inline-block;
    border: 1px solid #ffffff;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 105px;
    padding: 24px 30px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 18px;
    letter-spacing: -0.05em;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    color: #ffffff;
  }
  .works__button a:hover {
    background-color: white;
    color: #6b53fc;
  }
  .second-card-blur {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .wworkcard {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .wworktext {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .three-card-blur {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .four-card-blur {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .five-card-blur {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .ellipse-portfolio-one {
    position: absolute;
    bottom: 1px;
    left: 5px;
  }
  .ellipse-portfolio-one img {
    max-width: 200px;
  }
  .ellipse-portfolio-two {
    position: absolute;
    top: -50px;
    right: -50px;
  }
  .ellipse-portfolio-two img {
    max-width: 200px;
  }
  .ellipse-portfolio-three {
    top: 79px;
    left: -73px;
    position: absolute;
  }
  .ellipse-portfolio-three img {
    max-width: 200px;
  }
  .ellipse-portfolio-four {
    position: absolute;
    top: 332px;
    right: 23px;
  }
  .ellipse-portfolio-four img {
    max-width: 300px;
  }
  .ellipse-portfolio-five {
    top: 636px;
    left: -3px;
    position: absolute;
  }
  .ellipse-portfolio-five img {
    max-width: 200px;
  }
  .ellipse-portfolio-six {
    top: 725px;
    left: 33px;
    position: absolute;
  }
  .ellipse-portfolio-six img {
    max-width: 200px;
  }
  .block {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
  }
  .blur {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .second-card__blur {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .first-card__blur {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .three-card__blur {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .four-card__blur {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .five-card__blur {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .stages {
    overflow: hidden;
    background: url(../image/stagesBG.png) center center no-repeat;
  }
  .stages__header {
    margin-top: 40px;
  }
  .stages__header_title {
    text-align: center;
  }
  .stages__header_title h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 100.9%;
    /* or 24px */
    color: #000000;
  }
  .stages__cards-slider {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 36px;
  }
  .stages__cards {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 36px;
  }
  .stage {
    position: relative;
  }
  .stage__cards {
    position: absolute;
  }
  .stage__cards_card {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
    position: relative;
    width: 276px;
    height: 225px;
    padding: 60px 35px 40px 50px;
    background: #833ddb;
    border-radius: 10px;
    margin-bottom: 41px;
  }
  .stage__card_number {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .stage__card_number p {
    padding: 8px 17px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 15px */
    color: #000000;
  }
  .stage__card_title {
    margin-bottom: 10px;
  }
  .stage__card_title h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 16px */
    color: #ffffff;
  }
  .stage__card_discription p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    /* or 16px */
    color: #ffffff;
  }
  .question {
    overflow: hidden;
    padding: 20px 0px;
    background: #f6f7fe;
  }
  .question__row {
    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;
  }
  .question__row_img img {
    max-width: 410px;
  }
  .question__form_title {
    margin-bottom: 24px;
  }
  .question__form_title h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 100.9%;
    /* or 20px */
    text-align: center;
    color: #000000;
  }
  .question__form_content {
    max-width: 516px;
  }
  .question__form_content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .question__form_content form input {
    width: 400px;
    margin-bottom: 12px;
    padding: 18px 30px;
    background: #ffffff;
    border: 2px solid #aaaaaa;
    border-radius: 15px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #b6b6b6;
  }
  .question__form_content form button {
    margin-top: 20px;
    padding: 24px 30px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 18px;
    letter-spacing: -0.05em;
    color: #ffffff;
  }
  .robots {
    overflow: hidden;
    padding: 38px 0px;
  }
  .robots__row_title {
    margin-bottom: 34px;
  }
  .robots__row_title h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120.4%;
    /* or 24px */
    color: #000000;
  }
  .robots__text_title {
    margin-bottom: 14px;
  }
  .robots__text_title h4 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100.9%;
    /* or 20px */
    color: #000000;
  }
  .robots__text_content {
    margin-bottom: 14px;
  }
  .robots__text_content p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160.9%;
    /* or 23px */
    color: #000000;
  }
  .links a {
    color: rgb(1, 72, 255);
  }
  .footer {
    overflow: hidden;
    position: relative;
    padding: 20px 0px 20px 0px;
    background: #0e153a;
  }
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .footer__row_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__row_logo {
    margin-left: -390px;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer__row_logo a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    color: #ffffff;
  }
  .footer__row_email {
    margin-left: -100px;
  }
  .footer__row_email a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
  }
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__pk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 73px;
    margin-top: 20px;
  }
  .footer__pk a {
    text-align: center;
    display: inline-block;
    padding: 20px 0px 0px 0px;
    border-top: 1px solid #212749;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
  }
  .footer-nav {
    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;
    margin-left: -77px;
  }
  .footer-nav li {
    margin-bottom: 10px;
  }
  .footer-nav li a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    color: #ffffff;
    opacity: 0.7;
  }
  .scrollTop {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .scrollTop img {
    -webkit-animation: arrow 2s infinite ease alternate;
            animation: arrow 2s infinite ease alternate;
  }
  .scrollTop:hover {
    cursor: pointer;
  }
  @-webkit-keyframes arrow {
    0% {
      -webkit-transform: scaleY(-10px);
              transform: scaleY(-10px);
    }
    100% {
      -webkit-transform: scaleY(10px);
              transform: scaleY(10px);
    }
  }
  @keyframes arrow {
    0% {
      -webkit-transform: scaleY(-10px);
              transform: scaleY(-10px);
    }
    100% {
      -webkit-transform: scaleY(10px);
              transform: scaleY(10px);
    }
  }
  .visiblesss {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
    -webkit-transform: scaleY(200px);
        -ms-transform: scaleY(200px);
            transform: scaleY(200px);
    -webkit-animation: showBlock 1s linear forwards;
            animation: showBlock 1s linear forwards;
  }
  @-webkit-keyframes showBlock {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes showBlock {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .ab-us__visibled {
    display: block;
    max-width: 200px;
    left: 217px;
    bottom: -20;
    position: absolute;
    z-index: 5;
    cursor: pointer;
  }
  .hidden-320 {
    display: none;
  }
  .bgcgray {
    display: block;
    top: 0px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    right: -1000px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 29;
    opacity: 0;
    background-color: black;
  }
  .visib {
    position: fixed;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 0.3;
    top: 0px;
    display: block;
    left: 0px;
    z-index: 100;
  }
  .header__row_burger-btn {
    z-index: 35;
  }
  .header__row_burger-btn {
    display: block;
  }
  .checkbox {
    margin: 0px 0;
  }
  .checkbox .checkbox-label {
    position: relative;
    display: block;
    height: 14px;
    width: 40px;
    background: #898989;
    border-radius: 100px;
    cursor: pointer;
  }
  .checkbox .checkbox-label:after {
    position: absolute;
    left: -2px;
    top: -3px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #d6d6d6;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    content: "";
  }
  .checkbox .checkbox-label:active:after {
    -webkit-transform: scale(1.15, 0.85);
        -ms-transform: scale(1.15, 0.85);
            transform: scale(1.15, 0.85);
  }
  .checkbox .checkbox-input {
    display: none;
  }
  .checkbox .checkbox-input:checked ~ label {
    background: #5e25c8;
  }
  .checkbox .checkbox-input:checked ~ label:after {
    left: 20px;
    background: #401987;
  }
  .checkbox .checkbox-input:disabled ~ label {
    background: #d6d6d6;
    pointer-events: none;
  }
  .checkbox .checkbox-input:disabled ~ label:after {
    background: #bcbcbc;
  }
  .custom-checkbox .checkbox {
    width: 15px;
    height: 15px;
    background: #ffffff;
    border: 3px solid #5e25c8;
    margin-right: 10px;
    position: relative;
  }
  .custom-checkbox .checkmark {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 70%;
    height: auto;
    display: none;
  }
  .custom-checkbox input:checked + .checkbox .checkmark {
    display: block;
  }
  .hidden-checkbox {
    display: none;
    position: absolute;
  }
  .custom-checkboxs .checkboxs {
    width: 15px;
    height: 15px;
    background: #ffffff;
    border: 3px solid #5e25c8;
    margin-right: 10px;
    position: relative;
  }
  .custom-checkboxs .checkmarks {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 70%;
    height: auto;
    display: none;
  }
  .custom-checkboxs input:checked + .checkboxs .checkmarks {
    display: block;
  }
  .hidden-checkboxs {
    display: none;
    position: absolute;
  }
  .rq {
    margin-top: 0px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.04em;
    color: #000000;
  }
  .rq label {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rq label p {
    margin-left: 10px;
    width: 220px;
  }
  .none {
    display: none;
  }
  .btn-question-pop {
    margin: 24px auto;
    padding: 10px 30px;
    text-align: center;
    background: #5e25c8;
    border-radius: 105px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.05em;
    border: 0px;
    background: #d9d9d9;
    color: #5e25c8;
  }
  .accept {
    margin: 24px auto;
    padding: 10px 30px;
    text-align: center;
    background: #5e25c8;
    border-radius: 105px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.05em;
    border: 0px;
    color: #ffffff;
  }
  .hidden-image {
    opacity: 0;
    position: absolute;
    top: 230px;
    right: 1px;
    z-index: 10;
    width: 750px;
    height: 300px;
    background-color: black;
  }
  .hidden-image-two {
    opacity: 0;
    position: absolute;
    top: 0px;
    right: 1px;
    z-index: 10;
    width: 750px;
    height: 400px;
    background-color: black;
  }
}
@media (min-width: 773px) and (max-width: 992px) {
  body {
    scroll-behavior: smooth;
  }
  .form__cont_req {
    margin-bottom: 50px;
  }
  .container {
    max-width: 720px;
    margin: 0 auto;
  }
  .hidden {
    visibility: hidden;
  }
  .header {
    overflow: hidden;
    position: relative;
  }
  .header__row {
    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;
  }
  .header__row_logo a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    color: #000000;
  }
  .header__row_menu {
    display: none;
    width: 552px;
  }
  .header__row_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__row_menu ul li a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    opacity: 0.7;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .header__row_menu ul li a:hover {
    opacity: 1;
  }
  .header__row_button {
    display: none;
  }
  .ul-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .burger {
    display: block;
    top: 0px;
    padding-top: 150px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    right: -1000px;
    text-align: center;
    position: fixed;
    width: 300px;
    height: 100%;
    z-index: 101;
    background-color: white;
  }
  .burger-title {
    margin-bottom: 20px;
  }
  .burger-title a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
  }
  .burger-menu ul li {
    margin-bottom: 10px;
  }
  .burger-menu ul li a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    opacity: 0.7;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .burger-menu ul li a:hover {
    opacity: 1;
  }
  .range {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    right: 0px;
  }
  .burger-btn {
    z-index: 28;
  }
  .burger-btn a {
    display: inline-block;
    padding: 10px 38px;
    background: #5e25c8;
    border-radius: 105px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: -0.05em;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .burger-btn a:hover {
    background: #7644d3;
  }
  .burger-btn a:active {
    background: #5800ff;
  }
  .header__row_burger-btn {
    position: fixed;
    z-index: 36;
    right: 10px;
    top: -10px;
  }
  #toggle {
    display: none;
  }
  /**
        Hamburger
      **/
  .hamburger {
    position: absolute;
    top: 5.4em;
    right: 5%;
    margin-left: -2em;
    margin-top: -45px;
    width: 3em;
    height: 45px;
    z-index: 31;
  }
  .hamburger div {
    position: relative;
    width: 1.5em;
    height: 3px;
    border-radius: 1px;
    background-color: black;
    margin-top: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .firstLine {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    z-index: 36;
    top: 6.5px;
    left: 0px;
  }
  .threeLine {
    z-index: 36;
    display: none;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .secondLine {
    z-index: 36;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .hello {
    margin-top: 30px;
    height: 700px;
  }
  .hello__row {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hello__row_content {
    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;
    margin-bottom: 10px;
  }
  .hello__row_image {
    top: -20px;
    left: 220px;
    position: relative;
  }
  .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content__title {
    text-align: center;
  }
  .content__title h1 {
    max-width: 460px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 100.9%;
    /* or 24px */
    text-align: center;
  }
  .content__discription {
    margin: 0 30px 24px 30px;
    text-align: center;
  }
  .content__discription p {
    max-width: 444px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 160.4%;
    /* or 22px */
    text-align: center;
  }
  .content__button {
    text-align: center;
  }
  .content__button a {
    padding: 25px 97px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 16px;
    letter-spacing: -0.05em;
    color: #ffffff;
  }
  .image {
    position: relative;
  }
  .image__first-frame {
    position: absolute;
    -webkit-animation: items 2s infinite ease alternate;
            animation: items 2s infinite ease alternate;
    z-index: 0;
    right: 1px;
    top: 20px;
  }
  .image__first-frame img {
    max-width: 450px;
  }
  .image__second-frame {
    position: absolute;
    -webkit-animation: shadow 2s infinite ease alternate;
            animation: shadow 2s infinite ease alternate;
    z-index: 0;
    top: 156px;
    right: 305.5px;
  }
  .image__second-frame img {
    -webkit-animation: shadow-cup 2s infinite ease alternate;
            animation: shadow-cup 2s infinite ease alternate;
    max-width: 450px;
  }
  .image__three-frame {
    position: absolute;
    -webkit-animation: shadow 2s infinite ease alternate;
            animation: shadow 2s infinite ease alternate;
    right: 1px;
    top: 20px;
    z-index: -1;
  }
  .image__three-frame img {
    max-width: 450px;
  }
  .image__four-frame {
    position: absolute;
    -webkit-animation: blocks 2s infinite ease alternate;
            animation: blocks 2s infinite ease alternate;
    right: 1px;
    top: 20px;
    z-index: 0;
  }
  .image__four-frame img {
    max-width: 450px;
  }
  .image__five-frame {
    position: absolute;
    -webkit-animation: cup 2s infinite ease alternate;
            animation: cup 2s infinite ease alternate;
    right: 1px;
    top: 20px;
    z-index: 0;
  }
  .image__five-frame img {
    max-width: 450px;
  }
  .image__six-frame {
    position: absolute;
    -webkit-animation: blocks 2s infinite ease alternate;
            animation: blocks 2s infinite ease alternate;
    right: 1px;
    top: 20px;
    z-index: 0;
  }
  .image__six-frame img {
    max-width: 450px;
  }
  .image__seven-frame {
    position: absolute;
    -webkit-animation: blocks 2s infinite ease alternate;
            animation: blocks 2s infinite ease alternate;
    right: 1px;
    top: 20px;
    z-index: 0;
  }
  .image__seven-frame img {
    max-width: 450px;
  }
  @-webkit-keyframes blocks {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
  }
  @keyframes blocks {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
  }
  @-webkit-keyframes items {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }
  @keyframes items {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }
  @-webkit-keyframes shadow {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }
  @keyframes shadow {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }
  @-webkit-keyframes shadow-cup {
    0% {
      -webkit-transform: scale(0.3);
              transform: scale(0.3);
    }
    100% {
      -webkit-transform: scale(0.2);
              transform: scale(0.2);
    }
  }
  @keyframes shadow-cup {
    0% {
      -webkit-transform: scale(0.3);
              transform: scale(0.3);
    }
    100% {
      -webkit-transform: scale(0.2);
              transform: scale(0.2);
    }
  }
  @-webkit-keyframes cup {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  @keyframes cup {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  .ab-us__hidden {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 160.9%;
    /* or 23px */
    text-align: center;
    color: #ffffff;
  }
  .about-us {
    overflow: hidden;
    background: #1e0972;
    position: relative;
    padding: 60px;
  }
  .about-us__row {
    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: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0px 20px 0px;
  }
  .about-us__content_title {
    margin-bottom: 36px;
  }
  .about-us__content_title h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 100.9%;
    /* or 24px */
    text-align: center;
    color: #ffffff;
  }
  .about-us__content_discription {
    position: relative;
    text-align: center;
    z-index: 5;
  }
  .about-us__content_discription a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160.9%;
    /* or 23px */
    text-align: center;
    padding-top: 20px;
    color: #ffffff;
  }
  .about-us__content_discription p {
    z-index: 5;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 160.9%;
    /* or 23px */
    text-align: center;
    color: #ffffff;
  }
  .about-us__image_row {
    margin-top: 50px;
    position: relative;
  }
  .image {
    position: absolute;
    z-index: 0;
  }
  .image__row_first {
    z-index: 0;
    -webkit-animation: ab-us1 5s infinite ease alternate;
            animation: ab-us1 5s infinite ease alternate;
  }
  .image__row_first img {
    z-index: -1;
    max-width: 350px;
  }
  .image__row_second {
    top: 0px;
    z-index: 0;
    position: absolute;
    -webkit-animation: ab-us2 3s infinite ease alternate;
            animation: ab-us2 3s infinite ease alternate;
  }
  .image__row_second img {
    z-index: -1;
    max-width: 350px;
  }
  .image__row_three {
    top: 0px;
    z-index: 0;
    position: absolute;
    -webkit-animation: ab-us3 5s infinite ease alternate;
            animation: ab-us3 5s infinite ease alternate;
  }
  .image__row_three img {
    z-index: -1;
    max-width: 350px;
  }
  .image__row_four {
    top: 0px;
    z-index: 0;
    position: absolute;
    -webkit-animation: ab-us4 2s infinite ease alternate;
            animation: ab-us4 2s infinite ease alternate;
  }
  .image__row_four img {
    z-index: -1;
    max-width: 350px;
  }
  .image__row_five {
    top: 0px;
    z-index: 0;
    position: absolute;
    -webkit-animation: ab-us5 2s infinite ease alternate;
            animation: ab-us5 2s infinite ease alternate;
  }
  .image__row_five img {
    z-index: -1;
    max-width: 350px;
  }
  @-webkit-keyframes ab-us1 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  @keyframes ab-us1 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  @-webkit-keyframes ab-us2 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @keyframes ab-us2 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @-webkit-keyframes ab-us3 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @keyframes ab-us3 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @-webkit-keyframes ab-us4 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @keyframes ab-us4 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @-webkit-keyframes ab-us5 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
    }
  }
  @keyframes ab-us5 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
    }
  }
  .ellipse-ab-us-one {
    position: absolute;
    left: -250px;
    bottom: 0px;
    -webkit-animation: buble-one 5s infinite ease alternate;
            animation: buble-one 5s infinite ease alternate;
  }
  .ellipse-ab-us-one img {
    width: 100px;
  }
  .ellipse-ab-us-two {
    position: absolute;
    right: -250px;
    -webkit-animation: buble-two 5s infinite ease alternate;
            animation: buble-two 5s infinite ease alternate;
  }
  @-webkit-keyframes buble-one {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  @keyframes buble-one {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  @-webkit-keyframes buble-two {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
  }
  @keyframes buble-two {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
  }
  .service {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .service__button {
    margin-top: 5px;
    text-align: center;
  }
  .service__button a {
    display: inline-block;
    padding: 20px 30px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 12px;
    letter-spacing: -0.05em;
    color: #000000;
  }
  .service__header {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .service__header_title h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100.9%;
    /* or 24px */
    text-align: center;
    color: #000000;
  }
  .service__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service__card {
    width: 310px;
    padding: 15px 15px;
    border: 1px solid #666666;
    border-radius: 25px;
    margin-bottom: 25px;
    /* Тени на карточке */
  }
  .service__card_key {
    display: inline-block;
    background: #ebebeb;
    margin-bottom: 32px;
  }
  .service__card_key p {
    padding: 8px 16px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 160.9%;
    /* or 16px */
    color: #000000;
  }
  .service__card_title {
    margin-bottom: 22px;
  }
  .service__card_title h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
  }
  .service__card_discription {
    height: 80px;
    margin-bottom: 32px;
  }
  .service__card_discription p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160.9%;
    /* or 16px */
    color: #000000;
    opacity: 0.6;
  }
  .service__card_price {
    margin-bottom: 32px;
  }
  .service__card_price p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
  }
  .service__card_button {
    text-align: center;
    margin-bottom: 10px;
  }
  .service__card_button a {
    padding: 20px 58px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.05em;
    color: #ffffff;
  }
  .visitBG {
    background: url(../image/visitBG.png) center center no-repeat;
  }
  .lpBG {
    background: url(../image/LPBG.png) center center no-repeat;
  }
  .mnogoBG {
    background: url(../image/mnogBG.png) center center no-repeat;
  }
  .seoBG {
    background: url(../image/seoBG.png) center center no-repeat;
  }
  .tildaBG {
    background: url(../image/tildaBG.png) center center no-repeat;
  }
  .designBG {
    background: url(../image/designBG.png) center center no-repeat;
  }
  .works {
    padding: 50px 0px 0px 0px;
    overflow: hidden;
    position: relative;
    background: -o-linear-gradient(125.83deg, #6b53fc -7.48%, rgba(233, 13, 246, 0.168728) 141.77%, rgba(255, 0, 245, 0.0208333) 141.78%);
    background: linear-gradient(324.17deg, #6b53fc -7.48%, rgba(233, 13, 246, 0.168728) 141.77%, rgba(255, 0, 245, 0.0208333) 141.78%);
  }
  .works__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    margin-top: 36px;
    margin: 0 auto;
  }
  .works__row_first-column {
    margin-left: 20px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .works__row_two-column {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .works__first-card {
    text-align: center;
    margin-left: 40px;
  }
  .works__first-card h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 100.9%;
    /* or 24px */
    text-align: center;
    color: #ffffff;
  }
  .works__second-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .works__card-second {
    margin-left: -20px;
    position: relative;
    z-index: 10;
  }
  .works__card-second_img img {
    max-width: 350px;
  }
  .works__card-second_text {
    display: none;
    position: absolute;
    top: 80px;
    left: 70px;
    z-index: 5;
    text-align: center;
  }
  .works__card-second_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-second_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__three-card {
    position: relative;
    z-index: 10;
    margin-left: -20px;
    margin-bottom: 20px;
  }
  .works__card-three {
    z-index: 10;
  }
  .works__card-three_img {
    z-index: 10;
  }
  .works__card-three_img img {
    max-width: 350px;
  }
  .works__card-three_text {
    display: none;
    position: absolute;
    top: 80px;
    left: 90px;
    z-index: 5;
    text-align: center;
  }
  .works__card-three_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-three_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__four-card {
    position: relative;
    z-index: 10;
    margin-left: -20px;
    margin-bottom: 20px;
  }
  .works__card-four {
    z-index: 10;
  }
  .works__card-four_img img {
    max-width: 350px;
  }
  .works__card-four_text {
    display: none;
    position: absolute;
    top: 70px;
    left: 80px;
    z-index: 5;
    text-align: center;
  }
  .works__card-four_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-four_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__five-card {
    position: relative;
    z-index: 10;
    margin-left: -20px;
    margin-bottom: 10px;
  }
  .works__card-five {
    z-index: 10;
  }
  .works__card-five_img img {
    max-width: 350px;
  }
  .works__card-five_text {
    display: none;
    position: absolute;
    top: 80px;
    left: 45px;
    z-index: 5;
    text-align: center;
  }
  .works__card-five_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-five_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__six-card {
    position: relative;
    z-index: 10;
    margin-left: -20px;
  }
  .works__card-six_img img {
    max-width: 350px;
  }
  .works__card-six_text {
    display: none;
    position: absolute;
    top: 50px;
    left: 90px;
    z-index: 5;
    text-align: center;
  }
  .works__card-six_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-six_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__button {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
  }
  .works__button a {
    display: inline-block;
    border: 1px solid #ffffff;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 105px;
    padding: 9px 20px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: -0.05em;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    color: #ffffff;
  }
  .works__button a:hover {
    background-color: white;
    color: #6b53fc;
  }
  .second-card-blur {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .wworkcard {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .wworktext {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .three-card-blur {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .four-card-blur {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .five-card-blur {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .ellipse-portfolio-one {
    position: absolute;
    bottom: 1px;
    left: 5px;
  }
  .ellipse-portfolio-one img {
    max-width: 200px;
  }
  .ellipse-portfolio-two {
    position: absolute;
    top: -50px;
    right: -50px;
  }
  .ellipse-portfolio-two img {
    max-width: 200px;
  }
  .ellipse-portfolio-three {
    top: 79px;
    left: -73px;
    position: absolute;
  }
  .ellipse-portfolio-three img {
    max-width: 200px;
  }
  .ellipse-portfolio-four {
    position: absolute;
    top: 332px;
    right: 23px;
  }
  .ellipse-portfolio-four img {
    max-width: 300px;
  }
  .ellipse-portfolio-five {
    top: 636px;
    left: -3px;
    position: absolute;
  }
  .ellipse-portfolio-five img {
    max-width: 200px;
  }
  .ellipse-portfolio-six {
    top: 725px;
    left: 33px;
    position: absolute;
  }
  .ellipse-portfolio-six img {
    max-width: 200px;
  }
  .block {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
  }
  .blur {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .second-card__blur {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .first-card__blur {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .three-card__blur {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .four-card__blur {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .five-card__blur {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .stages {
    overflow: hidden;
    background: url(../image/stagesBG.png) center center no-repeat;
  }
  .stages__header {
    margin-top: 40px;
  }
  .stages__header_title {
    text-align: center;
  }
  .stages__header_title h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 100.9%;
    /* or 24px */
    color: #000000;
  }
  .stages__cards-slider {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 36px;
  }
  .stages__cards {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 36px;
  }
  .stage {
    position: relative;
  }
  .stage__cards {
    position: absolute;
  }
  .stage__cards_card {
    margin-right: 150px;
    margin-left: 150px;
    -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
    position: relative;
    max-width: 450px;
    height: 225px;
    padding: 60px 35px 40px 50px;
    background: #833ddb;
    border-radius: 10px;
    margin-bottom: 41px;
  }
  .stage__card_number {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .stage__card_number p {
    padding: 8px 17px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 15px */
    color: #000000;
  }
  .stage__card_title {
    margin-bottom: 10px;
  }
  .stage__card_title h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 16px */
    color: #ffffff;
  }
  .stage__card_discription p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    /* or 16px */
    color: #ffffff;
  }
  .question {
    overflow: hidden;
    padding: 20px 0px;
    background: #f6f7fe;
  }
  .question__row {
    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;
  }
  .question__row_img img {
    max-width: 410px;
  }
  .question__form_title {
    margin-bottom: 24px;
  }
  .question__form_title h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 100.9%;
    /* or 20px */
    text-align: center;
    color: #000000;
  }
  .question__form_content {
    max-width: 516px;
  }
  .question__form_content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .question__form_content form input {
    width: 400px;
    margin-bottom: 12px;
    padding: 18px 30px;
    background: #ffffff;
    border: 2px solid #aaaaaa;
    border-radius: 5px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #b6b6b6;
  }
  .question__form_content form button {
    margin-top: 20px;
    padding: 24px 30px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.05em;
    color: #ffffff;
  }
  .robots {
    overflow: hidden;
    padding: 38px 0px;
  }
  .robots__row_title {
    margin-bottom: 34px;
  }
  .robots__row_title h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120.4%;
    /* or 24px */
    color: #000000;
  }
  .robots__text_title {
    margin-bottom: 14px;
  }
  .robots__text_title h4 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100.9%;
    /* or 20px */
    color: #000000;
  }
  .robots__text_content {
    margin-bottom: 14px;
  }
  .robots__text_content p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160.9%;
    /* or 23px */
    color: #000000;
  }
  .links a {
    color: rgb(1, 72, 255);
  }
  .footer {
    overflow: hidden;
    position: relative;
    padding: 20px 0px 20px 0px;
    background: #0e153a;
  }
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .footer__row_menu {
    -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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 60px;
  }
  .footer__row_logo {
    margin-left: -70px;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer__row_logo a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    color: #ffffff;
  }
  .footer__row_email {
    margin-left: -20px;
  }
  .footer__row_email a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
  }
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__pk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 200px;
    margin-top: 20px;
  }
  .footer__pk a {
    text-align: center;
    display: inline-block;
    padding: 20px 0px 0px 0px;
    border-top: 1px solid #212749;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
  }
  .footer-nav {
    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;
    margin-left: -77px;
  }
  .footer-nav li {
    margin-bottom: 10px;
  }
  .footer-nav li a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    color: #ffffff;
    opacity: 0.7;
  }
  .scrollTop {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .scrollTop img {
    -webkit-animation: arrow 2s infinite ease alternate;
            animation: arrow 2s infinite ease alternate;
  }
  .scrollTop:hover {
    cursor: pointer;
  }
  @-webkit-keyframes arrow {
    0% {
      -webkit-transform: scaleY(-10px);
              transform: scaleY(-10px);
    }
    100% {
      -webkit-transform: scaleY(10px);
              transform: scaleY(10px);
    }
  }
  @keyframes arrow {
    0% {
      -webkit-transform: scaleY(-10px);
              transform: scaleY(-10px);
    }
    100% {
      -webkit-transform: scaleY(10px);
              transform: scaleY(10px);
    }
  }
  .visiblesss {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
    -webkit-transform: scaleY(200px);
        -ms-transform: scaleY(200px);
            transform: scaleY(200px);
    -webkit-animation: showBlock 1s linear forwards;
            animation: showBlock 1s linear forwards;
  }
  @-webkit-keyframes showBlock {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes showBlock {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .ab-us__visibled {
    display: none;
    max-width: 200px;
    left: 217px;
    bottom: -20;
    position: absolute;
    z-index: 5;
    cursor: pointer;
  }
  .hidden-320 {
    display: block;
  }
  .bgcgray {
    display: block;
    top: 0px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    right: -1000px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    background-color: black;
  }
  .visib {
    position: fixed;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 0.3;
    top: 0px;
    display: block;
    left: 0px;
    z-index: 100;
  }
  .header__row_burger-btn {
    z-index: 35;
  }
  .header__row_burger-btn {
    display: block;
  }
  .hidden-image {
    opacity: 0;
    position: absolute;
    top: 0px;
    right: 1px;
    z-index: 10;
    width: 750px;
    height: 500px;
    background-color: black;
  }
  .hidden-image-two {
    opacity: 0;
    position: absolute;
    top: 0px;
    right: 1px;
    z-index: 10;
    width: 750px;
    height: 400px;
    background-color: black;
  }
}
@media (min-width: 992px) and (max-width: 1465px) {
  body {
    scroll-behavior: smooth;
  }
  .container {
    max-width: 720px;
    margin: 0 auto;
  }
  .hidden {
    visibility: hidden;
  }
  .header {
    overflow: hidden;
    position: relative;
  }
  .header__row {
    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;
  }
  .header__row_logo a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    color: #000000;
  }
  .header__row_menu {
    display: none;
    width: 552px;
  }
  .header__row_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__row_menu ul li a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    opacity: 0.7;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .header__row_menu ul li a:hover {
    opacity: 1;
  }
  .header__row_button {
    display: none;
  }
  .ul-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .burger {
    display: block;
    top: 0px;
    padding-top: 150px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    right: -1000px;
    text-align: center;
    position: fixed;
    width: 300px;
    height: 100%;
    z-index: 101;
    background-color: white;
  }
  .burger-title {
    margin-bottom: 20px;
  }
  .burger-title a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
  }
  .burger-menu ul li {
    margin-bottom: 10px;
  }
  .burger-menu ul li a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    opacity: 0.7;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .burger-menu ul li a:hover {
    opacity: 1;
  }
  .range {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    right: 0px;
  }
  .burger-btn {
    z-index: 28;
  }
  .burger-btn a {
    display: inline-block;
    padding: 10px 38px;
    background: #5e25c8;
    border-radius: 105px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: -0.05em;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .burger-btn a:hover {
    background: #7644d3;
  }
  .burger-btn a:active {
    background: #5800ff;
  }
  .header__row_burger-btn {
    position: fixed;
    z-index: 36;
    right: 10px;
    top: -10px;
  }
  #toggle {
    display: none;
  }
  /**
        Hamburger
      **/
  .hamburger {
    position: absolute;
    top: 5.4em;
    right: 5%;
    margin-left: -2em;
    margin-top: -45px;
    width: 3em;
    height: 45px;
    z-index: 10;
  }
  .hamburger div {
    position: relative;
    width: 1.5em;
    height: 3px;
    border-radius: 1px;
    background-color: black;
    margin-top: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10;
  }
  .firstLine {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    z-index: 10;
    top: 6.5px;
    left: 0px;
  }
  .threeLine {
    z-index: 10;
    display: none;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .secondLine {
    z-index: 10;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .hello {
    margin-top: 30px;
    height: 700px;
  }
  .hello__row {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hello__row_content {
    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;
    margin-bottom: 10px;
  }
  .hello__row_image {
    top: -20px;
    left: 220px;
    position: relative;
  }
  .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content__title {
    text-align: center;
  }
  .content__title h1 {
    max-width: 460px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 100.9%;
    /* or 24px */
    text-align: center;
  }
  .content__discription {
    margin: 0 30px 24px 30px;
    text-align: center;
  }
  .content__discription p {
    max-width: 444px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 160.4%;
    /* or 22px */
    text-align: center;
  }
  .content__button {
    text-align: center;
  }
  .content__button a {
    padding: 25px 97px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 16px;
    letter-spacing: -0.05em;
    color: #ffffff;
  }
  .image {
    position: relative;
  }
  .image__first-frame {
    position: absolute;
    -webkit-animation: items 2s infinite ease alternate;
            animation: items 2s infinite ease alternate;
    z-index: 0;
    right: 1px;
    top: 20px;
  }
  .image__first-frame img {
    max-width: 450px;
  }
  .image__second-frame {
    position: absolute;
    -webkit-animation: shadow 2s infinite ease alternate;
            animation: shadow 2s infinite ease alternate;
    z-index: 0;
    top: 156px;
    right: 305.5px;
  }
  .image__second-frame img {
    -webkit-animation: shadow-cup 2s infinite ease alternate;
            animation: shadow-cup 2s infinite ease alternate;
    max-width: 450px;
  }
  .image__three-frame {
    position: absolute;
    -webkit-animation: shadow 2s infinite ease alternate;
            animation: shadow 2s infinite ease alternate;
    right: 1px;
    top: 20px;
    z-index: -1;
  }
  .image__three-frame img {
    max-width: 450px;
  }
  .image__four-frame {
    position: absolute;
    -webkit-animation: blocks 2s infinite ease alternate;
            animation: blocks 2s infinite ease alternate;
    right: 1px;
    top: 20px;
    z-index: 0;
  }
  .image__four-frame img {
    max-width: 450px;
  }
  .image__five-frame {
    position: absolute;
    -webkit-animation: cup 2s infinite ease alternate;
            animation: cup 2s infinite ease alternate;
    right: 1px;
    top: 20px;
    z-index: 0;
  }
  .image__five-frame img {
    max-width: 450px;
  }
  .image__six-frame {
    position: absolute;
    -webkit-animation: blocks 2s infinite ease alternate;
            animation: blocks 2s infinite ease alternate;
    right: 1px;
    top: 20px;
    z-index: 0;
  }
  .image__six-frame img {
    max-width: 450px;
  }
  .image__seven-frame {
    position: absolute;
    -webkit-animation: blocks 2s infinite ease alternate;
            animation: blocks 2s infinite ease alternate;
    right: 1px;
    top: 20px;
    z-index: 0;
  }
  .image__seven-frame img {
    max-width: 450px;
  }
  @-webkit-keyframes blocks {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
  }
  @keyframes blocks {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
  }
  @-webkit-keyframes items {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }
  @keyframes items {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }
  @-webkit-keyframes shadow {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }
  @keyframes shadow {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }
  @-webkit-keyframes shadow-cup {
    0% {
      -webkit-transform: scale(0.3);
              transform: scale(0.3);
    }
    100% {
      -webkit-transform: scale(0.2);
              transform: scale(0.2);
    }
  }
  @keyframes shadow-cup {
    0% {
      -webkit-transform: scale(0.3);
              transform: scale(0.3);
    }
    100% {
      -webkit-transform: scale(0.2);
              transform: scale(0.2);
    }
  }
  @-webkit-keyframes cup {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  @keyframes cup {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  .ab-us__hidden {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 160.9%;
    /* or 23px */
    text-align: center;
    color: #ffffff;
  }
  .about-us {
    overflow: hidden;
    background: #1e0972;
    position: relative;
    padding: 60px;
  }
  .about-us__row {
    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: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0px 20px 0px;
  }
  .about-us__content_title {
    margin-bottom: 36px;
  }
  .about-us__content_title h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 100.9%;
    /* or 24px */
    text-align: center;
    color: #ffffff;
  }
  .about-us__content_discription {
    position: relative;
    text-align: center;
    z-index: 5;
  }
  .about-us__content_discription a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160.9%;
    /* or 23px */
    text-align: center;
    padding-top: 20px;
    color: #ffffff;
  }
  .about-us__content_discription p {
    z-index: 5;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 160.9%;
    /* or 23px */
    text-align: center;
    color: #ffffff;
  }
  .about-us__image_row {
    margin-top: 50px;
    position: relative;
  }
  .image {
    position: absolute;
    z-index: 0;
  }
  .image__row_first {
    z-index: 0;
    -webkit-animation: ab-us1 5s infinite ease alternate;
            animation: ab-us1 5s infinite ease alternate;
  }
  .image__row_first img {
    z-index: -1;
    max-width: 350px;
  }
  .image__row_second {
    top: 0px;
    z-index: 0;
    position: absolute;
    -webkit-animation: ab-us2 3s infinite ease alternate;
            animation: ab-us2 3s infinite ease alternate;
  }
  .image__row_second img {
    z-index: -1;
    max-width: 350px;
  }
  .image__row_three {
    top: 0px;
    z-index: 0;
    position: absolute;
    -webkit-animation: ab-us3 5s infinite ease alternate;
            animation: ab-us3 5s infinite ease alternate;
  }
  .image__row_three img {
    z-index: -1;
    max-width: 350px;
  }
  .image__row_four {
    top: 0px;
    z-index: 0;
    position: absolute;
    -webkit-animation: ab-us4 2s infinite ease alternate;
            animation: ab-us4 2s infinite ease alternate;
  }
  .image__row_four img {
    z-index: -1;
    max-width: 350px;
  }
  .image__row_five {
    top: 0px;
    z-index: 0;
    position: absolute;
    -webkit-animation: ab-us5 2s infinite ease alternate;
            animation: ab-us5 2s infinite ease alternate;
  }
  .image__row_five img {
    z-index: -1;
    max-width: 350px;
  }
  @-webkit-keyframes ab-us1 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  @keyframes ab-us1 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  @-webkit-keyframes ab-us2 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @keyframes ab-us2 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @-webkit-keyframes ab-us3 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @keyframes ab-us3 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @-webkit-keyframes ab-us4 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @keyframes ab-us4 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @-webkit-keyframes ab-us5 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
    }
  }
  @keyframes ab-us5 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
    }
  }
  .ellipse-ab-us-one {
    position: absolute;
    left: -250px;
    bottom: 0px;
    -webkit-animation: buble-one 5s infinite ease alternate;
            animation: buble-one 5s infinite ease alternate;
  }
  .ellipse-ab-us-one img {
    width: 100px;
  }
  .ellipse-ab-us-two {
    position: absolute;
    right: -250px;
    -webkit-animation: buble-two 5s infinite ease alternate;
            animation: buble-two 5s infinite ease alternate;
  }
  @-webkit-keyframes buble-one {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  @keyframes buble-one {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  @-webkit-keyframes buble-two {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
  }
  @keyframes buble-two {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
  }
  .service {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .service__button {
    margin-top: 5px;
    text-align: center;
  }
  .service__button a {
    display: inline-block;
    padding: 20px 30px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 12px;
    letter-spacing: -0.05em;
    color: #000000;
  }
  .service__header {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .service__header_title h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100.9%;
    /* or 24px */
    text-align: center;
    color: #000000;
  }
  .service__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service__card {
    width: 310px;
    padding: 15px 15px;
    border: 1px solid #666666;
    border-radius: 25px;
    margin-bottom: 25px;
    /* Тени на карточке */
  }
  .service__card_key {
    display: inline-block;
    background: #ebebeb;
    margin-bottom: 32px;
  }
  .service__card_key p {
    padding: 8px 16px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 160.9%;
    /* or 16px */
    color: #000000;
  }
  .service__card_title {
    margin-bottom: 22px;
  }
  .service__card_title h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
  }
  .service__card_discription {
    height: 80px;
    margin-bottom: 32px;
  }
  .service__card_discription p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160.9%;
    /* or 16px */
    color: #000000;
    opacity: 0.6;
  }
  .service__card_price {
    margin-bottom: 32px;
  }
  .service__card_price p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
  }
  .service__card_button {
    text-align: center;
    margin-bottom: 10px;
  }
  .service__card_button a {
    padding: 20px 58px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.05em;
    color: #ffffff;
  }
  .visitBG {
    background: url(../image/visitBG.png) center center no-repeat;
  }
  .lpBG {
    background: url(../image/LPBG.png) center center no-repeat;
  }
  .mnogoBG {
    background: url(../image/mnogBG.png) center center no-repeat;
  }
  .seoBG {
    background: url(../image/seoBG.png) center center no-repeat;
  }
  .tildaBG {
    background: url(../image/tildaBG.png) center center no-repeat;
  }
  .designBG {
    background: url(../image/designBG.png) center center no-repeat;
  }
  .works {
    padding: 50px 0px 0px 0px;
    overflow: hidden;
    position: relative;
    background: -o-linear-gradient(125.83deg, #6b53fc -7.48%, rgba(233, 13, 246, 0.168728) 141.77%, rgba(255, 0, 245, 0.0208333) 141.78%);
    background: linear-gradient(324.17deg, #6b53fc -7.48%, rgba(233, 13, 246, 0.168728) 141.77%, rgba(255, 0, 245, 0.0208333) 141.78%);
  }
  .works__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    margin-top: 36px;
    margin: 0 auto;
  }
  .works__row_first-column {
    margin-left: 20px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .works__row_two-column {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .works__first-card {
    text-align: center;
    margin-left: 40px;
  }
  .works__first-card h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 100.9%;
    /* or 24px */
    text-align: center;
    color: #ffffff;
  }
  .works__second-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .works__card-second {
    margin-left: -20px;
    position: relative;
    z-index: 10;
  }
  .works__card-second_img img {
    max-width: 350px;
  }
  .works__card-second_text {
    display: none;
    position: absolute;
    top: 80px;
    left: 70px;
    z-index: 5;
    text-align: center;
  }
  .works__card-second_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-second_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__three-card {
    position: relative;
    z-index: 10;
    margin-left: -20px;
    margin-bottom: 20px;
  }
  .works__card-three {
    z-index: 10;
  }
  .works__card-three_img {
    z-index: 10;
  }
  .works__card-three_img img {
    max-width: 350px;
  }
  .works__card-three_text {
    display: none;
    position: absolute;
    top: 80px;
    left: 90px;
    z-index: 5;
    text-align: center;
  }
  .works__card-three_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-three_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__four-card {
    position: relative;
    z-index: 10;
    margin-left: -20px;
    margin-bottom: 20px;
  }
  .works__card-four {
    z-index: 10;
  }
  .works__card-four_img img {
    max-width: 350px;
  }
  .works__card-four_text {
    display: none;
    position: absolute;
    top: 70px;
    left: 80px;
    z-index: 5;
    text-align: center;
  }
  .works__card-four_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-four_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__five-card {
    position: relative;
    z-index: 10;
    margin-left: -20px;
    margin-bottom: 10px;
  }
  .works__card-five {
    z-index: 10;
  }
  .works__card-five_img img {
    max-width: 350px;
  }
  .works__card-five_text {
    display: none;
    position: absolute;
    top: 80px;
    left: 45px;
    z-index: 5;
    text-align: center;
  }
  .works__card-five_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-five_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__six-card {
    position: relative;
    z-index: 10;
    margin-left: -20px;
  }
  .works__card-six_img img {
    max-width: 350px;
  }
  .works__card-six_text {
    display: none;
    position: absolute;
    top: 50px;
    left: 90px;
    z-index: 5;
    text-align: center;
  }
  .works__card-six_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-six_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__button {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
  }
  .works__button a {
    display: inline-block;
    border: 1px solid #ffffff;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 105px;
    padding: 9px 20px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: -0.05em;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    color: #ffffff;
  }
  .works__button a:hover {
    background-color: white;
    color: #6b53fc;
  }
  .second-card-blur {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .wworkcard {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .wworktext {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .three-card-blur {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .four-card-blur {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .five-card-blur {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .ellipse-portfolio-one {
    position: absolute;
    bottom: 1px;
    left: 5px;
  }
  .ellipse-portfolio-one img {
    max-width: 200px;
  }
  .ellipse-portfolio-two {
    position: absolute;
    top: -50px;
    right: -50px;
  }
  .ellipse-portfolio-two img {
    max-width: 200px;
  }
  .ellipse-portfolio-three {
    top: 79px;
    left: -73px;
    position: absolute;
  }
  .ellipse-portfolio-three img {
    max-width: 200px;
  }
  .ellipse-portfolio-four {
    position: absolute;
    top: 332px;
    right: 23px;
  }
  .ellipse-portfolio-four img {
    max-width: 300px;
  }
  .ellipse-portfolio-five {
    top: 636px;
    left: -3px;
    position: absolute;
  }
  .ellipse-portfolio-five img {
    max-width: 200px;
  }
  .ellipse-portfolio-six {
    top: 725px;
    left: 33px;
    position: absolute;
  }
  .ellipse-portfolio-six img {
    max-width: 200px;
  }
  .block {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
  }
  .blur {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .second-card__blur {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .first-card__blur {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .three-card__blur {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .four-card__blur {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .five-card__blur {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .stages {
    overflow: hidden;
    background: url(../image/stagesBG.png) center center no-repeat;
  }
  .stages__header {
    margin-top: 40px;
  }
  .stages__header_title {
    text-align: center;
  }
  .stages__header_title h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 100.9%;
    /* or 24px */
    color: #000000;
  }
  .stages__cards-slider {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 36px;
  }
  .stages__cards {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 36px;
  }
  .stage {
    position: relative;
  }
  .stage__cards {
    position: absolute;
  }
  .stage__cards_card {
    margin-right: 150px;
    margin-left: 150px;
    -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
    position: relative;
    max-width: 450px;
    height: 225px;
    padding: 60px 35px 40px 50px;
    background: #833ddb;
    border-radius: 10px;
    margin-bottom: 41px;
  }
  .stage__card_number {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .stage__card_number p {
    padding: 8px 17px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 15px */
    color: #000000;
  }
  .stage__card_title {
    margin-bottom: 10px;
  }
  .stage__card_title h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100.9%;
    /* or 16px */
    color: #ffffff;
  }
  .stage__card_discription p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    /* or 16px */
    color: #ffffff;
  }
  .question {
    overflow: hidden;
    padding: 20px 0px;
    background: #f6f7fe;
  }
  .question__row {
    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;
  }
  .question__row_img img {
    max-width: 410px;
  }
  .question__form_title {
    margin-bottom: 24px;
  }
  .question__form_title h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 100.9%;
    /* or 20px */
    text-align: center;
    color: #000000;
  }
  .question__form_content {
    max-width: 516px;
  }
  .question__form_content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .question__form_content form input {
    width: 400px;
    margin-bottom: 12px;
    padding: 18px 30px;
    background: #ffffff;
    border: 2px solid #aaaaaa;
    border-radius: 5px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #b6b6b6;
  }
  .question__form_content form button {
    margin-top: 20px;
    padding: 24px 30px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.05em;
    color: #ffffff;
  }
  .robots {
    overflow: hidden;
    padding: 38px 0px;
  }
  .robots__row_title {
    margin-bottom: 34px;
  }
  .robots__row_title h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120.4%;
    /* or 24px */
    color: #000000;
  }
  .robots__text_title {
    margin-bottom: 14px;
  }
  .robots__text_title h4 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100.9%;
    /* or 20px */
    color: #000000;
  }
  .robots__text_content {
    margin-bottom: 14px;
  }
  .robots__text_content p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160.9%;
    /* or 23px */
    color: #000000;
  }
  .links a {
    color: rgb(1, 72, 255);
  }
  .footer {
    overflow: hidden;
    position: relative;
    padding: 20px 0px 20px 0px;
    background: #0e153a;
  }
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .footer__row_menu {
    -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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 60px;
  }
  .footer__row_logo {
    margin-left: -70px;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer__row_logo a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    color: #ffffff;
  }
  .footer__row_email {
    margin-left: -20px;
  }
  .footer__row_email a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
  }
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__pk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 200px;
    margin-top: 20px;
  }
  .footer__pk a {
    text-align: center;
    display: inline-block;
    padding: 20px 0px 0px 0px;
    border-top: 1px solid #212749;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
  }
  .footer-nav {
    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;
    margin-left: -77px;
  }
  .footer-nav li {
    margin-bottom: 10px;
  }
  .footer-nav li a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    color: #ffffff;
    opacity: 0.7;
  }
  .scrollTop {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .scrollTop img {
    -webkit-animation: arrow 2s infinite ease alternate;
            animation: arrow 2s infinite ease alternate;
  }
  .scrollTop:hover {
    cursor: pointer;
  }
  @-webkit-keyframes arrow {
    0% {
      -webkit-transform: scaleY(-10px);
              transform: scaleY(-10px);
    }
    100% {
      -webkit-transform: scaleY(10px);
              transform: scaleY(10px);
    }
  }
  @keyframes arrow {
    0% {
      -webkit-transform: scaleY(-10px);
              transform: scaleY(-10px);
    }
    100% {
      -webkit-transform: scaleY(10px);
              transform: scaleY(10px);
    }
  }
  .visiblesss {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
    -webkit-transform: scaleY(200px);
        -ms-transform: scaleY(200px);
            transform: scaleY(200px);
    -webkit-animation: showBlock 1s linear forwards;
            animation: showBlock 1s linear forwards;
  }
  @-webkit-keyframes showBlock {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes showBlock {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .ab-us__visibled {
    display: none;
    max-width: 200px;
    left: 217px;
    bottom: -20;
    position: absolute;
    z-index: 5;
    cursor: pointer;
  }
  .hidden-320 {
    display: block;
  }
  .bgcgray {
    display: block;
    top: 0px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    right: -10000px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 29;
    opacity: 0;
    background-color: black;
  }
  .visib {
    position: fixed;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 0.3;
    top: 0px;
    display: block;
    left: 0px;
    z-index: 100;
  }
  .header__row_burger-btn {
    z-index: 35;
  }
  .header__row_burger-btn {
    display: block;
  }
  .hidden-image {
    opacity: 0;
    position: absolute;
    top: 20px;
    right: 1px;
    z-index: 10;
    width: 750px;
    height: 500px;
    background-color: black;
  }
  .hidden-image-two {
    opacity: 0;
    position: absolute;
    top: 0px;
    right: 1px;
    z-index: 10;
    width: 750px;
    height: 400px;
    background-color: black;
  }
}
@media (min-width: 1600px) and (max-width: 1800px) {
  body {
    scroll-behavior: smooth;
  }
  .header__row_button a {
    padding: 18px 24px 18px 24px;
    border: 1px solid #000000;
    border-radius: 105px;
    background-color: white;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__row_button a:hover {
    background-color: black;
    color: white;
  }
  .header__row_button a:active {
    background-color: gray;
    color: white;
    border: 1px solid gray;
  }
  .burger {
    display: none;
  }
  .content__button a, .service__card_button a, .question__form_content form button {
    display: inline-block;
    padding: 25px 105px;
    background: #5e25c8;
    border-radius: 105px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.05em;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .content__button a:hover, .service__card_button a:hover, .question__form_content form button:hover {
    background: #7644d3;
  }
  .content__button a:active, .service__card_button a:active, .question__form_content form button:active {
    background: #5800ff;
  }
  .container {
    max-width: 1420px;
    margin: 0 auto;
  }
  .hidden {
    visibility: hidden;
  }
  .works {
    overflow: hidden;
    position: relative;
    background: -o-linear-gradient(125.83deg, #6b53fc -7.48%, rgba(233, 13, 246, 0.168728) 141.77%, rgba(255, 0, 245, 0.0208333) 141.78%);
    background: linear-gradient(324.17deg, #6b53fc -7.48%, rgba(233, 13, 246, 0.168728) 141.77%, rgba(255, 0, 245, 0.0208333) 141.78%);
  }
  .works__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -40px;
    margin-top: 100px;
  }
  .works__first-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 50px;
    margin-right: 50px;
  }
  .works__first-card h3 {
    max-width: 585px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
  }
  .works__second-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .works__card-second {
    position: relative;
  }
  .works__card-second_img img {
    max-width: 750px;
  }
  .works__card-second_text {
    display: none;
    position: absolute;
    top: 160px;
    left: 120px;
    z-index: 5;
    text-align: center;
  }
  .works__card-second_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-second_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__three-card {
    margin-right: 10px;
  }
  .works__card-three_img img {
    max-width: 750px;
  }
  .works__card-three_text {
    display: none;
    position: absolute;
    top: 190px;
    left: 190px;
    z-index: 5;
    text-align: center;
  }
  .works__card-three_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-three_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__four-card {
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .works__card-four_img img {
    max-width: 750px;
  }
  .works__card-four_text {
    display: none;
    position: absolute;
    top: 160px;
    left: 160px;
    z-index: 5;
    text-align: center;
  }
  .works__card-four_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-four_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__five-card {
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .works__card-five_img img {
    max-width: 750px;
  }
  .works__card-five_text {
    display: none;
    position: absolute;
    top: 190px;
    left: 80px;
    z-index: 5;
    text-align: center;
  }
  .works__card-five_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-five_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__six-card {
    margin-left: 10px;
  }
  .works__card-six_img img {
    max-width: 750px;
  }
  .works__card-six_text {
    display: none;
    position: absolute;
    top: 140px;
    left: 185px;
    z-index: 5;
    text-align: center;
  }
  .works__card-six_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-six_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__button {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
  }
  .works__button a {
    display: inline-block;
    border: 1px solid #ffffff;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 105px;
    padding: 23px 64px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.05em;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    color: #ffffff;
  }
  .works__button a:hover {
    background-color: white;
    color: #6b53fc;
  }
  .scrollTop {
    position: absolute;
    top: 100px;
    right: 50px;
  }
  .scrollTop img {
    -webkit-animation: arrow 2s infinite ease alternate;
            animation: arrow 2s infinite ease alternate;
  }
  .scrollTop:hover {
    cursor: pointer;
  }
  .hidden-image {
    opacity: 0;
    position: absolute;
    top: 20px;
    right: 1px;
    z-index: 10;
    width: 750px;
    height: 500px;
    background-color: black;
  }
  .hidden-image-two {
    opacity: 0;
    position: absolute;
    top: 0px;
    right: 1px;
    z-index: 10;
    width: 750px;
    height: 400px;
    background-color: black;
  }
}
@media (min-width: 1466px) and (max-width: 1600px) {
  body {
    scroll-behavior: smooth;
  }
  .header__row_button a {
    padding: 18px 24px 18px 24px;
    border: 1px solid #000000;
    border-radius: 105px;
    background-color: white;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__row_button a:hover {
    background-color: black;
    color: white;
  }
  .header__row_button a:active {
    background-color: gray;
    color: white;
    border: 1px solid gray;
  }
  .burger {
    display: none;
  }
  .content__button a, .service__card_button a, .question__form_content form button {
    display: inline-block;
    padding: 25px 105px;
    background: #5e25c8;
    border-radius: 105px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.05em;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .content__button a:hover, .service__card_button a:hover, .question__form_content form button:hover {
    background: #7644d3;
  }
  .content__button a:active, .service__card_button a:active, .question__form_content form button:active {
    background: #5800ff;
  }
  .container {
    max-width: 1420px;
    margin: 0 auto;
  }
  .hidden {
    visibility: hidden;
  }
  .hello {
    overflow: hidden;
    height: 76vh;
    margin-top: 10px;
    padding-bottom: 50px;
  }
  .hello__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hello__row_content {
    margin-top: 80px;
  }
  .hello__row_image {
    position: relative;
  }
  .hello_image {
    position: relative;
  }
  .content__title {
    max-width: 573px;
    margin-bottom: 24px;
  }
  .content__title h1 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 100.9%;
    /* or 81px */
    color: #101010;
  }
  .content__discription {
    max-width: 573px;
    margin-bottom: 36px;
  }
  .content__discription p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140.9%;
    /* or 34px */
    color: #000000;
  }
  .image {
    position: relative;
  }
  .image__first-frame {
    position: absolute;
    -webkit-animation: items 2s infinite ease alternate;
            animation: items 2s infinite ease alternate;
    z-index: 0;
    right: 1px;
  }
  .image__second-frame {
    position: absolute;
    -webkit-animation: shadow 2s infinite ease alternate;
            animation: shadow 2s infinite ease alternate;
    top: 240px;
    z-index: 0;
    right: 530px;
  }
  .image__second-frame img {
    -webkit-animation: shadow-cup 2s infinite ease alternate;
            animation: shadow-cup 2s infinite ease alternate;
  }
  .image__three-frame {
    position: absolute;
    -webkit-animation: shadow 2s infinite ease alternate;
            animation: shadow 2s infinite ease alternate;
    right: 1px;
    z-index: -1;
  }
  .image__four-frame {
    position: absolute;
    -webkit-animation: blocks 2s infinite ease alternate;
            animation: blocks 2s infinite ease alternate;
    right: 1px;
    z-index: 0;
  }
  .image__five-frame {
    position: absolute;
    -webkit-animation: cup 2s infinite ease alternate;
            animation: cup 2s infinite ease alternate;
    right: 1px;
    z-index: 0;
  }
  .image__six-frame {
    position: absolute;
    -webkit-animation: blocks 2s infinite ease alternate;
            animation: blocks 2s infinite ease alternate;
    right: 1px;
    z-index: 0;
  }
  .image__seven-frame {
    position: absolute;
    -webkit-animation: blocks 2s infinite ease alternate;
            animation: blocks 2s infinite ease alternate;
    right: 1px;
    z-index: 0;
  }
  @-webkit-keyframes blocks {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
  }
  @keyframes blocks {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
  }
  @-webkit-keyframes items {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }
  @keyframes items {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }
  @-webkit-keyframes shadow {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }
  @keyframes shadow {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }
  @-webkit-keyframes shadow-cup {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
  }
  @keyframes shadow-cup {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
  }
  @-webkit-keyframes cup {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  @keyframes cup {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
  }
  .ab-us__visibled {
    display: none;
  }
  .about-us {
    overflow: hidden;
    background: #1e0972;
    position: relative;
  }
  .about-us__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0px 20px 0px;
  }
  .about-us__content_title {
    margin-bottom: 36px;
  }
  .about-us__content_title h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 100.9%;
    /* or 81px */
    color: #ffffff;
  }
  .about-us__content_discription {
    max-width: 701.34px;
  }
  .about-us__content_discription p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 160.9%;
    /* or 29px */
    color: #ffffff;
  }
  .about-us__image_row {
    position: relative;
  }
  .image__row_first {
    -webkit-animation: ab-us1 5s infinite ease alternate;
            animation: ab-us1 5s infinite ease alternate;
  }
  .image__row_second {
    top: 0px;
    position: absolute;
    -webkit-animation: ab-us2 3s infinite ease alternate;
            animation: ab-us2 3s infinite ease alternate;
  }
  .image__row_three {
    top: 0px;
    position: absolute;
    -webkit-animation: ab-us3 5s infinite ease alternate;
            animation: ab-us3 5s infinite ease alternate;
  }
  .image__row_four {
    top: 0px;
    position: absolute;
    -webkit-animation: ab-us4 2s infinite ease alternate;
            animation: ab-us4 2s infinite ease alternate;
  }
  .image__row_five {
    top: 0px;
    position: absolute;
    -webkit-animation: ab-us5 2s infinite ease alternate;
            animation: ab-us5 2s infinite ease alternate;
  }
  .works {
    overflow: hidden;
    position: relative;
    background: -o-linear-gradient(125.83deg, #6b53fc -7.48%, rgba(233, 13, 246, 0.168728) 141.77%, rgba(255, 0, 245, 0.0208333) 141.78%);
    background: linear-gradient(324.17deg, #6b53fc -7.48%, rgba(233, 13, 246, 0.168728) 141.77%, rgba(255, 0, 245, 0.0208333) 141.78%);
  }
  .works__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 50px;
    margin-top: 100px;
  }
  .works__first-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 50px;
    margin-right: 50px;
  }
  .works__first-card h3 {
    max-width: 585px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
  }
  .works__second-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .works__card-second {
    position: relative;
  }
  .works__card-second_img img {
    max-width: 650px;
  }
  .works__card-second_text {
    display: none;
    position: absolute;
    top: 160px;
    left: 120px;
    z-index: 5;
    text-align: center;
  }
  .works__card-second_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-second_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__three-card {
    margin-right: 10px;
  }
  .works__card-three_img img {
    max-width: 650px;
  }
  .works__card-three_text {
    display: none;
    position: absolute;
    top: 190px;
    left: 190px;
    z-index: 5;
    text-align: center;
  }
  .works__card-three_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-three_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__four-card {
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .works__card-four_img img {
    max-width: 650px;
  }
  .works__card-four_text {
    display: none;
    position: absolute;
    top: 160px;
    left: 160px;
    z-index: 5;
    text-align: center;
  }
  .works__card-four_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-four_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__five-card {
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .works__card-five_img img {
    max-width: 650px;
  }
  .works__card-five_text {
    display: none;
    position: absolute;
    top: 190px;
    left: 80px;
    z-index: 5;
    text-align: center;
  }
  .works__card-five_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-five_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__six-card {
    margin-left: 10px;
  }
  .works__card-six_img img {
    max-width: 650px;
  }
  .works__card-six_text {
    display: none;
    position: absolute;
    top: 140px;
    left: 185px;
    z-index: 5;
    text-align: center;
  }
  .works__card-six_text h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 100.9%;
    /* or 65px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .works__card-six_text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 100.9%;
    /* or 32px */
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    border-top: 3px solid white;
  }
  .works__button {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
  }
  .works__button a {
    display: inline-block;
    border: 1px solid #ffffff;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 105px;
    padding: 23px 64px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.05em;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    color: #ffffff;
  }
  .works__button a:hover {
    background-color: white;
    color: #6b53fc;
  }
  .scrollTop {
    position: absolute;
    top: 100px;
    right: 50px;
  }
  .scrollTop img {
    -webkit-animation: arrow 2s infinite ease alternate;
            animation: arrow 2s infinite ease alternate;
  }
  .scrollTop:hover {
    cursor: pointer;
  }
}