@font-face {
  font-family: "Mulish";
  src: local("Mulish"), url(/build/assets/Mulish-yG63NwrA.ttf);
}
@font-face {
  font-family: "Fira Sans Condensed";
  src: local("Fira Sans Condensed"), url(/build/assets/FiraSansCondensed-CtGSyvh0.ttf);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: #eafaff;
}footer {
  position: relative;
  padding: 86px 439px 33px 439px;
  background-image: url(/build/assets/footer-DCpL6APQ.svg);
  background-size: cover;
  display: flex;
  justify-content: space-between;
  user-select: none;
  overflow: hidden;
}
footer img {
  width: 280px;
  height: 78px;
}
footer .copy {
  width: 342px;
  margin-top: 33px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #000;
}
footer h3 {
  margin-bottom: 9px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #000;
}
footer .contacts {
  width: 374px;
}
footer .contacts p {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #000;
  margin-bottom: 4px;
  user-select: text;
}
footer .contacts p a {
  text-decoration: none;
  color: #000;
}
footer .contacts .phone {
  margin-top: 14px;
}
footer .contacts-phone {
  display: none;
}
footer .navigation {
  width: 201px;
}
footer .navigation nav {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 18px;
}
footer .navigation a {
  text-decoration: none;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
footer .navigation a:hover {
  color: #fff;
}
@media screen and (max-width: 1279px) {
  footer {
    flex-direction: column-reverse;
    gap: 35px;
    align-items: center;
    padding: 56px 45px 35px 45px;
    background-image: url(/build/assets/footerPhone-B9qRpa-2.svg);
  }
  footer .navigation {
    width: 100%;
  }
  footer .navigation nav {
    margin-top: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .navigation a {
    font-size: 12px;
    text-decoration: underline;
  }
  footer .navigation h3 {
    display: none;
  }
  footer .contacts {
    display: none;
  }
  footer img {
    display: block;
    margin: auto;
    width: 111px;
    height: 30px;
  }
  footer .copy {
    font-size: 10px;
    text-align: center;
    margin-top: 9px;
  }
  footer .contacts-phone {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  footer .contacts-phone h3 {
    font-size: 12px;
    margin-bottom: 2px;
  }
  footer .contacts-phone p {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #000;
  }
  footer .contacts-phone a {
    text-decoration: none;
    color: #000;
  }
  footer .contacts-phone .first-line {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  footer {
    padding: 84px 136px 47px 131px;
    gap: 26px;
  }
  footer .navigation {
    width: 435px;
  }
  footer .navigation a {
    font-size: 15px;
  }
  footer .copy {
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin-top: 16px;
  }
  footer .contacts-phone {
    display: none;
  }
  footer .contacts {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 70px;
  }
  footer .contacts p {
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 3px;
  }
  footer .contacts .addres {
    width: 301px;
  }
  footer .contacts .phone {
    margin-top: 0;
  }
  footer h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  footer {
    padding: 54px 219px 42px 218px;
    align-items: center;
    background-image: url(/build/assets/footerMac-MlPzQF2j.svg);
  }
  footer img {
    width: 228px;
    height: 64px;
  }
  footer .copy {
    width: 277px;
    margin-top: 26px;
    font-size: 13px;
  }
  footer h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  footer .contacts {
    width: 302px;
  }
  footer .contacts p {
    margin-bottom: 3px;
  }
  footer .contacts .phone {
    margin-top: 11px;
  }
  footer .navigation {
    align-self: flex-start;
  }
  footer .navigation h3 {
    margin-bottom: 15px;
  }
  footer .navigation a {
    font-size: 14px;
  }
}header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  user-select: none;
  display: flex;
  width: 1628px;
  height: 100px;
  z-index: 10;
}
header img {
  width: 205px;
  height: 56px;
  align-self: center;
}
header img:hover {
  cursor: pointer;
}
@media screen and (max-width: 833px) {
  header {
    width: 100%;
    padding: 0 28px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
  }
  header img {
    width: 148px;
    height: 41px;
  }
}
@media screen and (max-width: 1849px) {
  header .callButton {
    display: none;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  header {
    width: 100%;
    padding: 0 54px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
  }
  header img {
    width: 133px;
    height: 37px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  header {
    width: 100%;
    padding: 0 61px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
  }
  header img {
    width: 203px;
    height: 56px;
  }
}.menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  height: 78px;
  margin-left: 147px;
  margin-right: 117px;
}
.menu a {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #566579;
  padding: 39px 30px;
  margin-right: 5px;
}
.menu .active {
  align-self: center;
  color: #fff;
  background: linear-gradient(180deg, #01dbbc 0%, #01cbd1 100%);
  border-radius: 0 0 40px 40px;
}
@media screen and (max-width: 1849px) {
  .menu {
    display: none;
  }
}

.menu-mobile {
  justify-self: flex-end;
  display: flex;
  flex-direction: column;
  position: relative;
}
.menu-mobile img {
  width: 45px;
  height: 45px;
}
.menu-mobile img:hover {
  cursor: pointer;
}
.menu-mobile .menu-content {
  position: absolute;
  border-radius: 25px 0 0 25px;
  top: calc(100% + 17px);
  right: -28px;
  width: 313px;
  height: 385px;
  background-color: #c8ecff;
  box-shadow: -8px 5px 17px 0 rgba(0, 0, 0, 0.25);
  padding-top: 58px;
  padding-left: 39px;
  padding-right: 77px;
  padding-bottom: 28px;
  display: none;
  flex-direction: column;
}
.menu-mobile .menu-content a {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #68789b;
  text-decoration: none;
}
.menu-mobile .menu-content .delimiter {
  display: block;
  background-image: url(/build/assets/delimiter-Bz_kLVqD.svg);
  background-size: cover;
  height: 2px;
  width: 100%;
  margin: 13px 0;
}
.menu-mobile .menu-content.opened {
  display: flex;
}
.menu-mobile .space {
  flex-grow: 1;
}
.menu-mobile .callButton {
  display: flex;
}
@media screen and (min-width: 834px) and (max-width: 1849px) {
  .menu-mobile img {
    width: 60px;
    height: 60px;
  }
  .menu-mobile .menu-content {
    top: calc(100% + 46px);
    right: -54px;
    width: 404px;
    height: 607px;
    align-items: center;
    padding: 65px 32px 50px 32px;
  }
  .menu-mobile .menu-content a {
    font-size: 18px;
  }
  .menu-mobile .menu-content .delimiter {
    margin: 27px 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .menu-mobile .menu-content {
    right: -61px;
  }
}
@media screen and (min-width: 1850px) {
  .menu-mobile {
    display: none;
  }
}.callButton {
  display: flex;
  gap: 15px;
  align-items: center;
  align-self: center;
}
.callButton img {
  width: 48px;
  height: 48px;
}
.callButton .order-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.callButton .order-text span {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #566579;
}
.callButton:hover {
  cursor: pointer;
}
@media screen and (max-width: 833px) {
  .callButton {
    align-self: flex-start;
    gap: 11px;
  }
  .callButton img {
    width: 34px;
    height: 34px;
  }
  .callButton .order-text span {
    font-size: 11px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1849px) {
  .callButton {
    gap: 15px;
  }
  .callButton img {
    width: 46px;
    height: 46px;
  }
  .callButton .order-text span {
    font-size: 15px;
  }
}.modal {
  position: fixed;
  display: none;
  height: 100vh;
  width: 100vw;
  z-index: 100;
}
.modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
}.ui-btn {
  height: 66px;
  border-radius: 12px;
  box-shadow: inset 0 0 16px 7px rgba(218, 251, 246, 0.7);
  background: linear-gradient(90deg, #00dcb9 0%, #00c9d2 99.5%, #00c9d2 100%);
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms all;
}
.ui-btn .ui-btn-text {
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
}
.ui-btn:hover {
  cursor: pointer;
  opacity: 0.32;
}
@media screen and (max-width: 833px) {
  .ui-btn {
    border-radius: 7px;
    height: 46px;
  }
  .ui-btn .ui-btn-text {
    font-size: 13px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .ui-btn {
    border-radius: 7px;
    height: 40px;
  }
  .ui-btn .ui-btn-text {
    font-size: 12px;
  }
}.ui-cbx {
  display: flex;
  gap: 32px;
  align-items: center;
  width: fit-content;
}
.ui-cbx input {
  display: none;
}
.ui-cbx input:checked ~ .checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 19px;
  background-image: url(/build/assets/checkmark-QrOfSTBL.svg);
}
.ui-cbx:hover {
  cursor: pointer;
}
.ui-cbx .checkmark {
  position: relative;
  width: 31px;
  height: 31px;
  box-shadow: inset 0 2px 4px 0 #c1c4c6;
  background: #fff;
}
.ui-cbx .title {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: justify;
  color: #424d64;
}
@media screen and (max-width: 833px) {
  .ui-cbx {
    gap: 16px;
  }
  .ui-cbx .title {
    font-size: 10px;
    line-height: 280%;
  }
  .ui-cbx .checkmark {
    width: 16px;
    height: 16px;
  }
  .ui-cbx input:checked ~ .checkmark::after {
    width: 13px;
    height: 10px;
    background-image: url(/build/assets/checkmarkPhone-lkyuzxU8.svg);
  }
}
@media screen and (min-width: 834px) and (max-width: 1849px) {
  .ui-cbx {
    gap: 28px;
  }
  .ui-cbx .title {
    font-size: 14px;
    line-height: 200%;
  }
  .ui-cbx .checkmark {
    width: 23px;
    height: 23px;
  }
  .ui-cbx input:checked ~ .checkmark::after {
    width: 18px;
    height: 14px;
    background-image: url(/build/assets/checkmarkTablet-nJr4X_oV.svg);
  }
}.ui-ti {
  display: block;
  width: 100%;
  height: 42px;
  box-shadow: inset 0 2px 4px 0 #c1c4c6;
  background: #fff;
  border: 1px solid #d8f1ff;
  position: relative;
  padding: 9px 13px;
  transition: all 300ms;
}
.ui-ti input {
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-align: justify;
  color: #98c1dc;
  -moz-appearance: textfield;
  appearance: textfield;
}
.ui-ti input::-webkit-outer-spin-button, .ui-ti input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ui-ti input.empty:not(:focus)::-webkit-datetime-edit-year-field, .ui-ti input.empty:not(:focus)::-webkit-datetime-edit-month-field, .ui-ti input.empty:not(:focus)::-webkit-datetime-edit-day-field, .ui-ti input.empty:not(:focus)::-webkit-datetime-edit-text {
  color: transparent;
}
.ui-ti:hover {
  cursor: text;
  border: 1px solid #01cbd0;
}
.ui-ti:hover .title {
  opacity: 0.3;
}
.ui-ti .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-align: justify;
  color: #98c1dc;
  transition: all 300ms;
  opacity: 1;
}
.ui-ti .title.top {
  transform: translate(-50%, -175%);
  opacity: 1;
}
@media screen and (max-width: 833px) {
  .ui-ti {
    height: 26px;
    padding: 3px 7px;
  }
  .ui-ti .title {
    text-align: center;
    width: 100%;
    font-size: 12px;
    line-height: 233%;
  }
  .ui-ti .title.top {
    transform: translate(-50%, -140%);
    opacity: 1;
  }
  .ui-ti input {
    font-size: 12px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1849px) {
  .ui-ti {
    padding: 5px 7px;
    height: 31px;
  }
  .ui-ti .title {
    font-size: 15px;
    line-height: 187%;
  }
  .ui-ti .title.top {
    transform: translate(-50%, -150%);
    opacity: 1;
  }
  .ui-ti input {
    font-size: 15px;
  }
}.wrapper {
  position: absolute;
}
.wrapper .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.wrapper.call .backdrop {
  z-index: 99;
}

.call-modal {
  border-radius: 21px;
  width: 801px;
  height: 675px;
  background: #ebfaff;
  padding: 85px 73px;
  z-index: 101;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.call-modal h2 {
  text-align: center;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #03aef3;
  margin-bottom: 64px;
}
.call-modal .ui-ti,
.call-modal .ui-select {
  margin-bottom: 51px;
}
.call-modal .ui-ti:last-child {
  margin-bottom: 40px;
}
.call-modal .ui-cbx {
  margin-bottom: 35px;
}
.call-modal .ui-btn {
  width: 501px;
}
.call-modal img {
  position: absolute;
  top: 37px;
  right: 38px;
  width: 35px;
  height: 35px;
}
.call-modal img:hover {
  cursor: pointer;
}
@media screen and (max-width: 833px) {
  .call-modal {
    border-radius: 13px;
    width: 300px;
    height: 358px;
    padding: 47px 10px;
    padding-bottom: 0;
  }
  .call-modal img {
    width: 25px;
    height: 25px;
    top: 12px;
    right: 15px;
  }
  .call-modal h2 {
    font-size: 24px;
    margin-bottom: 31px;
  }
  .call-modal .ui-ti,
  .call-modal .ui-select {
    margin-bottom: 24px;
  }
  .call-modal .ui-ti:last-child {
    margin-bottom: 14px;
  }
  .call-modal .ui-cbx {
    margin-bottom: 14px;
  }
  .call-modal .ui-btn {
    width: 237px;
    height: 27px;
    border-radius: 6px;
  }
  .call-modal .ui-btn .ui-btn-text {
    font-size: 9px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .call-modal {
    border-radius: 15px;
    width: 583px;
    height: 492px;
    padding: 52px 53px;
    padding-bottom: 0;
  }
  .call-modal img {
    width: 25px;
    height: 25px;
    top: 27px;
    right: 28px;
  }
  .call-modal h2 {
    font-size: 29px;
    margin-bottom: 46px;
  }
  .call-modal .ui-ti,
  .call-modal .ui-select {
    margin-bottom: 37px;
  }
  .call-modal .ui-ti:last-child {
    margin-bottom: 29px;
  }
  .call-modal .ui-cbx {
    margin-bottom: 25;
  }
  .call-modal .ui-btn {
    width: 365px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .call-modal .ui-ti,
  .call-modal .ui-select {
    padding: 9px 13px;
    height: 42px;
  }
  .call-modal .ui-ti .title,
  .call-modal .ui-select .title {
    font-size: 20px;
    line-height: 140%;
  }
  .call-modal .ui-ti .title.top,
  .call-modal .ui-select .title.top {
    transform: translate(-50%, -175%);
    opacity: 1;
  }
  .call-modal .ui-ti input,
  .call-modal .ui-ti select,
  .call-modal .ui-select input,
  .call-modal .ui-select select {
    font-size: 20px;
  }
  .call-modal .ui-select {
    padding: 0;
  }
  .call-modal .ui-select select {
    padding: 9px 13px;
  }
  .call-modal .ui-cbx {
    gap: 32px;
  }
  .call-modal .ui-cbx .title {
    font-size: 18px;
    line-height: 156%;
  }
  .call-modal .ui-cbx .checkmark {
    width: 31px;
    height: 31px;
  }
  .call-modal .ui-cbx input:checked ~ .checkmark::after {
    width: 25px;
    height: 19px;
    background-image: url(/build/assets/checkmark-QrOfSTBL.svg);
  }
}.ui-select {
  display: block;
  width: 100%;
  height: 42px;
  background: #fff;
  position: relative;
  transition: all 300ms;
}
.ui-select select {
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  padding: 9px 13px;
  background: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: justify;
  color: #98c1dc;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  transition: all 300ms;
  border: 1px solid #d8f1ff;
  box-shadow: inset 0 2px 4px 0 #c1c4c6;
}
.ui-select:hover select {
  border: 1px solid #01cbd0;
}
.ui-select:hover .title {
  opacity: 0.3;
}
.ui-select .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-align: justify;
  color: #98c1dc;
  transition: all 300ms;
  opacity: 1;
}
.ui-select .title.top {
  transform: translate(-50%, -175%);
  opacity: 1;
}
@media screen and (max-width: 833px) {
  .ui-select {
    height: 26px;
  }
  .ui-select .title {
    text-align: center;
    width: 100%;
    font-size: 12px;
    line-height: 233%;
  }
  .ui-select .title.top {
    transform: translate(-50%, -140%);
    opacity: 1;
  }
  .ui-select select {
    padding: 3px 7px;
    font-size: 12px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1849px) {
  .ui-select {
    height: 31px;
  }
  .ui-select .title {
    font-size: 15px;
    line-height: 187%;
  }
  .ui-select .title.top {
    transform: translate(-50%, -150%);
    opacity: 1;
  }
  .ui-select select {
    padding: 5px 7px;
    font-size: 15px;
  }
}.wrapper {
  position: absolute;
}
.wrapper .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.wrapper.data .backdrop {
  z-index: 100;
}

.data-modal {
  border-radius: 21px;
  width: 801px;
  height: 675px;
  background: #ebfaff;
  padding: 85px 73px;
  z-index: 101;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.data-modal h2 {
  text-align: center;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #03aef3;
  margin-bottom: 64px;
}
.data-modal .text-container {
  overflow: auto;
  border: 1px solid black;
}
.data-modal p {
  background-color: #fff;
  padding: 9px 13px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  text-align: justify;
  color: #566579;
}
.data-modal img {
  position: absolute;
  top: 37px;
  right: 38px;
  width: 35px;
  height: 35px;
}
.data-modal img:hover {
  cursor: pointer;
}
@media screen and (max-width: 833px) {
  .data-modal {
    border-radius: 13px;
    width: 300px;
    height: 358px;
    padding: 47px 10px;
  }
  .data-modal h2 {
    font-size: 24px;
    margin-bottom: 31px;
  }
  .data-modal p {
    font-size: 13px;
    line-height: 154%;
  }
  .data-modal img {
    width: 25px;
    height: 25px;
    top: 12px;
    right: 15px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .data-modal {
    border-radius: 15px;
    width: 583px;
    height: 492px;
    padding: 52px 53px;
  }
  .data-modal img {
    width: 25px;
    height: 25px;
    top: 27px;
    right: 28px;
  }
  .data-modal h2 {
    font-size: 29px;
    margin-bottom: 46px;
  }
  .data-modal p {
    font-size: 15px;
    line-height: 153%;
  }
}.wrapper {
  position: absolute;
}
.wrapper .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.wrapper.error .backdrop {
  z-index: 101;
}

.error-modal {
  border-radius: 21px;
  width: 801px;
  background: #ebfaff;
  padding: 85px 73px;
  z-index: 101;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.error-modal h2 {
  text-align: center;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #03aef3;
  margin-bottom: 64px;
}
.error-modal img {
  position: absolute;
  top: 37px;
  right: 38px;
  width: 35px;
  height: 35px;
}
.error-modal img:hover {
  cursor: pointer;
}
.error-modal p {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 156%;
  text-align: justify;
}
@media screen and (max-width: 833px) {
  .error-modal {
    border-radius: 13px;
    width: 300px;
    padding: 47px 10px;
  }
  .error-modal img {
    width: 25px;
    height: 25px;
    top: 12px;
    right: 15px;
  }
  .error-modal h2 {
    font-size: 24px;
    margin-bottom: 31px;
  }
  .error-modal p {
    font-size: 14px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .error-modal {
    border-radius: 15px;
    width: 583px;
    padding: 52px 53px;
  }
  .error-modal img {
    width: 25px;
    height: 25px;
    top: 27px;
    right: 28px;
  }
  .error-modal p {
    font-size: 18px;
  }
}.wrapper {
  position: absolute;
}
.wrapper .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.wrapper.data .backdrop {
  z-index: 100;
}

.data-modal {
  border-radius: 21px;
  width: 801px;
  height: 675px;
  background: #ebfaff;
  padding: 85px 73px;
  z-index: 101;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.data-modal h2 {
  text-align: center;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #03aef3;
  margin-bottom: 64px;
}
.data-modal .text-container {
  overflow: auto;
  border: 1px solid black;
}
.data-modal .text-container li {
  list-style-position: inside;
}
.data-modal p {
  background-color: #fff;
  padding: 9px 13px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  text-align: justify;
  color: #566579;
}
.data-modal img {
  position: absolute;
  top: 37px;
  right: 38px;
  width: 35px;
  height: 35px;
}
.data-modal img:hover {
  cursor: pointer;
}
@media screen and (max-width: 833px) {
  .data-modal {
    border-radius: 13px;
    width: 300px;
    height: 358px;
    padding: 47px 10px;
  }
  .data-modal h2 {
    font-size: 24px;
    margin-bottom: 31px;
  }
  .data-modal p {
    font-size: 13px;
    line-height: 154%;
  }
  .data-modal img {
    width: 25px;
    height: 25px;
    top: 12px;
    right: 15px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .data-modal {
    border-radius: 15px;
    width: 583px;
    height: 492px;
    padding: 52px 53px;
  }
  .data-modal img {
    width: 25px;
    height: 25px;
    top: 27px;
    right: 28px;
  }
  .data-modal h2 {
    font-size: 29px;
    margin-bottom: 46px;
  }
  .data-modal p {
    font-size: 15px;
    line-height: 153%;
  }
}.wrapper {
  position: absolute;
}
.wrapper .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.wrapper.success .backdrop {
  z-index: 101;
}

.success-modal {
  border-radius: 21px;
  width: 801px;
  background: #ebfaff;
  padding: 85px 73px;
  z-index: 101;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.success-modal h2 {
  text-align: center;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #03aef3;
  margin-bottom: 64px;
}
.success-modal img {
  position: absolute;
  top: 37px;
  right: 38px;
  width: 35px;
  height: 35px;
}
.success-modal img:hover {
  cursor: pointer;
}
.success-modal p {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 156%;
  text-align: justify;
}
@media screen and (max-width: 833px) {
  .success-modal {
    border-radius: 13px;
    width: 300px;
    padding: 47px 10px;
  }
  .success-modal img {
    width: 25px;
    height: 25px;
    top: 12px;
    right: 15px;
  }
  .success-modal h2 {
    font-size: 24px;
    margin-bottom: 31px;
  }
  .success-modal p {
    font-size: 14px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .success-modal {
    border-radius: 15px;
    width: 583px;
    padding: 52px 53px;
  }
  .success-modal img {
    width: 25px;
    height: 25px;
    top: 27px;
    right: 28px;
  }
  .success-modal p {
    font-size: 18px;
  }
}.wrapper {
  position: absolute;
}
.wrapper .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.wrapper.cookies .backdrop {
  z-index: 101;
}

.cookies-modal {
  border-radius: 21px;
  width: 801px;
  background: #ebfaff;
  padding: 85px 73px;
  z-index: 101;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.cookies-modal h2 {
  text-align: center;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #03aef3;
  margin-bottom: 64px;
}
.cookies-modal img {
  position: absolute;
  top: 37px;
  right: 38px;
  width: 35px;
  height: 35px;
}
.cookies-modal img:hover {
  cursor: pointer;
}
.cookies-modal p {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 156%;
  text-align: justify;
}
.cookies-modal p.moreinfo {
  font-size: 18px;
}
.cookies-modal .buttons-group {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  margin-top: 32px;
}
.cookies-modal .buttons-group .ui-btn {
  width: 259px;
}
.cookies-modal .buttons-group a {
  color: black;
}
@media screen and (max-width: 833px) {
  .cookies-modal {
    border-radius: 13px;
    width: 300px;
    padding: 47px 10px;
  }
  .cookies-modal img {
    width: 25px;
    height: 25px;
    top: 12px;
    right: 15px;
  }
  .cookies-modal h2 {
    font-size: 24px;
    margin-bottom: 31px;
  }
  .cookies-modal p {
    font-size: 14px;
  }
  .cookies-modal p.moreinfo {
    font-size: 10px;
  }
  .cookies-modal .buttons-group .ui-btn {
    width: 125px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .cookies-modal {
    border-radius: 15px;
    width: 583px;
    padding: 52px 53px;
  }
  .cookies-modal img {
    width: 25px;
    height: 25px;
    top: 27px;
    right: 28px;
  }
  .cookies-modal p {
    font-size: 18px;
  }
  .cookies-modal p.moreinfo {
    font-size: 14px;
  }
}.request {
  position: fixed;
  display: none;
  height: 100vh;
  width: 100vw;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.6);
}
.request.active {
  display: block;
}.certificate-page-header {
  padding-top: 100px;
  background-image: url(/build/assets/bg-SEN11PXD.png);
  background-size: cover;
  height: 1080px;
}
.certificate-page-header .header-text {
  user-select: none;
  margin-top: 264px;
  margin-left: 441px;
  width: 580px;
}
.certificate-page-header h1 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 64px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #566579 0%, #00aef5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.certificate-page-header p {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: justify;
  color: #68789b;
  width: 580px;
  margin-top: 18px;
}
.certificate-page-header .ui-abtn {
  margin-top: 75px;
  width: 356px;
}
@media screen and (max-width: 833px) {
  .certificate-page-header {
    position: relative;
    background-image: url(/build/assets/bgPhone-40sKmRNm.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 125px;
    height: fit-content;
  }
  .certificate-page-header .header-text {
    margin: auto;
    width: 300px;
  }
  .certificate-page-header h1 {
    font-size: 27px;
    text-align: center;
  }
  .certificate-page-header p {
    font-size: 11px;
    text-align: center;
    width: 300px;
    margin-top: 11px;
  }
  .certificate-page-header .ui-abtn {
    margin: auto;
    margin-top: 420px;
    width: 237px;
  }
  .certificate-page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #d2f1fd 0%, #d2f1fd 50%, #eafaff 100%);
    z-index: -1;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .certificate-page-header {
    background-image: url(/build/assets/bgTablet-c5tigFeW.png);
    height: 705px;
  }
  .certificate-page-header .header-text {
    width: 328px;
    margin-left: 134px;
    margin-top: 99px;
  }
  .certificate-page-header h1 {
    font-size: 30px;
  }
  .certificate-page-header p {
    font-size: 14px;
    margin-top: 17px;
    width: 293px;
  }
  .certificate-page-header .ui-abtn {
    width: 237px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .certificate-page-header {
    background-image: url(/build/assets/bgMac-hH1D77CO.png);
    height: 834px;
  }
  .certificate-page-header .header-text {
    width: 460px;
    margin-left: 201px;
    margin-top: 167px;
  }
  .certificate-page-header h1 {
    font-size: 47px;
  }
  .certificate-page-header p {
    font-size: 17px;
    width: 460px;
  }
  .certificate-page-header .ui-abtn {
    width: 250px;
    margin-top: 73px;
  }
}

.certificate-sections {
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
  background-image: url(/build/assets/contentBg-CSzrZXPa.png);
  background-size: cover;
  padding-bottom: 155px;
}
.certificate-sections section {
  padding: 0 410px;
}
.certificate-sections section h2 {
  margin-bottom: 21px;
  text-align: center;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 46px;
  text-transform: uppercase;
  color: #03aef3;
}
.certificate-sections section p {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  text-align: justify;
  color: #566579;
}
@media screen and (max-width: 833px) {
  .certificate-sections {
    margin-top: 106px;
    padding-bottom: 56px;
    background-image: none;
  }
  .certificate-sections section {
    padding: 0 45px;
  }
  .certificate-sections section h2 {
    font-size: 24px;
    margin-bottom: 13px;
  }
  .certificate-sections section p {
    font-size: 13px;
    line-height: 154%;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .certificate-sections {
    padding-bottom: 173px;
  }
  .certificate-sections section {
    padding: 0 134px;
  }
  .certificate-sections section h2 {
    font-size: 30px;
    margin: auto;
    margin-bottom: 25px;
  }
  .certificate-sections section p {
    font-size: 15px;
    line-height: 153%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .certificate-sections section {
    padding: 0 201px;
  }
  .certificate-sections section h2 {
    font-size: 38px;
    margin-bottom: 21px;
  }
  .certificate-sections section p {
    font-size: 17px;
    line-height: 165%;
  }
}

.certificate-blocks {
  display: flex;
  gap: 87px;
  margin-top: 70px;
}
.certificate-blocks .block {
  display: flex;
  gap: 19px;
}
.certificate-blocks .block img {
  width: 74px;
  height: 74px;
}
.certificate-blocks .block h3 {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 117%;
  text-align: justify;
  color: #03aef3;
}
.certificate-blocks .block p {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  text-align: justify;
  color: #566579;
  margin-top: 8px;
}
@media screen and (max-width: 833px) {
  .certificate-blocks {
    flex-direction: column;
  }
  .certificate-blocks .block {
    border-radius: 13px;
    background: #d8f1ff;
    padding: 35px 18px 18px 18px;
    position: relative;
  }
  .certificate-blocks .block img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .certificate-blocks .block h3 {
    font-size: 14px;
    line-height: 150%;
    text-align: center;
  }
  .certificate-blocks .block p {
    font-size: 12px;
    line-height: 167%;
    text-align: center;
    margin-top: 5px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1849px) {
  .certificate-blocks {
    flex-direction: column;
    gap: 44px;
    margin-top: 59px;
  }
  .certificate-blocks .block {
    gap: 22px;
  }
  .certificate-blocks .block img {
    width: 50px;
    height: 50px;
  }
  .certificate-blocks .block h3 {
    font-size: 16px;
    line-height: 131%;
  }
  .certificate-blocks .block p {
    font-size: 14px;
    line-height: 150%;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .certificate-blocks {
    padding: 0 49px;
    gap: 35px;
    margin-top: 45px;
  }
  .certificate-blocks .block {
    gap: 18px;
  }
  .certificate-blocks .block img {
    width: 74px;
    height: 74px;
  }
  .certificate-blocks .block h3 {
    font-size: 18px;
    line-height: 117%;
  }
  .certificate-blocks .block p {
    font-size: 15px;
    line-height: 140%;
  }
}

section.certificate-form {
  margin-top: 100px;
  padding: 65px;
  padding-bottom: 73px;
}
@media screen and (max-width: 833px) {
  section.certificate-form {
    padding: 0 45px;
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  section.certificate-form {
    margin: 140px 131px 0 134px;
    padding: 50px 33px 25px 33px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  section.certificate-form {
    margin: 0 199px;
    margin-top: 100px;
    padding: 50px 69px;
    padding-bottom: 35px;
  }
}

.certificate-form {
  border-radius: 35px;
  width: 1040px;
  background: #d8f1ff;
}
.certificate-form p {
  margin-bottom: 80px;
}
.certificate-form .ui-ti {
  margin-bottom: 35px;
}
.certificate-form .ui-btn {
  margin: auto;
  margin-top: 30px;
  width: 420px;
}
.certificate-form .desc {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 128%;
  text-align: justify;
  color: #424d64;
  margin: 0;
  margin-top: 27px;
  opacity: 0.56;
}
.certificate-form .checkboxes {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 123px;
  row-gap: 20px;
  width: fit-content;
  margin: auto;
  margin-top: 49px;
}
.certificate-form .checkboxes .ui-cbx:last-child {
  margin: auto;
}
@media screen and (max-width: 833px) {
  .certificate-form {
    width: 100%;
    background: none;
  }
  .certificate-form p {
    margin-bottom: 27px;
  }
  .certificate-form .desc {
    font-size: 10px;
    line-height: 130%;
    text-align: center;
    margin-top: 23px;
  }
  .certificate-form .ui-ti {
    margin-bottom: 23px;
  }
  .certificate-form .ui-fi {
    margin-top: 36px;
  }
  .certificate-form .ui-btn {
    margin: auto;
    margin-top: 11px;
    width: 189px;
    height: 36px;
  }
  .certificate-form .ui-btn .ui-btn-text {
    font-size: 10px;
  }
  .certificate-form .checkboxes {
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    margin-top: 7px;
  }
  .certificate-form form {
    border-radius: 10px;
    background: #d8f1ff;
    padding: 31px 9px;
    padding-bottom: 47px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .certificate-form {
    width: auto;
  }
  .certificate-form p {
    margin-bottom: 55px;
  }
  .certificate-form .checkboxes {
    column-gap: 35px;
    row-gap: 20px;
    margin-top: 45px;
  }
  .certificate-form .checkboxes .ui-cbx {
    gap: 20px;
  }
  .certificate-form .ui-ti {
    margin-bottom: 31px;
  }
  .certificate-form .ui-fi {
    margin-top: 31px;
  }
  .certificate-form .ui-btn {
    width: 237px;
  }
  .certificate-form .desc {
    font-size: 15px;
    line-height: 153%;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .certificate-form {
    width: auto;
  }
  .certificate-form p {
    margin-bottom: 40px;
  }
  .certificate-form .checkboxes {
    column-gap: 131px;
    row-gap: 20px;
    margin-top: 45px;
  }
  .certificate-form .ui-ti {
    margin-bottom: 31px;
  }
  .certificate-form .ui-fi {
    margin-top: 31px;
  }
  .certificate-form .ui-btn {
    width: 420px;
  }
  .certificate-form .desc {
    font-size: 15px;
    line-height: 153%;
    margin-top: 25px;
  }
}.ui-file {
  display: flex;
  flex-direction: column;
  gap: 39px;
  justify-content: center;
  align-items: center;
  height: 165px;
  border: 1px dashed #01cccf;
  border-radius: 17px;
  background: #fff;
}
.ui-file input {
  display: none;
}
.ui-file span {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  text-align: justify;
  color: #98c1dc;
}
.ui-file .image-text {
  display: flex;
  align-items: center;
  gap: 13px;
}
.ui-file .image-text img {
  width: 36px;
  height: 36px;
}
.ui-file .image-text span {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  text-align: justify;
  color: #98c1dc;
}
.ui-file .file-text {
  display: block;
  width: 200px;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.ui-file:hover {
  cursor: pointer;
}
.ui-file.drag-active {
  opacity: 0.5;
}
@media screen and (max-width: 833px) {
  .ui-file {
    height: 83px;
    border-radius: 2px;
    gap: 8px;
  }
  .ui-file span {
    font-size: 10px;
    line-height: 200%;
  }
  .ui-file .image-text img {
    width: 20px;
    height: 20px;
  }
  .ui-file .image-text span {
    font-size: 10px;
    line-height: 156%;
  }
  .ui-file .file-text {
    width: 200px;
    font-size: 10px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1849px) {
  .ui-file {
    padding: 0 36px;
    gap: 25px;
  }
  .ui-file span {
    font-size: 15px;
    line-height: 187%;
    text-align: center;
  }
  .ui-file .image-text {
    gap: 10px;
  }
  .ui-file .image-text img {
    width: 26px;
    height: 26px;
  }
  .ui-file .image-text span {
    font-size: 14px;
    line-height: 156%;
  }
  .ui-file .file-text {
    width: 425px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .ui-file {
    gap: 35px;
  }
  .ui-file .image-text img {
    width: 29px;
    height: 36px;
  }
  .ui-file .image-text span {
    font-size: 18px;
    line-height: 156%;
  }
  .ui-file .file-text {
    width: 700px;
    font-size: 18px;
  }
}.ui-abtn {
  display: block;
  text-decoration: none;
  height: 66px;
  border-radius: 12px;
  box-shadow: inset 0 0 16px 7px rgba(218, 251, 246, 0.7);
  background: linear-gradient(90deg, #00dcb9 0%, #00c9d2 99.5%, #00c9d2 100%);
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms all;
}
.ui-abtn .ui-abtn-text {
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
}
.ui-abtn:hover {
  cursor: pointer;
  opacity: 0.32;
}
@media screen and (max-width: 833px) {
  .ui-abtn {
    border-radius: 7px;
    height: 46px;
  }
  .ui-abtn .ui-abtn-text {
    font-size: 13px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .ui-abtn {
    border-radius: 7px;
    height: 40px;
  }
  .ui-abtn .ui-abtn-text {
    font-size: 12px;
  }
}.contacts-page-header {
  padding-top: 100px;
  background-image: url(/build/assets/bg-CQe18s4_.png);
  background-size: cover;
  height: 1080px;
}
.contacts-page-header .header-text {
  user-select: none;
  margin-top: 264px;
  margin-left: 441px;
  width: 599px;
}
.contacts-page-header h1 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 64px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #566579 0%, #00aef5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contacts-page-header p {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: justify;
  color: #68789b;
  width: 599px;
  margin-top: 18px;
}
.contacts-page-header .ui-btn {
  margin-top: 75px;
  width: 349px;
}
@media screen and (max-width: 833px) {
  .contacts-page-header {
    position: relative;
    background-image: url(/build/assets/bgPhone-C6ttsfHE.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 150px;
    height: fit-content;
  }
  .contacts-page-header .header-text {
    margin: auto;
    width: 300px;
  }
  .contacts-page-header h1 {
    font-size: 27px;
    text-align: center;
  }
  .contacts-page-header p {
    font-size: 11px;
    text-align: center;
    width: 300px;
    margin-top: 11px;
  }
  .contacts-page-header .ui-btn {
    margin: auto;
    margin-top: 420px;
    width: 237px;
  }
  .contacts-page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #d2f1fd 0%, #d2f1fd 50%, #eafaff 100%);
    z-index: -1;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .contacts-page-header {
    background-image: url(/build/assets/bgTablet-BTIkse5-.png);
    height: 705px;
  }
  .contacts-page-header .header-text {
    width: 328px;
    margin-left: 134px;
    margin-top: 99px;
  }
  .contacts-page-header h1 {
    font-size: 30px;
  }
  .contacts-page-header p {
    font-size: 14px;
    margin-top: 17px;
    width: 293px;
  }
  .contacts-page-header .ui-btn {
    width: 237px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .contacts-page-header {
    background-image: url(/build/assets/bgMac-e7qTaqNl.png);
    height: 834px;
  }
  .contacts-page-header .header-text {
    width: 460px;
    margin-left: 201px;
    margin-top: 167px;
  }
  .contacts-page-header h1 {
    font-size: 47px;
  }
  .contacts-page-header p {
    font-size: 17px;
    width: 460px;
  }
  .contacts-page-header .ui-abtn {
    width: 300px;
    margin-top: 54px;
  }
}

.contact-sections {
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
  background-image: url(/build/assets/contentBg-CSzrZXPa.png);
  background-size: cover;
  padding-bottom: 155px;
}
.contact-sections section {
  width: 100%;
  padding: 0 410px;
  margin-bottom: 31px;
}
.contact-sections section h2 {
  margin-bottom: 10px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  color: #03aef3;
}
.contact-sections section p {
  user-select: text;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  color: #566579;
}
.contact-sections section:last-child {
  margin-bottom: 0;
}
.contact-sections iframe {
  margin-top: 75px;
  margin-bottom: 75px;
  width: 1040px;
  height: 494px;
}
@media screen and (max-width: 833px) {
  .contact-sections {
    margin-top: 106px;
    background-image: none;
    padding-bottom: 56px;
  }
  .contact-sections section {
    margin-bottom: 45px;
    padding: 0 45px;
  }
  .contact-sections section h2 {
    font-size: 24px;
    margin-bottom: 13px;
  }
  .contact-sections section p {
    font-size: 13px;
    line-height: 154%;
  }
  .contact-sections iframe {
    width: 100%;
    padding: 0 45px;
    height: 188px;
    margin-top: 38px;
    margin-bottom: 37px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .contact-sections {
    padding-bottom: 74px;
  }
  .contact-sections section {
    padding: 0 134px;
  }
  .contact-sections section h2 {
    font-size: 30px;
    margin: auto;
    margin-bottom: 5px;
  }
  .contact-sections section p {
    font-size: 15px;
    line-height: 153%;
  }
  .contact-sections iframe {
    width: 100%;
    padding: 0 134px;
    height: 416px;
    margin-top: 34px;
    margin-bottom: 54px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .contact-sections section {
    padding: 0 201px;
  }
  .contact-sections section h2 {
    font-size: 38px;
    margin-bottom: 10px;
  }
  .contact-sections section p {
    font-size: 17px;
    line-height: 165%;
  }
  .contact-sections iframe {
    width: 100%;
    padding: 0 201px;
    height: 494px;
    margin-top: 54px;
    margin-bottom: 64px;
  }
}.debt-page-header {
  padding-top: 100px;
  background-image: url(/build/assets/bg-BpqkbNkt.png);
  background-size: cover;
  height: 1080px;
}
.debt-page-header .header-text {
  user-select: none;
  margin-top: 264px;
  margin-left: 441px;
  width: 671px;
}
.debt-page-header h1 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 62px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #566579 0%, #00aef5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.debt-page-header p {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #68789b;
  width: 620px;
  margin-top: 21px;
}
.debt-page-header .ui-abtn {
  margin-top: 75px;
  width: 499px;
}
@media screen and (max-width: 833px) {
  .debt-page-header {
    position: relative;
    background-image: url(/build/assets/bgPhone-DvxVTrFm.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 150px;
    height: fit-content;
  }
  .debt-page-header .header-text {
    margin: auto;
    width: 300px;
  }
  .debt-page-header h1 {
    font-size: 27px;
    text-align: center;
  }
  .debt-page-header p {
    font-size: 11px;
    text-align: center;
    width: 300px;
    margin-top: 11px;
  }
  .debt-page-header .ui-abtn {
    margin: auto;
    margin-top: 420px;
    width: 237px;
  }
  .debt-page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #d2f1fd 0%, #d2f1fd 50%, #eafaff 100%);
    z-index: -1;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .debt-page-header {
    background-image: url(/build/assets/bgTablet-CCIQx-5h.png);
    height: 705px;
  }
  .debt-page-header .header-text {
    width: 343px;
    margin-left: 134px;
    margin-top: 99px;
  }
  .debt-page-header h1 {
    font-size: 30px;
  }
  .debt-page-header p {
    font-size: 14px;
    margin-top: 17px;
    width: 343px;
  }
  .debt-page-header .ui-abtn {
    width: 237px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .debt-page-header {
    background-image: url(/build/assets/bgMac-Br_4TJ-s.png);
    height: 834px;
  }
  .debt-page-header .header-text {
    width: 539px;
    margin-left: 201px;
    margin-top: 167px;
  }
  .debt-page-header h1 {
    font-size: 47px;
  }
  .debt-page-header p {
    font-size: 17px;
    width: 539px;
  }
  .debt-page-header .ui-abtn {
    width: 428px;
    margin-top: 73px;
  }
}

.debt-sections {
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
  background-image: url(/build/assets/contentBg-CSzrZXPa.png);
  background-size: cover;
  padding-bottom: 155px;
}
.debt-sections section {
  padding: 0 410px;
}
.debt-sections section h2 {
  margin-bottom: 21px;
  text-align: center;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 46px;
  text-transform: uppercase;
  color: #03aef3;
}
.debt-sections section p {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  text-align: justify;
  color: #566579;
}
@media screen and (max-width: 833px) {
  .debt-sections {
    margin-top: 106px;
    padding-bottom: 56px;
    background-image: none;
  }
  .debt-sections section {
    padding: 0 45px;
  }
  .debt-sections section h2 {
    font-size: 24px;
    margin-bottom: 13px;
  }
  .debt-sections section p {
    font-size: 13px;
    line-height: 154%;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .debt-sections {
    padding-bottom: 163px;
  }
  .debt-sections section {
    padding: 0 134px;
  }
  .debt-sections section h2 {
    font-size: 30px;
    margin: auto;
    margin-bottom: 25px;
    width: 375px;
  }
  .debt-sections section p {
    font-size: 15px;
    line-height: 153%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .debt-sections section {
    padding: 0 201px;
  }
  .debt-sections section h2 {
    font-size: 38px;
    margin-bottom: 21px;
  }
  .debt-sections section p {
    font-size: 17px;
    line-height: 165%;
  }
}

@media screen and (max-width: 833px) {
  section.plan-section {
    padding: 0;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  section.plan-section {
    padding-left: 166px;
    padding-right: 133px;
  }
}

.plan {
  margin-top: 106px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan .plan-point {
  padding-bottom: 25px;
  display: flex;
  gap: 37px;
}
.plan .plan-point h3 {
  margin-top: 10px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: right;
  color: #03aef3;
  width: 393px;
}
.plan .plan-point .number-box {
  position: relative;
  z-index: 1;
}
.plan .plan-point .number-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 2px;
  height: calc(100% + 25px);
  background-color: #03aef3;
  z-index: -1;
}
.plan .plan-point .number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-color: #03aef3;
  border-radius: 100%;
}
.plan .plan-point h4 {
  position: relative;
  vertical-align: middle;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 800;
  font-size: 39px;
  line-height: 65%;
  text-align: justify;
  color: #e4faff;
}
.plan .plan-point .point-text {
  width: 505px;
  padding: 20px;
  padding-left: 22px;
  border-radius: 12px;
  background: #d8f1ff;
}
.plan .plan-point .point-text h3 {
  display: none;
}
.plan .plan-point .point-text p {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  text-align: justify;
  color: #566579;
}
.plan .plan-point:last-child h3 {
  margin-top: 94px;
}
.plan .plan-point:last-child .number-box {
  margin-top: 84px;
}
.plan .plan-point:last-child .number-box::after {
  top: -84px;
  height: 84px;
}
.plan .plan-point:nth-child(2n) h3 {
  color: #01cbd1;
}
.plan .plan-point:nth-child(2n) .number {
  background-color: #01cbd1;
}
@media screen and (max-width: 833px) {
  .plan {
    margin-top: 28px;
  }
  .plan .plan-point {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .plan .plan-point .number-box {
    order: 1;
  }
  .plan .plan-point .number-box::after {
    content: none;
  }
  .plan .plan-point .number {
    width: 44px;
    height: 44px;
  }
  .plan .plan-point h3 {
    order: 2;
    font-size: 15px;
    text-align: center;
    width: fit-content;
    margin-top: 8px;
  }
  .plan .plan-point h4 {
    font-size: 34px;
  }
  .plan .plan-point .point-text {
    order: 3;
    width: 300px;
    padding: 16px 14px;
    margin-top: 13px;
  }
  .plan .plan-point .point-text p {
    font-size: 12px;
    line-height: 167%;
    text-align: center;
  }
  .plan .plan-point:last-child h3 {
    margin-top: 10px;
  }
  .plan .plan-point:last-child .number-box {
    margin-top: 0;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .plan {
    margin-top: 50px;
  }
  .plan .plan-point .number-box {
    order: 1;
  }
  .plan .plan-point h3 {
    order: 2;
    display: none;
  }
  .plan .plan-point .point-text {
    order: 3;
    padding: 20px;
  }
  .plan .plan-point .point-text h3 {
    display: block;
    width: auto;
    margin-bottom: 7px;
    text-align: center;
    margin-top: 0;
  }
  .plan .plan-point .point-text p {
    order: 3;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .plan .plan-point h3 {
    width: 269px;
  }
  .plan .plan-point .point-text p {
    font-size: 16px;
    line-height: 175%;
  }
}

section.debt-form {
  margin-top: 100px;
  padding: 65px;
  padding-bottom: 73px;
}
@media screen and (max-width: 833px) {
  section.debt-form {
    margin-top: 124px;
    padding: 0 45px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  section.debt-form {
    margin: 163px 107px;
    margin-bottom: 0;
    padding: 0 27px;
    padding-top: 34px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  section.debt-form {
    margin: 0 199px;
    margin-top: 113px;
    padding: 50px 69px;
    padding-bottom: 35px;
  }
}

.debt-form {
  border-radius: 35px;
  width: 1040px;
  background: #d8f1ff;
}
.debt-form p {
  margin-bottom: 80px;
}
.debt-form .ui-ti,
.debt-form .ui-select {
  margin-bottom: 35px;
}
.debt-form .ui-cbx {
  margin: auto;
  margin-top: 51px;
}
.debt-form .ui-btn {
  margin: auto;
  margin-top: 30px;
  width: 424px;
}
.debt-form .desc {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 128%;
  text-align: center;
  color: #424d64;
  margin: 0;
  margin-top: 27px;
  opacity: 0.56;
}
.debt-form .desc .no-wrap {
  white-space: nowrap;
}
@media screen and (max-width: 833px) {
  .debt-form {
    width: 100%;
    background: none;
  }
  .debt-form p {
    margin-bottom: 27px;
  }
  .debt-form .desc {
    font-size: 10px;
    line-height: 130%;
    margin-top: 23px;
  }
  .debt-form .ui-ti,
  .debt-form .ui-select {
    margin-bottom: 23px;
  }
  .debt-form .ui-cbx {
    margin-top: 23px;
  }
  .debt-form .ui-btn {
    margin: auto;
    margin-top: 23px;
    width: 189px;
    height: 36px;
  }
  .debt-form .ui-btn .ui-btn-text {
    font-size: 10px;
  }
  .debt-form .form-body {
    border-radius: 10px;
    background: #d8f1ff;
    padding: 31px 9px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .debt-form {
    width: auto;
  }
  .debt-form p {
    margin-bottom: 55px;
  }
  .debt-form .ui-ti,
  .debt-form .ui-select {
    margin-bottom: 31px;
  }
  .debt-form .ui-cbx {
    margin-top: 40px;
  }
  .debt-form .desc {
    font-size: 15px;
    line-height: 153%;
    margin-top: 15px;
  }
  .debt-form .ui-btn {
    margin-top: 31px;
    width: 237px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .debt-form {
    width: auto;
  }
  .debt-form p {
    margin-bottom: 40px;
  }
  .debt-form .ui-ti,
  .debt-form .ui-select {
    margin-bottom: 31px;
  }
  .debt-form .ui-cbx {
    margin-top: 39px;
  }
  .debt-form .ui-btn {
    margin-top: 41px;
    width: 424px;
  }
  .debt-form .desc {
    margin: auto;
    margin-top: 25px;
    width: 780px;
    font-size: 15px;
    line-height: 153%;
  }
}.slider .slides {
  display: flex;
  justify-content: center;
}
.slider .slider-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  margin-top: 42px;
}
.slider .slider-buttons .slider-button {
  border-radius: 18px;
  width: 80px;
  height: 15px;
  background: linear-gradient(180deg, rgba(1, 219, 188, 0.35) 0%, rgba(1, 203, 209, 0.35) 100%);
}
.slider .slider-buttons .slider-button.active {
  background: linear-gradient(180deg, #01dbbc 0%, #01cbd1 100%);
}
.slider .slider-buttons .slider-button:hover {
  cursor: pointer;
}
.slider .slider-buttons .slider-button.active:hover {
  cursor: default;
}
.slider .left-btn {
  display: none;
}
.slider .right-btn {
  display: none;
}
@media screen and (max-width: 833px) {
  .slider {
    width: 100vw;
  }
  .slider .slides {
    overflow: auto;
    width: 100vw;
    padding-left: 45px;
    padding-right: 45px;
    justify-content: flex-start;
    gap: 14px;
  }
  .slider .slides::-webkit-scrollbar {
    display: none;
  }
  .slider .slider-buttons {
    display: none;
  }
}
@media screen and (min-width: 834px) and (max-width: 1849px) {
  .slider {
    width: 100%;
    padding: 0 134px;
  }
  .slider .slider-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
  .slider .slides {
    flex-grow: 1;
    position: relative;
    min-width: 454px;
    height: 272px;
    overflow: hidden;
    display: block;
  }
  .slider .left-btn {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(/build/assets/sliderLeft-CZwN4rJU.svg);
    background-size: cover;
  }
  .slider .right-btn {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(/build/assets/sliderRight-DL3IfltZ.svg);
    background-size: cover;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .slider {
    padding: 0 220px;
  }
  .slider .slider-content {
    gap: 40px;
  }
  .slider .left-btn,
  .slider .right-btn {
    width: 70px;
    height: 70px;
  }
}.slide {
  width: 480px;
  height: 300px;
  border-radius: 18px;
  scale: 0.58;
  opacity: 0.3;
  background: #d8f1ff;
  padding: 26px 50px 0 50px;
  transition: 600ms;
}
.slide.active {
  opacity: 1;
  scale: 1;
}
.slide h2 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 800;
  font-size: 39px;
  line-height: 65%;
  text-align: justify;
  color: #03aef3;
}
.slide h3 {
  margin-top: 24px;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 17px;
  line-height: 117%;
  text-align: justify;
  color: #3ec1ec;
}
.slide p {
  margin-top: 10px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 153%;
  text-align: justify;
  color: #68789b;
}
@media screen and (max-width: 833px) {
  .slide {
    min-width: 300px;
    width: 300px;
    height: 216px;
    padding: 18px;
    padding-bottom: 0;
    opacity: 1;
    scale: 1;
  }
  .slide h2 {
    font-size: 25px;
    line-height: 104%;
  }
  .slide h3 {
    margin-top: 3px;
    font-size: 14px;
    line-height: 149%;
  }
  .slide p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 167%;
  }
}
@media screen and (min-width: 834px) and (max-width: 1849px) {
  .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    scale: 1;
    top: 0;
    left: 0;
  }
  .slide.active {
    animation: slidein 600ms;
  }
  .slide h2 {
    font-size: 39px;
    line-height: 65%;
  }
  .slide h3 {
    margin-top: 17px;
    font-size: 18px;
    line-height: 116%;
  }
  .slide p {
    margin-top: 17px;
    font-size: 15px;
    line-height: 140%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .slide {
    padding: 27px 60px;
  }
  .slide h2 {
    font-size: 39px;
    line-height: 65%;
  }
  .slide h3 {
    margin-top: 17px;
    font-size: 18px;
    line-height: 116%;
  }
  .slide p {
    margin-top: 17px;
    font-size: 16px;
    line-height: 162%;
  }
}

@keyframes slidein {
  from {
    opacity: 1;
    left: 100%;
  }
  to {
    opacity: 1;
    left: 0;
  }
}.about-page-header {
  padding-top: 100px;
  background-image: url(/build/assets/bg-sWUmjyOg.png);
  background-size: cover;
  height: 1077px;
}
.about-page-header .header-text {
  user-select: none;
  margin-top: 206px;
  margin-left: 439px;
  width: 576px;
}
.about-page-header h1 {
  font-family: "Fira Sans Condensed", sans-serif;
  text-transform: uppercase;
  line-height: 73px;
}
.about-page-header h1 .part1 {
  font-weight: 500;
  font-size: 41.3px;
  letter-spacing: 0.292em;
  background: linear-gradient(90deg, #566579 0%, #9ebadf 100%);
}
.about-page-header h1 .part2 {
  font-weight: 700;
  font-size: 80px;
  background: linear-gradient(90deg, #566579 0%, #00aef5 100%);
}
.about-page-header h1 .part3 {
  font-weight: 700;
  font-size: 93.5px;
  background: linear-gradient(90deg, #566579 0%, #02aef4 100%);
}
.about-page-header h1 .part1,
.about-page-header h1 .part2,
.about-page-header h1 .part3 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-page-header p {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #68789b;
}
.about-page-header .ui-btn {
  width: 349px;
  margin-top: 75px;
}
@media screen and (max-width: 833px) {
  .about-page-header {
    position: relative;
    background-image: url(/build/assets/bgPhone-xZJM8Sgi.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 200px;
    height: fit-content;
  }
  .about-page-header .header-text {
    margin: auto;
    width: 300px;
  }
  .about-page-header h1 {
    line-height: 35px;
  }
  .about-page-header h1 .part1 {
    font-size: 21px;
  }
  .about-page-header h1 .part2 {
    font-size: 41px;
  }
  .about-page-header h1 .part3 {
    font-size: 48px;
  }
  .about-page-header p {
    font-size: 11px;
    margin-top: 5px;
  }
  .about-page-header .ui-btn {
    width: 237px;
    margin: auto;
    margin-top: 414px;
  }
  .about-page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #d2f1fd 0%, #d2f1fd 50%, #eafaff 100%);
    z-index: -1;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .about-page-header {
    background-image: url(/build/assets/bgTablet-DL1Dg_A8.png);
    height: 705px;
  }
  .about-page-header .header-text {
    width: 324px;
    margin-left: 134px;
    margin-top: 54px;
  }
  .about-page-header h1 {
    line-height: 35px;
  }
  .about-page-header h1 .part1 {
    font-size: 23px;
  }
  .about-page-header h1 .part2 {
    font-size: 44px;
  }
  .about-page-header h1 .part3 {
    font-size: 52px;
  }
  .about-page-header p {
    font-size: 11px;
  }
  .about-page-header .ui-btn {
    width: 213px;
    margin-top: 27px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .about-page-header {
    background-image: url(/build/assets/bgMac-y7BLgBEQ.png);
    height: 834px;
  }
  .about-page-header .header-text {
    width: 459px;
    margin-left: 230px;
    margin-top: 140px;
  }
  .about-page-header h1 {
    line-height: 52px;
  }
  .about-page-header h1 .part1 {
    font-size: 32px;
  }
  .about-page-header h1 .part2 {
    font-size: 62px;
  }
  .about-page-header h1 .part3 {
    font-size: 74px;
  }
  .about-page-header p {
    font-size: 16px;
  }
  .about-page-header .ui-btn {
    width: 300px;
    margin-top: 73px;
  }
}

.cfa {
  background-color: #d8f1ff;
  border-radius: 35px;
  padding: 37px 444px;
  padding-bottom: 79px;
  margin-bottom: 152px;
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
}
.cfa p {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 156%;
  text-align: justify;
  color: #566579;
}
.cfa a.link {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #424d64;
  margin-top: 53px;
}
.cfa .cfa-desc {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 128%;
  text-align: center;
  color: #424d64;
  margin-top: 40px;
}
.cfa .ui-abtn {
  width: 424px;
  margin-top: 79px;
}
@media screen and (max-width: 833px) {
  .cfa {
    margin-top: 87px;
    margin-bottom: 87px;
    padding: 15px 45px;
  }
  .cfa p {
    font-size: 13px;
    line-height: 154%;
  }
  .cfa a.link {
    font-size: 13px;
    line-height: 154%;
    margin-top: 30px;
  }
  .cfa .cfa-desc {
    font-size: 13px;
    line-height: 154%;
    margin-top: 10px;
  }
  .cfa .ui-abtn {
    width: 237px;
    text-align: center;
    margin-top: 40px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .cfa {
    padding: 30px 134px;
    margin-bottom: 110px;
  }
  .cfa p {
    font-size: 15px;
    line-height: 153%;
  }
  .cfa a.link {
    font-size: 15px;
    line-height: 153%;
    margin-top: 30px;
  }
  .cfa .cfa-desc {
    font-size: 15px;
    line-height: 153%;
    margin-top: 20px;
  }
  .cfa .ui-abtn {
    width: 300px;
    text-align: center;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .cfa {
    padding: 30px 201px;
    margin-bottom: 130px;
  }
  .cfa p {
    font-size: 17px;
    line-height: 165%;
  }
  .cfa a.link {
    font-size: 17px;
    line-height: 165%;
  }
  .cfa .cfa-desc {
    font-size: 17px;
    line-height: 165%;
  }
}

.about-sections {
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
  background-image: url(/build/assets/contentBg-CSzrZXPa.png);
  background-size: cover;
  padding-bottom: 155px;
}
.about-sections section {
  padding: 0 420px;
}
.about-sections section h2 {
  margin-bottom: 21px;
  text-align: center;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 46px;
  text-transform: uppercase;
  color: #03aef3;
}
.about-sections section p {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  text-align: justify;
  color: #566579;
}
.about-sections .about-company {
  margin-bottom: 100px;
}
@media screen and (max-width: 833px) {
  .about-sections {
    margin-top: 87px;
    background-image: none;
  }
  .about-sections section {
    padding: 0 45px;
  }
  .about-sections section h2 {
    font-size: 24px;
    margin-bottom: 13px;
  }
  .about-sections section p {
    font-size: 13px;
    line-height: 154%;
  }
  .about-sections .about-company {
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .about-sections {
    padding-bottom: 132px;
  }
  .about-sections section {
    padding: 0 134px;
  }
  .about-sections section h2 {
    font-size: 30px;
    margin-bottom: 11px;
  }
  .about-sections section p {
    font-size: 15px;
    line-height: 153%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .about-sections section {
    padding: 0 201px;
  }
  .about-sections section h2 {
    font-size: 38px;
    margin-bottom: 21px;
  }
  .about-sections section p {
    font-size: 17px;
    line-height: 165%;
  }
}

section.about-whyus {
  margin-top: 150px;
  padding: 0 390px;
}
@media screen and (max-width: 833px) {
  section.about-whyus {
    margin-top: 66px;
    padding: 0 45px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  section.about-whyus {
    margin-top: 103px;
    padding: 0 134px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  section.about-whyus {
    margin-top: 100px;
    padding: 0 248px;
  }
  section.about-whyus h2 {
    margin-bottom: 42px;
  }
}

.about-blocks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 36px;
  margin-bottom: 100px;
}
.about-blocks .block {
  border-radius: 13px;
  width: 520px;
  background: #d8f1ff;
  padding: 20px 19px 20px 17px;
  display: flex;
  gap: 18px;
}
.about-blocks .block img {
  width: 74px;
  height: 74px;
}
.about-blocks .block h3 {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 117%;
  text-align: justify;
  color: #03aef3;
  margin-bottom: 8px;
}
.about-blocks .block p {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  text-align: justify;
  color: #566579;
}
@media screen and (max-width: 833px) {
  .about-blocks {
    row-gap: 37px;
    margin-top: 37px;
    justify-content: center;
  }
  .about-blocks .block {
    position: relative;
    width: 100%;
    padding: 35px 18px 24px 18px;
  }
  .about-blocks .block img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .about-blocks .block h3 {
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 5px;
  }
  .about-blocks .block p {
    font-size: 12px;
    line-height: 167%;
  }
}
@media screen and (min-width: 834px) and (max-width: 1849px) {
  .about-blocks {
    justify-content: center;
  }
  .about-blocks .block {
    width: 100%;
  }
}

.licensies {
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 174px;
}
.licensies .license {
  width: 325px;
}
.licensies .license h3 {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 117%;
  text-align: center;
  color: #68789b;
  text-align: center;
  margin-bottom: 55px;
}
.licensies .license img {
  height: 451px;
}
@media screen and (max-width: 833px) {
  .licensies {
    flex-wrap: wrap;
    gap: 67px;
  }
  .licensies .license {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
  .licensies .license h3 {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 0;
  }
  .licensies .license img {
    height: 320px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .licensies {
    gap: 66px;
    margin-top: 41px;
  }
  .licensies .license {
    width: 205px;
  }
  .licensies .license h3 {
    font-size: 15px;
    line-height: 133%;
    margin-bottom: 27px;
  }
  .licensies .license img {
    height: 289px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .licensies {
    gap: 154px;
  }
  .licensies .license {
    width: 328px;
  }
  .licensies .license h3 {
    font-size: 18px;
    line-height: 117%;
    margin-bottom: 55px;
  }
  .licensies .license img {
    height: 451px;
  }
}.payment-page-header {
  padding-top: 100px;
  background-image: url(/build/assets/bg-b_qIzW8r.png);
  background-size: cover;
  height: 1080px;
}
.payment-page-header .header-text {
  user-select: none;
  margin-top: 264px;
  margin-left: 441px;
  width: 471px;
}
.payment-page-header h1 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 64px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #566579 0%, #00aef5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.payment-page-header p {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #68789b;
  width: 455px;
  margin-top: 18px;
}
.payment-page-header .ui-abtn {
  margin-top: 75px;
  width: 323px;
}
@media screen and (max-width: 833px) {
  .payment-page-header {
    position: relative;
    background-image: url(/build/assets/bgPhone-DUf7q9m7.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 125px;
    height: fit-content;
  }
  .payment-page-header .header-text {
    margin: auto;
    width: 300px;
  }
  .payment-page-header h1 {
    font-size: 27px;
    text-align: center;
  }
  .payment-page-header p {
    font-size: 11px;
    text-align: center;
    width: 300px;
    margin-top: 11px;
  }
  .payment-page-header .ui-abtn {
    margin: auto;
    margin-top: 434px;
    width: 207px;
  }
  .payment-page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #d2f1fd 0%, #d2f1fd 50%, #eafaff 100%);
    z-index: -1;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .payment-page-header {
    background-image: url(/build/assets/bgTablet-BLq86ZF2.png);
    height: 705px;
  }
  .payment-page-header .header-text {
    width: 343px;
    margin-left: 134px;
    margin-top: 99px;
  }
  .payment-page-header h1 {
    font-size: 30px;
  }
  .payment-page-header p {
    font-size: 14px;
    margin-top: 17px;
    width: 343px;
  }
  .payment-page-header .ui-abtn {
    width: 237px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .payment-page-header {
    background-image: url(/build/assets/bgMac-DHw9GelI.png);
    height: 834px;
  }
  .payment-page-header .header-text {
    width: 539px;
    margin-left: 201px;
    margin-top: 167px;
  }
  .payment-page-header h1 {
    font-size: 47px;
  }
  .payment-page-header p {
    font-size: 17px;
    width: 539px;
  }
  .payment-page-header .ui-abtn {
    width: 250px;
    margin-top: 73px;
  }
}

.sections {
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
  background-image: url(/build/assets/contentBg-CSzrZXPa.png);
  background-size: cover;
  padding-bottom: 155px;
}
.sections section {
  padding: 0 410px;
}
.sections section h2 {
  margin-bottom: 21px;
  text-align: center;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 46px;
  text-transform: uppercase;
  color: #03aef3;
}
.sections section p {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  text-align: justify;
  color: #566579;
}
@media screen and (max-width: 833px) {
  .sections {
    margin-top: 106px;
    padding-bottom: 56px;
    background-image: none;
  }
  .sections section {
    padding: 0 45px;
  }
  .sections section h2 {
    font-size: 24px;
    margin-bottom: 13px;
  }
  .sections section p {
    font-size: 13px;
    line-height: 154%;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .sections {
    padding-bottom: 173px;
  }
  .sections section {
    padding: 0 134px;
  }
  .sections section h2 {
    font-size: 30px;
    margin: auto;
    margin-bottom: 25px;
  }
  .sections section p {
    font-size: 15px;
    line-height: 153%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .sections section {
    padding: 0 201px;
  }
  .sections section h2 {
    font-size: 38px;
    margin-bottom: 21px;
  }
  .sections section p {
    font-size: 17px;
    line-height: 165%;
  }
}

.blocks {
  display: flex;
  gap: 16px;
  padding: 0 391px;
  margin-top: 36px;
  margin-bottom: 50px;
}
.blocks .block {
  background: #d8f1ff;
  min-width: 305px;
  flex-basis: 0;
  width: 0;
}
.blocks .block.safe {
  min-width: 430px;
}
.blocks .block h3 {
  width: 100%;
  padding: 17px 0;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 117%;
  text-transform: uppercase;
  text-align: center;
  color: #03aef3;
  background: #b2e3ff;
}
.blocks .block p {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  text-align: justify;
  color: #566579;
  padding: 24px;
  padding-bottom: 50px;
}
@media screen and (max-width: 833px) {
  .blocks {
    flex-direction: column;
    margin-top: 43px;
    margin-bottom: 45px;
    padding: 0;
  }
  .blocks .block {
    min-width: 300px;
    width: 300px;
    flex-basis: auto;
  }
  .blocks .block.safe {
    order: 1;
    min-width: 300px;
  }
  .blocks .block.flexibility {
    order: 2;
  }
  .blocks .block.simple {
    order: 3;
  }
  .blocks .block h3 {
    font-size: 12px;
    line-height: 175%;
    padding: 10px 0;
  }
  .blocks .block p {
    font-size: 13px;
    line-height: 154%;
    text-align: center;
    padding: 13px 10px 17px 10px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1849px) {
  .blocks {
    flex-wrap: wrap;
    padding: 0 131px;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 37px;
  }
  .blocks .block {
    min-width: 273px;
    width: 45%;
    flex-basis: auto;
  }
  .blocks .block.safe {
    order: 1;
    width: 100%;
  }
  .blocks .block.flexibility {
    order: 2;
  }
  .blocks .block.simple {
    order: 3;
  }
  .blocks .block h3 {
    font-size: 12px;
    line-height: 175%;
  }
  .blocks .block p {
    font-size: 15px;
    line-height: 153%;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .blocks {
    padding: 0 198px;
    gap: 38px;
  }
  .blocks .block {
    min-width: 422px;
    width: 47%;
  }
  .blocks h3 {
    font-size: 18px;
    line-height: 117%;
  }
  .blocks p {
    font-size: 18px;
    line-height: 156%;
    padding: 24px 28px;
  }
}

section.payment-form {
  margin-top: 100px;
  padding: 0;
  padding-top: 63px;
  padding-bottom: 56px;
}
section.payment-form p {
  text-align: center;
}
@media screen and (max-width: 833px) {
  section.payment-form {
    margin-top: 65px;
    padding: 0 45px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  section.payment-form {
    margin: 100px 131px 0 134px;
    padding: 0;
    padding-top: 34px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  section.payment-form {
    margin: 100px 199px 0 199px;
    padding: 0;
    padding-top: 50px;
    padding-bottom: 35px;
  }
}

@property --btn-color1 {
  syntax: "<color>";
  initial-value: #00dcb9;
  inherits: false;
}
.payment-form {
  border-radius: 35px;
  width: 1095px;
  background: #d8f1ff;
}
.payment-form p {
  margin-bottom: 19px;
}
.payment-form .ui-ti {
  margin-bottom: 35px;
}
.payment-form .desc {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 128%;
  text-align: justify;
  color: #424d64;
  opacity: 0.56;
}
.payment-form .form-buttons {
  position: relative;
  height: 92px;
}
.payment-form .form-buttons .form-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 92px;
  --btn-color1: #00dcb9;
  --btn-color2: #00c9d2;
  position: absolute;
  transition: --btn-color1 300ms, opacity 300ms;
}
.payment-form .form-buttons .form-button.fio {
  width: 568px;
  background: linear-gradient(90deg, var(--btn-color1) 0%, var(--btn-color2) 100%);
  top: 0;
  left: 0;
  mask-image: url(/build/assets/leftBtn-DjaEoiXr.svg);
  opacity: 0.5;
  z-index: 2;
}
.payment-form .form-buttons .form-button.fio.active {
  opacity: 1;
  z-index: 3;
}
.payment-form .form-buttons .form-button.kd {
  width: 574px;
  background: linear-gradient(90deg, var(--btn-color1) 0%, var(--btn-color2) 100%);
  top: 0;
  right: 0;
  mask-image: url(/build/assets/rightBtn-BaKBzD7F.svg);
  opacity: 0.5;
  z-index: 2;
}
.payment-form .form-buttons .form-button.kd.active {
  opacity: 1;
  z-index: 3;
}
.payment-form .form-buttons .form-button:hover {
  cursor: pointer;
  --btn-color1: #4dc7f5;
}
.payment-form .form-buttons .form-button.active:hover {
  cursor: default;
}
.payment-form .form-buttons .form-button .btn-text {
  display: block;
  width: 418px;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.payment-form form {
  padding: 70px 93px;
  padding-bottom: 0;
}
.payment-form .checkboxes {
  width: max-content;
  margin: auto;
  margin-top: 21px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.payment-form .pay-button {
  padding: 0 37px 0 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.payment-form .pay-button .ui-btn {
  width: 420px;
}
.payment-form .pay-button p {
  width: 519px;
  margin: 0;
}
@media screen and (max-width: 833px) {
  .payment-form {
    background: none;
    width: 100%;
  }
  .payment-form .form-body {
    background: #d8f1ff;
    border-radius: 10px;
  }
  .payment-form form {
    padding: 0 9px 0 11px;
  }
  .payment-form .form-buttons {
    margin-bottom: 31px;
    height: 50px;
    display: flex;
  }
  .payment-form .form-buttons .form-button {
    position: static;
    height: 50px;
    padding: 0;
  }
  .payment-form .form-buttons .form-button.kd, .payment-form .form-buttons .form-button.fio {
    width: 50%;
    mask-image: none;
  }
  .payment-form .form-buttons .form-button .btn-text {
    width: 100%;
    font-size: 10px;
  }
  .payment-form .ui-ti {
    margin-bottom: 23px;
  }
  .payment-form .checkboxes {
    margin-top: 23px;
    margin-bottom: 18px;
    gap: 7px;
  }
  .payment-form .pay-button {
    padding: 0;
    flex-direction: column;
    gap: 23px;
    padding: 0 10px 31px 10px;
  }
  .payment-form .pay-button .ui-btn {
    width: 189px;
  }
  .payment-form .pay-button p {
    width: 100%;
    font-size: 10px;
    line-height: 130%;
    text-align: center;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .payment-form {
    width: 566px;
  }
  .payment-form .form-buttons {
    height: 64px;
  }
  .payment-form .form-buttons .form-button {
    height: 64px;
  }
  .payment-form .form-buttons .form-button.fio {
    mask-image: url(/build/assets/leftBtnTablet-Cx8xfOgP.svg);
    mask-size: contain;
    width: 305px;
  }
  .payment-form .form-buttons .form-button.kd {
    mask-image: url(/build/assets/rightBtnTablet-BfCpHPL4.svg);
    width: 291px;
  }
  .payment-form .form-buttons .form-button .btn-text {
    padding: 0 40px;
    font-size: 12px;
  }
  .payment-form form {
    padding: 41px 33px;
    padding-bottom: 0;
  }
  .payment-form .ui-ti {
    margin-bottom: 21px;
  }
  .payment-form .checkboxes {
    margin-top: 20px;
    margin-bottom: 31px;
    gap: 16px;
  }
  .payment-form .pay-button {
    padding: 0;
    flex-direction: column;
    gap: 15px;
    padding: 0 31px;
  }
  .payment-form .pay-button .ui-btn {
    width: 237px;
  }
  .payment-form .pay-button p {
    width: 100%;
    font-size: 15px;
    line-height: 153%;
    text-align: center;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1849px) {
  .payment-form {
    width: 882px;
  }
  .payment-form .form-buttons {
    height: 64px;
  }
  .payment-form .form-buttons .form-button {
    height: 64px;
  }
  .payment-form .form-buttons .form-button.fio {
    mask-image: url(/build/assets/leftBtnMac-xDgw-43v.svg);
    width: 454px;
  }
  .payment-form .form-buttons .form-button.kd {
    mask-image: url(/build/assets/rightBtnMac-DdfxNPfX.svg);
    width: 476px;
  }
  .payment-form .form-buttons .form-button .btn-text {
    padding: 0 63px;
    font-size: 16px;
  }
  .payment-form form {
    padding: 41px 69px;
    padding-bottom: 0;
  }
  .payment-form .ui-ti {
    margin-bottom: 31px;
  }
  .payment-form .checkboxes {
    margin-top: 20px;
    margin-bottom: 31px;
    gap: 16px;
  }
  .payment-form .pay-button {
    padding: 0;
    gap: 30px;
    height: auto;
    padding: 0 69px;
  }
  .payment-form .pay-button .ui-btn {
    width: 357px;
  }
  .payment-form .pay-button p {
    min-width: 359px;
    font-size: 15px;
    line-height: 153%;
    text-align: justify;
  }
}