.tx-color-main {
  color: #325F48;
}

.tx-color-main-light {
  color: #3a835e;
}

.tx-color-dark {
  color: #1E1E1E;
}

.tx-color-light {
  color: #FFFFFF;
}

.tx-color-grey {
  color: #787878;
}

.tx-color-grey_light {
  color: #C8C8C8;
}

.tx-color-grey_bg {
  color: #F8F8F8;
}

.bg-color-main {
  background: #325F48;
}

.bg-color-main-light {
  background: #3a835e;
}

.bg-color-main-dark {
  background: #1E1E1E;
}

.bg-color-main-light {
  background: #FFFFFF;
}

.bg-color-main-grey {
  background: #787878;
}

.bg-color-main-grey_light {
  background: #C8C8C8;
}

.bg-color-main-grey_bg {
  background: #F8F8F8;
}

@font-face {
  font-family: "Arial";
  src: local("Arial"), url(./fonts/arnamu.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Arial-bold";
  src: local("Arial-bold"), url(./fonts/arnamu_bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Mardoto";
  src: local("Mardoto"), url(./fonts/Mardoto-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Mardoto";
  src: local("Mardoto"), url(./fonts/Mardoto-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Mardoto";
  src: local("Mardoto"), url(./fonts/Mardoto-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  font-family: Mardoto, Roboto, Arial, Segoe UI;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1E1E1E;
  overflow-x: hidden;
}
body.overflow-hidden {
  overflow: hidden;
}

* {
  padding: 0;
  margin: 0;
  line-height: 150%;
}

.no-scroll {
  overflow-y: hidden;
}

a {
  text-decoration: unset;
  color: unset;
  display: contents;
}

.page-width {
  width: calc(100% - 68px);
  max-width: 1872px;
  margin: 0 auto;
}

.w-100 {
  width: 100%;
}

.w-100-m {
  width: 100%;
}
.w-100-m .title-bl {
  margin-left: -12px;
}
@media screen and (max-width: 768px) {
  .w-100-m .title-bl {
    margin-left: -10px;
  }
  .w-100-m .title-bl:after {
    width: 10px;
  }
}

.hover {
  cursor: pointer;
}
.hover:hover {
  opacity: 0.8;
}

.hover-main-color:hover {
  color: #3a835e !important;
}

.p12 {
  padding: 12px;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: start !important;
}

.mt-6 {
  margin-top: 6px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-0 {
  margin-top: 0 !important;
}

.context {
  background: #FFFFFF;
  position: absolute;
  padding: 6px 0;
  width: 200px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.context.sm {
  width: 140px;
}
.context .context-list {
  padding: 6px;
  cursor: pointer;
}
.context .context-list:hover {
  background: #F8F8F8;
}

.p-title {
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
  margin: 60px auto 30px auto;
  width: 100%;
  max-width: 1400px;
}

.btn {
  min-width: 144px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px;
  text-align: center;
  border-radius: 78px;
  color: #FFFFFF;
  margin-top: 24px;
  cursor: pointer;
  background: #325F48;
  border: 1px solid white;
}
.btn svg {
  width: 20px;
  height: 20px;
}
.btn.no-border {
  border: none;
}
.btn:hover {
  background-color: #3a835e;
}

.shadow-center {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

#partners-content {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}
#partners-content a {
  display: contents;
}
#partners-content a .main-partners-border {
  width: calc(20% - 34px);
  height: 100px;
  padding: 12px;
  border-radius: 10px;
}
#partners-content a .main-partners-border:hover {
  border-color: #325F48;
}
#partners-content a .main-partners-border .main-partners {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  cursor: pointer;
}
#partners-content a .main-partners-border .main-partners:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

#contacts-block {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
#contacts-block .contacts-block {
  width: calc(50% - 12px);
  position: relative;
}
#contacts-block .contacts-block.contacts-block-right {
  max-width: 540px;
}
@media screen and (max-width: 768px) {
  #contacts-block .contacts-block.contacts-block-right {
    margin-top: 24px;
  }
}
#contacts-block .contacts-block #mss-block {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#contacts-block .contacts-block #contacts-load {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  align-items: center;
  justify-content: center;
  display: none;
}
#contacts-block .contacts-block #contacts-load #contacts-load-in {
  border: 4px solid #C8C8C8;
  border-top: 4px solid #325F48;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#contacts-block .contacts-block #contacts-load.show {
  display: flex;
}
#contacts-block .contacts-block .contacts-input {
  border: none;
  border: 1px solid #C8C8C8;
  border-radius: 4px;
  padding: 6px;
  width: calc(100% - 12px);
  max-width: 320px;
  margin-bottom: 24px;
}
#contacts-block .contacts-block .contacts-input.empty {
  border-color: #cc3030;
}
#contacts-block .contacts-block .contacts-input:focus {
  outline: none;
  border-color: #325F48;
}
#contacts-block .contacts-block .contacts-textarea {
  width: calc(100% - 12px);
  padding: 6px;
  border: 1px solid #C8C8C8;
  resize: vertical;
  border-radius: 4px;
  font-family: Arial;
}
#contacts-block .contacts-block .contacts-textarea.empty {
  border-color: #cc3030;
}
#contacts-block .contacts-block .contacts-textarea:focus {
  border-color: #325F48;
  outline: none;
}
.w-100-full {
  width: 100%;
}

