/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************/
:root {
  scroll-behavior: smooth; }

body {
  font-family: Geist;
  font-size: 16px;
  color: #00557b; }

.main-container {
  max-width: 1440px;
  width: 100%;
  padding: 0 32px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .main-container {
      padding: 0 16px; } }

.page-container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 140px;
  margin-bottom: 60px; }
  @media (max-width: 1440px) {
    .page-container {
      width: 100%;
      padding-left: 32px;
      padding-right: 32px;
      margin-top: 100px;
      margin-bottom: 40px; } }
  @media (max-width: 499px) {
    .page-container {
      padding-left: 16px;
      padding-right: 16px; } }
  .page-container h2 {
    margin: 1em 0; }
  .page-container h3 {
    margin: 1em 0; }
  .page-container a {
    color: #00557b;
    text-decoration: none; }
    .page-container a:hover {
      text-decoration: underline; }

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 192vh; }
  @media (max-width: 1199px) {
    .site {
      min-height: 88vh; } }

.error404 .site {
  min-height: 100vh; }
  @media (max-width: 1199px) {
    .error404 .site {
      min-height: 100vh; } }

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 16px;
  z-index: 9; }

.site-footer {
  margin-top: auto;
  margin-bottom: 16px; }

.site-footer.cookie-views {
  margin-top: auto;
  margin-bottom: 92px; }

