@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
body {
  background-color: #20273D;
  font-family: "Jost", sans-serif;
}

.section-hero h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  color: #FFFFFF;
}
.section-hero p {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: -0.005em;
  color: #FFFFFF;
  margin-top: 25px;
}
.section-hero button.consult, .section-hero a.consult {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  background: #FFFFFF;
  border-radius: 53px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #171717;
  width: 340px;
  max-width: 100%;
}
.section-hero button.consult.outline, .section-hero a.consult.outline {
  background-color: rgba(255, 255, 255, 0);
  border: 0px solid #fff !important;
  color: #fff;
}

header nav h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 34.0763px;
  line-height: 100%;
  color: #FFFFFF;
}
header nav .menu {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  header nav .menu {
    border-top: 1px solid rgba(255, 255, 255, 0.151);
    border-bottom: 1px solid rgba(255, 255, 255, 0.151);
    padding: 10px 0;
    gap: 5px;
  }
  header nav .menu * {
    font-size: 18px !important;
  }
}
header nav a {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #FFFFFF;
}
header nav .status-system {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 15px;
}
header nav .status-system .color-active {
  width: 10px;
  height: 10px;
  background: #3FC946;
  box-shadow: 0px 0px 4.5px 2px #3FC946;
  border-radius: 30px;
  animation: pulse-green 2s infinite ease-in-out;
}

.rgap-10 {
  row-gap: 10px;
}

.section-inn {
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 768px) {
  .section-inn {
    border-radius: 10px 10px 0 0;
  }
}
.section-inn .text-inn {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 52px;
  color: #2E2E2E;
}
@media screen and (max-width: 768px) {
  .section-inn .text-inn {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.section-inn .form-text {
  padding: 18px 16px 18px 24px;
  gap: 10px;
  width: 100%;
  background: #F0F0F0;
  border-radius: 20px;
}
.section-inn input.inn-field {
  background: inherit;
  width: 50%;
  padding: 10px 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  /* or 23px */
  color: #3D3D3D;
  border: none;
  outline: none;
}
.section-inn input.inn-field:focus, .section-inn input.inn-field:active {
  border: none;
  outline: none;
}
.section-inn button.getResult-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  gap: 10px;
  background: #172983;
  border-radius: 16px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
  transition: 0.2s;
  width: 330px;
  max-width: 100%;
}
.section-inn button.getResult-btn:hover {
  filter: brightness(65%);
}
.section-inn a.getResult-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  gap: 10px;
  background: #172983;
  border-radius: 16px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
  transition: 0.2s;
  width: 330px;
  max-width: 100%;
}
.section-inn a.getResult-btn:hover {
  filter: brightness(65%);
}

.info {
  padding: 30px 40px;
  background: #F69B9B;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .info {
    padding: 20px 15px;
    border-radius: 10px;
  }
}
.info .danger-text {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  color: #420606;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.info .danger-text-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  color: #552D2D;
}

.bg-black {
  background-color: #000 !important;
}

.section-utp {
  margin-top: -100px;
  color: #FFFFFF;
  background-color: #20273D;
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 768px) {
  .section-utp {
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
  }
}
.section-utp h4 {
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  background-color: #20273D;
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 768px) {
  .section-utp h4 {
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    background-color: #20273D;
    border-radius: 80px 80px 0 0;
    text-align: center;
    line-height: 30px;
  }
}

.card-utp {
  position: relative;
  min-height: 330.53px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 32px;
  padding: 35px 30px;
}
.card-utp:hover .icon {
  transform: scale(1.1) rotate(15deg) translateY(-10px);
}
.card-utp h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.card-utp p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-top: 10px;
  z-index: 5;
  position: relative;
}
.card-utp .icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: 0.3s;
}

p.cnt-t {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

h5.cnt-h {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}
h5.cnt-h.dark {
  color: #3C3C3C;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  h5.cnt-h.dark {
    text-align: center;
  }
}

.block-cnt {
  background-color: #20273D;
  padding: 45px 30px;
  color: #fff;
  border-radius: 36px;
  height: 100%;
}

label {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #6B6B6B;
}

.form-input {
  /* Frame 71 */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 24px;
  gap: 10px;
  height: 55px;
  background: #F0F0F0;
  border-radius: 16px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #757575;
}

label.ml-2 {
  font-size: 14px;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

@keyframes pulse-green {
  0%, 100% {
    box-shadow: 0 0 10px #3FC946;
  }
  50% {
    box-shadow: 0 0 10px 2px #3FC946;
  }
}/*# sourceMappingURL=style.css.map */