@media (max-width: 1200px) {
  .home-header__phone {
    width: 77%;
  }

  .wrap_head-contact .direct-download {
    font-size: 14px;
  }
}

.widgetCrm {
 /* display: none; */
  left:100px;
}

.popup-callback__form .subscribe-popup p {
  line-height: 22px;
}

.popup-callback__form .subscribe-popup form {
  margin-top: 38px;
}

.popup-callback__form .subscribe-popup input {
  /*width: 364px;*/
  height: 54px;
  border: 1px solid #e3e5e8;
  color: #464f63;
  font-family: 'MullerRegular';
  font-size: 16px;
  padding: 20px;
  /*margin-right: 22px;*/
}

.popup-callback__form .subscribe-popup button {
  background-color: #fff;
  /*width: 308px;*/
  height: 54px;
  color: #31244a;
  font-family: 'MullerBold';
  font-size: 16px;
  border: 3px solid #f6db54;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}

.popup-callback__form .subscribe-popup button:hover {
  background-color: #f6db54;
  color: #31244a;
}

.full-card__text--languages {
  display: none;
}

html[lang='ar'] .full-card__text--languages.ar,
html[lang='gr'] .full-card__text--languages.gr,
html[lang='pl'] .full-card__text--languages.pl,
html[lang='en'] .full-card__text--languages.en,
html[lang='ru'] .full-card__text--languages.ru {
  display: block;
}