:root {
  /* --header-height: 99px; */
  --header-height: 106px;
  --header-padding-right: 90px;
  --footer-height: 228px;
}

@media (max-width: 870px) {
  :root {
    --footer-height: 452px;
  }
}

@media (max-width: 780px) {
  :root {
    --header-height: 132px;
  }
}

@media (max-width: 688px) {
  :root {
    --header-height: 132px;
  }
}

@media (max-width: 580px) {
  :root {
    --header-padding-right: 0;
    --header-height: 69px;
  }
}

/* Убираем стандартный маркер Chrome */
summary::-webkit-details-marker {
  display: none;
}

/* Прочий сброс */
summary {
  list-style: none;
}

.wpcf7-form.sent .hide-on-sent {
  display: none !important;
}

.btn-orange {
  color: #A6DDF4;
  border-color: #A6DDF4;
}

.btn-filled {
  border: none;
  background-color: #A6DDF4;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn-filled::after,
.btn-filled::before {
  display: none;
}

.btn-filled svg {
  stroke: #fff;
}

.slick-dots li {
  margin: 0 5px;
}

.btn-orange svg {
  stroke: #A6DDF4;
}

.mt-header {
  margin-top: var(--header-height, 0);
}

body.fancybox-active .header {
  z-index: 10;
}

@media (min-width: 581px) {
  .headerContainer_left .burger {
    display: none !important;
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
  pointer-events: none !important;
}

.fancybox-slide--html .fancybox-close-small {
  top: 10px;
  right: 10px;
}

.wp-block-image img {
  height: auto;
}

.link-anchor,
.content a[href^="#"]:not([class]) {
  color: #A6DDF4;
  border-bottom: 1px dashed currentColor;
}

.content h3,
.content .h3 {
  font-weight: 600;
  margin-bottom: 1rem;
}

.layout {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

body.admin-bar .layout {
  min-height: calc(100vh - var(--wp-header-height));
}

body.admin-bar .header {
  top: var(--wp-header-height);
}

.header {
  z-index: 100;
}

.headerContainer_right {
  color: inherit;
}

.headerMenu__wrapper {
  width: 100vw;
  height: 100vh;
}


.your-service textarea {
  resize: none;
  min-height: 56px;
  height: 56px;
  /* overflow: hidden; */
  /* max-height: 100px; */
  /* height: auto; */
}

.fake-input {
  display: block;
  margin-bottom: 14px;
  padding: 18px 22px;
  width: 100%;
  font-size: 18px;
  background-color: rgba(245, 208, 157, .2);
  padding-left: 30px;
}

.fake-input-readonly {
  opacity: 0.5;
  font-style: italic;
  font-size: 90%;
  pointer-events: none;
  user-select: none;
}

/* @media (min-width: 581px) { */
body.single-branch .section:not(.section-form) {
  padding-top: 24px;
  padding-bottom: 24px;
}

body.single-branch .page-header_cover {
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  body.single-branch .page-header__body .btn {
    margin-top: 2rem;
  }
}

body.single-branch .section-form {
  margin-top: 24px;
  padding-bottom: 24px;
}

body.single-branch .section.team .container {
  padding-top: 0;
}

body.single-branch .section.reviews {
  padding-bottom: 48px;
}

body.single-branch article .section:last-child {
  padding-bottom: 48px;
}

body.single-branch section.library-section {
  padding-bottom: 0 !important;
}

.section-faq details:last-child {
  margin-bottom: 0;
}

/* } */

.about-gallery .slick-dots {
  display: flex;
  /* justify-content: space-around;
  justify-content: space-evenly; */
  justify-content: center;
}

/* .about-gallery .slick-dots li {
  margin: 0;
} */

.slick-slider.slick-dotted[data-items-count="1"] .slick-dots {
  display: none !important;
}

.about-gallery {
  flex-shrink: 0;
}

.about-gallery.slick-slider.slick-dotted[data-items-count="1"] {
  margin-bottom: 35px !important;
}

.layout>.header {
  flex-grow: 0;
}

.layout>.main {
  flex-grow: 1;
}

.layout>.footer {
  flex-grow: 0;
}

.main {
  overflow-x: hidden;
  /*flex-shrink: 1;*/
  /*display: block;*/
  /*width: 100%;*/
}

.popupWrap textarea {
  border: 0;
  background-color: rgba(245, 208, 157, .2);
}

#cookie-law-info-bar {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cli-style-v2 {
  font-size: 12px;
}

@media (min-width: 992px) {
  .cli-style-v2 {
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  .cli-style-v2 {
    font-size: 14px;
  }
}

.section__footer {
  border-top: 1px solid gray;
  padding-top: 30px;
}

.article-img {
  display: block;
  float: left;
  max-width: 50%;
  margin-bottom: 2rem;
  margin-right: 2.75rem;
}

.article-img img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .article-img {
    margin-bottom: 1rem;
    margin-right: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .article-img {
    float: none;
    width: 100%;
    max-width: 100%;
  }
}

.pagination {
  align-items: center;
}

.page-link.prev,
.page-link.next {
  font-size: 1.5em;
  min-width: 1.5em;
  text-align: center;
  margin-top: -0.2em;
}

.page-breadcrumb {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.page-breadcrumb .breadcrumb-back {
  margin-right: .5rem;
  display: inline-block;
  text-decoration: none;
  width: 20px;
  height: 1em;
}

.page-breadcrumb .breadcrumb-back svg {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.page-breadcrumb .breadcrumb {
  font-size: 12px;
  color: #666;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .25rem;
}

.breadcrumb-item:nth-last-child(n+3) {
  display: none !important;
}

.breadcrumb-item:nth-last-child(n+2):before {
  display: none !important;
}

.breadcrumb-item.active {
  display: none !important;
}

.breadcrumb-item+.breadcrumb-item:before {
  padding-right: .25rem;
}

.page-breadcrumb .breadcrumb-item {
  margin-bottom: .25rem;
  /*white-space: nowrap;*/
}

.page-breadcrumb .breadcrumb-link {
  display: inline-block;
}

.page-breadcrumb a.breadcrumb-link {
  text-decoration: underline;
}

.article-meta {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #6c757d;
}

.article-meta li {
  display: inline-block;
  padding: 0;
  margin: 0 0 .5rem 0;
}

.article-meta li+li {
  padding-left: .5rem;
}

.article-meta li+li:before {
  content: "/";
  display: inline-block;
  padding-right: .5rem;
}

/* .main-line-container {
  bottom: auto;
  top: 214px;
} */

/*
@media (max-width: 767.98px) {
  .main-slider-images .main-slider-images__item img {
    height: 80%;
  }
}
*/

.main-line-container .main-heart__svg {
  pointer-events: auto;
}

.main-line-container .main-heart__svg:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.main-title-container {
  pointer-events: none;
}

.main-slider-images {
  pointer-events: none;
  transition: opacity .2s ease-in-out;
}

.main-slider-images:not(.slick-initialized) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.main-slider__item {
  position: relative;
}

.main-slider__item img {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.main-tags-container {
  pointer-events: auto;
}

@media screen and (max-width: 440px) {
  .main-tags-container {
    width: calc(100% - 20px);
  }
}

.search-card {
  margin-bottom: 2rem;
}

.checkbox-container {
  gap: 0 24px;
  justify-content: flex-start;
}

.wpcf7-form.sent [class*="wpcf7-"]:not(.wpcf7-response-output),
.wpcf7-form.sent .form-subtext,
.wpcf7-form.sent .checkbox-container {
  display: none !important;
}

.wpcf7-form.sent .wpcf7-response-output {
  margin-top: 3rem;
  margin-bottom: 5rem;
  font-size: 17px;
  border-color: #A6DDF4;
}

@media (max-width: 990.98px) {
  .wpcf7-form.sent .wpcf7-response-output {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 640.98px) {
  .wpcf7-form.sent .wpcf7-response-output {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.wpcf7-form-control-wrap.intl-tel .iti {
  display: block;
  color: var(--bs-body-color);
  margin-bottom: 14px;
}

.iti:not(.iti--mobile) .iti__country-list {
  max-width: 494px;
}

.modal .iti:not(.iti--mobile) .iti__country-list {
  max-width: 491px;
}

.wpcf7-not-valid-tip {
  font-size: 0.75em;
}

.wpcf7-form-control+.wpcf7-not-valid-tip,
.iti+.wpcf7-not-valid-tip {
  margin-bottom: 14px;
}

@media (min-width: 582px) {

  .wpcf7-form-control+.wpcf7-not-valid-tip,
  .iti+.wpcf7-not-valid-tip {
    margin-top: -7px;
  }
}

.wpcf7 form .wpcf7-response-output {
  margin: 1em 0;
  padding: 0.5em 1em;
  line-height: 1.1;
  font-size: 14px;
  text-align: center;
}

.headerMenu__logo {
  filter: grayscale(1) brightness(2);
}

.footer__logo {
  filter: grayscale(1) brightness(2);
}

@media (min-width: 554px) {
  .footer__logo {
    width: 85px;
    height: 65px;
  }
}

.main .loop .hentry.article+.hentry {
  margin-top: 5rem;
}

body.services {
  padding-bottom: 0;
}

@media (max-width: 767.98px) {
  body.page-id-37 .page-header {
    min-height: auto;
  }

  body.page-id-37 .page-header__body> :last-child {
    margin-bottom: 16px;
  }

  body.page-id-37 .section.team .title {
    margin-top: 0;
  }
}

.mediaCard__hover-container .mediaCard__desc {
  height: auto;
  -webkit-line-clamp: 14;
}

.card-media .card-img {
  object-fit: cover;
  object-position: center top;
}

.wpcf7-form.submitting>*:not(.form-submit) {
  opacity: 0.5;
}

.form-submit .ajax-loader {
  margin: 0.5rem 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.wpcf7-form.submitting .form-submit .wpcf7-submit {
  opacity: 0 !important;
  pointer-events: none !important;
}

#popupForm .wpcf7-submit.btn:focus {
  color: var(--bs-body-color);
}

.tag-btn:after,
.tag-btn:before {
  height: 1em;
}

@media screen and (max-width: 420px) {
  .tag-btn {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
  }
}

.section-tag.active {
  background-color: #A6DDF4;
  color: #fff;
}

.section-subtag.active {
  color: #A6DDF4;
}

.all-services-link {
  /*display: flex;*/
  /*flex-flow: row nowrap;*/
  font-size: 22px;
  margin-top: 1.5rem;
}

.all-services-link .svg__arrow {
  transform-origin: 50% 50%;
  transition: transform .2s ease-in-out;
}

.all-services-link.active .svg__arrow {
  transform: rotate(90deg);
  ;
}

.all-services-link__text {
  /*flex-shrink: 1;*/
  /*flex-grow: 1;*/
}

@media (max-width: 767.98px) {
  .all-services-link {
    font-size: 18px;
  }

  .all-services-link .svg__arrow {
    width: 1.25em;
    height: 1.25em;
    margin-left: 16px;
  }
}

@media (max-width: 575.98px) {
  .all-services-link {
    font-size: 16px;
  }
}

.service-details .details-hidden h4 {
  padding-top: 2rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #A6DDF4;
}

.summary-icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #A6DDF4;
  stroke-width: 1px;
  position: absolute;
  top: 17px;
  right: 22px;
  display: none;
}

.summary-icon-arrow {
  display: block;
  width: 30px;
  right: 18px;
  top: 17px;
}

details[open] .summary-icon-arrow {
  display: none;
}

details[open] .summary-icon-close {
  display: block;
}

summary:after {
  display: none;
}

.min-field {
  padding-top: 7px;
  padding-bottom: 7px;
}

.field-border-dark {
  border: 1px solid #A6DDF4;
}

.action-form .iti--separate-dial-code .iti__selected-flag {
  background-color: #f0e9df;
}

.action-form {
  /*display: flex;*/
  /*align-items: flex-start;*/
  /*justify-content: space-between;*/
  margin-bottom: 12px;
}

.wpcf7-form.sent .action-form .wpcf7-response-output {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  body.single-branch .action-form .row {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  body.single-branch .action-form .col,
  body.single-branch .action-form [class*="col-"] {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

@media (max-width: 575.98px) {
  body.single-branch .action-form .iti,
  body.single-branch .action-form .iti input {
    font-size: 13px;
  }
}

.form-small-text {
  color: #B3B3B3;
  font-size: 9px;
}

.action-form .btn {
  line-height: 2;
  padding-bottom: 5px;
  min-width: 166px;
  /*margin-left: 23px;*/
  font-size: 15px;
}

.action-form .btn::before,
.action-form .btn::after {
  height: 1.8em;
}

@media (max-width: 575.98px) {
  .action-form .btn {
    min-width: 120px;
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.action-form .iti input {
  min-height: 36px;
}

@media screen and (max-width: 950px) and (min-width: 767px),
(max-width: 450px) {
  .action-form {
    /*display: block;*/
  }

  .action-form .btn {
    /*margin-left: 0;*/
  }
}

.service-item__sub strong {
  font-weight: 600;
}

@media (min-width: 992px) {
  .service-item__right {
    padding-right: 10px;
  }
}

.service-item__title a {
  display: none;
}

@media (max-width: 991.98px) {
  .service-item__right {
    padding-right: 30px;
  }
}

@media (max-width: 725px) {
  .service-item__title {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-item__title a {
    display: block;
    flex-grow: 0;
    margin-left: 1rem;
  }

  .service-item__right2 {
    display: none !important;
  }
}

.service-item__right2 {
  justify-self: flex-end;
}

.service-item__table {
  font-size: 14px;
}

.service-item__table td {
  vertical-align: baseline;
}

.single-team-img {
  z-index: -1;
  pointer-events: none;
  object-position: center bottom;
}

@media screen and (max-width: 700px) {
  .single-team-img {
    display: none !important;
  }

  .blockquote {
    font-size: inherit;
    padding: 45px 18px 18px 18px;
    margin-bottom: 30px;
  }
}

.section-questions_type_2>.question-btn-top,
.section-questions_type_3 .question-btn-top {
  background-color: #64A2BC;
}

.section-questions_type_2>.question-btn-top:hover,
.section-questions_type_3 .question-btn-top:hover {
  background-color: #AD6D35;
}

@media (max-width: 800px) {
  .section-questions>.question-btn-bot {
    margin-bottom: 0;
  }

  .section-questions>.question-btn-bot+.question-btn-top {
    border-top: 1px solid #fff;
    margin-bottom: 50px;
  }
}

@media (max-width: 767.98px) {

  .media-container .teamItem,
  .team-container .teamItem {
    margin-bottom: 40px;
  }
}

.media-container[data-items-count="1"],
.media-container[data-items-count="2"],
.team-container[data-items-count="1"],
.team-container[data-items-count="2"] {
  justify-content: center;
}


@media (max-width: 575.98px) {

  .media-container,
  .team-container {
    justify-content: center;
  }

  .media-container .teamItem,
  .team-container .teamItem {
    margin-bottom: 24px;
  }
}

@media (max-width: 1199.98px) {
  .team-container:not(.open) .teamItem:nth-child(n+4) {
    display: none !important;
  }
}

@media (min-width: 501px) and (max-width: 880px) {
  .team-container:not(.open) .teamItem:nth-child(n+3) {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .team-container:not(.open) .teamItem:nth-child(n+7) {
    display: none !important;
  }

  .team-container[data-items-count="4"]+.show-more-btn,
  .team-container[data-items-count="5"]+.show-more-btn,
  .team-container[data-items-count="6"]+.show-more-btn {
    display: none !important;
  }
}

.mediaCard,
.teamItem {
  overflow: hidden;
}

.media-slider .slick-track,
.team-slider .slick-track {
  display: flex;
}

.media-slider .slick-slide,
.team-slider .slick-slide {
  display: flex;
  flex-direction: row;
  height: auto;
  justify-content: center;
  align-items: stretch;
}

.media-slider .mediaCard,
.team-slider .teamItem {
  flex-grow: 1;
}

.teamItem__pos,
.teamItem__title {
  line-height: 0.95;
}

.mediaCard,
.teamItem {
  max-width: 290px;
}

@media (max-width: 589.98px) {
  .media-slider .slick-track {
    justify-content: center;
  }
}

.teamItem__img {
  height: 77.5%;
  max-height: 100%;
  object-position: center bottom;
}

.teamItem .cover_link,
.mediaCard .cover_link {
  transition: top .05s ease-in;
}

.teamItem:not(:hover) .cover_link,
.mediaCard:not(:hover) .cover_link {
  top: 100%;
  left: 100%;
}

.vacanciesItem__desc ul,
.vacanciesItem__desc ol {
  /*padding-left: 1em;*/
}

@media (max-width: 767.98px) {
  .teamItem__pos {
    font-size: 12px;
  }

  .vacanciesItem__desc {
    font-size: 12px;
  }
}

.teamItem.vacancy:not([class*="has-preset-color"]):hover .teamItem__title,
.teamItem.vacancy:not([class*="has-preset-color"]):hover .teamItem__pos {
  color: unset;
}

.teamItem.vacancy .vacanciesItem__desc {
  -webkit-line-clamp: 9;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.teamItem.vacancy.has-preset-color-1 .card-bg {
  background-color: #f7b0bb;
}

/*.teamItem.has-preset-color-2 .teamItem__desc {*/
/*  color:#A6DDF4*/
/*}*/

.teamItem.vacancy.has-preset-color-2 .card-bg {
  background-color: #fc9;
}

/*.teamItem.has-preset-color-3 .teamItem__desc {*/
/*  color:#689625*/
/*}*/

.teamItem.vacancy.has-preset-color-3 .card-bg {
  background-color: rgba(163, 207, 96, .5);
}

.article {
  /*margin-bottom: 90px;*/
}

.article-text {
  margin-bottom: 90px;
}

.page-header {
  min-height: 110px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}

.page-header__top {
  z-index: 1;
  flex-grow: 0;
  justify-self: flex-start;
  margin-bottom: -3rem;
}

.page-header__body {
  padding-top: 3rem;
  flex-grow: 1;
}

@media (max-width: 575.98px) {
  .page-header__text {
    margin-bottom: 1rem;
  }
}

@media (min-width: 581px) {

  .page-header.mt-header .page-header__top,
  .page-header.mt-header .page-header__body {
    padding-right: var(--header-padding-right, 0);
  }
}

.page-branches {
  padding-bottom: 21px;
}

@media (max-width: 575.98px) {
  .section-subtags__container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .section-subtag {
    font-size: 14px;
    margin-right: 20px;
  }
}

@media (max-width: 390px) {
  .section-subtag {
    font-size: 13px;
    margin-right: 14px;
  }
}

.content {
  line-height: 1.4375;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  line-height: 1.1;
  margin-bottom: 1rem;
}

.content p+ol,
.content p+ul {
  margin-top: -1em;
}

@media (max-width: 767.98px) {
  .content {
    font-size: 14px;
  }

  .content p,
  .content ul,
  .content li {
    /*text-align: justify;*/
  }
}

.content b,
.content strong {
  font-weight: 600;
}

@media screen and (max-width: 890px) {
  .headerMenu__item_left {
    display: none !important;
  }
}

@media screen and (max-width: 991.98px) {
  .tags-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
  }
}

.about-content p {
  line-height: 1.4375;
}

.vacanciesItem__desc b,
.vacanciesItem__desc strong {
  font-weight: 600;
}

@media (max-width: 767.98px) {

  h1,
  .h1 {
    font-size: 30px;
  }
}

@media (max-width: 579.98px) {

  h1,
  .h1 {
    font-size: 26px;
  }

  h2,
  .h2,
  .title {
    font-size: 22px;
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .section .title {
    margin-top: 0;
  }
}

@media (max-width: 439.98px) {

  h2,
  .h2 {
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 18px;
  }
}

.details summary {
  padding-right: 54px;
  line-height: 1.1;
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (max-width: 615px) {
  .details summary {
    padding-right: 54px;
  }

  /* .details summary:after {
    top: 10px;
    width: 18px;
    height: 18px;
  } */
  .summary-icon {
    width: 17px;
    height: 17px;
    top: 14px;
    right: 15px;
  }

  .summary-icon-arrow {
    width: 25px;
    right: 15px;
    top: 14px;
  }

}

@media (max-width: 580px) {
  .section {
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
  }
}

@media (max-width: 699.98px) {
  .section-form {
    /*margin-top: 0;*/
  }
}

@media screen and (max-width: 990px) {
  .form-container {
    margin-bottom: 100px;
  }

  .section-form.form--sent .bg-anim_righterline {
    top: auto;
    left: 95% !important;
    bottom: -250px !important;
  }

  .bg-form_mobile {
    display: none;
  }

  .bg-anim_leftline,
  .bg-anim_rightline,
  .form-bg-line {
    bottom: 10px !important;
  }

}

@media screen and (max-width: 581px) {
  .section-form .bg-anim_righterline {
    top: 82px;
  }
}

@media screen and (max-width: 450px) {
  /* .form-container {
    margin-bottom: 210px;
  } */

  .section-form.form--sent .bg-anim_righterline {
    top: auto;
    left: 95% !important;
    bottom: -210px !important;
  }
}

@media screen and (max-width: 710px) {
  .team-slider-container {
    padding-bottom: 33px;
  }
}

.event-item {
  align-items: stretch;
}

.event-item__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event-item__desc {
  flex-shrink: 1;
  flex-grow: 0;
  min-height: unset;
  line-height: 1;
}

.event-item__title {
  flex-shrink: 1;
  flex-grow: 0;
  margin-top: .1em;
  font-weight: 600;
  min-height: unset;
  line-height: 1.08;
}

@media (max-width: 767.98px) {
  h2.event__title {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .event__dscr {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .event__dscr {
    font-size: 13px;
  }
}

.event-item__title:before,
.event-item__title:after {
  display: none !important;
}

.event-item__tag {
  right: auto;
  left: calc(100% - 132px);
}

.month-item {
  white-space: nowrap;
}

.months-slider .month-item.active,
.months-slider .month-item.active a {
  color: #A6DDF4;
}

.field:focus {
  outline: 1px solid #A6DDF4;
}

.service-item__timing>span {
  display: inline-block;
  vertical-align: middle;
}

.service-item__timing .svg-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
}

.servicesTable .name-col__title {
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 575.98px) {
  .service-item__right {
    padding-right: 0;
  }

  .service-item__title {
    font-size: 16px;
  }

  .service-item__desc {
    font-size: 12px;
    /*text-align: justify;*/
  }

  .service-item__table {
    font-size: 12px;
  }

  .service-item__table .name-col {
    width: 100%;
  }

  .service-item__table .price-col {
    width: auto;
    text-align: right;
  }

  .service-item__timing {
    font-size: 12px;
    text-align: left;
  }
}

.reviews.section {
  padding-bottom: 70px;
}

.reviews-slider .slick-track {
  display: flex;
}

.reviews-slider .slick-slide {
  display: flex;
  flex-direction: row;
  height: auto;
  justify-content: flex-start;
  align-items: stretch;
}

.reviews-item__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.reviews-item__desc {
  flex-grow: 1;
  height: auto;
}

.reviews-item__desc p {
  font-size: inherit;
  line-height: inherit;
}

@media (min-width: 767.98px) {
  .mediaSection .section-tag {
    /*min-width: 10rem;*/
  }
}

@media screen and (max-width: 499.98px) {
  .js-slider {
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .mediaCard__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 730px) {
  .js-slider-nav .slider-arrow_left {
    left: -15px;
  }

  .js-slider-nav .slider-arrow_right {
    right: -15px;
  }
}

@media screen and (max-width: 575.98px) {
  .js-slider-nav .slider-arrow_left {
    left: -10px;
  }

  .js-slider-nav .slider-arrow_right {
    right: -10px;
  }
}

.mediaCard {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

@media screen and (max-width: 1020px) {
  .media-container .mediaCard {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 920px) {
  .media-container .mediaCard {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767.98px) {
  .media-container .mediaCard {
    margin-bottom: 24px;
  }
}

.mediaCard__content {
  flex-grow: 1;
}

.mediaCard__desc {
  height: auto;
}

.mediaCard__meta {
  display: block;
  text-align: center;
  margin-top: -.25rem;
  line-height: 1.1;
}

.mediaCard__meta-item {
  min-width: 200px;
  display: inline-block;
  padding: 1px 5px;
  background: #F5D09D80;
}

.services__small> :last-child {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .services__small {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.services-inner-container.loading {
  opacity: 0.5;
}

@media (max-width: 767.98px) {
  .services-inner-container .no-content {
    padding-top: 1rem;
  }
}

@media (max-width: 767.98px) {
  .services {
    padding-bottom: 80px;
  }
}

.services .branch-card .card-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.services .branch-card:not(.active) .card-link {
  display: none;
}

@media (min-width: 768px) {
  .services .branch-card .card-link {
    display: none;
  }
}


@media (max-width: 630px) {
  .services-container__left {
    /*width: auto;*/
  }

  .servicesList__title {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    margin-bottom: 18px;
  }

  .services-container__left .branch-card {
    height: auto;
    padding: 20px 20px 20px 20px;
  }

  .services-container__left .branch-card:hover .servicesList,
  .services-container__left .branch-card.active .servicesList {
    position: relative;
  }

  .servicesList__service-title {
    height: auto;
  }

  .servicesList .name-col {
    width: 100%;
  }

  .servicesList .price-col {
    width: auto;
    text-align: right;
  }
}

.servicesTable .name-col {
  width: 100%;
}

.servicesTable .price-col {
  width: auto;
  text-align: right;
  padding-right: 15px !important;
}

.branches-img-bottom {
  z-index: -1;
}

@media (min-width: 768px) {
  .page-branches+.show-more-btn {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .branches-list:not(.open) .branch-card:nth-child(n+6) {
    display: none !important;
  }
}

@media (max-width: 510px) {
  .branches-img-bottom {
    display: none !important;
  }
}

body.single-person .main,
body.single-vacancy .main {
  overflow-x: visible;
}

@media (min-width: 951px) {

  body.single-person .main,
  body.single-vacancy .main {
    position: relative;
  }

  body.single-person .single-team-content,
  body.single-vacancy .single-team-content {
    margin-bottom: calc(var(--footer-height) + 80px);
  }

  body.single-person .footer,
  body.single-vacancy .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
}

.accordion-body {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0;
}

.section-search__form input {
  padding-right: 70px;
}

.section-search__form input {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.section-search__form input::-webkit-input-placeholder,
.section-search__form input::placeholder {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}

.section-search__form input:focus {
  outline: 1px solid #A6DDF4;
  border-color: #A6DDF4;
}

.section-search__form .clear_btn {
  width: 14px;
  height: 14px;
  position: absolute;
  z-index: 1;
  right: 50px;
  top: 17px;
  cursor: pointer;
}

.section-search__form.empty .clear_btn {
  display: none !important;
}

.section-search__form .clear_btn .svg-icon {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

.section-search__form .clear_btn:hover svg,
.section-search__form .clear_btn:focus svg {
  fill: #A6DDF4;
}

.header .search__form input[type="text"]:focus {
  outline: 1px solid #A6DDF4;
  border-color: #A6DDF4;
}

.input-file-container {
  margin-top: 16px;
}

.file-load-container {
  flex-flow: row nowrap;
}

.file-load-container.open {
  display: flex !important;
}

.file-load-container .file-name {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.1;
  word-break: break-word;
}

.file-load-container .file-delete {
  flex-grow: 0;
  flex-shrink: 0;
}

@media (max-width: 500px) {
  .input-file-container .file-delete {
    width: 16px;
    height: 16px;
  }
}

.desc-services-link {
  display: block;
  cursor: pointer;
  margin-left: 22px;
  font-size: 22px;
  margin-top: 1.5rem;
}

.desc-services-link>span {
  border-bottom: 1px solid #ccc;
}

.desc-services-link .svg-icon {
  width: 1em;
  height: 1em;
}

@media (max-width: 767.98px) {
  .desc-services-link {
    font-size: 18px;
  }
}

@media (max-width: 615px) {
  .desc-services-link {
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .desc-services-link {
    font-size: 16px;
  }
}

.content .wp-block-image figure {
  margin-bottom: 28px;
  margin-top: 0;
}

.wp-block-image .alignleft {
  max-width: 50%;
}

a.anchor {
  display: block;
  position: relative;
  top: calc(-1 * var(--header-height, 0));
  visibility: hidden;
}

.form-submit {
  position: relative;
}

@media (max-width: 990.98px) {
  .section-form.form--sent .form-container::after {
    display: none !important;
  }
}

.form-container .form-submit::before {
  /*content: '';*/
  /*max-width: calc(100% - 26px);*/
  /*margin: 0 auto;*/
  /*opacity: 1;*/
  /*position: absolute;*/
  /*top: 12px;*/
  /*left: 0;*/
  /*right: 0;*/
}

@media (max-width: 990px) {
  .form-container .form-submit::before {
    /*max-width: calc(100% - 26px);*/
    /*top: 12px;*/
  }
}

.form-container .wpcf7-not-valid-tip {
  color: #000;
}

.form-container .wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ffb900;
  color: var(--bs-body-color);
}

.form-container .wpcf7 form.sent .wpcf7-response-output {
  background-color: transparent;
  border-color: transparent;
  text-align: center;
}

.modal-backdrop.fade:not(.show) {
  opacity: 0.5;
}

@media (max-width: 991.98px) {
  .modal-backdrop {
    background-color: #fff;
  }

  .modal-backdrop.show {
    opacity: 1;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 560px;
  }
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 590px;
  }
}

.modal-content {
  border-radius: 0;
  border-color: #A6DDF4;
}

@media (max-width: 991.98px) {
  .modal-content {
    border-width: 0;
    background-color: transparent;
  }
}

.modal-header {
  border-bottom: 0;
  min-height: 58px;
  position: relative;
}

.modal-header .popup__cancel {
  top: 0;
  right: 8px;
  z-index: 10;
}

.modal-footer {
  border-top: 0;
}

.btn-close.popup__cancel {
  padding: 0;
}

@media (min-width: 992px) {
  .popup__container {
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-header {}

  .modal-header .popup__cancel {
    /*position: fixed;*/
    /*top: 8px;*/
    /*right: 15px;*/
  }

  .modal-body.popup__container {
    background-color: #fff;
  }
}

@media (min-width: 992px) {
  .modal-content {
    padding: 15px;
  }

  .modal-header {
    padding: 0;
    height: 0;
    min-height: auto;
  }

  .modal-header .popup__cancel {
    top: 8px;
    right: 0;
  }

  .modal-body.popup__container {
    margin-bottom: 75px;
  }
}

.page-banner.wp-block-image img {
  height: 100%;
}

.event__dscr {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.custom-logo-link:not(a) {
  cursor: pointer;
}

[id^="wpcf7-f5-"] .wpcf7-form-control-wrap:not(.intl-tel) input:not([type="button"]),
[id^="wpcf7-f5-"] .wpcf7-form-control-wrap:not(.intl-tel) input:not([type="submit"]),
[id^="wpcf7-f5-"] .wpcf7-form-control-wrap:not(.intl-tel) input:not([type="reset"]),
[id^="wpcf7-f536-"] .wpcf7-form-control-wrap:not(.intl-tel) input:not([type="button"]),
[id^="wpcf7-f536-"] .wpcf7-form-control-wrap:not(.intl-tel) input:not([type="submit"]),
[id^="wpcf7-f536-"] .wpcf7-form-control-wrap:not(.intl-tel) input:not([type="reset"]),
[id^="wpcf7-f648-"] .wpcf7-form-control-wrap:not(.intl-tel) input:not([type="button"]),
[id^="wpcf7-f648-"] .wpcf7-form-control-wrap:not(.intl-tel) input:not([type="submit"]),
[id^="wpcf7-f648-"] .wpcf7-form-control-wrap:not(.intl-tel) input:not([type="reset"]),
[id^="wpcf7-f649-"] .wpcf7-form-control-wrap:not(.intl-tel) input:not([type="button"]),
[id^="wpcf7-f649-"] .wpcf7-form-control-wrap:not(.intl-tel) input:not([type="submit"]),
[id^="wpcf7-f649-"] .wpcf7-form-control-wrap:not(.intl-tel) input:not([type="reset"]),
[id^="wpcf7-f214-"] .wpcf7-form-control-wrap:not(.intl-tel) input:not([type="button"]),
[id^="wpcf7-f214-"] .wpcf7-form-control-wrap:not(.intl-tel) input:not([type="submit"]),
[id^="wpcf7-f214-"] .wpcf7-form-control-wrap:not(.intl-tel) input:not([type="reset"]) {
  padding-left: 30px;
}

input[readonly] {
  opacity: 0.5;
  font-style: italic;
  font-size: 90%;
  pointer-events: none;
}

.header-info-block>.item {
  margin-right: 33px;
}

@media (max-width: 767px) {
  .header-info-block>:not(br) {
    display: inline-block;
    margin-bottom: 4px;
  }

  .header-info-block>.item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 450px) {
  .header-info-block {
    font-size: 12px;
  }

  .header-info-block>.item {
    margin-right: 15px;
  }
}

@media (max-width: 372px) {
  .header-info-block {
    font-size: 11px;
  }
}

@media (max-width: 320px) {
  .header-info-block {
    font-size: 10px;
  }

  .header-info-block>.item {
    margin-right: 10px;
  }
}

.header-info-block>.item:last-child {
  /*margin-right: 0;*/
}

.headerContainer_left .headerLogo {
  margin-right: 15px;
}

@media (max-width: 372px) {
  .headerContainer_left .headerLogo {
    margin-right: 10px;
  }
}

@media (max-width: 1110px) {
  .header-tel {
    white-space: nowrap;
  }
}

.big-slider-container {
  position: relative;
}

.big-slider__meta {
  pointer-events: none;
  font-size: 12px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.75);
}

.small-slider-item iframe,
.small-slider-item img,
.small-slider-item video {
  object-position: center top;
}

.small-slider-item_video img {
  object-position: center center;
}

.fancybox-slide.fancybox-slide--html .fancybox-content.slick-slide {
  height: auto;
  float: none;
}

.fancybox-slide.fancybox-slide--html .fancybox-content.big-slider-item {
  --bs-aspect-ratio: 56.25%;
  position: relative;
  width: 100% !important;
  max-width: 1000px;
  padding: 0;
}

.fancybox-slide.fancybox-slide--html .fancybox-content.big-slider-item::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.fancybox-slide.fancybox-slide--html .fancybox-content.big-slider-item>*:not([class*="fancybox-"]) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fancybox-slide.fancybox-slide--html .fancybox-content.big-slider-item>[class*="fancybox-"] {
  display: none !important;
}

body.single-branch .fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}

.event-item__tag {
  padding-top: 5px;
}

.event__date-month {
  min-width: 3.8em;
}

.event-report-attachments a {
  color: var(--bs-body-color);
  text-decoration: underline;
}

.single-event__date-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.single-event_oneday .single-event__date-item {
  display: inline-flex;
}

.single-event__date-day {
  margin: 0;
  white-space: nowrap;
}

.single-event__date-time {
  margin-left: 1rem;
  margin-bottom: .25rem;
  white-space: nowrap;
}

.single-event__date-item-to .single-event__date-day,
.single-event__date-item-to .single-event__date-time {
  opacity: 0.5;
}

.event-tooltip-dur {
  line-height: 1;
  margin-top: 5px;
}

body.shkola-evc .popover-body {
  padding: 0;
}

.gallery-slider .slick-track {
  display: flex;
}

.gallery-slider.slick-slider.slick-dotted {
  margin-bottom: 70px;
}

.gallery-slider .slick-dots {
  bottom: -50px;
}

.gallery-slider-item {
  /*height: auto;*/
  overflow: hidden;
}

.gallery-slider .gallery-slider-item.gallery-slider-item_video>iframe {
  display: none !important;
}

.gallery-slider-item>* {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.fancybox-slide.fancybox-slide--html .fancybox-content.gallery-slider-item .ratio img {
  display: none;
}

.fancybox-slide.fancybox-slide--html .fancybox-content.gallery-slider-item {
  --bs-aspect-ratio: 56.25%;
  position: relative;
  width: 100% !important;
  max-width: 1000px;
  padding: 0;
}

.fancybox-slide.fancybox-slide--html .fancybox-content.gallery-slider-item::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.fancybox-slide.fancybox-slide--html .fancybox-content.gallery-slider-item>*:not([class*="fancybox-"]) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fancybox-slide.fancybox-slide--html .fancybox-content.gallery-slider-item>[class*="fancybox-"] {
  display: none !important;
}

.section-main .slick-slide[data-slide="4"] .slide-3-uppertext {
  color: #FCE8E3;
}

.section-main .slick-slide[data-slide="4"] .slide-3-subtitle {
  color: #FCE8CC;
}

.section-main .slick-slide[data-slide="4"] .main-tags {
  color: #fff;
}

@media (min-width: 640px) {
  .section-tag {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-subtag {
    margin-right: 30px;
  }
}

@media (min-width: 767.98px) {
  .section-tag {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .section-tags__container {
    padding: 0 !important;
  }

  .section-tags__slider {
    padding: 19px !important;
    text-align: center;
  }

  .section-tag {
    padding: 3px 15px;
    font-size: 90%;
    margin-bottom: 2px;
  }
}

@media (max-width: 479.98px) {
  .section-tags__slider {
    padding: 10px !important;
  }

  .section-tag {
    padding: 3px 8px;
  }
}

.main-title-img:not(.main-title-img_evc) {
  visibility: hidden !important;
}

.main-title-img.main-title-img_evc {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  pointer-events: none;
  max-width: calc(100% - 30px);
}

.main-title-img.main-title-img_evc.main-title-img_e> :not(#e) {
  display: none !important;
}

.main-title-img.main-title-img_evc.main-title-img_v> :not(#v) {
  display: none !important;
}

.main-title-img.main-title-img_evc.main-title-img_c> :not(#c) {
  display: none !important;
}

@media (min-width: 717px) {

  .section-main[data-logo-over*="e"] .main-title-img_e,
  .section-main[data-logo-over*="v"] .main-title-img_v,
  .section-main[data-logo-over*="c"] .main-title-img_c {
    z-index: 5;
  }
}

@media (max-width: 716px) {

  .section-main[data-logo-over-mobile*="e"] .main-title-img_e,
  .section-main[data-logo-over-mobile*="v"] .main-title-img_v,
  .section-main[data-logo-over-mobile*="c"] .main-title-img_c {
    z-index: 5;
  }
}

.main-tag .main-tag__desc {
  transition: opacity .3s ease-in-out;
}

.main-tag:not(.active) .main-tag__desc {
  opacity: 0;
}

.single-direction-img {
  margin-bottom: 1rem;
}

.single-direction-img img {
  max-width: 100%;
}

.questions-desc {
  line-height: 1.3333;
}

.questions-desc.empty {
  min-height: 2em;
}

@media (max-width: 900px) {
  .questions-desc.empty {
    display: none !important;
  }
}

footer .footer_socials {
  flex-shrink: 0;
  margin-right: 0;
}

.footer_socials__icon {
  display: inline-block;
    border-radius: 50%;
    padding: 4px;
    background-color: #0092D7;
}

@media (min-width: 992px) {
    .footer_socials__icon {
        width: 48px;
        height: 48px;
        margin-right: 8px;
        padding: 8px;
    }
}

.footer_socials__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.footer_socials > :last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .headerContainer_right {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .headerContainer_right {
    font-size: 15px;
  }
}

.calendar-toggle:not(.active) .calendar-toggle__text_close {
  display: none !important;
}

.calendar-toggle.active .calendar-toggle__text:not(.calendar-toggle__text_close) {
  display: none !important;
}

@media (min-width: 631px) {
  .branch-card__title {
    margin-top: 12px;
  }
}

@media (min-width: 767.98px) {
  .event-item__desc {
    font-size: 12px;
  }
}

.galleryBlock {
  margin-bottom: 30px;
}

.main-logos-container {
  position: absolute;
  left: 50%;
  top: calc(var(--header-height) + 15px);
  z-index: 10;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.main-logos {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
}

.main-logos__item {
  display: block;
  width: 65px;
  height: 65px;
}

.main-logos__item+.main-logos__item {
  margin-left: 35px;
}

.main-logos__item svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: all .2s ease-in-out;
}

.main-logos__item svg>path {
  fill: currentColor;
}

@media (max-width: 1169.98px) {
  .main-logos-container {
    padding-left: 0;
  }
}

@media (max-width: 716.98px) {
  .main-logos-container {
    top: unset;
    bottom: 55%;
  }

  .main-logos__item {
    width: 50px;
    height: 50px;
  }

  .main-logos__item+.main-logos__item {
    margin-left: 22px;
  }
}

.library-lines-container {
  position: relative;
}

.library-container-mobile .js-hide-details {
  display: none !important;
}

.library-line-item {
  align-items: flex-start;
}

.library-lines-container.loading {
  min-height: calc(2rem + 20px);
}

.library-lines-loader {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
  text-align: center;
}

.library-lines-container.loading .library-lines {
  visibility: hidden;
  pointer-events: none;
}

.library-lines-container:not(.loading) .library-lines-loader {
  display: none;
}

.library-section__more {
  margin-bottom: 1rem;
  padding-top: 1rem;
}

@media (max-width: 767.98px) {
  .library-section__more {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .library-section__more {
    text-align: end;
    padding-right: 70px;
  }
}

.library-alph-container {
  margin-bottom: 24px;
}

.library-alph-title {
  line-height: 1.3;
}

.alph-letter {
  user-select: none;
}

/*
@media (max-width: 549.98px) {
  .content-show-part {
    display: block;
    max-height: none;
  }

  .content-show-part + .show-more-content-container {
    display: none !important;
  }
}
*/

.show-more-content-container {
  position: relative;
}

.show-more-content-container::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  right: 0;
  height: 150%;
  margin-bottom: 1px;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

@media (min-width: 0) {
  .content-show-part.collapsing {
    height: auto;
  }

  .content-show-part:not(.show) {
    display: block;
    max-height: 1000px;
    height: auto;
  }

  .content-show-part+.show-more-content-container {
    display: block;
  }

  .content-show-part.show+.show-more-content-container::before {
    display: none;
  }
}

.detailsBlock>summary.accordion-header {
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 0;
  font-size: inherit;
}

.detailsBlock>.accordion-body {
  padding-top: 0;
}

.detailsBlock>summary.accordion-header::after {
  display: none;
}

.tabsBlock .section-tag>* {
  margin: 0;
  padding: 0;
}

.galleryTabsBlock {
  margin-bottom: 1rem;
}

.galleryTabsBlock .tags-container {
  margin-bottom: 1rem;
}

.galleryTabsBlock .tag-btn {
  line-height: 1;
}

.library-section h2,
.library-nav-tabs h2,
.library-nav-children h2,
.library-nav-parent h2,
.library-nav-term h2 {
  margin-top: 0;
}

.question-item__text {
  min-height: 30px;
  display: flex;
  align-items: center;
}

.mediaCard__link {
  pointer-events: none;
}

.month-container.month-12.prev,
.month-container.month-6.prev,
.month-container.month-4.prev,
.month-container.month-3.prev {
  visibility: hidden;
  width: 0 !important;
  height: 0;
  overflow: hidden;
  margin: 0 !important;
}

.calendar-months-more {
  display: block;
  width: 100%;
  flex-basis: 100%;
  text-align: center;
  padding-bottom: 30px;
  font-size: 14px;
}

@media (min-width: 1135px) {
  .calendar-months-more {
    display: none;
  }
}

.calendar-months-more span {
  cursor: pointer;
  border-bottom: 1px dashed currentColor;
}

.services-inner-wrapper {
  position: relative;
}

.services-inner-scrollup {
  position: sticky;
  width: 100%;
  bottom: 0;
}

.services-inner-scrollup .icon {
  position: absolute;
  bottom: 20px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  font-size: 16px;
  color: #000;
  background-color: rgba(237, 139, 0, .1);
  margin: 0;
  padding: 0;
  min-width: auto;
  border: 0;
}

.services-inner-scrollup .icon::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 2px solid #A6DDF4;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: translate(-50%, -25%) rotate(-135deg);
}

@media (max-width: 767.98px) {
  .services-inner-scrollup .icon {
    right: 20px;
    bottom: 15px;
  }
}

@media (max-width: 576.98px) {
  .services-inner-scrollup .icon {
    bottom: 10px;
  }
}

body.page.services .main,
body.single-branch .main {
  overflow-x: visible;
}

.details-inner-wrapper {
  position: relative;
}

.details-inner-scrollup {
  position: sticky;
  width: 100%;
  bottom: 0;
}

.details-inner-scrollup .icon {
  position: absolute;
  bottom: 20px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  font-size: 16px;
  color: #000;
  background-color: rgba(237, 139, 0, .1);
  margin: 0;
  padding: 0;
  min-width: auto;
  border: 0;
}

.details-inner-scrollup .icon::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 2px solid #A6DDF4;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: translate(-50%, -25%) rotate(-135deg);
}

@media (max-width: 767.98px) {
  .details-inner-scrollup .icon {
    right: 20px;
    bottom: 15px;
  }
}

@media (max-width: 576.98px) {
  .details-inner-scrollup .icon {
    bottom: 8px;
  }
}

@media (max-width: 990px) {
  .section-form .bg-anim_righttop {
    display: none !important;
  }
}

/* header redesign start */

.header.has-shadow {
  filter: drop-shadow(0 7px 7px rgba(0, 0, 0, .05));
}

.header.opacity {
  background-color: rgba(255, 255, 255, 0.9);
}

.header-min .headerContainer {
  padding-top: 12px;
}

@media (max-width: 767px) {
  .header-min .headerContainer {
    padding-top: 16px;
  }
}

@media (max-width: 575.98px) {
  .header .headerContainer {
    padding-top: 12px;
  }
}

.headerContainer {
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 0;
}

.headerContainer_right {
  display: block;
  flex-grow: 1;
  padding-left: 80px;
  font-size: 13px;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #A6DDF4;
  padding-bottom: 12px;
    gap: 0 20px;
}

.header:not(.header-min) .header-top .icon-link {
    margin-top: 8px;
}

@media (min-width: 580px) {
  .header:not(.header-min) .header-top .icon-link {
    margin-top: 8px;
  }

  .header.header-min .footer_socials__icon {
    width: 32px;
    height: 32px;
  }
}

.header-min .header-top {
  padding-bottom: 14px;
}

.header-bottom {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  padding-top: 17px;
  position: relative;
}

.headerContainer .searchContainer {
  bottom: auto;
  top: 0;
  display: none;
  background: none;
}

@media (min-width: 581px) {
  .header>.searchContainer {
    display: none !important;
  }
}

.headerContainer .searchContainer .container {
  width: 100%;
  max-width: 100%;
}

.headerContainer .searchContainer .cancel-icon {
  width: 35px;
  height: 35px;
}

.headerContainer .searchContainer.active {
  display: block;
}

.headerContainer .search__form {
  height: 32px;
}

.headerContainer .search__form input {
  font-size: 13px;
  padding-left: 14px;
  font-style: italic;
  border-color: #5E514D;
  background: none;
}

.sub-menu {
  position: absolute;
  width: 286px;
  padding: 28px 53px;
  top: 100%;
  margin-left: -53px;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}

.sub-menu li {
  list-style-type: none;
}

.sub-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.header-info-block {
  line-height: 1.2;
}

.headerContainer .header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  font-size: 13px;
  color: #5E514D;
  max-width: 580px;
}

.headerContainer ul.header__menu {
  margin-bottom: 0;
}

.headerContainer .menu-item {
  position: relative;
}

.headerContainer ul.header__menu>.menu-item>a {
  padding-bottom: 17px;
  display: inline-block;
}

.headerContainer ul.header__menu>.menu-item>a:hover {
  color: #5E514D;
}

.headerContainer ul.header__menu>.menu-item>a::after {
  height: 1px;
  width: 100%;
  display: none;
  content: '';
  position: absolute;
  left: 0;
  bottom: 15px;
  background: #A6DDF4;

}

.headerContainer ul.header__menu>.menu-item:hover>a::after {
  display: block;
}

.headerContainer_right .search-btn {
  font-weight: 400;
  width: 104px;
  min-width: 104px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  padding-bottom: 8px;
}

.headerContainer_right .search-btn:hover {
  border-color: #A6DDF4;
}

.headerContainer_right .search-btn::after,
.headerContainer_right .search-btn::before {
  /* top: -2px;
  height: 15px; */
  display: none;
}

.headerContainer_right .search-btn:focus {
  color: #5E514D
    /* stroke: #fff; */
}

.headerContainer_right .search-btn svg {
  min-width: 13px;
  width: 13px;
  height: 13px;
  margin-right: 6px;
}

.headerContainer_right .search-btn span {
  margin-right: 0;
}

/* .burger {
  display: none;
} */
/* @media screen and (min-width: 1100px) {
  .main-title-img {
    padding-top: 290px;
  }

} */

@media (min-width: 1101px) {
  .slide-type-2 .slide-text-container {
    top: auto;
    bottom: calc(max(250px, 23%));
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1060px) {
  .headerContainer_right {
    padding-left: 20px;
  }
}

@media screen and (max-width: 688px) {
  .headerContainer_right {
    font-size: 12px;
  }

  .header-info-block {
    line-height: 1.4;
  }

  .headerContainer_right .search-btn {
    margin-left: 13px;
    width: 80px;
    min-width: 80px;
  }

  .headerContainer_right {
    padding-left: 0;
  }

  .headerContainer {
    min-width: calc(100% - 30px);
  }

  .header-info-block>.item {
    margin-right: 0;
  }
}

@media screen and (max-width: 580px) {
  .header-bottom {
    display: none;
  }

  .header-top {
    border: none;
    padding-bottom: 0 !important;
      justify-content: center;
  }

  .header-top .btn {
    min-width: 164px;
      margin-bottom: -8px;
  }

  .header-hide-on-scroll {
    display: none !important;
  }

  .headerContainer {
    padding-top: 20px;
    padding-bottom: 12px;
    align-items: center;
  }

  .burger {
    top: 10px;
  }

  .header__menu {
    display: block;
    font-size: 20px;
  }

  ul.header__menu>.menu-item>a {
    padding-bottom: 0;
  }

  .headerMenu__wrapper .menu__item:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 540px) {
  .header-top .header-info-block:nth-child(2) {
    display: none;
  }

  .header-info-block>.item {
    margin-right: 30px;
  }
}

@media screen and (max-width: 406px) {
  .header .burger {
    top: 14px;
  }

  .header-min .burger {
    top: 14px;
  }
}

/* header redesign end */

.page-header {
  padding-top: 32px;
}

.page-header_cover {
  position: relative;
  min-height: calc(100vh - var(--header-height, 0));
  padding-top: 24px;
  padding-bottom: 24px;
  align-items: flex-start;
}

.page-header .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-header .cover img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: 80% 50%;
  object-fit: cover;
}

.page-header_cover .page-header__top,
.page-header_cover .page-header__body {
  position: relative;
  z-index: 1;
}

.page-header_cover .page-header__top {
  margin-bottom: 0;
}

.page-header_cover .page-header__body {
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 767.98px) {
  .page-header_cover {
    min-height: calc(100vh - var(--header-height, 0));
  }

  .page-header__body {
    align-items: stretch;
  }

  .page-header__body > * {
    width: 100%;
    max-width: 100%;
  }

  .page-header__card {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
  }

  .page-header__card > *:last-child {
    margin-bottom: 0;
  }

  .page-header_cover .page-header__card .page-header__title,
  .page-header_cover .page-header__card .page-header__text {
    color: rgba(247, 233, 207, 1);
    width: 100%;
    text-shadow: 0 0 15px #000;
  }

  .page-header_cover .page-header__card .page-header__title {
    margin-bottom: 8px;
  }

  .page-header_cover .page-header__card .page-header__subtitle {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 22px;
    text-shadow: 0 0 15px #000;
  }

  .page-header_cover .page-header__card .page-header__text {
    line-height: 1;
    font-size: 18px;
  }

  .page-header_cover .page-header__body .page-header__card + .btn {
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 1.5rem;
    margin-bottom: 24px;
  }

  .page-header_cover .page-header__body {
    justify-content: flex-end;
    align-items: center;
  }
}

@media not all and (min-resolution:.001dpcm) {
  @media {
    .page-header_cover {
      padding-bottom: 88px;
    }
  }
}

@media only screen
  and (device-width: 390px)
  and (device-height: 844px)
  and (-webkit-device-pixel-ratio: 3) {
    .page-header_cover {
      padding-bottom: 48px;
    }
}

@media (max-width: 579.98px) {
  .page-header_cover .page-header__card .page-header__title {
    font-size: 24px;
  }

  .page-header_cover .page-header__body {
    max-width: calc(100% - 20px);
  }
}

.page-header_cover .page-header__title,
.page-header_cover .page-header__subtitle,
.page-header_cover .page-header__text {
  width: 75%;
  max-width: 620px;
}

.page-header_cover .page-header__title {
  color: #5E514D;
}

.page-header_cover .page-header__text> :last-child {
  margin-bottom: 0;
}

.page-header .page-header__subtitle {
  margin-bottom: 16px;
  color: #A6DDF4;
  font-weight: 600;
}

@media (min-width: 992px) {
  .page-header_cover {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-header_cover .page-header__subtitle {
    margin-bottom: 24px;
  }

  .page-header_cover .page-header__text {
    font-size: 24px;
  }

  .page-header_cover .page-header__body {
    padding-top: 37px;
    padding-bottom: 37px;
  }
}

@media (min-width: 1400px) {

  .page-header_cover .page-header__title,
  .page-header_cover .page-header__subtitle {
    font-size: 48px;
  }

  .page-header_cover {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .page-header_cover .page-header__subtitle {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .page-header_cover .page-header__text {
    font-size: 24px;
  }

  .page-header_cover .page-header__body {
    padding-top: 74px;
    padding-bottom: 74px;
  }
}

.animalsSection .animalCard {
  min-width: 140px;
  max-width: 200px;
}

.animalCard__body {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  border: 1px solid #A6DDF4;
}

.animalCard__body {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  border: 1px solid #A6DDF4;
  padding: 0.5rem;
  text-align: center;
}

.animalCard__img {
  flex-shrink: 0;
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}

.animalCard__title {
  min-height: 2.05em;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
}

.animalCard__back {
  z-index: 2;
  font-size: 14px;
  background-color: #FBE8CC;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 1rem;
  transition: all .2s ease-in-out;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: auto;
  height: auto;
}

.animalCard:not(:hover) .animalCard__back {
  pointer-events: none;
  opacity: 0;
}

@media (max-width: 419.98px) {
  .animalCard__img {
    margin-bottom: 1rem;
  }

  .animalCard__title {
    font-size: 12px;
  }

  .animalCard__back {
    font-size: 12px;
    padding: .5rem;
  }
}

.textImageBlock {
  padding-top: 32px;
  padding-bottom: 32px;
}

.textImageBlock_text-image .title {
  color: rgba(237, 139, 0, .7);
}

.textImageBlock_text-image .about-content {
  margin-right: 45px;
  margin-left: 0;
}

@media (min-width: 831px) {
  .textImageBlock_text-image .about-flex {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 1050px) {
  .textImageBlock_text-image .about-content {
    margin-right: 25px;
    margin-left: 0;
  }
}

@media screen and (max-width: 830px) {
  .textImageBlock_text-image .about-content {
    margin-right: 0;
    margin-left: 0;
  }
}

.asidePopup {
  position: fixed;
  z-index: 900;
  right: 20px;
  bottom: 20px;
  width: calc(100% - 2 * 20px);
  max-width: 340px;
  background-color: #fff;
  border: 1px solid #A6DDF4;
}

@media (max-width: 480px) {
  .asidePopup {
    width: calc(100% - 2 * 16px);
    max-width: 100vw;
    right: 16px;
    bottom: 16px;
  }
}

.asidePopup:not(.in) {
  display: none;
}

.asidePopup__header {
  display: flex;
  align-items: center;
  padding: 1rem;
  gap: 2rem;
}

.asidePopup__title {
  flex-grow: 1;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
}

.asidePopup__title>* {
  margin-bottom: 0;
  line-height: inherit;
}

.asidePopup__title strong {
  color: #A6DDF4;
  font-weight: inherit;
}

.asidePopup__close {
  display: inline-block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  flex-grow: 0;
  background-image: url('img/cancel.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.asidePopup__img {
  display: block;
  max-width: 100%;
  margin-bottom: 1rem;
  height: auto;
}

.asidePopup__body {
  padding: 0 1rem 1rem;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}

.asidePopup__body p {
  margin-bottom: 1rem;
  line-height: inherit;
}

.asidePopup__body> :last-child {
  margin-bottom: 0;
}

.asidePopup__form .field {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(245, 208, 157, 0.2);
}

.asidePopup__form .form-subtext {
  font-size: 9px;
  margin: 1rem auto 0;
  width: auto;
}

.asidePopup__form .wpcf7-submit.btn {
  font-size: 18px;
}

.search-tags .search-tag {
  margin-bottom: 1rem;
}

@media (max-width: 575.98px) {
  .search-tags .search-tag {
    margin-right: .5rem;
    margin-bottom: .5rem;
    padding: 8px;
  }
}

.excerpt_part strong {
  font-weight: 600;
}

.search-item .entry-meta {
  font-size: 0.75em;
}

/* @media screen and (max-width: 1280px),
(min-aspect-ratio: 57 / 30) {
  .section-main {
    min-height: 100vh;
  }
} */

.tabContent:not(.active) {
  display: none !important;
}

.reviews-item__title {
    text-transform: uppercase;
}

.services_link {
    display: none !important;
}

.services .service-count {
    display: none !important;
}

.servicesList .price-col,
.servicesTable .price-col {
    display: none !important;
}

@media (min-width: 768px) {
    .footer_socials__icon {
        margin-right: 8px;
    }
}

.main-tag__desc ul li {
    margin-top: .25rem;
}

.slick-dots li button:before {
    background-color: #fff;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #fff;
}
