:root {
  --tekst-na-belom: #1c1c1c;
  --linii: #e8e8e8;
  --zelenyy-akcent-3: #9bca02;
  --tekst-na-temnom---zelenyy: #fbfbfb;
  --text: #4f4f4f;
}

.main-wrapper {
  padding-bottom: 126px;
}

.banner-vrach {
  background-image: url(../images/vrach-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 118px 0 168px;
}
@media (min-width: 1240px) {
  .banner-vrach {
    padding: 118px 0;
  }
}
.banner-vrach .desc {
  font-family: FuturaBookC;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  color: var(--color-1);
  max-width: 545px;
}
.banner-vrach .btn-arrow-right-circle {
  position: absolute;
  bottom: -100px;
  left: 20px;
}
@media (min-width: 1240px) {
  .banner-vrach .btn-arrow-right-circle {
    transform: translateY(50%);
    bottom: 50%;
    right: 100px;
    left: auto;
  }
}

@media (min-width: 1240px) {
  .page-vrach {
    padding-left: 20px;
  }
}
.page-vrach h1 {
  margin-bottom: 38px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-vrach h1 {
    text-align: left;
  }
}
.page-vrach .doctor-wrapper {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  grid-gap: 60px;
}
@media (min-width: 1240px) {
  .page-vrach .doctor-wrapper {
    grid-template-columns: 353px auto;
  }
}
.page-vrach .doctor-wrapper .doctor-desc {
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  color: var(--color-3);
}
.page-vrach .doctor-wrapper .img-wrapper {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-vrach .doctor-wrapper .img-wrapper {
    margin: 0;
  }
}
.page-vrach .doctor-wrapper .img-wrapper .number {
  font-family: FuturaBookC;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-1);
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 14px;
}
.page-vrach .doctor-wrapper .img-wrapper .doctor-image {
  max-width: 300px;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .page-vrach .doctor-wrapper .img-wrapper .doctor-image {
    max-width: 354px;
    width: 354px;
  }
}
.page-vrach .doctor-wrapper .doctor-desc > * {
  margin-bottom: 23px;
}
.page-vrach .doctor-wrapper .doctor-desc ul {
  margin-bottom: 23px;
}
.page-vrach .doctor-wrapper .doctor-desc ul li {
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  color: var(--color-3);
  margin-bottom: 8px;
}
.page-vrach .doctor-wrapper .doctor-desc .title {
  font-family: FuturaBookC;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  color: var(--color-3);
  margin-bottom: 5px;
}
.page-vrach .doctor-wrapper .doctor-desc .title2 {
  font-family: FuturaBookC;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
  color: var(--color-3);
  margin-bottom: 14px;
}

.gramoty .container-2 {
  grid-template-columns: repeat(auto-fill, 300px);
}
.gramoty .container-2 a {
  width: 300px;
}
.gramoty .container-2 a img {
  width: 300px;
}/*# sourceMappingURL=page-vrach.css.map */