.video-content {
  max-width: 100%;
  margin-top: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-content .video-content-in {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  opacity: 0;
  cursor: pointer;
  transition: 1s opacity;
  z-index: 1;
}
.video-content .video-content-in .p-button {
  width: 72px;
  height: 72px;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(50, 95, 72, 0.7);
  z-index: 1;
}
.video-content .video-content-in .p-button svg {
  color: white;
  width: 24px;
  height: 24px;
}
.video-content .video-content-in .p-button.pause {
  display: none;
}
.video-content .video-content-in .p-v-button {
  right: 10px;
  top: 10px;
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 70px;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(50, 95, 72, 0.7);
  z-index: 1;
}
.video-content .video-content-in .p-v-button svg {
  color: white;
  width: 20px;
  height: 20px;
}
.video-content .video-content-in .p-v-button.vol {
  display: flex;
}
.video-content .video-content-in.muted .vol {
  display: none;
}
.video-content .video-content-in.muted .mut {
  display: flex;
}
.video-content .video-content-in.play .pause {
  display: flex;
}
.video-content .video-content-in.play .play {
  display: none;
}
.video-content video {
  max-width: 100%;
  border-radius: 6px;
}
.video-content:hover .video-content-in {
  opacity: 1;
}

#slider {
  width: 100%;
  height: 31.25vw;
  max-height: 720px;
  min-height: 240px;
  position: relative;
  margin: -48px auto 0 auto;
}
#slider #slide-block {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#slider #slide-block .slide {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation-name: slide;
  animation-duration: 3s;
}
#slider #slide-block .slide .slider-button {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 24px;
  animation-name: slider-button;
  animation-duration: 1s;
  z-index: 2;
}
#slider #slide-block .slide .slider-button.hide {
  opacity: 0;
  transition: 1s opacity;
}
#slider #slide-block .slide .slider-txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 12px;
  background: rgba(255, 255, 255, 0.8);
}
#slider #slide-block .slide .slider-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
@keyframes slider-button {
  from {
    opacity: 0.3;
    bottom: -60px;
  }
  to {
    opacity: 1;
    bottom: 24px;
  }
}
@keyframes slide {
  from {
    opacity: 0;
    transform: scale(1.01);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
#slider #slider-control-block {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 12px;
  z-index: 2;
}
#slider #slider-control-block .slider-control-btn {
  width: 16px;
  height: 16px;
  background: white;
  display: inline-block;
  border-radius: 20px;
  margin: 5px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
#slider #slider-control-block .slider-control-btn.active {
  background: #325F48;
}
#slider #slider-control-block .slider-control-btn:hover {
  background: #1E513C !important;
}

#call-button {
  background: url(../images/call.gif) no-repeat center;
  background-size: 52px;
  background-position: left -5px top -4px;
  position: fixed;
  margin: auto;
  right: 8px;
  bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 999;
  padding: 0px 12px 0px 46px;
  font-weight: 500;
  background-color: white;
  height: 43px;
  border-radius: 30px;
  border: 1px solid #C8C8C8;
  min-width: 50px;
}
#call-button:hover {
  opacity: 0.7;
}
#call-button svg {
  width: 26px;
  height: 26px;
}
#call-button svg path {
  fill: #FFFFFF;
}

#video-full {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
#video-full #video-close {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#video-full #video-close svg {
  width: 24px;
  height: 24px;
  color: white;
}
#video-full #yt-video {
  width: calc(100% - 112px);
  height: calc((100vw - 48px) / 1.7);
  max-height: calc(100vh - 48px);
  max-width: 1920px;
}
@media screen and (max-width: 1240px) {
  #video-full #yt-video {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 768px) {
  #video-full #yt-video {
    width: calc(100% - 24px);
  }
}

.title-bl {
  position: relative;
  padding: 12px 12px 12px 20px;
  display: flex;
}
.title-bl.center {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.title-bl .p-title {
  margin: unset;
  font-weight: bold;
  width: fit-content;
}
.title-bl:after {
  border-radius: 3px;
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #325F48;
}
.title-bl #filter-button {
  margin-left: auto;
  display: flex;
  gap: 6px;
  align-items: center;
}
.title-bl #filter-button .filter-title {
  white-space: nowrap;
  color: #787878;
  font-weight: 400;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .title-bl #filter-button .filter-title {
    display: none;
  }
}
.title-bl #filter-button select {
  padding: 6px;
  border: 1px solid #C8C8C8;
  border-radius: 4px;
  max-width: 280px;
  background: white;
  height: 30px;
}
@media screen and (max-width: 540px) {
  .title-bl #filter-button select {
    width: 160px;
  }
}
.title-bl #filter-button svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #787878;
}

.main-services-block .service-type-container {
  margin-bottom: 24px;
}
.main-services-block .service-block-content {
  display: flex;
  margin-top: 24px;
  flex-wrap: wrap;
  gap: 24px;
}
.main-services-block .service-block-content .main-services {
  padding: 12px;
  width: calc(25% - 42px);
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 170px;
}
.main-services-block .service-block-content .main-services .main-services-img svg path:not(.fil1), .main-services-block .service-block-content .main-services .main-services-img svg polygon {
  fill: #3a835e;
}
.main-services-block .service-block-content .main-services:hover .main-services-img svg path:not(.fil1), .main-services-block .service-block-content .main-services:hover .main-services-img svg polygon {
  fill: #325F48;
}
.main-services-block .service-block-content .main-services:hover .main-services-title {
  color: #325F48;
}
.main-services-block .service-block-content .main-services .main-services-img {
  width: 112px;
  height: 86px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-services-block .service-block-content .main-services .main-services-img svg {
  pointer-events: none;
}
.main-services-block .service-block-content .main-services .main-services-img img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.main-services-block .service-block-content .main-services .main-services-title {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.main-services-block .service-block-content .main-services#main-services-more {
  justify-content: center;
}
.main-services-block .service-block-content .main-services#main-services-more:hover svg path {
  stroke: #3a835e;
}
.main-services-block .service-block-content .main-services#main-services-more svg {
  width: 24px;
  margin-left: 6px;
}
.main-services-block .service-block-content .main-services#main-services-more svg path {
  stroke: #325F48;
}

#news-content {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#news-content .news-block {
  padding: 12px;
  border-radius: 10px;
  width: calc(20% - 34px);
}
@media screen and (max-width: 1480px) {
  #news-content .news-block {
    width: calc(25% - 33px);
  }
}
@media screen and (max-width: 1128px) {
  #news-content .news-block {
    width: calc(33.3% - 32px);
  }
}
@media screen and (max-width: 768px) {
  #news-content .news-block {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 480px) {
  #news-content .news-block {
    width: 100%;
  }
}
#news-content .news-block:hover .news-block-title {
  color: #325F48;
}
#news-content .news-block:hover .news-block-text {
  color: #1E1E1E;
}
#news-content .news-block:hover .news-block-img {
  opacity: 0.9;
}
#news-content .news-block .news-block-img {
  width: 100%;
  height: 170px;
  flex-shrink: 0;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#news-content .news-block .news-block-date {
  color: #C8C8C8;
  margin-top: 6px;
  font-size: 12px;
}
#news-content .news-block .news-block-title {
  font-family: Arial-bold;
  display: flex;
  align-items: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap;
}
#news-content .news-block .news-block-text {
  margin-top: 6px;
  color: #787878;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
