@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
:root {
  --acent: #23ce6b;
  --primary: #196392;
  --text-gradient: linear-gradient(90deg, #196392 0%, #23ce6b 100%);
  --text: #2E2E2E;
  --gray: #5C5C5C;
  --light-gray: #5C5C5C7A;
  --white: #FFFFFF;
  --text-size: '16px'
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  font-family: 'Open Sans', sans-serif;
  min-width: 320px;
  overflow-x: hidden
}
#app{
  position: relative;
}
a {
  text-decoration: none;
  color: inherit
}

img {
  display: block;
  max-width: 100%;
  height: auto
}

.container {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto
}

.container-max {
  position: relative;
  z-index: 3;
  max-width: 1920px;
  padding: 0 100px;
  margin: 0 auto
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -1rem
}

.col {
  width: 50%;
  padding: 0 1rem
}

.btn {
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease
}

.btn-accent {
  background-color: var(--acent);
  transform: scale(1);
  color: var(--white)
}

.btn-accent:hover, .btn-accent:focus {
  transform: scale(.9);
  background-color: var(--primary)
}
.btn-light {
  background-color: var(--white);
  transform: scale(1);
  color: var(--primary)
}

.btn-light:hover, .btn-light:focus {
  transform: scale(.9);
  background-color: var(--acent);
  color: var(--white)
}

.btn-primary {
  background-color: var(--primary);
  transform: scale(1);
  color: var(--white)
}

.btn-primary:hover, .btn-primary:focus {
  transform: scale(.9);
  background-color: var(--acent)
}
.section-btn{
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.section-btn .btn{
  height: 50px;
  min-width: 205px;
}

.title-label {
  display: inline-flex;
  color: var(--primary);
  padding: 5px 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px
}

.title-label.label-light {
  background: none;
  color: var(--white)
}

.title {
  font-size: 50px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 1px;
  color: var(--text)
}
.entry-title{
  font-size: 30px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 1px;
  color: var(--text);
  margin-bottom: 30px;
}
.privacy-section{
  padding: 60px 0;
}

.title.title-light {
  color: var(--white)
}

.title-text {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1px;
  color: var(--text)
}

.title-text-light {
  color: var(--white)
}

.text {
  font-size: var(--text-size);
  line-height: 2em;
  letter-spacing: 1px
}

.text-gray {
  color: var(--gray)
}
.before-gradient:before {
  position: absolute;
  z-index: 1;
  content: "";
  background: var(--primary);
  /*background-image: linear-gradient(-90deg, #0E3055 0%, rgba(0, 0, 0, 0.6) 100%);*/
  opacity: 0.9;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0
}
.btnScrollTo{
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  width: 30px;
  height: 30px;
  background: var(--primary);
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
}
.btnScrollTo svg{
  width: 30px;
  height: 30px;
}
.btnScrollTo.active{
  display: flex;
  align-items: center;
  justify-content: center;
}
.test-btn{
  position: fixed;
  z-index: 99;
  background: var(--acent);
  transform: translateY(-50%);
  padding: 1rem;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  left: 0;
  top: 50%;
}
.test-btn-mobile{
  display: none;
}
.test-btn span{
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  font-weight: bold;
}


.info-section {
  padding: 100px 0;
  position: relative;
  background-color: var(--primary)
}

.info-section p:nth-child(2){
  margin-top: 20px;
}

.info-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.05;
  mix-blend-mode: multiply
}

.info-section p {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.6em;
  color: var(--white);
  padding: 0 20%
}

.info-section p strong {
  font-weight: 700
}

.nav-top-line, .mobile-menu, .overlay {
  display: none
}

.header-section {
  height: 100vh;
  min-height: 845px;
  overflow: hidden;
  position: relative
}

