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: #0d216f;
  }
}
.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(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: #0d216f;
  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: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
}
.logo-box img {
  width: 100%;
  height: 100%;
  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: #0d216f;
  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: #0d0f40;
  box-shadow: #06182c66 0 0 0 2px, #06182ca6 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: #f4f4f4;
  border-radius: 5px;
  padding: 10px;
}
.position {
  font-family: Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #f6f6f6;
  background-color: #0d0f40;
  box-shadow: #06182c66 0 0 0 2px, #06182ca6 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;
  }
}
.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: #0d216f;
  box-shadow: #06182c66 0 0 0 2px, #06182ca6 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(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: #fafafa;
}
.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;
}
@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,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #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: -webkit-linear-gradient(90deg, #ffffff, #0b9de3);
  background: linear-gradient(90deg, #ffffff, #0b9de3);
  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: #2d3857;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  padding: 10px 20px;
  border-radius: 10px;
  gap: 10px;
  box-shadow: #32325d40 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;
}
.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 h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .rating_container h2 {
    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;
}
.info-block {
  scroll-margin-top: 100px;
  width: 100%;
  margin-bottom: 100px;
}
.info-block_container {
  background-image: url(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: #0d216f;
  box-shadow: #06182c66 0 0 0 2px, #06182ca6 0 4px 6px -1px,
    #ffffff14 0 1px inset;
}
@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%;
}
:root {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #121212;
  background: #000;

  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;
}

.big-el {
  max-width: 210px !important;
}
.contact {
  padding: 4rem 0;
}
.contact__title {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.contact__btn {
  margin-top: 3rem;
}
.contacts__container {
  padding: 40px 20px 40px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .contact {
    padding: 2rem 0;
  }
}
@media (max-width: 767.98px) {
  .contact {
    padding: 2rem 0;
  }
}
.contact__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 3rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .contact__wrapper {
    gap: 1rem;
  }
}
@media (max-width: 767.98px) {
  .contact__wrapper {
    gap: 1rem;
  }
}
.contact__form {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .contact__form {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .contact__form {
    max-width: 100%;
  }
}
.contact__form-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 3rem;
}
@media (max-width: 767.98px) {
  .contact__form {
    max-width: 100%;
  }
}
.contact__form-item {
  position: relative;
  width: 100%;
}
.contact__form-item label {
  display: block;
}
.contact__form-item a {
  color: #fff;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
@media (hover: hover) {
  .contact__form-item a:hover {
    color: #7489dd;
  }
}
.contact__form-btn {
  margin-top: 3rem;
}

.is-invalid {
  border-color: #dc3545;
}

.error-message {
  position: absolute;
  font-size: 0.8rem;
  left: 0;
  padding-left: 0.5rem;
  margin-top: 0.2rem;
  color: #dc3545;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.error-message--visible {
  opacity: 1;
  visibility: visible;
}
.input {
  font-family: Montserrat, sans-serif;
  margin-top: 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid transparent;
  width: 100%;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  outline: none;
  color: #333333;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.input:focus {
  border: 1px solid #0d216f;
}
.input::-moz-placeholder {
  color: #333333;
}
.input::placeholder {
  color: #333333;
}

.textarea {
  font-family: Montserrat, sans-serif;
  margin-top: 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid transparent;
  width: 100%;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  outline: none;
  color: #333333;
  position: relative;
  transition: all 0.3s ease-in-out;
  resize: none;
}
.textarea:focus {
  border: 1px solid #0d216f;
}
.textarea::-moz-placeholder {
  color: #333333;
}
.textarea::placeholder {
  color: #333333;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #fff;
}
.checkbox input[type="checkbox"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.2rem;
  background-color: #7489dd;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
.checkbox input[type="checkbox"]:checked {
  background-image: url("check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem 1rem;
}
.checkbox label {
  font-family: Montserrat, sans-serif;
  line-height: 1.4;
  cursor: pointer;
}

.thank-you {
  padding: 4rem 20px;
  color: #ffffff;
  text-align: center;
}
.thank-you__title {
  margin-bottom: 20px;
}
.thank-you__btn {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
