textarea {
  resize: none
}

.list-item .mproducts-sect__slide-footer {
  box-shadow: 0 0 0 0 #fff;
  padding: 0
}

.catalog-sect__product-slider {
  background: #fff;
  opacity: 1;
}

.catalog-sect__product-slider-next,
.catalog-sect__product-slider-prev {
  opacity: 0
}

.product-item:hover .catalog-sect__product-slider-next,
.product-item:hover .catalog-sect__product-slider-prev {
  opacity: 1
}

.card-sect__content-quest-social {
  color: #000;
  text-align: center;
  border: 1px solid #b1becb;
  border-radius: 30px;
  text-decoration: none;
}

.card-sect__content-quest-social-title {
  font-size: 14px;
  padding-top: 5px;
}

.card-sect__content-quest-social-list {
  display: flex;
  margin: 5px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: space-evenly;
  align-items: center;
  padding: 5px 0;
}

.card-sect__content-quest-social-icon {
  fill: #4591e3;
}

.mcart-dialog {
  z-index: 16
}

.favorites .mproducts-sect__slide-footer {
  box-shadow: 0 0 0 0
}

.no-item_size-b {
  font-size: 18px
}

.no-item_color {
  color: #FF4651
}

.no-item_size-sm {
  font-size: 10px;
}

.no-item_pos-logo {
  position: absolute;
  top: 0;
  right: 0;
}

.no-item_pos {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #FF4651;
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 167px;
  padding: 5px 10px;
  border-radius: 36px;
  z-index: 25;
}

.main-footer__yandex img {
  max-width: 200px !important;
}

.q_shops-banner .q_shops-banner__right {
  flex: 0 0 379px;
}


@media (max-width: 768px) {
  .q_shops-banner .q_shops-banner__right {
    flex: 0 0 100%;
  }
}


.promo {
  position: fixed;
  left: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 200px;
  z-index: 1000;
}

.promo * {
  color: #fff;
}