.header-offset{
  height: 70px;
}
.multi-header-section{
  position: relative;
  height: 70vh;
  min-height: 655px;
  overflow: hidden;
}
.multi-header-section .container{
  height: calc(100% - 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.multi-header-section .header-slider-content{
  margin-top: 0;
}

.multi-header-section .header-slider-content p{
  color: #fff;
  font-size: 24px;
  margin-top: 20px;
}

.category-news-ru .header, .single .header{
  box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}
.news-section-title{
  text-align: center;
  padding: 50px 0;

}
.news-section-title .title{
  color: var(--primary);
}

.bg-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-section-overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: .9
}

.form-section {
  padding: 100px 0;
  text-align: center
}

.form-section .header-form-container {
  background: none !important
}

.form-section .form-wrapper {
  color: var(--primary);
  border: none;
  flex-direction: column;
}

.form-section .form-control input,
.form-section .form-control textarea,
.form-section .form-control select{
  color: var(--primary);
  border-bottom: 2px solid var(--primary)
}

.form-section .form-control input::placeholder,
.form-section .form-control textarea::placeholder,
.form-section .form-control select::placeholder{
  color: var(--primary)
}

.form-section .form button[type=submit] {
  background: var(--primary);
  color: var(--white);
  height: 60px
}

.form-section .form button[type=submit]:hover {
  background: var(--acent);
}

.form-section .form {
  display: flex;
  flex-direction: column;
  max-width: 650px;
  width: 100%;
  margin: 0 auto
}
.form-footer{
  margin-top: 20px;
}
.form-footer p {
  font-size: 14px;
}
.form-footer a{
  text-decoration: underline;
}

.header {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 9;
  padding: 0 60px;
  display: flex;
  align-items: center;
  height: 70px;
  gap: 30px;
}

.header-social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-social a{
  display: flex;
}
.header-social svg{
  width: 20px;
  height: auto;
  fill: var(--primary)
}
.header-social .header-wats svg{
  width: 19px;
}

.header-social svg path{
  fill: var(--primary)
}

.logo {
  display: block;
  width: 215px;
  min-width: 215px;
  height: auto;
}

.header nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  height: 100%;
  flex-grow: 1;
}

.menu{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  list-style: none;
  height: 100%;
}

.menu-item{
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.menu-open:hover .sub-menu{
  opacity: 1;
  visibility: visible;
}
.menu-link{
    position: relative;
    text-transform: uppercase;
    color: var(--gray);
    letter-spacing: 3px;
    font-size: 14px;
    transition: all .2s ease
}
.menu-link:hover{
  color: var(--light-gray)
}
.menu-link.down::before{
  position: absolute;
  content: '';
  right: -10px;
  top: 50%;
  border-style: solid;
  border-width: 4px 3px 0;
  transform: translateY(-50%);
  border-color: transparent;
  border-top-color: inherit;
}

.sub-menu{
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 100%;
  background: var(--primary);
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  box-shadow: 2px 5px 8px rgba(0,0,0,0.3);
  transition: all .2s ease
}
.nav .sub-menu-item{
  display: block;
  min-width: 220px;
  border-bottom: 1px solid var(--white);

}
.nav .sub-menu-item:last-child{
  border-bottom: none;
}
.nav .sub-menu-item a{
  display: block;
  text-transform: uppercase;
  color: var(--white);
  font-size: 14px;
  transition: all .2s ease;
  padding: 0.7rem 1.1rem;
}

.nav .sub-menu-item:hover{
  background: var(--white);

}
.nav .sub-menu-item:hover a{
  color: var(--primary)
}
.nav .nav-news{
  display: none;
}
.nav a{
  text-transform: uppercase;
  color: var(--primary);
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s ease
}
.nav a:hover{
  color: var(--light-gray)
}


.header-lang{
  list-style: none;
  display: flex;
  align-items: center;
  letter-spacing: 3px;
  font-size: 16px;
  gap: 15px;
}
.current-lang{
  color: var(--acent);
}

.header-slider-img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  filter: brightness(35%)
}

.header-slider-img img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  opacity: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transform: scale(1)
}

.header-slider-img img.active {
  opacity: 1
}

.header-slider-content {
  position: relative;
  padding: 0 100px;
  z-index: 9;
  margin-top: 100px;
  text-align: center
}

h1 {
  color: #fff;
  line-height: 1.3;
  letter-spacing: -4px;
  font-weight: 700;
  font-size: 70px
}

h1 span {
  display: block
}

.text-clip {
  color: #fff0;
  white-space: normal;
  -webkit-text-stroke: 1.5px rgb(255, 255, 255);
  letter-spacing: -3px;
  font-weight: 700;
  font-size: 60px
}