#news-content .vacancies-block {
  padding: 12px;
  border-radius: 10px;
}
#news-content .vacancies-block .news-block-title {
  font-family: Arial-bold;
  display: flex;
  align-items: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap;
}
#news-content .vacancies-block .news-block-date {
  color: #C8C8C8;
  font-size: 12px;
}
#news-content .vacancies-block .news-block-text {
  color: #787878;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#news-content .vacancies-block:hover .news-block-title {
  color: #325F48;
}
#news-content .vacancies-block:hover .news-block-text {
  color: #1E1E1E;
}

#staff-content {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
#staff-content .staff-block {
  width: calc((100% - 96px) / 5);
  padding: 12px;
  border-radius: 10px;
  box-sizing: border-box;
}
#staff-content .staff-block .staff-block-img {
  width: 100%;
  max-height: 400px;
  height: calc((100vw - 264px) / 5 / 0.8);
  object-fit: cover;
  object-position: top center;
  border-radius: 6px;
}
#staff-content .staff-block .staff-block-title {
  margin-top: 6px;
  font-size: 16px;
  font-weight: bold;
}
#staff-content .staff-block .staff-block-degree {
  color: #C8C8C8;
}
#staff-content .staff-block .staff-block-address {
  position: relative;
}
#staff-content .staff-block .staff-block-address .staff-block-address-title {
  color: #325F48;
  font-size: 13px;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#staff-content .staff-block .staff-block-address .staff-block-address-info {
  position: absolute;
  bottom: 0;
  left: -6px;
  background: white;
  border: 1px solid #C8C8C8;
  padding: 6px;
  width: 100%;
  font-size: 13px;
  display: none;
  flex-direction: column;
  border-radius: 6px;
}
#staff-content .staff-block .staff-block-address .staff-block-address-info .footer-list-item-a {
  font-size: 13px;
}
#staff-content .staff-block .staff-block-address:hover .staff-block-address-info {
  display: flex;
}
@media screen and (max-width: 1440px) {
  #staff-content .staff-block {
    width: calc((100% - 72px) / 4);
  }
  #staff-content .staff-block .staff-block-img {
    height: calc((100vw - 216px) / 4 / 0.8);
    max-height: unset;
  }
}
@media screen and (max-width: 1024px) {
  #staff-content .staff-block {
    width: calc((100% - 48px) / 3);
  }
  #staff-content .staff-block .staff-block-img {
    height: calc((100vw - 168px) / 3 / 0.8);
  }
}
@media screen and (max-width: 768px) {
  #staff-content .staff-block {
    width: calc((100% - 12px) / 2);
  }
  #staff-content .staff-block .staff-block-img {
    height: calc((100vw - 84px) / 2 / 0.8);
  }
}
@media screen and (max-width: 440px) {
  #staff-content .staff-block {
    width: 100%;
  }
  #staff-content .staff-block .staff-block-img {
    height: calc((100vw - 24px) / 0.8);
  }
}
@media screen and (max-width: 768px) {
  #staff-content {
    gap: 12px;
  }
}

.staff-item-content {
  display: flex;
  gap: 34px;
}
.staff-item-content .staff-info-popup.doctors {
  width: 100%;
  max-width: unset;
  padding: 0;
}
.staff-item-content .staff-info-popup.doctors .staff-info-popup-content-block {
  padding: 0;
}
.staff-item-content .staff-left-panel {
  width: 280px;
  flex-shrink: 0;
}
.staff-item-content .staff-left-panel .staff-left-panel-in {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.staff-item-content .staff-left-panel .staff-left-panel-in .staff-left-item {
  display: flex;
  gap: 12px;
  border-radius: 6px;
}
.staff-item-content .staff-left-panel .staff-left-panel-in .staff-left-item svg {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}
.staff-item-content .staff-left-panel .staff-left-panel-in .staff-left-item svg path:not(.fil1), .staff-item-content .staff-left-panel .staff-left-panel-in .staff-left-item svg svg polygon {
  fill: #3a835e;
}
.staff-item-content .staff-left-panel .staff-left-panel-in .staff-left-item:hover svg path:not(.fil1), .staff-item-content .staff-left-panel .staff-left-panel-in .staff-left-item:hover svg polygon {
  fill: #325F48;
}
.staff-item-content .staff-left-panel .staff-left-panel-in .staff-left-item .staff-left-image {
  width: 64px;
  flex-shrink: 0;
  height: 80px;
  object-fit: cover;
  object-position: top center;
  border-radius: 6px;
}
.staff-item-content .staff-left-panel .staff-left-panel-in .staff-left-item .staff-left-image.small {
  height: 42px;
  width: 42px;
}
.staff-item-content .staff-left-panel .staff-left-panel-in .staff-left-item .staff-left-tx {
  overflow: hidden;
  width: calc(100% - 12px);
}
.staff-item-content .staff-left-panel .staff-left-panel-in .staff-left-item .staff-left-tx .staff-left-title {
  font-size: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.staff-item-content .staff-left-panel .staff-left-panel-in .staff-left-item .staff-left-tx .staff-left-degree {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 2px;
  color: silver;
}
@media screen and (max-width: 1024px) {
  .staff-item-content {
    flex-direction: column;
  }
  .staff-item-content .staff-left-panel {
    width: 100%;
  }
  .staff-item-content .staff-left-panel .staff-left-panel-in {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .staff-item-content .staff-left-panel .staff-left-panel-in .staff-left-item {
    width: calc((100% - 24px) / 3);
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .staff-item-content .staff-left-panel .staff-left-panel-in .staff-left-item {
    width: calc((100% - 12px) / 2);
  }
}
@media screen and (max-width: 1024px) and (max-width: 440px) {
  .staff-item-content .staff-left-panel .staff-left-panel-in .staff-left-item {
    width: 100%;
  }
}

.news-page-full {
  display: flex;
  flex-direction: column;
  line-height: 180%;
  margin-top: 12px;
  font-family: Mardoto, Roboto, Segoe UI;
}
.news-page-full font {
  font-family: Mardoto, Roboto, Segoe UI;
}
.news-page-full img {
  max-width: 100%;
  border-radius: 4px;
  height: auto !important;
  box-sizing: border-box;
  margin: 2px;
  cursor: pointer;
}
.news-page-full img:hover {
  opacity: 0.9;
}
@media screen and (max-width: 520px) {
  .news-page-full img {
    width: 100% !important;
  }
}
.news-page-full a {
  color: #0c63e3;
}
.news-page-full a:hover {
  color: rgba(12, 99, 227, 0.7);
}

.news-page-full p, #page-block p {
  line-height: 160%;
  padding: 6px 0;
}
.news-page-full li, #page-block li {
  line-height: 200%;
  margin-left: 42px;
}

.news-date-p {
  color: #787878;
}

#pages-num-line {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pages-num-line p {
  padding: 6px;
}

.file-icon {
  display: table-cell;
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/file.png);
  position: relative;
}