.btn-lite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 12px 24px 12px 24px;
  outline: solid 1px rgba(125, 215, 255, 0.5);
  border-radius: 8px;
  color: #7dd7ff;
  background: #00557b;
  font-family: Geist;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none; }
  @media (max-width: 1199px) {
    .btn-lite {
      padding: 9px 18px 9px 18px; } }
  .btn-lite:hover {
    outline: solid 3px rgba(125, 215, 255, 0.5);
    background: #003446;
    color: #d8f1ff; }
    @media (max-width: 1199px) {
      .btn-lite:hover {
        padding: 8px 17px 8px 17px; } }

a.btn-lite {
  color: #7dd7ff; }
  a.btn-lite:hover {
    text-decoration: none; }

.btn-standart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 24px 12px 24px;
  border-radius: 8px;
  border: none;
  background: #7dd7ff;
  color: #00557b;
  font-family: Geist;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer; }
  .btn-standart:hover {
    color: #003446;
    padding: 10px 22px 10px 22px;
    border: 2px solid #003446;
    background: #d8f1ff; }

a.btn-standart {
  color: #00557b; }
  a.btn-standart:hover {
    text-decoration: none; }

.btn-standart-lite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 24px 12px 24px;
  border-radius: 8px;
  outline: solid 1px #00557b;
  background: #d8f1ff;
  color: #00557b;
  font-family: Geist;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: none; }
  @media (max-width: 1199px) {
    .btn-standart-lite {
      padding: 9px 18px 9px 18px; } }
  .btn-standart-lite:hover {
    color: #003446;
    outline: solid 3px #00557b;
    background: #d8f1ff; }
    @media (max-width: 1199px) {
      .btn-standart-lite:hover {
        padding: 8px 17px 8px 17px; } }

a.btn-standart-lite {
  color: #00557b; }
  a.btn-standart-lite:hover {
    text-decoration: none; }

.ovfh {
  overflow: hidden; }

.fw-600 {
  font-weight: 600; }

.ta-center {
  text-align: center; }

.width-fc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.mlr-auto {
  margin: 0 auto; }

h1 {
  margin: 0; }

h2 {
  margin: 0; }

h3 {
  margin: 0; }

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 0;
  height: 0;
  margin: -1px;
  font-size: 0;
  line-height: 0; }

.not-found {
  text-align: center; }

.entry-header {
  margin-bottom: 40px; }
  @media (max-width: 499px) {
    .entry-header {
      margin-bottom: 20px; } }

:root, [data-bs-theme=light] {
  --bs-blue: #2f55d4;
  --bs-indigo: #6610f2;
  --bs-purple: #7952B3;
  --bs-pink: #d63384;
  --bs-red: #e43f52;
  --bs-orange: #fd7e14;
  --bs-yellow: #f17425;
  --bs-green: #2eca8b;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-black: #000000;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-red-two: #dc2626; }

/* cyrillic */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v3/gyByhwUxId8gMEwYGFWfOw.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* latin-ext */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v3/gyByhwUxId8gMEwSGFWfOw.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v3/gyByhwUxId8gMEwcGFU.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCm3FwrK3iLTcvnUwkT9nA2.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCm3FwrK3iLTcvnUwAT9nA2.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCm3FwrK3iLTcvnUwgT9nA2.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCm3FwrK3iLTcvnUwcT9nA2.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCm3FwrK3iLTcvnUwsT9nA2.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCm3FwrK3iLTcvnUwoT9nA2.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCm3FwrK3iLTcvnUwQT9g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCo3FwrK3iLTcvvYwYL8g.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCo3FwrK3iLTcvmYwYL8g.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCo3FwrK3iLTcvuYwYL8g.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCo3FwrK3iLTcvhYwYL8g.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCo3FwrK3iLTcvtYwYL8g.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCo3FwrK3iLTcvsYwYL8g.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCo3FwrK3iLTcviYwY.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizYRExUiTo99u79D0e0ysmIEDQ.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizYRExUiTo99u79D0e0w8mIEDQ.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizYRExUiTo99u79D0e0ycmIEDQ.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizYRExUiTo99u79D0e0x8mI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizdRExUiTo99u79D0e8fOydIhUdwzM.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizdRExUiTo99u79D0e8fOydKxUdwzM.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizdRExUiTo99u79D0e8fOydIRUdwzM.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizdRExUiTo99u79D0e8fOydLxUd.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0-ExdGM.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0aExdGM.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0yExdGM.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0KExQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh0OOtLQ0Z.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh0OqtLQ0Z.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh0OCtLQ0Z.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh0O6tLQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsansnarrow/v18/BngRUXNadjH0qYEzV7ab-oWlsbCLwR26eg.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsansnarrow/v18/BngRUXNadjH0qYEzV7ab-oWlsbCCwR26eg.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* latin-ext */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsansnarrow/v18/BngRUXNadjH0qYEzV7ab-oWlsbCIwR26eg.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsansnarrow/v18/BngRUXNadjH0qYEzV7ab-oWlsbCGwR0.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsansnarrow/v18/BngSUXNadjH0qYEzV7ab-oWlsbg95AiIW_3QRQ.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsansnarrow/v18/BngSUXNadjH0qYEzV7ab-oWlsbg95AiBW_3QRQ.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* latin-ext */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsansnarrow/v18/BngSUXNadjH0qYEzV7ab-oWlsbg95AiLW_3QRQ.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsansnarrow/v18/BngSUXNadjH0qYEzV7ab-oWlsbg95AiFW_0.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

.fields-group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px; }
  @media (max-width: 992px) {
    .fields-group-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 24px; } }

.field-group {
  position: relative;
  width: 100%;
  height: 46px;
  padding-bottom: 12.5px; }
  .field-group.textarea {
    height: auto; }
  .field-group label {
    position: absolute;
    top: 0px;
    left: 0;
    color: #00557b;
    font-family: Geist;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: left;
    cursor: pointer; }
    .field-group label.text-danger {
      color: #ff00a4; }
    @media (max-width: 767px) {
      .field-group label {
        font-size: 17px; } }
  .field-group input {
    width: 100%;
    height: 33.5px;
    font-family: Geist;
    background: transparent;
    border: none;
    border-bottom: 1px solid #00557b;
    color: #00557b; }
    .field-group input::-webkit-input-placeholder {
      color: transparent; }
    .field-group input::-moz-placeholder {
      color: transparent; }
    .field-group input:-ms-input-placeholder {
      color: transparent; }
    .field-group input::-ms-input-placeholder {
      color: transparent; }
    .field-group input::placeholder {
      color: transparent; }
    .field-group input:active {
      outline: none !important;
      border: none;
      border-bottom: 1px solid #00557b; }
    .field-group input:focus {
      outline: none !important;
      border: none;
      border-bottom: 1px solid #00557b; }
    .field-group input:focus ~ label {
      font-size: 12px;
      top: -14px; }
    .field-group input:not(:-moz-placeholder) ~ label {
      font-size: 12px;
      top: -14px;
      color: #00557b; }
    .field-group input:not(:-ms-input-placeholder) ~ label {
      font-size: 12px;
      top: -14px;
      color: #00557b; }
    .field-group input:not(:placeholder-shown) ~ label {
      font-size: 12px;
      top: -14px;
      color: #00557b; }
      .field-group input:not(:-moz-placeholder) ~ label.text-danger {
        color: #ff00a4; }
      .field-group input:not(:-ms-input-placeholder) ~ label.text-danger {
        color: #ff00a4; }
      .field-group input:not(:placeholder-shown) ~ label.text-danger {
        color: #ff00a4; }
  .field-group textarea {
    width: 100%;
    font-family: Geist;
    background: transparent;
    border: none;
    border-bottom: 1px solid #00557b;
    resize: vertical;
    color: #00557b; }
    .field-group textarea::-webkit-input-placeholder {
      color: transparent; }
    .field-group textarea::-moz-placeholder {
      color: transparent; }
    .field-group textarea:-ms-input-placeholder {
      color: transparent; }
    .field-group textarea::-ms-input-placeholder {
      color: transparent; }
    .field-group textarea::placeholder {
      color: transparent; }
    .field-group textarea:active {
      outline: none !important;
      border: none;
      border-bottom: 1px solid #00557b; }
    .field-group textarea:focus {
      outline: none !important;
      border: none;
      border-bottom: 1px solid #00557b; }
    .field-group textarea:focus ~ label {
      font-size: 12px;
      top: -14px; }
    .field-group textarea:not(:-moz-placeholder) ~ label {
      font-size: 12px;
      top: -14px;
      color: #00557b; }
    .field-group textarea:not(:-ms-input-placeholder) ~ label {
      font-size: 12px;
      top: -14px;
      color: #00557b; }
    .field-group textarea:not(:placeholder-shown) ~ label {
      font-size: 12px;
      top: -14px;
      color: #00557b; }

.group-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 24px; }

.field-group-checkbox input.input-checkbox {
  display: none; }

.field-group-checkbox input.input-checkbox:checked + label span.check {
  background: #00557b;
  border: none; }

.field-group-checkbox input.input-checkbox:checked + label span.label {
  color: #00557b; }

.field-group-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer; }
  @media (max-width: 679px) {
    .field-group-checkbox label {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .field-group-checkbox label span.check {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    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;
    width: 20px;
    height: 20px;
    border: 1px solid #00557b;
    border-radius: 6px; }
    @media (max-width: 679px) {
      .field-group-checkbox label span.check {
        width: 16px;
        height: 16px; } }
    .field-group-checkbox label span.check svg {
      width: 12px;
      height: 12px; }
      @media (max-width: 679px) {
        .field-group-checkbox label span.check svg {
          width: 8px;
          height: 8px; } }
  .field-group-checkbox label span.label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3; }
    @media (max-width: 679px) {
      .field-group-checkbox label span.label {
        font-size: 12px; } }

input:-internal-autofill-selected {
  background: transparent; }

.btn-send {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto; }

.text-danger {
  color: #ff00a4; }

.field-group-message p {
  margin: 0; }
  .field-group-message p a {
    color: #00557b;
    font-family: Geist;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left; }
    .field-group-message p a:hover {
      color: #0276a9;
      text-decoration: none; }

.form-warning {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  color: #ff00a4; }

.form-warning.active {
  display: block;
  visibility: visible;
  opacity: 1;
  height: auto; }

.form-warning.error {
  color: #ff00a4; }

.form-warning.success {
  color: green; }

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 16px 16px 0 16px; }

.header-nav-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: 100%;
  border-radius: 16px;
  background: #00557b;
  padding-right: 8px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.2); }
  @media (max-width: 1199px) {
    .header-nav-branding {
      padding-right: 6px; } }

.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.site-branding img {
  height: 60px; }
  @media (max-width: 1199px) {
    .site-branding img {
      height: 46px; } }

.primary-navigation {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto; }
  @media (max-width: 1199px) {
    .primary-navigation {
      display: none; } }

.primary-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }
  .primary-ul li {
    height: 100%; }
    .primary-ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      padding: 12px 24px 12px 24px;
      outline: solid 1px rgba(125, 215, 255, 0.5);
      border-radius: 8px;
      color: #7dd7ff;
      font-family: Geist;
      font-size: 20px;
      font-weight: 400;
      line-height: 0px;
      letter-spacing: 0;
      text-transform: uppercase;
      text-decoration: none; }
      .primary-ul li a:hover {
        outline: solid 3px rgba(125, 215, 255, 0.5);
        background: #003446;
        color: #d8f1ff; }

.book-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 24px 12px 24px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 8px;
  border: none;
  background: #7dd7ff;
  color: #00557b;
  font-family: Geist;
  font-size: 20px;
  font-weight: 600;
  line-height: 0px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer; }
  .book-call:hover {
    color: #003446;
    outline: solid 3px #003446;
    background: #d8f1ff; }
  @media (max-width: 1199px) {
    .book-call {
      margin-top: 6px;
      margin-bottom: 6px;
      padding: 5px;
      margin-left: auto; }
      .book-call:hover {
        color: #003446;
        outline: solid 2px #003446;
        background: #d8f1ff; } }

.book-call span {
  display: block; }
  @media (max-width: 1199px) {
    .book-call span {
      display: none; } }

.book-call svg {
  display: none;
  width: 24px;
  height: 24px; }
  @media (max-width: 1199px) {
    .book-call svg {
      display: block; } }

.languages {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .languages:hover .languages-current img {
    border: 2px solid #7dd7ff;
    border-radius: 12px; }
  @media (max-width: 1199px) {
    .languages {
      display: none; } }

.languages-current {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }

.languages:hover .languages-select {
  visibility: visible;
  opacity: 1; }

.lang-img {
  width: 24px;
  height: 24px; }

.lang-img-hover {
  display: none;
  visibility: hidden;
  opacity: 0; }

.languages-select {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  padding-top: 2px;
  top: 60px;
  right: -21px; }

.languages-select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  border-radius: 5px;
  background: rgba(39, 94, 115, 0.9);
  padding: 20px; }

.languages-select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }
  .languages-select-item.current-lang {
    display: none; }
  .languages-select-item img:hover {
    border: 2px solid #7dd7ff;
    border-radius: 12px; }

.header-btns {
  margin-left: 16px; }
  @media (max-width: 1199px) {
    .header-btns {
      margin-left: 12px; } }

.header-btns .btn-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 20px 24px 20px 24px;
  border-radius: 16px;
  border: none;
  background: #00557b;
  color: #7dd7ff;
  font-family: Geist;
  font-size: 20px;
  font-weight: 600;
  line-height: 0px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer; }
  .header-btns .btn-login:hover {
    color: #d8f1ff;
    outline: solid 4px #d8f1ff;
    background: #003446; }
  @media (max-width: 1199px) {
    .header-btns .btn-login {
      display: none; } }

.nav-mobile {
  display: none;
  margin-right: 16px;
  margin-top: 32px; }
  .nav-mobile.active {
    display: block; }
  .nav-mobile .primary-navigation {
    display: block;
    margin-bottom: 24px; }
    .nav-mobile .primary-navigation ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 24px; }
      .nav-mobile .primary-navigation ul li {
        margin-left: auto; }
        .nav-mobile .primary-navigation ul li a {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          border: 1px solid rgba(125, 215, 255, 0.5);
          background: #00557b;
          line-height: 18px; }
          .nav-mobile .primary-navigation ul li a:hover {
            text-shadow: 0.6px 0.6px;
            padding: 11px 23px 11px 23px;
            border: 2px solid rgba(125, 215, 255, 0.5); }
  .nav-mobile .languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 10px; }
    .nav-mobile .languages .languages-select {
      top: 30px;
      right: 0; }
      .nav-mobile .languages .languages-select .languages-select-container {
        background: none;
        padding: 20px 0 0; }

.menu-toggle {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 11px;
  border-radius: 16px;
  border: none;
  background: #00557b;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.2);
  color: #7dd7ff;
  font-family: Geist;
  font-size: 20px;
  font-weight: 600;
  line-height: 0px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer; }
  .menu-toggle:hover {
    color: #d8f1ff;
    padding: 9px;
    border: 2px solid #d8f1ff;
    background: #003446; }
    .menu-toggle:hover svg path {
      fill: #d8f1ff; }
  .menu-toggle svg {
    display: none;
    width: 24px;
    height: 24px; }
    .menu-toggle svg.active {
      display: block; }
  @media (max-width: 1199px) {
    .menu-toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 87px;
  padding-left: 96px;
  padding-bottom: 87px;
  border-radius: 16px;
  background: #d8f1ff; }
  @media (max-width: 1199px) {
    .footer-top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 42px;
      padding-left: 32px;
      padding-right: 32px;
      padding-top: 42px;
      padding-bottom: 42px; } }

.footer-logo img {
  width: 232px;
  height: 232px; }
  @media (max-width: 1199px) {
    .footer-logo img {
      width: 160px;
      height: 160px; } }

.footer-text {
  color: #00557b;
  font-family: Roboto Slab;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  padding-right: 190px; }
  @media (max-width: 1199px) {
    .footer-text {
      font-size: 32px;
      text-align: center;
      padding-right: 0; } }

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  margin-top: 140px; }
  @media (max-width: 1199px) {
    .footer-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 80px; } }

.footer-copyright {
  width: calc(((100% - 24px) / 3) * 1);
  color: #00557b;
  font-family: Geist;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left; }
  @media (max-width: 1199px) {
    .footer-copyright {
      width: 100%;
      text-align: center;
      font-size: 13px;
      margin-top: 8px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: calc(((100% - 24px) / 3) * 2); }
  @media (max-width: 1199px) {
    .footer-links {
      width: 100%;
      gap: 8px; } }
  .footer-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 1199px) {
      .footer-links ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .footer-links ul li {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
      .footer-links ul li a {
        color: #00557b;
        font-family: Geist;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        text-align: left;
        text-decoration: none; }
        .footer-links ul li a:hover {
          text-decoration: underline; }
        @media (max-width: 1199px) {
          .footer-links ul li a {
            text-align: center;
            font-size: 13px; } }
      @media (max-width: 1199px) {
        .footer-links ul li span {
          display: none; } }
      .footer-links ul li:last-child span {
        display: none; }
  @media (max-width: 1199px) {
    .footer-links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

br.footer-mob {
  display: none; }
  @media (max-width: 1199px) {
    br.footer-mob {
      display: block; } }

.cookie-bar {
  position: fixed;
  bottom: 16px;
  width: 100%;
  padding: 0 80px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }
  .cookie-bar.visible {
    opacity: 1;
    visibility: visible;
    z-index: 11; }
  @media (max-width: 1199px) {
    .cookie-bar {
      padding: 0 32px; } }

.cookie-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 8px 8px 16px;
  border-radius: 16px;
  background: #00557b;
  max-width: 1344px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .cookie-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 16px; } }

.cookie-text {
  max-width: 600px;
  color: #d8f1ff;
  font-family: Geist;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.295;
  letter-spacing: 0;
  text-align: left; }
  @media (max-width: 1199px) {
    .cookie-text {
      max-width: 100%; } }

.cookie-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 44px; }
  @media (max-width: 1199px) {
    .cookie-btns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      height: auto; } }
  .cookie-btns.cs-cookie {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.cs-title {
  color: #00557b;
  font-family: Geist;
  font-size: 34px;
  font-weight: 600; }
  @media (max-width: 1199px) {
    .cs-title {
      font-size: 24px; } }

.cs-cookie-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 1199px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1199px) {
    .cs-cookie-container {
      gap: 16px; } }
  .cs-cookie-container__item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    color: #101828;
    cursor: pointer; }
    .cs-cookie-container__item__title__icon__img {
      margin-top: 4px;
      width: 16px;
      height: 16px;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
      .cs-cookie-container__item__title__icon__img.active {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
      @media (max-width: 1199px) {
        .cs-cookie-container__item__title__icon__img {
          width: 14px;
          height: 14px; } }
    .cs-cookie-container__item__title__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      color: #00557b;
      font-family: Roboto Slab;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.3;
      letter-spacing: 0; }
      .cs-cookie-container__item__title__text__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%; }
        .cs-cookie-container__item__title__text__title span.always-active {
          font-size: 14px;
          color: green; }
      .cs-cookie-container__item__title__text p {
        width: 100%;
        font-family: Roboto Slab;
        font-size: 16px;
        font-weight: 400;
        text-transform: none; }
  .cs-cookie-container__item__text {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding-left: 24px;
    color: #00557b;
    font-family: Roboto Slab;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0; }
    @media (max-width: 1199px) {
      .cs-cookie-container__item__text {
        font-size: 12px;
        line-height: 18px; } }
    .cs-cookie-container__item__text.active {
      visibility: visible;
      opacity: 1;
      height: auto;
      margin-top: 8px;
      padding-bottom: 16px; }
    .cs-cookie-container__item__text__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 24px;
      border-radius: 8px;
      background: #c9edff;
      padding: 10px; }

.cs-cookie-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 14px; }
  .cs-cookie-elem__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    font-size: 14px; }
    @media (max-width: 499px) {
      .cs-cookie-elem__item {
        gap: 8px; } }
    .cs-cookie-elem__item__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      font-weight: 500; }
      @media (max-width: 499px) {
        .cs-cookie-elem__item__title {
          width: 80px; } }

.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 94, 115, 0.9);
  z-index: 4;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }
  .overlay.active {
    opacity: 1;
    visibility: visible; }

.hystmodal__shadow--show {
  opacity: 1; }

.hystmodal__wrap {
  width: auto;
  margin: 0 16px; }

.hystmodal__shadow {
  background: rgba(39, 94, 115, 0.9); }

.hystmodal__window.contact {
  width: 990px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 64px 96px 64px 96px;
  border-radius: 16px;
  background: #bde9ff; }
  @media (max-width: 767px) {
    .hystmodal__window.contact {
      padding: 32px; } }
  @media (max-width: 499px) {
    .hystmodal__window.contact {
      padding: 16px; } }

.hystmodal-cert .hystmodal__close {
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: none;
  padding: 5px; }
  .hystmodal-cert .hystmodal__close:active {
    outline: none !important;
    border: none !important; }
  .hystmodal-cert .hystmodal__close:focus {
    outline: none !important;
    border: none !important; }

.modal-body-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px; }

.hb-title {
  color: #00557b;
  font-family: Roboto Slab;
  font-size: 46px;
  font-weight: 800;
  line-height: 61px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .hb-title {
      font-size: 32px;
      line-height: 40px; } }

form#contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.front {
  background: #bde9ff; }

.front-page {
  position: relative; }

.front-main {
  margin-top: 16px; }

.section-title {
  color: #00557b;
  font-family: Roboto Slab;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 50px; }
  @media (max-width: 1199px) {
    .section-title {
      font-size: 32px; } }

.hero-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 580px;
  border-radius: 20px;
  background: #5fb6e2; }

.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9); }

.hero-text {
  font-family: Roboto Slab;
  font-size: 64px;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: auto;
  margin-left: 96px;
  z-index: 1; }
  .hero-text .dark-blue {
    display: block;
    color: #00557B; }
  @media (max-width: 1199px) {
    .hero-text {
      bottom: -56px;
      font-size: 40px;
      margin-left: 22px; } }

.hero-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px; }

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px; }

.bg-images-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  mix-blend-mode: color; }
  @media (max-width: 1199px) {
    .bg-images-wrap {
      display: none; } }

.main-bg-container {
  position: relative;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1920px) {
    .main-bg-container {
      padding: 0 70px; } }

.bg-images {
  width: 100%;
  height: 100%; }

.bg-images-sp {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  mix-blend-mode: color;
  pointer-events: none; }

.bg-image {
  width: 100%;
  mix-blend-mode: color; }

.bg-image1 {
  position: absolute;
  width: 100%;
  top: -50px;
  left: 64px; }
  @media (max-width: 1919px) {
    .bg-image1 {
      left: 0; } }
  @media (max-width: 1199px) {
    .bg-image1 {
      top: 0px; } }
  @media (max-width: 991px) {
    .bg-image1 {
      top: 80px; } }
  @media (max-width: 499px) {
    .bg-image1 {
      top: 200px; } }

.bg-image2 {
  position: absolute;
  width: 100%;
  top: 30%;
  left: 279px; }
  @media (max-width: 767px) {
    .bg-image2 {
      left: 80px; }
      .bg-image2 img {
        width: 160%; } }

.bg-image3 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: -548px; }
  @media (max-width: 1023px) {
    .bg-image3 {
      left: -348px; } }
  @media (max-width: 767px) {
    .bg-image3 {
      left: -148px; } }
  @media (max-width: 414px) {
    .bg-image3 {
      left: -48px; } }

@media (max-width: 1199px) {
  .service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
    margin-bottom: 64px; } }

.service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 128px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 96px;
  padding-right: 64px;
  padding-top: 186px;
  padding-bottom: 186px; }
  .service-content.bottom {
    padding-top: 72px; }
  @media (max-width: 1199px) {
    .service-content {
      gap: 42px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: auto;
      margin-bottom: auto;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 32px;
      padding-right: 32px; } }

.service-img img {
  width: 187px;
  height: 187px; }
  @media (max-width: 1199px) {
    .service-img img {
      width: 160px;
      height: 160px; } }

.service-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px; }
  @media (max-width: 1199px) {
    .service-text {
      gap: 16px; } }
  .service-text .title {
    color: #00557b;
    font-family: Roboto Slab;
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .service-text .title {
        font-size: 32px; } }
  .service-text .text {
    color: #00557b;
    font-family: Geist;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left; }
    @media (max-width: 1199px) {
      .service-text .text {
        font-size: 13px; } }

