html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  margin: 0;
  color: #404040;
  font: 400 18px/29px Montserrat, sans-serif;
}
p strong {
  font-weight: 700;
}
p + p {
  margin-top: 18px;
}

h2, .heading-2 {
  margin: 0;
  color: #103646;
  font: 800 34px/41px Montserrat, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  h2, .heading-2 {
    font: 800 46px/56px Montserrat, sans-serif;
    letter-spacing: 0.1em;
  }
}

h3, .heading-3 {
  margin: 0;
  color: #103646;
  font: 800 28px/34px Montserrat, sans-serif;
}

h4, .heading-4 {
  color: #404040;
  font: 700 18px/29px Montserrat, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.inner {
  position: relative;
  padding: 0 30px;
  width: 100%;
}
@media (min-width: 1280px) {
  .inner {
    margin: 0 auto;
    padding: 0;
    width: 1280px;
  }
}

section {
  padding: 100px 0;
}

.top-bar {
  display: none;
  background: #103646;
}
@media (min-width: 1024px) {
  .top-bar {
    display: block;
  }
}
.top-bar .inner {
  padding: 9px 0;
}
.top-bar ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.top-bar li {
  color: #F5DFC4;
  font: 400 14px/22px Montserrat, sans-serif;
}
.top-bar li + li {
  margin-left: 40px;
}
.top-bar strong {
  font-weight: 700;
}
.top-bar a {
  font-weight: 700;
}

.mobile-top-bar {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  background: #062C3C;
}
@media (min-width: 1024px) {
  .mobile-top-bar {
    display: none;
  }
}
.mobile-top-bar .inner {
  padding-top: 12px;
  padding-bottom: 11px;
}
.mobile-top-bar p {
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
}
.mobile-top-bar p strong {
  font-weight: 700;
}
.mobile-top-bar p a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.scrolled .mobile-top-bar {
  position: fixed;
}

header {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 84px;
  width: 100%;
  transition: background 0.4s;
}
@media (min-width: 1024px) {
  header {
    top: 40px;
  }
}
header .inner {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  width: 100%;
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  header .inner {
    padding: 25px 20px;
  }
}
@media (min-width: 1280px) {
  header .inner {
    width: 1280px;
  }
}
header .inner .logo {
  height: 50px;
  color: #fff;
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  header .inner .logo {
    height: 96px;
  }
}
header .inner .logo svg {
  display: block;
  width: auto;
  height: 100%;
}
header .inner .language-switcher {
  position: relative;
  display: none;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  header .inner .language-switcher {
    display: block;
    margin-top: -25px;
  }
}
header .inner .language-switcher a {
  position: relative;
  display: block;
  padding: 5px 15px;
  color: #fff;
  font: 700 16px/20px Montserrat, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.4s;
}
header .inner .language-switcher a::before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: -13px;
  display: block;
  width: 18px;
  height: 18px;
  background: #EBC79C;
  border-radius: 100%;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.4s;
}
header .inner .language-switcher a::after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: -7px;
  display: block;
  width: 8px;
  height: 5px;
  background: url("../images/dropdown.svg") no-repeat center center;
  background-size: contain;
  transform: translateX(-50%);
}
header .inner .language-switcher a:hover {
  color: #EBC79C;
}
header .inner .language-switcher a:hover::before {
  opacity: 1;
}
header .inner .language-switcher.hover .sub-menu {
  display: block;
}
header .inner .language-switcher .sub-menu {
  position: absolute;
  top: 90px;
  left: 50%;
  display: none;
  padding: 30px;
  width: max-content;
  min-width: 70px;
  max-width: 140px;
  background: #F5DFC4;
  border-radius: 20px;
  transform: translateX(-50%);
}
header .inner .language-switcher .sub-menu li {
  color: #103646;
  font: 500 14px/17px Montserrat, sans-serif;
  letter-spacing: 0.1em;
  text-align: left;
}
header .inner .language-switcher .sub-menu li a {
  display: flex;
  align-items: center;
  color: #103646;
  font: 500 14px/17px Montserrat, sans-serif;
  transition: all 0.4s;
}
header .inner .language-switcher .sub-menu li a::before, header .inner .language-switcher .sub-menu li a::after {
  display: none;
}
header .inner .language-switcher .sub-menu li a:hover {
  transform: translateX(5px);
}
header .inner .language-switcher .sub-menu li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(16, 54, 70, 0.2);
}
header .inner nav {
  display: none;
  margin-left: auto;
}
@media (min-width: 1024px) {
  header .inner nav {
    display: block;
    margin-top: -25px;
  }
}
header .inner nav > ul {
  display: flex;
}
header .inner nav > ul > li {
  position: relative;
  color: #fff;
  font: 700 16px/20px Montserrat, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
header .inner nav > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 15px;
  color: inherit;
  transition: all 0.4s;
}
header .inner nav > ul > li > a::before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: -13px;
  display: block;
  width: 18px;
  height: 18px;
  background: #EBC79C;
  border-radius: 100%;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.4s;
}
header .inner nav > ul > li > a::after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: -7px;
  display: block;
  width: 8px;
  height: 5px;
  background: url("../images/dropdown.svg") no-repeat center center;
  background-size: contain;
  transform: translateX(-50%);
}
header .inner nav > ul > li > a:hover {
  color: #EBC79C;
}
header .inner nav > ul > li > a:hover::before {
  opacity: 1;
}
header .inner nav > ul > li > a:hover + li {
  margin-left: 10px;
}
header .inner nav > ul > li.hover .sub-menu {
  display: block;
}
header .inner nav > ul > li:last-child .sub-menu {
  left: auto;
  right: 0;
  transform: none;
}
header .inner nav .sub-menu {
  position: absolute;
  top: 90px;
  left: 50%;
  display: none;
  padding: 30px;
  width: max-content;
  min-width: 300px;
  max-width: 380px;
  background: #F5DFC4;
  border-radius: 20px;
  transform: translateX(-50%);
}
header .inner nav .sub-menu li {
  color: #103646;
  font: 500 14px/17px Montserrat, sans-serif;
  letter-spacing: 0.1em;
  text-align: left;
}
header .inner nav .sub-menu li a {
  display: flex;
  align-items: center;
  color: inherit;
  transition: all 0.4s;
}
header .inner nav .sub-menu li a svg {
  margin-right: 20px;
  width: 30px;
  height: 20px;
  object-fit: contain;
}
header .inner nav .sub-menu li a:hover {
  transform: translateX(5px);
}
header .inner nav .sub-menu li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(16, 54, 70, 0.2);
}
header .inner .mobile-menu-open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  width: 17px;
  height: 17px;
}
header .inner .mobile-menu-open span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 99px;
}
@media (min-width: 1024px) {
  header .inner .mobile-menu-open {
    display: none;
  }
}
header .mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  min-height: 100vh;
  display: none;
  padding: 25px 40px;
  background: #062C3C;
}
header .mobile-menu .mobile-menu-close {
  display: none;
  position: absolute;
  z-index: 9999;
  right: 40px;
  top: 40px;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
}
header .mobile-menu .mobile-menu-close svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .mobile-menu .logo {
  height: 50px;
}
header .mobile-menu .logo svg {
  color: #fff;
  width: auto;
  height: 100%;
}
header .mobile-menu nav {
  margin: 25px 0 auto;
  max-height: calc(var(--vh, 1vh) * 100 - 300px);
  overflow-y: auto;
}
header .mobile-menu nav > ul > li {
  color: #fff;
  font: 700 16px/20px Montserrat, sans-serif;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
}
header .mobile-menu nav > ul > li > a {
  position: relative;
  display: flex;
  padding: 10px 28px 10px 0;
  width: min-content;
  align-items: center;
}
header .mobile-menu nav > ul > li > a::before {
  content: "";
  position: absolute;
  z-index: 5;
  right: 0;
  top: 10px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #EBC79C;
  border-radius: 100%;
  opacity: 0;
}
header .mobile-menu nav > ul > li > a::after {
  content: "";
  position: absolute;
  z-index: 10;
  right: 1px;
  top: 17px;
  display: block;
  width: 8px;
  height: 5px;
  background: url("../images/dropdown.svg") no-repeat center center;
  background-size: contain;
  transform: translateX(-50%);
}
header .mobile-menu nav > ul > li.active a::before {
  opacity: 1;
}
header .mobile-menu nav > ul > li.active .sub-menu {
  display: block;
}
header .mobile-menu nav .sub-menu {
  display: none;
  padding: 0 0 10px;
}
header .mobile-menu nav .sub-menu li {
  color: #EBC79C;
  font: 500 14px/17px Montserrat, sans-serif;
  letter-spacing: 0.1em;
  text-align: left;
}
header .mobile-menu nav .sub-menu li a {
  display: inline-block;
  padding-bottom: 10px;
}
header .mobile-menu nav .sub-menu li a svg {
  margin-right: 20px;
  width: 30px;
  height: 20px;
  object-fit: contain;
  transform: translateY(5px);
}
header .mobile-menu nav .sub-menu li + li a {
  padding-top: 10px;
}
header .mobile-menu .address-info {
  position: absolute;
  top: calc(var(--vh, 1vh) * 100 - 194px);
}
header .mobile-menu .address-info p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
header .mobile-menu .address-info p strong {
  font-weight: 700;
}
header .mobile-menu .address-info p a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
header .mobile-menu .language-switcher {
  position: absolute;
  top: calc(var(--vh, 1vh) * 100 - 94px);
  display: flex;
}
header .mobile-menu .language-switcher a {
  display: block;
  padding: 11px 18px;
  color: #062C3C;
  font: 700 14px/17px Montserrat, sans-serif;
  text-align: left;
  background: #103646;
  border: solid 2px #103646;
  border-radius: 27px;
}
header .mobile-menu .language-switcher a + a {
  margin-left: 20px;
}
header .mobile-menu .language-switcher a.active {
  color: #EBC79C;
  border-color: #EBC79C;
}
header .mobile-menu.active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  header .mobile-menu.active {
    display: none;
  }
}
header .mobile-menu.active .mobile-menu-close {
  display: block;
}
@media (min-width: 1024px) {
  header .mobile-menu.active .mobile-menu-close {
    display: none;
  }
}

