font-family: 'Roboto', sans-serif;
font-family: 'Ubuntu', sans-serif;

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


* {
  box-sizing: border-box;
}

.tab-block {
  display: none;
}

ul {
  margin: 0;
}

html, body {
  min-height: 100%;
}

html {
  position: relative;
}

.gui-panel.catologue-panel li:nth-child(4n+1) {
    margin-left: 0;
}

.gui-panel.catologue-panel li {
    padding-left: 0;
    background: none;
    float: left;
    display: block;
    width: calc(25% - 15px);
    overflow: hidden;
    margin: 20px 10px;
    height: auto;
}

gui-panel.catologue-panel li a {
    display: block;
    font-size:15px;
    color: #353535;
}

#site-loading {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  bottom: 0;
  background: #ededed url("../images/preloader.gif") no-repeat center center;
}

body {
  font-family: "Ubuntu", sans-serif;
  background: #fff;
  color: #2c2c2c;
  padding-bottom: 220px;
}

.ft_text {
      line-height: 25px;
}

::-webkit-input-placeholder {
  color: #2c2c2c;
  font-family: "Ubuntu", sans-serif;
}

::-moz-placeholder {
  color: #2c2c2c;
  font-family: "Ubuntu", sans-serif;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #2c2c2c;
  font-family: "Ubuntu", sans-serif;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #2c2c2c;
  font-family: "Ubuntu", sans-serif;
}

.widget > .title {
  background: none;
  text-align: center;
  text-transform: uppercase;
  color: #2c2c2c;
  font-weight: 900;
  font-size: 24px;
  padding: 0;
}

.ccontainer {
  width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}

.bold {
  font-weight: bold;
}

header {
  padding: 45px 0 33px;
  border-bottom: 2px solid #38b0bb;
  position: relative;
}
header .container {
  overflow: hidden;
  padding: 0 20px;
}

.place {
  line-height: 150%;
   font-size: 15px;
}

.phone {
  line-height: 150%;
}
.phone .phone-wrapper {
  display: inline-block;
  text-align: right;
}
.phone .phone-wrapper a {
color: #ffffff;
    text-decoration: none;
    /* border-bottom: 1px dotted #38b0bb; */
    background: #ff191b;
    padding: 3px 25px;
}
.phone .number {
  font-weight: bold;
  font-size: 19px;
}

.work-hours {
  padding-left: 0;
  line-height: 150%;
      font-size: 15px;
}
.work-hours img {
  display: block;
  float: left;
  padding-right: 10px;
  
}

header .work-hours {
  float: right;
}

.logo a {
  display: block;
  width: 222px;
  height: 63px;
  background: url("../images/logo.png");
  -webkit-background-size: cover;
  background-size: cover;
}

.main-menu nav {
  height: 65px;
  background: none;
  margin-bottom: 0;
  z-index: 6;
  position: relative;
}
.main-menu nav.not-main {
  height: 40px;
}
.main-menu nav.not-main .menu {
  height: auto;
  line-height: 35px;
  background: #f0f0f0;
}
.main-menu nav.not-main .menu ul {
  text-align: left;
}
.main-menu nav.not-main .menu > li > .item {
  font-size:15px;
}
.main-menu nav .widget > .body {
  padding: 0;
}
.main-menu nav .menu {
  height: auto;
  line-height: 70px;
  background: none;
  float: none;
  width: 100%;
  text-align: center;
}
.main-menu nav .menu ul {
  text-align: left;
}
.main-menu nav .menu > li {
  float: none;
  display: inline-block;
  margin: 0 25px;
}
.main-menu nav .menu > li > .item {
  color: #323232;
  border-bottom: 5px solid transparent;
  text-transform: none;
  font-weight: normal;
  font-size:15px;
}
.main-menu nav .menu > li > .item .wrap {
  background: none;
  position: relative;
  background: none !important;
  display: inline-block;
}
.main-menu nav .menu > li.folder > .item .wrap {
  background: none;
  position: relative;
  background: none !important;
  display: inline-block;
}
.main-menu nav .menu > li:hover > .item {
  background-color: transparent !important;
  border-bottom: 5px solid #ffe656;
}

.main-slider {
  margin-top: -65px;
}
.main-slider .ccontainer {
  padding: 0;
}
.main-slider .widget {
  margin-bottom: 0;
}
.main-slider .widget > .body {
  padding: 0;
}

