/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  src: local("Inter-Regular"), url("../fonts/Inter/Inter-Regular.woff2") format("woff2");
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("Inter-Medium"), url("../fonts/Inter/Inter-Medium.woff2") format("woff2");
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("Inter-SemiBold"), url("../fonts/Inter/Inter-SemiBold.woff2") format("woff2");
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("NotoSansSinhala-Regular"), url("../fonts/NotoSansSinhala/NotoSansSinhala-Regular.woff2") format("woff2");
  font-family: "NotoSansSinhala";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("NotoSansSinhala-Medium"), url("../fonts/NotoSansSinhala/NotoSansSinhala-Medium.woff2") format("woff2");
  font-family: "NotoSansSinhala";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("NotoSansSinhala-SemiBold"), url("../fonts/NotoSansSinhala/NotoSansSinhala-SemiBold.woff2") format("woff2");
  font-family: "NotoSansSinhala";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("NotoSansTamil-Regular"), url("../fonts/NotoSansTamil/NotoSansTamil-Regular.woff2") format("woff2");
  font-family: "NotoSansTamil";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("NotoSansTamil-Medium"), url("../fonts/NotoSansTamil/NotoSansTamil-Medium.woff2") format("woff2");
  font-family: "NotoSansTamil";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("NotoSansTamil-SemiBold"), url("../fonts/NotoSansTamil/NotoSansTamil-SemiBold.woff2") format("woff2");
  font-family: "NotoSansTamil";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
