@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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%;
}

h2,
h3 {
  text-shadow: 0 0 10px #ff000050;
}
:root {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #121212;
  background: linear-gradient(90deg, #0a0a0a, #1a0505, #0f0f0f);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

.footer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .footer {
    background-color: #161616;
  }
}
.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.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120% 100%;
  }
}
.footer-links-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .footer-links-list {
    gap: 32px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-text {
  line-height: 1.57143;
  color: #eee;
}
@media screen and (min-width: 1280px) {
  .footer-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.footer-links-list-item > a {
  line-height: 1.57143;
  color: #131313;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .footer-links-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: #ddd;
}
.companies_container {
  border-radius: 10px;
  width: 100%;
  padding: 50px 0;
  background-color: #990000;
  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: 80px;
  height: 100px;
  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: #0059ff;
}
@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: #323237;
  display: block;
  transition: 0.5s;
  position: absolute;
  background: #adadaf;
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
}
.btn-flip:before {
  top: 0;
  left: 0;
  opacity: 1;
  color: #adadaf;
  display: block;
  padding: 0 30px;
  line-height: 40px;
  transition: 0.5s;
  position: relative;
  background: #323237;
  content: attr(data-front);
  transform: translateY(0) rotateX(0);
}
.cards {
  scroll-margin-top: 100px;
  width: 100%;
}
.img_company_box {
  min-width: 300px;
  padding: 20px;
  background-color: #200a0a;
  border: 1px solid #440000;
  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: #150505;
  box-shadow: #66001166 0 0 0 2px, #aa001166 0 6px 12px -2px,
    #ff000025 0 1px inset;
  border: 1px solid #440000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  margin-bottom: 10px;
}
.position-text {
  color: #ff6666;
  text-shadow: 0 0 3px #ff0000;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  padding: 10px;
}
.position {
  background-color: #150505;
  box-shadow: #66001166 0 0 0 2px, #aa001166 0 6px 12px -2px,
    #ff000025 0 1px inset;
  border: 1px solid #660000;
  text-shadow: 0 0 5px #ff0000;
  font-size: 36px;
  font-weight: 700;
  color: #ff4444;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .position {
    height: 72px;
    border-radius: 0;
  }
}
.cards_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 20px 16px 50px;
}
@media screen and (min-width: 1280px) {
  .cards_container {
    gap: 76px;
    padding: 20px 16px 50px;
  }
}
.cards_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: #1a0808;
  box-shadow: #66001166 0 0 0 2px, #aa001166 0 8px 16px -2px,
    #ff000020 0 1px inset;
  border: 1px solid #330000;
  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.webp);
    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(0, 115, 255, 0.8));
}
.rating-numbers {
  text-align: center;
  margin: 10px 0 0;
  font-size: 36px;
  font-weight: 700;
  color: #ff6666;
  text-shadow: 0 0 8px #ff0000;
}
.stars-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stars {
  max-width: 170px;
  margin: 0 auto;
}
.company-bonus-item {
  color: #f3f3f3;
}
.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;
  padding: 10px 0;
}
@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: #c4c4c4;
  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,
    #ff0000,
    #cc0000,
    #ff3333,
    #990000,
    #ff0000
  );
  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: linear-gradient(90deg, #ff4444, #cc0000);
  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: #0a0a0a;
  border: 1px solid #440000;
  box-shadow: #33000040 0 30px 60px -12px inset,
    #66000040 0 18px 36px -18px inset;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  padding: 10px 20px;
  border-radius: 10px;
  gap: 10px;
}
@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;
}
.rating_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 50px 20px 0;
}
@media screen and (max-width: 1280px) {
  .rating_container {
    flex-direction: column;
  }
}
.rating_container img {
  max-width: 600px;
}
.rating_container h1 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}
.rating_container h2 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .rating_container h1 {
    font-size: 30px;
  }
}
.rating_container p {
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 1280px) {
  .rating_container p {
    font-size: 18px;
  }
}
.rating-text-box {
  max-width: 700px;
}
.rating-text-box2 {
  max-width: 100%;
  margin-bottom: 20px;
}
.info-block {
  scroll-margin-top: 100px;
  width: 100%;
  margin-bottom: 100px;
}
.info-block_container {
  background-image: url(../images/about-dark-9a7de114.webp);
  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: #1a0808;
  box-shadow: #66001166 0 0 0 2px, #aa001166 0 8px 16px -2px,
    #ff000020 0 1px inset;
  border: 1px solid #330000;
}
@media screen and (min-width: 1280px) {
  .info-block_container {
    padding: 100px 108px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 100% 50%;
  }
}
.info-block_container h3 {
  font-size: 24px;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .info-block_container h3 {
    font-size: 22px;
  }
}
.info-block_container p {
  font-size: 20px;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .info-block_container p {
    font-size: 18px;
  }
}
.info-block-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, #eae6ff, #f4f4f4);
  background: linear-gradient(90deg, #eae6ff, #f4f4f4);
  box-shadow: #06182c66 0 0 0 2px, #06182ca6 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: #a9ffcc;
  transition: background-color 0.3s ease;
  color: #121212 !important;
}
.cookies-accept-js:hover {
  background-color: #49db86;
}
.cookies-decline-js {
  background-color: #ff735d;
  transition: background-color 0.3s ease;
  color: #121212 !important;
}
.cookies-decline-js:hover {
  background-color: #ce1b00;
}
.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%;
}

.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: #000;
}

.big-el {
  max-width: 210px !important;
}
