@property --_part {
  syntax: '<length>';
  inherits: true;
  initial-value: 34vw;
}

@font-face {
  font-family: "Mont";
  font-display: swap;
  src: url("/css/Mont-Regular.woff2") format('woff2');
}
@font-face {
  font-family: 'Mont Bold';
  font-display: swap;
  src:  url('/css/Mont-Bold.woff2') format('woff2');
}
@font-face {
  font-family: "MontHeavy";
  font-display: swap;
  src: url("/css/mont_heavy_demo.otf") format('otf');
  src: url("/css/mont_heavydemo.ttf") format('truetype');
}
@font-face {
  font-family: "MontLight";
  font-display: swap;
  src: url("/css/mont_extralight_demo.otf") format('otf');
  src: url("/css/mont_extralightdemo.ttf") format('truetype');
}
@font-face {
  font-family: 'Mont2';
  src: url("./css/Mont-HeavyDEMO.otf") format('otf');
  src: url('./css/Mont-HeavyDEMO.ttf')  format('truetype');
}

/* Mobile First (default) */
.mont {
  font-family: "Mont", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.mont-600 {
  font-family: "Mont Bold", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
}

.mont-700 {
  font-family: "Mont Bold", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.mont-800 {
  font-family: "Mont", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.mont-900 {
  font-family: "Mont Bold", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

body {
  margin: 0;
}
header {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: space-between;
  align-items: center;
}
.head-logo {
  margin: 24px 0 25px 20px;
}
.head-logo img {
  display: block;
}
.head-burger {
  position: relative;
  right: 20px;
  width: 18px;
  height: 15px;
  cursor: pointer;
  user-select: none;
}
.head-burger--line {
  position: absolute;
  height: 2px;
  width: 100%;
  background: rgba(51, 63, 72, 1);
  transition: all 0.3s ease;
}
.head-burger--line:nth-child(1) {
  top: 0;
}

.head-burger--line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  /*transition: unset;*/
}

.head-burger--line:nth-child(3) {
  bottom: 0;
}

header.open .head-burger--line:nth-child(1){
  transform: rotate(45deg);
  top: 6.5px;
}

header.open .head-burger--line:nth-child(2){
  /*display: none;*/
  width: 0;
}

header.open .head-burger--line:nth-child(3){
  transform: rotate(-45deg);
  bottom: 6.5px;
}

.head-menu {
  display: none;
  list-style: none;
  padding-left: 20px;
}
.head-menu li {
  margin: 10px auto;
}
.head-menu li a {
  text-decoration: none;
  color: black;
}
.head-menu li a:hover {
  text-decoration: underline;
}
header.open .head-menu {
  display: block;
  position: absolute;
  top: 100px;
  background-color: white;
  z-index: 1002;
  padding-top: 0;
  margin-top: 0;
  width: 100%;
  border-bottom: 1px rgba(138, 218, 0, 0.2) solid;
  /*box-shadow: 0 4px 80px 7px rgba(138, 218, 0, 0.2), -10px 15px 15px 4px rgba(0, 0, 0, 0.5);*/

}



.main {
  height: 560px;
  background: no-repeat right top url("../img/main-mobile.jpg");
  background-size: cover;
}
.main-content {
  background-color: rgba(0, 0, 0, 0.62);
  width: 100%;
  height: inherit;
  padding-top: 55px;
}
.main-title {
  margin: 0 7px 14px 20px;
  color: white;
  font-family: "Mont";
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;

}
.main-slogan {
  color: white;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 50px 20px 0;
  width: 60%;
  font-weight: 500;
}
.main-slogan span {

  display: block;
  color: #d40f31;
}
.main-list {
  font-size: 20px;
  line-height: 30px;
  margin-top: 25px;
  padding-left: 38px;
  padding-top: 3px;
  color: white;
}
.main-button-invest {
  display: block;
  width: 225px;
  height: 65px;
  margin: 25px 0 0 20px;
  border-radius: 8px;
  background: rgba(212, 15, 49, 1);


  color: white;
  font-family: "Mont Bold", sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 65px;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
}
.main-button-invest:hover {
  background: rgba(212, 15, 49, .8);
  transition: all .3s ease;
}

.main-button--cont {
  width: calc(100vw - 40px);
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
}
.main-button--left {
  background-color: #d40f31;
  border-radius: 35px;
  padding: 10px 15px;
  font-size: 18px;
  font-family: 'Mont', sans-serif;
  color: white;
}
.main-button--sber {
  font-size: 18px;
  font-family: 'Mont', sans-serif;
  color: white;
  background-image: url("/img/sber-bg.jpg");
  border-radius: 35px;
  padding: 10px 15px;
  display: flex;
  position: relative;
}
.sber-sub--title {
  position: absolute;
  top: -35px;
  font-size: 18px;
  left: 22px;
}
.sber-icon {
  width: 25px;
  height: 25px;
  background-image: url("/img/sber-white.svg");
  background-size: contain;
  background-position: center;
  margin-right: 5px;
}
.second-release {
  background: rgba(50, 47, 66, 1);
  padding: 20px;
  color: white;
  font-size: 17px;
  line-height: 22px;
}
.about {
  background: rgba(245, 245, 249, 1);
  padding-left: 20px;
  padding-top: 37px;
  position: relative;
  height: 332px;
}
.about-title {
  display: block;
  margin: 0;
  font-family: 'Mont Bold', sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  color: black;

}
.about-navigator, .business-navigator, .real-navigator {
  position: absolute;
  top: 128px;
  right: 20px;
  width: 48px;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
}
.real-navigator {
  top: 60px;
}
.about-left, .about-right, .business-left, .business-right, .real-left, .real-right {
  width: 14px;
  height: 14px;
}
.about-left:hover, .about-right:hover,
.business-left:hover, .business-right:hover,
.real-left:hover, .real-right:hover {
  cursor: pointer;
}

.real-left svg path, .real-right  svg path {
  stroke: white;
}

.about-slider {
  position: relative;
  width: calc(100vw - 40px);
  display: block;
  overflow: hidden;
}
.about-container {
  width: calc(100vw * 6);
  position: relative;
  font-size: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.about-frame {
  width: calc(100vw - 20px);
  height: 186px;
  /*gap: 31px;*/
  /*margin: 48px 20px 0 20px;*/
  position: relative;
  padding-top: 48px;
  display: inline-block;
  /*margin-right: 20px;*/
}
.about-frame--icon {
  display: block;
  width: 46px;
  height: 46px;

}
.about-frame--title {
  font-family: 'Mont Bold', sans-serif;
  font-weight: 900;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0%;
  color: black;
  margin-top: 31px;
  margin-bottom: 19px;
}
.about-frame--description {
  font-family: 'Mont', sans-serif;
  font-weight: 100;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(30, 30, 30, 1);
  padding-right: 20px;
}

.geo {
  display: block;
  position: relative;
}

.geo-title {
  display: block;
  margin: 0;
  padding-bottom: 17px;
  padding-left: 20px;
  padding-top: 37px;
  font-family: 'Mont Bold', sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0;
  color: black;
}
.geo-image {
  display: block;
  width: 100vw;
  content: url("/img/geo-max.png");
}

.geo-cont {
  position: relative;
}
.geo-legend {
  position: absolute;
  bottom: 30px;
  display: none;
}

.finance {
  padding: 50px 20px 0;
}
.finance-title {
  display: block;
  margin: 0;
  font-family: 'Mont Bold', sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0;
  color: black;
}
.finance-stat {
  width: calc(100vw - 40px);
  height: calc((100vw - 40px) * 486 / 391);
  max-width: 392px;
  max-height: 487px;
  background: url("/img/gain-mobile.png") center/contain no-repeat;
  margin: 0 auto;
}
.stat-revenue {
  width: inherit;
  height: 437px;
  display: none;
}
.stat-revenue--bullet {
  position: absolute;
  width: 19px;
  height: 19px;
}
.stat-revenue--line-black, .stat-revenue--line-red {
  position: absolute;
  border: none;
}
.stat-revenue--line-red svg path {
  stroke: red;
}
.stat-revenue svg, .stat-gain svg {
  width:100%;
  height:100%;
  /*border:1px silver solid;*/
}

.business {
  width: calc(100vw - 40px);
  padding: 0 20px 0;
  position: relative;
  /*height: 332px;*/

}
.business-title {
  display: block;
  margin: 80px 20px 35px;
  font-family: 'Mont Bold', sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  color: black;
}
.business-navigator {
  top: 55px;
}
.business-slider {
  position: relative;
  width: calc(100vw - 40px);
  display: block;
  overflow: hidden;
}
.business-container {
  width: calc(100vw * 6);
  position: relative;
  font-size: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
}
.business-frame {
  width: calc(100vw - 60px);
  height: 250px;
  position: relative;
  padding: 30px 20px 20px;
  display: inline-block;
  background: rgba(245, 245, 249, 1);
}

.business-frame--icon {
  display: block;
  width: 46px;
  height: 46px;
}
.business-frame--title {
  font-family: 'Mont Bold', sans-serif;
  font-weight: 900;
  font-size: 19px;
  line-height: 130%;
  letter-spacing: 0%;
  color: black;
  margin: 31px 20px 19px 0;
  text-transform: uppercase;
}
.business-frame--description {
  font-family: 'Mont', sans-serif;
  font-weight: 100;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0;
  color: rgba(30, 30, 30, 1);
  margin: 0 20px 0 0;
}


.real {
  width: auto;
  margin-top: 70px;
  padding: 35px 20px 35px;
  background: linear-gradient(90deg, #3B384C 0%, #181524 100%);
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
}
.real-title {
  width: 260px;
  font-family: "Mont Bold",sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 35px;
  margin-top: 0;
  color: white;
}

.real-overflow {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.real-cont {
  height: auto;
  width: auto;
  display: flex;
  position: relative;
  transition: all 0.5s ease-in;

}
.real-flex {
  display: flex;
  min-width: calc(100vw - 40px);
  max-width: calc(100vw - 40px);
}

.real-num {
  width: 36px;
  height: 36px;
  border: 4px solid rgba(246, 247, 249, 1);
  border-radius: 18px;
  margin-right: 29px;
  color: white;
  min-width: 36px;
  box-sizing: border-box;
  text-align: center;
  line-height: 29px;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0%;

}

.real-group {
  max-width: 325px;

}
.real-stage--title {
  font-family: "Mont Bold",sans-serif;
  font-weight: 900;
  font-size: 19px;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: white;
}
.real-stage--description {
  font-family: Mont,sans-serif;
  font-weight: 100;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: 0%;
  margin-top: 33px;
  color: white;
}

.start-invest {
  box-sizing: border-box;
  margin: 0 0 0 20px;
  position: relative;
}
.start-invest--title {
  font-family: "Mont Bold", sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 35px
}
.start-invest--slider {
  width: auto;
  overflow-x: scroll;
  overflow-y: hidden;
  user-select: none;
  /*margin-bottom: 50px;*/
  scrollbar-width: none;
  /*scrollbar-color: red white;*/
  z-index: 100;
}

.start-invest--cont {
  width: fit-content;
  height: 452px;
  display: flex;
  position: relative;
  transition: all .5s ease-out;
}
.start-invest--circle {
  position: absolute;
  bottom: 95px;
  right: calc(0px - 50%);
  width: 84px;
  height: 84px;
  border-radius: 42px;
  border: none;
  background-color: white;
  z-index: 1000;
}
.start-invest--cell {
  display: inline-block;
  margin-right: 20px;
}
.start-invest--cell:last-child {
  margin-right: 40px;
}
.start-invest--image {
  width: 371px;
  height: 310px;
  border-radius: 5px;
  margin-bottom: 18px;
}
.start-invest--image img {
  width: inherit;
}
.start-invest--description {
  width: 372px;
  height: 123px;
  background: rgba(245, 245, 249, 1);
  font-family: Mont, sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 120%;
  letter-spacing: 0%;
  padding: 30px;
  box-sizing: border-box;
}
.start-invest--button {
  display: block;
  margin: 0 auto 50px;
}
.start-invest--button a {
  display: block;
  width: 200px;
  border-radius: 5px;
  padding: 15px 8px;
  background: rgba(54, 51, 70, 1);
  font-size: 15px;
  font-family: 'Mont', sans-serif;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0 auto;
  color: white;
  text-decoration: none;
  user-select: none;
  text-transform: uppercase;
  box-sizing: border-box;
}

.start-invest--arrow {
  display: none;
}
.start-invest--scrollbar--bg {
  height: 13px;
  width: inherit;
  position: relative;
  background: rgba(245, 245, 249, 1);
  user-select: none;
  margin-top: 20px;
  margin-bottom: 30px;
}
.start-invest--scrollbar {
  width: 30%;
  height: 13px;
  background-color: red;
  border-radius: 5px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  transition: all .3s ease;
}

.request {
  box-sizing: border-box;
  background-color: rgba(213, 14, 46, 1);
  width: 100vw;
  padding: 32px 20px 35px;
  color: white;

}
.request-title {
  font-family: "Mont Bold", sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  box-sizing: border-box;
  margin: 0;
}
.request-description {
  margin: 35px 0 15px;
  font-family: Mont, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0%;
  box-sizing: border-box;
}
.request-list {
  box-sizing: border-box;
  margin-top: 30px;
}
.request-list--row {
  display: flex;
  margin: 0 0 30px;
  box-sizing: border-box;
}
.request-list--icon {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 2px;
}
.request-list--icon img {
  width: 40px;
  height: 40px;
}
.request-list--info {
  font-family: Mont, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
  letter-spacing: 0%;
  width: 100%;
}
.request input[type=text] {
  display: block;
  box-sizing: border-box;
  border-radius:  10px;
  padding: 21px 22px;
  border: none;
  width: 100%;
  margin-bottom: 20px;
  font-family: Mont, sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;

}
.request textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  font-family: Mont, sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  border-radius:  10px;
  padding: 21px 22px;
  border: none;
}
.request button {
  display: block;
  box-sizing: border-box;
  border-radius:  5px;
  padding: 21px 22px;
  border: 1px white solid;
  background-color: transparent;
  width: 100%;
  color: white;
  font-family: Mont, sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  margin-top: 25px;
}
.request-policy {
  font-family: Mont,sans-serif;
  font-weight: 100;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
}
.request-policy a {
  text-decoration: none;
  color: white;
}
.faq {
  box-sizing: border-box;
  margin: 70px 0 0;
  background: white;
}

.faq-title {
  font-family: "Mont Bold", sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0 20px 35px
}
.faq-query {
  margin-bottom: 18px;
}
.faq-query--flex {
  display: flex;
  justify-content: space-between;
  padding: 27px 25px;
  background: rgba(245, 245, 245, 0.5608);
  transition: all 0.3s ease;
  align-items: center;
}
.faq-query--flex:hover {
  cursor: pointer;
}
.faq-query--text {
  font-family: "Mont Bold",sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-right:20px;
  box-sizing: border-box;

}
.faq-query--text a {
  color: black;
  text-decoration: none;
}
.faq-query--text a:hover {
  text-decoration: underline;
}
.faq-query--arrow {
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url("/img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.faq-query--arrow:hover {
  cursor: pointer;
}
.faq-query--answer-cont {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-query--answer {
  padding: 40px 25px;
  font-family: Mont,sans-serif;
  font-weight: 100;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0%;
  background: rgba(59, 56, 76, 1);
  color: white;
  margin-top: 18px;
}
.faq-query--answer a {
  color: white;
  text-decoration: none;
}
.faq-query--answer a:hover {
  text-decoration: underline;
}
.faq-query--answer ul {
  list-style: decimal;
}
.faq-query--answer ul li {
  margin-top: 10px;
}
.faq-query.active .faq-query--arrow{
  background-image: url("/img/arrow-up.svg");
}
.faq-query.active .faq-query--flex{
  background: rgba(213, 14, 46, 1);
  color: white;
}
.faq-query.active .faq-query--flex a {
  color: white;
}
.faq-query.active .faq-query--answer-cont {
  max-height: 1500px;
  height: auto;
}

.ahtung {
  box-sizing: border-box;
  margin: 30px 20px 30px;
  background: white;
}
.ahtung div {
  font-family: Mont, sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;

}
.ahtung span {
  color: rgba(213, 14, 46, 1);
  text-transform: uppercase;
  font-weight: 800;
}

footer {
  background: rgba(245, 245, 249, 1);
  width: 100%;
}
.footer-div {
  width: 280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-bottom: 30px;
}
footer img {
  width: 175px;
  display: block;
  margin: 0 auto;
}
footer img:hover {
  cursor: pointer;
}
footer a {
  font-family: Mont, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0%;
  box-sizing: border-box;
  display: block;
  color: black;
  text-decoration: none;
  margin: 10px auto;
  text-align: center;
}
footer a:hover {
  text-decoration: underline;
}

.legend {
  font-family: "Mont Bold",sans-serif;
  font-weight: 900;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
}
.policy {
  width: calc(100vw - 40px);
  margin: 30px auto;
  font-family: Mont, sans-serif;
  font-size: 16px;
}
.policy ul {
  list-style: none;
}

.policy ul, .policy ol {
  margin-left: 0;
  padding-left: 20px;
}
.policy.privacy ul {
  list-style: disc;
  margin-left: 20px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.modal-content {
  background: white;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 560px;
  max-width: 500px;
  border-radius: 20px;
  position: relative;
  color: black;
  text-align: center;
}
.modal-title {
  max-width: 366px;
  margin: 35px auto;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0;
}