.slider_list {
  height: 680px;
}
.slider_list .owl-item:first-child .item .image::after {
  content: none;
}
.slider_list .item {
  position: relative;
  height: 680px;
  overflow: hidden;
}
.slider_list .item .image {
  float: none;
  margin-right: 0;
  height: 100%;
}
.slider_list .item .image::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  opacity: .5;
}
.slider_list .item .info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slider_list .item .info .title {
  text-align: center;
}
.slider_list .item .info .title a {
  color: #2e2e2e;
  font-weight: 900;
  font-size: 42px;
  text-decoration: none;
  line-height: 60px;
    text-transform: uppercase;
}
.slider_list .item .info .teaser {
  text-align: center;
  font-size:15px;
  text-transform: uppercase;
  color: #2e2e2e;
  margin-top: 40px;
}
.slider_list .owl-nav .owl-prev, .slider_list .owl-nav .owl-next {
  position: absolute;
  width: 66px;
  height: 104px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.slider_list .owl-nav .owl-prev {
  background: url("../images/prev-arrow.png") no-repeat;
  background-size: cover;
  left: 80px;
  text-indent: -9999px;
}
.slider_list .owl-nav .owl-next {
  background: url("../images/next-arrow.png") no-repeat;
  background-size: cover;
  right: 80px;
  text-indent: -9999px;
}
.slider_list .owl-dots {
  position: absolute;
  bottom: 180px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.slider_list .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 40px;
  width: 20px;
  height: 20px;
  border: 5px solid #2e2e2e;
  background: transparent;
  background-clip: padding-box;
}
.slider_list .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.slider_list .owl-dots .owl-dot.active {
  background: #2e2e2e;
  border: 5px solid transparent;
  background-clip: padding-box;
}

.vectors .container {
  margin-top: -83px;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 45px;
  padding-top: 40px;
  padding-bottom: 50px;
}
.vectors h2 {
  color: #343434;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 45px;
}
.vectors .vector {
  display: inline-block;
  width: -moz-calc(100%/6 - 5px);
  width: -webkit-calc(100%/6 - 5px);
  width: calc(100%/6 - 5px);
  text-align: center;
  vertical-align: top;
  font-size:15px;
}
.vectors .vector .icon {
  margin-bottom: 30px;
}
.vectors .vector .icon img {
  max-width: 100%;
  max-height: 55px;
}

.numbers {
  margin-top: -210px;
  background: #f3f3f3;
  padding: 0 22px;
  padding-top: 250px;
  padding-left: 70px;
  text-align: center;
}
.numbers .widget {
  background: none;
  margin-bottom: 0;
}
.numbers .widget > .title {
  text-align: left;
}
.numbers .widget .body {
  padding-bottom: 60px;
}
.numbers img {
  max-width: 100%;
}

.feedback-block {
  padding-left: 68px;
  vertical-align: top;
}
.feedback-block h2 {
  font-weight: 900;
  font-size: 22px;
  color: #38b0bb;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 40px;
}
.feedback-block p {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.feedback-block form.iforms input[type="text"] {
  width: 100%;
  border: 3px solid #979797;
  height: 60px;
  line-height: 50px;
  font-size:15px;
  text-transform: uppercase;
  padding-left: 25px;
  margin-bottom: 25px;
  box-sizing: border-box;
  color: #2c2c2c;
}
.feedback-block input[type="submit"] {
  -webkit-appearance: none;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #ff1919;
  text-transform: uppercase;
  text-align: center;
  border: none;
  font-family: "Ubuntu", sans-serif;
  font-size:15px;
  font-weight: bold;
color: #fff;
  border-radius: 0;
  padding: 0;
}

.whywe {
  margin-bottom: 75px;
}
.whywe .ccontainer {
  position: relative;
  background: #fff;
  padding: 0 28px;
  padding-top: 80px;
  padding-bottom: 50px;
}
.whywe h2 {
  color: #343434;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  margin-top: 80px;
  margin-bottom: 65px;
}
.whywe .item {
  display: inline-block;
  vertical-align: top;
  width: -moz-calc(100%/6 - 5px);
  width: -webkit-calc(100%/6 - 5px);
  width: calc(100%/6 - 5px);
  text-align: center;
}
.whywe .item .icon {
  margin-bottom: 30px;
}
.whywe .item .icon img {
  max-height: 55px;
}
.whywe .item .text {
  padding: 0 30px;
    font-size:15px;
}

.get-on-consult {
  border-top: 5px solid #ffe656;
  padding-top: 50px;
  line-height: 150%;
  margin-bottom: 110px;
}
.get-on-consult .desc {
  vertical-align: top;
  padding-right: 35px;
}
.get-on-consult .desc .text {
  margin-bottom: 20px;
}
.get-on-consult .desc .button {
  display: block;
  width: 400px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  background: #ff1919;
  font-weight: bold;
  color: #fff;
}
.get-on-consult .desc .button:hover {
  cursor: pointer;
}
.get-on-consult .doctor .photo, .get-on-consult .doctor .about {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.get-on-consult .doctor .photo {
  margin-top: -64px;
}
.get-on-consult .doctor .photo img {
  max-width: 100%;
}
.get-on-consult .doctor .about {
  padding-left: 50px;
}
.get-on-consult .doctor .about .text {
  margin-bottom: 100px;
}
.get-on-consult .doctor .about .name {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 35px;
}

.reviews {
  margin-bottom: 80px;
}
.reviews .widget > .title {
  margin-bottom: 60px;
  height: auto;
  line-height: 1;
}
.reviews .widget > .body {
  padding: 0;
}
.reviews .reviews_list {
  overflow: visible;
}
.reviews .item-link {
  text-decoration: none;
  color: #2c2c2c;
}
.reviews .item {
  margin-bottom: 10px !important;
  transition: .25s;
 border: 1px solid #ffe656;
  padding: 32px 20px 27px;
  height: 310px;
}
.reviews .item:hover {
  border: 3px solid #ffe656;
}
.reviews .item .review-author {
  text-align: center;
}
.reviews .item .review-author::after {
  content: '';
  background: url("../images/quote.png") no-repeat center center;
  width: 100%;
  height: 30px;
  display: block;
  margin-top: 25px;
  margin-bottom: 40px;
  text-align: center;
}
.reviews .item .teaser {
  margin-bottom: 50px;
}
.reviews .item .details .date {
  font-size:15px;
  font-family: "Ubuntu", sans-serif;
  color: #2c2c2c;
  display: block;
  text-align: center;
}

.all-reviews {
  display: block;
  background: #ffe656;
  color: #2c2c2c;
  text-transform: uppercase;
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
.all-reviews:hover {
  color: #2c2c2c;
}

.tabs #map {
  margin-top: 0;
}
.tabs .widget_tabbed {
  margin-bottom: 0;
}
.tabs .widget_tabbed .body {
  padding: 0;
}
.tabs .widget_tabbed .tabs ul {
  background: none;
  text-align: center;
  margin-bottom: 50px;
  overflow: visible;
  height: auto;
  line-height: 1;
}
.tabs .widget_tabbed .tabs ul li {
  display: inline-block;
  float: none;
  height: auto;
  line-height: 1;
}
.tabs .widget_tabbed .tabs ul li a {
  font-size: 24px;
  font-weight: 900;
  position: relative;
  height: auto;
  line-height: 1;
  color: #333;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.tabs .widget_tabbed .tabs ul li a::after {
  content: '';
  position: absolute;
  width: 31px;
  height: 20px;
  background: url("../images/tab-active.png") no-repeat;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: .25s;
}
.tabs .widget_tabbed .tabs ul li a.hover {
  text-decoration: underline;
}
.tabs .widget_tabbed .tabs ul li a.active::after {
  opacity: 1;
}
.tabs .widget_tabbed .tabs ul li a:not(.active) {
  text-decoration: underline;
}

.bottom-main-menu {
  background: #ededed;
  margin-bottom: 45px;
}
.bottom-main-menu .ccontainer {
  overflow: hidden;
}
.bottom-main-menu .nav {
  height: 40px;
  background: none;
  margin-bottom: 0;
  float: left;
}
.bottom-main-menu .nav .widget > .body {
  padding: 0;
}
.bottom-main-menu .nav .menu {
  height: auto;
  line-height: 40px;
  background: none;
  overflow: hidden;
  text-align: center;
}
.bottom-main-menu .nav .menu > .folder > a > .wrap {
  background: none !important;
  padding: 0;
}
.bottom-main-menu .nav .menu ul {
  display: none;
}
.bottom-main-menu .nav .menu li {
  float: none;
  display: inline-block;
}
.bottom-main-menu .nav .menu li.more {
  display: none;
}
.bottom-main-menu .nav .menu li .item {
  display: block;
  text-decoration: none;
  background: none !important;
  color: #323232;
  text-transform: none;
  font-weight: normal;
  font-size:15px;
  position: relative;
  padding: 0 20px;
}
.bottom-main-menu .nav .menu li .item::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  background: #ffe656;
  opacity: 0;
  transition: .25s;
  bottom: 0;
  left: 0;
}
.bottom-main-menu .nav .menu li .item:hover {
  background: none !important;
}
.bottom-main-menu .nav .menu li .item:hover::after {
  opacity: 1;
}

.search {
  position: relative;
}
.search::after {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  background: #d9d9d9;
  bottom: 0;
  top: 0;
}
.search .widget_search {
  margin: 0;
  background: none;
  padding: 0;
}
.search .widget_search input[type="text"] {
  padding-left: 35px;
  background: none;
  line-height: 40px;
  height: 40px;
  font-size:15px;
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  float: left;
}
.search .widget_search input[type="submit"] {
  -webkit-appearance: none;
  background: url("../images/search-icon.png") no-repeat center center;
  border: 0;
  line-height: 40px;
  height: 40px;
  font-size:15px;
  width: 40px;
  height: 40px;
  padding: 0;
}

footer {
  padding-bottom: 25px;
}
footer .bottom-contacts {
  margin-top: 20px;
}
footer .bottom-contacts .desk-block > div {
  display: inline-block;
  vertical-align: top;
  line-height: 150%;
      font-size: 14px;
}
footer .bottom-contacts .work-hours {
  width: 25%;
}
footer .bottom-contacts .address {
  padding-left: 40px;
  width: 50%;
}
footer .bottom-contacts .address .image {
  float: left;
  margin-right: 20px;
}
footer .bottom-contacts .phone-soc {
  margin-top: -20px;
  width: 25%;
  text-align: center;
}
footer .bottom-contacts .phone-soc a {
  display: inline-block;
  width: 40px;
  height: 40px;
}
footer .bottom-contacts .phone-soc a.vk-link {
  background: url("../images/vk.png") no-repeat;
}

footer .bottom-contacts .phone-soc a.fb-link {
  background: url("../images/fb.png") no-repeat;
}

footer .bottom-contacts .phone-soc a.insta-link {
  background: url("../images/insta.png") no-repeat;
}
footer .bottom-contacts .phone-soc .phone-numb {
  font-weight: bold;
  font-size:15px;
}
footer .pay {
  text-align: right;
  line-height: 20px;
}
footer .pay img {
  max-width: 100%;
  margin-bottom: 10px;
}
footer .counters {
  text-align: right;
}
footer .counters img {
  margin-bottom: 10px;
}
footer .copyright span {
  display: inline-block;
  margin-right: 75px;
  padding-left: 15px;
  color: #979797;
   font-size: 12px;
}

#body section h1 {
  position: relative;
  margin-bottom: 65px;
}
#body section h1 span {
  text-transform: uppercase;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 15px;
}
#body section h1::after {
  content: '';
  position: absolute;
  right: 5px;
  width: 100%;
  bottom: 7px;
  height: 1px;
  background: #ffe656;
  left: 0;
}