.header-slide-action {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px
}

.header-slide-action .btn {
  height: 50px;
  width: 205px
}
.header-form-wrapper{
  position: relative;
}
.header-form {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  bottom: -100px
}

.header-form-container {
  position: relative
}

.header-form-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--primary);
  opacity: .9
}

.form-wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--white);
  min-height: 250px;
  padding: 40px 40px 40px 0
}

.form-item-contact {
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center
}

.form-item-contact p {
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 4px
}

.item-rotate {
  transform: rotate(90deg)
}

.form-item-text h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 1px;
  margin-bottom: 20px
}

.form-item-text p {
  font-size: var(--text-size);
  line-height: 2em;
  letter-spacing: 1px
}

.form {
  display: grid;
  grid-template-columns:repeat(2, 1fr);
  grid-gap: 30px;
  min-width: 550px
}

.form-control {
  margin: 0;
  display: block;
  position: relative
}

.form-control input, .form-control textarea, .form-control select {
  width: 100%;
  background: none;
  height: 40px;
  padding: 0 15px;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid var(--white);
  outline: none;
  box-shadow: none;
  font-size: 16px;
  color: var(--white);
  font-family: DM Sans, sans-serif;
}

.form-control textarea {
  min-height: 100px;
  resize: vertical
}

.form-control input:focus, .form-control textarea:focus {
  outline: none;
  box-shadow: none
}

.form-control input::placeholder, .form-control textarea::placeholder {
  font-size: 16px;
  color: var(--white)
}

.form button[type=submit] {
  background-color: var(--white);
  color: var(--text);
  font-size: 16px;
  text-transform: uppercase;
  transition: all .2s ease;
  height: 40px
}

.form button[type=submit]:hover {
  background-color: var(--acent);
  color: var(--white)
}

.form-control.error input{
  border-bottom: 2px solid red;
}
.form-control span{
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 10px;
  color: red;
}

.about-section {
  padding: 220px 0 100px
}



.about-content .text {
  margin-bottom: 20px;
  font-size: 16px;
}
.about-content .title{
  margin-bottom: 20px;
}

.departments {
  padding: 80px 0 120px 0;
  position: relative;
  background-size: cover
}


.departments-content {
  position: relative;
  z-index: 3;
  text-align: center
}

.departments-grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns:repeat(3, 1fr);
  grid-gap: 60px 30px
}

.departments-item {
  display: flex;
  align-items: center;
  gap: 20px
}

.departments-item .count {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 1px
}

.departments-item-text {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 1px;
  text-align: left;
}

.services-section {
  padding: 100px 0;
  text-align: center
}

.services-grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns:repeat(4, 1fr);
  grid-gap: 60px
}

.services-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.services-text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 1px
}

.travel-section {
  padding: 110px 0;
  text-align: center
}

.travel-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns:repeat(4, 1fr);
  grid-gap: 60px
}

.travel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.travel-text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 1px
}

.leaders-section {
  padding: 100px 0;
  text-align: center
}

.leaders-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns:1fr 1fr;
  grid-gap: 100px
}

.leaders-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.leaders-img {
  overflow: hidden;
  border-radius: 50%;
  width: 200px;
  height: 200px
}

.leaders-text {
  margin-top: 20px
}

.leaders-text h4 {
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 2px;
  font-size: 22px;
  margin-bottom: 10px;
}

.leaders-text span {
  display: block;
  margin: 3px 0;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.leaders-text p {
  margin-top: 10px;
  font-size: var(--text-size);
  line-height: 2em;
  letter-spacing: 1px
}

.partner-section {
  padding: 80px 0 120px 0;
  position: relative;
  background-size: cover
}


.partner-section-content {
  position: relative;
  z-index: 3;
  text-align: center
}

.partner-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns:repeat(4, 1fr);
  grid-gap: 30px
}

.partner-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px
}

.partner-item .count {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 1px
}
.light .partner-item .count{
  background-color: var(--primary);
  color: var(--white);
}
.partner-item-text {
  text-align: left;
  color: var(--white);
  font-size: var(--text-size);
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 1px
}

.heads-section {
  padding: 100px 0;
  position: relative;
  text-align: center
}

