body:has(.call_section.active) {
  overflow: hidden;
}
.call_section {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease-in-out;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
}

.call_section.active {
  opacity: 1;
  pointer-events: all;
}

.active.call_section .call_section__content {
  transform: translate(0, 0);
}

.call_section__content {
  transform: translate(100%, 0px);
  transition: 0.25s ease-in-out;
  width: 20.45rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  bottom: 1rem;
}

.call_section__bg {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(112, 112, 112, 0.2);
  right: 0;
  bottom: 0;
  backdrop-filter: blur(0.35rem);
  cursor: pointer;
}

/* For Chrome, Safari, and Edge */
.call_section__content__overlay::-webkit-scrollbar {
  display: none;
}

/* For Firefox */
.call_section__content__overlay {
  scrollbar-width: none;
}

/* For IE/Edge Legacy */
.call_section__content__overlay {
  -ms-overflow-style: none;
}

.call_section__content__overlay {
  background: #fff;
  overflow: scroll;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 0.5rem;
  padding: 1.375rem 1.2rem;
  width: 100%;
}

.call_section__close {
  position: absolute;
  left: -3rem;
  top: 0;
  width: 2.25rem;
  aspect-ratio: 1/1;
  font-size: 0;
  background: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  border: none;
  transition: 0.25s ease-in-out;
}

.call_section__close svg {
  width: 44%;
  height: auto;
}

.call_section__close:hover {
  background: #000;
}

.call_section__close:hover path {
  fill: #fff;
}

.modal_contact__phone {
  border-radius: 0.38rem;
  padding: 0.85rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: #fed435;
  color: #212121;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 1rem;
  transition: 0.25s ease-in-out;
}

.modal_contact__phone svg {
  width: 1rem;
  height: auto;
}

.modal_contact__phone:hover {
  background: #000;
  color: #fff;
}

.modal_contact__phone:hover path {
  stroke: #fff;
  fill: #fff;
}

.modal_contact__adress_time {
  font-size: 0.75rem;
  background: #f9f9f9;
  padding: 1.25rem 1.5rem;
  margin: 1rem -1.5rem;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

.modal_contact__adress_time .contact_section__item--common__list {
  gap: 0.55rem;
  margin-bottom: 0.76rem;
}

.contact_section__item--common__adress {
  font-size: 0.795rem;
  margin-bottom: 0.75rem;
  display: inline-flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.contact_section__item--common__adress svg {
  width: 0.8rem;
  height: auto;
  margin-top: 0.125rem;
}

.contact_section__item--common__adress span {
  flex: 1;
  line-height: 1.25;
}

.contact_section__item--common__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.contact_section__item--common__row {
  display: flex;
  justify-content: space-between;
}

.contact_section__item--common__title {
  text-align: left;
  color: #67c15e;
}

.contact_section__item--common__val {
  text-align: right;
}

.contact_section__item--common__text {
  line-height: 1.5;
  color: #787878;
  margin-top: 0.45rem;
}

.contact_section__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2.1rem;
}

.contact_section__item {
  background: #f0f0f0;
  border-radius: 0.38rem;
  padding: 1.675rem 2rem 1.5rem 1.9rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.contact_section__item--wa { background: rgba(102, 192, 93, 0.2); }
.contact_section__item--tg { background: rgba(39, 178, 237, 0.15); }
.contact_section__item--fb { background: rgba(69, 96, 161, 0.15); }

.contact_section__item__image {
  width: 8.88rem;
  margin: 0 auto 1rem;
  display: block;
}

.contact_section__item__image img {
  width: 100%;
  height: auto;
}

.contact_section__item__title {
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.3125;
  margin-bottom: 0.5rem;
}

.contact_section__item__text {
  font-size: 0.825rem;
  line-height: 1.4;
  color: #787878;
}

.contact_section__item--common {
  padding: 0;
  width: 14.25rem;
  flex: none;
  text-align: left;
  line-height: 1.78571;
  justify-content: flex-start;
  align-items: stretch;
  background: 0 0;
}

.contact_section__item--common__maintitle {
  text-align: left;
  width: 100%;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375;
  margin-bottom: 1.25rem;
}

.contact_section__item--common__btn {
  display: flex;
  align-items: center;
  gap: 0.67rem;
  justify-content: center;
  background: #fdd435;
  color: #212121;
  font-weight: 600;
  font-size: 0.88rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.85rem 1rem;
  border-radius: 0.38rem;
  margin-top: 0.85rem;
  transition: 0.25s ease-in-out;
}

.contact_section__item--common__btn svg {
  width: 1rem;
  height: auto;
}

.contact_section__item--common__btn path {
  transition: 0.25s ease-in-out;
}

.contact_section__item--common__btn:hover {
  background: #222;
  color: #fff;
}

.contact_section__item--common__btn:hover path {
  stroke: #fff;
  fill: #fff;
}

@media screen and (max-width: 1024px) {
  .contact_section__item {
    width: calc(50% - 15px);
    flex: none;
  }
  .contact_section__list {
    gap: 30px;
  }
  .contact_section__item--common {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 850px) {
  .contact_section__list {
    gap: 16px;
  }
  .contact_section__item--wa,
  .contact_section__item--tg,
  .contact_section__item--fb {
    display: none;
  }
  .contact_section__item--common {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.call_section__content__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.call_section__block {
  border-radius: 0.38rem;
  padding: 2rem 2.56rem;
  background: #f0f0f0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0;
  color: inherit;
  text-decoration: none;
}

.call_section__block__qrcode {
  width: 8.88rem;
  margin: 0 auto 1rem;
  aspect-ratio: 1/1;
  font-size: 0;
}

.call_section__content__title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375;
  margin: 0 auto 1.25rem;
  text-align: center;
  max-width: 14rem;
}

.btn_call_section {
  padding: 0.75rem 3rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.call_section__block__qrcode img {
  width: 100%;
  height: 100%;
}

.call_section__block__title {
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 auto 0.5rem;
  max-width: 14rem;
}

.call_section__block__text {
  font-weight: 500;
  font-size: 0.88rem;
}

.call_section__block--whatsapp {
  background: #66c05d26;
}

.call_section__block--whatsapp:hover {
  background: #67c15e;
  color: #fff;
}

.call_section__block--telegram {
  background: #e6f4fa;
}

.call_section__block--telegram:hover {
  background: #26b3ed;
  color: #fff;
}

.call_section__block--facebook {
  background: #eaecf3;
}

.call_section__block--facebook:hover {
  background: #4460a1;
  color: #fff;
}

@media screen and (max-width: 550px) {
  .btn_call_section {
    font-size: 11.5px;
  }

  .call_section__content__title {
    font-size: 13px;
  }

  .call_section__content {
    left: 1rem;
    width: auto;
  }

  .call_section__close {
    left: auto;
    right: -8px;
    z-index: 2;
    top: -8px;
    border: 1px solid #eee;
  }
}
