/* -------------------------------------------------- */
/* royalSlider */
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
    width: 600px;
    height: 400px;
    position: relative;
    direction: ltr;
}

.royalSlider>* {
    float: left;
}

.rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0);
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}

.rsOverflow {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0;
}

.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
}

.rsArrow,
.rsThumbsArrow {
    cursor: pointer;
}

.rsThumb {
    float: left;
    position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.rsHidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.rsGCaption {
    width: 100%;
    float: left;
    text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    display: none;
}

.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
    height: auto;
}

.rsContent {
    width: 100%;
    height: 100%;
    position: relative;
}

.rsPreloader {
    position: absolute;
    z-index: 0;
}

.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22;
}

.rsTabs {
    float: left;
    background: none !important;
}

.rsTabs,
.rsThumbs {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
    /*left: 0;
    top: 0;
    position: absolute;*/
    /*width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    float: left;*/
    width: auto;
    height: auto;
    line-height: 0;
    position: relative;
}

.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
    opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px;
}

.rsABlock {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 15;
}

img.rsImg {
    max-width: none;
}

.rsNoDrag {
    cursor: auto;
}

.rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: url(blank.gif);
}

.rsNav {
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 5;
}

.rsNav:before,
.rsNav:after {
    content: "";
    display: table;
}

.rsNav:after {
    clear: both;
}

.rsNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

#non_serv {
    background-color: white;
    padding: 20px;
    margin-top: 50px;
}

/*
.rsBullets {
	padding: 5px 0 0;
	text-align: center;
	height: 38px;
}
	.rsBullet {
		@include inline-block;

		margin-left: 28px;
		position: relative; z-index: 3;

		&:first-child {
			margin-left: 0;

			&:after {
				display: block;
			}
		}

		&:before,
		&:after {
			@include border-radius(0);
			background: #9b8ca0;
			content: "";
			width: 30px; height: 2px;

			cursor: default;
			position: absolute; z-index: 2;
			left: auto; right: -30px; top: 4px;
		}

		&:after {
			left: -30px; right: auto;
			display: none;
		}

		&.rsNavSelected span {
			background: #fff;
			border-color: #fff;
		}

		span {
			@include border-radius(50%);
			background: #321747;
			border: 2px solid #9b8ca0;
			width: 10px; height: 10px;

			display: block;
			position: relative; z-index: 3;
		}
	}
*/
.row-inner {
    margin-left: -30px;
}

.row-inner:before,
.row-inner:after {
    content: "";
    display: table;
}

.row-inner:after {
    clear: both;
}

.row-inner>[class*="col-"] {
    min-height: 1px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
}

.row-inner--nopad {
    margin-left: 0;
}

.row-inner--nopad>[class*="col-"] {
    padding-left: 0;
}

.row-inner--table {
    display: table;
    width: 100%;
    margin: 0;
}

.row-inner--table:before,
.row-inner--table:after {
    display: none;
}

.row-inner--table>[class*="col-"] {
    float: none;
    padding-left: 0;
    display: table-cell;
    vertical-align: middle;
}

.col-1 {
    width: 8.33333%;
}

.col-2 {
    width: 16.66667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333%;
}

.col-5 {
    width: 41.66667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333%;
}

.col-8 {
    width: 66.66667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333%;
}

.col-11 {
    width: 91.66667%;
}

.col-12 {
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

.offset-12 {
    margin-left: 100%;
}

.row-inner--15 .col-1 {
    width: 6.66667%;
}

.row-inner--15 .col-2 {
    width: 13.33333%;
}

.row-inner--15 .col-3 {
    width: 20%;
}

.row-inner--15 .col-4 {
    width: 26.66667%;
}

.row-inner--15 .col-5 {
    width: 33.33333%;
}

.row-inner--15 .col-6 {
    width: 40%;
}

.row-inner--15 .col-7 {
    width: 46.66667%;
}

.row-inner--15 .col-8 {
    width: 53.33333%;
}

.row-inner--15 .col-9 {
    width: 60%;
}

.row-inner--15 .col-10 {
    width: 66.66667%;
}

.row-inner--15 .col-11 {
    width: 73.33333%;
}

.row-inner--15 .col-12 {
    width: 80%;
}

.row-inner--15 .col-13 {
    width: 86.66667%;
}

.row-inner--15 .col-14 {
    width: 93.33333%;
}

.row-inner--15 .col-15 {
    width: 100%;
}

.row-inner--15 .offset-1 {
    margin-left: 6.66667%;
}

.row-inner--15 .offset-2 {
    margin-left: 13.33333%;
}

.row-inner--15 .offset-3 {
    margin-left: 20%;
}

.row-inner--15 .offset-4 {
    margin-left: 26.66667%;
}

.row-inner--15 .offset-5 {
    margin-left: 33.33333%;
}

.row-inner--15 .offset-6 {
    margin-left: 40%;
}

.row-inner--15 .offset-7 {
    margin-left: 46.66667%;
}

.row-inner--15 .offset-8 {
    margin-left: 53.33333%;
}

.row-inner--15 .offset-9 {
    margin-left: 60%;
}

.row-inner--15 .offset-10 {
    margin-left: 66.66667%;
}

.row-inner--15 .offset-11 {
    margin-left: 73.33333%;
}

.row-inner--15 .offset-12 {
    margin-left: 80%;
}

.row-inner--15 .offset-13 {
    margin-left: 86.66667%;
}

.row-inner--15 .offset-14 {
    margin-left: 93.33333%;
}

.row-inner--15 .offset-15 {
    margin-left: 100%;
}

.two-col {
    position: relative;
}

.two-col:before,
.two-col:after {
    content: "";
    display: table;
}

.two-col:after {
    clear: both;
}

.two-col>.two-col__sidebar {
    width: 202px;
}

.two-col--right>.two-col__mainbar {
    float: left;
    width: 906px;
}

.two-col--right>.two-col__sidebar {
    float: right;
}

.two-col--left .two-col__sidebar {
    float: left;
}

.two-col--left .two-col__mainbar {
    float: right;
    width: 906px;
}

.two-col--stretch>.two-col__mainbar {
    float: none;
    width: auto;
}

.two-col--stretch.two-col--left .two-col__mainbar {
    margin-left: 232px;
}

.two-col--stretch.two-col--right .two-col__mainbar {
    margin-right: 232px;
}

.icon-sprite,
.icon-cardio,
.icon-consult,
.icon-skeleton,
.icon-tv {
    background-image: url('/wp-content/themes/euromed-redesign/assets/static/img/icon-sc73590396d.png');
    background-repeat: no-repeat;
}

.icon-cardio {
    background-position: 0 0;
    height: 40px;
    width: 40px;
}

.icon-consult {
    background-position: 0 -40px;
    height: 40px;
    width: 40px;
}

.icon-skeleton {
    background-position: 0 -80px;
    height: 40px;
    width: 40px;
}

.icon-tv {
    background-position: 0 -120px;
    height: 40px;
    width: 40px;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
    vertical-align: middle;
}

.form__item {
    margin-bottom: 35px;
}

.form__label {
    display: block;
    margin-bottom: 4px;
    font-weight: normal;
    font-size: 15px;
}

.form__label .required {
    color: #ea4031;
}

.form__input input,
.form__input textarea {
    border: 2px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    outline: none !important;
}

.form__input input {
    height: 38px;
}

.form__submit {
    margin-top: -10px;
}

.form__submit .btn {
    min-width: 205px;
}

input.error,
textarea.error {
    border-color: #ea4031;
}

input.error:focus,
textarea.error:focus {
    border-color: rgba(177, 37, 43, 0.5);
}

header,
footer {
    display: block;
}

header a,
footer a {
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

header a:hover,
footer a:hover {
    text-decoration: none;
}

header {
    margin-bottom: 0;
    position: relative;
}

header div#hfoot {
    position: relative;
}

header div#slidemainmenu {
    position: absolute;
    width: 100%;
    z-index: 200;
    top: 60px;
    left: 0;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-left: 0 !important;
    margin-right: 0 !important;
}

header div#slidemainmenu ul li {
    margin-left: 20px;
}

header div#slidemainmenu ul li a {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0 !important;
    letter-spacing: 0;
}

header div#slidemainmenu ul li a i {
    display: none;
}

header div#slidemainmenu ul li:last-child {
    margin-left: 0;
}

header div#slidemainmenu ul li:last-child a {
    padding-left: 20px !important;
}

header div#htop div.desktop {
    height: 50px;
    display: block;
    max-width: 1138px;
    margin: 0 auto;
}

header div#htop div.desktop:before,
header div#htop div.desktop:after {
    content: "";
    display: table;
}

header div#htop div.desktop:after {
    clear: both;
}

header div#htop div.desktop>* {
    height: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div#service_serv {

    padding: 9px 11px;
    background-color: #faf6ea;
}

div#service_serv div#doc_addr div {
    width: 172px;
    text-align: center;
    float: left;
    margin: 0;
}

div#service_serv div#doc_addr div a {
    width: 172px;
    display: inline-block;
    margin: 0;
    padding: 15px 10px;
    text-align: center;
}

div#service_serv div#doc_addr div a.on {
    background-color: white;
    font-weight: bold;
    color: black;
}

div#service_serv div#doc_addr2 div {
    width: 172px;
    text-align: center;
    float: left;
    margin: 0;
}

