.main-page-content {
	padding-bottom: 40px;
}
.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: 992px) {
	.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: 992px) {
	.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: 992px) {
	.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: 992px) {
	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: 992px) {
	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: 992px) {
	.title-description {
		font-size: 14px;
		margin-bottom: 30px;
	}
}


@media (max-width: 992px) {
	.specialists {
		margin-bottom: 50px;
	}
}
.specialist-item {
	margin-bottom: 20px;
}
.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: 992px) {
	.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: 992px) {
	.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: 992px) {
	.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: 992px) {
	.callback-form h2 {
		margin-bottom: 70px;
	}
}
.callback-form__content {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 992px) {
	.callback-form__content {
		flex-direction: column;
	}
}
.callback-form__text {
	width: calc(48% - 50px);
	padding-top: 15px;
}
@media (max-width: 992px) {
	.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: 992px) {
	.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(/verstka/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: 992px) {
	.btn {
		margin: 0 auto;
	}
}

.mrt-block__content {
	width: calc(100% - 530px);
}
@media (max-width: 992px) {
	.mrt-block__content {
		width: 100%;
		margin-bottom: 30px;
	}
}
.mrt-block__text {
	position: relative;
	z-index: 10;
	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: 992px) {
	.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:after {
	display: none;
}
.owl-next:after {
	display: none;
}

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

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

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

.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: 992px) {
	.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: 992px) {
	.slide-item__image {
		margin-bottom: 20px;
	}
}
.slide-item__image img {
	display: block;
	width: 100%;
}

.mrt-carousel-second {
	margin-bottom: 100px;
}
.mrt-table table td {
	padding: 5px;
    border: 1px solid #eee;
}
@media (max-width: 992px) {
	.bottom-slider {
		/*width: calc(100% + 30px);*/
		margin: 0 -15px 50px -15px;
	}
} /*# sourceMappingURL=styles.css.map */

/*----------------------------------------*/
/*
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.main-page-content {
  padding-top: 40px;
  color: #323232;
  font-size: 18px;
  font-family: "play", sans-serif;
  font-weight: 400;
  line-height: 30px;
}
.inner-serv-slider {
  margin-bottom: 30px;
  margin: 0 auto;
}
.inner-serv-slider img {
  width: 100%;
}
.inner-serv-slider .slick-arrow {
  border: 3px solid #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.inner-serv-slider .slick-arrow:hover {
  opacity: 0.8;
}
.inner-serv-slider .slick-arrow:before {
  width: 30px;
  height: 30px;
  top: 0px;
  left: 0px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 100;
  text-align: center;
  line-height: 30px;
}
.inner-serv-slider .slick-arrow:hover::before {
  color: #ffffff;
}
.inner-serv-slider .slick-prev {
  left: 2%;
}
.inner-serv-slider .slick-prev:before {
  content: "\f060";
}
.inner-serv-slider .slick-next {
  right: 2%;
}
.inner-serv-slider .slick-next:before {
  content: "\f061";
}

.blue-line {
  display: block;
  width: 100%;
  height: 1px;
  background: #acecff;
}
.blue-line1 {
  margin-bottom: 40px;
}

.inner-title {
  color: #323232;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-top: 40px;
  border-top: 1px solid #acecff;
}
.specialist-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 408px;
  width: 100%;
  max-height: 532px;
  margin: 0 auto 30px;
}
.specialist-wrapper .img-block {
  max-height: 365px;
  overflow: hidden;
}
.specialist-wrapper .img-block img {
  width: 100%;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.specialist-wrapper:hover .img-block {
  max-height: 100%;
}
.specialist-wrapper:hover .img-block img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.specialist-wrapper .desc-wrapper {
  background: rgba(80, 166, 121, 1);
  color: #fff;
}
.specialist-wrapper .desc-wrapper.darckgreen {
  background: rgba(215, 77, 82, 1);
}
.specialist-wrapper:hover .desc-wrapper {
  display: block;
  position: absolute;
  max-width: inherit;
  width: inherit;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.specialist-wrapper:hover .desc-wrapper .desc-block {
  height: 100%;
}
.specialist-wrapper:hover .desc-wrapper .desc-block .name {
  display: block;
  position: absolute;
  width: 100%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border: none;
  color: #ffffff !important;
}
.specialist-wrapper:hover .desc-wrapper .desc-block .post {
  display: none;
}
.specialist-wrapper:hover .desc-wrapper .more-btn {
  position: absolute;
  bottom: 30%;
  left: 50%;
  margin: -25px 0 0 -77.5px;
  max-width: 200px;
  transition: none;
  color: #ffffff !important;
}
.specialist-wrapper:hover .desc-wrapper .more-btn:hover {
  color: #242424 !important;
}
.specialist-wrapper:hover .desc-wrapper .more-btn {
  color: #ffffff;
}
.specialist-wrapper .desc-wrapper {
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.specialist-wrapper:not(:hover) .desc-wrapper .more-btn {
  display: inline-block;
  padding: 0;
  width: auto;
  border: none;
  transition: none;
  color: #fff;
}
.specialist-wrapper .desc-wrapper .desc-block {
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 10px;
}
.specialist-wrapper .desc-wrapper .name {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 14px;
  margin-bottom: 10px;
}
.specialist-wrapper .desc-wrapper .post {
  height: 60px;
  font-size: 14px;
  font-family: "Play", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 150%;
}

.quote-wrapper {
  display: block;
  position: relative;
  padding-top: 60px;
  overflow: hidden;
  color: #323232;
  font-size: 16px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-variant: normal;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  line-height: 24px;
  margin: 40px auto;
}
.quote-wrapper .quote-icon {
  display: block;
  position: absolute;
  width: 45px;
  height: 38px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.quote-wrapper .quote-icon:before {
  display: block;
  position: absolute;
  content: "";
  width: 1000px;
  height: 1px;
  background: #7acfd6;
  top: 50%;
  right: 130%;
  transform: translateY(-50%);
}
.quote-wrapper .quote-icon:after {
  display: block;
  position: absolute;
  content: "";
  width: 1000px;
  height: 1px;
  background: #7acfd6;
  top: 50%;
  left: 130%;
  transform: translateY(-50%);
}
.quote-wrapper .quote-desc {
  font-size: 24px;
  font-family: "play", sans-serif;
  line-height: 30px;
  margin-bottom: 15px;
  font-style: normal;
}
.styled-list2 {
  margin-bottom: 30px;
}
.styled-list {
  list-style: none;
  counter-reset: li;
  padding-left: 20px;
  margin-bottom: 30px;
}
.styled-list2 li {
  position: relative;
  color: #323232;
  font-size: 18px;
  font-family: "Play", sans-serif;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 5px;
  padding-left: 25px;
}
.styled-list2 li:before {
  display: block;
  position: absolute;

  content: " ";
  width: 20px;
  height: 20px;

  background-image: url("/images/check.jpg");

  font-weight: 300;
  text-align: center;
  line-height: 12px;
  top: 2px;
  left: 0;
}
.list-hd {
  color: #323232;
  font-size: 18px;
  font-family: "Play", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.styled-table {
  margin: 20px auto;
}
.styled-table table {
  color: #5b5b5b;
  font-size: 16px;
  font-weight: 400;
  max-width: none !important;
}
.styled-table table tbody tr:nth-child(2n + 1) {
  background: #adecfe;
}
.styled-table table tbody tr:nth-child(2n) {
  background: #f7f7f7;
}
.back {
  border-top: 1px solid #acecff;
  padding-top: 40px;
}
.back-btn {
  position: relative;
  padding-left: 25px;
  color: #242424;
  font-size: 16px;
  font-family: "Play", sans-serif;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}
.back-btn:before {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 16px;
  background: url(/img/back-icon.png) no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.write_doctor {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
*/