.contacts-data .item {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
}
.contacts-data .item .title {
  font-size:15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.contacts-data .item .text {
  line-height: 150%;
}
.contacts-data .item .phone {
  font-weight: bold;
  font-size:15px;
}

.contacts-feedback {
  position: relative;
  z-index: 1;
  padding-right: 10px;
}
.contacts-feedback h2 {
  font-size:15px;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #2c2c2c;
}
.contacts-feedback .feedback-form {
  padding: 25px 20px;
  padding-bottom: 40px;
  background: #ffe656;
}
.contacts-feedback .feedback-form .ft_iformsstring {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.contacts-feedback .feedback-form .ft_iformsstring input {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 17px;
  border: 0;
}

.contacts-feedback .feedback-form .form-error {
    display: block;
    font-size: 10px;
    color: #b94a48;
    margin-bottom: 30px;
    line-height: 100%;
    margin-top: -15px;
    margin-left: 17px;
}

.contacts-feedback .feedback-form .ft_iformsstring:first-child {
  padding-right: 0px;
}
.contacts-feedback .feedback-form .ft_iformsstring:nth-child(2) {
  padding-left: 30px;
}
.contacts-feedback .feedback-form .ft_iformstext textarea {
  border: 0;
  padding-left: 23px;
}
.contacts-feedback .feedback-form .button-submit {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #38b0bb;
  border-radius: 0;
  width: 100%;
  padding: 0;
  margin-top: 10px;
  font-family: "Ubuntu", sans-serif;
  font-size:15px;
}

.contacts-map {
  margin-top: 0px;
}

.deskh-block {padding-left:70px}

#map {
  height: 540px;
  width: 100%;
  margin-top: 20px;
}

#breadcrumbs {
  padding: 10px 0;
  z-index: 5;
  margin: 0;
  margin-bottom: 10px;
  background: none;
  margin-top: 35px;
}
#breadcrumbs ul li a, #breadcrumbs ul li {
  color: #2c2c2c !important;
}
#breadcrumbs ul li.home a {
  background: none;
  height: auto;
  width: auto;
  text-decoration: none;
}
#breadcrumbs ul li.sep {
  background: none;
  padding: 0 5px;
}