div#service_serv div#doc_addr2 div a {
    width: 172px;
    display: inline-block;
    margin: 0;
    padding: 15px 10px;
    text-align: center;
}

div#service_serv div#doc_addr2 div a.on {
    background-color: white;
    font-weight: bold;
    color: black;
}

div#service_serv section {
    margin-bottom: 0;
}

div#service_serv section.docs_list {
    background-color: white;
}

div#service_serv section>div {
    margin: 0 11px;
}

section.docs_list .doc_card {
    background-color: white;
    padding-left: 10px;
    display: flex;
}

section.docs_list .row-inner {
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
}



div#service_serv section>h2 {
    padding: 11px;
    margin-top: 0 !important;
}

@media (max-width: 1178px) and (min-width: 768px) {
    header div#htop div.desktop {
        margin: 0 20px;
    }
}

header div#htop div.desktop ul,
header div#htop div.desktop div {
    float: left;
}

header div#htop div.desktop ul li a {
    letter-spacing: normal;
}

header div#htop div.desktop div.share,
header div#htop div.desktop div.eng,
header div#htop div.desktop div.hlk {
    float: right;
}

header div#htop div.desktop div.hsearch {
    padding-top: 14px;
    border-right: none;
}

header div#htop div.desktop div.hsearch input {
    width: 120px;
    outline: none;
    padding-left: 2px;
}


header div#htop div.desktop div.share {
    border-left: 1px solid #e9e5d9;
    width: 60px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.fixed-head header div#htop div.desktop div.share {
    position: fixed;
    right: 50%;
    margin-right: -350px;
    z-index: 150;
    top: 21px;
    border-left: none;
    border-right: none;
    height: 38px;
    line-height: 38px;
    padding: 0;
}

.fixed-head header div#htop div.desktop div.share .share__control {
    position: relative;
    z-index: 2;
    background: #fff;
    width: 60px;
    height: 28px;
    line-height: 28px;
    top: 5px;
    display: block;
    text-align: center;
}

.fixed-head header div#htop div.desktop div.share .share-box {
    border-left: none;
    height: 38px;
    line-height: 38px;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    min-width: 60px;
    right: 0px;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

.fixed-head header div#htop div.desktop div.share .share-box__inner {
    padding-right: 62px;
}

.fixed-head header div#htop div.desktop div.share .share-box.s-show {
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

header div#htop div.desktop .share__control {
    font-size: 22px;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    outline: none;
}

header div#htop div.desktop .share__control:active,
header div#htop div.desktop .share__control:focus {
    color: #ea4031;
}

header div#htop div.desktop .share__control:hover {
    color: #656565;
}

header div#htop div.desktop .share-box {
    display: none;
    position: absolute;
    top: 0;
    right: 58px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    padding: 0;
    border-right: 0;
    border-left: 1px solid #e9e5d9;
    background: #faf6ea;
}

header div#htop div.desktop .share-box div {
    display: inline-block;
    padding: 0;
    float: none;
    border: none;
}

header div#htop div.desktop .share-box__group {
    margin-right: 18px;
}

header div#htop div.desktop .share-box__group:first-child {
    padding-left: 30px;
}

header div#htop div.desktop .share-box__group:last-child {
    margin-right: 0;
    padding-right: 2px;
}

header div#htop div.desktop .share-box__title {
    margin-right: 24px;
    position: relative;
    top: 2px;
}

header div#htop div.desktop div.eng {
    padding: 0;
    /*border-left: 1px solid #e9e5d9;*/
}

header div#htop div.desktop div.eng a {
    display: block;
    line-height: 50px;
    height: 50px;
    padding: 0 23px;
}

header div#htop div.desktop div.hlk {
    border-right: none;
    border-left: 1px solid #e9e5d9;
    padding: 0;
    /*    display:none;*/
}

header div#htop div.desktop div.hlk a {
    display: block;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
}

header div#htop div.mobile {
    height: 32px;
    line-height: 32px;
    font-size: 11px;
    padding: 0 20px 0;
}

header div#htop div.mobile div {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 14px 0 0;
}

header div#htop div.mobile>div {
    font-weight: bold;
}

header div#htop div.mobile div.hphone,
header div#htop div.mobile div.hotherclinic {
    margin-top: 0;
    margin-bottom: 0;
}

header div#htop div.mobile div.hphone a,
header div#htop div.mobile div.hotherclinic a {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

header div#htop div.mobile div.htitle {
    float: left;
    color: #ea4031;
}

header div#htop div.mobile div.hlang {
    float: right;
    margin-right: 0;
}

header div#htop div.mobile div.hlang a {
    margin: 0;
    font-size: 1em;
    font-weight: bold;
    color: #6d614f;
}

header div#htop div.mobile div.haddress {
    float: right;
}

header div#htop div#clinicslide div.head {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0eada;
}

header div#htop div#clinicslide ul {
    margin-bottom: 0;
}

header div#htop div#clinicslide ul li {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f0eada;
    margin-left: 65px;
    padding-left: 0;
    /*
    &:last-child{
        border-bottom: 1px solid #cdcdcd;
    }
    */
}

header div#htop div#clinicslide ul li:last-child {
    margin-left: 0;
    padding-left: 20px;
}

header div#htop div#clinicslide ul li:last-child a {
    margin-left: 0;
}

header div#htop div#clinicslide ul li a {
    margin-left: -45px;
    line-height: 1;
    min-height: 31px;
    padding-top: 2px;
    padding-left: 45px;
    padding-bottom: 0;
    position: relative;
    background-size: 31px;
    font-size: 12px;
}

header div#htop div#clinicslide ul li a small {
    font-size: 11px;
    color: #675520;
    margin-top: 5px;
}

header div#htop div#clinicslide ul li a:after {
    content: "\f105";
    font-family: FontAwesome;
    color: #ea4031;
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
}

header div#hfoot div.desktop {
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    max-width: 1138px;
    text-align: left;
    margin: 0 auto;
}

@media (max-width: 1178px) and (min-width: 768px) {
    header div#hfoot div.desktop {
        padding-left: 20px;
        padding-right: 20px;
    }
}

header div#hfoot div.desktop>div {
    display: block;
    float: none;
    padding: 0;
}

header div#hfoot div.desktop>div>div {
    display: block;
}

header div#hfoot div.desktop div.desktop__inner {
    padding-top: 16px;
    padding-bottom: 12px;
    line-height: none;
}

header div#hfoot div.desktop div.desktop__inner:before,
header div#hfoot div.desktop div.desktop__inner:after {
    content: "";
    display: table;
}

header div#hfoot div.desktop div.desktop__inner:after {
    clear: both;
}

header div#hfoot div.desktop .hfoot-left {
    float: left;
}

header div#hfoot div.desktop .hfoot-right {
    float: right;
}

header div#hfoot div.desktop div.hlogo {
    float: left;
    padding: 0;
}

header div#hfoot div.desktop div.hlogo a {
    display: block;
}

header div#hfoot div.desktop div.hlogo img {
    width: 165px;
    height: auto;
    height: 61px;
    display: block;
}

header div#hfoot div.desktop div.hlogo img:last-child {
    display: none;
    height: 48px;
}

header div#hfoot div.desktop div.mnav {
    padding-top: 15px;
    padding-left: 19px;
    width: 100%;
    text-align: center;
}

header div#hfoot div.desktop div.mnav ul li {
    letter-spacing: normal;
    line-height: none;
}

header div#hfoot div.desktop div.mnav ul li a {
    display: inline-block;
    margin: 0 7px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    white-space: nowrap;
    font-size: 14px;
}

header div#hfoot div.desktop div.mnav ul li a:active,
header div#hfoot div.desktop div.mnav ul li a:focus,
header div#hfoot div.desktop div.mnav ul li a:hover {
    background: none;
    color: #ea4031;
}

header div#hfoot div.desktop div.haddr {
    float: left;
    padding-top: 2px;
    padding-right: 28px;
    margin: 0 45px;
}

header div#hfoot div.desktop div.haddr a.addr {
    font-size: 0.9em;
    font-family: gothambold;
}

header div#hfoot div.desktop div.haddr a:last-child {
    font-size: 17px;
    display: inline-block;
    margin-top: 2px;
}

header div#hfoot div.desktop div.ph {
    float: left;
    padding-top: 0;
    padding-right: 30px;
    font-size: 18px;
    font-family: 'gothambold';
    color: black;
}

header div#hfoot div.desktop div.ph span {
    display: block;
    color: #888888;
    font-family: 'gotham';
    font-size: 11px;
}

header div#hfoot div.desktop div.ph a {
    font-family: 'gotham';
    font-size: 11px;
    display: block;
    margin-top: 2px;
    color: #ea4031;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

header div#hfoot div.desktop div.ph a:hover {
    color: #ea4031;
    text-decoration: none;
    border-bottom-color: rgba(177, 37, 43, 0.7);
}

header div#hfoot div.desktop div.buttons {
    float: left;
    width: 205px;
    text-align: center;
}

header div#hfoot div.desktop div.buttons a,
header div#hfoot div.desktop div.buttons a:hover {
    text-decoration: none;
}

header div#hfoot div.desktop div.buttons .btn {
    display: block;
    margin-bottom: 5px;
    color: #fff;
}

header div#hfoot div.desktop div.buttons a:not(.btn) {
    color: #ea4031;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