.file-format {
  color: white;
  position: absolute;
  left: 0;
  padding: 1px 3px;
  border-radius: 3px;
  bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 8px;
  display: none;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
}

.file-text {
  display: table-cell;
  font-size: 18px;
  vertical-align: middle;
  padding-left: 15px;
  font-weight: 600;
}

.file-block {
  margin-top: 15px;
  display: inline-block;
  position: relative;
}

.file-block:hover .file-text {
  color: #ad182d;
}

.file-block:hover .file-icon {
  filter: brightness(90%);
}

#page-content {
  display: flex;
}
#page-content #page-block {
  width: 100%;
}
#page-content #page-block strong {
  font-family: Arial-bold;
}
#page-content #menu-block-page {
  width: 280px;
  margin-right: 24px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#page-content #menu-block-page ul {
  padding: 12px;
  border-radius: 10px;
  margin-top: 6px;
}
#page-content #menu-block-page ul.page-menu-hover {
  color: #325F48;
  background: #F8F8F8;
}
#page-content #menu-block-page ul:hover {
  color: #325F48;
}
@media only screen and (max-width: 768px) {
  #page-content {
    flex-direction: column;
  }
  #page-content #menu-block-page {
    min-height: unset;
  }
}

.main-bl-c {
  display: flex;
  gap: 20%;
  align-items: center;
  justify-content: center;
}
.main-bl-c:nth-child(2) {
  margin-top: 84px;
}
.main-bl-c .main-bl-img {
  width: 50%;
  max-width: 300px;
  flex-shrink: 0;
  height: 266px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-bl-c .main-bl-tx {
  width: 50%;
  max-width: 300px;
}
.main-bl-c .main-bl-tx .main-bl-i-text {
  margin-top: 12px;
}
.staff-content-block {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}
.staff-content-block .staff-info-block-content-item {
  display: contents;
}
.staff-content-block .staff-info-block-content-item .staff-info-block {
  display: flex;
  gap: 12px;
  padding: 6px;
  cursor: pointer;
  width: calc((100% - 84px) / 4);
  border-radius: 4px;
  overflow: hidden;
}
.staff-content-block .staff-info-block-content-item .staff-info-block:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1024px) {
  .staff-content-block .staff-info-block-content-item .staff-info-block {
    width: calc((100% - 60px) / 3);
  }
}
@media only screen and (max-width: 768px) {
  .staff-content-block .staff-info-block-content-item .staff-info-block {
    width: calc((100% - 36px) / 2);
  }
}
@media only screen and (max-width: 520px) {
  .staff-content-block .staff-info-block-content-item .staff-info-block {
    width: 100%;
  }
}
.staff-content-block .staff-info-block-content-item .staff-info-block .staff-info-name-image {
  border-radius: 4px;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  background-image: url("../img/person.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #F8F8F8;
}
.staff-content-block .staff-info-block-content-item .staff-info-block .staff-info-name-tx {
  overflow: hidden;
}
.staff-content-block .staff-info-block-content-item .staff-info-block .staff-info-name-tx .staff-info-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.staff-content-block .staff-info-block-content-item .staff-info-block .staff-info-name-tx .staff-info-degree {
  color: #C8C8C8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.staff-content-block .staff-info-block-content-item .staff-info-block .staff-info-name-tx .staff-info-position {
  color: #C8C8C8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.staff-info-popup-content {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  align-items: center;
  justify-content: center;
  display: none;
}
.staff-info-popup-content.active-popup {
  display: flex;
}
.staff-info-popup-content .staff-info-popup {
  padding-top: 48px;
}

.staff-info-popup {
  max-width: calc(100% - 120px);
  width: 960px;
  max-height: calc(100% - 120px);
  padding: 0px 12px 24px;
  background: white;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.staff-info-popup.width-unset {
  width: unset;
}
@media only all and (max-width: 768px) {
  .staff-info-popup {
    max-width: calc(100% - 48px);
    max-height: calc(100% - 72px);
    padding: 48px 6px 12px;
  }
}
.staff-info-popup .close-button {
  background-color: #325F48;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 4px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.staff-info-popup .close-button svg {
  width: 20px;
  height: 20px;
  color: white;
}
.staff-info-popup .close-button:hover {
  background-color: #3a835e;
}
.staff-info-popup .staff-info-popup-content-block {
  display: flex;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  padding: 0 12px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media only all and (max-width: 768px) {
  .staff-info-popup .staff-info-popup-content-block {
    flex-direction: column;
  }
}
.staff-info-popup .staff-info-popup-content-block::-webkit-scrollbar {
  width: 0px;
}
.staff-info-popup .staff-info-popup-content-block::-webkit-scrollbar-track {
  background: transparent;
}
.staff-info-popup .staff-info-popup-content-block::-webkit-scrollbar-thumb {
  background: transparent;
}
.staff-info-popup .staff-info-popup-content-block::-webkit-scrollbar-thumb:hover {
  opacity: 0;
}
.staff-info-popup .staff-info-popup-content-block:hover {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.staff-info-popup .staff-info-popup-content-block:hover::-webkit-scrollbar {
  width: 6px;
}
.staff-info-popup .staff-info-popup-content-block:hover::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #C8C8C8;
}
.staff-info-popup .staff-info-popup-content-block:hover::-webkit-scrollbar-thumb {
  background: #325F48;
  border-radius: 4px;
}
.staff-info-popup .staff-info-popup-content-block:hover::-webkit-scrollbar-thumb:hover {
  opacity: 0.7;
}
.staff-info-popup .staff-info-popup-content-block .staff-info-popup-p {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.staff-info-popup .staff-info-popup-content-block .staff-info-popup-p.staff-info-popup-main {
  width: 280px;
  flex-shrink: 0;
  margin-right: 12px;
}
@media only all and (max-width: 768px) {
  .staff-info-popup .staff-info-popup-content-block .staff-info-popup-p.staff-info-popup-main {
    margin-right: unset;
    margin-bottom: 12px;
  }
}
.staff-info-popup .staff-info-popup-content-block .staff-info-popup-p.staff-info-popup-main img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.staff-info-popup .staff-info-popup-content-block .staff-info-popup-p .staff-tabs-content {
  display: flex;
  gap: 6px;
  position: sticky;
  top: 0;
  background: white;
}
.staff-info-popup .staff-info-popup-content-block .staff-info-popup-p .staff-tabs-content .staff-tab-title-item {
  width: fit-content;
  padding: 6px 12px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.staff-info-popup .staff-info-popup-content-block .staff-info-popup-p .staff-tabs-content .staff-tab-title-item.active, .staff-info-popup .staff-info-popup-content-block .staff-info-popup-p .staff-tabs-content .staff-tab-title-item:hover {
  border-bottom-color: #325F48;
  color: #325F48;
}
.staff-info-popup .staff-info-popup-content-block .staff-info-popup-p .staff-tab-content-item {
  display: none;
  margin-top: 12px;
  line-height: 180%;
}
.staff-info-popup .staff-info-popup-content-block .staff-info-popup-p .staff-tab-content-item p {
  line-height: 180%;
}
@media only screen and (max-width: 768px) {
  .staff-info-popup .staff-info-popup-content-block .staff-info-popup-p .staff-tab-content-item {
    padding-top: 36px;
  }
}
.staff-info-popup .staff-info-popup-content-block .staff-info-popup-p .staff-tab-content-item.active {
  display: block;
}

#map {
  margin-top: 24px;
  border-top: 2px solid #325F48;
  height: 420px;
  overflow: hidden;
}
#map.no-active {
  border-top-color: #C8C8C8;
  user-select: none;
}
#map.no-active * {
  pointer-events: none;
  user-select: none;
}
#map #google-maps-container {
  margin-top: -59px;
  border: none;
}
#map iframe span.inline-image._loaded.map-circle-placemark__placemark {
  background: red !important;
}

