@charset "UTF-8";
/** -------------------------------------------
    Settings
    ------------------------------------------- **/
/** -------------------------------------------
    Base
    ------------------------------------------- **/
/* normalize.css v8.0.0 | 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;
}

/**
 * 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: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Onest";
  src: url("../../assets/fonts/subset-Onest-Light.woff2") format("woff2"), url("../../assets/fonts/subset-Onest-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../../assets/fonts/subset-Onest-Black.woff2") format("woff2"), url("../../assets/fonts/subset-Onest-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../../assets/fonts/subset-Onest-Thin.woff2") format("woff2"), url("../../assets/fonts/subset-Onest-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../../assets/fonts/subset-Onest-Medium.woff2") format("woff2"), url("../../assets/fonts/subset-Onest-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../../assets/fonts/subset-Onest-ExtraLight.woff2") format("woff2"), url("../../assets/fonts/subset-Onest-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../../assets/fonts/subset-Onest-ExtraBold.woff2") format("woff2"), url("../../assets/fonts/subset-Onest-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../../assets/fonts/subset-Onest-Bold.woff2") format("woff2"), url("../../assets/fonts/subset-Onest-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../../assets/fonts/subset-Onest-Regular.woff2") format("woff2"), url("../../assets/fonts/subset-Onest-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../../assets/fonts/subset-Onest-SemiBold.woff2") format("woff2"), url("../../assets/fonts/subset-Onest-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

html {
  box-sizing: border-box;
}

:root {
  --space: calc((100vw - 1270px) / 2);
}
@media (min-width: 1600px) {
  :root {
    --space: calc((100vw - 1600px) / 2);
  }
}

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

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Onest";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
body.js-body-lock {
  overflow: hidden;
}

main {
  padding-top: 125px;
}
@media (max-width: 991px) {
  main {
    padding-top: 80px;
  }
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0;
}

.o-container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 1600px) {
  .o-container {
    max-width: 1600px;
  }
}

.o-container-pull-right {
  margin-left: var(--space);
  margin-right: auto;
}
@media (max-width: 1024px) {
  .o-container-pull-right {
    margin: 0;
    width: 100%;
    padding-left: 15px;
  }
}
@media (max-width: 1200px) {
  .o-container-pull-right {
    margin: 0;
    padding-left: 15px;
  }
}

.o-footer__top {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(10, 77, 104, 0.25);
  padding-top: 70px;
  margin-bottom: 70px;
}
.o-footer__middle {
  display: flex;
  justify-content: space-between;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(10, 77, 104, 0.1);
}
.o-footer__social h3 {
  color: #05bfdb;
  margin: 0;
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 28px;
}
.o-footer__social-links {
  display: flex;
  gap: 30px;
}
.o-footer__call-text {
  text-align: right;
}
.o-footer__call-text p,
.o-footer__call-text a {
  margin: 0;
  color: #05bfdb;
  font-size: 28px;
  font-weight: 300;
  text-decoration: none;
}
.o-footer__call-text p {
  margin-bottom: 10px;
}
.o-footer__links {
  display: flex;
  justify-content: space-between;
  padding: 36px 0;
  border-bottom: 1px solid rgba(10, 77, 104, 0.1);
}
.o-footer__links p {
  font-size: 12px;
  margin: 0;
  color: #0a4d68;
}
.o-footer__legal {
  display: flex;
  gap: 45px;
}
.o-footer__legal a {
  font-size: 12px;
  font-weight: 300;
  color: #0a4d68;
  text-decoration: none;
}
.o-footer__bottom {
  padding: 26px 0;
}
.o-footer__bottom p {
  margin: 0;
  font-size: 12px;
  color: rgba(8, 131, 149, 0.5);
}
@media (max-width: 1440px) {
  .o-footer__top {
    gap: 150px;
    margin-bottom: 45px;
  }
  .o-footer__social{
    text-align: center;
  }
  .o-footer__social h3 {
    margin-bottom: 18px;
    font-size: 24px;
  }
  .o-footer__call-text p,
  .o-footer__call-text a {
    margin-bottom: 0;
    font-size: 24px;
  }
  .o-footer__middle {
    padding-bottom: 24px;
  }
  .o-footer__links {
    padding: 24px 0;
  }
  .o-footer__bottom {
    padding: 24px 0;
  }
}
@media (max-width: 1024px) {
  .o-footer__top {
    gap: 75px;
  }
}
@media (max-width: 991px) {
  .o-footer__top {
    flex-direction: column;
    gap: 35px;
  }
  .o-footer__links p {
    font-size: 10px;
  }
  .o-footer__legal {
    gap: 10px;
  }
  .o-footer__legal a {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .o-footer__social-links{ text-align: center; display: inline-flex; }
  .o-footer__middle {
    flex-direction: column;
    gap: 30px;
  }
  .o-footer__call-text{
    text-align: center;
  }
  .o-footer__call-text p,
  .o-footer__call-text a {
    font-size: 24px;
  }
  .o-footer__call-text p {
    margin-bottom: 12px;
  }
  .o-footer__links {
    flex-direction: column;
    gap: 25px;
  }
  .o-footer__links p {
    font-size: 12px;
  }
  .o-footer__legal {
    flex-direction: column;
  }
  .o-footer__legal a {
    font-size: 12px;
  }
}

.o-header {
  position: fixed;
  width: 100%;
  height: 125px;
  background: #ffffff;
  z-index: 2;
  padding: 10px 0;
  padding-bottom: 0;
  z-index: 999;
}
.o-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 185px;
}
.o-header__right {
  width: 100%;
}
.o-header__mobile-right {
  display: none;
}
.o-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(10, 77, 104, 0.2);
  padding-bottom: 20px;
  padding-top: 10px;
}
.o-header__bottom{ padding-top: 0px;}
.o-header__top-left {
  display: flex;
  align-items: center;
}
.o-header__top-left svg {
  margin-right: 10px;
}
.o-header__top-left a {
  font-size: 14px;
  color: #088395;
  text-decoration: none;
}
.o-header__top-right {
  position: relative;
  display: flex;
}
.o-header__actions {
  display: flex;
  gap: 20px;
  margin-right: 80px;
}
.o-header__actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 32px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 23px;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.o-header__actions a svg {
  margin-right: 12px;
  transition: all 0.3s;
}
.o-header__actions a:hover:first-child {
  background: #ffffff;
  color: #05bfdb;
  border-color: #05bfdb;
}
.o-header__actions a:hover:first-child svg path {
  fill: #05bfdb;
}
.o-header__actions a:hover:last-child {
  background: #05bfdb;
  color: #ffffff;
  border-color: #ffffff;
}
.o-header__actions a:hover:last-child svg path {
  fill: #ffffff;
}
.o-header__actions a:first-child {
  background: #05bfdb;
  color: #ffffff;
}
.o-header__actions a:last-child {
  color: #088395;
  border-color: rgba(8, 131, 149, 0.2);
}
.o-footer__logo img,.o-header__logo img{
  height:90px;
}
.o-header__lang {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(8, 131, 149, 0.2);
  margin-left: 40px;
  padding: 8px 14px;
  border-radius: 30px;
  position: absolute;
  right: 0;
}
.o-header__lang li {
  line-height: 100%;
}
.o-header__lang li a {
  display: flex;
  align-items: center;
  color: #0a4d68;
  font-size: 12px;
  text-decoration: none;
}
.o-header__lang li a svg {
  margin-left: 8px;
}
.o-header__lang li ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
}
@media (max-width: 1200px) {
  .o-header__wrapper {
    gap: 80px;
  }
}
@media (max-width: 991px) {
  .o-header {
    padding: 0;
    height: 80px;
    align-items: center;
  }
  .o-header .o-container {
    height: 100%;
  }
  .o-header__wrapper {
    gap: 0;
    align-items: center;
    height: 100%;
  }
  .o-header__right {
    display: none;
  }
  .o-header__mobile-right {
    display: flex;
    gap: 10px;
  }
  .o-header__mobile-right a {
    display: flex;
  }
}

.o-nav {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 60px;
}
.o-nav__item {
  display: flex;
  align-items: center;
  position: relative;
  height: 55px;
}
.o-nav__item a {
  text-decoration: none;
  color: #0a4d68;
  font-size: 14px;
}
.o-nav__item a svg {
  margin-left: 10px;
  transition: all 0.3s;
}
.o-nav__item.js-open > a svg {
  transform: rotate(-180deg);
}
.o-nav__item ul.min_ul{
  min-width: 280px;
}
.o-nav__item ul {
  position: absolute;
  top: 50px;
  left: 0;
  background: #ffffff;
  min-width: 400px;
  border-radius: 0px 0px 12px 12px;
  display: none;
  flex-direction: column;
  padding: 0;
  padding: 20px 10px;
  margin: 0;
  list-style: none;
  box-shadow: 0px 5px 5px rgba(0,0,0,.1);
}
.o-nav__item ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  color: #0a4d68;
  border-radius: 12px;
  transition: all 0.3s;
}
.o-nav__item ul li a:hover {
  background: rgba(8, 131, 149, 0.05);
}
.o-nav__item ul li a:hover .o-nav__arrow {
  margin-left: 0;
  opacity: 1;
}
.o-nav__arrow {
  opacity: 0;
  margin-left: -10px;
  padding: 10px 20px;
  border: 1px solid rgba(8, 131, 149, 0.25);
  border-radius: 30px;
  transition: all 0.3s;
}
.o-nav__arrow svg {
  margin-left: 0 !important;
}
@media (max-width: 1200px) {
  .o-nav {
    gap: 30px;
  }
  .o-nav li ul {
    max-width: 375px;
  }
  .o-nav li ul li a {
    padding: 10px;
  }
}

.o-nav-icon {
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  position: relative;
  transform: rotate(0);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border: 1px solid rgba(8, 131, 149, 0.2);
  border-radius: 50%;
  display: none;
}
.o-nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 26px;
  background: #088395;
  opacity: 1;
  left: 0;
  transform: translate(-50%, -50%);
  transition: 0.25s ease-in-out;
}
.o-nav-icon span:nth-child(1) {
  top: calc(50% - 4px);
  left: 50%;
}
.o-nav-icon span:nth-child(2) {
  top: calc(50% + 4px);
  left: 50%;
}
.o-nav-icon span:nth-child(3) {
  top: 18px;
}
.o-nav-icon.open span:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}
.o-nav-icon.open span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media (max-width: 991px) {
  .o-nav-icon {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}

.o-mobile-menu {
  position: absolute;
  top: 80px;
  left: -100%;
  width: 100%;
  background: #ffffff;
  padding: 0 10px;
  transition: all 0.3s;
}
.o-mobile-menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid rgba(10, 77, 104, 0.4);
}
.o-mobile-menu__bottom {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(10, 77, 104, 0.4);
}
.o-mobile-menu__bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 32px;
  border-radius: 23px;
  text-decoration: none;
  font-size: 12px;
}
.o-mobile-menu__bottom a svg {
  margin-right: 10px;
}
.o-mobile-menu__bottom a:first-child {
  background: #05bfdb;
  color: #ffffff;
}
.o-mobile-menu__bottom a:last-child {
  border: 1px solid rgba(8, 131, 149, 0.2);
  color: #088395;
}
@media (max-width: 991px) {
  .o-mobile-menu.js-open {
    top: 80px;
    left: 0;
    opacity: 1;
  }
}

.o-nav-mobile {
  list-style: none;
  padding: 0;
  max-height: calc(100vh - 206px);
  overflow: scroll;
}
.o-nav-mobile li a {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  font-size: 18px;
  color: #0a4d68;
  text-decoration: none;
  padding: 25px 15px;
  border-bottom: 1px solid rgba(10, 77, 104, 0.4);
}
.o-nav-mobile li a svg {
  transition: all 0.3s;
}
.o-nav-mobile li a.js-open svg {
  transform: rotate(-180deg);
}
.o-nav-mobile li ul {
  list-style: none;
  padding: 0;
  display: none;
}
.o-nav-mobile li ul li a {
  color: #088395;
}
.home .o-section-title{
  font-size: 28px;
}
.o-section-title {
  font-size: 44px;
  color: #0a4d68;
}
@media (max-width: 1366px) {
  .o-section-title {
    font-size: 34px;
  }
}

.o-section-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a4d68;
  border: 1px solid rgba(8, 131, 149, 0.25);
  border-radius: 30px;
  width: 180px;
  height: 32px;
  text-decoration: none;
  font-size: 14px;
}
@media (max-width: 767px) {
  .o-footer__logo img,.o-header__logo img{
    height: 60px;
  }
  .o-section-link {
    display: none;
  }
}

.o-section-mobile-btn {
  display: none;
  margin-top: 35px;
}
.o-section-mobile-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a4d68;
  border: 1px solid rgba(8, 131, 149, 0.25);
  border-radius: 30px;
  width: 180px;
  height: 32px;
  text-decoration: none;
  font-size: 14px;
}
@media (max-width: 767px) {
  .o-section-mobile-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.o-appointment {
  padding: 0;
  border-radius: 12px;
  height: 140px;
  margin-bottom: 70px;
}
.o-appointment__inner {
  position: relative;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.o-appointment__inner .o-container {
  height: 100%; padding-left: 30px; padding-right: 30px;
}
.o-appointment__inner:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/randevu-bg.jpg);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
.o-appointment__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.o-appointment h3 {
  color: #ffffff;
  margin: 0;
  font-size: 22px;
  font-weight: 300;
}
.o-appointment h3 span {
  display: block;
}
.o-appointment a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 40px;
  text-decoration: none;
  width: 310px;
  height: 80px;
  background: rgba(255, 255, 255, 0.33);
  transition: all 0.3s;
}
.o-appointment a:hover {
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1200px) {
  .o-appointment a {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .o-appointment {
    height: auto;
  }
  .o-appointment__inner {
    padding: 50px 0 60px 0;
  }
  .o-appointment__inner:after {
    background-image: url(../../../assets/images/randevu-bg-mobile.png);
  }
  .o-appointment__wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .o-appointment h3 span {
    display: inline-block;
  }
}

.o-footer-nav {
  display: flex;
  gap: 50px;
}
.o-footer-nav__item h3 {
  font-size: 12px;
  margin: 0;
  margin-bottom: 24px;
  color: #0a4d68;
  font-weight: bold;
  line-height: 100%;
}
.o-footer-nav__item > a {
  display: flex;
  line-height: 100%;
  font-size: 12px;
  margin: 0;
  margin-bottom: 24px;
  color: #0a4d68;
  font-weight: bold;
  text-decoration: none;
}
.o-footer-nav__list {
  padding: 0;
  margin: 0;
}
.o-footer-nav__list a {
  display: flex;
  text-decoration: none;
  color: rgba(10, 77, 104, .9);
  margin-bottom: 24px;
  font-size: 12px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .o-footer-nav {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .o-footer-nav {
    flex-direction: column;
    gap: 15px;
  }
  .o-footer-nav__item h3 {
    margin-bottom: 12px;
  }
  .o-footer-nav__list a {
    margin-bottom: 12px;
  }
}

.o-sticky-form {
  position: fixed;
  right: 70px;
  bottom: 0;
  max-width: 475px;
  background: #088395;
  z-index: 9999;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: 40px;
  display: none;
}
.o-sticky-form__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.o-sticky-form__head h3 {
  color: #ffffff;
  font-size: 28px;
  margin: 0;
  margin-bottom: 12px;
  font-weight: normal;
}
.o-sticky-form__head p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  margin-bottom: 24px;
}
.o-sticky-form__item {
  width: 100%;
  margin-bottom: 10px;
}
.o-sticky-form__item input {
  width: 100%;
  height: 60px;
  outline: none;
  border: none;
  border: 1px solid #ffffff;
  border-radius: 12px;
  font-size: 16px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 30px;
}
.o-sticky-form__item input::placeholder {
  font-size: 16px;
  color: #ffffff;
}
.o-sticky-form__item--md {
  margin-bottom: 26px;
}
.o-sticky-form__item--md input {
  height: 100px;
}
.o-sticky-form__item--cb {
  margin-bottom: 16px;
}
.o-sticky-form__button button {
  width: 220px;
  height: 60px;
  border-radius: 30px;
  background: #ffffff;
  border: none;
  color: #0a4d68;
  font-size: 16px;
  transition: all 0.3s;
  cursor: pointer;
}
.o-sticky-form__button button:hover {
  color: #ffffff;
  background-color: #0a4d68;
}
.o-sticky-form .form-error {
  border-color: red;
}
@media (max-width: 1366px) {
  .o-sticky-form {
    padding: 20px;
    max-width: 400px;
    right: 40px;
  }
  .o-sticky-form__head h3 {
    margin-bottom: 2px;
    font-size: 24px;
  }
  .o-sticky-form__head p {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .o-sticky-form__item input {
    height: 50px;
  }
  .o-sticky-form__item--md input {
    height: 80px;
  }
  .o-sticky-form__button button {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .o-sticky-form {
    padding: 30px 20px;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 80px);
  }
  .o-sticky-form__head h3 {
    font-size: 28px;
    margin-bottom: 22px;
  }
  .o-sticky-form__head p {
    font-size: 16px;
    margin-bottom: 34px;
  }
  .o-sticky-form__item {
    margin-bottom: 20px;
  }
  .o-sticky-form__item--md {
    margin-bottom: 26px;
  }
  .o-sticky-form__item input {
    height: 60px;
  }
}

.o-breadcrumb {
  display: flex;
  margin-bottom: 46px;
}
.o-breadcrumb a {
  text-decoration: none;
  font-size: 12px;
  color: rgba(10, 77, 104, 0.5);
}
.o-breadcrumb a svg {
  margin: 0 15px;
}
.o-breadcrumb a.active {
  color: #0a4d68;
}
.o-breadcrumb a.active svg path {
  stroke: #0a4d68;
}
@media (max-width: 767px) {
  .o-breadcrumb a svg {
    margin: 0 10px;
  }
}

.o-page-text {
  position: relative;
}
.o-page-text:after {
  position: absolute;
  content: "";
  background-image: url(../../../assets/images/pattern.png);
  width: 100%;
  height: 1088px;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  z-index: -1;
}
.o-page-text::before {
  position: absolute;
  content: "";
  background-image: url(../../../assets/images/pattern.png);
  width: 100%;
  height: 1088px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  z-index: -1;
}
.o-page-text--nonsticky:after {
  display: none;
}
.o-page-text--nonsticky::before {
  display: none;
}
.o-page-text__top {
  border-bottom: 1px solid rgba(10, 77, 104, 0.4);
  padding-bottom: 24px;
  margin-bottom: 25px;
}
.o-page-text__top h1 {
  font-size: 40px;
  font-weight: 300;
  color: #0a4d68;
  margin: 0;
}
.o-page-text__content {
  display: flex;
  position: relative;
  gap: 150px;
}
.o-page-text__left {
  position: sticky;
  top: 130px; max-width: 320px;
  margin-top: 50px; padding-bottom: 40px;
}
.o-page-text__left--nonsticky {
  margin-top: 0;
  max-width: 310px;
}
.o-page-text__left .line {
  position: absolute;
  top: 0;
  left: -27px;
  content: "";
  width: 2px;
  height: 0;
  background: rgba(10, 77, 104, 0.15);
  transition: all ease-in-out 0.3s;
}
.o-page-text__left a {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  color: rgba(10, 77, 104, 0.4);
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  transition: all ease-in-out 0.3s;
}
.o-page-text__left a::before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 6px;
  background: #0a4d68;
  border-radius: 50%;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.o-page-text__left a.js-active {
  color: #0a4d68;
  font-weight: 600;
}
.o-page-text__left a.js-active:before {
  opacity: 1;
}
.o-page-text__info {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 110px;
}
.o-page-text__info--mobile {
  display: none;
}
.o-page-text__info label {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8, 131, 149, 0.4);
  padding: 8px 16px;
  font-size: 12px;
  color: #0a4d68;
  border-radius: 23px;
}
.o-page-text__info time {
  color: rgba(10, 77, 104, 0.5);
  font-size: 14px;
}
.o-page-text__right {
  flex: 1;
}
.o-page-text__box {
  margin-bottom: 40px;
}
.o-page-text__box h3 {
  font-size: 44px;
  font-weight: 300;
  color: #0a4d68;
  margin-bottom: 24px;
}
.o-page-text__box h3 span {
  display: block;
}
.o-page-text__box p {
  font-size: 18px;
  font-weight: 300;
  color: #0a4d68;
}
.o-page-text__box img {
  max-width: 100%;
  margin: 30px 0;
  object-fit: contain;
}
.o-page-text__box ul {
  padding-left: 35px;
  margin: 0;
  list-style: none;
}
.o-page-text__box ul li {
  color: #0a4d68;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}
.o-page-text__box ul li::before {
  content: "•";
  color: #0a4d68;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.o-page-text__ref {
  background: rgba(5, 191, 219, 0.05);
  border-radius: 12px;
  margin: 50px 0;
  padding: 35px 50px 50px 50px;
}
.o-page-text__ref h3 {
  font-size: 28px;
  padding: 22px 30px;
  margin: 0;
  color: #0a4d68;
  border-bottom: 1px solid rgba(10, 77, 104, 0.15);
}
.o-page-text__ref ul,.o-page-text__ref ol {
  padding: 0px;
  margin: 0;
  list-style: none;
}
.o-page-text__ref a{ text-decoration: none; color: inherit; }
.o-page-text__ref ul li,.o-page-text__ref ol li {
  color: #0a4d68;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
.o-page-text__ref ul li::before,.o-page-text__ref ol li::before {
  content: "•";
  color: #0a4d68;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media (max-width: 1280px) {
  .o-page-text__content {
    gap: 100px;
  }
  .o-page-text__content--nonsticky {
    gap: 100px !important;
  }
}
@media (max-width: 991px) {
  .o-page-text::before, .o-page-text::after {
    display: none;
  }
  .o-page-text__left {
    display: none;
  }
  .o-page-text__left--nonsticky {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  .o-page-text__info {
    margin-bottom: 50px;
  }
  .o-page-text__content {
    gap: 0 !important;
  }
  .o-page-text__content--nonsticky {
    gap: 30px !important;
  }
  .o-page-text__top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .o-page-text__top h3 {
    font-size: 40px;
  }
  .o-page-text__box h3 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .o-page-text__box p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .o-page-text__box ul {
    padding: 25px 40px;
    padding-right: 0px;
  }
  .o-page-text__ref h3 {
    padding: 22px 20px;
  }
  .o-page-text__ref {
    padding: 25px 40px !important;
  }
  .o-page-text__ref a {
    word-break: break-all;
  }
}
@media (max-width: 767px) {
  .o-page-text__info {
    display: none;
    margin-bottom: 30px;
  }
  .o-page-text__info--mobile {
    display: flex;
  }
  .o-page-text__content--nonsticky {
    flex-direction: column-reverse;
    gap: 0;
  }
}

.o-page-media__top {
  border-bottom: 1px solid rgba(10, 77, 104, 0.4);
  padding-bottom: 24px;
  margin-bottom: 25px;
}
.o-page-media__top h3 {
  font-size: 64px;
  font-weight: 300;
  color: #0a4d68;
  margin: 0;
  margin-bottom: 24px;
}
.o-page-media__filter {
  display: flex;
  justify-content: space-between;
}
.o-page-media__filter-links {
  display: flex;
  gap: 20px;
}
.o-page-media__filter-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 32px;
  color: #0a4d68;
  border-radius: 23px;
  text-decoration: none;
  font-size: 12px;
  border: 1px solid rgba(10, 77, 104, 0.4);
  transition: all 0.3s;
}
.o-page-media__filter-links a.active {
  background: #05bfdb;
  color: #ffffff;
  border-color: transparent;
}
.o-page-media__filter-links a:hover {
  background: #0a4d68;
  color: #ffffff;
  border-color: #0a4d68;
}
.o-page-media__filter-links a:hover.active {
  background: #ffffff;
  color: #05bfdb;
  border-color: #05bfdb;
}
.o-page-media__filter-area {
  display: flex;
  gap: 20px;
}
.o-page-media__filter-select {
  width: 310px;
}
.o-page-media__filter-search {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid rgba(8, 131, 149, 0.2);
  border-radius: 30px;
  padding: 0 20px;
  height: 32px;
  width: 475px;
}
.o-page-media__filter-search svg {
  position: absolute;
  left: 20px;
  margin-right: 10px;
}
.o-page-media__filter-search input {
  border: none;
  height: 100%;
  width: 100%;
  outline: none;
  border-radius: 30px;
  color: #0a4d68;
  font-size: 12px;
  padding: 0 25px;
}
.o-page-media__filter-search input::placeholder {
  color: #0a4d68;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .o-page-media__top h3 {
    font-size: 44px;
  }
  .o-page-media__filter-select, .o-page-media__filter-search {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .o-page-media__top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .o-page-media__top h3 {
    font-size: 40px;
  }
  .o-page-media__filter-area {
    justify-content: flex-end;
  }
  .o-page-media__filter-select, .o-page-media__filter-search {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .o-page-media__top {
    margin-bottom: 21px;
  }
  .o-page-media__top h3 {
    font-size: 34px;
  }
  .o-page-media__filter {
    flex-direction: column;
    gap: 20px;
  }
  .o-page-media__filter-links a {
    width: 50%;
  }
  .o-page-media__filter-select {
    width: 50%;
  }
  .o-page-media__filter-search {
    width: 50%;
  }
}

.select2 {
  width: 100% !important;
}

.select2-container {
  /*width: 100% !important;*/
  height: 100% !important;
}