header div#hfoot div.desktop div.buttons a:not(.btn):hover {
    color: #ea4031;
    text-decoration: none;
    border-bottom-color: rgba(177, 37, 43, 0.7);
}

header div#hfoot div.desktop__inner {
    float: none;
}

header div#hfoot div.desktop.affix--fixed {
    left: 0;
    right: 0;
    z-index: 100;
    max-width: none;
    background: #fff;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
}

header div#hfoot div.desktop.affix--fixed div.desktop__inner {
    padding-top: 0;
    padding-bottom: 0;
}

header div#hfoot div.desktop.affix--fixed div.haddr,
header div#hfoot div.desktop.affix--fixed div.ph {
    display: none;
}

header div#hfoot div.desktop.affix--fixed div.mnav {
    padding-top: 11px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

header div#hfoot div.desktop.affix--fixed div.mnav ul li a {
    margin: 0 11px;
}

header div#hfoot div.desktop.affix--fixed div.hlogo,
header div#hfoot div.desktop.affix--fixed div.buttons {
    position: relative;
    z-index: 2;
}

header div#hfoot div.desktop.affix--fixed div.hlogo {
    height: auto;
}

header div#hfoot div.desktop.affix--fixed div.hlogo img:first-child {
    display: none;
}

header div#hfoot div.desktop.affix--fixed div.hlogo img:last-child {
    display: block;
}

header div#hfoot div.desktop.affix--fixed div.buttons {
    margin-top: 5px;
    height: 38px;
    overflow: hidden;
}

header div#hfoot div.desktop.affix--fixed div.buttons .btn {
    margin-bottom: 0;
}

@media (max-width: 960px) and (min-width: 768px) {
    header div#hfoot div.desktop.affix--fixed div.mnav ul li a {
        margin: 0 5px;
        padding: 0 5px;
    }

    header div#hfoot div.desktop.affix--fixed div.buttons {
        width: auto;
    }

    header div#hfoot div.desktop.affix--fixed div.buttons .btn {
        padding-left: 15px;
        padding-right: 15px;
    }
}

header div#hfoot div.desktop.affix--fixed .desktop__inner {
    max-width: 1138px;
    margin: 0 auto;
}

header div#hfoot div.mobile {
    background: #fff;
    position: relative;
    overflow: visible;
    padding-top: 15px;
    padding-bottom: 15px;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header div#hfoot div.mobile:before,
header div#hfoot div.mobile:after {
    content: "";
    display: table;
}

header div#hfoot div.mobile:after {
    clear: both;
}

header div#hfoot div.mobile div.hlogo a,
header div#hfoot div.mobile div.hlogo img {
    display: block;
}

header div#hfoot div.mobile div.hlogo img {
    height: 30px;
    width: auto;
}

header div#hfoot div.mobile div.happo a,
header div#hfoot div.mobile div.hhmenu a {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

header div#hfoot div.mobile div.happo a .fa,
header div#hfoot div.mobile div.hhmenu a .fa {
    line-height: 1;
}

header div#hfoot div.mobile div.happo a.s-active,
header div#hfoot div.mobile div.hhmenu a.s-active {
    background: #9b2126;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
}

header div#hfoot div.mobile div.hhmenu a {
    padding-right: 16px;
}

footer div#company {
    padding: 38px 0;
    display: block;
    max-width: 1138px;
    margin: 0 auto;
}

@media (max-width: 1178px) and (min-width: 768px) {
    footer div#company {
        margin: 0 20px;
    }
}

footer div#company:before,
footer div#company:after {
    content: "";
    display: table;
}

footer div#company:after {
    clear: both;
}

footer div#company div.eg {
    display: block;
    float: left;
    width: 20%;
    margin: 0;
    min-height: 44px;
    padding: 3px 20px 0 57px;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 19px;
}

footer div#company div.allproject {
    display: block;
    float: left;
    width: auto;
    width: 60%;
    padding-right: 0;
}

footer div#company div.allproject ul.clinic-list {
    display: block;
    margin-top: -19px;
}

footer div#company div.allproject ul.clinic-list:before,
footer div#company div.allproject ul.clinic-list:after {
    content: "";
    display: table;
}

footer div#company div.allproject ul.clinic-list:after {
    clear: both;
}

footer div#company div.allproject ul.clinic-list li {
    margin-top: 19px;
    width: 33%;
}

footer div#company div.allproject ul.clinic-list li a {
    padding: 0 0 0 22px;
    line-height: 12px;
}

footer div#company div.allproject ul.clinic-list li a:hover {
    color: #ea4031;
}

footer div#company div.allproject ul.clinic-list li.euromed1 a {
    background-position: 0 0;
}

footer div#company div.allproject ul.clinic-list li.euromed2 a {
    background-position: 0 -35px;
}

footer div#company div.allproject ul.clinic-list li.euromed3 a {
    background-position: 0 -70px;
}

footer div#company div.allproject ul.clinic-list li.euromed4 a {
    background-position: 0 -105px;
}

footer div#company div.allproject ul.clinic-list li.euromed6 a {
    background-position: 0 -140px;
}

footer div#company div.allproject ul.clinic-list li.euromed5 a {
    background-position: 0 -175px;
}

footer div#footer {
    padding: 47px 0 40px;
    display: block;
    max-width: 1138px;
    margin: 0 auto;
    width: auto;
}

@media (max-width: 1178px) and (min-width: 768px) {
    footer div#footer {
        margin: 0 20px;
    }
}

footer div#footer:before,
footer div#footer:after {
    content: "";
    display: table;
}

footer div#footer:after {
    clear: both;
}

footer div#footer>div {
    display: block;
    float: left;
}

footer div#footer div.fcopy {
    width: 20%;
    padding-right: 50px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 18px;
}

footer div#footer div.fcopy img {
    margin-bottom: 24px;
}

footer div#footer div.fnav {
    width: 40%;
    margin-left: 0;
    padding-bottom: 0;
}

footer div#footer div.fnav ul {
    margin-top: -18px;
}

footer div#footer div.fnav ul li {
    margin-bottom: 0;
    margin-top: 18px;
}

footer div#footer div.fnav ul li a {
    display: inline;
    line-height: 1.4;
    color: #ea4031;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

footer div#footer div.fnav ul li a:hover {
    color: #ea4031;
    text-decoration: none;
    border-bottom-color: rgba(177, 37, 43, 0.7);
}

footer div#footer div.fcontacts {
    width: 20%;
}

footer div#footer div.fcontacts a {
    display: inline;
    line-height: 1.4;
    color: #ea4031;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

footer div#footer div.fcontacts a:hover {
    color: #ea4031;
    text-decoration: none;
    border-bottom-color: rgba(177, 37, 43, 0.7);
}

footer div#footer div.fcontacts p {
    line-height: 1.5;
}

footer div#footer div.fcontacts p:last-child {
    margin-top: 17px;
}

footer div#footer div.fcontacts a.phone {

    display: inline-block;
    border-bottom: none;
}

footer div#footer div.fcontacts a.phone:hover {
    border-bottom: none;
}

footer div#footer div.fcontacts a.phone,
footer div#footer div.fcontacts a.b-callback-link {
    font-size: 16px;
}

footer div#footer div.fbuttons {
    float: right;
    width: 18%;
}

footer div#footer div.fbuttons a.fbtn {
    margin-bottom: 9px;
}

footer div#footer div.fbuttons a.fbtn,
footer div#footer div.fbuttons a.fbtn2 {
    width: auto;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

footer div#footer div.fbuttons div.btn-group a {
    display: inline-block;
    margin: 0 2px;
}

footer div.license {
    font-size: 12px;
    padding: 40px;
    max-width: 1138px;
    width: auto !important;
    margin: 0 auto;
}

@media (max-width: 1178px) and (min-width: 768px) {
    footer div.license {
        margin: 0 20px;
    }
}

footer div.license a {
    color: #999;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
    text-decoration: none;
}

footer div.license a:hover {
    color: #ea4031;
    text-decoration: none;
    border-bottom-color: rgba(153, 153, 153, 0.7);
}

footer div.mobile div.mcontacts {
    padding: 28px 0 28px;
}

footer div.mobile div.mcontacts a:first-child {
    font-size: 18px;
}

footer div.mobile div.mcontacts a.maddr {
    font-size: 12px;
}

footer div.mobile div.mcontacts small {
    font-size: 12px;
    color: white;
}

footer div.mobile div.mgroup {
    padding-top: 23px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
}

footer div.mobile div.mgroup div.mgroup_select {
    padding: 0 0 0 50px;
    background-image: url("/wp-content/themes/euromed-redesign/assets/static/img/euromed-group-icon.svg");
    background-size: 38px;
    padding-top: 0;
}

footer div.mobile div.mgroup div.mgroup_select>a {
    padding-top: 10px;
    padding-bottom: 9px;
}

footer div.mobile div.mgroup div.mgroup_select>a .fa {
    top: 2px;
    position: relative;
}

@media (max-width: 1060px) {
    footer div#footer div.fbuttons {
        float: none;
        clear: both;
        width: auto;
        max-width: 350px;
        margin: 0 auto;
        padding: 35px 0 43px;
    }

    footer div#footer div.fbuttons .btn-group {
        margin-top: 35px;
    }

    footer div#company div.eg,
    footer div#footer div.fcopy {
        width: 25%;
    }

    footer div#company div.allproject {
        width: 75%;
    }

    footer div#footer div.fnav {
        width: 50%;
    }
}

