body {
  background-image: url("../images/background_dev_desktop.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  font-family: Roboto;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
body::-webkit-scrollbar {
  width: 0 !important;
}
@media (max-width: 768px) {
  body {
    background-image: url("../images/background_dev_mobile.jpg");
  }
}
body .business_card {
  max-width: 630px;
  padding: 0;
  margin: 80px auto 0 auto;
  display: flex;
  gap: 80px;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 668px) {
  body .business_card {
    gap: 60px;
  }
}
body .business_card .logo {
  width: 274.67px;
  height: 183.8px;
}
@media (max-width: 668px) {
  body .business_card .logo {
    width: 189.19px;
    height: 126.6px;
    margin-bottom: 90px;
  }
}
body .business_card__intro-container .intro-title, body .business_card__intro-container .h1 {
  font-weight: 500;
  font-size: 72px;
  line-height: 84px;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 668px) {
  body .business_card__intro-container .intro-title, body .business_card__intro-container .h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
body .business_card__contacts-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
body .business_card__contacts-container .business_card__contacts-address,
body .business_card__contacts-container .business_card__contacts-phone {
  text-decoration: none;
  font-weight: 500;
  font-size: 25px;
  line-height: 28px;
  color: #fff;
  font-style: normal !important;
  text-align: center;
  width: fit-content;
  position: relative;
  max-width: 299px;
}
@media (max-width: 668px) {
  body .business_card__contacts-container .business_card__contacts-address,
  body .business_card__contacts-container .business_card__contacts-phone {
    max-width: 170.26px;
    font-size: 16px;
    line-height: 16px;
  }
}
body .business_card__contacts-container .business_card__contacts-phone::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: -3px;
  transform: scale(0);
}
body .business_card__contacts-container .business_card__contacts-phone:hover::after {
  transform: scale(1);
  transition: 0.3s;
}
body .business_card__buttons-container {
  display: flex;
  gap: 20px;
}
@media (max-width: 668px) {
  body .business_card__buttons-container {
    flex-direction: column;
  }
}
body .business_card__buttons-container .vk-link,
body .business_card__buttons-container .tg-link {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 240px;
  height: 56px;
  border: 1px solid #FFFFFF;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  transition: 0.5s;
}
@media (max-width: 668px) {
  body .business_card__buttons-container .vk-link,
  body .business_card__buttons-container .tg-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
  }
}
body .business_card__buttons-container .vk-link:hover,
body .business_card__buttons-container .tg-link:hover {
  box-shadow: 0 0 13px 4px #fff;
  transition: 0.5s;
}
body .business_card__buttons-container .vk-link i.icon,
body .business_card__buttons-container .tg-link i.icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
}

.tg-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.65033 11.0507C8.09264 8.22831 12.3885 6.36762 14.538 5.46863C20.6751 2.90182 21.9503 2.45594 22.7815 2.44106C22.9643 2.43798 23.3731 2.48354 23.6379 2.69957C23.8614 2.88199 23.9229 3.12841 23.9524 3.30136C23.9818 3.47431 24.0185 3.8683 23.9893 4.17615C23.6568 7.68992 22.2177 16.2169 21.4856 20.1524C21.1758 21.8176 20.5659 22.376 19.9754 22.4306C18.692 22.5494 17.7175 21.5778 16.4746 20.7585C14.5296 19.4764 13.4308 18.6784 11.5428 17.4273C9.36093 15.9815 10.7753 15.1869 12.0188 13.8882C12.3442 13.5484 17.9986 8.37674 18.108 7.90759C18.1217 7.84892 18.1344 7.63021 18.0052 7.51472C17.876 7.39923 17.6853 7.43872 17.5476 7.47013C17.3526 7.51465 14.2454 9.57977 8.22616 13.6655C7.3442 14.2745 6.54535 14.5712 5.82961 14.5556C5.04056 14.5385 3.52275 14.107 2.39441 13.7382C1.01046 13.2858 -0.0894774 13.0467 0.00630239 12.2784C0.0561904 11.8783 0.6042 11.469 1.65033 11.0507Z' fill='white'/%3E%3C/svg%3E%0A");
}

.vk-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5786 20.4321C5.37477 20.4321 0.695461 14.8079 0.500488 5.44922H4.6099C4.74489 12.3183 7.77441 15.2278 10.1741 15.8278V5.44922H14.0437V11.3734C16.4133 11.1184 18.9027 8.41881 19.7426 5.44922H23.6122C22.9672 9.10871 20.2676 11.8083 18.3479 12.9182C20.2676 13.818 23.3423 16.1727 24.5122 20.4321H20.2526C19.3378 17.5825 17.0582 15.3778 14.0437 15.0779V20.4321H13.5786Z' fill='white'/%3E%3C/svg%3E%0A");
}

/*# sourceMappingURL=index_dev.css.map */