@media only screen and (max-width: 768px) {
  .page-width {
    width: calc(100% - 24px);
  }
  #partners-content a .main-partners-border {
    width: calc(50% - 36px);
  }
  #contacts-block {
    flex-wrap: wrap;
  }
  #contacts-block .contacts-block {
    width: 100%;
  }
  .main-services-block .service-block-content {
    flex-wrap: wrap;
  }
  .main-services-block .service-block-content .main-services {
    width: calc(50% - 36px);
  }
  #main-about-full #about-table {
    flex-wrap: wrap;
  }
  #main-about-full #about-table .main-about-more-block {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  #main-about-full #about-table #main-about-text-block .btn {
    margin: 24px auto 0 auto;
  }
}
@media only screen and (max-width: 412px) {
  .main-services-block .service-block-content {
    flex-wrap: wrap;
  }
  .main-services-block .service-block-content .main-services {
    width: calc(100% - 26px);
  }
}
@keyframes search-bg-anim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.search-bg-content {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  animation-name: search-bg-anim;
  animation-duration: 0.5s;
}
.search-bg-content .search-input {
  width: calc(100% - 24px);
  background: white;
  position: sticky;
  top: 0;
  padding: 24px 12px 4px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8;
  overflow: hidden;
  gap: 12px;
  flex-shrink: 0;
}
.search-bg-content .search-input input {
  width: 100%;
  max-width: 724px;
  padding: 12px;
  border: 1px solid #C8C8C8;
  border-radius: 6px;
  font-size: 16px;
  /*  @media screen and (max-width: 840px){
      width: calc(100% - 68px);
    }*/
}
.search-bg-content .search-input input:focus {
  outline: none;
  border-color: #325F48;
}
.search-bg-content .search-input .search-close {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #325F48;
  border-radius: 4px;
  cursor: pointer;
  z-index: 9;
  position: absolute;
  right: 24px;
}
.search-bg-content .search-input .search-close svg {
  width: 20px;
  height: 20px;
  color: white;
}
@media screen and (max-width: 840px) {
  .search-bg-content .search-input .search-close {
    position: relative;
    right: unset;
  }
}
.search-bg-content .search-input .search-close:hover {
  background-color: #3a835e;
}
.search-bg-content .search-result {
  padding: 12px 12px 60px 12px;
  width: calc(100% - 24px);
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.search-bg-content .search-result .loader {
  border: 4px solid #C8C8C8;
  border-top: 4px solid #325F48;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin-loader 1.5s linear infinite;
}
.search-bg-content .search-result .no-result {
  padding: 12px;
  color: #787878;
}
.search-bg-content .search-result .search-title {
  margin-top: 6px;
  font-size: 15px;
  font-weight: bold;
  color: #325F48;
  width: 100%;
}
.search-bg-content .search-result .search-res-item {
  width: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 4px;
}
.search-bg-content .search-result .search-res-item .search-res-image {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.search-bg-content .search-result .search-res-item .search-res-title {
  color: #3e43a9;
  font-size: 16px;
}
.search-bg-content .search-result .search-res-item .search-res-item-sub {
  font-size: 13px;
  color: #787878;
  line-height: 16px;
}
.search-bg-content .search-result .search-res-item .search-res-item-sub p {
  padding: 0;
  margin: 0;
}
.search-bg-content .search-result .search-res-item .search-res-item-sub-2 {
  font-size: 12px;
  color: #325F48;
  line-height: 14px;
  font-weight: bold;
}
.search-bg-content .search-result .search-res-item:hover .search-res-title {
  text-decoration: underline;
}
.search-bg-content .search-result .search-res-item:hover .search-res-title .search-res-item-sub {
  color: #1E1E1E;
  text-decoration: none !important;
}

.search-button {
  display: flex;
  align-items: center;
  margin-left: 48px;
  margin-right: 12px;
  padding: 6px;
  border-radius: 4px;
  background-color: #F8F8F8;
  color: #C8C8C8;
  width: 180px;
  flex-shrink: 1;
}
.search-button svg {
  width: 20px;
  height: 20px;
}
.search-button svg path {
  fill: #325F48;
}
@media screen and (max-width: 1320px) {
  .search-button {
    font-size: 0;
    width: unset;
    background: unset;
  }
}
@media screen and (max-width: 1024px) {
  .search-button {
    display: none;
  }
}
.search-button.m {
  display: none;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .search-button.m {
    display: flex;
  }
}

@keyframes spin-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#content-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 12px 0;
}
#content-items img {
  width: fit-content;
  max-width: 100%;
  border-radius: 6px;
  margin: 0 auto;
}
#content-items .content-file {
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
}
#content-items .content-file .content-file-icon {
  width: 24px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#content-items .content-file .content-file-icon .file-extension {
  position: absolute;
  width: calc(100% - 2px);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 7px;
  padding: 0 1px;
  color: white;
  margin-top: 4px;
  font-weight: bold;
}
#content-items .content-file .content-file-icon svg {
  width: 24px;
  height: 32px;
}
#content-items .p-title-2 {
  font-weight: 700;
  font-size: 24px;
}
#content-items .p-text {
  white-space: pre-wrap;
  line-height: 130%;
}
#content-items .p-text font {
  color: attr(color, #1E1E1E);
}
#content-items .content-video {
  display: flex;
  justify-content: center;
}
#content-items .content-video iframe {
  width: 100%;
  height: calc((100vw - 24px) / 1.77);
  max-height: 542px;
  max-width: 960px;
  border-radius: 6px;
}