.features {
  margin-bottom: 128px; }
  @media (max-width: 1199px) {
    .features {
      margin-bottom: 80px; } }

@media (max-width: 510px) {
  .features-title br {
    display: none; } }

.features-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px; }
  @media (max-width: 1199px) {
    .features-items {
      gap: 24px; } }

.features-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 28px) / 2);
  border-radius: 16px;
  background: #d8f1ff;
  padding-top: 44px;
  padding-left: 96px;
  padding-right: 64px;
  padding-bottom: 55px; }
  @media (max-width: 1199px) {
    .features-item {
      width: 100%;
      padding: 32px 48px; } }

.features-item-img img {
  width: 167px;
  height: auto; }
  @media (max-width: 1199px) {
    .features-item-img img {
      width: 92px; } }

.features-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  height: 100%; }

.features-item-text .title {
  color: #00557b;
  font-family: Roboto Slab;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase; }
  @media (max-width: 1199px) {
    .features-item-text .title {
      font-size: 32px; } }

.features-item-text .text {
  color: #00557b;
  font-family: Geist;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  margin-top: auto; }
  @media (max-width: 1199px) {
    .features-item-text .text {
      font-size: 13px; } }

.block-image-left-right {
  margin-bottom: 114px; }
  @media (max-width: 1199px) {
    .block-image-left-right {
      margin-bottom: 64px; } }