@media (max-width: 880px) {

    footer div#company div.eg,
    footer div#footer div.fcopy {
        display: none;
    }

    footer div#company div.allproject {
        width: 100%;
        padding-left: 0;
    }

    footer div#footer div.fnav {
        width: 66.66666666%;
    }

    footer div#footer div.fcontacts {
        display: block;
    }
}

a {
    color: #ea4031;
}

a:focus,
a:hover {
    color: #898989;
}

.link-bordered {
    color: #ea4031;
    border-bottom: 1px solid rgba(177, 37, 43, 0.3);
    text-decoration: none;
}

.link-bordered:hover {
    color: #ea4031;
    text-decoration: none;
    border-bottom-color: rgba(177, 37, 43, 0.7);
}

.only-mobile,
.only-tablet {
    display: none;
}

.page-content h2 {
    font-weight: bold;
    font-size: 19px;
    margin: 28px 0;
}

.page-content h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

.page-content h4 {
    font-weight: bold;
    font-size: 15px;
}

.page-content h4,
.page-content p {
    margin: 20px 0;
    font-size: 16px;
    letter-spacing: 0.1px;
    /*color: #FFFFFF;*/
    line-height: 24px;
}

.page-content h4:first-child,
.page-content p:first-child {
    margin-top: 0;
}

.page-content a,
.page-content a:hover,
.page-content a:focus,
.page-content a:visited {
    text-decoration: none;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.btn {
    outline: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 0 25px;
    color: #fff;
    font-size: 13px;
    background: #ea4031;
    -moz-transition: ease 0.15s;
    -o-transition: ease 0.15s;
    -webkit-transition: ease 0.15s;
    transition: ease 0.15s;
}

.btn:hover {
    text-decoration: none;
    color: #fff;
    background: #fc3007;
}

.btn:focus,
.btn:active {
    color: #fff;
}

.btn:active {
    background: #cf1722;
}

.btn .fa {
    margin-right: 2px;
}

.btn--bordered {
    border: 1px solid #ea4031;
}

.btn--bordered,
.btn--bordered:focus {
    background: #fff;
    color: #ea4031;
}

.btn--bordered:active,
.btn--bordered:hover {
    background: #ea4031;
    color: #fff;
}

.btn--mini {
    height: 31px;
    line-height: 29px;
    font-size: 12px;
}

.btn--micro {
    height: 28px;
    line-height: 28px;
    font-size: 13px;
}

.inner-container {
    max-width: 1138px;
    margin: 0 auto;
}

.page-head {
    background: #faf6ea;
    border-top: 1px solid #f5eedb;
    padding: 13px 0 0 16px;
    /* margin-bottom: 45px; */
}

.page-head h1 {
    font-size: 38px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.page-head div#doc_addr {

    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    font-weight: bold;
}

@media (max-width: 880px) {
    .page-head div#doc_addr {
        font-weight: normal;
    }

    .page-head div#doc_addr2 {
        font-weight: normal;
    }
}

.page-head div#doc_addr div {
    border: 1px solid white;
    float: left;
    width: 33.3333%;
    background-color: #efe9d9;
    text-align: center;
    padding: 10px;
}

.page-head div#doc_addr div a {

    display: block;
}

.page-head div#doc_addr div.on {
    color: black;
    float: left;
    width: 33%;
    background-color: white;

}

.page-head div#doc_addr div.on a {
    color: black;
}



.page-head__subtitle {
    margin-top: 8px;
    font-size: 17px;
    color: #666;
}




.breadcrumbs {
    margin-bottom: 19px;
    font-size: 12px;
    color: #777777;
}