html[lang=si-LK] {
  font-family: "NotoSansSinhala";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
html[lang=ta-LK] {
  font-family: "NotoSansTamil";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
  color: #2A3540;
  background: #ffffff;
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-thumb {
  background: rgba(5, 20, 21, 0.2);
}
body::-webkit-scrollbar-track {
  background: rgba(5, 20, 21, 0.1);
}
body.error404, body.page-template-inner {
  background: -o-linear-gradient(89deg, #E4F5FF -13.04%, #EDFFF4 100.69%);
  background: linear-gradient(1deg, #E4F5FF -13.04%, #EDFFF4 100.69%);
}
body.error404 .footer, body.page-template-inner .footer {
  background: transparent;
}

.font-en {
  font-family: "Inter" !important;
}

.font-si {
  font-family: "NotoSansSinhala" !important;
}

.font-ta {
  font-family: "NotoSansTamil" !important;
}

h1, .fs-h1,
h2, .fs-h2,
h3, .fs-h3,
h4, .fs-h4,
h5, .fs-h5,
h6, .fs-h6 {
  padding: 0;
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
  color: #051415;
}

h1, .fs-h1 {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  h1, .fs-h1 {
    font-size: 24px;
  }
}

h2, .fs-h2 {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  h2, .fs-h2 {
    font-size: 24px;
  }
}

h3, .fs-h3 {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  h3, .fs-h3 {
    font-size: 24px;
  }
}

h4, .fs-h4 {
  font-size: 24px;
}

h5, .fs-h5 {
  font-size: 20px;
}

h6, .fs-h6 {
  font-size: 16px;
}

.fs-small,
.fs-thin,
.fs-min {
  padding: 0;
  margin: 0;
}

.fs-small {
  font-size: 14px;
}

.fs-thin {
  font-size: 12px;
}

.fs-min {
  font-size: 10px;
}

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

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

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

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

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

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

b,
strong {
  font-weight: 600;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a,
button {
  color: #051415;
  transition: all 0.3s ease;
  text-decoration: none;
}
a:hover,
button:hover {
  color: #0E4C4E;
}

img {
  max-width: 100%;
  height: auto;
}

input,
textarea {
  max-width: 100%;
}

.main-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.button, .wpcf7-submit {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  border-radius: 10px;
  background-color: #0C5A5D;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
.button:hover, .wpcf7-submit:hover {
  color: #ffffff;
  background-color: #0E4C4E;
}
.button:disabled, .wpcf7-submit:disabled {
  background-color: #C1EDEF;
}
.button_small, .wpcf7-submit_small {
  padding: 4px 10px;
  min-height: 40px;
  font-size: 14px;
}
.button_large, .wpcf7-submit_large {
  min-height: 60px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-bottom: 20px;
}
.content h1:not(:first-child), .content h2:not(:first-child), .content h3:not(:first-child), .content h4:not(:first-child), .content h5:not(:first-child), .content h6:not(:first-child) {
  margin-top: 20px;
}
.content h1 {
  font-size: 28px;
}
.content h2 {
  font-size: 24px;
}
.content h3, .content h4 {
  font-size: 20px;
}
.content h5 {
  font-size: 18px;
}
.content h6 {
  font-size: 16px;
}
.content p, .content figure {
  margin-top: 15px;
}
.content p:not(:last-child), .content figure:not(:last-child) {
  margin-bottom: 15px;
}
.content a {
  color: #276FB2;
}
.content a:hover {
  color: #0C5A5D;
}
.content b, .content strong {
  font-weight: 600;
}
.content ul, .content ol {
  margin: 15px 0;
}
.content ul li + li, .content ol li + li {
  margin-top: 15px;
}
.content ul span,
.content ul strong,
.content ul em, .content ol span,
.content ol strong,
.content ol em {
  color: #52687E !important;
}
.content ul a:hover, .content ol a:hover {
  opacity: 0.8;
}
.content ul a strong, .content ol a strong {
  text-decoration: underline;
}
.content ul {
  padding: 0 0 0 1.2em;
  list-style-type: disc;
}
.content ol {
  list-style: none;
  counter-reset: li;
}
.content ol ol {
  padding: 0 0 0 1em;
}
.content ol ul {
  padding: 0 0 0 2.5em;
}
.content ol > li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}
.content figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content figure img {
  width: 100%;
}
.content table {
  position: relative;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-radius: 10px;
  border: 1px solid #EEF1F4;
  overflow: hidden;
}
.content table tr:last-child td {
  border-bottom: 0;
}
.content table th, .content table td {
  position: relative;
  padding: 14px 20px;
  vertical-align: top;
  border: 0;
  border-bottom: 1px solid #EEF1F4;
  line-height: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .content table th, .content table td {
    font-size: 14px;
    padding: 15px;
  }
}
.content table th:not(:last-child):after, .content table td:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 30px);
  min-height: 20px;
  background-color: #EEF1F4;
}
.content table td p {
  margin: 0;
}
.content table td p + p {
  margin-top: 10px;
}
.content table th {
  font-weight: 700;
  vertical-align: middle;
}

.breadcrumbs {
  position: relative;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.breadcrumbs__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.breadcrumbs__item:after {
  content: "/";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 6px;
  margin: 0 8px;
  color: #93A6B8;
}
.breadcrumbs__item a {
  color: #93A6B8;
}
.breadcrumbs__item a:hover {
  color: #0C5A5D;
}
.breadcrumbs__item_active {
  color: #0C5A5D;
  font-weight: 500;
  overflow: hidden;
}
.breadcrumbs__item_active:after {
  display: none;
}
.breadcrumbs__item_active span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.swiper-navigation:has(.swiper-button-lock), .swiper-navigation:has(.swiper-scrollbar-lock) {
  display: none;
}
.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 24px;
  height: 24px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
}
.swiper-navigation .swiper-button-prev:hover,
.swiper-navigation .swiper-button-next:hover {
  opacity: 0.8;
}
.swiper-navigation .swiper-button-prev:after,
.swiper-navigation .swiper-button-next:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.9142 19.071L20.9853 11.9999L13.9142 4.92886M4.01472 11.9999H20.2782' stroke='%2300417C' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  z-index: 1;
}
.swiper-navigation .swiper-button-prev.swiper-button-disabled:after,
.swiper-navigation .swiper-button-next.swiper-button-disabled:after {
  opacity: 0.4;
}
.swiper-navigation .swiper-button-prev {
  margin-right: 20px;
}
.swiper-navigation .swiper-button-prev:after {
  transform: scale(-1, 1);
}
.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.swiper-pagination.swiper-pagination-lock {
  display: none;
}
.swiper-pagination .swiper-pagination-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 100%;
  background-color: #EEF1F4;
  cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #276FB2;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #059436;
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.rating__number {
  font-size: 14px;
}
.rating__stars {
  position: relative;
  min-width: 100px;
  min-height: 20px;
}
.rating__stars .passive, .rating__stars .active {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rating__stars .passive .star, .rating__stars .active .star {
  position: relative;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
.rating__stars .passive {
  z-index: 0;
}
.rating__stars .passive .star {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15' fill='none'%3E%3Cpath d='M7.04894 0.92705C7.3483 0.00573921 8.6517 0.00573969 8.95106 0.92705L10.0206 4.21885C10.1545 4.63087 10.5385 4.90983 10.9717 4.90983H14.4329C15.4016 4.90983 15.8044 6.14945 15.0207 6.71885L12.2205 8.75329C11.87 9.00793 11.7234 9.4593 11.8572 9.87132L12.9268 13.1631C13.2261 14.0844 12.1717 14.8506 11.388 14.2812L8.58778 12.2467C8.2373 11.9921 7.7627 11.9921 7.41221 12.2467L4.61204 14.2812C3.82833 14.8506 2.77385 14.0844 3.0732 13.1631L4.14277 9.87132C4.27665 9.4593 4.12999 9.00793 3.7795 8.75329L0.979333 6.71885C0.195619 6.14945 0.598395 4.90983 1.56712 4.90983H5.02832C5.46154 4.90983 5.8455 4.63087 5.97937 4.21885L7.04894 0.92705Z' fill='%23EAEAEA'/%3E%3C/svg%3E");
}
.rating__stars .active {
  z-index: 1;
}
.rating__stars .active .star {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15' fill='none'%3E%3Cpath d='M7.04894 0.92705C7.3483 0.00573921 8.6517 0.00573969 8.95106 0.92705L10.0206 4.21885C10.1545 4.63087 10.5385 4.90983 10.9717 4.90983H14.4329C15.4016 4.90983 15.8044 6.14945 15.0207 6.71885L12.2205 8.75329C11.87 9.00793 11.7234 9.4593 11.8572 9.87132L12.9268 13.1631C13.2261 14.0844 12.1717 14.8506 11.388 14.2812L8.58778 12.2467C8.2373 11.9921 7.7627 11.9921 7.41221 12.2467L4.61204 14.2812C3.82833 14.8506 2.77385 14.0844 3.0732 13.1631L4.14277 9.87132C4.27665 9.4593 4.12999 9.00793 3.7795 8.75329L0.979333 6.71885C0.195619 6.14945 0.598395 4.90983 1.56712 4.90983H5.02832C5.46154 4.90983 5.8455 4.63087 5.97937 4.21885L7.04894 0.92705Z' fill='%23FFBE00'/%3E%3C/svg%3E");
}
.rating__voted {
  font-size: 12px;
}

body.admin-bar .header {
  top: 32px;
}
@media only screen and (max-width: 783px) {
  body.admin-bar .header {
    top: 46px;
  }
  body.admin-bar .header.header_shrink {
    top: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 21;
  transition: all 0.3s ease;
}
.header_shrink {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 16px 0 rgba(13, 62, 48, 0.08);
}
.header_shrink .header__wrap {
  min-height: 50px;
}
.header__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .header__wrap {
    min-height: 40px !important;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 88px;
  margin-right: 80px;
}
@media only screen and (max-width: 991px) {
  .header__logo {
    margin-right: 40px;
  }
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu {
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .header__menu {
    display: none;
  }
}
.header__menu .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
}
.header__menu .list li {
  position: relative;
  padding: 10px 25px;
}
.header__menu .list li:hover > a {
  color: #0C5A5D;
}
.header__menu .list li:hover > a:after {
  transform: scale(1, -1);
}
.header__menu .list li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__menu .list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.header__menu .list li a:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M4.08984 6L8.08984 10L12.0898 6' stroke='%2352687E' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  transition: all 0.3s ease;
}
.header__menu .sub-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  position: absolute;
  right: 25px;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 4px 0;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 5px 80px 0px rgba(13, 62, 48, 0.08);
  transition: all 0.3s ease;
}
.header__menu .sub-menu li {
  padding: 0;
  margin: 0;
}
.header__menu .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding: 8px 20px;
}
.header__menu .sub-menu li a.current {
  color: #0C5A5D;
}
.header__menu .sub-menu li a:after {
  display: none;
}
.header__phone {
  padding: 4px 10px;
}
@media only screen and (max-width: 767px) {
  .header__phone {
    display: none;
  }
}
.header__phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.header__phone a img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 16px;
  margin-right: 8px;
}
.header__lang {
  position: relative;
  padding: 8px 10px;
  margin-left: 16px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .header__lang {
    margin-left: auto;
    padding: 4px 14px;
  }
}
.header__lang:hover .header__lang-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__lang:hover .header__lang-curr:after {
  transform: scale(1, -1);
}
.header__lang-curr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #051415;
  cursor: pointer;
}
.header__lang-curr:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%2352687E' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  transition: all 0.3s ease;
}
.header__lang-list {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  top: 100%;
  right: 0;
  min-width: 150px;
  border-radius: 10px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0px 30px 100px 0px rgba(13, 62, 48, 0.03);
  z-index: 10;
}
.header__lang-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding: 0 20px;
  align-items: center;
  font-weight: 500;
  text-transform: none;
}
.header__lang-item.active {
  color: #0C5A5D;
  background-color: #F1FEFF;
}
.header__lang-item:not(.active):hover {
  background-color: #EEF7FF;
}
.header__burger {
  display: none;
  flex: 0 0 24px;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-aside {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 20, 21, 0.4);
  z-index: 999;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .header-aside {
    display: block;
  }
}
.header-aside.active {
  opacity: 1;
  visibility: visible;
}
.header-aside.active .header-aside__wrap {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.header-aside__wrap {
  opacity: 0;
  visibility: hidden;
  right: -100%;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 280px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.header-aside__caption {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
}
.header-aside__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 40px;
  margin-left: auto;
}
.header-aside__menu {
  position: relative;
  margin-top: 30px;
}
.header-aside__menu-title {
  padding: 0 20px;
  color: #93A6B8;
  font-weight: 500;
}
.header-aside__menu-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.header-aside__menu-list ul a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 20px;
  min-height: 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #2A3540;
}
.header-aside__menu-list ul a.current, .header-aside__menu-list ul a:hover {
  color: #0C5A5D;
  background-color: #F1FEFF;
}
.header-aside__menu-list ul a.current {
  border-right: 2px solid #0C5A5D;
}
.header-aside__contacts {
  margin-top: 30px;
  padding: 0 20px;
}
.header-aside__contacts-title {
  color: #93A6B8;
  font-weight: 500;
}
.header-aside__contacts-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.header-aside__contacts-list ul li {
  margin-top: 20px;
}
.header-aside__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  font-family: "Inter";
  color: #2A3540;
}
.header-aside__contacts-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 20px;
  margin-right: 8px;
}
.header-aside__contacts-item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.header-aside__contacts-item .text a {
  color: #2A3540;
}
.header-aside__contacts-item .text a:hover {
  color: #0C5A5D;
}

