@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/static/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/static/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/static/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/static/Inter_18pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/static/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.666667vw !important;
  padding-bottom: 1.666667vw !important;
}
@media screen and (max-width: 576px) {
  .breadcrumbs {
    padding-top: 3.25581vw !important;
    padding-bottom: 3.25581vw !important;
    font-size: 3.48837vw;
  }
}
.breadcrumbs a {
  color: #3585bd;
  text-decoration: none;
}
.breadcrumbs__divider {
  color: #949191;
  margin: 0 0.625vw;
}
@media screen and (max-width: 576px) {
  .breadcrumbs__divider {
    margin: 0 2.7906vw;
  }
}
.breadcrumbs__item {
  color: #333333;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  scrollbar-width: none;
  /* For Firefox */
}

*::-webkit-scrollbar {
  display: none;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-weight: 400;
  line-height: 1.42;
  font-size: 0.9375vw;
  background: #FAFAFA;
  color: #394149;
  position: relative;
}
@media screen and (max-width: 576px) {
  body {
    font-size: 3.72vw;
  }
}

h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  line-height: 1.4;
  font-weight: 500;
}

h1 {
  font-size: 2.1875vw;
  margin-bottom: 1.04166667vw;
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 7.44186047vw;
    margin-bottom: 4.65116279vw;
  }
}

h2 {
  font-size: 1.875vw;
  margin-bottom: 1.35416667vw;
  text-align: center;
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 6.0465vw;
    margin-bottom: 6.0465vw;
  }
}

h3 {
  font-size: 1.4vw;
  margin-bottom: 1.35416667vw;
}

p {
  margin: 0 0 1.35416667vw;
}
@media screen and (max-width: 576px) {
  p {
    margin-bottom: 6.0465vw;
  }
}

button {
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  outline: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
}
@media screen and (max-width: 991px) {
  button {
    cursor: default;
  }
}

