/* proxima */
@font-face {
  font-family: "PT Astra Fact";
  src: url(../fonts/PTAstraFact-Bold.ttf);
}
@font-face {
  font-family: "PT Astra Fact regular";
  src: url(../fonts/PTAstraFact-Regular.ttf);
}
html {
  scroll-padding-top: 55px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "PT Astra Fact regular";
}

h1, h2, h3, h4, h5 {
  font-family: "PT Astra Fact";
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.main-wrapper {
  max-width: 1920px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

/* header nav */
#nav-menu {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

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

.proxima-video-wrapper {
  margin-top: 200px;
  padding-bottom: 200px;
}

.proxima-header-btn-test-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #324BA6;
  border-radius: 32px;
  font-size: 16px;
  width: 210px;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 6px 5px 26px;
}

.header__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.proxima-header-btn-test-inner:hover {
  background-color: #345CE9;
}

.proxima-header-btn-test-inner:active {
  background-color: #193392;
}

.proxima-header-btn-test-arrow-wrapper {
  width: 36px;
  height: 36px;
  padding: 9px 9px 9px 14px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.toggleScroll {
  overflow-y: hidden;
}

.proxima-title-img-wrapper {
  position: relative;
  margin: 320px 0px;
  width: 100%;
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

.proxima-title-img {
  width: 100%;
}

.proxima-title-img-scroll-active {
  width: 100%;
  -webkit-transition: all 2s;
  transition: all 2s;
  position: relative;
  -webkit-transform: translate3d(0px, 324px, 0px);
          transform: translate3d(0px, 324px, 0px);
}

canvas {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100vw;
  max-height: 100vh;
}

.frame-wrapper {
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .logo-image-proxima {
    margin-left: 60px;
  }
}
@media (max-width: 600px) {
  .right-container {
    display: none;
  }
  .hide-btn-lang-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    padding: 1rem;
  }
}
@media (width < 410px) {
  .logo-image-proxima {
    margin-left: 48px;
  }
}
/* end header nav  */
.big-blue-btn {
  display: grid;
  grid-template-columns: auto auto;
  place-content: center;
  padding: 18px 24px 18px 28px;
  gap: 20px;
  background: #00A0FE;
  border-radius: 60px;
  font-family: "PT Astra Fact";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
}
.big-blue-btn::after {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2001_326)'%3E%3Cpath d='M14 0C10.1 0 6.6 1.6 4.1 4.1C1.6 6.6 0 10.1 0 14C0 17.9 1.6 21.4 4.1 23.9C6.6 26.4 10.1 28 14 28C17.9 28 21.4 26.4 23.9 23.9C26.4 21.4 28 17.9 28 14C28 6.3 21.7 0 14 0ZM17.7 14.7L13.1 19.4C12.9 19.6 12.6 19.7 12.4 19.7C12.2 19.7 11.9 19.6 11.7 19.4C11.3 19 11.3 18.4 11.7 18L15.6 14L11.6 10C11.2 9.6 11.2 9 11.6 8.6C12 8.2 12.6 8.2 13 8.6L17.7 13.3C18.1 13.7 18.1 14.3 17.7 14.7Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2001_326'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.big-blue-btn:hover {
  background: #0086D5;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.proxima-main-section header.header {
  padding: 0;
  height: 86px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none !important;
}
.proxima-main-section header.header.scrolled {
  background-color: rgba(17, 33, 53, 0.5) !important;
}
@media screen and (max-width: 520px) {
  .proxima-main-section header.header .proxima-main-section header.header {
    background-color: rgba(17, 33, 53, 0.5) !important;
  }
}
.proxima-main-section header.header .container {
  height: 100%;
}
.proxima-main-section header.header .header__wrap {
  height: 100%;
  border-bottom: 1px solid #8998A1;
}
.proxima-main-section header.header .header__menu {
  width: 100%;
}
.proxima-main-section header.header .header__menu-list {
  width: 100%;
}
.proxima-main-section header.header .header__menu-list > li:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.proxima-main-section header.header .header__menu-list .header__menu-link {
  font-size: 18px;
  line-height: 28px;
}
.proxima-main-section header.header .header__logo-link {
  width: auto;
  height: 43px;
  margin: 0;
}
.proxima-main-section header.header .header__logo {
  height: 43px;
}
.proxima-main-section header.header .header__menu-item_btn {
  height: 46px;
  width: auto;
  padding: 0 30px;
  margin-left: 50px;
  font-weight: 700;
  font-family: "PT Astra Fact";
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.proxima-main-section header.header .header__menu-item_btn::after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2001_1509)'%3E%3Cpath d='M10 0C7.21429 0 4.71429 1.14286 2.92857 2.92857C1.14286 4.71429 0 7.21429 0 10C0 12.7857 1.14286 15.2857 2.92857 17.0714C4.71429 18.8571 7.21429 20 10 20C12.7857 20 15.2857 18.8571 17.0714 17.0714C18.8571 15.2857 20 12.7857 20 10C20 4.5 15.5 0 10 0ZM12.6429 10.5L9.35714 13.8571C9.21429 14 9 14.0714 8.85714 14.0714C8.71429 14.0714 8.5 14 8.35714 13.8571C8.07143 13.5714 8.07143 13.1429 8.35714 12.8571L11.1429 10L8.28572 7.14286C8 6.85714 8 6.42857 8.28572 6.14286C8.57143 5.85714 9 5.85714 9.28571 6.14286L12.6429 9.5C12.9286 9.78572 12.9286 10.2143 12.6429 10.5Z' fill='%234EBAE5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2001_1509'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.proxima-main-section header.header .header__menu-item_btn .header__menu-link {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  font-weight: 700;
  font-family: "PT Astra Fact";
  font-size: 14px;
  line-height: 22px;
  pointer-events: none;
}
.proxima-main-section header.header .header__menu-item_btn img {
  pointer-events: none;
}
.proxima-main-section header.header .header__menu-item_btn:hover {
  border-color: #00A0FE;
}
.proxima-main-section header.header .header__menu-item_btn:hover::after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2001_1509)'%3E%3Cpath d='M10 0C7.21429 0 4.71429 1.14286 2.92857 2.92857C1.14286 4.71429 0 7.21429 0 10C0 12.7857 1.14286 15.2857 2.92857 17.0714C4.71429 18.8571 7.21429 20 10 20C12.7857 20 15.2857 18.8571 17.0714 17.0714C18.8571 15.2857 20 12.7857 20 10C20 4.5 15.5 0 10 0ZM12.6429 10.5L9.35714 13.8571C9.21429 14 9 14.0714 8.85714 14.0714C8.71429 14.0714 8.5 14 8.35714 13.8571C8.07143 13.5714 8.07143 13.1429 8.35714 12.8571L11.1429 10L8.28572 7.14286C8 6.85714 8 6.42857 8.28572 6.14286C8.57143 5.85714 9 5.85714 9.28571 6.14286L12.6429 9.5C12.9286 9.78572 12.9286 10.2143 12.6429 10.5Z' fill='%2300A0FE'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2001_1509'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.proxima-main-section header.header .header__menu-item_btn:hover .header__menu-link {
  color: #00A0FE;
}
.proxima-main-section header.header .header__link-burger {
  margin-left: 0 !important;
  -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.proxima-header {
  background-image: url("/proxima/img2/header-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  padding-top: 220px;
}
@media screen and (max-width: 520px) {
  .proxima-header {
    padding-top: 150px;
    background-size: cover;
  }
}
.proxima-header__container-1 {
  min-height: 895px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  background-image: url("/proxima/img2/header-big-monitor.png");
  background-repeat: no-repeat;
  background-position: right 100px;
  background-size: auto 500px;
}
@media screen and (max-width: 520px) {
  .proxima-header__container-1 {
    background-repeat: no-repeat;
    background-position: 0% 430px;
    background-size: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.proxima-header__container-2 {
  margin-bottom: 100px;
}
.proxima-header__h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: #FFFFFF;
}
@media screen and (max-width: 520px) {
  .proxima-header__h1 {
    font-size: 32px;
    text-align: center;
  }
}
.proxima-header__h2 {
  margin-top: 12px;
  font-family: "PT Astra Fact";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #FFFFFF;
}
@media screen and (max-width: 520px) {
  .proxima-header__h2 {
    font-size: 32px;
    text-align: center;
  }
}
.proxima-header__h3 {
  font-family: "PT Astra Fact";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #00395B;
}
@media screen and (max-width: 520px) {
  .proxima-header__h3 {
    font-size: 32px;
    text-align: center;
    padding: 0 10px;
  }
}
.proxima-header__h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 15px;
}
@media screen and (max-width: 520px) {
  .proxima-header__h4 {
    font-size: 40px;
    text-align: center;
  }
}
.proxima-header__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  margin-top: 60px;
  margin-bottom: 100px;
}
.proxima-header__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px;
  gap: 12px;
  height: 208px;
  background: #FFFFFF;
  border-radius: 24px;
  width: calc(33% - 18px);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #121316;
}
@media screen and (max-width: 520px) {
  .proxima-header__card {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    height: auto;
  }
}
.proxima-header__card::before {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='26' height='26' rx='13' fill='%23A7D9FB'/%3E%3Ccircle cx='13' cy='13' r='5' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.proxima-header__card__half {
  width: calc(50% - 16px);
}
@media screen and (max-width: 520px) {
  .proxima-header__card__half {
    width: 100%;
  }
}
.proxima-header .big-blue-btn {
  margin-top: 56px;
}

.proxima-footer {
  background-image: url("/proxima/img2/footer-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.proxima-footer__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 800px;
  z-index: 2;
  position: relative;
  gap: 60px;
}
.proxima-footer video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 520px) {
  .proxima-footer .proxima-header__h2, .proxima-footer .proxima-header__h4 {
    font-size: 26px !important;
    line-height: 150%;
    text-align: center;
  }
}

.proxima__block-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 16px 60px;
  gap: 32px;
  background: #DFF2FD;
  border-radius: 60px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #121316;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 520px) {
  .proxima__block-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 90%;
    padding: 25px;
    border-radius: 30px;
    margin-left: 5%;
  }
}
.proxima__block-info__buttons {
  justify-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 60px;
  gap: 32px;
  background: #DFF2FD;
  border-radius: 60px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #121316;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 520px) {
  .proxima__block-info__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 90%;
    padding: 25px;
    border-radius: 30px;
  }
  .proxima__block-info__buttons svg {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.proxima-tabs {
  margin-bottom: 200px !important;
}
.proxima-tabs__container {
  margin-top: 180px !important;
  padding-left: 80px !important;
  padding-right: 80px !important;
}
@media screen and (max-width: 520px) {
  .proxima-tabs__container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 120px !important;
  }
}
.proxima-tabs__container__1 {
  position: relative;
}
.proxima-tabs__container__1 > div {
  z-index: 2;
  position: relative;
}
.proxima-tabs__container__1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: calc(100% + 120px);
  height: 760px;
  top: -10px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-image: url(/proxima/img2/circle_bg_1.png);
  left: -60px;
}
@media screen and (max-width: 520px) {
  .proxima-tabs__container__1::before {
    width: 100%;
  }
}
.proxima-tabs__container__2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.proxima-tabs__container__2 > div {
  z-index: 2;
  position: relative;
}
.proxima-tabs__container__2::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: calc(100% + 120px);
  height: 960px;
  top: 0px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-image: url(/proxima/img2/circle_bg_2.png);
  left: -60px;
}
@media screen and (max-width: 520px) {
  .proxima-tabs__container__2::before {
    width: 100%;
    width: 100%;
    height: 430px;
    top: unset;
    bottom: -30px;
    left: 0;
    background-size: cover;
  }
}
.proxima-tabs__container__3 {
  position: relative;
}
.proxima-tabs__container__3 > div {
  z-index: 2;
  position: relative;
}
.proxima-tabs__container__3::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: calc(100% + 120px);
  height: 560px;
  top: -10px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-image: url(/proxima/img2/circle_bg_3.png);
  left: -60px;
}
@media screen and (max-width: 520px) {
  .proxima-tabs__container__3::before {
    width: 100%;
  }
}
.proxima-tabs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 60px 48px;
  gap: 56px;
  background: #EDF2F6;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .proxima-tabs__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 40px 25px;
  }
}
.proxima-tabs__items__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 520px) {
  .proxima-tabs__items__left {
    width: 100%;
  }
}
.proxima-tabs__items__right {
  width: calc(50% - 56px);
}
@media screen and (max-width: 520px) {
  .proxima-tabs__items__right {
    width: 100%;
  }
}
.proxima-tabs__item {
  font-family: "PT Astra Fact";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #51616A;
}
@media screen and (max-width: 520px) {
  .proxima-tabs__item {
    font-size: 18px;
  }
}
.proxima-tabs__video video {
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .proxima-tabs__video video {
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.proxima-tabs .proxima-accordion-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 84px 0px;
  background-image: url("/proxima/img/Background5.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.proxima-tabs .for-users-wrapper {
  margin: 140px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.proxima-tabs .for-users-title {
  font-size: 42px;
  line-height: 54px;
  color: #112135;
  margin: 0px;
}
.proxima-tabs .for-users-description {
  font-size: 24px;
  color: #112135;
  line-height: 36px;
  letter-spacing: 0.2px;
}
.proxima-tabs .proxima-accordion-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  position: relative;
  /* flex-direction: row-reverse; */
  padding-bottom: 115px;
}
.proxima-tabs .proxima-accordion-title {
  font-size: 64px;
  color: #112135;
  margin-bottom: 53px;
  font-weight: bold;
  line-height: 80px;
  letter-spacing: -2px;
  text-align: center;
}
.proxima-tabs .accordionItem {
  width: 100%;
  border-bottom: 1px solid #BEC3CB;
  padding: 21px 0px;
}
.proxima-tabs .accordionTitle {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  color: #51616A;
  font-size: 24px;
  letter-spacing: 0.231px;
  line-height: 32px;
  font-family: "PT Astra Fact";
}
.proxima-tabs .accordionTitle.is-open {
  color: #121316;
}
.proxima-tabs .accordionTitle + .accordionContent {
  display: none;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 26px;
}
.proxima-tabs .accordionTitle + .accordionContent ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.proxima-tabs .accordionTitle + .accordionContent li {
  position: relative;
  padding-left: 20px;
}
.proxima-tabs .accordionTitle + .accordionContent li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0086D5;
}
.proxima-tabs .accordionTitle + .accordionContent.is-open {
  display: block;
}
.proxima-tabs .accordionContent {
  max-width: 520px;
}
.proxima-tabs .accordionListImg {
  display: none;
}
.proxima-tabs .accordionListWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  color: #112135;
  margin-top: 32px;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.proxima-tabs .accordion-arrow {
  rotate: 270deg;
}
.proxima-tabs .accordion-arrow.rotate {
  rotate: 180deg;
}
.proxima-tabs .accordion-right-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.proxima-tabs .accordion-right-img-item {
  position: relative;
  display: none;
  top: 0 !important;
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
  max-width: 100%;
  right: 0;
  -webkit-animation: slideFromRight 2s forwards;
          animation: slideFromRight 2s forwards;
}
.proxima-tabs .accordion-right-img-item.active {
  display: block;
}
@-webkit-keyframes slideFromRight {
  from {
    right: -100%;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes slideFromRight {
  from {
    right: -100%;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}

#proxima-tabs2 {
  margin-top: 60px;
}

@media screen and (max-width: 520px) {
  body {
    overflow-x: hidden;
  }
}
.modal--tiny .modal__item {
  max-width: 800px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 60px 120px;
  position: relative;
  background: #EDF2F6;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .modal--tiny .modal__item {
    padding: 30px 20px;
  }
}
.modal--tiny .modal__item .modal__item-title {
  font-family: "PT Astra Fact";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #121316;
}
.modal--tiny .modal__item .form__group {
  margin-bottom: 25px;
}
.modal--tiny .modal__item input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 12px;
  background: #FFFFFF;
  border: 1px solid #929EB2;
  border-radius: 12px;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 22px;
  color: #65758F;
  font-family: "PT Astra Fact regular", sans-serif !important;
}
.modal--tiny .modal__item input::-webkit-input-placeholder {
  color: #65758F;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.modal--tiny .modal__item input::-moz-placeholder {
  color: #65758F;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.modal--tiny .modal__item input:-ms-input-placeholder {
  color: #65758F;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.modal--tiny .modal__item input::-ms-input-placeholder {
  color: #65758F;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.modal--tiny .modal__item input::placeholder {
  color: #65758F;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.modal--tiny .modal__item .btn.btn--reset.btn--cross {
  position: absolute;
  right: -270px;
  top: -20px;
}
@media screen and (max-width: 520px) {
  .modal--tiny .modal__item .btn.btn--reset.btn--cross {
    right: -38px;
  }
}
.modal--tiny .modal__item .modal__form-footer .btns-spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
.modal--tiny .modal__item .modal__form-footer .btns-spacer .btn.btn--border {
  border-color: #00A0FE;
  background: transparent;
  color: #00A0FE;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding-right: 30px;
  padding-left: 30px;
}
.modal--tiny .modal__item .modal__form-footer .btns-spacer .btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 12px 18px 12px 20px;
  background: #00A0FE;
  border-radius: 60px;
  color: #fff;
}
.modal--tiny .modal__item .modal__form-footer .btns-spacer .btn:disabled {
  opacity: 0.7;
}
.modal--tiny .modal__item [name=form_dropdown_LEVEL_SECURITY] {
  display: none;
}
/*# sourceMappingURL=style.css.map */
