body {
	/*font-family: 'proxima_nova_rgregular';*/
}

iframe {
	border: none;
}

body a {
	color: #9e454a;
}

body a:hover {
	color: #000;
}

body h1 a,
body h3 a,
body h2 a,
body h4 a,
body h1 a:hover,
body h2 a:hover,
body h3 a:hover,
body h4 a:hover {
	color: #000;
}

div#content_ ul {
	margin-left: 20px;
}

div#content_ ol {
	margin-left: 20px;
}

body h4 * {
	color: #000 !important;
}

body h5 * {
	color: #000;
}

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

body blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #edced0;
}

.btn-search {
	display: block;
	position: absolute;
	right: 25px;
	top: 7px;
	height: 25px;
	width: 30px;
	cursor: pointer;
}

.modal {
	z-index: 300000000 !important;
}

.doctors-footer {
	background-color: #f5f5f5;
}

.doctors-page .search-elems .wrap_search form .search-input {
	padding: 4px 15px 4px 6px;
	background-image: url(img/search_icon_gray.png);
	background-repeat: no-repeat;
	background-position: 95%;
	line-height: 25px;
	margin-bottom: 0px !important;
	font-size: 13px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.doctors-page .search-elems .form-control {
	-webkit-box-shadow: none;
	border-radius: 0px;
}

.doctors-page .search-elems select {
	/* for IE */
	-ms-appearance: none;
	appearance: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('/wp-content/themes/euromed-redesign/assets/static/img/content/arrow_down.png');
	background-position: right center;
	background-repeat: no-repeat;
	line-height: 1em;
	/* for FF */
	text-indent: 0.01px;
	text-overflow: '';
}

.doctors-page .search-elems select:required:invalid {
	color: #595959 !important;
}

.doctors-page .search-elems option[value=""][disabled] {
	display: none !important;
}

.doctors-page .search-elems option {
	color: #000 !important;
}

.doctors-page .doctor {
	height: 490px;
	margin-bottom: 60px;
}

.doctors-page .doctor .doctor-name {
	padding: 15px 5px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.doctors-page .doctor .specialization a:first-letter {
	text-transform: uppercase;
	color: red;
}

.doctors-page .doctor .specialization a {
	color: #000000;
}

.doctors-page .doctor .specialization a:hover {
	color: #000000;
}

.doctors-page .doctor .specialization a {
	color: #b51b1b;
	font-size: 16px;
	text-decoration: underline;
}

.doctors-page .doctor .degree {
	padding: 10px 5px;
	font-size: 12px;
	color: #999999;
	line-height: 16px;
}

.doctors-page .btn-apointments {
	padding: 5px !important;
	background-color: #c2161d !important;
	color: white !important;
	font-size: 14px;
	min-width: 160px !important;
	margin: 0 auto;
	font-weight: normal;
	cursor: pointer;
}

.doctors-page .btn-apointments:hover {
	background-color: #9c0305 !important;
}

.doctors-footer {
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.doctors-footer a p {
	line-height: 17px !important;
	margin-bottom: 10px;
	color: #3a3d36 !important;
	font-size: 14px;
}

.doctors-footer a p.date {
	margin-bottom: 15px;
	font-size: 12px;
	color: #bd4048 !important;
}

.services-page {
	/*font-family: ProximaNovaRg;*/
}

.services-page ul li:hover {
	color: #000;
}

.services-page ul li {
	padding: 10px;
	list-style-type: none;
	font-size: 18px;
	color: #7E070E;
}

.services-page ul li>div>div {
	padding-top: 20px;
}

.services-page ul li>div>div>div:nth-child(2n) {
	background-color: #f7f9f9 !important;
}

.services-page ul li>div>div>div {
	margin-left: 40px !important;
	padding-top: 15px;
	padding-bottom: 20px;
}

.services-page ul li a:hover {
	color: #000000;
}

.services-page ul li a {
	color: #7E070E;
}

.services-page ul li .ls {
	background-color: #f5f5f5 !important;
}

.services-page ul li .price {
	font-weight: bold;
	text-align: right;
	color: #000 !important;
}

.services-page ul li img {
	padding-right: 15px;
}

.services-page ul li .service-list {
	padding-left: 30px;
}

.services-page ul li .btn-collapse-services:hover {
	color: #000;
}

.services-page ul li .btn-collapse-services {
	border: none;
	background-color: white;
	padding: 0px 0px 10px 0px;
	color: #7E070E;
	text-align: left;
	cursor: pointer;
	font-size: 18px;
}

.services-page ul li .service {
	color: #000;
	text-decoration: underline;
}

.services-page ul li .service a {
	text-decoration: underline;
	color: black;
}

.services-page ul li .collapse,
.services-page ul li .collapsing {
	font-size: 14px;
}

.services-page ul li .collapse>.row,
.services-page ul li .collapsing>.row {
	padding: 15px 0px 15px 0px;
	margin: 0px;
}

body {
	background-color: white !important;
}

.underline {
	text-decoration: underline;
}

.underline a {
	text-decoration: underline !important;
}

.btn {
	white-space: nowrap;
}

.nowrap {
	white-space: nowrap;
}

.pt-small {
	padding-top: 10px !important;
}

.pt-middle {
	padding-top: 15px !important;
}

.header-top nav.main-menu ul>li a:hover {
	background: none !important;
	color: #000;
}

.header-top .white-line span.text {
	font-size: 14px;
	color: #555555;
}

.header-top .white-line a {
	font-size: 14px;
}

.header-top .wrap_search form .search-input {
	margin: 0px;
	padding: 0px 25px 0px 15px;
	width: 95%;
	height: 25px;
	background-image: url(img/search_icon_gray.png);
	background-repeat: no-repeat;
	background-position: 95%;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	line-height: 25px;
	margin-bottom: 0px !important;
	font-size: 13px;
	border: none;
}

.header-top a {
	color: #b51b1b;
}

.header-top a:hover {
	color: black;
}

.header-top .white-line {
	background-color: #faf6e9;
}

.header-top .action-line {
	background-color: #fff;
}

.header-top .login {
	text-align: right;
}

.header-top .lang {
	display: inline-block;
}

.header-top .lang a:hover {
	color: #b51b1b;
}

.header-top .lang a {
	color: #555555;
}

.header-top .contact a:hover {
	color: #b51b1b;
}

.header-top .contact a {
	color: #555555;
}

#header nav.main-menu ul>li a:hover {
	color: #b51b1b;
}

#header nav.main-menu ul>li a {
	color: #000;
	padding: 7px 10px 5px 10px !important;

}

.fixedMenu nav.main-menu ul>li a:hover {
	background-color: #b0252b !important;
	color: white !important;
	border-radius: 3px;
}

.fixedMenu nav.main-menu ul>li a {
	font-family: 'gothamedium';
	color: #000;
}

.fixedMenu div.menu {
	text-align: center;
	padding: 0 auto !important;
}

nav.main-menu ul>li:hover a,
nav.main-menu ul>li.current-menu-item a,
nav.main-menu ul>li.current-menu-parent a,
nav.main-menu ul>li a:hover,
nav.main-menu ul>li ul {
	background: #fff;
	color: #b1252b;
}

/*#header nav.main-menu ul > li a:hover,
#header nav.main-menu ul > li:hover a {
    color: #b51b1b;
}*/
#header nav.main-menu ul>li.current-menu-item a,
#header nav.main-menu ul>li.current-menu-parent a,
#header nav.main-menu ul>li ul {
	background-color: white !important;
	color: #b51b1b !important;
}

