*, p, ul, ol, li {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: "Helvetica Neue";
  color: #1C1C1C;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
}
body.modal-open {
  overflow: auto !important;
  padding-right: 0 !important; /* Optional: reset scrollbar compensation */
}

html {
  scroll-padding-top: 106px;
  scroll-behavior: smooth;
}
@media (max-width: 992px) {
  html {
    scroll-padding-top: 80px;
  }
}

a {
  font-family: "Helvetica Neue";
  color: #1C1C1C;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  text-decoration: none;
}

.wrapper {
  overflow: hidden;
}

.container {
  max-width: 1320px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1340px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1220px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 792px;
  }
}
@media (max-width: 792px) {
  .container {
    max-width: 576px;
  }
}
@media (max-width: 576px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

.section_title {
  font-size: 45px;
  font-weight: 500;
  line-height: 110%; /* 49.5px */
}
@media (max-width: 992px) {
  .section_title {
    font-size: 26px;
  }
}

section {
  margin-top: 120px;
}
@media (max-width: 992px) {
  section {
    margin-top: 80px;
  }
}

.more_button {
  border-radius: 30px;
  background: #F5F5F7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 27px 0;
  transition: 0.3s all ease;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .more_button {
    padding: 19px 0;
    border-radius: 15px;
  }
}
.more_button:hover {
  box-shadow: 0px 0px 4px 0px rgba(110, 110, 110, 0.25);
}
.more_button a {
  font-size: 14px;
  font-weight: 500;
  line-height: 110%; /* 15.4px */
}
@media (max-width: 992px) {
  .more_button a {
    font-size: 12px;
  }
}

#bigModal .modal-dialog {
  max-width: 1336px !important;
  zoom: 0.75;
  border-radius: 30px;
  max-height: 90vh;
}
@media (max-width: 1340px) {
  #bigModal .modal-dialog {
    max-height: 90%;
    max-width: 1200px !important;
    zoom: 1;
  }
}
@media (max-width: 1220px) {
  #bigModal .modal-dialog {
    max-width: 992px !important;
  }
}
@media (max-width: 992px) {
  #bigModal .modal-dialog {
    max-width: 792px !important;
  }
}
@media (max-width: 792px) {
  #bigModal .modal-dialog {
    max-width: 576px !important;
  }
}
@media (max-width: 576px) {
  #bigModal .modal-dialog {
    max-width: 100% !important;
  }
}
#bigModal .modal-content {
  border-radius: 30px;
  height: 100%;
  background: #F6F6F8;
  overflow: hidden;
}
@media (max-width: 1340px) {
  #bigModal .modal-content {
    height: 88%;
  }
}
#bigModal .modal-content .application {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 1340px) {
  #bigModal .modal-content .application {
    overflow-y: scroll;
  }
}
#bigModal .modal-content .application .close {
  position: absolute;
  top: 30px;
  right: 35px;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 576px) {
  #bigModal .modal-content .application .close {
    right: 15px;
  }
}
#bigModal .modal-content .application .application_row {
  height: 100%;
}
@media (max-width: 1220px) {
  #bigModal .modal-content .application .application_row {
    zoom: 0.8;
  }
}
@media (max-width: 992px) {
  #bigModal .modal-content .application .application_row {
    zoom: 1;
  }
}
@media (max-width: 792px) {
  #bigModal .modal-content .application .application_row .problem {
    width: calc(100% + 30px);
    right: -15px;
  }
}
@media (max-width: 1220px) {
  #bigModal .modal-content .application .application_row .left {
    background-size: contain;
  }
}

#cookieModal {
  width: 100%;
  position: fixed;
  bottom: 60px;
  right: 0;
  display: none;
  z-index: 11;
}
@media (max-width: 792px) {
  #cookieModal {
    bottom: 20px;
  }
}
#cookieModal .blog {
  width: 605px;
  display: flex;
  justify-content: end;
  margin-left: auto;
  align-items: center;
  gap: 0 30px;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid #E9E9E9;
  background: #F6F6F8;
}
@media (max-width: 792px) {
  #cookieModal .blog {
    width: 100%;
  }
}
@media (max-width: 576px) {
  #cookieModal .blog {
    width: 100%;
    flex-direction: column;
    gap: 10px 0;
  }
}
#cookieModal p {
  color: #1C1C1C;
  /* Body 1 Mob */
  font-size: 15px;
  font-weight: 400;
  line-height: 120%; /* 18px */
}
@media (max-width: 576px) {
  #cookieModal p {
    font-size: 12px;
  }
  #cookieModal p br {
    display: none;
  }
}
#cookieModal p a {
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 576px) {
  #cookieModal p a {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  #cookieModal .accept_wrapper {
    width: 100%;
  }
}
#cookieModal .accept_btn {
  cursor: pointer;
  border-radius: 30px;
  background: #646464;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}
@media (max-width: 576px) {
  #cookieModal .accept_btn {
    width: 100%;
  }
}