.block-image-left,
.block-image-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  background: #00557b;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .block-image-left,
    .block-image-right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.block-image-left {
  margin-bottom: 64px; }

.image-block {
  width: calc(100% / 2); }
  @media (max-width: 1199px) {
    .image-block {
      width: 100%;
      height: 420px; } }

.text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: calc(100% / 2);
  padding: 80px 60px;
  margin: auto 0; }
  @media (max-width: 1199px) {
    .text-block {
      width: 100%;
      padding: 32px;
      min-height: 420px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.text-block .title {
  color: #d8f1ff;
  font-family: Roboto Slab;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase; }
  @media (max-width: 1199px) {
    .text-block .title {
      font-size: 32px; } }

.text-block .text {
  color: #d8f1ff;
  font-family: Geist;
  font-size: 17px;
  font-weight: 200;
  letter-spacing: 0;
  text-align: left; }
  @media (max-width: 1199px) {
    .text-block .text {
      font-size: 13px; } }
  .text-block .text ul {
    margin: 0;
    padding-left: 24px; }

.img-overlay {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .img-overlay img {
    mix-blend-mode: multiply; }
  .img-overlay__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00557B;
    mix-blend-mode: color; }

.feature-listing {
  margin-bottom: 140px; }
  @media (max-width: 1199px) {
    .feature-listing {
      margin-bottom: 80px; } }

.feature-listing-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1199px) {
    .feature-listing-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 24px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.feature-listing-content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 2); }
  @media (max-width: 1199px) {
    .feature-listing-content-title {
      width: 100%; } }