.breadcrumbs ul {
    list-style-type: none;
    list-style-position: outside;
    display: block;
    margin: 0;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li:after {
    content: '\2013';
    display: inline-block;
    margin: 0 2px;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs a {
    color: #ea4031;
}

.page-head__buttons {
    margin-top: 12px;
}

.page-head__buttons .btn {
    margin-right: 10px;
}

.page-head__buttons .btn--bordered {
    background: none;
    border-color: #cacaca;
}

.page-head__buttons .btn--bordered:hover {
    background: #fff;
    color: #ea4031;
}

.start-page {
    padding-bottom: 30px;
}

.start-page>.inner-container {
    padding-top: 598px;
    position: relative;
}

.start-page__about {
    color: #fff;
    background: #ae1220 url("/wp-content/themes/euromed-redesign/assets/static/img/brand-bg.png");
}

.start-page__about.toggle {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.start-page__about .toggle__open {
    display: block;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.start-page__about .toggle__open:active,
.start-page__about .toggle__open:focus,
.start-page__about .toggle__open:hover {
    color: #fff;
}

.start-page__about .toggle__open .fa {
    margin-left: 5px;
}

.start-page__about .toggle__open:after {
    font-family: FontAwesome;
    content: "\f0ab";
    margin-left: 3px;
}

.start-page__about.s-open .toggle__open:after {
    content: "\f0aa";
}

.start-page__about-text {
    padding: 35px 56px;
}

.start-page__about-text h2:first-child {
    margin-top: 0;
}

.start-page__about-text p:last-child {
    margin-bottom: 0;
}

.promo-slider {
    margin: 0 -30px;
    height: 598px;
    overflow: hidden;
    position: absolute;
    left: -30px;
    right: -30px;
    top: 0px;
    -moz-box-shadow: 0 0 49px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 49px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 49px 8px rgba(0, 0, 0, 0.1);
}

.promo-slider__item {
    height: 598px;
    background-color: #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.promo-slider__content {
    display: table-cell;
    height: 598px;
    vertical-align: middle;
    padding: 0 86px;
    color: black;
}

.promo-slider__title {
    font-size: 39px;
    font-weight: bold;
    line-height: 43px;
    margin-bottom: 20px;
    max-width: 80%;

}

.promo-slider__text {
    width: 45%;
    font-size: 16px;
    line-height: 1.31;
    margin-bottom: 26px;
}

.promo-slider__btn .btn {
    border: 1px solid #fff;
    background: none;
}

.promo-slider__btn .btn:hover {
    background: #fff;
    color: #ea4031;
}

.promo-slider .rsBullets {
    position: absolute;
    left: 0;
    bottom: 27px;
    width: 100%;
    line-height: 10px;
    text-align: center;
}

.promo-slider .rsBullets .rsBullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 0 1px #ea4031;
    -webkit-box-shadow: inset 0 0 0 1px #ea4031;
    box-shadow: inset 0 0 0 1px #ea4031;
    -moz-transition: ease 0.15s;
    -o-transition: ease 0.15s;
    -webkit-transition: ease 0.15s;
    transition: ease 0.15s;
}

.promo-slider .rsBullets .rsBullet:hover {
    -moz-box-shadow: inset 0 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
}

.promo-slider .rsBullets .rsBullet.rsNavSelected {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ea4031;
}

.promo-slider .rsArrow {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 62px;
    height: 100%;
    cursor: pointer;
    -moz-transition: ease 0.15s;
    -o-transition: ease 0.15s;
    -webkit-transition: ease 0.15s;
    transition: ease 0.15s;
}

.promo-slider .rsArrow.rsArrowLeft {
    left: 0;
}

.promo-slider .rsArrow.rsArrowRight {
    right: 0;
}

.promo-slider .rsArrow .rsArrowIcn {
    width: 14px;
    height: 14px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    position: relative;
    left: 21px;
    top: 290px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
    -moz-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.promo-slider .rsArrow.rsArrowLeft .rsArrowIcn {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 26px;
}

.promo-slider .rsArrow:hover {
    background: rgba(0, 0, 0, 0.27);
}

.promo-slider .rsArrow:hover .rsArrowIcn {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.slide-gallery {
    height: 380px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 18px;
    margin-top: -45px;
}

.slide-gallery .inner-container {
    overflow: visible;
}

.slide-gallery__inner {
    display: table;
    height: 380px;
}

.slide-gallery__item {
    display: table-cell;
    height: 380px;
}

.slide-gallery__item img {
    height: 380px;
    -moz-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.slide-gallery__item.s-inactive {
    cursor: pointer;
}

.slide-gallery__item.s-inactive img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    opacity: 0.25;
}

.slide-gallery__item.s-inactive img:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.slide-gallery__control {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    cursor: pointer;
    -moz-transition: background 0.15s ease;
    -o-transition: background 0.15s ease;
    -webkit-transition: background 0.15s ease;
    transition: background 0.15s ease;
    top: 50%;
    margin-top: -16px;
}

.slide-gallery__control:after {
    display: block;
    line-height: 1;
    font-family: FontAwesome;
    content: "\f0a8";
    color: #ea4031;
    font-size: 32px;
}

.slide-gallery__control--left {
    left: 30px;
}

.slide-gallery__control--left:after {
    content: "\f0a8";
}

.slide-gallery__control--right {
    right: 30px;
}

.slide-gallery__control--right:after {
    content: "\f0a9";
}

.benefits__item {
    margin-bottom: 50px;
}

.benefits__head {
    margin-bottom: 22px;
}

.benefits__picture {
    float: left;
    width: 132px;
}

.benefits__picture img {
    max-width: 100%;
    max-height: 87px;
}

.benefits__title {
    margin-left: 143px;
    padding-right: 30px;
}

.benefits__title h3 {
    margin: 0;
    display: table-cell;
    height: 87px;
    vertical-align: middle;
}

.benefits__text {
    font-size: 15px;
    line-height: 22px;
}

.virtual-tour {
    padding-top: 76px;
}

.virtual-tour__picture {
    margin-bottom: 17px;
}

.virtual-tour .btn {
    width: 100%;
}

.history {
    margin-bottom: 60px;
    margin-top: -7px;
    background: #f1f4e9;
    overflow: hidden;
}

.history .inner-container {
    position: relative;
    padding-top: 38px;
    padding-bottom: 38px;
}

.history__inner {
    display: table;
}

.history__item {
    display: table-cell;
    width: 234px;
}

.history__year {
    width: 234px;
    padding-bottom: 17px;
    position: relative;
    font-size: 17px;
    line-height: 1;
    border-bottom: 2px solid #ea4031;
}

.history__year:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ea4031;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.history__item:last-child .history__year {
    border-bottom-color: transparent;
}

.history__text {
    margin-top: 16px;
    width: 60%;
    font-size: 12px;
    line-height: 17px;
    color: #6d6d6d;
}

.history .content-slider__nav {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(241, 244, 233, 0.8);
    cursor: pointer;
}

.history .content-slider__nav:after {
    display: block;
    position: absolute;
    top: 107px;
    line-height: 1;
    font-family: FontAwesome;
    content: "\f0a8";
    color: #ea4031;
    font-size: 32px;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.history .content-slider__nav--left {
    left: -100%;
}

.history .content-slider__nav--left:after {
    content: "\f0a8";
    right: 32px;
}

.history .content-slider__nav--right {
    right: -100%;
}

.history .content-slider__nav--right:after {
    content: "\f0a9";
    left: -32px;
}

.history .content-slider__nav:hover:after {
    color: #9c2126;
}

.about-us .director {
    margin-bottom: 70px;
}

.director .article__text {
    padding-right: 232px;
}

.article__sidebar h3 {
    margin-top: 15px;
    line-height: 22px;
}

.article__picture img {
    max-width: 100%;
}

.article .navbar:not(:first-child) {
    margin-top: 22px;
    min-height: 0px !important;
}

.article__title {
    font-weight: bold;
}

.partners {
    margin: -16px 0 50px;
}

.partners a {
    display: block;
    margin: 50px auto;
}

.partners a img {
    display: block;
    margin: 0 auto;
}

.two-col__sidebar .doctors__card {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.doctors__card {
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;
}

@media (min-width: 1138px) {
    .doctors__card:hover .doctors__picture {
        -moz-box-shadow: 0 0 32px rgba(0, 0, 0, 0.33);
        -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.33);
        box-shadow: 0 0 32px rgba(0, 0, 0, 0.33);
    }

    .doctors__card:hover .doctors__picture img {
        height: 220px;
        width: 220px;
    }
}

.doctors__picture {
    display: block;
    margin-bottom: 28px;
    position: relative;
    height: 192px;
    background: #e9e9e9;
}

.doctors__picture img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 180px;
    width: 180px;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.doctors__name {
    margin: 0;
    line-height: 1.3;
}

.doctors__name a {
    color: #000;
    border-bottom: 1px solid transparent;
}

.doctors__name a:hover {
    color: #ea4031;
    text-decoration: none;
    border-bottom-color: rgba(177, 37, 43, 0.3);
}

.doctors__info {
    margin-top: 6px;
    font-size: 14px;
    color: #999;
}

.doctors_clinics {
    font-weight: bold;
    min-width: 300px !important;
    margin-bottom: 10px;

}

.doctor-promo__appointment .doctors_clinics {
    text-align: left;
}

.doctors_clinics .clinics_addr {
    color: black !important;
    display: inline-block;
    margin: 0 5px;
}

.doctors__tags {
    display: none;
    margin-top: 12px;
}

.doctors__btn {
    margin-top: auto;
}

.doctors--mini {
    margin-top: -15px;
}

.doctors--mini .doctors__card {
    margin-bottom: 20px;
    padding-bottom: 0px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.doctors--mini .doctors__picture {
    height: 126px;
    margin-bottom: 14px;
}

.doctors--mini .doctors__picture img {
    height: 116px;
    width: 116px;
}

.doctors--mini .doctors__name {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}

.doctors--mini .doctors__card:hover .doctors__picture img {
    width: 144px;
    height: 144px;
}

.doctors--mini .doctors__info {
    margin: 10px 0;
    font-size: 13px;
}

.doctors--mini .doctors__tags {
    margin-top: 8px;
}

.tags a {
    color: #ea4031;
    border-bottom: 1px solid rgba(177, 37, 43, 0.3);
    text-decoration: none;
}

.tags a:hover {
    color: #ea4031;
    text-decoration: none;
    border-bottom-color: rgba(177, 37, 43, 0.7);
}

.tags span:after {
    content: ', ';
    color: #ea4031;
}

.tags span:last-child:after {
    content: '';
}

.navbar {
    font-size: 15px;
    font-weight: bold;
}

.navbar,
.navbar li {
    display: block;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navbar li {
    margin-bottom: 11px;
}

.navbar a {
    color: #898989;
}

.navbar a:hover,
.navbar a.s-active {
    color: #ea4031;
}

.navbar li.navbar__title {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 5px;
}

.navbar ul {
    font-size: 13px;
    margin-left: 14px;
    margin-top: 14px;
    margin-bottom: 17px;
}

.navbar ul li {
    margin-bottom: 5px;
}

.navbar--compact {
    font-size: 13px;
    font-weight: normal;
}

.navbar--compact a {
    color: #ea4031;
    border-bottom: 1px solid rgba(177, 37, 43, 0.3);
    text-decoration: none;
}

.navbar--compact a:hover {
    color: #ea4031;
    text-decoration: none;
    border-bottom-color: rgba(177, 37, 43, 0.7);
}

.navbar .black a {
    color: #000;
}

.navbar .black a.s-active,
.navbar .black a:hover {
    color: #ea4031;
}

.instant-search {
    margin-bottom: 40px;
}

.instant-search input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 13px;
    font-family: FontAwesome, 'gotham';
    color: #797979;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    height: 38px;
    padding: 8px 0;
    outline: none;
}

.instant-search input:-moz-placeholder {
    font-family: FontAwesome, gotham;
}

.instant-search input::-moz-placeholder {
    font-family: FontAwesome, gotham;
}

.instant-search input:-ms-input-placeholder {
    font-family: FontAwesome, gotham;
}

.instant-search input::-webkit-input-placeholder {
    font-family: FontAwesome, gotham;
}

.instant-search input:focus:-moz-placeholder {
    color: rgba(121, 121, 121, 0.5);
}

.instant-search input:focus::-moz-placeholder {
    color: rgba(121, 121, 121, 0.5);
}

.instant-search input:focus:-ms-input-placeholder {
    color: rgba(121, 121, 121, 0.5);
}

.instant-search input:focus::-webkit-input-placeholder {
    color: rgba(121, 121, 121, 0.5);
}

body body .services ul,
body .services li {
    display: block;
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}

body .services li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
    padding-top: 8px;
    margin-bottom: 37px;
    position: relative;
    padding-left: 55px;
}

body .services li i {
    position: absolute;
    left: 0;
    top: 0;
}

body .services li a {
    display: inline-block;
    font-size: 16px;
    color: #ea4031;
    border-bottom: 1px solid transparent;
}

body .services li a:hover {
    color: #ea4031;
    border-bottom: 1px solid rgba(177, 37, 43, 0.3);
}

body .services .two-col {
    margin-bottom: 70px;
}

body .services h4 {
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 11px;
}

.doctor-promo {
    position: relative;
    height: 306px;
    margin-top: 16px;
    margin-bottom: -16px;
}

.doctor-promo__appointment {
    position: relative;
    z-index: 1;
    width: 202px;
    text-align: center;
}

.doctor-promo__appointment .btn {
    width: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 13px;
}

.doctor-promo__appointment div {
    margin-top: 12px;
    font-size: 13px;
    line-height: 16px;
    color: #999999;
}

.doctor-promo__picture {
    position: absolute;
    left: 182px;
    bottom: 0;
    z-index: 0;
}

.doctor-promo__picture img {
    width: 300px;
    height: 300px;
    display: block;
}

.doctor-promo__slogan {
    position: absolute;
    left: 470px;
    top: 110px;
}

.doctor-promo__slogan .quote {
    line-height: 25px;
}

.quote {
    position: relative;
    min-height: 42px;
    padding-left: 78px;
    font-size: 24px;
    line-height: 50px;
}

.quote:before {
    font-family: FontAwesome;
    font-size: 54px;
    content: "\f10e";
    color: #ea4031;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
}

.doctor-page section {
    margin-bottom: 64px;
}

.doctor-page__tags {
    font-size: 24px;
    margin-bottom: 35px;
}

.service-page section {
    margin-bottom: 50px;
}

.service-page__full-descr h2 {
    margin-bottom: 20px;
}

.service-page__full-descr h2:not(:first-child) {
    margin-top: 50px;
}

.price-list h2 {
    margin-bottom: 14px;
}

.price-list table {
    width: 100%;
}

.price-list td {
    padding: 11px 13px;
}

.price-list tr:nth-child(even) {
    background: #e9e9e9;
}

.price-list tr:last-child td {
    border-bottom: 1px solid #e9e9e9;
}

.price-list tr {
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.price-list tr:hover:nth-child(odd) {
    background: #e1e1e1;
}

.price-list tr:hover:nth-child(odd) {
    background: #f7f7f7;
}

.price-list__title a {
    color: #ea4031;
    border-bottom: 1px solid rgba(177, 37, 43, 0.3);
}

.price-list__title a:hover {
    border-color: rgba(177, 37, 43, 0.6);
}

.price-list__check {
    display: none;
}

.price-list__check input[type="radio"] {
    margin: 0;
    position: relative;
    top: 2px;
}

.price-list__price {
    width: 160px;
    font-weight: bold;
}

.price-list__appointment {
    width: 115px;
}

.review__head,
.review__body {
    padding: 0 17px;
}

.review__author {
    font-weight: bold;
}

.review__date {
    font-size: 11px;
    color: #999999;
}

.review .rating {
    margin-top: 6px;
}

.review__body {
    margin-top: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #e9e9e9;
    height: 225px;
    overflow: hidden;
    font-size: 14px;
}

.review__read-more {
    margin-top: 2px;
}

.review__read-more a {
    color: #ea4031;
    border-bottom: 1px solid transparent;
}

.review__read-more a:hover {
    border-bottom-color: rgba(177, 37, 43, 0.3);
}

.rating {
    line-height: 1;
}

.rating:before,
.rating:after {
    content: "";
    display: table;
}

.rating:after {
    clear: both;
}

.rating,
.rating li {
    display: block;
    list-style-type: none;
    list-style-position: outside;
}

.rating li {
    float: left;
    margin-right: 1px;
}

.rating li .fa {
    line-height: 1;
    color: #ea4031;
}

.title-strike {
    margin: 40px 0;
    position: relative;
}

.title-strike:before,
.title-strike:after {
    content: "";
    display: table;
}

.title-strike:after {
    clear: both;
}

.title-strike .fa {
    color: #ea4031;
    margin-right: 5px;
}

.title-strike h2 {
    float: left;
    background: #fff;
    padding-right: 15px;
    margin: 0;
}

.title-strike__link {
    display: block;
    float: right;
    background: #fff;
    padding-left: 20px;
    font-weight: bold;
    font-size: 14px;
}

.title-strike hr {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: -1;
    height: 1px;
    background: #e9e9e9;
    border: none;
    line-height: 1px;
    width: 100%;
    left: 0;
    top: 10px;
}

.navbar-select {
    display: none;
}

.toggle__wrap {
    display: none;
}

body .contacts {
    position: relative;
    padding-bottom: 50px;
}

body .contacts p {
    font-size: 14px;
    margin: 16px 0;
}

.contacts .chat-btn {
    padding-bottom: 10px;
}

.contacts__map {
    margin-bottom: 15px;
}

.nav-mobile,
header div#slidemainmenu {
    margin-left: -20px;
    margin-right: -20px;
}

.nav-mobile ul,
header div#slidemainmenu ul,
.nav-mobile li,
header div#slidemainmenu li {
    display: block;
    margin: 0;
    padding: 0;
    list-style-position: outside;
    list-style-type: none;
}

.nav-mobile>ul>li,
header div#slidemainmenu>ul>li {
    border-bottom: 1px solid #e8e8e8;
}

.nav-mobile>ul>li>a,
header div#slidemainmenu>ul>li>a {
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.nav-mobile>ul>li>a:active,
header div#slidemainmenu>ul>li>a:active {
    color: #ea4031;
}

.nav-mobile>ul>li>a:after,
header div#slidemainmenu>ul>li>a:after {
    content: "\f105";
    font-family: FontAwesome;
    color: #ea4031;
    position: absolute;
    right: 20px;
    font-size: 20px;
    font-weight: normal;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
}

.affix--fixed {
    position: fixed !important;
    width: 100%;
}

.lock-scroll body {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}


.share-box {
    color: #656565;
    font-size: 13px;
}

.share-box a {
    color: #656565;
}

.share-box a:hover {
    color: #ea4031;
}

.share-box .fa {
    font-size: 20px;
    position: relative;
    vertical-align: middle;
}

.share-box__items a {
    display: inline-block;
    margin-right: 10px;
    display: inline-block;
}

.mobile-controls {
    display: none;
    position: fixed;
    left: 20px;
    bottom: 17px;
    z-index: 110;
    -moz-box-shadow: 0 0px 35px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0px 35px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 35px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.mobile-controls a {
    display: block;
    width: 40px;
    height: 36px;
    line-height: 37px;
    text-align: center;
    background: rgba(255, 255, 255, 0.75);
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px;
    border-radius: 15px 15px 0 0;
    margin-bottom: 1px;
}

.mobile-controls a,
.mobile-controls a:active,
.mobile-controls a:focus {
    color: #727272;
}

.mobile-controls a.s-active,
.mobile-controls a:hover {
    color: #ea4031;
}

.mobile-controls a:after {
    content: '';
    display: block;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.mobile-controls a:last-child {
    -moz-border-radius: 15px;
    -webkit-border-radius: 0;
    border-radius: 15px;
    margin-bottom: 0;
}

.mobile-controls a:last-child:after {
    display: none;
}

.mobile-controls .fa {
    font-size: 13px;
}

.mobile-share {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.mobile-share .share-box {
    padding: 12px 20px 20px;
    text-align: center;
}

.mobile-share .share-box__title {
    margin-bottom: 4px;
}

.mobile-share .share-box__group {
    margin-bottom: 18px;
}

.mobile-share .share-box__group:last-child {
    margin-bottom: 0;
}

.mobile-share .share-box .fa {
    font-size: 26px;
}

@media (max-width: 1178px) {

    header div#htop div.desktop {
        display: none;
    }

    header div#htop div.mobile {
        display: block;
    }

    .slide-gallery {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .slide-gallery__control {
        left: -10000px;
        right: auto;
    }

    .slide-gallery__item.s-inactive img,
    .slide-gallery__item.s-inactive img:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    .slide-gallery__item {
        position: relative;
    }

    .slide-gallery__item:after {
        content: attr(data-title);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 34px;
        overflow: hidden;
        white-space: nowrap;
        line-height: 34px;
        color: #fff;
        background: rgba(0, 0, 0, 0.5);
        padding-left: 25px;
        padding-right: 25px;
        font-size: 10px;
    }

    .history {
        padding-bottom: 16px;
    }

    .history .inner-container {
        padding-bottom: 22px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .history .content-slider__nav {
        left: -10000px;
        right: auto;
    }

    .promo-slider {
        position: static;
        top: auto;
        height: auto;
        margin: 0px -20px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .promo-slider__item {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        position: relative;
    }

    .promo-slider__item:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 80%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
        z-index: 0;
    }

    .promo-slider__item:first-child {
        position: absolute;
        left: 0;
        top: 0;
        left: -20px;
        right: -20px;
    }

    .promo-slider__content {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        bottom: 62px;
        padding: 0 10%;
        text-align: center;
        z-index: 20;
        color: white;
        text-align: left;
    }

    .promo-slider__text {
        width: auto;
    }
}

@media (max-width: 1178px) and (min-width: 768px) {
    header div#hfoot div.desktop {
        position: relative;
    }

    header div#hfoot div.desktop div.desktop__inner {
        padding-top: 0;
        padding-bottom: 0;
    }

    header div#hfoot div.desktop div.haddr,
    header div#hfoot div.desktop div.ph {
        display: none;
    }

    header div#hfoot div.desktop div.mnav {
        padding-top: 11px;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 1;
    }

    header div#hfoot div.desktop div.mnav ul li a {
        margin: 0 11px;
    }

    header div#hfoot div.desktop div.hlogo,
    header div#hfoot div.desktop div.buttons {
        position: relative;
        z-index: 2;
    }

    header div#hfoot div.desktop div.hlogo {
        height: auto;
    }

    header div#hfoot div.desktop div.hlogo img:first-child {
        display: none;
    }

    header div#hfoot div.desktop div.hlogo img:last-child {
        display: block;
    }

    header div#hfoot div.desktop div.buttons {
        margin-top: 5px;
        height: 38px;
        overflow: hidden;
    }

    header div#hfoot div.desktop div.buttons .btn {
        margin-bottom: 0;
    }
}

