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

html, body {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Roboto Mono;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.03em;
  background: #FAFAFA;
}

@media (min-width: 961px) {
  body {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
  }
}

img {
  display: block;
}

h1, h2, .click-down-text {
  font-weight: bold;
}

h1 {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.01em;
}

h2 {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.01em;
}

@media (min-width: 1140) {
  h1 {
    font-weight: bold;
    font-size: 64px;
    line-height: 64px;
  }
  h2 {
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
  }
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.content-paddings {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 380px) {
  .content-paddings {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@-webkit-keyframes arrowBtnShake {
  from {
    right: 27px;
  }
  50% {
    right: 40px;
  }
  to {
    right: 27px;
  }
}

@keyframes arrowBtnShake {
  from {
    right: 27px;
  }
  50% {
    right: 40px;
  }
  to {
    right: 27px;
  }
}

.link-font {
  font-size: 20px;
  line-height: 23px;
}

@media (min-width: 961px) {
  h1 {
    font-size: 64px;
    line-height: 64px;
    letter-spacing: 0.01em;
  }
  h2 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0.01em;
  }
  .description {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: -0.03em;
  }
}

button {
  cursor: pointer;
}

button[disabled] {
  opacity: 0.5;
}

input, textarea, button {
  -webkit-appearance: none;
  outline: none;
}

input:hover, textarea:hover, button:hover {
  outline: none;
}

input::focus, textarea::focus, button::focus {
  outline: none;
}

input:active, textarea:active, button:active {
  outline: none;
}

.morph-vector {
  fill: #1B3CC8;
  stroke: black;
  stroke-width: 0;
}

.svg-box-mt {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.click-down {
  display: inline-block;
  position: relative;
  background: transparent;
  border: 3px solid #164BC9;
  border-radius: 30px;
  height: 60px;
  width: 205px;
  text-decoration: none;
  margin-bottom: 30px;
  margin-top: 20px;
  z-index: 100;
}

.click-down-text {
  display: inline-block;
  position: absolute;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: white;
  text-align: left;
  top: 14px;
  left: 27px;
}

.slick-dots li.nonactive button:hover::before, .slick-dots li.nonactive button:focus::before, .slick-dots li.nonactive button::before {
  opacity: 0.25;
}

@media (min-width: 1140px) {
  .slick-dots li.nonactive button:hover::before, .slick-dots li.nonactive button:focus::before, .slick-dots li.nonactive button::before {
    opacity: 1;
  }
}

.toHide {
  display: block;
}

.toShow {
  display: none;
}

.hide {
  display: none;
}

.bubbles-bg {
  background-image: url(../image-svg/sections-bg/bubbles-white.svg);
  background-repeat: no-repeat;
  background-position: center top;
  height: 100%;
  width: 100%;
}

.bubbles-bg-grey {
  background-image: url(../image-svg/sections-bg/bubbles.svg);
  background-repeat: no-repeat;
  background-position: center top;
  height: 100%;
  width: 100%;
}

.bubbles-bg-bottom {
  background-image: url(../image-svg/sections-bg/bubbles-white.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 100%;
}

.top-svg-background {
  background: url(../image-svg/sections-bg/header.svg) no-repeat center bottom;
  height: 994px;
}

@media (min-width: 321px) {
  .top-svg-background {
    height: 912px;
  }
}

@media (min-width: 541px) {
  .top-svg-background {
    height: 768px;
  }
}

@media (min-width: 721px) {
  .top-svg-background {
    height: 940px;
  }
}

@media (min-width: 1140px) {
  .top-svg-background {
    height: 984px;
  }
}

@media (min-width: 1400px) {
  .top-svg-background {
    height: 980px;
    max-width: 2431px;
    margin-left: auto;
    margin-right: auto;
  }
}

.mobile-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #1B3CC8;
}

.mobile-menu-container .toShow {
  display: none;
}

.mobile-menu-container .mobile-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  list-style-type: none;
  padding: 0;
  font-size: 20px;
  color: #FFFFFF;
}

.mobile-menu-container .mobile-menu li {
  margin: 20px 0 0 0;
}

.mobile-menu-container .mobile-menu li:first-child {
  margin-top: 0;
}

.mobile-menu-container .mobile-menu a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}

.mobile-menu-container .close {
  position: absolute;
  top: 19px;
  right: 8px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.mobile-menu-container .close:before, .mobile-menu-container .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #FFFFFF;
}

.mobile-menu-container .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mobile-menu-container .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 380px) {
  .mobile-menu-container .close {
    top: 19px;
    right: 13px;
  }
}

@media (min-width: 721px) {
  .mobile-menu-container {
    display: none;
  }
}

#for-drop-menu-js header nav .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 20px 0 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#for-drop-menu-js header nav .content .img-block {
  display: block;
  margin-top: 0vh;
}

#for-drop-menu-js header nav .content .bg-logo {
  display: block;
  background: url(../image-svg/mobile-logo.svg);
  width: 52px;
  height: 30px;
}

@media (min-width: 721px) {
  #for-drop-menu-js header nav .content .bg-logo {
    background: url(../image-svg/Logo-title.svg) left top;
    background-size: cover;
    width: 268px;
    height: 40px;
    background-repeat: no-repeat;
  }
}

#for-drop-menu-js header nav .content .drop-list {
  display: block;
  position: absolute;
  top: 4px;
  right: 10px;
  outline-style: none;
  background: url(../image-svg/icon-menu.svg);
  width: 28px;
  height: 23px;
}

@supports (-ms-ime-align: auto) {
  #for-drop-menu-js header nav .content .drop-menu-details {
    display: none;
  }
  #for-drop-menu-js header nav .content .drop-menu-btn {
    display: block;
    position: absolute;
    top: 4px;
    right: 2px;
    outline-style: none;
    background: url(../image-svg/icon-menu.svg);
    width: 28px;
    height: 23px;
    cursor: pointer;
  }
}

@media (min-width: 721px) {
  #for-drop-menu-js header nav .content .toHide {
    display: none;
  }
  #for-drop-menu-js header nav .content .toShow {
    display: block;
  }
  #for-drop-menu-js header nav .content .head-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 50%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #for-drop-menu-js header nav .content .head-menu .listBtn {
    text-align: center;
    width: auto;
  }
}