.flc-title {
  margin-left: auto;
  margin-right: 120px;
  color: #00557b;
  font-family: Roboto Slab;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase; }
  @media (max-width: 1199px) {
    .flc-title {
      margin-left: 24px;
      margin-right: auto;
      font-size: 32px; } }

.feature-listing-content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  width: calc(100% / 2); }
  @media (max-width: 1199px) {
    .feature-listing-content-text {
      width: 100%; } }

.flct-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 24px;
  border-radius: 12px;
  background: #bde9ff; }
  @media (max-width: 1199px) {
    .flct-item {
      padding: 5px 18px; } }
  .flct-item.click-active {
    cursor: pointer; }
    .flct-item.click-active:hover {
      background: #D8F1FF; }

.flct-item-img {
  padding: 6px; }
  .flct-item-img img {
    width: 100px;
    height: 100px; }
    @media (max-width: 1199px) {
      .flct-item-img img {
        width: 75px;
        height: 75px; } }

.flct-item-text {
  color: #00557b;
  font-family: Geist;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left; }
  @media (max-width: 1199px) {
    .flct-item-text {
      font-size: 17px; } }

.testimonials-section {
  margin-bottom: 150px; }
  @media (max-width: 1199px) {
    .testimonials-section {
      margin-bottom: 80px; } }

.ts-container {
  position: relative; }

.swiper.testimonials-slider {
  z-index: 0; }

.testimonials-slider {
  height: 440px; }
  @media (max-width: 767px) {
    .testimonials-slider {
      height: auto; } }
  .testimonials-slider .swiper-wrapper {
    z-index: 0; }
    .testimonials-slider .swiper-wrapper .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-radius: 16px;
      background: #d8f1ff;
      overflow: hidden; }
      .testimonials-slider .swiper-wrapper .swiper-slide .slide-img {
        height: 198px;
        margin-top: 42px;
        margin-left: auto;
        margin-right: auto; }
        @media (max-width: 767px) {
          .testimonials-slider .swiper-wrapper .swiper-slide .slide-img {
            height: 150px;
            margin-top: 24px; } }
        .testimonials-slider .swiper-wrapper .swiper-slide .slide-img img {
          max-width: 376px;
          max-height: 156px;
          height: auto; }
          @media (max-width: 1429px) {
            .testimonials-slider .swiper-wrapper .swiper-slide .slide-img img {
              max-width: 300px; } }
          @media (max-width: 767px) {
            .testimonials-slider .swiper-wrapper .swiper-slide .slide-img img {
              height: 117px; } }
      .testimonials-slider .swiper-wrapper .swiper-slide .slide-text {
        color: #00557b;
        font-family: Geist;
        font-size: 17px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0;
        padding: 28px 32px 52px 32px; }
        @media (max-width: 1199px) {
          .testimonials-slider .swiper-wrapper .swiper-slide .slide-text {
            font-size: 13px;
            line-height: 20px;
            padding: 18px 32px 32px 32px; } }