#body:not(.doctor-page) .reviews_list {
  margin: 0 -10px;
}
#body:not(.doctor-page) .reviews_list .reviews_list_item {
  border: 5px solid #ffe656;
  padding: 23px 20px;
  margin: 0 10px;
  margin-bottom: 40px;
  width: calc(50% - 20px);
}
#body:not(.doctor-page) .reviews_list .reviews_list_item .fields.with-photo {
  float: left;
  width: -moz-calc(100% - 84px);
  width: -webkit-calc(100% - 84px);
  width: calc(100% - 84px);
}
#body:not(.doctor-page) .reviews_list .reviews_list_item .f_content {
  margin-bottom: 25px;
}
#body:not(.doctor-page) .reviews_list .reviews_list_item .f_review_author {
  font-weight: bold;
  color: #2d2d2d;
  margin-bottom: 25px;
}
#body:not(.doctor-page) .reviews_list .reviews_list_item .photo {
  float: right;
  margin-right: 0;
  margin-left: 10px;
  margin-top: 40px;
}
#body:not(.doctor-page) .reviews_list .reviews_list_item .photo a {
  position: relative;
  border: 5px solid transparent;
  display: block;
}
#body:not(.doctor-page) .reviews_list .reviews_list_item .photo a::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  transition: .25s;
  background: rgba(255, 255, 255, 0.9) url("../images/search-icon.png") no-repeat center center;
  opacity: 0;
}
#body:not(.doctor-page) .reviews_list .reviews_list_item .photo a:hover {
  border: 5px solid #38b0bb;
}
#body:not(.doctor-page) .reviews_list .reviews_list_item .photo a:hover::after {
  opacity: .6;
}
#body:not(.doctor-page) .reviews_list .reviews_list_item .f_answer .title_left {
  font-weight: bold;
  color: #2d2d2d;
  margin-bottom: 25px;
  float: none;
      font-weight: 600;
}

.doctor-page .reviews_list {
  margin: 0;
  margin-bottom: 80px;
}
.doctor-page .reviews_list .reviews_list_item {
  margin-bottom: 65px;
  width: 100%;
}
.doctor-page .reviews_list .reviews_list_item:last-child {
  margin-bottom: 0;
}
.doctor-page .reviews_list .reviews_list_item .f_content {
  margin-bottom: 15px;
}
.doctor-page .reviews_list .reviews_list_item .f_review_author a {
  text-transform: uppercase;
  color: #2d2d2d;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
      font-weight: 600;
}
.doctor-page .reviews_list .reviews_list_item .f_review_author a:hover {
  text-decoration: underline;
}
.doctor-page .reviews_list .reviews_list_item .photo {
  display: none;
}
.doctor-page .reviews_list .reviews_list_item .f_answer {
  border-left: 5px solid #6aa7ad;
  padding-left: 20px;
}
.doctor-page .reviews_list .reviews_list_item .f_answer .title_left {
  text-transform: uppercase;
  font-weight: normal;
  color: #2d2d2d;
  float: none;
  margin-bottom: 10px;
        font-weight: 600;
}
.doctor-page .reviews_list .reviews_list_item .bi_date_pub, .doctor-page .reviews_list .reviews_list_item .f_review_date {
  color: #757575;
  font-size: 13px;
  padding: 0;
}
.doctor-page .reviews_list .reviews_list_item .f_review_date {
  margin-bottom: 25px;
}