.footer {
  position: relative;
  margin-top: auto;
  padding: 80px 0;
  background-color: #F3F4F5;
}
@media only screen and (max-width: 991px) {
  .footer {
    padding: 40px 0;
  }
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -20px -15px;
}
.footer__col {
  padding: 20px 15px;
}
.footer__col_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: 420px;
}
@media only screen and (max-width: 991px) {
  .footer__col_start {
    max-width: none;
  }
}
@media only screen and (max-width: 991px) {
  .footer__col_start {
    order: 2;
  }
}
@media only screen and (max-width: 991px) {
  .footer__col_center {
    order: 1;
  }
}
.footer__col_end {
  max-width: 230px;
}
@media only screen and (max-width: 991px) {
  .footer__col_end {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer__col_end {
    order: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer__col {
    width: 100%;
  }
}
.footer__col-title {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
.footer__identity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: auto;
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 88px;
}
.footer__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer__socials-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.footer__socials-list ul li {
  padding: 8px;
}
.footer__socials-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 32px;
}
.footer__socials-list ul li a:hover {
  opacity: 0.8;
}
.footer__copyright {
  padding-top: 40px;
  font-family: "Inter";
  font-size: 12px;
}
.footer__privacy {
  margin-top: 20px;
}
.footer__privacy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.footer__privacy ul li {
  padding: 15px;
}
.footer__privacy ul li a {
  font-family: "Inter";
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
}
.footer__menu {
  position: relative;
}
.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: -8px 0;
}
.footer__menu ul li {
  padding: 8px 0;
}
.footer__menu ul li a {
  color: #2A3540;
}
.footer__menu ul li a.current, .footer__menu ul li a:hover {
  color: #0E4C4E;
}
.footer__contacts {
  position: relative;
}
.footer__contacts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: -8px 0;
}
.footer__contacts ul li {
  padding: 8px 0;
}
.footer__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  font-family: "Inter";
}
.footer__contacts-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 16px;
  margin-right: 8px;
  margin-top: 3px;
}
.footer__contacts-item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.footer__contacts-item .text a {
  color: #2A3540;
}
.footer__contacts-item .text a:hover {
  color: #0E4C4E;
}