.swiper-button-prev,
.swiper-button-next {
  top: 56%;
  width: 32px;
  height: 64px;
  color: #5fb6e2; }
  @media (max-width: 1199px) {
    .swiper-button-prev,
    .swiper-button-next {
      width: 24px;
      height: 48px; } }

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 32px;
  font-size: 64px; }
  @media (max-width: 1199px) {
    .swiper-button-prev::after,
    .swiper-button-next::after {
      width: 24px;
      font-size: 48px; } }

.swiper-button-prev {
  left: 16px; }
  @media (max-width: 1199px) {
    .swiper-button-prev {
      left: 6px; } }

.swiper-button-next {
  right: 16px; }
  @media (max-width: 1199px) {
    .swiper-button-next {
      right: 6px; } }

.t-title {
  margin-bottom: 50px;
  margin-left: auto;
  color: #00557b;
  font-family: Roboto Slab;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 1199px) {
    .t-title {
      margin-left: 24px;
      margin-right: auto;
      font-size: 32px; } }

.pricing-section {
  margin-bottom: 123px; }
  @media (max-width: 1199px) {
    .pricing-section {
      margin-bottom: 80px; } }
  .pricing-section p {
    margin-top: 32px;
    margin-bottom: 32px; }
    @media (max-width: 1199px) {
      .pricing-section p {
        margin-top: 24px;
        margin-bottom: 24px; } }