#header .logo_white {
	text-align: center;
	background-color: white;
	margin-top: 5px;
	padding: 3px 0 3px 0;
}

#header .logo {
	background-color: white;
	border: 1px solid #e4e5e5;
	position: absolute;
	padding: 5px 10px 10px 10px;
	z-index: 999;
	text-align: left !important;
}

#header #list_clinics {
	position: relative;
}

#header #list_clinics ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#header #list_clinics ul li {
	padding: 0px;
	margin-bottom: 15px;
}

#header #list_clinics ul li .clinic_desc {
	font-size: 12px;
}

#header #list_clinics ul li:nth-last-child(1) {
	margin-bottom: 0px;
}

#header .wrap_list_clinics_collapse>img+span {
	display: inline-block;
	color: black !important;
	padding: 15px;
	margin-left: 5px;
}

#header .wrap_list_clinics_collapse {
	cursor: pointer;
}

#header .for-phone .phone {
	color: #35472b;
	font-size: 18px;
	white-space: nowrap;
}

#header a.nf-modal-link:hover {
	color: #000000 !important;
}

#header a.nf-modal-link {
	color: #bd4048 !important;
}

#header .main-menu a {
	text-decoration: underline;
}

#header nav.main-menu ul>li a:hover {
	background-color: white !important;
	/*color: black !important;*/
}

.page-top-dark {
	color: #f5f5f5 !important;
}

.page-top-dark .breadcrumb a:hover {
	color: #000 !important;
}

.page-top-dark .breadcrumb a {
	color: #b51b1b !important;
}

.apointments-but {
	float: right;
	font-size: 14px;
	width: 160px !important;
	background: url(img/btn.png) top center no-repeat;
}

.apointments-but span {
	white-space: nowrap;
}