.modal {
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(5, 20, 21, 0.4);
}
.modal_active {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.modal_active .modal__wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.modal_lang .modal__wrap {
  max-width: 520px;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .modal_lang .modal__wrap {
    padding: 20px;
  }
}
.modal_feedback {
  transition: none;
}
.modal_feedback .modal__wrap {
  max-width: 400px;
  padding: 20px;
  transition: none;
}
.modal_privacy .modal__wrap {
  max-width: 1000px;
}
.modal__wrap {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  width: calc(100% - 30px);
  padding: 20px 16px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  border-radius: 10px;
  overflow: hidden;
}
.modal__close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M16 16.5L12 12.5M12 12.5L16 8.5M12 12.5L8 16.5M12 12.5L8 8.5' stroke='%2393A6B8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .modal__close {
    top: 15px;
    right: 15px;
  }
}
.modal__close:hover {
  opacity: 0.8;
}

.modal-lang {
  position: relative;
}
.modal-lang__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-lang__title .modal__close {
  position: relative;
  right: auto;
  top: auto;
  margin-left: 20px;
}
.modal-lang__text {
  margin-top: 10px;
}
.modal-lang__list {
  position: relative;
  margin-top: 25px;
}
.modal-lang__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: -6px;
}
.modal-lang__list ul li {
  padding: 6px;
}
.modal-lang__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 12px 36px;
  color: #276FB2;
  border: 1px solid #276FB2;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.modal-lang__item:hover {
  color: #70AFEA;
  border: 1px solid #70AFEA;
}
@media only screen and (max-width: 479px) {
  .modal-lang__item {
    min-height: 45px;
  }
}