.pricing-content {
  border-radius: 16px;
  background: #00557b; }

.pricing-content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 78px 96px 0 96px; }
  @media (max-width: 1199px) {
    .pricing-content-title {
      gap: 16px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 16px 32px 0 32px; } }

.pricing-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #bde9ff;
  font-family: Roboto Slab;
  font-size: 46px;
  font-weight: 800;
  line-height: 61px;
  letter-spacing: 0;
  text-transform: uppercase; }
  @media (max-width: 1199px) {
    .pricing-title {
      font-size: 32px;
      line-height: 42px; } }

.pricing-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #bde9ff;
  font-family: Geist;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.4;
  letter-spacing: 0; }
  .pricing-description ul {
    margin: 0;
    padding-left: 24px; }

.pricing-content-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  padding: 78px 20px 32px 20px; }
  @media (max-width: 1199px) {
    .pricing-content-prices {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 51px;
      padding: 78px 20px 32px 20px; } }

.price {
  width: calc((100% - 28px) / 3);
  padding: 0 19px 69px 19px;
  border-radius: 16px; }
  @media (max-width: 1199px) {
    .price {
      width: 100%; } }
  .price__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -22px;
    margin-bottom: 47px; }
    @media (max-width: 1199px) {
      .price__btn {
        margin-top: -17px; } }
  .price__title {
    color: #d8f1ff;
    font-family: Roboto Slab;
    font-size: 46px;
    font-weight: 800;
    line-height: 61px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 23px; }
    @media (max-width: 1199px) {
      .price__title {
        font-size: 32px; } }
    .price__title.recommended {
      color: #00557b;
      margin-bottom: 23px; }
  .price__text {
    color: #d8f1ff;
    font-family: Geist;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0; }
    .price__text ul {
      margin: 0;
      padding-left: 24px; }
    .price__text.recommended {
      color: #00557b; }
  .price.recommended {
    background: #bde9ff; }

.faq-section {
  margin-bottom: 130px; }
  @media (max-width: 1199px) {
    .faq-section {
      margin-bottom: 80px; } }

.faq-title {
  color: #00557b;
  font-family: Roboto Slab;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px; }
  @media (max-width: 1199px) {
    .faq-title {
      font-size: 32px; } }

.faq-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 1199px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1199px) {
    .faq-container {
      gap: 16px;
      margin-left: 16px;
      margin-right: 16px; } }
  .faq-container__item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    color: #101828;
    cursor: pointer; }
    .faq-container__item__title.cs-cookie {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .faq-container__item__title__text {
      color: #00557b;
      font-family: Roboto Slab;
      font-size: 28px;
      font-weight: 600;
      line-height: 1.3;
      letter-spacing: 0;
      text-transform: uppercase; }
      .faq-container__item__title__text__title {
        font-size: 18px;
        font-weight: 600; }
      .faq-container__item__title__text__text {
        font-family: Roboto Slab;
        font-size: 16px;
        font-weight: 400;
        text-transform: none; }
      @media (max-width: 1199px) {
        .faq-container__item__title__text {
          font-size: 16px;
          line-height: 24px; } }
    .faq-container__item__title__icon svg {
      display: none;
      visibility: hidden;
      opacity: 0;
      height: 0;
      margin-top: 4px; }
      .faq-container__item__title__icon svg path {
        fill: #00557b; }
      .faq-container__item__title__icon svg.active {
        display: block;
        visibility: visible;
        opacity: 1;
        width: 26px;
        height: 26px; }
        @media (max-width: 1199px) {
          .faq-container__item__title__icon svg.active {
            width: 14px;
            height: 14px; } }
  .faq-container__item__text {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding-left: 34px;
    color: #00557b;
    font-family: Geist;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
    .faq-container__item__text.cs-cookie {
      padding-left: 0; }
    @media (max-width: 1199px) {
      .faq-container__item__text {
        font-size: 12px;
        line-height: 18px; } }
    .faq-container__item__text.active {
      visibility: visible;
      opacity: 1;
      height: auto;
      margin-top: 8px;
      padding-bottom: 16px; }

.knowledge-section {
  margin-bottom: 123px; }
  @media (max-width: 1199px) {
    .knowledge-section {
      margin-bottom: 80px; } }

.knowledge-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 27px; }
  @media (max-width: 1199px) {
    .knowledge-content-top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 16px; } }

.knowledge-title {
  width: 50%;
  margin-left: 140px; }
  @media (max-width: 1199px) {
    .knowledge-title {
      width: 100%;
      margin-left: 0;
      margin-bottom: 0; } }

.knowledge-top-text {
  width: 50%;
  margin-right: 120px;
  color: #00557b;
  font-family: Geist;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: left; }
  @media (max-width: 1199px) {
    .knowledge-top-text {
      width: 100%;
      margin-right: 0; } }

.knowledge-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px; }

