/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/ /* Examples (uncomment to use):*/ /* Expand site width */ /* body .wrapper {
  max-width: 1400px !important;
}
*/ /* Set site background image */ /* body {
  background: url(image_source) top no-repeat;
}
/* Hide compare button */ /* a.compare_item {
  display: none !important;
}
*/ /*.index-block--fon {
  background: #c8d8f1;
}
*/
.staff-list-inner__image {
  width: 260px;
  height: 260px;
}
.staff-list-inner__image .rounded {
  border-radius: 5px;
}
.item-w25 {
  width: 20%;
}
.banners-with-text-mixed-list__item-text--absolute {
  display: none;
}
/*do-posle-slider*/
.CUSTOM_TEXT .index-block--fon {
  background: #fafafa;
}
.do-posle-slider {
  position: relative;
  /*верхняя картинка будет абсолют*/
  overflow: hidden;
  /*обрезаем все что выпадает*/
  border: 3px solid #a92197;
  width: 100%;
}
.do-posle-slider img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.CUSTOM_TEXT .owl-nav {
  display: block !important;
}
.before {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 2;
  /*что бы точно перекрыло то что под ней*/
  width: 50%;
  /*что бы картинка занимала половину*/
  height: 100%;
}
.change {
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  z-index: 10;
  height: 100%;
  background-color: #ffffff;
}
.change::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: white;
  transform: translate(-50%, -50%);
}
.card-title {
  margin: 0 0 15px 0;
}
.card-text {
  display: flex;
}
.card-text--image-wrapper {
  width: 60px;
  height: 60px;
  display: flex;
  margin: 15px 15px 0;
  flex-shrink: 0;
}
.card-text--info {
  display: flex;
  align-items: center;
}
.card-text--image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}
.card-text--previewtext {
  margin: 15px 0 0 0;
}
.card-title a,
.card-text--property a {
  color: #4b5573;
}
.timer .btn.disabled,
.timer .btn[disabled] {
  border: 1px solid #4b5573 !important;
  color: #4b5573 !important;
  opacity: 1;
}
.timer .btn[disabled] > * {
  color: #4b5573 !important;
}
.doposle-list__item.bordered {
  background: #fff;
  background: var(--card_bg_black);
  border-radius: 4px;
  height: 100%;
  transition: box-shadow 0.2s ease-in-out;
}
.doposle__item--padding-48 {
  padding: 32px;
}
.detail-block .gallery-big1 .owl-carousel .owl-dots {
  bottom: inherit !important;
  top: inherit !important;
  right: auto !important;
  width: auto !important;
  text-align: center !important;
  position: relative;
  text-align: center;
  bottom: -40px;
}
.big_gallery1 {
  margin-top: 30px;
}
body .index-block__btn {
  margin-top: 0;
}
.doctor-info {
  bottom: 20px;
  position: absolute;
}
.REVIEWS .reviews-list__item {
  padding-bottom: 94px;
}
@media (min-width: 768px) {
  .doposle__item--padding-48.doposle-list__item.bordered:hover {
    padding-right: 49px;
  }
  .doposle-list__item.bordered:hover {
    box-shadow: 0 3px 15px rgb(0 0 0 / 12%);
    border-color: transparent;
    margin-right: -1px;
    background-color: var(--card_bg_hover_black);
  }
}
/*end do-posle-slider*/ /*reviews styles*/
.reviews-list__item-additional-info {
  display: flex;
  margin: 15px 0;
}
.reviews-list__item-additional-info--icon {
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 8px;
  margin-top: 4px;
}
.reviews-list__item-additional-info--link {
  display: flex;
  align-items: center;
  font-size: 12px;
}
/*end reviews styles*/
.price-sections-list__item-childs > ul {
  display: none;
}
.price-sections-list__item-childs {
  margin: 0;
}
.dark-block-after:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 51%;
  bottom: 0;
  background: 0;
  transition: opacity 0.2s ease-in-out;
}
.fade-white-right {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 2%);
}
.text_before_items .row {
  display: flex;
  flex-wrap: wrap;
}
#accordion_about .accordion-body {
  padding: 33px 0 0 0;
}
@media (max-width: 600px) {
  #main .mobile-scrolled--items-2 > div {
    width: 100px;
  }
  .text_before_items__bg-image {
    padding-top: 66%;
    margin-bottom: 15px;
  }
  .about-images-wrapper__item img {
    max-width: 100%;
    max-height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
  }
}
.reviews-list__item-additional-info--link {
  line-height: 1.4;
}
.reviews-list__item-title.font_22 {
  font-size: 1em;
}
.reviews-list__item-title.font_16 {
  font-size: 0.9em;
}
.reviews-list__item-preview.font_15 {
  font-size: 0.85em;
}
.reviews-list__item-info-wrapper {
  display: flex;
  flex-direction: row;
}
.card-previewtext {
  font-size: 1em;
  line-height: 1.4;
}
.map-detail-items__item-buttons {
  display: none;
}
.owl-carousel--items-width-360-adaptive .owl-item {
  width: 290px !important;
}
.reviews-list__item-info {
  margin-top: 0px;
}
.reviews-list__item-top-part--row .reviews-list__rating {
  margin: 0 0 15px 0;
}

