<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lf_modal {
  position: fixed;
  z-index: 9999999999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.lf_modal * {
  box-sizing: border-box;
}
.lf_modal .lf-button {
  display: flex;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  padding: 0 24px;
  width: 100%;
  height: 60px;
  min-height: 60px;
  transition: 0.3s;
  background: #2559DD;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.lf_modal.open .lf_modal__bg {
  opacity: 1;
  pointer-events: auto;
}
.lf_modal.open .lf_modal__block {
  opacity: 1;
}
.lf_modal.open .lf_modal__close {
  visibility: visible;
  opacity: 1;
  transition-delay: 3s;
}
.lf_modal__box {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  box-sizing: border-box;
}
.lf_modal__bg {
  display: block;
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.lf_modal__close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 39px;
  right: 54px;
  cursor: pointer;
  color: #7a7e89;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (max-width: 1400px) {
  .lf_modal__close {
    top: 34px;
    right: 34px;
  }
}
@media (max-width: 1023px) {
  .lf_modal__close {
    top: 60px;
    right: 68px;
  }
}
@media (max-width: 767px) {
  .lf_modal__close {
    top: 24px;
    right: 16px;
  }
}
.lf_modal__close:hover svg {
  opacity: 0.8;
}
.lf_modal__close svg {
  width: 48px;
  height: 48px;
  fill: #7a7e89;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .lf_modal__close svg {
    width: 32px;
    height: 32px;
  }
}
.lf_modal__block {
  position: relative;
  z-index: 100;
  background-color: #fff;
  opacity: 0;
  margin: auto;
  width: 1440px;
  max-width: 100%;
  box-shadow: 0 4px 40px #cfcfcf;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 1400px) {
  .lf_modal__block {
    width: 1024px;
  }
}
@media (max-width: 1023px) {
  .lf_modal__block {
    width: 768px;
  }
}
@media (max-width: 767px) {
  .lf_modal__block {
    width: 360px;
  }
}
.lf_modal__block_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1400px) {
  .lf_modal__block_grid {
    grid-template-columns: 1fr 0.75fr;
  }
}
@media (max-width: 1023px) {
  .lf_modal__block_grid {
    grid-template-columns: 1fr;
    padding: 80px 120px;
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .lf_modal__block_grid {
    padding: 24px 16px;
    gap: 40px;
  }
}
.lf_modal__block_grid &gt; * {
  min-width: 0 !important;
  max-width: 100% !important;
}
.lf_modal__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 39px 86px 40px 120px;
}
@media (max-width: 1400px) {
  .lf_modal__left {
    padding: 31px 34px 42px 34px;
  }
}
@media (max-width: 1023px) {
  .lf_modal__left {
    padding: 0;
  }
}
.lf_modal__right {
  padding: 72px 118px 72px 88px;
  background-color: #f1f5f9;
  display: grid;
  grid-template-columns: 1fr;
  gap: 57px;
  align-items: center;
}
@media (max-width: 1400px) {
  .lf_modal__right {
    padding: 106px 34px 79px 37px;
    gap: 36px;
  }
}
@media (max-width: 1023px) {
  .lf_modal__right {
    padding: 24px;
    border-radius: 16px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .lf_modal__right {
    grid-template-columns: 1fr;
  }
}
.lf_modal__right &gt; * {
  min-width: 0 !important;
  max-width: 100% !important;
}
.lf_modal__img {
  width: 100%;
  height: 293px;
}
@media (max-width: 1400px) {
  .lf_modal__img {
    height: 239px;
  }
}
@media (max-width: 1023px) {
  .lf_modal__img {
    height: 184px;
  }
}
.lf_modal__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .lf_modal__img img {
    border-radius: 8px;
  }
}
.lf_modal__contact h3 {
  font-size: 22px;
  line-height: 1.3;
  color: #021c43;
  margin-top: 41px;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .lf_modal__contact h3 {
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 12px;
  }
}
.lf_modal__contact p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.16;
}
@media (max-width: 1023px) {
  .lf_modal__contact p {
    font-size: 18px;
  }
}
.lf_modal__contact p a {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.16;
  color: #021c43;
  transition: all 0.3s ease-in-out;
}
.lf_modal__contact p a:hover, .lf_modal__contact p a:active {
  color: #2559dd;
}
@media (max-width: 1023px) {
  .lf_modal__contact p a {
    font-size: 18px;
  }
}
.lf_modal__contact &gt; *:first-child {
  margin-top: 0;
}
.lf_modal__contact &gt; *:last-child {
  margin-bottom: 0;
}
.lf_modal__social {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.lf_modal__social li {
  margin-bottom: 0;
}
.lf_modal__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.lf_modal__social a:hover, .lf_modal__social a:active {
  background-color: rgba(255, 255, 255, 0.6);
}
.lf_modal__social a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lf_modal__social_style a {
  border: 1px solid #021c43;
}
.lf_modal__social_style a:hover, .lf_modal__social_style a:active {
  background-color: #f5f5f6;
}
.lf_modal .logo {
  display: inline-flex;
}
.lf_modal .logo img {
  width: 47px;
  height: auto;
}
.lf_modal .modal_sale__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .lf_modal .modal_sale__header {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .lf_modal .modal_sale__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.lf_modal .modal_sale__link {
  font-size: 16px;
  line-height: 1.75;
  text-decoration: none;
}
.lf_modal .modal_sale__link span {
  color: #4e607b;
  border-bottom: 1px solid #4e607b;
  transition: all 0.3s ease-in-out;
}
.lf_modal .modal_sale__link:hover span, .lf_modal .modal_sale__link:active span {
  color: #2559dd;
  border-bottom: 1px solid #2559dd;
}
.lf_modal .modal_sale__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lf_modal .modal_sale__h2 {
  font-size: 44px;
  line-height: 1.2;
  color: #021c43;
  letter-spacing: -0.01em;
}
@media (max-width: 1023px) {
  .lf_modal .modal_sale__h2 {
    font-size: 32px;
  }
}
.lf_modal .modal_sale__p {
  color: #4e607b;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.lf_modal .modal_sale__form {
  margin-top: 24px;
}
.lf_modal .modal_sale__form .checkbox_services {
  margin-bottom: 24px;
}
.lf_modal .modal_sale__form .input_wr {
  margin-bottom: 16px;
}
.lf_modal .modal_sale__form .lf-button {
  width: 100%;
  margin-top: 36px;
  min-height: 60px;
  opacity: 1;
}
.lf_modal .modal_sale__form .lf-button:hover {
  opacity: 0.8;
}
.lf_modal .modal_sale__form .lf-button.disable {
  background: #f5f5f6;
  color: #2559dd;
  pointer-events: none;
}
.lf_modal .checkbox_services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 6px;
}
@media (max-width: 767px) {
  .lf_modal .checkbox_services {
    grid-template-columns: 1fr 1fr;
  }
}
.lf_modal .checkbox_services &gt; * {
  min-width: 0 !important;
  max-width: 100% !important;
}
.lf_modal .checkbox_services label {
  display: flex;
  flex-direction: column;
}
.lf_modal .checkbox_services label &gt; input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
}
.lf_modal .checkbox_services label &gt; span {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  gap: 8px;
  padding: 11px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  color: #2a2e3f;
  transition: all 0.3s ease-in-out;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
}
.lf_modal .checkbox_services label &gt; span .checkbox_img {
  color: #4e607b;
  transition: all 0.3s ease-in-out;
}
.lf_modal .checkbox_services label &gt; span .checkbox_img svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.lf_modal .checkbox_services label &gt; input:not(:checked) + span:hover {
  border: 1px solid rgba(37, 89, 221, 0.6);
}
.lf_modal .checkbox_services label &gt; input:checked + span {
  border: 1px solid #2559dd;
}
.lf_modal .checkbox_services label &gt; input:checked + span .checkbox_img {
  color: #2559dd;
}
.lf_modal .input_wr_fl {
  position: relative;
}
.lf_modal .input_wr_fl input {
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  padding: 18px 16px 5px 16px;
  border: 0;
  border-bottom: 1px solid rgba(45, 53, 72, 0.2);
  border-radius: 0;
  background-color: transparent;
  color: #2a2e3f;
}
.lf_modal .input_wr_fl .floating_label {
  position: absolute;
  pointer-events: none;
  left: 16px;
  top: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #2a2e3f;
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
}
.lf_modal .input_wr_fl input:focus ~ .floating_label,
.lf_modal .input_wr_fl input:not(:placeholder-shown) ~ .floating_label {
  color: rgba(42, 46, 63, 0.65);
  transform: scale(0.75) translate(0, -17px);
}
.lf_modal .input_wr_fl input:-webkit-autofill ~ .floating_label {
  color: rgba(42, 46, 63, 0.65);
  transform: scale(0.75) translate(0, -17px);
}
.lf_modal .input_wr_fl input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.lf_modal .consent {
  font-size: 12px;
  line-height: 1.3;
  color: rgba(42, 46, 63, 0.25);
  margin-top: 32px;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: -0.01em;
}
.lf_modal .consent a {
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  color: rgba(42, 46, 63, 0.25);
  border-bottom: 1px solid rgba(42, 46, 63, 0.25);
}
.lf_modal .consent a:hover, .lf_modal .consent a:active {
  color: #2559dd;
  border-bottom: 1px solid #2559dd;
}
.lf_modal .modal_case__header {
  margin-bottom: 24px;
}
.lf_modal .modal_case__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lf_modal .modal_case__h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #021c43;
  letter-spacing: -0.01em;
}
@media (max-width: 1023px) {
  .lf_modal .modal_case__h2 {
    font-size: 28px;
  }
}
.lf_modal .modal_case__p {
  color: #4E607B;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .lf_modal .modal_case__p {
    font-size: 14px;
    line-height: 1.3;
  }
}
.lf_modal .modal_case__form {
  margin-top: 24px;
}
.lf_modal .modal_case__form .lf-button {
  width: 100%;
  margin-top: 36px;
  min-height: 60px;
  opacity: 1;
}
.lf_modal .modal_case__form .lf-button:hover {
  opacity: 0.8;
}
.lf_modal .modal_case__form .lf-button.disable {
  background: #f5f5f6;
  color: #2559dd;
  pointer-events: none;
}
.lf_modal .modal_thanks__header {
  margin-bottom: 24px;
}
.lf_modal .modal_thanks__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lf_modal .modal_thanks__h2 {
  font-size: 38px;
  line-height: 1.2;
  color: #021c43;
  letter-spacing: -0.01em;
}
@media (max-width: 1023px) {
  .lf_modal .modal_thanks__h2 {
    font-size: 28px;
  }
}
.lf_modal .modal_thanks__actions {
  margin-top: 34px;
}
@media (max-width: 1023px) {
  .lf_modal .modal_thanks__actions {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .lf_modal .modal_thanks__actions {
    padding-bottom: 20px;
  }
}
.lf_modal .modal_thanks__actions p {
  font-size: 16px;
  line-height: 1.75;
  color: #000000;
  margin-top: 0;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .lf_modal .modal_thanks__actions .lf_modal__social {
    justify-content: space-between;
    gap: 8px;
  }
}

/*# sourceMappingURL=styles.css.map */
</pre></body></html>