.modal-feedback {
  position: relative;
}
.modal-feedback__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.modal-feedback__title .modal__close {
  position: relative;
  top: 4px;
  right: auto;
  margin-left: 20px;
}
.modal-feedback__text {
  margin-top: 10px;
}
.modal-feedback__button {
  margin-top: 25px;
}
.modal-feedback__button .button {
  min-height: 54px;
  min-width: 100%;
  padding: 10px 16px;
}
.modal-feedback__button .button img {
  flex: 0 0 19px;
  margin-right: 10px;
}

.modal-privacy {
  position: relative;
  font-family: "Inter";
}
.modal-privacy__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 10px 16px 20px 16px;
}
@media only screen and (max-width: 767px) {
  .modal-privacy__title {
    padding-left: 0;
    padding-bottom: 10px;
  }
}
.modal-privacy__title .fs-h1 {
  font-size: 28px;
}
.modal-privacy__title .modal__close {
  position: relative;
  top: -20px;
  right: -25px;
}
.modal-privacy:after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 80px;
  left: 0;
  bottom: -20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #FFFFFF));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%);
}
.modal-privacy__wrap {
  position: relative;
  max-height: 80vh;
  padding: 0 16px 45px 16px;
  overflow-y: auto;
}
.modal-privacy__wrap::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.modal-privacy__wrap::-webkit-scrollbar-thumb {
  background: #276FB2;
}
.modal-privacy__wrap::-webkit-scrollbar-track {
  background: #B2D4F2;
}
@media only screen and (max-width: 767px) {
  .modal-privacy__wrap {
    padding: 0 16px 35px 0;
  }
}

.accordion {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 30px 100px 0px rgba(13, 62, 48, 0.03);
}
.accordion + .accordion {
  margin-top: 20px;
}
.accordion__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  color: #051415;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .accordion__title {
    font-size: 16px;
  }
}
.accordion__title:after {
  content: "";
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  margin-left: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cline x1='15' y1='7.5' x2='15' y2='22.5' stroke='%230C5A5D' stroke-width='1.5'/%3E%3Cline x1='7.5' y1='15' x2='22.5' y2='15' stroke='%230C5A5D' stroke-width='1.5'/%3E%3C/svg%3E");
}
.accordion__title:hover {
  color: #0C5A5D;
}
.accordion__title.active {
  margin-bottom: 20px;
}
.accordion__title.active:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cline x1='7.5' y1='15' x2='22.5' y2='15' stroke='white' stroke-width='1.5'/%3E%3Cline x1='7.5' y1='15' x2='22.5' y2='15' stroke='%230C5A5D' stroke-width='1.5'/%3E%3C/svg%3E");
}
.accordion__panel {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.accordion__panel p {
  margin-top: 0;
}
.accordion__panel p + p {
  margin-top: 20px;
}

.inner-page {
  position: relative;
  padding: 120px 0 80px 0;
}
@media only screen and (max-width: 767px) {
  .inner-page {
    padding: 80px 0 60px 0;
  }
}
.inner-page .breadcrumbs {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .inner-page .breadcrumbs {
    margin-bottom: 30px;
  }
}

.privacy-page {
  position: relative;
  padding: 120px 0 80px 0;
}
@media only screen and (max-width: 767px) {
  .privacy-page {
    padding: 80px 0 60px 0;
  }
}
.privacy-page .breadcrumbs {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .privacy-page .breadcrumbs {
    margin-bottom: 30px;
  }
}

.page-404 {
  position: relative;
  padding: 160px 0;
}
@media only screen and (max-width: 767px) {
  .page-404 {
    padding: 80px 0;
  }
}
.page-404__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}
.page-404__numb {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
  color: #00417C;
}
.page-404__title {
  margin-top: 20px;
}
.page-404__text {
  margin-top: 16px;
}
.page-404__link {
  width: 100%;
  margin-top: 30px;
}
.page-404__link .button {
  width: 100%;
}