@media (max-width: 1178px) and (min-width: 768px) and (max-width: 960px) and (min-width: 768px) {
    header div#hfoot div.desktop div.mnav ul li a {
        margin: 0 5px;
        padding: 0 5px;
    }

    header div#hfoot div.desktop div.buttons {
        width: auto;
    }

    header div#hfoot div.desktop div.buttons .btn {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1178px) and (min-width: 768px) {
    .inner-container {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }

    .two-col>.two-col__sidebar,
    .two-col--stretch>.two-col__sidebar,
    .two-col>.two-col--stretch__sidebar,
    .two-col--stretch>.two-col--stretch__sidebar {
        width: 17%;
    }

    .two-col>.two-col__mainbar,
    .two-col--stretch>.two-col__mainbar,
    .two-col>.two-col--stretch__mainbar,
    .two-col--stretch>.two-col--stretch__mainbar {
        width: 83%;
    }

    .two-col--right>.two-col__mainbar {
        float: left;
        padding-right: 30px;
    }

    .two-col--left>.two-col__mainbar {
        float: right;
        padding-left: 30px;
    }

    .two-col--stretch.two-col--left .two-col__mainbar {
        margin-left: 0;
    }

    .two-col--stretch.two-col--right .two-col__mainbar {
        margin-right: 0;
    }

    .slide-gallery {
        height: auto;
        padding-bottom: 8px;
    }

    .slide-gallery .inner-container {
        margin-left: 0;
        margin-right: 0;
    }

    .start-page {
        position: relative;
        padding-bottom: 0;
        margin-bottom: -30px;
    }

    .start-page__about {
        margin-left: -20px;
        margin-right: -20px;
    }

    .director .article__text {
        padding-right: 0;
    }

    .virtual-tour img {
        max-width: 100%;
    }

    .virtual-tour .btn {
        padding: 0;
    }

    .virtual-tour .fa {
        display: none;
    }
}