.doctor-page .addReview {
  margin-top: 0;
}

.addReview {
  width: 300px;
  height: 50px;
  line-height: 50px;
  color: #2c2c2c;
  background: #ffe656;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  float: right;
  position: relative;
  z-index: 1;
  margin-top: -10px;
}
.addReview:hover {
  cursor: pointer;
}

.addguest {
    width: 300px;
    height: 50px;
    line-height: 50px;
    color: #2c2c2c;
    background: #ffe656;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
    position: relative;
    z-index: 1;
    margin-top: -10px;
}

.addguest:hover {
  cursor: pointer;
}

.close-button {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: -30px;
    background: url(../images/close-button.png) no-repeat;
}


.close-button:hover {
  cursor: pointer;
}

.form-block {
    /* width: 300px; */
    background: #fffdf1;
    border: 3px solid #ffe656;
    padding: 50px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-block .widget > .body {
  padding: 0;
  display: block !important;
}
.form-block .iforms_container {
  padding-top: 40px;
}
.form-block h2 {
  position: relative;
  font-size:15px;
  text-transform: uppercase;
  color: #2c2c2c;
  margin: 0;
  font-weight: bold;
}
.form-block .ft_iformsstring input {
  line-height: 50px;
  height: 50px;
  border: 1px solid #979797;
  padding-left: 15px;
  margin-bottom: 10px;
}
.form-block .ft_iformstext textarea {
  border: 2px solid #979797;
  padding-left: 15px;
  margin-bottom: 40px;
}
.form-block .ft_iformsimage {
  margin-bottom: 40px;
}
.form-block .ft_iformsimage .upload.block {
  float: none;
  margin-right: 0;
  text-align: center;
}
.form-block .ft_iformsimage label {
  display: none;
}
.form-block .buttons {
  text-align: center;
}
.form-block .button-submit {
  width: 100%;
  height: 46px;
  line-height: 40px;
  font-family: "Ubuntu", sans-serif;
  border: 3px solid #ff1919;
  transition: .25s;
  background: none;
  color: #fff;
  text-align: center;
    background: #ff1919;
  padding: 0;
}
.form-block .button-submit:hover {
  background: #ff1919;
}

.review-form, .consult-form, .main-geton-form, .call-me-header {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10000;
}

.f_consult_form {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10000;
}
.f_consult_form .iforms_basic {
    max-width: 600px;
    background: #fff;
    border: 3px solid #ffe656;
    padding: 45px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.f_consult_form .iforms_basic .widget > .body {
  padding: 0;
}
.f_consult_form .iforms_basic .iforms_container {
  padding-top: 40px;
}
.f_consult_form .iforms_basic h2 {
  position: relative;
  font-size:15px;
  text-transform: uppercase;
  color: #2c2c2c;
  margin: 0;
  font-weight: bold;
}
.f_consult_form .iforms_basic .ft_iformsstring input {
  line-height: 40px;
  height: 40px;
  border: 2px solid #979797;
  padding-left: 15px;
  margin-bottom: 40px;
}
.f_consult_form .iforms_basic .ft_iformstext textarea {
  border: 2px solid #979797;
  padding-left: 15px;
  margin-bottom: 40px;
}
.f_consult_form .iforms_basic .ft_iformsimage {
  margin-bottom: 40px;
}
.f_consult_form .iforms_basic .ft_iformsimage .upload.block {
  float: none;
  margin-right: 0;
  text-align: center;
}
.f_consult_form .iforms_basic .ft_iformsimage label {
  display: none;
}
.f_consult_form .iforms_basic .buttons {
  text-align: center;
}
.f_consult_form .iforms_basic .button-submit {
  width: 265px;
  height: 46px;
  line-height: 40px;
  font-family: "Ubuntu", sans-serif;
     border: 3px solid #ff191b;
  transition: .25s;
  background: #ff191b;
  color: #fff;
  text-align: center;
  padding: 0;
}
.f_consult_form .iforms_basic .button-submit:hover {
  background: #ffe656;  color: #000;   border: 3px solid #ffe656;
}

/* PRICE PAGE ============================================== */
.price_block .block_header {
  color: #fff;
  font-weight: bold;
  background: #38b0bb;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  padding-right: 35px;
  position: relative;
  min-width: 215px;
}
.price_block .block_header_in {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  display: inline-block;
  font-family: RobotoBlack, sans-serif;
  width: calc(100% - 53px);
  margin-left: 53px;
}
.price_block .block_switch {
  display: inline-block;
  width: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-left: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.price_block .block_table {
  display: none;
}
.price_block .block_table .price_table thead th,
.price_block .block_table .price_table tbody td {
  border: none;
  padding: 10px;
}
.price_block.active .block_table {
  display: block;
}

.price_list.table table th {
  color: #38b0bb;
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
  background: none;
}

.price_table {
  width: 100%;
}
.price_table th {
  color: #38b0bb;
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
}
.price_table td, .price_table td a {
  color: #5c5c5c;
}
.price_table td:first-child {
  text-decoration: underline;
}

.price_table
.block_table .price_table thead th:first-child,
.block_table .price_table tbody td:first-child {
  padding-left: 55px;
}

.block_table .price_table .service_name,
.price_list .price_table .f_title {
  width: 65%;
}

.block_table .price_table .service_price,
.price_list.table .price_table .f_kod,
.block_table .price_table .service_price,
.price_list.table .price_table .f_price_service {
  width: 22.5%;
}

.price_table tbody tr:nth-child(2n+1) {
  background: rgba(0, 0, 0, 0.05);
}

.price_block {
  margin-bottom: 40px;
  overflow-x: auto;
}

@media screen and (max-width: 480px) {
  .block_table .price_table thead th:first-child, .block_table .price_table tbody td:first-child {
    padding-left: 10px;
  }
}
.doctors_item {
  margin-bottom: 55px;
}
.doctors_item .photo {
  margin-right: 20px;
  height: 380px;
  width: 100%;
}
.doctors_item .photo img {
  max-width: 100%;
}
.doctors_item .second-column .profession {
  margin-bottom: 70px;
}
.doctors_item .second-column .work-hours {
  line-height: 150%;
}
.doctors_item .second-column .work-hours *[class*="title"] {
  margin-bottom: 25px;
  font-weight: bold;
}
.doctors_item .content {
  line-height: 150%;
  position: relative;
  overflow: hidden;
  transition: .25s;
}
.doctors_item .content.overview {
  max-height: 350px;
}
.doctors_item .content.overview:not(.opened)::after {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 20px;
  content: '';
}
.doctors_item .content.overview.opened {
  max-height: 2000px;
  transition: .25s;
}
.doctors_item .content.overview.opened::after {
  content: none;
}
.doctors_item .details {
  color: #38b0bb;
  margin-top: 20px;
  display: none;
}
.doctors_item .details:hover {
  cursor: pointer;
}

.getOnConsult {
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  height: 46px;
  line-height: 40px;
  font-family: "Ubuntu", sans-serif;
  border: 3px solid #ff1919;
  background: #ff1919;
  transition: .25s;
  text-align: center;
  padding: 0;
  margin-bottom: 25px;
  margin-top: 25px;
  color: #fff;
}
.getOnConsult:hover {
  background: #ff1919;
  cursor: pointer;
   border: 3px solid #d40000;

}

#controller_wrap .ccontainer {
  padding: 0 15px;
}

.other-doctors .widget {
  margin-bottom: 80px;
}
.other-doctors .widget > .title {
  text-align: left;
  padding-left: 15px;
  margin-bottom: 30px;
}
.other-doctors .widget > .body {
  padding: 0 15px;
}
.other-doctors .widget.inner-consult-form > .title {
  text-align: left;
  padding-left: 0;
  margin-bottom: 30px;
}
.other-doctors .widget.inner-consult-form > .body {
  padding: 0;
}
.other-doctors .doctors_list .item .image {
  float: none;
  margin-right: 0;
  margin-bottom: 30px;
}
.other-doctors .doctors_list .item .image img {
  width: 100%;
}
.other-doctors .doctors_list .item .title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.other-doctors .doctors_list .item .title a {
  color: #2c2c2c;
  text-decoration: none;
  font-weight: 900;
}
.other-doctors .doctors_list .item .teaser {
  margin-bottom: 30px;
}

.doctors_list_item .photo {
  margin-bottom: 25px;
  margin-right: 0;
  float: none;
}
.doctors_list_item .f_title a {
  text-transform: uppercase;
  color: #2c2c2c;
  font-size: 22px;
  font-weight: 600;
}

.doctor-reviews {
  position: relative;
}
.doctor-reviews .addReview {
  position: absolute;
  top: -12px;
  right: 0;
  float: none;
}
.doctor-reviews h2 {
  position: relative;
  margin-bottom: 50px;
}
.doctor-reviews h2 span {
  background: #fff;
  text-transform: uppercase;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 15px;
}
.doctor-reviews h2::after {
  content: '';
  position: absolute;
  right: 5px;
  width: 100%;
  bottom: 7px;
  height: 1px;
  background: #ffe656;
}



.inner-consult-form {
  height: 360px;
  background: #ffe656;
  position: relative;
}
.inner-consult-form p {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 80px;
}
.inner-consult-form h2 {
  color: #393939;
  margin-top: -25px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translate(0, -50%);
}
.inner-consult-form .iforms_container {
  background: #f2f2f2;
  float: right;
  padding: 35px 70px;
  width: 620px;
  height: 360px;
}
.inner-consult-form .ft_iformsstring input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 0;
  padding: 0;
  padding-left: 35px;
  text-transform: uppercase;
  box-shadow: none;
  margin-bottom: 30px;
}
.inner-consult-form .buttons {
  margin: 0 !important;
}
.inner-consult-form .buttons input {
  -webkit-appearance: none;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size:15px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  width: 100%;
  border-radius: 0;
  background: #38b0bb;
  padding: 0;
}

.sm-inner-consult-form {
  margin: 35px 0;
  margin-top: 25px;
  height: 240px;
  background: #ffe656;
  position: relative;
}
.sm-inner-consult-form.widget > .body {
  padding: 0;
}
.sm-inner-consult-form p {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 40px;
  font-size:15px;
  text-transform: none;
}
.sm-inner-consult-form h2 {
  color: #393939;
  margin-top: -25px;
  text-transform: uppercase;
  font-size:15px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(0, -50%);
}
.sm-inner-consult-form .iforms_container {
  background: #f2f2f2;
  float: right;
  padding: 35px 70px;
  width: 480px;
  height: 240px;
}
.sm-inner-consult-form .ft_iformsstring input {
  width: 100%;
  line-height: 60px;
  border: 0;
  padding: 0;
  padding-left: 35px;
  text-transform: uppercase;
  box-shadow: none;
}
.sm-inner-consult-form .buttons {
  margin: 0 !important;
}
.sm-inner-consult-form .buttons input {
  -webkit-appearance: none;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size:15px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  width: 100%;
  border-radius: 0;
  background: #38b0bb;
  padding: 0;
}

.sm-inner-consult-form form .field {
    margin-bottom: 6px;
	float: left;
	padding-right: 40px;
	width: 320px;
}

.sidebar .widget > .body {
  padding: 0;
}
.sidebar .widget > .body .item .title a {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #2c2c2c;
  display: block;
  padding: 10px 0;
  padding-left: 30px;
}
.sidebar .widget > .body .item .title:hover {
  background: #ffe656;
}
.sidebar .widget > .title {
  height: auto;
  text-align: left;
  margin-bottom: 45px;
  position: relative;
}
.sidebar .widget > .title span {
  text-transform: uppercase;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 15px;
}
.sidebar .widget > .title::after {
  content: '';
  position: absolute;
  right: 5px;
  width: 100%;
  bottom: 7px;
  height: 1px;
  background: #ffe656;
  left: 0;
}

.services_item .ft_text {
  clear: none;
}
.services_item .field.f_photo {
  max-width: 480px;
  max-height: 340px;
  margin-right: 30px;
  overflow: hidden;
}
.services_item .field.f_photo .value {
  overflow: hidden;
}
.services_item .field.f_photo img {
  min-width: 100%;
  min-height: 100%;
}

.services_item .doctors_list_item .f_title a {font-size:15px;}

.table.price_list {
  margin-top: 40px;
  overflow-x: auto;
}

.container.doctors {
  margin-bottom: 100px;
  position: relative;
  max-width: 780px;
  padding: 0;
}
.container.doctors::before {
  position: absolute;
  height: 10px;
  width: 100%;
  left: 0;
  background: #ffe656;
  top: 95px;
}
.container.doctors .widget {
  margin-bottom: 0;
}
.container.doctors .widget > .body {
  padding: 0;
}
.container.doctors .second_slider .owl-item.center .item {
  margin-top: 0;
  padding-top: 0;
}
.container.doctors .second_slider .owl-item.center .item .info {
  display: block;
}
.container.doctors .second_slider .owl-item.center .item .image {
  opacity: 1;
  transition: .4s;
  margin-right: 0;
}
.container.doctors .second_slider .owl-item.center .item .image img {
  transform: scale(1.7);
  transition: .4s;
}
.container.doctors .second_slider .item {
  padding-top: 30px;
  margin-top: 35px;
  overflow: visible;
}
.container.doctors .second_slider .item .title a {
  display: block;
  text-decoration: none;
  color: #2c2c2c;
  font-size:15px;
  font-weight: 900;
  text-transform: uppercase;
}
.container.doctors .second_slider .item .image {
  padding: 0 50px;
  float: none;
  opacity: .5;
  transition: .4s;
}
.container.doctors .second_slider .item .image img {
  transition: .4s;
  width: 100%;
}
.container.doctors .second_slider .item .info {
  margin-top: 80px;
  display: none;
  text-align: left;
  padding: 0 40px;
}

.sm-screen {
  display: none;
  position: absolute;
  min-width: 300px;
}

#dl-menu, #dl-menu-b, #dl-menu-t {
  z-index: 100;
}