@media (max-width: 767px) {
  .staff-carousel .owl-carousel:not(.owl-carousel--detail) .owl-item {
    width: 290px !important;
  }
}
@media (min-width: 1024px) {
  body .gallery-big1 .owl-carousel .owl-item img {
    height: 196px;
    width: auto;
    margin: 0;
  }
}
.services-list__item-link--absolute,
.staff-list__item-link {
  font-size: 0 !important;
}
.video_scale {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video_scale iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .table-resp,
  .table-resp tbody,
  .table-resp tr,
  .table-resp td {
    display: block;
  }
  .table-resp td + td {
    padding-top: 30px;
  }
}
.accent-color {
  color: var(--theme-base-color);
}
.slider-inner .owl-stage {
  display: flex;
}
.slider-inner__img {
  width: 100%;
  height: 100%;
}
body .slider-inner .owl-carousel .owl-item img {
  width: 100%;
  object-fit: cover;
  max-height: 450px;
}
.innsert-staff-slider {
  max-width: 1156px;
  margin: 0 auto 50px;
}
.innsert-staff-slider .staff-list .owl-carousel:not(.owl-loaded) {
  min-height: 300px;
}
.innsert-staff-slider .staff-list .owl-stage {
  display: flex;
}
.innsert-staff-slider .staff-list .owl-item {
  flex-shrink: 0;
}
.innsert-staff-slider .staff-list--items-close .owl-carousel--show-next.owl-carousel--wide-view {
  padding-left: 0;
}
/* ITEM */
.innsert-staff-slider .staff-list__item {
  border-radius: 4px;
  height: 100%;
}
.innsert-staff-slider .staff-list__item--flex {
  display: flex;
}
.innsert-staff-slider .staff-list__item--no-radius {
  border-radius: 0;
}
.innsert-staff-slider .staff-list__item--shadow {
  transition: box-shadow 0.2s ease-in-out;
}
.innsert-staff-slider .staff-list__item--shadow:hover {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  border-color: transparent;
  background-color: var(--card_bg_hover_black);
}
.innsert-staff-slider .staff-list__item--row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .innsert-staff-slider .staff-list__item--row {
    flex-direction: column;
  }
}
/* IMAGE */
.innsert-staff-slider .staff-list__item-image-wrapper {
  position: relative;
}
.innsert-staff-slider .staff-list__item-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.innsert-staff-slider .staff-list__item-company {
  margin-bottom: 5px;
}
.innsert-staff-slider .staff-list__item-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.innsert-staff-slider .staff-list__item-preview-wrapper {
  margin-top: 20px;
  margin-bottom: 6px;
}
.innsert-staff-slider .staff-list__item-props {
  margin-top: 14px;
}
.innsert-staff-slider .staff-list__item-prop-title {
  display: block;
  margin-bottom: -2px;
  margin-top: 8px;
}
.innsert-staff-slider .staff-list__item-socials {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -10px 0px;
}
.innsert-staff-slider .staff-list__item-social {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.innsert-staff-slider .staff-list__item-socials .staff-list__item-social * {
  fill: #b8b8b8;
}
.innsert-staff-slider .staff-list__item-socials .staff-list__item-social .svg {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innsert-staff-slider .staff-list__item-button {
  margin-top: 30px;
  display: inline-block;
}
.innsert-staff-slider .staff-list__item-button--on-image {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.innsert-staff-slider .staff-list__item:hover .staff-list__item-button--on-image {
  opacity: 1;
  visibility: visible;
}
/* VIEW1 **/
.innsert-staff-slider .staff-list.staff-list--view1 {
}
.innsert-staff-slider .staff-list.staff-list--view1 .staff-list__item-text-wrapper {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  border-radius: 4px 4px 2px 2px;
  padding: 26px 32px 32px 32px;
  max-height: 100%;
  transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  width: 100%;
  z-index: 2;
}
.innsert-staff-slider .staff-list.staff-list--view1 .staff-list__item-company {
  color: #fff;
  opacity: 0.5;
}
.innsert-staff-slider .staff-list.staff-list--view1 .staff-list__item-title {
  color: #fff;
}
.innsert-staff-slider .staff-list.staff-list--view1 .staff-list__item-preview-wrapper {
  display: none;
}
.innsert-staff-slider .staff-list.staff-list--view1 .staff-list__item-prop-title {
  color: #fff;
  opacity: 0.5;
}
.innsert-staff-slider .staff-list.staff-list--view1 .staff-list__item-phone {
  color: #fff;
}
.innsert-staff-slider .staff-list.staff-list--view1 .staff-list__item-email {
  color: #fff;
}
.innsert-staff-slider .staff-list.staff-list--view1 .staff-list__item-title:hover,
.innsert-staff-slider .staff-list.staff-list--view1 .staff-list__item-phone:hover,
.innsert-staff-slider .staff-list.staff-list--view1 .staff-list__item-email:hover {
  color: #fff;
  opacity: 0.7;
}
.innsert-staff-slider .staff-list.staff-list--view1 .staff-list__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
}
.innsert-staff-slider .staff-list.staff-list--view1 .staff-list__item:hover::before {
  opacity: 0.35;
}
.innsert-staff-slider .staff-list.staff-list--view1 .staff-list__item:hover .staff-list__item-additional-text-wrapper {
  opacity: 0;
}
.innsert-staff-slider .staff-list.staff-list--view1 .staff-list__item:hover .staff-list__item-text-wrapper {
  opacity: 1;
  visibility: visible;
}
.innsert-staff-slider .staff-list.staff-list--view1 .staff-list__item-text-wrapper .mCSB_container {
  padding: 26px 32px 32px 32px;
}
.innsert-staff-slider
  .staff-list.staff-list--view1
  .staff-list__item.staff-list__item--no-radius
  .staff-list__item-text-wrapper {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.innsert-staff-slider
  .staff-list.staff-list--view1
  .staff-list__item.staff-list__item--no-radius
  .staff-list__item-image-wrapper {
  border-radius: 0;
}
.innsert-staff-slider .staff-list.staff-list--view1 .staff-list__item-additional-text-wrapper {
  position: absolute;
  bottom: 25px;
  left: 31px;
  right: 31px;
}
.innsert-staff-slider .staff-list.staff-list--view1 .staff-list__item-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.innsert-staff-slider .staff-list.staff-list--view1 .staff-list__item-image-wrapper {
  padding-top: 128%;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
.innsert-staff-slider .staff-list.staff-list--view1 .staff-list__item-image-wrapper::after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 51%;
  bottom: 0%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
}
/*
.innsert-staff-slider .staff-list.staff-list--view1
  .staff-list__item:hover
  .staff-list__item-image-wrapper::after {
  opacity: 0;
}
*/
.innsert-staff-slider .staff-list.staff-list--view1 .staff-list__item-link {
  z-index: 1;
}
@media (max-width: 767px) {
  .innsert-staff-slider .staff-list.staff-list--view1 .staff-list__item-image-wrapper {
  }
  .innsert-staff-slider .staff-list.staff-list--view1 .staff-list__item:hover .staff-list__item-image-wrapper::after {
    opacity: 1;
  }
}
@media (max-width: 340px) {
  .mobileheader__item--right-icons {
    width: auto;
  }
}
.mobileheader__item--right-icons .line-block > .line-block__item {
  padding: 0;
}
.btn--header-phone {
  font-weight: normal;
}
.btn--header-phone svg {
  margin-left: 5px;
}
.btn--header-phone svg path,
.fill-theme-hover:hover .btn--header-phone svg path {
  fill: #fff !important;
}
@media (max-width: 320px) {
  .mobileheader .line-block__item:not(.hidden) + .logo {
    padding-left: 4px;
    max-width: 115px;
  }
  .line-block > .line-block__item {
    padding-right: 8px;
  }
  .btn--header-phone {
    font-size: 12px;
  }
}
.banners-big__text {
  width: 55%;
}
@media (max-width: 767px) {
  .price-head.line-block {
    flex-direction: column;
    align-items: start;
  }
  .price-head .price-side {
    flex-wrap: wrap;
    width: calc(100% + 40px);
    justify-content: space-between;
  }
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 1rem;
}
.mb-0 {
  margin-bottom: 0;
}
.btn.btn-red,
.header-button .btn.btn-default {
  background: #cd4a4c;
  border-color: #cd4a4c;
  color: #fff;
}
/*work time*/
.status-contact-text {
  display: flex;
  align-items: center;
  gap: 0.475rem;
  font-size: 13px;
  line-height: 1;
}
.status-contact-dot {
  border-radius: 100%;
  padding: 3px;
  width: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.status-contact-green {
  background: #72e128;
}
.status-contact-red {
  background: red;
}
.status-text-green {
  color: #72e128;
}
.status-text-red {
  color: red;
}
.phones .phones__callback {
  display: none;
}
@-webkit-keyframes sploosh {
  0% {
    box-shadow: 0 0 0 0px rgba(71, 225, 141, 0.7);
    background: rgba(71, 225, 141, 0.7);
  }
  80% {
    background: #42a6df;
  }
  100% {
    box-shadow: 0 0 0 9px #42a6df;
  }
}
@-webkit-keyframes splooshred {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.7);
    background: rgba(255, 0, 0, 0.7);
  }
  80% {
    background: #ff0000;
  }
  100% {
    box-shadow: 0 0 0 9px #ff0000;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  3.3% {
    -webkit-transform: scale(1.1);
  }
  16.5% {
    -webkit-transform: scale(1);
  }
  33% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.status-contact-dot {
  position: relative;
}
.status-contact-dot span {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-animation: sploosh 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-iteration-count: infinite;
}
.status-contact-dot.status-contact-red span {
  -webkit-animation: splooshred 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-iteration-count: infinite;
}
.status-contact-dot span:nth-child(2) {
  -webkit-animation-delay: 0.33s;
  -webkit-animation-duration: 2.2s;
}
.status-text-green .status-contact-dot {
  -webkit-animation: pulse 2s ease-out;
  -webkit-animation-iteration-count: infinite;
}
.popup-warning-outer {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  z-index: 999;
  display: flex;
  align-items: flex-end;
  min-width: 100%;
  justify-content: flex-end;
  opacity: 1;
  transition: 0.4s all;
}
.popup-warning-outer.hide-popup {
  opacity: 0;
  bottom: -300px;
}
.popup-warning {
  /*display: none;
  */
  position: relative;
  margin-right: 8rem;
  margin-bottom: 2rem;
  width: 400px;
  background-color: #4b5573;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 0 19px 13px rgba(1, 1, 1, 0.1);
  pointer-events: all;
}
.popup-warning-title {
  font-size: 19px;
  font-weight: 600;
}
.popup-warning-text {
  font-size: 14px;
  margin-top: 10px;
}
.popup-warning-btns {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.popup-warning-btns a {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  background-color: #72bb53;
  color: #fff;
  cursor: pointer;
}
.popup-warning-btns a.popup-warning-btns-close {
  background-color: #85cbd1;
}
.popup-warning-close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 20px;
}
.popup-warning-close svg {
  width: 20px;
  height: 20px;
}
.popup-warning-close svg path {
  fill: #fff;
}
.cookie-msg.hide-popup {
  display: none;
}
.cookie-msg {
  position: fixed;
  z-index: 11;
  bottom: 10px;
  color: #fff;
  width: 100%;
}
.cookie-msg-text {
  font-size: 0.93333em;
  line-height: calc(1em + 7px);
  width: 100%;
}
.cookie-msg__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #4b5573;
  padding: 10px 20px;
  border-radius: 5px;
  gap: 10px;
}
.popup-cookie-agree {
  display: flex;
  border-radius: 5px;
  padding: 10px 30px;
  text-align: center;
  background-color: #72bb53;
  color: #fff;
  cursor: pointer;
  outline: none;
  border: none;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media (max-width: 670px) {
  .popup-warning-outer {
    justify-content: center;
    padding-bottom: 67px;
  }
  .popup-warning {
    margin-right: 0;
    margin-bottom: 0;
  }
  .cookie-msg {
    width: 100%;
    bottom: 65px;
  }
  .cookie-msg__inner {
    flex-direction: column;
    padding: 21px 20px;
  }
  .popup-cookie-agree {
    width: 100%;
  }
}
/* Mobile messenger buttons styles */
.mobile-messenger-buttons {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 70px;
  z-index: 5;
}
.mobile-messenger-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none;
  font-size: 18px;
}
.mobile-messenger-button.whatsapp {
  background-color: #25d366;
}
.mobile-messenger-button.telegram {
  background-color: #0088cc;
}
/* Phone button styles */
.btn--header-phone {
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgb(188 33 187) !important;
  border-color: rgb(188 33 187) !important;
}
.phones__inner--with_dropdown .btn--header-phone {
  font-size: 0 !important;
}
.btn--header-phone .mobileheader__phone-text {
  display: none !important;
}
.btn--header-phone svg {
  margin: 0 !important;
  width: 16px !important;
  height: 16px !important;
}
.btn.btn-red,
.header-button .btn.btn-default {
  background: rgb(188 33 187);
  border-color: rgb(188 33 187);
}
.order-block img {
  margin: 10px;
}
.order-block .text > b {
  display: inline-block;
  margin-bottom: 10px;
}
.order-block .text > p {
  margin-bottom: 0;
}
.m-top-100-important {
  margin-top: 100px !important;
}
.quote-from-expert {
  display: flex;
  /* Включаем флексбокс */
  align-items: center;
  /* Ключевое свойство: центрирует фото по вертикали относительно текста */
  justify-content: flex-start;
  /* Выравнивание по левому краю (по умолчанию) */
  gap: 30px;
  /* Отступ между фото и текстом */
}
.photo-expert {
  flex-shrink: 0;
  /* Запрещаем фото сжиматься, если текста слишком много */
  /* Опционально, если нужно выровнять саму картинку внутри дива, хотя для img это не обязательно */
  display: flex;
  justify-content: center;
}
/* Адаптив для мобильных устройств (SEO фактор, Google ругается на CLS/сдвиги) */
@media (max-width: 768px) {
  .quote-from-expert {
    flex-direction: column;
    /* На мобильных ставим фото над текстом */
    text-align: center;
    /* Центрируем текст */
    gap: 15px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .quote blockquote {
    border-left: none;
    /* Убираем бордюр на мобильном */
    margin-top: 1rem;
  }
  .quote-from-expert .quote blockquote p {
    font-size: 16px;
    text-align: left;
  }
}
/* iPhone адаптация */
@media screen and (device-width: 390px) and (device-height: 844px),
  screen and (device-width: 428px) and (device-height: 926px),
  screen and (device-width: 430px) and (device-height: 932px) {
  .mobile-messenger-buttons {
    right: 65px;
    gap: 12px;
  }
}
@media (max-width: 540px) {
  .mobile-messenger-buttons {
    right: 65px;
    gap: 12px;
  }
}
@media (max-width: 420px) {
  .mobile-messenger-buttons {
    right: 60px;
    gap: 10px;
  }
  .mobile-messenger-button,
  .btn--header-phone {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (max-width: 375px) {
  .mobile-messenger-buttons {
    gap: 4px;
    right: 45px;
  }
  .mobile-messenger-button,
  .btn--header-phone {
    width: 30px !important;
    height: 30px !important;
  }
  .mobile-messenger-button {
    font-size: 16px;
  }
}
@media (max-width: 340px) {
  .mobile-messenger-buttons {
    gap: 3px;
    right: 40px;
  }
  .mobile-messenger-button,
  .btn--header-phone {
    width: 28px !important;
    height: 28px !important;
  }
  .mobile-messenger-button {
    font-size: 14px;
  }
}