.selection {
  width: calc(100% - 2px) !important;
  height: 100% !important;
}

.select2-container .select2-selection--single {
  height: 100% !important;
  border-color: rgba(8, 131, 149, 0.2);
  border-radius: 30px !important;
}

.select2-selection__rendered {
  display: flex !important;
  align-items: center;
  height: 100%;
  font-style: normal;
  font-size: 12px;
  color: #181c21 !important;
  font-style: normal;
  padding-left: 20px !important;
}

.select2-results__options {
  /*padding: 0 20px !important;*/
  font-size: 12px;
}

.select2-results__option {
  font-size: 12px !important;
}

.select2-results__option--highlighted {
  /*background-color: transparent !important;*/
  color: #004379 !important;
}

.o-page-sss__top {
  border-bottom: 1px solid rgba(10, 77, 104, 0.4);
  padding-bottom: 24px;
  margin-bottom: 25px;
}
.o-page-sss__top h3 {
  font-size: 64px;
  font-weight: 300;
  color: #0a4d68;
  margin: 0;
}
@media (max-width: 1024px) {
  .o-page-sss__top h3 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .o-page-sss__top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .o-page-sss__top h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .o-page-sss__top {
    margin-bottom: 21px;
  }
  .o-page-sss__top h3 {
    font-size: 34px;
  }
}

