@font-face {
  font-family: "Druk Wide Cyr";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/DrukCyr/drukwidecyr-bold.otf");
}
@font-face {
  font-family: "SF Pro Text";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SFPro/SFProText-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "SF Pro Text";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/SFPro/SFProText-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "SF Pro Text";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/SFPro/SFProText-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
}
body {
  background-color: #00041F;
  color: #fff;
  overflow-x: hidden;
  font-family: SF Pro Text, sans-serif;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  font-style: normal;
}

body.lock {
  overflow: hidden;
}

.wrapper {
  min-height: 100vh;
  position: relative;
  padding-top: 51px;
}
@media (max-width: 1919.98px) {
  .wrapper {
    padding-top: 51px;
  }
}
@media (max-width: 991.98px) {
  .wrapper {
    padding-top: 51px;
  }
}

.op-hover {
  opacity: 1;
  transition: all 0.2s;
}
.op-hover:hover {
  opacity: 0.7;
  transition: all 0.2s;
}

.header {
  height: 51px;
  background: rgba(0, 4, 31, 0.48);
  backdrop-filter: blur(15px);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-left: 67px;
  padding-right: 67px;
  z-index: 5;
}
@media (max-width: 1439.98px) {
  .header {
    height: 51px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .header {
    height: 51px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__inner-left {
  display: flex;
  align-items: center;
}
.header__inner-right {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .header__inner-right {
    position: absolute;
    top: -1000px;
  }
}
.header__inner-right.show-mobile-menu {
  margin-top: 51px;
  background-color: #00041F;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}
.header__logo {
  display: block;
  width: 100%;
  max-width: 160px;
  min-width: 160px;
  margin-right: 25px;
}
@media (max-width: 1399.98px) {
  .header__logo {
    max-width: 132px;
    min-width: 80px;
  }
}
@media (max-width: 575.98px) {
  .header__logo {
    max-width: 94px;
    min-width: 94px;
  }
}
.header__logo-img {
  width: 100%;
}
.header__languages {
  color: #FFF;
  text-align: center;
  font-family: "SF Pro Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header__languages-holder {
  display: flex;
  align-items: center;
  margin-left: 23px;
}
@media (max-width: 1439.98px) {
  .header__languages-holder {
    margin-left: 23px;
  }
}
@media (max-width: 1199.98px) {
  .header__languages-holder {
    margin-left: 20px;
  }
}
.header__languages select {
  color: white;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.header__languages select option {
  padding: 10px;
  background-color: black;
}
.header__languages select::-ms-expand {
  display: none;
}
.header__burger {
  margin-left: 0;
  display: none;
  margin-right: -20px;
}
@media (max-width: 991.98px) {
  .header__burger {
    display: block;
  }
}

.menu {
  gap: 32px;
  display: flex;
  align-items: center;
}
@media (max-width: 1919.98px) {
  .menu {
    gap: 32px;
  }
}
@media (max-width: 1199.98px) {
  .menu {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .menu {
    flex-direction: column;
    align-items: center;
  }
}
.menu + .menu {
  margin-left: 100px;
}
@media (max-width: 1439.98px) {
  .menu + .menu {
    margin-left: 20px;
  }
}
@media (max-width: 1199.98px) {
  .menu + .menu {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .menu + .menu {
    margin-left: 0;
  }
}
.menu__link {
  text-transform: uppercase;
  white-space: nowrap;
  color: #FFF;
  text-align: right;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1439.98px) {
  .menu__link {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .menu__link {
    font-size: 19px;
  }
}
.menu__link-blue {
  color: #004EE5;
}
.menu-actions {
  gap: 32px;
}
@media (max-width: 1199.98px) {
  .menu-actions {
    gap: 20px;
  }
}
.menu-actions a {
  color: #FFF;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: unset;
}
@media (max-width: 1439.98px) {
  .menu-actions a {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .menu-actions a {
    font-size: 19px;
  }
}
.menu-actions a.--blue {
  background: #004EE5;
  padding: 3px 24px;
  border-radius: 5px;
}

.block-container {
  padding-left: 67px;
  padding-right: 67px;
  padding-top: 51px;
}
@media (max-width: 1919.98px) {
  .block-container {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 51px;
  }
}
@media (max-width: 991.98px) {
  .block-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 51px;
  }
}

.spline-holder {
  margin-top: -24%;
  position: relative;
}

.hero {
  padding-top: 60px;
  position: relative;
}
@media (max-width: 1919.98px) {
  .hero {
    padding-top: 51px;
  }
}
@media (max-width: 991.98px) {
  .hero {
    padding-top: 20px;
    overflow: hidden;
  }
}
.hero__title {
  position: relative;
}
.hero__title img.hero-h1 {
  display: block;
  width: 85%;
  margin-left: auto;
}
@media (max-width: 575.98px) {
  .hero__title img.hero-h1 {
    display: none;
  }
}
.hero__title img.hero-h1-sm {
  display: none;
}
@media (max-width: 575.98px) {
  .hero__title img.hero-h1-sm {
    display: block;
    width: 100%;
  }
}
.hero__bg {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
}

.under-hero-line {
  position: relative;
  display: flex;
  border: 0.505px solid var(--Black-1000, #0C0D11);
  background: var(--colorWhite---100, #FFF);
  padding: 42px;
  text-align: center;
  overflow: hidden;
  color: #000;
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1919.98px) {
  .under-hero-line {
    padding: 30px;
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .under-hero-line {
    padding: 21px;
    font-size: 20px;
  }
}
.under-hero-line-inner {
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  justify-content: flex-start;
}
.under-hero-line svg {
  min-width: 40px;
}
@media (max-width: 1439.98px) {
  .under-hero-line svg {
    min-width: 20px;
  }
}

.features-top {
  margin-bottom: 100px;
  position: relative;
  padding-top: 22%;
}
.features-top__bg {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: -1;
  display: block;
}
@media (max-width: 445.98px) {
  .features-top__bg {
    display: none;
  }
}
.features-top__bg-sm {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 445.98px) {
  .features-top__bg-sm {
    display: block;
  }
}
.features-top__info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .features-top__info {
    flex-direction: column;
    gap: 30px;
  }
}
.features-top__info-left {
  max-width: 531px;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1199.98px) {
  .features-top__info-left {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 449.98px) {
  .features-top__info-left {
    width: 80%;
    text-align: left;
    margin-left: 0;
  }
}
.features-top__info-left p {
  background: linear-gradient(93deg, rgba(220, 215, 215, 0.33) -5.21%, #FFF 28.86%, #FFF 69.92%, rgba(214, 211, 211, 0.21) 100.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 27px;
}
@media (max-width: 991.98px) {
  .features-top__info-left p {
    font-size: 20px;
  }
}
.features-top__info-left div {
  color: #EDEDED;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .features-top__info-left div {
    font-size: 15px;
  }
}
.features-top__info-right {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 60px;
  flex: 0 0 60%;
  flex-wrap: wrap;
}
@media (max-width: 445.98px) {
  .features-top__info-right {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}
.features-top__info-right-block {
  white-space: nowrap;
  color: #FFF;
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 445.98px) {
  .features-top__info-right-block {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
    width: 60%;
  }
}
@media (max-width: 991.98px) {
  .features-top__info-right-block {
    font-size: 25px;
  }
}
.features-top__info-right-block span {
  margin-top: 17px;
  display: block;
  font-family: SF Pro Text, sans-serif;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .features-top__info-right-block span {
    text-align: left;
  }
}

.features {
  padding-top: 51px;
  margin-bottom: 100px;
}
@media (max-width: 1919.98px) {
  .features {
    padding-top: 51px;
  }
}
@media (max-width: 991.98px) {
  .features {
    padding-top: 51px;
  }
}
.features h2 {
  color: var(--White-0, var(--colorWhite---100, #FFF));
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 120px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 1439.98px) {
  .features h2 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .features h2 {
    font-size: 20px;
    align-items: center;
    padding: 0;
    flex-direction: row;
    margin-bottom: 120px;
  }
}
@media (max-width: 445.98px) {
  .features h2 {
    flex-direction: column;
  }
}
.features h2 span {
  padding: 22px 34px;
  background-color: #fff;
  color: #00041F;
  white-space: nowrap;
  transform: rotate(5deg);
  display: block;
  width: fit-content;
  margin-top: 110px;
  margin-left: 0px;
  margin-bottom: 65px;
}
@media (max-width: 1439.98px) {
  .features h2 span {
    padding: 15px 7px;
    margin-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .features h2 span {
    padding: 9px 5px;
    margin: 0;
    margin-bottom: -90px;
  }
}
@media (max-width: 445.98px) {
  .features h2 span {
    margin-bottom: -90px;
    margin-top: 16px;
  }
}
.features__accordion-item {
  border-top: 0.5px solid #fff;
  border-color: rgba(255, 255, 255, 0.5);
  padding-top: 50px;
  margin-bottom: 40px;
}
@media (max-width: 1919.98px) {
  .features__accordion-item {
    padding-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .features__accordion-item {
    padding-top: 25px;
    margin-bottom: 25px;
  }
}
.features__accordion-item-body-inner {
  margin-left: 447px;
  font-size: 36px;
  margin-top: 24px;
  line-height: 120%;
}
@media (max-width: 1919.98px) {
  .features__accordion-item-body-inner {
    margin-left: 250px;
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .features__accordion-item-body-inner {
    margin-left: 35px;
    font-size: 18px;
  }
}
.features__accordion-btn {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 80%; /* 70px */
  letter-spacing: -1.5px;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1439.98px) {
  .features__accordion-btn {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .features__accordion-btn {
    font-size: 25px;
  }
}
@media (max-width: 445.98px) {
  .features__accordion-btn {
    font-size: 18px;
  }
}
.features__accordion-btn .--start {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.7px;
}
.features__accordion-btn .--end {
  width: 68px;
  height: 68px;
  min-width: 68px;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-weight: 200;
  transition: all 0.2s;
  margin-top: -14px;
  position: relative;
}
@media (max-width: 1919.98px) {
  .features__accordion-btn .--end {
    margin-top: -7px;
  }
}
@media (max-width: 991.98px) {
  .features__accordion-btn .--end {
    margin-top: -6px;
  }
}
.features__accordion-btn .--end::after {
  content: "";
  width: 0.5px;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: #fff;
}
.features__accordion-btn .--end::before {
  content: "";
  width: 0.5px;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  opacity: 0;
  transition: all 0.2s;
}
.features__accordion-btn .--end:hover {
  background-color: #fff;
  border-color: #00041F;
  color: #00041F;
  transition: all 0.2s;
}
.features__accordion-btn .--end:hover::after {
  background-color: #00041F;
}
.features__accordion-btn .--end:hover::before {
  background-color: #00041F;
  opacity: 0;
  transition: all 0.2s;
}
@media (max-width: 1919.98px) {
  .features__accordion-btn .--end {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }
}
@media (max-width: 991.98px) {
  .features__accordion-btn .--end {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
  }
}
.features__accordion-btn.collapsed .--end::before {
  background-color: #fff;
  opacity: 1;
  transition: all 0.2s;
}
.features__accordion-btn.collapsed .--end::after {
  background-color: #fff;
}
.features__accordion-btn.collapsed .--end:hover::before {
  background-color: #00041F;
}
.features__accordion-btn.collapsed .--end:hover::after {
  background-color: #00041F;
}
.features .features__accordion:last-child {
  border-bottom: 0.5px solid #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.features__robot {
  width: 100%;
  z-index: -1;
  position: relative;
}
.features__robot img {
  width: 100%;
}

h2.our-bots {
  color: #FFF;
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 100px;
  margin-top: 200px;
}
@media (max-width: 575.98px) {
  h2.our-bots {
    max-width: 50%;
    margin: 0 auto -50%;
    font-size: 50px;
  }
}
@media (max-width: 445.98px) {
  h2.our-bots {
    font-size: 35px;
  }
}

.features__packages {
  gap: 44px;
  justify-content: center;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.features__packages-sm-bg {
  display: none;
}
@media (max-width: 575.98px) {
  .features__packages-sm-bg {
    display: block;
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: -10px;
  }
}

.robots-row {
  position: relative;
  height: 500px;
  margin-top: -380px;
  margin-bottom: -30px;
}

.package-holder {
  position: relative;
}
.package-holder:nth-child(1) .robot-l {
  position: absolute;
  width: 86%;
  transform: translateY(-83%);
  left: 10px;
}
@media (max-width: 1395.98px) {
  .package-holder:nth-child(1) .robot-l {
    display: none;
  }
}
.package-holder:nth-child(3) .robot-r {
  position: absolute;
  width: 100%;
  transform: translateY(-87%);
  left: -45px;
}
@media (max-width: 1395.98px) {
  .package-holder:nth-child(3) .robot-r {
    display: none;
  }
}

.package {
  border-radius: 50px;
  background: rgba(40, 91, 151, 0.27);
  box-shadow: 0px 33px 56px -36px rgba(255, 255, 255, 0.5) inset, 0px 7px 11px -4px #FFF inset, 0px -82px 68px -68px rgba(0, 78, 229, 0.3) inset, 0px 98px 100px 0px rgba(0, 78, 229, 0.3) inset, 0px 4px 18px 0px rgba(1, 148, 254, 0.2) inset, 0px 1px 40px 0px #0194FE inset;
  backdrop-filter: blur(50px);
  padding: 33px 35px;
  position: relative;
}
.package-holder {
  flex: 0 0 400px;
}
@media (max-width: 445.98px) {
  .package-holder {
    flex: 0 0 100%;
  }
}
@media (max-width: 1439.98px) {
  .package {
    padding: 33px 32px;
  }
}
@media (max-width: 445.98px) {
  .package {
    padding: 22px 35px;
    min-width: auto;
  }
}
.package h2 {
  color: #FFF;
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 28px;
}
@media (max-width: 445.98px) {
  .package h2 {
    font-size: 40px;
  }
}
.package__inner {
  display: flex;
  flex-direction: column;
}
.package__top-blocks {
  display: flex;
  margin-bottom: 25px;
  gap: 15px;
  flex-wrap: wrap;
}
.package__top-block {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex: 1 1 calc(50% - 15px);
}
.package__top-block p {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 7px;
}
.package__top-block p.--blue {
  color: #0194FE;
}
.package__top-block p.--blue span {
  color: #fff;
  font-weight: 400;
}
.package__top-blocks-row {
  display: flex;
  margin-bottom: 25px;
  gap: 15px;
  text-align: center;
}
.package__top-block-row {
  flex: 1 1 calc(50% - 15px);
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.package__top-block-row:nth-child(1) {
  text-align: left;
}
.package__top-block-row p {
  margin-top: 4px;
}
.package__chart {
  width: 100%;
  max-width: 80%;
  margin: 0 auto 7px;
}
.package__chart img {
  width: 100%;
}
.package__hr {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.43);
  margin-bottom: 17px;
}
.package__year {
  color: #FFF;
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 23px;
}
.package__year span {
  color: #0194FE;
  font-family: SF Pro Text, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-top: -5px;
}
.package__action {
  display: block;
  width: 97%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #0679FB;
  border-radius: 5px;
}

.ibg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner {
  padding-top: 51px;
  position: relative;
}
.partner__bg {
  z-index: 1;
  left: -20px;
  right: -20px;
  width: calc(100% + 40px);
  top: -20px;
  bottom: -20px;
  height: calc(100% + 40px);
}
.partner__inner {
  border-radius: 50px;
  overflow: hidden;
  padding: 130px 84px 100px;
  position: relative;
}
@media (max-width: 991.98px) {
  .partner__inner {
    padding: 90px 40px 50px;
  }
}
.partner__title {
  color: #FFF;
  text-align: center;
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  z-index: 1;
  position: relative;
}
@media (max-width: 991.98px) {
  .partner__title {
    font-size: 25px;
  }
}
.partner__title-row:nth-child(2) {
  background: linear-gradient(93deg, #004DF4 32.65%, rgba(1, 148, 254, 0.8) 53.6%, rgba(255, 255, 255, 0.83) 73.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.partner__title-row:nth-child(3) {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 2px;
}
.partner__title-row:nth-child(3) span {
  width: 20px;
  height: 13px;
  min-width: 20px;
  min-height: 13px;
  background: linear-gradient(90deg, #4FAEF2 0%, #004DF4 100%);
  display: block;
}
@media (max-width: 991.98px) {
  .partner__title-row:nth-child(3) span {
    width: 8px;
    height: 6px;
    min-width: 8px;
    min-height: 6px;
  }
}
.partner ul {
  z-index: 1;
  position: relative;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  .partner ul {
    margin-top: 25px;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 16px;
  }
}
.partner ul li {
  flex: 1 1 calc(50% - 8px);
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-left: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .partner ul li {
    font-size: 12px;
    max-width: 225px;
    margin: 0 auto;
    padding: 0;
  }
}
.partner ul li span {
  width: 20px;
  height: 13px;
  min-width: 20px;
  min-height: 13px;
  background: linear-gradient(90deg, #4FAEF2 0%, #004DF4 100%);
  display: block;
}
@media (max-width: 991.98px) {
  .partner ul li span {
    width: 8px;
    height: 6px;
    min-width: 8px;
    min-height: 6px;
  }
}

.start {
  margin-top: 130px;
  margin-bottom: 110px;
  position: relative;
}
@media (max-width: 991.98px) {
  .start {
    margin-top: 70px;
    margin-bottom: 75px;
  }
}
.start__row {
  display: flex;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .start__row {
    flex-direction: column;
  }
}
.start__col {
  flex: 0 0 calc(50% - 5px);
}
.start .--left {
  min-height: 450px;
}
.start .--left__inner {
  margin-left: -67px;
}
@media (max-width: 991.98px) {
  .start .--left {
    margin-left: -20px;
  }
}
.start .--right h2 {
  text-align: left;
  color: #FFF;
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 75px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 13px;
  width: 100%;
  display: block;
}
@media (max-width: 1439.98px) {
  .start .--right h2 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .start .--right h2 {
    font-size: 35px;
    margin-bottom: 5px;
    text-align: center;
  }
}
@media (max-width: 454.98px) {
  .start .--right h2 {
    text-align: left;
  }
}
.start .--right p {
  color: #FFF;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 37px;
}
@media (max-width: 991.98px) {
  .start .--right p {
    font-size: 15px;
    margin-bottom: 17px;
    text-align: center;
  }
}
@media (max-width: 454.98px) {
  .start .--right p {
    text-align: left;
  }
}
.start .--right a {
  display: block;
  width: 100%;
  border-radius: 30px;
  background: #0679FB;
  padding: 29px;
  color: #FFF;
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media (max-width: 991.98px) {
  .start .--right a {
    padding: 10px 20px;
    font-size: 25px;
    border-radius: 15px;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (max-width: 454.98px) {
  .start .--right a {
    width: 100%;
  }
}

.contacts {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 47px;
}
@media (max-width: 1199.98px) {
  .contacts {
    flex-direction: column-reverse;
  }
}
.contacts__menus {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  flex: 1 1 calc(55% - 50px);
  min-width: calc(55% - 50px);
}
@media (max-width: 1199.98px) {
  .contacts__menus {
    margin-top: 40px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .contacts__menus {
    gap: 30px;
  }
}
@media (max-width: 449.98px) {
  .contacts__menus {
    flex-direction: column;
    text-align: left;
  }
}
.contacts__menu {
  flex: 1 1 fit-content;
  display: flex;
  flex-direction: column;
}
.contacts__menu li {
  white-space: nowrap;
  margin-bottom: 17px;
  color: #FFF;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .contacts__menu li {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.contacts__menu li:has(a) {
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .contacts__menu li:has(a) {
    margin-bottom: 8px;
    line-height: 16px;
    font-size: 15px;
  }
}
.contacts__menu a {
  color: #FFF;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .contacts__menu a {
    font-size: 10px;
  }
}
.contacts__form-holder {
  flex: 0 1 calc(45% - 50px);
  border-radius: 24px;
  background: var(--colorWhite---100, #FFF);
  padding: 60px 48px;
  width: 100%;
}
@media (max-width: 1919.98px) {
  .contacts__form-holder {
    padding: 40px 30px;
  }
}
@media (max-width: 991.98px) {
  .contacts__form-holder {
    padding: 33px 27px;
  }
}
.contacts__form-holder form {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.contacts__form-holder h4 {
  color: #000;
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 13px;
}
@media (max-width: 991.98px) {
  .contacts__form-holder h4 {
    font-size: 15px;
  }
}
.contacts__form-holder h5 {
  color: rgba(0, 0, 0, 0.57);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .contacts__form-holder h5 {
    font-size: 10px;
  }
}
.contacts__form-input {
  border-radius: 10px;
  border: 1px solid #EAEAEA;
  color: #111;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  padding: 24px;
  text-align: center;
  font-weight: 400;
}
.contacts__form-input::placeholder {
  color: #ADADAD;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1919.98px) {
  .contacts__form-input {
    font-size: 14px;
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .contacts__form-input {
    border-radius: 5.625px;
    font-size: 12px;
    padding: 12px;
  }
}
.contacts__form-btn {
  color: #fff;
  font-family: SF Pro Text, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  min-width: 200px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 5px;
  background: #0194FE;
}
@media (max-width: 991.98px) {
  .contacts__form-btn {
    font-size: 12px;
    border-radius: 5.625px;
  }
}
.socs {
  margin-top: 27px;
}
.socs ul {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 545.98px) {
  .socs ul {
    justify-content: flex-start;
    gap: 16px;
  }
}
@media (max-width: 545.98px) {
  .socs li {
    line-height: 12px;
  }
}
.socs a {
  color: #003861;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer {
  color: #fff;
  margin-top: 33px;
  padding-top: 33px;
  padding-bottom: 60px;
  font-family: SF Pro Text, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0.5px solid rgba(255, 255, 255, 0.6);
}
@media (max-width: 991.98px) {
  .footer {
    padding-top: 15px;
    padding-bottom: 53px;
    font-size: 12px;
  }
}

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