.heads-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns:repeat(3, 1fr);
  grid-gap: 30px
}

.heads-item {
  display: block;
}



.faq-section {
  padding: 80px 0 120px 0;
  position: relative;
  background-size: cover
}



.faq-section-content {
  position: relative;
  z-index: 3;
  text-align: center
}

.faq-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns:repeat(2, 1fr);
  grid-gap: 30px
}

.faq-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  color: var(--white);
  text-align: left
}

.faq-text h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 1px
}

.faq-text p {
  margin-top: 15px;
  font-weight: 400;
  line-height: 1.8em;
  font-size: var(--text-size);
  letter-spacing: 1px
}

.blog-section {
  text-align: center;
  padding: 115px 0
}

.blog-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns:repeat(2, 1fr);
  grid-gap: 30px
}

.blog-item {
  display: flex;
  box-shadow: 0 0 15px #0000001a
}

.blog-item-img {
  width: 50%
}
.blog-item-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item-text {
  background-color: var(--white);
  width: 50%;
  padding: 30px;
  text-align: left
}

.blog-item-text span {
  font-size: 12px;
  letter-spacing: 3px;
  color: #5c5c5c;
  display: block;
  margin-bottom: 10px
}

.blog-item-text h4 {
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 2px;
  font-size: 22px;
  margin-bottom: 10px
}

.blog-item-text p {
  font-size: var(--text-size);
  line-height: 2em;
  letter-spacing: 1px;
  color: #5c5c5c;
  margin-bottom: 20px
}

.blog-item-text a {
  padding: 10px 20px;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--primary);
  font-size: 12px;
  display: inline-block;
}

.footer {
  position: relative;
  background-color: var(--white);
  padding: 100px 0
}

.footer-grid {
  display: grid;
  grid-template-columns:repeat(3, 1fr);
  grid-gap: 50px
}

.footer-item {
  display: flex;
  flex-direction: column;
  color: var(--text)
}

.footer-item p {
  font-size: var(--text-size);
  line-height: 2em;
  letter-spacing: 1px;
  margin-bottom: 20px
}

.footer-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 29px;
  margin-bottom: 42px
}

.footer-logo {
  display: block;
  max-width: 200px;
  margin-bottom: 40px
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
  padding: 0
}

.footer-social a {
  display: flex;
  height: 23px;
}

.footer-item svg path {
  fill: var(--primary)
}
.footer-item svg {
  fill: var(--primary)
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  padding: 0
}

.footer-contact li {
  display: flex;
  flex-direction: column;
  gap: 15px
}

.footer-contact a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px
}

.footer-contact svg {
  height: 15px;
  width: 15px;
  min-width: 15px
}

.address-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 15px
}

.address-wrapper svg {
  margin-top: 3px
}

.footer-gallery-grid {
  display: grid;
  grid-template-columns:repeat(3, 1fr);
  grid-auto-rows: 65px;
  grid-gap: 15px
}

.footer-gallery-grid a {
  display: block
}

.footer-gallery-grid img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.footer-copy {
  position: relative;
  background-color: var(--primary);
  padding: 50px 0
}

.footer-copy p {
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
}
.header-news{
  position: relative;
  height: 200px;
  overflow: hidden;
  background: var(--primary);
}
.header-news-section{
  height: auto;
  background-color: var(--primary);
  padding-bottom: 70px;
}

.single-section{
  position: relative;
  background: #fff;
}
.single-content{
  padding: 0 0 100px 0;
}
.single-news{
  padding-top: 50px;
}
.single-content .entry-meta{
  margin-top: 20px;
  font-size: var(--text-size);
  line-height: 2em;
  letter-spacing: 1px;
}
.single-content .entry-content{
  margin-top: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 1px;
}
.single-content .entry-footer{
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.single-content .entry-footer .cat-links{
  font-weight: 400;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 1px;
}
.single-content .entry-footer .cat-links a, .single-content .entry-footer .edit-link{
  color: var(--primary);
  text-decoration: underline;
}

.multi-content .page-title{
  font-size: 50px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 1px;
  color: var(--primary);
}
.multi-content .page-title span{
  display: inline;
}

#comments{
  display: none!important;
}

