@font-face {
  font-family: 'Montserrat-R';
  src: url('fonts/Montserrat/Montserrat-Regular.eot');
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('fonts/Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-B';
  src: url('fonts/Montserrat/Montserrat-Bold.eot');
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('fonts/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat/Montserrat-Bold.woff') format('woff'), url('fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-M';
  src: url('fonts/Montserrat/Montserrat-Medium.eot');
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url('fonts/Montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat/Montserrat-Medium.woff') format('woff'), url('fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
:root {
  font-size: 20px;
  --main-color-white: #FFFFFF;
  --main-color-black: #12182B;
}
html,
body {
  font-family: "";
  position: relative;
  background: #F2F7FA;
  color: var(--main-color-black);
  counter-reset: number;
  overflow-y: visible;
  overflow-x: hidden;
}
html.scrolloff,
body.scrolloff {
  overflow: hidden;
}
ul,
li {
  margin: 0;
  padding: 0;
  display: block;
}
a {
  -webkit-transition: .3s all;
  transition: .3s all;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
input,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0!important;
  outline-color: transparent!important;
  outline-width: 0!important;
  outline-style: none!important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.wrapper {
  position: relative;
  background-color: #F2F7FA;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 15rem;
  background-position-x: center;
  padding-top: 30px;
  overflow: hidden;
}
.wrapper .pic__rec {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.wrapper .pic__rec svg {
  position: relative;
  -webkit-animation: animaScale 10s linear infinite;
          animation: animaScale 10s linear infinite;
}
.wrapper .pic__rec-two {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.wrapper .pic__rec-two svg {
  position: relative;
  -webkit-animation: animaScale 10s linear infinite;
          animation: animaScale 10s linear infinite;
}
.wrapper .pic__rec-three {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.wrapper .pic__rec-three svg {
  position: relative;
  -webkit-animation: animaScale-2 10s linear infinite;
          animation: animaScale-2 10s linear infinite;
}
.wrapper .pic__rec-four {
  position: absolute;
  left: 0;
  top: 441px;
  z-index: 1;
}
.wrapper .pic__rec-four svg {
  position: relative;
  -webkit-animation: animaScale-2 10s linear infinite;
          animation: animaScale-2 10s linear infinite;
}
.wrapper .pic__rec-five {
  position: absolute;
  right: 0;
  top: 74.5rem;
  z-index: 1;
}
.wrapper .pic__rec-five svg {
  position: relative;
  -webkit-animation: animaScale-2 10s linear infinite;
          animation: animaScale-2 10s linear infinite;
}
.wrapper .pic__rec-six {
  position: absolute;
  left: 0;
  bottom: 57.85rem;
  z-index: 1;
}
.wrapper .pic__rec-six svg {
  position: relative;
  -webkit-animation: animaScale-2 10s linear infinite;
          animation: animaScale-2 10s linear infinite;
}
.wrapper section {
  position: relative;
  z-index: 2;
}
.wrapper .header {
  position: relative;
  z-index: 2;
  padding-left: 8.57rem;
  padding-right: 10.42rem;
}
.wrapper .header .logo {
  display: block;
  margin-bottom: 8.64rem;
  width: 17.14rem;
}
.wrapper .header .logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wrapper .section__begin {
  padding-left: 8.57rem;
  padding-right: 10.42rem;
}
.wrapper .section__begin .begin__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper .section__begin .begin__container-left .title {
  font-family: "Montserrat-B";
  color: var(--main-color-black);
  font-size: 2.57rem;
  line-height: 140%;
  margin-bottom: 2.28rem;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}
.wrapper .section__begin .begin__container-left .title.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.wrapper .section__begin .begin__container-left .subtitle {
  font-family: "Montserrat-M";
  color: var(--main-color-black);
  font-size: 1.42rem;
  line-height: 140%;
  margin-bottom: 1.42rem;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}
.wrapper .section__begin .begin__container-left .subtitle span {
  font-family: "Montserrat-B";
}
.wrapper .section__begin .begin__container-left .subtitle.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.wrapper .section__begin .begin__container-left .box {
  margin-top: 4.28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}
.wrapper .section__begin .begin__container-left .box a {
  display: block;
  width: 14.28rem;
  margin-right: 2.28rem;
}
.wrapper .section__begin .begin__container-left .box a:last-child {
  margin-right: 0;
}
.wrapper .section__begin .begin__container-left .box a svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.wrapper .section__begin .begin__container-left .box.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.wrapper .section__begin .begin__container .mockup {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 0;
  top: -10rem;
  -webkit-transition: 3.5s;
  transition: 3.5s;
  max-width: 40.35rem;
}
.wrapper .section__begin .begin__container .mockup.active {
  top: 0;
  opacity: 1;
}
.wrapper .section__one {
  padding-left: 2.28rem;
  padding-right: 8.57rem;
}
.wrapper .section__one .one__container-pic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 54.05rem;
  height: 54.05rem;
}
.wrapper .section__one .one__container-pic svg {
  position: absolute;
  z-index: -1;
  display: block;
  max-width: 38.14rem;
  left: 50%;
  top: 50%;
  height: auto;
  -webkit-animation: animaScale-back 10s linear infinite;
          animation: animaScale-back 10s linear infinite;
}
.wrapper .section__one .one__container-pic img {
  display: block;
  max-width: 100%;
  height: auto;
  max-width: 36.42rem;
}
.wrapper .section__two {
  padding-right: 0rem;
  padding-left: 8.57rem;
  margin-top: -2rem;
}
.wrapper .section__two .two__container-pic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 54.05rem;
  height: 54.05rem;
}
.wrapper .section__two .two__container-pic svg {
  position: absolute;
  z-index: -1;
  display: block;
  max-width: 38.14rem;
  left: 50%;
  top: 50%;
  height: auto;
  -webkit-animation: animaScale-back 10s linear infinite;
          animation: animaScale-back 10s linear infinite;
}
.wrapper .section__two .two__container-pic img {
  display: block;
  max-width: 100%;
  height: auto;
  max-width: 36.42rem;
}
.wrapper .section__three {
  padding-left: 2rem;
  padding-right: 8.57rem;
}
.wrapper .section__three .three__container-pic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 54.05rem;
  height: 54.05rem;
}
.wrapper .section__three .three__container-pic svg {
  position: absolute;
  z-index: -1;
  display: block;
  max-width: 38.14rem;
  left: 50%;
  top: 50%;
  height: auto;
  -webkit-animation: animaScale-back 10s linear infinite;
          animation: animaScale-back 10s linear infinite;
}
.wrapper .section__three .three__container-pic img {
  display: block;
  max-width: 100%;
  height: auto;
  max-width: 36.42rem;
}
.wrapper .section__four {
  padding-right: 5rem;
  padding-left: 8.57rem;
}
.wrapper .section__four .four__container-pic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 54.05rem;
  height: 54.05rem;
}
.wrapper .section__four .four__container-pic svg {
  position: absolute;
  z-index: -1;
  display: block;
  max-width: 38.14rem;
  left: 50%;
  top: 50%;
  height: auto;
  -webkit-animation: animaScale-back 10s linear infinite;
          animation: animaScale-back 10s linear infinite;
}
.wrapper .section__four .four__container-pic img {
  display: block;
  max-width: 100%;
  height: auto;
  max-width: 36.42rem;
}
.wrapper .section__info {
  background-color: var(--main-color-white);
  margin: 0 15.71rem;
  border-radius: 1.42rem;
  padding: 3.42rem;
}
.wrapper .section__info .title {
  font-family: "Montserrat-B";
  color: var(--main-color-black);
  font-size: 2.57rem;
  line-height: 140%;
  margin-bottom: 2.28rem;
}
.wrapper .section__info p {
  font-family: "Montserrat-M";
  color: var(--main-color-black);
  line-height: 140%;
  font-size: 1rem;
}
.wrapper .footer {
  position: relative;
  z-index: 2;
  margin-top: 14.28rem;
  padding: 0 8.57rem;
  padding-bottom: 3rem;
}
.wrapper .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper .footer__container-box {
  width: 33%;
}
.wrapper .footer__container-box .box__title {
  font-family: "Montserrat-B";
  color: var(--main-color-black);
  font-size: 1.64rem;
  line-height: 140%;
  margin-bottom: 1.71rem;
}
.wrapper .footer__container-box .box__links {
  display: block;
  position: relative;
  padding-left: 1rem;
  font-family: "Montserrat-M";
  color: var(--main-color-black);
  font-size: 1.28rem;
  line-height: 140%;
  margin-bottom: .85rem;
}
.wrapper .footer__container-box .box__links:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: linear-gradient(113.04deg, #33cbfc 0%, #0caadd 100%);
}
.wrapper .footer__container-box .box__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 14px;
}
.wrapper .footer__container-box .box__contacts svg {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 2rem;
  margin-right: 8px;
}
.wrapper .footer__container-box .box__contacts a {
  display: block;
  font-family: "Montserrat-M";
  font-size: 1.28rem;
  line-height: 140%;
  color: var(--main-color-black);
}
.wrapper .footer__container-box .box__messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wrapper .footer__container-box .box__messengers a {
  display: block;
  width: 2.42rem;
  margin-right: 15px;
}
.wrapper .footer__container-box .box__messengers a:last-child {
  margin-right: 0;
}
.wrapper .footer__container-box .box__messengers a svg {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}
.wrapper .footer__bottom {
  margin-top: 5.57rem;
}
.wrapper .footer__bottom p {
  font-family: "Montserrat-R";
  color: var(--main-color-black);
  font-size: 1.07rem;
  line-height: 140%;
  text-align: left;
}
.general__box {
  position: relative;
  border-radius: 1.42rem;
  background-color: var(--main-color-white);
  padding: 2rem;
  max-width: 35.71rem;
}
.general__title {
  font-family: "Montserrat-B";
  color: var(--main-color-black);
  font-size: 2.07rem;
  line-height: 140%;
  margin-bottom: 2.28rem;
}
.general__subtitle {
  font-family: "Montserrat-M";
  color: var(--main-color-black);
  font-size: 1.28rem;
  line-height: 140%;
}
.general__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@-webkit-keyframes animaScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes animaScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes animaScale-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes animaScale-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes animaScale-back {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes animaScale-back {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@media (min-width: 2000.98px) {
  :root {
    font-size: 24px;
  }
}
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px;
  }
}
@media (max-width: 1700.98px) {
  :root {
    font-size: 17px;
  }
}
@media (max-width: 1600.98px) {
  :root {
    font-size: 16px;
  }
}
@media (max-width: 1500.98px) {
  :root {
    font-size: 14px;
  }
}
@media (max-width: 1400.98px) {
  :root {
    font-size: 13px;
  }
}
@media (min-width: 1150.98px) {
  .desc-off {
    display: none;
  }
}
@media (max-width: 1100.98px) {
  :root {
    font-size: 16px;
  }
  .wrapper .pic__rec {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .wrapper .pic__rec svg {
    display: block;
    max-width: 100%;
    height: auto;
    max-width: 43rem;
    position: relative;
    -webkit-animation: animaScale 10s linear infinite;
            animation: animaScale 10s linear infinite;
  }
  .wrapper .pic__rec-two svg {
    max-width: 80vw;
  }
  .wrapper .pic__rec-five {
    top: 124.5rem;
  }
  .wrapper .pic__rec-six {
    bottom: 109.85rem;
  }
  .wrapper .header {
    padding-left: 30px;
  }
  .wrapper .header .logo {
    margin-bottom: 70px;
  }
  .wrapper .section__begin {
    padding: 0 30px;
  }
  .wrapper .section__one {
    padding: 0 72px;
  }
  .wrapper .section__two {
    padding: 0 72px;
  }
  .wrapper .section__three {
    padding: 0 72px;
  }
  .wrapper .section__four {
    padding: 0 72px;
  }
  .wrapper .section__info {
    margin: 0 30px;
  }
  .wrapper .footer__container {
    -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;
  }
  .wrapper .footer__container-box {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
  }
  .wrapper .footer__container-box .box__contacts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrapper .footer__container-box .box__links {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 12px;
  }
  .wrapper .footer__container-box .box__messengers {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrapper .footer__bottom {
    margin-top: 0;
  }
  .wrapper .footer__bottom p {
    text-align: center;
  }
  .wrapper .general__box {
    max-width: 70vw;
    margin-bottom: 80px;
    text-align: center;
  }
  .wrapper .general__leftToright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .general__rightToleft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 1000.98px) {
  :root {
    font-size: 10px;
  }
}
@media (max-width: 900.98px) {
  :root {
    font-size: 11px;
  }
}
@media (max-width: 800.98px) {
  :root {
    font-size: 15px;
  }
  .wrapper .section__begin .begin__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .wrapper .section__begin .begin__container .mockup {
    max-width: 100%;
    margin: 0 44px;
    margin-bottom: 40px;
  }
  .wrapper .section__begin .begin__container-left {
    text-align: center;
  }
  .wrapper .section__begin .begin__container-left .subtitle {
    font-size: 1.6rem;
  }
  .wrapper .section__begin .begin__container-left .box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrapper .section__one {
    padding: 0 16px;
  }
  .wrapper .section__one__container-pic {
    max-width: 80vw;
  }
  .wrapper .section__two {
    padding: 0 16px;
  }
  .wrapper .section__two__container-pic {
    max-width: 80vw;
  }
  .wrapper .section__three {
    padding: 0 16px;
  }
  .wrapper .section__three__container-pic {
    max-width: 80vw;
  }
  .wrapper .section__four {
    padding: 0 16px;
  }
  .wrapper .section__four__container-pic {
    max-width: 80vw;
  }
  .wrapper .general__box {
    max-width: 100%;
    text-align: center;
  }
  .wrapper .footer {
    margin-top: 0;
  }
  .wrapper .footer__container-box .box__title {
    font-size: 1.8rem;
  }
  .wrapper .footer__container-box .box__messengers a {
    width: 3.33rem;
  }
}
@media (max-width: 500.98px) {
  :root {
    font-size: 10px;
  }
}
@media (max-width: 375.98px) {
  :root {
    font-size: 8px;
  }
}
