header {
  padding-top: 164px !important;
}
/* Header */
.header-content {
  width: 100% !important;
  right: 0 !important;
}
.autorized.header-content__product {
	top: 200px;
}

/* About */
.about {
  margin-top: 120px;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 100px;
  padding: 40px 50px 50px;
  background-color: var(--blue-dark);
  border-radius: 8px;
  overflow: hidden;
}
.about nobr {
  z-index: 2;
}
.about h2 {
  z-index: 1;
  color: #fff;
}
.about h2 nobr {
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
  z-index: 1;
  color: #fff;
}
.about p {
  margin-top: 16px;
  color: #fff;
}
.about img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

/* Partners */
.partners {
  width: 100%;
  overflow: visible !important;
}
.partners__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.partners-cards-item {
  min-height: 354px;
  padding: 24px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 1px 2px 8px 0px rgba(34, 34, 34, 0.04),
    0px 0px 4px 0px rgba(34, 34, 34, 0.08);
  border-radius: 8px;
}
.partners-cards-item h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}
.partners-cards-item a {
  font-size: 20px;
  font-weight: 600;
  color: var(--blue-main);
  transition: color 0.2s ease;
}
.partners-cards-item a:hover {
  color: var(--blue-dark);
}
.partner-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.partner-info > * {
  font-size: 20px;
  font-weight: 600;
}
.partners-cards-item button {
  width: 100%;
}
.partners-bg {
  position: absolute;
  top: -10%;
  left: 25%;
  z-index: -2;
}
/* Forms */
.forms__partners {
  overflow: hidden;
  z-index: 1;
}
/* Modal about partner */
.partner-modal {
  position: fixed !important;
  display: none !important;
  align-items: center;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.partner-modal.active {
  display: flex !important;
  z-index: 100;
}
.partner-modal .swiper-wrapper {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: auto !important;
}
.partner-modal__window {
  width: 712px !important;
  position: relative;
  display: none;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  background-color: #fff;
  box-shadow: 1px 2px 8px 0px rgba(34, 34, 34, 0.04),
    0px 0px 4px 0px rgba(34, 34, 34, 0.08);
  border-radius: 8px;
  z-index: 6;
}
.swiper-slide-active {
  display: flex !important;
}
.partner-modal__window.active {
  display: flex !important;
}
.partner-modal h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}
.partner-modal .link {
  font-size: 18px !important;
  font-weight: 500 !important;
}
.partner-modal p,
.partner-modal a {
  font-size: 16px;
}
.partner-modal a {
  color: var(--blue-main);
  transition: color 0.2s ease;
}
.partner-modal a:hover {
  color: var(--blue-dark);
}
.partner-modal .bold {
  font-weight: 600;
}
.partner-modal__close-btn.web {
  display: flex;
}
.partner-modal__close-btn.mob {
  display: none;
}
.partner-modal__close-btn {
  position: absolute;
  padding: 8px;
  width: 40px;
  height: 40px;
  top: 12px;
  right: 12px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 1px 2px 8px 0px rgba(34, 34, 34, 0.04),
    0px 0px 4px 0px rgba(34, 34, 34, 0.08);
  cursor: pointer;
  transition: all 0.2s ease;
}
.partner-modal .swiper-buttons {
  margin: 32px auto 0;
}
.partner-modal__close-btn:hover {
  box-shadow: 1px 2px 8px 0px rgba(34, 34, 34, 0.08),
    0px 0px 4px 0px rgba(34, 34, 34, 0.16);
}
.partner-modal__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.7);
}