.scrolled header {
  position: fixed;
  top: 42px;
  background: #103646;
}
@media (min-width: 1024px) {
  .scrolled header {
    top: 0;
  }
}
.scrolled header .inner {
  padding: 15px 20px;
}
@media (min-width: 1024px) {
  .scrolled header .inner {
    padding: 13px 0;
  }
}
@media (min-width: 1280px) {
  .scrolled header .inner {
    padding: 13px 20px;
  }
}
.scrolled header .inner .logo {
  height: 50px;
}
@media (min-width: 1024px) {
  .scrolled header .inner .logo {
    height: 65px;
  }
}
@media (min-width: 1024px) {
  .scrolled header .inner .language-switcher {
    margin-top: -13px;
  }
}
@media (min-width: 1024px) {
  .scrolled header .inner .language-switcher .sub-menu {
    top: 55px;
  }
}
@media (min-width: 1024px) {
  .scrolled header .inner nav {
    margin-top: -13px;
  }
}
@media (min-width: 1024px) {
  .scrolled header .inner nav .sub-menu {
    top: 55px;
  }
}

@media (max-width: 1023px) {
  .inner-page header {
    background: #103646;
  }
}
.inner-page header .inner .logo {
  color: #103646;
}
@media (max-width: 1023px) {
  .inner-page header .inner .logo {
    color: #fff;
  }
}
.inner-page header .inner .logo a {
  color: #103646;
}
@media (max-width: 1023px) {
  .inner-page header .inner .logo a {
    color: #fff;
  }
}
.inner-page header .inner .language-switcher a {
  color: #103646;
}
.inner-page header .inner .language-switcher a::after {
  background-image: url("../images/dropdown-inner.svg");
}
.inner-page header .inner .language-switcher a:hover {
  color: #EBC79C;
}
.inner-page header .inner .language-switcher a:hover::after {
  background-image: url("../images/dropdown.svg");
}
@media (min-width: 1024px) {
  .inner-page header .inner .language-switcher .sub-menu {
    top: 55px;
  }
}
.inner-page header .inner nav ul li {
  color: #103646;
}
.inner-page header .inner nav ul li a::after {
  background-image: url("../images/dropdown-inner.svg");
}
.inner-page header .inner nav ul li a:hover::after {
  background-image: url("../images/dropdown.svg");
}
@media (min-width: 1024px) {
  .inner-page header .inner nav .sub-menu {
    top: 55px;
  }
}
.inner-page header .inner .mobile-menu-toggle span {
  background: #103646;
}
.inner-page.scrolled header .inner .logo {
  color: #fff;
}
.inner-page.scrolled header .inner .logo a {
  color: #fff;
}
.inner-page.scrolled header .inner .language-switcher > a {
  color: #fff;
}
.inner-page.scrolled header .inner .language-switcher > a::after {
  background-image: url("../images/dropdown.svg");
}
.inner-page.scrolled header .inner .language-switcher .sub-menu li {
  color: #103646;
}
.inner-page.scrolled header .inner nav > ul > li {
  color: #fff;
}
.inner-page.scrolled header .inner nav > ul > li a::after {
  background-image: url("../images/dropdown.svg");
}
.inner-page.scrolled header .inner .mobile-menu-toggle span {
  background: #fff;
}