.dl-menuwrapper {
  max-width: none;
}

.dl-menuwrapper li a {
  text-decoration: none;
  color: #2c2c2c;
}

.dl-menuwrapper ul {
  background: #f0f0f0;
}

.dl-menuwrapper button, .dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active {
  background: none;
}

#dl-menu button:after, #dl-menu-b button:after, #dl-menu-t button:after {
  background: #38b0bb;
  box-shadow: 0 10px 0 #38b0bb, 0 20px 0 #38b0bb;
  height: 3px;
}
#dl-menu .dl-menu.dl-menuopen, #dl-menu-b .dl-menu.dl-menuopen, #dl-menu-t .dl-menu.dl-menuopen {
  text-align: left;
}

#dl-menu-b .dl-menu {
  bottom: 100%;
  width: 300px;
  right: 10px;
}

#body {
  margin-bottom: 30px;
}

.help {
    margin-top: 80px;

	}
	
.widget_text_block {
  max-width: 1300px;
  padding: 0px;
  margin: 0 auto;
}

.price_list + h2 {
  font-size: 24px;
  color: #2c2c2c;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 45px;
}

.table.price_list {
  margin-bottom: 65px;
}

.second_slider {
  overflow: visible;
  position: relative;
}
.second_slider .owl-carousel .owl-stage-outer {
  padding-top: 95px;
}
.second_slider .owl-nav {
  display: none;
}
.second_slider .owl-nav-c .owl-prev-c, .second_slider .owl-nav-c .owl-next-c {
  z-index: 2;
  position: absolute;
  width: 66px;
  height: 104px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.second_slider .owl-nav-c .owl-prev-c:hover, .second_slider .owl-nav-c .owl-next-c:hover {
  cursor: pointer;
}
.second_slider .owl-nav-c .owl-prev-c {
  background: url("../images/prev-arrow2.png") no-repeat;
  background-size: cover;
  left: -188px;
  text-indent: -9999px;
}
.second_slider .owl-nav-c .owl-next-c {
  background: url("../images/next-arrow2.png") no-repeat;
  background-size: cover;
  right: -188px;
  text-indent: -9999px;
}

.tabs .widgets {
  overflow: hidden;
  position: relative;
}
.tabs .widgets .form-block {
  width: 380px;
  padding: 35px 50px;
  transform: translate(0, -50%);
  left: auto;
  right: 30px;
}
.tabs .widgets .form-block .ft_iformsstring input {
  margin-bottom: 30px;
}
.tabs .widgets .form-block .button-submit {
  margin-top: 35px;
}
.tabs .widgets .form-block h2 {
  font-size: 24px;
  color: #3c3c3c;
  text-transform: none;
}
.tabs .widgets .form-block h2 .iforms_container {
  padding-top: 35px;
}

#widget-33 {
  position: relative;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: #ffffff;
    color: #1d1d1d;
    text-align: left;
    padding: 10px 5px;
    border-radius: 1px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -90px;
	border: 5px #ffe656 solid;
   /* box-shadow: 0 0 3px #ffe656;*/
    border-radius: 5px;
  /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ffe656 transparent transparent transparent;
}