/* Modal submit application */
.application-modal {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
}
.application-modal.active {
  display: flex;
  z-index: 100;
}
.application-modal__window {
  max-width: 736px;
  height: fit-content;
  max-height: calc(100vh - 40px);
  position: relative;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px 32px 32px;
  background-color: #f4f9ff;
  box-shadow: 1px 2px 8px 0px rgba(34, 34, 34, 0.04),
    0px 0px 4px 0px rgba(34, 34, 34, 0.08);
  border-radius: 8px;
  z-index: 6;
  overflow-y: auto;
}
.application-modal__window.active {
  display: flex;
}
.application-modal h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}
.application-modal h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--blue-main);
}
.application-modal input {
  width: 100%;
  margin-top: 4px;
}
.application-modal .entity,
.application-modal .contacts {
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #fff;
  box-shadow: 1px 2px 8px 0px rgba(34, 34, 34, 0.04),
    0px 0px 4px 0px rgba(34, 34, 34, 0.08);
  border-radius: 8px;
}
.application-modal .entity p,
.application-modal .contacts p {
  font-size: 16px;
  font-weight: 500;
}
.application-modal .entity__row,
.application-modal .contacts__row {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.application-modal .entity__row > div,
.application-modal .contacts__row > div {
  width: 100%;
}
.info-wrapper {
  position: relative;
  width: 100%;
}
.entity__item .info {
  position: absolute;
  top: 16px;
  right: 12px;
  cursor: pointer;
}
.entity__item .info:hover ~ .tooltip {
  opacity: 1;
}
.tooltip {
  position: absolute;
  opacity: 0;
  padding: 8px 7px;
  background-color: var(--black-light);
  border-radius: 4px;
  right: 8px;
  top: -125%;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.tooltip-arrow {
  position: absolute;
  bottom: -6px;
  right: 11px;
}
.tooltip p {
  max-width: 292px;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #fff;
}
.application-modal .accept-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.application-modal .accept-row p {
  font-size: 12px;
}
.application-modal .accept-row p a {
  font-size: 12px;
  color: var(--blue-main);
  transition: all 0.2s ease;
}
.application-modal .accept-row p a:hover {
  color: var(--blue-dark);
}
.application-modal .accept-row button {
  width: fit-content;
}

.application-modal .success {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.application-modal .success h4 {
  color: var(--black-main);
}
.application-modal .success .buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.application-modal .success .buttons .btn-border {
  padding: 11px 24px;
}
.application-modal__close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 2px 8px 0px rgba(34, 34, 34, 0.04),
    0px 0px 4px 0px rgba(34, 34, 34, 0.08);
  cursor: pointer;
}
.application-modal__close-btn:hover {
  box-shadow: 1px 2px 8px 0px rgba(34, 34, 34, 0.08),
    0px 0px 4px 0px rgba(34, 34, 34, 0.16);
}
.application-modal__bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.7);
}
/* footer */
.footer-bg {
  bottom: 0 !important;
  right: 0;
  left: auto !important;
  transform: translateX(50%) !important;
}
@media screen and (max-width: 1440px) {
	.partners-cards-item {
		min-height: 385px;
	}
}
/* xl */
@media screen and (max-width: 1200px) {
	.autorized.header-content__product {
		top: 120px;
		left: 42px;
		width: 460px;
	}
  /* About */
  .about {
    padding: 24px;
    margin-top: 92px;
    flex-direction: column;
    gap: 16px;
  }
	.partners-cards-item {
		min-height: 384px;
	}
}

/* lg */
@media screen and (max-width: 992px) {
	.autorized.header-content__product {
		top: 120px;
		width: 468px;
	}
	.autorized.header-content__title {
		font-size: 70px;
	}
  /* About */
  .about {
    padding: 40px 50px 50px;
    margin-top: 135px;
    flex-direction: column;
    gap: 16px;
  }

   .about h2 nobr {
    font-size: 55px;
    font-weight: 600;
    line-height: 120%;
  }

	.application-modal.active {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0
	}
	.application-modal__window {
		max-height: calc(100dvh - 40px);
    	overflow-y: auto;
		justify-content: flex-start;
	}
	.partner-modal__window.active {
		overflow-x: auto;
		overflow-y: scroll;
		max-height: calc(100dvh - 40px);
		max-width: calc(100dvw - 40px);
		justify-content: flex-start;
	}
}

