.news_block {
    padding: 100px 0;
}

.news_item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news_item {
    transition: all .3s;
    position: relative;
    background: white;
    padding: 16px;
    margin: 0 12px;
    border: 1px solid lightgrey;
    border-radius: 8px;
}


.news_item:hover {
    box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.08);

}

.news_item-img {
    position: relative;
    height: 50px;
    margin-bottom: 12px;
}

.news_item-img img {
    max-width: 100%;
    height: auto;
    position: absolute;
    object-fit: contain;
    object-position: left;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.news_item-title {
    font-weight: bold;
    margin-bottom: 8px;
    max-height: 70px;
    min-height: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_item-date {
    font-size: 14px;
    color: gray;
}


.slick_news .slick-arrow {
  width: 10px;
  height: 18px;
  position: absolute;
  left: 50%;
  font-size: 0;
  content: '';
  border: 0;
  outline: none;
  bottom: -50px;
  z-index: 100;
}
.slick_news .slick-prev {
  background: url("../img/slick_videos_prev.png") no-repeat;
  margin-left: -40px;
}
.slick_news .slick-next {
  background: url("../img/slick_videos_next.png") no-repeat;
  margin-left: 30px;
}


.full_width {
  width: 100%;
}
.login_form {
  background: #fff;
  width: 570px;
  float: right;
  margin-top: 180px;
  padding: 65px 85px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 35px 55px rgba(24,36,44,0.55);
  box-shadow: 0 35px 55px rgba(24,36,44,0.55);
  position: relative;
}
.close_btn {
  position: absolute;
  top: 5px;
  right: 10px;
}
.close_btn:hover {
  text-decoration: none;
}
.select2 {
  outline: none;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  min-height: 42px;
  border: 1px solid #e1e1e1;
  outline: none;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #e1e1e1;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 8px;
}
.select2-container .select2-search--inline .select2-search__field {
  min-width: 300px;
  margin-top: 8px;
  margin-left: 15px;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.select2-dropdown {
  border: 0;
  -webkit-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.3);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
  padding-left: 20px;
  padding-right: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #49d9c2;
}
.mtctrl {
  position: relative;
}
.valid-error .icon {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  color: #fff;
  background: #e18a8a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-style: normal;
  font-size: 10px;
  cursor: pointer;
  z-index: 10;
}
.valid-error .message {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  color: #898989;
  padding: 15px 20px;
  bottom: 100%;
  width: 250px;
  right: -200px;
  z-index: 10;
  margin-bottom: -8px;
}
.valid-error .message:after {
  z-index: 10;
  content: '';
  position: absolute;
  background: url("../img/valid-message.png") no-repeat;
  width: 13px;
  height: 7px;
  bottom: -7px;
  left: 20px;
}
.mtinput {
  -webkit-border-radius: 22px;
  border-radius: 22px;
  height: 45px;
  border: 0;
  padding: 0 20px;
  outline: none;
  border: 1px solid #e1e1e1;
}
.mtinput.gray {
  background: #efefef;
  color: #5d5d5d;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 20px;
  border: 1px solid transparent;
}
.mtinput.gray:focus {
  background-color: #fff;
  -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.5);
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
  border: solid 1px #49d9c2;
}
.mtinput.fill {
  background: #14c2c5;
  color: #fff;
}
.mtinput.simple {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #c5c5c5;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 15px;
}
.mtinput.icon_search {
  background: url("../img/icon-search.png") 95% center no-repeat;
  padding-right: 30px;
}
.mttext {
  -webkit-border-radius: 22px;
  border-radius: 22px;
  outline: none;
  resize: none;
  border: 1px solid #e1e1e1;
  padding: 15px 20px;
}
.mttext.blue {
  border-color: #1ec6df;
  color: #1ec6df;
}
.mttext.gray {
  background: #efefef;
  color: #5d5d5d;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 20px;
  border: 1px solid transparent;
}
.mttext.gray:focus {
  background-color: #fff;
  -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.5);
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
  border: solid 1px #49d9c2;
}
.mttext.fill {
  background: #14c2c5;
  color: #fff;
}
.mttext.simple {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #c5c5c5;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 15px;
}
.small-text {
  font-size: 13px;
}
.restor_link {
  position: relative;
  top: 7px;
  color: #49d9c2;
  text-decoration: underline;
}
.mtleft {
  float: left;
  margin-right: 25px;
}
.mtlabel {
  color: #49d9c2;
  padding-left: 20px;
  font-weight: normal;
}
.mtbtn, .mtbtn:focus {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 35px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #49d9c2;
  border: 2px solid #49d9c2;
  background: transparent;
  padding: 0 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none !important;
}
.mtbtn:active {
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0,0,0,0.22);
  box-shadow: inset 0px 2px 3px 0px rgba(0,0,0,0.22);
}
.mtbtn:after {
  content: ' ';
  background: url("../img/btn_arrow_green.png") no-repeat;
  overflow: hidden;
  width: 0;
  height: 14px;
  width: 0;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mtbtn.plus:after {
  content: '+';
  background: none;
  line-height: 16px;
  font-size: 22px;
}

.mtbtn.big {
  line-height: 65px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 0 60px;
  font-size: 23px;
}
.mtbtn.big:hover {
  padding-left: 50px;
  padding-right: 50px;
}
.mtbtn.blue {
  border-color: #1ec6df;
  color: #1ec6df;
}
.mtbtn.blue:hover {
  background: #1ec6df;
  color: #fff;
}
.mtbtn:hover {
  text-decoration: none;
  background: #49d9c2;
  color: #fff;
  padding-left: 35px;
  padding-right: 25px;
}
.mtbtn:hover:after {
  width: 15px;
  margin-left: 5px;
  background-image: url("../img/btn_arrow_white.png");
}

.mtbtn.plus:hover:after {
  width: 15px;
  margin-left: 5px;
  background-image: none;
  line-height: 16px;
  font-size: 22px;
}

.mtbtn.fill {
  background: #49d9c2;
  color: #fff;
}
.mtbtn.fill:hover {
  background: #fff;
  color: #49d9c2;
}
.mtbtn.fill:hover:after {
  width: 15px;
  background-image: url("../img/btn_arrow_green.png");
}
.mtbtn.short {
  padding: 0 10px;
}
.mtbtn.noarrow {
  padding: 0 40px;
}
.mtbtn.noarrow:after {
  display: none;
}
.button-help-text {
  font-size: 12px;
  position: relative;
  top: 10px;
}
.mtcheck input,
.mtradio input {
  display: none;
}
.mtcheck input + label {
  background: url("../img/inputs/check_idle.png") left top no-repeat;
  padding: 0 0 0 25px;
  cursor: pointer;
}
.mtcheck input + label:hover {
  background-image: url("../img/inputs/check_hover.png");
}
.mtcheck input:checked + label {
  background: url("../img/inputs/check_active.png") left top no-repeat;
}
.mtradio input + label {
  background: url("../img/inputs/radio_idle.png") left top no-repeat;
  padding: 0 0 0 25px;
  cursor: pointer;
}
.mtradio input + label:hover {
  background-image: url("../img/inputs/radio_hover.png");
}
.mtradio input:checked + label {
  background: url("../img/inputs/radio_active.png") left top no-repeat;
}
.blue_block .text-inherit {
  color: #1ec6df;
}
.blue_block .mtbtn.fill-inherit {
  background: #1ec6df;
  border-color: #1ec6df;
}
.blue_block .mtbtn.fill-inherit:hover {
  background: #fff;
  color: #1ec6df;
}
.blue_block .mtbtn.mtbtn-inherit {
  color: #1ec6df;
  border-color: #1ec6df;
}
.blue_block .mtbtn.mtbtn-inherit:hover {
  color: #fff;
  background: #1ec6df;
}
.blue_block .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #1ec6df;
}
.green_block .text-inherit {
  color: #49d9c2;
}
.blue_tab a {
  color: #1ec6df !important;
}
.blue_tab.active a {
  border-color: #1ec6df !important;
}
.green_tab a {
  color: #49d9c2 !important;
}
.green_tab.active a {
  border-color: #49d9c2 !important;
}
.user_header {
  font-size: 12px;
}
.user_header img {
  float: left;
  margin-right: 15px;
}
.user_header .user_new_messages {
  font-weight: bold;
  color: #87bd42;
}
.user_header .user_name {
  font-size: 16px;
  text-decoration: underline;
}
.user_button {
  font-size: 16px;
  text-align: right;
}
.user_button a {
  color: #acacac;
  text-decoration: underline;
  margin-right: 5px;
}
.overlay_form {
  background: #fff;
  width: 600px;
  margin: auto;
  margin-top: 10px;
  padding: 50px 85px;
  padding-left: 50px;
  padding-right: 35px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 35px 55px rgba(24,36,44,0.55);
  box-shadow: 0 35px 55px rgba(24,36,44,0.55);
  position: relative;
}
.overlay_form form {
  overflow-y: auto;
  padding-right: 40px;
}
.overlay_gallery_container {
  background: #fff;
  width: 90%;
  height: 90%;
  margin: auto;
  margin-top: 30px;
  padding: 65px 85px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 35px 55px rgba(24,36,44,0.55);
  box-shadow: 0 35px 55px rgba(24,36,44,0.55);
  position: relative;
  text-align: center;
}
.overlay_gallery_container .overlay_image_container img {
  max-width: 100%;
  max-height: 100%;
}
.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  background: url("../img/ajax-loader.gif") no-repeat center center rgba(255,255,255,0.7);
  top: 0;
  left: 0;
}
#req_items .item {
  margin-bottom: 20px;
}
.page .text p {
  margin-bottom: 10px;
}
.video .item {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 15px;
}
.video .item .img img {
  min-width: 100%;
  margin-bottom: 10px;
}
.video .item .author {
  font-size: 12px;
}
.video .item .title {
  text-transform: uppercase;
  font-size: 18px;
  color: #2b2b2b;
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../font/proxima/ProximaNova-Regular.eot?") format('eot'), url("../font/proxima/ProximaNova-Regular.otf") format('opentype'), url("../font/proxima/ProximaNova-Regular.woff") format('woff'), url("../font/proxima/ProximaNova-Regular.ttf") format('truetype'), url("../font/proxima/ProximaNova-Regular.svg#ProximaNova-Regular") format('svg');
}
@font-face {
  font-family: 'ProximaNova-Light';
  src: url("../font/proxima/ProximaNova-Light.eot?") format('eot'), url("../font/proxima/ProximaNova-Light.otf") format('opentype'), url("../font/proxima/ProximaNova-Light.woff") format('woff'), url("../font/proxima/ProximaNova-Light.ttf") format('truetype'), url("../font/proxima/ProximaNova-Light.svg#ProximaNova-Light") format('svg');
}
@font-face {
  font-family: 'ProximaNova-RegularIt';
  src: url("../font/proxima/ProximaNova-RegularIt.eot?") format('eot'), url("../font/proxima/ProximaNova-RegularIt.otf") format('opentype'), url("../font/proxima/ProximaNova-RegularIt.woff") format('woff'), url("../font/proxima/ProximaNova-RegularIt.ttf") format('truetype'), url("../font/proxima/ProximaNova-RegularIt.svg#ProximaNova-RegularIt") format('svg');
}
@font-face {
  font-family: 'ProximaNova-Extrabld';
  src: url("../font/proxima/ProximaNova-Extrabld.eot?") format('eot'), url("../font/proxima/ProximaNova-Extrabld.otf") format('opentype'), url("../font/proxima/ProximaNova-Extrabld.woff") format('woff'), url("../font/proxima/ProximaNova-Extrabld.ttf") format('truetype'), url("../font/proxima/ProximaNova-Extrabld.svg#ProximaNova-Extrabld") format('svg');
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("../font/proxima/ProximaNova-Bold.eot?") format('eot'), url("../font/proxima/ProximaNova-Bold.otf") format('opentype'), url("../font/proxima/ProximaNova-Bold.woff") format('woff'), url("../font/proxima/ProximaNova-Bold.ttf") format('truetype'), url("../font/proxima/ProximaNova-Bold.svg#ProximaNova-Bold") format('svg');
}
a {
  cursor: pointer;
  outline: none;
}
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #49d9c2;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255,0,0,0.4);
}
html {
  height: 100%;
}
body {
  background: #fff;
  font-size: 16px;
  font-family: "ProximaNova-Regular";
  position: relative;
  height: 100%;
}
header {
  background-color: #fff;
  -webkit-box-shadow: 0 12px 43px rgba(0,0,0,0.07);
  box-shadow: 0 12px 43px rgba(0,0,0,0.07);
  padding: 30px 0;
  position: relative;
}
.site {
  position: relative;
  min-height: 100%;
}
.overlay {
  background: url("../img/overlay.png") repeat-x;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
  display: none;
}
.dib {
  display: inline-block;
}
.psr {
  position: relative;
}
.fwn {
  font-weight: normal;
}
.flw {
  width: 100%;
}
.tdu {
  text-decoration: underline;
}
.border-radius {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
}
.blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
}
.fz15 {
  font-size: 15px;
}
.text-black {
  color: #000;
}
.text-green {
  color: #49d9c2;
}
.text-blue {
  color: #1ec6df;
}
.text-gray-soft {
  color: #8f8f8f;
}
.text-gray {
  color: #646464;
}
.border-box {
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.ico-crumb {
  background: url("../img/crumbs.png") no-repeat;
  width: 8px;
  height: 6px;
  display: inline-block;
}
.ico-phone {
  background: url("../img/ico-phone.png") no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.breadcrumbs {
  font-size: 14px;
}
.breadcrumbs a {
  color: #49d9c2;
}
.phone {
  text-align: center;
  font-size: 12px;
  color: #8f8f8f;
}
.phone .number {
  color: #000;
  font-size: 16px;
}
.counters {
  font-size: 0;
  line-height: 24px;
}
.counters .counter {
  font-size: 12px;
  display: inline-block;
  text-align: center;
}
.counters .counter .value {
  font-size: 24px;
  font-family: "ProximaNova-Bold";
}
.counters .and {
  color: #adadad;
  font-size: 12px;
  margin: 0 15px;
}
h1 {
  font-size: 40px;
  font-family: "ProximaNova-Light";
  margin-bottom: 20px;
}
.welcome {
  padding: 70px 0;
  width: 420px;
  margin-bottom: 70px;
}
.welcome > h1 {
  white-space: nowrap;
}
.welcome .intro {
  color: #595959;
}
.welcome select {
  width: 320px;
}
.welcome .input {
  margin-top: 22px;
}
.welcome .pre-ico {
  float: left;
  margin-left: -40px;
  margin-top: 12px;
}
.tab-title {
  font-size: 25px;
  float: left;
  margin-right: 25px;
}
.nav-tabs.mttabs {
  border: 0;
}
.nav-tabs.mttabs a {
  color: #1ec6df;
}
.nav-tabs.mttabs li.active a {
  color: #49d9c2;
  border: 0;
  border-bottom: 2px solid #49d9c2;
}
.nav-tabs.mttabs >li>a:hover,
.nav-tabs.mttabs >li>a:focus {
  background: none;
  border-color: transparent;
}
.gray_line {
  background: #f0f3f6;
}
.features .item {
  background: #fff;
  font-size: 15px;
  color: #595959;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 50px 30px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.07);
  box-shadow: 0 1px 1px rgba(0,0,0,0.07);
  position: relative;
}
.features .item .text {
  margin-top: 45px;
  height: 120px;
}
.features .item .item_hover {
  display: none;
  position: absolute;
  -webkit-box-shadow: 0 35px 80px rgba(0,0,0,0.7);
  box-shadow: 0 35px 80px rgba(0,0,0,0.7);
  background-image: -webkit-linear-gradient(324deg, #13c2c5, #61e2c1);
  background-image: -moz-linear-gradient(324deg, #13c2c5, #61e2c1);
  background-image: -o-linear-gradient(324deg, #13c2c5, #61e2c1);
  background-image: -ms-linear-gradient(324deg, #13c2c5, #61e2c1);
  background-image: linear-gradient(126deg, #13c2c5, #61e2c1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 50px 30px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.professions {
  color: #6c6c6c;
}
.professions i {
  font-style: normal;
  color: #49d9c2;
  font-size: 12px;
  float: left;
  width: 30px;
  text-align: right;
  margin-right: 10px;
}
.doctors {
  background: url("../img/doctors.jpg") center bottom no-repeat;
  height: 231px;
  border-bottom: 2px solid #f0f3f6;
  max-width: 1400px;
  margin: auto;
  margin-top: 40px;
}
.intro_warp {
  background: url("../img/intro.jpg") bottom center no-repeat;
}
.intro_line {
  background: url("../img/intro_line.png") bottom center repeat-x;
}
.for_clinic {
  text-align: center;
  margin-bottom: 70px;
}
.for_clinic .text {
  margin-top: 50px;
  color: #595959;
  padding: 0 20px;
  font-size: 15px;
}
.for_clinic .arrow {
  top: 66px;
  position: absolute;
  left: 290px;
  width: 192px;
  height: 12px;
  background: url("../img/step_arrow.png") center center no-repeat;
}
.hot_line {
  line-height: 130px;
  color: #fff;
  font-size: 33px;
  text-align: center;
  background-color: #f0f3f6;
  background-image: -webkit-linear-gradient(10deg, #13c2c5, #61e2c1);
  background-image: -moz-linear-gradient(10deg, #13c2c5, #61e2c1);
  background-image: -o-linear-gradient(10deg, #13c2c5, #61e2c1);
  background-image: -ms-linear-gradient(10deg, #13c2c5, #61e2c1);
  background-image: linear-gradient(80deg, #13c2c5, #61e2c1);
}
.hot_line img {
  margin: 0 25px;
}
.phone_line {
  height: 130px;
  width: 100%;
  background: url("../img/phone_line.jpg") bottom center fixed;
  color: #fff;
}
.phone_line .phone_help {
  height: 130px;
  width: 465px;
  font-size: 33px;
  float: left;
  padding-top: 15px;
  padding-left: 100px;
  margin-left: -20px;
  line-height: 50px;
}
.phone_line .email_help {
  height: 130px;
  float: left;
  width: 625px;
}
.phone_line .email_help .info_text {
  width: 200px;
  float: left;
  padding-top: 25px;
}
.phone_line .email_help .subscribe {
  float: right;
  width: 320px;
  padding-top: 10px;
}
.phone_line .email_help .subscribe input {
  display: block;
  height: 36px;
  width: 100%;
  text-align: center;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-top: 10px;
  outline: none;
}
.phone_line .email_help .subscribe input[type=submit] {
  border: 2px solid #fff;
  background: none;
  color: #fff;
  font-weight: bold;
}
.phone_line .email_help .subscribe input[type=text] {
  border: 2px solid #fff;
  background: #fff;
  color: #747474;
}
.phone_line .email_help .subscribe input[type=text]:focus {
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5);
  box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5);
}
.quote {
  background: #f4f4f4;
  color: #2b2b2b;
  padding: 0 150px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
}
.quote:before {
  content: '';
  position: absolute;
  width: 96px;
  height: 96px;
  background: url("../img/quote.png") no-repeat;
  left: 50%;
  margin-left: -48px;
  top: -48px;
}
.quote:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 12px;
  background: url("../img/corner.png") no-repeat;
  bottom: -12px;
}
.quote .text {
  display: block;
  padding-top: 80px;
  padding-bottom: 25px;
}
.quote .dot {
  position: relative;
  margin-top: -10px;
}
.quote .clinic_name {
  text-transform: uppercase;
}
.quote .doctor_name {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 2px;
}
.slick_doctors {
  height: 110px;
}
.slick_doctors .item {
  text-align: center;
}
.slick_doctors .item img {
  display: inline;
  border: 2px solid #bdbdbd;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick_doctors .item.slick-current img {
  margin-top: 0;
  border: 0;
  width: 106px;
  height: 106px;
}
.slick_doctors .slick-arrow {
  width: 15px;
  height: 20px;
  content: '';
  border: 0;
  position: absolute;
  font-size: 0;
  top: 30px;
  outline: none;
}
.slick_doctors .slick-prev {
  left: -20px;
  background: url("../img/slick_doctors_prev.png") no-repeat;
}
.slick_doctors .slick-next {
  right: -20px;
  background: url("../img/slick_doctors_next.png") no-repeat;
}
.slick_videos .slick-list {
  padding-bottom: 30px !important;
}
.slick_videos .slick-center .item {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(50,50,50,0.75);
  box-shadow: 0px 10px 20px 0px rgba(50,50,50,0.75);
}
.slick_videos .slick-slide {
  padding: 0 65px;
  outline: none;
}
.slick_videos .slick-arrow {
  width: 10px;
  height: 18px;
  position: absolute;
  left: 50%;
  font-size: 0;
  content: '';
  border: 0;
  outline: none;
  top: 150px;
  z-index: 100;
}
.slick_videos .slick-prev {
  background: url("../img/slick_videos_prev.png") no-repeat;
  margin-left: -350px;
}
.slick_videos .slick-next {
  background: url("../img/slick_videos_next.png") no-repeat;
  margin-left: 340px;
}
.slick_videos .item {
  text-align: center;
  background: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 570px;
  padding-bottom: 15px;
}
.slick_videos .item .img {
  height: 260px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 15px;
}
.slick_videos .item img {
  width: 100%;
}
.slick_videos .item .title {
  text-transform: uppercase;
  font-size: 18px;
  color: #2b2b2b;
}
.slick_videos .item .author {
  font-size: 12px;
}
footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #f0f3f6;
  padding: 50px;
  color: #030303;
}
footer a {
  color: #030303;
  text-decoration: underline;
}
footer li {
  margin-bottom: 5px;
}
.footer_logo {
  width: 235px;
}
.footer_spacer {
  height: 295px;
}
.additional {
  font-size: 11px;
}
.social_links {
  margin: 10px 0;
}
.social_links a {
  margin-right: 15px;
}
.footer_links {
  padding-left: 100px;
}
.footer_social {
  width: 310px;
  float: right;
}
.register_welcome {
  margin-top: 288px;
  text-align: center;
  width: 470px;
  float: left;
  color: #fff;
}
.splash {
  height: 310px;
  color: #fff;
  margin-top: 65px;
  padding-top: 75px;
}
.splash .text {
  width: 450px;
  font-size: 14px;
}
.splash-contacts {
  background: url("../img/splash/contacts.jpg") no-repeat right center #5f5e66;
}
.contact_info {
  font-size: 14px;
  position: relative;
  line-height: 20px;
}
.contact_info i {
  position: absolute;
  left: -30px;
  color: #49d9c2;
}
.contact_info b.title {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact_info .splitter {
  margin: 20px 0;
  border-bottom: 1px solid #dadada;
}
#main_map {
  position: absolute;
  right: -50px;
  top: 100px;
}
#main_map .pin {
  position: absolute;
  width: 39px;
  height: 47px;
  background: url("../img/map_pin.png") no-repeat;
  text-align: center;
  color: #1ec6df;
  font-size: 15px;
  padding-top: 10px;
  margin-top: -20px;
}
#doctor .intro_warp {
  background: none;
}
#search_results {
  padding-bottom: 50px;
}
.filters {
  padding-bottom: 50px;
}
#nprogress .bar {
  background: #49d9c2;
}
#nprogress .spinner-icon {
  border-top-color: #49d9c2;
  border-left-color: #49d9c2;
}
.filters {
  width: 220px;
}
.filters label {
  display: block;
  margin-top: 10px;
}
.filters label input {
  margin-right: 5px;
}
.filters select {
  width: 100%;
}
.orders {
  color: #747474;
  margin-top: 10px;
}
.orders a {
  margin: 0 10px;
  color: #747474;
  text-decoration: none;
}
.orders a.active {
  color: #49d9c2;
  border-bottom: 1px dashed;
}
.orders a:hover {
  color: #49d9c2;
  border-bottom: 1px solid;
}
.listing .details {
  margin-top: 45px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.listing .details:hover {
  -webkit-box-shadow: 0 35px 80px rgba(0,0,0,0.53);
  box-shadow: 0 35px 80px rgba(0,0,0,0.53);
}
.cabinet .profile {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #bdbdbd;
  padding: 35px;
}
.cabinet .photo {
  width: 120px;
  text-align: center;
  margin-right: 30px;
}
.cabinet .photo img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #bdbdbd;
}
.cabinet .name {
  font-size: 23px;
  color: #1ec6df;
  line-height: 22px;
}
.cabinet .change_link {
  font-size: 14px;
  color: #bdbdbd;
  text-decoration: underline;
  line-height: 10px;
}
.cabinet .user_fields {
  clear: both;
  padding-top: 25px;
}
.cabinet .user_fields .user_fields_line {
  margin-bottom: 20px;
}
.cabinet .user_fields .user_fields_line > .item:last-child {
  margin-right: 0;
}
.cabinet .user_fields .item {
  vertical-align: top;
  display: inline-block;
  width: 215px;
  margin-right: 20px;
}
.cabinet .user_fields .item.short {
  width: 90px;
}
.cabinet .user_fields .item.short label {
  text-align: center;
  padding-left: 0;
}
.cabinet .user_fields .item label {
  display: block;
  padding-left: 20px;
}
.cabinet .user_fields .item select,
.cabinet .user_fields .item input {
  width: 100%;
}
.cabinet .user_fields .item input {
  text-align: center;
}
.cabinet .user_fields .item .mtradio,
.cabinet .user_fields .item .mtcheck {
  margin-left: -5px;
}
.cabinet .user_fields .item .mtradio label,
.cabinet .user_fields .item .mtcheck label {
  padding-left: 25px;
}
.cabinet .user_menu {
  padding-left: 20px;
  padding-bottom: 200px;
}
.cabinet .user_menu li {
  margin-bottom: 3px;
}
.cabinet .user_menu a {
  color: #1ec6df;
  text-decoration: underline;
}
.cabinet .user_menu .active a {
  color: #747474;
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}
.cabinet h5 {
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
  margin-top: 20px;
}
.cabinet h5 .btn {
  margin-left: 20px;
}
.cabinet .text-box {
  background-color: #f4f4f4;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #bdbdbd;
  padding: 15px;
}
#input-avatar {
  visibility: hidden;
}
#change_avatar label.change_link {
  font-weight: normal;
  line-height: normal;
}
.cabinet_map {
  height: 353px;
}
.certificates .certificate {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.certificates .certificate img {
  width: 190px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.certificates .upload_square.medium_size {
  width: 190px;
  height: 190px;
  font-size: 11px;
}
.mtbtn.btn-prof {
  font-weight: bold;
  width: 170px;
  padding-left: 0;
  padding-right: 0;
}
.mtbtn.btn-prof:hover {
  padding-left: 0;
  padding-right: 0;
}
.mtbtn.btn-save {
  color: #88c54d;
  border-color: #88c54d;
}
.mtbtn.btn-save:hover {
  padding-left: 0;
  padding-right: 0;
  background: #88c54d;
}
.mtbtn.btn-save:hover:after {
  display: none;
}
.js_edit_input .edit_input {
  display: none;
}
.edit_box {
  padding-top: 15px;
}
.edit_box textarea {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
  height: 100%;
}
.edit_box .text-fields {
  display: none;
  min-height: 50px;
}
.editing_address {
  display: none;
}
.details > .border-box > .row > .col-md-9 {
  width: 850px;
}
.details > .border-box > .row > .col-md-3 {
  width: 255px;
}
.details > .border-box {
  padding: 30px;
}
.details .photo {
  float: left;
  margin-right: 15px;
}
.details .photo img {
  border: 2px solid #bdbdbd;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.details .name {
  font-size: 23px;
  font-weight: bold;
}
.details .name a {
  text-decoration: underline;
  display: block;
  line-height: 25px;
}
.details .summary {
  position: absolute;
  bottom: 0;
  left: 150px;
}
.details .main_info {
  position: relative;
}
.details .respond_line {
  margin-top: 40px;
}
.details .respond_line small {
  color: #9f9f9f;
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
.details .residence {
  width: 300px;
}
.details .photos {
  clear: both;
}
.details .photos .gallery {
  margin-top: 20px;
}
.details .photos .gallery a {
  margin-right: 3px;
}
.details .rating_info {
  text-align: center;
  font-family: 'ProximaNova-Light';
}
.details .rating_info .text {
  display: block;
  font-size: 14px;
  color: #5b5b5b;
  white-space: nowrap;
}
.details .rating_info .grade_count {
  border-right: 1px solid #ccc;
  width: 50%;
  float: left;
}
.details .rating_info .review_count {
  width: 50%;
  float: left;
}
.details .rating_info b {
  font-size: 44px;
  font-weight: normal;
  line-height: 40px;
}
.details .approved {
  clear: both;
  padding-top: 30px;
}
.details .approved:before {
  content: ' ';
  width: 14px;
  height: 20px;
  background: url("../img/approved.png") left center no-repeat;
  float: left;
  margin-right: 10px;
}
.details .certificates img {
  margin-right: 10px;
}
.social-likes__widget {
  width: 60px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 3px;
}
.similar .border-box {
  padding: 15px;
  position: relative;
  margin-top: 20px;
}
.similar .border-box .name {
  margin-left: 155px;
}
.similar .border-box .photo {
  margin: 10px 0;
}
.similar .border-box .summary {
  left: 165px;
  width: 150px;
  bottom: 15px;
}
.similar .border-box .rating_info {
  text-align: left;
}
.similar .border-box .rating_info .review_count {
  padding-left: 15px;
}
#reviews .item {
  margin-bottom: 50px;
}
#reviews .rating_info {
  width: 250px;
}
#messages {
  margin: 20px 0;
  max-height: 500px;
  overflow-y: auto;
}
#messages .text {
  float: left;
}
#messages .date {
  float: right;
  color: #e1e1e1;
  font-size: 14px;
}
#messages .item {
  padding: 0 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#messages .item .avatar {
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #bdbdbd;
  margin-right: 15px;
  vertical-align: top;
  float: left;
}
#talk_list .item {
  border: 1px solid #e1e1e1;
  padding: 15px 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.register .step-3 h2 {
  width: 750px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 70px;
  font-size: 26px;
}
.register .register_info {
  width: 250px;
  margin: auto;
}
.register .steps {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
.register .steps li {
  display: inline-block;
  width: 150px;
  text-align: center;
  margin-right: 350px;
  white-space: normal;
  color: #c0c0c0;
  position: relative;
}
.register .steps li:after {
  position: absolute;
  content: ' ';
  border: 2px solid;
  width: 500px;
  top: 34px;
  margin-left: -30px;
  color: #c0c0c0;
}
.register .steps li.active {
  color: #25c9c4;
}
.register .steps li.completed {
  color: #25c9c4;
}
.register .steps li.completed i {
  background: #25c9c4;
}
.register .steps li.completed i:before {
  background: url("../img/step_completed.png") no-repeat center center;
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.register .steps li.completed:after {
  color: #25c9c4;
}
.register .steps li:last-child:after {
  border: 0;
}
.register .steps i {
  font-style: normal;
  font-size: 24px;
  display: block;
  margin: auto;
  width: 70px;
  line-height: 70px;
  height: 70px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid;
  background: #fff;
  z-index: 1;
  position: relative;
}
.upload_square {
  width: 300px;
  height: 300px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 35px;
  padding-top: 200px;
  color: #282828;
  text-align: center;
  font-size: 15px;
  background: no-repeat center center;
  position: relative;
  overflow: hidden;
}
.upload_square__small {
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
  padding-top: 100px;
  color: #282828;
  text-align: center;
  background: no-repeat center center;
  position: relative;
  font-size: 10px;
  background-size: 50%;
  overflow: hidden;
  height: 135px;
  margin-top: 15px;
}

.upload_certificates {
  width: 330px;
  /* margin-top: 15px; */
}

.upload_error.upload_square, .upload_error.upload_square__small {
  border: 2px solid #e18a8a;
}
.upload_avatar {
  background-image: url("../img/upload_avatar.jpg");
}
.upload_document {
  background-image: url("../img/upload_document.jpg");
}
.upload_logotype {
  background-image: url("../img/upload_logotype.jpg");
}
.upload_square input[type="file"], .upload_square__small input[type="file"] {
  font-size: 200px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.upload_square .uploaded_image, .upload_square__small .uploaded_image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.upload_square.medium_size {
  padding: 10px;
  width: 200px;
  height: 200px;
  font-size: 12px;
  padding-top: 140px;
}
#confirm_code {
  display: none;
}
.step-2,
.step-3 {
  display: none;
}
.services_items {
  min-height: 200px;
  padding-bottom: 20px;
}
.services_items .item {
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #000;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services_items .item:hover,
.services_items .item:focus {
  background: #ccc;
}

.input-search-form {
  display: flex;
  justify-content: space-between;
  width: 90%;
}

.input-search-form-content {
  align-items: center;
  display: flex;
}

.ml4px{
  margin-left: 4px;
}

/**
*	Adaptive
**/

@media only screen and (max-width: 1200px) {

  /*REG FORM*/
  .overlay_login .register_welcome {width:50%; margin-top:50px;}
  .overlay_login .login_form{width:50%;margin-top:50px;padding: 20px;}

  .register .step-3 h2 {max-width:750px; width:100%;}
  .video .item .img img {max-width:100%;}
  .video .item .img ~ p {padding:0 10px;}

  .listing .details .mtbtn.big{padding:0 30px;line-height: 2;}

  .cabinet_map {width:100%; margin:0 0 30px;}
  .details > .border-box > .row > .col-md-9 {width:100%;}

}

@media only screen and (max-width: 991px) {
  .listing .details .mtbtn.big {margin:20px 0 0;}

  /*block number*/
  header.container .row > div:nth-child(2){display:none;}

  /*logo block*/
  header.container .row > div:nth-child(1){width:auto;}

  header a.logo {overflow:hidden; width:44px; display:block;}
  header a.logo img {max-width:inherit;}

  header.container .user_header{width:auto;}
  header.container .user_button {float:right;width:auto;}

  .details > .border-box > .row .text-right {text-align:left;}

}

@media only screen and (max-width:800px) {
  /*REG FORM*/
  .overlay_login .register_welcome {float:none; margin-top: 10px;}
  .overlay_login .register_welcome h1 {font-size: 20px; margin-bottom: 10px;}
  .overlay_login .register_welcome .mtbtn.big {line-height:1.2; padding:0 20px;}
  .overlay_login .login_form{float:none; margin-top: 20px;}

}
@media only screen and (max-width:700px) {

  .overlay_login .register_welcome {width:100% !important;}
  .overlay_login .login_form{width:100% !important; overflow:hidden !important;}

  .user_button a:first-child{display:none;}
  .user_button a:last-child{ padding:0 0 5px 10px; display:inline-block; margin:0;}
  header.container .row > div:nth-child(1){display:none;}

}
@media only screen and (max-width:500px) {
  .details .main_info {text-align:center;}
  .details .photo {float:none;margin: 0 0 20px;}
  .details .summary {position:static; margin:0 auto;}

  .similar .border-box .photo {text-align:center;}
  .similar .border-box .name {margin: 15px 0 30px; text-align:center;}

  .details > .border-box > .row > .col-md-3 {width:auto; text-align:center;}
  .approved {text-align:left;}
}
@media only screen and (max-width:450px) {
  .step-container .step.step-3 .mtbtn.fill{margin-bottom:10px;}
}

@media only screen and (max-width:600px) {}

.delete_social {
  width: 18px;
  height: 18px;
  margin: 12px 0 0 12px;
}

.social_item {
  display: flex;
  margin-bottom: 16px;
}

.main_info__socials {
  margin-top: 8px;
}

.main_info__socials a:hover{
  text-decoration: none;
}