article .phone {
  padding-left: 0;
  background: none;
}

.tabs .close-button {
  display: none;
}

.false-checkbox {
  background: url("../images/custom_checkbox.png") no-repeat left center;
  width: 14px;
  height: 14px;
  background-position: 0 0;
  display: inline-block;
  margin-top: 3px;
}
.false-checkbox:hover {
  cursor: pointer;
}
.false-checkbox.checked {
  background-position: 0 -14px;
}

.checkbox-text {
  padding-left: 10px;
  display: inline-block;
}

.ft_iformscheckbox {
  text-align: center;
}

header .iforms_basic .field.ft_iformscheckbox {
  text-align: left;
  margin-bottom: 30px;
}

header .tab-block {
  display: none;
}

#dl-menu-t {
  text-align: right;
}
#dl-menu-t .dl-menu {
  right: 0;
  width: 300px;
}

#controller_wrap > .doctors_list .row > *[class*="col-"]:nth-child(4n+5) {
  clear: both;
}

.fixed_actions_menu {
  z-index: 5;
}

.mobile-img {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0;
}

.price_item {
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px)
{
  .tab-block>.row>div:nth-child(6)
  {
    display: none;
  }
  .tab-block>.row>div.col-md-4.col-sm-5.col-xs-5.deskh-block
  {
    opacity: 0;
    height: 1px;
  }

  .tab-block>.top>.row>.col-md-4.col-sm-5.col-xs-5.deskh-block
  {
    opacity: 0;
    height: 1px;
  }
  .tab-block>.top>.row>div:nth-child(3)
  {
    display: none;
  }

}
@media (max-width: 1200px)
{
.deskh-block {padding-left:20px}

.doctors_list_item .f_title a {
    text-transform: none;
    color: #2c2c2c;
    font-size:15px;
    font-weight: bold;

}

}

