
.hero{
  height: 100%;
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    background-size: 100%;
    padding-top: 158px;
    z-index: 0;
}
.hero--first::before{
  content: "";
    width: 100%;
    height: 500px;
    background-image: url(../img/backround-image.svg);
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
}
.title{
  font-style: normal;
  font-weight: 600;
  font-size: 54px;
  line-height: 66px;
  color: #000000;
  margin-bottom: 8px;
}
.description{
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  max-width: 372px;
}
.contacts {
  position: relative;
  padding: 36px 0 155px;
  padding-top: 244px;
}
.contacts-title {
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 29px;
  color: #000000;
  padding-left: 23px;
  padding-bottom: 72px;
}
.contacts-title::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 22.87px;
  top: 3px;
  left: -11px;
  background-image: url(../img/contacts/paw-icon.svg);
  background-repeat: no-repeat;
}
.contacts__grid {
  display: grid;
  max-width: 1007px;
  margin: auto;
  column-gap: 5%;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
.contacts__grid::after {
    content: "";
    background-image: url(../img/tracks.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 378px;
    height: 100%;
    top: -65%;
    left: 12%;
    z-index: 6;
}
.info-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 62px;
  color: #000000;
  text-decoration: none;
}
.contact-block {
  padding-top: 11px;
  margin-bottom: 18px;
}
.contact-block div {
  display: flex;
  align-items: center;
}
.contacts-image-first {
  width: 45px;
  height: 31.12px;
  margin-right: 19px;
}
.contacts-image-second {
  width: 30px;
  height: 30px;
  margin-right: 26px;
  margin-left: 7px;
}
.contacts-image-third {
  width: 33px;
  height: 27.34px;
  margin-right: 24px;
  margin-left: 5px;
}
.grid-right > h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 41px;
  max-width: 360px;
}
.contacts-form {
  display: flex;
  align-items: start;
  flex-direction: column;
  max-width: 240px;
  max-height: 114px;
}
.contacts-form input {
  background: #ffffff;
  border: 2px solid #f96b0a;
  justify-self: center;
  border-radius: 4px;
  height: 30px;
  width: 240px;
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-bottom: 12px;
}
.contacts-form input::placeholder {
  color: black;
}
.contacts-form > button {
  position: relative;
  width: 196px;
  height: 30px;
  background: #f96b0a;
  border-radius: 4px;
  align-self: start;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  padding: 6px 14px;
  cursor: pointer;
}
.contacts-form > button::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 48px;
  right: -35px;
  top: -9.5px;
  background-image: url(../img/registration/reg-paw-btn.svg);
  background-repeat: no-repeat;
}
.grid-right {
  position: relative;
}
.grid-right::after {
  content: "";
  position: absolute;
  width: 178px;
  height: 168px;
  top: 52px;
  left: 268px;
  background-image: url(../img/contacts/contacts-dog.png);
  background-repeat: no-repeat;
}
.social-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 379px;
  padding-left: 2px;
}
.social-links {
  display: flex;
  align-items: center;
  width: 150px;
  justify-content: space-between;
}
.social-links-tg {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #f96b0a;
  background-image: url(../img/footer/social/TG.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.social-links-inst {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #f96b0a;
  background-image: url(../img/footer/social/INST.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.social-links > a > img {
  width: 30px;
  height: 30px;
}
.social-group > button {
  width: 204px;
  height: 30px;
  background: #f96b0a;
  border-radius: 4px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  padding: 3px 18px;
  cursor: pointer;
}