.page-header{
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

article.test{
  margin-bottom: 60px;
}
/*PAGE*/
.insert-btn-wrapper{
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.insert-btn-wrapper .btn{
  padding: 0 30px;
  height: 50px;
}
.about-page .about-section{
  padding: 80px 0;
}
.team-page .leaders-section .section-btn{
  display: none;
}
.travel-page .travel-section .section-btn{
  display: none;
}
.clinics-page .partner-item-text{
  color: var(--text);
}
.clinics-section{
  padding: 80px 0;
}
.clinics-wrapper{
  margin-top: 80px;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.clinics-item{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.clinics-item-text{
  width: 50%;
  padding-right: 50px;
}
.clinics-item-text h2{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 1px;
}
.clinics-item-text p{
  margin-top: 15px;
  font-weight: 400;
  line-height: 1.8em;
  font-size: var(--text-size);
  letter-spacing: 1px;
}
.clinics-item-img{
  width: 50%;
  max-height: 300px;
}
.clinics-item-img img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.clinics-item-reverse .clinics-item-text{
  padding-left: 50px;
  padding-right: 0;
}
.accordion-section{
  text-align: center;
  padding: 80px 0;
}
.accordion-wrapper{
  margin-top: 60px;
  padding: 0 100px;
}
.accordion {
  background-color: var(--acent);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  color: #fff;
  transition: 0.4s;
}

.accordion.show, .accordion:hover {
  background-color: var(--primary);
}

.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.show:after {
  content: "\2212";
}

.panel {
  padding: 0 2rem;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel ul{
  text-align: left;
  padding: 1rem 0;
}
/*.specializations-page .departments{*/
/*  background: none!important;*/
/*}*/
/*.specializations-page .departments.before-gradient:before{*/
/*  display: none!important;*/
/*}*/
/*.specializations-page .departments .title.title-light{*/
/*  color: var(--text);*/
/*}*/
/*.specializations-page .departments .title-text-light{*/
/*  color: var(--text);*/
/*}*/
/*.specializations-page .departments-item-text{*/
/*  color: var(--text);*/
/*}*/
.specializations-page .departments .section-btn{
  display: none;
}

.contacts-section{
  padding: 80px 0;
}
.contacts-section .footer-social a svg path{
  fill: var(--primary);
}

.contact-page-item{
  margin-top: 40px;
}
.contact-page-item .text{
  font-size: 20px;
}
.contact-page-item ul{
  list-style: none;
}
.contact-page-item ul a{
  font-size: 16px;
  text-decoration: none;
  color: var(--primary);
}
.medical-page .services-section .section-btn{
  display: none;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  align-items: center;
  justify-content: center;
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: var(--primary);
  padding: 20px 20px 50px 20px;
  border: 1px solid #888;
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* The Close Button */
.close, .closeModalSuccess {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}

.close:hover, .closeModalSuccess:hover,
.close:focus, .closeModalSuccess:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal-content .form{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.modal-content .form-control input, .modal-content .form-control textarea, .modal-content .form-control select{
  border-radius: 15px;
  border: 1px solid #fff;
}
.modal-content .form-control select{
  background: var(--primary);
}
.modal-content .form-control textarea{
  padding-top: 10px;
}
.modal-content h2, .modal-content p{
  text-align: center;
  color: #fff;
}
.modal-content .form-control span{
  color: #bc2525;
  top: -16px;
}
.modal-content .form-control.error input{
  border: 1px solid #bc2525;
}

.diagnostics-section{
  padding: 80px 0;
}
.diagnostics-wrapper .title{
  text-align: left;
  color: var(--primary);
  font-size: 30px;
}
.diagnostics-wrapper .subtitle{
  margin: 10px 0 15px;
  font-size: 20px;
}
.diagnostics-wrapper .list-title{
  font-weight: bold;
}
.diagnostics-wrapper ul{
  margin-top: 15px;
  margin-bottom: 40px;
  padding: 0;
  list-style-position: inside;
}
.diagnostics-wrapper ul li{
  margin-top: 5px;
}
.diagnostics-great{
  margin-top: 40px;
}
.diagnostics-great ul{
  list-style: none;
}
.opinion-header-section{
  position: relative;
  overflow: hidden;
  min-height: 655px;
}
.opinion-header{
  position: relative;
  min-height: 655px;
  width: 100%;
  margin-top: 70px;
  background: url("/wp-content/themes/isramedica/assets/opinion-bg.jpg") no-repeat center;
  background-size: cover;
}

.opinion-doctors{
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 100px;
  height: 635px;
  width: 854px;
  background: url("/wp-content/themes/isramedica/assets/doctors.png") no-repeat center;
  background-size: contain;
}

.header-opinion-content{
  display: flex;
  justify-content: flex-end;
  min-height: 655px;
}
.header-opinion-item{
  position: relative;
  padding-top: 120px;
  z-index: 3;
  width: 50%;
  min-height: 655px;
  color: #fff;
  text-align: center;
}
.header-opinion-item-top h2{
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  letter-spacing: -1px;
}
.header-opinion-item-top .header-opinion-decor{
  background: #fff;
  color: var(--primary);
  padding: 5px 20px;
  border-radius: 15px;
  font-size: 45px;
}
.header-opinion-bottom p{
  font-size: 30px;
}
.header-opinion-time{
  margin-bottom: 20px;
}
.header-opinion-contact{
  max-width: 618px;
  width: 100%;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  background: rgba(255,255,255, 0.8);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 0 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.opinion-phone-img{
  display: flex;
  align-items: center;
  gap: 15px;
}
.opinion-phone{
  display: flex;
  align-items: center;
  gap: 15px;
}
.opinion-phone a{
  color: #000;
  font-size: 30px;
}
.opinion-email{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}
.opinion-email a{
  color: #000;
  font-size: 30px;
}
.opinion-page-wrapper{
  padding: 60px 0;
}
.opinion-page-wrapper .title{
  text-align: left;
  color: var(--primary);
  font-size: 30px;
}
.opinion-page-wrapper p{
  margin-top: 20px;
}
@media only screen and (max-width: 1460px) {
  .header{
    padding: 0 15px;
    gap: 15px;
  }
  .logo{
    width: 100px;
    min-width: 100px;
  }
  .menu{
    gap: 15px;
  }
  .nav a, .header-social a, .header-lang{
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-section{
    min-height: 700px;
  }
  .header-form {
    left: 0;
    transform: translate(0);
    bottom: auto;
    top: 100%;
    position: static;
  }

  .header-form .container {
    padding: 0
  }

  .about-section {
    padding: 100px 0;
    margin-top:0;
  }

  .departments-grid {
    grid-gap: 30px;
    grid-template-columns:repeat(2, 1fr)
  }

  .blog-grid {
    grid-template-columns:1fr
  }

  .partner-grid {
    grid-template-columns:repeat(3, 1fr)
  }
  .info-section br{
    display: none;
  }
}



@media only screen and (max-width: 992px) {
  .header {
    background: #fff;
    position: fixed;
    z-index: 999;
    transform: translateX(0);
    left: 0;
    top: 0;
    right: 0;
    box-shadow: 1px 3px 6px 0 rgba(0,0,0,0.3);
    height: 70px;
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .multi-header-section{
    height: 100vh;
    min-height: auto;
  }
  .header-offset{
    height: 70px;
  }
  .header-news{
    height: 50px;
  }
  .opinion-header{
    margin-top: 70px;
  }
  .single-content{
    padding: 0 0 40px 0;
  }
  .header-news-section{
    background: none;
    padding-bottom: 0;
  }

  .header-action-section .header-btn {
    display: none
  }
  .logo{
    width: 150px;
    min-width: 150px;
  }
  .header-social{
    flex-grow: 1;
    align-items: center;
    justify-content: center;
  }
  .header-nav {
    border: none;
    background: none
  }

  .header .nav {
    position: fixed;
    padding: 0;
    z-index: -1;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 0;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #fff;
    box-shadow: 0 0 15px #0000001a;
    transition: all .2s ease;
    gap: 15px;
  }

  .header .nav.active {
    z-index: 999;
    width: 70%;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .menu{
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 25px;
    padding: 0 30px 30px 30px;
  }
  .sub-menu{
    position: static;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    box-shadow: none;
    background: none;
    width: 100%;
    padding: 0 0 0 30px;
    align-items: flex-start;
    text-align: left;
    margin-top: 10px;
  }
  .nav .sub-menu-item a{
    color: var(--primary);
    padding: 0.5rem 0;
  }
  .menu-item{
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    text-align: left;
    align-items: flex-start;
  }
  .menu-link.down::before{
    display: none;
  }
  .menu-link.down{
    pointer-events: none;
    color: var(--light-gray);
  }
  .nav a{
    color: var(--primary);
    font-weight: 600;
    letter-spacing: normal;
  }
  .menu .menu-item:nth-child(2){
    order: 3;
  }

  .overlay {
    position: fixed;
    display: none;
    z-index: 888;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: none;
    width: 100%;
    height: 100%
  }

  .overlay.active {
    display: block;
    background: rgba(0,0,0,0.5);
  }

  .nav-top-line {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 30px
  }

  .close-menu {
    width: 30px;
    height: 30px;
    background: none
  }

  .header-top-line {
    display: none
  }

  .header-action-section {
    align-items: center
  }

  .mobile-menu {
    display: block;
    width: 30px;
    min-width: 30px;
    height: 30px;
    background: none
  }

  .header-slider-content {
    padding: 0;
  }

  .form-wrapper {
    padding: 30px 15px;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    border: none
  }

  .form-item-text {
    text-align: center
  }

  .form-item-contact {
    display: none
  }

  .form {
    width: 100%;
    min-width: auto
  }

  .form-control, .form-control input {
    width: 100%
  }

  .about-section {
    padding: 50px 0;
  }

  .departments {
    padding: 50px 0
  }

  .services-section {
    padding: 50px 0
  }

  .services-grid {
    grid-template-columns:repeat(3, 1fr)
  }

  .info-section {
    padding: 50px 0
  }

  .info-section p {
    padding: 0 15px;
    font-size: 18px
  }

  .travel-section {
    padding: 50px 0
  }

  .travel-grid {
    grid-template-columns:repeat(2, 1fr)
  }

  .leaders-section, .faq-section {
    padding: 50px 0
  }

  .faq-grid {
    grid-template-columns:1fr
  }

  .heads-section {
    padding: 50px 0
  }

  .heads-grid {
    grid-template-columns:repeat(2, 1fr)
  }

  .blog-section {
    padding: 50px 0
  }

  .blog-item-img {
    max-height: 320px
  }

  .blog-item-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
  }

  .partner-section {
    padding: 50px 0
  }

  .partner-grid {
    grid-template-columns:repeat(2, 1fr)
  }

  .form-section {
    padding: 50px 0
  }

  .footer-grid {
    grid-template-columns:repeat(2, 1fr)
  }

  /*Page 900*/
  .clinics-wrapper{
    padding-left: 0;
    gap: 30px;
  }
  .clinics-item{
    flex-direction: column;
  }

  .clinics-item-reverse{
    flex-direction: column-reverse;
  }
  .clinics-item-img{
    max-width: 400px;
    width: 100%;
  }
  .clinics-item-text, .clinics-item-reverse .clinics-item-text{
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .accordion-section{
    padding: 40px 0 80px 0;
  }
  .accordion-wrapper{
    padding: 0;
  }
  .opinion-header-section{
    min-height: auto;
  }
  .header-opinion-content{
    min-height: auto;
  }
  .header-opinion-item{
    width: 100%;
    padding-top: 40px;
    min-height: 750px;
  }
  .opinion-doctors{
    left: 50%;
    transform: translateX(-50%);
    height: 450px;
    width: 600px;
  }
}

@media only screen and (max-width: 768px) {
  .test-btn-mobile{
    display: block;
    position: fixed;
    z-index: 99;
    bottom: 0;
    right: 0;
    background: var(--acent);
    color: #fff;
    padding: 0.5rem 1rem;
    border-top-left-radius: 7px;
  }
  .test-btn{
    display: none;
  }
  .header{
    gap: 15px;
    padding: 0 15px;
  }
  h1, .text-clip {
    font-size: 50px;
    letter-spacing: 0
  }
  .header-form{
    position: static;
  }
  .about-section{
    margin-top:0
  }
  .about-content{
    text-align: center;
  }
  .form-wrapper {
    border: none
  }

  .row {
    flex-wrap: wrap;
    gap: 30px
  }

  .col {
    width: 100%
  }

  .about-section .row {
    flex-direction: column-reverse
  }

  #app section {
    background-size: cover !important
  }

  .blog-item {
    flex-direction: column
  }

  .blog-item-img {
    width: 100%;
    height: 200px
  }

  .blog-item-text {
    width: 100%;
    padding: 20px
  }

  .grid-wrapper {
    margin-top: 30px;
    grid-template-columns:1fr
  }

  .footer-grid {
    grid-template-columns:1fr
  }

  .footer-copy-grid {
    grid-template-columns:1fr;
    grid-gap: 20px
  }
  .multi-header-section .header-slider-content .diagnostics-header-content{
    font-size: 16px;
  }
  .opinion-header{
    min-height: auto;
    background: url("/wp-content/themes/isramedica/assets/opinion-bg-m.jpg") no-repeat center;
    background-size: cover;
  }
  .opinion-doctors{
    width: 340px;
    height: 370px;
    bottom: 85px;
    background: url("/wp-content/themes/isramedica/assets/doctors-m.png") no-repeat center;
  }
  .header-opinion-item{
    min-height: 790px;
  }
  .header-opinion-contact{
    max-width: 340px;
  }
  .opinion-phone-img img{
    width: 25px;
  }
  .opinion-phone a{
    font-size: 16px;
  }
  .opinion-email img{
    width: 24px;
  }
  .opinion-email a{
    font-size: 16px;
  }
  .header-opinion-contact{
    padding: 15px 0;
    background: rgba(255,255,255, 0.9);
  }
  .header-opinion-item-top h2{
    font-size: 32px;
  }
  .header-opinion-item-top .header-opinion-decor{
    font-size: 40px;
    margin: 10px 0 5px 0;
  }
  .header-opinion-bottom p{
    font-size: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .header-section{
    min-height: auto;
  }
  .logo {
    width: 100px;
  }

  .header-nav {
    padding: 0;
    height: 40px
  }

  .multi-content .page-title{
    font-size: 24px
  }
  .single-content .entry-title{
    font-size: 24px
  }
  .single-content .entry-footer{
    margin-top: 40px;
  }

  h1, .text-clip {
    font-size: 30px
  }

  .form-item-text h2 {
    font-size: 24px
  }

  .form {
    grid-template-columns:1fr
  }

  .title {
    font-size: 24px
  }
  .departments-item{
    gap: 10px;
  }
  .departments-item .count {
    width: 30px;
    min-width: 30px;
    font-size: 14px;
    height: 30px
  }

  .departments-item-text {
    text-align: left;
  }

  .departments-grid {
    grid-gap: 15px
  }
  .info-section p br{
    display: none;
  }

  .services-grid, .travel-grid {
    grid-gap: 15px
  }

  .leaders-grid {
    grid-gap: 20px
  }

  .faq-grid {
    margin-top: 30px;
    grid-gap: 15px
  }

  .faq-text h4 {
    font-size: 18px
  }

  .faq-text p {
    margin-top: 10px
  }

  .heads-grid {
    grid-gap: 15px
  }

  .partner-item .count {
    width: 30px;
    min-width: 30px;
    font-size: 14px;
    height: 30px
  }
  .footer-title{
    margin-bottom: 10px;
  }
  .diagnostics-wrapper .title{
    font-size: 24px;
  }
  .diagnostics-wrapper .subtitle{
    font-size: 18px;
  }
}

@media only screen and (max-width: 450px){
  .header{
    height: 60px;
  }
  .header-offset{
    height: 60px;
  }
  .header-lang{
    gap: 6px;
  }
  .logo{
    min-width: 130px;
    width: 100%;
  }

  .mobile-menu{
    width: 25px;
    height: 25px;
    min-width: 25px;
  }
  .opinion-header{
    margin-top: 57px;
  }
}
@media only screen and (max-width: 390px){
  .header{
    height: 50px;
  }
  .header-offset{
    height: 50px;
  }
  .header-social a{
    font-size: 12px;
  }
  .logo{
    min-width: 100px;
    width: 100%;
  }
  .opinion-header{
    margin-top: 50px;
  }
}