@font-face {
  font-family: FontLight;
  src: url("../../fonts/Inter-Light.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontRegular;
  src: url("../../fonts/Inter-Regular.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontMedium;
  src: url("../../fonts/Inter-Medium.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontSemiBold;
  src: url("../../fonts/Inter-SemiBold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBold;
  src: url("../../fonts/Inter-Bold.ttf") format("truetype");
  font-display: block;
}
.font-light {
  font-family: FontLight;
}

.font-regular {
  font-family: FontRegular;
}

.font-medium {
  font-family: FontMedium;
}

.font-semi-bold {
  font-family: FontSemiBold;
}

.font-bold {
  font-family: FontBold;
}

strong, b {
  font-family: FontMedium;
}

i, em {
  font-style: italic;
}

strong i, strong em, b i, b em, i strong, i b, em strong, em b {
  font-family: FontMedium;
  font-style: italic;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.default-text-color {
  color: #000;
}

.default-color {
  color: #138F90;
}

.background-white {
  background-color: #fff;
}

.background-black {
  background-color: #000;
}

.background-default {
  background-color: #138F90;
}

.default-hover {
  color: #000;
}
.default-hover:hover {
  color: #138F90;
}

.default-link {
  position: relative;
  color: #138F90;
}
.default-link:hover:before, .default-link:hover:after {
  width: 100%;
  opacity: 1;
}
.default-link:after {
  left: 0;
  background-color: #138F90;
}
.default-link:before, .default-link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.default-link:hover {
  color: #138F90;
}

a {
  transition: all 0.2s linear;
}
a:hover {
  transition: all 0.2s linear;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:before, a:after {
  transition: all 0.2s linear;
}

input, textarea, button {
  -webkit-appearance: none;
  border-radius: 0;
  transition: all 0.2s linear;
}
input:hover, textarea:hover, button:hover {
  transition: all 0.2s linear;
}
input:focus, textarea:focus, button:focus {
  transition: all 0.2s linear;
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, button::-webkit-input-placeholder {
  transition: all 0.2s linear;
}
input::-moz-placeholder, textarea::-moz-placeholder, button::-moz-placeholder {
  transition: all 0.2s linear;
}
input:-moz-placeholder, textarea:-moz-placeholder, button:-moz-placeholder {
  transition: all 0.2s linear;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, button:-ms-input-placeholder {
  transition: all 0.2s linear;
}

input[type=submit], button {
  cursor: pointer;
}

.transition-default {
  transition: all 0.2s linear;
}
.transition-default:hover {
  transition: all 0.2s linear;
}

.transition-default-longer {
  transition: all 0.4s linear;
}
.transition-default-longer:hover {
  transition: all 0.4s linear;
}

.transition-default-long {
  transition: all 0.6s linear;
}
.transition-default-long:hover {
  transition: all 0.6s linear;
}

.absolute-cover-img, .darkness-effect, .darkness-effect-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.darkness-effect {
  background-color: rgba(0, 0, 0, 0.5);
}

.darkness-effect-blue {
  background-color: rgba(19, 143, 144, 0.5);
}

.radius-50-px {
  border-radius: 50px;
}

.radius-50-percents {
  border-radius: 50%;
}

.m-auto-horizontal {
  margin: 0 auto;
}

.m-auto-vertical {
  margin: auto 0;
}

.object-cover {
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

.background-image-default {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.backface-hidden {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.non-default-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fz-0 {
  font-size: 0;
}

.last-child-without-margin > *:last-child {
  margin-bottom: 0 !important;
}

.body-with-admin-bar .navbar-header {
  top: 32px;
}

.body-with-admin-bar .mobile-menu {
  top: calc(100px + 32px);
}

.prevent-shaking-animation {
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.prevent-shaking-animation:hover {
  transform: translateY(-5px) perspective(1000px);
  -webkit-transform: translateY(-5px) perspective(1000px);
}

.prevent-shaking-animation-small:hover {
  transform: translateY(-3px) perspective(1000px);
  -webkit-transform: translateY(-3px) perspective(1000px);
}

@media screen and (min-width: 1181px) {
  .modal-open body, .modal-open .navbar-header {
    padding-right: 8px !important;
  }
}
@media screen and (max-width: 782px) {
  .body-with-admin-bar .navbar-header {
    top: 46px;
  }
  .body-with-admin-bar .mobile-menu {
    top: calc(100px + 46px);
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
body {
  font-family: FontLight;
  color: #000;
  font-size: 18px;
  padding-top: 100px;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: #138F90;
}

.default-page-height {
  min-height: calc(100vh - 100px);
}

.default-text {
  font-size: 18px;
  line-height: 30px;
}

.main-container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1414px;
}

.main-title {
  font-family: FontBold;
  color: #000;
  font-size: 40px;
  line-height: 48px;
}

.main-title-smaller {
  font-family: FontBold;
  color: #000;
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 12px;
}

.main-title-small {
  font-family: FontBold;
  color: #000;
  font-size: 30px;
  line-height: 36px;
}

.main-title-home {
  margin-bottom: 24px;
}

.default-wrapper {
  margin: 32px 0 96px;
}

.default-wrapper-big {
  margin: 64px 0 96px;
}

.basic-default-wrapper {
  padding: 64px 0;
}

.default-button {
  font-family: FontBold;
  display: inline-block;
  min-width: 144px;
  padding: 12px 14px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
}

.default-button-simple {
  color: #000 !important;
  background-color: #fff !important;
  border: 2px solid #9FABB0 !important;
}
.default-button-simple:hover {
  color: #fff !important;
  background-color: #138F90 !important;
  border: 2px solid #138F90 !important;
}

.default-button-black-text {
  color: #000 !important;
  background-color: transparent !important;
  border: 2px solid #138F90 !important;
}
.default-button-black-text:hover {
  color: #fff !important;
  background-color: #138F90 !important;
  border: 2px solid #138F90 !important;
}

.default-button-white-text {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #138F90 !important;
}
.default-button-white-text:hover {
  color: #fff !important;
  background-color: #138F90 !important;
  border: 2px solid #138F90 !important;
}

.default-button-white {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff !important;
}
.default-button-white:hover {
  color: #fff !important;
  background-color: #138F90 !important;
  border: 2px solid #138F90 !important;
}

.default-button-white-hover {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff !important;
}
.default-button-white-hover:hover {
  color: #138F90 !important;
  background-color: #fff !important;
  border: 2px solid #fff !important;
}

.default-menu-styles > ul > li:nth-last-of-type(1) {
  margin: 0 !important;
}

.white-color-wrapper * {
  color: #fff;
}

.white-color-wrapper.wysiwyg-styles .wp-caption-text {
  color: #fff;
}
.white-color-wrapper.wysiwyg-styles > h2 {
  color: #fff;
}

.common-socials .single-social {
  margin-right: 12px;
}
.common-socials .single-social:nth-last-of-type(1) {
  margin-right: 0;
}
.common-socials .single-social a:hover svg path {
  fill: #A18D75;
}
.common-socials .single-social svg {
  width: 32px;
  height: 32px;
}
.common-socials .single-social svg path {
  transition: all 0.2s linear;
}

.mb-40-32 {
  margin-bottom: 40px;
}

.limited-wysiwyg {
  max-width: 635px;
  margin: 0 auto;
}

.limited-wysiwyg-bigger {
  max-width: 663px;
  margin: 0 auto;
}

.thumb-placeholder {
  object-fit: contain;
  padding: 16px;
  max-width: 200px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.back-button-wrapper {
  margin-bottom: 64px;
}
.back-button-wrapper .back-button {
  font-family: FontMedium;
  font-size: 16px;
  line-height: 30px;
}

.hovered-box-shadow {
  box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.07);
}
.hovered-box-shadow:hover {
  box-shadow: 0 4px 35px 0 rgba(19, 143, 144, 0.3);
}

@media screen and (max-width: 1280px) {
  .default-wrapper {
    margin: 32px 0 64px;
  }
  .default-wrapper-big {
    margin: 64px 0;
  }
  .basic-default-wrapper {
    padding: 48px 0;
  }
  .mb-40-32 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .default-wrapper {
    margin: 32px 0 48px;
  }
  .default-wrapper-big {
    margin: 48px 0;
  }
  .back-button-wrapper {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .default-text {
    font-size: 16px;
    line-height: 26px;
  }
  .main-title {
    font-size: 35px;
    line-height: 42px;
  }
  .main-title-smaller {
    font-size: 30px;
    line-height: 36px;
  }
  .main-title-small {
    font-size: 25px;
    line-height: 32px;
  }
  .main-title-home {
    margin-bottom: 16px;
  }
  .back-button-wrapper {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 500px) {
  .main-container {
    padding: 0 16px;
  }
}
@keyframes scaling {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scalingBigger {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@keyframes sideMovingAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes verticalSideMovingAnimation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes verticalSideMovingAnimationSmall {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounce-link-with-image-on-hover:hover img, .bounce-link-with-image-on-hover:hover svg {
  animation: bounce 0.5s linear infinite;
  -webkit-animation: bounce 0.5s linear infinite;
}

@keyframes movement-rotation-effect-first {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  17% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  34% {
    transform: translate(4px, 0);
    -webkit-transform: translate(4px, 0);
  }
  51% {
    transform: translate(0, 4px);
    -webkit-transform: translate(0, 4px);
  }
  68% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  85% {
    transform: translate(-4px, 0);
    -webkit-transform: translate(-4px, 0);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes movement-rotation-effect-second {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  20% {
    transform: translate(-4px, 4px);
    -webkit-transform: translate(-4px, 4px);
  }
  40% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  60% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  80% {
    transform: translate(0, 4px);
    -webkit-transform: translate(0, 4px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes movement-rotation-effect-third {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  17% {
    transform: translate(4px, 4px);
    -webkit-transform: translate(4px, 4px);
  }
  34% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  51% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  68% {
    transform: translate(-4px, 4px);
    -webkit-transform: translate(-4px, 4px);
  }
  85% {
    transform: translate(0, -4px);
    -webkit-transform: translate(0, -4px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes movement-rotation-effect-fourth {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  20% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  40% {
    transform: translate(0px, 4px);
    -webkit-transform: translate(0px, 4px);
  }
  60% {
    transform: translate(4px, 0);
    -webkit-transform: translate(4px, 0);
  }
  80% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
.first-animation-move {
  animation: movement-rotation-effect-first 10s linear infinite;
  -webkit-animation: movement-rotation-effect-first 10s linear infinite;
}

.second-animation-move {
  animation: movement-rotation-effect-second 10s linear infinite;
  -webkit-animation: movement-rotation-effect-second 10s linear infinite;
}

.third-animation-move {
  animation: movement-rotation-effect-third 10s linear infinite;
  -webkit-animation: movement-rotation-effect-third 10s linear infinite;
}

.fourth-animation-move {
  animation: movement-rotation-effect-fourth 10s linear infinite;
  -webkit-animation: movement-rotation-effect-fourth 10s linear infinite;
}

.before-animation-visibility-backface {
  opacity: 0;
  visibility: hidden;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.before-animation-visibility-gallery {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.1) rotate(90deg);
  -webkit-transform: scale(0.1) rotate(90deg);
}

.before-animation-visibility {
  opacity: 0;
  visibility: hidden;
}

.before-animation-left {
  transform: translateX(-100vw);
  -webkit-transform: translateX(-100vw);
}

.before-animation-right {
  transform: translateX(100vw);
  -webkit-transform: translateX(100vw);
}

@keyframes leftSideAnimationSimple {
  0% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes rightSideAnimationSimple {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.left-side-animation-simple {
  -webkit-animation: leftSideAnimationSimple 1s ease-out forwards;
  animation: leftSideAnimationSimple 1s ease-out forwards;
  opacity: 1 !important;
}

.right-side-animation-simple {
  -webkit-animation: rightSideAnimationSimple 1s ease-out forwards;
  animation: rightSideAnimationSimple 1s ease-out forwards;
  opacity: 1 !important;
}

.animation-fix {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  will-change: transform;
}

.before-fade-in {
  opacity: 0;
}

@keyframes bottomSideFadeIn {
  0% {
    opacity: 0;
    transform: translateY(32px);
    -webkit-transform: translateY(32px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@keyframes leftSideFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-32px);
    -webkit-transform: translateX(-32px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@keyframes simpleFadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.left-side-fade-in {
  -webkit-animation: leftSideFadeIn 1.25s ease forwards;
  animation: leftSideFadeIn 1.25s ease forwards;
}

.bottom-side-fade-in {
  -webkit-animation: bottomSideFadeIn 1.25s ease forwards;
  animation: bottomSideFadeIn 1.25s ease forwards;
}

.bottom-side-fade-in-small-delay {
  -webkit-animation: bottomSideFadeIn 1.25s ease 0.25s forwards;
  animation: bottomSideFadeIn 1.25s ease 0.25s forwards;
}

.simple-fade-in {
  -webkit-animation: simpleFadeIn 1.25s ease 0.25s forwards;
  animation: simpleFadeIn 1.25s ease 0.25s forwards;
}

.no-lazy-load {
  animation: none !important;
  -webkit-animation: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.navbar-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1020;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-color: #fff;
  box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.07);
}

.header-content {
  min-height: 100px;
  gap: 36px;
}

.header-logo img {
  max-width: 204px;
  max-height: 80px;
}

.header-menu > ul > li {
  font-size: 0;
}
.header-menu > ul > li > a {
  font-family: FontMedium;
  color: #000 !important;
  line-height: 30px;
}
.header-menu > ul .menu-item-has-children {
  position: relative;
}
.header-menu > ul .menu-item-has-children > a {
  background-image: url("../../images/dropdown.svg");
  background-repeat: no-repeat;
  background-position: 100% calc(50% + 1px);
  padding-right: 18px;
}
.header-menu > ul .menu-item-has-children .sub-menu > li {
  margin-bottom: 4px;
}
.header-menu > ul .menu-item-has-children .sub-menu > li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.header-menu > ul .menu-item-has-children .sub-menu > li > a {
  font-family: FontMedium;
  padding: 4px 8px;
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #000 !important;
}
.header-menu > ul .menu-item-has-children .sub-menu .current-menu-item > a, .header-menu > ul .menu-item-has-children .sub-menu .current_page_ancestor > a, .header-menu > ul .menu-item-has-children .sub-menu .current-menu-ancestor > a {
  background-color: #138F90 !important;
  color: #fff !important;
}

.header-menu-desktop > ul {
  display: flex;
  display: -webkit-flex;
}
.header-menu-desktop > ul > li {
  padding: 8px 0;
  margin-right: 36px;
}
.header-menu-desktop > ul > li > a {
  font-size: 14px;
}
.header-menu-desktop > ul > li > a:hover {
  color: #138F90;
}
.header-menu-desktop > ul .menu-item-has-children > a {
  background-size: 12px 10px;
}
.header-menu-desktop > ul .menu-item-has-children:hover > a {
  color: #138F90 !important;
  background-image: url("../../images/dropdown-color.svg");
}
.header-menu-desktop > ul .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.header-menu-desktop > ul .menu-item-has-children .sub-menu {
  box-shadow: 0 4px 35px 0 rgba(19, 143, 144, 0.3);
  padding: 12px;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.header-menu-desktop > ul .menu-item-has-children .sub-menu > li > a {
  white-space: nowrap;
}
.header-menu-desktop > ul .menu-item-has-children .sub-menu > li > a:hover {
  background-color: #138F90;
  color: #fff !important;
}
.header-menu-desktop > ul .menu-item-has-children.current-menu-ancestor > a, .header-menu-desktop > ul .menu-item-has-children.current_page_ancestor > a, .header-menu-desktop > ul .menu-item-has-children.current-menu-item > a {
  background-image: url("../../images/dropdown-color.svg");
}
.header-menu-desktop > ul .current-menu-item > a, .header-menu-desktop > ul .current_page_ancestor > a, .header-menu-desktop > ul .current-menu-ancestor > a {
  color: #138F90 !important;
}

.header-contacts {
  margin-bottom: 12px;
}

.header-contact a:hover span {
  color: #138F90;
}
.header-contact img {
  margin-right: 8px;
  width: 20px;
  height: 22px;
}
.header-contact span {
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
}

.search-form-wrapper {
  z-index: 1022;
}
.search-form-wrapper .search-input {
  padding: 8px 8px 8px 42px;
  background-color: #fff;
  border: 1px solid #AABFC8;
  border-radius: 5px;
  font-size: 16px;
}
.search-form-wrapper .search-submit {
  background-color: transparent;
  border: none;
  font-size: 0;
  padding: 0;
  position: absolute;
  left: 8px;
  top: calc(50% - 13px);
}
.search-form-wrapper .search-submit:hover {
  animation: bounce 0.5s linear infinite;
  -webkit-animation: bounce 0.5s linear infinite;
}
.search-form-wrapper .search-submit:hover img path, .search-form-wrapper .search-submit:hover svg path {
  fill: #A18D75;
}
.search-form-wrapper .search-submit img, .search-form-wrapper .search-submit svg {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.search-form-wrapper .search-submit img path, .search-form-wrapper .search-submit svg path {
  fill: #138F90;
  transition: all 0.2s linear;
}

@media screen and (max-width: 1420px) {
  .header-content {
    gap: 24px;
  }
  .header-menu-desktop > ul > li {
    margin-right: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .header-burger, .mobile-menu {
    display: none !important;
  }
  .header-content > *:last-child {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1279px) {
  .header-menu-desktop {
    display: none !important;
  }
  .header-logo {
    margin-right: auto;
  }
  .header-burger {
    font-size: 0;
    width: 24px;
    height: 12px;
    cursor: pointer;
  }
  .header-burger > svg {
    transition: all 0.2s linear;
  }
  .header-burger > svg path {
    fill: #000;
    transition: all 0.2s linear;
  }
  .header-burger:hover > svg path {
    fill: #138F90;
  }
  .mobile-menu {
    background-color: #fff;
    max-width: 320px;
    width: 100%;
    height: calc(100vh - 100px);
    top: 100px;
    right: 0;
    padding: 24px 24px 96px;
    overflow: auto;
  }
  .mobile-menu::-webkit-scrollbar {
    width: 0;
  }
  .mobile-menu::-webkit-scrollbar-track, .mobile-menu::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .mobile-menu-hidden {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
  }
  .mobile-background {
    width: 100%;
    height: calc(100vh - 100px);
    top: 100px;
    left: 0;
    z-index: 1019;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .mobile-background-hidden {
    visibility: hidden;
    opacity: 0;
  }
  .header-menu-mobile {
    margin-bottom: 32px;
  }
  .header-menu-mobile > ul > li {
    margin-bottom: 12px;
  }
  .header-menu-mobile > ul > li > a {
    font-size: 18px;
    display: block;
    padding: 4px 12px;
  }
  .header-menu-mobile > ul > li > a:hover {
    background-color: #138F90;
    color: #fff !important;
  }
  .header-menu-mobile > ul .menu-item-has-children > a {
    display: block;
    padding: 4px 12px;
    color: #000 !important;
    background-size: 20px 20px;
    background-position: calc(100% - 12px) calc(50% + 1px);
  }
  .header-menu-mobile > ul .menu-item-has-children:hover > a {
    background-image: url("../../images/dropdown-white.svg");
  }
  .header-menu-mobile > ul .menu-item-has-children .sub-menu {
    display: none;
    padding: 12px;
  }
  .header-menu-mobile > ul .menu-item-has-children .sub-menu > li > a:hover {
    background-color: #138F90;
    color: #fff !important;
  }
  .header-menu-mobile > ul .menu-item-has-children:hover > a {
    color: #fff !important;
    background-color: #138F90;
  }
  .header-menu-mobile > ul .menu-item-has-children.current-menu-ancestor > a, .header-menu-mobile > ul .menu-item-has-children.current_page_ancestor > a, .header-menu-mobile > ul .menu-item-has-children.current-menu-item > a {
    background-image: url("../../images/dropdown-white.svg");
  }
  .header-menu-mobile > ul .current-menu-item > a, .header-menu-mobile > ul .current_page_ancestor > a, .header-menu-mobile > ul .current-menu-ancestor > a {
    color: #fff !important;
    background-color: #138F90;
  }
}
@media screen and (min-width: 501px) {
  .header-search-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .header-search-desktop {
    display: none !important;
  }
}
.footer {
  padding: 72px 0;
}
.footer .footer-content {
  gap: 32px;
}
.footer .footer-main-info {
  width: 326px;
}
.footer .footer-menus {
  width: 100%;
  max-width: 820px;
  gap: 32px;
}
.footer .footer-logo {
  margin-bottom: 12px;
}
.footer .footer-logo img {
  width: 120px;
  height: auto;
}
.footer .footer-subtext {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
}
.footer .footer-copyright {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 4.2px;
}
.footer .footer-menu-wrapper {
  width: calc((100% - 64px) / 3.001);
}
.footer .footer-menu-title {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 13px;
}
.footer .footer-menu > ul > li {
  font-size: 0;
  margin-bottom: 12px;
}
.footer .footer-menu > ul > li > a {
  font-size: 14px;
  line-height: 21px;
  font-family: FontMedium;
  color: #000;
}
.footer .footer-menu > ul > li > a:hover {
  color: #138F90;
}
.footer .footer-menu > ul .current-menu-item > a, .footer .footer-menu > ul .current_page_ancestor > a, .footer .footer-menu > ul .current-menu-ancestor > a {
  color: #138F90;
}

@media screen and (max-width: 1280px) {
  .footer {
    padding: 64px 0;
  }
  .footer .footer-menus {
    width: calc(100% - 32px - 326px);
    max-width: none;
  }
}
@media screen and (min-width: 1025px) {
  .footer .footer-data-component-mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    text-align: center;
    padding: 48px 0;
  }
  .footer .footer-logo {
    margin-bottom: 0;
  }
  .footer .footer-data-component-desktop {
    display: none;
  }
  .footer .footer-main-info, .footer .footer-menus {
    width: 100%;
  }
  .footer .footer-subtext {
    margin-bottom: 0;
  }
  .footer .footer-menu-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    text-align: center;
  }
  .footer .footer-menu-title {
    margin-bottom: 4px;
  }
}
.wysiwyg-styles .wp-caption {
  width: 100% !important;
}
.wysiwyg-styles .wp-caption-text {
  font-size: 12px;
  line-height: 18px;
  margin: 8px 0 0;
  color: #000;
  font-family: FontBold;
}
.wysiwyg-styles > p > img, .wysiwyg-styles .wp-caption > img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 16px;
}
.wysiwyg-styles .wp-caption {
  margin: 0 0 32px;
}
.wysiwyg-styles > p {
  margin-bottom: 32px;
}
.wysiwyg-styles > p .alignleft, .wysiwyg-styles > p .alignright {
  max-width: 50% !important;
  max-height: 500px !important;
  height: auto !important;
  object-fit: cover !important;
}
.wysiwyg-styles > p .alignleft {
  float: left;
  margin: 0 32px 32px 0;
}
.wysiwyg-styles > p .alignright {
  float: right;
  margin: 0 0 32px 32px;
}
.wysiwyg-styles > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
}
.wysiwyg-styles > ul li {
  display: table;
  background-repeat: no-repeat;
  background-image: url("../../images/dot.svg");
  background-size: 10px 10px;
  background-position: 0 10px;
  padding: 0 0 0 31px;
}
.wysiwyg-styles > p, .wysiwyg-styles > ul li {
  font-size: 18px;
  line-height: 30px;
}
.wysiwyg-styles > p > a:not(.default-button), .wysiwyg-styles > ul li > a:not(.default-button) {
  color: #138F90;
  position: relative;
}
.wysiwyg-styles > p > a:not(.default-button):hover:before, .wysiwyg-styles > p > a:not(.default-button):hover:after, .wysiwyg-styles > ul li > a:not(.default-button):hover:before, .wysiwyg-styles > ul li > a:not(.default-button):hover:after {
  width: 100%;
  opacity: 1;
}
.wysiwyg-styles > p > a:not(.default-button):after, .wysiwyg-styles > ul li > a:not(.default-button):after {
  left: 0;
  background-color: #138F90;
}
.wysiwyg-styles > p > a:not(.default-button):before, .wysiwyg-styles > p > a:not(.default-button):after, .wysiwyg-styles > ul li > a:not(.default-button):before, .wysiwyg-styles > ul li > a:not(.default-button):after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.wysiwyg-styles > p > a:not(.default-button):hover, .wysiwyg-styles > ul li > a:not(.default-button):hover {
  color: #138F90;
}
.wysiwyg-styles > p + ul {
  margin-top: -32px;
}
.wysiwyg-styles > h2 {
  font-size: 25px;
  line-height: 32px;
  font-family: FontBold;
  color: #000;
  margin-bottom: 8px;
}
.wysiwyg-styles > h3 {
  font-size: 20px;
  line-height: 28px;
  font-family: FontBold;
  color: #000;
  margin-bottom: 32px;
  padding-left: 38px;
  position: relative;
}
.wysiwyg-styles > h3:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: rgba(19, 143, 144, 0.58);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}
.wysiwyg-styles .wysiwyg-table-wrapper {
  overflow-x: auto;
  margin: 0 auto 48px;
  position: relative;
}
.wysiwyg-styles .wysiwyg-table-wrapper:before, .wysiwyg-styles .wysiwyg-table-wrapper:after {
  content: "";
  display: block;
  width: 72px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.wysiwyg-styles .wysiwyg-table-wrapper:before {
  left: 0;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.wysiwyg-styles .wysiwyg-table-wrapper:after {
  right: 0;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}
.wysiwyg-styles .wysiwyg-table-wrapper::-webkit-scrollbar {
  height: 4px;
}
.wysiwyg-styles .wysiwyg-table-wrapper::-webkit-scrollbar-track {
  background-color: #fff;
}
.wysiwyg-styles .wysiwyg-table-wrapper::-webkit-scrollbar-thumb {
  background-color: #138F90;
  border-radius: 10px;
}
.wysiwyg-styles .wysiwyg-table-wrapper table {
  margin: 0 !important;
}
.wysiwyg-styles table {
  width: 100%;
  margin: 32px auto;
  color: #000;
  border-bottom: 3px solid #138F90;
}
.wysiwyg-styles table thead {
  position: relative;
}
.wysiwyg-styles table thead:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #138F90;
}
.wysiwyg-styles table thead td {
  font-family: FontAdditionalBold;
  font-size: 20px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid #138F90;
  border-left: 3px solid #C9C9CA;
  border-right: 3px solid #C9C9CA;
}
.wysiwyg-styles table tbody td {
  font-size: 18px;
  border: 3px solid #C9C9CA;
}
.wysiwyg-styles table tbody tr:nth-of-type(1) td {
  border-top: 3px solid transparent;
}
.wysiwyg-styles table tbody tr:nth-last-of-type(1) td {
  border-bottom: 3px solid #138F90;
}
.wysiwyg-styles table tr {
  background-color: #fff;
}
.wysiwyg-styles table td {
  padding: 12px;
}
.wysiwyg-styles table td:nth-of-type(1) {
  border-left: 3px solid #fff;
}
.wysiwyg-styles table td:nth-last-of-type(1) {
  border-right: 3px solid #fff;
}
.wysiwyg-styles .wysiwyg-button {
  margin-bottom: 32px;
}
.wysiwyg-styles > *:last-child {
  margin-bottom: 0 !important;
}
.wysiwyg-styles > *:last-child > img {
  margin-bottom: 0 !important;
}
.wysiwyg-styles > *:first-child {
  margin-top: 0 !important;
}
.wysiwyg-styles iframe {
  max-width: 100%;
}

.video-wysiwyg {
  width: 100%;
  max-width: 815px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}
.video-wysiwyg:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-wysiwyg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wysiwyg-gallery {
  margin: 0 0 32px;
  gap: 12px;
}
.wysiwyg-gallery .single-gallery-element {
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  width: calc((100% - 36px) / 4.001);
}
.wysiwyg-gallery .single-gallery-element:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.wysiwyg-gallery .single-gallery-element:hover .additional-number {
  border: 2px solid #138F90;
  background-color: #138F90;
}

.additional-number {
  font-size: 14px;
  line-height: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-family: FontBold;
  text-transform: uppercase;
  border: 2px solid #fff;
  background-color: transparent;
  padding: 12px 28px;
  transition: all 0.2s linear;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 1366px) {
  .wysiwyg-styles .wysiwyg-table-wrapper:before, .wysiwyg-styles .wysiwyg-table-wrapper:after {
    width: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .additional-number {
    padding: 8px 16px;
  }
  .wysiwyg-styles table td {
    font-size: 16px !important;
  }
  .wysiwyg-table-wrapper:before, .wysiwyg-table-wrapper:after {
    width: 32px;
  }
  table td {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg-styles > p .alignleft, .wysiwyg-styles > p .alignright {
    float: none !important;
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .wysiwyg-styles > p, .wysiwyg-styles > ul li {
    font-size: 16px;
    line-height: 26px;
  }
  .wysiwyg-styles > ul li {
    background-position: 0 8px;
  }
  .wysiwyg-styles .wysiwyg-table-wrapper:before, .wysiwyg-styles .wysiwyg-table-wrapper:after {
    content: none;
  }
  .wysiwyg-styles table td {
    min-width: 250px;
  }
  .wysiwyg-gallery .single-gallery-element {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 500px) {
  .wysiwyg-gallery .single-gallery-element {
    width: 100%;
  }
  .additional-number {
    padding: 12px 28px;
  }
}
.preloader {
  position: absolute;
  width: 80px;
  height: 15px;
  transition: all 0.1s linear;
  visibility: hidden;
  opacity: 0;
}
.preloader div {
  background-color: #138F90;
  position: absolute;
  top: 1px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader div:nth-child(1) {
  left: 8px;
  animation: preloader-animation-1 0.6s infinite;
}
.preloader div:nth-child(2) {
  left: 8px;
  animation: preloader-animation-2 0.6s infinite;
}
.preloader div:nth-child(3) {
  left: 32px;
  animation: preloader-animation-2 0.6s infinite;
}
.preloader div:nth-child(4) {
  left: 56px;
  animation: preloader-animation-3 0.6s infinite;
}

.preloader-visible {
  visibility: visible;
  opacity: 1;
}

@keyframes preloader-animation-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes preloader-animation-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes preloader-animation-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.common-form-preloader {
  top: calc(100% + 12px);
  left: calc(50% - 40px);
}

.common-input-styling {
  font-size: 0;
  width: calc((100% - 28px) / 3.001);
}
.common-input-styling > input, .common-input-styling > textarea {
  font-size: 18px;
  line-height: 30px;
  border: 1px solid #9B9B9B;
  color: #000;
  background-color: #fff;
  -webkit-appearance: none;
  padding: 13px 22px;
}
.common-input-styling > input::-webkit-input-placeholder, .common-input-styling > textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 18px;
}
.common-input-styling > input::-moz-placeholder, .common-input-styling > textarea::-moz-placeholder {
  color: #000;
  font-size: 18px;
}
.common-input-styling > input:-moz-placeholder, .common-input-styling > textarea:-moz-placeholder {
  color: #000;
  font-size: 18px;
}
.common-input-styling > input:-ms-input-placeholder, .common-input-styling > textarea:-ms-input-placeholder {
  color: #000;
  font-size: 18px;
}
.common-input-styling > input:focus::-webkit-input-placeholder, .common-input-styling > textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.common-input-styling > input:focus::-moz-placeholder, .common-input-styling > textarea:focus::-moz-placeholder {
  opacity: 0;
}
.common-input-styling > input:focus:-moz-placeholder, .common-input-styling > textarea:focus:-moz-placeholder {
  opacity: 0;
}
.common-input-styling > input:focus:-ms-input-placeholder, .common-input-styling > textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.common-input-styling > textarea {
  min-height: 91px;
  resize: none;
}
.common-input-styling > textarea::-webkit-scrollbar {
  width: 4px;
}
.common-input-styling > textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
.common-input-styling > textarea::-webkit-scrollbar-thumb {
  background-color: #138F90;
}

.common-input-styling > input.warning-validation, .common-input-styling > textarea.warning-validation {
  border: 1px solid #F42835 !important;
}
.common-input-styling > input.warning-validation::-webkit-input-placeholder, .common-input-styling > textarea.warning-validation::-webkit-input-placeholder {
  color: #F42835;
  font-size: 18px;
}
.common-input-styling > input.warning-validation::-moz-placeholder, .common-input-styling > textarea.warning-validation::-moz-placeholder {
  color: #F42835;
  font-size: 18px;
}
.common-input-styling > input.warning-validation:-moz-placeholder, .common-input-styling > textarea.warning-validation:-moz-placeholder {
  color: #F42835;
  font-size: 18px;
}
.common-input-styling > input.warning-validation:-ms-input-placeholder, .common-input-styling > textarea.warning-validation:-ms-input-placeholder {
  color: #F42835;
  font-size: 18px;
}

.contact-form-success-submit .success-image {
  margin-bottom: 12px;
}
.contact-form-success-submit .success-image img {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .common-input-styling {
    width: 100%;
  }
}
.image-modal-window .modal {
  overflow-y: scroll;
}
.image-modal-window .modal::-webkit-scrollbar {
  width: 0;
}
.image-modal-window .modal::-webkit-scrollbar-track, .image-modal-window .modal::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.image-modal-window .modal.show {
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.image-modal-window .modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}
.image-modal-window .modal-dialog .modal-content {
  background-color: transparent;
  border: none !important;
  border-radius: 0;
  height: 100%;
}
.image-modal-window .modal-dialog .modal-content .align-modal-helper {
  padding: 16px !important;
  height: 100%;
}
.image-modal-window .modal-dialog .modal-content .slide-image {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper {
  width: 1420px;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  position: relative;
  margin: auto;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.image-modal-window .modal-dialog .modal-content .carousel, .image-modal-window .modal-dialog .modal-content .carousel-inner, .image-modal-window .modal-dialog .modal-content .carousel-item {
  height: 100% !important;
  background-color: transparent !important;
}
.image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
  width: 48px;
  height: 48px;
  background-color: #138F90;
  color: #fff;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0.75;
  transition: all 0.2s linear;
}
.image-modal-window .carousel-control-prev img, .image-modal-window .carousel-control-next img {
  width: 22px !important;
  height: 15px !important;
}
.image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
  opacity: 1;
  transition: all 0.2s linear;
}
.image-modal-window .carousel-control-prev {
  margin-left: 16px;
}
.image-modal-window .carousel-control-next {
  margin-right: 16px;
}
.image-modal-window .modal-cross {
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  background-color: #138F90;
  opacity: 0.75;
  padding: 0;
  border: none;
  cursor: pointer;
}
.image-modal-window .modal-cross img {
  width: 20px !important;
  height: 20px !important;
}
.image-modal-window .modal-cross:hover {
  opacity: 1;
}
.image-modal-window .modal-cross:focus {
  outline: none;
}

.modal-backdrop {
  opacity: 0.8 !important;
}

@media screen and (max-width: 767px) {
  .image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover, .image-modal-window .modal-cross:hover {
    opacity: 0.75;
  }
  .image-modal-window .carousel-control-prev:focus, .image-modal-window .carousel-control-next:focus, .image-modal-window .modal-cross:focus {
    opacity: 0.75;
  }
}
.common-slick-carousel {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
}
.common-slick-carousel .slick-track {
  display: flex;
  display: -webkit-flex;
  margin: 0;
}
.common-slick-carousel .slick-slide {
  font-size: 0;
}
.common-slick-carousel .slick-slide {
  opacity: 1;
  transition: opacity 0.5s;
}
.common-slick-carousel .slick-current,
.common-slick-carousel .slick-current-clone-animate {
  opacity: 0.999;
}

.common-slick-carousel.slick-slider {
  margin: 0;
}

.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slick-prev, .slick-next {
  width: 50px;
  height: 50px;
  z-index: 1;
  opacity: 1;
  background: rgba(19, 143, 144, 0.9);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px 20px;
}
.slick-prev:before, .slick-next:before {
  content: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: rgba(19, 143, 144, 0.9);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px 20px;
}

.slick-prev {
  background-image: url("../../images/arrow-left-white.svg");
}
.slick-prev:hover, .slick-prev:focus {
  background-image: url("../../images/arrow-left-white.svg");
}

.slick-next {
  background-image: url("../../images/arrow-right-white.svg");
}
.slick-next:hover, .slick-next:focus {
  background-image: url("../../images/arrow-right-white.svg");
}

.news-page .single-article {
  width: calc((100% - 72px) / 4.001);
}
.news-page .single-article a {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
}
.news-page .single-article a:hover {
  box-shadow: 0 4px 20px 0 rgba(147, 147, 0, 0.5);
}
.news-page .single-article a:hover .article-title {
  color: #138F90;
}
.news-page .single-article .article-image:before {
  content: "";
  display: block;
  padding-top: 102.5%;
}
.news-page .single-article .article-content {
  padding: 22px 36px 48px;
}
.news-page .single-article .article-date {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
.news-page .single-article .article-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

@media screen and (max-width: 1366px) {
  .news-page .article-content {
    padding: 22px 24px 32px;
  }
  .news-page .article-date {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1280px) {
  .news-page .single-article {
    width: calc((100% - 48px) / 3.001);
  }
}
@media screen and (max-width: 1024px) {
  .news-page .single-article {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 600px) {
  .news-page .single-article {
    width: 100%;
  }
}
.contacts-component {
  padding: 48px 0;
}
.contacts-component .contacts-component-image {
  opacity: 0.7;
}
.contacts-component .contacts-component-content {
  max-width: 698px;
  margin-right: 32px;
}
.contacts-component .contacts-component-contacts {
  margin-right: 32px;
}
.contacts-component .contacts-component-contact {
  font-size: 25px;
  line-height: 35px;
}
.contacts-component .contacts-component-contact a {
  position: relative;
  color: #fff;
}
.contacts-component .contacts-component-contact a:hover:before, .contacts-component .contacts-component-contact a:hover:after {
  width: 100%;
  opacity: 1;
}
.contacts-component .contacts-component-contact a:after {
  left: 0;
  background-color: #fff;
}
.contacts-component .contacts-component-contact a:before, .contacts-component .contacts-component-contact a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.contacts-component .contacts-component-contact a:hover {
  color: #fff;
}
.contacts-component .contacts-component-title {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 0;
}
.contacts-component .contacts-component-subtext {
  font-size: 25px;
  line-height: 35px;
}

@media screen and (max-width: 1280px) {
  .contacts-component {
    padding: 32px 0;
  }
  .contacts-component .contacts-component-content {
    max-width: 540px;
  }
  .contacts-component .contacts-component-contact {
    font-size: 20px;
    line-height: 30px;
  }
  .contacts-component .contacts-component-title {
    font-size: 25px;
    line-height: 35px;
  }
  .contacts-component .contacts-component-subtext {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .contacts-component {
    text-align: center;
  }
  .contacts-component .contacts-component-content {
    max-width: none;
    width: 100%;
    margin: 0 0 32px;
  }
  .contacts-component .contacts-component-title {
    margin-bottom: 8px;
  }
  .contacts-component .contacts-component-contacts {
    width: 100%;
    margin: 0 0 32px;
  }
  .contacts-component .contacts-component-button {
    width: 100%;
  }
}
.single-specialist:nth-of-type(1) {
  width: calc(100% - 2 * (100% - 144px) / 4.001 - 96px);
  margin: 0 auto 64px;
}
.single-specialist a:before {
  content: "";
  display: block;
  padding-top: 158.62%;
}
.single-specialist a:hover .hover-overlay, .single-specialist a:hover .specialist-info-wrapper {
  opacity: 1;
  visibility: visible;
}
.single-specialist a:hover .specialist-arrow img {
  animation: sideMovingAnimation 0.5s linear infinite;
  -webkit-animation: sideMovingAnimation 0.5s linear infinite;
}
.single-specialist .no-image-specialist {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.07);
}
.single-specialist .no-image-specialist .specialist-image {
  padding: 32px;
  object-fit: contain;
}
.single-specialist .hover-overlay, .single-specialist .specialist-info-wrapper {
  opacity: 0;
  visibility: hidden;
}
.single-specialist .specialist-info-wrapper {
  width: calc(100% - 32px);
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
}
.single-specialist .specialist-image, .single-specialist .hover-overlay {
  border-radius: 20px;
}
.single-specialist .specialist-info {
  margin-bottom: 20px;
}
.single-specialist .specialist-name {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 8px;
}
.single-specialist .specialist-arrow img {
  width: 14px;
  height: 24px;
  object-fit: contain;
  margin: 0 auto;
}

@media screen and (min-width: 1681px) {
  .team-wrapper {
    margin-bottom: -64px;
    gap: 0 64px;
  }
  .single-specialist {
    width: calc((100% - 192px) / 4.001);
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1680px) {
  .team-wrapper {
    margin-bottom: -48px;
    gap: 0 48px;
  }
  .single-specialist {
    width: calc((100% - 144px) / 4.001);
    margin-bottom: 48px;
  }
  .single-specialist:nth-of-type(1) {
    margin: 0 auto 48px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .team-wrapper {
    margin-bottom: -32px;
    gap: 0 32px;
  }
  .single-specialist {
    width: calc((100% - 96px) / 4.001);
    margin-bottom: 32px;
  }
  .single-specialist:nth-of-type(1) {
    margin: 0 auto 32px;
  }
}
@media screen and (max-width: 1024px) {
  .single-specialist .hover-overlay, .single-specialist .specialist-info-wrapper {
    opacity: 1;
    visibility: visible;
  }
  .single-specialist .specialist-name {
    font-size: 20px;
    line-height: 23px;
  }
  .single-specialist .specialist-position {
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 1023px) {
  .single-specialist:nth-of-type(1) {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .team-wrapper {
    margin-bottom: -32px;
    gap: 0 32px;
  }
  .single-specialist {
    width: calc((100% - 32px) / 2.001);
    margin-bottom: 32px;
  }
  .single-specialist:nth-of-type(1) {
    margin: 0 auto 32px;
  }
}
@media screen and (min-width: 501px) and (max-width: 767px) {
  .team-wrapper {
    margin-bottom: -32px;
    gap: 0 32px;
  }
  .single-specialist {
    width: calc((100% - 32px) / 2.001);
    margin-bottom: 32px;
  }
  .single-specialist:nth-of-type(1) {
    margin: 0 auto 32px;
  }
}
@media screen and (min-width: 501px) {
  .single-specialist:nth-of-type(1) a:before {
    padding-top: 66% !important;
  }
}
@media screen and (max-width: 500px) {
  .team-wrapper {
    margin-bottom: -32px;
    gap: 0 32px;
  }
  .single-specialist {
    width: 100%;
    margin-bottom: 32px;
  }
  .single-specialist:nth-of-type(1) {
    margin: 0 auto 32px;
  }
}
.common-modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 105, 145, 0.7);
  padding: 64px 64px 84px;
  top: 0;
  left: 0;
  z-index: 1023;
  visibility: hidden;
  opacity: 0;
}
.common-modal::-webkit-scrollbar {
  width: 0;
}
.common-modal::-webkit-scrollbar-track {
  background-color: transparent;
}
.common-modal::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.common-modal .common-modal-cross img {
  width: 29px;
  height: 29px;
  top: 17px;
  right: 18px;
}
.common-modal .common-modal-cross:hover img {
  -webkit-animation: rotating 0.5s 0.1s ease-out;
  animation: rotating 0.5s 0.1s ease-out;
}
.common-modal .common-modal-content {
  max-width: 967px;
  margin: 0 auto;
  padding: 32px;
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  .common-modal {
    padding: 32px 32px 48px;
  }
  .common-modal .common-modal-cross img {
    top: 12px;
    right: 12px;
  }
  .common-modal .common-modal-content {
    padding: 16px;
  }
}
@media screen and (max-width: 600px) {
  .common-modal .common-modal-content {
    padding: 24px;
  }
  .common-modal .common-modal-cross img {
    width: 20px;
    height: 20px;
    top: 9px;
    right: 9px;
  }
}
@media screen and (max-width: 500px) {
  .common-modal {
    padding: 16px 16px 24px;
  }
}
.specialist-modal .specialist-image, .specialist-modal .specialist-content-wrapper {
  width: calc(50% - 20px);
}
.specialist-modal .specialist-image:before {
  content: "";
  display: block;
  padding-top: 140%;
}
.specialist-modal .specialist-image img {
  border-radius: 20px;
}
.specialist-modal .specialist-modal-main-info {
  margin-bottom: 24px;
  padding-right: 32px;
}
.specialist-modal .specialist-modal-title {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 8px;
}
.specialist-modal .specialist-modal-wysiwyg {
  max-height: 480px;
  padding-right: 12px;
}
.specialist-modal .specialist-modal-wysiwyg::-webkit-scrollbar {
  width: 5px;
}
.specialist-modal .specialist-modal-wysiwyg::-webkit-scrollbar-track {
  background-color: #fff;
}
.specialist-modal .specialist-modal-wysiwyg::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #138F90;
}

.specialist-modal-visible {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .specialist-modal .specialist-image, .specialist-modal .specialist-content-wrapper {
    width: calc(50% - 16px);
  }
  .specialist-modal .specialist-modal-main-info {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .specialist-modal .specialist-image, .specialist-modal .specialist-content-wrapper {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 600px) {
  .specialist-modal .specialist-image {
    width: 100%;
    margin-bottom: 24px;
  }
  .specialist-modal .specialist-content-wrapper {
    width: 100%;
  }
}
.home-page .home-hero .hero-image {
  animation: scaling 25s linear infinite;
  -webkit-animation: scaling 25s linear infinite;
}
.home-page .home-hero .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 177.77777778vh;
  min-width: 100%;
  min-height: 56.25vw;
}
.home-page .home-hero .single-hero-slide {
  padding: 64px 0;
  min-height: calc(100vh - 228px);
}
.home-page .home-hero .hero-title {
  display: inline-block;
  font-size: 69px;
  line-height: 84px;
  margin-bottom: 32px;
  z-index: 1;
}
.home-page .home-hero .hero-subtext {
  font-size: 23px;
  line-height: 35px;
}
.home-page .home-info-block {
  min-height: 648px;
  padding: 128px 0;
}

@media screen and (max-width: 1280px) {
  .home-page .home-hero .single-hero-slide {
    min-height: calc(569px - 100px);
  }
  .home-page .home-hero .hero-title {
    font-size: 56px;
    line-height: 68px;
    margin-bottom: 24px;
  }
  .home-page .home-hero .hero-subtext {
    font-size: 18px;
    line-height: 30px;
  }
  .home-page .home-info-block {
    min-height: 469px;
    padding: 96px 0;
  }
}
@media screen and (max-width: 1024px) {
  .home-page .home-hero .single-hero-slide {
    padding: 48px 0;
  }
  .home-page .home-hero .hero-title {
    font-size: 48px;
    line-height: 56px;
  }
  .home-page .home-info-block {
    min-height: 320px;
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .home-page .home-hero .hero-content-wrapper {
    z-index: 2;
  }
  .home-page .home-hero .hero-title {
    font-size: 40px;
    line-height: 48px;
  }
  .home-page .home-hero .hero-title:after {
    content: none;
  }
  .home-page .home-info-block {
    min-height: 250px;
    padding: 48px 0;
  }
}
.contacts-page .main-title-contacts {
  margin-bottom: 8px;
}
.contacts-page .contacts-columns-wrapper {
  gap: 48px;
  margin-bottom: 72px;
}
.contacts-page .contacts-column {
  width: calc((100% - 96px) / 3.001);
  box-shadow: 0 4px 20px 0 rgba(161, 141, 117, 0.1);
  border-bottom: 6px solid #138F90;
  padding: 28px 32px;
}
.contacts-page .contacts-column-content > p a, .contacts-page .contacts-column-content > ul li a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.contacts-page .contacts-column-title {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 16px;
}
.contacts-page .inputs-wrapper {
  gap: 36px 14px;
  margin-bottom: 19px;
}
.contacts-page .privacy-wrapper {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 17px;
}
.contacts-page .privacy-wrapper a {
  color: #138F90;
  position: relative;
}
.contacts-page .privacy-wrapper a:hover:before, .contacts-page .privacy-wrapper a:hover:after {
  width: 100%;
  opacity: 1;
}
.contacts-page .privacy-wrapper a:after {
  left: 0;
  background-color: #138F90;
}
.contacts-page .privacy-wrapper a:before, .contacts-page .privacy-wrapper a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}

@media screen and (max-width: 1280px) {
  .contacts-page .contacts-columns-wrapper {
    gap: 32px;
    margin-bottom: 64px;
  }
  .contacts-page .contacts-column {
    width: calc((100% - 64px) / 3.001);
    padding: 16px;
  }
  .contacts-page .contacts-column-title {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .contacts-page .contacts-columns-wrapper {
    margin-bottom: 48px;
  }
  .contacts-page .contacts-column {
    width: calc(50% - 16px);
  }
  .contacts-page .inputs-wrapper {
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-page .contacts-column {
    width: 100%;
  }
}
.news-page .main-title-news {
  margin-bottom: 16px;
}
.news-page .article-categories-inner {
  gap: 12px;
}
.news-page .active-article-category {
  color: #000 !important;
  background-color: #fff !important;
  border: 2px solid #138F90 !important;
}
.news-page .news-wrapper {
  gap: 32px 24px;
}
.news-page .load-more-news-wrapper {
  padding-top: 52px;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .news-page .load-more-news-wrapper {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .news-page .load-more-news-wrapper {
    padding-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .news-page .news-categories {
    display: block !important;
  }
  .news-page .collapse-link-wrapper {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .news-page .article-categories-wrapper {
    -webkit-animation: rightSideAnimationSimple 1s ease-out forwards !important;
    animation: rightSideAnimationSimple 1s ease-out forwards !important;
  }
  .news-page .article-categories-inner {
    padding-top: 12px;
  }
  .news-page .single-article-category {
    width: calc(50% - 6px);
  }
  .news-page .single-article-category .default-button {
    width: 100%;
  }
  .news-page .single-article-category-all {
    width: 100%;
  }
  .news-page .collapse-link {
    color: #000;
  }
  .news-page .collapse-link img, .news-page .collapse-link svg {
    width: 9px;
    height: 7px;
    object-fit: contain;
  }
  .news-page .collapse-link img path, .news-page .collapse-link svg path {
    stroke: #000;
    transition: all 0.2s linear;
  }
  .news-page .collapse-link:hover {
    color: #138F90;
  }
  .news-page .collapse-link:hover path {
    stroke: #138F90;
  }
}
@media screen and (max-width: 500px) {
  .news-page .single-article-category {
    width: 100%;
  }
}
.simple-page .simple-page-main-title {
  margin-bottom: 32px;
}
.simple-page .simple-page-image, .simple-page .simple-page-wysiwyg {
  width: calc(50% - 32px);
}

@media screen and (max-width: 1422px) {
  .simple-page .simple-page-main-title {
    margin-bottom: 24px;
  }
  .simple-page .simple-page-image {
    width: calc(50% - 16px);
  }
  .simple-page .simple-page-wysiwyg {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 1024px) {
  .simple-page .simple-page-image, .simple-page .simple-page-wysiwyg {
    width: 100%;
  }
  .simple-page .simple-page-image {
    margin-bottom: 24px;
  }
  .simple-page .simple-page-image img {
    max-height: 469px;
    object-fit: cover;
  }
}
.about-us-page .about-us-content {
  padding: 76px 40px 90px;
}
.about-us-page .about-us-content-map {
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: calc(100% - 80px);
  max-width: 642px;
  z-index: -1;
}
.about-us-page .main-title-about-us {
  margin-bottom: 32px;
}
.about-us-page .wysiwyg-styles-about-us {
  max-width: 635px;
  margin-bottom: 32px;
}
.about-us-page .image-content-section {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 64px 32px 48px 64px;
  max-width: 397px;
}
.about-us-page .image-content-section-title {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-family: FontBold;
}
.about-us-page .image-content-section-subtext {
  font-size: 14px;
  line-height: 25px;
}
.about-us-page .about-us-pin {
  width: 35px;
  height: 52.5px;
  left: -42px;
  bottom: 22px;
}
.about-us-page .about-us-flag {
  width: 24px;
  height: 24px;
  right: -31px;
  top: -24px;
}

@media screen and (max-width: 1422px) {
  .about-us-page .about-us-content {
    padding: 64px 32px;
  }
  .about-us-page .about-us-content-map {
    right: 32px;
    width: calc(100% - 64px);
  }
}
@media screen and (max-width: 1280px) {
  .about-us-page .about-us-content {
    padding: 48px 32px;
  }
}
@media screen and (max-width: 1024px) {
  .about-us-page .about-us-image, .about-us-page .about-us-content {
    width: 100% !important;
  }
  .about-us-page .about-us-content, .about-us-page .about-us-image {
    padding: 48px 32px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-page .about-us-content, .about-us-page .about-us-image {
    padding: 48px 16px;
  }
  .about-us-page .image-content-section-title {
    margin-bottom: 8px;
  }
  .about-us-page .image-content-section {
    padding: 48px 16px 24px 56px;
  }
  .about-us-page .about-us-pin {
    bottom: 14px;
  }
}
.single-article-page .single-article-default-wrapper {
  margin: 32px 0 48px;
}
.single-article-page .main-title-single-article {
  margin-bottom: 32px;
}
.single-article-page .single-article-image {
  width: 544px;
  margin: 0 64px 48px 0;
  float: left;
}
.single-article-page .single-article-content {
  width: 100%;
  padding: 32px 0 48px;
}
.single-article-page .show-more-article-content {
  position: relative;
}
.single-article-page .show-more-article-content:hover:before, .single-article-page .show-more-article-content:hover:after {
  width: 100%;
  opacity: 1;
}
.single-article-page .show-more-article-content:after {
  left: 0;
  background-color: #138F90;
}
.single-article-page .show-more-article-content:before, .single-article-page .show-more-article-content:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.single-article-page .show-more-article-content:hover {
  color: #138F90;
}

@media screen and (max-width: 1280px) {
  .single-article-page .single-article-default-wrapper {
    margin: 32px 0;
  }
  .single-article-page .single-article-image {
    width: 440px;
    margin: 0 48px 32px 0;
  }
  .single-article-page .single-article-content {
    padding: 0 0 32px;
  }
}
@media screen and (max-width: 1024px) {
  .single-article-page .single-article-default-wrapper {
    margin: 32px 0 16px;
  }
  .single-article-page .single-article-image {
    width: 320px;
    margin: 0 32px 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .single-article-page .main-title-single-article {
    margin-bottom: 16px;
  }
  .single-article-page .single-article-image {
    width: 100%;
    margin: 0 0 24px;
    float: none;
  }
  .single-article-page .single-article-image img {
    max-height: 469px;
  }
  .single-article-page .single-article-content {
    width: 100%;
    max-width: none;
  }
}
.search-page .search-page-main-title {
  margin-bottom: 12px;
}
.search-page .search-main-row {
  margin-bottom: 64px;
}
.search-page .single-search-result {
  margin-bottom: 56px;
}
.search-page .search-row-title-wrapper {
  margin-bottom: 16px;
}
.search-page .search-row-title {
  font-size: 25px;
}
.search-page .search-row-title:hover {
  color: #A18D75;
}
.search-page .search-row-image-wrapper {
  width: 189px;
  margin-right: 20px;
}
.search-page .search-row-content {
  width: calc(100% - 189px - 20px);
}
.search-page .search-excerpt {
  margin-bottom: 20px;
}

@media screen and (max-width: 1366px) {
  .search-page .search-main-row, .search-page .single-search-result {
    margin-bottom: 32px;
  }
  .search-page .search-row-title-wrapper {
    margin-bottom: 8px;
  }
  .search-page .search-excerpt {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .search-page .search-row-image-wrapper {
    width: 100%;
    margin: 0 0 12px;
  }
  .search-page .search-row-content {
    width: 100%;
  }
}

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