html[lang=si-LK] .hero__data,
html[lang=ta-LK] .hero__data {
  max-width: 660px;
}
html[lang=si-LK] .hero__text,
html[lang=ta-LK] .hero__text {
  max-width: none;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-top: 220px;
  padding-bottom: 80px;
  background: -o-linear-gradient(89deg, #E4F5FF -13.04%, #EDFFF4 100.69%);
  background: linear-gradient(1deg, #E4F5FF -13.04%, #EDFFF4 100.69%);
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .hero {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    padding-bottom: 40px;
  }
}
.hero__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.hero__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 270px;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .hero__info {
    justify-content: flex-start;
  }
}
.hero__data {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 500px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero__data {
    padding: 0 15px;
    align-items: flex-start;
    text-align: left;
  }
}
.hero__text {
  max-width: 310px;
  margin: 20px auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .hero__text {
    margin: 16px 0 0 0;
  }
}
.hero__link {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .hero__link {
    margin-top: 20px;
  }
}
.hero__link .button {
  min-width: 170px;
}
.hero__link .button img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 25px;
  margin-left: 8px;
}
.hero__image {
  position: absolute;
  top: 20px;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .hero__image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-top: -20px;
    margin-right: -15px;
  }
}
.hero__image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__image picture img {
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .hero__image picture img {
    max-width: 115px;
  }
}
.hero__leads {
  position: relative;
  margin: 60px auto 0 auto;
  width: 100%;
  max-width: 950px;
}
@media only screen and (max-width: 767px) {
  .hero__leads {
    margin: -80px 0 0 0;
  }
}
.hero__leads-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -8px -15px;
}
.hero__leads-col {
  width: 33.3333333333%;
  padding: 8px 15px;
}
@media only screen and (max-width: 767px) {
  .hero__leads-col {
    width: 50%;
  }
  .hero__leads-col:first-child {
    width: 100%;
  }
}
.hero__leads-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 24px;
  border-left: 1px solid #DBECFD;
}
@media only screen and (max-width: 767px) {
  .hero__leads-item {
    padding: 8px 16px;
    border: 0;
  }
}
.hero__leads-item .value {
  margin-top: 16px;
  font-size: 26px;
}
.hero__leads-item .label {
  margin-top: 8px;
}
.hero__calc {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .hero__calc {
    margin-top: 30px;
  }
}
.hero__calc .calculator {
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  .hero__calc .calculator {
    padding: 24px 16px;
  }
}
.hero__calc .calculator__row {
  margin: -15px;
}
@media only screen and (max-width: 767px) {
  .hero__calc .calculator__row {
    margin: -10px;
  }
}
.hero__calc .calculator__col {
  width: 50%;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .hero__calc .calculator__col {
    width: 100%;
    padding: 10px;
  }
}
.hero__calc .calculator__submit {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .hero__calc .calculator__submit {
    margin-top: 0;
  }
}

.banner {
  position: relative;
  padding-top: 80px;
  background: -o-linear-gradient(89deg, #E4F5FF -13.04%, #EDFFF4 100.69%);
  background: linear-gradient(1deg, #E4F5FF -13.04%, #EDFFF4 100.69%);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .banner {
    padding-bottom: 40px;
  }
}
.banner_about {
  padding-bottom: 0;
}
.banner_about .banner__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  justify-content: flex-start;
  align-items: flex-end;
}
.banner_about .banner__image img {
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .banner_about .banner__image img {
    margin-top: 24px;
    max-width: 100%;
  }
}
.banner__wrap {
  position: relative;
}
.banner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.banner__col {
  position: relative;
}
.banner__col_start {
  width: 570px;
  z-index: 1;
}
.banner__col_end {
  width: calc(100% - 570px);
}
@media only screen and (max-width: 767px) {
  .banner__col {
    width: 100%;
  }
}
.banner__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .banner__info {
    padding: 0;
  }
}
.banner__breadcrumbs {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .banner__breadcrumbs {
    margin-bottom: 30px;
  }
}
.banner__title {
  max-width: 560px;
}
.banner__text {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .banner__text {
    margin-top: 16px;
  }
}
.banner__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  min-height: 100%;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .banner__image {
    display: none;
  }
}
.banner__image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner__image picture img {
  max-width: 417px;
}
.banner__contacts {
  position: relative;
  margin-top: 40px;
}
.banner__contacts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media only screen and (max-width: 767px) {
  .banner__contacts-row {
    margin: -10px;
  }
}
.banner__contacts-col {
  width: 50%;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .banner__contacts-col {
    width: 100%;
    padding: 10px;
  }
}
.banner__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
}
.banner__contacts-item .icon {
  flex: 0 0 36px;
}
.banner__contacts-item .label {
  margin-top: 16px;
  color: #52687E;
}
.banner__contacts-item .value {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
}