.block-custom{
  color: #34495e;
  margin-bottom: 60px;
}

.block-custom.with-list{
  margin-bottom: 30px;
}

.block-custom h2{
  margin-bottom: 30px;
  position: relative;
}

.block-custom h2 span{
  text-transform: uppercase;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 15px;
}

.block-custom h2:after{
  content: '';
  position: absolute;
  right: 5px;
  width: 100%;
  bottom: 7px;
  height: 1px;
  background: #ffe656;
  left: 0;
}
.custom-list > div{
  margin-bottom: 30px;
}

.custom-item-img{
  margin-bottom: 15px;
}

.custom-item-img img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.custom-item-title{
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size:15px;
}

/*.video_wrap{*/
  /*height: 400px;*/
/*}*/

.video_wrap iframe{
  width: 100%;
  height: 100%;
}

.title-img{
  margin-bottom: 30px;
  position: relative;
  background: #000;
}
.title-img img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  opacity: .5;
}
.title-img h1{
  text-align: center;
  padding: 200px 0;
}
.title-img h1 span{
  background: transparent !important;
  color: #fff !important;
  font-size: 50px !important;
}
.title-img h1:after{
  display: none;
}

@media(max-width: 767px){

  .title-img h1 span{
    font-size: 30px !important;
  }
}

.sm-inner-consult-form{
  height: auto;
}

.sm-inner-consult-form h2 {
  position: static;
  transform: none;
  padding: 30px !important;
  margin: 0 !important;
}
.sm-inner-consult-form .iforms_container {
  float: none;
  padding: 30px;
  width: 100%;
  height: auto;
}
.sm-inner-consult-form .iforms_container  input{
  width: 100%;
}
.sm-inner-consult-form .iforms_container form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sm-inner-consult-form #form-tabs-call_me_header_form .iforms_tab{
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sm-inner-consult-form #form-tabs-call_me_header_form .form-error {
  margin: 0;
  position: absolute;
  bottom: 12px;
}
.sm-inner-consult-form #form-tabs-call_me_header_form .iforms_tab > div{
  width: calc(50% - 15px);
  margin-bottom: 0;
}
.sm-inner-consult-form #form-tabs-call_me_header_form .iforms_tab > div input{
  margin-bottom: 0;
}
.sm-inner-consult-form #form-tabs-call_me_header_form{
  width: calc(100% - 430px);
}
.sm-inner-consult-form #f_call_me_header_form_agreement{
  /*width: 230px;*/
 
}
.sm-inner-consult-form .iforms_container .buttons{
  width: 200px;

}
.reviews_list .all-reviews
{
  display: none;
}
.f_review_author>.value
{
  font-weight: bold;
}