.bg {
	background: url(img/bg.png) top center repeat-x;
}

.fixedMenu {
	background-color: #fff;
	z-index: 999998;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
}

.btn-empty {
	background: none !important;
}

.btn-empty:hover {
	background: none !important;
}

.home #about div {
	padding: 20px;
	font-size: 16px;
}

.home .about-header div.btn-empty {
	text-transform: uppercase !important;
	font-weight: 400 !important;
}

.home .about-header div.btn-empty img {
	height: 20px;
	margin-top: -5px;
	margin-left: 5px;
}

.home .about-header {
	text-align: center;
}

.home .home-slider .flex-direction-nav a.flex-prev,
.home .home-slider .flex-direction-nav a.flex-next {
	background-color: black !important;
	opacity: 0.7;
}

.home .home-slider .flexslider:hover .flex-direction-nav .flex-next,
.home .home-slider .flexslider:hover .flex-direction-nav .flex-prev {
	background-color: black !important;
}

.home .home-slider .flexslider {
	border-radius: 0px !important;

}

.home .home-slider .flexslider ul {

	margin-left: 0 !important;

}

.home .home-slider .slide-content {
	padding-left: 60px;
}

.home .home-slider .slide-content h1 {
	color: #fff !important;
	margin-bottom: 50px;
	/*    text-shadow: 1px 1px #fff;*/

}

.home .home-slider .slide-content p {
	color: #fff !important;
	/*text-shadow: 1px 1px #eee;*/
}

.home .home-slider .btn {
	color: #000 !important;
	border: 1px solid #8f8f8f;
	margin-top: 20px;
}

.home .home-slider .btn:hover {
	background-color: white !important;
	color: #b51b1b !important;
}

.home .home-slider .flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 0px !important;
	z-index: 999;
	text-align: center;
	margin-left: 40%;
	bottom: 8px !important;
}

.home .home-slider .flex-control-nav li {
	margin: 0 3px;
}

.home .home-slider .flex-control-nav li a {
	background-color: white;
	border: 1px solid #8f8f8f;
	width: 12px;
	height: 12px;
}

.home .home-slider .flex-control-nav li .flex-active {
	background-color: #bd4048;
}

.mean-bar .mean-nav #menu-main-menu li a {
	color: white;
}

.pagination .current {
	background-color: #9c0305 !important;
}

.content-page .content h1.entry-title {
	color: #000 !important;
}

.search-page a:hover {
	color: #000 !important;
}

.search-page a {
	color: #9e454a !important;
}

.search-page #searchform #searchsubmit {
	background-color: #c2161d !important;
}

.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 40px;
	right: -20px;
	border-radius: 30px !important;
	width: 30px;
	height: 30px;
	line-height: 25px;
}

.owl-theme .owl-nav .owl-prev {
	position: absolute;
	top: 40px;
	left: -20px;
	border-radius: 30px !important;
	width: 30px;
	height: 30px;
	line-height: 25px;
}

h1 a:hover {
	color: #3a3c41 !important;
}

.doctor-single-page .slider div {
	padding: 0px !important;
	text-align: center;
}

.doctor-single-page .slider div .wrap_img {
	border: 1px solid #999999;
	margin: 0 auto;
	width: 95%;
}

.doctor-single-page .doctor .doctor-name {
	font-size: 36px;
	font-weight: bold;
}

.doctor-single-page .doctor .doctor-about {
	padding: 20px 0px;
}

.doctor-single-page .doctor_left-menu .doctor-degree {
	font-size: 12px;
	color: #b8b8b8 !important;
	padding: 0px 0px 25px 0px;
	line-height: 1.2;
}

.doctor-single-page .doctor_left-menu .doctor-specialization {
	font-size: 16px;
	padding: 20px 0px 15px 0px;
}

.doctor-single-page .doctor_left-menu .doctor-specialization a {
	color: #bd4048;
	text-decoration: underline;
}

.doctor-single-page .wrap_btn-collapse-more-information-doctor {
	border-top: 1px solid #bd4048;
	margin-top: 40px;
	padding: 0px;
}

.doctor-single-page .wrap_btn-collapse-more-information-doctor .btn-collapse-more-information-doctor {
	border: none !important;
	background-color: white !important;
	color: #bd4048 !important;
	top: -15px;
	position: relative;
	cursor: pointer;
	padding: 5px 0;
	width: 190px;
	margin: 0 auto;
	text-align: center;
}

.doctor-single-page #more_information div {
	padding-bottom: 40px;
}

.doctor-single-page .to-doctor {
	background-color: white !important;
	color: black !important;
	border: 2px solid #bd4048;
	font-size: 14px;
	margin-top: 10px;
	opacity: 0.7;
}