/* md */
@media screen and (max-width: 767.9px) {
	.autorized.header-content__product {
		top: 92px;
		width: 340px;
	}
	.autorized.header-content__title {
		font-size: 64px;
	}
  /* About */
  .about {
    padding: 24px;
    margin-top: 68px;
    flex-direction: column;
    gap: 16px;
  }

   .about h2 nobr {
    font-size: 39px;
    font-weight: 600;
    line-height: 120%;
  }
}
@media (max-width: 600px) {
	.autorized.header-content__title {
		font-size: 48px;
	}
}
/* sm */
@media screen and (max-width: 480px) {
  /* Header */
  header {
    padding-top: 130px !important;
  }
  .header-content {
    margin-bottom: 0 !important;
  }
  .autorized.header-content__title {
    font-size: 36px;
    right: 0 ;
  }
  .autorized.header-content__product {
    left: 0;
    top: 80px;
    max-width: 180px;
  }
  /* About */
  .about {
    padding: 24px;
    margin-top: 60px;
    flex-direction: column;
    gap: 16px;
  }
  .about h2 nobr {
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
  }
  .about p {
    margin-top: 0;
  }
  /* Partners */
  .swiper-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .partners.swiper-buttons {
    display: none;
  }
  .partners-cards-item h4 {
    font-size: 20px;
    line-height: 140%;
  }
  .partners-cards-item a,
  .partners-cards-item p {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
  }
  .partners-bg {
    display: none;
  }
  /* Modal partner */
  .partner-modal {
    height: 101dvh;
    align-items: flex-end;
    display: flex !important;
    top: 0;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: -100;
	overflow-y: scroll;
  }
  .partner-modal.active {
    opacity: 1;
    z-index: 100;
  }
  .partner-modal .swiper-wrapper {
	overflow-y: hidden;
	height: 100dvh !important;
    width: 100%;
    justify-content: flex-end !important;
  }
  .partner-modal .swiper-slide {
    width: 100% !important;
	max-width: 100vw;
    height: fit-content !important;
    display: flex !important;
    position: absolute;
  }
  .partner-modal__window {
    transform: translateY(150vh);
    border-radius: 8px 8px 0 0;
    transition: transform 0.2s ease;
	overflow-y: auto;
  }
  .partner-modal__window.active {
    transform: translateY(0);
	max-height: calc(100svh - 30px);
  }
  .partner-modal h3 {
    font-size: 20px;
  }
  .partner-modal__close-btn {
    background-color: var(--blue-main);
  }
  .swiper-buttons {
    display: none !important;
  }
  .partner-modal__close-btn.mob {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
  }
  .partner-modal__close-btn.web {
    display: none;
  }
  /* Modal application */
  .application-modal {
    height: 100dvh;
  }
  .application-modal .wrapper {
    max-height: 100dvh;
    overflow-y: scroll;
  }
  .application-modal__window {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
    width: 100vw;
    height: 100%;
	max-height: 100%;
    padding: 72px 16px 24px;
    border-radius: 0;
	z-index: 12;
  }
  .application-modal .entity,
  .application-modal .contacts {
    padding: 16px;
  }
  .application-modal .entity__row,
  .application-modal .contacts__row {
    flex-direction: column;
  }
	.application-modal__bg {
		display:none;
	}
  .tooltip {
    top: -160%;
  }
  .application-modal .accept-row {
    flex-direction: column-reverse;
    gap: 16px;
    align-items: start;
  }
  .application-modal .accept-row button {
    width: 100%;
  }
  #app-success {
    max-height: 100dvh;
    overflow: hidden;
  }
  .application-modal .success {
    height: 100vh;
    max-height: 100dvh;
    padding: 152px 0 0;
    justify-content: start;
  }
  .application-modal .success p {
    text-align: center;
  }
  .application-modal .success .buttons {
    flex-direction: column-reverse;
    width: 100%;
  }
  .application-modal__close-btn {
    width: 32px;
    height: 32px;
    padding: 4px;
    position: fixed;
    top: 16px;
    right: 16px;
  }
}