@media (min-width: 960px) {
  #for-drop-menu-js header nav .content .head-menu {
    width: 62%;
  }
  #for-drop-menu-js header nav .content .head-menu .listBtn {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1140px) {
  #for-drop-menu-js header nav .content .head-menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #for-drop-menu-js header nav .content .head-menu .listBtn {
    margin-left: 50px;
  }
}

@media (min-width: 721px) {
  #for-drop-menu-js header nav .content {
    margin: 45px 0 0 0;
  }
}

@media (min-width: 961px) {
  #for-drop-menu-js header nav .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1141px) {
  #for-drop-menu-js header nav .content {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}

#for-drop-menu-js header .mobile-menu-hamburger {
  width: 28px;
  height: 24px;
  margin: 1px 0 0 0;
  cursor: pointer;
}

#for-drop-menu-js header .mobile-menu-hamburger > div {
  height: 3px;
  border-radius: 20px;
  background: #FFFFFF;
  margin: 7px 0 0 0;
}

#for-drop-menu-js header .mobile-menu-hamburger > div:first-child {
  margin: 0;
}

@media (min-width: 721px) {
  #for-drop-menu-js header .mobile-menu-hamburger {
    display: none;
  }
}

#for-drop-menu-js .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

#for-drop-menu-js .content .custom-col {
  width: 100%;
}

#for-drop-menu-js .content .custom-col .margin-correction {
  margin-top: -71px;
}

#for-drop-menu-js .content .custom-col h1 {
  color: white;
  margin-top: 48px;
  margin-bottom: 21px;
}

#for-drop-menu-js .content .custom-col .description {
  color: white;
}

#for-drop-menu-js .content .custom-col .img-block {
  max-width: 250px;
  margin: 0 auto;
}

@media (min-width: 541px) {
  #for-drop-menu-js .content .custom-col h1 {
    margin-top: 124px;
  }
  #for-drop-menu-js .content .custom-col .img-block {
    margin: 48px auto 0 auto;
  }
}

@media (min-width: 721px) {
  #for-drop-menu-js .content .custom-col .img-block {
    max-width: 100%;
    margin-top: 94px;
  }
  #for-drop-menu-js .content .custom-col h1 {
    margin-top: 183px;
  }
  #for-drop-menu-js .content .custom-col .click-down {
    width: 250px;
  }
}

@media (min-width: 1140px) {
  #for-drop-menu-js .content .custom-col .description {
    max-width: 450px;
  }
}

#for-drop-menu-js .content .custom-col .click-down {
  margin-top: 21px;
  margin-bottom: 21px;
}

#for-drop-menu-js .content .custom-col .click-down:after {
  background: url(../image-svg/icon-arrow.svg);
  background-size: cover;
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 17px;
  right: 27px;
  top: 18px;
  content: "";
}

#for-drop-menu-js .content .custom-col .click-down:hover:after {
  -webkit-animation-name: arrowBtnShake;
          animation-name: arrowBtnShake;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (min-width: 541px) {
  #for-drop-menu-js .content .custom-col {
    width: 47%;
  }
  #for-drop-menu-js .content .first-custom-col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (min-width: 1140px) {
  #for-drop-menu-js .content .custom-col {
    width: 50%;
  }
  #for-drop-menu-js .content .header-main-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #for-drop-menu-js .content .header-main-image .img-block {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1141px) {
  #for-drop-menu-js .content {
    width: 1140px;
    margin: 0 auto;
  }
}

.drop-menu-details {
  display: block;
}

.drop-menu-js {
  display: block;
  position: absolute;
  top: 2em;
  right: 0px;
  width: 200px;
  background: transparent;
}

.drop-menu-js-hide {
  display: none;
}

.drop-menu-btn {
  display: none;
}

details summary::-webkit-details-marker {
  display: none;
}

.drop-menu-details[open] {
  margin-top: 2em;
  margin-right: .8em;
}

.listBtn {
  display: inline-block;
  border: 0;
  width: 100%;
  background: transparent;
  color: white;
  text-align: right;
  font-weight: bold;
  text-decoration: none;
}

.listBtn:hover {
  color: #bac4ee;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}

.listBtn:focus {
  outline-style: none;
  color: #5f76d8;
}

.important-to-know {
  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;
}

.important-to-know .custom-row {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.important-to-know .title {
  width: 100%;
}

.important-to-know h2 {
  color: black;
  text-align: left;
}

.important-to-know .description {
  color: black;
  text-align: left;
  padding: 0 0 0 15px;
}

.important-to-know .img-block {
  width: 46px;
  height: 46px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.important-to-know .img-block svg {
  height: 100%;
}

@media (min-width: 321px) {
  .important-to-know .title {
    margin-bottom: 32px;
  }
}

@media (min-width: 541px) {
  .important-to-know-section {
    margin: 34px auto 0 auto;
  }
  .important-to-know .toHide {
    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;
  }
  .important-to-know .flex-cage-hide-1140 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .important-to-know .flex-cage-hide-1140 .custom-row {
    width: 50%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .important-to-know .img-block {
    margin: 16px 0 0 0;
  }
}

@media (min-width: 721px) {
  .important-to-know-section {
    margin: 131px auto 0 auto;
  }
  .important-to-know .img-block {
    width: 100px;
    height: auto;
    padding: 10px 0 0 0;
    margin: 2px 0 0 0;
  }
  .important-to-know .img-block svg {
    display: block;
    height: auto;
    max-height: 100px;
    margin: 0 auto;
  }
  .important-to-know .description {
    font-size: 18px;
    line-height: 36px;
    padding: 0 0 0 19px;
  }
  .important-to-know .title {
    margin-bottom: 32px;
  }
  .important-to-know .flex-cage-hide-1140 .custom-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 34px;
  }
}

@media (min-width: 961px) {
  .important-to-know-section {
    margin: 120px auto 0 auto;
  }
}

@media (min-width: 961px) {
  .important-to-know-section {
    margin: 75px auto 0 auto;
  }
}

@media (min-width: 1400px) {
  .important-to-know-section {
    margin: 79px auto 0 auto;
  }
}

.flex-cage-show-1140 {
  display: none;
}

@media (min-width: 1140px) {
  .important-to-know .img-block svg {
    display: block;
    height: auto;
    max-height: 100px;
    margin: 0;
  }
  .important-to-know .custom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 21%;
    padding: 20px 0;
  }
  .important-to-know .custom-row .description {
    width: 100%;
  }
  .important-to-know .flex-cage-hide-1140 {
    display: none;
  }
  .important-to-know .flex-cage-show-1140 {
    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;
    width: 100%;
    margin: 19px 0 0 0;
  }
  .important-to-know .flex-cage-show-1140 .custom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    padding: 0 0 0 0;
  }
  .important-to-know .flex-cage-show-1140 .custom-row .description {
    padding: 0 0 0 0;
  }
  .important-to-know .flex-cage-show-1140 .custom-row .custom-col {
    width: 25%;
    padding: 0 15px;
  }
  .important-to-know .flex-cage-show-1140 .custom-row:first-child {
    margin: 0 0 28px 0;
  }
  .important-to-know .toHide {
    width: 90%;
  }
}

@media (min-width: 1141px) {
  .important-to-know {
    width: 1140px;
    margin: 0 auto;
  }
}

.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.algorithm-processing-section {
  margin: 48px 0 0 0;
}

@media (min-width: 321px) {
  .algorithm-processing-section {
    margin: 44px 0 0 0;
  }
}

@media (min-width: 541px) {
  .algorithm-processing-section {
    margin: 0 0 0 0;
  }
}

@media (min-width: 680px) {
  .algorithm-processing-section {
    margin: 10px 0 0 0;
  }
}

@media (min-width: 1140px) {
  .algorithm-processing-section {
    margin: 6px 0 0 0;
  }
}

@media (min-width: 1400px) {
  .algorithm-processing-section {
    margin: 2px 0 0 0;
  }
}

.algorithm-processing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
  margin: 0 auto;
}