.doctor-single-page .to-doctor:hover {
	opacity: 1;
}

.services-doctor>h1 {
	margin-left: 0;
	font-family: 'gotham';

}

.doctor-single-page .services-doctor>h2 {
	font-size: 14px;
	color: #bd4048;
	font-weight: normal;
	font-family: 'gothamedium';
	/*font-family: 'proxima_nova_rgregular';*/
	/*margin-left: 24px;*/
}

.doctor-single-page .services-doctor .service {
	/*  margin: 0 14px 0 0;*/
	font-family: 'gotham';
	overflow: hidden;

}

.doctor-single-page .services-doctor .service .price {
	font-family: 'gothambold' !important;
	padding: 26px 0 26px 10px !important;
	text-align: center;
	/*height: 70px;
    line-height: 70px;*/
	font-weight: bold;
	/*font-family: 'proxima_nova_rgbold';*/
}

.doctor-single-page .services-doctor .service .service_name {
	padding: 26px 0 26px 20px;
	font-family: 'gotham' !important;
	/* height: 70px;
     line-height: 20px;*/

}

.doctor-single-page .services-doctor .service .wrap_appointment {
	text-align: right;
	background-color: white;
	padding-left: 20px;
}

.doctor-single-page .services-doctor div.service:nth-child(odd) {
	/* background-color: #f5f5f5 !important;*/

}

.doctor-single-page .services-doctor div.service:nth-child(odd) .price,
.doctor-single-page .services-doctor div.service:nth-child(odd) .service_name {
	background-color: #f5f5f5 !important;
}

.doctor-single-page .services-doctor .wrap_btn {
	background-color: #fff !important;
	padding-left: 0px;
	padding-bottom: 10px;

}

.doctor-single-page .services-doctor .wrap_btn a {

	margin: 10px 0 0 20%;

}

.doctor-single-page .services-doctor table {
	width: 100%;
	border: none;
	background-color: white;
}

.doctor-single-page .services-doctor table tr {
	border: none;
	background-color: white;
}

.doctor-single-page .services-doctor table tr:nth-child(odd) {
	background-color: #f5f5f5 !important;
}

.doctor-single-page .services-doctor table td {
	border: none;
}

.doctor-single-page .services-doctor table td.wrap_appointment {
	background-color: white;
}

.contact-page #map_contact {
	min-width: 250px;
	min-height: 350px;
	width: 100%;
	height: 100%;
}

.contact-page .manager a,
.contact-page .tel a {
	color: #C2161D;
}

.contact-page .wrap_tel {
	padding-top: 15px;
	padding-bottom: 15px;
}

.contact-page .wrap_tel a {
	font-size: 20px;
}

.contact-page .wrap_call-manager {
	padding-top: 15px;
	padding-bottom: 30px;
}

.contact-page .wrap_call-manager .btn-call-manager {
	background-color: #C2161D !important;
	font-size: 14px;
}

.contact-page .manager,
.contact-page .address,
.contact-page .schedule {
	padding-top: 15px;
	padding-bottom: 15px;
}

.contact-page .transport-to-get {
	padding-top: 30px;
	padding-bottom: 15px;
}

.contact-page .transport-to-get p {
	padding-top: 15px;
	padding-bottom: 15px;
}

.contact-page .tel p:first-child,
.contact-page .manager p:first-child,
.contact-page .address p:first-child,
.contact-page .schedule p:first-child {
	font-weight: bold !important;
}

.about-page .glyphicon {
	font-size: 25px;
	color: #bd4048;
	position: absolute;
	left: 3px;
	top: 7px;
	width: 25px;
	height: 25px;
}

.about-page .partners {
	padding: 20px 0 30px;
}

.about-page .partners a:hover {
	color: #000 !important;
}

.about-page .wrap_partners {
	background-color: #f5f5f5;
	margin-top: 100px;
}

.about-page .history p {
	padding-top: 15px;
	padding-bottom: 15px;
}

.about-page ul.list-unstyled li {
	padding-bottom: 15px;
}

.about-page ul.list-unstyled li a:hover {
	color: #000000;
}

.about-page ul.list-unstyled li a {
	color: #b51b1b;
	text-decoration: underline;
}

.about-page ul.main-date {
	margin-left: 0;
	padding-left: 5px;
}