footer {
  padding: 85px 0 60px;
  background: #103646;
}
footer .footer-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  footer .footer-row {
    flex-wrap: wrap;
  }
}
footer .footer-row:first-child {
  align-items: center;
}
footer .footer-row:nth-child(2) {
  margin: 65px 0 105px;
}
footer .footer-row:nth-child(3) {
  align-items: center;
}
@media (max-width: 1023px) {
  footer .footer-col {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
footer .footer-col h3 {
  margin: 0 0 10px;
  color: #fff;
  font: 700 16px/20px Montserrat, sans-serif;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
}
footer .footer-col ul {
  list-style: none;
  min-width: 245px;
}
footer .footer-col > div + h3 {
  margin-top: 50px;
}
footer .footer-col li {
  font: 500 12px/15px Montserrat, sans-serif;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
}
footer .footer-col li + li {
  border-top: 1px solid #062C3C;
}
footer .footer-col a {
  display: block;
  padding: 10px 0;
  color: #EBC79C;
  transition: all 0.4s;
}
footer .footer-col a:hover {
  color: #fff;
  transform: translateX(5px);
}
@media (max-width: 1023px) {
  footer .footer-col + .footer-col {
    margin-top: 50px;
  }
}
footer .social-links {
  display: flex;
}
footer .social-links a {
  display: block;
  transition: all 0.4s;
}
footer .social-links a:hover {
  transform: scale(1.1);
}
footer .social-links a + a {
  margin-left: 20px;
}
@media (max-width: 1023px) {
  footer .contacts-bar {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 50px 0 0;
  }
}
footer .contacts-bar .phones {
  color: #fff;
  font: 400 36px/44px Montserrat, sans-serif;
  letter-spacing: 0em;
  text-align: left;
}
@media (min-width: 1024px) {
  footer .contacts-bar .phones {
    font-size: 46px;
    line-height: 78px;
  }
}
footer .contacts-bar .phones a {
  display: block;
  font-weight: 600;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  footer .contacts-bar .phones a {
    display: inline-block;
  }
}
footer .contacts-bar .phones a .prefix {
  color: #EBC79C;
}
footer .contacts-bar .phones a:hover {
  color: #EBC79C;
}
footer .contacts-bar .phones .separator {
  display: none;
}
@media (min-width: 768px) {
  footer .contacts-bar .phones .separator {
    display: inline-block;
  }
}
footer .contacts-bar .address {
  margin-top: 25px;
}
@media (min-width: 1024px) {
  footer .contacts-bar .address {
    margin-top: -14px;
  }
}
footer .contacts-bar .address p {
  color: #EBC79C;
  font: 400 14px/22px Montserrat, sans-serif;
  letter-spacing: 0em;
  text-align: left;
}
footer .contacts-bar .address p .value, footer .contacts-bar .address p a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
}
footer .contacts-bar .address p .separator {
  display: none;
}
@media (min-width: 1024px) {
  footer .contacts-bar .address p .separator {
    display: inline-block;
  }
}
@media (max-width: 1023px) {
  footer .copyright-notice {
    order: 2;
    margin-top: 50px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
footer .copyright-notice p {
  color: #A79075;
  font: 400 14px/22px Montserrat, sans-serif;
  letter-spacing: 0em;
  text-align: left;
}
footer .copyright-notice p a {
  transition: all 0.4s;
}
footer .copyright-notice p a:hover {
  color: #fff;
}
footer .partners {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  footer .partners {
    flex-wrap: wrap;
  }
}
footer .partners figure {
  margin: 0 20px 20px 0;
}
@media (min-width: 1024px) {
  footer .partners figure {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  footer .partners figure + figure {
    margin-left: 50px;
  }
}

.button-red {
    color: #F5DFC4 !important;
    border: 2px solid #AB000A !important;
    background: #AB000A !important;
}

.button-red:hover,
.button-wrapper .button-red:hover {
    border: 2px solid #F5DFC4 !important;
    background-color: #F5DFC4 !important;
    color: #103646 !important;
}

.sticky-notice {
    height: 180px;
    width: 180px;
    position: fixed;
    display: block;
    right: 80px;
    top: 75%;
    z-index: 10;
}

.consultation-bar {
    display: none;
}

.second-bar {
    top: 42px;
}

.consultation-bar .button {
    color: #FFF;
    background: #AB000A;
    text-transform: uppercase;
    font: 700 12px / 19px Montserrat, sans-serif;
    text-align: center;
    padding: 8px 14px;
    width: 100%;
    height: 100%;
    display: block;
    padding: 12px 30px 11px;
}

.sticky-notice-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50px;
}

.sticky-notice-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.sticky-notice .button {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    border: 2px solid #AB000A;
    background: #AB000A;
    text-transform: uppercase;
    font: 700 10px / 10px Montserrat, sans-serif;
    text-align: center;
    padding: 8px 14px;
    border-radius: 37px;
}

.sticky-notice-closex {
    width: 8px;
    height: 8px;
    position: relative;
    border: 1.5px solid transparent;
}

.sticky-notice-closex::before, 
.sticky-notice-closex::after {
    content: '';
    position: absolute;
    top: 2px;
    left: -1.5px;
    width: 8px;
    height: 1.5px;
    background-color: #FFFFFF;
}

.sticky-notice-closex::before {
    transform: rotate(45deg);
}

.sticky-notice-closex::after {
    transform: rotate(-45deg);
}

.sticky-notice-close {
    height: 24px;
    width: 24px;
    background-color: #EBC79C;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    right: -12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.consultation-bar .button:hover,
.sticky-notice .button:hover {
    border: 2px solid #F5DFC4;
    background-color: #F5DFC4;
    color: #103646;
}

@media only screen and (max-width: 1024px) {
    .sticky-notice {
        display: none !important;
    }
    .consultation-bar {
        display: block;
    }
}

.button-wrapper {
  display: flex;
  justify-content: center;
}
.button-wrapper .button {
  display: block;
  padding: 11px 18px;
  color: #F5DFC4;
  font: 700 14px/17px Montserrat, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  background: #103646;
  border-radius: 99px;
  border: 2px solid #103646;
  transition: all 0.4s;
}
.button-wrapper .button:hover {
  color: #103646;
  background: #fff;
}

section .section-title {
  margin: 0 0 100px;
}
@media (min-width: 1024px) {
  section .section-title {
    margin: 0 0 50px;
  }
}
section .section-title h2 {
  margin: 30px 0 0;
  text-align: center;
}
@media (min-width: 1024px) {
  section .section-title h2 {
    margin-top: 10px;
  }
}
section .section-title h3,
section .section-title .subtitle {
  margin: 0 0 30px;
  color: #EBC79C;
  font: 500 14px/17px Montserrat, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  section .section-title h3,
  section .section-title .subtitle {
    margin: 0 0 10px;
    color: #EBC79C;
    font: 400 28px/34px Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: center;
  }
}
section .section-title p {
  margin-top: 10px;
  text-align: center;
}
section .section-footer {
  margin-top: 50px;
}

.inner-page section .section-title h2,
.inner-page section .section-title h3,
.inner-page section .section-title .subtitle,
.inner-page section .section-title p {
  text-align: left;
}
.inner-page section .section-footer .button-wrapper {
  justify-content: flex-start;
}

.simple-page {
  padding: 122px 0;
}
@media (min-width: 1024px) {
  .simple-page {
    padding: 250px 0 100px 0;
  }
}
@media (min-width: 768px) {
  .simple-page.with-sidebar .inner {
    display: flex;
  }
}
.simple-page .sidebar {
  margin: 0 0 50px;
  min-width: 200px;
}
@media (min-width: 768px) {
  .simple-page .sidebar {
    margin: 150px 100px 0 0;
    width: 200px;
  }
}
.simple-page .main-content {
  width: 100%;
}

@media (min-width: 960px) {
  .about-us {
    display: flex;
  }
}
@media (min-width: 960px) {
  .about-us div {
    flex: 1;
  }
}
@media (min-width: 960px) {
  .about-us div + div {
    margin-left: 30px;
  }
}
@media (min-width: 960px) {
  .about-us figure {
    margin: 0 !important;
  }
}

@media (max-width: 1023px) {
  .sidebar nav {
    display: block;
    border: 2px solid #F5DFC4;
    border-radius: 20px;
    padding: 0 20px;
  }
}
.sidebar nav ul li {
  display: none;
  color: #909090;
  font: 500 14px/17px Montserrat, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .sidebar nav ul li {
    display: block;
  }
}
.sidebar nav ul li a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 1px;
  color: inherit;
}
.sidebar nav ul li a span {
  display: block;
}
.sidebar nav ul li a i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
  color: #EBC79C;
  border-radius: 100%;
}
.sidebar nav ul li a i svg {
  display: block;
  width: 6px;
  height: auto;
}
.sidebar nav ul li.active {
  display: block;
  color: #103646;
}
@media (max-width: 1023px) {
  .sidebar nav ul li.active {
    border-top: none;
  }
}
.sidebar nav ul li.active a i {
  color: #fff;
  background: #EBC79C;
}
.sidebar nav ul li + li {
  border-top: 1px solid #ECECEC;
}

.pagination {
  display: flex;
  justify-content: space-between;
  margin: 100px 0 0;
}
.pagination .left {
  display: flex;
}
.pagination .left a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 43px;
  min-width: 43px;
  max-width: 43px;
  height: 43px;
  min-height: 43px;
  max-height: 43px;
  color: #fff;
  background: #F5DFC4 !important;
  border-radius: 100%;
  transition: all 0.4s;
}
.pagination .left a:hover {
  transform: scale(1.1);
}
.pagination .left a + a {
  margin-left: 20px;
}
.pagination .right {
  display: flex;
  align-items: center;
  color: #062C3C;
  color: #404040;
  font: 400 18px/29px Montserrat, sans-serif;
}
.pagination .right input {
  display: block;
  width: 37px;
  height: 37px;
  margin-right: 20px;
  color: #062C3C;
  color: #404040;
  font: 400 18px/29px Montserrat, sans-serif;
  line-height: 37px;
  text-align: center;
  background: #fff;
  border: solid 3px #F5DFC4;
  border-radius: 100%;
}

.slider-wrapper {
  padding: 0;
}

.slider .slide {
  position: relative;
  width: 100%;
  height: calc(100vh - 40px);
}
.slider .slide::before {
  content: "";
  position: absolute;
  z-index: 7;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.5) 0%, rgba(51, 51, 51, 0) 33.5%), linear-gradient(360deg, rgba(51, 51, 51, 0) 66.22%, rgba(0, 0, 0, 0.5) 100%);
}
.slider .slide img {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider .slide-content {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-50%);
}
.slider .slide-content .heading-1,
.slider .slide-content h1 {
  display: block;
  color: #FFFBF5;
  font: 800 34px/41px Montserrat, sans-serif;
  letter-spacing: 0.1em;
  margin: 10px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .slider .slide-content .heading-1,
  .slider .slide-content h1 {
    font-size: 66px;
    line-height: 80px;
  }
}
@media (min-width: 1024px) {
  .slider .slide-content .heading-1,
  .slider .slide-content h1 {
    width: max-content;
  }
}
.slider .slide-content h3,
.slider .slide-content .subtitle {
  display: none;
  color: #EBC79C;
  font: 400 28px/34px Montserrat, sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #FFFBF5;
  text-align: center;
}
@media (min-width: 1024px) {
  .slider .slide-content h3,
  .slider .slide-content .subtitle {
    display: block;
  }
}
.slider .slide-content p {
  color: #FFFBF5;
  text-align: center;
}
.slider .owl-nav {
  position: absolute;
  left: 0;
  bottom: 65px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.slider .owl-nav [class*=owl-] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 43px;
  min-width: 43px;
  max-width: 43px;
  height: 43px;
  min-height: 43px;
  max-height: 43px;
  background: #F5DFC4 !important;
  border-radius: 100%;
  transition: all 0.4s;
}
.slider .owl-nav [class*=owl-]:hover {
  transform: scale(1.1);
}
.slider .owl-nav [class*=owl-] + [class*=owl-] {
  margin-left: 20px;
}