.o-page-video__top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(10, 77, 104, 0.4);
  padding-bottom: 24px;
  margin-bottom: 25px;
}
.o-page-video__top h1 {
  font-size: 64px;
  font-weight: 300;
  color: #0a4d68;
  margin: 0;
  max-width: 70%;
}
.o-page-video__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.o-page-video__info time {
  color: rgba(8, 131, 149, 0.5);
  font-size: 14px;
}
.o-page-video__info label {
  padding: 8px 20px;
  border: 1px solid rgba(8, 131, 149, 0.4);
  text-align: center;
  border-radius: 23px;
  color: #0a4d68;
}
@media (max-width: 1024px) {
  .o-page-video__top h1 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .o-page-video__top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .o-page-video__top h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .o-page-video__top {
    flex-direction: column-reverse;
    margin-bottom: 21px;
  }
  .o-page-video__top h1 {
    font-size: 28px;
    max-width: 100%;
  }
  .o-page-video__info {
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 10px;
  }
}

.o-page-article__top {
  border-bottom: 1px solid rgba(10, 77, 104, 0.4);
  padding-bottom: 24px;
  margin-bottom: 25px;
}
.o-page-article__top h3 {
  font-size: 64px;
  font-weight: 300;
  color: #0a4d68;
  margin: 0;
}
@media (max-width: 1024px) {
  .o-page-article__top h3 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .o-page-article__top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .o-page-article__top h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .o-page-article__top {
    margin-bottom: 21px;
  }
  .o-page-article__top h3 {
    font-size: 34px;
  }
}

