@charset "UTF-8";
:where(*, *::before, *::after) {
  box-sizing: border-box;
}

:where(ul, ol) {
  margin: 0;
  padding: 0;
}

:where(ul) {
  list-style: none;
}

:where(a) {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
}

:where(a:hover, a:active, a:visited) {
  text-decoration: none;
}

:where(a:focus-visible) {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

@font-face {
  font-family: "SF Display";
  src: url("/public/font/SanFranciscoPro/SFProDisplay-Semibold.woff2") format("woff2"), url("/public/font/SanFranciscoPro/SFProDisplay-Semibold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Display";
  src: url("/public/font/SanFranciscoPro/SFProDisplay-Regular.woff2") format("woff2"), url("/public/font/SanFranciscoPro/SFProDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Display";
  src: url("/public/font/SanFranciscoPro/SFProDisplay-Heavy.woff2") format("woff2"), url("/public/font/SanFranciscoPro/SFProDisplay-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  background: #fff;
  margin: 0;
  min-width: 320px;
  min-height: 640px;
  text-wrap: balance;
  font-family: "SF Display", sans-serif;
  color: #333333;
}

.generated-picture-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.generated-picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.generated-picture-lean-right {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.spinner-wrapper {
  position: absolute;
  offset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #5B5B5B, #F7F7F7, #CCCCCC);
  background-size: 300% 100%;
  background-position: 0% 50%;
  animation: swing 0.5s ease-in-out infinite alternate;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 35;
}

@keyframes swing {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}
.spinner {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 4px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.gp-fade-enter-active,
.gp-fade-leave-active {
  transition: opacity 0.3s ease;
}

.gp-fade-enter-from,
.gp-fade-leave-to {
  opacity: 0;
}

.gp-fade-enter-to,
.gp-fade-leave-from {
  opacity: 1;
}

.not-inh {
  fill: inherit;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
  outline-offset: 0;
  border-radius: 0;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.noselect {
  -webkit-user-select: none; /* Для Chrome, Safari и Opera */
  -moz-user-select: none; /* Для Firefox */ /* Для Internet Explorer/Edge */
  user-select: none; /* Стандартное свойство */
}

.yellow-link {
  color: #FFCE2E;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.yellow-link:hover {
  color: #FFE079;
}

.white-link {
  color: white;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.white-link:hover {
  color: #00A0E3;
}

.blue-link {
  color: #07457C;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.blue-link:hover {
  color: #00A0E3;
}

.input {
  padding: 14px 5px 14px 20px;
  border: 0;
  outline: none;
  background-color: white;
  height: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}
.input::-moz-placeholder {
  color: #5B5B5B;
}
.input::placeholder {
  color: #5B5B5B;
}

.website-input {
  position: absolute;
  left: -9999px;
  top: 0;
}

.container {
  max-width: 1790px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.container-lg {
  max-width: 990px;
  width: 100%;
}

@media only screen and (max-width: 1790px) {
  .container {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 992px) {
  .container-lg {
    padding: 0 12px;
  }
}
.blue-form-wrapper {
  background-color: rgb(7, 69, 124);
  position: relative;
}
.blue-form-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/blue_form/bg-blue-form.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
}

@media screen and (max-width: 1440px) {
  .blue-form-wrapper {
    flex-direction: column;
  }
}
.btn {
  font: inherit;
  font-size: 14px !important;
  outline: none;
  outline-offset: 0;
  border-radius: 0;
  line-height: 34px;
  justify-content: center;
  border: none;
  border-radius: 0;
  min-width: 210px;
  font-weight: 600;
  cursor: pointer;
  outline: none !important;
  box-sizing: border-box;
  transition: all 0.4s ease;
  height: 48px;
}
.btn:disabled {
  opacity: 1;
}
.btn span {
  font-weight: 600;
}
.btn svg, .btn path {
  fill: currentColor;
}

.yellow-btn {
  border: none;
  background-color: #FFCE2E;
  color: #000 !important;
}
.yellow-btn:hover {
  background-color: #FFE079;
}
.yellow-btn:active {
  background-color: #F1B800;
}

.transparent-btn {
  color: white;
  border: 1px solid white;
  background-color: transparent;
}
.transparent-btn:hover {
  color: black;
  background: white;
}
.transparent-btn:active {
  color: black;
  background-color: rgba(255, 255, 255, 0.7);
}

.blue-transparent-btn {
  color: #07457C;
  border: 1px solid #07457C;
  background-color: transparent;
}
.blue-transparent-btn:hover {
  color: white;
  background: #09569B;
}
.blue-transparent-btn:active {
  color: white;
  background-color: #063763;
}
.blue-transparent-btn:disabled:hover {
  color: #07457C;
  background-color: transparent;
}
.blue-transparent-btn_selected {
  color: white;
  background: #09569B;
}

.title-h1 {
  font-size: 72px;
  line-height: 70px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  letter-spacing: -0.003em;
}

.title-h2 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  letter-spacing: -0.001em;
}

.title-h3 {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

.title-h4 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  letter-spacing: 0.001em;
}

.title-h5 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  letter-spacing: 0.002em;
}

.title-h6 {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  letter-spacing: 0.003em;
}

.text-span {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 0.059em;
}

.text-paragraph {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 0.053em;
}

.text-paragraph-mini {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 0.061em;
}

@media screen and (max-width: 1790px) {
  .title-h1 {
    font-size: 56px;
    line-height: 57.28px;
  }
  .title-h2 {
    font-size: 36px;
    line-height: 42.96px;
  }
  .title-h3 {
    font-size: 32px;
    line-height: 38.19px;
  }
  .title-h4 {
    font-size: 26px;
    line-height: 31.03px;
  }
  .title-h5 {
    font-size: 22px;
    line-height: 28px;
  }
  .title-h6 {
    font-size: 20px;
    line-height: 23.87px;
  }
  .text-span {
    font-size: 14px;
    line-height: 16.71px;
  }
  .text-paragraph {
    font-size: 17px;
    line-height: 20.29px;
  }
  .text-paragraph-mini {
    font-size: 12px;
    line-height: 14.32px;
  }
}
@media screen and (max-width: 1200px) {
  .title-h1 {
    font-size: 48px;
    line-height: 57.28px;
  }
  .title-h2 {
    font-size: 32px;
    line-height: 38.19px;
  }
  .title-h3 {
    font-size: 28px;
    line-height: 33.41px;
  }
  .title-h4 {
    font-size: 24px;
    line-height: 28.64px;
  }
  .title-h5 {
    font-size: 21px;
    line-height: 28px;
  }
  .title-h6 {
    font-size: 19px;
    line-height: 22.67px;
  }
  .text-span {
    font-size: 12px;
    line-height: 14.32px;
  }
  .text-paragraph {
    font-size: 15px;
    line-height: 17.9px;
  }
  .text-paragraph-mini {
    font-size: 12px;
    line-height: 14.32px;
  }
}
@media screen and (max-width: 992px) {
  .title-h1 {
    font-size: 40px;
    line-height: 47.73px;
  }
  .title-h2 {
    font-size: 28px;
    line-height: 33.41px;
  }
  .title-h3 {
    font-size: 24px;
    line-height: 28.64px;
  }
  .title-h4 {
    font-size: 20px;
    line-height: 23.87px;
  }
  .title-h5 {
    font-size: 19px;
    line-height: 22.67px;
  }
  .title-h6 {
    font-size: 18px;
    line-height: 21.48px;
  }
  .text-span {
    font-size: 12px;
    line-height: 14.32px;
  }
  .text-paragraph {
    font-size: 14px;
    line-height: 16.71px;
  }
  .text-paragraph-mini {
    font-size: 10px;
    line-height: 11.93px;
  }
}
@media screen and (max-width: 768px) {
  .title-h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .title-h2 {
    font-size: 24px;
    line-height: 28.64px;
  }
  .title-h3 {
    font-size: 22px;
    line-height: 23.87px;
  }
  .title-h4 {
    font-size: 19px;
    line-height: 22.67px;
  }
  .title-h5 {
    font-size: 17px;
    line-height: 20.29px;
  }
  .title-h6 {
    font-size: 16px;
    line-height: 19.09px;
  }
  .text-span {
    font-size: 10px;
    line-height: 11.93px;
  }
  .text-paragraph {
    font-size: 14px;
    line-height: 16.71px;
  }
  .text-paragraph-mini {
    font-size: 8px;
    line-height: 9.55px;
  }
}
@media screen and (max-width: 576px) {
  .title-h1 {
    font-size: 24px;
    line-height: 28.64px;
  }
  .title-h2 {
    font-size: 20px;
    line-height: 23.87px;
  }
  .title-h3 {
    font-size: 18px;
    line-height: 21.48px;
  }
  .title-h4 {
    font-size: 17px;
    line-height: 20.29px;
  }
  .title-h5 {
    font-size: 15px;
    line-height: 17.9px;
  }
  .title-h6 {
    font-size: 14px;
    line-height: 16.71px;
  }
  .text-span {
    font-size: 10px;
    line-height: 11.93px;
  }
  .text-paragraph {
    font-size: 14px;
    line-height: 16.71px;
  }
  .text-paragraph-mini {
    font-size: 8px;
    line-height: 9.55px;
  }
}
