@charset "UTF-8";
:root {
  --theme-size: 10px;
  --font-primary: "Hauora", Arial, sans-serif;
  --color-error: #DE3838;
  --body-bg: #FAFBFC;
  --body-color: #4F5D75;
  --safe-area-inset-top: env(safe-area-inset-top);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
}

/* ==========================================================================
   Utilites
   ========================================================================== */
/*! 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 */
  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: -0.2rem;
  /* 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;
}

/* Defaults
 ========================================================================== */
html, body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

picture {
  display: block;
}

img, video, svg {
  max-width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-ms-clear {
  display: none;
}

button, input, textarea, select {
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
}

::selection {
  color: #fff;
  background: #000;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button {
  cursor: pointer;
}

svg {
  max-width: 100%;
  overflow: visible;
}

mark {
  background: none;
  color: #6FA5D6;
}

@font-face {
  font-family: "Hauora";
  src: url("../fonts/Hauora-ExtraLight.woff2") format("woff2"), url("../fonts/Hauora-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hauora";
  src: url("../fonts/Hauora-Light.woff2") format("woff2"), url("../fonts/Hauora-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hauora";
  src: url("../fonts/Hauora-Regular.woff2") format("woff2"), url("../fonts/Hauora-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hauora";
  src: url("../fonts/Hauora-Medium.woff2") format("woff2"), url("../fonts/Hauora-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hauora";
  src: url("../fonts/Hauora-SemiBold.woff2") format("woff2"), url("../fonts/Hauora-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hauora";
  src: url("../fonts/Hauora-Bold.woff2") format("woff2"), url("../fonts/Hauora-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hauora";
  src: url("../fonts/Hauora-ExtraBold.woff2") format("woff2"), url("../fonts/Hauora-ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.icon-arrow-right {
  width: 2.4rem;
  height: 1.5rem;
}
@media (min-width: 1200px) {
  .icon-arrow-right {
    width: 1.8rem;
    height: 1.2rem;
  }
}
@media (min-width: 1600px) {
  .icon-arrow-right {
    width: 2.4rem;
    height: 1.5rem;
  }
}

.icon-download {
  width: 1.8rem;
  height: 1.8rem;
}
@media (min-width: 1200px) {
  .icon-download {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media (min-width: 1600px) {
  .icon-download {
    width: 2rem;
    height: 2rem;
  }
}

.icon-phone {
  width: 2rem;
  height: 2rem;
}
@media (min-width: 1600px) {
  .icon-phone {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.ui-validate {
  position: relative;
  top: -1.4rem;
  display: block;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--color-error);
  margin: 0;
}

.ui-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.4rem 2rem;
  border-radius: 1rem;
  border: none;
  background: none;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  min-height: 5rem;
  transition: color 0.25s, background 0.25s;
}
.ui-btn:hover {
  text-decoration: none;
}
.ui-btn:active {
  transform: scale(0.95);
  transition: none;
}
.ui-btn svg {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 2rem;
}
@media (min-width: 1200px) {
  .ui-btn {
    min-height: 4.1rem;
    font-size: 1.4rem;
  }
  .ui-btn svg {
    margin: 0 0 0 1.4rem;
  }
}
@media (min-width: 1600px) {
  .ui-btn {
    min-height: 5.5rem;
    font-size: 2rem;
    padding: 0.4rem 3.8rem;
  }
  .ui-btn svg {
    margin: 0 0 0 2rem;
  }
}

.ui-btn--fullwidth {
  width: 100%;
}

.ui-btn--beige {
  background: #B19374;
  color: #FAFBFC;
}
.ui-btn--beige:hover {
  background: #95816A;
  color: #FAFBFC;
}
.ui-btn--beige.ui-btn--light {
  background: #F0E5D9;
  color: #04183A;
}
.ui-btn--beige.ui-btn--light:hover {
  background: #F0E5D9;
  color: #95816A;
}
.ui-btn--beige.ui-btn--light svg {
  color: #95816A;
}

.ui-btn--white {
  background: #FAFBFC;
  color: #0D4987;
}
.ui-btn--white:hover {
  background: #FAFBFC;
  color: #6193BE;
}

.ui-btn--white_beige {
  background: #FAFBFC;
  color: #5E4E3A;
}
.ui-btn--white_beige:hover {
  background: #FAFBFC;
  color: #95816A;
}

.ui-btn--blue {
  background: #0D4987;
  color: #FAFBFC;
}
.ui-btn--blue:hover {
  background: #082B65;
  color: #FAFBFC;
}
.ui-btn--blue.ui-btn--light {
  background: #C0D4E5;
  color: #04183A;
}
.ui-btn--blue.ui-btn--light:hover {
  background: #6193BE;
  color: #FAFBFC;
}

.ui-btn--whiteblue {
  background: #E7EFF5;
  color: #0D4987;
}
.ui-btn--whiteblue:hover {
  background: #C0D4E5;
  color: #082B65;
}

.ui-link {
  text-decoration: underline;
  transition: color 0.25s;
}
.ui-link:hover {
  text-decoration: underline;
}

.ui-link--dark {
  color: #4F5D75;
}
.ui-link--dark:hover {
  color: #6193BE;
}

.ui-label {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 1600px) {
  .ui-label {
    font-size: 2rem;
    margin: 0 0 1.2rem;
  }
}

.ui-field {
  position: relative;
  margin: 0 0 2rem;
}
.ui-field .ui-input,
.ui-field .ui-textarea {
  margin: 0;
}

.ui-append {
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6.4rem;
  height: 100%;
}
.ui-append svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.ui-append ~ .ui-input, .ui-append ~ .ui-textarea {
  padding-right: 5.4rem;
}
@media (min-width: 1200px) {
  .ui-append {
    width: 4.4rem;
  }
  .ui-append svg {
    width: 2rem;
    height: 2rem;
  }
  .ui-append ~ .ui-input, .ui-append ~ .ui-textarea {
    padding-right: 3.4rem;
    padding-left: 1.6rem;
  }
}
@media (min-width: 1600px) {
  .ui-append {
    width: 6.4rem;
  }
  .ui-append svg {
    width: 2.4rem;
    height: 2.4rem;
  }
  .ui-append ~ .ui-input, .ui-append ~ .ui-textarea {
    padding-left: 2rem;
    padding-right: 5.4rem;
  }
}

.ui-input, .ui-textarea {
  display: block;
  transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
  width: 100%;
  height: 5.1rem;
  background: #E7EFF5;
  border: 1px solid #E7EFF5;
  border-radius: 1rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
  padding: 1.2rem 2rem;
  margin: 0 0 2rem;
  color: #0D4987;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-input:-ms-input-placeholder, .ui-textarea:-ms-input-placeholder {
  color: #4F5D75;
  transition: opacity 0.25s, color 0.25s;
}
.ui-input::placeholder, .ui-textarea::placeholder {
  color: #4F5D75;
  transition: opacity 0.25s, color 0.25s;
}
.ui-input:focus, .ui-textarea:focus {
  border-color: #C0D4E5;
}
.ui-input:focus:-ms-input-placeholder, .ui-textarea:focus:-ms-input-placeholder {
  opacity: 0.7;
}
.ui-input:focus::placeholder, .ui-textarea:focus::placeholder {
  opacity: 0.7;
}
.ui-input:disabled, .ui-textarea:disabled {
  border-color: #e4ebf1;
  background: #e4ebf1;
  pointer-events: none;
}
.ui-input.is-error, .is-error.ui-textarea {
  border-color: var(--color-error);
}
.ui-input--white {
  border-color: transparent;
  background: rgba(250, 251, 252, 0.1);
  color: #FAFBFC;
  margin: 0 0 2rem;
}
.ui-input--white:-ms-input-placeholder {
  color: #FAFBFC;
}
.ui-input--white::placeholder {
  color: #FAFBFC;
}
.ui-input--white:focus {
  border-color: rgba(192, 212, 229, 0.6);
  background: rgba(250, 251, 252, 0.2);
}
@media (min-width: 768px) {
  .ui-input, .ui-textarea {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .ui-input, .ui-textarea {
    height: 4.1rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .ui-input, .ui-textarea {
    height: 5.5rem;
    font-size: 2rem;
  }
}

.ui-textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 14rem;
  height: auto;
  resize: none;
}
.ui-textarea--white {
  border-color: transparent;
  background: rgba(250, 251, 252, 0.1);
  color: #FAFBFC;
  margin: 0 0 2rem;
}
.ui-textarea--white:-ms-input-placeholder {
  color: #FAFBFC;
}
.ui-textarea--white::placeholder {
  color: #FAFBFC;
}
.ui-textarea--white:focus {
  border-color: rgba(192, 212, 229, 0.6);
  background: rgba(250, 251, 252, 0.2);
}
.ui-textarea--white:focus:-ms-input-placeholder {
  opacity: 1;
  color: #FAFBFC;
}
.ui-textarea--white:focus::placeholder {
  opacity: 1;
  color: #FAFBFC;
}

.ui-select {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 2rem;
  white-space: nowrap;
}
.ui-select select {
  width: 100%;
  height: 5.1rem;
  border: 1px solid #E7EFF5;
  border-radius: 1rem;
  padding: 1rem 4.2rem 1rem 2rem;
  -webkit-appearance: none;
  appearance: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #E7EFF5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8' fill='none'%3E%3Cpath d='M2 2L7.35982 6.46651C7.73066 6.77555 8.26934 6.77555 8.64018 6.46651L14 2' stroke='%236193BE' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E") right 2rem center no-repeat;
  color: rgba(79, 93, 117, 0.7);
  appearance: none;
  overflow: hidden;
  color: transparent;
  display: inline-block;
  vertical-align: top;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
}
.ui-select .selectric-wrapper {
  position: relative;
  cursor: pointer;
  text-transform: none;
  width: 100%;
}
.ui-select .selectric {
  position: relative;
  overflow: hidden;
  background: #E7EFF5;
  border: 1px solid #E7EFF5;
  border-radius: 1rem;
  padding: 1rem 4.2rem 1rem 2rem;
  height: 5.1rem;
  color: rgba(79, 93, 117, 0.7);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.ui-select .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ui-select .selectric .arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 110;
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #6193BE;
  width: 5.2rem;
}
.ui-select .selectric .arrow svg {
  position: relative;
  display: block;
  transition: transform 0.25s;
  width: 1.6rem;
  height: 0.8rem;
}
.ui-select .selectric-items {
  position: absolute;
  top: 100%;
  left: 0;
  background: #EDF3F7;
  box-shadow: 0px 0.2rem 0.4rem 0px rgba(13, 73, 135, 0.1);
  border-radius: 1rem;
  z-index: 100;
  width: auto !important;
  min-width: 100%;
  margin: 1rem 0 0 0;
  padding: 2rem;
  overflow: hidden;
  transition: opacity 0.25s, visiblity 0.25s;
  opacity: 0;
  visibility: hidden;
  display: block;
  white-space: normal;
}
.ui-select .selectric-items .selectric-scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 20rem;
}
.ui-select .selectric-items .scroll-content {
  padding-right: 2.4rem;
}
.ui-select .selectric-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ui-select .selectric-items li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  transition: 0.25s;
  color: rgba(79, 93, 117, 0.7);
  margin: 0 0 1.6rem;
}
.ui-select .selectric-items li:last-child {
  margin: 0;
}
.ui-select .selectric-items li:hover {
  color: #0D4987;
}
.ui-select .selectric-items li:hover .selectric-checkbox {
  border-color: #0D4987;
}
.ui-select .selectric-items li.selected .selectric-checkbox {
  border-color: #0D4987;
}
.ui-select .selectric-items li.selected .selectric-checkbox svg {
  opacity: 1;
}
.ui-select .selectric-items li.disabled {
  pointer-events: none;
  display: none;
}
.ui-select .selectric-items li.disabled .selectric-checkbox {
  display: none;
}
.ui-select .selectric-items .ui-select-group li:not(.ui-select-group-label) {
  padding-left: 3rem;
}
.ui-select .selectric-items .ui-select-group-label {
  pointer-events: none;
}
.ui-select .selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.ui-select .selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none !important;
  pointer-events: none !important;
}
.ui-select .selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.ui-select .selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.ui-select .selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  background: none !important;
}
.ui-select .selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.ui-select .selectric-checkbox {
  display: block;
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 1.4rem 0 0;
  border: 1px solid #4F5D75;
  color: #4F5D75;
  border-radius: 0.5rem;
  transition: 0.25s;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ui-select .selectric-checkbox svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.25s;
  width: 1.3rem;
  height: 0.9rem;
}
.ui-select .selectric-open {
  z-index: 500;
}
.ui-select .selectric-open .selectric {
  color: #0D4987;
}
.ui-select .selectric-open .selectric .arrow svg {
  transform: rotate(180deg);
}
.ui-select .selectric-open .selectric-items {
  display: block;
  opacity: 1;
  visibility: visible;
}
.ui-select .selectric-changed .selectric {
  color: #0D4987;
  font-weight: 500;
}
.ui-select .selectric-disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ui-select--white select {
  border-color: transparent;
  background-color: rgba(250, 251, 252, 0.1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8' fill='none'%3E%3Cpath d='M2 2L7.35982 6.46651C7.73066 6.77555 8.26934 6.77555 8.64018 6.46651L14 2' stroke='%23FAFBFC' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E");
  color: #FAFBFC;
}
.ui-select--white .selectric {
  border-color: transparent;
  background: rgba(250, 251, 252, 0.1);
  color: #FAFBFC;
}
.ui-select--white .selectric .arrow {
  color: #FAFBFC;
}
.ui-select--white .selectric-items {
  background: #5081B1;
  box-shadow: 0px 0px 0.6rem 0px rgba(86, 86, 86, 0.1), 0px 0.2rem 0.8rem 0px rgba(86, 86, 86, 0.05);
}
.ui-select--white .selectric-items li {
  color: rgba(250, 251, 252, 0.7);
}
.ui-select--white .selectric-items li:hover {
  color: #FAFBFC;
}
.ui-select--white .selectric-items li:hover .selectric-checkbox {
  border-color: #FAFBFC;
}
.ui-select--white .selectric-items li.selectric-highlightб {
  color: #fafbfc;
}
.ui-select--white .selectric-items li.selected .selectric-checkbox {
  border-color: #FAFBFC;
  color: #FAFBFC;
}
.ui-select--white .selectric-checkbox {
  border-color: #FAFBFC;
  color: #FAFBFC;
}
.ui-select--white .selectric-open .selectric {
  border: 1px solid rgba(192, 212, 229, 0.6);
  background: rgba(250, 251, 252, 0.2);
  color: #FAFBFC;
}
.ui-select--white .selectric-changed .selectric {
  color: #FAFBFC;
}
.ui-select--white .selectric-scroll .scrollbar-track-y {
  background: #6193BE;
}
.ui-select--white .selectric-scroll .scrollbar-thumb-y {
  background: #E7EFF5;
}
@media (min-width: 1200px) {
  .ui-select select {
    height: 4.1rem;
    font-size: 1.4rem;
  }
  .ui-select .selectric {
    font-size: 1.4rem;
    height: 4.1rem;
  }
  .ui-select .selectric-items {
    font-size: 1.4rem;
  }
  .ui-select .selectric-items li {
    margin: 0 0 1.2rem;
  }
  .ui-select .selectric-items li:last-child {
    margin: 0;
  }
  .ui-select .selectric-checkbox {
    width: 2rem;
    height: 2rem;
    margin: 0 1.2rem 0 0;
  }
}
@media (min-width: 1600px) {
  .ui-select select {
    height: 5.5rem;
    font-size: 2rem;
  }
  .ui-select .selectric {
    font-size: 2rem;
    height: 5.5rem;
  }
  .ui-select .selectric-items {
    font-size: 2rem;
  }
  .ui-select .selectric-items li {
    margin: 0 0 1.8rem;
  }
  .ui-select .selectric-items li:last-child {
    margin: 0;
  }
  .ui-select .selectric-checkbox {
    width: 2.7rem;
    height: 2.7rem;
    margin: 0 1.4rem 0 0;
  }
}

.ui-upload {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 768px) {
  .ui-upload {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .ui-upload {
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .ui-upload {
    font-size: 2rem;
  }
}

.ui-upload__handler {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 1rem;
  border: 1px dashed #6193BE;
  background: #E7EFF5;
  color: rgba(79, 93, 117, 0.7);
  padding: 1.2rem 2rem;
  min-height: 5.1rem;
  transition: color 0.25s, background 0.25s;
  cursor: pointer;
}
.ui-upload__handler:hover {
  background: #FAFBFC;
  color: rgba(13, 73, 135, 0.7);
}
@media (min-width: 1200px) {
  .ui-upload__handler {
    min-height: 4.5rem;
  }
}
@media (min-width: 1600px) {
  .ui-upload__handler {
    min-height: 5.5rem;
  }
}

.ui-upload__handler-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.ui-upload__handler-value {
  display: block;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin: 0 1rem 0 0;
}

.ui-upload__handler-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 2rem;
  color: #0D4987;
  pointer-events: none;
  margin: -0.4rem 0;
}
.ui-upload__handler-icon svg.icon-upload {
  display: block;
  width: 2.5rem;
  height: 2rem;
}
@media (min-width: 1200px) {
  .ui-upload__handler-icon svg.icon-upload {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 1600px) {
  .ui-upload__handler-icon svg.icon-upload {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.ui-upload__render {
  position: relative;
  top: 1rem;
  padding: 0 0 1rem;
  display: none;
}

.ui-upload__file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1rem;
  padding: 1.2rem 2rem;
  border-radius: 1rem;
  background: #E7EFF5;
  color: #0D4987;
  min-height: 5.1rem;
}
.ui-upload__file:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .ui-upload__file {
    min-height: 4.5rem;
  }
}
@media (min-width: 1600px) {
  .ui-upload__file {
    min-height: 5.5rem;
  }
}

.ui-upload__file-value {
  display: block;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  margin: 0 1rem 0 0;
}

.ui-upload__file-delete {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  color: #0072BC;
  cursor: pointer;
  transition: color 0.25s;
}
.ui-upload__file-delete svg {
  display: block;
  width: 100%;
  height: 100%;
}
.ui-upload__file-delete:hover {
  color: var(--color-error);
}
@media (min-width: 1200px) {
  .ui-upload__file-delete {
    width: 1.3rem;
    height: 1.3rem;
  }
}
@media (min-width: 1600px) {
  .ui-upload__file-delete {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.ui-accept {
  display: block;
  margin: 0 0 2rem;
  padding: 0.4rem 0;
  font-size: 1.4rem;
  line-height: 1.357;
  font-weight: 500;
  text-align: left;
  color: #6193BE;
}
.ui-accept a {
  text-decoration: underline;
  color: inherit;
  transition: opacity 0.25s;
}
.ui-accept a:hover {
  text-decoration: underline;
  color: inherit;
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .ui-accept {
    font-size: 1.1rem;
  }
}
@media (min-width: 1600px) {
  .ui-accept {
    font-size: 1.6rem;
  }
}

.ui-tabs__title {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: 700;
  color: #0D4987;
}
@media (min-width: 1200px) {
  .ui-tabs__title {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 500;
    margin: 0 0 2.4rem;
    color: #4F5D75;
  }
}

.ui-tabs__text {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #4F5D75;
}
@media (min-width: 1200px) {
  .ui-tabs__text {
    display: none;
  }
}

.ui-tabs__caption {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .ui-tabs__caption {
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .ui-tabs__caption {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 500;
    margin: 0 0 2rem;
  }
}

.ui-tabs__control {
  margin: 0 0 4rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ui-tabs__control {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  .ui-tabs__control {
    margin: 0 0 5rem;
  }
}
@media (min-width: 1600px) {
  .ui-tabs__control {
    margin: 0 0 7rem;
  }
}

.ui-tabs__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  min-height: 5rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
  padding: 1.2rem 2.4rem;
  background: #E7EFF5;
  color: #6193BE;
  transition: color 0.25s, background 0.25s;
  margin: 0 0 0.2rem;
}
.ui-tabs__btn:last-child {
  margin: 0;
}
.ui-tabs__btn:hover {
  color: #0D4987;
}
.ui-tabs__btn.is-active {
  background: #6193BE;
  color: #FAFBFC;
}
@media (min-width: 768px) {
  .ui-tabs__btn {
    width: auto;
    text-align: center;
    margin: 0 0.2rem 0 0;
  }
  .ui-tabs__btn:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .ui-tabs__btn {
    font-size: 1.4rem;
    padding: 1.2rem 3.2rem;
    min-height: 4.1rem;
  }
}
@media (min-width: 1600px) {
  .ui-tabs__btn {
    min-height: 6.6rem;
    padding: 1.2rem 5.6rem;
    font-size: 2.2rem;
  }
}

.ui-tabs__wrapper {
  position: relative;
}

.ui-tabs__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.ui-tabs__content.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: 0.5s;
}

.ui-pagination {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .ui-pagination {
    font-size: 1.2rem;
  }
}
@media (min-width: 1600px) {
  .ui-pagination {
    font-size: 2rem;
  }
}

.ui-pagination__prev,
.ui-pagination__next,
.ui-pagination__link,
.ui-pagination__dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0.8rem 1.4rem;
  border-radius: 1rem;
  height: 4rem;
  min-width: 4rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #F0E5D9;
  color: #95816A;
  text-decoration: none;
  transition: color 0.25s, background 0.25s;
}
.ui-pagination__prev svg,
.ui-pagination__next svg,
.ui-pagination__link svg,
.ui-pagination__dots svg {
  display: none;
}
.ui-pagination__prev:hover, .ui-pagination__prev.is-active,
.ui-pagination__next:hover,
.ui-pagination__next.is-active,
.ui-pagination__link:hover,
.ui-pagination__link.is-active,
.ui-pagination__dots:hover,
.ui-pagination__dots.is-active {
  text-decoration: none;
  background: #B19374;
  color: #FAFBFC;
}
.ui-pagination__prev.is-disabled,
.ui-pagination__next.is-disabled,
.ui-pagination__link.is-disabled,
.ui-pagination__dots.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .ui-pagination__prev,
  .ui-pagination__next,
  .ui-pagination__link,
  .ui-pagination__dots {
    height: 3.8rem;
    min-width: 3.8rem;
    padding: 0.8rem 1.4rem;
  }
}
@media (min-width: 1600px) {
  .ui-pagination__prev,
  .ui-pagination__next,
  .ui-pagination__link,
  .ui-pagination__dots {
    height: 5.8rem;
    min-width: 5.8rem;
    padding: 0.8rem 2.2rem;
  }
}

.ui-pagination__dots {
  pointer-events: none;
  margin: 0 1rem 0 0;
}
.ui-pagination__dots:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  .ui-pagination__prev,
  .ui-pagination__next {
    text-indent: -999.9rem;
    padding: 0;
  }
  .ui-pagination__prev svg,
  .ui-pagination__next svg {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
  }
}

.ui-pagination__menu {
  margin: 0 -0.5rem -1rem;
  padding: 0 1rem;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.ui-pagination__menu > li {
  padding: 0 0.5rem 1rem;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .ui-pagination__menu {
    margin: 0 -0.35rem -0.7rem;
    padding: 0 0.7rem;
  }
  .ui-pagination__menu > li {
    padding: 0 0.35rem 0.7rem;
  }
}
@media (max-width: 767px) {
  .ui-pagination__menu > li:nth-of-type(3) {
    display: none;
  }
}

.ui-check {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
  cursor: pointer;
  color: #6193BE;
  transition: color 0.25s;
}
.ui-check:hover {
  color: #0D4987;
}

.ui-check__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.ui-check__input:checked ~ .ui-check__btn {
  background: #6193BE;
  color: #FAFBFC;
}
.ui-check__input:checked ~ .ui-check__checkbox {
  color: #0D4987;
}
.ui-check__input:checked ~ .ui-check__checkbox:after {
  opacity: 1;
}
.ui-check__input:checked ~ .ui-check__checkbox ~ .ui-check__text {
  color: #0D4987;
}

.ui-check__checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.5rem;
  margin: 0 1.2rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  border: 1px solid currentColor;
}
.ui-check__checkbox:after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 0.9rem;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.0625L4.96 8L12 1' stroke='%230D4987' stroke-width='1.4'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: opacity 0.25s;
  opacity: 0;
}
@media (min-width: 1600px) {
  .ui-check__checkbox {
    width: 2.7rem;
    height: 2.7rem;
  }
}

.ui-check__text {
  display: block;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .ui-check__text {
    font-size: 1.6rem;
  }
}
@media (min-width: 1600px) {
  .ui-check__text {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}

.ui-check__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  min-height: 5rem;
  padding: 0.8rem 2.4rem;
  background: #E7EFF5;
  color: #6193BE;
  transition: color 0.25s, background 0.25s;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1200px) {
  .ui-check__btn {
    font-size: 1.4rem;
    min-height: 4.1rem;
    padding: 0.8rem 3.2rem;
  }
}
@media (min-width: 1600px) {
  .ui-check__btn {
    font-size: 2rem;
    min-height: 5.5rem;
    padding: 0.8rem 4.6rem;
  }
}

.ui-vote__list {
  margin: 0 -0.8rem -3rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ui-vote__list > li {
  padding: 0 0.8rem 3rem;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 768px) {
  .ui-vote__list > li {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}
@media (min-width: 1200px) {
  .ui-vote__list {
    margin: 0 -1rem -2rem;
  }
  .ui-vote__list > li {
    padding: 0 1rem 2rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .ui-vote__list {
    margin: 0 -1.65rem -3.2rem;
  }
  .ui-vote__list > li {
    padding: 0 1.65rem 3.2rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

.ui-vote__check {
  cursor: pointer;
  position: relative;
  display: block;
  width: 4rem;
  margin: 0 auto;
}
.ui-vote__check:hover .ui-vote__check-number {
  background: #B19374;
  color: #F8F2ED;
}
@media (min-width: 1200px) {
  .ui-vote__check {
    width: 3.4rem;
  }
}
@media (min-width: 1600px) {
  .ui-vote__check {
    width: 5rem;
  }
}

.ui-vote__check-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.ui-vote__check-number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 600;
  border-radius: 1rem;
  background: #F0E5D9;
  color: #95816A;
  margin: 0 0 1.6rem;
  transition: color 0.25s, background 0.25s;
}
@media (min-width: 1200px) {
  .ui-vote__check-number {
    font-size: 1.4rem;
    margin: 0 0 2rem;
  }
}
@media (min-width: 1600px) {
  .ui-vote__check-number {
    font-size: 2.2rem;
    margin: 0 0 3rem;
  }
}

.ui-vote__check-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #B19374;
}
.ui-vote__check-icon svg {
  display: block;
  width: 3rem;
  height: 3rem;
}
@media (min-width: 1600px) {
  .ui-vote__check-icon svg {
    width: 4rem;
    height: 4rem;
  }
}

@media (min-width: 1200px) {
  .ui-filter {
    display: -ms-flexbox;
    display: flex;
  }
}

.ui-filter__caption {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 768px) {
  .ui-filter__caption br {
    display: none;
  }
}

.ui-filter__control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 1rem;
  overflow: hidden;
}
.ui-filter__control .ui-check {
  margin: 0 0 0.2rem;
}
.ui-filter__control .ui-check:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .ui-filter__control {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ui-filter__control .ui-check {
    margin: 0 0.2rem 0 0;
  }
  .ui-filter__control .ui-check:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .ui-filter__control {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ui-filter__control .ui-check {
    margin: 0 0.2rem 0 0;
  }
  .ui-filter__control .ui-check:last-child {
    margin: 0;
  }
}

.ui-filter__additional {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  margin: 3rem 0 0 0;
}
.ui-filter__additional.is-active {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  position: relative;
}
.ui-filter__additional .ui-select {
  margin: 0;
}
@media (min-width: 992px) {
  .ui-filter__additional {
    margin: 0;
  }
}
.ui-search {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1rem;
  overflow: hidden;
  height: 5.1rem;
}
.ui-search--blue .ui-search__input {
  background: #E7EFF5;
  color: #0D4987;
}
.ui-search--blue .ui-search__input:-ms-input-placeholder {
  color: rgba(79, 93, 117, 0.7);
}
.ui-search--blue .ui-search__input::placeholder {
  color: rgba(79, 93, 117, 0.7);
}
.ui-search--blue .ui-search__input:focus {
  background: #E7EFF5;
}
.ui-search--blue .ui-search__input:focus:-ms-input-placeholder {
  color: rgba(13, 73, 135, 0.7);
}
.ui-search--blue .ui-search__input:focus::placeholder {
  color: rgba(13, 73, 135, 0.7);
}
.ui-search--blue .ui-search__btn {
  background: rgba(192, 212, 229, 0.8);
  color: #0D4987;
}
.ui-search--blue .ui-search__btn:hover {
  background: rgb(192, 212, 229);
  color: #0D4987;
}
@media (min-width: 1200px) {
  .ui-search {
    height: 4.1rem;
  }
}
@media (min-width: 1600px) {
  .ui-search {
    height: 5.5rem;
    min-width: 42.4rem;
  }
}

.ui-search__input {
  display: block;
  width: 100%;
  height: 100%;
  -ms-flex: 1;
  flex: 1;
  padding: 0 2rem;
  background: rgba(240, 229, 217, 0.6);
  color: #5E4E3A;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  transition: background 0.25s;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
}
.ui-search__input:-ms-input-placeholder {
  color: #B19374;
  transition: color 0.25s, opacity 0.25s;
}
.ui-search__input::placeholder {
  color: #B19374;
  transition: color 0.25s, opacity 0.25s;
}
.ui-search__input:focus {
  background: rgba(240, 229, 217, 0.9);
}
.ui-search__input:focus:-ms-input-placeholder {
  color: #5E4E3A;
  opacity: 0.7;
}
.ui-search__input:focus::placeholder {
  color: #5E4E3A;
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .ui-search__input {
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .ui-search__input {
    font-size: 2rem;
  }
}

.ui-search__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: 100%;
  padding: 0.8rem 2.4rem;
  background: rgba(223, 203, 181, 0.8);
  color: #5E4E3A;
  transition: background 0.25s;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
}
.ui-search__btn:hover {
  background: rgb(223, 203, 181);
  color: #5E4E3A;
}
@media (min-width: 1200px) {
  .ui-search__btn {
    font-size: 1.4rem;
    padding: 0.8rem 1.8rem;
  }
}
@media (min-width: 1600px) {
  .ui-search__btn {
    font-size: 2rem;
    padding: 0.8rem 2.4rem;
  }
}

.ui-period .row {
  margin: 0 -1.6rem -1.6rem;
}
.ui-period .row > [class^=col] {
  padding: 0 1.6rem 1.6rem;
}
.ui-period .ui-field {
  margin: 0;
}
@media (min-width: 768px) {
  .ui-period {
    position: relative;
  }
  .ui-period .row {
    margin: 0 -1.6rem;
  }
  .ui-period .row > [class^=col] {
    padding: 0 1.6rem;
  }
  .ui-period:after {
    content: "-";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 3.2rem;
    height: 100%;
    margin: 0 0 0 -1.6rem;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
    color: #4F5D75;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ui-topics .ui-select {
  margin: 0;
  min-width: 0;
}
.ui-topics .ui-btn {
  display: none;
}
@media (min-width: 768px) {
  .ui-topics {
    display: -ms-flexbox;
    display: flex;
  }
  .ui-topics .ui-select .selectric {
    border-radius: 1rem 0 0 1rem;
  }
  .ui-topics .ui-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 0 1rem 1rem 0;
    padding: 0.4rem 2.4rem;
  }
}

.ui-abc {
  overflow-x: auto;
  overflow-y: hidden;
}
.ui-abc::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
  background: #F0E5D9;
}
.ui-abc::-webkit-scrollbar-thumb {
  background: #B19374;
}
.ui-abc .scroll-content {
  padding: 0;
}
.ui-abc .scrollbar-track-x {
  width: 100%;
  height: 0.4rem;
  background: #F0E5D9;
  position: relative;
  overflow: hidden;
  margin: 1rem 0 0 0;
}
.ui-abc .scrollbar-thumb-x {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  background: #B19374;
}
@media (min-width: 1200px) {
  .ui-abc .scrollbar-track-x {
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
}

.ui-abc__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}
.ui-abc__menu > li {
  margin: 0 1rem 0 0;
}
.ui-abc__menu > li:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .ui-abc__menu > li {
    -ms-flex: 1;
    flex: 1;
    margin: 0 0.2rem 0 0;
  }
  .ui-abc__menu > li:last-child {
    margin: 0;
  }
}

.ui-abc__check {
  display: block;
  position: relative;
  cursor: pointer;
}

.ui-abc__check-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.ui-abc__check-input:checked ~ .ui-abc__check-letter {
  background: #B19374;
  color: #FAFBFC;
}

.ui-abc__check-letter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 500;
  background: #F8F2ED;
  color: #B19374;
  transition: color 0.25s, background 0.25s;
}
.ui-abc__check-letter:hover {
  background: #F0E5D9;
  color: #5E4E3A;
}
@media (min-width: 1200px) {
  .ui-abc__check-letter {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1600px) {
  .ui-abc__check-letter {
    font-size: 3rem;
  }
}

.ui-add {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 3.9rem;
  border-radius: 1rem;
  background: #C0D4E5;
  color: #04183A;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  padding: 0.4rem 1.6rem;
}
.ui-add svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 1rem 0 0;
  color: #0D4987;
}
.ui-add:hover {
  text-decoration: none;
  color: #0D4987;
}
.ui-add.is-active {
  background: #6193BE;
  color: #FAFBFC;
}
.ui-add.is-active svg {
  color: #FAFBFC;
}
@media (min-width: 1200px) {
  .ui-add {
    height: 4.1rem;
  }
}
@media (min-width: 1600px) {
  .ui-add {
    height: 5.1rem;
    padding: 0.8rem 2.4rem;
    font-size: 2rem;
  }
  .ui-add svg {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 1rem 0 0;
  }
}

.ui-more {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  color: #0D4987;
  text-decoration: none;
  transition: opacity 0.25s;
}
.ui-more:hover {
  color: #0D4987;
  text-decoration: none;
  opacity: 0.7;
}
.ui-more.is-active .ui-more__icon {
  transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .ui-more {
    font-size: 2.2rem;
  }
}

.ui-more__text {
  margin: 0 1rem 0 0;
}
@media (min-width: 1200px) {
  .ui-more__text {
    margin: 0 1.2rem 0 0;
  }
}

.ui-more__icon {
  width: 1.5rem;
  height: 1.5rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: trasform 0.25s;
}
@media (min-width: 1200px) {
  .ui-more__icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.ui-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  color: #4F5D75;
  margin: 0 0 1.6rem;
}
.ui-table th, .ui-table td {
  padding: 1.6rem;
  vertical-align: top;
  border-bottom: 1px solid #D9D9D9;
}
.ui-table th:first-child, .ui-table td:first-child {
  padding-left: 0;
}
.ui-table th:last-child, .ui-table td:last-child {
  padding-right: 0;
}
.ui-table th {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #04183A;
}
.ui-table b {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
  color: #04183A;
}
.ui-table tfoot th, .ui-table tfoot td {
  border: none;
  text-align: right;
}
@media (min-width: 1600px) {
  .ui-table {
    font-size: 2rem;
  }
  .ui-table th, .ui-table td {
    padding: 2rem;
  }
  .ui-table th:first-child, .ui-table td:first-child {
    padding-left: 0;
  }
  .ui-table th:last-child, .ui-table td:last-child {
    padding-right: 0;
  }
  .ui-table th,
  .ui-table b {
    font-size: 2.2rem;
  }
}

.ui-help {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  border-radius: 2rem 2rem 0px 0px;
  background: var(--White, #FAFBFC);
  box-shadow: 0px 1px 0.8rem 0px rgba(13, 73, 135, 0.05), 0 0 0 999.9rem rgba(13, 73, 135, 0.05);
  padding: 2.4rem;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 100%);
}
.ui-help.is-open {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
@media (min-width: 768px) {
  .ui-help {
    width: 34.2rem;
    left: auto;
    right: 1.6rem;
    bottom: 9.2rem;
    border-radius: 2rem;
    transform: translate(100%, 0);
  }
}
@media (min-width: 1200px) {
  .ui-help {
    right: 3.2rem;
    bottom: 12.4rem;
  }
}
@media (min-width: 1600px) {
  .ui-help {
    width: 40.2rem;
    bottom: 14.4rem;
  }
}

.ui-help__close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  width: 1.6rem;
  height: 1.6rem;
  transition: opacity 0.25s;
  opacity: 0.5;
  color: #0D4987;
}
.ui-help__close svg {
  display: block;
  width: 100%;
  height: 100%;
}
.ui-help__close:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .ui-help__close {
    position: absolute;
    top: 2rem;
    right: 2rem;
  }
}
@media (min-width: 1600px) {
  .ui-help__close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 2rem;
    height: 2rem;
  }
}

.ui-help__title {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  color: #04183A;
}
@media (min-width: 768px) {
  .ui-help__title {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
@media (min-width: 1600px) {
  .ui-help__title {
    font-size: 2.2rem;
    margin: 0 0 1.6rem;
  }
}

.ui-help__text {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #4F5D75;
}
@media (min-width: 768px) {
  .ui-help__text {
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .ui-help__text {
    margin: 0 0 2rem;
    font-size: 2rem;
  }
}

.ui-help__action .ui-btn {
  width: 100%;
  min-width: 11.2rem;
}
@media (min-width: 768px) {
  .ui-help__action .ui-btn {
    width: auto;
  }
}
@media (min-width: 1600px) {
  .ui-help__action .ui-btn {
    width: auto;
    min-width: 16.8rem;
  }
}

.ui-wysiwyg {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 300;
}
.ui-wysiwyg h1, .ui-wysiwyg h2, .ui-wysiwyg h3, .ui-wysiwyg h4, .ui-wysiwyg h5, .ui-wysiwyg h6 {
  display: block;
  margin: 0 0 3rem;
  font-weight: 400;
}
.ui-wysiwyg h1 {
  font-size: 3.2rem;
}
.ui-wysiwyg h2 {
  font-size: 2.8rem;
}
.ui-wysiwyg h3 {
  font-size: 2.4rem;
}
.ui-wysiwyg h4 {
  font-size: 2rem;
}
.ui-wysiwyg h5 {
  font-size: 1.8rem;
}
.ui-wysiwyg h6 {
  font-size: 1.6rem;
}
.ui-wysiwyg p {
  margin: 0 0 2rem;
}
.ui-wysiwyg strong {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.ui-wysiwyg hr {
  border: none;
  border-bottom: 1px solid #DFE0E3;
  margin: 3rem 0;
  clear: both;
}
.ui-wysiwyg br {
  clear: both;
}
.ui-wysiwyg picture {
  overflow: hidden;
  margin: 0 0 2rem;
  display: block;
  border-radius: 0;
  width: 100%;
}
.ui-wysiwyg picture img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.ui-wysiwyg blockquote {
  margin: 0 0 2rem;
  padding: 0.8rem 0 0.8rem 2rem;
  border-left: 1px solid #111111;
}
.ui-wysiwyg table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 2rem;
  text-align: left;
}
.ui-wysiwyg table th, .ui-wysiwyg table td {
  border-bottom: 1px solid #DFE0E3;
  padding: 2.4rem 1.2rem;
}
.ui-wysiwyg table th:first-child, .ui-wysiwyg table td:first-child {
  padding-left: 0;
}
.ui-wysiwyg table th:last-child, .ui-wysiwyg table td:last-child {
  padding-right: 0;
}
.ui-wysiwyg table th {
  font-weight: 500;
}
.ui-wysiwyg ul {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
}
.ui-wysiwyg ul > li {
  padding: 0 0 0 2rem;
  margin: 0 0 1rem;
  position: relative;
}
.ui-wysiwyg ul > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: currentColor;
}
.ui-wysiwyg ol {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
  counter-reset: point;
}
.ui-wysiwyg ol > li {
  position: relative;
  padding: 0 0 0 4rem;
  margin: 0 0 1rem;
}
.ui-wysiwyg ol > li:after {
  content: counter(point) ".";
  counter-increment: point 1;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
}
.ui-wysiwyg a {
  text-decoration: underline;
  transition: color 0.25s;
  color: #111111;
}
.ui-wysiwyg a:hover {
  text-decoration: underline;
  color: #888888;
}
@media (min-width: 768px) {
  .ui-wysiwyg picture.pull-left {
    float: left;
    max-width: 28.8rem;
    margin: 0 3rem 3rem 0;
  }
  .ui-wysiwyg picture.pull-right {
    float: right;
    max-width: 28.8rem;
    margin: 0 0 3rem 3rem;
  }
}
@media (min-width: 1200px) {
  .ui-wysiwyg picture.pull-left {
    max-width: 57.2rem;
  }
  .ui-wysiwyg picture.pull-right {
    max-width: 57.2rem;
  }
}

.is-page-index .intro {
  margin: 0;
}
@media (min-width: 1200px) {
  .is-page-index .intro {
    margin: 0 0 10rem;
  }
}

.intro {
  padding: 1.6rem 0;
  margin: 0 0 5.4rem;
}
.intro .row {
  margin: 0 -0.8rem -1.6rem;
}
.intro .row > [class^=col] {
  padding: 0 0.8rem 1.6rem;
}
@media (min-width: 768px) {
  .intro {
    padding: 1.6rem 0;
  }
}
@media (min-width: 992px) {
  .intro {
    padding: 3.2rem 0;
  }
  .intro .row {
    margin: 0 -1.6rem -1.6rem;
  }
  .intro .row > [class^=col] {
    padding: 0 1.6rem 1.6rem;
  }
}
@media (min-width: 1200px) {
  .intro {
    padding: 5.5rem 0 0;
    margin: 0 0 10rem;
  }
  .intro .row {
    margin: 0 -1.4rem;
  }
  .intro .row > [class^=col] {
    padding: 0 1.4rem;
  }
}
@media (min-width: 1600px) {
  .intro {
    padding: 6rem 0 0;
  }
  .intro .row {
    margin: 0 -1.6rem;
  }
  .intro .row > [class^=col] {
    padding: 0 1.6rem;
  }
}

.intro__image {
  background: #D9D9D9;
  aspect-ratio: 328/316;
  border-radius: 2rem;
  overflow: hidden;
}
.intro__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .intro__image {
    aspect-ratio: unset;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .intro__image {
    aspect-ratio: unset;
    height: 100%;
  }
}
@media (min-width: 1600px) {
  .intro__image {
    margin: 0 6.4rem 0 0;
  }
}

@media (min-width: 768px) {
  .intro__indent {
    height: 100%;
  }
}
@media (min-width: 1600px) {
  .intro__indent {
    margin: 0 0 0 -6.4rem;
  }
}

.intro__thumbs {
  height: 100%;
}
.intro__thumbs .swiper {
  overflow: hidden;
}
@media (min-width: 1600px) {
  .intro__thumbs {
    margin: 0 6.4rem 0 0;
  }
  .intro__thumbs .intro__image {
    margin: 0;
  }
}

.intro__slides .intro__item,
.intro__swiper .intro__item {
  padding: 3.6rem 2.4rem 7rem;
}
@media (min-width: 768px) {
  .intro__slides,
  .intro__swiper {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .intro__slides,
  .intro__swiper {
    height: 100%;
  }
  .intro__slides .intro__item,
  .intro__swiper .intro__item {
    padding: 6rem 4.4rem 11.7rem;
  }
}
@media (min-width: 1600px) {
  .intro__slides,
  .intro__swiper {
    margin: 0 0 0 -6.4rem;
  }
  .intro__slides .intro__item,
  .intro__swiper .intro__item {
    padding: 10rem 6.6rem 9rem;
  }
}

.intro__item {
  display: block;
  min-height: 100%;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  padding: 3.6rem 2.4rem 2.4rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.intro__item--blue {
  background-color: #0D4987;
  color: #C0D4E5;
}
.intro__item--blue .intro__item-title {
  color: #F0E5D9;
}
.intro__item--beige {
  background-color: #B19374;
  color: #FAFBFC;
}
.intro__item--light {
  background-color: #F8F2ED;
  color: #4F5D75;
}
.intro__item--light .intro__item-title {
  color: #04183A;
}
@media (min-width: 1200px) {
  .intro__item {
    padding: 4rem 4.4rem;
  }
  .intro__item--beige {
    background-image: url(../images/bg-intro-beige.svg);
  }
  .intro__item--light {
    background-image: url(../images/bg-intro-light.svg);
  }
}
@media (min-width: 1600px) {
  .intro__item {
    padding: 6rem 6.6rem 6.6rem;
  }
}

.intro__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.intro__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro__item-desc {
  position: relative;
  z-index: 2;
}

.intro__item-title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .intro__item-title {
    font-size: 4.2rem;
    margin: 0 0 3rem;
    max-width: 52rem;
  }
}
@media (min-width: 1600px) {
  .intro__item-title {
    font-size: 6rem;
    margin: 0 0 3rem;
    max-width: 75.2rem;
  }
}

.intro__item-text {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  max-width: 52rem;
}
@media (min-width: 1200px) {
  .intro__item-text {
    font-size: 1.4rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 1600px) {
  .intro__item-text {
    font-size: 2.2rem;
    max-width: 74rem;
    margin: 0 0 4rem;
  }
}

.intro__item-info {
  margin: 0 0 1.6rem;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
}
.intro__item-info > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1.6rem;
}
.intro__item-info > li:last-child {
  margin: 0;
}
.intro__item-info svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 1.2rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 1200px) {
  .intro__item-info {
    font-size: 1.4rem;
    margin: -1.6rem 0 4rem;
  }
  .intro__item-info svg {
    width: 2rem;
    height: 2rem;
    margin: 0 0.8rem 0 0;
  }
}
@media (min-width: 1600px) {
  .intro__item-info {
    font-size: 2.2rem;
    margin: -1.6rem 0 5rem;
  }
  .intro__item-info svg {
    width: 3rem;
    height: 3rem;
    margin: 0 1.2rem 0 0;
  }
}

.intro__item-action .ui-btn {
  width: 100%;
  margin: 0 0 1rem;
}
.intro__item-action .ui-btn:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .intro__item-action .ui-btn {
    width: auto;
    margin: 0 1.6rem 0 0;
  }
  .intro__item-action .ui-btn:last-child {
    margin: 0;
  }
}
.appeal {
  border-radius: 2rem;
  background: #E7EFF5;
  margin: 0 0 7rem;
  padding: 6rem 0 7rem;
}
@media (min-width: 1200px) {
  .appeal {
    padding: 8rem 0 9rem;
    margin: 0 0 9rem;
  }
}
@media (min-width: 1600px) {
  .appeal {
    padding: 10rem 0;
    margin: 0 0 10rem;
  }
}

.appeal__blockquote {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.22;
  font-weight: 700;
  color: #0D4987;
  position: relative;
  z-index: 1;
}
.appeal__blockquote:before {
  content: "";
  display: block;
  position: absolute;
  top: -6.6rem;
  right: -1.6rem;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg width='466' height='466' viewBox='0 0 466 466' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M308.919 240.183L399.983 240.183C398.43 330.859 380.567 345.809 324.841 378.818C318.433 382.701 316.298 390.856 320.181 397.458C323.87 403.865 332.219 406.001 338.627 402.118C404.255 363.284 427.167 339.596 427.167 226.785L427.167 122.129C427.167 88.927 400.178 62.132 367.169 62.132L308.919 62.1319C274.746 62.1319 248.922 87.9561 248.922 122.129L248.922 180.379C248.922 214.359 274.746 240.183 308.919 240.183Z' fill='%23FAFBFC'/%3E%3Cpath d='M98.8315 240.183L189.896 240.183C188.342 330.859 170.479 345.809 114.753 378.818C108.346 382.701 106.21 390.856 110.093 397.458C113.977 403.865 122.132 406.001 128.733 402.118C194.362 363.284 217.273 339.596 217.273 226.591L217.273 121.935C217.273 88.7328 190.284 61.9378 157.276 61.9378L99.0257 61.9378C64.8524 61.9378 39.0282 87.7619 39.0282 121.935L39.0282 180.185C38.834 214.359 64.6582 240.183 98.8315 240.183Z' fill='%23FAFBFC'/%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16.8rem;
  height: 16.8rem;
}
@media (min-width: 992px) {
  .appeal__blockquote {
    padding-right: 16.8rem;
  }
}
@media (min-width: 1200px) {
  .appeal__blockquote {
    margin: 0 0 4.6rem;
    padding: 0 25rem 0 0;
    font-size: 3rem;
  }
  .appeal__blockquote:before {
    width: 28.4rem;
    height: 28.4rem;
    top: -6.2rem;
    right: -2.4rem;
  }
}
@media (min-width: 1600px) {
  .appeal__blockquote {
    font-size: 4.4rem;
    padding: 0 44rem 0 0;
    margin: 0 0 6rem;
  }
  .appeal__blockquote:before {
    width: 46.6rem;
    height: 46.6rem;
    top: -10rem;
    right: -1.6rem;
  }
}

.appeal__desc {
  position: relative;
  z-index: 1;
  margin: 0 0 4rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.appeal__desc p {
  margin: 0 0 1rem;
}
.appeal__desc p:last-child {
  margin: 0;
}
.appeal__desc .ui-btn {
  margin: 2rem 0 1rem;
}
.appeal__desc.is-mobile {
  display: block;
}
.appeal__desc.is-tablet {
  display: none;
}
.appeal__desc.is-desktop {
  display: none;
}
@media (min-width: 768px) {
  .appeal__desc {
    margin: 0 0 -1rem;
  }
  .appeal__desc.is-mobile {
    display: none;
  }
  .appeal__desc.is-tablet {
    display: block;
  }
  .appeal__desc.is-desktop {
    display: none;
  }
  .appeal__desc p {
    padding: 0 2.4rem 0 0;
  }
}
@media (min-width: 1200px) {
  .appeal__desc {
    font-size: 1.4rem;
  }
  .appeal__desc p {
    padding: 0 0 0 0;
  }
}
@media (min-width: 1600px) {
  .appeal__desc {
    font-size: 2rem;
    position: relative;
  }
  .appeal__desc p {
    padding: 0 2.4rem 0 0;
  }
  .appeal__desc.is-mobile {
    display: none;
  }
  .appeal__desc.is-tablet {
    display: none;
  }
  .appeal__desc.is-desktop {
    display: block;
  }
}

.appeal__author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 4rem;
}
@media (min-width: 1200px) {
  .appeal__author {
    margin: 0;
  }
}

.appeal__author-image {
  background: #D9D9D9;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 2rem 0 0;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 84/100;
  width: 8.4rem;
  height: auto;
}
.appeal__author-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .appeal__author-image {
    width: 17rem;
    margin: 0 2.8rem 0 0;
    aspect-ratio: 170/212;
  }
}
@media (min-width: 1600px) {
  .appeal__author-image {
    width: 18.4rem;
    aspect-ratio: 184/221;
  }
}

.appeal__author-desc {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.appeal__author-title {
  display: block;
  margin: 0 0 1rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
  color: #6193BE;
}
@media (min-width: 1200px) {
  .appeal__author-title {
    margin: 0 0 1.6rem;
  }
}
@media (min-width: 1600px) {
  .appeal__author-title {
    font-size: 3rem;
  }
}

.appeal__author-text {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .appeal__author-text {
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .appeal__author-text {
    font-size: 2rem;
  }
}

.appeal__action .ui-btn {
  width: 100%;
}

.about {
  margin: 0 0 7rem;
}
@media (min-width: 992px) {
  .about .row {
    -ms-flex: 1;
    flex: 1;
  }
  .about .row > [class^=col] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .about {
    margin: 0 0 10rem;
  }
}

.about__image {
  background: #D9D9D9;
  margin: 0 0 4rem;
  border-radius: 2rem;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 328/236;
}
.about__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .about__image {
    aspect-ratio: unset;
    height: 100%;
    margin: 0;
  }
}
.about__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #95816A;
}
@media (min-width: 1200px) {
  .about__title {
    margin: 0;
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .about__title {
    font-size: 4.4rem;
  }
}

.about__desc {
  margin: 0 0 4rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.about__desc p {
  margin: 0 0 1.2rem;
}
.about__desc p:last-child {
  margin: 0;
}
.about__desc p:first-child ~ p {
  display: none;
}
@media (min-width: 1200px) {
  .about__desc {
    font-size: 1.4rem;
    margin-right: -0.4rem;
  }
  .about__desc p:first-child ~ p {
    display: block;
  }
}
@media (min-width: 1600px) {
  .about__desc {
    font-size: 2rem;
    margin-right: 3.2rem;
  }
}

.about__action .ui-btn {
  width: 100%;
}
@media (min-width: 992px) {
  .about__action {
    margin: auto 0 0 0;
  }
}
@media (min-width: 1200px) {
  .about__action .ui-btn {
    width: auto;
  }
}

.services {
  margin: 0 0 7rem;
  padding: 6rem 0;
  background: #E7EFF5;
  border-radius: 2rem;
}
@media (min-width: 1200px) {
  .services {
    margin: 0 0 9rem;
    padding: 8rem 0 10rem;
  }
}
@media (min-width: 1600px) {
  .services {
    padding: 7.6rem 0 10rem;
    margin: 0 0 10.2rem;
  }
}

.services__title {
  display: block;
  margin: 0 0 4rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0D4987;
}
@media (min-width: 1200px) {
  .services__title {
    font-size: 3rem;
    margin: 0 0 4.6rem;
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .services__title {
    margin: 0 0 6.2rem;
    font-size: 4.4rem;
  }
}

.services__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services__list > li {
  margin: 0 0 4rem;
}
.services__list > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .services__list {
    margin: 0 -0.8rem -3.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .services__list > li {
    padding: 0 0.8rem 3.2rem;
    margin: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 992px) {
  .services__list {
    margin: 0 -1.6rem -3.2rem;
  }
  .services__list > li {
    padding: 0 1.6rem 3.2rem;
  }
}
@media (min-width: 1200px) {
  .services__list {
    margin: 0 -1.6rem -3.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .services__list > li {
    padding: 0 1.6rem 3.2rem;
    margin: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.services__item {
  cursor: pointer;
  position: relative;
  min-height: 100%;
}
.services__item--01 .services__item-image:after {
  background: linear-gradient(1deg, rgba(8, 43, 101, 0.6) 0.46%, rgba(8, 43, 101, 0) 45.45%);
}
.services__item--02 .services__item-image:after {
  background: linear-gradient(0deg, rgba(94, 76, 56, 0.8) 0%, rgba(177, 147, 116, 0) 83.72%);
}
.services__item--02 .services__item-title {
  background: #F0E5D9;
  color: #95816A;
}
.services__item--03 .services__item-image:after {
  background: linear-gradient(1deg, rgba(64, 109, 147, 0.7) 0.46%, rgba(71, 117, 156, 0) 45.45%);
}
@media (min-width: 1200px) {
  .services__item {
    width: 100%;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    aspect-ratio: 370/360;
  }
  .services__item.is-open .services__item-image img {
    opacity: 0;
  }
  .services__item.is-open .services__item-front {
    position: relative;
    opacity: 1;
    visibility: visible;
    max-height: 36rem;
  }
}
@media (min-width: 1600px) {
  .services__item {
    aspect-ratio: 576/559;
  }
  .services__item.is-open .services__item-front {
    max-height: 55.9rem;
  }
}

.services__item-back {
  background: #D9D9D9;
  border-radius: 2rem;
  width: 100%;
  height: auto;
  aspect-ratio: 328/318;
  overflow: hidden;
  position: relative;
  transition: 0.25s;
  -ms-flex: 1;
  flex: 1;
  display: block;
  text-decoration: none;
}
.services__item-back:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .services__item-back {
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    min-height: 16rem;
  }
}

.services__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.services__item-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.services__item-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.services__item-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services__item-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: opacity 0.4s linear;
}

.services__item-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  position: absolute;
  left: 1.8rem;
  bottom: 1.8rem;
  right: 1.8rem;
  z-index: 3;
  min-height: 3.8rem;
  padding: 0.8rem 2rem;
  background: #E7EFF5;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #0D4987;
}
@media (min-width: 1200px) {
  .services__item-title {
    border-radius: 0.8rem;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    font-size: 2rem;
    min-height: 4.4rem;
  }
}
@media (min-width: 1600px) {
  .services__item-title {
    left: 3rem;
    right: 3rem;
    bottom: 3rem;
    font-size: 3rem;
    min-height: 6.8rem;
  }
}

.services__item-front {
  position: relative;
  top: 3rem;
  padding: 0 0 3rem;
  display: none;
}
@media (min-width: 1200px) {
  .services__item-front {
    display: block;
    opacity: 0;
    visibility: hidden;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    transition: opacity 0.4s, visibility 0.4s;
    position: relative;
    top: 2rem;
    padding: 0 3.2rem 2rem;
    overflow: hidden;
    display: none;
  }
}
@media (min-width: 1600px) {
  .services__item-front {
    position: relative;
    top: 2.8rem;
    padding: 0 4rem 2.8rem;
  }
}

.services__item-scrollbar {
  height: auto;
  max-height: 18rem;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-flex: 1;
  flex: 1;
}

.services__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
}
.services__item-list > li {
  margin: 0 0 1.6rem;
}
.services__item-list > li:last-child {
  margin: 0;
}
.services__item-list a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #4F5D75;
  padding: 0 0 0 1.6rem;
  transition: color 0.25s;
}
.services__item-list a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  margin: -0.3rem 0 0 0;
  border-radius: 50%;
  background: #6193BE;
  transition: background 0.25s;
}
.services__item-list a:hover {
  text-decoration: none;
  color: #95816A;
}
.services__item-list a:hover:before {
  background: #B19374;
}
@media (min-width: 768px) {
  .services__item-list {
    font-size: 1.4rem;
  }
  .services__item-list > li {
    margin: 0 0 0.8rem;
  }
  .services__item-list > li:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .services__item-list {
    font-size: 1.4rem;
  }
  .services__item-list > li {
    margin: 0 0 0.8rem;
  }
  .services__item-list > li:last-child {
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .services__item-list {
    font-size: 2rem;
  }
  .services__item-list > li {
    margin: 0 0 1.6rem;
  }
  .services__item-list > li:last-child {
    margin: 0;
  }
}

.benefits {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .benefits {
    margin: 0 0 10rem;
  }
}

.benefits__title {
  display: block;
  margin: 0 0 4rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #95816A;
}
@media (min-width: 1200px) {
  .benefits__title {
    margin: 0 0 4.6rem;
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .benefits__title {
    font-size: 4.4rem;
    margin: 0 0 6.2rem;
  }
}

.benefits__list {
  margin: 0 0 5rem;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 400;
  color: #4F5D75;
}
.benefits__list > li {
  margin: 0 0 2rem;
  padding: 0 0 0 4.3rem;
  position: relative;
}
.benefits__list > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.3rem;
  height: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='30' viewBox='0 0 23 30' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4286 26.4286C17.7404 26.4286 22.8571 21.3118 22.8571 15C22.8571 8.68816 17.7404 3.57141 11.4286 3.57141C5.11675 3.57141 0 8.68816 0 15C0 21.3118 5.11675 26.4286 11.4286 26.4286ZM17.7815 12.1431C18.0972 11.7905 18.0673 11.2486 17.7146 10.9328C17.3619 10.617 16.82 10.647 16.5043 10.9997L12.6538 15.3005C11.8735 16.1719 11.3481 16.7557 10.8989 17.1333C10.4709 17.493 10.2196 17.5714 10 17.5714C9.78043 17.5714 9.52907 17.493 9.10112 17.1333C8.65189 16.7557 8.12645 16.1719 7.34622 15.3004L6.35289 14.1909C6.03712 13.8383 5.49524 13.8083 5.14255 14.1241C4.78986 14.4398 4.75992 14.9817 5.07569 15.3344L6.11146 16.4913C6.83815 17.3031 7.44428 17.9801 7.99812 18.4456C8.58399 18.938 9.21592 19.2857 10 19.2857C10.7841 19.2857 11.416 18.938 12.0019 18.4456C12.5557 17.9801 13.1618 17.3031 13.8885 16.4913L17.7815 12.1431Z' fill='%236193BE'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.benefits__list > li:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .benefits__list {
    margin: 0 0 -2rem;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
    columns: 2;
    column-gap: 3.2rem;
    max-width: 86rem;
  }
  .benefits__list > li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 0 0 3.8rem;
    margin: 0 0 2rem;
  }
}
@media (min-width: 1600px) {
  .benefits__list {
    font-size: 2rem;
    margin: 0 0 -3rem;
    max-width: 124rem;
  }
  .benefits__list > li {
    padding: 0 0 0 5.8rem;
    margin: 0 0 3rem;
  }
  .benefits__list > li:before {
    width: 3.2rem;
    height: 4.2rem;
  }
}

.benefits__banners {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2rem;
  overflow: hidden;
}
.benefits__banners img {
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .benefits__banners {
    width: 19.2rem;
  }
}
@media (min-width: 1600px) {
  .benefits__banners {
    width: 27.2rem;
  }
}

.doctors-featured {
  padding: 6rem 0;
  margin: 0 0 7rem;
  border-radius: 2rem;
  background: #E7EFF5;
}
.doctors-featured--light {
  padding: 0;
  background: transparent;
}
.doctors-featured--light .doctors-featured__item {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background: #E7EFF5;
}
.doctors-featured--light .doctors-featured__item-image {
  border-radius: 0;
  margin: 0;
  aspect-ratio: 280/250;
}
.doctors-featured--light .doctors-featured__item-desc {
  padding: 2rem;
}
.doctors-featured--light .doctors-featured__item-action .ui-btn {
  border-radius: 1rem;
}
.doctors-featured--transparent .doctors-featured__item {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background: #fff;
}
.doctors-featured--transparent .doctors-featured__item-image {
  border-radius: 0;
  margin: 0;
  aspect-ratio: 280/250;
}
.doctors-featured--transparent .doctors-featured__item-desc {
  padding: 2rem;
}
.doctors-featured--transparent .doctors-featured__item-action .ui-btn {
  border-radius: 1rem;
}
.doctors-featured--transparent .doctors-featured__item-action .ui-btn--white {
  background: #E7EFF5;
}
@media (min-width: 1200px) {
  .doctors-featured {
    padding: 8rem 0 9rem;
    margin: 0 0 10rem;
  }
  .doctors-featured--light {
    padding: 0;
    margin: 0 0 10rem;
  }
  .doctors-featured--light .doctors-featured__item-text {
    margin: 0 0 2rem;
  }
  .doctors-featured--transparent {
    padding: 0;
    margin: 0 0 9rem;
    background: transparent;
  }
  .doctors-featured--transparent .doctors-featured__item {
    background: #E7EFF5;
  }
  .doctors-featured--transparent .doctors-featured__item-text {
    margin: 0 0 2rem;
  }
  .doctors-featured--transparent .doctors-featured__item-action .ui-btn--white {
    background: #FAFBFC;
  }
}
@media (min-width: 1600px) {
  .doctors-featured {
    padding: 7.6rem 0 10.2rem;
    margin: 0 0 10rem;
  }
  .doctors-featured--light {
    padding: 0;
    margin: 0 0 10rem;
  }
  .doctors-featured--light .doctors-featured__item-image {
    aspect-ratio: 424/370;
  }
  .doctors-featured--light .doctors-featured__item-desc {
    padding: 3.6rem 4rem 4rem;
  }
  .doctors-featured--light .doctors-featured__item-text {
    margin: 0 0 3rem;
  }
  .doctors-featured--transparent {
    padding: 0;
  }
  .doctors-featured--transparent .doctors-featured__item-image {
    aspect-ratio: 424/370;
  }
  .doctors-featured--transparent .doctors-featured__item-desc {
    padding: 3.6rem 4rem 4rem;
  }
  .doctors-featured--transparent .doctors-featured__item-text {
    margin: 0 0 3rem;
  }
}

.doctors-featured__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0D4987;
}
@media (min-width: 1200px) {
  .doctors-featured__title {
    margin: 0 0 4.6rem;
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .doctors-featured__title {
    font-size: 4.4rem;
    margin: 0 0 6.2rem;
  }
}

.doctors-featured__swiper {
  margin: 0;
}
@media (min-width: 1200px) {
  .doctors-featured__swiper {
    margin: 0;
  }
}

.doctors-featured__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
.doctors-featured__item:hover .doctors-featured__item-title {
  color: #95816A;
}

.doctors-featured__item-image {
  background: #D9D9D9;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 1.2rem;
  overflow: hidden;
  margin: 0 0 2rem;
}
.doctors-featured__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .doctors-featured__item-image {
    border-radius: 2rem;
    margin: 0 0 3rem;
  }
}
@media (min-width: 1600px) {
  .doctors-featured__item-image {
    aspect-ratio: 424/420;
  }
}

.doctors-featured__item-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
}

.doctors-featured__item-title {
  display: block;
  margin: 0 -0.8rem 1.2rem 0;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #04183A;
  transition: color 0.25s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .doctors-featured__item-title {
    margin: 0 0 1.6rem;
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .doctors-featured__item-title {
    font-size: 3rem;
  }
}

.doctors-featured__item-text {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  color: #616161;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .doctors-featured__item-text {
    margin: 0 0 3rem;
  }
}
@media (min-width: 1600px) {
  .doctors-featured__item-text {
    font-size: 2rem;
  }
}

.doctors-featured__item-action {
  margin: auto 0 0 0;
}
.doctors-featured__item-action .ui-btn {
  width: 100%;
  margin: 0 0 1rem;
  min-height: 3.9rem;
  font-size: 1.4rem;
}
.doctors-featured__item-action .ui-btn:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .doctors-featured__item-action .ui-btn {
    min-height: 4.1rem;
  }
}
@media (min-width: 1600px) {
  .doctors-featured__item-action .ui-btn {
    min-height: 5.3rem;
    font-size: 2rem;
  }
  .doctors-featured__item-action .ui-btn--blue {
    font-size: 1.8rem;
  }
}

.doctors-featured__action {
  padding: 5rem 0 0;
}
.doctors-featured__action .ui-btn {
  width: 100%;
}
@media (min-width: 1200px) {
  .doctors-featured__action {
    margin: 0 0 4.6rem;
    padding: 0;
  }
  .doctors-featured__action .ui-btn {
    width: auto;
  }
}

.is-page-resume .reviews-featured__title {
  color: #0D4987;
}

.reviews-featured {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .reviews-featured {
    margin: 0 0 10rem;
  }
  .reviews-featured .row > [class^=col] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1600px) {
  .reviews-featured {
    margin: 0 0 10.6rem;
  }
}

.reviews-featured__title {
  display: block;
  margin: 0 0 4rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #95816A;
}
@media (min-width: 1200px) {
  .reviews-featured__title {
    font-size: 3rem;
    margin: 0 0 4.6rem;
    position: relative;
    top: -1rem;
  }
}
@media (min-width: 1600px) {
  .reviews-featured__title {
    font-size: 4.4rem;
  }
}

.reviews-featured__control {
  margin: 0 0 3rem;
}
.reviews-featured__control .swiper-control {
  margin: 0;
}
.reviews-featured__control .swiper-prev svg circle,
.reviews-featured__control .swiper-next svg circle {
  stroke: none;
}
@media (min-width: 1200px) {
  .reviews-featured__control {
    margin: auto 0 0 0;
  }
  .reviews-featured__control .swiper-caption {
    display: none;
  }
  .reviews-featured__control .swiper-prev,
  .reviews-featured__control .swiper-next {
    margin: 0 1.4rem 0 0;
  }
  .reviews-featured__control .swiper-prev:last-child,
  .reviews-featured__control .swiper-next:last-child {
    margin: 0;
  }
}

.reviews-featured__list {
  margin: 0 0 4rem;
  padding: 0;
  list-style: none;
}
.reviews-featured__list > li {
  margin: 0 0 1.6rem;
}
.reviews-featured__list > li:last-child {
  margin: 0;
}
.reviews-featured__list > li:nth-of-type(2) ~ li {
  display: none;
}
@media (min-width: 768px) {
  .reviews-featured__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.8rem -3.2rem;
    padding: 0 0 4rem;
  }
  .reviews-featured__list > li {
    padding: 0 0.8rem 3.2rem;
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .reviews-featured__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.6rem -3.2rem;
    padding: 0 0 4rem;
  }
  .reviews-featured__list > li {
    padding: 0 1.6rem 3.2rem;
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .reviews-featured__list {
    margin: 0 -1.6rem -3.2rem;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reviews-featured__list > li {
    padding: 0 1.6rem 3.2rem;
    margin: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .reviews-featured__list > li:nth-of-type(2) ~ li {
    display: block;
  }
}

.reviews-featured__item {
  border-radius: 2rem;
  background: #E7EFF5;
  padding: 2.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
@media (min-width: 1200px) {
  .reviews-featured__item {
    padding: 2rem;
  }
}
@media (min-width: 1600px) {
  .reviews-featured__item {
    padding: 2.6rem 3rem;
  }
}

.reviews-featured__item-blockquote {
  display: block;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .reviews-featured__item-blockquote {
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .reviews-featured__item-blockquote {
    font-size: 2rem;
  }
}

.reviews-featured__item-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: auto 0 0 0;
}

.reviews-featured__item-cite {
  display: block;
  margin: 0 1.6rem 0 0;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  color: #0D4987;
}
@media (min-width: 1200px) {
  .reviews-featured__item-cite {
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .reviews-featured__item-cite {
    font-size: 2.2rem;
  }
}

.reviews-featured__item-date {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
  color: #6193BE;
}
@media (min-width: 1200px) {
  .reviews-featured__item-date {
    font-size: 1.2rem;
  }
}
@media (min-width: 1600px) {
  .reviews-featured__item-date {
    font-size: 1.6rem;
  }
}

.reviews-featured__action .ui-btn {
  width: 100%;
}
@media (min-width: 1200px) {
  .reviews-featured__action {
    margin: auto 0 0;
  }
  .reviews-featured__action .ui-btn {
    width: auto;
  }
}
@media (min-width: 1600px) {
  .reviews-featured__action {
    margin: auto 0 0 0;
  }
}

.news-hospital {
  border-radius: 2rem;
  background: #E7EFF5;
  padding: 6rem 0 7rem;
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .news-hospital {
    margin: 0 0 9rem;
    padding: 8rem 0 9rem;
  }
}
@media (min-width: 1600px) {
  .news-hospital {
    padding: 8rem 0 12rem;
    margin: 0 0 10.6rem;
  }
}

.news-hospital__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0D4987;
}
@media (min-width: 1200px) {
  .news-hospital__title {
    margin: 0 0 4.6rem;
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .news-hospital__title {
    font-size: 4.4rem;
    margin: 0 0 6.2rem;
  }
}

.news-hospital__swiper {
  margin: 0 0 5rem;
}
@media (min-width: 1200px) {
  .news-hospital__swiper {
    margin: 0;
  }
}

.news-hospital__item {
  background: #fff;
  color: #04183A;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: color 0.25s;
  display: block;
  min-height: 100%;
}
.news-hospital__item:hover {
  text-decoration: none;
  color: #95816A;
}
@media (min-width: 1200px) {
  .news-hospital__item {
    display: -ms-flexbox;
    display: flex;
  }
}

.news-hospital__item-image {
  background: #D9D9D9;
  width: 100%;
  height: auto;
  aspect-ratio: 240/144;
}
.news-hospital__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .news-hospital__item-image {
    width: 11.4rem;
    height: auto;
    aspect-ratio: unset;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 1600px) {
  .news-hospital__item-image {
    width: 20.4rem;
  }
}

.news-hospital__item-desc {
  padding: 2.4rem;
}
@media (min-width: 1200px) {
  .news-hospital__item-desc {
    padding: 2rem;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 1600px) {
  .news-hospital__item-desc {
    padding: 3rem;
  }
}

.news-hospital__item-date {
  display: block;
  margin: 0 0 1.4rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  color: #6193BE;
}
@media (min-width: 1200px) {
  .news-hospital__item-date {
    margin: 0 0 0.8rem;
    font-size: 1.2rem;
  }
}
@media (min-width: 1600px) {
  .news-hospital__item-date {
    margin: 0 0 2rem;
    font-size: 1.6rem;
  }
}

.news-hospital__item-title {
  display: block;
  margin: 0 1.6rem 0 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .news-hospital__item-title {
    margin: 0;
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .news-hospital__item-title {
    font-size: 2rem;
  }
}

.news-hospital__action .ui-btn {
  width: 100%;
}
@media (min-width: 1200px) {
  .news-hospital__action {
    margin: 0 0 4rem;
  }
  .news-hospital__action .ui-btn {
    width: auto;
  }
}

.faq-featured {
  margin: 0 0 7rem;
}
.faq-featured .row {
  margin: 0 -0.8rem;
}
.faq-featured .row > [class^=col] {
  padding: 0 0.8rem;
}
@media (min-width: 992px) {
  .faq-featured .row {
    margin: 0 -1.6rem;
  }
  .faq-featured .row > [class^=col] {
    padding: 0 1.6rem;
  }
}
@media (min-width: 1200px) {
  .faq-featured {
    margin: 0 0 10rem;
  }
}

.faq-featured__title {
  display: block;
  margin: 0 0 4rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #95816A;
}
@media (min-width: 1200px) {
  .faq-featured__title {
    margin: 0 0 4.6rem;
    font-size: 3rem;
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .faq-featured__title {
    font-size: 4.4rem;
    margin: 0 0 7rem;
  }
}

.faq-featured__list {
  margin: 0 0 1.6rem;
  padding: 0;
  list-style: none;
}
.faq-featured__list > li {
  margin: 0 0 1.6rem;
}
.faq-featured__list > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .faq-featured__list {
    margin: 0 0 4rem;
  }
}
@media (min-width: 1200px) {
  .faq-featured__list {
    margin: 0;
  }
  .faq-featured__list > li {
    margin: 0 0 3rem;
  }
}
@media (min-width: 1600px) {
  .faq-featured__list > li {
    margin: 0 0 3.2rem;
  }
}

.faq-featured__item {
  border-radius: 2rem;
  background: #E7EFF5;
  padding: 2.4rem;
  cursor: pointer;
}
.faq-featured__item:hover .faq-featured__item-toggle {
  background: #C0D4E5;
}
.faq-featured__item.is-open .faq-featured__item-toggle {
  color: #6193BE;
}
.faq-featured__item.is-open .faq-featured__item-toggle svg {
  transform: rotate(45deg);
}
@media (min-width: 1200px) {
  .faq-featured__item {
    padding: 2.2rem 2rem;
    min-height: 8.2rem;
  }
}
@media (min-width: 1600px) {
  .faq-featured__item {
    padding: 3.3rem 3rem 3.8rem;
    min-height: 12.9rem;
  }
}

.faq-featured__item-question {
  position: relative;
  padding: 0 5.4rem 0 0;
}
.faq-featured__item-title {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.325;
  font-weight: 700;
  color: #04183A;
}
@media (min-width: 1200px) {
  .faq-featured__item-title {
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .faq-featured__item-title {
    font-size: 2.2rem;
  }
}

.faq-featured__item-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 0.8rem;
  transition: background 0.25s, color 0.25s;
  color: #0D4987;
}
.faq-featured__item-toggle svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.25s;
}
@media (min-width: 1200px) {
  .faq-featured__item-toggle {
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media (min-width: 1600px) {
  .faq-featured__item-toggle {
    width: 3.6rem;
    height: 3.6rem;
  }
}

.faq-featured__item-answer {
  display: none;
  position: relative;
  top: 2rem;
  padding: 0 5.4rem 2rem 0;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 400;
  color: #616161;
}
.faq-featured__item-answer p {
  margin: 0 0 1.2rem;
}
.faq-featured__item-answer p:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .faq-featured__item-answer {
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .faq-featured__item-answer {
    font-size: 2rem;
  }
}

.faq-featured__form {
  border-radius: 2rem;
  background: rgba(192, 212, 229, 0.8);
  padding: 2.4rem;
  margin: 2.4rem 0 0 0;
}
@media (min-width: 768px) {
  .faq-featured__form {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .faq-featured__form {
    padding: 2rem;
    min-height: 30.6rem;
  }
}
@media (min-width: 1600px) {
  .faq-featured__form {
    padding: 3.6rem 4rem 4rem;
    min-height: 45.1rem;
  }
}

.faq-featured__form-title {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #082B65;
}
@media (min-width: 1200px) {
  .faq-featured__form-title {
    font-size: 2rem;
    margin: 0 0 1.4rem;
  }
}
@media (min-width: 1600px) {
  .faq-featured__form-title {
    font-size: 3rem;
    margin: 0 0 1.6rem;
  }
}

.faq-featured__form-text {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #04183A;
}
@media (min-width: 1200px) {
  .faq-featured__form-text {
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .faq-featured__form-text {
    font-size: 2rem;
    margin: 0 0 3.8rem;
  }
}

.faq-featured__form-data .row {
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -1.6rem -2rem;
}
.faq-featured__form-data .row > [class^=col] {
  padding: 0 1.6rem 2rem;
}
.faq-featured__form-data .ui-input, .faq-featured__form-data .ui-textarea,
.faq-featured__form-data .ui-accept {
  margin: 0;
}
.faq-featured__form-data .ui-accept {
  margin-right: -0.8rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .faq-featured__form-data .ui-accept br {
    display: none;
  }
}
@media (min-width: 1200px) {
  .faq-featured__form-data .row {
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -0.8rem -2rem;
  }
  .faq-featured__form-data .row > [class^=col] {
    padding: 0 0.8rem 2rem;
  }
  .faq-featured__form-data .ui-input, .faq-featured__form-data .ui-textarea {
    height: 4.3rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .faq-featured__form-data .row {
    margin: 0 -1.2rem -3rem;
  }
  .faq-featured__form-data .row > [class^=col] {
    padding: 0 1.2rem 3rem;
  }
  .faq-featured__form-data .ui-input, .faq-featured__form-data .ui-textarea {
    height: 5.5rem;
    font-size: 2rem;
  }
}

.news-featured {
  border-radius: 2rem;
  background: #F8F2ED;
  padding: 6rem 0 7rem;
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .news-featured {
    margin: 0 0 10rem;
    padding: 8rem 0 9rem;
  }
}
@media (min-width: 1600px) {
  .news-featured {
    padding: 8rem 0 10rem;
    margin: 0 0 10rem;
  }
}

.news-featured__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #95816A;
}
@media (min-width: 1200px) {
  .news-featured__title {
    margin: 0 0 4.6rem;
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .news-featured__title {
    font-size: 4.4rem;
    margin: 0 0 6.2rem;
  }
}

.news-featured__swiper {
  margin: 0 0 4rem;
}
@media (min-width: 1200px) {
  .news-featured__swiper {
    margin: 0;
  }
}

.news-featured__item {
  background: #fff;
  color: #04183A;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: color 0.25s;
  display: block;
  min-height: 100%;
}
.news-featured__item:hover {
  text-decoration: none;
  color: #95816A;
}
@media (min-width: 1200px) {
  .news-featured__item {
    display: -ms-flexbox;
    display: flex;
  }
}

.news-featured__item-image {
  background: #D9D9D9;
  width: 100%;
  height: auto;
  aspect-ratio: 240/144;
}
.news-featured__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .news-featured__item-image {
    -ms-flex-order: 2;
    order: 2;
    width: 11.4rem;
    height: auto;
    min-height: 100%;
    aspect-ratio: unset;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media (min-width: 1600px) {
  .news-featured__item-image {
    width: 20.4rem;
  }
}

.news-featured__item-desc {
  padding: 2.4rem;
}
@media (min-width: 1200px) {
  .news-featured__item-desc {
    padding: 2rem;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 1600px) {
  .news-featured__item-desc {
    padding: 3rem;
  }
}

.news-featured__item-date {
  display: block;
  margin: 0 0 1.4rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  color: #6193BE;
}

.news-featured__item-title {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 1600px) {
  .news-featured__item-title {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.news-featured__action .ui-btn {
  width: 100%;
}
@media (min-width: 1200px) {
  .news-featured__action {
    margin: 0 0 4rem;
  }
  .news-featured__action .ui-btn {
    width: auto;
  }
}

.find-us {
  border-radius: 2rem;
  background: #0D4987;
  color: #F0E5D9;
  padding: 6rem 0 7rem;
  margin: 0 0 7rem;
}
.find-us .row {
  margin: 0 -0.8rem;
}
.find-us .row > [class^=col] {
  padding: 0 0.8rem;
}
@media (min-width: 992px) {
  .find-us .row {
    margin: 0 -1.6rem;
  }
  .find-us .row > [class^=col] {
    padding: 0 1.6rem;
  }
}
@media (min-width: 1200px) {
  .find-us {
    margin: 0 0 10rem;
    padding: 8.5rem 0 9rem;
  }
}
@media (min-width: 1600px) {
  .find-us {
    padding: 9rem 0;
  }
  .find-us .row {
    margin: 0 -1.4rem;
  }
  .find-us .row > [class^=col] {
    padding: 0 1.4rem;
  }
}

.find-us__title {
  display: block;
  margin: 0 0 4rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #F0E5D9;
}
@media (min-width: 1200px) {
  .find-us__title {
    margin: -0.5rem 0 4.6rem;
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .find-us__title {
    font-size: 4.4rem;
    margin: -1rem 0 7.2rem;
  }
}

.find-us__list {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
}
.find-us__list > li {
  margin: 0 0 2.4rem;
}
.find-us__list > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .find-us__list {
    margin: 0;
  }
  .find-us__list > li {
    margin: 0 0 1.6rem;
  }
  .find-us__list > li:last-child {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .find-us__list > li {
    margin: 0 0 2.4rem;
  }
  .find-us__list > li:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .find-us__list {
    margin: 0 -1.6rem -3.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .find-us__list > li {
    padding: 0 1.6rem 3.2rem;
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1600px) {
  .find-us__list {
    margin: 0 -1.4rem -3.2rem;
  }
  .find-us__list > li {
    padding: 0 1.4rem 3.2rem;
  }
}

.find-us__item {
  border-radius: 2rem;
  background: #FFF;
  padding: 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
@media (min-width: 1200px) {
  .find-us__item {
    padding: 2rem;
  }
}
@media (min-width: 1600px) {
  .find-us__item {
    padding: 3.6rem 4rem 4rem;
  }
}

.find-us__item-title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0D4987;
}
@media (min-width: 1200px) {
  .find-us__item-title {
    margin: 0 3.2rem 3rem 0;
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .find-us__item-title {
    font-size: 3rem;
    margin: 0 4.8rem 3.2rem 0;
  }
}

.find-us__item-list {
  margin: auto 0 3rem;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  color: #4F5D75;
}
.find-us__item-list > li {
  position: relative;
  padding: 0 0 0 3.6rem;
  margin: 0 0 1.6rem;
}
.find-us__item-list > li:last-child {
  margin: 0;
}
.find-us__item-list svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  color: #6193BE;
}
@media (min-width: 1200px) {
  .find-us__item-list {
    margin: auto 0 2rem;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
  }
  .find-us__item-list > li {
    margin: 0 0 1.4rem;
  }
  .find-us__item-list > li:last-child {
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .find-us__item-list {
    margin: auto 0 3.6rem;
    font-size: 2rem;
  }
  .find-us__item-list > li {
    margin: 0 0 2rem;
  }
  .find-us__item-list > li:last-child {
    margin: 0;
  }
  .find-us__item-list svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.find-us__item-action .ui-btn {
  width: 100%;
}
@media (min-width: 1200px) {
  .find-us__item-action .ui-btn {
    white-space: nowrap;
  }
}

.find-us__map {
  background: #D9D9D9;
  border-radius: 2rem;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.2;
  margin: 0;
}
@media (min-width: 768px) {
  .find-us__map {
    aspect-ratio: unset;
    height: 100%;
    min-height: 100%;
  }
}
@media (min-width: 1200px) {
  .find-us__map {
    aspect-ratio: 880/494;
  }
}

.calc {
  padding: 5rem 0 7rem;
}
@media (min-width: 1200px) {
  .calc {
    padding: 6rem 0 10rem;
  }
}
@media (min-width: 1600px) {
  .calc {
    padding: 8rem 0 10rem;
  }
}

@media (min-width: 1200px) {
  .calc__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 4.4rem;
  }
}
@media (min-width: 1600px) {
  .calc__head {
    margin: 0 0 5rem;
  }
}

@media (min-width: 1600px) {
  .calc__sidebar {
    margin: 0 3.2rem 0 -3.2rem;
  }
}

@media (min-width: 1600px) {
  .calc__main {
    margin: 0 -3.2rem 0 -3.2rem;
  }
}

.calc__title {
  display: block;
  margin: 0 0 4rem;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #082B65;
}
@media (min-width: 1200px) {
  .calc__title {
    font-size: 4.2rem;
    margin: 0 1.6rem 0 0;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 1600px) {
  .calc__title {
    font-size: 6rem;
  }
}

.calc__nav {
  display: none;
}
@media (min-width: 1200px) {
  .calc__nav {
    display: block;
    padding: 3rem 2rem 2rem;
    border-radius: 2rem;
    background: #E7EFF5;
  }
}
@media (min-width: 1600px) {
  .calc__nav {
    padding: 4rem 3.2rem 3.2rem;
  }
}

@media (min-width: 1200px) {
  .calc__nav-title {
    display: block;
    margin: 0 0 3rem;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    color: #0D4987;
  }
}
@media (min-width: 1600px) {
  .calc__nav-title {
    font-size: 3rem;
    margin: 0 0 4rem;
  }
}

@media (min-width: 1200px) {
  .calc__nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 1rem;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500;
  }
  .calc__nav-menu > li {
    border-bottom: 0.3rem solid #E7EFF5;
  }
  .calc__nav-menu > li:last-child {
    border-bottom: none;
  }
}
@media (min-width: 1600px) {
  .calc__nav-menu {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 500;
  }
}

@media (min-width: 1200px) {
  .calc__nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #FAFBFC;
    min-height: 4.9rem;
    padding: 1.6rem 2rem;
    text-decoration: none;
    color: #6193BE;
    transition: color 0.25s, background 0.25s;
  }
  .calc__nav-link:hover {
    text-decoration: none;
    color: #0D4987;
  }
  .calc__nav-link.is-active {
    background: #6193BE;
    color: #FAFBFC;
  }
}
@media (min-width: 1600px) {
  .calc__nav-link {
    padding: 2rem 2.4rem;
    min-height: 6.6rem;
  }
}

.calc__filter {
  margin: 0 0 7rem;
}
.calc__filter .ui-label {
  margin: 0 0 2rem;
}
.calc__filter .ui-select,
.calc__filter .ui-search {
  margin: 0;
}
.calc__filter .row {
  margin: 0 -1.6rem -1.6rem;
}
.calc__filter .row > [class^=col] {
  padding: 0 1.6rem 1.6rem;
}
@media (min-width: 1200px) {
  .calc__filter {
    margin: 0 0 3rem;
  }
  .calc__filter .ui-label {
    display: none;
  }
  .calc__filter .ui-search {
    height: 5.1rem;
  }
  .calc__filter .ui-search__btn {
    font-weight: 700;
  }
}
@media (min-width: 1600px) {
  .calc__filter {
    margin: 0 0 3.2rem;
  }
  .calc__filter .ui-search {
    height: 8.3rem;
  }
  .calc__filter .ui-search__input {
    padding: 1.6rem 3.2rem;
    font-size: 2rem;
  }
  .calc__filter .ui-search__btn {
    padding: 1.6rem 4rem;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
  }
}

.calc__search {
  margin: 0 0 7rem;
}
.calc__search .ui-search {
  margin: 0;
}
@media (min-width: 1200px) {
  .calc__search {
    margin: 0 0 3rem;
  }
  .calc__search .ui-search {
    height: 5.1rem;
  }
  .calc__search .ui-search__btn {
    font-weight: 700;
  }
}
@media (min-width: 1600px) {
  .calc__search {
    margin: 0 0 3.2rem;
  }
  .calc__search .ui-search {
    height: 8.3rem;
  }
  .calc__search .ui-search__input {
    padding: 1.6rem 3.2rem;
    font-size: 2rem;
  }
  .calc__search .ui-search__btn {
    padding: 1.6rem 4rem;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
  }
}

.calc__selected {
  padding: 3rem 1.6rem 1.6rem;
  margin: 0 -1.6rem 4rem;
  background: #F8F2ED;
  border-radius: 2rem;
}
.calc__selected .row {
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .calc__selected {
    margin: 0 0 3rem;
    padding: 3rem 2rem;
  }
}
@media (min-width: 1600px) {
  .calc__selected {
    margin: 0 0 3.2rem;
    padding: 4rem 3.2rem 6rem;
  }
}

.calc__selected-title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #95816A;
}
@media (min-width: 1200px) {
  .calc__selected-title {
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .calc__selected-title {
    margin: 0 0 4.4rem;
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .calc__selected-table {
    display: block;
    margin: 0 0 3rem;
    border-radius: 1rem;
    background: #FAFBFC;
  }
  .calc__selected-table thead,
  .calc__selected-table tbody,
  .calc__selected-table tfoot,
  .calc__selected-table tr,
  .calc__selected-table th,
  .calc__selected-table td {
    display: block;
  }
  .calc__selected-table tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2rem;
    border-bottom: 0.3rem solid #F8F2ED;
  }
  .calc__selected-table tr:last-child {
    border: none;
  }
  .calc__selected-table td:nth-of-type(1) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 1.6rem;
  }
  .calc__selected-table td:nth-of-type(2) {
    -ms-flex: 1;
    flex: 1;
  }
  .calc__selected-table td:nth-of-type(3) {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media (min-width: 768px) {
  .calc__selected-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 1rem;
    background: #FAFBFC;
    margin: 0 0 3rem;
  }
  .calc__selected-table tr {
    border-bottom: 0.3rem solid #F8F2ED;
  }
  .calc__selected-table tr:last-child {
    border: none;
  }
  .calc__selected-table td {
    padding: 2rem;
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  .calc__selected-table td {
    padding: 1.2rem 1.5rem;
  }
  .calc__selected-table td:first-child {
    padding-left: 2rem;
  }
  .calc__selected-table td:last-child {
    padding-right: 1.2rem;
    width: 1%;
  }
}
@media (min-width: 1600px) {
  .calc__selected-table {
    margin: 0 0 4rem;
  }
  .calc__selected-table td {
    padding: 1.2rem 3rem;
  }
  .calc__selected-table td:first-child {
    padding-left: 3.2rem;
  }
  .calc__selected-table td:last-child {
    padding-right: 1.2rem;
  }
}

.calc__selected-table-title {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  color: #4F5D75;
}
@media (min-width: 1200px) {
  .calc__selected-table-title {
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .calc__selected-table-title {
    font-size: 2rem;
  }
}

.calc__selected-table-price {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #04183A;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .calc__selected-table-price {
    text-align: right;
  }
}
@media (min-width: 1600px) {
  .calc__selected-table-price {
    font-size: 2.2rem;
  }
}

.calc__selected-table-delete {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  transition: color 0.25s;
  color: #B19374;
  float: right;
}
.calc__selected-table-delete:hover {
  color: #95816A;
}
.calc__selected-table-delete svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .calc__selected-table-delete {
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 1600px) {
  .calc__selected-table-delete {
    width: 4rem;
    height: 4rem;
  }
}

.calc__selected-total {
  display: block;
  margin: 0 0 3rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #95816A;
  text-align: right;
}
.calc__selected-total b {
  color: #04183A;
}
@media (min-width: 768px) {
  .calc__selected-total {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .calc__selected-total {
    margin: 0;
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .calc__selected-total {
    font-size: 3rem;
  }
}

.calc__selected-warning {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 3rem;
  padding: 1.6rem;
  border-radius: 1rem;
  background: #F0E5D9;
}
@media (min-width: 1200px) {
  .calc__selected-warning {
    padding: 1.6rem 2rem;
    margin: 0 0 3rem;
  }
}
@media (min-width: 1600px) {
  .calc__selected-warning {
    margin: 0 0 4rem;
    padding: 1.7rem 5.5rem 1.7rem 3rem;
  }
}

.calc__selected-warning-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 1.6rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #B19374;
}
.calc__selected-warning-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .calc__selected-warning-icon {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 1.4rem 0 0;
  }
}
@media (min-width: 1600px) {
  .calc__selected-warning-icon {
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 2rem 0 0;
  }
}

.calc__selected-warning-text {
  display: block;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: rgba(79, 93, 117, 0.7);
}
.calc__selected-warning-text a {
  display: inline-block;
  vertical-align: top;
  color: rgba(4, 24, 58, 0.7);
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.25s;
}
.calc__selected-warning-text a:hover {
  color: #04183a;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .calc__selected-warning-text {
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .calc__selected-warning-text {
    font-size: 2rem;
  }
}

.calc__selected-action .ui-btn {
  margin: 0 0 1.6rem;
  width: 100%;
}
.calc__selected-action .ui-btn:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .calc__selected-action {
    display: -ms-flexbox;
    display: flex;
  }
  .calc__selected-action .ui-btn {
    width: auto;
    margin: 0 1.6rem 0 0;
  }
  .calc__selected-action .ui-btn:last-child {
    margin: 0;
  }
}

.calc__terms {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .calc__terms {
    margin: 0;
  }
}

.calc__terms-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #B19374;
  color: #95816A;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.25s;
}
.calc__terms-link svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 1.4rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #B19374;
}
.calc__terms-link:hover {
  text-decoration: none;
  color: #5E4E3A;
  border-color: #B19374;
  background: #F8F2ED;
}
@media (min-width: 1200px) {
  .calc__terms-link {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 500;
    padding: 0.8rem 1rem;
    min-height: 3.8rem;
    position: relative;
    top: 0.5rem;
  }
  .calc__terms-link svg {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 1rem 0 0;
  }
}
@media (min-width: 1600px) {
  .calc__terms-link {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 500;
    min-height: 4.4rem;
  }
  .calc__terms-link svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.calc__analysis {
  background: #E7EFF5;
  border-radius: 2rem;
  padding: 3rem 1.6rem 1.6rem;
  margin: 0 -1.6rem;
}
@media (min-width: 1200px) {
  .calc__analysis {
    padding: 3rem 2rem 2rem;
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .calc__analysis {
    padding: 4rem 3.2rem 3.2rem;
  }
}

.calc__analysis-title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0D4987;
}
@media (min-width: 1200px) {
  .calc__analysis-title {
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .calc__analysis-title {
    font-size: 3rem;
    margin: 0 0 4rem;
  }
}

.calc__analysis-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 1rem;
  overflow: hidden;
  background: #FAFBFC;
}
.calc__analysis-list > li {
  border-bottom: 0.3rem solid #E7EFF5;
}
.calc__analysis-list > li:last-child {
  border: none;
}

.calc__analysis-item {
  padding: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .calc__analysis-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .calc__analysis-item {
    padding: 2rem;
  }
}
@media (min-width: 1600px) {
  .calc__analysis-item {
    padding: 2rem 3rem;
  }
}

.calc__analysis-item-title {
  display: block;
  margin: 0 1.6rem 2rem 0;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  color: #4F5D75;
}
@media (min-width: 768px) {
  .calc__analysis-item-title {
    margin: 0 1.6rem 0 0;
  }
}
@media (min-width: 1200px) {
  .calc__analysis-item-title {
    margin: 0 4rem 0 0;
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .calc__analysis-item-title {
    font-size: 2rem;
    margin: 0 6rem 0 0;
  }
}

.calc__analysis-item-price {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
  color: #04183A;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .calc__analysis-item-price {
    margin: 0 1.6rem 0 0;
  }
}
@media (min-width: 1200px) {
  .calc__analysis-item-price {
    font-size: 1.6rem;
    margin: 0 4rem 0 0;
  }
}
@media (min-width: 1600px) {
  .calc__analysis-item-price {
    font-size: 2.2rem;
    margin: 0 6rem 0 0;
  }
}

.calc__analysis-item-action {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.calc__analysis-item-action .ui-btn {
  width: 100%;
}
@media (min-width: 768px) {
  .calc__analysis-item-action {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .calc__analysis-item-action .ui-btn {
    width: auto;
  }
}
.price {
  padding: 5rem 0 7rem;
}
@media (min-width: 1200px) {
  .price {
    padding: 6rem 0 10rem;
  }
}
@media (min-width: 1600px) {
  .price {
    padding: 8rem 0 10rem;
  }
}

.price__head {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .price__head {
    margin: 0 0 10rem;
  }
}

.price__body {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .price__body {
    margin: 0 0 6rem;
  }
}

.price__foot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 1200px) {
  .price__foot {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.price__title {
  display: block;
  margin: 0 0 4rem;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #082B65;
}
@media (min-width: 1200px) {
  .price__title {
    font-size: 4.2rem;
    margin: 0 0 5rem;
  }
}
@media (min-width: 1600px) {
  .price__title {
    font-size: 6rem;
  }
}

.price__tabs .ui-tabs__control {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .price__tabs .ui-tabs__control {
    margin: 0 0 4rem;
  }
}
@media (min-width: 1600px) {
  .price__tabs .ui-tabs__btn {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}

.price__filter {
  padding: 2rem 1.6rem 1.6rem;
  border-radius: 1rem;
  background: #E7EFF5;
}
@media (min-width: 1200px) {
  .price__filter {
    padding: 3.2rem;
  }
}
@media (min-width: 1600px) {
  .price__filter {
    padding: 4rem 3.2rem 3.2rem;
    border-radius: 2rem;
  }
}

.price__filter-scrollbar {
  max-height: 20rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .price__filter-scrollbar {
    max-height: none;
    overflow: visible !important;
  }
  .price__filter-scrollbar .scrollbar-track {
    opacity: 0;
    visibility: hidden;
  }
}

.price__filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.price__filter-list > li {
  margin: 0 0 2rem;
}
.price__filter-list > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .price__filter-list {
    margin: 0 -1.6rem -1.2rem;
    columns: 2;
  }
  .price__filter-list > li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 1.6rem;
    margin: 0 0 1.2rem;
  }
  .price__filter-list > li:last-child {
    margin: 0 0 1.2rem;
  }
}
@media (min-width: 1200px) {
  .price__filter-list {
    columns: 3;
  }
}
@media (min-width: 1600px) {
  .price__filter-list {
    columns: 4;
  }
}

.price__filter-check {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  position: relative;
  color: #4F5D75;
  cursor: pointer;
  transition: color 0.25s;
}
.price__filter-check:hover {
  color: #6193BE;
}
.price__filter-check:hover .price__filter-check-checkbox {
  background: #6193BE;
}
.price__filter-check:hover .price__filter-check-checkbox:after {
  background: #E7EFF5;
}

.price__filter-check-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.price__filter-check-input:checked ~ .price__filter-check-checkbox {
  background: #0D4987;
}
.price__filter-check-input:checked ~ .price__filter-check-checkbox:after {
  background: #E7EFF5;
}

.price__filter-check-checkbox {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin: 0 1.6rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  background: #FAFBFC;
  transition: background 0.25s;
}
.price__filter-check-checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: inherit;
  margin: -0.3rem 0 0 -0.3rem;
  background: #6193BE;
  transition: background 0.25s;
}
@media (min-width: 1600px) {
  .price__filter-check-checkbox {
    width: 2.7rem;
    height: 2.7rem;
    margin: 0 1.2rem 0 0;
  }
  .price__filter-check-checkbox:after {
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
  }
}

.price__filter-check-text {
  display: block;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .price__filter-check-text {
    font-size: 2rem;
  }
}

.price__group {
  margin: 0 0 7rem;
}
.price__group:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .price__group {
    margin: 0 0 10rem;
  }
}

.price__group-title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #95816A;
}
@media (min-width: 1200px) {
  .price__group-title {
    font-size: 3rem;
    margin: 0 0 6rem;
  }
}
@media (min-width: 1600px) {
  .price__group-title {
    font-size: 4.4rem;
  }
}

@media (max-width: 767px) {
  .price__group-table {
    display: block;
    border-radius: 1rem;
    background: #F8F2ED;
    overflow: hidden;
  }
  .price__group-table thead,
  .price__group-table tbody,
  .price__group-table tfoot,
  .price__group-table tr,
  .price__group-table th,
  .price__group-table td {
    display: block;
  }
  .price__group-table tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2rem;
    border-bottom: 0.3rem solid #FAFBFC;
  }
  .price__group-table tr:last-child {
    border: none;
  }
  .price__group-table td:nth-of-type(1) {
    -ms-flex: 1;
    flex: 1;
    margin: 0 1.6rem 0 0;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .price__group-table td:nth-of-type(2) {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .price__group-table td:nth-of-type(3) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 2rem 0 0;
  }
}
@media (min-width: 768px) {
  .price__group-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #F8F2ED;
    border-radius: 2rem;
    overflow: hidden;
  }
  .price__group-table tr {
    border-bottom: 0.3rem solid #FAFBFC;
    transition: background 0.25s;
  }
  .price__group-table tr:last-child {
    border: none;
  }
  .price__group-table tr:hover {
    background: #EDE2D7;
  }
  .price__group-table td {
    padding: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .price__group-table td:first-child {
    padding-left: 3.2rem;
  }
  .price__group-table td:last-child {
    padding-right: 3.2rem;
  }
}
@media (min-width: 1600px) {
  .price__group-table td {
    padding: 1.5rem 3rem;
  }
  .price__group-table td:first-child {
    padding-left: 3.2rem;
  }
  .price__group-table td:last-child {
    padding-right: 3.2rem;
    width: 1%;
  }
}

.price__group-table-title {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  color: #4F5D75;
  max-width: 128rem;
}
@media (min-width: 1200px) {
  .price__group-table-title {
    padding: 0.8rem 0;
  }
}
@media (min-width: 1600px) {
  .price__group-table-title {
    font-size: 2.2rem;
  }
}

.price__group-table-price {
  display: block;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
  color: #04183A;
}
@media (min-width: 768px) {
  .price__group-table-price {
    text-align: right;
  }
}
@media (min-width: 1600px) {
  .price__group-table-price {
    font-size: 3rem;
  }
}

.price__group-table-action .ui-btn {
  width: 100%;
  min-height: 3.9rem;
  font-size: 1.4rem;
}
@media (min-width: 1600px) {
  .price__group-table-action .ui-btn {
    min-height: 5.5rem;
    font-size: 2rem;
    padding: 0.8rem 3.8rem;
  }
}

.price__terms {
  margin: 0 0 4rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .price__terms {
    margin: 0;
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .price__terms {
    font-size: 2.2rem;
  }
}

.price__action .ui-btn {
  width: 100%;
  margin: 0 0 1rem;
}
.price__action .ui-btn:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .price__action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 6rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .price__action .ui-btn {
    width: auto;
    margin: 0 2rem 0 0;
  }
  .price__action .ui-btn:last-child {
    margin: 0;
  }
}

.directions {
  padding: 5rem 0 7rem;
}
@media (min-width: 992px) {
  .directions .row {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .directions {
    padding: 8rem 0;
  }
  .directions .row {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.directions__title {
  display: block;
  margin: 0 0 4rem;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #95816A;
}
@media (min-width: 992px) {
  .directions__title {
    margin: 0;
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .directions__title {
    margin: 0;
    font-size: 4.2rem;
  }
}
@media (min-width: 1600px) {
  .directions__title {
    font-size: 6rem;
    line-height: 1.1;
    font-weight: 700;
  }
}

.directions__tabs .ui-tabs {
  margin: 0;
}
.directions__tabs .ui-tabs__control {
  margin: 0;
}
@media (min-width: 1200px) {
  .directions__tabs {
    margin: 0 0 1rem;
  }
}

.tabs-section {
  position: relative;
}

.tabs-section__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.tabs-section__content.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

.multi {
  background: #E7EFF5;
  padding: 6rem 0;
  margin: 0 0 6rem;
}
@media (min-width: 1200px) {
  .multi {
    border-radius: 2rem;
    padding: 7.8rem 0 10rem;
    margin: 0 0 10rem;
  }
}

.multi__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0D4987;
}
@media (min-width: 1200px) {
  .multi__title {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .multi__title {
    font-size: 4.4rem;
    margin: 0 0 6rem;
  }
}

.multi__columns {
  margin: 0;
  padding: 0;
  list-style: none;
}
.multi__columns > li {
  margin: 0 0 3rem;
}
.multi__columns > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .multi__columns {
    columns: 2;
    column-gap: 3.2rem;
    margin: 0 0 -3.2rem;
  }
  .multi__columns > li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 3.2rem;
  }
  .multi__columns > li:last-child {
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 1200px) {
  .multi__columns {
    columns: 3;
  }
}

.multi__item {
  border-radius: 2rem;
  background: #FAFBFC;
  padding: 2rem;
}
@media (min-width: 1600px) {
  .multi__item {
    padding: 3.6rem 4rem 4rem;
  }
}

.multi__item-title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #04183A;
}
@media (min-width: 1600px) {
  .multi__item-title {
    margin: 0 0 3rem;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
  }
}

.multi__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #04183A;
}
.multi__item-list > li {
  position: relative;
  padding: 0 0 0 3.6rem;
  margin: 0 0 1rem;
}
.multi__item-list > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #6193BE;
  border: 0.8rem solid #E7EFF5;
}
.multi__item-list > li:last-child {
  margin: 0;
}
@media (min-width: 1600px) {
  .multi__item-list {
    font-size: 2rem;
  }
  .multi__item-list > li {
    margin: 0 0 1rem;
    padding: 0 0 0 3.9rem;
  }
  .multi__item-list > li:before {
    top: 0;
    width: 2.7rem;
    height: 2.7rem;
    border-width: 0.9rem;
  }
  .multi__item-list > li:last-child {
    margin: 0;
  }
}

.multi__grid {
  margin: 0;
  padding: 0;
  list-style: none;
}
.multi__grid > li {
  margin: 0 0 3rem;
}
.multi__grid > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .multi__grid {
    columns: 2;
    column-gap: 3.2rem;
    margin: 0 0 -3.2rem;
  }
  .multi__grid > li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 3.2rem;
  }
  .multi__grid > li:last-child {
    margin: 0 0 3.2rem;
  }
}

.multi__card {
  border-radius: 2rem;
  background: #fff;
  padding: 2rem;
  position: relative;
}
@media (min-width: 1200px) {
  .multi__card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.333% 66.666%;
    grid-template-columns: 33.333% 66.666%;
    grid-template-areas: "aside title" "aside dl" "aside action";
  }
}
@media (min-width: 1600px) {
  .multi__card {
    padding: 4rem;
  }
}

.multi__card-title {
  display: block;
  margin: 0 0 1.8rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #04183A;
}
@media (min-width: 1200px) {
  .multi__card-title {
    grid-area: title;
  }
}
@media (min-width: 1600px) {
  .multi__card-title {
    margin: 0 0 3rem;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
  }
}

@media (min-width: 1200px) {
  .multi__card-aside {
    grid-area: aside;
    padding: 0 2rem 0 0;
  }
}
@media (min-width: 1600px) {
  .multi__card-aside {
    padding: 0 4rem 0 0;
  }
}

.multi__card-image {
  background: #D9D9D9;
  margin: 0 0 3rem;
  width: 100%;
  height: auto;
  aspect-ratio: 288/221;
  overflow: hidden;
  border-radius: 1rem;
}
.multi__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .multi__card-image {
    aspect-ratio: 224/221;
  }
}
@media (min-width: 1600px) {
  .multi__card-image {
    margin: 0 0 4rem;
  }
}

.multi__card-call {
  margin: 0 0 3rem;
}
.multi__card-call dt {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  color: #4F5D75;
}
.multi__card-call dd {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
}
.multi__card-call a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  color: #4F5D75;
  text-decoration: none;
}
.multi__card-call a:hover {
  color: #4F5D75;
  text-decoration: none;
}
.multi__card-call svg {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #6193BE;
}
@media (min-width: 1600px) {
  .multi__card-call {
    margin: 0;
  }
  .multi__card-call dt,
  .multi__card-call dd {
    font-size: 1.8rem;
  }
}

.multi__card-dl {
  margin: 0 0 3rem;
  color: #4F5D75;
}
.multi__card-dl dt {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
}
.multi__card-dl dd {
  display: block;
  margin: 0 0 3rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.multi__card-dl dd:last-child {
  margin: 0;
}
.multi__card-dl p {
  margin: 0 0 0.8rem;
}
.multi__card-dl p:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .multi__card-dl {
    grid-area: dl;
  }
}
@media (min-width: 1600px) {
  .multi__card-dl {
    margin: 0 0 4rem;
  }
  .multi__card-dl dt {
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 1.6rem;
  }
  .multi__card-dl dd {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 500;
  }
}

.multi__card-action .ui-btn {
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .multi__card-action {
    grid-area: action;
  }
  .multi__card-action .ui-btn {
    width: auto;
  }
}
@media (min-width: 1600px) {
  .multi__card-action .ui-btn {
    width: auto;
    font-size: 2rem;
  }
}

.inform {
  margin: 0 0 6rem;
}
.inform--blue {
  padding: 6rem 0;
  background: #E7EFF5;
}
.inform--blue .inform__list > li:before {
  border-color: #FAFBFC;
}
@media (min-width: 1200px) {
  .inform {
    margin: 0 0 10rem;
    border-radius: 2rem;
  }
  .inform--blue {
    padding: 7.8rem 0 10rem;
    margin: 0 0 10rem;
  }
}

.inform__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0D4987;
}
@media (min-width: 1200px) {
  .inform__title {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .inform__title {
    font-size: 4.4rem;
    margin: 0 0 6rem;
  }
}

.inform__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.inform__list > li {
  position: relative;
  padding: 0 0 0 3.6rem;
  margin: 0 0 1.6rem;
}
.inform__list > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #6193BE;
  border: 0.8rem solid #E7EFF5;
}
.inform__list > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .inform__list {
    columns: 2;
    column-gap: 3.2rem;
    margin: 0 0 -1.2rem;
  }
  .inform__list > li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 1.2rem;
  }
  .inform__list > li:last-child {
    margin: 0 0 1.2rem;
  }
}
@media (min-width: 1200px) {
  .inform__list {
    columns: 4;
  }
}
@media (min-width: 1600px) {
  .inform__list {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .inform__list > li {
    margin: 0 0 1.2rem;
    padding: 0 0 0 3.9rem;
  }
  .inform__list > li:before {
    top: 0;
    width: 2.7rem;
    height: 2.7rem;
    border-width: 0.9rem;
  }
  .inform__list > li:last-child {
    margin: 0;
  }
}

.about-direction {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .about-direction {
    margin: 0 0 10rem;
  }
}

.about-direction__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #95816A;
}
@media (min-width: 1200px) {
  .about-direction__title {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .about-direction__title {
    margin: 0 0 4.2rem;
    font-size: 4.4rem;
  }
}

.about-direction__desc {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.about-direction__desc h3 {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #04183A;
}
.about-direction__desc p {
  margin: 0 0 1.6rem;
}
.about-direction__desc p:last-child {
  margin: 0;
}
.about-direction__desc ul {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
}
.about-direction__desc ul > li {
  margin: 0 0 1.6rem;
  padding: 0 0 0 3.6rem;
  position: relative;
}
.about-direction__desc ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 0.7rem solid #FAFBFC;
  background: #6193BE;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .about-direction__desc {
    font-size: 1.4rem;
    padding: 1rem 3.2rem 0 0;
  }
  .about-direction__desc h3 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 2rem;
  }
  .about-direction__desc ul {
    margin: 0 0 5.5rem;
  }
  .about-direction__desc ul > li {
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 1600px) {
  .about-direction__desc {
    font-size: 2rem;
  }
  .about-direction__desc h3 {
    margin: 0 0 3rem;
    font-size: 3rem;
  }
  .about-direction__desc p {
    margin: 0 0 2rem;
  }
  .about-direction__desc ul > li {
    padding: 0 0 0 4.7rem;
    margin: 0 0 2rem;
  }
  .about-direction__desc ul > li:before {
    width: 2.7rem;
    height: 2.7rem;
    border-width: 0.9rem;
  }
  .about-direction__desc ul + h3 {
    padding-top: 3rem;
  }
  .about-direction__desc .row > .col-md-6 ul {
    max-width: 50rem;
  }
}

.consultation {
  padding: 6rem 0;
  margin: 0 0 7rem;
  background: #E7EFF5;
}
@media (min-width: 1200px) {
  .consultation {
    padding: 7.6rem 0 10rem;
    margin: 0 0 10rem;
    border-radius: 2rem;
  }
}
@media (min-width: 1600px) {
  .consultation {
    margin: 0 0 10rem;
  }
}

.consultation__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0D4987;
}
@media (min-width: 1200px) {
  .consultation__title {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .consultation__title {
    margin: 0 0 4.2rem;
    font-size: 4.4rem;
  }
}

.consultation__desc {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.consultation__desc h3 {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #04183A;
}
.consultation__desc p {
  margin: 0 0 1.6rem;
}
.consultation__desc p:last-child {
  margin: 0;
}
.consultation__desc ul {
  margin: 0 0 3.2rem;
  padding: 0;
  list-style: none;
}
.consultation__desc ul > li {
  margin: 0 0 1.6rem;
  padding: 0 0 0 3.6rem;
  position: relative;
}
.consultation__desc ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 0.8rem solid #FAFBFC;
  background: #6193BE;
  border-radius: 50%;
}
.consultation__desc ul:last-child {
  margin: 0;
}
.consultation__desc .row {
  margin-bottom: 1.6rem;
}
@media (min-width: 1200px) {
  .consultation__desc {
    font-size: 1.4rem;
    padding: 1rem 3.2rem 0 0;
  }
  .consultation__desc h3 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 2rem;
  }
  .consultation__desc ul > li {
    padding: 0 0 0 3rem;
  }
  .consultation__desc .row {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1600px) {
  .consultation__desc {
    font-size: 2rem;
  }
  .consultation__desc h3 {
    margin: 0 0 3rem;
    font-size: 3rem;
  }
  .consultation__desc p {
    margin: 0 0 2rem;
  }
  .consultation__desc ul > li {
    padding: 0 0 0 4.7rem;
    margin: 0 0 2rem;
  }
  .consultation__desc ul > li:before {
    width: 2.7rem;
    height: 2.7rem;
    border-width: 0.9rem;
  }
  .consultation__desc ul + h3 {
    padding-top: 3rem;
  }
  .consultation__desc .row {
    margin-bottom: 4rem;
  }
  .consultation__desc .row > .col-md-6 ul {
    max-width: 50rem;
  }
}

.our-services {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .our-services {
    margin: 0 0 10rem;
  }
}

.our-services__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0D4987;
}
@media (min-width: 1200px) {
  .our-services__title {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .our-services__title {
    margin: 0 0 4.2rem;
    font-size: 4.4rem;
  }
}

@media (min-width: 1600px) {
  .our-services__tabs .ui-tabs__control {
    margin: 0 0 6rem;
  }
}

.our-services__desc {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.our-services__desc h3 {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #04183A;
}
.our-services__desc p {
  margin: 0 0 2.4rem;
}
.our-services__desc p:last-child {
  margin: 0;
}
.our-services__desc ul {
  margin: 0 0 4rem;
  padding: 0;
  list-style: none;
}
.our-services__desc ul > li {
  margin: 0 0 1.6rem;
  padding: 0 0 0 3.6rem;
  position: relative;
}
.our-services__desc ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 0.8rem solid #E7EFF5;
  background: #6193BE;
  border-radius: 50%;
}
.our-services__desc ul > li:last-child {
  margin: 0;
}
.our-services__desc ul:last-child {
  margin: 0;
}
.our-services__desc .row {
  margin-bottom: 4rem;
}
.our-services__desc .row:last-child {
  margin-bottom: 0;
}
.our-services__desc strong {
  margin: 0 0 2.4rem;
  display: block;
  font-weight: 600;
}
.our-services__desc strong:last-child {
  margin: 0;
}
.our-services__desc a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  color: #4F5D75;
  text-decoration: none;
}
.our-services__desc a:hover {
  text-decoration: none;
  color: #4F5D75;
}
.our-services__desc a svg {
  margin: 0 1.6rem 0 0;
}
@media (min-width: 1200px) {
  .our-services__desc {
    font-size: 1.4rem;
  }
  .our-services__desc h3 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 2rem;
  }
  .our-services__desc h3 + .row {
    padding-top: 2rem;
  }
  .our-services__desc p + .row {
    padding-top: 2rem;
  }
  .our-services__desc strong + h3 {
    padding-top: 2rem;
  }
  .our-services__desc ul {
    margin: 0 0 2rem;
  }
  .our-services__desc ul > li {
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 1600px) {
  .our-services__desc {
    font-size: 2rem;
  }
  .our-services__desc h3 {
    margin: 0 0 2rem;
    font-size: 3rem;
  }
  .our-services__desc p {
    margin: 0 0 2rem;
  }
  .our-services__desc ul > li {
    padding: 0 0 0 4.7rem;
    margin: 0 0 2rem;
  }
  .our-services__desc ul > li:before {
    width: 2.7rem;
    height: 2.7rem;
    border-width: 0.9rem;
  }
  .our-services__desc strong {
    font-size: 2.2rem;
  }
  .our-services__desc .row {
    margin-bottom: 6rem;
  }
  .our-services__desc .row > .col-md-6 ul {
    max-width: 50rem;
  }
}

.cost {
  padding: 6rem 0;
  margin: 0 0 7rem;
  border-radius: 2rem;
  background: #E7EFF5;
}

.cost__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0D4987;
}
@media (min-width: 1200px) {
  .cost__title {
    font-size: 3rem;
    margin: 0 0 6rem;
  }
}
@media (min-width: 1600px) {
  .cost__title {
    font-size: 4.4rem;
  }
}

@media (max-width: 767px) {
  .cost__table {
    display: block;
    border-radius: 1rem;
    background: #FAFBFC;
    overflow: hidden;
  }
  .cost__table thead,
  .cost__table tbody,
  .cost__table tfoot,
  .cost__table tr,
  .cost__table th,
  .cost__table td {
    display: block;
  }
  .cost__table tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2rem;
    border-top: 0.3rem solid #E7EFF5;
  }
  .cost__table tr:first-child {
    border: none;
  }
  .cost__table td:nth-of-type(1) {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    margin: 0 1.6rem 0 0;
  }
  .cost__table td:nth-of-type(2) {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cost__table td:nth-of-type(3) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 2rem 0 0;
  }
  .cost__table[data-collapse-table] tr:nth-of-type(6) ~ tr {
    display: none;
  }
  .cost__table[data-collapse-table].is-active tr:nth-of-type(6) ~ tr {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .cost__table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #FAFBFC;
    border-radius: 2rem;
    overflow: hidden;
  }
  .cost__table tr {
    border-top: 0.3rem solid #E7EFF5;
    transition: background 0.25s;
  }
  .cost__table tr:first-child {
    border: none;
  }
  .cost__table td {
    padding: 1.5rem;
  }
  .cost__table[data-collapse-table] tr:nth-of-type(9) ~ tr {
    display: none;
  }
  .cost__table[data-collapse-table].is-active tr:nth-of-type(9) ~ tr {
    display: table-row;
  }
}
@media (min-width: 1600px) {
  .cost__table td {
    padding: 1.5rem 3rem;
  }
  .cost__table td:first-child {
    padding-left: 3rem;
  }
  .cost__table td:last-child {
    padding-right: 1.5rem;
    width: 1%;
  }
}

.cost__table-title {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  color: #4F5D75;
  max-width: 128rem;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 1200px) {
  .cost__table-title {
    padding: 0.8rem 0;
  }
}
@media (min-width: 1600px) {
  .cost__table-title {
    font-size: 2.2rem;
  }
}

.cost__table-price {
  display: block;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
  color: #04183A;
}
@media (min-width: 768px) {
  .cost__table-price {
    text-align: right;
  }
}
@media (min-width: 1600px) {
  .cost__table-price {
    font-size: 3rem;
  }
}

.cost__table-action .ui-btn {
  width: 100%;
  min-height: 3.9rem;
  font-size: 1.4rem;
}
@media (min-width: 1600px) {
  .cost__table-action .ui-btn {
    min-height: 5.5rem;
    font-size: 2rem;
    padding: 0.8rem 3.8rem;
  }
}

.cost__action {
  padding: 3rem 0 0 0;
}
@media (min-width: 1200px) {
  .cost__action {
    margin: 0 3.2rem;
  }
}
@media (min-width: 1600px) {
  .cost__action {
    padding: 4rem 0 0 0;
  }
}

.doctors {
  padding: 5rem 0 7rem;
}
@media (min-width: 1200px) {
  .doctors {
    padding: 8rem 0 10rem;
  }
}

.doctors__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 4rem;
}
@media (min-width: 1200px) {
  .doctors__head {
    margin: 0 0 8rem;
    display: block;
  }
}

.doctors__body {
  margin: 0 0 4rem;
}
@media (min-width: 1200px) {
  .doctors__body {
    margin: 0 0 6rem;
  }
}

.doctors__foot .ui-pagination {
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}
@media (min-width: 768px) {
  .doctors__foot .ui-pagination {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.doctors__title {
  display: block;
  margin: 0 1.6rem 0 0;
  -ms-flex: 1;
  flex: 1;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #95816A;
}
@media (min-width: 1200px) {
  .doctors__title {
    font-size: 4.2rem;
    margin: 0 0 5rem;
  }
}
@media (min-width: 1600px) {
  .doctors__title {
    font-size: 6rem;
  }
}

.doctors__toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #4F5D75;
}
.doctors__toggle svg {
  display: block;
  margin: 0 0 0 1rem;
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 1200px) {
  .doctors__toggle {
    display: none;
  }
}

.doctors__filter {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}
.doctors__filter .ui-label {
  margin: 0 0 1rem;
}
.doctors__filter .ui-select {
  margin: 0 0 2rem;
  min-width: 0;
}
.doctors__filter .ui-check {
  margin: 4rem 0;
}
@media (min-width: 1200px) {
  .doctors__filter .row {
    margin: 0 -1.6rem;
  }
  .doctors__filter .row > [class^=col] {
    padding: 0 1.6rem;
  }
  .doctors__filter .ui-select,
  .doctors__filter .ui-search {
    margin: 0 0 3.2rem;
  }
  .doctors__filter .ui-abc {
    margin: 0 0 3.2rem;
  }
  .doctors__filter .ui-check {
    margin: 0;
  }
  .doctors__filter form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.doctors__filter-offcanvas {
  display: none;
  position: relative;
  top: 4rem;
  padding: 0 0 4rem;
}
@media (min-width: 1200px) {
  .doctors__filter-offcanvas {
    display: block !important;
    position: relative;
    top: 0;
    padding: 0;
  }
}

.doctors__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.doctors__list > li {
  margin: 0 0 4rem;
}
.doctors__list > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .doctors__list {
    margin: 0 -0.8rem -3.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .doctors__list > li {
    padding: 0 0.8rem 3.2rem;
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .doctors__list {
    margin: 0 -1.6rem -3.2rem;
  }
  .doctors__list > li {
    padding: 0 1.6rem 3.2rem;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 1200px) {
  .doctors__list > li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.doctors__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  border-radius: 2rem;
  background: #E7EFF5;
  position: relative;
  overflow: hidden;
}
.doctors__item:hover .doctors__item-title {
  color: #95816A;
}

.doctors__item-image {
  background: #D9D9D9;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 328/290;
}
.doctors__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .doctors__item-image {
    aspect-ratio: 270/240;
  }
}
@media (min-width: 1600px) {
  .doctors__item-image {
    aspect-ratio: 424/370;
  }
}

.doctors__item-desc {
  padding: 2rem;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1600px) {
  .doctors__item-desc {
    padding: 3.6rem 4rem 4rem;
  }
}

.doctors__item-title {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #04183A;
  transition: color 0.25s;
}
@media (min-width: 1200px) {
  .doctors__item-title {
    margin: 0 0 1.6rem;
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .doctors__item-title {
    font-size: 3rem;
    margin: 0 0 1.6rem;
  }
}

.doctors__item-text {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  color: #4F5D75;
}
@media (min-width: 1600px) {
  .doctors__item-text {
    font-size: 2rem;
    margin: 0 0 3rem;
  }
}

.doctors__item-action {
  margin: auto 0 0 0;
}
.doctors__item-action .ui-btn {
  width: 100%;
  margin: 0 0 1rem;
  min-height: 3.9rem;
  border-radius: 1rem;
  font-size: 1.4rem;
}
.doctors__item-action .ui-btn:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .doctors__item-action .ui-btn {
    min-height: 4.1rem;
  }
}
@media (min-width: 1600px) {
  .doctors__item-action .ui-btn {
    min-height: 5.5rem;
    font-size: 1.8rem;
  }
  .doctors__item-action .ui-btn--white {
    font-size: 2rem;
  }
}

.resume {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .resume {
    margin: 0 0 10rem;
  }
}

.resume__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0D4987;
}
@media (min-width: 1200px) {
  .resume__title {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .resume__title {
    margin: 0 0 4.2rem;
    font-size: 4.4rem;
  }
}

.resume__info {
  margin: 0 0 4rem;
  padding: 1.6rem 1.6rem 3.2rem;
  border-radius: 2rem;
  background: #E7EFF5;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .resume__info {
    display: block;
  }
}
@media (min-width: 1200px) {
  .resume__info {
    padding: 1.8rem 2rem 2rem;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 500;
  }
}
@media (min-width: 1600px) {
  .resume__info {
    padding: 2.4rem 3rem 3rem;
    font-size: 2rem;
  }
}

.resume__info-dl {
  margin: 0;
}
.resume__info-dl dt {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
}
.resume__info-dl dd {
  display: block;
  margin: 0 0 3rem;
}
.resume__info-dl dd:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .resume__info-dl {
    columns: 2;
    column-gap: 3.2rem;
  }
  .resume__info-dl dt, .resume__info-dl dd {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .resume__info-dl {
    columns: unset;
    column-gap: unset;
    margin: 0 0 3rem;
  }
}
@media (min-width: 1200px) {
  .resume__info-dl {
    columns: unset;
    column-gap: unset;
  }
  .resume__info-dl dt {
    font-size: 1.4rem;
    margin: 0 0 1.4rem;
  }
}
@media (min-width: 1600px) {
  .resume__info-dl dt {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}

.resume__info-address {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 0 1.4rem;
  font-style: normal;
}
.resume__info-address:last-child {
  margin: 0;
}
.resume__info-address:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1849 7.04165C16.3099 3.19165 12.9515 1.45831 10.0015 1.45831C10.0015 1.45831 10.0015 1.45831 9.99321 1.45831C7.05154 1.45831 3.68488 3.18331 2.80988 7.03331C1.83488 11.3333 4.46821 14.975 6.85154 17.2666C7.73488 18.1166 8.86821 18.5416 10.0015 18.5416C11.1349 18.5416 12.2682 18.1166 13.1432 17.2666C15.5265 14.975 18.1599 11.3416 17.1849 7.04165ZM10.0015 11.2166C8.55154 11.2166 7.37654 10.0416 7.37654 8.59165C7.37654 7.14165 8.55154 5.96665 10.0015 5.96665C11.4515 5.96665 12.6265 7.14165 12.6265 8.59165C12.6265 10.0416 11.4515 11.2166 10.0015 11.2166Z' fill='%236193BE'/%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0.8rem 0 0;
}
@media (min-width: 1200px) {
  .resume__info-address {
    margin: 0 0 1rem;
  }
  .resume__info-address:last-child {
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .resume__info-address {
    margin: 0 0 1.4rem;
  }
  .resume__info-address:last-child {
    margin: 0;
  }
  .resume__info-address:before {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.resume__info-list {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
}
.resume__info-list:last-child {
  margin: 0;
}
.resume__info-list > li {
  margin: 0 0 1.4rem;
  padding: 0 0 0 3.2rem;
  position: relative;
}
.resume__info-list > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 0.8rem solid #FAFBFC;
  background: #6193BE;
  border-radius: 50%;
}
.resume__info-list > li:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .resume__info-list > li {
    margin: 0 0 1rem;
    padding: 0 0 0 2.8rem;
  }
  .resume__info-list > li:last-child {
    margin: 0;
  }
  .resume__info-list > li:before {
    width: 1.6rem;
    height: 1.6rem;
    border-width: 0.6rem;
  }
}
@media (min-width: 1600px) {
  .resume__info-list > li {
    margin: 0 0 1.4rem;
    padding: 0 0 0 3.2rem;
  }
  .resume__info-list > li:before {
    top: 0.2rem;
    width: 2rem;
    height: 2rem;
    border-width: 0.8rem;
  }
  .resume__info-list > li:last-child {
    margin: 0;
  }
}

.resume__info-tags {
  margin: 0 -0.5rem -1rem;
  padding: 0 0 3rem;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-order: -1;
  order: -1;
}
.resume__info-tags > li {
  padding: 0 0.5rem 1rem;
}
@media (min-width: 992px) {
  .resume__info-tags {
    -ms-flex-order: unset;
    order: unset;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .resume__info-tags {
    margin: 0 -0.7rem -1.4rem;
  }
  .resume__info-tags > li {
    padding: 0 0.7rem 1.4rem;
  }
}

.resume__info-tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 0.2rem 1.2rem;
  border-radius: 1rem;
  background: #6193BE;
  color: #FAFBFC;
  min-height: 2.5rem;
}
@media (min-width: 1200px) {
  .resume__info-tag {
    min-height: 2.2rem;
    font-size: 1.2rem;
  }
}
@media (min-width: 1600px) {
  .resume__info-tag {
    min-height: 3.3rem;
    font-size: 2rem;
  }
}

.resume__desc {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.resume__desc h3 {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #04183A;
}
.resume__desc p {
  margin: 0 0 3rem;
}
.resume__desc p:last-child {
  margin: 0;
}
.resume__desc ul {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
}
.resume__desc ul > li {
  margin: 0 0 2rem;
  padding: 0 0 0 3.6rem;
  position: relative;
}
.resume__desc ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 0.8rem solid #E7EFF5;
  background: #6193BE;
  border-radius: 50%;
}
.resume__desc ul:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .resume__desc {
    font-size: 1.4rem;
    margin: 0 0 -2rem;
  }
  .resume__desc h3 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 2rem;
  }
  .resume__desc ul {
    margin: 0 0 4rem;
  }
  .resume__desc ul > li {
    padding: 0 0 0 3rem;
  }
  .resume__desc p {
    max-width: 66rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 1600px) {
  .resume__desc {
    font-size: 2rem;
    padding: 1rem 0 0;
  }
  .resume__desc h3 {
    margin: 0 0 3rem;
    font-size: 3rem;
  }
  .resume__desc p {
    margin: 0 0 6rem;
    max-width: 96.4rem;
  }
  .resume__desc ul {
    margin: 0 0 6rem;
  }
  .resume__desc ul > li {
    padding: 0 0 0 4.7rem;
    margin: 0 0 2rem;
  }
  .resume__desc ul > li:before {
    width: 2.7rem;
    height: 2.7rem;
    border-width: 0.9rem;
  }
  .resume__desc .row > .col-md-6 ul {
    max-width: 50rem;
  }
}

.specialization {
  padding: 6rem 0;
  margin: 0 0 7rem;
  background: #F8F2ED;
}
@media (min-width: 1200px) {
  .specialization {
    padding: 8rem 0;
    margin: 0 0 10rem;
    border-radius: 2rem;
  }
}

.specialization__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #95816A;
}
@media (min-width: 1200px) {
  .specialization__title {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .specialization__title {
    margin: 0 0 4.2rem;
    font-size: 4.4rem;
  }
}

.specialization__desc {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.specialization__desc h3 {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #04183A;
}
.specialization__desc p {
  margin: 0 0 3rem;
}
.specialization__desc p:last-child {
  margin: 0;
}
.specialization__desc ul {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
}
.specialization__desc ul > li {
  margin: 0 0 2rem;
  padding: 0 0 0 3.6rem;
  position: relative;
}
.specialization__desc ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 0.8rem solid #FAFBFC;
  background: #B19374;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .specialization__desc {
    font-size: 1.4rem;
  }
  .specialization__desc h3 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 2rem;
  }
  .specialization__desc ul {
    margin: 0 0 3rem;
  }
  .specialization__desc ul > li {
    padding: 0 0 0 3rem;
    margin: 0 0 1.6rem;
  }
}
@media (min-width: 1600px) {
  .specialization__desc {
    font-size: 2rem;
  }
  .specialization__desc h3 {
    margin: 0 0 3rem;
    font-size: 3rem;
  }
  .specialization__desc p {
    margin: 0 0 4rem;
  }
  .specialization__desc ul {
    margin: 0 0 4rem;
  }
  .specialization__desc ul > li {
    padding: 0 0 0 4.7rem;
    margin: 0 0 2rem;
  }
  .specialization__desc ul > li:before {
    width: 2.7rem;
    height: 2.7rem;
    border-width: 0.9rem;
  }
  .specialization__desc ul + h3 {
    padding-top: 3rem;
  }
  .specialization__desc .row > .col-md-6 ul {
    max-width: 50rem;
  }
}

.departments {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .departments {
    margin: 0 0 10rem;
  }
}

.departments__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #95816A;
}
@media (min-width: 1200px) {
  .departments__title {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .departments__title {
    margin: 0 0 4.2rem;
    font-size: 4.4rem;
  }
}

.departments__contacts {
  margin: 0 0 3rem;
  border-radius: 2rem;
  background: rgba(240, 229, 217, 0.7);
  padding: 2.4rem;
}
@media (min-width: 1200px) {
  .departments__contacts {
    padding: 2rem;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 1600px) {
  .departments__contacts {
    padding: 3rem;
  }
}

.departments__contacts-list {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  color: #4F5D75;
}
.departments__contacts-list > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 2rem;
}
.departments__contacts-list > li:last-child {
  margin: 0;
}
.departments__contacts-list svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 1.4rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .departments__contacts-list {
    columns: 2;
    column-gap: 3.2rem;
  }
  .departments__contacts-list > li {
    vertical-align: top;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .departments__contacts-list {
    columns: unset;
    column-gap: unset;
  }
}
@media (min-width: 1200px) {
  .departments__contacts-list {
    font-size: 1.4rem;
  }
  .departments__contacts-list > li {
    margin: 0 0 1.2rem;
  }
  .departments__contacts-list > li:last-child {
    margin: 0;
  }
  .departments__contacts-list svg {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 1600px) {
  .departments__contacts-list {
    font-size: 2rem;
  }
  .departments__contacts-list > li {
    margin: 0 0 2rem;
  }
  .departments__contacts-list > li:last-child {
    margin: 0;
  }
  .departments__contacts-list svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.departments__contacts-action .ui-btn {
  width: 100%;
}
.departments__contacts-action .ui-btn--white {
  color: #5E4E3A;
}
@media (min-width: 1200px) {
  .departments__contacts-action .ui-btn {
    width: auto;
  }
}

.departments__desc {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.departments__desc p {
  margin: 0 0 1.6rem;
}
.departments__desc p:last-child {
  margin: 0;
}
.departments__desc ul {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
}
.departments__desc ul > li {
  margin: 0 0 1.6rem;
  padding: 0 0 0 3.6rem;
  position: relative;
}
.departments__desc ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 0.8rem solid #E7EFF5;
  background: #6193BE;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .departments__desc {
    font-size: 1.4rem;
  }
  .departments__desc ul {
    margin: 0 0 2rem;
  }
}
@media (min-width: 1600px) {
  .departments__desc {
    font-size: 2rem;
  }
  .departments__desc p {
    margin: 0 0 1.6rem;
  }
  .departments__desc ul > li {
    padding: 0 0 0 4.7rem;
    margin: 0 0 2rem;
  }
  .departments__desc ul > li:before {
    width: 2.7rem;
    height: 2.7rem;
    border-width: 0.9rem;
  }
}

.possibilities {
  padding: 6rem 0;
  margin: 0 0 7rem;
  background: #E7EFF5;
}
.possibilities--transparent {
  background: transparent;
  padding: 0;
}
.possibilities--transparent .possibilities__title {
  color: #95816A;
}
.possibilities--transparent .possibilities__desc ul > li:before {
  border-color: #E7EFF5;
}
@media (min-width: 1200px) {
  .possibilities {
    padding: 8rem 0;
    margin: 0 0 9rem;
    border-radius: 2rem;
  }
  .possibilities--transparent {
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .possibilities {
    margin: 0 0 10rem;
  }
}

.possibilities__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0D4987;
}
@media (min-width: 1200px) {
  .possibilities__title {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .possibilities__title {
    margin: 0 0 4.2rem;
    font-size: 4.4rem;
  }
}

.possibilities__tabs .ui-tabs__btn {
  background: #FAFBFC;
  color: #6193BE;
}
.possibilities__tabs .ui-tabs__btn:hover {
  color: #0D4987;
}
.possibilities__tabs .ui-tabs__btn.is-active {
  background: #6193BE;
  color: #FAFBFC;
}
@media (min-width: 1200px) {
  .possibilities__tabs {
    padding: 1rem 0 0;
  }
}

.possibilities__desc {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.possibilities__desc h3 {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #04183A;
}
.possibilities__desc p {
  margin: 0 0 1.6rem;
}
.possibilities__desc p:last-child {
  margin: 0;
}
.possibilities__desc ul {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
}
.possibilities__desc ul > li {
  margin: 0 0 1.6rem;
  padding: 0 0 0 3.6rem;
  position: relative;
}
.possibilities__desc ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 0.8rem solid #FAFBFC;
  background: #6193BE;
  border-radius: 50%;
}
.possibilities__desc ul:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .possibilities__desc {
    font-size: 1.4rem;
  }
  .possibilities__desc h3 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 2rem;
  }
  .possibilities__desc ul {
    margin: 0 0 2rem;
  }
  .possibilities__desc ul > li {
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 1600px) {
  .possibilities__desc {
    font-size: 2rem;
  }
  .possibilities__desc h3 {
    margin: 0 0 3rem;
    font-size: 3rem;
  }
  .possibilities__desc p {
    margin: 0 0 2rem;
  }
  .possibilities__desc ul > li {
    padding: 0 0 0 4.7rem;
    margin: 0 0 2rem;
  }
  .possibilities__desc ul > li:before {
    width: 2.7rem;
    height: 2.7rem;
    border-width: 0.9rem;
  }
  .possibilities__desc ul + h3 {
    padding-top: 3rem;
  }
  .possibilities__desc .row > .col-md-6 ul {
    max-width: 50rem;
  }
}

.treat {
  padding: 6rem 0;
  margin: 0 0 7rem;
  background: #E7EFF5;
}
@media (min-width: 1200px) {
  .treat {
    padding: 8rem 0;
    margin: 0 0 9rem;
    border-radius: 2rem;
  }
}

.treat__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0D4987;
}
@media (min-width: 1200px) {
  .treat__title {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .treat__title {
    margin: 0 0 4.2rem;
    font-size: 4.4rem;
  }
}

.treat__desc {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.treat__desc h3 {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #04183A;
}
.treat__desc p {
  margin: 0 0 1.6rem;
}
.treat__desc p:last-child {
  margin: 0;
}
.treat__desc p + ul, .treat__desc p + .row {
  padding-top: 0.8rem;
}
.treat__desc ul {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
}
.treat__desc ul > li {
  margin: 0 0 2rem;
  padding: 0 0 0 3.6rem;
  position: relative;
}
.treat__desc ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 0.8rem solid #FAFBFC;
  background: #6193BE;
  border-radius: 50%;
}
.treat__desc ul:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .treat__desc {
    font-size: 1.4rem;
  }
  .treat__desc h3 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 2rem;
  }
  .treat__desc p + ul, .treat__desc p + .row {
    padding-top: 1.4rem;
  }
  .treat__desc ul {
    margin: 0 0 2rem;
  }
  .treat__desc ul > li {
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 1600px) {
  .treat__desc {
    font-size: 2rem;
  }
  .treat__desc h3 {
    margin: 0 0 2rem;
    font-size: 3rem;
  }
  .treat__desc p {
    margin: 0 0 2rem;
  }
  .treat__desc ul > li {
    padding: 0 0 0 4.7rem;
    margin: 0 0 2rem;
  }
  .treat__desc ul > li:before {
    width: 2.7rem;
    height: 2.7rem;
    border-width: 0.9rem;
  }
  .treat__desc .row > .col-md-6 ul {
    max-width: 50rem;
  }
}

.mass-media {
  padding: 5rem 0 7rem;
}
@media (min-width: 1200px) {
  .mass-media {
    padding: 8rem 0 10rem;
  }
}

.mass-media__head {
  margin: 0 0 4rem;
}
@media (min-width: 1200px) {
  .mass-media__head {
    margin: 0 0 6rem;
  }
}

.mass-media__body {
  margin: 0 0 4rem;
}
@media (min-width: 1200px) {
  .mass-media__body {
    margin: 0 0 6rem;
  }
}

.mass-media__foot .ui-pagination {
  margin: 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .mass-media__foot .ui-pagination {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.mass-media__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #082B65;
}
.mass-media__title:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .mass-media__title {
    margin: 0 0 4.4rem;
    font-size: 4.2rem;
  }
}
@media (min-width: 1600px) {
  .mass-media__title {
    font-size: 6rem;
    line-height: 1.1;
    font-weight: 700;
  }
}

.mass-media__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mass-media__list > li {
  margin: 0 0 3rem;
}
.mass-media__list > li:last-child {
  margin: 0;
}
.mass-media__list > li:nth-of-type(even) > * {
  background: #F8F2ED;
}
.mass-media__list > li:nth-of-type(even) > * .mass-media__item-title,
.mass-media__list > li:nth-of-type(even) > * .mass-media__item-date {
  color: #95816A;
}
.mass-media__list > li:nth-of-type(even) > * .mass-media__item-readmore a {
  color: #5E4E3A;
}
.mass-media__list > li:nth-of-type(even) > * .mass-media__item-readmore a:hover {
  color: #5E4E3A;
}
@media (min-width: 1200px) {
  .mass-media__list {
    columns: 2;
    column-gap: 3.2rem;
  }
  .mass-media__list > li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 3.2rem;
  }
}

.mass-media__item {
  border-radius: 2rem;
  background: #E7EFF5;
  padding: 2.4rem;
  text-decoration: none;
  color: #0D4987;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
}
.mass-media__item:hover {
  text-decoration: none;
  color: #0D4987;
}
.mass-media__item:has(.full-story) {
  z-index: 100;
}
.mass-media__item .row {
  margin: 0 -1.6rem;
  -ms-flex: 1;
  flex: 1;
}
.mass-media__item .row > [class^=col] {
  padding: 0 1.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1600px) {
  .mass-media__item {
    padding: 3.6rem 4rem 4rem;
  }
  .mass-media__item .row {
    margin: 0 -2rem;
  }
  .mass-media__item .row > [class^=col] {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .mass-media__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 1.6rem;
  }
}

.mass-media__item-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 75%;
  padding-right: 1.6rem;
}
@media (min-width: 1600px) {
  .mass-media__item-main {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .mass-media__item-main {
    width: auto;
    padding-right: 0;
  }
}

.mass-media__item-aside {
  width: 25%;
  padding-left: 1.6rem;
}
@media (min-width: 1600px) {
  .mass-media__item-aside {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .mass-media__item-aside {
    width: auto;
    padding-left: 0;
  }
}

.mass-media__item-title {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 1600px) {
  .mass-media__item-title {
    font-size: 3rem;
    margin: 0 0 2rem;
  }
}

.mass-media__item-text {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #4F5D75;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .mass-media__item-text {
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 1600px) {
  .mass-media__item-text {
    margin: 0 0 3rem;
    font-size: 2rem;
  }
}

.mass-media__item-readmore {
  display: block;
  margin: 0 0 2rem;
  overflow: hidden;
  max-height: 13.6rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #4F5D75;
  transition: 0.7s;
}
.mass-media__item-readmore p {
  margin: 0 0 1rem;
}
.mass-media__item-readmore p:last-child {
  margin: 0;
}
.mass-media__item-readmore a {
  text-decoration: underline;
  color: #0D4987;
  transition: 0.25s;
  margin: 0 0.4rem;
}
.mass-media__item-readmore a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  color: #0D4987;
}
@media (min-width: 1600px) {
  .mass-media__item-readmore {
    font-size: 2rem;
    max-height: 16.8rem;
    margin: 0 0 3rem;
  }
}

.mass-media__item-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  margin: auto 0 0 0;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  color: #04183A;
  transition: color 0.25s;
}
.mass-media__item-link svg {
  color: #95816A;
  margin: 0 0 0 1.4rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.mass-media__item-link:hover {
  text-decoration: none;
  color: #95816A;
}
@media (min-width: 1600px) {
  .mass-media__item-link {
    font-size: 2rem;
  }
}

.mass-media__item-image {
  display: block;
  overflow: hidden;
  border-radius: 1.2rem;
  width: 100%;
  height: auto;
  aspect-ratio: 168/232;
  background: #fff;
  margin: 0 0 2rem;
}
.mass-media__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1600px) {
  .mass-media__item-image {
    margin: 0 0 3rem;
  }
}
@media (max-width: 767px) {
  .mass-media__item-image {
    aspect-ratio: 328/218;
  }
}

.mass-media__item-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  color: #6193BE;
}
.mass-media__item-date svg {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 1600px) {
  .mass-media__item-date {
    font-size: 2rem;
  }
  .mass-media__item-date svg {
    width: 2.8rem;
    height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .mass-media__item-date {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.full-story {
  max-height: 70rem;
}
.full-story .js-readmore-true {
  display: none;
}
.full-story .js-readmore-false {
  display: inline;
}

.js-readmore-true {
  display: inline;
}

.js-readmore-false {
  display: none;
}

.news {
  padding: 5rem 0 7rem;
}
@media (min-width: 1200px) {
  .news {
    padding: 8rem 0 10rem;
  }
}

.news__head {
  margin: 0 0 4rem;
}
@media (min-width: 1600px) {
  .news__head {
    margin: 0 0 8rem;
  }
}

.news__body {
  margin: 0 0 4rem;
}
@media (min-width: 1600px) {
  .news__body {
    margin: 0 0 6rem;
  }
}

.news__foot .ui-pagination {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .news__foot .ui-pagination {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.news__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #082B65;
}
@media (min-width: 1200px) {
  .news__title {
    font-size: 4.4rem;
  }
}
@media (min-width: 1600px) {
  .news__title {
    font-size: 6rem;
    margin: 0 0 5rem;
  }
}

.news__filter {
  margin: 0 0 -3rem;
}
.news__filter .ui-search,
.news__filter .ui-period,
.news__filter .ui-topics {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .news__filter {
    margin: 0;
  }
  .news__filter .ui-search,
  .news__filter .ui-period,
  .news__filter .ui-topics {
    margin: 0;
  }
}

.news__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news__list > li {
  margin: 0 0 4rem;
}
.news__list > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .news__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.6rem -3.2rem;
  }
  .news__list > li {
    padding: 0 1.6rem 3.2rem;
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .news__list > li {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.news__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  color: #0D4987;
  transition: color 0.25s;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  background: #E7EFF5;
  min-height: 100%;
  will-change: transform;
}
.news__item:hover {
  text-decoration: none;
  color: #082B65;
}
.news__item:hover .news__item-image img {
  transform: scale(1.05);
}

.news__item-image {
  background: #D9D9D9;
  width: 100%;
  height: auto;
  aspect-ratio: 328/218;
  position: relative;
  overflow: hidden;
}
.news__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s;
}
@media (min-width: 1600px) {
  .news__item-image {
    aspect-ratio: 576/280;
  }
}

.news__item-desc {
  padding: 2.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1600px) {
  .news__item-desc {
    padding: 4rem;
  }
}

.news__item-title {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 1600px) {
  .news__item-title {
    margin: 0 0 2rem;
    font-size: 3rem;
  }
}

.news__item-text {
  display: block;
  margin: 0 0 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: #4F5D75;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 1600px) {
  .news__item-text {
    font-size: 2rem;
    margin: 0 0 4rem;
    -webkit-line-clamp: 3;
  }
}

.news__item-info {
  margin: auto 0 0 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news__item-info > li {
  margin: 0 1.6rem 0 0;
}
.news__item-info > li:last-child {
  margin: 0;
}

.news__item-mark {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.4rem 1.2rem;
  min-height: 2.5rem;
  border-radius: 1rem;
  background: #6193BE;
  color: #FAFBFC;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .news__item-mark {
    min-height: 3.3rem;
    font-size: 2rem;
  }
}

.news__item-date {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  color: #6193BE;
}
@media (min-width: 1600px) {
  .news__item-date {
    font-size: 2rem;
  }
}

.news-other {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .news-other {
    margin: 0 0 10rem;
  }
}

.news-other__title {
  display: block;
  margin: 0 0 4rem;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #082B65;
}
@media (min-width: 1200px) {
  .news-other__title {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .news-other__title {
    font-size: 4.4rem;
    margin: 0 0 5rem;
  }
}

.news-other__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-other__list > li {
  margin: 0 0 4rem;
}
.news-other__list > li:last-child {
  margin: 0;
}
.news-other__list > li:nth-of-type(2) ~ li {
  display: none;
}
@media (min-width: 768px) {
  .news-other__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.6rem -3.2rem;
  }
  .news-other__list > li {
    padding: 0 1.6rem 3.2rem;
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .news-other__list > li {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .news-other__list > li:nth-of-type(2) ~ li {
    display: block;
  }
  .news-other__list > li:nth-of-type(3) ~ li {
    display: none;
  }
}

.article {
  padding: 5rem 0 7rem;
}
@media (min-width: 1200px) {
  .article {
    padding: 8rem 0 10rem;
  }
}

.article__info {
  margin: 0 -1.1rem -2rem;
  padding: 0 0 3rem;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article__info > li {
  padding: 0 1.1rem 2rem;
}
@media (min-width: 1200px) {
  .article__info {
    margin: 0 -1.6rem -1.6rem;
  }
  .article__info > li {
    padding: 0 1.6rem 1.6rem;
  }
}

.article__mark {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 0.4rem 1.2rem;
  border-radius: 1rem;
  background: #6193BE;
  color: #FAFBFC;
  min-height: 2.5rem;
}
@media (min-width: 1600px) {
  .article__mark {
    font-size: 2rem;
    min-height: 3.3rem;
  }
}

.article__date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  color: #6193BE;
}
.article__date svg {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 0.6rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 1600px) {
  .article__date {
    font-size: 2rem;
  }
  .article__date svg {
    width: 2.8rem;
    height: 2.8rem;
    margin: 0 1rem 0 0;
  }
}

.article__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #95816A;
}
@media (min-width: 1200px) {
  .article__title {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .article__title {
    font-size: 4.4rem;
    margin: 0 0 4rem;
  }
}

.article__swiper {
  margin: 0 0 3rem;
}
.article__image {
  background: #D9D9D9;
  border-radius: 2rem;
  width: 100%;
  height: auto;
  aspect-ratio: 328/238;
  overflow: hidden;
}
.article__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .article__image {
    aspect-ratio: 728/518;
  }
}

.article__desc {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.article__desc p {
  margin: 0 0 1.6rem;
}
.article__desc p:last-child {
  margin: 0;
}
.article__desc b, .article__desc strong {
  font-weight: 700;
}
@media (min-width: 1600px) {
  .article__desc {
    font-size: 2rem;
  }
}

.is-page-reviews .find-us {
  display: none;
}

.reviews {
  padding: 5rem 0 0;
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .reviews {
    padding: 6rem 0 0 0;
    margin: 0 0 9rem;
  }
}
@media (min-width: 1600px) {
  .reviews {
    padding: 8rem 0 0 0;
    margin: 0 0 10rem;
  }
}

.reviews__head {
  margin: 0 0 4rem;
}
@media (min-width: 1200px) {
  .reviews__head {
    margin: 0 0 6rem;
  }
}
@media (min-width: 1600px) {
  .reviews__head {
    margin: 0 0 8rem;
  }
}

.reviews__body {
  margin: 0 0 4rem;
}
@media (min-width: 1600px) {
  .reviews__body {
    margin: 0 0 6.2rem;
  }
}

.reviews__foot .ui-pagination {
  margin: 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .reviews__foot .ui-pagination {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.reviews__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #95816A;
}
@media (min-width: 1200px) {
  .reviews__title {
    margin: 0 0 4.4rem;
    font-size: 4.2rem;
  }
}
@media (min-width: 1600px) {
  .reviews__title {
    font-size: 6rem;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 6.2rem;
  }
}

.reviews__filter {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .reviews__filter {
    margin: 0;
  }
}

.reviews__search {
  margin: 0;
}

.reviews__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.reviews__list > li {
  margin: 0 0 1.6rem;
}
.reviews__list > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .reviews__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.6rem -3.2rem;
  }
  .reviews__list > li {
    padding: 0 1.6rem 3.2rem;
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .reviews__list > li {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 1600px) {
  .reviews__list {
    margin: 0 -1.6rem -3.4rem;
  }
  .reviews__list > li {
    padding: 0 1.6rem 3.4rem;
  }
}

.reviews__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  border-radius: 2rem;
  padding: 2.4rem;
  background: #E7EFF5;
}
@media (min-width: 1200px) {
  .reviews__item {
    padding: 1.8rem 2rem;
  }
}
@media (min-width: 1600px) {
  .reviews__item {
    padding: 2.8rem 3rem;
  }
}

.reviews__item-head {
  margin: 0 0 2rem;
}
@media (min-width: 1200px) {
  .reviews__item-head {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1.4rem;
  }
}

.reviews__item-icon {
  display: none;
}
@media (min-width: 1200px) {
  .reviews__item-icon {
    display: block;
    width: 2rem;
    height: 2rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0.8rem 0 0;
  }
  .reviews__item-icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1600px) {
  .reviews__item-icon {
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 1rem 0 0;
  }
}

.reviews__item-title {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  color: #6193BE;
}
.reviews__item-title a {
  text-decoration: none;
  color: #0D4987;
}
.reviews__item-title a:hover {
  text-decoration: none;
  color: #0D4987;
}
@media (min-width: 1200px) {
  .reviews__item-title {
    display: block;
    font-size: 1.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1600px) {
  .reviews__item-title {
    font-size: 2rem;
  }
}

.reviews__item-body {
  margin: 0 0 2rem;
}
.reviews__item-body .row {
  margin: 0 -1rem;
}
.reviews__item-body .row > [class^=col] {
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .reviews__item-body {
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 1600px) {
  .reviews__item-body {
    margin: 0 0 4rem;
  }
  .reviews__item-body .row {
    margin: 0 -1.5rem;
  }
  .reviews__item-body .row > [class^=col] {
    padding: 0 1.5rem;
  }
}

.reviews__item-image {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  background: #FAFBFC;
  border: 1px solid #C0D4E5;
  aspect-ratio: 280/122;
  margin: 0 0 2rem;
  width: 100%;
  height: auto;
  will-change: transform;
}
.reviews__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s;
}
.reviews__item-image:hover img {
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .reviews__item-image {
    aspect-ratio: 1/1;
    width: 9rem;
  }
}
@media (min-width: 1200px) {
  .reviews__item-image {
    aspect-ratio: 1/1;
    width: 9rem;
  }
}
@media (min-width: 1600px) {
  .reviews__item-image {
    width: 12.2rem;
  }
}

.reviews__item-desc {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  max-height: 13.4rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.reviews__item-desc::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 1rem;
  background: #C0D4E5;
}
.reviews__item-desc::-webkit-scrollbar-thumb {
  background: #6193BE;
  border-radius: 1rem;
}
.reviews__item-desc p {
  margin: 0 0 1.2rem;
}
.reviews__item-desc p:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .reviews__item-desc {
    font-size: 1.4rem;
    line-height: 1.4;
    max-height: 12rem;
  }
}
@media (min-width: 1600px) {
  .reviews__item-desc {
    font-size: 2rem;
    line-height: 1.4;
    max-height: 16.8rem;
  }
}

.reviews__item-foot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: auto 0 0 0;
}

.reviews__item-author {
  display: block;
  margin: 0 1.6rem 0 0;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
  color: #6193BE;
}
@media (min-width: 1200px) {
  .reviews__item-author {
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .reviews__item-author {
    font-size: 2rem;
  }
}

.reviews__item-date {
  display: block;
  margin: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .reviews__item-date {
    font-size: 1.2rem;
  }
}
@media (min-width: 1600px) {
  .reviews__item-date {
    font-size: 2rem;
  }
}

.request {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .request {
    margin: 0 0 10rem;
  }
}

.request__desc {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 4rem;
}
@media (min-width: 1200px) {
  .request__desc {
    font-size: 1.4rem;
    padding: 0 2rem 0 0;
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .request__desc {
    font-size: 2rem;
    padding: 0 6.4rem 0 0;
  }
}

.request__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0D4987;
}
@media (min-width: 1200px) {
  .request__title {
    font-size: 3rem;
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 1600px) {
  .request__title {
    margin: 0 0 3rem;
    font-size: 4.4rem;
  }
}

.request__text {
  display: block;
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .request__text {
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 1600px) {
  .request__text {
    margin: 0 0 4rem;
    max-width: 45rem;
  }
}

.request__subtitle {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .request__subtitle {
    margin: 0 0 2rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 1600px) {
  .request__subtitle {
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 2.8rem;
  }
}

.request__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.request__list > li {
  position: relative;
  padding: 0 0 0 4.3rem;
  margin: 0 0 2rem;
}
.request__list > li:last-child {
  margin: 0;
}
.request__list > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #6193BE;
  border: 0.8rem solid #E7EFF5;
}
@media (min-width: 1200px) {
  .request__list > li {
    margin: 0 0 1.8rem;
    padding: 0 0 0 3.8rem;
  }
  .request__list > li:last-child {
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .request__list > li {
    padding: 0 0 0 4.7rem;
    margin: 0 0 2rem;
  }
  .request__list > li:before {
    width: 2.7rem;
    height: 2.7rem;
    border-width: 0.9rem;
  }
  .request__list > li:last-child {
    margin: 0;
  }
}

.request__form {
  border-radius: 2rem;
  background: #0D4987;
  padding: 2.4rem 1.6rem;
  margin: 0 -1.6rem;
}
.request__form .row {
  margin: 0 -1rem;
}
.request__form .row > [class^=col] {
  padding: 0 1rem;
}
.request__form .ui-accept {
  color: #E7EFF5;
}
.request__form .ui-btn {
  width: 100%;
}
@media (min-width: 1200px) {
  .request__form {
    padding: 2rem;
    margin: 0;
  }
  .request__form .row {
    margin: 0 -1rem -0.2rem;
  }
  .request__form .row > [class^=col] {
    padding: 0 1rem 0.2rem;
  }
  .request__form .ui-textarea {
    min-height: 15.4rem;
  }
  .request__form .ui-accept {
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .request__form {
    padding: 3.2rem;
    margin: 0 -3.2rem;
  }
  .request__form .row {
    margin: 0 -1.5rem -1rem;
  }
  .request__form .row > [class^=col] {
    padding: 0 1.5rem 1rem;
  }
  .request__form .ui-textarea {
    min-height: 19rem;
    margin: 0 0 4rem;
  }
}

.vote {
  margin: 0 0 7rem;
  background: #B19374 url(../images/bg-vote.svg) 50% 9.5rem no-repeat;
  color: #FAFBFC;
  border-radius: 2rem;
  padding: 2.4rem 0;
  background-size: 44.6rem auto;
}
@media (min-width: 1200px) {
  .vote {
    padding: 6rem 0;
    margin: 0 0 10rem;
    background-size: 74.1rem auto;
    background-position: right 50%;
  }
}
@media (min-width: 1600px) {
  .vote {
    padding: 8.6rem 0 10rem;
    margin: 0 0 10rem;
    background-size: 118.5rem auto;
    background-position: right -3.2rem top -2.4rem;
  }
}

@media (min-width: 1200px) {
  .vote__desc {
    position: relative;
    top: -0.5rem;
  }
}

.vote__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .vote__title {
    font-size: 2rem;
    padding: 0 3.2rem 0 0;
  }
}
@media (min-width: 1600px) {
  .vote__title {
    font-size: 3rem;
    margin: 0 0 3rem;
  }
}

.vote__text {
  display: block;
  margin: 0 0 3rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.vote__text a {
  text-decoration: underline;
  color: #FAFBFC;
  transition: opacity 0.25s;
}
.vote__text a:hover {
  text-decoration: underline;
  color: #FAFBFC;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .vote__text br {
    display: none;
  }
}
@media (min-width: 1200px) {
  .vote__text {
    font-size: 1.4rem;
    margin: 0;
  }
  .vote__text br {
    display: none;
  }
}
@media (min-width: 1600px) {
  .vote__text {
    font-size: 2rem;
  }
}

.vote__form {
  padding: 2.4rem;
  border-radius: 1rem;
  background: #FAFBFC;
}
@media (min-width: 1200px) {
  .vote__form {
    padding: 2rem;
    display: inline-block;
    vertical-align: top;
    border-radius: 2rem;
  }
}
@media (min-width: 1600px) {
  .vote__form {
    padding: 4rem;
  }
}

.faq {
  padding: 5rem 0 0 0;
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .faq {
    padding: 9.5rem 0 0;
    margin: 0 0 10rem;
  }
}

@media (min-width: 1200px) {
  .faq__sticky {
    position: sticky;
    top: 2.4rem;
  }
}

.faq__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #95816A;
}
@media (min-width: 1200px) {
  .faq__title {
    font-size: 4.2rem;
  }
}
@media (min-width: 1600px) {
  .faq__title {
    font-size: 6rem;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 5rem;
  }
}

.faq__desc {
  margin: 0 0 3rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #4F5D75;
}
.faq__desc p {
  margin: 0 0 1.6rem;
}
.faq__desc p:last-child {
  margin: 0;
}
@media (min-width: 1600px) {
  .faq__desc {
    font-size: 2rem;
    margin: 0 0 5rem;
  }
}

.faq__action {
  margin: 0 0 7rem;
}
.faq__action .ui-btn {
  width: 100%;
}
@media (min-width: 992px) {
  .faq__action .ui-btn {
    width: auto;
  }
}

.faq__list {
  margin: 0 0 4rem;
  padding: 0;
  list-style: none;
}
.faq__list > li {
  margin: 0 0 1.6rem;
}
.faq__list > li:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .faq__list > li {
    margin: 0 0 2rem;
  }
}
@media (min-width: 1600px) {
  .faq__list {
    margin: 0 0 6.2rem;
  }
}

.faq__item {
  border-radius: 1rem;
  background: #E7EFF5;
  padding: 2.4rem;
  cursor: pointer;
}
.faq__item:hover .faq__item-toggle {
  background: #C0D4E5;
}
.faq__item.is-open .faq__item-toggle {
  color: #6193BE;
}
.faq__item.is-open .faq__item-toggle svg {
  transform: rotate(45deg);
}
@media (min-width: 1200px) {
  .faq__item {
    padding: 2.2rem 2rem;
  }
}
@media (min-width: 1600px) {
  .faq__item {
    border-radius: 2rem;
    padding: 2.6rem 3rem 3rem;
  }
}

.faq__item-question {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.faq__item-title {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.325;
  font-weight: 700;
  color: #04183A;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1200px) {
  .faq__item-title {
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .faq__item-title {
    font-size: 2rem;
  }
}

.faq__item-toggle {
  margin: -0.4rem 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  border-radius: 0.8rem;
  transition: background 0.25s, color 0.25s;
  color: #0D4987;
}
.faq__item-toggle svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.25s;
}
@media (min-width: 1200px) {
  .faq__item-toggle {
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media (min-width: 1600px) {
  .faq__item-toggle {
    width: 3.6rem;
    height: 3.6rem;
  }
}

.faq__item-answer {
  display: none;
  position: relative;
  top: 2rem;
  padding: 0 0 2rem 0;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 400;
  color: #616161;
}
.faq__item-answer p {
  margin: 0 0 1.2rem;
}
.faq__item-answer p:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .faq__item-answer {
    font-size: 1.4rem;
    padding: 0 5.4rem 2rem 0;
  }
}
@media (min-width: 1600px) {
  .faq__item-answer {
    font-size: 2rem;
  }
}

.faq__message {
  margin-bottom: 1.6rem;
  border-radius: 2rem;
  padding: 2.4rem;
}
.faq__message:last-child {
  margin-bottom: 3.2rem;
}
.faq__message--question {
  background: #6193BE;
  color: #FAFBFC;
}
.faq__message--answer {
  background: #E7EFF5;
  color: #4F5D75;
}
.faq__message--answer .faq__message-author {
  color: #0D4987;
}
@media (min-width: 768px) {
  .faq__message--answer {
    margin-left: 3rem;
  }
}
@media (min-width: 1200px) {
  .faq__message {
    margin-bottom: 2rem;
    padding: 2.6rem 3rem;
  }
  .faq__message:last-child {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1600px) {
  .faq__message--answer {
    margin-left: 6rem;
  }
}

.faq__message-body {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 2rem;
}
.faq__message-body p {
  margin: 0 0 1.2rem;
}
.faq__message-body p:last-child {
  margin: 0;
}
@media (min-width: 1600px) {
  .faq__message-body {
    font-size: 2rem;
  }
}

.faq__message-foot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.faq__message-author {
  display: block;
  -ms-flex: 1;
  flex: 1;
  margin: 0 1.6rem 0 0;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
}
@media (min-width: 1600px) {
  .faq__message-author {
    font-size: 2rem;
  }
}

.faq__message-date {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 1600px) {
  .faq__message-date {
    font-size: 2rem;
  }
}

.faq__pagination .ui-pagination {
  margin: 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .faq__pagination .ui-pagination {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .faq__pagination .ui-pagination {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.gallery-primary {
  padding: 5rem 0 0 0;
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .gallery-primary {
    padding: 8rem 0 0;
    margin: 0 0 10rem;
  }
}

.gallery-primary__title {
  display: block;
  margin: 0 0 4rem;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #082B65;
}
@media (min-width: 1200px) {
  .gallery-primary__title {
    font-size: 4.4rem;
    margin: 0 0 8rem;
  }
}
@media (min-width: 1600px) {
  .gallery-primary__title {
    font-size: 6rem;
  }
}

.gallery-primary__grid {
  margin: 0 -0.8rem -1.6rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery-primary__grid > li {
  padding: 0 0.8rem 1.6rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.gallery-primary__grid > li:nth-of-type(1) {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.gallery-primary__grid > li:nth-of-type(1) .gallery-primary__item {
  border-radius: 2rem;
}
.gallery-primary__grid > li:nth-of-type(3) ~ li {
  display: none;
}
@media (min-width: 768px) {
  .gallery-primary__grid {
    display: -ms-grid;
    display: grid;
    row-gap: 0;
    column-gap: 0;
    -ms-grid-columns: 50% 25% 25%;
    grid-template-columns: 50% 25% 25%;
    grid-template-areas: "first second third" "first fourth fifth";
    margin: 0 -1.6rem -3.2rem;
  }
  .gallery-primary__grid > li {
    padding: 0 1.6rem 3.2rem;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .gallery-primary__grid > li:nth-of-type(3) ~ li {
    display: block;
  }
  .gallery-primary__grid > li:nth-of-type(1) {
    grid-area: first;
  }
  .gallery-primary__grid > li:nth-of-type(2) {
    grid-area: second;
  }
  .gallery-primary__grid > li:nth-of-type(3) {
    grid-area: third;
  }
  .gallery-primary__grid > li:nth-of-type(4) {
    grid-area: fourth;
  }
  .gallery-primary__grid > li:nth-of-type(5) {
    grid-area: fifth;
  }
  .gallery-primary__grid > li:nth-of-type(5) ~ * {
    display: none;
  }
}

.gallery {
  margin: 0 0 7rem;
}
.gallery--transparent .gallery__title {
  color: #95816A;
}
@media (min-width: 1200px) {
  .gallery {
    margin: 0 0 10rem;
  }
}

.gallery__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0D4987;
}
@media (min-width: 1200px) {
  .gallery__title {
    font-size: 3rem;
    margin: 0 0 5rem;
  }
}
@media (min-width: 1600px) {
  .gallery__title {
    font-size: 4.4rem;
  }
}

.gallery__item {
  display: block;
  overflow: hidden;
  border-radius: 2rem;
  position: relative;
  width: 100%;
  height: auto;
  background: #E7EFF5 url(../images/bg-gallery-item.svg) 50% 50% no-repeat;
  text-decoration: none;
  color: #6193BE;
  will-change: transform;
}
.gallery__item:before {
  content: "";
  float: left;
  padding: 70% 0 0 0;
}
.gallery__item:hover {
  text-decoration: none;
  color: #6193BE;
}
.gallery__item:hover .gallery__item-image img {
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .gallery__item {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .gallery__item:hover .gallery__item-back {
    opacity: 0;
    visibility: hidden;
  }
  .gallery__item:hover .gallery__item-front {
    opacity: 1;
    visibility: visible;
  }
}

.gallery__item-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.gallery__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s;
}

.gallery__item-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: opacity 0.25s, visibility 0.25s;
}

.gallery__item-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: opacity 0.25s, visibility 0.25s;
  opacity: 0;
  visibility: hidden;
  padding: 2rem;
}
@media (min-width: 1200px) {
  .gallery__item-front {
    padding: 3rem;
  }
}
@media (min-width: 1600px) {
  .gallery__item-front {
    padding: 4rem;
  }
}

.gallery__item-icon {
  display: block;
  margin: 0 auto;
  width: 6rem;
  height: 6rem;
  position: relative;
  z-index: 2;
}
.gallery__item-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1600px) {
  .gallery__item-icon {
    width: 8rem;
    height: 8rem;
  }
}

.gallery__item-caption {
  border-radius: 1rem;
  padding: 4.4rem 2.8rem 2.2rem;
  background: #E7EFF5;
  color: #0D4987;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 35rem;
  margin: -3rem auto 0;
}
@media (min-width: 1600px) {
  .gallery__item-caption {
    font-size: 2rem;
    padding: 5.4rem 2.8rem 2.2rem;
    margin: -4rem auto 0;
  }
}

.gallery__item-coming {
  margin: 0;
  padding: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #6193BE;
}
@media (min-width: 1200px) {
  .gallery__item-coming {
    font-size: 2.3rem;
  }
}
@media (min-width: 1600px) {
  .gallery__item-coming {
    font-size: 3rem;
  }
}

.administration {
  padding: 5rem 0 7rem;
}
@media (min-width: 1200px) {
  .administration {
    padding: 8rem 0 10rem;
  }
}

.administration__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #95816A;
}
@media (min-width: 1200px) {
  .administration__title {
    font-size: 4.2rem;
  }
}
@media (min-width: 1600px) {
  .administration__title {
    font-size: 6rem;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 8rem;
  }
}

.administration__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.administration__list > li {
  margin: 0 0 2.4rem;
}
.administration__list > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .administration__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.6rem -3.2rem;
  }
  .administration__list > li {
    padding: 0 1.6rem 3.2rem;
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .administration__list > li {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.administration__item {
  background: #E7EFF5;
  border-radius: 2rem;
  position: relative;
  padding: 2.4rem 2.4rem 9.8rem;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100%;
}
.administration__item:hover .administration__item-title {
  color: #95816A;
}
@media (min-width: 1600px) {
  .administration__item {
    padding: 0;
  }
}

.administration__item-image {
  background: #D9D9D9;
  width: 8.4rem;
  height: 12rem;
  border-radius: 1rem;
  margin: 0 2rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
}
.administration__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1600px) {
  .administration__item-image {
    margin: 0;
    width: 20.6rem;
    height: 100%;
    max-width: 36%;
  }
}

.administration__item-desc {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1600px) {
  .administration__item-desc {
    padding: 3.6rem 4rem 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.administration__item-title {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #04183A;
  transition: color 0.25s;
}
@media (min-width: 1600px) {
  .administration__item-title {
    font-size: 3rem;
  }
}

.administration__item-text {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 1600px) {
  .administration__item-text {
    font-size: 2rem;
    margin: 0 0 3rem;
  }
}

.administration__item-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 2.4rem 2.4rem;
}
.administration__item-action .ui-btn {
  width: 100%;
  min-height: 5rem;
}
@media (min-width: 1600px) {
  .administration__item-action {
    position: relative;
    padding: 0;
    margin: auto 0 0 0;
  }
}

.txt {
  border-radius: 2rem;
  background: #E7EFF5;
  padding: 6rem 0;
  margin: 0 0 7rem;
  position: relative;
  z-index: 1;
}
.txt .row > [class^=col] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: static;
}
@media (min-width: 1200px) {
  .txt {
    padding: 8rem 0 10rem;
    margin: 0 0 10rem;
  }
}

.txt__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0D4987;
}
@media (min-width: 1200px) {
  .txt__title {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .txt__title {
    font-size: 4.4rem;
  }
}

.txt__decor {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  margin: 0;
  width: 16.8rem;
  height: auto;
  color: #FAFBFC;
  max-width: 100%;
}
.txt__decor img, .txt__decor svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .txt__decor {
    position: relative;
    top: 6rem;
    left: -3rem;
    margin: auto 0 0 0;
    width: 46rem;
    height: auto;
  }
}

.txt__blockquote {
  display: block;
  margin: 0 0 3rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #6193BE;
}
.txt__blockquote br {
  display: none;
}
@media (min-width: 1200px) {
  .txt__blockquote br {
    display: block;
  }
}
@media (min-width: 1600px) {
  .txt__blockquote {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
  }
}

.txt__desc {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.txt__desc p {
  margin: 0 0 1.6rem;
}
.txt__desc p:last-child {
  margin: 0;
}
.txt__desc figure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 3.2rem 0 1.6rem;
}
.txt__desc figure:last-child {
  margin-bottom: 0;
}
.txt__desc figure picture {
  background: #D9D9D9;
  width: 8.3rem;
  height: 8.3rem;
  overflow: hidden;
  margin: 0 2rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}
.txt__desc figure picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.txt__desc figure cite {
  display: block;
  -ms-flex: 1;
  flex: 1;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
  color: #0D4987;
}
.txt__desc figure small {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #4F5D75;
}
@media (min-width: 768px) {
  .txt__desc {
    columns: 2;
    column-gap: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .txt__desc figure {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .txt__desc figure picture {
    width: 7rem;
    height: 7rem;
    margin: 0 3rem 0 0;
  }
  .txt__desc figure small {
    font-size: 2rem;
    margin: 0 0 0.2rem;
  }
  .txt__desc figure cite {
    font-size: 2rem;
  }
  .txt__desc figure cite br {
    display: none;
  }
}
@media (min-width: 1600px) {
  .txt__desc {
    font-size: 2rem;
    column-gap: 5.5rem;
  }
}

.reception {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .reception {
    margin: 0 0 10.8rem;
  }
}

.reception__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #95816A;
}
@media (min-width: 1200px) {
  .reception__title {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .reception__title {
    font-size: 4.4rem;
  }
}

.reception__subtitle {
  display: block;
  margin: 0 0 3rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #0D4987;
}
.reception__subtitle mark {
  display: block;
  background: none;
  color: #6193BE;
}
@media (min-width: 1200px) {
  .reception__subtitle {
    font-size: 2.3rem;
  }
}
@media (min-width: 1600px) {
  .reception__subtitle {
    font-size: 3rem;
    line-height: 1.2;
    margin: 0 0 4rem;
  }
}

.reception__dl {
  margin: 0 0 7.5rem;
}
.reception__dl dt {
  display: block;
  margin: 0 0 3rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #4F5D75;
}
.reception__dl dd {
  display: block;
  margin: 0 0 3rem;
}
.reception__dl dd:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .reception__dl {
    margin: 0 0 8rem;
  }
  .reception__dl dt {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}

.reception__contacts {
  margin: 0 -1rem -2rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
}
.reception__contacts > li {
  padding: 0 1rem 2rem;
}
@media (min-width: 1200px) {
  .reception__contacts {
    font-size: 2.2rem;
    margin: 0 -2.4rem -2rem;
  }
  .reception__contacts > li {
    padding: 0 2.4rem 2rem;
  }
}

.reception__contacts-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #0D4987;
  text-decoration: none;
}
.reception__contacts-link:hover {
  text-decoration: none;
  color: #0D4987;
}
.reception__contacts-link svg {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 1.4rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 1200px) {
  .reception__contacts-link svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.reception__form {
  border-radius: 2rem;
  padding: 2.4rem;
  background: #6193BE;
  color: #FAFBFC;
}
@media (min-width: 1200px) {
  .reception__form {
    padding: 4rem 3.2rem 3.2rem;
    margin: 0 -3.2rem;
  }
}

.reception__form-title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .reception__form-title {
    font-size: 3rem;
    margin: 0 0 4rem;
  }
}

.reception__form-data .ui-input,
.reception__form-data .ui-textarea {
  border-color: transparent;
  background: rgba(250, 251, 252, 0.1);
  color: #FAFBFC;
  margin: 0 0 2rem;
}
.reception__form-data .ui-input:-ms-input-placeholder,
.reception__form-data .ui-textarea:-ms-input-placeholder {
  color: #FAFBFC;
}
.reception__form-data .ui-input::placeholder,
.reception__form-data .ui-textarea::placeholder {
  color: #FAFBFC;
}
.reception__form-data .ui-input:focus,
.reception__form-data .ui-textarea:focus {
  border-color: rgba(192, 212, 229, 0.6);
  background: rgba(250, 251, 252, 0.2);
}
.reception__form-data .ui-upload {
  margin: 0 0 2rem;
}
.reception__form-data .ui-upload__handler {
  background: rgba(250, 251, 252, 0.1);
  border-color: #C0D4E5;
  color: #FAFBFC;
}
.reception__form-data .ui-upload__handler:hover {
  border-color: #C0D4E5;
  background: rgba(250, 251, 252, 0.15);
  color: #FAFBFC;
}
.reception__form-data .ui-upload__handler-icon {
  color: #FAFBFC;
}
.reception__form-data .ui-upload__file {
  background: rgba(250, 251, 252, 0.15);
  color: #FAFBFC;
}
.reception__form-data .ui-upload__file-delete {
  color: #FAFBFC;
}
.reception__form-data .ui-upload__file-delete:hover {
  color: var(--color-error);
}
.reception__form-data .ui-accept {
  color: #E7EFF5;
  margin: 0 0 2rem;
}
.reception__form-data .ui-btn {
  width: 100%;
}
.reception__form-data .ui-textarea {
  -ms-flex: 1;
  flex: 1;
  min-height: 8rem;
}
.reception__form-data .row > [class^=col] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .reception__form-data .ui-accept {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .reception__form-data .ui-input,
  .reception__form-data .ui-textarea,
  .reception__form-data .ui-upload {
    margin: 0 0 3rem;
  }
}

.distribute {
  padding: 5rem 0 0 0;
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .distribute {
    padding: 8rem 0 0;
    margin: 0 0 10rem;
  }
}

.distribute__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #082B65;
}
@media (min-width: 1200px) {
  .distribute__title {
    font-size: 4.2rem;
  }
}
@media (min-width: 1600px) {
  .distribute__title {
    font-size: 6rem;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 5rem;
  }
}

.distribute__desc {
  margin: 0 0 4rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.distribute__desc p {
  margin: 0 0 1.6rem;
}
.distribute__desc p:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .distribute__desc {
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .distribute__desc {
    font-size: 2rem;
    margin: 0 0 6rem;
  }
}

.distribute__grid > .row {
  margin: 0 -1.6rem -4rem;
}
.distribute__grid > .row > [class^=col] {
  padding: 0 1.6rem 4rem;
}

.distribute__nav .row {
  margin: 0 -1.6rem -1.6rem;
}
.distribute__nav .row > [class^=col] {
  padding: 0 1.6rem 1.6rem;
}
@media (min-width: 768px) {
  .distribute__nav .row {
    margin: 0 -1.6rem -3.2rem;
  }
  .distribute__nav .row > [class^=col] {
    padding: 0 1.6rem 3.2rem;
  }
}

.distribute__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.8rem 1.6rem;
  height: 100%;
  min-height: 5.7rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none;
  border-radius: 1rem;
  background: #E7EFF5;
  color: #082B65;
  transition: color 0.25s, background 0.25s;
}
.distribute__link:hover {
  text-decoration: none;
  background: #C0D4E5;
  color: #082B65;
}
@media (min-width: 1600px) {
  .distribute__link {
    font-size: 2rem;
    padding: 1rem 3rem;
    min-height: 6.8rem;
  }
}

.distribute__link-number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 1.6rem 0 0;
  background: #FAFBFC;
  border-radius: 50%;
}
@media (min-width: 1600px) {
  .distribute__link-number {
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 1.6rem 0 -1rem;
  }
}

.distribute__link-text {
  -ms-flex: 1;
  flex: 1;
}

.distribute__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2rem;
  overflow: hidden;
}
.distribute__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .distribute__image {
    height: 100%;
  }
}

.is-page-contacts .find-us {
  display: none;
}

.contacts {
  padding: 5rem 0 7rem;
}
@media (min-width: 1200px) {
  .contacts {
    padding: 8rem 0 10rem;
  }
}

.contacts__title {
  display: block;
  margin: 0 0 4rem;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #04183A;
}
@media (min-width: 1200px) {
  .contacts__title {
    font-size: 4.2rem;
  }
}
@media (min-width: 1600px) {
  .contacts__title {
    font-size: 6rem;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 6.6rem;
  }
}

.contacts__item {
  margin: 0 0 7rem;
}
.contacts__item:nth-of-type(even) .row {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.contacts__item:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .contacts__item {
    margin: 0 0 8.6rem;
  }
}

.contacts__item-desc {
  padding: 3rem 1.6rem 1.6rem;
  margin: 0 -1.6rem 4rem;
  border-radius: 2rem;
  background: #E7EFF5;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  color: #4F5D75;
}
@media (min-width: 768px) {
  .contacts__item-desc {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
}
@media (min-width: 1200px) {
  .contacts__item-desc {
    font-size: 1.4rem;
    padding: 3rem;
  }
}
@media (min-width: 1600px) {
  .contacts__item-desc {
    padding: 3.6rem 4rem 4rem;
    font-size: 2.2rem;
  }
}

.contacts__item-title {
  display: block;
  margin: 0 0 3rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0D4987;
}
@media (min-width: 1200px) {
  .contacts__item-title {
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .contacts__item-title {
    font-size: 3rem;
    margin: 0 0 3.2rem;
  }
}

.contacts__item-tags {
  margin: 0 -0.5rem -1rem;
  padding: 0 0 3rem;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contacts__item-tags > li {
  padding: 0 0.5rem 1rem;
}
@media (min-width: 1600px) {
  .contacts__item-tags {
    margin: 0 -0.8rem -1.6rem;
    padding: 0 0 5rem;
  }
  .contacts__item-tags > li {
    padding: 0 0.8rem 1.6rem;
  }
}

.contacts__item-tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  text-transform: lowercase;
  padding: 0.2rem 1.2rem 0.4rem;
  border-radius: 1rem;
  background: #6193BE;
  color: #FAFBFC;
  min-height: 2.8rem;
}
@media (min-width: 1200px) {
  .contacts__item-tag {
    min-height: 2.4rem;
    font-size: 1.1rem;
  }
}
@media (min-width: 1600px) {
  .contacts__item-tag {
    min-height: 3.3rem;
    font-size: 2rem;
  }
}

.contacts__item-tooltip {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 1rem;
  border: 1px solid #6193BE;
  background: #FAFBFC;
  color: #6193BE;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.contacts__item-tooltip:after {
  content: "?";
  display: block;
}
.contacts__item-tooltip:hover .contacts__item-tooltip-offcanvas {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
@media (min-width: 1200px) {
  .contacts__item-tooltip {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.1rem;
  }
}
@media (min-width: 1600px) {
  .contacts__item-tooltip {
    width: 3.3rem;
    height: 3.3rem;
    font-size: 2rem;
  }
}

.contacts__item-tooltip-offcanvas {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin: 0 0 1.6rem;
  transform: translate(-50%, -1rem);
  width: auto;
  padding: 2rem;
  text-align: center;
  white-space: nowrap;
  background: #FAFBFC;
  border-radius: 2rem;
  color: #4F5D75;
  z-index: 100;
  box-shadow: 0px 0px 0.6rem rgba(86, 86, 86, 0.15), 0px 0.2rem 0.8rem rgba(86, 86, 86, 0.05);
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
  opacity: 0;
  visibility: hidden;
}
.contacts__item-tooltip-offcanvas:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 0.8rem solid #FAFBFC;
  margin: 0 0 0 -0.8rem;
}

.contacts__item-list {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
}
.contacts__item-list > li {
  position: relative;
  padding: 0 0 0 3.6rem;
  margin: 0 0 1.4rem;
}
.contacts__item-list > li:last-child {
  margin: 0;
}
.contacts__item-list svg {
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1600px) {
  .contacts__item-list {
    margin: 0 0 5rem;
  }
  .contacts__item-list > li {
    margin: 0 0 2rem;
    padding: 0 0 0 4.2rem;
  }
  .contacts__item-list > li:last-child {
    margin: 0;
  }
  .contacts__item-list svg {
    width: 2.6rem;
    height: 2.6rem;
  }
}

.contacts__item-worktime {
  display: block;
  margin: 0 0 3rem;
  position: relative;
  padding: 0 0 0 3.6rem;
}
.contacts__item-worktime p {
  margin: 0 0 1rem;
}
.contacts__item-worktime p:last-child {
  margin: 0;
}
.contacts__item-worktime svg {
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1600px) {
  .contacts__item-worktime {
    padding: 0 0 0 4.2rem;
    margin: 0 0 5rem;
  }
  .contacts__item-worktime svg {
    width: 2.6rem;
    height: 2.6rem;
  }
}

.contacts__item-action {
  margin: auto 0 0 0;
}
.contacts__item-action .ui-btn {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contacts__item-action .ui-btn {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .contacts__item-action .ui-btn {
    width: auto;
  }
}

.contacts__item-map {
  background: #D9D9D9;
  margin: 0 -1.6rem;
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 360/574;
}
@media (min-width: 768px) {
  .contacts__item-map {
    margin: 0;
    aspect-ratio: unset;
    height: 100%;
  }
}

.phones {
  padding: 1.6rem 0;
  margin: 0 0 7rem;
  background: #E7EFF5;
  border-radius: 2rem;
}
@media (min-width: 768px) {
  .phones {
    padding: 3.2rem 0;
  }
}
@media (min-width: 1200px) {
  .phones {
    margin: 0 0 10rem;
    padding: 10rem 0;
  }
}

.phones__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.phones__list > li {
  margin: 0 0 1.6rem;
}
.phones__list > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .phones__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.6rem -3.2rem;
  }
  .phones__list > li {
    padding: 0 1.6rem 3.2rem;
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .phones__list > li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.phones__item {
  border-radius: 1rem;
  background: #FAFBFC;
  padding: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none;
  color: #4F5D75;
}
.phones__item:hover {
  text-decoration: none;
  color: #4F5D75;
}
@media (min-width: 1200px) {
  .phones__item {
    padding: 3rem;
  }
}
@media (min-width: 1600px) {
  .phones__item {
    padding: 3.6rem 4rem 4rem;
  }
}

.phones__item-title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #04183A;
}
@media (min-width: 1200px) {
  .phones__item-title {
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .phones__item-title {
    margin: 0 0 3rem;
    font-size: 2.2rem;
  }
}

.phones__item-number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: auto 0 0 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  color: #4F5D75;
}
.phones__item-number svg {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 1.6rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 1200px) {
  .phones__item-number {
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .phones__item-number {
    font-size: 2rem;
  }
  .phones__item-number svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.popup-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 4.8rem 1.6rem 1.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .popup-swiper {
    padding: 3.2rem 6.4rem;
  }
}

.popup-swiper__item {
  border-radius: 2rem;
  background: #FFF;
  padding: 1.6rem;
  max-width: 100%;
  max-height: 84rem;
  margin: auto;
  aspect-ratio: unset;
  height: auto;
  width: auto;
  max-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1200px) {
  .popup-swiper__item {
    padding: 3rem;
    aspect-ratio: 1142/840;
  }
}
@media (min-width: 1600px) {
  .popup-swiper__item {
    padding: 4rem;
  }
}

.popup-swiper__item-close {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin: 0 1.6rem 1.6rem 0;
  width: 1.6rem;
  height: 1.6rem;
  color: #FAFBFC;
  transition: opacity 0.25s;
}
.popup-swiper__item-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.2rem;
  height: 3.2rem;
  margin: -1.6rem 0 0 -1.6rem;
}
.popup-swiper__item-close svg {
  display: block;
  width: 100%;
  height: 100%;
}
.popup-swiper__item-close:hover {
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .popup-swiper__item-close {
    width: 2rem;
    height: 2rem;
    margin: 0 0 0 2rem;
    position: absolute;
    top: 0;
    left: 100%;
    right: auto;
    bottom: auto;
  }
}
@media (min-width: 1600px) {
  .popup-swiper__item-close {
    width: 3rem;
    height: 3rem;
    margin: 0 0 0 3rem;
  }
}

.popup-swiper__item-image {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  -ms-flex: 1;
  flex: 1;
  aspect-ratio: 1/1;
}
.popup-swiper__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .popup-swiper__item-image {
    aspect-ratio: unset;
  }
}

.popup-swiper__item-control {
  padding: 2rem 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.popup-swiper__item-caption {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #4F5D75;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1200px) {
  .popup-swiper__item-caption {
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .popup-swiper__item-caption {
    font-size: 2rem;
  }
}

.popup-swiper__item-prev,
.popup-swiper__item-next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0 0 0 1.2rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #B19374;
  transition: color 0.25s;
}
.popup-swiper__item-prev:hover,
.popup-swiper__item-next:hover {
  color: #95816A;
}
.popup-swiper__item-prev svg,
.popup-swiper__item-next svg {
  display: block;
  width: 100%;
  height: 100%;
}
.popup-swiper__item-prev circle,
.popup-swiper__item-next circle {
  stroke: none;
}
.popup-swiper__item-prev.swiper-button-disabled,
.popup-swiper__item-next.swiper-button-disabled {
  color: #D2C7BA;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .popup-swiper__item-prev,
  .popup-swiper__item-next {
    width: 4rem;
    height: 4rem;
  }
  .popup-swiper__item-prev circle,
  .popup-swiper__item-next circle {
    stroke: #F0E5D9;
  }
}
@media (min-width: 1600px) {
  .popup-swiper__item-prev,
  .popup-swiper__item-next {
    width: 5rem;
    height: 5rem;
  }
}

.popup {
  background: #E7EFF5;
  height: 100%;
  width: 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popup--complex .popup__body {
  padding: 0;
}
@media (min-width: 768px) {
  .popup {
    width: auto;
    height: auto;
    background: #FAFBFC;
    border-radius: 2rem;
    overflow: hidden;
    width: 38.2rem;
  }
  .popup--complex .popup__close {
    color: #FAFBFC;
  }
  .popup--complex .popup__body {
    padding: 0;
  }
  .popup--460 {
    width: 46rem;
  }
  .popup--582 {
    width: 58.2rem;
  }
  .popup--626 {
    width: 62.6rem;
  }
  .popup--736 {
    width: 73.6rem;
  }
  .popup--945 {
    width: 94.5rem;
  }
  .popup--1020 {
    width: 102rem;
  }
}
@media (min-width: 1600px) {
  .popup {
    width: 57.6rem;
  }
  .popup--complex .popup__body {
    padding: 0;
  }
  .popup--460 {
    width: 46rem;
  }
  .popup--582 {
    width: 58.2rem;
  }
  .popup--626 {
    width: 62.6rem;
  }
  .popup--736 {
    width: 73.6rem;
  }
  .popup--945 {
    width: 94.5rem;
  }
  .popup--1020 {
    width: 102rem;
  }
}

.popup__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.6rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 7.6rem;
}
@media (min-width: 768px) {
  .popup__head {
    display: block;
    padding: 0;
    height: auto;
  }
}

.popup__body {
  border-radius: 2rem 2rem 0 0;
  background: #FAFBFC;
  padding: 3rem 1.6rem 5rem;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-flex: 1;
  flex: 1;
}
.popup__body::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .popup__body {
    border-radius: 0;
    background: transparent;
    overflow: visible;
    padding: 2.4rem 3rem 3rem;
  }
}
@media (min-width: 1600px) {
  .popup__body {
    padding: 3.6rem 4rem 4rem;
  }
}

.popup__logo {
  -ms-flex: 1;
  flex: 1;
}
.popup__logo img, .popup__logo svg {
  display: block;
}
@media (min-width: 768px) {
  .popup__logo {
    display: none;
  }
}

.popup__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  background: #6193BE;
  color: #FAFBFC;
  border-radius: 1rem;
  margin: 0 0 0 2.8rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.popup__close svg {
  display: block;
  width: 3rem;
  height: 3rem;
}
@media (min-width: 768px) {
  .popup__close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background: transparent;
    color: #0D4987;
    opacity: 0.5;
    transition: opacity 0.25s;
    width: auto;
    height: auto;
    padding: 2rem;
  }
  .popup__close svg {
    width: 1.6rem;
    height: 1.6rem;
  }
  .popup__close:hover {
    opacity: 1;
  }
}
@media (min-width: 1600px) {
  .popup__close svg {
    width: 2rem;
    height: 2rem;
  }
}

.popup__title {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
  color: #04183A;
}
@media (min-width: 768px) {
  .popup__title {
    font-size: 2rem;
    margin: 0 0 1rem;
    padding: 0 1.6rem 0 0;
  }
}
@media (min-width: 1600px) {
  .popup__title {
    font-size: 3rem;
    margin: 0 0 1.6rem;
    padding: 0;
  }
}

.popup__text {
  display: block;
  margin: 0 0 3rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #4F5D75;
}
.popup__text:last-child {
  margin: 0;
}
.popup__text a {
  text-decoration: underline;
  color: #04183A;
  transition: color 0.25s;
}
.popup__text a:hover {
  text-decoration: underline;
  color: #0D4987;
}
@media (min-width: 768px) {
  .popup__text {
    margin: 0 0 2.4rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .popup__text {
    font-size: 2rem;
    margin: 0 0 4rem;
  }
}

.popup__form .row {
  margin: 0 -1rem;
}
.popup__form .row > [class^=col] {
  padding: 0 1rem;
}
.popup__form .ui-input,
.popup__form .ui-textarea,
.popup__form .ui-upload {
  margin: 0 0 1.6rem;
}
.popup__form .ui-action {
  padding: 1.6rem 0 0 0;
}
.popup__form .ui-action .row {
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -1rem -1.6rem;
}
.popup__form .ui-action .row > [class^=col] {
  padding: 0 1rem 1.6rem;
}
.popup__form .ui-btn {
  width: 100%;
}
.popup__form .ui-accept {
  color: #616161;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
.popup__form .ui-spacer {
  display: block;
  height: 1.4rem;
}
.popup__form .ui-table .ui-action {
  margin: 0;
  padding: 0;
}
.popup__form .ui-table tfoot {
  white-space: nowrap;
}
.popup__form .ui-table tfoot th, .popup__form .ui-table tfoot td {
  vertical-align: middle;
}
.popup__form .ui-table mark {
  color: #0D4987;
}
@media (min-width: 768px) {
  .popup__form .ui-input,
  .popup__form .ui-textarea,
  .popup__form .ui-upload {
    margin: 0 0 1.4rem;
  }
  .popup__form .ui-action {
    padding: 1rem 0 0 0;
  }
  .popup__form .ui-action .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .popup__form .ui-accept {
    font-size: 1.1rem;
    text-align: left;
    white-space: nowrap;
  }
  .popup__form .ui-btn {
    width: auto;
  }
}
@media (min-width: 1600px) {
  .popup__form .ui-input,
  .popup__form .ui-textarea,
  .popup__form .ui-upload {
    margin: 0 0 2rem;
  }
  .popup__form .ui-action {
    padding: 1.2rem 0 0 0;
  }
  .popup__form .ui-accept {
    font-size: 1.6rem;
  }
}

.popup__action .ui-btn {
  width: 100%;
}
@media (min-width: 768px) {
  .popup__action .ui-btn {
    width: auto;
  }
}

.popup__complex-image {
  background: #0C4986;
  margin: 0;
}
.popup__complex-image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 10.6rem;
  object-fit: cover;
}
@media (min-width: 1600px) {
  .popup__complex-image img {
    min-height: 13rem;
  }
}

.popup__complex-desc {
  padding: 3rem 1.6rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #4F5D75;
}
.popup__complex-desc h1,
.popup__complex-desc h2,
.popup__complex-desc h3 {
  display: block;
  margin: 0 0 2rem;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
  color: #04183A;
}
.popup__complex-desc p {
  margin: 0 0 1.6rem;
}
.popup__complex-desc p:last-child {
  margin: 0;
}
.popup__complex-desc .ui-btn {
  width: 100%;
  margin: 1.4rem 0 0 0;
}
@media (min-width: 768px) {
  .popup__complex-desc {
    text-align: center;
    padding: 3rem;
  }
  .popup__complex-desc .ui-btn {
    width: auto;
  }
}
@media (min-width: 1600px) {
  .popup__complex-desc {
    padding: 4rem;
    font-size: 2rem;
  }
  .popup__complex-desc h1,
  .popup__complex-desc h2,
  .popup__complex-desc h3 {
    margin: 0 0 3rem;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
  }
  .popup__complex-desc p {
    margin: 0 0 1rem;
  }
  .popup__complex-desc p:last-child {
    margin: 0;
  }
  .popup__complex-desc .ui-btn {
    margin: 2rem 0 0 0;
  }
}

.popup__route {
  margin: 0;
  padding: 2.4rem 0 4rem;
  list-style: none;
}
.popup__route > li {
  margin: 0 0 2rem;
}
.popup__route > li:last-child {
  margin: 0;
}

.popup__route-item {
  position: relative;
  padding: 0 0 0 3.6rem;
}
@media (min-width: 1600px) {
  .popup__route-item {
    padding: 0 0 0 4.7rem;
  }
}

.popup__route-item-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  margin: 0;
}
.popup__route-item-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1600px) {
  .popup__route-item-icon {
    width: 3rem;
    height: 3rem;
  }
}

.popup__route-item-title {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.8rem;
  line-height: 1.111;
  font-weight: 700;
  color: #04183A;
}
@media (min-width: 1600px) {
  .popup__route-item-title {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
  }
}

.popup__route-item-text {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  color: #4F5D75;
}
@media (min-width: 1600px) {
  .popup__route-item-text {
    font-size: 2rem;
  }
}

.popup__tabs-control {
  margin: 0 0 4rem;
}
.popup__tabs-control .ui-label {
  margin: 0 0 1.6rem;
}
.popup__tabs-control .ui-select {
  margin: 0;
}

.popup__scheme {
  position: relative;
  margin: 0 -1.6rem;
}
@media (min-width: 768px) {
  .popup__scheme {
    margin: 0;
  }
}

.popup__scheme-image {
  background: #D9D9D9;
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid #C0D4E5;
  aspect-ratio: 1/1;
}
.popup__scheme-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .popup__scheme-image {
    border-radius: 2rem;
    aspect-ratio: 865/467;
  }
}

.popup__scheme-btn {
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  z-index: 100;
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  background: #6193BE;
  color: #FAFBFC;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: color 0.25s, background 0.25s;
}
.popup__scheme-btn svg {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}
.popup__scheme-btn:hover {
  background: #0D4987;
  color: #FAFBFC;
}
@media (min-width: 1600px) {
  .popup__scheme-btn {
    width: 4.8rem;
    height: 4.8rem;
  }
  .popup__scheme-btn svg {
    width: 2rem;
    height: 2rem;
  }
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

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

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

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

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

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

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 120rem;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .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, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

.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-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

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

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

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

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

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

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

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-pagination {
  position: relative;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-pagination.swiper-pagination-lock {
  display: none;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 1rem 0 0;
  border: 1px solid #FAFBFC;
  border-radius: 50%;
  transition: background 0.25s;
  cursor: pointer;
}
.swiper-pagination-bullet:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 1.2rem 0 0;
  }
  .swiper-pagination-bullet:last-child {
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .swiper-pagination-bullet {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 1.2rem 0 0;
  }
  .swiper-pagination-bullet:last-child {
    margin: 0;
  }
}

.swiper-pagination-bullet-active {
  background: #FAFBFC;
}

.swiper-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 3rem;
}
.swiper-control .swiper-caption {
  margin: 0 1.6rem 0 0;
}
.swiper-control:has(.swiper-button-lock) {
  display: none;
}

.swiper-caption {
  display: block;
  margin: 0 0 3rem;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 768px) {
  .swiper-caption br {
    display: none;
  }
}

.swiper-prev,
.swiper-next {
  display: block;
  margin: 0 0 0 1.2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: #B19374;
  transition: color 0.25s;
}
.swiper-prev svg,
.swiper-next svg {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-prev:hover,
.swiper-next:hover {
  color: #95816A;
}
.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
  color: #D2C7BA;
  pointer-events: none;
}
.swiper-prev.swiper-button-lock,
.swiper-next.swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .swiper-prev,
  .swiper-next {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 1600px) {
  .swiper-prev,
  .swiper-next {
    width: 5rem;
    height: 5rem;
  }
}

.swiper-intro {
  border-radius: 2rem;
  height: 100%;
}
.swiper-intro .swiper-slide {
  height: auto;
}
.swiper-intro .swiper-pagination {
  position: absolute;
  left: 2.4rem;
  right: 2.4rem;
  bottom: 2.4rem;
}
@media (min-width: 1200px) {
  .swiper-intro {
    height: 100%;
  }
  .swiper-intro .swiper-pagination {
    left: 4.4rem;
    right: 4.4rem;
    bottom: 3.2rem;
  }
}
@media (min-width: 1600px) {
  .swiper-intro .swiper-pagination {
    left: 6.6rem;
    right: 6.6rem;
    bottom: 3.2rem;
  }
}

.swiper-doctors-featured {
  position: relative;
}
.swiper-doctors-featured .swiper {
  overflow: visible;
  padding-right: 8.8rem;
}
.swiper-doctors-featured .swiper-slide {
  width: 100%;
  height: auto;
}
.swiper-doctors-featured .swiper-prev svg circle,
.swiper-doctors-featured .swiper-next svg circle {
  stroke: none;
}
@media (min-width: 768px) {
  .swiper-doctors-featured .swiper {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .swiper-doctors-featured {
    position: relative;
  }
  .swiper-doctors-featured .swiper {
    overflow: hidden;
    border-radius: 2rem;
  }
  .swiper-doctors-featured .swiper-control {
    display: block;
    margin: 0;
  }
  .swiper-doctors-featured .swiper-caption {
    display: none;
  }
  .swiper-doctors-featured .swiper-slide {
    width: 100%;
  }
  .swiper-doctors-featured .swiper-prev,
  .swiper-doctors-featured .swiper-next {
    position: absolute;
    top: 50%;
    margin: -2rem 0 0 0;
    z-index: 100;
  }
  .swiper-doctors-featured .swiper-prev svg circle,
  .swiper-doctors-featured .swiper-next svg circle {
    stroke: #FAFBFC;
  }
  .swiper-doctors-featured .swiper-prev {
    left: -2rem;
  }
  .swiper-doctors-featured .swiper-next {
    right: -2rem;
  }
}

.swiper-news-hospital .swiper {
  overflow: visible;
  padding-right: 8.8rem;
}
.swiper-news-hospital .swiper-slide {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .swiper-news-hospital .swiper {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .swiper-news-hospital .swiper {
    overflow: hidden;
  }
  .swiper-news-hospital .swiper-control {
    display: none;
  }
  .swiper-news-hospital .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    row-gap: 2rem;
    column-gap: 3.2rem;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "first second third" "first second fourth" "first second fifth";
  }
  .swiper-news-hospital .swiper-slide {
    width: auto;
  }
  .swiper-news-hospital .swiper-slide:nth-of-type(1) {
    grid-area: first;
  }
  .swiper-news-hospital .swiper-slide:nth-of-type(2) {
    grid-area: second;
  }
  .swiper-news-hospital .swiper-slide:nth-of-type(3) {
    grid-area: third;
  }
  .swiper-news-hospital .swiper-slide:nth-of-type(4) {
    grid-area: fourth;
  }
  .swiper-news-hospital .swiper-slide:nth-of-type(5) {
    grid-area: fifth;
  }
  .swiper-news-hospital .swiper-slide:nth-of-type(5) ~ * {
    display: none;
  }
  .swiper-news-hospital .swiper-slide:nth-of-type(1) .news-hospital__item, .swiper-news-hospital .swiper-slide:nth-of-type(2) .news-hospital__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .swiper-news-hospital .swiper-slide:nth-of-type(1) .news-hospital__item-image, .swiper-news-hospital .swiper-slide:nth-of-type(2) .news-hospital__item-image {
    -ms-flex-order: 1;
    order: 1;
    aspect-ratio: 370/222;
    width: 100%;
  }
  .swiper-news-hospital .swiper-slide:nth-of-type(1) .news-hospital__item-desc, .swiper-news-hospital .swiper-slide:nth-of-type(2) .news-hospital__item-desc {
    -ms-flex-order: 2;
    order: 2;
  }
  .swiper-news-hospital .swiper-slide:nth-of-type(1) .news-hospital__item-date, .swiper-news-hospital .swiper-slide:nth-of-type(2) .news-hospital__item-date {
    font-size: 1.4rem;
    margin: 0 0 1rem;
  }
  .swiper-news-hospital .swiper-slide:nth-of-type(1) .news-hospital__item-title, .swiper-news-hospital .swiper-slide:nth-of-type(2) .news-hospital__item-title {
    font-size: 2rem;
    margin: 0 3.2rem 0 0;
  }
}
@media (min-width: 1600px) {
  .swiper-news-hospital .swiper-wrapper {
    row-gap: 3.2rem;
    column-gap: 3.2rem;
  }
  .swiper-news-hospital .swiper-slide:nth-of-type(1) .news-hospital__item, .swiper-news-hospital .swiper-slide:nth-of-type(2) .news-hospital__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .swiper-news-hospital .swiper-slide:nth-of-type(1) .news-hospital__item-image, .swiper-news-hospital .swiper-slide:nth-of-type(2) .news-hospital__item-image {
    -ms-flex-order: 1;
    order: 1;
    aspect-ratio: 576/346;
    width: 100%;
  }
  .swiper-news-hospital .swiper-slide:nth-of-type(1) .news-hospital__item-desc, .swiper-news-hospital .swiper-slide:nth-of-type(2) .news-hospital__item-desc {
    -ms-flex-order: 2;
    order: 2;
    padding: 3.6rem 4rem 4rem;
  }
  .swiper-news-hospital .swiper-slide:nth-of-type(1) .news-hospital__item-date, .swiper-news-hospital .swiper-slide:nth-of-type(2) .news-hospital__item-date {
    font-size: 1.6rem;
    margin: 0 0 2rem;
  }
  .swiper-news-hospital .swiper-slide:nth-of-type(1) .news-hospital__item-title, .swiper-news-hospital .swiper-slide:nth-of-type(2) .news-hospital__item-title {
    font-size: 3rem;
    margin: 0 3.2rem 0 0;
  }
}

.swiper-news-featured .swiper {
  overflow: visible;
  padding-right: 8.8rem;
}
.swiper-news-featured .swiper-slide {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .swiper-news-featured .swiper {
    padding-right: 0;
    margin: 0 -0.8rem -1.6rem;
    overflow: hidden;
    border-radius: 2rem;
  }
  .swiper-news-featured .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .swiper-news-featured .swiper-slide {
    padding: 0 0.8rem 1.6rem;
    width: 33.333%;
  }
}
@media (min-width: 992px) {
  .swiper-news-featured .swiper {
    margin: 0 -1.6rem -3.2rem;
  }
  .swiper-news-featured .swiper-slide {
    padding: 0 1.6rem 3.2rem;
  }
}

.swiper-gallery-primary {
  position: relative;
}
.swiper-gallery-primary .swiper-prev,
.swiper-gallery-primary .swiper-next {
  position: absolute;
  top: 33.333%;
  z-index: 100;
  margin: -1.5rem 0 0 0;
  width: 3rem;
  height: 3rem;
}
.swiper-gallery-primary .swiper-prev svg,
.swiper-gallery-primary .swiper-next svg {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-gallery-primary .swiper-prev {
  left: -1.5rem;
}
.swiper-gallery-primary .swiper-next {
  right: -1.5rem;
}
.swiper-gallery-primary .swiper {
  border-radius: 2rem;
}
@media (min-width: 768px) {
  .swiper-gallery-primary .swiper-prev,
  .swiper-gallery-primary .swiper-next {
    top: 50%;
  }
  .swiper-gallery-primary .swiper-next {
    right: 50%;
  }
}
@media (min-width: 1200px) {
  .swiper-gallery-primary .swiper-prev,
  .swiper-gallery-primary .swiper-next {
    width: 4rem;
    height: 4rem;
  }
  .swiper-gallery-primary .swiper-prev {
    left: -2rem;
  }
  .swiper-gallery-primary .swiper-next {
    margin-right: -0.8rem;
  }
}
@media (min-width: 1600px) {
  .swiper-gallery-primary .swiper-prev,
  .swiper-gallery-primary .swiper-next {
    width: 5rem;
    height: 5rem;
  }
  .swiper-gallery-primary .swiper-prev {
    left: -2.5rem;
  }
}

.swiper-gallery {
  position: relative;
}
.swiper-gallery .swiper-prev,
.swiper-gallery .swiper-next {
  position: absolute;
  top: 50%;
  z-index: 100;
  margin: -1.5rem 0 0 0;
  width: 3rem;
  height: 3rem;
}
.swiper-gallery .swiper-prev svg,
.swiper-gallery .swiper-next svg {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-gallery .swiper-prev {
  left: -1.5rem;
}
.swiper-gallery .swiper-next {
  right: -1.5rem;
}
.swiper-gallery .swiper {
  border-radius: 2rem;
}
@media (min-width: 1200px) {
  .swiper-gallery .swiper-prev,
  .swiper-gallery .swiper-next {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
  }
  .swiper-gallery .swiper-prev {
    left: -2rem;
  }
  .swiper-gallery .swiper-next {
    right: -2rem;
  }
}
@media (min-width: 1600px) {
  .swiper-gallery .swiper-prev,
  .swiper-gallery .swiper-next {
    width: 5rem;
    height: 5rem;
    margin-top: -2.5rem;
  }
  .swiper-gallery .swiper-prev {
    left: -2.5rem;
  }
  .swiper-gallery .swiper-next {
    right: -2.5rem;
  }
}

.swiper-images {
  position: relative;
}
.swiper-images .swiper {
  border-radius: 2rem;
}
.swiper-images .swiper-prev,
.swiper-images .swiper-next {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 3rem;
  height: 3rem;
  margin: -1.5rem 0 0 0;
}
.swiper-images .swiper-prev {
  left: -1.5rem;
}
.swiper-images .swiper-next {
  right: -1.5rem;
}
@media (min-width: 1200px) {
  .swiper-images .swiper-prev,
  .swiper-images .swiper-next {
    width: 4rem;
    height: 4rem;
    margin: -2rem 0 0;
  }
  .swiper-images .swiper-prev {
    left: -2rem;
  }
  .swiper-images .swiper-next {
    right: -2rem;
  }
}
@media (min-width: 1600px) {
  .swiper-images .swiper-prev,
  .swiper-images .swiper-next {
    width: 5rem;
    height: 5rem;
    margin: -2.5rem 0 0 0;
  }
  .swiper-images .swiper-prev {
    left: -2.5rem;
  }
  .swiper-images .swiper-next {
    right: -2.5rem;
  }
}

.swiper-reviews-featured {
  position: relative;
}
.swiper-reviews-featured .swiper {
  border-radius: 2rem;
}
.swiper-reviews-featured .swiper-slide {
  width: 100%;
  height: auto;
}
.swiper-reviews-featured .swiper-prev svg circle,
.swiper-reviews-featured .swiper-next svg circle {
  stroke: none;
}
@media (min-width: 1200px) {
  .swiper-reviews-featured .swiper-control {
    display: block;
    margin: 0;
  }
  .swiper-reviews-featured .swiper-caption {
    display: none;
  }
  .swiper-reviews-featured .swiper-slide {
    width: 100%;
  }
  .swiper-reviews-featured .swiper-prev,
  .swiper-reviews-featured .swiper-next {
    position: absolute;
    top: 50%;
    margin: -2rem 0 0 0;
    z-index: 100;
  }
  .swiper-reviews-featured .swiper-prev svg circle,
  .swiper-reviews-featured .swiper-next svg circle {
    stroke: #FAFBFC;
  }
  .swiper-reviews-featured .swiper-prev {
    left: -2rem;
  }
  .swiper-reviews-featured .swiper-next {
    right: -2rem;
  }
}

.swiper-fancybox {
  overflow: visible;
}
.swiper-fancybox .swiper-slide {
  transition: opacity 0.4s;
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-fancybox .swiper-slide-active {
  opacity: 1;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -999.9rem;
  margin: 0;
  position: absolute !important;
  top: -999.9rem;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 1.3rem;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 4.4rem;
  left: 0;
  line-height: 4.4rem;
  min-width: 4.4rem;
  mix-blend-mode: difference;
  padding: 0 1rem;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4.4rem;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 4.4rem 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4.4rem;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 40rem;
  padding: 4rem;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 4.4rem;
  margin: 0;
  padding: 1rem;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 4.4rem;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 0.2rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 0.8rem;
  position: absolute;
  right: -1.2rem;
  top: -4.4rem;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 10rem;
  opacity: 0;
  position: absolute;
  top: calc(50% - 5rem);
  width: 7rem;
}

.fancybox-navigation .fancybox-button div {
  padding: 0.7rem;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 3.1rem 2.6rem 3.1rem 0.6rem;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 3.1rem 0.6rem 3.1rem 2.6rem;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 1.4rem;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 7.5rem 4.4rem 2.5rem 4.4rem;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 7.5rem max(4.4rem, env(safe-area-inset-right)) max(2.5rem, env(safe-area-inset-bottom)) max(4.4rem, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -5rem;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 0.4rem solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 5rem;
  left: 50%;
  margin: -2.5rem 0 0 -2.5rem;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 5rem;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .fancybox-slide--image {
    padding: 0.6rem 0;
  }
  .fancybox-close-small {
    right: -0.6rem;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 3.6rem;
    opacity: 1;
    padding: 0.6rem;
    right: 0;
    top: 0;
    width: 3.6rem;
  }
  .fancybox-caption {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(1.2rem, env(safe-area-inset-left));
      padding-right: max(1.2rem, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 0.3rem;
  max-width: 90%;
  padding: 3rem;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 0.3rem;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 4rem;
  margin: 0 0.5rem 1rem 0.5rem;
  min-width: 13rem;
  padding: 0 1.5rem;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 2.5rem;
  margin-right: 0.7rem;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 2.5rem;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 1.4rem;
  margin: 1rem 0 0 0;
  outline: none;
  padding: 1rem 1.5rem;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 0.2rem 0.2rem 0.4rem 0.2rem;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 21.2rem;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 21.2rem;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 0.7rem;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 1rem;
  box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 1rem;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 7.5rem;
  margin: 0.2rem;
  max-height: calc(100% - 0.8rem);
  max-width: calc(50% - 0.4rem);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 10rem;
}

.fancybox-thumbs__list a::before {
  border: 0.6rem solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 11rem;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 11rem;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 1rem);
  }
}
.fancybox-slide {
  padding: 0;
}
@media (min-width: 768px) {
  .fancybox-slide {
    padding: 1.6rem;
  }
}

.fancybox-slide--image,
.fancybox-slide--video {
  padding: 4.8rem 1.6rem 1.6rem;
}
@media (min-width: 1200px) {
  .fancybox-slide--image,
  .fancybox-slide--video {
    padding: 3.2rem 6.4rem;
  }
}

.fancybox-slide--html .fancybox-close {
  display: none;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  border-radius: 2rem;
}

.fancybox-content {
  padding: 0;
  background: transparent;
  overflow: visible;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .fancybox-content {
    width: auto;
    height: auto;
  }
}

.fancybox-error {
  background: #FAFBFC;
  border-radius: 2rem;
  cursor: default;
  padding: 2.4rem;
  width: auto;
  max-width: none;
  text-align: center;
}

.fancybox-error p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.fancybox-close {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin: 0 1.6rem 1.6rem 0;
  width: 1.6rem;
  height: 1.6rem;
  color: #FAFBFC;
  transition: opacity 0.25s;
}
.fancybox-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.2rem;
  height: 3.2rem;
  margin: -1.6rem 0 0 -1.6rem;
}
.fancybox-close svg {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-close:hover {
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .fancybox-close {
    width: 2rem;
    height: 2rem;
    margin: 0 0 0 2rem;
    position: absolute;
    top: 0;
    left: 100%;
    right: auto;
    bottom: auto;
  }
}
@media (min-width: 1600px) {
  .fancybox-close {
    width: 3rem;
    height: 3rem;
    margin: 0 0 0 3rem;
  }
}

.fancybox-swiper .fancybox-slide {
  overflow: hidden;
}
.fancybox-swiper .fancybox-content {
  width: 100%;
  height: 100%;
}
.fancybox-swiper .swiper-fancybox,
.fancybox-swiper .swiper-wrapper,
.fancybox-swiper .swiper-slide {
  height: 100%;
  width: 100%;
}

[data-scrollbar] {
  position: relative;
}

.scroll-content {
  padding-right: 1.4rem;
}

.scrollbar-x {
  display: none;
}

.scrollbar-y {
  position: relative;
}

.scrollbar-track-y {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 0.4rem;
  background: #C0D4E5;
  border-radius: 1rem;
}

.scrollbar-thumb-y {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4rem;
  background: #6193BE;
  border-radius: 1rem;
  cursor: pointer;
  z-index: 100;
}

.air-datepicker-cell.-year-.-other-decade-,
.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.air-datepicker-cell.-year-.-other-decade-:hover,
.air-datepicker-cell.-day-.-other-month-:hover {
  color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-year-.-other-decade-,
.-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-,
.-in-range-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-year-.-other-decade-:empty,
.air-datepicker-cell.-day-.-other-month-:empty {
  background: none;
  border: none;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (var(--adp-day-cell-width))[7];
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 0.8rem 0 0.3rem;
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
  display: -ms-grid;
  display: grid;
}

.air-datepicker-body--cells.-days- {
  -ms-grid-columns: (var(--adp-day-cell-width))[7];
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title,
.air-datepicker-nav--action {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 3.2rem;
  height: 3.2rem;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 0.2rem;
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 0.8rem;
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
  outline: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 1.2rem;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 0.2rem 0.3rem;
  line-height: 1;
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 1.9rem;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -0.2rem;
  top: -0.3rem;
  right: -0.2rem;
  bottom: -0.2rem;
  z-index: -1;
  opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 0.6rem;
  font-size: 1.1rem;
  margin-bottom: 1px;
}

.air-datepicker-time--row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1rem;
  height: 1.7rem;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
  margin-bottom: 0.4rem;
}

.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 0.3rem;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 0.3rem;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 0.3rem;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 1.4rem;
  --adp-width: 24.6rem;
  --adp-z-index: 100;
  --adp-padding: 0.4rem;
  --adp-grid-areas: "nav""body""timepicker""buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 0.8rem;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(13,73,135, 0.1);
  --adp-background-color-in-range-focused: rgba(13,73,135, 0.1);
  --adp-background-color-selected-other-month-focused: #0D4987;
  --adp-background-color-selected-other-month: #0D4987;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 0.4rem;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 3.2rem;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 3.2rem;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 4.4rem;
  --adp-month-cell-height: 4.2rem;
  --adp-year-cell-height: 5.6rem;
  --adp-pointer-size: 1rem;
  --adp-poiner-border-radius: 0.2rem;
  --adp-pointer-offset: 1.4rem;
  --adp-cell-border-radius: 1rem;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 3.2rem;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 1.2rem;
  --adp-time-padding-inner: 1rem;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 1.6rem;
  --adp-mobile-nav-height: 4rem;
  --adp-mobile-width: 32rem;
  --adp-mobile-day-cell-height: 3.8rem;
  --adp-mobile-month-cell-height: 4.8rem;
  --adp-mobile-year-cell-height: 6.4rem;
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99 ;
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: (max-content)[4];
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
  transition: none;
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
  transition: none;
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}

.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after,
.-top-center- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^=top] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer,
[data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-bottom- .air-datepicker--pointer:after,
[data-popper-placement^=right] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after,
.-bottom-center- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^=bottom] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-bottom- .air-datepicker--pointer,
[data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-bottom- .air-datepicker--pointer:after,
[data-popper-placement^=left] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

.air-datepicker--buttons,
.air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

.air-datepicker {
  background: #E7EFF5;
  box-shadow: 0px 0.2rem 0.4rem 0px rgba(13, 73, 135, 0.1);
  border: none;
  border-radius: 1rem;
  box-sizing: border-box;
  width: 37.2rem;
  font: 500 2rem/1.4 var(--font-primary);
  color: #4F5D75;
}
.air-datepicker * {
  box-sizing: border-box;
}
@media (max-width: 1599px) {
  .air-datepicker {
    font-size: 1.8rem;
    width: 32.8rem;
  }
}

.air-datepicker-nav {
  padding: 0 1rem;
  border: none;
  min-height: 6.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1599px) {
  .air-datepicker-nav {
    min-height: 5.2rem;
  }
}

.air-datepicker-nav--action {
  width: 4.4rem;
  height: 4.4rem;
  opacity: 0.7;
  background: transparent;
  color: #6193BE;
  border-radius: 1rem;
  transition: opacity 0.25s, background 0.25s;
}
.air-datepicker-nav--action svg {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
}
.air-datepicker-nav--action svg path {
  stroke: #6193BE;
}
.air-datepicker-nav--action:hover {
  background: transparent;
  opacity: 1;
}
@media (max-width: 1599px) {
  .air-datepicker-nav--action {
    width: 4rem;
    height: 4rem;
  }
}

.air-datepicker-nav--title {
  padding: 0 0.8rem;
  font: 700 2rem/1.2 var(--font-primary);
  color: #0D4987;
  pointer-events: none;
}
.air-datepicker-nav--title:hover {
  background: none;
}
@media (max-width: 1599px) {
  .air-datepicker-nav--title {
    font-size: 1.8rem;
  }
}

.air-datepicker--content {
  padding: 0 2rem 2rem;
}
@media (max-width: 1599px) {
  .air-datepicker--content {
    padding: 0 1.4rem 1.4rem;
  }
}

.air-datepicker-body--day-names {
  margin: 0;
  min-height: 4.4rem;
}
@media (max-width: 1599px) {
  .air-datepicker-body--day-names {
    min-height: 4rem;
  }
}

.air-datepicker-body--day-name {
  text-transform: none;
  color: #4F5D75;
  font-size: inherit;
}

.air-datepicker-body--cells.-days- {
  gap: 0;
  margin: 0;
  grid-auto-rows: 4.8rem;
}
@media (max-width: 1599px) {
  .air-datepicker-body--cells.-days- {
    grid-auto-rows: 4.4rem;
  }
}

.air-datepicker-cell {
  border-radius: 1rem;
  width: 100%;
  height: 4.4rem;
  margin: 0 auto;
}
.air-datepicker-cell:hover {
  background: #C0D4E5;
}
.air-datepicker-cell.-range-from-, .air-datepicker-cell.-range-to- {
  border: none;
  background: #0D4987;
  color: #fff;
}
.air-datepicker-cell.-in-range- {
  background: rgba(13, 73, 135, 0.1);
}
.air-datepicker-cell.-in-range-.-focus- {
  background: rgba(13, 73, 135, 0.1);
}
.air-datepicker-cell.-year-.-other-decade-, .air-datepicker-cell.-day-.-other-month- {
  color: rgba(79, 93, 117, 0.5);
}
.air-datepicker-cell.-year-.-other-decade-:hover, .air-datepicker-cell.-day-.-other-month-:hover {
  color: #fff;
}
.air-datepicker-cell.-current- {
  color: #0D4987;
}
.air-datepicker-cell.-current-.-in-range- {
  color: #0D4987;
}
.air-datepicker-cell.-selected-, .air-datepicker-cell.-selected-.-focus- {
  background: #0D4987;
  color: #fff;
}
.air-datepicker-cell.-disabled- {
  pointer-events: none;
}
@media (max-width: 1599px) {
  .air-datepicker-cell {
    height: 4rem;
  }
}

.air-datepicker--pointer {
  display: none;
}

.air-datepicker-global-container {
  z-index: 99993;
}

[aria-expanded=true] + .ui-readmore:after {
  opacity: 0;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 54rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 72rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 96rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 114rem;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 159.9rem;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.6rem;
  margin-left: -1.6rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-hd,
.col-hd-auto, .col-hd-12, .col-hd-11, .col-hd-10, .col-hd-9, .col-hd-8, .col-hd-7, .col-hd-6, .col-hd-5, .col-hd-4, .col-hd-3, .col-hd-2, .col-hd-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.3333333333%;
  }
  .push-sm-2 {
    left: 16.6666666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.3333333333%;
  }
  .push-sm-5 {
    left: 41.6666666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.3333333333%;
  }
  .push-sm-8 {
    left: 66.6666666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.3333333333%;
  }
  .push-sm-11 {
    left: 91.6666666667%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  .pull-sm-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-hd {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-hd-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-hd-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-hd-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-hd-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-hd-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-hd-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-hd-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-hd-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-hd-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-hd-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-hd-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-hd-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-hd-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-hd-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-hd-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-hd-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-hd-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-hd-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-hd-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-hd-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-hd-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-hd-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-hd-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-hd-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-hd-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-hd-0 {
    margin-left: 0%;
  }
  .offset-hd-1 {
    margin-left: 8.3333333333%;
  }
  .offset-hd-2 {
    margin-left: 16.6666666667%;
  }
  .offset-hd-3 {
    margin-left: 25%;
  }
  .offset-hd-4 {
    margin-left: 33.3333333333%;
  }
  .offset-hd-5 {
    margin-left: 41.6666666667%;
  }
  .offset-hd-6 {
    margin-left: 50%;
  }
  .offset-hd-7 {
    margin-left: 58.3333333333%;
  }
  .offset-hd-8 {
    margin-left: 66.6666666667%;
  }
  .offset-hd-9 {
    margin-left: 75%;
  }
  .offset-hd-10 {
    margin-left: 83.3333333333%;
  }
  .offset-hd-11 {
    margin-left: 91.6666666667%;
  }
  .push-hd-0 {
    left: auto;
  }
  .push-hd-1 {
    left: 8.3333333333%;
  }
  .push-hd-2 {
    left: 16.6666666667%;
  }
  .push-hd-3 {
    left: 25%;
  }
  .push-hd-4 {
    left: 33.3333333333%;
  }
  .push-hd-5 {
    left: 41.6666666667%;
  }
  .push-hd-6 {
    left: 50%;
  }
  .push-hd-7 {
    left: 58.3333333333%;
  }
  .push-hd-8 {
    left: 66.6666666667%;
  }
  .push-hd-9 {
    left: 75%;
  }
  .push-hd-10 {
    left: 83.3333333333%;
  }
  .push-hd-11 {
    left: 91.6666666667%;
  }
  .pull-hd-0 {
    right: auto;
  }
  .pull-hd-1 {
    right: 8.3333333333%;
  }
  .pull-hd-2 {
    right: 16.6666666667%;
  }
  .pull-hd-3 {
    right: 25%;
  }
  .pull-hd-4 {
    right: 33.3333333333%;
  }
  .pull-hd-5 {
    right: 41.6666666667%;
  }
  .pull-hd-6 {
    right: 50%;
  }
  .pull-hd-7 {
    right: 58.3333333333%;
  }
  .pull-hd-8 {
    right: 66.6666666667%;
  }
  .pull-hd-9 {
    right: 75%;
  }
  .pull-hd-10 {
    right: 83.3333333333%;
  }
  .pull-hd-11 {
    right: 91.6666666667%;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-hd-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-hd-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-hd-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-hd-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-hd-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-hd-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-hd-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-hd-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-hd-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-hd-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-hd-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-hd-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-hd-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-hd-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-hd-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-hd-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-hd-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-hd-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-hd-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-hd-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-hd-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-hd-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-hd-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-hd-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-hd-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-hd-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-hd-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-hd-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-hd-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
* {
  outline: none;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px) and (max-width: 1599px) {
  html {
    font-size: 0.78125vw;
  }
}
@media (min-width: 1600px) and (max-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}

body {
  background: var(--body-bg);
  color: var(--body-color);
  overflow-x: hidden;
  overflow-y: auto;
  font: 400 1.6rem/1.6 var(--font-primary);
}

html:not(.is-loaded) * {
  transition: none !important;
}
html:not(.is-loaded) *:before, html:not(.is-loaded) *:after {
  transition: none !important;
}

.app {
  position: relative;
  min-height: 100%;
  min-width: 32rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .app {
    overflow: visible;
  }
}
@media (min-width: 1600px) {
  .app {
    padding: 0 3.2rem;
    max-width: 192rem;
    margin: 0 auto;
  }
}

.container-fluid {
  margin: 0 auto;
  padding: 0 1.6rem;
}
@media (min-width: 992px) {
  .container-fluid {
    padding: 0 3.2rem;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 5.5rem;
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    padding: 0 3.2rem;
    max-width: 185.6rem;
  }
}

@media (max-width: 1199px) {
  .header {
    position: relative;
    z-index: 1000;
  }
  .is-header-sticky .header__sticky {
    opacity: 1;
    visibility: visible;
  }
  .is-nav-open body {
    overflow: hidden;
  }
  .is-nav-open .header__nav-offcanvas {
    opacity: 1;
    visibility: visible;
  }
  .is-reception-open body {
    overflow: hidden;
  }
  .is-reception-open .header__bottom {
    z-index: 9999;
  }
  .is-reception-open .header__reception-offcanvas {
    opacity: 1;
    visibility: visible;
  }
  .is-call-open body {
    overflow: hidden;
  }
  .is-call-open .header__bottom {
    z-index: 9999;
  }
  .is-call-open .header__call-offcanvas {
    opacity: 1;
    visibility: visible;
  }
  .header__mobile {
    display: block;
  }
  .header__desktop {
    display: none;
  }
  .header__top {
    background: #6193BE;
    padding: 0.7rem 0;
  }
  .header__top .container-fluid {
    display: -ms-flexbox;
    display: flex;
  }
  .header__middle {
    padding: 2rem 0;
    border-radius: 0px 0px 2rem 2rem;
    background: #E7EFF5;
  }
  .header__bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 2rem 2rem 0 0;
    background: #6193BE;
    padding: 1.6rem 0;
  }
  .header__bottom .container-fluid {
    display: -ms-flexbox;
    display: flex;
  }
  .header__sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.6rem 0;
    border-radius: 0px 0px 2rem 2rem;
    background: #E7EFF5;
    height: 7.6rem;
    box-shadow: 0px 1px 0.8rem 0px rgba(13, 73, 135, 0.05);
    transition: opacity 0.4s, visibility 0.4s;
    opacity: 0;
    visibility: hidden;
  }
  .header__sticky .container-fluid {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .header__sticky .header__toggle {
    width: 4.4rem;
    height: 4.4rem;
    margin: 0 0 0 2.8rem;
  }
  .header__sticky .header__toggle svg {
    width: 3rem;
    height: 3rem;
  }
  .header__additional {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 1.3rem 0 0;
  }
  .header__additional-visually {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    background: #FAFBFC;
    color: #6193BE;
  }
  .header__additional-visually svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header__search {
    -ms-flex: 1;
    flex: 1;
    position: relative;
  }
  .header__search-input {
    display: block;
    width: 100%;
    height: 4rem;
    border: none;
    background: rgba(250, 251, 252, 0.15);
    border-radius: 1rem;
    padding: 0.4rem 2rem 0.4rem 3.8rem;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 400;
    color: #FAFBFC;
    -webkit-appearance: none;
    appearance: none;
  }
  .header__search-input:-ms-input-placeholder {
    color: #FAFBFC;
  }
  .header__search-input::placeholder {
    color: #FAFBFC;
  }
  .header__search-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.8rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FAFBFC;
  }
  .header__search-btn svg {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
  }
  .header__toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background: #6193BE;
    color: #FAFBFC;
    border-radius: 1rem;
    margin: 0 -0.4rem 0 1.1rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header__toggle svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header__nav-offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: opacity 0.25s, visibility 0.25s;
    opacity: 0;
    visibility: hidden;
  }
  .header__nav-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.6rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 7.6rem;
  }
  .header__nav-body {
    border-radius: 2rem 2rem 0 0;
    background: #E7EFF5;
    padding: 1.6rem 1.6rem 5rem;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-flex: 1;
    flex: 1;
  }
  .header__nav-body::-webkit-scrollbar {
    display: none;
  }
  .header__nav-logo {
    -ms-flex: 1;
    flex: 1;
  }
  .header__nav-logo img, .header__nav-logo svg {
    display: block;
  }
  .header__nav-close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.4rem;
    height: 4.4rem;
    background: #6193BE;
    color: #FAFBFC;
    border-radius: 1rem;
    margin: 0 0 0 2.8rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header__nav-close svg {
    display: block;
    width: 3rem;
    height: 3rem;
  }
  .header__nav-menu {
    margin: 0 0 3rem;
    padding: 0;
    list-style: none;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
  }
  .header__nav-menu > li {
    margin: 0 0 0.2rem;
  }
  .header__nav-menu > li:last-child {
    margin: 0;
  }
  .header__nav-menu > li.is-open .header__nav-menu-link {
    background: #C0D4E5;
    color: #0D4987;
  }
  .header__nav-menu > li.is-open .header__nav-menu-link svg {
    transform: rotate(180deg);
  }
  .header__nav-menu-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.4rem 4.2rem 1.4rem 1.6rem;
    border-radius: 1rem;
    background: #FAFBFC;
    text-decoration: none;
    color: #0D4987;
    position: relative;
    min-height: 5.5rem;
    transition: color 0.25s, background 0.25s;
    -ms-flex: 1;
    flex: 1;
  }
  .header__nav-menu-link:hover {
    text-decoration: none;
    color: #0D4987;
  }
  .header__nav-menu-link svg {
    display: block;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    width: 1.8rem;
    height: 1.8rem;
    margin: -0.9rem 0 0 0;
    transition: transform 0.25s;
  }
  .header__nav-dropdown {
    position: relative;
    top: 1.6rem;
    margin: 0 0 3.2rem;
    display: none;
    border-radius: 1rem;
    overflow: hidden;
    background: #FAFBFC;
  }
  .header__nav-dropdown-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 500;
    border-bottom: 0.2rem solid #E7EFF5;
  }
  .header__nav-dropdown-menu:last-child {
    border: none;
  }
  .header__nav-dropdown-menu > li {
    border-bottom: 0.2rem solid #E7EFF5;
  }
  .header__nav-dropdown-menu > li:last-child {
    border: none;
  }
  .header__nav-dropdown-menu--decimal {
    counter-reset: point;
  }
  .header__nav-dropdown-menu--decimal .header__nav-dropdown-link:before {
    content: "";
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 1.2rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #E7EFF5;
    color: #04183A;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 500;
    content: counter(point);
    counter-increment: point 1;
  }
  .header__nav-dropdown-menu--circle .header__nav-dropdown-link:before {
    content: "";
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 1.2rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #6193BE;
    border: 0.9rem solid #E7EFF5;
  }
  .header__nav-dropdown-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #4F5D75;
    padding: 1.4rem 1.6rem;
  }
  .header__nav-dropdown-link:hover {
    text-decoration: none;
    color: #4F5D75;
  }
  .header__nav-additional {
    margin: 0 0 3rem;
    padding: 0;
    list-style: none;
    border-radius: 1rem;
    background: linear-gradient(0deg, rgba(192, 212, 229, 0.7) 0%, rgba(192, 212, 229, 0.7) 100%);
    overflow: hidden;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 500;
  }
  .header__nav-additional > li {
    border-bottom: 0.2rem solid #E7EFF5;
  }
  .header__nav-additional > li:last-child {
    border: none;
  }
  .header__nav-additional-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 5rem;
    padding: 1.4rem 1.6rem;
    text-decoration: none;
    color: #04183A;
  }
  .header__nav-additional-link:hover {
    text-decoration: none;
    color: #04183A;
  }
  .header__nav-location {
    margin: 0;
    color: #0D4987;
  }
  .header__nav-location dt {
    display: block;
    margin: 0 0 2rem;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
  }
  .header__nav-location dd {
    display: block;
    margin: 0 0 2rem;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 500;
  }
  .header__nav-location dd:last-child {
    margin: 0;
  }
  .header__nav-location address {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    margin: 0 0 1.6rem;
  }
  .header__nav-location address:last-child {
    margin: 0;
  }
  .header__nav-location svg {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0.8rem 0 0;
  }
  .header__logo {
    display: block;
    -ms-flex: 1;
    flex: 1;
    margin: 0 auto 0 0;
    max-width: 32.8rem;
  }
  .header__logo img, .header__logo svg {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .header__reception {
    -ms-flex: 1;
    flex: 1;
    margin: 0 1.6rem 0 0;
  }
  .header__reception-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 4.4rem;
    border-radius: 1rem;
    background: #E7EFF5;
    color: #0D4987;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
  }
  .header__reception-offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 600;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: opacity 0.25s, visibility 0.25s;
    opacity: 0;
    visibility: hidden;
  }
  .header__reception-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.6rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 7.6rem;
  }
  .header__reception-body {
    border-radius: 2rem 2rem 0 0;
    background: #E7EFF5;
    padding: 1.6rem 1.6rem 5rem;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-flex: 1;
    flex: 1;
  }
  .header__reception-body::-webkit-scrollbar {
    display: none;
  }
  .header__reception-logo {
    -ms-flex: 1;
    flex: 1;
  }
  .header__reception-logo img, .header__reception-logo svg {
    display: block;
  }
  .header__reception-close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.4rem;
    height: 4.4rem;
    background: #6193BE;
    color: #FAFBFC;
    border-radius: 1rem;
    margin: 0 0 0 2.8rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header__reception-close svg {
    display: block;
    width: 3rem;
    height: 3rem;
  }
  .header__reception-title {
    display: block;
    margin: 0 0 3rem;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    color: #0D4987;
  }
  .header__reception-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header__reception-menu > li {
    margin: 0 0 1.6rem;
  }
  .header__reception-menu > li:last-child {
    margin: 0;
  }
  .header__reception-menu .ui-btn {
    width: 100%;
    min-height: 5rem;
    font-size: 1.6rem;
  }
  .header__call {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header__call-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 1rem;
    background: #FAFBFC;
    color: #95816A;
  }
  .header__call-toggle svg {
    display: block;
    width: 2.6rem;
    height: 2.6rem;
  }
  .header__call-offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 600;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: opacity 0.25s, visibility 0.25s;
    opacity: 0;
    visibility: hidden;
  }
  .header__call-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.6rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 7.6rem;
  }
  .header__call-body {
    border-radius: 2rem 2rem 0 0;
    background: #E7EFF5;
    padding: 1.6rem 1.6rem 5rem;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-flex: 1;
    flex: 1;
  }
  .header__call-body::-webkit-scrollbar {
    display: none;
  }
  .header__call-logo {
    -ms-flex: 1;
    flex: 1;
  }
  .header__call-logo img, .header__call-logo svg {
    display: block;
  }
  .header__call-close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.4rem;
    height: 4.4rem;
    background: #6193BE;
    color: #FAFBFC;
    border-radius: 1rem;
    margin: 0 0 0 2.8rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header__call-close svg {
    display: block;
    width: 3rem;
    height: 3rem;
  }
  .header__call-title {
    display: block;
    margin: 0 0 2.4rem;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    color: #0D4987;
  }
  .header__call-menu {
    margin: 0 0 3rem;
    padding: 0;
    list-style: none;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .header__call-menu > li {
    margin: 0 0 1.6rem;
  }
  .header__call-menu > li:last-child {
    margin: 0;
  }
  .header__call-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #0D4987;
  }
  .header__call-link:hover {
    text-decoration: none;
    color: #0D4987;
  }
  .header__call-link-icon {
    width: 2rem;
    height: 2rem;
    margin: 0 1.4rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header__call-link-icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header__call-link-title {
    display: block;
    margin: 0 1rem 0 0;
  }
  .header__call-link-text {
    display: block;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
    color: #4F5D75;
  }
  .header__call-action .ui-btn {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .is-location-open .header__location-toggle svg:last-child {
    transform: rotate(180deg);
  }
  .is-location-open .header__location-offcanvas {
    opacity: 1;
    visibility: visible;
  }
  .is-reception-open .header__reception-offcanvas {
    opacity: 1;
    visibility: visible;
  }
  .header {
    position: relative;
    z-index: 1000;
  }
  .header__mobile {
    display: none;
  }
  .header__desktop {
    display: block;
  }
  .header__top {
    background: #6193BE;
    padding: 0.5rem 0;
  }
  .header__top .container-fluid {
    display: -ms-flexbox;
    display: flex;
  }
  .header__top .row {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__bottom {
    background: #E7EFF5;
    border-radius: 0 0 2rem 2rem;
    padding: 3rem 0 2.5rem;
  }
  .header__location {
    position: relative;
  }
  .header__location-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 500;
    color: #FAFBFC;
  }
  .header__location-toggle svg {
    display: block;
  }
  .header__location-toggle svg:first-child {
    width: 2rem;
    height: 2rem;
    margin: 0 0.8rem 0 0;
    color: #F0E5D9;
  }
  .header__location-toggle svg:last-child {
    width: 1.1rem;
    height: 0.8rem;
    margin: 0 0 0 0.8rem;
    transition: transform 0.25s;
  }
  .header__location-offcanvas {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    border-radius: 2rem;
    background: #FAFBFC;
    box-shadow: 0px 1px 0.8rem 0px rgba(13, 73, 135, 0.05);
    padding: 2rem;
    margin: 1rem 0 0;
    transition: opacity 0.25s, visibility 0.25s;
    opacity: 0;
    visibility: hidden;
  }
  .header__location-offcanvas:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 1rem;
  }
  .header__location-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500;
    color: #4F5D75;
    white-space: nowrap;
  }
  .header__location-menu > li {
    position: relative;
    padding: 0 0 0 1.3rem;
    margin: 0 0 1rem;
  }
  .header__location-menu > li:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #0D4987;
    margin: -0.25rem 0 0 0;
  }
  .header__location-menu > li:last-child {
    margin: 0;
  }
  .header__location-menu svg {
    display: none;
  }
  .header__additional {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 -1.2rem;
  }
  .header__additional-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 500;
  }
  .header__additional-menu > li {
    margin: 0 1.1rem 0 0;
  }
  .header__additional-menu > li:last-child {
    margin: 0;
  }
  .header__additional-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    padding: 0.8rem 1.2rem;
    border-radius: 1rem;
    color: #FAFBFC;
    transition: color 0.25s, background 0.25s;
  }
  .header__additional-link:hover {
    text-decoration: none;
    background: #C0D4E5;
    color: #0D4987;
  }
  .header__additional-visually {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 1rem;
    background: #FAFBFC;
    color: #6193BE;
    position: relative;
  }
  .header__additional-visually svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header__additional-visually:before {
    content: attr(data-tooltip);
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 100;
    margin: 0 1rem 0 0;
    padding: 0.4rem 2.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    height: 100%;
    border-radius: 1rem;
    background: #FAFBFC;
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
    color: #04183A;
    transition: opacity 0.25s, visibility 0.25s;
    opacity: 0;
    visibility: hidden;
  }
  .header__additional-visually:hover:before {
    opacity: 1;
    visibility: visible;
  }
  .header__logo {
    max-width: 33rem;
  }
  .header__logo img, .header__logo svg {
    display: block;
  }
  .header__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1.6rem;
  }
  .header__call {
    -ms-flex: 1;
    flex: 1;
    position: relative;
  }
  .header__call-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
  }
  .header__call-menu > li {
    margin: 0 3.2rem 0 0;
  }
  .header__call-menu > li:nth-of-type(2) {
    margin: 0 3.7rem 0 0;
  }
  .header__call-menu > li:nth-of-type(3) {
    margin: 0 3.8rem 0 0;
  }
  .header__call-menu small {
    display: block;
    margin: 0 0 0.8rem;
    font-size: 1.1rem;
    color: #6193BE;
  }
  .header__call-link {
    text-decoration: none;
    color: #04183A;
  }
  .header__call-link:hover {
    text-decoration: none;
    color: #04183A;
  }
  .header__search {
    -ms-flex: 1;
    flex: 1;
    position: relative;
    margin: 0 1.6rem 0 0;
    max-width: none;
  }
  .header__search-input {
    display: block;
    width: 100%;
    height: 4rem;
    border: 1px solid transparent;
    background: #FAFBFC;
    border-radius: 1rem;
    padding: 0.4rem 2rem 0.4rem 3.8rem;
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 400;
    color: #4F5D75;
    transition: border-color 0.25s;
  }
  .header__search-input:-ms-input-placeholder {
    color: #4F5D75;
  }
  .header__search-input::placeholder {
    color: #4F5D75;
  }
  .header__search-input:focus {
    border-color: #C0D4E5;
  }
  .header__search-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.8rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #95816A;
  }
  .header__search-btn svg {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
  }
  .header__reception {
    position: relative;
  }
  .header__reception-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.8rem 2rem;
    border-radius: 1rem;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
    background: #0D4987;
    color: #FAFBFC;
    text-decoration: none;
    transition: color 0.25s, background 0.25s;
    height: 4rem;
  }
  .header__reception-toggle:hover {
    text-decoration: none;
    background: #082B65;
    color: #FAFBFC;
  }
  .header__reception-offcanvas {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    margin: 1rem 0 0 0;
    padding: 1.4rem;
    border-radius: 2rem;
    background: #FAFBFC;
    box-shadow: 0px 1px 0.8rem 0px rgba(13, 73, 135, 0.05);
    transition: opacity 0.25s, visibility 0.25s;
    opacity: 0;
    visibility: hidden;
  }
  .header__reception-offcanvas:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 1rem;
  }
  .header__reception-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
  }
  .header__reception-menu > li {
    margin: 0 0 1.4rem;
  }
  .header__reception-menu > li:last-child {
    margin: 0;
  }
  .header__nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
  }
  .header__nav-menu > li {
    margin: 0 3.2rem 0 0;
    position: relative;
  }
  .header__nav-menu > li:last-child {
    margin: 0;
  }
  .header__nav-menu > li.is-open .header__nav-menu-link svg {
    transform: rotate(180deg);
  }
  .header__nav-menu > li.is-open .header__nav-dropdown {
    opacity: 1;
    visibility: visible;
  }
  .header__nav-menu-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #04183A;
    transition: color 0.25s;
  }
  .header__nav-menu-link:hover {
    text-decoration: none;
    color: #95816A;
  }
  .header__nav-menu-link svg {
    display: block;
    width: 1.1rem;
    height: 0.8rem;
    margin: 0 0 0 0.6rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    transition: transform 0.25s;
  }
  .header__nav-dropdown {
    position: absolute;
    top: 100%;
    left: -2rem;
    z-index: 100;
    margin: 1rem 0 0 0;
    padding: 2rem;
    border-radius: 2rem;
    background: #FAFBFC;
    box-shadow: 0px 1px 0.8rem 0px rgba(13, 73, 135, 0.05);
    min-width: 17.5rem;
    transition: opacity 0.25s, visibility 0.25s;
    opacity: 0;
    visibility: hidden;
  }
  .header__nav-dropdown:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 1rem;
  }
  .header__nav-dropdown .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .header__nav-dropdown-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
  }
  .header__nav-dropdown-menu > li {
    margin: 0 0 1rem;
  }
  .header__nav-dropdown-menu > li:last-child {
    margin: 0;
  }
  .header__nav-dropdown-menu--decimal {
    counter-reset: point;
  }
  .header__nav-dropdown-menu--decimal .header__nav-dropdown-link:before {
    content: "";
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin: 0 0.8rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #E7EFF5;
    color: #04183A;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500;
    content: counter(point);
    counter-increment: point 1;
  }
  .header__nav-dropdown-menu--decimal .header__nav-dropdown-link:hover:before {
    background: #E7EFF5;
  }
  .header__nav-dropdown-menu--circle .header__nav-dropdown-link:before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0 0.8rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #04183A;
    border: 0.7rem solid #E7EFF5;
  }
  .header__nav-dropdown-menu--circle .header__nav-dropdown-link:hover:before {
    background: #04183A;
  }
  .header__nav-dropdown-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #4F5D75;
    position: relative;
    transition: color 0.25s;
  }
  .header__nav-dropdown-link:before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #0D4987;
    margin: 0 0.8rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    transition: background 0.25s;
  }
  .header__nav-dropdown-link:hover {
    text-decoration: none;
    color: #95816A;
  }
  .header__nav-dropdown-link:hover:before {
    background: #6193BE;
  }
}
@media (min-width: 1600px) {
  .header__top {
    padding: 0.5rem 0;
  }
  .header__bottom {
    padding: 3rem 0;
  }
  .header__location-toggle {
    display: none;
  }
  .header__location-offcanvas {
    opacity: 1;
    visibility: visible;
    position: relative;
    padding: 0;
    margin: 0;
    background: none;
    box-shadow: none;
  }
  .header__location-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 500;
    color: #FAFBFC;
  }
  .header__location-menu > li {
    margin: 0 5rem 0 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__location-menu > li:last-child {
    margin: 0;
  }
  .header__location-menu > li:before {
    display: none;
  }
  .header__location-menu svg {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 0.8rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #F0E5D9;
  }
  .header__additional {
    margin: 0 0 0 -1.6rem;
  }
  .header__additional-menu {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 500;
  }
  .header__additional-menu > li {
    margin: 0 1.8rem 0 0;
  }
  .header__additional-menu > li:last-child {
    margin: 0;
  }
  .header__additional-link {
    padding: 0.4rem 1.6rem;
    min-height: 4rem;
  }
  .header__additional-visually {
    width: 4rem;
    height: 4rem;
  }
  .header__additional-visually:before {
    padding: 0.4rem 2.1rem;
    font-size: 1.6rem;
  }
  .header__logo {
    max-width: 45.2rem;
  }
  .header__group {
    margin: 0 0 2.8rem;
  }
  .header__call {
    position: relative;
    top: 0;
  }
  .header__call-menu {
    font-size: 2.2rem;
  }
  .header__call-menu > li {
    margin: 0 3.2rem 0 0;
    margin: 0 6.2rem 0 0;
  }
  .header__call-menu > li:nth-of-type(2) {
    margin: 0 7.2rem 0 0;
  }
  .header__call-menu > li:nth-of-type(3) {
    margin: 0 6.6rem 0 0;
  }
  .header__call-menu small {
    font-size: 1.4rem;
  }
  .header__search {
    margin: 0 3.2rem 0 0;
    max-width: none;
    -ms-flex: 1;
    flex: 1;
  }
  .header__search-input {
    height: 5.3rem;
    font-size: 1.8rem;
    padding: 0.8rem 2rem 0.8rem 5.2rem;
  }
  .header__search-btn {
    width: 5.4rem;
  }
  .header__search-btn svg {
    width: 2rem;
    height: 2rem;
  }
  .header__reception-toggle {
    height: 5.3rem;
    padding: 0.8rem 3.8rem;
    font-size: 1.8rem;
  }
  .header__reception-offcanvas {
    padding: 2rem;
  }
  .header__reception-menu > li {
    margin: 0 0 2rem;
  }
  .header__reception-menu > li:last-child {
    margin: 0;
  }
  .header__reception-menu .ui-btn {
    min-height: 5.3rem;
    font-size: 1.8rem;
  }
  .header__nav-menu {
    font-size: 1.8rem;
    white-space: nowrap;
  }
  .header__nav-menu > li {
    margin: 0 3.2rem 0 0;
  }
  .header__nav-menu > li:last-child {
    margin: 0;
  }
  .header__nav-menu-link svg {
    width: 1.5rem;
    height: 0.8rem;
    margin: 0 0 0 0.8rem;
  }
  .header__nav-dropdown {
    padding: 2rem 3rem;
  }
  .header__nav-dropdown-menu {
    font-size: 1.8rem;
  }
  .header__nav-dropdown-menu > li {
    margin: 0 0 1.2rem;
  }
  .header__nav-dropdown-menu > li:last-child {
    margin: 0;
  }
  .header__nav-dropdown-menu--decimal .header__nav-dropdown-link:before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.6rem;
  }
  .header__nav-dropdown-menu--circle .header__nav-dropdown-link:before {
    width: 2.5rem;
    height: 2.5rem;
    border-width: 0.9rem;
  }
  .header__nav-dropdown-link:before {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 1rem 0 0;
  }
}
.main {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer__bottom {
  background: #E7EFF5;
  border-radius: 2rem 2rem 0 0;
  padding: 3.2rem 0 10.8rem;
}
@media (min-width: 1200px) {
  .footer__bottom {
    padding: 3.2rem 0;
  }
}
@media (min-width: 1600px) {
  .footer__bottom {
    border-radius: 2rem;
    margin: 0 0 4rem;
  }
}

.footer__group {
  margin: 0 0 5rem;
}
@media (min-width: 1200px) {
  .footer__group {
    margin: 0 0 10.2rem;
  }
}
@media (min-width: 1600px) {
  .footer__group {
    margin: 0 0 10.5rem;
  }
}

.footer__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #6193BE;
}
@media (min-width: 1200px) {
  .footer__title {
    margin: 0 0 3rem;
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .footer__title {
    font-size: 3rem;
    margin: 0 0 4rem;
  }
}

.footer__contacts {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
}
.footer__contacts > li {
  margin: 0 0 1.2rem;
}
.footer__contacts > li:last-child {
  margin: 0;
}
.footer__contacts a {
  text-decoration: none;
  color: #082B65;
  transition: color 0.25s;
}
.footer__contacts a:hover {
  text-decoration: none;
  color: #0D4987;
}
@media (min-width: 1200px) {
  .footer__contacts {
    font-size: 3rem;
  }
  .footer__contacts > li {
    margin: 0 0 2rem;
  }
  .footer__contacts > li:last-child {
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .footer__contacts {
    font-size: 4.4rem;
  }
  .footer__contacts > li {
    margin: 0 0 2.2rem;
  }
  .footer__contacts > li:last-child {
    margin: 0;
  }
}

.footer__reception {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__reception > li {
  margin: 0 0 1.6rem;
}
.footer__reception > li:last-child {
  margin: 0;
}
.footer__reception .ui-btn {
  width: 100%;
}
@media (min-width: 1200px) {
  .footer__reception {
    display: inline-block;
    vertical-align: top;
  }
  .footer__reception > li {
    margin: 0 0 1rem;
  }
  .footer__reception > li:last-child {
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .footer__reception > li {
    margin: 0 0 2rem;
  }
  .footer__reception > li:last-child {
    margin: 0;
  }
  .footer__reception .ui-btn {
    font-size: 1.8rem;
  }
}

.footer__subsc {
  margin: 0 0 3rem;
}
.footer__subsc .ui-input, .footer__subsc .ui-textarea {
  margin: 0 0 1.6rem;
}
.footer__subsc .ui-btn {
  width: 100%;
}
@media (min-width: 1200px) {
  .footer__subsc {
    margin: 0;
    max-width: 29.8rem;
  }
  .footer__subsc .ui-input, .footer__subsc .ui-textarea {
    margin: 0 0 1rem;
  }
  .footer__subsc .ui-btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1600px) {
  .footer__subsc .ui-input, .footer__subsc .ui-textarea {
    margin: 0 0 2rem;
    height: 5.3rem;
  }
  .footer__subsc .ui-btn {
    font-size: 1.8rem;
  }
}

.footer__social {
  margin: 0 -0.8rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}
.footer__social > li {
  padding: 0 0.8rem;
}
@media (min-width: 1200px) {
  .footer__social {
    margin: 0 -0.25rem;
  }
  .footer__social > li {
    padding: 0 0.25rem;
  }
}
@media (min-width: 1600px) {
  .footer__social {
    margin: 0 -1rem;
  }
  .footer__social > li {
    padding: 0 1rem;
  }
}

.footer__social-link {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  background: #F0E5D9;
  color: #B19374;
  transition: color 0.25s, background 0.25s;
}
.footer__social-link svg {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__social-link--vk:hover {
  background: #0073F7;
  color: #F7F7F7;
}
.footer__social-link--tg:hover {
  background: #28A4E3;
  color: #F7F7F7;
}
.footer__social-link--dzen:hover {
  background: #2B2E34;
  color: #F7F7F7;
}



.footer__copyright {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #4F5D75;
}
@media (min-width: 1200px) {
  .footer__copyright {
    margin: 0;
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .footer__copyright {
    font-size: 1.8rem;
  }
}

.footer__policy {
  margin: 0 0 5rem;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.footer__policy > li {
  margin: 0 0 1rem;
}
.footer__policy > li:last-child {
  margin: 0;
}
.footer__policy a {
  color: #0D4987;
  text-decoration: none;
  transition: color 0.25s;
}
.footer__policy a:hover {
  text-decoration: none;
  color: #95816A;
}
@media (min-width: 1200px) {
  .footer__policy {
    margin: 0;
    font-size: 1.4rem;
  }
  .footer__policy > li {
    margin: 0 0 0.4rem;
  }
  .footer__policy > li:last-child {
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .footer__policy {
    font-size: 1.8rem;
  }
  .footer__policy > li {
    margin: 0 0 1rem;
  }
  .footer__policy > li:last-child {
    margin: 0;
  }
}

.footer__dev {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
@media (min-width: 1200px) {
  .footer__dev {
    float: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.footer__dev-text {
  display: block;
  margin: 0 1rem 0 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  color: #4F5D75;
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .footer__dev-text {
    margin: 0 0 0.4rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 1600px) {
  .footer__dev-text {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}

.footer__dev-link {
  display: block;
  width: 9rem;
  height: 1.8rem;
  text-decoration: none;
  opacity: 0.6;
  position: relative;
  top: -0.2rem;
  transition: opacity 0.25s;
}
.footer__dev-link svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.footer__dev-link:hover {
  opacity: 1;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .footer__dev-link {
    width: 7.6rem;
    height: 1.5rem;
    top: 0;
  }
}
@media (min-width: 1600px) {
  .footer__dev-link {
    width: 10rem;
    height: 2rem;
  }
}

.call {
  display: none;
}
@media (min-width: 1200px) {
  .call {
    position: fixed;
    right: 3.2rem;
    bottom: 3.2rem;
    z-index: 500;
    display: block;
    width: 6rem;
    height: 6rem;
    text-decoration: none;
    color: #B19374;
    transition: color 0.25s;
  }
  .call svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .call:hover {
    text-decoration: none;
    color: #95816A;
  }
}
@media (min-width: 1600px) {
  .call {
    width: 8rem;
    height: 8rem;
  }
}

.hidden-content {
  display: none;
}

.text-green {
  color: #7BBA87 !important;
}

.text-yellow {
  color: #F3D54E !important;
}

.text-blue {
  color: #6FA5D6 !important;
}

.text-right {
  text-align: right !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-center {
  text-align: center !important;
}

.text-error {
  color: var(--color-error) !important;
}

.is-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

@supports (-webkit-touch-callout: none) {
  .is-ios {
    /* CSS specific to iOS devices */
  }
}

@supports not (-webkit-touch-callout: none) {
  .is-android {
    /* CSS for other than iOS devices */
  }
}

.row-gutter-120 {
  margin: 0 -6rem;
}
.row-gutter-120 > [class^=col-] {
  padding: 0 6rem;
}

.row-gutter-10 {
  margin: 0 -0.5rem -1rem;
}
.row-gutter-10 > [class^=col] {
  padding: 0 0.5rem 1rem;
}

.row-gutter-24 {
  margin: 0 -1.2rem -2.4rem;
}
.row-gutter-24 > [class^=col] {
  padding: 0 1.2rem 2.4rem;
}

.row-gutter-4 {
  margin: 0 -0.2rem -0.4rem;
}
.row-gutter-4 > [class^=col] {
  padding: 0 0.2rem 0.4rem;
}

.col-20pct {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) {
  .col-md-10pct {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}

.is-hidden {
  display: none !important;
}

@media (max-width: 575px) {
  .is-sm-visible {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is-md-visible {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .is-lg-visible {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .is-xl-visible {
    display: none !important;
  }
}

@media (max-width: 1599px) {
  .is-hd-visible {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .is-md-hidden {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .is-lg-hidden {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .is-xl-hidden {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .is-hd-hidden {
    display: none !important;
  }
}

.footer__new {
  background: #E7EFF5;
  border-radius: 2rem 2rem 0 0;
  padding: 3.2rem 0 10.8rem;
}
.footer__new .logo {
  margin-bottom: 5rem;
}
.footer__line {
  background: #6193BE;
  color: #FAFBFC;
}
.footer__title {
  margin-bottom: 1.5rem;
  color: #04183A;
  font-size: 1.4rem;
  font-weight: 500;
}
.footer__new .footer__policy {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.footer__new .footer__policy li {
  margin-bottom: 1rem;
}
.footer__menu {
  list-style: none;
  margin-bottom: 4rem;
  padding: 0;
}
.footer__menu:last-child{
  margin: 0;
}
.footer__menu.double {
  column-count: 2;
  column-gap: 4rem;
}
.footer__menu li {
  margin-bottom: 1rem;
  padding-left: 1.2rem;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #4F5D75;
}
.footer__menu a {
  text-decoration: none;
  color: #4F5D75;
}
.footer__menu li:before {
  content:'';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  display: block;
  border-radius: 50%;
  background: #0D4987;
}
.footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__links li {
  margin-bottom: 1rem;
  padding: 0;
}
.footer__links a {
  color: #04183A;
  line-height: 1;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
}

.footer__contacts {
  margin-bottom: 2.5rem;
}
.footer__contacts:last-child{
  margin: 0;
}
.footer__new .footer__contacts a,
.footer__new .footer__contacts span {
  color: #4F5D75;
  display:block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
.footer__new .footer__callback {
  color: #04183A;
  line-height: 1;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: -2rem 0 3rem;
}
.footer__new .footer__callback svg {
  padding-right: 0.8rem;
}
.footer__mobile-show {
  display: none;
}
.footer__line br {
  display: none;
}
@media(max-width:1600px) and (min-width:992px) {
  .col-lg-1-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media(min-width: 768px) and (max-width: 991px){
  .footer__new .col-12 {
    -ms-flex-order: 3;
    order: 3;
  }
  .footer__new .footer__order_logo {
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__new .footer__order_contacts {
    -ms-flex-order: 2;
    order: 2;
  }
  .footer__contacts:last-child {
    margin-bottom: 2rem;
  }
}
@media(max-width:1600px){
  .footer__menu.double {
    column-count: 1;
    column-gap: 0rem;
  }
}
@media(max-width: 767px){
  .footer__new .footer__callback {
    margin: 0;
  }
  .footer__new {
    padding-bottom: 3.4rem;
  }
  .footer__links li {
    margin-bottom: 0;
  }
  .footer__title {
    color: #0D4987;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 3.4rem;
  }
  .footer__mobile-menu,
  a.footer__mobile-menu{
    display: block;
    background: white;
    font-size: 2rem;
    font-weight: 700;
    padding: 1.4rem 1.6rem;
    color: #0D4987;
    margin-bottom: 0.2rem;
    border-radius: 1rem;
    margin-top: 0rem;
    cursor: pointer;
    position: relative;
  }
  div.footer__mobile-menu:after {
    content: '';
    position: absolute;
    background: url('../img/dd-icon.svg') center no-repeat;
    width: 1.8rem;
    height: 1.6rem;
    top: 2rem;
    right: 2rem;
    transition: all 0.35m ease;
  }
  div.footer__mobile-menu.is-active:after {
    transform: rotate(180deg);
  }
  .footer__menu {
    margin: 2rem 2rem 4rem !important;
  }
  .footer__contacts {
    display: flex;
  }
  .footer__contacts > * {
    width: 50%;
    font-size: 1.6rem;
    font-weight: 500;
    color: #0D4987;
  }
  .footer__contacts > *:nth-child(2n){
    padding-left: 1.3rem;
  }
  .footer__contacts > *:nth-child(2n-1){
    border-right:1px solid #C0D4E5;
  }
  .footer__contacts {
    margin-bottom: 0;
  }
  .footer__mobile-hide {
    display: none;
  }
  .footer__social.footer__mobile-show {
    display: flex;
  }
  .footer__policy.footer__mobile-show {
    display: block;
  }
  .footer__menu {
    display: none;
  }
  .footer__menu.is-active {
    display: block;
  }
  .footer__policy {
    margin-top: 3rem;
  }
}