.o-page-doctors__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(10, 77, 104, 0.4);
  padding-bottom: 24px;
  margin-bottom: 25px;
}
.o-page-doctors__top h3 {
  font-size: 64px;
  font-weight: 300;
  line-height: 100%;
  color: #0a4d68;
  margin: 0;
}
.o-page-doctors__search {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid rgba(8, 131, 149, 0.2);
  border-radius: 30px;
  padding: 0 20px;
  height: 32px;
  width: 475px;
}
.o-page-doctors__search svg {
  position: absolute;
  left: 20px;
  margin-right: 10px;
}
.o-page-doctors__search input {
  border: none;
  height: 100%;
  width: 100%;
  outline: none;
  border-radius: 30px;
  color: #0a4d68;
  font-size: 12px;
  padding: 0 25px;
}
.o-page-doctors__search input::placeholder {
  color: #0a4d68;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .o-page-doctors__top h3 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .o-page-doctors__top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .o-page-doctors__top h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .o-page-doctors__top {
    flex-direction: column;
    margin-bottom: 21px;
  }
  .o-page-doctors__top h3 {
    font-size: 34px;
    margin-bottom: 21px;
  }
  .o-page-doctors__search {
    width: 100%;
  }
}

.o-page-text {
  position: relative;
}
.o-page-text:after {
  position: absolute;
  content: "";
  background-image: url(../../../assets/images/pattern.png);
  width: 100%;
  height: 1088px;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  z-index: -1;
}
.o-page-text::before {
  position: absolute;
  content: "";
  background-image: url(../../../assets/images/pattern.png);
  width: 100%;
  height: 1088px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  z-index: -1;
}
.o-page-text--nonsticky:after {
  display: none;
}
.o-page-text__top {
  border-bottom: 1px solid rgba(10, 77, 104, 0.4);
  padding-bottom: 24px;
  margin-bottom: 25px;
}
.o-page-text__top h1 {
  font-size: 40px;
  font-weight: 300;
  color: #0a4d68;
  margin: 0;
}
.o-page-text__content {
  display: flex;
  position: relative;
  gap: 165px;
}
.o-page-text__left {
  position: sticky;
  top: 130px;
  margin-top: 50px;
}
.o-page-text__left--nonsticky {
  margin-top: 0;
}
.o-page-text__left .line {
  position: absolute;
  top: 0;
  left: -27px;
  content: "";
  width: 1px;
  background: rgba(10, 77, 104, 0.15);
}
.o-page-text__left a {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  color: rgba(10, 77, 104, 0.4);
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
}
.o-page-text__left a.js-active {
  color: #0a4d68;
  font-weight: 600;
}
.o-page-text__left a.js-active::before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 6px;
  background: #0a4d68;
  border-radius: 50%;
}
.o-page-text__info {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 110px;
}
.o-page-text__info--mobile {
  display: none;
}
.o-page-text__info label {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8, 131, 149, 0.4);
  padding: 8px 16px;
  font-size: 12px;
  color: #0a4d68;
  border-radius: 23px;
}
.o-page-text__info time {
  color: rgba(10, 77, 104, 0.5);
  font-size: 14px;
}
.o-page-text__right {
  flex: 1;
}
.o-page-text__box {
  margin-bottom: 20px;
}
.o-page-text__box h3,.o-page-text__box h2 {
  font-size: 24px;
  font-weight: 300;
  color: #0a4d68;
  margin-bottom: 24px;
}
.o-page-text__box h2{ font-size: 28px; }
.o-page-text__box h3 span,.o-page-text__box h2 span {
  display: block;
}
.o-page-text__box p {
  font-size: 18px;
  font-weight: 300;
  color: #0a4d68;
}
.o-page-text__box img {
  max-width: 100%;
  margin: 30px 0;
  object-fit: contain;
}
.o-page-text__box ul {
  padding-left: 35px;
  margin: 0;
  list-style: none;
}
.o-page-text__box ul li {
  color: #0a4d68;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}
.o-page-text__box ul li::before {
  content: "•";
  color: #0a4d68;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.o-page-text__ref {
  background: rgba(5, 191, 219, 0.05);
  border-radius: 12px;
  margin: 50px 0;
  padding: 35px 50px 50px 50px;
  padding-bottom: 20px;
}
.o-page-text__ref a{ text-decoration: underline; }
.o-page-text__ref h3 {
  font-size: 28px;
  margin: 0;
  margin-bottom: 20px;
  padding: 0px;
  padding-bottom: 20px;
  color: #0a4d68;
  border-bottom: 1px solid rgba(10, 77, 104, 0.15);
}
.o-page-text__ref ul,.o-page-text__ref ol {
  margin: 0;
  list-style: none;
  padding-left: 20px;
}
.o-page-text__ref ul li,.o-page-text__ref ol li {
  color: #0a4d68;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
.o-page-text__ref ul li::before,.o-page-text__ref ol li::before {
  content: "•";
  color: #0a4d68;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media (max-width: 1200px) {
  .o-page-text__content {
    gap: 100px;
  }
}
@media (max-width: 991px) {
  .o-page-text::before, .o-page-text::after {
    display: none;
  }
  .o-page-text__left {
    display: none;
  }
  .o-page-text__left--nonsticky {
    display: flex;
    flex-direction: column;
  }
  .o-page-text__info {
    margin-bottom: 50px;
  }
  .o-page-text__content {
    gap: 0;
  }
  .o-page-text__content--nonsticky {
    gap: 30px;
  }
  .o-page-text__top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .o-page-text__top h1 {
    font-size: 28px;
  }
  .o-page-text__box h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .o-page-text__box p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .o-page-text__box ul {
    padding: 25px 40px;
    padding-top: 0px; padding-bottom: 0px;
    margin:20px 0px;
  }
  .o-page-text__ref h3 {
    padding: 22px 20px;
  }
  .o-page-text__ref ul {
    padding: 25px 40px;
  }
}
@media (max-width: 767px) {
  .o-page-text__info {
    display: none;
    margin-bottom: 30px;
  }
  .o-page-text__info--mobile {
    display: flex;
  }
  .o-page-text__content--nonsticky {
    flex-direction: column-reverse;
    gap: 0;
  }
}

.o-map {
  position: relative;
  width: calc(100% - 20px);
  margin: 0 auto;
  height: calc(100vh - 125px);
  border-radius: 12px;
}
.o-map__iframe {
  width: 100%;
  height: 100%;
}
.o-map__iframe iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.o-map__content {
  position: absolute;
  bottom: 55px;
  right: 55px;
  z-index: 99;
  background: #ffffff;
  border-radius: 12px;
}
.o-map__content > h3 {
  border-bottom: 1px solid rgba(10, 77, 104, 0.15);
  padding: 20px 36px;
  font-size: 28px;
  font-weight: 300;
  color: #0a4d68;
}
.o-map__item {
  padding: 25px 36px;
  display: flex;
  gap: 80px;
}
.o-map__item-title span {
  color: #0a4d68;
  margin: 0;
  font-size: 12px;
}
.o-map__item-content p,
.o-map__item-content a {
  font-size: 18px;
  font-weight: 300;
  color: #0a4d68;
  text-decoration: none;
}
.o-map__item-content a {
  display: flex;
}
.o-map__btn {
  display: inline-flex !important;
  align-items: center;
  padding: 6px 20px;
  color: #0a4d68;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid rgba(8, 131, 149, 0.25);
  text-decoration: none;
}
.o-map__btn svg {
  margin-left: 34px;
}
@media (max-width: 1440px) {
  .o-map__content h3 {
    padding: 20px;
    font-size: 28px;
    line-height: 100%;
    margin: 0;
  }
  .o-map__item {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .o-map {
    height: calc(100vh - 80px);
  }
}
@media (max-width: 767px) {
  .o-map__content {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .o-map__item {
    flex-direction: column;
    gap: 0;
    padding: 10px 20px;
  }
}

.c-search-area {
  display: flex;
  align-items: center;
  margin-right: 40px;
  border: 1px solid rgba(8, 131, 149, 0.2);
  width: 140px;
  height: 32px;
  border-radius: 30px;
  padding: 0 10px;
}
.c-search-area svg {
  margin-right: 10px;
}
.c-search-area input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 12px;
  border-radius: 30px;
  color: #0a4d68;
}
.c-search-area input::placeholder {
  font-size: 12px;
  color: #0a4d68;
}

.c-mobile-search-area {
  display: flex;
  font-size: 12px;
  align-items: center;
  border: 1px solid rgba(8, 131, 149, 0.2);
  border-radius: 30px;
  padding: 0 10px;
  max-width: 265px;
  height: 32px;
  width: 100%;
}
.c-mobile-search-area svg {
  margin-right: 10px;
}
.c-mobile-search-area input {
  border-radius: 30px;
  border: none;
  outline: none;
  color: #0a4d68;
}
.c-mobile-search-area input::placeholder {
  color: #0a4d68;
  font-size: 12px;
}

.c-mobile-lang {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(8, 131, 149, 0.2);
  margin-left: 40px;
  padding: 8px 14px;
  border-radius: 30px;
  position: absolute;
  right: 0;
}
.c-mobile-lang li a {
  display: flex;
  align-items: center;
  color: #0a4d68;
  font-size: 12px;
  text-decoration: none;
}
.c-mobile-lang li a svg {
  margin-left: 8px;
}
.c-mobile-lang li ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

.c-main-slider {
  position: relative;
  height: calc(100vh - 135px);
  width: calc(100% - 20px);
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
}
.c-main-slider__item {
  position: relative;
  height: 100%;
}
.c-main-slider__picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.c-main-slider__picture:after{
  position: absolute; left: 0px; top: 0px;
  width: 100%; height: 100%; background: rgba(0,0,0,.5);
  content: ""; display: block; border-radius: 10px;
}
@media (max-width: 1366px) {
  .c-main-slider__mobile-top{ min-height: 20px;}
  .c-main-slider__picture{
    position: relative;
  }
}
.c-main-slider__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.c-main-slider__content {
  position: absolute;
  bottom: 60px;
  width: 100%;
}
.c-main-slider__content .o-container {
  position: relative;
}
.c-main-slider__title {
  font-size: 64px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 100%;
  padding-bottom: 25px;
  margin-bottom: 35px;
}
.c-main-slider__title span {
  display: block;
}
.c-main-slider__bottom {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 110px;
}
.c-main-slider__cat {
  display: flex;
  gap: 20px;
  align-items: center;
}
.c-main-slider__cat label {
  font-size: 12px;
  color: #ffffff;
  border-radius: 23px;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.c-main-slider__cat span {
  color: #ffffff;
  font-size: 12px;
}
.c-main-slider__mobile-top {
  display: none;
  margin-bottom: 20px;
}
.c-main-slider__mobile-top label {
  background: rgba(10, 77, 104, 0.1);
  border-radius: 30px;
  font-size: 12px;
  padding: 8px 18px;
}
.c-main-slider__inner {
  max-width: 60%;
}
.c-main-slider__inner p {
  color: #ffffff;
  font-size: 22px;
  margin: 0;
  margin-bottom: 50px;
}
.c-main-slider__inner a {
  font-size: 14px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  padding: 6px 20px;
  text-decoration: none;
  transition: all 0.3s;
}
.c-main-slider__inner a svg {
  margin-left: 26px;
  transition: all 0.3s;
}
.c-main-slider__inner a:hover svg {
  margin-left: 20px;
}
.c-main-slider__arrows {
  position: absolute;
  display: flex;
  gap: 10px;
  top: 0;
  right: 0;
}
.c-main-slider__arrow-prev, .c-main-slider__arrow-next {
  cursor: pointer;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  transition: all 0.3s;
}
.c-main-slider__arrow-prev svg, .c-main-slider__arrow-next svg {
  transition: all 0.3s;
}
@media (min-width: 1100px) {
  .c-main-slider__arrow-prev:hover, .c-main-slider__arrow-next:hover {
    background: #0a4d68;
    border-color: #0a4d68;
  }
}
@media (max-width: 1366px) {
  .c-main-slider__content {
    width: 100%;
    display: flex;
    bottom: 30px;
  }
  .c-main-slider__title {
    font-size: 54px;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .c-main-slider__bottom {
    gap: 40px;
  }
  .c-main-slider__inner p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .c-main-slider__arrows {
    right: 15px;
  }
}
@media (max-width: 1024px) {
  .c-main-slider__bottom {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .c-main-slider {
    height: auto;
  }
  .c-main-slider__picture {
    margin-bottom: 20px;
  }
  .c-main-slider__content {
    position: relative;
    bottom: 0;
  }
  .c-main-slider__title {
    font-size: 34px;
    font-weight: 300;
    color: #0a4d68;
    margin-bottom: 28px;
    border-color: rgba(10, 77, 104, 0.1);
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
  .c-main-slider__cat {
    display: none;
  }
  .c-main-slider__mobile-top {
    display: flex;
  }
  .c-main-slider__inner {
    width: 100%;
    max-width: 100%;
  }
  .c-main-slider__inner p {
    color: #088395;
    margin-bottom: 26px;
    width: 100%;
  }
  .c-main-slider__inner a {
    border-color: rgba(8, 131, 149, 0.25);
    color: #0a4d68; display: inline-block; margin-bottom: 2px;
  }
  .c-main-slider__inner a svg path {
    stroke: #0a4d68;
  }
  .c-main-slider__arrows {
    display: none;
  }
  .c-main-slider__arrows--mobile {
    display: flex;
  }
  .c-main-slider__arrow-next, .c-main-slider__arrow-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: rgba(10, 77, 104, 0.1);
    padding: 0;
    width: 56px;
    height: 32px;
  }
  .c-main-slider__arrow-next svg path, .c-main-slider__arrow-prev svg path {
    stroke: #0a4d68;
  }
}

.c-basic-card-slider {
  position: relative;
  margin-bottom: 50px;
  padding: 0 10px; overflow: hidden;;
}
.c-basic-card-slider:after {
  position: absolute;
  top: 0;
  content: "";
  background-image: url(../../../assets/images/pattern.png);
  width: 100%;
  height: 100%;
  left: 0;
  top: 40%;
  z-index: -1;
}
.c-basic-card-slider__inner {
  border-radius: 12px;
  background: rgba(8, 131, 149, 0.25);
  padding: 60px 0 120px 0;
}
.c-basic-card-slider__wrapper {
  border-radius: 12px;
}
.c-basic-card-slider__arrows {
  display: flex;
  gap: 10px;
  margin-bottom: 60px;
}
.c-basic-card-slider__prev, .c-basic-card-slider__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 32px;
  border-radius: 30px;
  border: 1px solid rgba(8, 131, 149, 0.25);
  cursor: pointer;
}
.c-basic-card-slider__slider {
  overflow: hidden;
}
.c-basic-card-slider__slider:hover {
  cursor: url("../../../assets/images/icons/slider-mouse-hover.svg") 60 60, auto;
}
.c-basic-card-slider__item {
  display: flex;
  flex-direction: column;
  padding: 65px 70px 65px 60px;
  background: #ffffff;
  border-radius: 12px;
  gap: 50px;
}
.c-basic-card-slider__cat {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #05bfdb;
  margin: 0;
  padding-left: 40px;
  margin-bottom: 20px;
}
.c-basic-card-slider__cat::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #05bfdb;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.c-basic-card-slider__cat span {
  color: #0a4d68;
}
.c-basic-card-slider__title {
  color: #0a4d68;
  font-size: 44px;
  font-weight: 300;
}
.c-basic-card-slider__bottom {
  display: flex;
  gap: 100px;
}
.c-basic-card-slider__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.c-basic-card-slider__left a {
  width: auto;
  color: #0a4d68;
  font-size: 14px;
  padding: 6px 20px;
  text-decoration: none;
  border: 1px solid rgba(8, 131, 149, 0.25);
  border-radius: 30px;
  cursor: pointer;
}
.c-basic-card-slider__left a svg {
  margin-left: 26px;
  transition: all 0.3s;
}
.c-basic-card-slider__left a:hover svg {
  margin-left: 15px;
}
.c-basic-card-slider__right p {
  font-size: 18px;
  line-height: 32px;
  color: #0a4d68;
}
.c-basic-card-slider__subtitle {
  font-size: 22px;
  color: #088395;
  margin: 0;
}
.c-basic-card-slider__mobile-button {
  display: none;
}
@media (max-width: 1366px) {
  .c-basic-card-slider__inner {
    padding: 40px 0;
  }
  .c-basic-card-slider__arrows {
    margin-bottom: 30px;
  }
  .c-basic-card-slider__item {
    padding: 30px;
    gap: 40px;
  }
  .c-basic-card-slider__cat {
    margin-bottom: 10px;
  }
  .c-basic-card-slider__title {
    font-size: 26px; line-height: 1.2;
  }
  .c-basic-card-slider__bottom {
    gap: 50px;
  }
  .c-basic-card-slider__left {
    flex: 0.5;
    justify-content: space-between;
    gap: 0;
  }
  .c-basic-card-slider__left a {
    font-size: 12px;
  }
  .c-basic-card-slider__subtitle {
    font-size: 18px;
  }
  .c-basic-card-slider__right {
    flex: 1;
  }
  .c-basic-card-slider__right p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .c-basic-card-slider::after {
    display: none;
  }
  .c-basic-card-slider__inner {
    padding: 30px 0 40px 0;
  }
  .c-basic-card-slider__arrows {
    margin-bottom: 40px;
  }
  .c-basic-card-slider__cat {
    padding-left: 20px;
    margin-bottom: 26px;
  }
  .c-basic-card-slider__item {
    gap: 26px;
  }
  .c-basic-card-slider__bottom {
    flex-direction: column;
    gap: 20px;
  }
  .c-basic-card-slider__left a {
    display: none;
  }
  .c-basic-card-slider__right p {
    font-size: 14px;
  }
  .c-basic-card-slider__mobile-button {
    display: flex;
  }
  .c-basic-card-slider__mobile-button a {
    width: auto;
    color: #0a4d68;
    font-size: 14px;
    padding: 6px 20px;
    text-decoration: none;
    border: 1px solid rgba(8, 131, 149, 0.25);
    border-radius: 30px;
    cursor: pointer;
  }
  .c-basic-card-slider__mobile-button a svg {
    margin-left: 26px;
    transition: all 0.3s;
  }
  .c-basic-card-slider__mobile-button a:hover svg {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .c-basic-card-slider {
    margin-bottom: 50px;
  }
  .c-basic-card-slider::after {
    display: none;
  }
  .c-basic-card-slider__slider {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .c-basic-card-slider__item {
    padding: 20px;
  }
  .c-basic-card-slider__title {
    font-size: 26px; line-height: 1.2;
  }
}

.c-video-list {
  margin-bottom: 110px;
}
.c-video-list--list .c-video-list__item {
  margin-bottom: 30px;
}
.c-video-list__inner {
  border-radius: 12px;
  background: rgba(8, 131, 149, 0.05);
  padding: 60px 0 120px 0;
}
.c-video-list__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.c-video-list__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
.c-video-list__items--single {
  grid-template-columns: 1fr;
}
.c-video-list__item {
  border-radius: 12px;
  position: relative;
}
.c-video-list__item h3 a{ color: inherit;  text-decoration: none;}
.c-video-list__item:hover h3 a{ text-decoration: underline; }
.c-video-list__item a.detailVideoImgBtn {
  display: flex;
  position: relative;
  margin-bottom: 35px;
}
.c-video-list__item a.detailVideoImgBtn img {
  display: flex;
  width: 100%; height: 250px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0px 7px 20px -10px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 7px 20px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 7px 20px -10px rgba(0, 0, 0, 0.75);
}
.c-video-list__item.video_detail a img{
  height: auto;
}
.c-video-list__item a.detailVideoImgBtn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-video-list__item time {
  font-size: 14px;
  color: #05bfdb;
  margin-bottom: 10px;
}
.c-video-list__item h3 {
  font-size: 22px;
  color: #0a4d68;
  margin: 0;
  font-weight: normal;
}
@media (max-width: 1366px) {
  .c-video-list__top {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .c-video-list {
    margin-bottom: 50px;
  }
  .c-video-list__items {
    grid-template-columns: 1fr;
  }
  .c-video-list__item a.detailVideoImgBtn img {
    margin-bottom: 25px; height: 250px;
  }
  .c-video-list__item a.detailVideoImgBtn svg {
    width: 54px;
    height: 54px;
  }
  .c-video-list__item time {
    margin-bottom: 14px;
  }
  .c-video-list__item h3 {
    font-size: 18px;
  }
}

.c-article-list {
  position: relative;
  margin-bottom: 105px;
  padding: 0 10px;
}
.c-article-list:after {
  position: absolute;
  top: 0;
  content: "";
  background-image: url(../../../assets/images/pattern.png);
  width: 100%;
  height: 100%;
  left: 0;
  top: 40%;
  z-index: -1;
}
.c-article-list--single:after {
  display: none;
}
.c-article-list--single .c-article-list__item {
  background: #f3f9fa;
  border: 1px solid #ffffff;
  box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.09);
}
.c-article-list--single .c-article-list__action .detailBtn {
  margin-bottom: 0;
}
.c-article-list--page:after {
  display: none;
}
.c-article-list--page .c-article-list__item {
  margin-bottom: 30px;
}
.c-article-list__item a{ position: absolute; }
.c-article-list__inner {
  border-radius: 12px;
  background: rgba(8, 131, 149, 0.05);
  padding: 60px 0 120px 0;
}
.c-article-list__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.c-article-list__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.c-article-list__items--is-1 {
  grid-template-columns: 1fr;
}
.absoluteUrl{ width: 100%; height: 100%;position: absolute; left: 0px; top: 0px; display: inline-block; }
.c-article-list__item:hover h3{
  text-decoration: underline;
}
.c-article-list__item:hover .c-article-list__action{
  width: 100%;
}
.c-article-list__item {
  background: #ffffff;
  padding: 10px 10px 40px 10px;
  border-radius: 12px;
  position: relative; padding-bottom: 70px;
}
.c-article-list__item img {
  display: grid;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 35px;
}
.c-article-list__item h3 {
  font-size: 20px;
  color: #0a4d68;
  margin-bottom: 24px;
  padding: 0 20px;
  font-weight: normal;
  min-height: 90px;
}
.c-article-list__item h3 span {
  display: block;
}
.c-article-list__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 20px;
}
.c-article-list__head time {
  font-size: 14px;
  color: rgba(8, 131, 149, 0.25);
}
.c-article-list__head label {
  color: #05bfdb;
  font-size: 14px;
  font-weight: 500;
}
.c-article-list__action {
  display: flex;
  padding: 0 20px;
  position: absolute;
  bottom: 20px; left: 0px;
}
.c-article-list__action .detailBtn {
  position: relative;
  overflow: hidden;
  height: 32px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(8, 131, 149, 0.25);
  padding: 6px 20px;
  color: #0a4d68;
  text-decoration: none;
  border-radius: 30px;
}
.c-article-list__action .detailBtn span {
  font-size: 12px; display: inline-block; padding-right: 10px;
}

.c-article-list__title {
  font-size: 22px;
  color: #05bfdb;
  font-weight: normal;
  margin-bottom: 22px;
}
@media (max-width: 1366px) {
  .c-article-list__inner {
    padding: 40px 0;
  }
  .c-article-list__item img {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .c-article-list::after {
    display: none;
  }
  .c-article-list__inner {
    padding: 30px 0;
  }
  .c-article-list__top {
    margin-bottom: 10px;
  }
  .c-article-list__items {
    grid-template-columns: 1fr 1fr;
  }
  .c-article-list__items--is-1 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .c-article-list {
    margin-bottom: 50px;
  }
  .c-article-list::after {
    display: none;
  }
  .c-article-list__items {
    grid-template-columns: 1fr;
  }
}

.custom-checkbox .custom-checkbox__container {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  user-select: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}
.custom-checkbox .custom-checkbox__container a {
  color: #fff;
}
.custom-checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox .checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox .custom-checkbox__container input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox .custom-checkbox__container .checkmark:after {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50 .custom-checkbox .custom-checkbox__container .checkmark:after;
}

.c-show-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.c-show-more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  height: 32px;
  border: 1px solid rgba(8, 131, 149, 0.25);
  text-decoration: none;
  color: #0a4d68;
  font-size: 14px;
  border-radius: 30px;
}

.c-accordion__item {
  border-bottom: 1px solid rgba(10, 77, 104, 0.15);
  margin-bottom: 30px;
}
.c-accordion__item.js-open .c-accordion__icon {
  background: red;
}
.c-accordion__item.js-open .c-accordion__icon span:first-child {
  transform: rotate(0);
}
.c-accordion__head {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 32px;
  cursor: pointer;
}
.c-accordion__head h3 {
  color: #0a4d68;
  font-size: 28px;
  font-weight: 300;
  max-width: 50%;
  margin: 0;
}
.c-accordion__icon {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  right: 20px;
}
.c-accordion__icon span {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #0a4d68;
  border-radius: 2px;
  transition: all 0.3s;
}
.c-accordion__icon span:first-child {
  transform: rotate(90deg);
}
.c-accordion__content {
  display: none;
  max-width: 90%;
}
.c-accordion__content p {
  color: #0a4d68;
  font-size: 18px;
}
.c-accordion__content ul {
  padding: 25px 50px 40px 50px;
  margin: 0;
  list-style: none;
}
.c-accordion__content ul li {
  color: #0a4d68;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
}
.c-accordion__content ul li::before {
  content: "•";
  color: #0a4d68;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media (max-width: 1366px) {
  .c-accordion__head {
    padding-bottom: 22px;
  }
}
@media (max-width: 1024px) {
  .c-accordion__icon span{ width: 20px; }
  .c-accordion__head h3 {
    max-width: 80%;
    font-size: 20px;
  }
  .c-accordion__item {
    margin-bottom: 22px;
  }
  .c-accordion__content {
    max-width: 100%;
  }
  .c-accordion__content p {
    font-size: 16px;
  }
  .c-accordion__content ul li {
    font-size: 16px;
  }
}

.c-subpage-promo {
  padding: 0 10px;
  margin-bottom: 16px;
}
.c-subpage-promo__picture {
  display: flex;
}
.c-subpage-promo__img {
  width: 100%;
}

.c-card-with-img {
  margin-bottom: 120px;
}
.c-card-with-img__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.c-card-with-img__item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 10px;
  background: #0a4d68;
  border-radius: 12px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 21px -8px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 21px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 21px -8px rgba(0, 0, 0, 0.75);
}
.c-card-with-img__img img {
  display: flex;
  width: 100% !important;
  border-radius: 12px;
}
.c-card-with-img__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-card-with-img__content ul li {
  color: #ffffff;
  font-size: 18px;
}
.c-card-with-img__title {
  font-size: 22px;
  font-weight: 300;
  margin: 0;
  color: #ffffff;
  line-height: 150%;
  margin-bottom: 26px;
}
.c-card-with-img__title span {
  display: block;
  font-weight: bold;
  font-size: 32px;
}
.c-card-with-img__label {
  display: flex;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 12px;
}
.c-card-with-img__label::before {
  content: "•";
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  width: 6px;
  margin-right: 20px;
}
.c-card-with-img__action {
  display: flex;
  margin-top: 46px;
}
.c-card-with-img__action a {
  position: relative;
  overflow: hidden;
  height: 32px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 6px 20px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
}
.c-card-with-img__action a span {
  position: absolute;
  left: -300%;
  min-width: 125px;
  transition: all 0.3s;
}
.c-card-with-img__action a:hover span {
  position: relative;
  opacity: 1;
  min-width: 125px;
  visibility: visible;
  left: 0;
}
@media (max-width: 991px) {
  .c-card-with-img {
    margin-bottom: 60px;
  }
  .c-card-with-img__list {
    grid-template-columns: 1fr;
  }
  .c-card-with-img__item {
    margin-bottom: 0;
  }
}
@media (max-width: 625px) {
  .c-card-with-img__item {
    flex-direction: column;
    align-items: inherit;
  }
  .c-card-with-img__content {
    padding: 0 30px 30px 30px;
  }
  .c-card-with-img__action {
    margin-top: 35px;
  }
  .c-card-with-img__action a span {
    position: relative;
    left: 0;
    min-width: 125px;
    transition: all 0.3s;
  }
}

.c-single-card-with-img {
  margin-bottom: 110px;
}
.c-single-card-with-img img {
  display: flex;
  width: 100%;
  object-fit: cover;
  margin-bottom: 35px;
}
.c-single-card-with-img label {
  display: flex;
  position: relative;
  font-size: 14px;
  color: #05bfdb;
  margin-bottom: 12px;
}
.c-single-card-with-img label::before {
  content: "•";
  color: #05bfdb;
  font-weight: bold;
  display: inline-block;
  width: 6px;
  margin-right: 20px;
}
.c-single-card-with-img ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-single-card-with-img ul li {
  color: #0a4d68;
  font-size: 18px;
}
@media (max-width: 991px) {
  .c-single-card-with-img {
    margin-bottom: 30px;
  }
}

.c-card-with-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 275px;
  padding: 0 30px;
  margin-bottom: 65px;
  background-image: url(../../assets/images/randevu-sm.jpg);
}
.c-card-with-actions p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 35px;
}
.c-card-with-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  width: 100%;
  height: 52px;
  margin: 0;
  border: 1px solid #707070;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.33);
  transition: all 0.3s;
}
.c-card-with-actions a:hover {
  background: transparent;
}
@media (max-width: 991px) {
  .c-card-with-actions {
    display: none;
  }
}

.c-list-with-multiple {
  margin-bottom: 50px;
}
.c-list-with-multiple h3 {
  font-size: 28px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 12px;
  margin-bottom: 35px;
  color: #0a4d68;
  border-bottom: 1px solid rgba(10, 77, 104, 0.25);
}
.c-list-with-multiple__list {
  display: flex;
  flex-direction: column;
}
.c-list-with-multiple__item {
  display: flex;
  color: #0a4d68;
  gap: 76px;
  margin-bottom: 30px;
}
.c-list-with-multiple__item span {
  font-weight: 600;
  width: 105px;
}
.c-list-with-multiple__item p {
  max-width: 50%;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 991px) {
  .c-list-with-multiple__item {
    gap: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .c-list-with-multiple h3 {
    margin-bottom: 25px;
  }
  .c-list-with-multiple__item {
    margin-bottom: 10px;
  }
  .c-list-with-multiple__item p {
    font-size: 14px;
  }
}

.c-simple-list {
  margin-bottom: 50px;
}
.c-simple-list h3 {
  font-size: 28px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 12px;
  margin-bottom: 35px;
  color: #0a4d68;
  border-bottom: 1px solid rgba(10, 77, 104, 0.25);
}
.c-simple-list ol {
  padding: 0;
  padding-left: 20px;
  margin: 0;
}
.c-simple-list ol li {
  font-size: 18px;
  color: #0a4d68;
  margin-bottom: 30px;
}
.c-simple-list--sidebyside ol {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1280px) {
  .c-simple-list ol li {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .c-simple-list--sidebyside ol {
    grid-template-columns: 1fr;
  }
}
.c-simple-list a{ color: inherit; }
@media (max-width: 767px) {
  .c-simple-list h3 {
    margin-bottom: 25px;
  }
  .c-simple-list ol li {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

/**
 * Swiper 5.3.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2020
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  width: 100%;
}

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

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

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

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

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

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

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet:only-child {
  visibility: hidden;
}

/* Common Styles */
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow .swiper-pagination-bullet:only-child {
  visibility: hidden;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

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

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

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

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.fix_loading{
  left: 0px; top: 0px; z-index: 999999; position: fixed; width: 100%; height: 100%;
  background: rgba(0,0,0,.6); display: none;
}
.spinner {
  width: 70px; position: absolute; transform: translate(-50%,-50%);
  text-align: center; left: 50%; top: 50%;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #FFF;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
}
.o-page-text__box li p{
  display: inline-block;
}
.homeTitle{font-size: 44px; margin-bottom: 30px; color: #0a4d68; font-weight: bold; }
.c-card-with-img__img{width: 300px; }
.c-card-with-img__img img{border-radius: 10px;  height: 350px; object-fit: cover;}
.mobile_show{ display: none;}
.web_show{ display: block;}
@media (max-width: 767px) {
  .o-map__content{ width: 90%; bottom: 20px;}
  .mobile_show{ display: block;}
  .web_show{ display: none;}
  .o-page-doctors__top{ flex-direction: row; }
  .o-page-doctors__top h3{ padding-left: 0px; margin-bottom: 0px; }
  .c-card-with-img__img{ width: 100%;}
  .homeTitle{ font-size: 38px; font-weight: bold; margin-bottom: 10px; }
  .o-appointment h3{ text-align: center; display: block;}
  .o-page-text__box img{ height: auto; margin: 0px; }
  .o-breadcrumb {
    margin-bottom: 20px;
  }
  .o-page-text__box h2 {
    font-size: 24px;
  }
  .o-page-text__box ul li,.o-page-text__box ol li  {
    font-size: 16px;  font-weight: 300;
  }
}
