.main-text {
  font-size: 18px;
  color: #816563;
}
.flex-cont {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
}
.flex-child {
  align-self: center;
}
.lechenie-utp {
  margin: 20px auto;
}
.utp-item {
  width: 32%;
  height: 230px;
  float: left;
  margin-right: 2%;
  padding: 10px 10px;
  background-size: 50%;
}
.utp-item img {
  margin: 0 auto;
  display: block;
}
.btn-application {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 195px;
  float: right;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #86C62B;
}
.btn-application:hover {
  background-color: #FF8E38;
  box-shadow: 0px 0px 8px -1px #b2b2b2;
  text-decoration: none;
  color: #fff;
}
.doctors, .reviews {
  margin: 30px auto;
}
.doctors .owl-prev, .doctors .owl-next, .reviews .owl-prev, .reviews .owl-next {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 17px;
  margin-top: -10px;
  text-indent: -9999px;
  background: url(../img/landing-slider.png);
}
.doctors .owl-next, .reviews .owl-next {
  right: 0;
  -ms-background-position-x: right;
  background-position-x: right;
}
.doctors {
  position: relative;
}
.utp-item h3 {
/*  font-family: "RobotoBold";*/
  font-size: 16px;
  text-align: center;
}
.utp-item:nth-child(3) {
  margin-right: 0;
}
.owl-item h3 {
  font-size: 24px;
  margin-top: 10px;
}
.reviews .owl-item {
  padding: 0 20px;
}
.special h2, .reviews h2 {
  font-family: "RobotoBold";
  color: #816563;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.price {
  background-color: #fff;
  margin-top: 20px;
}
.price-item {
  width: 50%;
  color: #666;
  float: left;
  text-align: center;
  border-top: 1px solid #d3d2d2;
  height: 50px;
}
.price-item span {
  display: inline-block;
  width: 100%;
  font-size: 15px;
}
.price-item:nth-child(even) {
  border-right: 1px solid #e5e4e4;
  width: 70%;
  text-align: left;
  padding-left: 30px;
}
.doctors {
  padding: 10px 10px 15px;
  background: #fbfafa;
}
.price-item:nth-child(odd) {
  width: 30%;
}
.doctors h3 {
  color: #333;
}
.doc-text a {
  background: #ff8d41;
  border-radius: 21px / 20px;
}
.reviews {
  position: relative;
  background: #ffaf4e;
  padding: 30px 20px;
  margin-bottom: 50px;
}
.reviews:after {
  position: absolute;
  content: '';
  bottom: -24px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 25px solid #ffaf4e;
  border-right: 26px solid transparent;
}
.reviews-slider, .doctors-slider {
  padding-left: 0;
  max-height: 280px;
  overflow: hidden;
}
.reviews figcaption, .doctors figcaption {
  color: #816563;
  font-size: 15px;
  font-family: "RobotoBold";
  text-align: center;
}
.rev-text h3, .doc-text h3 {
  color: #816563;
  font-size: 23px;
  font-family: "RobotoBold";
}
.doctors h3 {
  position: relative;
  color: #333;
  padding-bottom: 30px;
}
.doctors p {
  font-size: 15px;
  color: #666;
  margin-right: 10px;
}
.doctors h3:before {
  content: ',,';
  position: absolute;
  display: block;
  font-size: 50px;
  color: #FF8D41;
  font-weight: bold;
  bottom: 0;
}
.rev-text h3 {
  position: relative;
  padding-top: 25px;
  color: #fff;
  font-size: 30px;
  width: 100%;
  border-bottom: 1px solid #ffc37a;
  padding-bottom: 10px;
}
.rev-text h3:before {
  content: ",,";
  position: absolute;
  display: block;
  color: #fff;
  font-size: 100px;
  top: -85px;
}
.reviews p {
  color: #fff;
  font-size: 15px;
  font-style: italic;
}
.reviews figure, .doctors figure {
  width: 30%;
  margin: 0;
}
.rev-text, .doc-text {
  width: 80%;
}
.reviews .rev-text {
  width: 100%;
}
.reviews figure, .rev-text, .doctors figure, .doc-text {
  float: left;
}
div.reviews .owl-item img, div.doctors .owl-item img {
  height: 160px;
  width: 160px;
  border-radius: 50%;
  padding: 15px;
  margin: 0 auto;
}
.main-form {
  background: #ffaf4e;
}
.form-title {
  text-align: center;
  font-size: 30px;
  color: #816563;
  font-family: "RobotoBold";
}
.main-form {
	padding: 30px;
}
.main-form button {
  position: relative;
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 10px;
  background: #ff6e41;
  color: #fff;
  text-transform: uppercase;
  border: none;
  -moz-border-radius: 21px / 20px;
  -webkit-border-radius: 21px / 20px;
  border-radius: 21px / 20px;
  background-color: #ff6d41;
}
.main-form button:before, .main-form button:after {
  content: '';
  display: block;
  position: absolute;
  width: 214px;
  height: 1px;
  top: 19px;
  border: 1px dashed;
} 
.main-form button:before {
  left: -215px;
}
.main-form button:after {
  right: -215px;
}
.main-form button:hover, .main-form button:focus {
  background: #18a794;
  color: #fff;
}
.main-form form {
  margin-top: 15px;
}
.form-title h2 span, .form-title .big-title{
  font-size: 36px;
  text-transform: uppercase;
}
.form-title {
  margin-top: 10px;
  font-size: 13px;
  color: #fff;
}
.main-form .form-group {
  width: 48%;
  float: left;
}
.main-form input {
  border-radius: 0;
  height: 42px;
  border: none;
}
.main-form .form-group:nth-child(2) {
  width: 49%;
  float: right;
}
.form-title h2, .form-title p {
  margin: 0;
  color: #fff;
  font-size: 22px;
}
.price-item.price-title {
  background: #86c62b;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #fff;
}
.price-item:nth-child(4), .price-item:nth-child(5) {
  border-top-color: #70ad1a;
}
.price-item.price-title:nth-child(2) {
  border-right: 1px solid #70ad1a;
}
.price-item {
  background: #fbfafa;
}
.price-item:not(.price-title) strong {
  color: #86c62b;
}
.price-item.subtitle {
  border-top-color: #86C62B;
}
.price-item:not(.subtitle):not(.price-title):not(:nth-child(4)):not(:nth-child(5)) {
  border-top-style: dashed;
}
.doctors .owl-carousel .owl-item {
  min-height: 260px;
}
.flex-cont a {
  position: absolute;
    bottom: 0;
    right: 20px;
}
.doctors {
  overflow: hidden;
}

.page-default-index .doctors h3, .page-default-index .utp-item h3 {
  color: currentColor;
}

.page-default-index .rev-text h3 {
  color: #fff;
}