input {
  outline: none;
  font-family: "Montserrat", sans-serif;
}
input:-webkit-autofill, input:-webkit-autofill:focus {
  -webkit-transition: background-color 0s 600000s, color 0s 600000s !important;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

img {
  max-width: 100%;
}

.d-none {
  display: none !important;
}

.no-scroll {
  overflow: hidden !important;
}

.section-default {
  margin-bottom: 7.8125vw;
}
@media screen and (max-width: 576px) {
  .section-default {
    margin-bottom: 11.62790698vw;
  }
}

.container-default {
  padding: 0 7.8125vw;
}
@media screen and (max-width: 576px) {
  .container-default {
    padding: 0 4.65116279vw;
  }
}

.info-page {
  padding-top: 1.4583vw;
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #EFF7FF;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(175, 218, 248, 0.1411764706);
          box-shadow: 0px 4px 14px 0px rgba(175, 218, 248, 0.1411764706);
  z-index: 900;
  padding: 7px 0 11px;
}
@media screen and (max-width: 1199px) {
  .header {
    padding: 0.583334vw 0 0.916667vw;
  }
}
@media screen and (max-width: 576px) {
  .header {
    padding: 6.97674419vw 0 2.79069767vw;
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  .header__container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.header__logo {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12.13541667vw;
}
@media screen and (max-width: 576px) {
  .header__logo {
    width: 47.44186047vw;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1875vw;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 576px) {
  .header .menu {
    display: none;
  }
}
.header .menu a {
  text-decoration: none;
  line-height: 1.27778;
  color: #394149;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-width: 4.32291667vw;
}
.header .menu a:hover:before {
  opacity: 1;
}
.header .menu a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background-color: #394149;
  opacity: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.mobile-menu-open {
  display: none;
  width: 7.44186047vw;
  height: 7.44186047vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.86vw;
}
@media screen and (max-width: 576px) {
  .mobile-menu-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-menu-open svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile-menu {
  z-index: 900;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: #FAFAFA;
  -webkit-transition: right 0.4s ease-out;
  transition: right 0.4s ease-out;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu__top {
  padding: 6.97674419vw 4.65116279vw 2.79069767vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #FFFFFF;
  border-bottom: 1px solid #EFF7FF;
  -webkit-box-shadow: 0 4px 14px 0 rgba(175, 218, 248, 0.1411764706);
          box-shadow: 0 4px 14px 0 rgba(175, 218, 248, 0.1411764706);
}
.mobile-menu__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 47.44186047vw;
}
.mobile-menu__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-menu-close {
  width: 7.44186047vw;
  height: 7.44186047vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.86vw;
}
.mobile-menu-close svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu a {
  text-decoration: none;
}
.mobile-menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9.3023256vw 13.95348837vw;
  padding: 9.3023256vw 7.90697674vw 64px;
}
.mobile-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9.06976744vw;
}
.mobile-menu .menu a {
  color: #394149;
  font-size: 4.18604vw;
  line-height: 1.2778;
  letter-spacing: -0.01em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mobile-menu__contacts-title {
  font-size: 4.18604vw;
  line-height: 1.8;
  letter-spacing: -0.02em;
  margin-bottom: 4.18604vw;
}
.mobile-menu__contacts a,
.mobile-menu__contacts .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5.814vw;
}
.mobile-menu__contacts a svg,
.mobile-menu__contacts .a svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.44186vw;
  height: 7.44186vw;
  margin-right: 3.2558vw;
}
.mobile-menu__contacts a svg path,
.mobile-menu__contacts .a svg path {
  stroke: #394149;
}
.mobile-menu__contacts a span,
.mobile-menu__contacts .a span {
  display: inline-block;
  color: #394149;
  font-weight: 500;
  font-size: 3.2558vw;
  line-height: 2.7;
}
.mobile-menu__text-title {
  font-size: 6.0465vw;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4.18604vw;
}
.mobile-menu__text p {
  font-size: 3.25585vw;
  margin-bottom: 4.18604vw;
}

.footer {
  background-color: #394149;
  position: relative;
  color: #F8FAFC;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5.208334vw 15.83333333vw 6.25vw 7.8125vw;
}
@media screen and (max-width: 576px) {
  .footer__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 13.95349vw 4.65116279vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__content-col {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__content-col.first {
  width: 27.39583vw;
}
@media screen and (max-width: 576px) {
  .footer__content-col.first {
    width: 100%;
    margin-bottom: 9.302326vw;
  }
}
.footer__content-col:last-of-type {
  min-width: 12vw;
}
@media screen and (max-width: 576px) {
  .footer__content-col:last-of-type {
    margin-left: 13.25581vw;
    max-width: 50vw;
  }
}
.footer__content-col-title {
  font-size: 1.14583vw;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.02em;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 576px) {
  .footer__content-col-title {
    font-size: 4.18604vw;
    margin-bottom: 2.7906vw;
  }
}
.footer__logo {
  margin-bottom: 1.6667vw;
}
@media screen and (max-width: 576px) {
  .footer__logo {
    margin-bottom: 4.18604vw;
  }
}
.footer__logo img {
  width: 12.13541667vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 576px) {
  .footer__logo img {
    width: 47.44186047vw;
  }
}
.footer__logo span {
  font-size: 1.875vw;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  .footer__logo span {
    font-size: 6.0465vw;
    font-weight: 500;
    line-height: 36.4px;
    margin-bottom: 4.18604vw;
  }
}
@media screen and (max-width: 576px) {
  .footer__text {
    font-size: 3.25585vw;
    padding-right: 2.2vw;
  }
}
.footer__text p {
  margin-bottom: 1.6667vw;
}
@media screen and (max-width: 576px) {
  .footer__text p {
    margin-bottom: 4.18604vw;
  }
}
.footer__text p:last-child {
  margin-bottom: 0;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.04166667vw;
}
@media screen and (max-width: 576px) {
  .footer ul {
    gap: 4.65116vw;
  }
}
.footer ul a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .menu a {
  color: #FFFFFF;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.27778;
  letter-spacing: -0.01em;
  position: relative;
  min-height: 1.5625vw;
}
@media screen and (max-width: 576px) {
  .footer .menu a {
    font-size: 3.72093vw;
    line-height: 1.4375;
    min-height: 6.9767vw;
  }
}
.footer .menu a:hover:before {
  opacity: 1;
}
.footer .menu a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15625vw;
  height: 1px;
  width: 105%;
  background-color: #FFFFFF;
  opacity: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.footer__contacts {
  margin-top: 0.8vw !important;
}
.footer__contacts a,
.footer__contacts .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__contacts a svg,
.footer__contacts .a svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.6667vw;
  height: 1.6667vw;
  margin-right: 0.72917vw;
}
@media screen and (max-width: 576px) {
  .footer__contacts a svg,
  .footer__contacts .a svg {
    width: 7.44186vw;
    height: 7.44186vw;
    margin-right: 3.2558vw;
  }
}
.footer__contacts a span,
.footer__contacts .a span {
  display: inline-block;
  color: #f8fafc;
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 2.3334;
}
@media screen and (max-width: 576px) {
  .footer__contacts a span,
  .footer__contacts .a span {
    font-size: 3.2558vw;
    line-height: 3;
  }
}
.footer__bottom {
  background-color: #2F373F;
  padding-top: 1.51041667vw;
  padding-bottom: 1.51041667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .footer__bottom {
    padding-top: 8.837vw;
    padding-bottom: 8.837vw;
    gap: 3.9535vw;
  }
}
.footer__bottom div {
  line-height: 1.8;
}
.footer__bottom div a {
  color: #F8FAFC;
}

.to-top-button {
  position: absolute;
  top: 5.208334vw;
  right: 7.8125vw;
  width: 3.54167vw;
  height: 3.54167vw;
  border-radius: 50%;
  border: 1.7px solid #F8FAFC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1199px) {
  .to-top-button {
    border: 0.14vw solid #F8FAFC;
  }
}
@media screen and (max-width: 576px) {
  .to-top-button {
    display: none;
  }
}
.to-top-button svg {
  width: 0.9375vw;
  height: 0.9896vw;
}

.page-id-85 {
  height: 100vh;
}
.page-id-85 .footer {
  display: none !important;
}

.after-payment {
  padding: 13.22916667vw 7.8125vw 0;
}
@media screen and (max-width: 576px) {
  .after-payment {
    padding: 58.13953488vw 4.65116279vw 0;
  }
}
.after-payment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.after-payment__content h2 {
  color: #528823;
}
@media screen and (max-width: 576px) {
  .after-payment__content h2 {
    font-size: 5.116279vw;
  }
}
.after-payment__content p {
  margin-bottom: 2.60416667vw;
}
@media screen and (max-width: 576px) {
  .after-payment__content p {
    margin-bottom: 9.30232558vw;
  }
}
@media screen and (max-width: 576px) {
  .after-payment__content p br {
    display: none;
  }
}
.after-payment__content a {
  background-color: #62B1E9;
  padding: 0.46875vw;
  border-radius: 0.52vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 17.1875vw;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
@media screen and (max-width: 576px) {
  .after-payment__content a {
    border-radius: 2.32559vw;
    padding: 2.09302vw;
    width: 76.744186vw;
    font-size: 4.18604vw;
  }
}
.after-payment__content a:hover {
  background-color: #4796CE;
}
.after-payment__content.unsuccessful h2 {
  color: #dd241e;
}
.after-payment__content.unsuccessful p {
  color: rgba(221, 36, 30, 0.6980392157);
}

.wr-owner {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.wr-owner.active {
  display: block;
  position: relative;
  visibility: visible;
  left: 0;
}

.no_poin {
  pointer-events: none;
}

@media print {
  * {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    font-size: 7pt !important;
  }
  @page {
    size: A4;
    margin: 2cm;
  }
  .footer, nav, aside, .sidebar, .ads, .no-print {
    display: none !important;
  }
  a::after {
    content: " (" attr(href) ")";
  }
  table {
    width: 100%;
    border-collapse: collapse;
    page-break-inside: avoid;
  }
  th, td {
    border: 1px solid black;
    padding: 4px;
  }
  input,
  .custom-dropdown-selected {
    border: 1px solid #F5F9FD !important;
  }
  .checkbox-item.checked .checkbox-item__mask {
    background-color: #000000 !important;
  }
  .form__field-input,
  .custom-dropdown-selected,
  .checkbox-item__label,
  .form__field label {
    font-size: 8pt !important;
  }
  h1, h2, h3, p, img {
    page-break-after: avoid;
  }
  @page {
    counter-increment: page;
  }
  .page-number::after {
    content: "Сторінка " counter(page);
  }
  .form {
    padding: 20px 20px !important;
  }
  section, article, div.block {
    page-break-inside: avoid;
  }
  table {
    page-break-inside: avoid;
  }
  h1, h2, h3 {
    page-break-after: avoid;
  }
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=../sourcemaps/critical.css.map */
