/*
Theme Name: Denta 32 Surgut
Theme URI: https://surgut.denta32.ru
Description: Theme for Denta 32
Version: 1.0
Author: Denis Lomovtsev
Author URI: https://denis-lomovtsev.ru
*/

@font-face {
  font-family: "MullerRegular";
  src: url(../fonts/MullerRegular.otf);
}
@font-face {
  font-family: "MullerBold";
  src: url(../fonts/MullerBold.otf);
}
@font-face {
  font-family: "MullerMedium";
  src: url(../fonts/MullerMedium.otf);
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.bold {
  font-family: "MullerBold";
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.try {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.trx {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.reg {
  font-family: "MullerRegular";
}
.med {
  font-family: "MullerMedium";
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: "MullerRegular";
  font-size: 16px;
  color: #000;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "MullerRegular";
}
button,
input[type='submit'] {
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  cursor: pointer;
  border: 0;
}
.an {
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.clear {
  clear: both;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-line {
  background: #e5f8c9;
  padding: 20px 0;
}
.top-line .version a {
  font-size: 12px;
  text-decoration: underline;
}
.top-line .version img {
  margin-right: 10px;
}
.top-line .hours {
  color: #a0a0a0;
}
.top-line .hours span {
  margin: 0 4px;
}
.top-line .contacts {
  font-size: 16px;
  margin-top: -2px;
  position: relative;
  text-align: right;
}
.top-line .contacts span {display: inline-block; vertical-align: top;}
.top-line .contacts .city, .city { margin: 0; color: #a0a0a0; }

.top-line .contacts span {
  margin: 0 0 0 60px;
}
.top-line .contacts img {
  vertical-align: middle;
  margin: -3px 8px 0 0;
  cursor: pointer;
}
.header {
  padding: 25px 0; border-bottom: 1px solid #e4e4e4;
}
.header .logo {
  padding-top: 8px;
}
.header .logo a{
  font-size: 24px; font-weight: 600;
}
.header .logo span {
  font-size: 13px;
  color: #aaa;
  margin-left: 30px;
  vertical-align: middle;
}
.header .logo img {
  vertical-align: middle;
  margin-top: -4px;
}
.header .navbar {
  padding: 0;
}
.header .navbar ul li {
  margin-right: 25px;
}
.header .navbar ul li:last-child {
  margin-right: 0;
}
.header .navbar ul li a {
  font-size: 15px;
}
.header .navbar ul li a:hover,
.header .navbar ul li.active a,
.header .navbar ul li.active {
  color: #77b32d !important;
}
.header button {
    font-size: 14px;
  border: 2px solid #8ec745;
  border-radius: 3px;
  background: none;
  width: 176px;
  height: 38px;
}
.header button:hover {
  background: #8ec745;
  color: #fff;
}
.index-page-slider .item {
  background: #e9e9e9;
  padding-top: 50px;
  min-height: 500px;
}
.index-page-slider .item .image {
  max-width: 100%;
  height: auto;
}
.index-page-slider .item .name {
  font-size: 47px;
  line-height: 53px;
  padding: 110px 100px 40px 0;
}
.index-page-slider .item .name span {
  font-family: "MullerMedium";
}
.index-page-slider .item .button {
    display: block;
    text-align: center;
    line-height: 78px;
  font-size: 28px;
  color: #fff;
  width: 260px;
  height: 80px;
  background: -webkit-gradient(linear, left top, right top, from(#cdc465), to(#e97a4f));
  background: linear-gradient(to right, #cdc465, #e97a4f);
}
.index-page-slider .item .button:hover {
  background: #e97a4f;
}
.index-page-slider .slick-prev,
.index-page-slider .slick-next {
  width: 34px;
  height: 34px;
  position: absolute;
  z-index: 2;
  padding: 0;
  font-size: 0;
  top: 90px;
  opacity: .5;
}
.index-page-slider .slick-prev:hover,
.index-page-slider .slick-next:hover {
  opacity: 1;
}
.index-page-slider .slick-prev {
  left: 50%;
  background: url('../images/prev.png');
  margin-left: 15px;
}
.index-page-slider .slick-next {
  left: 50%;
  background: url('../images/next.png');
  margin-left: 60px;
}
.index-top-links {
  margin-bottom: 80px;
}
.index-top-links .flex {
  padding: 0 60px;
}
.index-top-links .flex .item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  border: 1px solid #e1e1e1;
  border-right: 0;
  border-top: 0;
  padding: 35px 50px;
  font-size: 13px;
}
.index-top-links .flex .item:nth-child(4n) {
  border-right: 1px solid #e1e1e1;
}
.index-top-links .flex .item:hover {
  position: relative;
}
.index-top-links .flex .item:hover:after {
  content: "";
  position: absolute;
  width: 101%;
  height: 102%;
  left: -0.5%;
  top: -1%;
  border: 2px solid #e48853;
}
.index-top-links .flex .item:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
  -webkit-filter: grayscale(0);
}
.index-top-links .flex .item div {
  display: table-cell;
  vertical-align: middle;
}
.index-top-links .flex .item div img {
  margin-right: 15px;
}
.index-top-links .flex .item img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.index-top-links .flex .item .phone {
  display: block;
  text-align: center;
  color: #b3b3b3;
  padding: 10px 0;
  position: relative; z-index:99;
}
.page-form {
  padding: 0 125px 60px 125px;
  border-bottom: 1px solid #ececec;
}

.page-form .flex { justify-content: space-around; }

.page-form.inner {
  border-bottom: 0;
}
.page-form.p_t {
  padding-top: 100px;
}
.page-form.p_t .flex {
  padding: 0 100px;
}
.page-form.p_t .form-group {
  width: 48%;
}
.page-form.p_t .button button {
  background: #e48853;
}
.page-form .name {
  text-align: center;
  font-size: 38px;
  margin-bottom: 50px;
}
.page-form .name span {
  color: #77b32d;
}
.page-form .form-group {
  margin-bottom: 20px;
}
.page-form .form-group.your-tel, .page-form .form-group.your-doctor {
  width: 49%;
  display: inline-block;
}
.page-form .inp1 {
  background: url('../images/inp1.png') no-repeat left center;
}
.page-form .inp2 {
  background: url('../images/inp2.png') no-repeat left center;
}
.page-form .inp3 {
  background: url('../images/inp3.png') no-repeat left center;
}
.page-form .inp4 {
  background: url('../images/inp4.png') no-repeat left center;
}
.page-form label {
  color: #888888;
  font-weight: normal;
  display: block;
  padding-left: 8px;
  margin-bottom: 8px;
}
.page-form select {
  width: 100%;
  height: 60px;
  border: 2px solid #97d857;
  border-radius: 12px;
  -moz-appearance: none;
  text-overflow: '';
  -ms-appearance: none;
  -webkit-appearance: none!important;
          appearance: none!important;
  background: transparent url('../images/select.png') no-repeat right;
  padding: 0 50px;
}
.page-form input[type='text'],.page-form input[type='tel'] {
  width: 100%;
  height: 60px;
  border: 2px solid #97d857;
  border-radius: 12px;
  padding: 0 10px 0 35px;
  background: transparent;
}
.page-form .button {
  padding: 30px 155px;
}
.page-form input[type="submit"] {
  font-family: "MullerMedium";
  font-size: 26px;
  color: #fff;
  width: 99%;
  height: 80px;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#b2db5a), to(#8bc543));
  background: linear-gradient(to right, #b2db5a, #8bc543);
  margin-top: 30px;
}
.page-form input[type="submit"]:hover {
  background: #8bc543;
}
.page-form .checkbox input[type="checkbox"]{
  margin-right: 10px;
}
.page-form .checkbox label {
  position: relative;
  padding: 2px 0 0 35px;
  margin: 0;
  font-size: 12px;
  color: #aaaaaa;
  cursor: pointer;
}
.page-form .checkbox1 + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url('../images/checkbox.png');
  -webkit-transition: .2s;
  transition: .2s;
}
.page-form .checkbox1:checked + label:before {
  background: url('../images/checkbox-active.png');
}
.index-doctors {
  padding: 55px 35px;
  position: relative;
}
.index-doctors.inner .list2 {
    margin-top: 20px;
  margin-left: 0;
  padding-left: 110px;
}
.index-doctors.inner .list2 .item {
  margin-bottom: 5px;
}
.index-doctors.inner .list2 .item .image img.badge {
  right: 5px;
  bottom: -5px;
  display: block;
}
.index-doctors.inner .list2 .item .content {
  margin-left: 230px;
  padding-top: 15px;
}
.index-doctors.inner .list2 .item .content .name {
  font-size: 24px;
}
.index-doctors.inner .list2 .item .content .prof {
  font-size: 16px;
}
.index-doctors.inner .list2 .item .content button {
  font-size: 14px;
  border: 2px solid #a7d550;
  border-radius: 6px;
  width: 184px;
  height: 44px;
}
.index-doctors .top-name {
  font-size: 28px;
  line-height: 32px;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.index-doctors .list {
  margin-left: 275px;
  padding-left: 110px;
}
.index-doctors .item .image {
  float: left;
  position: relative;
}
.index-doctors .item .image img {
  border-radius: 50%;
  height:auto;
}
.index-doctors .item .image img.badge {
  position: absolute;
  right: -5px;
  bottom: -20px;
  display: block;
}
.index-doctors .item .content {
  margin-left: 130px;
}
.index-doctors .item .content .name {
  font-size: 20px;
  padding: 10px 0 2px;
}
.index-doctors .item .content .prof {
  font-size: 12px;
  color: #e58352;
  margin-bottom: 15px;
}
.index-doctors .item .content button {
  font-size: 12px;
  border: 1px solid #a7d550;
  border-radius: 2px;
  width: 114px;
  height: 30px;
  background: none;
}
.index-doctors .item .content button:hover {
  background: #a7d550;
  color: #fff;
}
.index-doctors .slick-prev,
.index-doctors .slick-next {
  width: 34px;
  height: 34px;
  position: absolute;
  z-index: 2;
  padding: 0;
  font-size: 0;
  left: 0;
}
.index-doctors .slick-prev {
  top: 50%;
  margin-top: -42px;
  background: url('../images/prev2.png');
}
.index-doctors .slick-next {
  top: 50%;
  margin-bottom: -42px;
  background: url('../images/next2.png');
}
.index-price {
  text-align: center;
  position: relative;
}
.index-price:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 370px;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ffffff));
  background: linear-gradient(to bottom, #f4f4f4, #ffffff);
}
.index-price .container {
  position: relative;
}
.index-price .name {
  padding: 115px 0 70px;
  font-size: 28px;
}
.index-price .image {
  position: relative;
  border-radius: 50%;
}

.index-price .image span{
    max-width: 400px;
}

.index-price .image img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.index-price .image .price {
    z-index: 10;
  font-size: 43px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.index-price .image span {
    display: inline-block;
    position: relative;
}

.index-price .image span:after {
    width: 100%;
    height: 100%;
    border-radius: 50%/50%;    
  content:""; display: block; position: absolute; bottom: 0px; left:0;
  box-shadow: inset 0 -80px 80px 0px rgba(0,0,0,0.2);
}

.index-price .n {
  font-size: 38px;
  line-height: 44px;
  text-align: left;
  padding: 50px 140px;
}

.index-price .n a:hover { 
    text-decoration: underline;
} 

.index-tabs .tabNavigation {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 0;
  margin: 0 0 60px 0;
  list-style: none;
  text-align: center;
}
.index-tabs .tabNavigation li {
  display: inline-block;
}
.index-tabs .tabNavigation li a {
  display: block;
  font-size: 18px;
  padding: 30px 88px;
  position: relative;
}
.index-tabs .tabNavigation li a.selected:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ea845b;
  left: 0;
  bottom: -1px;
}
.main-doctor {
  padding: 0 82px;
  margin-bottom: 80px;
}
.main-doctor .image {
  float: left;
  width: 370px;
  text-align: center;
}
.main-doctor .image img {
  display: inline-block;
  border-radius: 50%;
}

.main-doctor .image .name {
  color: #e58a56;
  padding: 30px 0 0 0px;
  text-align: left;
}
.main-doctor .image .name span {
  display: block;
  text-align: left;
  font-size: 22px;
  color: #000;
}
.main-doctor .content {
  margin-left: 370px;
  padding-top: 0px;
}
.main-doctor .content .n {
  font-size: 24px;
  font-family: "MullerBold";
  margin-bottom: 10px;
}
.main-doctor .content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.main-doctor .content .item {
  text-align: center;
  padding-top: 45px;
}
.main-doctor .content .item div {
  padding-top: 15px;
}
.main-doctor .content .item div span {
  color: #92e324;
}
.discount-banner {
  background: #f0f4f5;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
.discount-banner:before {
  content: "";
  position: absolute;
  width: 10000px;
  height: 100%;
  background: #bcf173;
  top: 0;
  left: 61%;
}
.discount-banner .container {
  position: relative;
  min-height: 150px;
}
.discount-banner .text {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "MullerMedium";
  line-height: 32px;
  font-size: 26px;
}
.discount-banner .text span {
  color: #a0dc4d;
}
.discount-banner a {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  color: #fff;
  border-radius: 4px;
  background: #e87c4f;
  width: 262px;
  height: 74px;
  line-height: 74px;
  display: block;
}
.discount-banner a:hover {background: #f0f4f5;color: #7dd330; }

.index-reviews {
  margin-bottom: 50px;
}
.index-reviews .name {
  text-align: center;
  margin-bottom: 60px;
  font-size: 38px;
}
.index-reviews p {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  margin: -40px 0 50px;
}
.index-reviews .item {
  margin-bottom: 25px;
  position: relative;
}
.index-reviews .item.small {
  margin-left: 8px;
}
.index-reviews .item.small .play {
  width: 44px;
  height: 44px;
}
.index-reviews .item img {
  width: 100%;
}
.index-reviews .item .play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 59px;
  height: 59px;
  margin: -30px 0 0 -30px;
  background: url('../images/play.png');
  background-size: cover;
}
.index-reviews .item .text {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  background: rgba(1, 1, 1, 0.1);
  font-size: 16px;
  color: #fff;
  padding: 25px 60px;
}
.index-reviews .item .text span {
  font-size: 20px;
  margin-right: 30px;
  position: relative;
}
.index-reviews .item .text span:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}
.index-reviews .button {
  text-align: center;
  padding: 20px 0;
}
.index-reviews .button button {
  border: 2px solid #8ec745;
  border-radius: 4px;
  background: none;
  width: 146px;
  height: 38px;
}
.index-reviews .button button:hover {
  background: #8ec745;
  color: #fff;
}
.text-reviews {
  border-bottom: 1px solid #e4e4e4;
}
.text-reviews.inner .item {
  padding: 50px 0;
}
.text-reviews.inner2 {
  margin-bottom: 100px;
}
.text-reviews.inner2 .item {
  padding: 50px 120px;
}
.text-reviews .top-name {
  font-size: 38px;
}
.text-reviews .top-name.small {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}
.text-reviews .item {
  padding: 50px 185px;
  border-bottom: 1px solid #e4e4e4;
}
.text-reviews .item.last {
  border-bottom: 0;
}
.text-reviews .item .avatar {
  float: left;
  text-align: center;
}
.text-reviews .item .avatar img {
  border-radius: 50%;
  max-width: 120px;
  height: auto;
}
.text-reviews .item .avatar a {
  display: block;
  margin-top: 10px;
  color: #000b52;
  text-decoration: underline;
}
.text-reviews .item .content {
  margin-left: 150px;
  padding-top: 20px;
}
.text-reviews .item .content .name {
  font-size: 18px;
  margin-bottom: 15px;
  min-height: 31px;
  line-height: 31px;
}

.text-reviews .item .content .name:after{ content:"";display: block;clear:both;}

.text-reviews .item .content .name .rating {
  display: inline-block;
  margin-left: 80px;
  float: right;
  vertical-align: top;
}
.text-reviews .item .content .name .rating div {
  display: inline-block;
  font-size: 12px;
  font-family: "MullerBold";
  color: #fff;
  background: #97d845;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 4px;
}
.text-reviews .item .content .name .rating div.bad {
  background: #e1e1e1;
}
.text-reviews .item .content .n {
  font-family: "MullerBold";
  font-size: 20px;
  padding: 20px 0 10px;
  display: block;
}
.text-reviews .item .content p {
  font-size: 16px;
  line-height: 26px;
}
.text-reviews .button {
  text-align: center;
  padding: 40px 0;
}
.text-reviews .button a {
    display: inline-block;
  border: 2px solid #8ec745;
  border-radius: 3px;
  background: none;
  min-width: 146px;
  height: 38px;
  line-height: 38px;
}
.text-reviews .button a:hover {
  background: #8ec745;
  color: #fff;
}
.bottom-contacts .text {
  padding: 60px 0px;
}
.bottom-contacts .text .adress {
  font-size: 28px;
  line-height: 36px;
}
.bottom-contacts .text .adress span {
  color: #a7e552;
}
.bottom-contacts .text .adress span a {
  color: #a7e552;
}
.bottom-contacts .hours {
  color: #a0a0a0;
  line-height: 24px;
}
.bottom-contacts .hours span {
  color: #e87c4f;
}
.bottom-contacts .map {
  height: 500px;
}
.footer {
  background: #e5f8c9;
  padding: 50px 0 25px;
}
.footer .logo .social {
  padding-top: 15px;
}
.footer .logo .social img {
  margin-right: 10px;
}
.footer nav ul {
  display: inline-block;
  padding: 0;
  margin: 0 75px 0 0;
  list-style: none;
  vertical-align: top;
}
.footer nav ul:last-child {
  margin: 0;
}
.footer nav ul li {
  margin-bottom: 10px;
}
.footer nav ul li a {
  color: #8a8a8a;
}
.footer nav ul li a:hover,
.footer nav ul li.active,
.footer nav ul li.active a {
  color: #000;
}
.footer button {
  color: #fff;
  border-radius: 4px;
  background: #99da49;
  width: 174px;
  height: 38px;
}
.footer .phones {
  font-size: 16px;
  padding-top: 8px;
  text-align: right;
}
.footer .phones span {
  margin: 0 6px;
}
.footer .phones div {
  padding-top: 30px;
}
.footer .phones div a {
  font-size: 12px;
  text-decoration: underline;
}
.footer .phones div img {
  margin-right: 10px;
}
.footer .copy {
  padding-top: 25px;
  border-top: 1px solid #dce2d2;
  margin-top: 25px;
}
.footer .copy .l {
  font-size: 13px;
  color: #bcbcbc;
}
.footer .copy .link a {
  font-size: 13px;
  color: #fff;
  text-decoration: underline;
}
.footer .copy .link img {
  margin-right: 25px;
  vertical-align: middle;
}
.modal {
  background: rgba(1, 1, 1, 0.7);
  padding: 0 10px!important;
}
.modal-body {
  padding: 0;
}
.modal-dialog {
  max-width: 1128px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 131px 0px rgba(139, 197, 67, 0.43);
          box-shadow: 0px 3px 131px 0px rgba(139, 197, 67, 0.43);
}
.popup {
  padding: 190px 240px;
}
.popup .close {
  position: absolute;
  width: 49px;
  height: 49px;
  background: url('../images/close.png');
  top: 50px;
  right: 50px;
  opacity: 1;
}
.popup .name {
  text-align: center;
  font-size: 38px;
  margin-bottom: 50px;
}
.popup .name span {
  color: #77b32d;
}
.popup .form-group {    
  margin-bottom: 20px;
}
.popup .form-group.your-doctor,.popup .form-group.your-tel  {
    display: inline-block;
    vertical-align: top;
    width: 48.5%;
}


.popup .inp1 {
  background: url('../images/inp1.png') no-repeat left center;
}
.popup .inp2 {
  background: url('../images/inp2.png') no-repeat left center;
}
.popup .inp3 {
  background: url('../images/inp3.png') no-repeat left center;
}
.popup .inp4 {
  background: url('../images/inp4.png') no-repeat left center;
}
.popup label {
  color: #888888;
  font-weight: normal;
  display: block;
  padding-left: 8px;
  margin-bottom: 8px;
}
.popup select {
  width: 100%;
  height: 60px;
  border: 2px solid #97d857;
  border-radius: 12px;
  -moz-appearance: none;
  text-overflow: '';
  -ms-appearance: none;
  -webkit-appearance: none!important;
          appearance: none!important;
  background: transparent url('../images/select.png') no-repeat right;
  padding: 0 50px;
}
.popup input[type='text'],.popup input[type='tel'] {
  width: 100%;
  height: 60px;
  border: 2px solid #97d857;
  border-radius: 12px;
  padding: 0 10px 0 35px;
  background: transparent;
}
.popup .button {
  padding: 30px 45px 30px 0;
}
.popup input[type="submit"] {
  font-family: "MullerMedium";
  font-size: 26px;
  color: #fff;
  width: 99%;
  height: 80px;
  border-radius: 6px;
  background: #8bc543;
  margin-bottom: 30px;
  cursor: pointer;
}
.popup .checkbox input[type="checkbox"] {
    margin-right: 10px;
}

.popup .checkbox label {
  position: relative;
  padding: 0px;
  margin: 0;
  font-size: 12px;
  color: #aaaaaa;
  cursor: pointer;
}
.popup .checkbox1 label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url('../images/checkbox.png');
  -webkit-transition: .2s;
  transition: .2s;
}
.popup .checkbox1 input[type="checkbox"]:checked ~ label:before {
  background: url('../images/checkbox-active.png');
}
.wpcf7-not-valid-tip { display: none; }
.wpcf7-not-valid { border-color: #f66 !important; }
.checkbox.wpcf7-not-valid label { color: #f66 !important; }

.navi {
  padding: 60px 0 50px;
  color: #414141;
  position: relative;
}
.navi:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ecf1e3), to(#ffffff));
  background: linear-gradient(to bottom, #ecf1e3, #ffffff);
}
.navi .container {
  position: relative;
}
.navi a {
  color: #585858;
}
h1 {
  font-size: 72px;
  margin-bottom: 30px;
}
.page-menu {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.page-menu ul li {
  display: inline-block;
}
.page-menu ul li a {
  display: block;
  font-size: 18px;
  padding: 30px 59px;
  position: relative;
}
.page-menu ul li a.active:after, .page-menu ul li a:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ea845b;
  left: 0;
  bottom: -1px;
}
.doctors-list .name {
  text-align: center;
  font-size: 28px;
}
.doctors-list .item {
  padding: 80px 0;
  border-bottom: 1px solid #dedede;
  height:100%;
}
.doctors-list .item .image {
  float: left;
  position: relative;
}
.doctors-list .item .image img {
  border-radius: 50%;
}
.doctors-list .item .image img.badge {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
}
.doctors-list .item .content {
  margin-left: 230px;
  padding-top: 20px;
}
.doctors-list .item .content .n {
  font-size: 24px;
  padding: 10px 0 2px;
}
.doctors-list .item .content .prof {
  font-size: 16px;
  color: #e58352;
  margin-bottom: 20px;
}
.doctors-list .item .content button {
  font-size: 14px;
  border: 2px solid #a7d550;
  border-radius: 4px;
  width: 184px;
  height: 46px;
  background: none;
}
.doctors-list .item .content button:hover {
  background: #a7d550;
  color: #fff;
}
.contacts-page {
  padding-bottom: 30px;
}
.contacts-page .adress {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}
.contacts-page .adress .phone {
  color: #99da49;
  display: block;
  margin-bottom: 15px;
}
.contacts-page .adress a {
  color: #b9b9b9;
  border-bottom: 1px dashed #b9b9b9;
}
.contacts-page .bus {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}
.contacts-page .bus span {
  color: #99da49;
  display: block;
}
.left-menu {
  padding: 0 50px 0 20px;
  margin-bottom: 40px;
}
.left-menu p {
  color: #e58a56;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.left-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.left-menu ul li {
  margin-bottom: 30px;
}
.left-menu ul li a {
  font-size: 13px;
  display: block;
}
.left-menu ul li a.active {
  position: relative;
}
.left-menu ul li a.active:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 140%;
  background: #e48853;
  left: -20px;
  top: -20%;
}
.left-menu ul li a.active span img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
  -webkit-filter: grayscale(0);
}
.left-menu ul li a span {
  display: table-cell;
  vertical-align: middle;
}
.left-menu ul li a span:first-child {
  width: 50px;
  text-align: center;
}
.left-menu ul li a span:last-child {
  padding-left: 15px;
}
.left-menu ul li a span img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.left-banner {
  background: #efefef;
  text-align: center;
}
.left-banner p {
  font-size: 28px;
  text-align: left;
  padding: 30px 40px 20px 40px;
  line-height: 32px;
}
.left-banner button {
  font-size: 19px;
  color: #94cc4d;
  background: #fff;
  border-radius: 6px;
  width: 170px;
  height: 38px;
  line-height: 38px;
  margin-bottom: -10px;
  position: relative;
}
.left-banner img {
  width: 100%;
}
.service-page p {
  margin-bottom: 30px;
  line-height: 24px;
}
.service-page .quote {
  border-top: 1px solid #e5e5e5;
  padding: 50px 0;
}
.service-page .quote .text {
  margin: 0 10px;
  min-height: 95px;
  padding: 20px 110px;
  background: url('../images/bg1.png') no-repeat left top, url('../images/bg2.png') no-repeat right bottom;
}
.service-page .quote .text p {
  color: #777777;
}
.service-page .quote .text p:last-child {
  margin-bottom: 0;
}
.service-page .slider {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.service-page .slider img {
  width: 100%;
}
.service-page .slider .slick-dots {
  padding: 20px 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.service-page .slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.service-page .slider .slick-dots li.slick-active button {
  background: #e58a56;
}
.service-page .slider .slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
  font-size: 0;
  z-index: 2;
  border-radius: 50%;
  background: #e3e3e3;
}
.service-page .prices {
  margin-bottom: 30px;
}
.service-page .prices .name {
  font-size: 38px;
  color: #99da5e;
  margin-bottom: 20px;
}
.service-page .prices table {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
.service-page .prices table tr:nth-child(2n-1) {
  background: #f0f0f0;
}
.service-page .prices table tr td {
  font-size: 22px;
  padding: 15px 40px;
}
.service-page .prices table tr td:last-child {
  text-align: right;
}
.service-page .prices table tr td div {
  font-size: 16px;
  min-width: 170px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 2px solid #7dd330;
  border-radius: 6px;
  display: inline-block;
}
.service-page .att {
  font-size: 13px;
  color: #575757;
  line-height: 21px;
  padding-left: 30px;
  margin-bottom: 40px;
  background: url('../images/att.png') no-repeat left top;
}
.service-page .form {
  border: 2px solid #b8e87b;
  margin-bottom: 60px;
}
.service-page .form .top-text {
  text-align: right;
  position: relative;
  background: #b8e87b;
  min-height: 150px;
}
.service-page .form .top-text div {
  font-size: 32px;
  line-height: 36px;
  font-family: "MullerMedium";
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}
.service-page .form .top-text div span {
  display: block;
  color: #fff;
}
.service-page .form .form1 {
  padding: 50px 60px;
}
.service-page .form .form1 .name {
  font-size: 38px;
  margin-bottom: 50px;
}
.service-page .form .form1 .name span {
  color: #77b32d;
}
.service-page .form .form1 .form-group {
  margin-bottom: 40px;
}
.service-page .form .form1 .form-group.your-tel,.service-page .form .form1 .form-group.your-doctor {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.service-page .form .form1 .inp1 {
  background: url('../images/inp1.png') no-repeat left center;
}
.service-page .form .form1 .inp2 {
  background: url('../images/inp2.png') no-repeat left center;
}
.service-page .form .form1 .inp3 {
  background: url('../images/inp3.png') no-repeat left center;
}
.service-page .form .form1 .inp4 {
  background: url('../images/inp4.png') no-repeat left center;
}
.service-page .form .form1 label {
  color: #88ba48;
  font-weight: normal;
  display: block;
  padding-left: 5px;
  margin-bottom: 8px;
}
.service-page .form .form1 select {
  width: 100%;
  height: 60px;
  border: 2px solid #97d857;
  border-radius: 12px;
  -moz-appearance: none;
  text-overflow: '';
  -ms-appearance: none;
  -webkit-appearance: none!important;
          appearance: none!important;
  background: transparent url('../images/select.png') no-repeat right;
  padding: 0 50px;
}
.service-page .form .form1 input[type='text'], .service-page .form .form1 input[type='tel'] {
  width: 100%;
  height: 60px;
  border: 2px solid #97d857;
  border-radius: 12px;
  padding: 0 10px 0 35px;
  background: transparent;
}
.service-page .form .form1 input[type='submit'] {
  font-size: 32px;
  color: #fff;
  width: 100%;
  height: 80px;
  border-radius: 6px;
  background: #e58a56;
}
.service-page .form .form1 input[type='submit']:hover {
  background: #8bc543;
}
.service-page .form .form1 .checkbox input[type='checkbox']{ margin-right: 10px; }

.doctor-page .image {
  float: left;
  height:auto;
  max-width: 440px;
}
.doctor-page .content {
  margin-left: 470px;
  padding-top: 10px;
}
.doctor-page .name {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.doctor-page .name div {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #e58352;
  vertical-align: top;
}
.doctor-page .name div span {
  display: block;
  font-size: 28px;
  color: #000;
}
.doctor-page .name div img {
  margin-left: 40px;
  margin-top: 10px;
}
.doctor-page h2 {
  font-family: "MullerBold";
  font-size: 24px;
  margin-bottom: 25px;
}
.doctor-page ul {
  padding: 0;
  margin: 0 0 50px 0;
  list-style: none;
}
.doctor-page ul.big li {
  font-size: 18px;
}
.doctor-page ul li {
  margin-bottom: 20px;
  font-size: 16px;
  padding-left: 18px;
  position: relative;
}
.doctor-page ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e78d62;
  left: 0;
  top: 8px;
}
.doctor-page .clear {
  height: 50px;
}
.doctor-page .serts {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 30px;
  justify-content: center;
}
.doctor-page .serts .item {
  margin-bottom: 20px;
}

.doctor-page .serts .item a {
    display: block;
    border: 1px #e4e4e4 solid;
    margin: 0 10px;
    padding: 5px;
}

.doctor-page .serts .item img {
  max-width: 100%;
  object-fit: cover;
  height: 200px;
}
.devices-list {
  padding-bottom: 40px;
}
.devices-list .item {
  margin-bottom: 50px;
}
.devices-list .item img {
  max-width: 100%;
}
.devices-list .item .name {
  display: block;
  font-family: "MullerBold";
  font-size: 24px;
  border-bottom: 1px solid #d1d1d1;
  padding: 30px 0 20px;
  margin-bottom: 15px;
}
.devices-list .item p {
  font-size: 16px;
  line-height: 26px;
}
.technologies-page .top-text {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 60px;
  padding: 0 200px;
}
.technologies-page .item {
  margin-bottom: 100px;
  position: relative;
}
.technologies-page .item.other .content {
  float: none;
}
.technologies-page .item.other img {
  left: auto;
  right: 0;
}
.technologies-page .item img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 45%;
}
.technologies-page .item .content {
  float: right;
  width: 44%;
}
.technologies-page .item .content .name {
  font-family: "MullerBold";
  font-size: 24px;
  margin-bottom: 20px;
}
.technologies-page .item .content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.technologies-page .item .content button {
  border: 2px solid #8ec745;
  border-radius: 4px;
  background: none;
  width: 136px;
  height: 38px;
}
.technologies-page .item .content button:hover {
  background: #8ec745;
  color: #fff;
}
.technology-page {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 100px;
  padding-bottom: 80px;
}
.technology-page .name {
  font-family: "MullerBold";
  font-size: 24px;
  margin-bottom: 50px;
}
.technology-page .name.small {
  padding: 20px 0;
  margin-bottom: 0;
}
.technology-page .image {
  width: 100%;
  margin-bottom: 50px;
}
.technology-page p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}
.technology-page .img_l {
  float: left;
  max-width: 40%;
  margin: 0 50px 20px 0;
}
.technology-page .clear {
  height: 20px;
}
.technology-page .bottom-item {
  padding-right: 100px;
  margin-top: 50px;
}
.technology-page .bottom-item img {
  max-width: 100%;
}
.technology-page .bottom-item .n {
  font-family: "MullerBold";
  font-size: 16px;
  padding: 15px 0;
}
.technology-page .bottom-item button {
  border: 2px solid #8ec745;
  border-radius: 4px;
  background: none;
  width: 136px;
  height: 38px;
}
.technology-page .bottom-item button:hover {
  background: #8ec745;
  color: #fff;
}
.totop {
  width: 116px;
  height: 139px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: url('../images/top.png');
  z-index: 5;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  opacity: 0;
}
.totop.active {
  opacity: 1;
}
.error-page { margin-bottom: 4rem; font-size: 2rem; }
.page-item { margin-bottom: 4rem; font-size: 1rem; line-height: 1.8rem; }
.page-item p { margin-bottom: 2rem; }


@media (max-width: 1200px) {
  .header .logo span {
    display: none;
  }
  .header .navbar ul li a {
    font-size: 14px;
  }
  .index-page-slider .item .name {
    padding-right: 0;
  }
  .index-top-links .flex {
    padding: 0;
  }
  .index-top-links .flex .item {
    padding: 20px 30px;
  }
  .page-form {
    padding: 0 0 60px 0;
  }
  .index-doctors .top-name {
    position: relative;
    text-align: center;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 40px;
  }
  .index-doctors .top-name br {
    display: none;
  }
  .index-doctors .list {
    margin-left: 0;
  }
  .index-tabs .tabNavigation li a {
    padding: 20px 66px;
  }
  .main-doctor {
    padding: 0;
  }
  .text-reviews .item {
    padding: 50px 0;
  }
  .bottom-contacts .text .adress {
    font-size: 20px;
  }
  .footer .phones {
    padding-top: 0;
  }
  .footer .phones span {
    display: block;
  }
  .page-menu ul li a {
    padding: 30px 45px;
  }
  .left-menu {
    padding: 0;
  }
  .technologies-page .top-text {
    padding: 0;
  }
  .technologies-page .item img {
    top: 0;
    -webkit-transform: none;
            transform: none;
    max-width: 52%;
  }
}
@media (max-width: 991px) {
  .top-line .hours {
    display: none;
  }
  .header button {
    display: none;
  }
  .header .navbar ul li:last-child {
    display: none;
  }
  .index-page-slider .item {
    min-height: 500px;
  }
  
  
  .index-page-slider .item .name {
    font-size: 30px;
    line-height: 36px;
  }
  .index-page-slider .item button {
    height: 50px;
    font-size: 24px;
  }
  .index-top-links .flex .item {
    width: 50%;
  }
  .index-top-links .flex .item:nth-child(2n) {
    border-right: 1px solid #e1e1e1;
  }
  .index-doctors .list {
    padding-left: 50px;
  }
  .index-price .n {
    padding: 30px 0;
  }
  .index-price .image .price {
    font-size: 32px;
  }
  .index-tabs .tabNavigation li a {
    padding: 20px 36px;
  }
  .discount-banner:before {
    display: none;
  }
  .index-reviews .item .text {
    padding: 15px 20px;
  }
  .bottom-contacts .text {
    padding: 30px 0;
  }
  .footer .phones {
    display: none;
  }
  .footer nav ul {
    margin: 0 50px 0 0;
  }
  .popup {
    padding: 60px 20px;
  }
  .popup .close {
    right: 10px;
    top: 10px;
  }
  .page-menu ul li a {
    padding: 30px 20px;
  }
  .left-menu ul li a span:last-child {
    padding-left: 10px;
  }
  .left-banner p {
    font-size: 18px;
    padding: 20px;
    line-height: 24px;
  }
  .left-banner button {
    font-size: 15px;
    width: 120px;
  }
  h1 {
    font-size: 48px;
  }
  .service-page .form .top-text img {
    width: 300px;
  }
  .service-page .form .top-text div {
    font-size: 24px;
    left: 20px;
    line-height: 30px;
  }
  .service-page .form form {
    padding: 20px;
  }
  .service-page .form form .name {
    margin-bottom: 20px;
  }
  .text-reviews .item .content .name .rating {
    margin-left: 30px;
  }
  .doctor-page .image {
    width: 240px;
  }
  .doctor-page .content {
    margin-left: 280px;
  }
  .text-reviews.inner2 .item {
    padding: 50px 0;
  }
  .technologies-page .item .content .name {
    font-size: 20px;
  }
  .technology-page .bottom-item {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .top-line .contacts {
    font-size: 14px;
    padding-top: 2px;
  }
  .top-line .contacts span {
    margin: 0 4px;
  }
  .header {
    padding: 15px 0 10px;
  }
  .header .logo {
    position: absolute;
    z-index: 2;
  }
  .header .navbar {
    position: relative;
    padding: 18px 0;
  }
  .header .navbar button {
    display: block;
    width: 60px;
    position: absolute;
    right: 0;
    top: -4px;
  }
  .header .flex {
    display: block;
  }
  .navbar-nav {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  .index-page-slider .item .name {
    font-size: 18px;
    line-height: 24px;
    padding: 90px 0 20px;
  }
  
  .index-page-slider .item {
      min-height: 300px; 
  }
  
  .index-page-slider .item img {
      max-height: 250px;
      width:auto;
  }
  
  .index-page-slider .slick-prev,
  .index-page-slider .slick-next {
    top: 70px;
  }
  .page-form .column,
  .page-form .column.big {
    width: 100%;
  }
  .page-form .button {
    padding: 30px;
  }
  .index-tabs .tabNavigation li a {
    padding: 15px 18px;
    font-size: 16px;
  }
  .main-doctor .image {
    float: none;
    text-align: center;
  }
  .main-doctor .image .name {
    padding: 30px 0 0 0;
  }
  .main-doctor .content {
    margin: 0;
  }
  .discount-banner .text {
    font-size: 18px;
    line-height: 22px;
  }
  .discount-banner button {
    font-size: 18px;
    width: 220px;
    height: 50px;
  }
  .index-reviews .item.small {
    margin-left: 0;
  }
  .text-reviews .item .content .name .rating {
    margin-left: 20px;
  }
  .bottom-contacts .text .adress {
    width: 100%;
  }
  .bottom-contacts .text .hours {
    width: 100%;
    margin-top: 20px;
  }
  .popup .column {
    width: 100%;
  }
  .popup .name {
    font-size: 24px;
  }
  .popup .button {
    padding: 30px 0;
  }
  .popup .button button {
    font-size: 18px;
    height: 60px;
  }
  h1 {
    font-size: 36px;
  }
  .page-menu ul li a {
    padding: 15px 13px;
    font-size: 14px;
  }
  .contacts-page .adress,
  .contacts-page .bus {
    font-size: 14px;
    line-height: 22px;
  }
  .contacts-page .adress .phone {
    margin-bottom: 5px;
  }
  .page-form.p_t .flex {
    padding: 0;
  }
  .footer .copy {
    text-align: center;
  }
  .footer .copy .l {
    width: 100%;
  }
  .footer .copy .link {
    width: 100%;
    margin-top: 10px;
  }
  .left-banner {
    display: none;
  }
  .left-menu ul li {
    margin-bottom: 10px;
  }
  .doctor-page .image {
    float: none;
    width: auto;
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .doctor-page .content {
    margin: 20px 0 0 0;
  }
  .doctor-page .serts .item:nth-child(4) {
    display: none;
  }
  .doctor-page .serts .item:nth-child(5) {
    display: none;
  }
  .index-doctors.inner {
    padding: 40px 0;
  }
  .index-doctors.inner .list2 {
    padding-left: 50px;
  }
  .devices-list .item .name {
    font-size: 18px;
    padding: 20px 0 15px;
  }
  .devices-list .item p {
    font-size: 14px;
    line-height: 22px;
  }
  .technologies-page .item {
    margin-bottom: 50px;
  }
  .technologies-page .item .content,
  .technologies-page .item.other .content {
    float: none;
    width: auto;
  }
  .technologies-page .item img,
  .technologies-page .item.other img {
    position: relative;
    left: auto;
    right: auto;
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .technology-page .img_l {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .totop {
    display: none;
  }
}
@media (max-width: 570px) {
    
    .header .logo a { font-size: 20px; }
    
  .top-line {
    display: none;
  }
  .index-page-slider .item {
    padding: 30px 0;
  }
  .index-page-slider .item .name {
    padding: 30px 0;
  }
  .index-page-slider .slick-prev {
    top: 10px;
    left: auto;
    right: 60px;
    margin: 0;
  }
  .index-page-slider .slick-next {
    top: 10px;
    left: auto;
    right: 15px;
    margin: 0;
  }
  .index-top-links .flex .item {
    width: 100%;
  }
  .index-top-links .flex .item {
    border-right: 1px solid #e1e1e1;
  }
  .page-form .button button {
    font-size: 20px;
    height: 60px;
  }
  .index-doctors {
    padding: 50px 0;
  }
  .index-doctors .list {
    padding-left: 40px;
  }
  .index-price .name {
    padding: 60px 0;
    font-size: 24px;
  }
  .index-tabs .tabNavigation li a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .main-doctor .image img {
    max-width: 100%;
    height: auto;
  }
  .discount-banner {
    padding: 20px 0;
  }
  .discount-banner img {
    display: none;
  }
  .discount-banner .text {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 10px;
  }
  .discount-banner button {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
  }
  .index-reviews .name {
    font-size: 32px;
  }
  .index-reviews .item .text {
    display: none;
  }
  .text-reviews .item .avatar {
    float: none;
  }
  .text-reviews .item .content {
    margin: 0;
  }
  .text-reviews .item .content .name {
    text-align: center;
  }
  .text-reviews .item .content .name .rating {
    display: block;
    margin: 5px 0 0;
    float:none;
    text-align: center;
  }
  
  .service-page .form .form1 {
        padding: 30px 20px;
    }
    
   .service-page .form .form1 input[type='submit'] { font-size: 18px; }
  
  .page-form .form-group.your-tel, .page-form .form-group.your-doctor,
  .service-page .form .form1 .form-group.your-tel, .service-page .form .form1 .form-group.your-doctor,
  .popup .form-group.your-name, .popup .form-group.your-tel
  { width: 100%; display: block; }
  .service-page .prices table tr td { text-align: center; display: block; padding: 10px 10px 3px ; }
  .service-page .prices table tr td:last-child { text-align: center; padding: 3px 10px 10px; }
  
  .bottom-contacts .text .adress {
    font-size: 18px;
    line-height: 24px;
  }
  .bottom-contacts .map {
    height: 500px;
  }
  .footer {
    text-align: center;
  }
  .footer .logo {
    width: 100%;
  }
  .footer nav {
    width: 100%;
    padding: 20px;
  }
  .footer nav ul {
    display: block;
    margin: 0;
  }
  .footer button {
    display: block;
    margin: 0 auto;
  }
  .footer .logo .social img {
    margin: 0 5px;
  }
  h1 {
    font-size: 24px;
  }
  .page-menu ul li a {
    padding: 10px 8px;
    font-size: 13px;
  }
  .doctors-list .item {
    padding: 30px 0;
  }
  .doctors-list .item .image {
    float:none;
  }
  .page-menu { margin-bottom: 20px; }
  .doctors-list .item .image img {
    max-width: 100%;
    height: auto;
  }
  .doctors-list .item .image img.badge {
    width: auto;
    bottom: -20px;
    right: -5px;
  }
  .doctors-list .item .content {
    margin-left: 0px;
    padding-top: 0;
  }
  .doctors-list .item .content .n {
    font-size: 20px;
    padding: 0 0 2px 0;
  }
  .doctors-list .item .content .prof {
    font-size: 16px;
  }
  .doctors-list .item .content button {
    font-size: 12px;
    width: 150px;
    height: 36px;
  }
  .page-form .name {
    font-size: 32px;
  }
  .page-form.p_t .column {
    width: 100%;
  }
  .footer .copy .link img {
    display: none;
  }
  .service-page .quote .text {
    margin: 0;
    padding: 20px 0;
    background: none;
  }
  .service-page .prices .name {
    font-size: 32px;
  }
  .service-page .prices table tr td {
    font-size: 16px;    
  }
  .service-page .form .top-text img {
    display: none;
  }
  .service-page .form .top-text div {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    padding: 20px;
  }
  .service-page .form form .column,
  .service-page .form form .column.big {
    width: 100%;
    margin-bottom: 20px;
  }
  .service-page .form form .button button {
    font-size: 24px;
    height: 60px;
  }
  .text-reviews .top-name {
    font-size: 32px;
  }
  .doctor-page .serts .item {
    width: 32%;
  }
  .index-doctors .item .image img {
    width: 108px;
  }
  .index-doctors .item .image img.badge {
    width: auto;
  }
  .index-doctors.inner .list2 .item .content {
    margin-left: 120px;
    padding-top: 0;
  }
  .index-doctors.inner .list2 .item .content .name {
    font-size: 16px;
    padding-top: 0;
  }
  .index-doctors.inner .list2 .item .content .prof {
    font-size: 12px;
  }
  .index-doctors.inner .list2 .item .content button {
    white-space: nowrap;
    font-size: 11px;
    width: 114px;
    height: 30px;
  }
}


#special-version-container {}
#special-version-container .top-line { padding-top: 50px; }
#special-version-container img { display: none; }
#special-version-container .slick-arrow { font-size: 0 !important; }
#special-version-container .discount-banner:before { display: none; }
#special-version-container .bottom-contacts .map { display: none; }
#special-version-container .index-top-links a img { display: none; }
#special-version-container .discount-banner img { display: none; }
#special-version-container .get_sale { border: 2px solid #282828; line-height: 74px; }
#special-version-container .main-doctor .image { display: none; }
#special-version-container .main-doctor .content { margin-left: 0; }
#special-version-container .header button { width: auto; }
#special-version-container .left-menu ul li a span:first-child { display: none; }
#special-version-container .footer .logo, #special-version-container .slider, 
#special-version-container .version { display: none; }
#special-version-container .index-top-links { margin-top: 20px; border-top: 2px solid #eee; }
#special-version-container .index-top-links .flex .item { padding: 10px 10px; text-align: center;}
#special-version-container .index-top-links .flex .item div {text-align: center;display: block;}


.addresses { position: absolute; z-index: 999; top: 20px; left: 0; min-width: 200px; height: auto;
             background: rgba(255,255,255,0.9); border: 1px solid #ccc;
            display: none; list-style: none; padding: 5px 10px; margin: 0; }
.wpcf7-form { text-align: center; }
.wpcf7-validation-errors { display: none!important; }

.link_vk { text-decoration: none !important; border-bottom: 0 !important; }
.link_ok { text-decoration: none !important; border-bottom: 0 !important; }
.link_insta { text-decoration: none !important; border-bottom: 0 !important; }
  #gallery-1 {
    margin: auto;
  }

  #gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
  }

  #gallery-1 img {
    border: 2px solid #cfcfcf;
  }

  #gallery-1 .gallery-caption {
    margin-left: 0;
  }