.about-page ul.main-date li {
	position: relative;
	padding-left: 3em;
	margin: 0.45em 0 30px;
	list-style: none;
	line-height: 1.8em;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.about-page ul.main-date li .glyphicon-record {
	font-size: 25px;
	color: #bd4048;
	position: absolute;
	left: 0px;
	top: 7px;
}

.about-page ul.main-date li:after {
	position: absolute;
	top: 2.5em;
	left: 0.85em;
	width: 2px;
	height: 93%;
	content: '';
	background-color: #bd4048;
	z-index: 0;
}

.about-page ul.main-date li:last-child:after {
	background-color: white;
}

.about-page h1,
.about-page h2 {
	margin-top: 0px;
}

.about-page .advantages .row {
	margin-bottom: 30px;
}

.about-page .wrap_history {
	margin-top: 30px;
}

.about-page .item {
	text-align: center !important;
}

.about-page .item p {
	color: #999999 !important;
	font-size: 12px !important;
	line-height: 1.2;
	padding-left: 10px;
	padding-right: 10px;
}

.about-page .item .wrap_img_partners {
	line-height: 125px !important;
}

.about-page .item .wrap_img_partners img {
	vertical-align: middle !important;
	max-width: 120px;
	display: inline-block;
}

.close-modal {
	display: none;
}

.close-model-cust {
	display: block;
	margin: 0 auto;
	width: 35px;
	color: white;
	border-radius: 35px;
	background-color: #5f5f5f;
	text-align: center;
	line-height: 35px;
	margin-top: 10px;
	font-size: 12px !important;
}

.close-model-cust:hover {
	color: #9e454a;
	text-decoration: none;
}

#select_clinic .modal-dialog {
	top: 80px;
}

#select_clinic .modal-content {
	border-radius: 0;
}

#select_clinic .modal-content .modal-header {
	background-color: #efefef;
	border-bottom: 0 !important;
	padding: 20px;
}

#select_clinic .modal-content .modal-header h4 {
	font-size: 16px !important;
	/* font-family: 'proxima_nova_rgregular';*/
	font-weight: normal;
}

#select_clinic .modal-content ul li {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #bfbfbf;
}

#select_clinic .modal-content ul li .row {
	margin: 0 !important;
}

#select_clinic .modal-content ul li .wrap_arrow {
	line-height: 60px;
}

#select_clinic .modal-content ul li a {
	color: black;
}

#select_clinic .modal-content ul li p:first-child {
	font-weight: bold;
}

#select_clinic .modal-content ul li p:nth-child(2) {
	font-size: 12px;
	line-height: 1.3;
	width: 75%;
}

#select_clinic .modal-content ul li:last-child {
	border-bottom: 0 !important;
}

.service-page {
	/*font-family: Arial;*/
}

.service-page li {
	padding-top: 10px;
	line-height: 19.5px;
}

.service-page .left-menu .main-services {
	margin-bottom: 30px;
	padding-top: 10px;
}

.service-page .left-menu .left-menu-service_name {
	color: #3a3d36 !important;
	font-weight: bold;
}

.service-page .left-menu .main-services li:first-child {
	padding-top: 0;
}

.service-page .left-menu .main-services a:hover {
	color: #000000;
}

.service-page .left-menu .main-services a {
	color: #9e454a;
	text-decoration: underline;
	font-size: 14px;
}

.service-page .left-menu ul+p {
	font-weight: bold;
	font-size: 14px;
	/*margin-top: 100px;*/
}

.service-page .left-menu .other-services a:hover {
	color: #b51b1b;
}

.service-page .left-menu .other-services a {
	color: black;
	font-size: 14px;
}

.service-page .left-menu .wrap_btn-collapse {
	border-top: 1px solid #bd4048;
	margin-top: 40px;
	padding: 0px;
}

.service-page .left-menu .wrap_btn-collapse .btn-collapse {
	border: none !important;
	background-color: white !important;
	color: #bd4048 !important;
	top: -15px;
	position: relative;
	cursor: pointer;
	padding: 5px 0;
	width: 100px;
	margin: 0 auto;
	text-align: center;
}

.service-page .left-menu #more_services div {
	padding-bottom: 40px;
}

.service-page .services-doctor h1 {
	margin-top: 0;
	margin-left: 0px;
	margin-bottom: 25px;
	font-weight: bold;
}

.service-page .services-doctor .wrap_image {
	padding: 7px 15px 15px 15px;
}

.service-page .disease a {
	text-decoration: underline;
}

.service-page h2 {
	/*margin-top: 40px;*/
	/*margin-left: 25px;*/
	font-weight: bold;
}

.service-page .wrap_image img {
	width: 100%;
}

.service-page .service {
	/*line-height: 80px;
    height: 80px;*/
}

.service-page .service-price {
	/*margin: 0 25px 0 25px;*/
}

.services-doctor .wrap_btn {
	background-color: #fff !important;
	padding-left: 0px;
	padding-bottom: 10px;

}

.services-doctor .wrap_btn a {
	margin: 7px 0 0 0px;

}

.service-page .service {
	display: block;
	clear: both;
}