.algorithm-processing .cage-content {
  width: 100%;
}

.algorithm-processing .cage-content h2 {
  margin: 0 0 21px 0;
}

.algorithm-processing .cage-content .description {
  width: 100%;
}

.algorithm-processing .cage-content .custom-row {
  padding: 0;
}

.algorithm-processing .cage-content .custom-row .svg-diagram {
  display: block;
  position: relative;
  margin: 25px auto 0 auto;
}

.algorithm-processing .cage-content .custom-row .svg-diagram .svg-text {
  fill: black;
  stroke: black;
  stroke-width: 0;
}

.algorithm-processing .cage-content .custom-row .svg-diagram .space-border {
  fill: none;
  stroke: #E0E0E0;
  stroke-width: 3;
}

@media (min-width: 721px) {
  .algorithm-processing .cage-content {
    width: 50%;
  }
  .algorithm-processing .cage-content:first-child {
    width: 48%;
  }
}

.algorithm-processing .algorithm-circles-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 18px auto 0 auto;
}

.algorithm-processing .algorithm-circles-container .algorithm-circle-item {
  width: 135px;
  text-align: center;
}

.algorithm-processing .algorithm-circles-container .algorithm-circle-item .circle-container {
  width: 135px;
  height: 135px;
  position: relative;
}

.algorithm-processing .algorithm-circles-container .algorithm-circle-item .circle-container .circle {
  width: 100%;
  height: 100%;
}

.algorithm-processing .algorithm-circles-container .algorithm-circle-item .circle-container .circle svg path {
  stroke-linecap: round;
}

.algorithm-processing .algorithm-circles-container .algorithm-circle-item .circle-container .numbers {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 17px;
}

.algorithm-processing .algorithm-circles-container .algorithm-circle-item .text {
  margin: 7px 0 0 0;
}

@media (min-width: 321px) {
  .algorithm-processing .algorithm-circles-container {
    width: 300px;
    margin: 27px auto 0 auto;
  }
}

@media (min-width: 721px) {
  .algorithm-processing .algorithm-circles-container {
    margin-top: 0;
    width: 360px;
  }
  .algorithm-processing .algorithm-circles-container .algorithm-circle-item {
    width: 160px;
  }
  .algorithm-processing .algorithm-circles-container .algorithm-circle-item .circle-container {
    margin: 0 auto;
    width: 150px;
    height: 150px;
  }
}

@media (min-width: 1140px) {
  .algorithm-processing .algorithm-circles-container {
    width: 440px;
  }
  .algorithm-processing .algorithm-circles-container .algorithm-circles-container .algorithm-circle-item .text {
    margin: 30px 0 0 0;
  }
}

@media (min-width: 321px) {
  .algorithm-processing .cage-content h2 {
    margin: 0 0 21px 0;
  }
  .algorithm-processing .cage-content .custom-row .svg-diagram {
    margin-top: 34px;
  }
}

@media (min-width: 380px) {
  .algorithm-processing {
    padding: 0 15px;
  }
}