#edit-button {
  position: fixed;
  bottom: 12px;
  left: 12px;
  z-index: 999;
}
#edit-button .btn {
  font-size: 12px;
  min-width: unset;
  padding: 6px 12px;
}

#main-about-full {
  width: 100%;
  padding: 36px 0;
  background: #325F48;
  margin-bottom: 36px;
}
#main-about-full #about-table {
  display: flex;
  align-items: center;
  max-width: 1480px;
  margin: 0 auto;
  gap: 24px;
}
#main-about-full #about-table #main-about-text-block {
  width: 100%;
}
#main-about-full #about-table #main-about-text-block #main-about-title {
  color: #FFFFFF;
  text-transform: uppercase;
}
#main-about-full #about-table #main-about-text-block #main-about-text {
  margin-top: 16px;
  color: #FFFFFF;
  text-align: justify;
  white-space: pre-wrap;
}
#main-about-full #about-table .main-about-more-block {
  height: 100%;
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #main-about-full #about-table .main-about-more-block {
    margin-left: auto;
  }
}
#main-about-full #about-table .main-about-more-block .main-about-more-block-in {
  position: relative;
  width: 180px;
  height: 160px;
  background: url("../images/film.svg") no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-about-full #about-table .main-about-more-block .main-about-more-block-in .main-about-more-video-bg {
  width: 220px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.3;
  border-radius: 4px;
}
#main-about-full #about-table .main-about-more-block .main-about-more-block-in .main-about-more-block-in-cell {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: white;
  cursor: pointer;
}
#main-about-full #about-table .main-about-more-block .main-about-more-block-in .main-about-more-block-in-cell #main-video-play-btn {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  transition: 0.8s all;
}
#main-about-full #about-table .main-about-more-block .main-about-more-block-in .main-about-more-block-in-cell #main-video-play-btn:hover {
  transform: rotate(360deg);
}
#main-about-full #about-table .main-about-more-block .main-about-more-block-in .main-about-more-block-in-cell #main-video-play-btn svg {
  margin-left: 4px;
}

.p-title-3 {
  font-weight: 600;
  font-size: 18px;
}