.features {
  position: relative;
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .features {
    padding-top: 60px;
  }
}
.features__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.features__title {
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .features__title {
    padding-bottom: 30px;
  }
}
.features__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: -20px 0;
}
@media only screen and (max-width: 767px) {
  .features__row {
    margin: -12px 0;
  }
}
.features__col {
  padding: 20px 0;
}
.features__col:nth-child(even) .features__item {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .features__col {
    padding: 12px 0;
  }
}
.features__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  background-color: #F3F4F5;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .features__item {
    flex-direction: column-reverse !important;
  }
}
.features__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 40px;
}
@media only screen and (max-width: 991px) {
  .features__item-info {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .features__item-info {
    width: 100%;
  }
}
.features__item-title {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #EAEAEA;
}
.features__item-subtitle .fs-h6 {
  font-weight: 500;
}
.features__item-text {
  margin-top: 8px;
}
.features__item-link {
  margin-top: 24px;
}
.features__item-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  color: #0C5A5D;
}
.features__item-link a:hover {
  color: #073C3E;
}
.features__item-link a img {
  flex: 0 0 24px;
  margin-left: 8px;
}
.features__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: auto;
  width: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .features__item-image {
    width: 100%;
  }
}
.features__item-image img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.advantages {
  position: relative;
  padding-top: 160px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .advantages {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.advantages__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  background: -o-linear-gradient(172deg, #CBEBFF -0.18%, #E8FFEA 112.82%);
  background: linear-gradient(278deg, #CBEBFF -0.18%, #E8FFEA 112.82%);
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .advantages__wrap {
    padding: 30px 24px;
  }
}
.advantages__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  z-index: 1;
}
.advantages__col {
  width: 50%;
  padding: 15px;
}
@media only screen and (max-width: 991px) {
  .advantages__col {
    width: 100%;
  }
}
.advantages__image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .advantages__image {
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
  }
}
.advantages__image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .advantages__image picture img {
    max-width: 76px;
  }
}
.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.advantages__list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.advantages__list-col {
  width: 50%;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .advantages__list-col {
    width: 100%;
  }
}
.advantages__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 30px 100px 0px rgba(13, 62, 48, 0.03);
}
.advantages__list-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 36px;
}
.advantages__list-item .text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
}

.testimonials {
  position: relative;
  padding: 80px 0;
  background-color: #F3F4F5;
}
@media only screen and (max-width: 991px) {
  .testimonials {
    padding: 40px 0;
  }
}
.testimonials__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.testimonials__swiper {
  max-width: 100%;
}
.testimonials__swiper .swiper-slide {
  padding-top: 75px;
  height: auto;
}
.testimonials__swiper .swiper-navigation {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .testimonials__swiper .swiper-navigation {
    margin-top: 30px;
  }
}
.testimonials__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 50px 20px 20px 20px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 30px 100px 0px rgba(13, 62, 48, 0.03);
}
.testimonials__item-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.testimonials__item-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -85px;
  margin-bottom: 15px;
  flex: 0 0 70px;
}
.testimonials__item-avatar img {
  border-radius: 100%;
}
.testimonials__item-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
}
.testimonials__item-text {
  margin-bottom: 16px;
}
.testimonials__item-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #EAEAEA;
}
.testimonials__item-name {
  font-size: 12px;
  font-weight: 500;
  color: #52687E;
}

