article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before, q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

html {
  background-color: #f5f7fa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  font-family: 'Roboto', sans-serif;
}

*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #484c55;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  height: 100%;
}

a {
  background: transparent;
  color: #c69;
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}

.main {
  position: relative;
  min-height: 100%;
  width: 100%;
  top: 0;
}

.main header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 70px;
}

.main header .header-descr h2 {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
}

.main header .header-descr p {
  margin: 0;
  padding-top: 25px;
  font-size: 15px;
  font-weight: 400;
  color: #9dacf3;
}

.main header .main-logo {
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  outline: none;
}

.bold {
  font-weight: 700;
}

.closed {
  display: none;
}

@-webkit-keyframes hideBlock {
  0% {
    display: block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  99% {
    display: block;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    display: none;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes hideBlock {
  0% {
    display: block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  99% {
    display: block;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    display: none;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes showBlock {
  0% {
    display: none;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  1% {
    display: block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    display: block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes showBlock {
  0% {
    display: none;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  1% {
    display: block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    display: block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#description-block header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 5px 0;
  background-color: #fff;
  z-index: 100000;
}

#description-block .for-developers,
#description-block .for-entrepreneurs {
  padding-top: 80px;
}

.current {
  position: relative;
  color: #000;
}

.current:before {
  content: '';
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffca28;
}

.main-about {
  display: none;
}

@media screen and (max-width: 1024px) {
  #description-block header {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 82px;
  }
  .main header {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  #description-block header {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 61px;
  }
  #description-block .for-developers,
  #description-block .for-entrepreneurs {
    padding-top: 50px;
  }
  .main header {
    padding-top: 38px;
  }
  .main header .main-logo {
    top: 10px;
    height: 100px;
    width: 60px;
  }
  .main header .header-descr {
    display: none;
  }
  .main header .git {
    display: none;
  }
  .main-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    cursor: pointer;
  }
  .main-about span {
    padding-left: 6px;
    color: #9dacf3;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 480px) {
  .main header {
    padding-top: 38px;
  }
  .main header .main-logo {
    top: 10px;
    height: 100px;
    width: 60px;
  }
}

.git-bt {
  position: relative;
  margin-top: 24px;
  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;
  width: 250px;
  height: 50px;
  border-radius: 8px;
  background: #ffca28;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 10000;
}

.git-bt span {
  padding-left: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #30293f;
}

.git-bt:hover {
  background: #FAD76C;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.git {
  position: relative;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 130px;
  border-radius: 8px;
  background: #ffca28;
  text-decoration: none;
  color: #30293f;
  font-weight: 700;
  outline: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 100;
}

.git span {
  margin-left: 10px;
}

.git:hover {
  background: #FAD76C;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.descr-cont .git {
  display: none;
}

@media screen and (max-width: 480px) {
  .git {
    display: none;
  }
  .descr-cont .git {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 90px;
  }
  .descr-cont .git span {
    font-size: 11px;
    font-weight: 700;
  }
  .descr-cont .git-bt {
    display: none;
  }
}

.container {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-footer {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 25px;
  height: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-footer a {
  margin: 0 25px;
  outline: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.main-footer a img {
  height: 45px;
}

.main-footer a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media screen and (max-width: 768px) {
  .main-footer {
    display: none;
  }
}

.content-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1180px;
  padding: 150px 10px 150px 10px;
  margin: 0 auto;
}

.content-desktop .platform {
  position: relative;
  display: block;
  width: 480px;
  height: 330px;
}

.content-desktop .platform .platform-right {
  position: absolute;
  right: 0;
  bottom: 137px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.content-desktop .platform .platform-right svg .st0-platform {
  opacity: 0.3;
  fill: #88A0EE;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.content-desktop .platform .platform-right svg .st1-platform {
  opacity: 0.2;
  fill: #4D62C8;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.content-desktop .platform .platform-right svg .st2-platform {
  opacity: 0.2;
  fill: #FFFFFF;
  -webkit-transition: all 2.4 ease;
  transition: all 2.4 ease;
}

.content-desktop .platform .platform-right svg.active-svg .st0-platform {
  opacity: 0.8;
  fill: #88A0EE;
}

.content-desktop .platform .platform-right svg.active-svg .st1-platform {
  opacity: 0.2;
  fill: #4D62C8;
}

.content-desktop .platform .platform-right svg.active-svg .st2-platform {
  opacity: 1;
  fill: #ffca28;
}

.content-desktop .platform .platform-centre {
  position: absolute;
  bottom: 70px;
  left: 140px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.content-desktop .platform .platform-centre svg .st0-center {
  opacity: 0.3;
  fill: #88A0EE;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.content-desktop .platform .platform-centre svg .st1-center {
  opacity: 0.2;
  fill: #4D62C8;
  enable-background: new;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.content-desktop .platform .platform-centre svg .st2-center {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-dasharray: 2, 11;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.content-desktop .platform .platform-centre svg.active-svg .st0-center {
  opacity: 1;
  fill: #88A0EE;
}

.content-desktop .platform .platform-centre svg.active-svg .st1-center {
  opacity: 0.2;
  fill: #4D62C8;
  enable-background: new;
}

.content-desktop .platform .platform-centre svg.active-svg .st2-center {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-dasharray: 2, 11;
}

.content-desktop .platform .platform-left {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.content-desktop .platform .platform-left svg .st0-pl-right {
  opacity: 0.3;
  fill: #88A0EE;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.content-desktop .platform .platform-left svg .st1-pl-right {
  opacity: 0.2;
  fill: #4D62C8;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.content-desktop .platform .platform-left svg .st2-pl-right {
  opacity: 0.2;
  fill: #FFFFFF;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.content-desktop .platform .platform-left svg.active-svg .st0-pl-right {
  opacity: 0.8;
  fill: #88A0EE;
}

.content-desktop .platform .platform-left svg.active-svg .st1-pl-right {
  opacity: 0.2;
  fill: #4D62C8;
}

.content-desktop .platform .platform-left svg.active-svg .st2-pl-right {
  opacity: 1;
  fill: #ffca28;
}

.content-desktop .platform .path-left {
  position: absolute;
  top: 48px;
  right: 136px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.content-desktop .platform .path-right {
  position: absolute;
  top: 132px;
  left: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.content-desktop .platform .box {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 100;
}

.content-desktop .platform .box .yellow-block {
  cursor: all-scroll;
}

.content-desktop .platform .box .yellow-block img {
  height: 45px;
  width: 45px;
  user-focus: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.content-desktop .developers, .content-desktop .entrepreneurs {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-desktop .developers .developers-text, .content-desktop .developers .entrepreneurs-text, .content-desktop .entrepreneurs .developers-text, .content-desktop .entrepreneurs .entrepreneurs-text {
  position: relative;
  pointer-events: none;
  z-index: 10;
}

.content-desktop .developers .developers-text h2, .content-desktop .developers .entrepreneurs-text h2, .content-desktop .entrepreneurs .developers-text h2, .content-desktop .entrepreneurs .entrepreneurs-text h2 {
  padding: 0;
  margin: 0;
  font-weight: 200;
  font-size: 50px;
  color: #fff;
}

.content-desktop .developers .developers-text p, .content-desktop .developers .entrepreneurs-text p, .content-desktop .entrepreneurs .developers-text p, .content-desktop .entrepreneurs .entrepreneurs-text p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
}

.content-desktop .developers .developers-main-img {
  position: relative;
}

.content-desktop .developers .developers-main-img .pc-img-developers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 203px;
  width: 239px;
  z-index: 10;
  cursor: pointer;
}

.content-desktop .developers .developers-main-img .bc-platforms-developers {
  position: absolute;
  display: block;
  height: 200px;
  width: 400px;
  top: 170px;
  left: -85px;
  z-index: 2;
  cursor: pointer;
}

.content-desktop .developers .developers-main-img .bc-platforms-developers svg {
  display: block;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.content-desktop .developers .developers-main-img .bc-platforms-developers svg g {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.content-desktop .developers .developers-main-img .arr-top-desct {
  display: none;
}

.content-desktop .developers .developers-main-img:hover .bc-platforms-developers svg g {
  opacity: 1;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.content-desktop .entrepreneurs {
  padding-top: 80px;
}

.content-desktop .entrepreneurs .entrepreneurs-main-img {
  position: relative;
}

.content-desktop .entrepreneurs .entrepreneurs-main-img .pc-img-entrepreneurs {
  position: relative;
  height: 190px;
  width: 228px;
  z-index: 10;
  cursor: pointer;
}

.content-desktop .entrepreneurs .entrepreneurs-main-img .bc-platforms-entrepreneurs {
  position: absolute;
  display: block;
  height: 200px;
  width: 400px;
  top: -90px;
  right: -90px;
  cursor: pointer;
  z-index: 2;
}

.content-desktop .entrepreneurs .entrepreneurs-main-img .bc-platforms-entrepreneurs svg {
  display: block;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.content-desktop .entrepreneurs .entrepreneurs-main-img .bc-platforms-entrepreneurs svg g {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.content-desktop .entrepreneurs .entrepreneurs-main-img .arr-bot-desc {
  display: none;
}

.content-desktop .entrepreneurs .entrepreneurs-main-img:hover .bc-platforms-entrepreneurs svg g {
  opacity: 1;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.content-desktop .entrepreneurs p {
  text-align: right;
  margin-left: 30px;
  width: 280px;
}

.content-mob {
  display: none;
}

@media screen and (max-width: 1200px) {
  .content-desktop {
    padding: 120px 20px 120px 20px;
  }
  .content-desktop .developers, .content-desktop .entrepreneurs {
    width: 230px;
  }
  .content-desktop .developers .developers-text h2, .content-desktop .developers .entrepreneurs-text h2, .content-desktop .entrepreneurs .developers-text h2, .content-desktop .entrepreneurs .entrepreneurs-text h2 {
    font-size: 40px;
  }
  .content-desktop .developers .developers-text p, .content-desktop .developers .entrepreneurs-text p, .content-desktop .entrepreneurs .developers-text p, .content-desktop .entrepreneurs .entrepreneurs-text p {
    font-size: 12px;
  }
  .content-desktop .developers .developers-main-img .pc-img-developers {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    width: 180px;
  }
  .content-desktop .developers .developers-main-img .bc-platforms-developers {
    height: 150px;
    width: 300px;
    top: 125px;
    left: -55px;
  }
  .content-desktop .entrepreneurs {
    padding-top: 80px;
  }
  .content-desktop .entrepreneurs .entrepreneurs-main-img .pc-img-entrepreneurs {
    height: 150px;
    width: 228px;
    z-index: 10;
    cursor: pointer;
  }
  .content-desktop .entrepreneurs .entrepreneurs-main-img .bc-platforms-entrepreneurs {
    height: 150px;
    width: 300px;
    top: -80px;
    right: -75px;
  }
  .content-desktop .entrepreneurs p {
    text-align: right;
    width: unset;
  }
}

@media screen and (max-width: 1024px) {
  .content-desktop {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content-desktop .platform {
    display: none;
  }
  .content-desktop .developers .developers-main-img .arr-top-desct {
    position: absolute;
    height: 35px;
    width: 75px;
    top: 50px;
    right: -85px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  .content-desktop .entrepreneurs {
    padding-top: 80px;
  }
  .content-desktop .entrepreneurs .entrepreneurs-main-img .arr-bot-desc {
    position: absolute;
    height: 35px;
    width: 75px;
    bottom: 35px;
    left: -60px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  .content-desktop .entrepreneurs p {
    text-align: right;
    margin-left: 30px;
    width: unset;
  }
}

@media screen and (max-width: 768px) {
  .content-desktop {
    display: none;
  }
  .content-mob {
    display: block;
    max-width: 340px;
    min-width: 320px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px 30px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  .content-mob .tittle-content {
    margin: 0;
    color: #ffca28;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 30%;
  }
  .content-mob .wrapper-content-mob {
    position: relative;
    height: 240px;
  }
  .content-mob .wrapper-content-mob .developers {
    position: absolute;
    width: 180px;
    bottom: 0;
    left: 10px;
  }
  .content-mob .wrapper-content-mob .developers .developers-main-img {
    position: relative;
  }
  .content-mob .wrapper-content-mob .developers .developers-main-img .pc-img-developers {
    display: block;
    position: relative;
    height: 119px;
    width: 102px;
    z-index: 10;
    cursor: pointer;
  }
  .content-mob .wrapper-content-mob .developers .developers-main-img .bc-platforms-developers {
    position: absolute;
    display: block;
    height: 100px;
    width: 180px;
    top: 70px;
    left: -35px;
    z-index: 1;
    cursor: pointer;
  }
  .content-mob .wrapper-content-mob .developers .developers-main-img .bc-platforms-developers svg {
    display: block;
    height: 100%;
    width: 100%;
    pointer-events: none;
  }
  .content-mob .wrapper-content-mob .developers .developers-main-img .bc-platforms-developers svg g {
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
  }
  .content-mob .wrapper-content-mob .developers .developers-main-img .arrow-bott {
    position: absolute;
    height: 35px;
    width: 75px;
    left: 160px;
    bottom: -30px;
    z-index: -1;
  }
  .content-mob .wrapper-content-mob .developers .developers-main-img:hover .bc-platforms-developers svg g {
    opacity: 1;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
  }
  .content-mob .wrapper-content-mob .developers .developers-text {
    position: relative;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 10;
  }
  .content-mob .wrapper-content-mob .developers .developers-text h2 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .content-mob .wrapper-content-mob .developers .developers-text p {
    padding-top: 10px;
    padding-bottom: 0;
    margin: 0;
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .content-mob .wrapper-content-mob .entrepreneurs {
    position: absolute;
    width: 180px;
    top: -20px;
    right: 10px;
  }
  .content-mob .wrapper-content-mob .entrepreneurs .entrepreneurs-main-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .content-mob .wrapper-content-mob .entrepreneurs .entrepreneurs-main-img .pc-img-entrepreneurs {
    position: relative;
    display: block;
    height: 119px;
    width: 102px;
    z-index: 10;
    cursor: pointer;
  }
  .content-mob .wrapper-content-mob .entrepreneurs .entrepreneurs-main-img .bc-platforms-entrepreneurs {
    position: absolute;
    display: block;
    height: 100px;
    width: 180px;
    top: 60px;
    left: 30px;
    z-index: 1;
    cursor: pointer;
  }
  .content-mob .wrapper-content-mob .entrepreneurs .entrepreneurs-main-img .bc-platforms-entrepreneurs svg {
    display: block;
    height: 100%;
    width: 100%;
    pointer-events: none;
  }
  .content-mob .wrapper-content-mob .entrepreneurs .entrepreneurs-main-img .bc-platforms-entrepreneurs svg g {
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
  }
  .content-mob .wrapper-content-mob .entrepreneurs .entrepreneurs-main-img .arrow-top {
    position: absolute;
    height: 35px;
    width: 75px;
    top: 65px;
    right: 135px;
    z-index: -1;
  }
  .content-mob .wrapper-content-mob .entrepreneurs .entrepreneurs-main-img:hover .bc-platforms-entrepreneurs svg g {
    opacity: 1;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
  }
  .content-mob .wrapper-content-mob .entrepreneurs .entrepreneurs-text {
    pointer-events: none;
    position: relative;
    z-index: 10;
  }
  .content-mob .wrapper-content-mob .entrepreneurs .entrepreneurs-text h2 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    text-align: right;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .content-mob .wrapper-content-mob .entrepreneurs .entrepreneurs-text p {
    padding-top: 10px;
    padding-bottom: 0;
    margin: 0;
    text-align: right;
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}

.offers-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.offers-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 40px 10px 10px;
  margin-bottom: 40px;
  width: 49.15%;
  background: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.offers-items .item .block-img {
  position: relative;
  width: 190px;
}

.offers-items .item .block-img .icon-dev-1 {
  position: absolute;
  height: 65px;
  width: 64px;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

.offers-items .item .block-img .icon-dev-1:before {
  position: absolute;
  content: '';
  display: block;
  height: 100px;
  width: 100px;
  background-image: url("../../img/svg/box-shade.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: -13px;
  top: 20px;
}

.offers-items .item .block-img .icon-dev-2 {
  position: absolute;
  height: 103px;
  width: 83px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.offers-items .item .block-img .icon-dev-3 {
  position: absolute;
  height: 120px;
  width: 120px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -32%);
          transform: translate(-50%, -32%);
}

.offers-items .item .block-img .icon-dev-4 {
  position: absolute;
  height: 88px;
  width: 100px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -32%);
          transform: translate(-50%, -32%);
}

.offers-items .item .block-img .icon-dev-5 {
  position: absolute;
  height: 107px;
  width: 101px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -36%);
          transform: translate(-50%, -36%);
}

.offers-items .item .block-img .icon-bus-1 {
  position: absolute;
  height: 123px;
  width: 132px;
  top: 0;
  left: 0;
  -webkit-transform: translate(-15%, -24%);
          transform: translate(-15%, -24%);
}

.offers-items .item .block-img .icon-bus-2 {
  position: absolute;
  height: 90px;
  width: 74px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.offers-items .item .block-img .icon-bus-3 {
  position: absolute;
  height: 105px;
  width: 95px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-55%, -25%);
          transform: translate(-55%, -25%);
}

.offers-items .item .block-img .icon-bus-4 {
  position: absolute;
  height: 96px;
  width: 80px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -29%);
          transform: translate(-50%, -29%);
}

.offers-items .item .block-img .icon-bus-5 {
  position: absolute;
  height: 95px;
  width: 93px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -36%);
          transform: translate(-50%, -36%);
}

.offers-items .item .block-img .icon-bus-6 {
  position: absolute;
  height: 90px;
  width: 65px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -22%);
          transform: translate(-50%, -22%);
}

.offers-items .item .block-img .icon-bus-7 {
  position: absolute;
  height: 116px;
  width: 76px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-68%, -16%);
          transform: translate(-68%, -16%);
}

.offers-items .item .item-content {
  width: 100%;
}

.offers-items .item .item-content h3 {
  margin: 0;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  color: #30293f;
}

.offers-items .item .item-content ul {
  padding-left: 30px;
  list-style-type: none;
}

.offers-items .item .item-content ul li {
  position: relative;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.offers-items .item .item-content ul li:before {
  content: '';
  position: absolute;
  display: block;
  top: 5px;
  left: -30px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #ffca28;
}

.offers-items .item .item-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

@media screen and (max-width: 1024px) {
  .offers-items .item {
    padding: 10px 10px 10px 10px;
  }
  .offers-items .item .item-content {
    width: 100%;
  }
  .offers-items .item .item-content ul {
    padding-left: 20px;
  }
  .offers-items .item .item-content ul li {
    font-size: 14px;
    line-height: 18px;
  }
  .offers-items .item .item-content ul li:before {
    left: -20px;
  }
  .offers-items .item .item-content p {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 768px) {
  .offers-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offers-items .item {
    width: 470px;
    padding: 10px 30px 10px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offers-items .item .block-img {
    width: 100%;
    height: 72px;
  }
  .offers-items .item .block-img .icon-bus-1 {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .offers-items .item .block-img .icon-bus-2 {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .offers-items .item .block-img .icon-bus-6 {
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
  }
  .offers-items .item .block-img .icon-bus-7 {
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
  .offers-items .item .item-content {
    width: 100%;
  }
  .offers-items .item .item-content ul {
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
    list-style-type: none;
    width: 410px;
    margin: 0 auto;
  }
  .offers-items .item .item-content ul li {
    font-size: 13px;
    line-height: 16px;
  }
  .offers-items .item .item-content ul li:before {
    left: -30px;
    height: 6px;
    width: 6px;
  }
  .offers-items .item .item-content p {
    font-size: 13px;
    line-height: 16px;
  }
}

@media screen and (max-width: 480px) {
  .offers-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .offers-items .item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offers-items .item .item-content {
    width: 100%;
  }
  .offers-items .item .item-content ul {
    width: unset;
    margin: 0;
  }
  .offers-items .item .item-content ul li {
    font-size: 13px;
    line-height: 16px;
  }
  .offers-items .item .item-content ul li:before {
    left: -30px;
    height: 6px;
    width: 6px;
  }
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 70px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 460px;
}

footer .footer-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  outline: none;
}

footer .footer-phones > a:last-child {
  margin-left: 15px;
}

footer .phone,
footer .email {
  color: #4d62c8;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

footer .phone:hover,
footer .email:hover {
  color: #5872F1;
}

footer .wright-us {
  display: block;
  height: 40px;
  width: 130px;
  color: #4d62c8;
  text-align: center;
  line-height: 40px;
  border: 2px solid #4d62c8;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

@media screen and (max-width: 1024px) {
  footer {
    padding: 70px 10px;
  }
  footer .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    padding-top: 10px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .contacts {
    -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;
    width: 100%;
  }
  footer .footer-phones {
    margin: 10px 0;
    -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;
    width: 100%;
  }
  footer .footer-phones > a:last-child {
    margin-left: 0;
  }
  footer .wright-us {
    margin-top: 36px;
  }
}

.offers h2 {
  text-align: center;
  margin-bottom: 80px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #30293f;
}

.block-info {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.block-info.block-info-ent {
  padding-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-info .info-firebase,
.block-info .info-angular {
  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;
  outline: none;
}

.block-info .info-firebase img,
.block-info .info-angular img {
  width: 38px;
  height: 52px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.block-info .info-firebase span,
.block-info .info-angular span {
  padding-top: 10px;
  font-size: 15px;
  line-height: 20px;
  color: #4d62c8;
}

.block-info .info-firebase:hover img,
.block-info .info-angular:hover img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.block-info .info-item {
  position: relative;
  width: 260px;
  height: 229px;
  z-index: 100;
}

.block-info .info-item .box-shade {
  position: absolute;
  display: block;
  height: 212px;
  width: 318px;
  bottom: -85px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .block-info {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 70px;
  }
}

@media screen and (max-width: 768px) {
  .block-info {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 70px;
  }
  .block-info .info-firebase img,
  .block-info .info-angular img {
    width: 32px;
    height: 35px;
  }
  .block-info .info-firebase span,
  .block-info .info-angular span {
    padding-top: 7px;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
  }
  .block-info .info-item {
    width: 153px;
    height: 135px;
  }
  .block-info .info-item .box-shade {
    width: 153px;
    height: 135px;
    bottom: -55px;
  }
}

@media screen and (max-width: 480px) {
  .block-info {
    width: 100%;
    padding: 0;
  }
}

.separator {
  margin-top: -200px;
  padding: 20px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
}

.separator.sep-dev {
  background-image: url("../../img/svg/sep-dev.png");
}

.separator.sep-enth {
  background-image: url("../../img/svg/sep-bus.png");
}

.separator .separator-tittle {
  width: 486px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  padding-top: 165px;
  padding-bottom: 125px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .separator .separator-tittle {
    width: 260px;
    font-weight: 800;
    line-height: 20px;
    font-size: 18px;
  }
}

.dev-bc {
  background-image: url("../../img/bg-dev.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 200px;
}

.busin-bc {
  background-image: url("../../img/bg-busin.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 200px;
}

.wrapper-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper-header .top-logo {
  outline: none;
}

.wrapper-header .select-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.wrapper-header .select-block li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 30px;
  height: 100%;
}

.wrapper-header .select-block li a {
  height: 100%;
  font-size: 15px;
  color: #4d62c8;
  outline: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.wrapper-header .select-block li a:focus {
  outline: none;
}

.wrapper-header .select-block li a.current {
  position: relative;
  color: #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.wrapper-header .select-block li a.current:before {
  content: '';
  position: absolute;
  bottom: -33px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffca28;
}

@media screen and (max-width: 1024px) {
  .wrapper-header .top-logo img {
    display: block;
    height: 68px;
    width: 166px;
    max-width: unset;
  }
}

@media screen and (max-width: 768px) {
  .wrapper-header .top-logo img {
    display: block;
    height: 51px;
    width: 123px;
  }
  .wrapper-header .select-block {
    margin: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .wrapper-header .select-block li {
    margin: 0;
  }
  .wrapper-header .select-block li a {
    position: relative;
    display: block;
    font-size: 13px;
    margin-right: 10px;
  }
  .wrapper-header .select-block li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -15px;
    height: 10px;
    width: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: transparent;
    background-image: url("../../img/svg/mob-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .wrapper-header .select-block li a.current {
    display: none;
  }
  .wrapper-header .select-block li a.current:before {
    display: none;
  }
}

.descr-cont {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.descr-cont .descr-tittle {
  margin-top: 120px;
  margin-bottom: 45px;
  padding: 0;
  font-size: 40px;
  text-align: center;
  font-weight: 300;
}

.descr-cont .descr-text {
  font-size: 15px;
  width: 385px;
  color: #5a595e;
  font-weight: 400;
  text-align: center;
}

.descr-cont .descr-text-main {
  font-size: 15px;
  color: #000000;
  font-weight: 700;
}

@media screen and (max-width: 480px) {
  .descr-cont .descr-tittle {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .descr-cont .descr-text {
    font-size: 13px;
    line-height: 16px;
    width: 100%;
  }
  .descr-cont .descr-text-main {
    font-size: 13px;
    line-height: 16px;
    font-weight: 900;
    width: 173px;
    text-align: center;
  }
}

.backgraund-main {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/wave-lvl-1.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.backgraund-main .bc-first,
.backgraund-main .bc-second,
.backgraund-main .bc-third,
.backgraund-main .bc-fourth {
  position: absolute;
  top: 0;
  right: 0;
  height: 2000px;
  width: 2400px;
}

.backgraund-main .bc-first {
  z-index: -5;
  background-image: url("../img/wave-lvl-5.png");
  background-position: top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: auto;
}

.backgraund-main .bc-second {
  z-index: -6;
  background-image: url("../img/wave-lvl-4.png");
  background-position: top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: auto;
}

.backgraund-main .bc-third {
  z-index: -7;
  background-image: url("../img/wave-lvl-3.png");
  background-position: top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: auto;
}

.backgraund-main .bc-fourth {
  z-index: -8;
  background-image: url("../img/wave-lvl-2.png");
  background-position: top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: auto;
}

.backgraund-main .noise {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url("../img/noise-pattern.png");
  background-repeat: repeat;
}

.backgraund-main .noise:after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  background-image: url("../../img/shading.png");
  background-repeat: repeat-y;
  height: 100%;
  width: 50%;
}

.backgraund-main .noise:before {
  content: '';
  top: 0;
  right: 0;
  position: absolute;
  background-image: url("../../img/shading.png");
  background-repeat: repeat-y;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 100%;
  width: 50%;
}

.wrapper-popup {
  display: none;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 15px;
  z-index: 1000;
}

.wrapper-popup.show {
  display: block;
}

.wrapper-popup .pop-up {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  padding: 30px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  width: 300px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wrapper-popup .pop-up #exit {
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 auto;
  cursor: pointer;
  outline: none;
}

.wrapper-popup .pop-up #exit:after, .wrapper-popup .pop-up #exit:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 25px;
  background: #292b2c;
}

.wrapper-popup .pop-up #exit:before {
  -webkit-transform: rotate(45deg) translate(5px, -8px);
          transform: rotate(45deg) translate(5px, -8px);
}

.wrapper-popup .pop-up #exit:after {
  -webkit-transform: rotate(-45deg) translate(8px, 5px);
          transform: rotate(-45deg) translate(8px, 5px);
}

.wrapper-popup .pop-up .header-descr h2 {
  color: #000000;
  font-weight: 900;
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
}

.wrapper-popup .pop-up .header-descr p {
  font-size: 13px;
  font-weight: 400;
}

.wrapper-popup .pop-up .pop-logo {
  margin-top: 15px;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}

.wrapper-popup .pop-up .footer-popup {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrapper-popup .pop-up .footer-popup .popup-nodeart-product {
  height: 30px;
  width: 67px;
}

.wrapper-popup .pop-up .footer-popup .footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-popup .pop-up .footer-popup .footer-block a {
  height: 21px;
  width: 23px;
  margin-left: 16px;
}

.wrapper-popup .pop-up .footer-popup .footer-block a img {
  display: block;
  height: 100%;
  width: 100%;
}

.wrapper-form {
  display: none;
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(234, 239, 246, 0.9);
  z-index: 100000;
}

.wrapper-form.show {
  display: block;
  -webkit-animation: show-bc 1s ease;
          animation: show-bc 1s ease;
}

.wrapper-form.show .bc-form {
  -webkit-animation: show-form 1s ease forwards;
          animation: show-form 1s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.wrapper-form.hide {
  display: block;
  -webkit-animation: hide-bc 1s ease forwards;
          animation: hide-bc 1s ease forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.wrapper-form.hide .bc-form {
  -webkit-animation: hide-form 1s ease forwards;
          animation: hide-form 1s ease forwards;
}

.wrapper-form .bc-form {
  opacity: 0;
  position: absolute;
  height: 700px;
  width: 600px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  background-image: url("../../img/svg/form-bc.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper-form .bc-form .form {
  position: relative;
  display: block;
  height: 500px;
  width: 480px;
  padding-top: 25px;
  margin-top: 50%;
  margin-left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  -webkit-box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
          box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.wrapper-form .bc-form .form h2 {
  margin-top: 18px;
  margin-bottom: 25px;
  text-align: center;
  color: #000000;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
}

.wrapper-form .bc-form .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;
  width: 420px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper-form .bc-form .form form button {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #ffca28;
}

.wrapper-form .bc-form .form form button:focus {
  outline: none;
}

.wrapper-form .bc-form .form form button:hover {
  background: #FAD76C;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.wrapper-form .bc-form .form .after-text {
  position: absolute;
  display: block;
  color: #a8aeb6;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#exit-form {
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 auto;
  cursor: pointer;
  outline: none;
}

#exit-form:after, #exit-form:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 25px;
  background: #292b2c;
}

#exit-form:before {
  -webkit-transform: rotate(45deg) translate(5px, -8px);
          transform: rotate(45deg) translate(5px, -8px);
}

#exit-form:after {
  -webkit-transform: rotate(-45deg) translate(8px, 5px);
          transform: rotate(-45deg) translate(8px, 5px);
}

@-webkit-keyframes show-bc {
  0% {
    background: rgba(234, 239, 246, 0);
  }
  100% {
    background: rgba(234, 239, 246, 0.9);
  }
}

@keyframes show-bc {
  0% {
    background: rgba(234, 239, 246, 0);
  }
  100% {
    background: rgba(234, 239, 246, 0.9);
  }
}

@-webkit-keyframes show-form {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes show-form {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes hide-bc {
  0% {
    background: rgba(234, 239, 246, 0.9);
  }
  100% {
    background: rgba(234, 239, 246, 0);
  }
}

@keyframes hide-bc {
  0% {
    background: rgba(234, 239, 246, 0.9);
  }
  100% {
    background: rgba(234, 239, 246, 0);
  }
}

@-webkit-keyframes hide-form {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
  }
}

@keyframes hide-form {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
  }
}

.input {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  max-width: 420px;
  border-radius: 8px;
  width: 100%;
  height: 60px;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #eaeff6;
}

.input-field {
  position: relative;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0;
  padding: 10px 10px;
  max-width: 410px;
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
  border: none;
  background-color: #eaeff6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.input-field:focus {
  outline: none;
}

.input-label {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.input.active {
  background-color: #4d62c8;
}

.input-field:focus + .input-label,
.input.active .input-label {
  top: 0;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
}

.input.active > .input-field,
.input-field:focus {
  margin-top: 20px;
  height: 41px;
}

.textarea {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  max-width: 420px;
  width: 100%;
  height: 150px;
  border-radius: 8px;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #eaeff6;
}

.textarea-field {
  position: relative;
  display: block;
  width: 410px;
  height: 150px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px 4px 0 0;
  border: none;
  background-color: #eaeff6;
  resize: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.textarea-field:focus {
  outline: none;
}

.textarea-label {
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.textarea.active {
  background-color: #4d62c8;
}

.textarea-field:focus + .textarea-label,
.textarea.active .textarea-label {
  top: 0;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
}

.textarea.active > .textarea-field,
.textarea-field:focus {
  height: 131px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .wrapper-form .bc-form {
    height: 450px;
    width: 450px;
  }
  .wrapper-form .bc-form .form {
    height: 370px;
    width: 300px;
  }
  .wrapper-form .bc-form .form h2 {
    font-size: 13px;
  }
  .wrapper-form .bc-form .form form {
    width: 280px;
  }
  .wrapper-form .bc-form .form .after-text {
    font-size: 10px;
  }
  .input {
    max-width: 300px;
  }
  .input-field {
    max-width: 270px;
  }
  .textarea {
    width: 280px;
    height: 90px;
  }
  .textarea-field {
    width: 270px;
    height: 80px;
  }
  .textarea.active > .textarea-field,
  .textarea-field:focus {
    height: 71px;
  }
}

@media screen and (max-width: 480px) {
  .wrapper-form .bc-form {
    height: 320px;
    width: 320px;
  }
}

.demo-3 {
  will-change: opacity;
  display: none;
  position: relative;
  z-index: 1000000000000000;
}

.js body {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.js body.render {
  opacity: 1;
}

.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background-color: transparent;
}

.content--demo-3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  margin: 0 auto;
  pointer-events: none;
}

.shape-overlays {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
}

.shape-overlays.is-opened {
  pointer-events: auto;
}

.shape-overlays__path:nth-of-type(1) {
  fill: #ffca28;
}

.shape-overlays__path:nth-of-type(2) {
  fill: #ef6a2b;
}

.shape-overlays__path:nth-of-type(3) {
  fill: #556ac6;
}

.angular-page {
  position: relative;
}

.angular-page header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 70px;
}

.angular-page header h2 {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  color: #30293f;
  text-transform: uppercase;
}

.angular-page header p {
  margin: 0;
  padding-top: 25px;
  font-size: 15px;
  font-weight: 400;
  color: #9dacf3;
}

.angular-page .main-logo {
  height: 148px;
  width: 88px;
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  outline: none;
}

.article-content {
  padding-top: 150px;
}

.article-content .logo-block {
  padding-bottom: 100px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-content .logo-block img {
  display: block;
  width: 250px;
}

.arcticle {
  width: 750px;
  margin: 0 auto;
}

.arcticle h1 {
  margin-top: 0;
  text-align: center;
  font-size: 60px;
}

.arcticle p {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.arcticle p .bolt-style {
  font-weight: 800;
}

.arcticle p code {
  padding: 0 5px;
  color: #fc6163;
  background: rgba(191, 0, 0, 0.1);
}

.arcticle ul {
  padding-left: 60px;
  list-style-type: none;
}

.arcticle ul li {
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.arcticle ul li .bolt-style {
  font-weight: 800;
}

.arcticle ul li:before {
  content: '';
  position: absolute;
  display: block;
  top: 5px;
  left: -30px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #ffca28;
}

.go-to-block {
  padding-top: 100px;
  text-align: center;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.go-to-block .go-to-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
}

.go-to-block .go-to-links a {
  display: block;
  width: 70px;
  margin: 0 50px;
}

@media screen and (max-width: 768px) {
  .arcticle {
    width: 470px;
  }
  .arcticle ul {
    padding-left: 40px;
  }
}

@media screen and (max-width: 480px) {
  .angular-page header .header-descr {
    display: none;
  }
  .go-to-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .arcticle {
    width: 310px;
  }
  .arcticle h1 {
    font-size: 40px;
  }
  .arcticle p {
    font-size: 13px;
  }
  .arcticle ul {
    padding-left: 20px;
  }
  .arcticle ul li {
    font-size: 13px;
  }
  .arcticle ul li:before {
    content: '';
    left: -20px;
  }
}

@media print {
  *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