#polyclinic-content .title-bl {
  max-width: 520px;
  padding-bottom: 2px;
}
#polyclinic-content .title-bl:after {
  display: none;
}
#polyclinic-content .title-bl .p-title {
  text-align: center;
}
#polyclinic-content .p-subtitle {
  text-align: center;
  font-size: 14px;
  color: #787878;
}
#polyclinic-content #pl-content {
  display: flex;
  gap: 24px;
  width: 100%;
}
#polyclinic-content #pl-content .p-content-item {
  width: fit-content;
}
@media screen and (max-width: 1120px) {
  #polyclinic-content #pl-content .p-content-item {
    width: 100%;
  }
}
#polyclinic-content #pl-content .p-content-item#p-content-tx {
  width: 100%;
  margin-top: 54px;
}
@media screen and (max-width: 1120px) {
  #polyclinic-content #pl-content .p-content-item#p-content-tx {
    margin-top: 0;
  }
}
#polyclinic-content #pl-content .p-content-item#p-content-image img {
  max-width: 400px;
}
@media screen and (max-width: 1420px) {
  #polyclinic-content #pl-content .p-content-item#p-content-image {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  #polyclinic-content #pl-content {
    flex-direction: column;
  }
}
#polyclinic-content #pl-content #pl-tabs {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 1120px) {
  #polyclinic-content #pl-content #pl-tabs {
    justify-content: center;
  }
}
#polyclinic-content #pl-content #pl-tabs .pl-tab-item {
  padding: 4px 0;
  border-bottom: 2px solid #1E1E1E;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
}
#polyclinic-content #pl-content #pl-tabs .pl-tab-item:hover {
  border-bottom-color: #1E1E1E;
  color: #1E1E1E;
}
#polyclinic-content #pl-content #pl-tabs .pl-tab-item.active {
  border-bottom-color: #325F48;
  color: #325F48;
}
#polyclinic-content #pl-content .pl-content-buttons {
  display: none;
  flex-direction: column;
  gap: 6px;
  margin-top: 24px;
}
#polyclinic-content #pl-content .pl-content-buttons .pl-content-button {
  padding: 12px;
  width: fit-content;
  font-size: 14px;
  background: #e9e6e6;
  color: #1E1E1E;
  border-radius: 20px;
  cursor: pointer;
  white-space: nowrap;
}
@media screen and (max-width: 1420px) {
  #polyclinic-content #pl-content .pl-content-buttons .pl-content-button {
    white-space: unset;
  }
}
#polyclinic-content #pl-content .pl-content-buttons .pl-content-button:hover, #polyclinic-content #pl-content .pl-content-buttons .pl-content-button.active {
  background: #3a835e;
  color: white;
}
#polyclinic-content #pl-content .pl-content-buttons.active {
  display: flex;
}
#polyclinic-content #pl-content .pl-q-text {
  display: none;
}
#polyclinic-content #pl-content .pl-q-text ul {
  padding: 20px 0;
}
#polyclinic-content #pl-content .pl-q-text ul li {
  margin-left: 42px;
  line-height: 160%;
}
#polyclinic-content #pl-content .pl-q-text a:hover {
  text-decoration: underline;
  color: #3a835e;
}
#polyclinic-content #pl-content .pl-q-text a:hover font {
  text-decoration: underline;
  color: #3a835e;
}
#polyclinic-content #pl-content .pl-q-text.active {
  display: block;
}
#polyclinic-content #pl-contacts-content {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
#polyclinic-content #pl-contacts-content .pl-contact-item {
  width: calc((100% - 24px) / 3);
  padding: 12px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #polyclinic-content #pl-contacts-content {
    flex-direction: column;
  }
  #polyclinic-content #pl-contacts-content .pl-contact-item {
    width: calc(100% - 24px);
  }
}

.register-button {
  width: fit-content;
  margin-right: auto;
}
.register-button .tx {
  text-align: center;
  padding: 4px 12px;
  color: white;
  line-height: 14px;
  font-size: 11px;
  background: #cc3030;
  border-radius: 12px;
  white-space: nowrap;
  width: fit-content;
  min-width: 126px;
  /* @media screen and (max-width: 768px){
     margin-right: auto !important;
     margin-left: auto;
   }*/
}

.header-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.header-menu-line {
  display: flex;
}

.register-line {
  z-index: 9999;
  display: flex;
  align-items: center;
  padding-top: 6px;
  width: 100%;
}
.register-line #header-contacts {
  display: flex;
  align-items: center;
  font-size: 13px;
  gap: 12px;
  margin-left: auto;
}
.register-line #header-contacts svg {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 820px) {
  .register-line #header-contacts {
    display: none;
  }
}
.register-line .register-button {
  display: none;
}
@media screen and (min-width: 1640px) {
  .register-line .register-button {
    display: none;
  }
}

body:not([data-branch="3"]) #header-contacts {
  margin-left: auto;
}

.hover-color:hover {
  color: #1E513C;
}

.pricelist-title-main {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  box-sizing: border-box;
  background: #3a835e;
  color: white;
}

.price-des {
  font-size: 12px;
  color: #787878;
  margin-top: 4px;
}

#pricelist-content {
  display: flex;
  gap: 12px;
}
#pricelist-content #pricelist-title-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 320px;
  flex-shrink: 0;
}
#pricelist-content #pricelist-title-content .pricelist-title {
  padding: 12px;
  border-radius: 6px;
  background: white;
  cursor: pointer;
}
#pricelist-content #pricelist-title-content .pricelist-title.active {
  background: #325F48;
  color: white;
}
#pricelist-content #pricelist-title-content .pricelist-title:hover {
  background: #3a835e;
  color: white;
}
#pricelist-content #pricelist-title-content .pricelist-title:active {
  opacity: 0.8;
}
#pricelist-content #pricelist-title-content .pricelist-title.hide {
  display: none;
}
#pricelist-content #pricelist-items-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#pricelist-content #pricelist-items-content .pricelist-item-content {
  display: none;
  flex-direction: column;
  background: white;
  padding: 12px;
  border-radius: 6px;
}
#pricelist-content #pricelist-items-content .pricelist-item-content.active {
  display: flex;
}
#pricelist-content #pricelist-items-content .pricelist-item-content .price-title {
  font-weight: bold;
  font-size: 20px;
}
#pricelist-content #pricelist-items-content .pricelist-item-content .pricelist-item {
  margin-top: -1px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid transparent;
  border-bottom-color: #F8F8F8;
}
#pricelist-content #pricelist-items-content .pricelist-item-content .pricelist-item.pricelist-hover {
  cursor: pointer;
}
#pricelist-content #pricelist-items-content .pricelist-item-content .pricelist-item:not(.title):hover {
  background: #F8F8F8;
}
#pricelist-content #pricelist-items-content .pricelist-item-content .pricelist-item .pricelist-item-in {
  display: flex;
  gap: 6px;
  padding: 6px;
}
#pricelist-content #pricelist-items-content .pricelist-item-content .pricelist-item .pricelist-item-in .pricelist-item-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#pricelist-content #pricelist-items-content .pricelist-item-content .pricelist-item .pricelist-item-in .pricelist-item-title svg {
  margin-top: 2px;
  color: #C8C8C8;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-left: 2px;
  display: inline-flex;
}
#pricelist-content #pricelist-items-content .pricelist-item-content .pricelist-item .pricelist-item-in .pricelist-item-price {
  width: fit-content;
  font-weight: 500;
  white-space: nowrap;
}
#pricelist-content #pricelist-items-content .pricelist-item-content .pricelist-item.hide {
  display: none;
}
#pricelist-content #pricelist-items-content .pricelist-item-content .pricelist-item .price-info-content {
  background: #F8F8F8;
  font-size: 13px;
  max-height: 0;
  padding: 0 6px;
}
#pricelist-content #pricelist-items-content .pricelist-item-content .pricelist-item.title .pricelist-item-in .pricelist-item-title {
  font-size: 14px;
  color: #787878;
}
#pricelist-content #pricelist-items-content .pricelist-item-content .pricelist-item.title .pricelist-item-in .pricelist-item-price {
  font-size: 14px;
  color: #787878;
}
#pricelist-content #pricelist-items-content .pricelist-item-content .pricelist-item.active {
  border-color: #325F48;
  margin-bottom: 4px;
}
#pricelist-content #pricelist-items-content .pricelist-item-content .pricelist-item.active .pricelist-item-in {
  background: #325F48 !important;
}
#pricelist-content #pricelist-items-content .pricelist-item-content .pricelist-item.active .pricelist-item-in .pricelist-item-title, #pricelist-content #pricelist-items-content .pricelist-item-content .pricelist-item.active .pricelist-item-in .pricelist-item-price {
  color: white;
}
#pricelist-content #pricelist-items-content .pricelist-item-content .pricelist-item.active .pricelist-item-in .pricelist-item-title svg, #pricelist-content #pricelist-items-content .pricelist-item-content .pricelist-item.active .pricelist-item-in .pricelist-item-price svg {
  color: white;
}
#pricelist-content #pricelist-items-content .pricelist-item-content .pricelist-item.active .price-info-content {
  max-height: 1000px;
  transition: 0.5s max-height;
}
@media screen and (max-width: 768px) {
  #pricelist-content {
    flex-direction: column;
  }
  #pricelist-content #pricelist-title-content {
    width: 100%;
  }
}