@media (min-width: 1024px) {
  .why-us-wrapper .text-columns {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .why-us-wrapper .text-columns div {
    width: calc(50% - 50px);
    min-width: calc(50% - 50px);
    max-width: calc(50% - 50px);
  }
}
.why-us-wrapper .text-columns div + div {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .why-us-wrapper .text-columns div + div {
    margin-top: 0;
  }
}

.reviews-wrapper {
  padding: 0;
}
.reviews-wrapper .inner {
  padding: 50px 0;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
@media (min-width: 1024px) {
  .reviews-wrapper .inner {
    padding: 100px 0;
  }
}
.reviews-wrapper .section-title {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .reviews-wrapper .section-title h3,
  .reviews-wrapper .section-title .subtitle {
    font-size: 28px;
    line-height: 34px;
  }
}
.reviews-wrapper .review {
  padding: 0 30px 60px;
  width: 100%;
}
@media (min-width: 1024px) {
  .reviews-wrapper .review {
    padding: 0 150px;
  }
}
.reviews-wrapper .review p {
  font: 400 18px/28px Montserrat, sans-serif;
  text-align: center;
}
@media (min-width: 1024px) {
  .reviews-wrapper .review p {
    font-size: 22px;
    line-height: 35px;
  }
}
.reviews-wrapper .reviews .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  display: flex;
  justify-content: center;
  transform: translateY(-50%);
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  .reviews-wrapper .reviews .owl-nav {
    left: 70px;
    right: 70px;
    justify-content: space-between;
  }
}
.reviews-wrapper .reviews .owl-nav [class*=owl-] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 43px;
  min-width: 43px;
  max-width: 43px;
  height: 43px;
  min-height: 43px;
  max-height: 43px;
  background: #F5DFC4 !important;
  border-radius: 100%;
  transition: all 0.4s;
}
.reviews-wrapper .reviews .owl-nav [class*=owl-]:hover {
  transform: scale(1.1);
}
@media (max-width: 1023px) {
  .reviews-wrapper .reviews .owl-nav .owl-prev {
    margin-right: 10px;
  }
}
@media (max-width: 1023px) {
  .reviews-wrapper .reviews .owl-nav .owl-next {
    margin-left: 10px;
  }
}