@media (max-width: 1030px) and (min-width: 768px) {
    .doctors.doctors--mini .doctors__btn {
        display: none;
    }
}

@media (max-width: 768px) {
    .no-mobile {
        display: none;
    }

    #non_serv {
        margin-top: 0;
    }

    .only-mobile {
        display: block;
    }

    [data-text-mobile] span {
        display: none;
    }

    [data-text-mobile]:after {
        content: attr(data-text-mobile);
    }

    .page-content {
        padding-top: 0px;
        font-size: 12px;
    }

    .page-content p,
    .page-content h4 {
        line-height: 24px;
        font-size: 16px;
    }

    .page-content h2 {
        font-size: 20px;
    }

    .page-head {
        padding-top: 10px;
        margin-bottom: 24px;
    }

    .page-head div#doc_addr {
        margin-left: -35px;
    }

    .page-head div#doc_addr div.all {

        width: 20%;
    }

    .page-head div#doc_addr div.all a span {
        display: none;
    }

    div#service_serv {

        padding: 0;
        margin: 0 -20px;

    }

    div#service_serv div#doc_addr div {
        width: 40%;
    }

    div#service_serv div#doc_addr div.all {
        width: 20%;

    }

    div#service_serv div#doc_addr div a {
        width: 100%;
        display: inline-block;
        padding: 15px;
    }

    div#service_serv div#doc_addr {
        overflow: hidden;
    }

    div#service_serv div#doc_addr div a span {
        display: none;

    }

    .page-head div#doc_addr div.var {
        width: 40%;

    }

    .page-head div#doc_addr div.eng {
        width: 40%;

    }

    /**/
    .page-head div#doc_addr2 {
        margin-left: -22px;
    }

    .page-head div#doc_addr2 div.all {

        width: 20%;
    }

    .page-head div#doc_addr2 div a.all span {
        display: none;
    }

    div#service_serv {

        padding: 0;
        margin: 0 -20px;

    }

    div#service_serv div#doc_addr2 div {
        width: 40%;
    }

    div#service_serv div#doc_addr2 div.all {
        width: 20%;

    }

    div#service_serv div#doc_addr2 div a {
        width: 100%;
        display: inline-block;
        padding: 15px;
    }

    div#service_serv div#doc_addr2 {
        overflow: hidden;
    }

    div#service_serv div#doc_addr2 div a span {
        display: none;

    }

    .page-head div#doc_addr2 div.var {
        width: 40%;

    }

    .page-head div#doc_addr2 div.eng {
        width: 40%;

    }



    .page-head .breadcrumbs {
        margin-bottom: 8px;
        font-size: 10px;
    }

    .page-head h1 {
        font-size: 20px;
    }

    .page-head__buttons {
        display: none;
    }

    .page-head__subtitle {
        font-size: 12px;
        margin-top: 4px;
    }

    .btn--mini {
        height: 30px;
        line-height: 28px;
        font-size: 12px;
        font-weight: bold;
    }

    .btn--mini .fa {
        font-weight: normal;
    }

    .page-sidebar .navbar {
        display: none;
    }

    .navbar-select {
        display: block;
        width: 100%;
        margin-bottom: 24px;
    }

    .instant-search {
        /* display: none; */
        margin-bottom: 20px;
    }

    .row-inner,
    .row-inner--15 {
        margin: 0;
    }

    .row-inner [class*="col-"],
    .row-inner--15 [class*="col-"] {
        min-height: 1px;
        float: none;
        padding: 0;
        width: auto;
    }

    .inner-container {
        padding: 0 20px;
    }

    .two-col--stretch.two-col--left>.two-col__sidebar,
    .two-col--stretch.two-col--left>.two-col__mainbar,
    .two-col--stretch.two-col--right>.two-col__sidebar,
    .two-col--stretch.two-col--right>.two-col__mainbar,
    .two-col--right>.two-col__sidebar,
    .two-col--right>.two-col__mainbar,
    .two-col--left>.two-col__sidebar,
    .two-col--left>.two-col__mainbar {
        width: auto;
        float: none;
        margin: 0;
    }

    .slide-gallery {
        margin-top: -24px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        height: auto;
        padding-bottom: 8px;
        margin-bottom: 15px;
        margin-right: -20px;
    }

    .slide-gallery__inner,
    .slide-gallery__item,
    .slide-gallery__item img {
        height: 214px;
    }

    .slide-gallery .inner-container {
        padding: 0;
    }

    .slide-gallery__control {
        left: -10000px;
        right: auto;
    }

    .slide-gallery__item.s-inactive img,
    .slide-gallery__item.s-inactive img:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    .virtual-tour {
        margin-bottom: 26px;
        padding-top: 0;
    }

    .virtual-tour__picture {
        display: none;
    }

    .virtual-tour__btn .btn {
        width: 100%;
    }

    .benefits {
        margin-bottom: -20px;
    }

    .benefits__head {
        margin-bottom: 24px;
        display: table;
    }

    .benefits__head>* {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }

    .benefits__body p {
        font-size: 14px;
    }

    .benefits__picture {
        width: 40%;
    }

    .benefits__picture img {
        max-height: none;
        width: 100%;
    }

    .benefits__title {
        padding-left: 11px;
    }

    .benefits__title h3 {
        font-size: 14px;
        display: block;
        height: auto;
        margin: 0;
        line-height: 1.32;
    }

    .benefits__item {
        margin-bottom: 35px;
    }

    .history {
        margin-bottom: 32px;
        padding-bottom: 14px;
    }

    .history .inner-container {
        padding-top: 32px;
        padding-bottom: 22px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .history__year,
    .history__item {
        width: 172px;
    }

    .history__text {
        width: auto;
        padding-right: 26px;
    }

    .history .content-slider__nav {
        left: -10000px;
        right: auto;
    }

    .director .article__text {
        padding-right: 0;
    }

    .director .article__text h4,
    .director .article__text p {
        font-size: 14px;
    }

    .article__sidebar {
        display: table;
        margin-bottom: 20px !important;
    }

    .article__sidebar h3 {
        font-size: 14px;
    }

    .article__picture,
    .article h3 {
        vertical-align: middle;
    }

    .article__picture {
        width: 40%;
    }

    .article__picture img {
        max-width: 100%;
    }

    .article h3 {
        padding-left: 0px;
    }

    .partners-container {
        display: none;
    }

    .contacts p {
        font-size: 14px;
    }

    .contacts__map {
        height: 175px;
    }

    .contacts__map iframe {
        height: 175px;
    }

    .btn {
        height: 38px;
        line-height: 38px;
        font-size: 13px;
    }

    .doctors {
        position: relative;
    }

    .doctors__card {
        padding-bottom: 0;
        margin-bottom: 35px;
    }

    .doctors__btn .btn--bordered {
        background: #ea4031;
        color: #fff;
        width: 100%;
    }

    .doctors__picture {
        margin-bottom: 15px;
        height: 135px;
    }

    .doctors__picture img {
        height: 125px;
        width: 125px;
    }

    .doctors h3.doctors__name {
        font-size: 15px;
        line-height: 1.4;
    }

    .doctors__tags {
        margin-top: 10px;
        font-size: 12px;
    }

    .doctors__info {
        margin-top: 1px;
        font-size: 12px;
    }

    .doctors .rsArrow {
        display: block;
        position: absolute;
        z-index: 20;
        width: 30px;
        height: 30px;
        top: 162px;
    }

    .doctors .rsArrow.rsArrowDisabled {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
        opacity: 0.1;
    }

    .doctors .rsArrow .rsArrowIcn {
        position: absolute;
        left: 12px;
        top: 10px;
    }

    .doctors .rsArrow .rsArrowIcn:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
    }

    .doctors .rsArrow.rsArrowLeft {
        left: -10px;
    }

    .doctors .rsArrow.rsArrowLeft .rsArrowIcn {
        left: 12px;
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .doctors .rsArrow.rsArrowRight {
        right: -6px;
    }

    .doctors .rsArrow.rsArrowRight .rsArrowIcn {
        right: 12px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .doctors--mini .doctors__card:hover .doctors__picture img {
        width: 116px;
        height: 116px;
    }

    .doctors--mini h3.doctors__name {
        font-size: 15px;
    }

    .doctors--mini .doctors__tags,
    .doctors--mini .doctors__info {
        font-size: 12px;
    }

    body .services .two-col:not(:last-child) {
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 2px solid #e8e8e8;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    body .services h4 {
        margin-bottom: 25px;
        font-size: 14px;
    }

    body .services li {
        margin-bottom: 20px;
        padding-left: 32px;
        padding-top: 0;
        min-height: 20px;
    }

    body .services li a {
        font-size: 14px;
        line-height: 20px;
        display: inline;
    }

    body .services li .icon {
        width: 20px;
        height: 20px;
        background-size: 100%;
        background-position: left top;
        background-repeat: no-repeat;
    }

    body .services li .icon.icon-cardio {
        background-image: url("/wp-content/themes/euromed-redesign/assets/static/img/icon/cardio.png");
    }

    body .services li .icon.icon-consult {
        background-image: url("/wp-content/themes/euromed-redesign/assets/static/img/icon/consult.png");
    }

    body .services li .icon.icon-skeleton {
        background-image: url("/wp-content/themes/euromed-redesign/assets/static/img/icon/skeleton.png");
    }

    body .services li .icon.icon-tv {
        background-image: url("/wp-content/themes/euromed-redesign/assets/static/img/icon/tv.png");
    }

    body .contacts {
        padding-top: 130px;
    }

    .contacts__head {
        position: absolute;
        left: 20px;
        right: 20px;
        top: 0;
    }

    .contacts__head .btn {
        width: 100%;
    }

    .contacts__form,
    .contacts__other-projects {
        display: none;
    }

    /*
    .promo-slider{
        margin: 0 (-$mobile-content-pad);

        &,
        &__item{
            height: 278px;
            @include border-radius(0);
        }

        &__item{
            background-size: cover;
        }

        &__text{
            display: none;
        }

        &__content{
            display: block;
            height: 278px;
            padding: 44px $mobile-content-pad;
        }

        h1{
            margin: 0;
            font-size: 22px;
            line-height: 1.3;
        }

        &__btn{
            position: absolute;
            left: $mobile-content-pad;
            right: $mobile-content-pad;
            bottom: 45px;

            .btn{
                width: 100%;
                height: 38px;
                line-height: 38px;
                vertical-align: baseline;
                &,
                &:hover{
                    background: $color-red;
                    border: none;
                    color: #fff;
                }
            }

        }

        .rsBullets{
            bottom: 18px;
        }

        .rsArrow{
            @include opacity(0);
        }

    }
    */
    .promo-slider__item:first-child {
        left: 0px;
        right: 0px;
    }

    .promo-slider__content {
        padding: 0 30% 0 5%;
        bottom: 25px;
        text-align: left;
    }

    .promo-slider__title {
        font-size: 17px;
        line-height: 1.1;
        margin-bottom: 10px;
        max-width: 100%;
        color: white;
    }

    .promo-slider__text {
        margin-bottom: 12px;
        font-size: 12px;
        color: white;
    }

    .promo-slider__btn .btn {
        height: 28px;
        line-height: 26px;
        font-size: 12px;
        font-family: 'gothamedium';
    }

    .promo-slider__item {
        height: 220px;
    }

    .start-page {
        padding-bottom: 0;
        margin-bottom: -30px;
    }

    .start-page>.inner-container {
        padding-top: 220px;
    }

    .start-page__about {
        margin-left: -20px;
        margin-right: -20px;
    }

    .start-page__about .toggle__open {
        height: 60px;
        line-height: 60px;
        font-size: 13px;
    }

    .start-page__about-text {
        padding-left: 20px;
        padding-right: -20px;
    }

    .doctor-promo {
        height: 150px;
        margin-bottom: -10px;
    }

    .doctor-promo__slogan,
    .doctor-promo__appointment {
        display: none;
    }

    .doctor-promo__picture {
        left: 0;
        right: 0;
    }

    .doctor-promo__picture img {
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }

    .doctor-page section,
    .service-page section {
        margin-bottom: 30px;
    }

    .doctor-page .two-col__mainbar h2,
    .service-page .two-col__mainbar h2 {
        margin-top: 0;
    }

    .doctor-page section {
        margin-bottom: 30px;
    }

    .doctor-page__tags {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .doctor-page__about,
    .doctor-page__about p,
    .doctor-page__short-descr {
        font-size: 14px;
    }

    .doctor-page__about p,
    .doctor-page__short-descr p {
        margin-top: 10px;
    }

    .inner-container {
        /*        padding-bottom: 0px;*/
    }

    .price-list {
        /*        margin-left: -20px;
        margin-right: -20px;*/
        margin-bottom: 26px !important;
    }

    .price-list h2 {
        margin-left: 20px;
        margin-top: 20px;
    }

    .price-list td {
        vertical-align: top;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .price-list__check {
        display: table-cell;
        padding-left: 20px !important;
        width: 27px;
        padding-right: 0 !important;
    }

    .price-list__price {
        text-align: right;
    }

    .price-list__appointment {
        display: none;
    }

    .price-list__all-submit {
        margin-top: 16px;
        padding: 0 20px;
    }

    .price-list__all-submit .btn {
        width: 100%;
    }

    .quote {
        font-size: 15px;
        font-weight: bold;
        line-height: 1.2;
        padding-left: 38px;
        padding-right: 50px;
    }

    .quote:before {
        font-size: 25px;
    }

    .title-strike {
        margin-bottom: 25px;
    }

    .title-strike h2 {
        width: 100%;
        text-align: center;
        padding-right: 0;
        background: none;
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 27px;
    }

    .title-strike h2 .fa {
        display: block;
        font-size: 46px;
        margin: 0 auto 18px;
        background: #fff;
        width: 80px;
    }

    .title-strike__link {
        display: none;
    }

    .title-strike hr {
        top: 25px;
        left: -20px;
        right: -20px;
        width: auto;
    }

    .review {
        margin-bottom: 13px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .review__head:before,
    .review__head:after {
        content: "";
        display: table;
    }

    .review__head:after {
        clear: both;
    }

    .review__head,
    .review__body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .review__body {
        height: auto;
        padding-top: 16px;
        padding-bottom: 16px;
        margin-top: 11px;
    }

    .review__author {
        font-size: 15px;
    }

    .review__date {
        font-size: 11px;
    }

    .review__head-info {
        float: left;
    }

    .review .rating {
        float: right;
    }

    .review .rating .fa {
        font-size: 15px;
    }

    .all-link {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding-top: 5px;
    }

    .service-page__main-article {
        margin-bottom: 20px !important;
    }

    .service-page__main-article .article__picture {
        display: block;
        width: auto;
        margin-top: -24px;
        margin-left: -20px;
        margin-right: -20px;
        max-height: 214px;
        overflow: hidden;
    }

    .service-page__main-article .article__picture img {
        width: 100%;
    }

    .service-page__main-article .article .navbar {
        display: none;
    }

    .service-page__full-descr p {
        font-size: 14px;
    }
}

/*custom*/
.icon {
    height: 40px;
    width: 40px;
}

.inner-container h1 {
    color: black !important;
    padding-bottom: 15px;
}

h1.promo-slider__title {
    /*color: white !important;*/
}

.navbar li a:first-letter {
    color: red !important;
}

/*.h1, .h2, .h3, .h4, .h4, .h5, .h6, h1, h2, h3, h4, h5, h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {*/
/*color: black;*/
/*}*/

/*.clear {*/
/*clear: both;*/
/*}*/

header div#htop div.desktop div.share {
    border-left: 1px solid #e9e5d9;
    width: 60px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.ya-share2 ul {
    list-style: none;
}

.ya-share2 ul li {
    display: inline-block;
}

.ya-share2 {
    vertical-align: middle;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.ya-share2__item a span.ya-share2__title {
    display: none;
}

.ya-share2__item a {
    color: #656565;
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    vertical-align: middle;
}

.ya-share2__item a:hover,
.ya-share2__item a:focus {
    color: #ea4031;
    text-decoration: none;
}

.ya-share2__item_service_vkontakte a span:nth-last-child(1):after {
    content: "\f189";
}

.ya-share2__item_service_facebook a span:nth-last-child(1):after {
    content: "\f082";
}

.ya-share2__item_service_twitter a span:nth-last-child(1):after {
    content: "\f099";
}

.list-special a:first-letter {
    color: red;
    text-transform: uppercase;
}


header .sub-menu {
    display: block !important;
}

header .more {
    display: none;
}

header .sub-menu {
    visibility: hidden;
    opacity: 0;
}

header li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
}

header .sub-menu {
    background-color: white;
    position: absolute !important;
    z-index: 999999 !important;
    text-align: left;
}

header .sub-menu li {
    position: relative;
    display: block !important;
    padding: 5px 0 !important;
}

header .sub-menu .sub-menu {
    position: absolute;
    right: 100%;
    top: -1px;
    transition: .3s linear;
}

header nav li:hover>.sub-menu {
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
}

header .more>a {
    cursor: default;
}

@media (max-width: 1178px) {
    header .mnav {
        margin-top: 20px;
        padding: 0 40px;
    }
}

@media (min-width: 1178px) {
    body.fixed-head #mainnav {
        width: 600px !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 360px) {
    header div#htop div.mobile div.hphone a {
        font-size: 12px !important;
    }

    header div#htop div.mobile div.hotherclinic a {
        font-size: 12px;
    }
}

.navbar li {
    color: #898989;
}

.navbar li[data-docsid]:hover,
.navbar li[data-docsid].s-active {
    color: #b1252b;
    cursor: pointer;
}

#doctors div[data-role="instant-filter-item"] {
    min-height: 430px;
}

@media screen and (max-width: 768px) {
    #doctors div[data-role="instant-filter-item"] {
        min-height: unset;
    }
}

.review__head .review__author {
    min-height: 40px;
}