.main-page-content {
  padding-top: 40px;
  color: #323232;
  font-size: 18px;
  font-family: "play", sans-serif;
  font-weight: 400;
  line-height: 30px;
}
.callback {
  position: relative;
  z-index: 9;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 80px;
  padding: 11px;
}
@media (max-width: 767px) {
  .callback {
    margin-bottom: 50px;
  }
}
.callback__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #30915a;
  padding: 25px 34px 25px 45px;
}
@media (max-width: 767px) {
  .callback__content {
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }
}
.callback__content p {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 118.182% */
  padding-right: 20px;
}
@media (max-width: 767px) {
  .callback__content p {
    font-size: 18px;
    padding-right: 0;
    margin-bottom: 30px;
    line-height: 24px;
    text-align: center;
  }
}
.callback__content p strong {
  font-weight: 700;
}
.callback__content p span {
  color: #30915a;
  font-weight: 700;
}

/* .btn {
  border-radius: 5px;
  background: #30915a;
  width: 188px;
  min-width: 188px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  transition: 0.5s;
  border: 0;
  cursor: pointer;
}
.btn:hover {
  background: rgba(48, 145, 90, 0.8);
} */

h2 {
  color: #333936;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
h2 span {
  position: relative;
}
h2 span .city {
  border-radius: 9px 9px 9px 0px;
  background: #e80000;
  position: absolute;
  white-space: nowrap;
  top: -10px;
  padding: 7px 15px;
  color: #fff;
  margin-left: 10px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
}
@media (max-width: 767px) {
  h2 span .city {
    margin-left: 0;
    padding: 5px 10px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    font-size: 12px;
    bottom: -100%;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (max-width: 319px) {
  h2 {
    font-size: 26px;
  }
}

.title-description {
  display: block;
  max-width: 785px;
  color: #515854;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
  margin-bottom: 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .title-description {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.specialists {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .specialists {
    margin-bottom: 50px;
  }
}

.specialist-item:hover .specialist-item__name {
  color: #30915a;
  text-decoration: underline;
}
.specialist-item__avatar {
  display: block;
  width: 164px;
  height: 250px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .specialist-item__avatar {
    width: 136px;
    height: 200px;
  }
}
.specialist-item__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.specialist-item__name {
  display: block;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 118.182% */
  margin-bottom: 13px;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .specialist-item__name {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .specialist-item__name {
    font-size: 16px;
    max-width: 136px;
  }
}
.specialist-item__position {
  color: #515854;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 160.714% */
  display: block;
  margin-bottom: 4px;
}
.specialist-item__more {
  color: #30915a;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.5px;
}

.information {
  position: relative;
  border-radius: 2px;
  border: 1px dashed #30915a;
  padding: 30px 300px 20px 80px;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .information {
    padding: 20px 20px 20px 40px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .information {
    margin-bottom: 50px;
  }
}
.information::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 24px;
  background: url(exclamation-icon.svg) 0 0 no-repeat;
  width: 14px;
  height: 58px;
}
@media (max-width: 992px) {
  .information::before {
    width: 7px;
    height: 29px;
    background-size: 7px auto;
    left: 16px;
    top: 16px;
  }
}
.information__title {
  color: #000;
  display: block;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 118.182% */
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .information__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.information__description {
  display: block;
  color: #30915a;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 992px) {
  .information__description {
    font-size: 14px;
  }
}
.information__text {
  padding-right: 30px;
}
@media (max-width: 992px) {
  .information__text {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.information__text--sm {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .information__text--sm {
    padding-right: 0;
  }
}
.information__text p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 144.444% */
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .information__text p {
    font-size: 16px;
    line-height: 22px; /* 144.444% */
  }
}
.information__text p:last-child {
  margin-bottom: 0;
}
.information__image {
  position: absolute;
  left: calc(100% - 340px);
  top: -120px;
}
@media (max-width: 992px) {
  .information__image {
    position: relative;
    top: 0;
    left: 0;
  }
}
.information__image img {
  display: block;
  max-width: 750px;
}
@media (max-width: 992px) {
  .information__image img {
    width: 100%;
  }
}
.information__image--polis {
  left: calc(100% - 380px);
  top: 30px;
}
.information__image--polis img {
  display: block;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 992px) {
  .information__image--polis {
    position: relative;
    top: 0;
    left: 0;
  }
}
.callback-form {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .callback-form h2 {
    margin-bottom: 70px;
  }
}
.callback-form__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .callback-form__content {
    flex-direction: column;
  }
}
.callback-form__text {
  width: calc(48% - 50px);
  padding-top: 15px;
}
@media (max-width: 767px) {
  .callback-form__text {
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.callback-form__text p {
  color: #515854;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 22px; /* 122.222% */
}
.callback-form__text p a {
  color: #30915a;
}
.callback-form__text p a:hover {
  text-decoration: underline;
}
.callback-form__form {
  width: calc(52% - 50px);
}
@media (max-width: 767px) {
  .callback-form__form {
    width: 100%;
  }
}
.callback-form__form form {
  display: flex;
  flex-direction: column;
}
.form-group {
  width: 100%;
  margin-bottom: 20px;
  /* == Checkbox == */
}
.form-group input[type="text"] {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #30915a;
  padding: 15px 0;
  color: #000;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
}
.form-group input[type="text"]::-moz-placeholder {
  color: #b8bab9;
}
.form-group input[type="text"]::placeholder {
  color: #b8bab9;
}
.form-group input[type="checkbox"] {
  display: none;
}
.form-group input[type="checkbox"] + label {
  color: #30915a;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
  cursor: pointer;
}
.form-group input[type="checkbox"] + label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -3px 10px 0 0;
  vertical-align: middle;
  border-radius: 2px;
  border: 1px solid #30915a;
}
.form-group input[type="checkbox"]:checked + label span {
  background: url(check-icon.svg) 50% 50% no-repeat;
}
.form-group input[type="checkbox"] + label span,
.form-group input[type="checkbox"]:checked + label span {
  transition: background-color 0.4s linear;
}

@media (max-width: 767px) {
  .btn {
    margin: 0 auto;
  }
}

.mrt-block__content {
  width: calc(100% - 530px);
}
@media (max-width: 992px) {
  .mrt-block__content {
    width: 100%;
    order: -2;
    margin-bottom: 30px;
  }
}
.mrt-block__text {
  max-width: 500px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .mrt-block__text {
    padding-bottom: 0;
    max-width: 100%;
  }
}
.mrt-block__text p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mrt-block__text p {
    font-size: 14px;
    line-height: 24px;
  }
}
.mrt-block__text p:last-child {
  margin-bottom: 0;
}
.mrt-block__image {
  position: absolute;
  left: calc(100% - 300px);
  top: -170px;
}
@media (max-width: 992px) {
  .mrt-block__image {
    display: none;
  }
}

/* .slider {
  position: relative;
  width: 500px;
}
@media (max-width: 992px) {
  .slider {
    width: 100%;
    order: 1;
  }
}
.slider img {
  width: 100%;
} */

.owl-prev {
  position: relative;
  width: 9px;
  height: 15px;
  background: url(slider-arrow.svg) !important;
  left: auto;
  right: auto;
}
.owl-prev:after {
  display: none;
}

.owl-pagination {
  position: relative;
  width: auto !important;
  margin: 0 15px;
  top: -11px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-next {
  position: relative;
  width: 9px;
  height: 15px;
  background: url(slider-arrow.svg) !important;
  transform: rotate(-180deg);
  left: auto;
  right: auto;
}
.owl-next:after {
  display: none;
}
.owl-next,
.owl-prev {
  cursor: pointer;
  border: none !important;
  margin-top: calc(0px - (44px / 2));
}

.owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.owl-dot {
  border-radius: 50%;
  background: #d2e7db;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 5px;
  padding: 0;
}

.owl-dot.active {
  background: #30915a;
}

.slide-item p {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}
@media (max-width: 767px) {
  .slide-item p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 15px;
  }
}
.slide-item__image {
  max-width: 950px;
  margin: 0 auto 80px;
  display: block;
}
@media (max-width: 767px) {
  .slide-item__image {
    margin-bottom: 20px;
  }
}
.slide-item__image img {
  display: block;
  width: 100%;
}

.bottom-slider {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .bottom-slider {
    /*width: calc(100% + 30px);*/
    margin: 0 -15px 50px -15px;
  }
} /*# sourceMappingURL=styles.css.map */