.about {
  position: relative;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .about {
    padding: 60px 0;
  }
}
.about_cooperation .about__item-image img {
  max-width: 340px;
}
.about__wrap {
  position: relative;
}
.about__title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .about__title {
    margin-bottom: 30px;
  }
}
.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media only screen and (max-width: 767px) {
  .about__row {
    margin: -10px;
  }
}
.about__col {
  width: 50%;
  padding: 15px;
}
.about__col_full {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about__col {
    width: 100%;
    padding: 10px;
  }
}
.about__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  background-color: #EEF7FF;
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .about__item {
    padding: 30px 20px;
  }
}
.about__item_highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 410px;
}
.about__item_highlight .about__item-info {
  padding-right: 40px;
  margin-bottom: 30px;
}
.about__item_highlight .about__item-list {
  width: 100%;
  max-width: 630px;
}
@media only screen and (max-width: 991px) {
  .about__item_highlight .about__item-list {
    max-width: none;
  }
}
.about__item-image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .about__item-image {
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
  }
}
.about__item-image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .about__item-image picture img {
    max-width: 76px !important;
  }
}
.about__item-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.about__item-text {
  margin-top: 16px;
}
.about__item-list {
  position: relative;
}
.about__item-list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.about__item-list-col {
  width: 50%;
  padding: 10px;
}
.about__item-list-col_full {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about__item-list-col {
    width: 100%;
  }
}
.about__item-list-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 30px 100px 0px rgba(13, 62, 48, 0.03);
}
.about__item-list-data .title {
  margin-bottom: 16px;
}

.benefits {
  position: relative;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .benefits {
    padding-top: 60px;
  }
}
.benefits__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.benefits__title {
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .benefits__title {
    padding-bottom: 30px;
  }
}
.benefits__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media only screen and (max-width: 767px) {
  .benefits__row {
    margin: -5px;
  }
}
.benefits__col {
  width: 33.3333333333%;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .benefits__col {
    width: 100%;
    padding: 5px;
  }
}
.benefits__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
}
.benefits__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.benefits__item-text {
  margin-top: 16px;
}

.collaborations {
  position: relative;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .collaborations {
    padding-top: 60px;
  }
}
.collaborations__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.collaborations__title {
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .collaborations__title {
    padding-bottom: 30px;
  }
}
.collaborations__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media only screen and (max-width: 767px) {
  .collaborations__row {
    margin: -5px;
  }
}
.collaborations__col {
  width: 50%;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .collaborations__col {
    width: 100%;
    padding: 5px;
  }
}
.collaborations__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 100%;
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 5px 80px 0px rgba(13, 62, 48, 0.08);
}
.collaborations__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 46px;
}
.collaborations__item-text {
  margin-top: 20px;
}

.faq {
  position: relative;
}
.faq__title {
  margin-bottom: 40px;
}
.faq__tabs {
  position: relative;
}
.faq__tabs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.faq__tabs-col {
  padding: 15px;
}
.faq__tabs-col_start {
  width: 295px;
}
.faq__tabs-col_end {
  width: calc(100% - 295px);
}
@media only screen and (max-width: 767px) {
  .faq__tabs-col {
    width: 100%;
  }
}
.faq__tabs-nav {
  position: relative;
}
.faq__tabs-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: -2.5px;
}
@media only screen and (max-width: 767px) {
  .faq__tabs-nav ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.faq__tabs-nav ul li {
  padding: 2.5px;
}
.faq__tabs-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 30px;
  min-height: 40px;
  border-radius: 100px;
  border: 1px solid #D4DCE3;
  color: #2A3540;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.faq__tabs-link.active {
  color: #ffffff;
  border-color: #0C5A5D;
  background-color: #0C5A5D;
}
.faq__tabs-block {
  display: none;
}
.faq__tabs-block.active {
  display: block;
}

.contacts {
  position: relative;
}
.contacts__title {
  margin-bottom: 40px;
}
.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media only screen and (max-width: 767px) {
  .contacts__row {
    margin: -10px;
  }
}
.contacts__col {
  width: 25%;
  padding: 15px;
}
.contacts__col:last-child .contacts__item a {
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  .contacts__col {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .contacts__col {
    padding: 10px;
    width: 100%;
  }
}
.contacts__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 20px;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0px 30px 100px 0px rgba(13, 62, 48, 0.03);
}
.contacts__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 36px;
  margin-bottom: 16px;
}
.contacts__item-label {
  margin-bottom: 8px;
  color: #52687E;
}
.contacts__item-value {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #072139;
}
.contacts__item-value a {
  color: #072139;
}
.contacts__item-value a:hover {
  color: #0C5A5D;
}

/*# sourceMappingURL=styles.css.map*/