.service-page .service .price {
	text-align: center;
	padding: 26px 0 26px 10px !important;
	font-weight: bold;
	font-family: 'gothambold';
	/*height: 70px;
    line-height: 70px;
    font-family: 'proxima_nova_rgbold';*/
}

.service-page .service .service_name {
	padding: 26px 0 26px 20px;
	/* height: 70px;
     line-height: 15px;*/
}

.service-page .service .service_name a {
	text-decoration: underline;
}

.service-page .service .wrap_appointment {
	text-align: right;
	background-color: white;
	padding-left: 20px;
}

.service-page div.service:nth-child(odd) .price,
.service-page div.service:nth-child(odd) .service_name {
	background-color: #f5f5f5 !important;
}

.service-page table {
	width: 100%;
	border: none;
	background-color: white;
}

.service-page table tr {
	border: none;
	background-color: white;
}

.service-page table tr:nth-child(odd) {
	background-color: #f5f5f5 !important;
}

.service-page table td {
	border: none;
}

.service-page table td.wrap_appointment {
	background-color: white;
}

.service-page .to-doctor {
	background-color: white !important;
	color: black !important;
	border: 2px solid #bd4048;
	font-size: 14px;
	/*margin-top: 10px;*/
}

.service-page .doctor {
	height: 400px;
	margin-top: 60px;
	margin-bottom: 0px;
}

.service-page .doctor img {
	height: 200px;
}

.service-page .doctor .doctor-name {
	padding: 15px 5px 0 5px;
}

.service-page .doctor .doctor-name a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.service-page .doctor .specialization a:first-letter {
	text-transform: uppercase;
	color: red;
}

.service-page .doctor .specialization a:hover {
	color: #000000;
}

.service-page .doctor .specialization a {
	color: #b51b1b;
	font-size: 16px;
	text-decoration: underline;
}

.service-page .doctor .degree {
	padding: 2px 5px;
	font-size: 12px;
	color: #999999;
	line-height: 16px;
}

.service-page .btn-apointments-doctor {
	/*padding: 5px !important;*/
	background-color: #c2161d !important;
	color: white !important;
	font-size: 14px;
	min-width: 160px !important;
	margin: 0 auto;
	font-weight: normal;
	cursor: pointer;
}

.service-page .btn-apointments-doctor:hover {
	background-color: #9c0305 !important;
}

.service-page .reviews-list .content {
	background-color: #f5f5f5;
}

.service-page .reviews-list .list-stars {
	float: right;
}

.single-page-template h1 {
	margin-top: 0px;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: bold;
}

.single-page-template h2 {
	font-size: 24px;
	font-weight: bold;
}

.single-page-template p {
	padding-bottom: 15px;
	padding-top: 15px;
}

.single-parent-page-template .left-menu li {
	padding-bottom: 15px;
}

.single-parent-page-template .left-menu a:hover {
	color: #000000;
}

.single-parent-page-template .left-menu a {
	color: #b51b1b;
	text-decoration: underline;
}

.single-parent-page-template h1 {
	margin-top: 0px;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: bold;
}

.single-parent-page-template h2 {
	font-size: 24px;
	font-weight: bold;
}

.single-parent-page-template p,
.single-parent-page-template ul {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 16px;
	letter-spacing: 0.1px;
	line-height: 24px;
	color: #22252d;
}

.single-parent-page-template ul li {
	margin-bottom: 10px;
	margin-top: 10px;
}

.single-parent-page-template blockquote {
	background-color: #f9f1f2;
}

.single-parent-page-template blockquote>p {
	margin-bottom: 0px;
	margin-top: 0px;
}

.reviews-page .btn-review {
	background-image: url("/wp-content/themes/euromed-redesign/assets/static/img/btn.png");
	transition-duration: 0.2;
}

.reviews-page .btn-review:hover:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(58, 61, 54, 0.4);
	z-index: 1;
}

.reviews-page .btn-review span {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px #3a3d36;
	font-size: 14px;
	font-weight: bold;
}

.area-webinars .link_show-all:hover,
.area-promos .link_show-all:hover,
.area-news .link_show-all:hover {
	color: #000000;
}

.area-webinars .link_show-all,
.area-promos .link_show-all,
.area-news .link_show-all {
	color: #b51b1b !important;
}

.sidebar-left_menu a {
	color: #b51b1b !important;
	text-decoration: underline;
	font-size: 14px !important;
}

.sidebar-left_menu a:hover {
	color: #000000 !important;
	text-decoration: underline;
	font-size: 14px !important;
}

.area a.link_show-all:hover {
	color: #000000;
}

.area a.link_show-all {
	color: #b51b1b !important;
}

.area-links a:hover {
	color: #000000;
}

