.contacts-one {
   margin-bottom: 80px;
}

.contacts__title {
  font-family: 'PT Serif';
  font-weight: 700;
  font-size: 48px;
  line-height: 117%;
  color: #373B32;
  margin-bottom: 60px;
}

.contacts-one .contacts__info {
  max-width: 400px;
}

.contacts-one .contacts__info .addresses span {
  text-transform: uppercase;
  color: #8d8d8d;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.contacts-one .contacts__info .addresses .address {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.contacts-one .contacts__info .addresses .address p {
  font-size: 14px;
  margin: 0;
  color: #000;
}

.contacts-one .contacts__info .phones {
  margin-bottom: 20px;
  display: flex;
}

.contacts-one .contacts__info .phones span {
  text-transform: uppercase;
  color: #8d8d8d;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.contacts-one .contacts__info .phones .phone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.contacts-one .contacts__info .phones .phone a:hover {
  color: #83aa51;
}

.contacts-one .contacts__info .emails {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

.contacts-one .contacts__info .emails span {
  text-transform: uppercase;
  color: #8d8d8d;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.contacts-one .contacts__info .emails .email {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.contacts-one .contacts__info .emails .email a {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #373B32;
}

.contacts-one .contacts__info .emails .email a:hover {
  color: #83aa51;
}

.contacts-one .contacts__info .emails span {
  width: 100%;
  margin-bottom: 20px;
}

.contacts-one .contacts__info .emails .social img,
.contacts-one .contacts__info .emails .social svg {
  filter: invert(0.5);
  width: 26px;
  height: 26px;
  margin-right: 8px;
}

.contacts-one .contacts__info .socials span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.contacts-one .contacts__info .socials a+a {
  margin-left: 30px;
}

.contacts-one .contacts__info .socials a svg {
  fill: #000 !important;
  width: 25px;
}

.contacts-one .map .map-holder {
  margin-top: 0;
  height: 380px;
}

.contacts-one .map .map-holder .ymaps-2-1-78-map ymaps {
  border-radius: 20px;
  filter: grayscale(100%);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .contacts-one .contacts__info {
    width: 100%;
  }

  .contacts-one .contacts__info .socials {
    position: relative;
  }

  .contacts-one .map {
    width: 100%;
  }

  .contacts-one .map .map-holder {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contacts-one .wrapper {
    padding: 0;
  }

  .contacts-one .wrapper .contacts__info {
    padding: 0;
    margin-top: 10px;
    width: 100%;
  }

  .contacts-one .wrapper .contacts__info .socials {
    position: relative;
  }

  .contacts-one .wrapper .map {
    padding: 0;
    width: 100%;
  }

  .contacts-one .wrapper .map .map-holder {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .map {
    width: 100%;
  }
}

.contacts__row {
  display: grid;
  grid-template-columns: 400px auto;
  gap: 100px;
}

@media (max-width: 992px) {
  .contacts__row {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.addresses {
  display: flex;
  margin-bottom: 25px;
}

.icon__phones,
.icon__time,
.icon__address,
.icon__emails {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  object-fit: cover;

}

.icon__phones>*,
.icon__time>*,
.icon__address>*,
.icon__emails>* {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  object-fit: cover;
}



.icon__address {
  margin-right: 10px;
  padding-top: 2px;
}

.address_name {
  font-family: 'PT Serif';
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #373B32;
  margin-bottom: 10px;
}

.address_value p {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #373B32;
}

.icon__phones {
  margin-right: 10px;
}

.phones__title {
  font-family: 'PT Serif';
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #373B32;
  margin-bottom: 10px;
}

.phone a {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #373B32;
  margin-bottom: 5px;
}

.icon__emails {
  margin-right: 10px;
}

.socials__link--itm {
  /* width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  object-fit: cover; */
}

.socials__link--itm svg path {
  /* width: 24px; */
  /* height: 24px; */
  /* min-width: 24px; */
  /* min-height: 24px; */
  /* object-fit: cover; */
}

.emails__title {
  font-family: 'PT Serif';
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #373B32;
  margin-bottom: 10px;
}

.socials__contacts {
  margin-left: 32px;
  display: flex;
  align-items: center;
}

.time {
  display: flex;
  margin-bottom: 25px;
}

.icon__time {
  margin-right: 10px;
}

@media(max-width: 425px) {
  .contacts__title {
    font-size: 36px;
  }
}

.socials__link-contacts {
  margin-right: 30px;
}