.knowledge-bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: calc((100% - 96px) / 4);
  border-radius: 16px;
  background: #d8f1ff;
  padding: 28px 32px 28px 32px; }
  @media (max-width: 1199px) {
    .knowledge-bottom-item {
      width: calc((100% - 32px) / 2);
      padding: 20px 24px; } }
  @media (max-width: 676px) {
    .knowledge-bottom-item {
      width: 100%; } }

.kbi-title {
  color: #00557b;
  font-family: Geist;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase; }

.kbi-text {
  font-size: 17px; }

.cookie-settings-page a {
  word-break: break-all; }

.cookie-settings-wrap {
  border-radius: 8px;
  border: 1px solid rgba(125, 215, 255, 0.5);
  overflow: hidden; }

.cookie-settings-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #bde9ff; }
  .cookie-settings-titles__item {
    font-size: 17px;
    font-weight: 600;
    padding: 10px; }
    .cookie-settings-titles__item.item-cookie {
      width: 30%; }
    .cookie-settings-titles__item.item-duration {
      width: 20%; }
    .cookie-settings-titles__item.item-description {
      width: 50%; }

.cookie-settings-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cookie-settings-item:nth-child(odd) {
    background: #f1faff; }
  .cookie-settings-item__item {
    padding: 10px;
    line-height: 30px; }
    .cookie-settings-item__item.item-cookie {
      width: 30%;
      word-break: break-all; }
    .cookie-settings-item__item.item-duration {
      width: 20%; }
    .cookie-settings-item__item.item-description {
      width: 50%; }


/*# sourceMappingURL=main.min.css.map*/