.area-links a {
	color: #b51b1b !important;
}

.btn-faq:hover {
	color: #000000;
}

.btn-faq {
	color: #b51b1b !important;
}

.btn-faq:before {
	background: none !important;
	width: 0px !important;
}

.btn-order {
	background-image: url("/wp-content/themes/euromed-redesign/assets/static/img/btn.png");
}

.read-more,
.read-more:hover {
	background: #b51b1b !important;
}

.pagination a:hover {
	background: #b51b1b;
}

.jumbotron h1 {
	color: #b51b1b;
}

.btn-review {
	background-image: url("/wp-content/themes/euromed-redesign/assets/static/img/btn.png");
	text-shadow: 1px 1px #b51b1b;
}

.area-webinars:nth-child(1) {
	margin-top: 0px;
}

.video-posts article div:nth-child(1) {
	padding: 40px;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
h1 a,
h2 a {
	/*color: black !important;*/
	/* font-family: Arial;*/
}

p {
	/*font-family: Arial !important;*/
}

.doctors-footer h2 {
	margin-top: 50px;
}

.service-page .to-doctor {
	margin-top: 7px;
}

.services-doctor .wrap_btn {
	padding-top: 10px !important;

	/*line-height: 30px;*/
}

.home-slider {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}

#filters.speciality-filters li.active a {
	color: #b51b1b !important;
}

#filters.speciality-filters li {
	display: block;
	border-top: 1px solid #edebd8;
	border-bottom: 0 !important;
	margin: 0 !important;
	padding: 0;
}

#filters.speciality-filters li a:hover {
	color: #b51b1b !important;
}

#header {
	padding: 28px 0 40px 0;
}

.text-header {
	font-weight: bold;
}

.text-header:hover {
	color: #b51b1b !important;
}

.btn-inverse {
	background: #ffffff !important;
	color: #b51b1b !important;
}

.btn-inverse:hover {
	background: #b51b1b !important;
	color: #ffffff !important;
}

.doctor-single-page {
	margin-bottom: 120px;
}

.b-callback-link {
	cursor: pointer;
}

.b-callback {
	width: 300px;
	margin: auto;
	text-align: center;
	position: absolute;
	/*display: none;*/
}

.b-callback .l-line {
	height: 50px;
	background: #faf6e9;
	position: relative;
	z-index: 9999;
	font-size: 13px;
	overflow: visible;
}

.b-callback a {
	color: #ae1220;
}

.b-callback-block {
	display: block;
	position: absolute;
	/*top: 50px;*/
	left: 0;
	z-index: 999;
	background: #faf6e9;
	padding: 15px 40px 19px !important;
	display: none;
}

.b-callback-block p {
	margin-bottom: 0px !important;
	padding-bottom: 15px !important;
	font-family: 'gotham', Arial !important;
	color: #666;
	font-size: 14px !important;
	line-height: 20px;
}

.b-callback input[type="text"] {
	margin-bottom: 30px;
}

.b-callback input[type="text"] {
	line-height: 48px;
	height: 50px;

	font-size: 16px;
	color: #000000;
	padding: 0 20px;
	border: 1px solid #ccc;
	font-weight: 600;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.b-callback-block .g-error {
	background: #f3dcde;
}

.b-callback-block .b-but-red {
	border: 0;
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.5px;
	height: 60px;
	padding: inherit;
}

.b-but-red {
	background: #ae1220 !important;
	color: #fff;
	padding: 0 35px;
	display: inline-block;
	zoom: 1;
	line-height: 60px;
	font-family: 'gothamedium';
	border-radius: 3px;
	border: 1px solid #fff;
	transition: all linear 0.2s;
}

.b-but-red:hover {
	background: #fff !important;
	color: #ea4031 !important;
	border: 1px solid #ea4031;
}

.g-but,
.hover .g-but:hover {
	text-decoration: none;
	-webkit-transition: background-color 0.5ms linear, color 0.5ms linear;
	-moz-transition: background-color 0.5ms linear, color 0.5ms linear;
	-ms-transition: background-color 0.5ms linear, color 0.5ms linear;
	-o-transition: background-color 0.5ms linear, color 0.5ms linear;
	transition: background-color 0.5ms linear, color 0.5ms linear;
}

.b-phone-link {
	color: #ae1220;
	border-color: #ae1220;
	background: none;
	float: left;
	line-height: 20px;
	padding-left: 40px;
	padding-right: 40px;
}

.callback-loader img {
	display: none;
}

#leave_review_form .list-stars {
	display: block;
	float: none !important;
}

.area-card_sm {
	margin-bottom: 20px;
}

.fcontacts p {
	/*line-height: 18px !important;*/
}