@media (min-width: 541px) {
  .algorithm-processing {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 37px 15px 0 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 721px) {
  .algorithm-processing {
    padding: 68px 15px 0 15px;
  }
}

@media (min-width: 1140px) {
  .algorithm-processing {
    padding: 103px 15px 0 15px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .algorithm-processing .cage-content h2 {
    margin: 0 0 33px 0;
  }
  .algorithm-processing .cage-content:first-child {
    width: 49%;
  }
}

@media (min-width: 1141px) {
  .algorithm-processing {
    width: 1140px;
    margin: 0 auto;
  }
}

.medical-application {
  background: url(../image-svg/sections-bg/medical.svg) no-repeat center top;
  background-size: cover;
}

.medical-application .bubbles-bg-bottom {
  padding: 131px 0 72px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.medical-application .bubbles-bg-bottom > div {
  width: 100%;
}

.medical-application .cage-content {
  color: white;
}

.medical-application .cage-content .cage-content-box {
  padding: 0 10px 0 10px;
}

.medical-application .cage-content-before {
  display: block;
  height: 41vw;
  background-size: auto 50vw;
  background-position: center top;
}

.medical-application .cage-content-box {
  width: 100%;
}

.medical-application .cage-content-box h2 {
  margin-bottom: 21px;
}

.medical-application .cage-content .cage-slider-for {
  width: 50%;
  margin: 20px auto;
  z-index: 100;
}

.medical-application .cage-content .cage-slider-for .nav-img.slick-slide {
  height: 530px;
  z-index: 100;
}

.medical-application .cage-content .cage-slider-nav {
  margin: 32px 0 0 0;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.medical-application .cage-content .cage-slider-nav .item > div {
  cursor: pointer;
}

.medical-application .cage-content .cage-slider-nav .item img {
  max-width: 100%;
  max-width: 245px;
  margin: 0 auto;
}

.medical-application .cage-content .cage-slider-nav .slick-dots {
  margin: 0 0 0 0;
}

.medical-application .cage-content .cage-slider-nav .slick-dots li {
  width: 20px;
  height: 20px;
}

.medical-application .cage-content-after {
  display: block;
  height: 26vw;
  background-size: auto 26vw;
  background-position: center bottom;
  margin: -1px 0 0 0;
}

@media (min-width: 541px) {
  .medical-application .cage-content .cage-slider-nav .nav-img {
    padding: 0 10px;
  }
  .medical-application .cage-content .toHide {
    display: none;
  }
  .medical-application .cage-content h2.toShow {
    display: block;
  }
  .medical-application .cage-content h2.toShow br {
    display: none;
  }
  .medical-application .cage-content h2 {
    text-align: center;
  }
  .medical-application .cage-content .description {
    text-align: center;
  }
}

@media (min-width: 721px) {
  .medical-application .cage-content .cage-slider-nav .nav-img {
    padding: 0 5.05vw;
  }
  .medical-application .cage-content .cage-slider-nav .nav-img.slick-slide {
    height: 81.9vw;
  }
}

@media (min-width: 1140px) {
  .medical-application .cage-content h2.toShow br {
    display: block;
  }
}

@media (min-width: 721px) {
  .medical-application .cage-content-before {
    height: 42vw;
    background-size: auto 40vw;
  }
}

@media (min-width: 1141px) {
  .medical-application .cage-content-box {
    width: 1140px;
    margin: 0 auto;
  }
}

@media (min-width: 321px) {
  .medical-application {
    margin: 14px 0 0 0;
    overflow: hidden;
  }
  .medical-application .cage-content-before {
    height: 31vw;
    background-size: auto 40vw;
  }
  .medical-application .cage-content-after {
    height: 11vw;
    background-size: auto 44vw;
  }
  .medical-application .cage-content .cage-slider-nav .slick-dots {
    margin: 26px 0 0 0;
  }
}

@media (min-width: 380px) {
  .medical-application .cage-content .cage-content-box {
    padding: 0 15px 0 15px;
  }
}

@media (min-width: 500px) {
  .medical-application {
    margin: 23px 0 0 0;
  }
  .medical-application .bubbles-bg-bottom {
    padding: 145px 0 63px 0;
  }
}

@media (min-width: 541px) {
  .medical-application .cage-content-before {
    height: 189px;
    background-size: auto 42vw;
  }
  .medical-application .cage-content-after {
    height: 88px;
    background-size: auto 39vw;
  }
  .medical-application .cage-content h2 {
    margin-bottom: 22px;
  }
  .medical-application .cage-content .cage-slider-nav {
    margin: 51px 0 0 0;
  }
  .medical-application .cage-content .cage-slider-nav .item > div {
    width: 360px;
    margin: 0 auto;
  }
}

@media (min-width: 680px) {
  .medical-application .bubbles-bg-bottom {
    padding: 166px 0 78px 0;
  }
}

@media (min-width: 721px) {
  .medical-application .cage-content-before {
    height: 267px;
  }
  .medical-application .cage-content-after {
    height: 108px;
    background-size: auto 60vw;
  }
  .medical-application .cage-content .cage-slider-nav .item > div {
    width: 450px;
    margin: 0 auto;
  }
  .medical-application .cage-content .cage-slider-nav .item img {
    max-width: 100%;
  }
}

@media (min-width: 900px) {
  .medical-application {
    margin: 50px 0 0 0;
  }
  .medical-application .bubbles-bg-bottom {
    padding: 217px 0 100px 0;
  }
}

@media (min-width: 961px) {
  .medical-application {
    margin: 54px 0 0 0;
  }
  .medical-application .cage-content-after {
    background-size: auto 80vw;
  }
}

@media (min-width: 1140px) {
  .medical-application {
    margin: 110px 0 0 0;
  }
  .medical-application .bubbles-bg-bottom {
    padding: 212px 0 155px 0;
  }
  .medical-application .cage-content {
    padding-top: 43px;
  }
  .medical-application .cage-content h2 {
    margin-bottom: 33px;
  }
  .medical-application .cage-content .cage-slider-nav {
    margin: 115px 0 0 0;
  }
  .medical-application .cage-content .cage-slider-nav .item > div {
    width: 600px;
  }
  .medical-application .cage-content-after {
    height: 160px;
  }
}

@media (min-width: 1200px) {
  .medical-application .cage-content-before {
    height: 290px;
    background-size: auto 27vw;
  }
  .medical-application .cage-content-after {
    height: 182px;
    background-size: auto 85vw;
  }
}

@media (min-width: 1360px) {
  .medical-application .cage-content .cage-slider-nav .item > div {
    width: auto;
    padding: 0 50px 0 50px;
  }
}

@media (min-width: 1400px) {
  .medical-application {
    height: 1617px;
    max-width: 2369px;
    margin-left: auto;
    margin-right: auto;
  }
  .medical-application .cage-content .cage-slider-nav {
    margin-left: auto;
    margin-right: auto;
  }
}

.photo-processing-section {
  margin: 46px 0 0 0;
  background: url(../image-svg/sections-bg/steps.svg) no-repeat center top;
  background-size: cover;
}

.photo-processing-section .bubbles-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 124px 0 93px 0;
  position: relative;
}

.photo-processing-section .bubbles-bg > div {
  width: 100%;
}

@media (min-width: 321px) {
  .photo-processing-section {
    margin: 46px 0 0 0;
  }
}

@media (min-width: 500px) {
  .photo-processing-section {
    margin: 44px 0 0 0;
  }
  .photo-processing-section .bubbles-bg {
    padding: 119px 0 117px 0;
  }
}

@media (min-width: 541px) {
  .photo-processing-section .bubbles-bg {
    padding: 152px 0 130px 0;
  }
}

@media (min-width: 680px) {
  .photo-processing-section {
    margin: 52px 0 0 0;
  }
}

@media (min-width: 721px) {
  .photo-processing-section {
    margin: 100px 0 0 0;
  }
}

@media (min-width: 900px) {
  .photo-processing-section .bubbles-bg {
    padding: 146px 0 97px 0;
  }
}

@media (min-width: 1140px) {
  .photo-processing-section .bubbles-bg {
    padding: 146px 0 140px 0;
  }
}

@media (min-width: 1400px) {
  .photo-processing-section {
    height: 1640px;
    max-width: 2110px;
    margin-left: auto;
    margin-right: auto;
  }
}

.photo-processing-before-bg {
  width: 100%;
  height: 616px;
  background: url(../image-svg/photo-processing-top.svg) no-repeat center top;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}

.photo-processing {
  position: relative;
  z-index: 10;
}

.photo-processing-before {
  display: block;
  position: relative;
  height: 28vw;
  background: url('data:image/svg+xml,%3Csvg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%25" height="616.177" viewBox="0 0 1920 616.177" class="svg-before"%3E%3Cpath class="morph-vector" fill="%231B3CC8" d="m 0.35742188,610.98047 v 4.53125 H 1919.6426 v -251.75 C 1725.1344,67.232799 1383.6379,209.21852 868.06445,32.199219 463.62591,-106.66322 128.33171,230.64507 0.35742188,610.98047 Z"%3E%3Canimate attributeName="d" dur="20s" repeatCount="indefinite" values=" m 0.35742188,610.98047 v 4.53125 H 1919.6426 v -251.75 C 1725.1344,67.232799 1383.6379,209.21852 868.06445,32.199219 463.62591,-106.66322 128.33171,230.64507 0.35742188,610.98047 Z; m 0.35742188,610.98051 v 4.53125 H 1919.6426 v -251.75 C 1846.6209,23.844815 1215.9402,210.73413 700.36674,33.714823 295.9282,-105.14761 6.8452542,226.30631 0.35742188,610.98051 Z; m 0.35742188,610.98047 v 4.53125 H 1919.6426 v -251.75 C 1725.1344,67.232799 1383.6379,209.21852 868.06445,32.199219 463.62591,-106.66322 128.33171,230.64507 0.35742188,610.98047 Z " /%3E%3C/path%3E%3C/svg%3E') no-repeat;
  background-size: auto 100vw;
  background-position: center top;
  z-index: -1;
}

.photo-processing h2 br {
  display: none;
}

.photo-processing .custom-row {
  padding: 0 10px 0 10px;
  text-align: left;
}

.photo-processing .custom-row * {
  color: white;
}

.photo-processing .custom-row p {
  margin: 22px 0 0 0;
}

.photo-processing .custom-row .steps {
  margin: 28px 0 0 0;
}

.photo-processing .custom-row .steps h2 {
  margin-top: 25px;
  position: relative;
  padding: 0 0 0 25px;
}

.photo-processing .custom-row .steps h2::before {
  background: url(../image-svg/icon-point.svg) no-repeat;
  background-size: 15px 15px;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
}

.photo-processing .custom-row .steps .description {
  margin-top: 12px;
  padding: 0 0 0 25px;
}

.photo-processing .custom-row div:first-child {
  margin-top: 42px;
}

@media (min-width: 321px) {
  .photo-processing-before {
    height: 110px;
  }
  .photo-processing .custom-row div:first-child {
    margin-top: 48px;
  }
}

@media (min-width: 380px) {
  .photo-processing .custom-row {
    padding: 0 15px 0 15px;
  }
}

@media (min-width: 541px) {
  .photo-processing .custom-row {
    text-align: center;
  }
  .photo-processing .toHide {
    display: none;
  }
  .photo-processing .toShow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .photo-processing .custom-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
    margin: 48px 0 0 0;
  }
  .photo-processing .steps-line .custom-grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    color: white;
    overflow: hidden;
    min-height: 195px;
  }
  .photo-processing .steps-line .custom-grid-row .steps .description {
    font-size: 18px;
    line-height: 36px;
    margin: 10px 0 0 0;
  }
  .photo-processing .steps-line .custom-grid-row .line-col-right {
    width: 45%;
  }
  .photo-processing .steps-line .custom-grid-row .line-col-right .steps {
    padding: 9px 0 0 24px;
    text-align: left;
  }
  .photo-processing .steps-line .custom-grid-row .line-col-left {
    width: 45%;
  }
  .photo-processing .steps-line .custom-grid-row .line-col-left .steps {
    padding: 9px 20px 0 0;
    text-align: right;
  }
  .photo-processing .steps-line .custom-grid-row .line-col-center {
    width: 65px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .photo-processing .steps-line .custom-grid-row .line-col-center .step-circle {
    width: 50px;
    height: 50px;
    border: 3px solid #FFFFFF;
    background: #1B3CC8;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
  }
  .photo-processing .steps-line .custom-grid-row .line-col-center .step-circle .step-circle-inner {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #FFFFFF;
  }
  .photo-processing .steps-line .custom-grid-row .line-col-center .step-vertical-line {
    width: 2px;
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #FFFFFF;
    height: 0;
    opacity: 0;
  }
  .photo-processing .steps-line .custom-grid-row .line-col-center .step-vertical-line.active-1 {
    -webkit-transition: opacity 0.5s, height 0.5s;
    transition: opacity 0.5s, height 0.5s;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    opacity: 1;
    height: 100%;
  }
  .photo-processing .steps-line .custom-grid-row .line-col-center .step-vertical-line.active-2 {
    -webkit-transition: opacity 0.5s, height 0.5s;
    transition: opacity 0.5s, height 0.5s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    opacity: 1;
    height: 100%;
  }
  .photo-processing .steps-line .custom-grid-row .line-col-center .step-vertical-line.active-3 {
    -webkit-transition: opacity 0.5s, height 0.5s;
    transition: opacity 0.5s, height 0.5s;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
    opacity: 1;
    height: 100%;
  }
  .photo-processing .steps-line .custom-grid-row .line-col-center .step-vertical-line.active-4 {
    -webkit-transition: opacity 0.5s, height 0.5s;
    transition: opacity 0.5s, height 0.5s;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
    opacity: 1;
    height: 100%;
  }
}

@media (min-width: 721px) {
  .photo-processing .custom-grid-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 961px) {
  .photo-processing .steps h2 {
    margin-top: -17px;
  }
}

@media (min-width: 1141px) {
  .photo-processing .custom-row,
  .photo-processing .custom-grid {
    width: 1140px;
    margin: 0 auto;
  }
}

.photo-processing-after {
  display: block;
  position: relative;
  height: 23vw;
  background: url('data:image/svg+xml,%3Csvg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%25" height="617" viewBox="0 1023 1920 617" class="svg-after"%3E%3Cpath class="morph-vector" fill="%231B3CC8" d="M 1919.4902,1255.3457 V 1024.334 H 0.50976562 v 181.3965 c 1.76664198,3.6876 3.52237828,7.3833 5.37695318,11.0097 C 161.86517,1521.7402 390.962,1403.21 921.5,1598 c 69.97175,25.6903 145.3658,39.1775 222.8242,41.4902 h 46.377 c 273.6239,-7.3372 564.4359,-149.4553 728.789,-384.1445 z"%3E%3Canimate attributeName="d" dur="20s" repeatCount="indefinite" values=" M 1919.4902,1255.3457 V 1024.334 H 0.50976562 v 181.3965 c 1.76664198,3.6876 3.52237828,7.3833 5.37695318,11.0097 C 161.86517,1521.7402 390.962,1403.21 921.5,1598 c 69.97175,25.6903 145.3658,39.1775 222.8242,41.4902 h 46.377 c 273.6239,-7.3372 564.4359,-149.4553 728.789,-384.1445 z; M 1919.4902,1255.3457 V 1024.334 H 0.50976562 v 181.3965 c 1.76664198,3.6876 3.52237828,7.3833 5.37695318,11.0097 155.9784512,305 316.8747412,131.9094 847.4127412,326.6994 69.97175,25.6903 233.26874,72.52 310.72714,74.8327 h 46.377 c 475.1944,-20.9774 544.7335,-363.1504 709.0866,-362.9266 z; M 1919.4902,1255.3457 V 1024.334 H 0.50976562 v 181.3965 c 1.76664198,3.6876 3.52237828,7.3833 5.37695318,11.0097 C 161.86517,1521.7402 390.962,1403.21 921.5,1598 c 69.97175,25.6903 145.3658,39.1775 222.8242,41.4902 h 46.377 c 273.6239,-7.3372 564.4359,-149.4553 728.789,-384.1445 z " /%3E%3C/path%3E%3C/svg%3E') no-repeat;
  background-size: auto 70vw;
  background-position: center bottom;
  z-index: -1;
}

@media (min-width: 541px) {
  .photo-processing {
    padding: 25px 0 0 0;
  }
  .photo-processing-before {
    height: 160px;
  }
  .photo-processing-after {
    height: 18vw;
    background-size: auto 51vw;
  }
}

@media (min-width: 721px) {
  .photo-processing-before {
    height: 160px;
    background-size: auto 48vw;
  }
  .photo-processing-after {
    height: 160px;
    background-size: auto 48vw;
  }
}

@media (min-width: 961px) {
  .photo-processing-after {
    height: 189px;
    background-size: auto 48vw;
  }
}

@media (min-width: 1140px) {
  .photo-processing {
    padding: 53px 0 0 0;
  }
  .photo-processing h2 br {
    display: block;
  }
  .photo-processing .custom-row p {
    margin: 34px 0 0 0;
  }
  .photo-processing .custom-grid {
    margin-top: 100px;
  }
  .photo-processing .steps-line .custom-grid-row .line-col-right .steps {
    padding: 14px 0 0 24px;
  }
  .photo-processing .steps-line .custom-grid-row .line-col-left .steps {
    padding: 14px 20px 0 0;
  }
  .photo-processing .steps-line .custom-grid-row .steps .description {
    margin: 22px 0 0 0;
  }
}

@media (min-width: 1141px) {
  .photo-processing-after {
    height: 220px;
  }
}

.available-section {
  margin: 0 auto 0 auto;
}

.available-section .bubbles-bg-grey {
  padding: 15px 0 0 0;
}

@media (min-width: 321px) {
  .available-section .bubbles-bg-grey {
    padding: 36px 0 14px 0;
  }
}

@media (min-width: 500px) {
  .available-section .bubbles-bg-grey {
    padding: 36px 0 30px 0;
  }
}

@media (min-width: 541px) {
  .available-section .bubbles-bg-grey {
    padding: 38px 0 30px 0;
  }
}

@media (min-width: 680px) {
  .available-section .bubbles-bg-grey {
    padding: 38px 0 12px 0;
  }
}

@media (min-width: 721px) {
  .available-section .bubbles-bg-grey {
    padding: 74px 0 12px 0;
  }
}

@media (min-width: 900px) {
  .available-section .bubbles-bg-grey {
    padding: 74px 0 80px 0;
  }
}

@media (min-width: 1140px) {
  .available-section .bubbles-bg-grey {
    padding: 86px 0 89px 0;
  }
}

.available-on-android .custom-row {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

.available-on-android .custom-row h2 {
  width: 100%;
}

.available-on-android .custom-row h2 br {
  display: none;
}

.available-on-android .custom-row .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.available-on-android .custom-row .buttons a {
  display: block;
  margin: 0 8px 0 0;
}

.available-on-android .custom-row .buttons .google-play {
  width: 135px;
  height: 41px;
  background: url(../image-svg/google-play.svg) no-repeat left top;
  background-size: cover;
  border-radius: 10px;
}

.available-on-android .custom-row .buttons .google-play:hover {
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.available-on-android .custom-row .buttons .app-store {
  width: 120px;
  height: 41px;
  background: url(../image-svg/app-store.svg) no-repeat left top;
  background-size: cover;
  border-radius: 10px;
}

.available-on-android .custom-row .buttons .app-store:hover {
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
}

@media (min-width: 321px) {
  .available-on-android .custom-row h2 {
    text-align: center;
  }
  .available-on-android .custom-row h2 br {
    display: block;
  }
  .available-on-android .custom-row p {
    text-align: center;
  }
  .available-on-android .custom-row .buttons {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .available-on-android .custom-row .buttons a {
    margin: 0 8px 0 8px;
  }
}

@media (min-width: 541px) {
  .available-on-android .custom-row h2 br {
    display: none;
  }
}

@media (min-width: 721px) {
  .available-on-android .custom-row .buttons .google-play {
    width: 200px;
    height: 61px;
  }
  .available-on-android .custom-row .buttons .app-store {
    width: 180px;
    height: 61px;
  }
}

@media (min-width: 961px) {
  .available-on-android .custom-row {
    text-align: center;
  }
  .available-on-android .custom-row .buttons {
    margin: 0 auto;
  }
}

@media (min-width: 1140px) {
  .available-on-android .custom-row p {
    margin: 13px 0 0 0;
  }
  .available-on-android .custom-row .buttons {
    margin-top: 18px;
  }
}

@media (min-width: 1141px) {
  .available-on-android .custom-row {
    margin: 0 auto;
    width: 1140px;
  }
}

.toCenter {
  text-align: left;
}

.contact-form-section {
  margin: 0 0 0 0;
  background: url(../image-svg/sections-bg/contacts.svg) no-repeat center top;
}

.contact-form-section .bubbles-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding-top: 175px;
}

.contact-form-section .bubbles-bg > div {
  width: 100%;
}

@media (min-width: 500px) {
  .contact-form-section .bubbles-bg {
    padding-top: 138px;
  }
}

@media (min-width: 680px) {
  .contact-form-section .bubbles-bg {
    padding-top: 157px;
  }
}

@media (min-width: 900px) {
  .contact-form-section .bubbles-bg {
    padding-top: 131px;
  }
}

@media (min-width: 1140px) {
  .contact-form-section .bubbles-bg {
    padding-top: 193px;
  }
}

@media (min-width: 1400px) {
  .contact-form-section {
    max-width: 2310px;
    max-height: 1408px;
    margin-left: auto;
    margin-right: auto;
  }
}

.form-contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -5px;
  position: relative;
}

.form-contact-us:after {
  display: block;
  position: absolute;
  background: url(../image-svg/sections-bg/Vector.svg) no-repeat center top;
  height: 260px;
  width: 100%;
  bottom: 0;
  background-position: center top;
  content: "";
  z-index: 0;
}

.form-contact-us-before {
  background: url('data:image/svg+xml,%3Csvg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%25" height="200" viewBox="0 0 1920 200" class="svg-before"%3E%3Cpath class="morph-vector" fill="%231B3CC8" d="M144.5 41.9638C-353 188.607 -250.75 1165.92 73.9362 1285.09C604.223 1479.72 2054 1494.97 2104.96 941.246C2148 473.501 1909 56.2973 1277.5 124.964C646 193.63 642 -104.679 144.5 41.9638Z"%3E%3Canimate attributeName="d" dur="10s" repeatCount="indefinite" values=" M144.5 41.9638C-353 188.607 -250.75 1165.92 73.9362 1285.09C604.223 1479.72 2054 1494.97 2104.96 941.246C2148 473.501 1909 56.2973 1277.5 124.964C646 193.63 642 -104.679 144.5 41.9638Z; M 190.09367,112.88728 C -307.40633,259.53048 -250.75,1165.92 73.9362,1285.09 604.223,1479.72 2054,1494.97 2104.96,941.246 2148,473.501 2000.1873,10.703632 1368.6873,79.370332 737.18734,148.03633 687.59367,-33.755517 190.09367,112.88728 Z; M144.5 41.9638C-353 188.607 -250.75 1165.92 73.9362 1285.09C604.223 1479.72 2054 1494.97 2104.96 941.246C2148 473.501 1909 56.2973 1277.5 124.964C646 193.63 642 -104.679 144.5 41.9638Z " /%3E%3C/path%3E%3C/svg%3E') no-repeat;
  background-position: center top;
  height: 40vw;
  background-size: auto 40vw;
}

.form-contact-us * {
  color: white;
}

.form-contact-us form {
  width: 100%;
}

.form-contact-us form .form-message {
  margin: 10px 0 0 0;
  font-size: 12px;
  line-height: 18px;
}

.form-contact-us .fields {
  margin: 10px 0 0 0;
  position: relative;
}

.form-contact-us .windowInput {
  width: 100%;
  height: 60px;
  border: 3px solid #164BC9;
  background: #164BC9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  padding: 0 30px 0 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  color: white;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.form-contact-us .windowInput.error {
  border-color: #c22c21;
}

.form-contact-us .windowInput:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.form-contact-us .windowInput:focus {
  border-color: rgba(255, 255, 255, 0.2);
}

.form-contact-us .windowInput:focus::-webkit-input-placeholder {
  color: #FFFFFF;
}

.form-contact-us .windowInput:focus:-ms-input-placeholder {
  color: #FFFFFF;
}

.form-contact-us .windowInput:focus::-ms-input-placeholder {
  color: #FFFFFF;
}

.form-contact-us .windowInput:focus::placeholder {
  color: #FFFFFF;
}

.form-contact-us .windowInput::-webkit-input-placeholder {
  color: #8aa5e4;
}

.form-contact-us .windowInput:-ms-input-placeholder {
  color: #8aa5e4;
}

.form-contact-us .windowInput::-ms-input-placeholder {
  color: #8aa5e4;
}

.form-contact-us .windowInput::placeholder {
  color: #8aa5e4;
}

.form-contact-us .windowArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  border: 0;
  background: #164BC9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  padding: 14px 20px 10px 30px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  color: white;
  border: 3px solid #164BC9;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  resize: none;
  overflow: hidden;
  scrollbar-arrow-color: #0068AB;
}

.form-contact-us .windowArea:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.form-contact-us .windowArea:focus {
  border-color: rgba(255, 255, 255, 0.2);
}

.form-contact-us .windowArea:focus::-webkit-input-placeholder {
  color: #FFFFFF;
}

.form-contact-us .windowArea:focus:-ms-input-placeholder {
  color: #FFFFFF;
}

.form-contact-us .windowArea:focus::-ms-input-placeholder {
  color: #FFFFFF;
}

.form-contact-us .windowArea:focus::placeholder {
  color: #FFFFFF;
}

.form-contact-us .windowArea.error {
  border-color: #c22c21;
}

.form-contact-us .windowArea::-webkit-input-placeholder {
  color: #8aa5e4;
}

.form-contact-us .windowArea:-ms-input-placeholder {
  color: #8aa5e4;
}

.form-contact-us .windowArea::-ms-input-placeholder {
  color: #8aa5e4;
}

.form-contact-us .windowArea::placeholder {
  color: #8aa5e4;
}

.form-contact-us .custom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-contact-us .custom-row .toCenter .description {
  margin-top: 21px;
}

.form-contact-us .custom-row .click-down {
  width: 100%;
  margin: 0;
  position: relative;
}

.form-contact-us .custom-row .click-down::after {
  background-image: url(../image-svg/icon-arrow.svg);
  background-size: cover;
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 17px;
  right: 27px;
  top: 18px;
  content: "";
}

.form-contact-us .custom-row .click-down:hover:after {
  -webkit-animation-name: arrowBtnShake;
          animation-name: arrowBtnShake;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (min-width: 321px) {
  .form-contact-us .custom-row .toCenter h2 {
    margin-top: 26px;
  }
}

@media (min-width: 541px) {
  .form-contact-us .custom-row .click-down {
    margin: 0 auto;
  }
}

@media (min-width: 721px) {
  .form-contact-us .custom-row .toCenter h2 {
    margin-top: 49px;
  }
}

@media (min-width: 1140px) {
  .form-contact-us .custom-row .toCenter h2 {
    margin-top: 57px;
  }
}

.form-contact-us .custom-row .img-block {
  margin-top: 20px;
  margin-left: 160px;
}

@media (min-width: 321px) {
  .form-contact-us-before {
    height: 155px;
  }
  .form-contact-us .custom-row .toCenter {
    text-align: center;
  }
  .form-contact-us .custom-row .description {
    margin-bottom: 39px;
  }
}

@media (min-width: 541px) {
  .form-contact-us .custom-row .toCenter {
    width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 721px) {
  .form-contact-us .custom-row .toCenter {
    width: 540px;
    margin: 0 auto;
  }
  .form-contact-us .custom-row .description {
    margin-bottom: 12px;
  }
}

@media (min-width: 1140px) {
  .form-contact-us .custom-row .toCenter .description {
    margin-top: 33px;
  }
  .form-contact-us .fields {
    margin: 66px 0 0 0;
  }
}

.form-contact-us .footer {
  margin-top: 77px;
  padding: 0 10px 17px 10px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-contact-us .footer .toHide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 300px;
}

.form-contact-us .footer .toHide .custom-rowline {
  text-align: left;
}

.form-contact-us .footer .toHide .custom-rowline a {
  text-align: left;
  display: block;
  margin-top: 8px;
}

.form-contact-us .footer .toHide .custom-rowline a:first-child {
  margin-top: 0;
}

.form-contact-us .footer .custom-rowline .listBtn {
  display: inline;
}

.form-contact-us .footer .custom-rowline .listBtn:hover span {
  color: #bac4ee;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}

.form-contact-us .footer .custom-rowline .listBtn .to-active-color {
  color: #5f76d8;
}

.form-contact-us .footer .custom-rowline .listBtn .to-active-color br {
  display: none;
}

.form-contact-us .footer .custom-rowline .listBtn .size-down {
  display: inline-block;
  margin-top: 9px;
}

.form-contact-us .footer .copyright {
  margin-top: 6px;
}

.form-contact-us .footer .desctop-footer {
  display: none;
}

@media (min-width: 321px) {
  .form-contact-us .footer {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 104px;
    padding: 0 10px 17px 10px;
  }
  .form-contact-us .footer .toHide .custom-rowline {
    margin: 0;
  }
}

@media (min-width: 380px) {
  .form-contact-us .footer {
    max-width: 330px;
    padding: 0 15px 17px 15px;
  }
}

@media (min-width: 500px) {
  .form-contact-us .footer {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    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;
  }
  .form-contact-us .footer .custom-rowline {
    margin: 0 auto 0 auto;
    text-align: center;
  }
  .form-contact-us .footer .custom-rowline .listBtn .to-active-color {
    margin: 10px 0 0 0;
    display: block;
    text-align: center;
  }
  .form-contact-us .footer .custom-rowline .listBtn .to-active-color br {
    display: block;
  }
  .form-contact-us .footer .toHide {
    display: none;
  }
  .form-contact-us .footer .toShow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
  .form-contact-us .footer .toShow .listBtn {
    width: auto;
    text-align: center;
  }
}

@media (min-width: 540px) {
  .form-contact-us:after {
    height: 222px;
  }
}

@media (min-width: 541px) {
  .form-contact-us-before {
    height: 17vw;
    background-size: auto 17vw;
  }
  .form-contact-us .footer {
    margin-top: 108px;
  }
  .form-contact-us .footer .custom-rowline .listBtn .to-active-color br {
    display: none;
  }
}

@media (min-width: 680px) {
  .form-contact-us .footer .toShow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-contact-us .footer .toShow .listBtn {
    margin: 0 25px 0 25px;
  }
}

@media (min-width: 720px) {
  .form-contact-us:after {
    height: 200px;
  }
}

@media (min-width: 721px) {
  .form-contact-us-before {
    height: 17vw;
    background-size: auto 17vw;
  }
}

@media (min-width: 960px) {
  .form-contact-us:after {
    height: 180px;
  }
  .form-contact-us .mobile-footer {
    display: none;
  }
  .form-contact-us .mobile-footer.toShow {
    display: none;
  }
  .form-contact-us .footer .desctop-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    width: 100%;
    margin: 16px 0 0 0;
  }
  .form-contact-us .footer .desctop-footer .toShow {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form-contact-us .footer .desctop-footer .toShow .listBtn {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0 20px 0 0;
  }
  .form-contact-us .footer .desctop-footer .listBtn {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  .form-contact-us .footer .desctop-footer .custom-rowline .listBtn .size-down {
    margin: 0;
    letter-spacing: -0.03em;
  }
  .form-contact-us .footer .desctop-footer .copyright {
    color: #FFFFFF;
    opacity: 0.3;
    margin-top: 20px;
  }
  .form-contact-us .footer .desctop-footer .to-active-color br {
    display: none;
  }
}

@media (min-width: 1140px) {
  .form-contact-us:after {
    height: 220px;
  }
  .form-contact-us .footer {
    margin-top: 134px;
  }
  .form-contact-us .footer .desctop-footer {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
  }
  .form-contact-us .footer .desctop-footer .left-column .toShow {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .form-contact-us .footer .desctop-footer .left-column .toShow .listBtn {
    margin: 0 0 0 50px;
  }
  .form-contact-us .footer .desctop-footer .left-column .toShow .listBtn:first-child {
    margin: 0 0 0 9px;
  }
  .form-contact-us .footer .desctop-footer .copyright {
    margin-top: 33px;
  }
}

@media (min-width: 1141px) {
  .form-contact-us .footer {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}

.custom-row {
  padding: 10px;
}

@media (min-width: 380px) {
  .custom-row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*# sourceMappingURL=style.css.map */