/* normalize start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-family: "museo-500";
  font-size: 14px;
  line-height: 16px;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-family: Averta, sans-serif;
  color: #171717;
  font-size: 16px;
  line-height: 24px;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar {
  width: 5px;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #566b94;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::selection {
  background: #566b94;
  color: #ffffff;
}

div {
  display: block;
  position: relative;
  width: auto;
  height: auto;
}

.page {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1 0 auto;
}

/* normalize end */
@font-face {
  font-family: Averta;
  src: url("../fonts/Averta Cyrillic Regular.otf") format("opentype");
}
@font-face {
  font-family: Averta;
  font-weight: 300;
  src: url("../fonts/Averta Cyrillic Light.otf") format("opentype");
}
@font-face {
  font-family: Averta;
  font-weight: bold;
  src: url("../fonts/Averta Cyrillic Bold.otf") format("opentype");
}
section {
  padding-top: 105px;
}

.section-title {
  height: 40px;
  margin-bottom: 70px;
  font-size: 50px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 11.5px;
  color: #A8C6FF;
  opacity: 0.6;
  text-transform: uppercase;
  text-align: center;
}

.page .white-btn {
  text-decoration: none;
  color: #202b56;
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 40px;
  transition: 0.2s;
}
.page .white-btn:hover {
  background: #dadada;
  color: #000;
}
.page #welcome {
  padding-top: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/main-bg.png") no-repeat center center fixed;
  background-size: cover;
}
.page #welcome header .header-mob {
  display: none;
  z-index: 1000;
}
.page #welcome header .header-desktop {
  display: flex;
  justify-content: space-between;
  width: 1110px;
  margin: 0 auto;
  margin-top: 35px;
}
.page #welcome header .header-desktop .menu-items {
  display: flex;
  flex: 3;
  justify-content: flex-start;
}
.page #welcome header .header-desktop .menu-items .item {
  cursor: pointer;
  margin-right: 77px;
}
.page #welcome header .header-desktop .menu-items .item a {
  color: #fff;
  text-decoration: none;
}
.page #welcome header .header-desktop .auth-control {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.page #welcome .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 615px;
  margin: 0 auto;
  margin-top: calc(5px + (175 - 5) * ((100vh - 600px) / (912 - 600)));
}
.page #welcome .info .title {
  margin-top: 45px;
}
.page #welcome .info .title h1 {
  color: #fff;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  text-align: center;
}
.page #welcome .info .description {
  margin-top: 40px;
  margin-bottom: 65px;
}
.page #welcome .info .description h2 {
  color: #fff;
  text-align: center;
  font-size: 23px;
  line-height: 35px;
  font-weight: 300;
}
.page #welcome .join-control {
  display: flex;
  justify-content: center;
}
.page #welcome .join-control a {
  text-decoration: none;
  color: #fff;
  padding: 14px 48px;
  font-size: 19px;
  font-weight: 600;
  background: linear-gradient(158.51deg, rgba(44, 78, 117, 0.5) 3.38%, rgba(255, 255, 255, 0.1) 91.07%);
  backdrop-filter: blur(3.14894px);
  border-radius: 4px;
  margin: 0px 30px;
  transition: 0.5s;
}
.page #welcome .join-control a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.page #welcome .sign-cab {
  display: none;
  justify-content: center;
  padding: 15px 0;
}
.page #welcome .sign-cab .white-btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.page .container {
  margin: 0 auto;
  width: 1110px;
}
.page .container .opportunities {
  color: #fff;
}
.page .container .opportunities .slider {
  height: 245px;
  background: linear-gradient(177.86deg, rgba(163, 194, 255, 0.5) -17.21%, rgba(88, 144, 254, 0) 116.18%), #0C0C0C;
  border-radius: 18.1494px;
  padding: 27px 40px;
}
.page .container .opportunities .slider .row-wrapper {
  display: flex;
  justify-content: space-between;
}
.page .container .opportunities .slider .row-wrapper .row-item .title {
  width: 300px;
  font-weight: 700;
  line-height: 14px;
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 20px;
}
.page .container .opportunities .slider .row-wrapper .row-item .description {
  width: 300px;
}
.page .container .constituents .constituents-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page .container .constituents .constituents-items .item {
  width: 30%;
}
.page .container .constituents .constituents-items .item .number {
  margin-left: -10px;
  font-size: 112px;
  line-height: 105px;
  font-weight: 700;
  color: #A1BBED;
  opacity: 0.3;
  letter-spacing: 1.49153px;
}
.page .container .constituents .constituents-items .item .title {
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
}
.page .container .constituents .constituents-items .item ul {
  margin-left: 18px;
}
.page .container .constituents .constituents-items .item ul li {
  font-size: 15px;
  margin: 10px 0px;
}
.page .container .constituents .constituents-items .item:nth-child(4),
.page .container .constituents .constituents-items .item:nth-child(5),
.page .container .constituents .constituents-items .item:nth-child(6) {
  margin-top: 50px;
}
.page .container .advantages {
  padding-bottom: 80px;
}
.page .container .advantages .bubbles-mob {
  display: none;
}
.page .container .advantages .bubbles {
  position: relative;
  width: 1110px;
  height: 515px;
}
.page .container .advantages .bubbles .one-day-bubble {
  position: absolute;
  top: 55px;
  display: flex;
  flex-direction: column;
  width: 526px;
}
.page .container .advantages .bubbles .one-day-bubble .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  width: 275px;
}
.page .container .advantages .bubbles .one-day-bubble .description {
  margin-top: 30px;
  width: 278px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.page .container .advantages .bubbles .one-day-bubble .circle-1 {
  color: #fff;
  position: absolute;
  left: 387px;
  top: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 137px;
  font-size: 26px;
  font-weight: 700;
  height: 137px;
  border-radius: 50%;
  background: linear-gradient(49.4deg, #0c1932 -3.8%, #566b94 118.37%);
  box-shadow: 0px 2.16303px 2.16303px rgba(0, 0, 0, 0.25), inset 3.78531px 2.70379px 9.19289px rgba(12, 12, 12, 0.15);
}
.page .container .advantages .bubbles .one-day-bubble .circle-1 .blick-top {
  position: absolute;
  top: 10px;
}
.page .container .advantages .bubbles .one-day-bubble .circle-1 .blick-bottom {
  position: absolute;
  bottom: 10px;
}
.page .container .advantages .bubbles .one-day-bubble .line-1 {
  position: absolute;
  top: 67px;
}
.page .container .advantages .bubbles .two-min-bubble {
  position: absolute;
  top: 240px;
  display: flex;
  flex-direction: column;
  width: 526px;
}
.page .container .advantages .bubbles .two-min-bubble .title {
  position: absolute;
  top: 192px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  width: 275px;
}
.page .container .advantages .bubbles .two-min-bubble .circle-2 {
  color: #fff;
  position: absolute;
  left: 387px;
  top: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 137px;
  font-size: 26px;
  font-weight: 700;
  height: 137px;
  border-radius: 50%;
  background: linear-gradient(49.4deg, #0c1932 -3.8%, #566b94 118.37%);
  box-shadow: 0px 2.16303px 2.16303px rgba(0, 0, 0, 0.25), inset 3.78531px 2.70379px 9.19289px rgba(12, 12, 12, 0.15);
}
.page .container .advantages .bubbles .two-min-bubble .circle-2 .blick-top {
  position: absolute;
  top: 10px;
}
.page .container .advantages .bubbles .two-min-bubble .circle-2 .blick-bottom {
  position: absolute;
  bottom: 10px;
}
.page .container .advantages .bubbles .two-min-bubble .line-2 {
  position: absolute;
  top: 84px;
  left: -5px;
}
.page .container .advantages .bubbles .max-percent-bubble {
  display: flex;
  flex-direction: column;
  width: 597px;
  position: absolute;
  right: 0;
  top: 5px;
}
.page .container .advantages .bubbles .max-percent-bubble .title {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  width: 322px;
}
.page .container .advantages .bubbles .max-percent-bubble .description {
  position: absolute;
  top: 55px;
  left: 261px;
  width: 339px;
  right: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.page .container .advantages .bubbles .max-percent-bubble .circle-3 {
  color: #fff;
  position: absolute;
  left: 2px;
  top: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 137px;
  font-size: 26px;
  font-weight: 700;
  height: 137px;
  border-radius: 50%;
  background: linear-gradient(49.4deg, #0c1932 -3.8%, #566b94 118.37%);
  box-shadow: 0px 2.16303px 2.16303px rgba(0, 0, 0, 0.25), inset 3.78531px 2.70379px 9.19289px rgba(12, 12, 12, 0.15);
}
.page .container .advantages .bubbles .max-percent-bubble .circle-3 .blick-top {
  position: absolute;
  top: 10px;
}
.page .container .advantages .bubbles .max-percent-bubble .circle-3 .blick-bottom {
  position: absolute;
  bottom: 10px;
}
.page .container .advantages .bubbles .max-percent-bubble .line-3 {
  position: absolute;
  top: 38px;
  right: 0;
}
.page .container .advantages .bubbles .zero-tenge-bubble {
  display: flex;
  flex-direction: column;
  width: 597px;
  position: absolute;
  right: 0;
  top: 163px;
}
.page .container .advantages .bubbles .zero-tenge-bubble .title {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  width: 322px;
}
.page .container .advantages .bubbles .zero-tenge-bubble .description {
  position: absolute;
  top: 100px;
  left: 261px;
  width: 339px;
  right: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.page .container .advantages .bubbles .zero-tenge-bubble .circle-4 {
  color: #fff;
  position: absolute;
  left: 3px;
  top: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 137px;
  font-size: 26px;
  font-weight: 700;
  height: 137px;
  border-radius: 50%;
  background: linear-gradient(49.4deg, #0c1932 -3.8%, #566b94 118.37%);
  box-shadow: 0px 2.16303px 2.16303px rgba(0, 0, 0, 0.25), inset 3.78531px 2.70379px 9.19289px rgba(12, 12, 12, 0.15);
}
.page .container .advantages .bubbles .zero-tenge-bubble .circle-4 .blick-top {
  position: absolute;
  top: 10px;
}
.page .container .advantages .bubbles .zero-tenge-bubble .circle-4 .blick-bottom {
  position: absolute;
  bottom: 10px;
}
.page .container .advantages .bubbles .zero-tenge-bubble .line-4 {
  position: absolute;
  top: 67px;
  right: 0;
}
.page .container .advantages .bubbles .one-percent-bubble {
  display: flex;
  flex-direction: column;
  width: 597px;
  position: absolute;
  right: 0;
  top: 320px;
}
.page .container .advantages .bubbles .one-percent-bubble .title {
  position: absolute;
  top: 126px;
  right: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  width: 322px;
}
.page .container .advantages .bubbles .one-percent-bubble .circle-5 {
  color: #fff;
  position: absolute;
  left: 3px;
  top: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 137px;
  font-size: 26px;
  font-weight: 700;
  height: 137px;
  border-radius: 50%;
  background: linear-gradient(49.4deg, #0c1932 -3.8%, #566b94 118.37%);
  box-shadow: 0px 2.16303px 2.16303px rgba(0, 0, 0, 0.25), inset 3.78531px 2.70379px 9.19289px rgba(12, 12, 12, 0.15);
}
.page .container .advantages .bubbles .one-percent-bubble .circle-5 .blick-top {
  position: absolute;
  top: 10px;
}
.page .container .advantages .bubbles .one-percent-bubble .circle-5 .blick-bottom {
  position: absolute;
  bottom: 10px;
}
.page .container .advantages .bubbles .one-percent-bubble .line-5 {
  position: absolute;
  top: 67px;
  right: 0;
}
.page .container .how-to-connect .form-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.page .container .how-to-connect .form-info .information {
  display: flex;
  flex-direction: column;
}
.page .container .how-to-connect .form-info .information .item {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}
.page .container .how-to-connect .form-info .information .item .icon {
  width: 24px;
  margin-right: 30px;
}
.page .container .how-to-connect .form-info .information .item .text {
  font-size: 21px;
  line-height: 31px;
}
.page .container .how-to-connect .form-info .information .item:last-child {
  margin-bottom: 0px;
}
.page .container .how-to-connect .form-info .form-feedback .text {
  font-size: 25px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 30px;
}
.page .container .how-to-connect .form-info .form-feedback form .input-wrapper {
  display: flex;
  flex-direction: column;
}
.page .container .how-to-connect .form-info .form-feedback form .checkbox-wrapper {
  width: 355px;
}
.page .container .how-to-connect .form-info .form-feedback form .input-wrapper input {
  margin-bottom: 20px;
  outline: none;
  padding: 10px 15px;
  width: 355px;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #e5e7eb;
}

.page .container .how-to-connect .form-info .form-feedback form .input-wrapper select {
  margin-bottom: 20px;
  outline: none;
  padding: 10px 15px;
  width: 355px;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #e5e7eb;
}

.page .container .how-to-connect .form-info .form-feedback form .input-wrapper label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 7px;
}
.page .container .how-to-connect .form-info .form-feedback form button {
  color: #fff;
  margin-top: 15px;
  width: 100%;
  background: linear-gradient(49.4deg, #0c1932 -3.8%, #566b94 118.37%);
  border-radius: 4px;
  padding: 10px 0px;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  transition: 0.5s;
}
.page .container .how-to-connect .form-info .form-feedback form button:hover {
  background: rgba(82, 111, 165, 0.5);
}
.page .container .our-results {
  margin-bottom: 135px;
}
.page .container .our-results .results {
  display: flex;
}
.page .container .our-results .results .items .item {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 35px;
}
.page .container .our-results .results .items .item span {
  font-weight: 600;
  font-size: 50px;
  line-height: 75px;
}
.page .container .our-results .results .aim-image {
  flex: 2.6;
  display: flex;
  justify-content: flex-end;
}
.page .container .our-results .results .aim-image img {
  height: 100%;
}
.page .application-process {
  position: relative;
  height: 850px;
  background: linear-gradient(176.14deg, rgba(163, 194, 255, 0.5) -61.61%, rgba(88, 144, 254, 0) 103.53%), #000000;
}
.page .application-process .decor-left {
  position: absolute;
  top: 0;
  height: 100%;
}
.page .application-process .decor-left img {
  height: 100%;
}
.page .application-process .decor-right {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.page .application-process .decor-right img {
  height: 100%;
}
.page .application-process .road-map-mob {
  display: none;
}
.page .application-process .road-map {
  position: relative;
  width: 1110px;
  height: 745px;
  margin: 0 auto;
}
.page .application-process .road-map .step-1 {
  display: flex;
  flex-direction: column;
  width: fit-content;
  position: absolute;
  left: -15px;
  top: 15px;
}
.page .application-process .road-map .step-1 .number {
  position: absolute;
  top: -33px;
  left: 27px;
  font-size: 60px;
  color: #fff;
  opacity: 0.5;
  font-weight: bold;
}
.page .application-process .road-map .step-1 .content {
  border: 1.13px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  width: 237px;
  height: 183px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 19px;
  background: linear-gradient(140.91deg, rgba(163, 194, 255, 0.15) 27.42%, rgba(255, 255, 255, 0.0225) 96.95%);
}
.page .application-process .road-map .step-1 .content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #0c0c0c;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  height: 58px;
}
.page .application-process .road-map .step-1 .content ul {
  margin-top: 13px;
  font-weight: normal;
  color: #fff;
}
.page .application-process .road-map .line-1 {
  width: 53px;
  border: 1px solid #fff;
  position: absolute;
  top: 115px;
  left: 224px;
}
.page .application-process .road-map .step-2 {
  display: flex;
  flex-direction: column;
  width: fit-content;
  position: absolute;
  left: 278px;
  top: 15px;
}
.page .application-process .road-map .step-2 .number {
  position: absolute;
  top: -33px;
  left: 27px;
  font-size: 60px;
  color: #fff;
  opacity: 0.5;
  font-weight: bold;
}
.page .application-process .road-map .step-2 .content {
  border: 1.13px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  width: 237px;
  height: 183px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 19px;
  background: linear-gradient(140.91deg, rgba(163, 194, 255, 0.15) 27.42%, rgba(255, 255, 255, 0.0225) 96.95%);
}
.page .application-process .road-map .step-2 .content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #0c0c0c;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  height: 58px;
}
.page .application-process .road-map .step-2 .content .text {
  color: #fff;
  margin-top: 13px;
  text-align: center;
  width: 145px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
.page .application-process .road-map .line-2 {
  width: 53px;
  border: 1px solid #fff;
  position: absolute;
  top: 115px;
  left: 517px;
}
.page .application-process .road-map .step-3 {
  display: flex;
  flex-direction: column;
  width: fit-content;
  position: absolute;
  left: 571px;
  top: 15px;
}
.page .application-process .road-map .step-3 .number {
  position: absolute;
  top: -33px;
  left: 27px;
  font-size: 60px;
  color: #fff;
  opacity: 0.5;
  font-weight: bold;
}
.page .application-process .road-map .step-3 .content {
  border: 1.13px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  width: 237px;
  height: 183px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 19px;
  background: linear-gradient(140.91deg, rgba(163, 194, 255, 0.15) 27.42%, rgba(255, 255, 255, 0.0225) 96.95%);
}
.page .application-process .road-map .step-3 .content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #0c0c0c;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  height: 58px;
}
.page .application-process .road-map .step-3 .content .text {
  color: #fff;
  margin-top: 13px;
  text-align: center;
  width: 165px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
.page .application-process .road-map .line-3 {
  width: 53px;
  border: 1px solid #fff;
  position: absolute;
  top: 115px;
  left: 810px;
}
.page .application-process .road-map .step-4 {
  display: flex;
  flex-direction: column;
  width: fit-content;
  position: absolute;
  left: 864px;
  top: 15px;
}
.page .application-process .road-map .step-4 .number {
  position: absolute;
  top: -33px;
  left: 27px;
  font-size: 60px;
  color: #fff;
  opacity: 0.5;
  font-weight: bold;
}
.page .application-process .road-map .step-4 .content {
  border: 1.13px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  width: 237px;
  height: 183px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 19px;
  background: linear-gradient(140.91deg, rgba(163, 194, 255, 0.15) 27.42%, rgba(255, 255, 255, 0.0225) 96.95%);
}
.page .application-process .road-map .step-4 .content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #0c0c0c;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  height: 58px;
}
.page .application-process .road-map .step-4 .content .text {
  color: #fff;
  margin-top: 13px;
  text-align: center;
  width: 145px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
.page .application-process .road-map .line-4 {
  height: 53px;
  border: 1px solid #fff;
  position: absolute;
  top: 201px;
  left: 1050px;
}
.page .application-process .road-map .step-5 {
  display: flex;
  flex-direction: column;
  width: fit-content;
  position: absolute;
  left: 864px;
  top: 255px;
}
.page .application-process .road-map .step-5 .number {
  position: absolute;
  top: -33px;
  left: 27px;
  font-size: 60px;
  color: #fff;
  opacity: 0.5;
  font-weight: bold;
}
.page .application-process .road-map .step-5 .content {
  border: 1.13px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  width: 237px;
  height: 183px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 19px;
  background: linear-gradient(140.91deg, rgba(163, 194, 255, 0.15) 27.42%, rgba(255, 255, 255, 0.0225) 96.95%);
}
.page .application-process .road-map .step-5 .content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #0c0c0c;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  height: 58px;
}
.page .application-process .road-map .step-5 .content .text {
  color: #fff;
  margin-top: 13px;
  text-align: center;
  width: 145px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
.page .application-process .road-map .line-5 {
  height: 53px;
  border: 1px solid #fff;
  position: absolute;
  top: 441px;
  left: 1050px;
}
.page .application-process .road-map .step-6 {
  display: flex;
  flex-direction: column;
  width: fit-content;
  position: absolute;
  left: 864px;
  top: 495px;
}
.page .application-process .road-map .step-6 .number {
  position: absolute;
  top: -33px;
  left: 27px;
  font-size: 60px;
  color: #fff;
  opacity: 0.5;
  font-weight: bold;
}
.page .application-process .road-map .step-6 .content {
  border: 1.13px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  width: 237px;
  height: 183px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 19px;
  background: linear-gradient(140.91deg, rgba(163, 194, 255, 0.15) 27.42%, rgba(255, 255, 255, 0.0225) 96.95%);
}
.page .application-process .road-map .step-6 .content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #0c0c0c;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  height: 58px;
}
.page .application-process .road-map .step-6 .content .text {
  color: #fff;
  margin-top: 13px;
  text-align: center;
  width: 150px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
.page .application-process .road-map .line-6 {
  width: 53px;
  border: 1px solid #fff;
  position: absolute;
  top: 595px;
  left: 810px;
}
.page .application-process .road-map .step-7 {
  display: flex;
  flex-direction: column;
  width: fit-content;
  position: absolute;
  left: 571px;
  top: 495px;
}
.page .application-process .road-map .step-7 .number {
  position: absolute;
  top: -33px;
  left: 40px;
  font-size: 60px;
  color: #fff;
  opacity: 0.5;
  font-weight: bold;
}
.page .application-process .road-map .step-7 .content {
  border: 1.13px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  width: 237px;
  height: 183px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 19px;
  background: linear-gradient(140.91deg, rgba(163, 194, 255, 0.15) 27.42%, rgba(255, 255, 255, 0.0225) 96.95%);
}
.page .application-process .road-map .step-7 .content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #0c0c0c;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  height: 58px;
}
.page .application-process .road-map .step-7 .content .text {
  color: #fff;
  margin-top: 13px;
  text-align: center;
  width: 150px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
.page .application-process .road-map .line-7 {
  height: 295px;
  border: 1px solid #fff;
  position: absolute;
  top: 201px;
  left: 595px;
}
.page .application-process .road-map .alternative-text {
  color: #fff;
  position: absolute;
  top: 325px;
  left: 450px;
  text-align: center;
  width: 197px;
  font-size: 16px;
  transform: rotate(-90deg);
}
.page .application-process .road-map .core-image {
  position: absolute;
  top: 230px;
  left: -15px;
}
.page .application-process .road-map .core-image img {
  opacity: 0.4;
}
.page .project-geo {
  background: linear-gradient(140.91deg, rgba(163, 194, 255, 0.15) 27.42%, rgba(88, 144, 254, 0) 96.95%);
}
.page .project-geo .map {
  display: flex;
  justify-content: center;
}
.page .project-geo .map svg {
  cursor: pointer;
  transition: 0.5s;
}
.page .project-geo .map svg path {
  transition: 0.5s;
}
.page .project-geo .map svg path:hover {
  fill: #7795c9;
  color: #fff;
}
.page .project-geo .our-partners {
  width: 1110px;
  margin: 0 auto;
  margin-top: 65px;
  margin-bottom: 65px;
}
.page .project-geo .our-partners .text {
  font-weight: 400;
  font-size: 25px;
  line-height: 37px;
}
.page .project-geo .our-partners .companies-logos {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page footer {
  background: #161A21;
  color: #727272;
  padding: 80px 0px;
}
.page footer .contact-info {
  width: 1110px;
  margin: 0 auto;
}
.page footer .contact-info .navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
  color: #F5F8FD;
}
.page footer .contact-info .navigation .links {
  display: flex;
  flex-direction: column;
}
.page footer .contact-info .navigation .links .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 30px;
}
.page footer .contact-info .navigation .links .items .item {
  margin-bottom: 15px;
}
.page footer .contact-info .navigation .links .items .item:last-child {
  margin-bottom: 0;
}
.page footer .contact-info .navigation .links .items .item a {
  text-decoration: none;
  cursor: pointer;
  color: #F5F8FD;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  transition: 0.2s;
}
.page footer .contact-info .navigation .links .items .item:hover a {
  color: #b4b3b3;
}
.page footer .contact-info .navigation .contacts {
  display: flex;
  flex-direction: column;
  color: #F5F8FD;
}
.page footer .contact-info .navigation .contacts .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 30px;
}
.page footer .contact-info .navigation .contacts .items .item {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}
.page footer .contact-info .navigation .contacts .items .item svg {
  margin-right: 23px;
}
.page footer .contact-info .navigation .contacts .items .item a {
  transition: 0.2s;
  color: #F5F8FD;
  text-decoration: none;
}
.page footer .contact-info .navigation .contacts .items .item:hover a {
  color: #b4b3b3;
}
.page footer .contact-info .navigation .contacts .items .item:last-child {
  margin-bottom: 0px;
}
.page footer .contact-info .navigation .login-controller {
  display: flex;
  align-items: flex-end;
}
.page footer .contact-info .navigation .login-controller .button-login button {
  background: #F5F8FD;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  width: 160px;
  height: 45px;
  border-radius: 4px;
  border: 0;
  transition: 0.5s;
  cursor: pointer;
}
.page footer .contact-info .navigation .login-controller .button-login button:hover {
  background: #b6b6b6;
}
.page footer .contact-info .social {
  margin-top: 85px;
  display: flex;
  justify-content: space-between;
}
.page footer .contact-info .social .too {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
.page footer .contact-info .social .social-links {
  display: flex;
}
.page footer .contact-info .social .social-links .item {
  cursor: pointer;
  margin-right: 32px;
}
.page footer .contact-info .social .social-links .item:last-child {
  margin-right: 0;
}
.page .order-pop-up-wrapper {
  display: flex;
  opacity: 0;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(66, 66, 66, 0.5);
  background: linear-gradient(rgba(0, 0, 0, 0.403922), rgba(0, 0, 0, 0.670588));
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100vh;
  z-index: -1;
  transition: 0.5s;
}
.page .order-pop-up-wrapper form {
  z-index: 56;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(66, 66, 66, 0.5);
  background: linear-gradient(rgba(123, 138, 167, 0.403922), rgba(0, 0, 0, 0.670588));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  -webkit-font-smoothing: antialiased;
  border-radius: 18.1494px;
  height: fit-content;
  padding: 50px 60px;
  color: #fff;
}
.page .order-pop-up-wrapper form .main-title {
  font-weight: bold;
  font-size: 35px;
  line-height: 14px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 5.5px;
  text-transform: uppercase;
}
.page .order-pop-up-wrapper form .additional-text {
  font-size: 25px;
  line-height: 14px;
  text-align: center;
  margin-bottom: 50px;
}
.page .order-pop-up-wrapper form .inputs-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0px 30px;
  color: #fff;
}
.page .order-pop-up-wrapper form .inputs-wrapper .input-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}
.page .order-pop-up-wrapper form .inputs-wrapper .input-item label {
  font-size: 18px;
  margin-bottom: 10px;
}
.page .order-pop-up-wrapper form .inputs-wrapper .input-item input {
  background: transparent;
  color: #fff;
  outline: none;
  border-radius: 4px;
  padding: 11px 15px;
  border: 1px solid #e5e7eb;
}
.page .order-pop-up-wrapper form .inputs-wrapper .input-item select {
  background: transparent;
  color: #fff;
  outline: none;
  border-radius: 4px;
  padding: 11px 15px;
  border: 1px solid #e5e7eb;
}
.page .order-pop-up-wrapper form .inputs-wrapper .input-item option {
  background: transparent;
  color: black;
  outline: none;
  padding: 11px 15px;
}
.page .order-pop-up-wrapper form .inputs-wrapper .button-submit {
  margin-top: 30px;
}
.page .order-pop-up-wrapper form .inputs-wrapper .button-submit button {
  border: 0;
  width: 100%;
  border-radius: 4px;
  background: #fff;
  color: #050505;
  font-size: 18px;
  padding: 10px 0px;
  transition: 0.2s;
  cursor: pointer;
}
.page .order-pop-up-wrapper form .inputs-wrapper .button-submit button:hover {
  color: #fff;
  background: #6f8bc2;
}
.page .order-pop-up-wrapper.active {
  opacity: 1;
  z-index: 55;
}
.page .success-message {
  display: flex;
  opacity: 0;
  transition: 0.5s;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(66, 66, 66, 0.5);
  background: linear-gradient(rgba(0, 0, 0, 0.403922), rgba(0, 0, 0, 0.670588));
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.page .success-message .content {
  color: #fff;
  z-index: 56;
  text-align: center;
  background: linear-gradient(138.79deg, rgba(123, 138, 167, 0.5) 34.79%, rgba(149, 185, 255, 0) 97.98%);
  backdrop-filter: blur(19px);
  border-radius: 18.1494px;
  padding: 45px 70px;
}
.page .success-message .content .ok-sign {
  margin-bottom: 10px;
}
.page .success-message.active {
  opacity: 1;
  z-index: 55;
}

.page .error-message {
  display: flex;
  opacity: 0;
  transition: 0.5s;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(66, 66, 66, 0.5);
  background: linear-gradient(rgba(0, 0, 0, 0.403922), rgba(0, 0, 0, 0.670588));
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.page .error-message .content {
  color: #fff;
  z-index: 56;
  text-align: center;
  background: linear-gradient(138.79deg, rgba(123, 138, 167, 0.5) 34.79%, rgba(149, 185, 255, 0) 97.98%);
  backdrop-filter: blur(19px);
  border-radius: 18.1494px;
  padding: 45px 70px;
}
.page .error-message .content .ok-sign {
  margin-bottom: 10px;
}
.page .error-message.active {
  opacity: 1;
  z-index: 55;
}

@media (max-width: 1109px) {
  section {
    padding-top: 30px;
  }

  .section-title {
    display: flex;
    justify-content: center;
    width: 100%;
    letter-spacing: 3px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 75px;
  }

  .page #welcome {
    height: 540px;
    background: url("../images/main-bg.png") no-repeat center center;
    background-size: cover;
  }
  .page #welcome header {
    margin-top: 0;
  }
  .page #welcome header .header-desktop {
    display: none;
  }
  .page #welcome header .header-mob {
    display: flex;
    justify-content: space-between;
    padding-top: 38px;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    width: 100%;
  }
  .page #welcome header .header-mob .menu {
    width: 50px;
    height: auto;
    z-index: 5;
  }
  .page #welcome header .header-mob #menuToggle {
    width: 100%;
  }
  .page #welcome header .header-mob #menuToggle input {
    display: flex;
    width: 45px;
    height: 45px;
    position: absolute;
    top: -15px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 10;
  }
  .page #welcome header .header-mob #menuToggle span {
    display: flex;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 2;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  .page #welcome header .header-mob #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }
  .page #welcome header .header-mob #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  .page #welcome header .header-mob #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(1px, 4px);
    background: #fff;
    z-index: 2;
  }
  .page #welcome header .header-mob #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  .page #welcome header .header-mob #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }
  .page #welcome header .header-mob #menu {
    box-sizing: border-box;
    z-index: 1;
    position: absolute;
    width: calc(100% + 92px);
    height: fit-content;
    margin: -70px 0 0 -50px;
    padding: 50px;
    padding-top: 90px;
    padding-bottom: 0px;
    background-color: rgba(66, 66, 66, 0.5);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(180deg, rgba(141, 138, 170, 0.0897) 0%, rgba(141, 138, 170, 0) 100%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .page #welcome header .header-mob #menu .line {
    width: 72px;
    height: 1px;
    background: #fff;
    margin-bottom: 15px;
  }
  .page #welcome header .header-mob #menu li {
    padding: 10px 0;
    margin-bottom: 20px;
    list-style: none;
  }
  .page #welcome header .header-mob #menu li a {
    text-decoration: none;
    color: #0C0C0C;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .page #welcome header .header-mob #menuToggle input:checked ~ ul {
    transform: none;
  }
  .page #welcome .info {
    margin-top: -30px;
    width: auto;
  }
  .page #welcome .info .logo img {
    height: 37px;
  }
  .page #welcome .info .title h1 {
    width: 320px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
  }
  .page #welcome .info .description {
    margin-bottom: 50px;
  }
  .page #welcome .info .description h2 {
    width: 305px;
    font-size: 15px;
    line-height: 20px;
  }
  .page #welcome .join-control {
    flex-direction: column;
    align-items: center;
  }
  .page #welcome .join-control a {
    padding: 12px 40px;
    width: 135px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
  }
  .page #welcome .sign-cab {
    display: flex;
  }
  .page .container {
    box-sizing: border-box;
    width: 100%;
    padding: 0px 15px;
  }
  .page .container .opportunities .slider {
    display: flex;
    justify-content: center;
    padding: 23px 20px;
    height: fit-content;
  }
  .page .container .opportunities .slider .row-wrapper {
    flex-direction: column;
  }
  .page .container .opportunities .slider .row-wrapper .row-item {
    width: 33%;
    margin-bottom: 50px;
    height: 170px;
  }
  .page .container .opportunities .slider .row-wrapper .row-item .title {
    font-size: 18px;
  }
  .page .container .opportunities .slider .row-wrapper .row-item:last-child {
    margin-bottom: 0px;
  }
  .page .container .opportunities .slider button {
    display: none !important;
  }
  .page .container .opportunities .slider .slick-dots {
    position: absolute;
    bottom: -35px;
  }
  .page .container .constituents .section-title {
    margin-bottom: 25px;
  }
  .page .container .constituents .constituents-items .item {
    width: 100%;
  }
  .page .container .constituents .constituents-items .item ul {
    width: fit-content;
    max-width: 260px;
  }
  .page .container .constituents .constituents-items .item:nth-child(4),
