.contact-section {
  height: 100vh;
  padding-top: 152px;
  padding-left: 40px;
  display: flex;
}
.contacts-title {
  font-size: 40px;
  line-height: 48px;
}
.tel-link {
  display: block;
  margin-top: 24px;
  font-weight: normal;
  font-size: 24px;
  line-height: 4px;
  letter-spacing: 0.15em;
  color: #ffffff;
}
.second-title-contacts {
  padding-top: 50px;
}
.contacts-text {
  padding: 0;
}
.contacts-text:first-of-type {
  padding: 0;
  padding-top: 24px;
}
.rodina-image {
  position: absolute;
  right: 15%;
  top: 150px;
}
.button-link-tablet {
  display: none;
}
.close-burger {
  background: transparent;
  width: calc(100% - 320px);
  z-index: 5;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 160px;
}
@media screen and (max-width: 1440px) {
  .rodina-image {
    width: 40%;
  }
  .second-title-contacts {
    padding-top: 40px;
  }
  .contacts-title {
    font-size: 32px;
    line-height: 40px;
  }
  .simple-text {
    line-height: 18px;
  }
}

@media screen and (max-width: 1366px) {
  .contacts-title {
    font-size: 28px;
    line-height: 30px;
  }
  .second-title-contacts {
    padding-top: 28px;
  }
}
@media screen and (max-width: 1080px) {
  .close-burger {
    width: calc(100% - 160px);
    position: fixed;
    left: 160px;
  }
  .contact-section {
    padding-left: 0;
  }
  .button-link-tablet {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .rodina-image {
    position: absolute;
    right: 5%;
    top: 200px;
    width: 50%;
  }
}
@media screen and (max-width: 428px) {
  .tel-link {
    font-size: 20px;
  }
  .rodina-image {
    display: none;
  }
  .contact-section {
    padding-top: 24px;
  }
  .section-title-gates {
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    left: 0px;
    top: 28px;
  }
}