#pricelist-search {
  padding: 12px;
  border: 1px solid #C8C8C8;
  background: white;
  border-radius: 6px;
  width: 319px;
}
#pricelist-search:focus {
  outline: none;
  border-color: #325F48;
}
@media screen and (max-width: 768px) {
  #pricelist-search {
    width: 100%;
  }
}

#url-content {
  margin-top: -32px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
  gap: 4px;
}
@media screen and (max-width: 680px) {
  #url-content {
    display: none;
  }
}
#url-content .utl-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #787878;
  width: min-content;
}
#url-content .utl-item svg {
  height: 14px;
  width: 14px;
  color: #787878;
  flex-shrink: 0;
}
#url-content .utl-item a {
  display: inline-block;
  white-space: nowrap;
}
#url-content .utl-item a:hover {
  color: #325F48;
  text-decoration: underline;
}
#url-content .utl-item-title {
  color: #325F48;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

#branch-select {
  position: relative;
  background-color: #325F48;
  padding: 6px;
}
#branch-select #branch-select-title {
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
}
#branch-select #branch-select-title:hover {
  opacity: 0.7;
}
#branch-select #branch-select-content {
  top: 32px;
  position: absolute;
  display: none;
  flex-direction: column;
  width: 100%;
  z-index: 99999;
  background-color: white;
  left: 0;
}
#branch-select #branch-select-content .branch-select-item {
  color: #325F48;
  padding: 6px;
  text-align: center;
  text-transform: uppercase;
}
#branch-select #branch-select-content .branch-select-item:hover {
  color: #3a835e;
  text-decoration: underline;
}
#branch-select.opened #branch-select-content {
  display: flex;
}

#gallery-content-bg {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
}
#gallery-content-bg img {
  max-width: calc(100% - 48px);
  max-height: calc(100% - 48px);
  animation-name: gallery-open;
  animation-duration: 0.1s;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #gallery-content-bg img {
    max-width: calc(100% - 24px);
    max-height: calc(100% - 24px);
  }
}
@media screen and (max-width: 520px) {
  #gallery-content-bg img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
  }
}
#gallery-content-bg #gallery-close {
  width: 32px;
  height: 32px;
  border-radius: 30px;
  background: white;
  position: absolute;
  right: 12px;
  top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.6;
}
#gallery-content-bg #gallery-close:hover {
  opacity: 1;
}
#gallery-content-bg .gallery-button {
  position: absolute;
  height: calc(100% - 98px);
  padding: 0 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
@media screen and (max-width: 520px) {
  #gallery-content-bg .gallery-button {
    height: 48px;
    padding: 2px;
  }
}
#gallery-content-bg .gallery-button svg {
  width: 42px;
  height: 42px;
  color: white;
  opacity: 0.6;
}
#gallery-content-bg .gallery-button:hover svg {
  opacity: 1;
}
#gallery-content-bg #gallery-right {
  right: 0;
}
#gallery-content-bg #gallery-left {
  left: 0;
}

@keyframes gallery-open {
  from {
    max-width: calc(100% - 248px);
    max-height: calc(100% - 248px);
    opacity: 0.3;
  }
  to {
    max-width: calc(100% - 48px);
    max-height: calc(100% - 48px);
    opacity: 1;
  }
}
.all-news-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
  background: rgba(50, 95, 72, 0.8);
  z-index: 2;
  color: white;
  text-transform: uppercase;
  left: 0;
  top: 0;
  border-radius: 10px;
  transition: 0.1s font-size;
}
.all-news-cover:hover {
  background: rgba(50, 95, 72, 0.9);
  font-size: 15px;
}

#news-content.main-news .news-block {
  position: relative;
}
@media screen and (max-width: 1480px) {
  #news-content.main-news a:nth-child(4) .news-block {
    display: none;
  }
}
@media screen and (max-width: 1128px) {
  #news-content.main-news a:nth-child(3) .news-block {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #news-content.main-news a:nth-child(3) .news-block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #news-content.main-news a:nth-child(4) .news-block {
    display: block;
  }
}

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