.features-wrapper .features {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
@media (min-width: 480px) {
  .features-wrapper .features {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .features-wrapper .features {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .features-wrapper .features {
    grid-template-columns: repeat(6, 1fr);
  }
}
.features-wrapper .features .feature {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.features-wrapper .features .feature svg {
  display: block;
  width: 100px;
  height: 90px;
  object-fit: contain;
}
.features-wrapper .features .feature figcaption {
  margin: 40px 0 0;
  color: #103646;
  font: 700 20px/30px Montserrat, sans-serif;
  letter-spacing: 0;
  text-align: center;
}

.gallery-strip {
  padding: 0;
}
.gallery-strip figure {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: min(100%, 290px);
}
.gallery-strip figure img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-strip .owl-nav {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 50%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  transition: all 0.4s;
  pointer-events: none;
}
.gallery-strip .owl-nav [class*=owl-] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 43px;
  min-width: 43px;
  max-width: 43px;
  height: 43px;
  min-height: 43px;
  max-height: 43px;
  background: #F5DFC4 !important;
  border-radius: 100%;
  pointer-events: all;
  transition: all 0.4s;
}
.gallery-strip .owl-nav [class*=owl-]:hover {
  transform: scale(1.1);
}

.gallery .large-image {
  border-radius: 30px;
  overflow: hidden;
}
.gallery .large-image img {
  height: auto;
}
.gallery .thumbnails {
  margin: 50px 0 0;
  padding: 0 75px;
  overflow: hidden;
}
.gallery .thumbnails .owl-stage-outer {
  z-index: 999;
  border-radius: 30px;
}
.gallery .thumbnails .owl-item img {
  height: auto;
}
.gallery .thumbnails .owl-nav {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 50%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.gallery .thumbnails .owl-nav [class*=owl-] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 43px;
  min-width: 43px;
  max-width: 43px;
  height: 43px;
  min-height: 43px;
  max-height: 43px;
  background: #F5DFC4 !important;
  border-radius: 100%;
  transition: all 0.4s;
}
.gallery .thumbnails .owl-nav [class*=owl-]:hover {
  transform: scale(1.1);
}

.staff-wrapper .staff {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 50px 0;
}
@media (min-width: 1024px) {
  .staff-wrapper .staff {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
  }
}
.staff-wrapper .staff .employee {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.staff-wrapper .staff .employee figure {
  position: relative;
  display: block;
  width: 100%;
  max-width: 250px;
  height: auto;
  overflow: hidden;
}
.staff-wrapper .staff .employee figure::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 30px;
  background: #fff;
}
.staff-wrapper .staff .employee figure img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  border-radius: 100%;
}
.staff-wrapper .staff .employee h3 {
  margin: 0 0 10px;
  color: #103646;
}
.staff-wrapper .staff .employee p {
  margin: 10px 0 0;
  color: #EBC79C;
  font: 800 14px/17px Montserrat, sans-serif;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
}

.services-wrapper {
  background: #FFFBF5;
}
.services-wrapper .services {
  display: grid;
  grid-gap: 10px 0;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .services-wrapper .services {
    grid-gap: 50px 0;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .services-wrapper .services {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.services-wrapper .services .service {
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .services-wrapper .services .service {
    padding: 30px 80px;
  }
}
.services-wrapper .services .service figure {
  display: block;
  margin: 30px 0 50px;
  width: 100%;
  height: auto;
  max-height: 130px;
}
.services-wrapper .services .service figure img,
.services-wrapper .services .service figure svg {
  display: block;
  width: auto;
  height: 100%;
}
@media (max-width: 1023px) {
  .services-wrapper .services .service figure img,
  .services-wrapper .services .service figure svg {
    margin: 0 auto;
  }
}
.services-wrapper .services .service h3,
.services-wrapper .services .service .heading-3 {
  margin: 50px 0 25px;
}
.services-wrapper .services .service .more {
  margin-top: 30px;
}
.services-wrapper .services .service .more a {
  display: inline-block;
  padding: 13px 20px;
  color: #103646;
  font: 700 14px/17px Montserrat, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 3px solid #F5DFC4;
  border-radius: 99px;
  transition: all 0.4s;
}
.services-wrapper .services .service .more a:hover {
  color: #F5DFC4;
  background: #103646;
  border-color: #103646;
}
@media (min-width: 1024px) {
  .services-wrapper .services .service:nth-child(2), .services-wrapper .services .service:nth-child(5) {
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
  }
}

.news-wrapper {
  background: #F5DFC4;
}
@media (max-width: 1023px) {
  .news-wrapper .inner {
    padding: 0;
  }
}
.news-wrapper .section-title h3,
.news-wrapper .section-title .subtitle {
  color: #103646;
}
.news-wrapper .section-footer .button-wrapper .news-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 41px;
  min-width: 41px;
  max-width: 41px;
  height: 41px;
  min-height: 41px;
  max-height: 41px;
  background: #103646;
  border: 2px solid #103646;
  border-radius: 100%;
  transition: all 0.4s;
}
.news-wrapper .section-footer .button-wrapper .news-button:hover {
  transform: scale(1.1);
}
.news-wrapper .section-footer .button-wrapper .news-button.news-prev {
  margin-right: 50px;
}
.news-wrapper .section-footer .button-wrapper .news-button.news-next {
  margin-left: 50px;
}
.news-wrapper .news .article {
  margin: 25px;
  border-radius: 30px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.news-wrapper .news .article figure {
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.news-wrapper .news .article figure img {
  display: block;
  width: calc(100% + 4px);
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateX(-2px) scale(1.1);
}
.news-wrapper .news .article .info {
  position: relative;
  padding: 30px;
  background: #fff;
}
.news-wrapper .news .article .info .date {
  position: absolute;
  right: 30px;
  bottom: 40px;
  display: block;
  color: #EBC79C;
  font: 700 14px/22px Montserrat, sans-serif;
}
.news-wrapper .news .article h3 {
  margin-bottom: 30px;
}
.news-wrapper .news .article .more {
  margin-top: 30px;
}
.news-wrapper .news .article .more a {
  display: inline-block;
  padding: 13px 20px;
  color: #103646;
  font: 700 14px/17px Montserrat, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 3px solid #F5DFC4;
  border-radius: 99px;
  transition: all 0.4s;
}
.news-wrapper .news .article .more a:hover {
  color: #F5DFC4;
  background: #103646;
  border-color: #103646;
}

@media (min-width: 960px) {
  .contacts {
    display: flex;
  }
}
@media (min-width: 960px) {
  .contacts .info {
    width: 60%;
    min-width: 60%;
    max-width: 60%;
  }
}
.contacts .info h3 {
  color: #103646;
  font: 800 28px/34px Montserrat, sans-serif;
  color: #103646;
}
.contacts .info h3 small {
  color: #404040;
  font: 700 18px/29px Montserrat, sans-serif;
  display: block;
  color: #103646;
}
.contacts .info h3 span {
  color: #EBC79C;
}
.contacts .info h3 + h3 {
  margin-top: 50px;
}
.contacts .info hr {
  display: block;
  margin: 50px 0;
  width: 95%;
  height: 1px;
  border: none;
  background: #ECECEC;
}
.contacts .info p {
  font: 400 14px/22px Montserrat, sans-serif;
  letter-spacing: 0;
  text-align: left;
}
@media (min-width: 960px) {
  .contacts .info + .map {
    margin-left: 30px;
  }
}
@media (min-width: 960px) {
  .contacts .map {
    width: 34%;
    max-width: 34%;
    min-width: 34%;
    margin: 0 !important;
  }
}
.contacts .map figure {
  margin: 0;
  padding: 0;
  height: auto;
}
.contacts .map figure img {
  position: static;
  width: 100%;
  height: auto;
}
.contacts .work-hours {
  display: flex;
}
.contacts .work-hours .workdays {
  display: flex;
  margin-right: 50px;
}
.contacts .work-hours .workdays li {
  position: relative;
  display: block;
  padding-bottom: 21px;
  min-width: 16px;
  font: 400 14px/22px Montserrat, sans-serif;
  letter-spacing: 0;
  text-align: left;
  color: #103646;
  text-align: center;
}
.contacts .work-hours .workdays li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 3px solid #EBC79C;
  border-radius: 100%;
}
.contacts .work-hours .workdays li.working::before {
  background: #EBC79C;
}
.contacts .work-hours .workdays li + li {
  margin-left: 10px;
}
.contacts .work-hours p {
  font: 400 14px/22px Montserrat, sans-serif;
  letter-spacing: 0;
  text-align: left;
  color: #103646;
}
.contacts.wysiwyg .tag span {
  font: 400 14px/22px Montserrat, sans-serif;
  letter-spacing: 0;
  text-align: left;
}

.wpcf7 form .form-row + .form-row,
.form-wrapper form .form-row + .form-row {
  margin-top: 25px;
}
.wpcf7 form label,
.form-wrapper form label {
  font: 400 14px/22px Montserrat, sans-serif;
  letter-spacing: 0;
  text-align: left;
  display: block;
  margin: 0 0 5px;
  width: 100%;
  color: #404040;
}
.wpcf7 form label.with-checkbox
.form-wrapper form label.with-checkbox {
  position: relative;
  margin: 0;
  padding-left: 60px;
  color: #909090;
  font: 400 11px/17px Montserrat, sans-serif;
  letter-spacing: 0em;
  text-align: left;
}
.wpcf7 form label.with-checkbox br,
.form-wrapper form label.with-checkbox br {
  display: none;
}
.wpcf7 form label.with-checkbox .wpcf7-form-control-wrap,
.form-wrapper form label.with-checkbox .wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
  top: 0;
}
.wpcf7 form input[type=text], .wpcf7 form input[type=email],
.form-wrapper form input[type=text], .form-wrapper form input[type=email] {
  font: 400 14px/22px Montserrat, sans-serif;
  letter-spacing: 0;
  text-align: left;
  display: block;
  padding: 13px 20px;
  width: 100%;
  color: #404040;
  border: 3px solid #ECECEC;
  border-radius: 23px;
}
.wpcf7 form input[type=text].wpcf7-not-valid, 
.wpcf7 form input[type=email].wpcf7-not-valid,
.form-wrapper form input[type=text].wpcf7-not-valid, 
.form-wrapper form input[type=email].wpcf7-not-valid {
  border-color: red;
}
.wpcf7 form input[type=checkbox],
.form-wrapper form input[type=checkbox] {
  margin: 0;
  width: 30px;
  height: 30px;
}
.wpcf7 form .wpcf7-not-valid-tip,
.form-wrapper form .wpcf7-not-valid-tip {
  margin: 5px 0 0;
  color: red;
  font: 400 12px/15px Montserrat, sans-serif;
}
.wpcf7 form .wpcf7-response-output,
.form-wrapper form .wpcf7-response-output {
  padding: 0;
  color: #103646;
  font: 700 14px/17px Montserrat, sans-serif;
  border: none;
}
.wpcf7 form textarea,
.form-wrapper form textarea {
  font: 400 14px/22px Montserrat, sans-serif;
  letter-spacing: 0;
  text-align: left;
  display: block;
  padding: 20px;
  width: 100%;
  height: 200px;
  color: #404040;
  border: 3px solid #ECECEC;
  border-radius: 23px;
}
.wpcf7 form textarea.wpcf7-not-valid,
.form-wrapper form textarea.wpcf7-not-valid {
  border-color: red;
}
.wpcf7 form .button-wrapper,
.form-wrapper form .button-wrapper {
  margin-top: 50px;
  justify-content: flex-start;
}
.wpcf7 form .button-wrapper button,
.wpcf7 form .button-wrapper input[type=submit],
.form-wrapper form .button-wrapper button,
.form-wrapper form .button-wrapper input[type=submit] {
  display: block;
  padding: 13px 20px;
  color: #103646;
  font: 700 14px/17px Montserrat, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  background: none;
  border: 3px solid #F5DFC4;
  border-radius: 23px;
  cursor: pointer;
  transition: all 0.4s;
}
.wpcf7 form .button-wrapper button:hover,
.wpcf7 form .button-wrapper input[type=submit]:hover,
.form-wrapper form .button-wrapper button:hover,
.form-wrapper form .button-wrapper input[type=submit]:hover {
  background: #F5DFC4;
}
.wpcf7 form .button-wrapper button:disabled,
.wpcf7 form .button-wrapper input[type=submit]:disabled,
.form-wrapper form .button-wrapper button:disabled,
.form-wrapper form .button-wrapper input[type=submit]:disabled {
  color: #909090;
  background: none;
  border-color: #909090;
}
.wpcf7 form .wpcf7-list-item.first.last label,
.form-wrapper form .wpcf7-list-item.first.last label {
  display: flex;
}
.wpcf7 form .wpcf7-list-item.first.last label input[type=checkbox],
.form-wrapper form .wpcf7-list-item.first.last label input[type=checkbox] {
  min-width: 30px;
  margin-right: 20px;
}

@media screen and (max-width: 1023px) {
    .wysiwyg img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

@media screen and (min-width: 1024px) {
    .wysiwyg img {
        max-height: 100%;
        max-width: 100%;
        object-fit: cover;
    }
}

.wysiwyg figure {
  position: relative;
  display: block;
  margin: 50px 0;
  width: 100%;
  height: 0;
  padding-bottom: 43%;
  border-radius: 30px;
  overflow: hidden;
}
.wysiwyg figure.tall {
  padding-bottom: 60%;
}
.wysiwyg figure img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wysiwyg figure.auto {
  padding-bottom: 0;
  height: auto;
}
.wysiwyg figure.auto img {
  position: static;
  height: auto;
}
.wysiwyg strong, .wysiwyg b {
  font-weight: 700;
}
.wysiwyg em, .wysiwyg i {
  font-style: italic;
}

.wysiwyg h6,
.wysiwyg h5,
.wysiwyg h4,
.wysiwyg h3,
.wysiwyg h2,
.wysiwyg h1 {
  margin: 24px 0;
  text-transform: none;
}
.wysiwyg h3 {
  color: #404040;
}
.wysiwyg h2 {
  color: #103646;
  font: 800 28px/34px Montserrat, sans-serif !important;
}
.wysiwyg ul {
  list-style: disc;
  margin: 30px 0 30px 20px;
}
.wysiwyg ul li {
  color: #404040;
  font: 400 18px/29px Montserrat, sans-serif;
  color: #404040;
}
.wysiwyg ul li + li {
  margin-top: 5px;
}
.wysiwyg ol {
  list-style: decimal;
  margin: 30px 0 30px 20px;
}
.wysiwyg ol li {
  color: #404040;
  font: 400 18px/29px Montserrat, sans-serif;
  color: #404040;
}
.wysiwyg ol li + li {
  margin-top: 5px;
}
.wysiwyg table {
  width: 100%;
  margin: 30px 0;
}
.wysiwyg table tr:first-child th, .wysiwyg table tr:first-child td {
  background: #eee;
  border-bottom: none;
}
.wysiwyg table th, .wysiwyg table td {
  padding: 10px;
  color: #404040;
  font: 400 18px/29px Montserrat, sans-serif;
  color: #404040;
  border-bottom: 1px solid #ccc;
}
.wysiwyg .tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
}
.wysiwyg .tag svg {
  margin-right: 20px;
}
.wysiwyg .tag span {
  color: #404040;
  font: 400 18px/29px Montserrat, sans-serif;
  color: #404040;
}

.accordeon {
  margin: 50px 0 0;
}
.accordeon-element {
  display: block;
  border: 3px solid #F5DFC4;
  border-radius: 30px;
}
.accordeon-element + .accordeon-element {
  margin-top: 20px;
}
.accordeon-toggle {
  position: relative;
  padding: 20px 55px 20px 30px;
  cursor: pointer;
}
.accordeon-toggle h3 {
  color: #404040;
  font: 700 18px/29px Montserrat, sans-serif;
  margin: 0 !important;
  color: #103646;
}
.accordeon-toggle h3 span {
  color: #404040;
  font: 400 18px/29px Montserrat, sans-serif;
  color: #103646;
}
.accordeon-toggle::before {
  content: "";
  position: absolute;
  z-index: 5;
  right: 25px;
  top: 26px;
  display: block;
  width: 18px;
  height: 18px;
  background: #EBC79C;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.4s;
}
.accordeon-toggle::after {
  content: "";
  position: absolute;
  z-index: 10;
  right: 30px;
  top: 33px;
  display: block;
  width: 8px;
  height: 5px;
  background: url("../images/dropdown-inner.svg") no-repeat center center;
  background-size: contain;
}
.accordeon-toggle:hover::before {
  opacity: 1;
}
.accordeon-toggle:hover::after {
  background-image: url("../images/dropdown.svg");
}
.accordeon-content {
  display: none;
  padding: 0 30px 30px;
}
.accordeon-content iframe {
  dispaly: block;
  width: 100%;
  height: 400px;
}
.accordeon-element.active .accordeon-toggle::before {
  opacity: 1;
}
.accordeon-element.active .accordeon-toggle::after {
  background-image: url("../images/dropdown.svg");
}
.accordeon-element.active .accordeon-content {
  display: block;
}

.gallery-grid {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.gallery-grid .gallery-grid-item figure {
  width: 100%;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
}
.gallery-grid .gallery-grid-item figure img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.gallery-grid .gallery-grid-item h3 {
  margin: 30px 0 0;
}

.cards-grid {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr;
}
@media (min-width: 480px) {
  .cards-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 960px) {
  .cards-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .cards-grid-item {
    display: flex;
  }
}
.cards-grid-item figure {
  display: block;
  width: 100%;
  min-width: 164px;
  max-width: 164px;
  height: 120px;
  margin: 0 0 25px;
  padding: 25px;
  border: 3px solid #F5DFC4;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .cards-grid-item figure {
    margin: 0 25px 0 0;
  }
}
.cards-grid-item figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cards-grid-content h3 {
  color: #404040;
  font: 700 18px/29px Montserrat, sans-serif;
  margin: 25px 0 10px;
  color: #103646;
}
@media (min-width: 1024px) {
  .cards-grid-content h3 {
    margin-top: 0;
  }
}
.cards-grid-content p {
  font: 400 14px/22px Montserrat, sans-serif;
  letter-spacing: 0;
  text-align: left;
  margin: 10px 0 0;
  color: #404040;
}

.team-grid {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr;
}
@media (min-width: 960px) {
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .team-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.team-grid-item figure {
  position: relative;
  display: block;
  width: 100%;
}
.team-grid-item figure::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 30px;
  background: #fff;
}
.team-grid-item figure img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 100%;
  overflow: hidden;
}
.team-grid-item h3 {
  color: #103646;
  font: 800 28px/34px Montserrat, sans-serif;
  margin: 0 0 10px;
}
.team-grid-item h4 {
  color: #404040;
  font: 700 18px/29px Montserrat, sans-serif;
  margin: 10px 0 30px;
  color: #F5DFC4;
}
.team-grid-item .button-wrapper {
  margin-top: 40px;
}

.articles-grid {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 1fr;
  margin: -25px -25px 0;
}
@media (min-width: 480px) {
  .articles-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .articles-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) {
  .articles-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.articles-grid-item {
  margin: 25px;
  border-radius: 30px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.articles-grid-item figure {
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.articles-grid-item figure img {
  display: block;
  width: calc(100% + 4px);
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateX(-2px);
}
.articles-grid-item .info {
  position: relative;
  padding: 30px;
  background: #fff;
}
.articles-grid-item h3 {
  margin-bottom: 30px;
}
.articles-grid-item .more {
  margin-top: 30px;
}
.articles-grid-item .more a {
  display: inline-block;
  padding: 13px 20px;
  color: #103646;
  font: 700 14px/17px Montserrat, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 3px solid #F5DFC4;
  border-radius: 99px;
  transition: all 0.4s;
}
.articles-grid-item .more a:hover {
  color: #F5DFC4;
  background: #103646;
  border-color: #103646;
}

.news-grid {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 1fr;
  margin: -25px -25px 0;
}
@media (min-width: 768px) {
  .news-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .news-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.news-grid-item {
  margin: 25px;
  border-radius: 30px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.news-grid-item figure {
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.news-grid-item figure img {
  display: block;
  width: calc(100% + 4px);
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateX(-2px);
}
.news-grid-item .info {
  position: relative;
  padding: 30px;
  background: #fff;
}
.news-grid-item .info .date {
  position: absolute;
  right: 30px;
  bottom: 40px;
  display: block;
  color: #EBC79C;
  font: 700 14px/22px Montserrat, sans-serif;
}
.news-grid-item h3 {
  margin-bottom: 30px;
}
.news-grid-item .more {
  margin-top: 30px;
}
.news-grid-item .more a {
  display: inline-block;
  padding: 13px 20px;
  color: #103646;
  font: 700 14px/17px Montserrat, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 3px solid #F5DFC4;
  border-radius: 99px;
  transition: all 0.4s;
}
.news-grid-item .more a:hover {
  color: #F5DFC4;
  background: #103646;
  border-color: #103646;
}

.services-menu {
  display: flex;
  border: 3px solid #F5DFC4;
  border-radius: 30px;
  overflow-x: scroll;
  scrollbar-color: #103646 transparent;
}
.services-menu::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 99px;
}
.services-menu::-webkit-scrollbar-thumb {
  background: #103646;
}
.services-menu::-webkit-scrollbar-track {
  background: transparent;
}
.services-menu .service {
  flex: 1;
  padding: 10px;
}
.services-menu .service a {
  display: block;
}
.services-menu .service figure {
  display: flex;
  justify-content: center;
  margin: 15px auto 20px;
  color: #909090;
}
.services-menu .service figure svg {
  display: block;
  width: auto;
  height: 45px;
}
.services-menu .service h3 {
  position: relative;
  display: block;
  padding-bottom: 30px;
  color: #909090;
  font: 700 14px/21px Montserrat, sans-serif;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
.services-menu .service h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 15px;
  height: 15px;
  background: #F5DFC4;
  border-radius: 100%;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.services-menu .service h3::after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 5px;
  display: block;
  width: 7px;
  height: 5px;
  background: url("../images/dropdown-inner.svg") no-repeat center center;
  background-size: contain;
  transform: translateX(-50%);
}
.services-menu .service + .service {
  border-left: 1px solid #F5DFC4;
}
.services-menu .service.active figure {
  color: #103646;
}
.services-menu .service.active h3 {
  color: #103646;
}
.services-menu .service.active h3::before {
  opacity: 1;
}
.services-menu .service.active h3::after {
  background-image: url("../images/dropdown.svg");
}

.services-submenu {
  display: flex;
  margin: 10px 0 0;
  background: #F5DFC4;
  border-radius: 30px;
  overflow-x: scroll;
  scrollbar-color: #103646 transparent;
}
.services-submenu::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 99px;
}
.services-submenu::-webkit-scrollbar-thumb {
  background: #103646;
}
.services-submenu::-webkit-scrollbar-track {
  background: transparent;
}
.services-submenu .service {
  margin: 20px 0;
  padding: 0 20px;
  max-width: 250px;
}
.services-submenu .service h3 {
  position: relative;
  display: block;
  padding-bottom: 32px;
  color: #A79075;
  font: 500 14px/17px Montserrat, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
.services-submenu .service h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 18px;
  height: 18px;
  background: #103646;
  border-radius: 100%;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.services-submenu .service h3::after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 6px;
  display: block;
  width: 7px;
  height: 5px;
  background: url("../images/dropdown-inner.svg") no-repeat center center;
  background-size: contain;
  transform: translateX(-50%);
}
.services-submenu .service + .service {
  border-left: 1px solid #fff;
}
.services-submenu .service.active figure {
  color: #103646;
}
.services-submenu .service.active h3 {
  color: #103646;
}
.services-submenu .service.active h3::before {
  opacity: 1;
}
.services-submenu .service.active h3::after {
  background-image: url("../images/dropdown.svg");
}

.reviews-list-item {
  margin: 50px 0;
}
.reviews-list-item h3 {
  color: #103646;
  font: 800 28px/34px Montserrat, sans-serif;
  color: #103646;
}
.reviews-list-item h3 span {
  font: 400 14px/22px Montserrat, sans-serif;
  letter-spacing: 0;
  text-align: left;
  line-height: inherit;
  color: #EBC79C;
}

.single-service-wrapper {
  margin: 50px 0 0;
}
@media (min-width: 1024px) {
  .single-service-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .single-service-wrapper .wysiwyg {
    width: 61%;
    max-width: 780px;
  }
}
@media (min-width: 1024px) {
  .single-service-wrapper .form-wrapper {
    width: 31%;
    max-width: 400px;
  }
}
.single-service-wrapper h3 {
  margin: 50px 0;
}

.service-prices-wrapper {
  padding: 100px 0 !important;
  background: #F5DFC4;
}
.service-prices-wrapper .prices .doctors {
  overflow-x: auto;
}
.service-prices-wrapper .prices .doctors .doctor.active, .service-prices-wrapper .prices .doctors .doctor:hover {
  border-color: #fff;
}
.service-prices-wrapper .prices .price-tables {
  border-color: #fff;
}

.prices {
  margin: 50px 0 0;
}
@media (min-width: 1024px) {
  .prices {
    display: flex;
    justify-content: space-between;
  }
}
.prices .doctors {
  display: flex;
  overflow-x: auto;
}
@media (min-width: 1024px) {
  .prices .doctors {
    display: block;
    width: 26%;
    max-width: 330px;
  }
}
.prices .doctors .doctor {
  display: flex;
  margin: 0 0 10px;
  padding: 7px;
  border: 3px solid transparent;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  .prices .doctors .doctor {
    margin: 0;
    padding: 20px;
    width: 100%;
    min-width: 100%;
  }
}
.prices .doctors .doctor figure {
  display: block;
  margin: 0;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .prices .doctors .doctor figure {
    margin-right: 20px;
  }
}
.prices .doctors .doctor figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prices .doctors .doctor .info {
  display: none;
}
@media (min-width: 1024px) {
  .prices .doctors .doctor .info {
    display: block;
  }
}
.prices .doctors .doctor h3 {
  color: #404040;
  font: 700 18px/29px Montserrat, sans-serif;
  color: #103646;
}
.prices .doctors .doctor h4 {
  font: 700 14px/22px Montserrat, sans-serif;
  letter-spacing: 0;
  text-align: left;
  color: #A79075;
  transition: all 0.4s;
}
.prices .doctors .doctor.active, .prices .doctors .doctor:hover {
  border-color: #F5DFC4;
  background: #fff;
}
.prices .doctors .doctor.active h4, .prices .doctors .doctor:hover h4 {
  color: #EBC79C;
}
.prices .doctors .doctor + .doctor {
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .prices .doctors .doctor + .doctor {
    margin: 5px 0 0 0;
  }
}
.prices .price-tables {
  padding: 24px;
  background: #fff;
  border: 3px solid #F5DFC4;
  border-radius: 30px;
}
@media (min-width: 1024px) {
  .prices .price-tables {
    width: 70%;
    max-height: 900px;
    padding: 44px;
  }
}
.prices .price-tables .price-table {
  display: none;
}
.prices .price-tables .price-table-head {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
  font: 400 14px/22px Montserrat, sans-serif;
  letter-spacing: 0;
  text-align: left;
  color: #909090;
}
.prices .price-tables .price-table-row {
  display: flex;
  justify-content: space-between;
  color: #404040;
  font: 400 18px/29px Montserrat, sans-serif;
  color: #404040;
}
.prices .price-tables .price-table-row + .price-table-row {
  margin-top: 20px;
}
.prices .price-tables .price-table-row .price {
  color: #404040;
  font: 700 18px/29px Montserrat, sans-serif;
}
.prices .price-tables .price-table.active {
  display: block;
}
.prices + .wysiwyg {
  margin-top: 100px;
}

.cookies-panel {
  box-sizing: border-box;
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background: #A79075;
  transition: all 0.6s;
}
.cookies-panel.about-to-hide {
  bottom: -200px;
  opacity: 0;
}
.cookies-panel-content {
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 990px) {
  .cookies-panel-content {
    padding: 30px 0;
    width: 990px;
  }
}
.cookies-panel-content p {
  margin-bottom: 20px;
  color: #FFFBF5;
  color: #404040;
  font: 400 18px/29px Montserrat, sans-serif;
}
@media (min-width: 990px) {
  .cookies-panel-content p {
    padding-right: 70px;
  }
}
.cookies-panel-content a {
  color: #fff;
  text-decoration: underline;
}
.cookies-panel-content a:hover {
  text-decoration: none;
}
.cookies-panel-content button {
  display: block;
  padding: 11px 18px;
  color: #F5DFC4;
  font: 700 14px/17px Montserrat, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  background: #103646;
  border-radius: 99px;
  border: 2px solid #103646;
  transition: all 0.4s;
}
.cookies-panel-content button:hover {
  color: #103646;
  background: #fff;
}
.cookies-panel-content button + button {
  margin-top: 5px;
}
@media (min-width: 990px) {
  .cookies-panel-content button + button {
    margin-top: 0;
  }
}

#consultation-popup {
  display: none;
}

#consultation-popup-content {
  max-width: 600px;
}

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