.promo__title {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.promo__title span {
  font-weight: 600;
  font-size: 42px;
  color: #fff;
}

.promo_top {
  height: 165px;
  padding: 20px;
  border: 1px solid #4591e3;
  background: url(/img/promoGift.svg) no-repeat center center;
  background-position-y: 10%;
  background-size: 50%;
  background-color: #4591e3;
  border-radius: 10px;
}

.promo__inactive {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.promo__timer {
  width: 100%;
  height: 25px;
  background: #4591e3;
  position: relative;
  border-radius: 2px;
  margin-top: 5px;
}

.promo__timer::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  -webkit-transition: width 40s linear;
  transition: width 38s linear;
}

.promo__timer.is-active::after {
  width: 0%;
}

.promo_active {
  height: 165px;
  margin-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.promo_active p {
  text-align: center;
}

.promo_active b {
  font-weight: 600;
}

.promo__coupe {
  display: block;
  margin-top: 7px;
  font-size: 36px;
  font-weight: 700;
}

.promo__button {
  margin-top: 10px;
  background: #4591e3;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 7px;
  opacity: 1;
  border: none;
  border-radius: 10px;
  height: 46px;
  cursor: pointer;
}

.promo__button.is-active {
  background: #fff;
  opacity: 1 !important;
  border: 1px solid #4591e3;
  color: #4591e3;
}

.promo__close {
  position: absolute;
  width: 15px;
  height: 15px;
  background: transparent;
  top: -3px;
  right: -3px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 3px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.promo__close::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 15px;
  height: 2px;
  background: #4591E3;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.promo__close::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 15px;
  height: 2px;
  background: #4591E3;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cdesc-sect__reviews-title {
  flex-wrap: nowrap;
  align-items: flex-start;
}

.cdesc-sect__reviews-img {
  width: 100%;
  height: 270px;
  max-width: 100%;
  max-height: 300px;
  border-radius: 15px 15px 0px 0px;
  object-fit: cover;
}

.cdesc-sect__reviews-content {
  margin-left: 0px;
  width: 100%;
}

.cdesc-sect__reviews-content-top {
  display: flex;
  width: 100%;
  position: relative;
  margin-top: 7px;
}

.cdesct-sec__reviews-stars {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}

.cdesct-sec__reviews-stars li {
  width: 13px;
  height: 13px;
  margin: 0px 1px;
}


.cdesc-sect__reviews-date {
  color: #b1b1b1;
  font-size: 16px;
}

.cdesc-sect__reviews-city {
  margin-left: 22px;
  color: #b1b1b1;
  font-size: 16px;
}

.cdesc-sect__reviews-title-text {
  font-size: 18px;
  margin-top: 20px;

}


.cdesc-sec__reviews-product-name {
  color: #333;
  font-size: 18px;
  margin-top: 15px;
}

.cdesc-sec__reviews-product {
  display: flex;
  align-items: center;
  text-decoration: none;
}



.cdesc-sec__reviews-product-img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-right: 15px;
}

.cdesc-sec__reviews-product-text {
  line-height: 1;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}

@media (max-width: 480px) {
  .cdesc-sect__reviews-content-top {
    flex-wrap: wrap;
  }

  .cdesct-sec__reviews-stars {
    position: static;
  }

  .cdesc-sect__reviews-city {
    width: 120px;
  }
}

@media (max-width: 420px) {
  .cdesc-sect__reviews-content-top {
    flex-direction: column
  }

  .cdesc-sect__reviews-city {
    margin-left: 0px;
  }

  .cdesc-sect__reviews-date,
  .cdesc-sect__reviews-city {
    font-size: 14px;
  }

  .cdesc-sect__reviews-img {
    width: 70px;
    height: 70px;
    max-width: 70px;
  }

  .cdesc-sect__reviews-content {
    margin-left: 0px;
  }

  .cdesct-sec__reviews-stars {
    margin-top: 5px;
  }

  .cdesc-sect__reviews-title-text {
    font-size: 16px;
    margin-top: 10px;
  }
}

@media (max-width: 420px) {
  .cdesc-sec__reviews-product-img {
    width: 70px;
    height: 70px;
    margin-right: 8px;
  }

  .cdesc-sec__reviews-product-text {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .mobile-fix-buttons {
    display: none !important;
  }

  .promo {
    left: auto;
    right: 20px;
    bottom: 40px;
    width: 160px;
  }

  .promo_top {
    padding: 10px;
    height: 120px;
  }

  .promo__title {
    font-size: 14px;
  }

  .promo__title span {
    font-size: 28px;
  }

  .promo__coupe {
    font-size: 28px;
  }

  .promo__button {
    height: 40px;
  }

  .popupAnim_e298 {
    display: none !important;
  }
}


/*reviews*/

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

.feedback-sect__main {
  width: 100%;
}

.cdesc-sect__reviews-block {
  width: calc(50% - 10px);
}

.feedback-sect__reviews.rev-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}

.cdesc-sect__reviews-product__more {
  color: #4591e3;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}

.feedback-sect__reviews .cdesc-sect__reviews-block {
  margin-bottom: 20px;
  border: none;
  border-bottom: 2px solid #f2f2f2;
  border-radius: 0px;
}

.cdesc-sect__reviews-product__more {
  position: relative;
  line-height: 1;
}

.cdesc-sect__reviews-product__more::after {
  content: "";
  position: absolute;
  font-size: 13px;
  background: #a6a6a6;
  font-family: FontAwesome;
  right: -20px;
  top: 6px;
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
  transition: 0.3s all ease-in-out;
}

.cdesc-sect__reviews-product__more::before {
  content: "";
  position: absolute;
  font-size: 13px;
  background: #a6a6a6;
  font-family: FontAwesome;
  right: -20px;
  top: 13px;
  width: 10px;
  height: 2px;
  transform: rotate(-45deg);
  transition: 0.3s all ease-in-out;
}

.cdesc-sect__reviews-product__more:hover::after {
  transform: rotate(35deg) translateX(1px);
  /*top: 11px;*/
}

.cdesc-sect__reviews-product__more:hover::before {
  transform: rotate(-35deg) translateX(1px);
  /*top: 16px;*/
}


@media (max-width: 768px) {
  .cdesc-sect__reviews-block {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .cdesc-sec__reviews-product {
    flex-wrap: wrap;
    display: flex;
  }

  .cdesc-sec__reviews-product-text {
    width: 100%;
  }

  .cdesc-sec__reviews-product-img {
    width: 110px;
    height: 110px;
  }
}

.feedback-sect__aside {
  width: 100%;
}

.feedback-sect__form form {
  display: flex;
  align-items: center;
}

.feedback-sect__form-submit.def-btn {
  width: 300px;
  margin-left: auto;
}

.feedback-sect__form-video {
  margin: 20px;
}

.feedback-sect__form-input {
  margin-bottom: 0px;
  margin: 0px 5px;
}

.feedback-sect__form-text {
  display: none;
}

.feedback-sect__form-nav a::after {
  width: 100%;
}

#form-tab-2 form {
  display: flex;
  flex-wrap: wrap;
}

#form-tab-2 .feedback-sect__form-input {
  width: calc(50% - 15px);
}

#form-tab-2 .feedback-sect__form-rating {
  width: 100%;
  margin: 20px 0px;
}