.accept_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 200;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  opacity: 0;
}
.accept_modal.visible {
  display: flex;
  opacity: 1;
}
.accept_modal .modal_row {
  height: 85%;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 64px 0;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #F6F6F8;
}
@media (max-width: 992px) {
  .accept_modal .modal_row {
    height: 90%;
  }
}
@media (max-width: 576px) {
  .accept_modal .modal_row {
    gap: 48px 0;
    justify-content: end;
  }
}
.accept_modal .modal_row .top {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  align-items: center;
}
@media (max-width: 992px) {
  .accept_modal .modal_row .top {
    gap: 12px 0;
  }
}
.accept_modal .modal_row .top .title {
  text-align: center;
  color: #1C1C1C;
  font-size: 45px;
  font-weight: 500;
  line-height: 110%; /* 49.5px */
}
@media (max-width: 992px) {
  .accept_modal .modal_row .top .title {
    font-size: 26px;
  }
}
.accept_modal .modal_row .top .message {
  font-size: 20px;
  font-weight: 400;
  line-height: 110%; /* 22px */
  text-align: center;
}
@media (max-width: 992px) {
  .accept_modal .modal_row .top .message {
    font-size: 15px;
  }
}
.accept_modal .modal_row img {
  width: 607px;
  height: 244px;
}
@media (max-width: 992px) {
  .accept_modal .modal_row img {
    width: 377px;
    height: 149px;
  }
}
.accept_modal .modal_row img.mobile {
  display: none;
}
@media (max-width: 576px) {
  .accept_modal .modal_row img {
    display: none;
  }
  .accept_modal .modal_row img.mobile {
    display: block;
    width: 263px;
    height: 244px;
  }
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/helvetica-neue-regular.ttf") format("truetype");
  font-weight: 400; /* regular */
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueMedium.otf") format("opentype");
  font-weight: 500; /* Medium */
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueThin.otf") format("opentype");
  font-weight: 300; /* Medium */
  font-style: normal;
}
header {
  padding: 32px 0;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
@media (max-width: 992px) {
  header {
    padding: 20px 0;
  }
}
header .header_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 576px) {
  header .header_row {
    justify-content: center;
  }
}
header .header_row .left {
  display: flex;
  align-items: center;
  gap: 0 60px;
}
@media (max-width: 992px) {
  header .header_row .left {
    gap: 0 43px;
  }
}
@media (max-width: 792px) {
  header .header_row .left {
    gap: 0 25px;
  }
}
header .header_row .left nav {
  display: block;
}
@media (max-width: 576px) {
  header .header_row .left nav {
    display: none;
  }
  header .header_row .left nav.active {
    display: block;
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F6F6F8;
    padding: 40px 15px 20px 15px;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    z-index: 100;
  }
  header .header_row .left nav.active .nav_item {
    width: 100%;
    text-align: center;
  }
  header .header_row .left nav::-webkit-scrollbar {
    display: none;
  }
}
header .header_row .left nav .nav_row {
  display: flex;
  align-items: center;
  gap: 0 36px;
}
@media (max-width: 792px) {
  header .header_row .left nav .nav_row {
    gap: 0 15px;
  }
}
@media (max-width: 576px) {
  header .header_row .left nav .nav_row {
    flex-direction: column;
    gap: 36px 0;
  }
}
header .header_row .left nav .contact_row {
  margin-top: 50px;
  display: none;
}
@media (max-width: 576px) {
  header .header_row .left nav .contact_row {
    display: block;
  }
}
header .header_row .left nav .contact_row .header_button {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 19px 20px;
  border-radius: 15px;
  background: #1C1C1C;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  transition: 0.3s all ease;
  margin-bottom: 12px;
}
header .header_row .left nav .contact_row .header_button:hover {
  box-shadow: 0px 0px 4px 0px rgba(110, 110, 110, 0.25);
}
header .header_row .left nav .contact_row .link_row {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  margin-bottom: 12px;
}
header .header_row .left nav .contact_row .link_row .link_item {
  width: 100%;
  padding: 25px 0 25px 33px;
  border-radius: 15px;
  background: #1C1C1C;
  display: flex;
  flex-direction: column;
  gap: 54px 0;
  position: relative;
}
header .header_row .left nav .contact_row .link_row .link_item .name {
  color: #C1C1C1;
  font-size: 15px;
  line-height: 26px; /* 118.182% */
  letter-spacing: -0.44px;
}
header .header_row .left nav .contact_row .link_row .link_item .text {
  color: var(--Color-1, #FFF);
  font-size: 22px;
  font-weight: 400;
  line-height: 52px; /* 162.5% */
  letter-spacing: -0.64px;
}
header .header_row .left nav .contact_row .link_row .link_item .link {
  position: absolute;
  top: 30px;
  right: 32px;
}
header .header_row .left nav .contact_row .socials_row {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  margin-bottom: 60px;
}
header .header_row .left nav .contact_row .socials_row .social_item {
  display: block;
  width: 100%;
  border-radius: 15px;
  background: #FFF;
  background-image: url(../images/arrow_black.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  padding: 22px 0 22px 28px;
  background-size: auto;
  color: #939393;
  font-size: 18px;
  line-height: 26px; /* 118.182% */
  letter-spacing: -0.44px;
}
header .header_row .left nav .nav_item {
  line-height: 120%; /* 18px */
  transition: 0.3s all ease;
}
@media (max-width: 992px) {
  header .header_row .left nav .nav_item {
    font-size: 15px;
  }
}
header .header_row .left nav .nav_item:hover {
  color: #646464;
}
header .header_row .header_button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 30px;
  background: #1C1C1C;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  transition: 0.3s all ease;
}
@media (max-width: 992px) {
  header .header_row .header_button {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  header .header_row .header_button {
    display: none;
  }
}
header .header_row .header_button:hover {
  box-shadow: 0px 0px 4px 0px rgb(110, 110, 110);
}
header .header_row .burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  gap: 4px 0;
  cursor: pointer;
  width: 26px;
  user-select: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  /* height: 12px; */
}
@media (max-width: 576px) {
  header .header_row .burger {
    display: flex;
  }
}
header .header_row .burger.active .line:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
header .header_row .burger.active .line:nth-child(2) {
  opacity: 0;
}
header .header_row .burger.active .line:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}
header .header_row .burger .line {
  border-radius: 15px;
  flex-shrink: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease;
  transform-origin: center;
  flex-shrink: 0;
}
header .header_row .burger .line:nth-child(2) {
  width: 60%;
}

