html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: none;
}
img {
  display: block;
  max-width: 100%;
}
.footer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .footer {
    background-color: #1a1438;
  }
}
.footer_container {
  padding: 50px 10px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .footer_container {
    padding: 130px 108px 20px;
    gap: 50px;
    background-image: url(../images/footer-bg-techno-9b0f9da7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120% 100%;
  }
}
.bottom_section_href-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .bottom_section_href-list {
    gap: 32px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.bottom_section_text {
  line-height: 1.57143;
  color: #e6e0ff;
}
@media screen and (min-width: 1280px) {
  .bottom_section_text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.bottom_section_href-list-item > a {
  line-height: 1.57143;
  color: #2d1b69;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .bottom_section_href-list-item > a {
    font-size: 16px;
    line-height: 1.5;
  }
}
.mb20 {
  margin-bottom: 20px;
}
footer a {
  transition: color 0.35s ease;
  color: #fff !important;
}
footer a:hover {
  color: #c7b8ff;
}
.companies_container {
  border-radius: 10px;
  width: 100%;
  padding: 50px 0;
  background-color: #6c2bd9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.big-el {
  max-width: 190px;
}
.small-el {
  max-width: 90px;
}
.logo-box {
  width: 75px;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.logo-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-margin {
  margin-bottom: 32px;
}
.page-margin-2 {
  margin-bottom: 16px;
}
.page-margin-8,
.page-margin-24 {
  margin-bottom: 8px;
}
.h3-uppercase {
  text-transform: uppercase;
}
.page-text-bold {
  font-weight: 600;
}
.page-text {
  line-height: 1.57143;
}
@media screen and (min-width: 1440px) {
  .page-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.page-simple-list {
  list-style: disc;
  padding-left: 20px;
}
.page-simple-link {
  line-height: 1.57143;
  color: #8b5cf6;
}
@media screen and (min-width: 1440px) {
  .page-simple-link {
    font-size: 16px;
    line-height: 1.5;
  }
}
.page-title-h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.55556;
}
@media screen and (min-width: 1440px) {
  .page-title-h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.page-title {
  font-family: Nunito, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  margin: 116px auto 40px;
}
@media screen and (min-width: 1440px) {
  .page-title {
    font-size: 28px;
    line-height: 1.57143;
    margin-top: 189px;
  }
}
.page-content {
  padding: 0 16px 60px;
}
@media screen and (min-width: 1440px) {
  .page-content {
    padding: 0 212px 120px;
  }
}
.btn-flip {
  opacity: 1;
  outline: 0;
  color: #fff;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  font-family: Open Sans;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 20px;
}
.btn-flip:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.btn-flip:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
.btn-flip:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #3b2764;
  display: block;
  transition: 0.5s;
  position: absolute;
  background: #c7b8ff;
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
}
.btn-flip:before {
  top: 0;
  left: 0;
  opacity: 1;
  color: #c7b8ff;
  display: block;
  padding: 0 30px;
  line-height: 40px;
  transition: 0.5s;
  position: relative;
  background: #3b2764;
  content: attr(data-front);
  transform: translateY(0) rotateX(0);
}
.offer {
  scroll-margin-top: 100px;
  width: 100%;
}
.img_company_box {
  min-width: 300px;
  padding: 20px;
  background-color: #2d1b69;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 1280px) {
  .img_company_box {
    min-width: 350px;
  }
}
.img_company_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.position-box {
  background-color: #1a1438;
  box-shadow: #1e3a8a66 0 0 0 2px, #1e3a8aa6 0 4px 6px -1px,
    #ffffff14 0 1px inset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  margin-bottom: 10px;
}
.position-text {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #f1f0ff;
  border-radius: 5px;
  padding: 10px;
}
.position {
  font-family: Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #f8f7ff;
  background-color: #1a1438;
  box-shadow: #1e3a8a66 0 0 0 2px, #1e3a8aa6 0 4px 6px -1px,
    #ffffff14 0 1px inset;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1280px) {
  .position {
    height: 72px;
    border-radius: 0;
  }
}
.offer_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 20px 16px 50px;
}
@media screen and (min-width: 1280px) {
  .offer_container {
    gap: 76px;
    padding: 20px 16px 50px;
  }
}
.offer_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  width: 100%;
}
.company-item {
  position: relative;
  width: 100%;
  border-radius: 10px;
  background-color: #1a1438;
  box-shadow: #1e3a8a66 0 0 0 2px, #1e3a8aa6 0 4px 6px -1px,
    #ffffff14 0 1px inset;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1280px) {
  .company-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 20px;
    background-image: url(../images/about-dark-9a7de114.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 200%;
  }
}
.company-item:hover {
  transform: scale(1.02);
  filter: drop-shadow(0 0 15px rgba(139, 92, 246, 0.8));
  background-color: #4c1d95;
}
.rating-numbers {
  text-align: center;
  margin: 10px 0 0;
  font-size: 36px;
  font-weight: 700;
  color: #f8f7ff;
}
.stars-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stars {
  max-width: 170px;
  margin: 0 auto;
}
.company-bonus-item {
  color: #f1f0ff;
}
.img_company_box1 {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.item-text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  .item-text-block {
    padding: 0 20px;
  }
}
.item-text1 {
  font-size: 24px;
}
.item-text2 {
  font-size: 26px;
  max-width: 500px;
  text-align: center;
  font-weight: 600;
}
.glow-on-hover {
  width: 300px;
  height: 50px;
  border: none;
  outline: none;
  color: #000;
  font-weight: 600;
  background: #ddd6fe;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
@media screen and (max-width: 1280px) {
  .glow-on-hover {
    margin-right: 0;
    margin-bottom: 30px;
    width: 270px;
  }
}
.glow-on-hover:before {
  content: "";
  background: linear-gradient(
    45deg,
    #8b5cf6,
    #a855f7,
    #c084fc,
    #ddd6fe,
    #60a5fa,
    #3b82f6,
    #1d4ed8,
    #7c3aed,
    #8b5cf6
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}
.glow-on-hover:active {
  color: #000;
}
.glow-on-hover:active:after {
  background: transparent;
}
.glow-on-hover:hover:before {
  opacity: 1;
}
.glow-on-hover:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, #c084fc, #a855f7);
  background: linear-gradient(90deg, #c084fc, #a855f7);
  left: 0;
  top: 0;
  border-radius: 10px;
}
@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  to {
    background-position: 0 0;
  }
}
.pay-block {
  background-color: #0f0729;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  padding: 10px 20px;
  border-radius: 10px;
  gap: 10px;
  box-shadow: #3730a340 0 30px 60px -12px inset,
    #0000004d 0 18px 36px -18px inset;
}
@media screen and (max-width: 1280px) {
  .pay-block {
    max-width: 270px;
  }
}
.company-bonus-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.top-btn-box-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
  max-width: 300px;
}
.top-btn-box {
  color: #fff;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.img_company_box p,
.item-text-block p {
  color: #fff;
}
.top_section_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 50px 20px 0;
}
@media screen and (max-width: 1280px) {
  .top_section_box {
    flex-direction: column;
  }
}
.top_section_box img {
  max-width: 600px;
}
.top_section_box h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .top_section_box h2 {
    font-size: 30px;
  }
}
.top_section_box p {
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 1280px) {
  .top_section_box p {
    font-size: 18px;
  }
}
.top_section_text_box {
  max-width: 700px;
}
.information_box {
  scroll-margin-top: 100px;
  width: 100%;
  margin-bottom: 100px;
}
.information_box_container {
  background-image: url(../images/about-dark-9a7de114.png);
  background-position: 120% 0%;
  background-repeat: no-repeat;
  background-size: 90% 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 60px 16px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #1a1438;
  box-shadow: #1e3a8a66 0 0 0 2px, #1e3a8aa6 0 4px 6px -1px,
    #ffffff14 0 1px inset;
}
@media screen and (min-width: 1280px) {
  .information_box_container {
    padding: 100px 108px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 100% 50%;
  }
}
.information_box_container h3 {
  font-size: 24px;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .information_box_container h3 {
    font-size: 22px;
  }
}
.information_box_container p {
  font-size: 20px;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .information_box_container p {
    font-size: 18px;
  }
}
.information_box-img-block {
  border-radius: 20px;
  overflow: hidden;
  max-height: 400px;
}
.cookies-section {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 999;
  width: 100%;
  background: -webkit-linear-gradient(90deg, #ede9fe, #f3f4f6);
  background: linear-gradient(90deg, #ede9fe, #f3f4f6);
  box-shadow: #1e3a8a66 0 0 0 2px, #1e3a8aa6 0 4px 6px -1px,
    #ffffff14 0 1px inset;
}
.cookies-container {
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 1440px) {
  .cookies-container {
    padding: 40px 108px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.cookies-text {
  max-width: 100%;
  font-size: 14px;
  line-height: 1.57143;
  text-align: center;
  color: #101010;
}
@media screen and (min-width: 1440px) {
  .cookies-text {
    font-size: 16px;
    line-height: 1.5;
    max-width: 705px;
    text-align: left;
  }
}
.cookies-text a {
  text-decoration: underline;
}
.cookies-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1440px) {
  .cookies-buttons {
    flex-direction: row;
    justify-content: flex-end;
    gap: 0;
  }
}
.cookies-accept-js {
  background-color: #86efac;
  transition: background-color 0.3s ease;
  color: #121212 !important;
}
.cookies-accept-js:hover {
  background-color: #22c55e;
}
.cookies-decline-js {
  background-color: #f87171;
  transition: background-color 0.3s ease;
  color: #121212 !important;
}
.cookies-decline-js:hover {
  background-color: #dc2626;
}
.btn-1 {
  text-align: center;
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #fff;
  cursor: pointer;
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;
  margin: 0 20px;
}
.btn-1:before {
  content: "";
  position: absolute;
  height: 150px;
  width: 50px;
  background: #fff;
  left: -55px;
  top: -40px;
  transform: rotate(37deg);
  transition: all 0.3s;
  opacity: 0.3;
}
.btn-1:hover:before {
  left: 95%;
}
:root {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #121212;
  background: -webkit-linear-gradient(90deg, #0f0729, #1e1b4b, #312e81);
  background: linear-gradient(90deg, #0f0729, #1e1b4b, #312e81);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
.container {
  max-width: 375px;
  min-width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.page-section {
  background-color: #fff;
  padding-top: 100px;
}
body {
  overflow-x: hidden !important;
  background: #0f0729;
}

.big-el {
  max-width: 210px !important;
}