#form-tab-2 .feedback-sect__form-textarea {
  width: 100%;
}

.card-sect__info-rev-rating div {
  cursor: pointer;
}

.card-sect__info-rev-rating {
  flex-direction: row-reverse;
}

.rate__item:hover,
.rate__item:hover~.rate__item,
.rate__item.active,
.rate__item.active~.rate__item {
  filter: invert(87%) sepia(37%) saturate(4687%) hue-rotate(357deg) brightness(105%) contrast(109%);
}

#form-tab-2 .feedback-sect__form-video {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 0px;
}

#form-tab-2 .feedback-sect__form-submit.def-btn {
  margin: 0 auto;
}

.feedback-sect__videos.rev-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.feedback-sect__video {
  border: 2px solid #f3f3f3;
  border-radius: 15px;
  overflow: hidden;
  max-width: 580px;
  width: calc(50% - 15px);
}

.feedback-sect__video-footer {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 25px 15px;
}

.feedback-sect__video .cdesc-sect__reviews-content-top {
  margin: 5px 0px;
}

@media (max-width: 992px) {
  #form-tab-1 form {
    flex-wrap: wrap;
  }

  #form-tab-1 .feedback-sect__form-input {
    width: 100%;
    margin: 5px 0px;
  }
}

@media (max-width: 768px) {
  .feedback-sect__video {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  #form-tab-1 form {
    flex-direction: column;
    align-items: flex-start;
  }

  #form-tab-1 .feedback-sect__form-submit.def-btn {
    margin-left: 0;
    margin-right: auto;
  }

  #form-tab-1 .feedback-sect__form-video {
    margin-left: 0;
  }
}

.temp-dnone {
  display: none;
}

.cdesc-sect .cdesc-sect__description h2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 3px !important;
}

.cdesc-sect .cdesc-sect__description h3 {
  font-weight: 600;
  font-size: 16px !important;
  margin-bottom: 3px !important;
}

.cdesc-sect .cdesc-sect__description h4 {
  font-weight: 600 !important;
  font-size: 14px !important;
  margin-bottom: 3px !important;
}

.cdesc-sect .cdesc-sect__description b {
  font-weight: 600 !important;
}

.cdesc-sect__reviews-block {
  padding: 0px;
}

.cdesc-sect__reviews-content-wrap {
  padding: 20px;
}


@media (max-width: 520px) {
  .cdesc-sect__reviews-img {
    height: 220px !important;
    width: 100% !important;
  }
}

.sections-list-horizontal_item img {
  max-width: 100px !important;
  object-fit: contain;
}

@media (max-width: 992px) {
  .sale-cashback-gift-block {
    padding: 22px !important;
  }
}

@media (max-width: 480px) {
  .sale-cashback-gift-block p {
    font-size: 14px;
  }
}

.container-iframe iframe {
  position: static !important;
  min-height: 400px;
}

.container-iframe {
  padding: 0px !important;
  height: auto;
}