@media (max-width: 992px) {
  .hero {
    margin-top: 80px;
  }
}
.hero .hero_row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .hero .hero_row {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.hero .hero_row .left {
  width: calc(50% - 10px);
  padding: 27px;
  border-radius: 30px;
  height: 608px;
  background-color: #1C1C1C;
  background-image: url(../images/hero_main_bg.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
  display: flex;
  flex-direction: column;
  gap: 349px 0;
}
@media (max-width: 1220px) {
  .hero .hero_row .left {
    height: 526px;
    gap: 292px 0;
  }
}
@media (max-width: 992px) {
  .hero .hero_row .left {
    height: 358px;
    gap: 172px 0;
    background-image: url(../images/hero_main_bg_tab.svg);
    border-radius: 15px;
  }
}
@media (max-width: 792px) {
  .hero .hero_row .left {
    gap: 138px 0;
  }
}
@media (max-width: 576px) {
  .hero .hero_row .left {
    width: 100%;
    padding: 26px;
    background-image: url(../images/hero_main_bg_mobile.svg);
    gap: 138px 0;
    height: auto;
  }
}
.hero .hero_row .left .title {
  color: #FFF;
  /* Header 1 mob */
  font-size: 45px;
  font-weight: 500;
  line-height: 120%; /* 31.2px */
  max-width: 600px;
}
@media (max-width: 1220px) {
  .hero .hero_row .left .title {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .hero .hero_row .left .title {
    font-size: 26px;
  }
}
.hero .hero_row .left .description {
  color: #FFF;
  max-width: 385px;
  /* Body 1 Mob */
  font-size: 20px;
  line-height: 120%; /* 18px */
  font-weight: 300;
}
@media (max-width: 992px) {
  .hero .hero_row .left .description {
    font-size: 15px;
    max-width: 200px;
  }
}
.hero .hero_row .right {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 992px) {
  .hero .hero_row .right {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .hero .hero_row .right {
    width: 100%;
  }
}
.hero .hero_row .right .hero_item {
  padding: 25px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  transition: 0.3s all ease;
}
@media (max-width: 992px) {
  .hero .hero_row .right .hero_item {
    padding: 17px;
    border-radius: 15px;
  }
}
.hero .hero_row .right .hero_item:hover {
  box-shadow: 0px 0px 4px 0px rgba(110, 110, 110, 0.25);
}
.hero .hero_row .right .hero_item.first {
  height: 297px;
  background: #646464;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 36px;
  display: flex;
  align-items: end;
  width: 100%;
}
@media (max-width: 992px) {
  .hero .hero_row .right .hero_item.first {
    height: 164px;
    padding: 22px 22px 0 22px;
  }
}
@media (max-width: 576px) {
  .hero .hero_row .right .hero_item.first {
    background-image: url(../images/hero_part_bg_mobile.svg);
    background-repeat: no-repeat;
    background-position: top right;
    height: 147px;
  }
}
.hero .hero_row .right .hero_item.first .brand_row {
  overflow-y: auto;
  max-width: 242px;
  width: 100%;
  height: 294px;
  padding-left: 11px;
  scroll-behavior: smooth;
  overflow-y: scroll;
  pointer-events: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hero .hero_row .right .hero_item.first .brand_row .brand_wrapper {
  width: 100%;
  height: 294px;
  gap: 12px 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1220px) {
  .hero .hero_row .right .hero_item.first .brand_row .brand_wrapper {
    height: 266px;
  }
}
@media (max-width: 992px) {
  .hero .hero_row .right .hero_item.first .brand_row .brand_wrapper {
    height: 160px;
  }
}
@media (max-width: 792px) {
  .hero .hero_row .right .hero_item.first .brand_row .brand_wrapper {
    height: 162px;
  }
}
@media (max-width: 1220px) {
  .hero .hero_row .right .hero_item.first .brand_row .brand_wrapper {
    height: 147px;
    gap: 5px 0;
  }
}
@media (max-width: 1220px) {
  .hero .hero_row .right .hero_item.first .brand_row {
    height: 266px;
  }
}
@media (max-width: 992px) {
  .hero .hero_row .right .hero_item.first .brand_row {
    padding-left: 0;
    max-width: 114px;
    height: 160px;
  }
}
@media (max-width: 792px) {
  .hero .hero_row .right .hero_item.first .brand_row {
    height: 162px;
  }
}
@media (max-width: 576px) {
  .hero .hero_row .right .hero_item.first .brand_row {
    height: 147px;
  }
}
.hero .hero_row .right .hero_item.first .brand_row::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.hero .hero_row .right .hero_item.first .brand_row .brand_item {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  backdrop-filter: blur(1.3768116236px);
  height: 116px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .hero .hero_row .right .hero_item.first .brand_row .brand_item {
    height: 54px;
  }
}
@media (max-width: 576px) {
  .hero .hero_row .right .hero_item.first .brand_row .brand_item {
    height: 54px;
    border-radius: 15px;
  }
}
.hero .hero_row .right .hero_item.first .brand_row .brand_item img {
  zoom: 2;
}
@media (max-width: 992px) {
  .hero .hero_row .right .hero_item.first .brand_row .brand_item img {
    zoom: 1;
  }
}
.hero .hero_row .right .hero_item.first .hero_item_title {
  padding-bottom: 30px;
  padding-left: 36px;
  max-width: 255px;
}
@media (max-width: 992px) {
  .hero .hero_row .right .hero_item.first .hero_item_title {
    font-size: 14px;
    padding-left: 30px;
    max-width: 100%;
    padding-bottom: 22px;
  }
}
@media (max-width: 576px) {
  .hero .hero_row .right .hero_item.first .hero_item_title {
    padding-left: 14px;
    padding-bottom: 16px;
  }
}
.hero .hero_row .right .hero_item:nth-child(2) {
  background: #7F85D7;
  width: calc(50% - 12px);
}
.hero .hero_row .right .hero_item:nth-child(3) {
  background: #75D8C6;
  width: calc(50% - 12px);
}
.hero .hero_row .right .hero_item .link {
  position: absolute;
  top: 29px;
  right: 25px;
}
@media (max-width: 992px) {
  .hero .hero_row .right .hero_item .link {
    top: 17px;
    right: 15px;
  }
}
@media (max-width: 576px) {
  .hero .hero_row .right .hero_item .link {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 992px) {
  .hero .hero_row .right .hero_item .link img {
    zoom: 0.8;
  }
}
.hero .hero_row .right .hero_item .hero_item_title {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%; /* 26.4px */
  padding: 0;
}
@media (max-width: 1220px) {
  .hero .hero_row .right .hero_item .hero_item_title {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .hero .hero_row .right .hero_item .hero_item_title {
    font-size: 14px;
  }
}
.hero .hero_row .right .small_row {
  display: flex;
  gap: 24px;
  height: 47%;
}
@media (max-width: 1220px) {
  .hero .hero_row .right .small_row {
    height: 50%;
  }
}
@media (max-width: 992px) {
  .hero .hero_row .right .small_row {
    gap: 0;
    justify-content: space-between;
  }
}
.hero .hero_row .right .small_row .hero_item {
  display: flex;
  align-items: end;
  cursor: pointer;
  transition: 0.3s all ease;
}
.hero .hero_row .right .small_row .hero_item:hover {
  box-shadow: 0px 0px 4px 0px rgb(110, 110, 110);
}
@media (max-width: 576px) {
  .hero .hero_row .right .small_row .hero_item {
    height: 147px;
  }
}
.hero .hero_row .right .small_row .hero_item:nth-child(1) {
  background-color: #7F85D7;
  width: calc(50% - 12px);
  background-image: url(../images/hero_part_bg.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (max-width: 992px) {
  .hero .hero_row .right .small_row .hero_item:nth-child(1) {
    background-image: url(../images/hero_part_bg_tab.svg);
    width: calc(50% - 9px);
  }
}
@media (max-width: 576px) {
  .hero .hero_row .right .small_row .hero_item:nth-child(1) {
    background-image: none;
  }
}
.hero .hero_row .right .small_row .hero_item:nth-child(2) {
  background: #75D8C6;
  width: calc(50% - 12px);
}
@media (max-width: 992px) {
  .hero .hero_row .right .small_row .hero_item:nth-child(2) {
    width: calc(50% - 9px);
  }
}

@media (max-width: 576px) {
  .advantages {
    border-radius: 0px 0px 15px 15px;
    padding-bottom: 40px;
  }
}
.advantages .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .advantages .top {
    flex-direction: column;
    gap: 16px;
  }
}
.advantages .top .info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 795px;
}
@media (max-width: 992px) {
  .advantages .top .info {
    gap: 16px 0;
  }
}
.advantages .top .info .sub_title {
  font-size: 24px;
  line-height: 110%;
}
@media (max-width: 992px) {
  .advantages .top .info .sub_title {
    font-size: 15px;
  }
}
.advantages .top .function_row {
  display: flex;
  transform: translateX(68px);
}
@media (max-width: 576px) {
  .advantages .top .function_row {
    width: 130%;
    transform: translateX(0);
  }
}
.advantages .top .function_row .function_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 3px solid #E3E3E3;
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 20.503px;
  font-weight: 500;
  line-height: 110%; /* 22.554px */
  text-transform: uppercase;
}
@media (max-width: 1220px) {
  .advantages .top .function_row .function_item {
    font-size: 18px;
  }
}
.advantages .top .function_row .function_item:nth-child(1) {
  background-color: #7F85D7;
}
.advantages .top .function_row .function_item:nth-child(2) {
  background-color: #1C1C1C;
  transform: translateX(-19px);
}
.advantages .top .function_row .function_item:nth-child(3) {
  background-color: #B4B4B4;
  transform: translateX(-34px);
}
.advantages .top .function_row .function_item:nth-child(4) {
  background-color: #75D8C6;
  transform: translateX(-50px);
}
.advantages .top .function_row .function_item:nth-child(5) {
  background-color: #E3E3E3;
  transform: translateX(-68px);
  color: #7F7F7F;
}
.advantages .advantage_row {
  margin: 60px 0 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 34px 0;
}
@media (max-width: 992px) {
  .advantages .advantage_row {
    margin: 32px 0 20px 0;
    gap: 20px 0;
  }
}
@media (max-width: 576px) {
  .advantages .advantage_row {
    margin-top: 40px;
    flex-wrap: wrap;
  }
}
.advantages .advantage_row .advantage_item {
  width: calc(50% - 17px);
  padding: 46px 46px 0 46px;
  border-radius: 30px;
  border: 1px solid #F1F1F1;
  background: #FFFBFE;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 612px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .advantages .advantage_row .advantage_item {
    padding: 38px 38px 0 38px;
    width: calc(50% - 10px);
    min-height: 405px;
    border-radius: 15px;
  }
}
@media (max-width: 576px) {
  .advantages .advantage_row .advantage_item {
    width: 100%;
    padding: 24px 24px 0 24px;
    min-height: 380px;
  }
}
.advantages .advantage_row .advantage_item:nth-child(2) {
  background: #FFFBF7;
}
.advantages .advantage_row .advantage_item:nth-child(3) {
  background: #F8FEFF;
}
.advantages .advantage_row .advantage_item:nth-child(4) {
  background: #FAFFF6;
}
.advantages .advantage_row .advantage_item:nth-child(5) {
  background: #FFF9F9;
}
.advantages .advantage_row .advantage_item:nth-child(6) {
  background: #F8F9FF;
}
.advantages .advantage_row .advantage_item .top {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media (max-width: 992px) {
  .advantages .advantage_row .advantage_item .top {
    gap: 8px 0;
  }
}
.advantages .advantage_row .advantage_item .top .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
}
@media (max-width: 992px) {
  .advantages .advantage_row .advantage_item .top .title {
    font-size: 19px;
  }
}
.advantages .advantage_row .advantage_item .top .description {
  color: #6F6F6F;
  font-size: 18px;
}
@media (max-width: 992px) {
  .advantages .advantage_row .advantage_item .top .description {
    font-size: 15px;
  }
}
.advantages .advantage_row .advantage_item .bottom {
  width: 100%;
  height: 346px;
  user-select: none;
  background-color: transparent;
}
@media (max-width: 1340px) {
  .advantages .advantage_row .advantage_item .bottom {
    height: 309px;
  }
}
@media (max-width: 1220px) {
  .advantages .advantage_row .advantage_item .bottom {
    height: 241px;
  }
}
@media (max-width: 992px) {
  .advantages .advantage_row .advantage_item .bottom {
    height: 196px;
  }
}
@media (max-width: 792px) {
  .advantages .advantage_row .advantage_item .bottom {
    height: 127px;
  }
}
@media (max-width: 576px) {
  .advantages .advantage_row .advantage_item .bottom {
    height: 176px;
    height: 183px;
  }
}
.advantages .advantage_row .advantage_item .bottom img {
  height: 100%;
  width: 100%;
  user-select: none; /* Prevent text/image selection */
  -webkit-user-drag: none; /* Prevent dragging in WebKit browsers */
}
@media (max-width: 576px) {
  .advantages .advantage_row .advantage_item .bottom img {
    height: 102%;
    object-fit: cover;
  }
}

.team {
  background-color: #1C1C1C;
  border-radius: 0px 0px 30px 30px;
  background-image: url(../images/team_bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  padding: 181px 0 484px 0;
  margin-top: 60px;
}
@media (max-width: 1220px) {
  .team {
    padding: 130px 0 400px 0;
  }
}
@media (max-width: 992px) {
  .team {
    margin-top: 40px;
    padding: 40px 0 255px 0;
    border-radius: 0 0 15px 15px;
  }
}
@media (max-width: 576px) {
  .team {
    margin-top: 0;
    background-image: url(../images/team_bg_mobile.svg);
    background-position: left bottom;
    padding-bottom: 255px;
  }
}
.team .info_block {
  display: flex;
  gap: 0 24px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .team .info_block {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .team .info_block {
    flex-direction: column;
    gap: 12px 0;
  }
}
.team .info_block .info_item {
  display: flex;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .team .info_block .info_item {
    border-radius: 15px;
  }
}
.team .info_block .info_item:nth-child(1) {
  width: 878px;
  background: #7F85D7;
  padding: 47px 0 47px 41px;
  background-image: url(../images/team_info_main_bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1220px) {
  .team .info_block .info_item:nth-child(1) {
    padding: 20px 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .team .info_block .info_item:nth-child(1) {
    padding: 31px 0 89px 24px;
    background-image: url(../images/team_info_main_bg_tab.svg);
    background-position: bottom right;
  }
}
@media (max-width: 576px) {
  .team .info_block .info_item:nth-child(1) {
    width: 100%;
    background-image: url(../images/team_info_main_bg_mobile.svg);
    background-position: bottom left;
    padding: 20px 25px 138px 22px;
  }
}
.team .info_block .info_item:nth-child(1) .title {
  margin-bottom: 24px;
  color: #FFF;
  font-size: 45px;
  font-weight: 500;
  line-height: 110%; /* 49.5px */
}
@media (max-width: 1220px) {
  .team .info_block .info_item:nth-child(1) .title {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .team .info_block .info_item:nth-child(1) .title {
    font-size: 26px;
    margin-bottom: 12px;
  }
}
.team .info_block .info_item:nth-child(1) .description {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
  width: 85%;
}
@media (max-width: 1340px) {
  .team .info_block .info_item:nth-child(1) .description {
    width: 90%;
  }
}
@media (max-width: 1220px) {
  .team .info_block .info_item:nth-child(1) .description {
    font-size: 21px;
    width: 80%;
  }
}
@media (max-width: 992px) {
  .team .info_block .info_item:nth-child(1) .description {
    font-size: 15px;
    width: 70%;
    line-height: 120%;
  }
}
@media (max-width: 576px) {
  .team .info_block .info_item:nth-child(1) .description {
    width: 95%;
  }
}
.team .info_block .info_item:nth-child(2) {
  background: #75D8C6;
  width: 434px;
  display: flex;
  align-items: end;
  padding: 0 0 30px 41px;
  background-image: url(../images/team_info_second_bg.svg);
  background-repeat: no-repeat;
  background-position: top left;
  cursor: pointer;
}
@media (max-width: 992px) {
  .team .info_block .info_item:nth-child(2) {
    background-image: url(../images/team_info_second_bg_tab.svg);
    background-position: bottom left;
    padding: 18px;
  }
}
@media (max-width: 576px) {
  .team .info_block .info_item:nth-child(2) {
    width: 100%;
    height: 147px;
    background-image: url(../images/team_info_second_bg_mobile.svg);
    background-position: left top;
  }
}
.team .info_block .info_item:nth-child(2) .link {
  position: absolute;
  top: 29px;
  right: 25px;
}
@media (max-width: 992px) {
  .team .info_block .info_item:nth-child(2) .link {
    top: 20px;
    right: 18px;
  }
}
@media (max-width: 992px) {
  .team .info_block .info_item:nth-child(2) .link img {
    zoom: 0.8;
  }
}
.team .info_block .info_item:nth-child(2) .title {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%; /* 26.4px */
}
@media (max-width: 1220px) {
  .team .info_block .info_item:nth-child(2) .title {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .team .info_block .info_item:nth-child(2) .title {
    font-size: 14px;
  }
}
.team .team_row {
  display: flex;
  position: relative;
  justify-content: center;
}
@media (max-width: 1340px) {
  .team .team_row {
    width: 97%;
  }
}
@media (max-width: 576px) {
  .team .team_row {
    width: 100%;
  }
}
.team .team_row .team_items_wrapper {
  position: relative;
  width: 100%;
}
@media (max-width: 576px) {
  .team .team_row .team_items_wrapper {
    max-width: 300px;
    position: relative;
    left: 17%;
    transform: translateX(-50%);
  }
}
@media (max-width: 400px) {
  .team .team_row .team_items_wrapper {
    left: 24%;
  }
}
.team .team_row .team_item {
  width: 330px;
  height: 330px;
  border-radius: 50%;
  border: 8px solid #7F85D7;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/team_1.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1220px) {
  .team .team_row .team_item {
    width: 278px;
    height: 278px;
  }
}
@media (max-width: 992px) {
  .team .team_row .team_item {
    width: 215px;
    height: 215px;
  }
}
@media (max-width: 792px) {
  .team .team_row .team_item {
    width: 162px;
    height: 162px;
    border: 4px solid #7F85D7;
  }
}
@media (max-width: 576px) {
  .team .team_row .team_item {
    width: 125px;
    height: 125px;
    left: 55px;
    transform: translateX(50%);
  }
}
.team .team_row .team_item:nth-child(2) {
  background-image: url(../images/team_2.png);
  border: 8px solid #1C1C1C;
  left: 18%;
  z-index: 2;
}
@media (max-width: 792px) {
  .team .team_row .team_item:nth-child(2) {
    border: 4px solid #1C1C1C;
  }
}
@media (max-width: 576px) {
  .team .team_row .team_item:nth-child(2) {
    left: 155px;
  }
}
.team .team_row .team_item:nth-child(3) {
  background-image: url(../images/team_3.png);
  border: 8px solid #B4B4B4;
  left: 36%;
  z-index: 3;
}
@media (max-width: 792px) {
  .team .team_row .team_item:nth-child(3) {
    border: 4px solid #B4B4B4;
  }
}
@media (max-width: 576px) {
  .team .team_row .team_item:nth-child(3) {
    top: 100px;
    left: 0;
  }
}
.team .team_row .team_item:nth-child(4) {
  background-image: url(../images/team_4.png);
  border: 8px solid #75D8C6;
  left: 55%;
  z-index: 4;
}
@media (max-width: 792px) {
  .team .team_row .team_item:nth-child(4) {
    border: 4px solid #75D8C6;
  }
}
@media (max-width: 576px) {
  .team .team_row .team_item:nth-child(4) {
    top: 100px;
    left: 100px;
  }
}
.team .team_row .team_item:nth-child(5) {
  background: #E3E3E3;
  background-image: none;
  border: 4px solid #E3E3E3;
  left: 75%;
  z-index: 5;
}
@media (max-width: 792px) {
  .team .team_row .team_item:nth-child(5) {
    border: 4px solid #E3E3E3;
  }
}
@media (max-width: 576px) {
  .team .team_row .team_item:nth-child(5) {
    top: 100px;
    left: 200px;
  }
}
.team .team_row .team_item .text {
  color: #898989;
  font-family: "Onest", sans-serif;
  font-size: 76.792px;
  font-weight: 500;
  line-height: 110%; /* 84.472px */
  text-transform: uppercase;
}
@media (max-width: 1220px) {
  .team .team_row .team_item .text {
    font-size: 65px;
  }
}
@media (max-width: 576px) {
  .team .team_row .team_item .text {
    font-size: 29px;
  }
}

@media (max-width: 992px) {
  .cases {
    margin-top: 40px;
  }
}
.cases .section_title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cases .section_title {
    margin-bottom: 16px;
  }
}
.cases .sub_title {
  color: #1C1C1C;
  font-size: 24px;
  line-height: 110%; /* 26.4px */
  max-width: 580px;
}
@media (max-width: 992px) {
  .cases .sub_title {
    font-size: 15px;
  }
}
.cases .cases_row {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cases .cases_row {
    margin-top: 32px;
    gap: 20px 0;
  }
}
@media (max-width: 576px) {
  .cases .cases_row {
    margin-bottom: 20px;
  }
}
.cases .cases_row .case_item {
  padding: 46px 46px 46px 110px;
  border-radius: 30px;
  border: 1px solid #F1F1F1;
  background: #F8FEFF;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cases .cases_row .case_item {
    padding: 0;
    border-radius: 15px;
  }
}
@media (max-width: 792px) {
  .cases .cases_row .case_item {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cases .cases_row .case_item {
    padding: 23px 23px 0 23px;
  }
}
.cases .cases_row .case_item:nth-child(1) .right {
  background-image: url(../images/cases_1.svg);
}
@media (max-width: 992px) {
  .cases .cases_row .case_item:nth-child(1) .right {
    background-image: url(../images/cases_1_tab.svg);
  }
}
@media (max-width: 792px) {
  .cases .cases_row .case_item:nth-child(1) .right {
    background-image: url(../images/cases_1.svg);
  }
}
.cases .cases_row .case_item:nth-child(2) {
  background: #FAFFF6;
}
.cases .cases_row .case_item:nth-child(2) .right {
  background-image: url(../images/cases_2.svg);
}
@media (max-width: 992px) {
  .cases .cases_row .case_item:nth-child(2) .right {
    background-image: url(../images/cases_2_tab.svg);
  }
}
@media (max-width: 792px) {
  .cases .cases_row .case_item:nth-child(2) .right {
    background-image: url(../images/cases_2.svg);
  }
}
.cases .cases_row .case_item:nth-child(3) {
  background: #F8F9FF;
}
.cases .cases_row .case_item:nth-child(3) .right {
  background-image: url(../images/cases_3.svg);
}
@media (max-width: 992px) {
  .cases .cases_row .case_item:nth-child(3) .right {
    background-image: url(../images/cases_3_tab.svg);
  }
}
@media (max-width: 792px) {
  .cases .cases_row .case_item:nth-child(3) .right {
    background-image: url(../images/cases_3.svg);
  }
}
.cases .cases_row .case_item:nth-child(4) {
  background: #FFFBF7;
}
.cases .cases_row .case_item:nth-child(4) .right {
  background-image: url(../images/cases_4.svg);
}
@media (max-width: 992px) {
  .cases .cases_row .case_item:nth-child(4) .right {
    background-image: url(../images/cases_4_tab.svg);
  }
}
@media (max-width: 792px) {
  .cases .cases_row .case_item:nth-child(4) .right {
    background-image: url(../images/cases_4.svg);
  }
}
.cases .cases_row .case_item .left {
  width: calc(50% - 16px);
}
@media (max-width: 992px) {
  .cases .cases_row .case_item .left {
    padding: 36px 0 36px 74px;
    width: calc(51% - 10px);
  }
}
@media (max-width: 792px) {
  .cases .cases_row .case_item .left {
    width: 100%;
    padding: 23px 0 23px 23px;
  }
}
.cases .cases_row .case_item .left .main_title {
  color: #060606;
  font-size: 32px;
  line-height: 110%; /* 35.2px */
  letter-spacing: -1.28px;
  margin-bottom: 40px;
  max-width: 480px;
}
@media (max-width: 992px) {
  .cases .cases_row .case_item .left .main_title {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
@media (max-width: 792px) {
  .cases .cases_row .case_item .left .main_title {
    max-width: 80%;
  }
}
.cases .cases_row .case_item .left .main_title span {
  color: #665AE3;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.cases .cases_row .case_item .left .text_item {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  margin-bottom: 40px;
}
.cases .cases_row .case_item .left .text_item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cases .cases_row .case_item .left .text_item {
    margin-bottom: 20px;
  }
}
.cases .cases_row .case_item .left .text_item .title {
  color: #000;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .cases .cases_row .case_item .left .text_item .title {
    font-size: 15px;
  }
}
.cases .cases_row .case_item .left .text_item .text {
  color: #676767;
  font-size: 18px;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.36px;
}
@media (max-width: 992px) {
  .cases .cases_row .case_item .left .text_item .text {
    font-size: 15px;
  }
}
.cases .cases_row .case_item .left .text_item .text ul {
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  gap: 3px 0;
}
.cases .cases_row .case_item .left .text_item .text ul li {
  color: #676767;
  font-size: 18px;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.36px;
}
@media (max-width: 992px) {
  .cases .cases_row .case_item .left .text_item .text ul li {
    font-size: 15px;
  }
}
.cases .cases_row .case_item .right {
  width: calc(50% - 16px);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 992px) {
  .cases .cases_row .case_item .right {
    border-radius: 15px 15px;
    background-size: cover;
    width: calc(49% - 10px);
  }
}
@media (max-width: 792px) {
  .cases .cases_row .case_item .right {
    width: calc(100% - 46px);
    height: 513px;
    border-radius: 15px 15px 0 0;
  }
}
@media (max-width: 576px) {
  .cases .cases_row .case_item .right {
    height: 313px;
    background-size: cover;
    background-position: center 2px;
  }
}
.cases .cases_row .case_item .right img {
  width: 100%;
  user-select: none; /* Prevent text/image selection */
  -webkit-user-drag: none; /* Prevent dragging in WebKit browsers */
  display: none;
}
.cases .cases_row .case_item .right img.laptop {
  display: block;
}
.cases .cases_row .case_item .right img.tab {
  display: none;
}
@media (max-width: 992px) {
  .cases .cases_row .case_item .right img.laptop {
    display: none;
  }
  .cases .cases_row .case_item .right img.tab {
    display: block;
  }
}
.cases .cases_row .case_item .number {
  position: absolute;
  top: 46px;
  left: 46px;
  color: #060606;
  font-size: 32px;
  line-height: 110%; /* 35.2px */
  letter-spacing: -1.28px;
}
@media (max-width: 992px) {
  .cases .cases_row .case_item .number {
    font-size: 19px;
    top: 36px;
    left: 36px;
  }
}
@media (max-width: 792px) {
  .cases .cases_row .case_item .number {
    top: 23px;
    right: 23px;
    text-align: end;
  }
}

@media (max-width: 1340px) {
  .application.error .application_row {
    padding-top: 90px;
  }
}
@media (max-width: 992px) {
  .application.error .application_row {
    padding-top: 80px;
  }
}
@media (max-width: 576px) {
  .application.error .application_row {
    padding-top: 50px;
  }
}
.application.error .application_row .problem {
  display: flex;
}
.application .application_row {
  display: flex;
  justify-content: space-between;
  padding: 88px 56px 0 64px;
  border-radius: 30px;
  background: #F6F6F8;
  position: relative;
}
@media (max-width: 1220px) {
  .application .application_row {
    zoom: 0.8;
  }
}
@media (max-width: 992px) {
  .application .application_row {
    zoom: 1;
    padding: 61px 61px 0 61px;
  }
}
@media (max-width: 792px) {
  .application .application_row {
    padding: 31px;
    flex-wrap: wrap;
    gap: 40px 0;
  }
}
.application .application_row .problem {
  border-radius: 0px 0px 30px 30px;
  background: #FF8989;
  position: absolute;
  top: 0;
  right: 56px;
  width: 700px;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 15px;
  line-height: 110%; /* 16.5px */
  display: none;
}
@media (max-width: 1340px) {
  .application .application_row .problem {
    width: 635px;
  }
}
@media (max-width: 992px) {
  .application .application_row .problem {
    width: 327px;
    border-radius: 0 0 15px 15px;
    font-size: 12px;
    padding: 8px 24px;
  }
}
@media (max-width: 792px) {
  .application .application_row .problem {
    width: 100%;
    right: 0;
    border-radius: 15px 15px 0 0;
  }
}
.application .application_row .left {
  width: 390px;
  background-image: url(../images/application_bg.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (max-width: 992px) {
  .application .application_row .left {
    width: 231px;
    background-image: url(../images/application_bg_tab.svg);
    background-position: left bottom;
  }
}
@media (max-width: 792px) {
  .application .application_row .left {
    width: 100%;
    background-image: none;
  }
}
.application .application_row .left .section_title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .application .application_row .left .section_title {
    margin-bottom: 12px;
  }
}
.application .application_row .left .sub_title {
  color: #1C1C1C;
  font-size: 20px;
  line-height: 110%; /* 26.4px */
}
@media (max-width: 992px) {
  .application .application_row .left .sub_title {
    font-size: 15px;
  }
}
.application .application_row .right {
  width: 723px;
  padding-bottom: 88px;
}
@media (max-width: 1340px) {
  .application .application_row .right {
    width: 635px;
  }
}
@media (max-width: 992px) {
  .application .application_row .right {
    width: 325px;
    padding-bottom: 61px;
  }
}
@media (max-width: 792px) {
  .application .application_row .right {
    width: 100%;
    padding-bottom: 0;
  }
}
.application .application_row .right form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 33px 0;
}
@media (max-width: 992px) {
  .application .application_row .right form {
    gap: 20px 0px;
  }
}
.application .application_row .right form .input_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 37px 0;
}
@media (max-width: 992px) {
  .application .application_row .right form .input_row {
    flex-direction: column;
    gap: 20px;
  }
}
.application .application_row .right form .input_row .input_item {
  display: flex;
  flex-direction: column;
  gap: 14px 0;
  position: relative;
  width: calc(33.333% - 18px);
}
@media (max-width: 992px) {
  .application .application_row .right form .input_row .input_item {
    width: 100%;
    gap: 6px 0;
  }
}
.application .application_row .right form .input_row .input_item label {
  padding-left: 24px;
  color: #646464;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
}
@media (max-width: 992px) {
  .application .application_row .right form .input_row .input_item label {
    font-size: 14px;
  }
}
@media (max-width: 792px) {
  .application .application_row .right form .input_row .input_item label {
    padding-left: 16px;
  }
}
.application .application_row .right form .input_row .input_item.invalid .warning {
  display: block;
}
.application .application_row .right form .input_row .input_item.invalid input {
  border: 1px solid #FF8989;
}
.application .application_row .right form .input_row .input_item.invalid input:hover {
  border: 1px solid #FF8989;
}
.application .application_row .right form .input_row .input_item.invalid input:focus, .application .application_row .right form .input_row .input_item.invalid input:active {
  border: 1px solid #FF8989;
}
.application .application_row .right form .input_row .input_item .warning {
  position: absolute;
  bottom: -15px;
  left: 15px;
  color: #FF8989;
  font-size: 11px;
  font-weight: 400;
  line-height: 110%; /* 12.1px */
  display: none;
}
@media (max-width: 1340px) {
  .application .application_row .right form .input_row .input_item .warning {
    bottom: -24px;
    left: 1px;
  }
}
@media (max-width: 992px) {
  .application .application_row .right form .input_row .input_item .warning {
    bottom: -17px;
    left: 3px;
  }
}
@media (max-width: 792px) {
  .application .application_row .right form .input_row .input_item .warning {
    bottom: -16px;
    left: 7px;
  }
}
.application .application_row .right form .input_row .input_item input {
  font-family: "Helvetica Neue";
  width: 100%;
  height: 71px;
  display: flex;
  align-items: center;
  padding-left: 32px;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  border-radius: 30px;
  background: #FFF;
  border: 1px solid #fff;
  transition: 0.3s all ease;
  box-shadow: none;
  outline: none;
}
@media (max-width: 992px) {
  .application .application_row .right form .input_row .input_item input {
    height: 46px;
    padding: 18px 12px 18px 16px;
    border-radius: 15px;
  }
}
.application .application_row .right form .input_row .input_item input::placeholder {
  color: #CDCDCD;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
}
@media (max-width: 992px) {
  .application .application_row .right form .input_row .input_item input::placeholder {
    font-size: 14px;
  }
}
.application .application_row .right form .input_row .input_item input:hover {
  border: 1px solid #CDCDCD;
}
.application .application_row .right form .input_row .input_item input:focus, .application .application_row .right form .input_row .input_item input:active {
  border: 1px solid #CDCDCD;
}
.application .application_row .right form .input_row .input_item.text_area {
  width: 100%;
}
.application .application_row .right form .input_row .input_item.text_area textarea {
  font-family: "Helvetica Neue";
  height: 142px;
  transition: 0.3s all ease;
  box-shadow: none;
  outline: none;
  border-radius: 30px;
  border: 1px solid #fff;
  background: #FFF;
  padding: 23px 32px;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  resize: none;
}
@media (max-width: 992px) {
  .application .application_row .right form .input_row .input_item.text_area textarea {
    height: 92px;
    padding: 18px 12px 18px 16px;
    border-radius: 15px;
  }
}
.application .application_row .right form .input_row .input_item.text_area textarea:hover {
  border: 1px solid #CDCDCD;
}
.application .application_row .right form .input_row .input_item.text_area textarea:focus, .application .application_row .right form .input_row .input_item.text_area textarea:active {
  border: 1px solid #CDCDCD;
}
.application .application_row .right form .input_row .input_item.text_area textarea::placeholder {
  color: #CDCDCD;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
}
@media (max-width: 992px) {
  .application .application_row .right form .input_row .input_item.text_area textarea::placeholder {
    font-size: 14px;
  }
}
.application .application_row .right form .block .text {
  color: #646464;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  margin-bottom: 19px;
  padding-left: 24px;
}
@media (max-width: 992px) {
  .application .application_row .right form .block .text {
    font-size: 14px;
    margin-bottom: 12px;
    padding-left: 16px;
  }
}
.application .application_row .right form .block .button_row {
  display: flex;
  gap: 0 12px;
  align-items: center;
}
@media (max-width: 992px) {
  .application .application_row .right form .block .button_row {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.application .application_row .right form .block .button_row .button_item {
  padding: 12px 27px;
  border-radius: 100px;
  border: 1px solid #A6AAE3;
  cursor: pointer;
  color: #A6AAE3;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%; /* 22px */
  user-select: none;
  outline: none;
  box-shadow: none;
}
@media (max-width: 992px) {
  .application .application_row .right form .block .button_row .button_item {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.application .application_row .right form .block .button_row .button_item.active {
  border-radius: 100px;
  border: 1px solid #A6AAE3;
  background: #A6AAE3;
  color: #FFF;
}
.application .application_row .right form .bottom {
  margin-top: 45px;
}
@media (max-width: 992px) {
  .application .application_row .right form .bottom {
    margin-top: 0;
  }
}
.application .application_row .right form .bottom button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #1C1C1C;
  height: 71px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  text-transform: uppercase;
  margin-bottom: 11px;
  transition: 0.3s all ease;
  border: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .application .application_row .right form .bottom button {
    font-size: 12px;
    padding: 19px 0;
    height: 46px;
    margin-bottom: 5px;
  }
}
.application .application_row .right form .bottom button:hover {
  box-shadow: 0px 0px 4px 0px rgba(110, 110, 110, 0.25);
}
.application .application_row .right form .bottom .warning {
  text-align: center;
  color: #A9A9A9;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%; /* 15.4px */
}
@media (max-width: 992px) {
  .application .application_row .right form .bottom .warning {
    font-size: 11px;
  }
}

footer {
  background: hsl(240, 12%, 97%);
  padding: 66px 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  footer {
    margin-top: 40px;
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  footer {
    padding: 50px 0;
  }
}
footer .link_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  footer .link_row {
    flex-direction: column;
    gap: 12px 0;
    margin-bottom: 12px;
  }
}
footer .link_row .link_item {
  width: calc(50% - 8px);
  padding: 25px 0 25px 33px;
  border-radius: 30px;
  background: #1C1C1C;
  display: flex;
  flex-direction: column;
  gap: 66px 0;
  position: relative;
}
@media (max-width: 1220px) {
  footer .link_row .link_item {
    gap: 60px 0;
  }
}
@media (max-width: 992px) {
  footer .link_row .link_item {
    gap: 54px 0;
  }
}
@media (max-width: 576px) {
  footer .link_row .link_item {
    width: 100%;
  }
}
footer .link_row .link_item .name {
  color: #C1C1C1;
  font-size: 22px;
  line-height: 26px; /* 118.182% */
  letter-spacing: -0.44px;
}
@media (max-width: 992px) {
  footer .link_row .link_item .name {
    font-size: 15px;
  }
}
footer .link_row .link_item .text {
  color: var(--Color-1, #FFF);
  font-size: 32px;
  font-weight: 400;
  line-height: 52px; /* 162.5% */
  letter-spacing: -0.64px;
}
@media (max-width: 992px) {
  footer .link_row .link_item .text {
    font-size: 22px;
  }
}
footer .link_row .link_item .link {
  position: absolute;
  top: 30px;
  right: 32px;
}
@media (max-width: 992px) {
  footer .link_row .link_item .link {
    right: 26px;
  }
}
@media (max-width: 992px) {
  footer .link_row .link_item .link img {
    zoom: 0.9;
  }
}
footer .socials_row {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  footer .socials_row {
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  footer .socials_row {
    margin-bottom: 60px;
  }
}
footer .socials_row .social_item {
  display: block;
  width: 100%;
  border-radius: 30px;
  background: #FFF;
  background-image: url(../images/arrow_black.svg);
  background-repeat: no-repeat;
  background-position: 97.2% center;
  padding: 22px 0 22px 33px;
  background-size: auto;
  color: #939393;
  font-size: 22px;
  line-height: 26px; /* 118.182% */
  letter-spacing: -0.44px;
}
@media (max-width: 992px) {
  footer .socials_row .social_item {
    font-size: 18px;
  }
}
@media (max-width: 792px) {
  footer .socials_row .social_item {
    padding: 25px 0 25px 28px;
    background-position: 96% center;
    background-size: 14px 14px;
  }
}
@media (max-width: 576px) {
  footer .socials_row .social_item {
    background-position: 92% center;
  }
}
footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  footer .bottom {
    flex-direction: column;
    gap: 28px 0;
    align-items: center;
  }
}
footer .bottom a img {
  width: 232px;
  height: 49px;
}
@media (max-width: 1220px) {
  footer .bottom a img {
    width: 200px;
    height: 40px;
  }
}
@media (max-width: 992px) {
  footer .bottom a img {
    width: 127px;
    height: 27px;
  }
}
footer .bottom .text_block {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  align-items: end;
}
@media (max-width: 992px) {
  footer .bottom .text_block {
    gap: 1px;
  }
}
@media (max-width: 576px) {
  footer .bottom .text_block {
    width: 100%;
    align-items: center;
    gap: 4px;
  }
}
footer .bottom .text_block .text {
  color: #898989;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%; /* 21.6px */
}
@media (max-width: 1220px) {
  footer .bottom .text_block .text {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  footer .bottom .text_block .text {
    font-size: 14px;
  }
}
footer .bottom .text_block .politics {
  color: #898989;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
@media (max-width: 1220px) {
  footer .bottom .text_block .politics {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  footer .bottom .text_block .politics {
    font-size: 14px;
  }
}/*# sourceMappingURL=main.css.map */