.tags {
  width: 91%;
  margin: 20px auto 16px auto;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.tags .item {
  max-width: 200px;
  height: 20px;
  overflow: hidden;
  margin-right: 5px;
  margin-top: 3px;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 7px;
}
.tags .item a {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  padding: 1px 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: black;
}
.tags .item.active {
  border: 1px solid #289648;
}
.tags .item.active a {
  font-weight: 600;
}
.tags .sus-points {
  font-weight: 500;
  font-size: 17px;
  line-height: 117%;
  margin-top: 3px;
}

.sharp {
  font-weight: 600;
  font-size: 26px;
  line-height: 101%;
  margin-right: 5px;
}

.contacts > .title {
  width: 91%;
  margin: 16px auto 0 auto;
  font-weight: 600;
  font-size: 20px;
  line-height: 101%;
}
.contacts .phone {
  width: 91%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.contacts .phone .sub-title {
  padding-top: 12px;
  font-weight: 500;
  font-size: 17px;
  line-height: 117%;
}
.contacts .phone p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 117%;
}
.contacts .phone .hide {
  display: none;
}
.contacts .phone .number a {
  display: inline-block;
  margin-top: 12px;
  font-size: 16px;
  line-height: 117%;
}
.contacts .phone .btns {
  display: flex;
  margin-top: 14px;
}
.contacts .phone .btns a {
  width: 50px;
  margin-right: 10px;
}
.contacts .phone .btns a img {
  width: 100%;
  border-radius: 10px;
}
.contacts .address {
  width: 91%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.contacts .address .sub-title {
  padding-top: 12px;
  font-weight: 500;
  font-size: 17px;
  line-height: 117%;
}
.contacts .address p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 117%;
}
.contacts .address .map {
  margin-top: 10px;
  width: 100%;
  height: 300px;
  filter: drop-shadow(3px 2px 10px rgba(46, 60, 80, 0.4));
  border-radius: 11px;
}
.contacts .props {
  width: 91%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.contacts .props .sub-title {
  margin-top: 12px;
  font-weight: 500;
  font-size: 17px;
  line-height: 117%;
}
.contacts .props .name {
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 117%;
}
.contacts .props div {
  display: flex;
}
.contacts .props div .t-sz-1 {
  width: 80px;
}
.contacts .props .t-sz-1 {
  font-weight: 500;
  font-size: 17px;
  line-height: 117%;
}
.contacts .props .t-sz-2 {
  font-size: 14px;
  line-height: 117%;
  margin-left: 12px;
}
.contacts .props .t-sz-3 {
  font-size: 13px;
  line-height: 117%;
  letter-spacing: -0.005em;
  font-weight: 100;
}
.contacts .props .m-24 {
  margin-top: 24px;
}
.contacts .props .m-20 {
  margin-top: 20px;
}
.contacts .props .m-13 {
  margin-top: 13px;
}

.mail {
  margin-top: 12px;
}

@media screen and (min-width: 1000px) {
  .container {
    width: 90%;
  }
  .page-path {
    width: 100%;
  }
  .tags {
    width: 100%;
  }
  .contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr 1fr;
  }
  .contacts > .title {
    grid-column: 1/3;
    grid-row: 1/2;
    width: 100%;
    margin-top: 40px;
    font-size: 26px;
  }
  .contacts .block-1 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .contacts .block-2 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .contacts .block-3 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .contacts .block-4 {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .contacts .phone {
    margin-left: 0;
    margin-bottom: none;
  }
  .contacts .phone .sub-title {
    padding-top: 20px;
  }
  .contacts .phone p {
    font-size: 15px;
    margin-top: 20px;
  }
  .contacts .phone .hide {
    display: block;
  }
  .contacts .phone > .btns {
    display: flex;
    height: 50px;
  }
  .contacts .address {
    width: 100%;
    margin-right: 5%;
    margin-bottom: none;
  }
  .contacts .address .sub-title {
    padding-top: 20px;
  }
  .contacts .address .map {
    height: 360px;
    margin-top: 28px;
  }
  .contacts .address p {
    font-size: 15px;
    margin-top: 12px;
  }
  .contacts .feedback-form {
    width: 80%;
    margin-left: -5%;
  }
  .contacts .feedback-form .sub-title {
    font-weight: 600;
    font-size: 20px;
  }
  .contacts .feedback-form .form {
    margin-top: 18px;
  }
  .contacts .feedback-form h3 {
    margin-top: 16px;
    font-size: 26px;
    line-height: 32px;
  }
  .contacts .feedback-form h4 {
    margin-top: 18px;
  }
  .contacts .feedback-form p {
    font-size: 15px;
    line-height: 18px;
  }
  .contacts .props {
    width: 100%;
    margin-left: 0;
  }
  .contacts .props .sub-title {
    font-weight: 600;
    font-size: 20px;
  }
  .contacts .props .name {
    margin-top: 40px;
    font-size: 19px;
  }
  .contacts .props .t-sz-2 {
    font-size: 15px;
  }
  .contacts .props .t-sz-3 {
    font-size: 15px;
  }
  .contacts .props .m-13 {
    margin-top: 16px;
  }
}