@media (max-width: 640px) {
  .container-iframe iframe {
    min-height: 280px;
  }
}

@media (max-width: 375px) {
  .container-iframe iframe {
    min-height: 210px;
  }
}

.main-footer__biotronika {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.biotronika__button {
  display: block;
  width: 32%;
  text-align: center;
  padding: 15px 0px;
  font-size: 12px;
  color: #25292d;
  background: #fff;
  text-decoration: none;
  transition: color .3s ease;
  font-weight: 500;
  border-radius: 5px;
}
.biotronika__button:hover {
  color: #4591E3;
}

.biotronika__project {
  padding-left: 20px;
  position: relative;
}
.biotronika__project::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  left: 22px;
  top: 50%; transform: translateY(-50%);
  background: url('https://i.ibb.co/71fw1Ty/biotronika-Footer-Logo.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.biotronika__other {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all .3s ease;
}

.biotronika__other-header {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.biotronika__other-header::after {
  display: inline-block;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: 12px;
  border-top: 1px solid #4591e3;
  border-right: 1px solid #4591e3;
  -webkit-transform: translateY(-2px) rotate(-45eg);
  -ms-transform: translateY(-2px) rotate(-45eg);
  transform: translateY(-2px) rotate(45deg) rotateX(180deg);
}

.biotronika__other.is-active .biotronika__other-header::after{
  -webkit-transform: translateY(1px) rotate(-45deg);
  -ms-transform: translateY(1px) rotate(-45deg);
  transform: translateY(1px) rotate(-45deg);
}

.biotronika__other-body {
  position: absolute;
  top: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  max-height: 0px;
  overflow: hidden;
  transition: max-height .3s ease;
}
.biotronika__other.is-active .biotronika__other-body {
  max-height: 70px;
}

.biotronika__other.is-active {
  border-radius: 5px 5px 0px 0px;
}


.biotronika__other-item {
  width: 80%;
  margin: 0 auto;
  padding: 8px 0px;
  padding-left: 22px;
  color: #25292d;
  text-decoration: none;
  text-align: left;
  border-top: 1px solid #E1E8F0;
  position: relative;
  transition: color .3s ease;
}

.biotronika__other-item:hover {
  color: #4591E3;
}

.biotronika__other-item::before {
  content: '';
  position: absolute;
  width: 15px; height: 15px;
  top: 50%; left: 0; transform: translateY(-50%);
  background: url('https://i.ibb.co/VgstJtH/massage-Footer-Logo.png') no-repeat center;
  background-size: contain;
}

.biotronika__other-item:nth-child(2)::before {
  background-image: url('https://i.ibb.co/BtnRLH8/biokamin-Footer-Logo.png');
}


@media (max-width: 1140px) {
  .main-footer__main {
    padding-right: 40px;
  }
  .main-footer__main-columns {
    margin-bottom: 35px;
  }
  .biotronika__button {
    width: 250px;
    padding: 15px 0px;
    margin: 8px 0px;
    text-align: left;
  }

  .biotronika__button:not(.biotronika__other) {
    padding: 15px 4%;
  }
  .biotronika__project {
    padding-left: 7.5% !important;
  }
  .biotronika__project::before {
    left: 10.7%;
  }

  .biotronika__other-header {
    text-align: left;
  }

  .main-footer__biotronika {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (max-width: 640px) {
  .biotronika__button:not(.biotronika__other) {
    padding: 15px 42px !important;
  }
  .biotronika__project::before {
    left: 25px;
  }
  .biotronika__button {
    width: 48%;
    font-size: 14px;
  }
  .main-footer__aside iframe {
    width: 180px;

  }
}

@media (max-width: 560px) {
  .biotronika__button {
    width: 100%;
  }
  .biotronika__button:not(.biotronika__other) {
    padding: 15px 50px !important;
  }
  .biotronika__other-header {
    width: 100%;
    padding: 0px 50px;
  }
  .biotronika__other-item {
    width: calc(100% - 100px);
  }
}

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

.feedback-sect__ctrls-item::after {

left: calc(50% - 5px);
}
.promo {
	display: none;
}

.img-description {
	color: #555F68 !important;
	font-size: 12px !important;
	transform: translateY(-15px);
}

.ex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ex-card {
  width: calc(50% - 12px);
  margin: 11px 0px;
  margin-right: 24px;
  border-radius: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 35px;
  border: 1px solid #B1BECB;
}
.ex-card:nth-child(2n) {
  margin-right: 0px;
}
.ex-card__img {
  width: 100%;
  aspect-ratio: 10/6;
  object-fit: cover;
}
.ex-card-content {
  padding: 35px;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ex-card__name {
  font-weight: 400;
  font-size: 16px;
  color: #25292D;
}
.ex-card__prof {
  font-weight: 700;
  font-size: 16px;
  color: #25292D;
  margin-top: 7px;
}
.ex-card-revs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 11px;
}
.ex-card-revs__count {
  font-weight: 400;
  color: #707D8A;
  line-height: 1;
  font-size: 14px;
}
.ex-card-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ex-card-stars__item {
  width: 22px;
  height: 22px;
}
.ex-card__desc {
  margin-top: 12px;
  color: #707D8A;
  line-height: 1.6;
}
.ex-card__button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: none;
  outline: none;
  color: #fff;
  font-size: 12px;
  background: #4591E3;
  margin-top: 25px;
  margin-left: 35px;
  border-radius: 10px;
  padding: 19px 60px;
  cursor: pointer;
}

@media (max-width: 920px) {
  .ex-card-content {
    padding: 20px;
    padding-bottom: 0px;
  }

  .ex-card {
    padding-bottom: 20px;
  }

  .ex-card__button {
    margin-left: 20px;
  }

  .ex-card__desc {
    margin-top: 7px;
  }

  .ex-card-revs {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .ex-card {
    max-width: 540px;
    width: auto;
    margin: 12px auto;
    margin-right: auto !important;
  }
}
@media (max-width: 480px) {
  .ex-card {
    width: 100%;
    max-width: 100%;
  }

  .ex-card__desc {
    font-size: 14px;
  }

  .ex-card__button {
    width: calc(100% - 40px);
    margin: 0px 20px;
    margin-top: 15px;
  }
}
.expert-plate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #C7D1DA;
  min-height: 400px;
  border-radius: 30px;
  background: #F1F6FC;
  margin: 10px 0px;
}

.expert-left {
  width: 50%;
  padding: 60px 0px 60px 60px;
}
.expert-right {
  width: 50%;
  position: relative;
  padding: 60px 0px 60px 60px;
}
.expert__img-big {
  position: absolute;
  bottom: 0px;
  right: 60px;
}
.expert-big__button {
  margin-left: 0px;
  margin-right: 30px;
  letter-spacing: 1px;
}
.expert-big__mail {
  text-decoration: none;
  color: #96A7BC;
}
.expert-big__name {
  font-size: 24px;
}
.expert-big__prof {
  font-size: 24px;
}
.expert-big__revs p {
  margin-left: 4px;
}

.expert-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 60px;
  top: 10%;
}
.expert-social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}
.expert-social__link:not(:last-child) {
  margin-bottom: 8px;
}

.gendir-plate {
  background: #4186D0;
  margin-top: 20px;
}
.gendir-plate .expert-right {
  background-image: url(<?=SITE_TEMPLATE_PATH;?>/img/experts/genDirSpa.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% center;
}
.gendir-plate * {
  color: #ffffff;
}
.gendir-plate .expert-big__mail {
  color: #8BC3FF;
}
.gendir-plate .ex-card__button {
  color: #21252B;
  background: #fff;
  font-weight: 700;
}

@media (max-width: 992px) {
  .expert-big__desc {
    font-size: 14px;
    line-height: 1.225;
  }

  .expert-left {
    padding: 35px 0px 35px 35px;
  }

  .expert-right {
    padding: 35px 35px 35px 0px;
  }

  .expert__img-big {
    height: 90%;
  }

  .expert-bottom {
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .expert-big__mail {
    width: 230px;
    text-align: center;
  }
}
.expert-social-mob {
  display: none;
}

.gendir-plate {
  overflow: hidden;
}

.expert-big__mail--mob {
  display: none;
}

@media (max-width: 920px) {
  .gendir-plate .expert-right {
    background-size: 200%;
  }

  .expert-big__mail {
    display: none;
  }

  .expert-big__mail--mob {
    display: block;
    width: 100%;
    text-align: left;
  }

  .gendir-plate.expert-plate {
    margin-top: 25px;
  }

  .expert-social {
    display: none;
  }

  .expert-social-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 22px;
  }

  .expert-bottom {
    margin-top: 10px;
  }

  .expert-social__link:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 8px;
  }

  .expert-plate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 460px;
    margin: 0 auto;
  }

  .expert-left {
    width: 100%;
    padding: 0px 30px 30px 30px;
    padding-top: 25px;
  }

  .expert-right {
    padding: 30px 30px 30px 0px;
    height: 400px;
    width: 100%;
  }

  .expert__img-big {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .gendir-plate .expert-right {
    background-color: #1D2022;
  }

  .expert-big__button {
    margin: 0 auto !important;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  .expert-big__mail {
    margin-top: 5px;
  }

  .expert-big__button {
    font-size: 14px;
    padding: 19px 0px;
  }
}
@media (max-width: 768px) {
  .expert-plate {
    width: auto;
    max-width: 540px;
  }
}
@media (max-width: 480px) {
  .expert-right {
    height: 320px;
  }

  .expert-big__prof,
  .expert-big__name {
    font-size: 16px;
  }

  .expert__img-big {
    height: auto;
    width: 80%;
  }
}
@media (max-width: 420px) {
  .expert-right {
    height: 250px;
  }

  .gendir-plate .expert-right {
    height: 300px;
  }

  .expert-left {
    padding: 25px;
  }
}
@media (max-width: 360px) {
  .expert-right {
    height: 200px;
  }

  .gendir-plate .expert-right {
    height: 240px;
  }
}

.custom-sect-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75.5%;
  flex: 0 0 75.5%;
  max-width: 75.5%;
  margin-left: auto;
}
.custom-sect-container .catalog-sect__main {
  flex: none;
  max-width: 100%;
  width: 100%;
}

@media(max-width: 1200px){
  .custom-sect-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
  }
}