footer {
	/*font-size: 14px;*/
}

.fixedMenu div.menu {
	text-align: center !important;
}

.fixedMenu nav.main-menu {
	display: inline-block !important;
	float: none !important;
	padding-top: 0px !important;
	margin-top: 0px !important;
	vertical-align: middle;
}

.vertical-align {
	display: flex;
	align-items: center;
}

.current-menu-item a {
	/* color: #ae1220 !important;*/
}

.logo {
	/*height: 37px;*/
}

.wrap_arrow img {
	max-width: 100% !important;
}

.fancybox-container {
	/*display: none !important;*/
}

footer .b-callback-block {
	display: block;
	position: absolute;
	top: 30px;
	left: -200px;
}

#map_header {
	background: transparent;
	width: 850px;
	height: 550px;
}

.fancybox-close-small {
	display: none;
}

.close-map {
	position: absolute !important;
	right: 8px;
	top: 0px;
	color: white;
	font-size: 22px;
	background: transparent !important;
	margin: 0 !important;
	cursor: pointer;
}

#map_header_wrap {
	position: fixed;
	overflow: hidden;
}

.fcontacts span.addr {
	color: black !important;
	cursor: pointer;
}

.contact-page .tel .make_way a {
	color: white;
}

.make_way {
	padding: 10px 10px 10px 10px;
}

.contact-page .tel .make_way a.btn-primary {
	border-color: #C2161D;
}

.contact-page .tel .make_way a.btn-primary:hover {
	border-color: #8f1920;
}


.vk-video-swiper-gallery .swiper-slide {
	padding: 30px 20px 30px 0px;
	width: unset;
	/* border: 1px dashed turquoise; */
}

.custom-swiper-button {
	width: 64px;
	height: 64px;
	background-color: #fff;
	border-radius: 50%;
	border: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
	position: absolute;
	cursor: pointer;
	z-index: 10;
	transition: background-color 0.2s ease;
}

.custom-swiper-button-prev {
	left: -25px;
}

.custom-swiper-button-next {
	right: -25px;
}

.custom-swiper-button::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #ea4031;
	border-right: 3px solid #ea4031;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.custom-swiper-button-prev::after {
	transform: translate(-50%, -50%) rotate(-135deg);
}

.custom-swiper-button-prev:hover::after {
	transform: translate(-50%, -50%) rotate(-135deg) scale(1.2);
}

.custom-swiper-button-next::after {
	transform: translate(-50%, -50%) rotate(45deg);
}

.custom-swiper-button-next:hover::after {
	transform: translate(-50%, -50%) rotate(45deg) scale(1.2);
}

.custom-swiper-button:hover {
	background-color: #f0f0f0;
}

.page-content .swiper-slide p {
	margin: 0;
}

.gallery-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.vk-video-wrapper iframe,
.vk-video-wrapper .vk_video,
.vk-video-wrapper .vk_preview {
	border-radius: 20px;
}

.tn-atom__video-play-link {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}

.tn-atom__video-play-icon {
	margin: 0 auto;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	display: block;
}

.swiper-slide:hover .tn-atom__video-play-icon {
	transform: scale(1.2);
}

.vk-video-wrapper {
	position: relative;
	width: 325px;
	height: 646px;
}

@media (max-width: 420px) {
	.custom-swiper-button-prev {
		left: -25px;
	}

	.custom-swiper-button-next {
		right: -25px;
	}
}

#showCookieNotification {
	display: none;
	/* max-width: 556px; */
	/* max-width: 650px; */
	margin: 0 auto;
	justify-content: center;
	position: sticky;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 1000;
}

#showCookieNotification .cookie-nf-body {
	background: white;
	padding: 16px 16px 16px 16px;
	border: none;
	box-shadow: 0px -2px 8px rgba(120, 160, 190, 0.3);
	border-radius: 8px;
}

#showCookieNotification .cookie-nf-title {
	font-size: 15px;
	font-weight: 600;
	text-align: center;
}

#showCookieNotification h5.cookie-nf-title a {
	font-size: 15px;
	font-weight: 600;
	color: #b1252b;
	text-decoration: none;
}


#showCookieNotification button.cookie-nf-accept {
	padding: 5px 10px 5px 10px;
	margin: 0px 10px 0px 10px;
	color: #b1252b;
}

h1.cookie-h1 {
	margin: 40px 0 50px 0;
}


@media (max-width: 767px) {
	#showCookieNotification {
		position: fixed;
		margin: 0 16px;
		height: fit-content;
	}

	#showCookieNotification button.cookie-nf-accept {
		margin: 20px 10px 0px 10px;
	}

	h1.cookie-h1 {
		margin: 30px 0 20px 0;
	}
}
