/* FONTS
 ========================================================================== */
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Poppins-Black.woff") format('woff'), url("../fonts/Poppins-Black.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Poppins-Bold.woff") format('woff'), url("../fonts/Poppins-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Poppins-SemiBold.woff") format('woff'), url("../fonts/Poppins-SemiBold.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Poppins-Medium.woff") format('woff'), url("../fonts/Poppins-Medium.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Poppins-Regular.woff") format('woff'), url("../fonts/Poppins-Regular.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Poppins-Light.woff") format('woff'), url("../fonts/Poppins-Light.woff2") format('woff2');
}
@font-face {
  font-family: "DelmonDelicate";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/DelmonDelicate.woff") format('woff'), url("../fonts/DelmonDelicate.woff2") format('woff2');
}
/* MAIN  FILES
 ========================================================================== */
.grid-2, .grid-3, .grid-4, .grid-5 {
  display: grid;
}
.row1540, .row1480, .row1440, .row1270, .row1200, .row1170, .row {
  margin: 0 auto;
  max-width: 94%;
  position: relative;
}
.gap-1 {
  gap: 5px;
}
.gap-2 {
  gap: 10px;
}
.gap-3 {
  gap: 15px;
}
.gap-4 {
  gap: 20px;
}
.gap-5 {
  gap: 25px;
}
.gap-6 {
  gap: 30px;
}
.gap-7 {
  gap: 35px;
}
.gap-8 {
  gap: 40px;
}
.gap-9 {
  gap: 45px;
}
.gap-10 {
  gap: 50px;
}
.gap-11 {
  gap: 55px;
}
.gap-12 {
  gap: 60px;
}
.gap-13 {
  gap: 65px;
}
.gap-14 {
  gap: 70px;
}
.gap-15 {
  gap: 75px;
}
.gap-16 {
  gap: 80px;
}
.gap-17 {
  gap: 85px;
}
.gap-18 {
  gap: 90px;
}
.gap-19 {
  gap: 95px;
}
.gap-20 {
  gap: 100px;
}
.gap-21 {
  gap: 105px;
}
.gap-22 {
  gap: 110px;
}
.gap-23 {
  gap: 115px;
}
.gap-24 {
  gap: 120px;
}
.gap-25 {
  gap: 125px;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
}
.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 768px) {
}
.row1540 {
  width: 1540px;
}
.row1480 {
  width: 1480px;
}
.row1440 {
  width: 1440px;
}
.row1270 {
  width: 1270px;
}
.row1200 {
  width: 1200px;
}
.row1170 {
  width: 1170px;
}
.row {
  width: 1140px;
}
.m-space-sm {
  margin: 20px 0;
}
.m-space {
  margin: 40px 0;
}
.m-space-md {
  margin: 60px 0;
}
@media (max-width: 576px) {
  .m-space-md {
    margin: 40px 0;
  }
}
.m-space-xl {
  margin: 80px 0;
}
@media (max-width: 768px) {
  .m-space-xl {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .m-space-xl {
    margin: 40px 0;
  }
}
.m-space-lg {
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .m-space-lg {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .m-space-lg {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .m-space-lg {
    margin: 40px 0;
  }
}
.p-space-sm {
  padding: 20px 0;
}
.p-space {
  padding: 40px 0;
}
.p-space-md {
  padding: 60px 0;
}
@media (max-width: 576px) {
  .p-space-md {
    padding: 40px 0;
  }
}
.p-space-xl {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .p-space-xl {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .p-space-xl {
    padding: 40px 0;
  }
}
.p-space-lg {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .p-space-lg {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .p-space-lg {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .p-space-lg {
    padding: 40px 0;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #133550;
  color: #fff;
}
body ::selection {
  background: #133550;
  color: #fff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%;
}
input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4c4c4c;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #4c4c4c;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4c4c4c;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
  border-color: #133550;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #133550;
}
h1 {
  font-size: 60px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 50px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 36px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 20px;
  }
}
p {
  padding-bottom: 20px;
  line-height: 1.5;
  font-size: 18px;
  color: #133550;
}
p:last-child {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}
span {
  color: #133550;
}
a {
  color: #133550;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 7px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #133550;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #0e273b;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
#content {
  padding: 40px 0;
}
@media (max-width: 1140px) {
  #content {
    padding: 20px 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  max-width: 1980px;
  margin: 0 auto;
  overflow-x: clip;
}
.absl {
  position: absolute;
}
.mb-0 {
  margin-bottom: 0;
}
.col-fluid {
  grid-column-start: 1;
  grid-column-end: -1;
}
.ratio-image {
  position: relative;
  width: 100%;
}
.ratio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: '';
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #133550;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 15px 30px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: 0;
  background: #133550;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 480px) {
  .btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.btn:hover {
  background: #b5a079;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  background: #b5a079;
}
.btn.white {
  background-color: #fff;
  color: #133550 !important;
}
.btn.white span {
  color: #133550 !important;
}
.btn.white:hover {
  background-color: #b5a079;
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wys {
  max-width: 100%;
}
.wys ul {
  margin-left: 30px;
  padding-bottom: 20px;
}
.wys ul li {
  line-height: 1.4;
}
/* ==========================================================================
 FULL FRAME
 ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  background: #16a085;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 'Poppins', sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 form.submitting .wpcf7-spinner {
  visibility: visible;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.some .fa {
  display: inline-block;
  font: var(--fa-font-brands);
  width: auto;
  cursor: pointer;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 18px;
  color: #0080ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-link a.fa-facebook:hover:before {
  color: #3b5993 !important;
}
.s-link a.fa-twitter:hover:before {
  color: #55acee !important;
}
.s-link a.fa-instagram:hover:before {
  color: #181818 !important;
}
.s-link a.fa-linkedin:hover:before {
  color: #0177b5 !important;
}
.s-link a.fa-youtube:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-youtube-play:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-pinterest:hover:before {
  color: #bd081c !important;
}
.s-link a.fa-vimeo:hover:before {
  color: #1bb7ea !important;
}
.s-link a.fa-yelp:hover:before {
  color: #d32323 !important;
}
.s-link a.fa-google-plus:hover:before {
  color: #dd4c39 !important;
}
/* ==========================================================================
 index-style
 ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #b5a079;
}
.index-style .post-thumbnail {
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #133550;
  background: #133550;
}
#top {
  min-height: 500px;
}
.menu-burger {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 101;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 1140px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 480px;
  height: 100vh;
  background: #133550;
  z-index: 100;
  padding: 50px 0 0;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  display: none;
}
@media (max-width: 1140px) {
  .mobile-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .mobile-main-menu {
    width: 100%;
    max-width: 100%;
  }
}
.mobile-main-menu .desktop-hide {
  display: none;
}
@media (max-width: 600px) {
  .mobile-main-menu .desktop-hide {
    display: block;
  }
}
.mobile-main-menu .menu-btn-wrapper {
  padding: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn {
  font-size: 14px;
  margin-right: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn:last-child {
  margin-right: 0;
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-anchor {
  cursor: pointer;
  color: #fff;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile_menu_active {
  overflow: hidden;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1140px) {
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
.numbered_pagination {
  position: relative;
  text-align: center;
  grid-column-start: 1;
  grid-column-end: -1;
}
.numbered_pagination a, .numbered_pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  color: #1d1d1d;
}
.numbered_pagination a svg path, .numbered_pagination span svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.numbered_pagination a.current, .numbered_pagination span.current {
  background-color: #133550;
  color: #fff;
}
.numbered_pagination a:hover, .numbered_pagination span:hover {
  background-color: #133550;
  color: #fff;
}
.numbered_pagination a:hover.next svg path, .numbered_pagination span:hover.next svg path, .numbered_pagination a:hover.prev svg path, .numbered_pagination span:hover.prev svg path {
  fill: #fff;
}
.numbered_pagination a.dots, .numbered_pagination span.dots, .numbered_pagination a.next, .numbered_pagination span.next, .numbered_pagination a.prev, .numbered_pagination span.prev {
  color: #1d1d1d;
  border-bottom: 1px solid transparent;
}
/* ==========================================================================
 HEADER
 ========================================================================== */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 25px 0;
  will-change: transform, opacity;
  background-color: #133550;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1280px) {
  header {
    padding: 20px 0;
  }
}
@media (max-width: 1024px) {
  header {
    padding: 10px 0;
  }
}
header.header-sticky {
  background-color: rgba(19, 53, 80, 0.9);
}
header * {
  color: #fff;
}
header .left-header {
  flex: 1;
  gap: 140px;
}
@media (max-width: 1480px) {
  header .left-header {
    gap: 60px;
  }
}
header .left-header #logo {
  opacity: 1;
  color: #181818;
  -webkit-flex-basis: 190px;
  -moz-flex-basis: 190px;
  -ms-flex-basis: 190px;
  flex-basis: 190px;
  max-width: 190px;
  display: inline-block;
}
@media (max-width: 576px) {
  header .left-header #logo {
    -webkit-flex-basis: 130px;
    -moz-flex-basis: 130px;
    -ms-flex-basis: 130px;
    flex-basis: 130px;
    max-width: 130px;
  }
}
header .left-header #logo img, header .left-header #logo svg {
  max-width: 100%;
}
header .left-header #logo:hover {
  opacity: 0.8;
}
header .right-header {
  gap: 50px;
}
@media (max-width: 1380px) {
  header .right-header {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  header .right-header {
    gap: 10px;
  }
}
header .right-header .search-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  margin-left: auto;
}
header .right-header .search-box .search-form {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
header .right-header .search-box .search-form.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
header .right-header .search-box .search-form .field-wrapper {
  display: grid;
  grid-template-columns: 1fr 150px;
  align-items: stretch;
  grid-gap: 10px;
}
@media (max-width: 1024px) {
  header .right-header .search-box .search-form .field-wrapper {
    grid-template-columns: 1fr 120px;
  }
}
header .right-header .search-box .search-form .field-wrapper input {
  padding: 0 20px;
  height: 48px;
  border: 1px solid #a9b2c2;
  border-radius: 5px;
}
header .right-header .search-box .search-form .field-wrapper .btn {
  min-width: 100%;
}
header .right-header .search-box .search-icon {
  position: relative;
  z-index: 11;
  cursor: pointer;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1140px) {
  header .right-header .search-box .search-icon {
    width: auto;
    height: auto;
    border: none;
  }
}
header .right-header .search-box .search-icon.close svg, header .right-header .search-box .search-icon.close img {
  opacity: 0;
}
header .right-header .search-box .search-icon.close svg path {
  fill: #fff;
}
header .right-header .search-box .search-icon.close:after, header .right-header .search-box .search-icon.close:before {
  opacity: 1;
  background-color: #fff;
}
header .right-header .search-box .search-icon.close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .right-header .search-box .search-icon.close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .right-header .search-box .search-icon svg {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .right-header .search-box .search-icon svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .right-header .search-box .search-icon:after, header .right-header .search-box .search-icon:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  left: 3px;
  width: 18px;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
@media (max-width: 1140px) {
  header .right-header .search-box .search-icon:after, header .right-header .search-box .search-icon:before {
    left: 0;
  }
}
header .right-header .lang a {
  display: inline-block;
  position: relative;
  padding: 0 5px;
  line-height: 1;
}
header .right-header .lang a:after {
  content: '';
  position: absolute;
  right: -3px;
  width: 1px;
  height: 80%;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
header .right-header .lang a:last-of-type:after {
  display: none;
}
header .right-header .icons {
  gap: 20px;
}
@media (max-width: 1024px) {
  header .right-header .icons {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  header .right-header .icons {
    display: none;
  }
}
/* ==========================================================================
 Main Navigation
 ========================================================================== */
.main_nav {
  font-size: 0;
  flex: 1;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 50px;
}
@media (max-width: 1480px) {
  .main_nav .level_a {
    gap: 30px;
  }
}
@media (max-width: 1280px) {
  .main_nav .level_a {
    gap: 25px;
  }
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li > a {
  font-size: 16px;
  padding: 5px 10px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1480px) {
  .main_nav .level_a > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .main_nav .level_a > li > a {
    font-size: 14px;
  }
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  color: #b5a079;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  content: '';
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  z-index: 100;
  display: none;
  width: 220px;
  margin-top: 27px;
  padding: 10px 0;
  border-top: 3px solid #1d5079;
  border-bottom: 3px solid #1d5079;
  background: #133550;
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 13px;
  line-height: 1.3;
  padding: 3px 15px;
  color: #fff;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: #276ca2;
}
/* ==========================================================================
 FOOTER
 ========================================================================== */
.footer {
  padding: 35px 0;
  background: #133550;
  color: #fff;
}
.footer *, .footer a {
  color: #fff;
}
.footer--wrapper {
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer--wrapper {
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
  }
}
.footer--wrapper #f-logo {
  -webkit-flex-basis: 230px;
  -moz-flex-basis: 230px;
  -ms-flex-basis: 230px;
  flex-basis: 230px;
  max-width: 230px;
}
@media (max-width: 1024px) {
  .footer--wrapper #f-logo {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    max-width: 230px;
    margin: 0 auto;
  }
}
.footer--wrapper #f-logo img, .footer--wrapper #f-logo svg {
  max-width: 100%;
}
.footer--wrapper .info {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
}
@media (max-width: 576px) {
  .footer--wrapper .info {
    grid-template-columns: repeat(1, auto);
  }
}
.footer--wrapper .info .schedule, .footer--wrapper .info .address {
  grid-column-start: 1;
  grid-column-end: -1;
}
.footer--wrapper .info i {
  font-size: 27px;
}
@media (max-width: 768px) {
  .footer--wrapper .info i {
    font-size: 24px;
  }
}
.footer--wrapper .info .schedule, .footer--wrapper .info .address, .footer--wrapper .info .email a, .footer--wrapper .info .phone a {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 20px;
}
.footer--wrapper .info .schedule span, .footer--wrapper .info .address span, .footer--wrapper .info .email a span, .footer--wrapper .info .phone a span {
  font-size: 19px;
}
.footer--wrapper .some {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 35px;
}
@media (max-width: 1280px) {
  .footer--wrapper .some {
    gap: 20px;
  }
}
.footer--wrapper .some a {
  font-size: 40px;
}
@media (max-width: 1280px) {
  .footer--wrapper .some a {
    font-size: 30px;
  }
}
.footer--wrapper .some a:hover {
  color: #b5a079;
}
.section-title {
  margin-bottom: 50px;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  .section-title {
    gap: 20px;
  }
}
.section-title:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #133550;
}
.section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.hp-top--section {
  background-color: #b5a079;
  padding: 30px 0;
}
.hp-top--wrapper .wys h1 {
  font-family: 'DelmonDelicate', sans-serif;
  font-size: 100px;
}
@media (max-width: 1280px) {
  .hp-top--wrapper .wys h1 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .hp-top--wrapper .wys h1 {
    font-size: 40px;
  }
}
.hp-top--wrapper .wys h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
}
.hp-top--wrapper .wys * {
  color: #fff;
}
.hp-access--image .image {
  position: relative;
  aspect-ratio: 2;
}
.hp-access--image .image img, .hp-access--image .image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-access--via .title {
  margin-bottom: 30px;
}
.hp-access--via .title h2 {
  font-weight: 600;
}
.hp-access--via .options {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 35px;
}
@media (max-width: 768px) {
  .hp-access--via .options {
    gap: 15px;
  }
}
.hp-access--via .options .option {
  justify-content: flex-start;
  gap: 25px;
}
@media (max-width: 768px) {
  .hp-access--via .options .option {
    gap: 15px;
  }
}
.hp-access--via .options .option .name span, .hp-access--via .options .option .description span {
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .hp-access--via .options .option .name span, .hp-access--via .options .option .description span {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .hp-access--via .options .option .name span, .hp-access--via .options .option .description span {
    font-size: 22px;
  }
}
.hp-access--via .options .option .numbers {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
.hp-access--via .options .option .numbers .number {
  padding: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  min-width: 40px;
}
.hp-access--via .options .option .numbers .number span {
  color: #fff;
  line-height: 1;
}
.hover-text {
  text-decoration: none;
  text-decoration-color: #af0c03;
  cursor: pointer;
}
.hover-text:hover {
  color: #af0c03;
}
.hp-services--section .service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media (max-width: 768px) {
  .hp-services--section .service {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hp-services--section .service .image figure {
  position: relative;
  aspect-ratio: 1.7777777778;
}
.hp-services--section .service .image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-services--section .service .text {
  background-color: #133550;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 40px 20px;
}
.hp-services--section .service .text h2 {
  font-size: 80px;
  font-family: 'DelmonDelicate', sans-serif;
}
@media (max-width: 1280px) {
  .hp-services--section .service .text h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .hp-services--section .service .text h2 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  .hp-services--section .service .text h2 {
    font-size: 28px;
  }
}
.hp-services--section .service .text * {
  color: #fff;
}
.hp-services--section .service:nth-child(even) .text {
  order: -1;
  background-color: #fff;
}
@media (max-width: 768px) {
  .hp-services--section .service:nth-child(even) .text {
    order: 2 !important;
  }
}
.hp-services--section .service:nth-child(even) .text * {
  color: #133550;
}
.our-doctors--team {
  display: grid;
  grid-template-columns: repeat(3, 390px);
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1280px) {
  .our-doctors--team {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .our-doctors--team {
    grid-template-columns: repeat(1, 300px);
    justify-content: center;
  }
}
.our-doctors--team .doctor {
  text-align: center;
}
.our-doctors--team .doctor .photo {
  margin-bottom: 35px;
}
.our-doctors--team .doctor .photo figure {
  max-width: 360px;
  position: relative;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.our-doctors--team .doctor .photo figure img {
  width: 85%;
  height: 100%;
  object-fit: cover;
}
.our-doctors--team .doctor .info {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.our-doctors--team .doctor .info span {
  display: block;
}
.our-doctors--team .doctor .info span.name {
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1024px) {
  .our-doctors--team .doctor .info span.name {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .our-doctors--team .doctor .info span.name {
    font-size: 26px;
  }
}
.our-doctors--team .doctor .info span.position {
  font-size: 19px;
}
.our-doctors--team .doctor .info .link {
  display: inline-block;
  font-size: 19px;
  text-decoration: none;
}
.contact-form--wrapper .form h2 {
  font-size: 70px;
  font-family: 'DelmonDelicate', sans-serif;
  margin-bottom: 30px;
  color: #133550;
}
@media (max-width: 1024px) {
  .contact-form--wrapper .form h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .contact-form--wrapper .form h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .contact-form--wrapper .form h2 {
    font-size: 30px;
  }
}
.contact-form--wrapper .form form .grid {
  gap: 30px;
}
.contact-form--wrapper .form form .grid input, .contact-form--wrapper .form form .grid textarea {
  background-color: #ddd;
  border: none;
  padding: 15px 25px;
  font-size: 19px;
  color: #133550;
}
.contact-form--wrapper .form form .grid input::placeholder, .contact-form--wrapper .form form .grid textarea::placeholder {
  font-size: 19px;
  color: #133550;
}
.contact-form--wrapper .form form .grid input {
  height: 68px;
}
.contact-form--wrapper .form form .submit-wrapper {
  position: relative;
  margin-top: 30px;
}
.map-section figure {
  position: relative;
  aspect-ratio: 4;
}
@media (max-width: 576px) {
  .map-section figure {
    aspect-ratio: 1.5;
  }
}
.map-section figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabs-block {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .tabs-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .tabs-block {
    margin-bottom: 30px;
  }
}
.tabs-block .row1440 {
  max-width: 100%;
  width: 1920px;
}
.tabs-block .tab-content {
  -webkit-flex-basis: 53%;
  -moz-flex-basis: 53%;
  -ms-flex-basis: 53%;
  flex-basis: 53%;
}
@media (max-width: 768px) {
  .tabs-block .tab-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.tabs-block .tab-content .tab-image {
  line-height: 0;
  width: 100%;
  display: block;
}
.tabs-block .tab-content .tab-image img {
  min-height: 534px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .tabs-block .tab-content .tab-image img {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .tabs-block .tab-content .tab-image img {
    min-height: 300px;
  }
}
.tabs-block .tabs {
  overflow: hidden;
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-basis: 47%;
  flex-basis: 47%;
  position: relative;
}
@media (max-width: 768px) {
  .tabs-block .tabs {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.tabs-block .tabs .tab-title-box {
  position: relative;
  text-align: center;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .tabs-block .tabs .tab-title-box:first-child {
    padding-top: 10px;
  }
}
.tabs-block .tabs .tab-title-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: '';
  left: 0;
  width: 50%;
  z-index: -1;
  height: 2px;
  background: #000;
}
@media (max-width: 768px) {
  .tabs-block .tabs .tab-title-box:before {
    width: 2px;
    height: 50%;
    left: 50%;
    top: 0;
  }
}
.tabs-block .tabs .tab-title {
  display: inline-block;
  position: relative;
  min-width: 286px;
  text-decoration: none;
  margin: 17px auto;
  border: 2px solid #113752;
  border-radius: 57px;
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
  padding: 25px 15px;
  background: #fff;
  text-align: center;
  color: #113752;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .tabs-block .tabs .tab-title {
    font-size: 18px;
    line-height: 1;
    padding: 15px 15px;
    margin: 12px auto;
  }
}
@media (max-width: 768px) {
  .tabs-block .tabs .tab-title {
    font-size: 16px;
    line-height: 1;
    min-width: 230px;
    margin: 10px auto;
  }
}
.tabs-block .tabs .tab-title:hover {
  color: #fff;
  background: #113752;
}
.tabs-block .tabs .tab-title:hover span {
  color: #fff;
}
.tab-popup-content {
  min-width: 810px;
}
@media (max-width: 1024px) {
  .tab-popup-content {
    width: 100%;
    min-width: auto;
  }
}
.home-info-block {
  margin: 50px 0 100px;
}
@media (max-width: 1024px) {
  .home-info-block {
    margin: 40px 0;
  }
}
@media (max-width: 768px) {
  .home-info-block {
    margin: 30px 0;
  }
}
.home-info-block a {
  text-decoration-color: #af0c03;
}
.home-info-block .row1440 {
  width: 1240px;
}
.home-info-block .home-info-box {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .home-info-block .home-info-box {
    margin-bottom: 20px;
  }
}
.home-info-block .home-info-box h2 {
  line-height: 1.4;
}
.home-info-block .home-info-box h2 strong {
  font-weight: 800;
}
.home-info-block .home-info-links {
  align-items: flex-start;
}
.home-info-block .home-info-link-wrap {
  text-align: center;
}
.home-info-block .home-info-link-wrap .button-text {
  color: red;
  font-size: 14px;
}
.home-info-block .home-info-link {
  margin: 15px 18px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  padding: 0 50px 0 0;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
  border-radius: 67.9112px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 1024px) {
  .home-info-block .home-info-link {
    font-size: 20px;
    padding: 0 30px 0 0;
  }
}
@media (max-width: 768px) {
  .home-info-block .home-info-link {
    font-size: 16px;
    padding: 0 25px 0 0;
    margin: 10px 5px;
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .home-info-block .home-info-link {
    font-size: 14px;
  }
}
.home-info-block .home-info-link:after {
  position: absolute;
  content: '';
  background: #113752;
  width: 95%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -2;
}
.home-info-block .home-info-link:hover {
  opacity: 0.7;
}
.home-info-block .home-info-link .home-info-link-svg {
  background: #b5a079;
  margin-right: 40px;
  border-radius: 50%;
  width: 89px;
  padding: 24px;
  height: 89px;
  position: relative;
  display: inline-block;
  min-width: 89px;
}
@media (max-width: 1024px) {
  .home-info-block .home-info-link .home-info-link-svg {
    margin-right: 30px;
    width: 65px;
    padding: 20px;
    height: 65px;
    min-width: 65px;
  }
}
@media (max-width: 768px) {
  .home-info-block .home-info-link .home-info-link-svg {
    margin-right: 15px;
    width: 60px;
    padding: 15px;
    height: 60px;
    min-width: 60px;
  }
}
.home-info-block .home-info-link .home-info-link-svg:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  left: calc(50% + 5px);
  background: #fff;
  border-radius: 50%;
  width: 92px;
  height: 92px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .home-info-block .home-info-link .home-info-link-svg:after {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 768px) {
  .home-info-block .home-info-link .home-info-link-svg:after {
    width: 60px;
    height: 60px;
    left: calc(50% + 3px);
  }
}
.home-info-block .home-info-link .home-info-link-svg svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .home-info-block .home-info-link .home-info-link-svg svg {
    height: 30px;
  }
}
@media (max-width: 768px) {
  .home-info-block .home-info-link .home-info-link-svg svg {
    height: 25px;
  }
}
.home-info-block .home-info-links {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