.page .container .constituents .constituents-items .item:nth-child(5),
.page .container .constituents .constituents-items .item:nth-child(6) {
    margin-top: 0px;
  }
  .page .container .constituents .constituents-items .right-justify {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .page .container .advantages {
    padding-bottom: 105px;
  }
  .page .container .advantages .bubbles {
    display: none;
  }
  .page .container .advantages .bubbles-mob {
    display: flex;
    flex-direction: column;
  }
  .page .container .advantages .bubbles-mob .spacer {
    margin: 20px 10px;
    width: 100%;
    opacity: 0.5;
    border: 0.5px solid rgba(255, 255, 255, 0.5);
  }
  .page .container .advantages .bubbles-mob .item {
    display: flex;
    width: 100%;
  }
  .page .container .advantages .bubbles-mob .item .circle {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    margin-right: 33px;
    height: 112px;
    border-radius: 50%;
    background: linear-gradient(49.4deg, #0c1932 -3.8%, #566b94 118.37%);
    box-shadow: 0px 1.77018px 1.77018px rgba(0, 0, 0, 0.25), inset 3.09782px 2.21273px 7.52327px rgba(12, 12, 12, 0.15);
  }
  .page .container .advantages .bubbles-mob .item .circle .blick-top {
    position: absolute;
    top: 10px;
  }
  .page .container .advantages .bubbles-mob .item .circle .blick-bottom {
    position: absolute;
    bottom: 5px;
  }
  .page .container .advantages .bubbles-mob .item .texts .title {
    width: 175px;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 8px;
  }
  .page .container .advantages .bubbles-mob .item .texts .description {
    font-size: 14px;
    line-height: 21px;
  }
  .page .container .advantages .bubbles-mob .center-alignment {
    align-items: center;
  }
  .page .application-process {
    height: fit-content;
    padding-bottom: 60px;
  }
  .page .application-process .section-title {
    margin-bottom: 100px;
  }
  .page .application-process .decor-right {
    display: none;
  }
  .page .application-process .decor-left {
    display: none;
  }
  .page .application-process .road-map {
    display: none;
  }
  .page .application-process .road-map-mob {
    margin: 0px 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .page .application-process .road-map-mob .item {
    position: relative;
    display: flex;
    margin-bottom: 65px;
  }
  .page .application-process .road-map-mob .item .number {
    position: absolute;
    top: -33px;
    left: 100px;
    font-size: 60px;
    color: #fff;
    opacity: 0.5;
    font-weight: bold;
  }
  .page .application-process .road-map-mob .item .content {
    border: 1.13px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    width: 237px;
    height: 183px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 19px;
    background: linear-gradient(140.91deg, rgba(163, 194, 255, 0.15) 27.42%, rgba(255, 255, 255, 0.0225) 96.95%);
  }
  .page .application-process .road-map-mob .item .content .title {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #0c0c0c;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
    height: 58px;
  }
  .page .application-process .road-map-mob .item .content ul {
    color: #fff;
    margin-top: 13px;
    font-weight: normal;
  }
  .page .application-process .road-map-mob .item .text {
    color: #fff;
    margin-top: 13px;
    text-align: center;
    width: 165px;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
  }
  .page .application-process .road-map-mob .item:last-child {
    margin-bottom: 0px;
  }
  .page .container {
    overflow: hidden;
  }
  .page .container .how-to-connect .section-title {
    margin-bottom: 80px;
  }
  .page .container .how-to-connect .form-info {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .page .container .how-to-connect .form-info .information {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page .container .how-to-connect .form-info .information .item {
    width: 49%;
    flex-direction: column;
    margin-bottom: 35px;
  }
  .page .container .how-to-connect .form-info .information .item .text {
    font-size: 15px;
    width: 130px;
    text-align: center;
    line-height: 23px;
  }
  .page .container .how-to-connect .form-info .information .item .fixed-width {
    width: 100px;
  }
  .page .container .how-to-connect .form-info .information .item .icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page .container .how-to-connect .form-info .form-feedback {
    margin-top: 20px;
  }
  .page .container .how-to-connect .form-info .form-feedback .text {
    text-align: center;
  }
  .page .container .how-to-connect .form-info .form-feedback form .input-wrapper input {
    width: 100%;
  }
  .page .container .how-to-connect .form-info .form-feedback form .checkbox-wrapper {
    width: 100%;
  }
  .page .container .how-to-connect .form-info .form-feedback form .input-wrapper select {
    width: 100%;
  }
  .page .container .our-results {
    margin-bottom: 55px;
  }
  .page .container .our-results .section-title {
    margin-bottom: 40px;
  }
  .page .container .our-results .results {
    position: relative;
  }
  .page .container .our-results .results .items {
    text-align: center;
    margin: 0 auto;
  }
  .page .container .our-results .results .items .item {
    margin-bottom: 35px;
    width: 300px;
  }
  .page .container .our-results .results .items .item:last-child {
    margin-bottom: 0px;
  }
  .page .container .our-results .results .aim-image {
    width: 75%;
    position: absolute;
    left: 148px;
    top: 70px;
    opacity: 0.2;
  }
  .page .project-geo .section-title:first-child {
    display: none;
  }
  .page .project-geo .map {
    display: none;
  }
  .page .project-geo .our-partners {
    margin-top: 0;
    margin-bottom: 80px;
    width: 100%;
  }
  .page .project-geo .our-partners .text {
    display: flex;
    justify-content: center;
    width: 70%;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
    font-weight: 700;
    letter-spacing: 11.5px;
    color: #a8c6ff;
    opacity: 0.6;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
  }
  .page .project-geo .our-partners .companies-logos {
    margin-top: 55px;
    flex-direction: column;
    align-items: center;
  }
  .page .project-geo .our-partners .companies-logos .item {
    width: 225px;
    text-align: center;
    margin-bottom: 60px;
  }
  .page .project-geo .our-partners .companies-logos .item:last-child {
    margin-bottom: 0px;
  }
  .page footer {
    box-sizing: border-box;
    padding: 35px 0px;
  }
  .page footer .contact-info {
    width: 100%;
    padding: 0px 15px;
  }
  .page footer .contact-info .logo {
    width: 136px;
    margin: 0 auto;
  }
  .page footer .contact-info .logo img {
    width: 100%;
  }
  .page footer .contact-info .navigation {
    margin-top: 55px;
    flex-direction: column;
  }
  .page footer .contact-info .navigation .links,
.page footer .contact-info .navigation .contacts {
    margin-bottom: 45px;
  }
  .page footer .contact-info .navigation .login-controller {
    justify-content: center;
  }
  .page footer .contact-info .social {
    margin-top: 45px;
    align-items: center;
    flex-direction: column-reverse;
  }
  .page footer .contact-info .social .social-links {
    margin-bottom: 35px;
  }
  .page .order-pop-up-wrapper form {
    padding: 35px;
  }
  .page .order-pop-up-wrapper form .main-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 5.5px;
  }
  .page .order-pop-up-wrapper form .additional-text {
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: normal;
    margin-bottom: 40px;
  }
  .page .order-pop-up-wrapper form .inputs-wrapper {
    padding: 0;
  }
}

.ff-logo {
  position: relative;
  bottom: 20px;
}

.rules {
  padding-bottom: 40px;
}

.rules a {
  color: white;
}

/*# sourceMappingURL=style.css.map */