@media(max-width: 992px){
  .custom-sect-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.sotbit-seo-meta-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.sotbit-seo-meta-tags .sotbit-seometa-tags-wrapper a {
  display: inline-block;
  padding: 5px 10px;
  margin: 3px 6px 3px 0;
  font-size: 14px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.sotbit-seo-meta-tags .sotbit-seometa-tags-wrapper a:hover {
  color: #23527c;
  text-decoration: none;
  border-color: #23527c;
}
.sotbit-text.sotbit-text_top {
  margin-bottom: 20px;
}
.sotbit-text.sotbit-text_bottom>div {
  margin: 20px 0;
}

.biotronika__other-header {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.biotronika__other-header::after {
  display: inline-block;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: 12px;
  border-top: 1px solid #4591e3;
  border-right: 1px solid #4591e3;
  -webkit-transform: translateY(-2px) rotate(-45eg);
  -ms-transform: translateY(-2px) rotate(-45eg);
  transform: translateY(-2px) rotate(45deg) rotateX(180deg);
}

.biotronika__other.is-active .biotronika__other-header::after{
  -webkit-transform: translateY(1px) rotate(-45deg);
  -ms-transform: translateY(1px) rotate(-45deg);
  transform: translateY(1px) rotate(-45deg);
}

.biotronika__other-body {
  position: absolute;
  top: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  max-height: 0px;
  overflow: hidden;
  transition: max-height .3s ease;
}
.biotronika__other.is-active .biotronika__other-body {
  max-height: 70px;
}

.biotronika__other.is-active {
  border-radius: 5px 5px 0px 0px;
}


.biotronika__other-item {
  width: 80%;
  margin: 0 auto;
  padding: 8px 0px;
  padding-left: 22px;
  color: #25292d;
  text-decoration: none;
  text-align: left;
  border-top: 1px solid #E1E8F0;
  position: relative;
  transition: color .3s ease;
}

.biotronika__other-item:hover {
  color: #4591E3;
}

.biotronika__other-item::before {
  content: '';
  position: absolute;
  width: 15px; height: 15px;
  top: 50%; left: 0; transform: translateY(-50%);
  background: url('https://i.ibb.co/VgstJtH/massage-Footer-Logo.png') no-repeat center;
  background-size: contain;
}

.biotronika__other-item:nth-child(2)::before {
  background-image: url('https://i.ibb.co/BtnRLH8/biokamin-Footer-Logo.png');
}


@media (max-width: 1140px) {
  .main-footer__main {
    padding-right: 40px;
  }
  .main-footer__main-columns {
    margin-bottom: 35px;
  }
  .biotronika__button {
    width: 250px;
    padding: 15px 0px;
    margin: 8px 0px;
    text-align: left;
  }

  .biotronika__button:not(.biotronika__other) {
    padding: 15px 4%;
  }
  .biotronika__project {
    padding-left: 7.5% !important;
  }
  .biotronika__project::before {
    left: 10.7%;
  }

  .biotronika__other-header {
    text-align: left;
  }

  .main-footer__biotronika {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (max-width: 640px) {
  .biotronika__button:not(.biotronika__other) {
    padding: 15px 42px !important;
  }
  .biotronika__project::before {
    left: 25px;
  }
  .biotronika__button {
    width: 48%;
    font-size: 14px;
  }
  .main-footer__aside iframe {
    width: 180px;

  }
}

@media (max-width: 560px) {
  .biotronika__button {
    width: 100%;
  }
  .biotronika__button:not(.biotronika__other) {
    padding: 15px 50px !important;
  }
  .biotronika__other-header {
    width: 100%;
    padding: 0px 50px;
  }
  .biotronika__other-item {
    width: calc(100% - 100px);
  }
}

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

.feedback-sect__ctrls-item::after {

left: calc(50% - 5px);
}
.promo {
	display: none;
}

.img-description {
	color: #555F68 !important;
	font-size: 12px !important;
	transform: translateY(-15px);
}

.ex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ex-card {
  width: calc(50% - 12px);
  margin: 11px 0px;
  margin-right: 24px;
  border-radius: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 35px;
  border: 1px solid #B1BECB;
}
.ex-card:nth-child(2n) {
  margin-right: 0px;
}
.ex-card__img {
  width: 100%;
  aspect-ratio: 10/6;
  object-fit: cover;
}
.ex-card-content {
  padding: 35px;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ex-card__name {
  font-weight: 400;
  font-size: 16px;
  color: #25292D;
}
.ex-card__prof {
  font-weight: 700;
  font-size: 16px;
  color: #25292D;
  margin-top: 7px;
}
.ex-card-revs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 11px;
}
.ex-card-revs__count {
  font-weight: 400;
  color: #707D8A;
  line-height: 1;
  font-size: 14px;
}
.ex-card-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ex-card-stars__item {
  width: 22px;
  height: 22px;
}
.ex-card__desc {
  margin-top: 12px;
  color: #707D8A;
  line-height: 1.6;
}
.ex-card__button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: none;
  outline: none;
  color: #fff;
  font-size: 12px;
  background: #4591E3;
  margin-top: 25px;
  margin-left: 35px;
  border-radius: 10px;
  padding: 19px 60px;
  cursor: pointer;
}

@media (max-width: 920px) {
  .ex-card-content {
    padding: 20px;
    padding-bottom: 0px;
  }

  .ex-card {
    padding-bottom: 20px;
  }

  .ex-card__button {
    margin-left: 20px;
  }

  .ex-card__desc {
    margin-top: 7px;
  }

  .ex-card-revs {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .ex-card {
    max-width: 540px;
    width: auto;
    margin: 12px auto;
    margin-right: auto !important;
  }
}
@media (max-width: 480px) {
  .ex-card {
    width: 100%;
    max-width: 100%;
  }

  .ex-card__desc {
    font-size: 14px;
  }

  .ex-card__button {
    width: calc(100% - 40px);
    margin: 0px 20px;
    margin-top: 15px;
  }
}
.expert-plate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #C7D1DA;
  min-height: 400px;
  border-radius: 30px;
  background: #F1F6FC;
  margin: 10px 0px;
}

.expert-left {
  width: 50%;
  padding: 60px 0px 60px 60px;
}
.expert-right {
  width: 50%;
  position: relative;
  padding: 60px 0px 60px 60px;
}
.expert__img-big {
  position: absolute;
  bottom: 0px;
  right: 60px;
}
.expert-big__button {
  margin-left: 0px;
  margin-right: 30px;
  letter-spacing: 1px;
}
.expert-big__mail {
  text-decoration: none;
  color: #96A7BC;
}
.expert-big__name {
  font-size: 24px;
}
.expert-big__prof {
  font-size: 24px;
}
.expert-big__revs p {
  margin-left: 4px;
}

.expert-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 60px;
  top: 10%;
}
.expert-social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}
.expert-social__link:not(:last-child) {
  margin-bottom: 8px;
}

.gendir-plate {
  background: #4186D0;
  margin-top: 20px;
}
.gendir-plate .expert-right {
  background-image: url(<?=SITE_TEMPLATE_PATH;?>/img/experts/genDirSpa.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% center;
}
.gendir-plate * {
  color: #ffffff;
}
.gendir-plate .expert-big__mail {
  color: #8BC3FF;
}
.gendir-plate .ex-card__button {
  color: #21252B;
  background: #fff;
  font-weight: 700;
}

@media (max-width: 992px) {
  .expert-big__desc {
    font-size: 14px;
    line-height: 1.225;
  }

  .expert-left {
    padding: 35px 0px 35px 35px;
  }

  .expert-right {
    padding: 35px 35px 35px 0px;
  }

  .expert__img-big {
    height: 90%;
  }

  .expert-bottom {
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .expert-big__mail {
    width: 230px;
    text-align: center;
  }
}
.expert-social-mob {
  display: none;
}

.gendir-plate {
  overflow: hidden;
}

.expert-big__mail--mob {
  display: none;
}

@media (max-width: 920px) {
  .gendir-plate .expert-right {
    background-size: 200%;
  }

  .expert-big__mail {
    display: none;
  }

  .expert-big__mail--mob {
    display: block;
    width: 100%;
    text-align: left;
  }

  .gendir-plate.expert-plate {
    margin-top: 25px;
  }

  .expert-social {
    display: none;
  }

  .expert-social-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 22px;
  }

  .expert-bottom {
    margin-top: 10px;
  }

  .expert-social__link:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 8px;
  }

  .expert-plate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 460px;
    margin: 0 auto;
  }

  .expert-left {
    width: 100%;
    padding: 0px 30px 30px 30px;
    padding-top: 25px;
  }

  .expert-right {
    padding: 30px 30px 30px 0px;
    height: 400px;
    width: 100%;
  }

  .expert__img-big {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .gendir-plate .expert-right {
    background-color: #1D2022;
  }

  .expert-big__button {
    margin: 0 auto !important;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  .expert-big__mail {
    margin-top: 5px;
  }

  .expert-big__button {
    font-size: 14px;
    padding: 19px 0px;
  }
}
@media (max-width: 768px) {
  .expert-plate {
    width: auto;
    max-width: 540px;
  }
}
@media (max-width: 480px) {
  .expert-right {
    height: 320px;
  }

  .expert-big__prof,
  .expert-big__name {
    font-size: 16px;
  }

  .expert__img-big {
    height: auto;
    width: 80%;
  }
}
@media (max-width: 420px) {
  .expert-right {
    height: 250px;
  }

  .gendir-plate .expert-right {
    height: 300px;
  }

  .expert-left {
    padding: 25px;
  }
}
@media (max-width: 360px) {
  .expert-right {
    height: 200px;
  }

  .gendir-plate .expert-right {
    height: 240px;
  }
}