/*
Theme Name: Medica Theme
Version: 1.0"
Description: Medica Theme
Text Domain: medica
Author: KITH
Author URI: https://kith.agency
*/

* {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  position: relative;
  overflow-x: hidden;
  color: #464953;
  font-size: 16px;
  line-height: 1.65;
  word-wrap: break-word;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 12px;
  }
}
.container-all {
  position: relative;
  overflow: hidden;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
main {
  position: relative;
}
._h1,
h1,
._h2,
h2,
._h3,
h3,
._h4,
h4,
._h5,
h5,
._h6,
h6 {
  font-style: normal;
  margin: 0;
}
h1,
._h1 {
  font-weight: 800;
  font-size: 45px;
  line-height: 55px;
}
@media screen and (max-width: 992px) {
  h1,
  ._h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
h2,
._h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
}
@media screen and (max-width: 992px) {
  h2,
  ._h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
h3,
._h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
}
@media screen and (max-width: 992px) {
  h3,
  ._h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
h4,
._h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 992px) {
  h4,
  ._h4 {
    font-size: 14px;
    line-height: 18px;
  }
}
h5,
._h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 992px) {
  h5,
  ._h5 {
    font-size: 12px;
    line-height: 16px;
  }
}
h6,
._h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 992px) {
  h6,
  ._h6 {
    font-size: 12px;
    line-height: 16px;
  }
}
._txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 992px) {
  ._txt {
    font-size: 12px;
  }
}
._txt-medi {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  line-height: 1.625;
}
@media screen and (max-width: 992px) {
  ._txt-medi {
    font-size: 10px;
  }
}
._txt-semi {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  line-height: 1.625;
}
@media screen and (max-width: 992px) {
  ._txt-semi {
    font-size: 12px;
  }
}
._input,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"] {
  display: block;
  height: 48px;
  padding: 15px;
  border-radius: 24px;
  border: 1px solid #d6d8dd;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
  background-color: #fff;
  color: #464953;
  transition: all ease 0.3s;
}
._input:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus {
  border: 1px solid #00529a;
  transition: all ease 0.3s;
}
._input:hover,
input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="search"]:hover {
  border: 1px solid #00529a;
  transition: all ease 0.3s;
}
._input:invalid,
input[type="text"]:invalid,
input[type="tel"]:invalid,
input[type="email"]:invalid,
input[type="search"]:invalid {
  border: 1px solid #ea0029;
  color: #ea0029;
  transition: all ease 0.3s;
}
._input:disabled,
input[type="text"]:disabled,
input[type="tel"]:disabled,
input[type="email"]:disabled,
input[type="search"]:disabled {
  opacity: 0.6;
}
textarea,
._textarea {
  display: block;
  height: 145px;
  resize: vertical;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #d6d8dd;
  line-height: 1.625;
  outline: none;
  background-color: #fff;
  transition: all ease 0.3s;
}
textarea:focus,
._textarea:focus {
  border: 1px solid #00529a;
  transition: all ease 0.3s;
}
textarea:hover,
._textarea:hover {
  border: 1px solid #00529a;
  transition: all ease 0.3s;
}
textarea:invalid,
._textarea:invalid {
  border: 1px solid #ea0029;
  transition: all ease 0.3s;
}
textarea:disabled,
._textarea:disabled {
  opacity: 0.6;
}
[class*="__container"] {
  width: 100%;
  padding: 0 15px;
  max-width: 1560px;
  margin: 0 auto;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
p a:hover {
  color: #00529a;
  transition: all 0.3s;
}
.arr-elem {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (max-width: 992px) {
  .arr-elem {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
}
.arr-elem svg path {
  transition: 0.3s;
}
.bttn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all ease 0.3s;
  line-height: 100%;
}
.bttn svg {
  display: block;
}
.bttn-base {
  color: #fff;
  transition: 0.3s;
  border: none;
  height: 48px;
  border-radius: 32px;
  background-color: #00529a;
  padding: 0 40px;
  gap: 11px;
}
@media screen and (max-width: 992px) {
  .bttn-base {
    height: 32px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 992px) {
  .bttn-base ._txt-semi {
    font-size: 12px;
  }
}
.bttn-base:hover {
  transition: 0.3s;
  background-color: #0a1948;
}
.bttn-base:hover ._txt-semi {
  color: #fff;
  transition: 0.3s;
}
.bttn-base .arr-elem {
  width: auto;
  height: auto;
  min-width: auto;
  background-color: transparent;
}
@media screen and (max-width: 992px) {
  .bttn-base svg {
    width: 10px;
  }
}
.bttn-base svg path {
  fill: #fff;
  transition: all ease 0.3s;
}
.bttn-arrow {
  gap: 16px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 992px) {
  .bttn-arrow {
    gap: 8px;
  }
}
.bttn-arrow .arr-elem {
  background-color: #0a1948;
}
@media screen and (max-width: 992px) {
  .bttn-arrow .arr-elem svg {
    width: 50%;
  }
}
.bttn-arrow ._txt-semi {
  color: #464953;
}
.bttn-arrow svg path {
  fill: #fff;
  transition: all ease 0.3s;
}
.bttn-arrow:hover > .arr-elem {
  background-color: #00529a;
}
.bttn-arrow-light {
  gap: 16px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 992px) {
  .bttn-arrow-light {
    gap: 8px;
  }
}
.bttn-arrow-light .arr-elem {
  background-color: #ccedff;
}
@media screen and (max-width: 992px) {
  .bttn-arrow-light .arr-elem svg {
    width: 50%;
  }
}
.bttn-arrow-light ._txt-semi {
  color: #464953;
}
.bttn-arrow-light svg path {
  fill: #00529a;
  transition: all ease 0.3s;
}
.bttn-arrow-light:hover > .arr-elem {
  background-color: #00529a;
}
.bttn-arrow-light:hover > .arr-elem svg path {
  fill: #fff;
  transition: all ease 0.3s;
}
.bttn-arrow-medium {
  gap: 16px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 992px) {
  .bttn-arrow-medium {
    gap: 8px;
  }
}
.bttn-arrow-medium .arr-elem {
  background-color: #00529a;
}
@media screen and (max-width: 992px) {
  .bttn-arrow-medium .arr-elem svg {
    width: 50%;
  }
}
.bttn-arrow-medium ._txt-semi {
  color: #464953;
}
.bttn-arrow-medium svg path {
  fill: #fff;
  transition: all ease 0.3s;
}
.bttn-arrow-medium:hover > .arr-elem {
  background-color: #0a1948;
}
.bttn-arrow-medium:hover > .arr-elem svg path {
  fill: #fff;
  transition: all ease 0.3s;
}
.bttn-border {
  transition: all ease 0.3s;
}
@media screen and (max-width: 992px) {
  .bttn-border {
    gap: 8px;
  }
}
.bttn-border .arr-elem {
  background-color: transparent;
  border: 1px solid #464953;
}
@media screen and (max-width: 992px) {
  .bttn-border .arr-elem svg {
    width: 50%;
  }
}
.bttn-border ._txt-semi {
  color: #464953;
}
.bttn-border svg path {
  fill: #464953;
  transition: all ease 0.3s;
}
.bttn-border:hover > .arr-elem {
  background-color: #464953;
}
.bttn-border:hover svg path {
  fill: #fff;
  transition: all ease 0.3s;
}
.bttn-border-long {
  transition: all ease 0.3s;
  min-width: 160px;
  border: 1px solid #00529a;
  height: 44px;
  border-radius: 32px;
  background-color: transparent;
  padding: 5px 40px;
}
.bttn-border-long:hover,
.bttn-border-long.active {
  border: 1px solid #ccedff;
  background-color: #ccedff;
  transition: all ease 0.3s;
}
.bttn-inline {
  border: none;
  padding: 0;
  min-width: auto;
  height: auto;
  border-radius: 0;
}
.bttn-inline .txt {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
  position: relative;
  color: #123456;
}
.bttn-inline .txt:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #17181c;
  transition: all ease 0.5s;
}
.bttn-inline .txt:hover {
  color: #123456;
  transition: all ease 0.5s;
}
.bttn-inline svg path {
  stroke: #123456;
  transition: all ease 0.5s;
}
._hide,
._mob {
  display: none !important;
}
@media screen and (max-width: 992px) {
  ._mob {
    display: block !important;
  }
}
._mob-f {
  display: none !important;
}
@media screen and (max-width: 992px) {
  ._mob-f {
    display: flex !important;
  }
}
._desk {
  display: none !important;
}
@media screen and (min-width: 993px) {
  ._desk {
    display: block !important;
  }
}
._desk-f {
  display: none !important;
}
@media screen and (min-width: 993px) {
  ._desk-f {
    display: flex !important;
  }
}
._flex {
  display: flex;
}
._flex-x {
  display: flex;
  align-items: center;
}
._flex-cntr {
  display: flex;
  align-items: center;
  justify-content: center;
}
._flex-btwn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._flex-col {
  display: flex;
  flex-direction: column;
}
._flex-col-cntr {
  display: flex;
  flex-direction: column;
  align-items: center;
}
._invert {
  filter: invert(1);
}
._accent {
  font-family: inherit;
}
._white {
  color: #fff;
}
._d-blue {
  color: #0a1948;
}
._blue {
  color: #00529a;
}
.sw-arr {
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
  transition: all ease 0.3s;
  cursor: pointer;
  opacity: 0.8;
  border-radius: 5px;
}
.sw-arr:hover {
  opacity: 1;
  transition: all ease 0.3s;
}
.sw-arr.swiper-button-disabled {
  opacity: 0.4;
  filter: grayscale(1);
}
.sw-arr-prev {
  background-image: url(assets/icons/double-arr-left.svg);
}
.sw-arr-next {
  background-image: url(assets/icons/double-arr-right.svg);
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 50%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.swiper-pagination-bullet-active {
  background: #0a1948;
}
._icon-txt {
  gap: 5px;
  position: relative;
}
._icon-txt .icon {
  display: block;
  height: 20px;
  width: auto;
}
.header-space {
  height: 130px;
}
@media screen and (max-width: 992px) {
  .header-space {
    height: 105px;
  }
}
.card {
  border-radius: 32px;
  background-color: #f4fbff;
  padding: 24px;
  height: 100%;
}
@media screen and (max-width: 1499px) {
  .card {
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .card {
    border-radius: 8px;
  }
}
.clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.625;
}
.clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.625;
}
.img-wrap a img {
  transition: 0.3s;
}
.img-wrap:hover a img {
  transform: scale(1.02);
  transition: 0.3s;
}
.rad-32-8 {
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .rad-32-8 {
    border-radius: 8px;
  }
}
.accent-txt {
  display: inline-block;
  padding: 0 10px;
  color: #00529a;
  background: #ccedff;
  border-radius: 30px;
}
@media screen and (max-width: 992px) {
  .accent-txt {
    padding: 0 6px;
    border-radius: 20px;
  }
}
.ul-norm {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.o-fit {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pt120 {
  padding-top: 120px;
}
@media screen and (max-width: 992px) {
  .pt120 {
    padding-top: 60px;
  }
}
.pb120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .pb120 {
    padding-bottom: 60px;
  }
}
.pt72 {
  padding-top: 72px;
}
@media screen and (max-width: 992px) {
  .pt72 {
    padding-top: 28px;
  }
}
.pt60 {
  padding-top: 60px;
}
@media screen and (max-width: 992px) {
  .pt60 {
    padding-top: 30px;
  }
}
.pb60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .pb60 {
    padding-bottom: 30px;
  }
}
.pb40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .pb40 {
    padding-bottom: 32px;
  }
}
img {
  vertical-align: top;
}
.section-head {
  flex-wrap: wrap;
  gap: 20px;
}
.bttn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.window-overlay {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  left: 0;
  top: 0;
  background: #0034619e;
  z-index: 250;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.window-overlay.open {
  opacity: 1;
  pointer-events: all;
  transition: 0.3s;
}
.header {
  padding: 40px 0 24px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  transition: padding 0.3s ease, margin 0.3s ease;
}
@media screen and (max-width: 992px) {
  .header {
    padding: 20px 0 13px;
  }
}
.header-logo {
  width: 253px;
  min-width: 253px;
}
@media screen and (max-width: 1499px) {
  .header-logo {
    width: 200px;
    min-width: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .header-logo {
    width: 158px;
    min-width: 158px;
  }
}
@media screen and (max-width: 992px) {
  .header-logo {
    width: 130px;
    min-width: 130px;
    margin-right: 0;
  }
}
.header-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header .icon-txt {
  gap: 8px;
}
@media screen and (max-width: 1199px) {
  .header .icon-txt ._h6 {
    font-size: 12px;
  }
}
.header ._input {
  width: 390px;
  position: relative;
  height: 48px;
}
@media screen and (max-width: 1899px) {
  .header ._input {
    width: 20vw;
    min-width: 200px;
  }
}
.header .nav {
  gap: 15px;
}
.header .burger-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .header .burger-wrap {
    width: 40px;
    height: 12px;
    margin-left: 0;
  }
}
.header .burger-wrap .burger-line {
  height: 2px;
  background: #123456;
}
.header .burger-wrap .burger-line:first-child {
  width: 100%;
}
.header .burger-wrap .burger-line:last-child {
  width: 70%;
}
.header .lang-menu-wrap {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0 0;
}
.header .lang-menu {
  list-style: none;
  margin: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e3e5e8;
  padding: 16px 8px;
}
.header .lang-menu a {
  display: block;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #123456;
  transition: 0.3s;
  border-radius: 8px;
}
.header .lang-menu a:hover {
  color: #123456;
  background: #f2f4fb;
  transition: 0.3s;
}
.header .bttn-base {
  background-color: #fff;
  color: #00529a;
  width: 280px;
}
@media screen and (max-width: 1499px) {
  .header .bttn-base {
    width: auto;
  }
}
.header .bttn-base:hover {
  background-color: #00529a;
  color: #fff;
}
.header-mob .bottom {
  margin-top: 16px;
}
.header-mob .bottom .col {
  gap: 16px;
}
.header .menu-item a {
  display: block;
  padding: 8px 24px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border-radius: 20px;
  border: 1px solid #ffffff;
  color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .header .menu-item a {
    font-size: 15px;
  }
}
.header .menu-item a:hover {
  background: #fff;
  color: #00529a;
}
.header .menu-item.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .menu-item.menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(assets/icons/shevron-down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: none;
  filter: brightness(0) invert(1);
  transform: rotate(0);
  transition: all ease 0.3s;
}
.header .menu-item.menu-item-has-children > a:hover {
  border-radius: 20px 20px 20px 0;
}
.header .menu-item.menu-item-has-children > a:hover:after {
  filter: brightness(1) invert(0);
  transform: rotate(180deg);
  transition: all ease 0.3s;
}
.header .menu-item.menu-item-has-children > a.active:before {
  opacity: 1;
  transition: all ease 0.3s;
}
.header .menu-item.menu-item-has-children > a.active:before {
  transform: rotate(0);
  transition: all ease 0.3s;
  filter: grayscale(0) brightness(1);
}
.header .search-start {
  cursor: pointer;
  margin-right: 20px;
}
@media screen and (max-width: 1199px) {
  .header .search-start {
    margin-right: 16px;
  }
}
.header-fixed,
.header-default {
  transition: padding 0.3s ease, margin 0.3s ease;
  padding: 16px 0;
  background: linear-gradient(#17181c4d, #17181c4d), url(assets/img/header.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 15px 30px #17181c4d;
}
.header-fixed .menu1,
.header-default .menu1 {
  margin-top: 12px;
}

.lang-switch-wrap {
  margin-right: 23px;
  position: relative;
  z-index: 10;
  width: 55px;
  height: 30px;
}
@media screen and (max-width: 1199px) {
  .lang-switch-wrap {
    margin-right: 10px;
  }
}
.lang-switch {
  position: absolute;
  top: -20px;
  z-index: 10;
  padding: 20px 0;
}
.lang-switch .current-lang {
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.lang-switch .current-lang a {
  color: #fff;
}
.lang-switch .current-lang:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(assets/icons/shevron-down-wt.svg);
  background-position: center;
  background-size: contain;
  background-repeat: none;
}
.lang-item a {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  .lang-item a {
    font-size: 14px;
  }
}
.lang-switch .dropdown {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 60px;
  padding: 4px 14px;
  border-radius: 0 32px 32px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 3px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  box-shadow: 0 6px 10px 4px #00000026;
}
.lang-switch .dropdown a:hover {
  color: #00529a;
}
.lang-switch:hover .dropdown {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s;
}
.cart-link {
  cursor: pointer;
  margin-right: 20px;
}
@media screen and (max-width: 1199px) {
  .cart-link {
    margin-right: 16px;
  }
}
@media screen and (max-width: 992px) {
  .cart-link {
    margin-right: 0;
  }
}
.cart-link .icon-wrap {
  position: relative;
}
.cart-link .icon-wrap .num {
  position: absolute;
  top: 0;
  left: 60%;
  padding: 1px 5px 0;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #00529a;
  background: #fff;
}
.location-outer {
  height: 32px;
  padding-right: 15px;
  margin-right: 15px;
}
.location-outer:hover {
  background: #fff;
  border-radius: 24px 24px 24px 0;
  transition: .3s;

}
.location {
  position: relative;
  z-index: 10;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
.location-inner {
  position: absolute;
  /* top: -20px; */
  z-index: 10;
  /* padding: 20px 0; */
}
/* .location-out {
  margin-right: 20px;
} */
@media screen and (max-width: 1199px) {
  .location-out {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .location-out ._h6 {
    font-size: 12px;
  }
}
.schedule .txt {
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  .schedule .txt {
    font-size: 12px;
  }
}
.loc-icon-wrap {
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: #fff0;
  border-radius: 32px 32px 32px 0;
  transition: 0.3s;
}
.loc-icon-wrap .icon {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
.loc-dropdown {
  position: absolute;
  left: 0;
  /* top: 72px; */
  top: 46px;
  padding: 24px 24px 40px;
  border-radius: 0 32px 32px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  box-shadow: 0 6px 10px 4px #00000026;
}
.loc-dropdown h6 {
  padding-bottom: 8px;
  border-bottom: 1px solid #d6d8dd;
}
.loc-dropdown a:hover {
  color: #00529a;
}
.loc-dropdown .bttn-wrap {
  margin-top: 32px;
  gap: 24px;
}
.loc-dropdown .bttn-wrap ._txt-semi {
  color: #00529a;
}
.location-wrap {
  margin-top: -20px;
  cursor: pointer;
      padding: 20px 0;
      position: relative;
}
.location-outer:hover .loc-icon-wrap {
  /* background: #fff;
  transition: 0.3s; */
}
.location-outer:hover .loc-icon-wrap .icon {
  filter: brightness(1) invert(0);
  transition: 0.3s;
}
.location-outer:hover .loc-dropdown {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s;
}
.location-outer:hover ._h6 {
  color: #00529a;
  transition: 0.3s;

}
/* .location-inner:hover .loc-icon-wrap {
  background: #fff;
  transition: 0.3s;
}
.location-inner:hover .loc-icon-wrap .icon {
  filter: brightness(1) invert(0);
  transition: 0.3s;
}
.location:hover .loc-dropdown {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s;
} */
.menu1 {
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .menu1 {
    gap: 16px;
    margin-top: 24px;
  }
  .bttn-base {
    padding: 0 20px;
}
.location-outer {
  padding-right: 6px;
  margin-right: 6px;
}
}
.swiper-slide {
  height: auto;
}
.swiper.base {
  padding-bottom: 68px;
}
@media screen and (max-width: 1499px) {
  .swiper.base {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .swiper.base {
    padding-bottom: 26px;
    overflow: visible;
  }
}
.swiper.base .swiper-button-next,
.swiper.base .swiper-button-prev {
  top: auto;
  bottom: 0;
  margin-top: 0;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .swiper.base .swiper-button-next,
  .swiper.base .swiper-button-prev {
    width: 10px;
    height: 10px;
  }
}
.swiper.base .swiper-button-prev {
  left: auto;
  right: 50px;
  background-image: url(assets/icons/arr-prev.svg);
}
@media screen and (max-width: 767px) {
  .swiper.base .swiper-button-prev {
    right: 26px;
  }
}
.swiper.base .swiper-button-next {
  right: 0;
  background-image: url(assets/icons/arr-next.svg);
}
.swiper.base .swiper-button-next:after,
.swiper.base .swiper-button-prev:after {
  font-size: 0;
}
.swiper.base .swiper-pagination {
  bottom: -7px;
}
@media screen and (max-width: 992px) {
  .swiper.base .swiper-pagination {
    bottom: -5px;
  }
}
.swiper-banner {
  height: 100%;
}
.banner {
  height: 100dvh;
}
.banner-wrap {
  position: relative;
  height: 100%;
}
.banner-wrap .col-img {
  background: #000;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-wrap .col-img:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #17181c4d;
}
.banner-wrap .col-txt {
  height: 100%;
  position: relative;
  z-index: 10;
  padding: 26.6dvh 0 5.5dvh;
}
.banner-wrap .col-txt .col__container {
  flex-wrap: wrap;
  align-items: stretch;
  height: 100%;
}
.banner-wrap .col-txt .col.main {
  width: 76.8%;
  align-items: flex-start;
}
.banner-wrap .col-txt .col.loc {
  width: 10.5%;
}
.banner-wrap .col-txt .col.loc .location-elem {
  margin-bottom: 32px;
}
.banner-wrap .col-txt .col.loc .location-elem p {
  text-align: right;
}
.banner-wrap .col-txt .col.loc .head-wrap {
  margin-bottom: 8px;
  gap: 10px;
  justify-content: flex-end;
}
.banner-wrap .col-txt .col.arr {
  width: 100%;
  margin-top: auto;
}
.banner-wrap .col-txt h1 {
  font-weight: 700;
  font-size: 100px;
  line-height: 1.2;
  margin-bottom: 11.1vh;
}
@media screen and (max-width: 1499px) {
  .banner-wrap .col-txt h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 992px) {
  .banner-wrap .col-txt h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .banner-wrap .col-txt h1 {
    font-size: 35px;
  }
}
.banner-wrap .col-txt h6 {
  margin-bottom: 24px;
}
.banner-wrap .col-txt .bttn-base {
  background-color: #fff;
  color: #00529a;
  width: 375px;
}
@media screen and (max-width: 767px) {
  .banner-wrap .col-txt .bttn-base {
    width: auto;
  }
}
.banner-wrap .col-txt .bttn-base:hover {
  background-color: #00529a;
  color: #fff;
}
.banner-wrap .col-txt .bttn-base:hover svg path {
  fill: #fff;
}
.banner-wrap .col-txt .bttn-base svg path {
  fill: #00529a;
}
.banner-wrap .col-txt .bttn-border .arr-elem {
  border: 1px solid #e0f4ff;
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .banner-wrap .col-txt .bttn-border .arr-elem {
    width: 48px;
    height: 48px;
  }
}
.banner-wrap .col-txt .bttn-border .arr-elem svg {
  transform: rotate(90deg);
  width: 50%;
}
.banner-wrap .col-txt .bttn-border .arr-elem svg path {
  fill: #e0f4ff;
}
.banner-wrap .col-txt .bttn-border .arr-elem:hover {
  background-color: #e0f4ff;
}
.banner-wrap .col-txt .bttn-border .arr-elem:hover svg path {
  fill: #0a1948;
}
@media screen and (max-width: 1499px) {
  .promo-card {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .promo-card {
    padding: 0;
    overflow: hidden;
  }
}
.promo-card .img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 0;
  padding-bottom: 46.2%;
  width: 55%;
  min-width: 55%;
}
@media screen and (max-width: 1499px) {
  .promo-card .img-wrap {
    border-radius: 16px;
  }
}
@media screen and (max-width: 992px) {
  .promo-card .img-wrap {
    width: 100%;
    min-width: auto;
    padding-bottom: 82%;
  }
}
@media screen and (max-width: 767px) {
  .promo-card .img-wrap {
    border-radius: 0;
  }
}
.promo-card .img-wrap img {
  position: absolute;
}
.promo-card .txt-wrap {
  margin-left: 32px;
}
@media screen and (max-width: 1499px) {
  .promo-card .txt-wrap {
    margin-left: 0;
    margin-top: 24px;
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .promo-card .txt-wrap {
    margin: 0;
    padding: 16px 8px 12px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
}
.promo-card .txt-wrap .sale-txt._h3 {
  margin-bottom: 4px;
}
.promo-card .txt-wrap .sale-txt._h4 {
  display: block;
}
.promo-card .txt-wrap h4 {
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .promo-card .txt-wrap h4 {
    margin: 0 0 8px;
  }
}
.promo-card .txt-wrap .specialty {
  display: block;
  text-align: center;
}
.promo-card .txt-wrap p {
  margin: 0 0 6px;
}
.promo-card .txt-wrap .bttn-wrap {
  gap: 8px;
  margin-top: auto;
}
.promo-card .txt-wrap .bttn-wrap .bttn {
  margin-left: auto;
}
.promo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
@media screen and (max-width: 1499px) {
  .promo-grid {
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1199px) {
  .promo-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px 15px;
  }
}
@media screen and (max-width: 1499px) {
  .promo-grid .promo-card .img-wrap {
    width: 100%;
    min-width: auto;
    padding-bottom: 82%;
  }
}
@media screen and (max-width: 992px) {
  .promo-grid .promo-card .img-wrap {
    width: 100%;
    min-width: auto;
    padding-bottom: 82%;
  }
}
@media screen and (max-width: 767px) {
  .promo-grid .promo-card .img-wrap {
    border-radius: 0;
  }
}
.promo-grid .promo-card .img-wrap img {
  position: absolute;
}
.doc-card .img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 0;
  padding-bottom: 114%;
}
@media screen and (max-width: 1499px) {
  .doc-card .img-wrap {
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .doc-card .img-wrap {
    border-radius: 8px;
  }
}
.doc-card .img-wrap img {
  position: absolute;
}
.doc-card .img-wrap .bttn-border {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .doc-card .img-wrap .bttn-border {
    right: 8px;
    bottom: 8px;
  }
}
.doc-card .txt-wrap {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .doc-card .txt-wrap {
    margin-top: 16px;
  }
}
.doc-card .txt-wrap h4 {
  text-align: center;
}
.doc-card .txt-wrap .specialty {
  display: block;
  text-align: center;
}
.doc-entry-elem {
  padding: 40px 0;
  border-bottom: 1px solid #d6d8dd;
  align-items: stretch;
}
@media screen and (max-width: 1279px) {
  .doc-entry-elem {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 992px) {
  .doc-entry-elem {
    padding: 32px 0;
  }
}
.doc-entry-elem:first-child {
  padding: 0 0 40px;
}
.doc-entry-elem:last-child {
  padding: 40px 0 0;
  border-bottom: none;
}
.doc-entry-elem .doc-entry-col.img {
  width: 34.5%;
  min-width: 34.5%;
  padding-right: 40px;
}
@media screen and (max-width: 1279px) {
  .doc-entry-elem .doc-entry-col.img {
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .doc-entry-elem .doc-entry-col.img {
    width: 50%;
    min-width: auto;
    padding-right: 8px;
  }
}
.doc-entry-elem .doc-entry-col.txt {
  flex-grow: 1;
  padding-top: 24px;
}
@media screen and (max-width: 1279px) {
  .doc-entry-elem .doc-entry-col.txt {
    width: 65.5%;
  }
}
@media screen and (max-width: 767px) {
  .doc-entry-elem .doc-entry-col.txt {
    width: 50%;
    padding-top: 0;
    padding-left: 8px;
  }
}
.doc-entry-elem .doc-entry-col.bttns {
  padding-left: 40px;
  justify-content: flex-end;
}
@media screen and (max-width: 1279px) {
  .doc-entry-elem .doc-entry-col.bttns {
    flex-direction: column;
    padding-left: 0;
    padding-top: 24px;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .doc-entry-elem .doc-entry-col.bttns {
    padding-top: 16px;
  }
}
@media screen and (max-width: 1279px) {
  .doc-entry-elem .doc-entry-col.bttns .bttn-wrap {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
}
.doc-entry-elem .img-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 114%;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .doc-entry-elem .img-wrap {
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .doc-entry-elem .img-wrap {
    border-radius: 8px;
  }
}
.doc-entry-elem .img-wrap img {
  position: absolute;
}
.doc-entry-elem .txt-wrap {
  height: 100%;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .doc-entry-elem .txt-wrap {
    gap: 16px;
  }
}
.doc-entry-elem .stats {
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .doc-entry-elem .stats {
    gap: 8px;
  }
}
.doc-entry-elem .stats .desc {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .doc-entry-elem .stats .desc {
    font-size: 10px;
  }
}
.doc-entry-elem h3 {
  color: #17181c;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .doc-entry-elem h3 {
    margin-bottom: 0;
  }
}
.doc-entry-elem .doc-contacts {
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .doc-entry-elem .doc-contacts {
    gap: 4px;
  }
}
.doc-entry-elem .doc-contacts .contact-elem {
  gap: 8px;
}
.doc-entry-elem .doc-contacts .contact-elem img {
  top: 0;
}
@media screen and (max-width: 767px) {
  .doc-entry-elem .doc-contacts .contact-elem img {
    height: 16px;
    width: auto;
    top: 3px;
  }
}
.doc-entry-elem .doc-contacts a.contact-elem .desc:hover {
  color: #00529a;
}
.doc-entry-elem .bttn-wrap {
  gap: 40px;
  width: max-content;
}
@media screen and (max-width: 992px) {
  .doc-entry-elem .bttn-wrap {
    gap: 10px;
  }
}
@media screen and (max-width: 992px) {
  .doc-entry-elem .note {
    margin-bottom: 24px;
    text-align: left;
  }
}
section.blog {
  background: #ccedff;
}
section.blog .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
section.blog .swiper-pagination-bullet-active {
  background: #0a1948;
}
section.blog .swiper-button-disabled {
  opacity: 1;
  filter: brightness(0) invert(1);
}
section.blog .blog-card {
  background: #fff;
}
@media screen and (max-width: 992px) {
  .blog-card {
    border-radius: 16px;
    padding: 8px 8px 16px;
  }
}
.blog-card .img-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 0;
  padding-bottom: 70%;
}
@media screen and (max-width: 1499px) {
  .blog-card .img-wrap {
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .blog-card .img-wrap {
    border-radius: 8px;
  }
}
.blog-card .img-wrap img {
  position: absolute;
}
.blog-card .txt-wrap {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .blog-card .txt-wrap {
    margin-top: 16px;
  }
}
.blog-card .txt-wrap h4 {
  margin: 0 0 16px;
  line-height: 1.5;
}
.blog-card .txt-wrap .date {
  display: block;
  margin-bottom: 8px;
}
.blog-card .txt-wrap .bttn-border {
  margin-left: auto;
}
.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
@media screen and (max-width: 1499px) {
  .blog-grid {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .blog-grid {
    grid-gap: 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}
.tests-grid {
  display: grid;
  grid-template-columns: 34% auto;
  grid-gap: 40px;
}
@media screen and (max-width: 1280px) {
  .tests-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 992px) {
  .tests-grid {
    gap: 0;
  }
}
.tests-grid .tests-img {
  grid-area: 1/1/3/2;
}
.tests-grid .tests-img .img-wrap {
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  max-width: 700px;
}
@media screen and (max-width: 992px) {
  .tests-grid .tests-img .img-wrap {
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .tests-grid .tests-img .img-wrap {
    border-radius: 8px;
  }
}
.tests-grid .tests-img p {
  margin: 24px 0 0;
}
@media screen and (max-width: 1280px) {
  .tests-grid .tests-head {
    order: -1;
  }
}
.tests-grid .tests-head .section-head {
  flex-wrap: wrap;
}
.tests-grid .tests-head .section-head ._h1 {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .tests-grid .tests-head .section-head ._h1 {
    width: auto;
    margin-bottom: 0;
  }
}
.tests-grid .tests-head .section-head p {
  margin: 0;
  width: 70%;
}
.tests-grid .tests-slider {
  min-width: 0;
}
@media screen and (max-width: 992px) {
  .tests-grid .tests-slider {
    margin-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  .tests-grid .tests-slider .test-card {
    padding: 16px 8px;
    display: flex;
    flex-direction: column;
  }
}
.tests-grid .tests-slider .icon-wrap {
  width: 80px;
  height: 80px;
  background: #e0f4ff;
  border-radius: 50%;
  margin: 0 auto 32px;
}
@media screen and (max-width: 992px) {
  .tests-grid .tests-slider .icon-wrap {
    width: 40px;
    height: 40px;
    margin: 0 auto 20px;
  }
}
.tests-grid .tests-slider .icon-wrap img {
  max-width: 60%;
  max-height: 60%;
}
.tests-grid .tests-slider h6 {
  margin-bottom: 4px;
}
.tests-grid .tests-slider .cod {
  display: block;
  margin-bottom: 32px;
  color: #9094a2;
}
@media screen and (max-width: 992px) {
  .tests-grid .tests-slider .cod {
    margin-bottom: 4px;
  }
}
.tests-grid .tests-slider .old-price {
  display: block;
}
.tests-grid .tests-slider .bttn-wrap {
  margin-top: auto;
}
.contact-wrap {
  align-items: stretch;
}
@media screen and (max-width: 992px) {
  .contact-wrap {
    flex-direction: column;
    gap: 32px;
  }
}
.contact-wrap .col {
  width: calc(50% - 20px);
  min-width: calc(50% - 20px);
}
@media screen and (max-width: 992px) {
  .contact-wrap .col {
    width: 100%;
    min-width: auto;
  }
}
.contact-wrap .col .img-wrap {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .contact-wrap .col .img-wrap {
    height: auto;
  }
}
.contact-wrap .col h2 {
  margin-bottom: 40px;
  max-width: 640px;
}
@media screen and (max-width: 992px) {
  .contact-wrap .col h2 {
    margin-bottom: 24px;
  }
}
.contact-wrap .col h4 {
  max-width: 640px;
}
.contact-wrap .col .form-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .contact-wrap .col .form-wrap {
    margin-top: 16px;
  }
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px 40px;
}
@media screen and (max-width: 1499px) {
  .contact-grid {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.contact-grid-elem h3 {
  margin-bottom: 16px;
}
.contact-card {
  height: max-content;
}
@media screen and (max-width: 599px) {
  .contact-card {
    flex-direction: column;
    gap: 24px;
    padding: 20px 20px 32px;
  }
}
.contact-card .img-wrap {
  position: relative;
  width: 47%;
  min-width: 47%;
  height: 0;
  padding-bottom: 42.5%;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .contact-card .img-wrap {
    width: 100%;
    min-width: auto;
    padding-bottom: 90%;
  }
}
.contact-card .img-wrap img {
  position: absolute;
}
.contact-card .txt-wrap {
  flex-grow: 1;
  gap: 40px;
  padding-left: 40px;
  padding-top: 32px;
  justify-content: space-between;
}
@media screen and (max-width: 1499px) {
  .contact-card .txt-wrap {
    gap: 20px;
    padding-left: 20px;
    padding-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .contact-card .txt-wrap {
    padding-left: 0;
    gap: 32px;
  }
}
.contact-card .contact-elems-wrap {
  gap: 16px;
}
.contact-elem {
  align-items: flex-start;
  gap: 3px;
}
@media screen and (max-width: 599px) {
  .contact-elem {
    gap: 8px;
  }
}
@media screen and (max-width: 992px) {
  .contact-elem h5 {
    color: #00529a;
  }
}
.contact-elem img {
  position: relative;
  top: 3px;
}
@media screen and (max-width: 599px) {
  .contact-elem img {
    top: -4px;
  }
}
.inner-page-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .inner-page-title {
    margin-bottom: 32px;
  }
}
.inner-page-wrap {
  gap: 33px;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .inner-page-wrap.catalog {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.inner-page .col-sidebar {
  width: 350px;
  min-width: 350px;
}
@media screen and (max-width: 992px) {
  .inner-page .col-sidebar {
    width: 100%;
    min-width: auto;
  }
}
.inner-page .col-main {
  width: 100%;
}
.inner-page .side-menu-elem {
  min-height: 60px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 16px;
  transition: 0.3s;
  cursor: pointer;
  gap: 8px;
}
@media screen and (max-width: 1499px) {
  .inner-page .side-menu-elem {
    border-radius: 32px;
  }
}
@media screen and (max-width: 992px) {
  .inner-page .side-menu-elem {
    min-height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.inner-page .side-menu-elem.active {
  background-color: #ccedff;
  transition: 0.3s;
}
.inner-page .side-menu-elem.active h6 {
  color: #00529a;
  transition: 0.3s;
}
.inner-page .side-menu-elem:hover {
  background-color: #ccedff;
  transition: 0.3s;
}
.inner-page .side-menu-elem:hover h6 {
  color: #00529a;
  transition: 0.3s;
}
.inner-page .side-menu-elem img {
  max-height: 36px;
}
@media screen and (max-width: 992px) {
  .inner-page .side-menu-elem img {
    max-height: 24px;
  }
}
.text-editor h1,
.text-editor h2,
.text-editor h3,
.text-editor h4,
.text-editor h5,
.text-editor h6 {
  margin-bottom: 1rem;
}
.text-editor p {
  margin-top: 0;
}
.text-editor img {
  display: block;
  width: 100%;
  border-radius: 32px;
  margin: 72px 0;
}
@media screen and (max-width: 992px) {
  .text-editor img {
    border-radius: 16px;
    margin: 32px 0;
  }
}
.tab-head {
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #d6d8dd;
  margin-bottom: 24px;
}
.tab-head.active .icon {
  transform: rotate(0);
  transition: 0.3s;
}
.tab-head .icon {
  transform: rotate(180deg);
  transition: 0.3s;
}
.tab-head h6 {
  color: #00529a;
}
.img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
@media screen and (max-width: 992px) {
  .img-grid {
    grid-gap: 8px;
  }
}
.img-grid-elem {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.img-grid-elem img {
  position: absolute;
}
@media screen and (min-width: 993px) {
  .tab-section:not(:first-child) {
    display: none;
  }
}
.vacancies-elem {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .vacancies-elem {
    margin-bottom: 32px;
    padding: 16px 20px;
  }
}
.vacancies-elem-head {
  margin-bottom: 16px;
}
.city-choice {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 40px;
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .city-choice {
    margin-bottom: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1279px) {
  .city-choice .bttn-border-long {
    min-width: 100px;
    padding: 5px 15px;
  }
}
.entry-wrap {
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .entry-wrap {
    gap: 8px;
  }
}
.entry-elem {
  padding: 14px 24px;
  border-radius: 32px;
  border: 1px solid #d6d8dd;
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .entry-elem {
    padding: 8px 12px;
    border-radius: 16px;
    gap: 8px;
  }
}
.entry-elem h5 a {
  transition: 0.3s;
}
.entry-elem h5 a:hover {
  transition: 0.3s;
  color: #00529a;
}
.entry-elem .desc {
  font-size: 14px;
  line-height: 1.7;
  color: #9094a2;
}
@media screen and (max-width: 992px) {
  .entry-elem .desc {
    font-size: 10px;
  }
}
.entry-elem .price {
  min-width: max-content;
}
.entry-col {
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .entry-col {
    gap: 8px;
  }
}
.city-select {
  padding: 4px 16px;
  border-radius: 32px;
  gap: 8px;
}
.footer {
  background: #0a1948;
  position: relative;
  margin-top: auto;
}
.footer-logo img {
  max-width: 100%;
}
.footer--main {
  padding: 70px 0 100px;
  border-bottom: 1px solid #ffffff;
  gap: 4.2vw;
}
@media screen and (max-width: 1280px) {
  .footer--main {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .footer--main {
    gap: 24px;
    padding: 40px 0 60px;
  }
}
.footer--main .foot-txt {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .footer--main .foot-txt {
    margin: 40px 0 24px;
  }
}
.footer--copyright {
  padding: 25px 0 40px;
}
@media screen and (max-width: 767px) {
  .footer--copyright {
    padding: 16px 0 32px;
  }
}
.footer-col {
  max-width: 235px;
}
@media screen and (max-width: 1280px) {
  .footer-col {
    max-width: none;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .footer-col {
    width: 100%;
  }
}
.footer-col:first-child {
  max-width: 405px;
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  .footer-col:first-child {
    max-width: none;
    width: 40%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-col:first-child {
    width: 100%;
  }
}
.footer-col h5 {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .footer-col h5:after {
    content: "";
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-image: url(assets/icons/shevron-down-wt.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.footer-col ul {
  gap: 12px;
}
.footer-col ul * {
  color: #fff;
}
.footer-col ul a:hover {
  opacity: 0.8;
}
.soc-wrap {
  gap: 16px;
}
.footer ._h5.open:after {
  transform: rotate(180deg);
}
.acc-body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.9s ease;
}
.acc-body.open {
  max-height: 250px;
  transition: all 0.9s ease;
}
@media screen and (max-width: 767px) {
  .acc-body.open {
    padding-bottom: 20px;
    transition: all 0.9s ease;
  }
}
