html body {
	color:#000000;
	font-size:17px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}
ul, ol {
	text-align:left;
}

.bold, strong, .text-bold {
	font-weight:700;
}
.text-underline {
	text-decoration:underline;
}
.h1, h1 {
	margin:25px 0 45px;
	font-weight:400;
	font-size:42px;
}
.h2 {
	text-align:center;
	margin:50px 0 60px;
	font-weight:400;
	font-size:32px;
}
h1:after, .h1:after, .h2:after {
	content:"";
	display:block;
	width:61px;
	height:3px;
}
h1:after, .h1:after {
	background:#ffffff;
/*	margin-top:45px;*/
}

.text-underline {
	text-decoration:underline;
}

.h2:after {
	background:#00b4e0;
	margin:30px auto 0;
}
.text-white .h2:after {
	background:#ffffff;
}
.h2, h1 {text-transform:uppercase;}
.h3, h3 {
	font-size:21px;
	font-weight:400;
	margin-bottom:30px;
}

.h4, h4 {
    font-size: 20px;
	margin-top:30px;
}
.block {
	display:block!important;
}
.inline-block {
	display:inline-block;
}
.full-width {
	width:100%!important;
}
.text-blue {
	color:#00b4e0;
}
.text-white {
	color:#ffffff;
}
.text-uppercase {
	text-transform:uppercase;
}
.size-225 {
	font-size:22.5px;
	line-height:35px;
}
.size-27 {
	font-size:27px;
}
.parallax {
	background-size: cover!important;
	background-position: center center!important;
	background-repeat: no-repeat!important;
	background-attachment: fixed!important;
}
.clearfix {
	height:0;
	line-height:0;
	clear:both;
}

@media only screen and (max-width:991px){
	
}
@media only screen and (max-width:767px){
	.h1, h1 {
		margin: 5px 0 25px;
		font-size: 32px;
	}
	.size-225 {
		font-size: 14px;
		line-height: 22px;
	}
	.h2 {
		font-size:25px;
	}
}

/* top-head */
#header {
	background:url(img/header-bg.jpg) top center no-repeat;
	color:#ffffff;
}
.fa-inverse {
	color:#3D6B88;
}
.top-head {
	padding-top:5px;
	padding-bottom:5px;
	font-size:20px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.top-head.sticky {
	position:fixed;
	background:rgba(58,102,137,0.8);
	border-bottom:5px solid rgba(58,102,137,1);
	width:100%;
	z-index:1000;
	border-radius:0;
}
.top-head .container {
	position:relative;
}
.logo-container {
	float:left;
	font-size:22px;
	line-height:35px;
}
.logo-container a, .logo-container a:focus, .logo-container a:hover {
	color:#ffffff;
	text-decoration:none;
}	
.logo img{
	width:76px;
}
.top-head.sticky .logo img{
	width:40px;
	height:auto;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
	margin-top:7px!important;
}
.nav > li {
	margin:5px 0px 5px 0px;
}
.nav > li > a {
	text-transform:uppercase;
	color:#ffffff;
	padding:0px 3px;
}
.dropdown-menu > li > a {
	position:relative;
}
.dropdown-menu > li > a:before {
	font-weight:700;
    content: "-";
	color:#009be3;
    position:absolute;
	top:2px;
	left:8px;
}
.dropdown-menu > li:hover > a:before, .dropdown-menu > li.current_page_item > a:before {
	content: "+";
	color:#ff0000;
}
.nav > li > a.btn {
	padding:5px 10px;
	font-size:18px;
	font-weight:400;
}
.nav.nav-social {
	margin-right:20px;
}
.nav > li > a:hover, .btn-link:focus, .btn-link:hover {
	color:#ffffff;
	text-decoration:underline;
}
.nav > li > a:hover {
	background:none;
}
.btn-menu {
	border-color:#ffffff;
	font-size:18px;
	color:#3D6B88;
	background:#ffffff;
}
.nav > li > a.btn-menu:hover {
	background:#ffffff;
}
.btn-menu .fa-bars{
	color:#3D6B88;
	font-size:20px;
}
.nav-lang {
	padding-left:0;
}
.nav-lang a{
	color:#ffffff;
	font-size:18px;
}
.nav-lang a:hoiver{
	color:#ffffff;
}
.nav-lang li {
	list-style:none;
	display:inline-block;
	margin-top:5px;
	margin-right:5px;
	opacity:0.6;
}
.nav-lang li.current-lang, .nav-lang li:hover {
	opacity:1;
}
.nav-social .fa-2x{
	font-size:16px;
}
#header .size-27 {
	margin-top:15px;
	margin-bottom:10px;
}
.top-head .navbar-nav {
	margin-top:25px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.logo-container .hidden-xs {
	margin-top:25px;
	white-space:nowrap;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navbar-right.navbar-menu {
	margin-right:15px;
}
.top-head.sticky .navbar-nav {
	margin-top:1px;
}
.top-head.sticky .logo-container .hidden-xs {
	margin-top:6px;
	white-space:nowrap;
}


/* Dropdown Submenu */
.dropdown-menu {
	min-width: 210px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu > li > a {
	white-space:normal;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
	min-width:260px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #17b6ff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media only screen and (max-width:991px){
	.nav-lang {
		top:0px;
	}
	.nav-lang .dropdown-menu {
		right:0;
		left:auto;
		top:25px;
	}
	.nav > li > a {
		padding:5px 5px;
		font-size:15px;
	}
}
@media only screen and (max-width:767px){
	.navbar-right {
		float:right;
	}
	.navbar-nav {
		margin: 0px;
	}
	.navbar-menu {
		position:absolute;
		top:0;
		right:0;
		right:80px;
	}
	.navbar-menu .btn-menu {
		width:50px;
		position: absolute;
		right: 0;
	}
	.navbar-nav .open .dropdown-menu {
		background:#ffffff;
		position:relative;
		top:35px;
	}
	.navbar-nav .open .dropdown-menu>.dropdown-menu {
		top:0px;
	}
	#header .size-27 {
		font-size: 20px;
	}
	#header .btn-transparent {
		font-size: 20px;
	}
	.dropdown-submenu>.dropdown-menu {
		display:block;
		left:0;
		margin-left: 0px;
		min-width:220px;
	}
	.dropdown-submenu>.dropdown-menu > li > a::before {
		left: 18px;
	}
	.dropdown-submenu>a:after {
		display: none;
	}
	.dropdown-submenu .dropdown-menu > li > a {
		padding: 5px 15px 5px 35px!important;
	}
	li.dropdown.open {
		max-height:400px;
		overflow-y:auto;
		max-width:220px;
	}
	.dropdown-menu > li > a {
		white-space:normal;
	}
}

.btn-blue, .btn-blue:focus {
	background: #00b4e0;
	min-width:290px;
	max-width:100%;
	width:400px;
	font-size:22px;
	color:#ffffff;
	padding: 0px 20px;
	height:47px;
	line-height:47px;
	margin-top:50px;
	margin-bottom:50px;	
	border-radius:2px;
}
.btn-blue:hover {
	background: #099ec2;
	color:#ffffff;
}
.btn-red, .btn-red:focus {
	background: #c73b3b;
	min-width:290px;
	max-width:100%;
	font-size:22px;
	color:#ffffff;
	padding: 0px 20px;
	height:47px;
	line-height:47px;
	margin-top:50px;
	margin-bottom:50px;	
	border-radius:2px;
}
.btn-red:hover {
	background: #d95a5a;
	color:#ffffff;
}
.btn-transparent, .btn-transparent:focus {
	background:transparent;
	border: 1px solid #ffffff;
	color:#ffffff;
	font-size: 25px;
	font-weight: bold;
	padding: 7px 15px 4px;
	border-radius:2px;
}
.btn-transparent:hover {
	background:#ffffff;
	color:#008bd7;
}

@media only screen and (max-width:767px){
	.btn-blue, .btn-blue:focus, .btn-red, .btn-red:focus {
		font-size: 18px;
	}
}

section {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 89%, rgba(247,247,247,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 89%,rgba(247,247,247,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 89%,rgba(247,247,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
}

#why .title, #who .title, #tours .title {
	border:1px solid #e6e6e6;
	margin-bottom:30px;
	padding:5px;
	border-top:none;
}

#how .col-sm-3:after {
	content:"\f054";
	font-family:Font Awesome\ 5 Free;
	font-weight:900;
	position:absolute;
	top:30px;
	right:-10px;
	color:#00b4e0;
	font-size:30px;
}
#how .col-sm-3:last-child:after {
	content:"";
}
#how .title {
	margin-top:35px;
	margin-bottom:40px;
}
#how .text-blue {
	border-left:3px solid #ff0000;
	padding-left:15px;
	font-size:21px;
}
#how .col-md-10 .center-block {
	width:965px;
	max-width:100%;
}
.zoom {
	overflow:hidden;
	display:block;
}
.zoom img {
	transition: all 0.2s linear 0s;
}
#who .col-md-3:hover a.zoom img {
	transform:scale(1.1);
}
.title a {
	color:#000000;
	transition: all 0.2s linear 0s;
}
#who .col-md-3:hover .title a {
	color:#00b4e0;
	text-decoration:none;
}
#rezults .title {
	margin-top:20px;
	margin-bottom:50px;
}

#testament {
	background:url(img/testaments-bg.jpg) top center no-repeat;
	background-size:cover;
}
.text-white .h2 span {
	background:#ffffff;
}
.btn-white, .btn-white:focus {
	background:#ffffff;
	color:#00b4e0;
	border: 1px solid #ffffff;
	font-weight: normal;
	padding: 7px 15px 4px;
	border-radius:2px;
	min-width:290px;
	max-width:100%;
	width:400px;
	font-size:22px;
	padding: 0px 20px;
	height:47px;
	line-height:47px;
	margin-top:40px;
	margin-bottom:40px;
}
.btn-white:hover {
	background:#ffffff;
	color:#008bd7;
	background:transparent;
	border: 1px solid #ffffff;
	color:#ffffff;
}
/* CarouFredsel styling for the services slider */
.list_carousel {
	position: relative;
	margin: 0;
	width: auto;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	height: auto;
	padding: 0;
	margin: 0 15px;
	display: block;
	float: left;
	text-align: center;
	background:#ffffff;
	min-height:230px;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.head-testament-item {
	margin:6px 0 8px;
	text-align:left;
	padding:0 20px;
}
.head-testament-item img {
	width:35px;
	height:auto;
	border-radius:50%;
}
.footer-testament-item {
	margin:15px 0;
	text-transform:uppercase;
}
.body-testament-item {
	padding:0 20px;
}
.footer-testament-item a {
	text-decoration:underline;
}
.footer-testament-item a:hover {
	text-decoration:none;
}
#testament-prev, #testament-next {
	position:absolute;
	font-size:50px;
	top:50%;
	margin-top:-25px;
	line-height:50px;
}
#testament-prev {
	left:-20px;
}
#testament-next {
	right:-20px;
}

#news {
	
}
.news-item {
	margin-bottom:50px;
}
.news-item .post-thumb {
	margin-bottom:10px;
	height:180px;
}
.news-item .post-thumb img{
	width:100% !important;
	height:180px !important;
}
.news-item .post-title {
	margin-bottom:10px;
	min-height:70px;
	font-size:16px;
	/*text-align:justify;*/
	display: table-cell;
    height: 120px;
    vertical-align: middle;
}
.news-item .post-text {
	margin-bottom:15px;
	min-height:120px;
	font-size:14px;
	/*text-align:justify;*/
}
.news-item .more-link {
	margin-top:0;
}

#partners .title {
	font-size:13px;
	margin-bottom:40px;
}

#contacts {
	background:url(img/contacts-bg.jpg) top center no-repeat;
	background-size:cover;
}
#contacts .in {
	background:#ffffff;
	box-shadow:0 0 15px rgba(0,122,183,0.9);
	font-size:16px;
	margin-bottom:50px;
}
#contacts .in .fa-stack {
	color:#47bcff;
	font-size:8px;
}
#contacts .in .fa-stack.text-pink {
	color:#ff00ff;
}
#contacts .in .fa-stack.text-green {
	color:#009933;
}
#contacts .in .fa-stack .fa-inverse {
	color:#ffffff;
}
#contacts .in .text-uppercase {
	font-size:20px;
	padding:10px 10px 5px 30px;
}
#contacts .in .pl-filial {
	background:url(img/poland-ico.png) 10px center no-repeat;
}
#contacts .in .uk-filial {
	background:url(img/ukraine-ico.png) 10px center no-repeat;
}

#contacts .in .title {
	border-bottom:1px solid #e6e6e6;
	padding-bottom:5px;
}
#contacts .contacts-block {
	padding:15px 15px 15px 30px;
}
#contacts .contacts-phone a, #contacts .contacts-phone a:hover {
	text-decoration:none;
}

#have-questions {
	background:url(img/question-bg.jpg) top center no-repeat;
	background-size:cover;
}
#have-questions .bold {
	font-size:25px;
	padding:15px 0;
}
#have-questions .btn-transparent {
	font-weight:normal;
	border-radius:26px;
	font-size:22px;
	margin-top:15px;
	margin-bottom:15px;
}

#branded {
	padding:10px 0;
	font-size:21px;
}
#branded a:hover {
	text-decoration:none;
}

/* footer */
.footer {
	background-color:#3a6994;
	padding:30px 10px;
	font-size:17px;
	line-height:19px
}
.footer p {
	margin-bottom:0;
}
#index .footer {
	padding:20px;
	font-size:17px;
}
.footer .accept, .footer .welcome {
	font-size:10px;
	text-transform:uppercase;
	color:#ffffff;
}
.footer .accept span {
	background-color:#17b6ff;
	padding:1px 5px;
}
.footer .welcome span {
	background-color:#999999;
	padding:1px 50px;
}
.footer .accept-how {
	font-size:12px;
	text-transform:uppercase;
	text-decoration:underline;
	margin-top:10px;
	color:#17b6ff;
}
.footer .col-lg-7 {
	margin-top:30px;
}
.nowrap {
	white-space:nowrap;
}



@media only screen and (max-width:991px){
	
}
@media only screen and (max-width:767px){
	#how .col-sm-3::after {
		right: 0px;
	}
	#testament-prev {
		left:0px;
		text-shadow: 0 0 10px #000;
	}
	#testament-next {
		right:0px;
		text-shadow: 0 0 10px #000;
	}
	.btn-white, .btn-white:focus {
		font-size:18px;
	}
	#contacts .in .text-uppercase span {
		font-size: 12px;
	}
	#contacts .in {
		font-size: 14px;
	}
	#contacts .contacts-block {
		padding: 15px 15px 15px 15px;
	}
	#contacts .in .nowrap .fa-stack{
		font-size:25px;
	}
	#branded img {
		display:block;
		margin:10px auto;
	}
	.nav-social > li {
		display:inline-block;
	}
	#how .text-blue {
		font-size: 16px;
	}
}
.home p {
	margin:0;
}


/* old styles */
.lang-item,.sidebar-block .menu,footer ul{
	list-style-type:none;
	}
.caption,.nav li a,.slogan h2,.useful-links,.useful-links button{
	text-transform:uppercase;
	}

.alignleft{
	float:left;
	margin-right:20px;
	margin-bottom:40px;
	}
.alignright,.navbar-nav{
	float:right;
	}
.alignright{
	margin-left:20px;
	margin-bottom:20px;
	}
.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}


.main-content{
	background-image:url(/wp-content/themes/evromed/img/bg-ten.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding:20px;
	margin-bottom:20px;
	overflow:hidden;
	}
aside{
	width:240px;
	padding-right:20px;
	float:left;
	}
.sidebar-block{
	background:#fff;
	padding:40px 15px 10px;
	}
.sidebar-block .textwidget{
	font-size:18px;
	line-height:20px;
	color:#003567;
	margin-bottom:15px;
	}
.sidebar-block .textwidget .tel{
	font-size:22px;
	line-height:24px;
	color:#003567;
	margin-bottom:15px;
	}
.sidebar-block .textwidget a{
	font-size:17px;
	line-height:18px;
	color:#003567;
	margin-bottom:15px;
	text-decoration:none;
	display:block;
	}
.sidebar-block .menu li a,.sidebar-block .menu li a:hover{
	background-color:#259fda;
	background-repeat:repeat-x;
	color:#fff;
	}
.sidebar-block .menu{
	padding:0;
	}
.sidebar-block .menu li{
	position:relative;
	}
.sidebar-block .menu li a{
	background-image:linear-gradient(to bottom,#3fb1ed,#0086c0);
	border-bottom:3px solid #004679;
	border-radius:4px;
	box-shadow:0 3px 3px rgba(0,0,0,.3);
	display:block;
	font-size:17px;
	margin-bottom:10px;
	padding:10px;
	text-align:center;
	text-decoration:none;
	position:relative;
	}
.sidebar-block .menu li a:hover{
	background-image:linear-gradient(to bottom,#0086c0,#0086c0);
	}

.new-ribbon a::before {
	background-image: url("img/new-btn.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: -3px;
    position: absolute;
    top: -3px;
    width: 65px;
}

.new-ribbon-white a::before {
	background-image: url("img/new-btn-white.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: -3px;
    position: absolute;
    top: -3px;
    width: 65px;
}

.menu-item span{
	font-size:14px;
	}
	
#text-3,#text-4{
	border-top:1px dotted #004a7e;
	padding-top:25px;
	margin-top:70px;
	}
.page-content{
	background:#fff;
	line-height:20px;
}
.page-content p{
	text-align:justify;
}
.page-content table th p{
	text-align:center;
}
.page-content p.text-center{
	text-align:center;
}		
.page-content h1{
  color: #003567;
  font-size: 36px;
  font-weight: 600;
  /*line-height: 24px;*/
  margin: 30px 0;
}

.page-content p:last-child{
	padding-top:0px;
	}
.home .page-content p:last-child{
	padding-top:0;
	}
.page-content form{
	max-width:480px;
	margin:0 auto;
	background:#FFF;
	border:1px solid #CCC;
	border-radius:3px;
	box-shadow:1px 1px 5px #CCC;
	font-size:14px;
	padding:10px;
	}
.page-content form label{
	font-weight:400;
	margin:7px 0;
	display:block;
	}
.page-content form input{
	border:1px solid #CCC;
	border-radius:3px;
	padding:5px;
	width:100%;
	color:#333;
	}
.page-content form input[type=checkbox]{
	width:20px;
	}
.page-content ul,ol{
	margin:10px 0 9px 25px;
	padding:0;
	}
.wp-image-129,.wp-image-142{
	margin-bottom:50px!important;
	}
.wpcf7-list-item{
	height:40px!important;
	margin:0!important;
	}
.page-content form input[type=submit]{
	float:right;
	border:none;
	font-size:16px;
	padding:5px 15px;
	color:#fff;
	margin-right:5px;
	background:#3F7BAA;
	width:auto;
	border-radius:0;
	}
.page-content form .form-title{
	margin:5px;
	text-align:center;
	font-size:20px;
	font-weight:400;
	}
.attachment-post-thumbnail{
	margin-right:20px;
	}
.plashka{
	background-color:#e8eaeb;
	padding:10px;
	font-size:18px;
	margin-bottom:10px;
	line-height:26px;
	}
.plashka p{
	font-size:14px;
	}
.stoim-blok{
	background-color:#f6f8f9;
	padding:10px;
	margin-bottom:20px;
	border:1px dotted #e8eaeb;
	line-height:20px;
	}
.stoim-blok>.plashka{
	margin:-10px -10px 10px;
	font-weight:400;
	font-size:16px;
	}
.div-preim{
	max-width:575px;
	margin:0 auto;
	}
.div-preim p{
	margin-bottom:15px;
	}
.metaslider{
margin-right: 15px;
margin-bottom: 20px;
margin-top: 5px;
	}
.category .page-content{
	min-height:auto;
	margin-bottom:20px;
	}
.cat-item .post-thumb{
	position:relative;
	width:300px;
	height:200px;
	margin-right:15px;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
	}
.cat-item .post-thumb a{
	position:absolute;
	width:100%;
	height:100%;
	}
.cat-item .post-title{
	font-size:18px;
	}
.cat-item .post-title a{
	color:#003567;
	}
.allrev,.allrev:hover{
	color:#fff;
	text-decoration:none;
	}
.single .page-content .post-thumb{
	max-width:300px;
	padding-right:20px;
	float:left;
	}
.single .page-content .post-thumb img{
	width:100%;
	height:auto;
	}
.allrev{
	background-color:#259fda;
	padding:5px 15px;
	}
.current-pagi,.pagination-bottom a{
	padding:3px 10px;
	border-radius:6px;
	}
.allrev:hover{
	background-color:#0086c0;
	}
.cat-item .post-content{
	margin-left:-20px;
	text-align:justify;
	}
.pagination-bottom{
	text-align:center;
	font-size:18px;
	}
.pagination-bottom a{
	color:#000;
	display:inline-block;
	text-align:center;
	}
.current-pagi{
	color:#fff;
	background:#525661;
	}
.left-info,footer{
	background-repeat:no-repeat;
	}
.pagi-nav .fa{
	display:block;
	color:#259fda;
	width:24px;
	font-size:24px;
	text-align:center;
	border-radius:50%;
	line-height:24px;
	}
.pagi-nav .fa:hover{
	color:#0086c0;
	}
	td{
		border:1px solid #000;
		padding:10px;
		}
.left-info{
	position:fixed;
	left:0;
	top:250px;
	width:120px;
	height:107px;
	background-image:url(/wp-content/themes/evromed/img/useful2.png);
	background-position:-22px 2px;
	}
.useful-links{
	font-family:Arial;
	position:fixed;
	left:-100px;
	top:440px;
	margin-top:-85px;
	width:135px;
	background:#dcdcdc;
	font-size:10px;
	line-height:1em;
	z-index:500;
	-webkit-transition:all .6s;
	-moz-transition:all .6s;
	transition:all .6s;
	}
.useful-links:hover{
	left:0;
	}
.useful-links h4{
	margin:0 0 5px;
	padding-left:7px;
	padding-right:28px;
	background:url(/wp-content/themes/evromed/img/useful.png) left -171px no-repeat;
	font-size:11px;
	color:#525252;
	font-weight:700;
	padding-top:13px;
	line-height:1em;
	overflow:hidden;
	}
.useful-links:hover h4{
	background-position:left top;
	}
.useful-links p{
	margin-bottom:0;
	}
.useful-links button{
	text-align:left;
	width:100%;
	font-size:10px;
	text-decoration:none;
	border:none;
	color:#525252;
	background:url(/wp-content/themes/evromed/img/useful.png) left -89px no-repeat;
	margin-top:3px;
	padding:5px 25px 10px 7px;
	}
.licenz,.modal-body,button.close{
	text-align:center;
	}
.useful-links button:hover{
	color:#5f7ec3;
	}
.modal-backdrop{
	z-index:10000;
	}
#myModal{
	z-index:10001;
	}
.modal-dialog{
	z-index:10002;
	margin:100px auto 0;
	}
.modal-body{
	padding-top:30px;
	}
button.close{
	position:absolute;
	top:0;
	right:5px;
	cursor:pointer;
	z-index:11103;
	}
.modal-body .well{
	position:relative;
	}
.modal-body input,.modal-body textarea{
	text-shadow:0 1px 0 #FFF;
	color:#111;
	max-height:124px;
	font-size:.9em;
	margin-bottom:15px;
	padding:5px 10px;
	width:300px;
	border:1px solid #e2e2e2;
	vertical-align:top;
	box-shadow:none;
	background:#f7f7f7;
	background:-moz-linear-gradient(top,#f7f7f7 0,#eee 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f7f7f7),color-stop(100%,#eee));
	background:-webkit-linear-gradient(top,#f7f7f7 0,#eee 100%);
	background:-o-linear-gradient(top,#f7f7f7 0,#eee 100%);
	background:-ms-linear-gradient(top,#f7f7f7 0,#eee 100%);
	background:linear-gradient(top,#f7f7f7 0,#eee 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#eeeeee', GradientType=0 );
	}
.modal-body input:focus,.modal-body input:hover,.modal-body textarea:focus,.modal-body textarea:hover{
	text-shadow:none;
	border:1px solid #999;
	background:#fff;
	box-shadow:0 1px 2px #ccc inset;
	}
.modal-body input[type=submit]{
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:0;
	width:auto!important;
	}
.partn-blok{
	overflow:hidden;
	margin-bottom:15px!important;
	padding-bottom:15px;
	border-bottom:1px dotted #e8eaeb;
	}
.partn-blok .partn-blok-left{
	text-align:center;
	padding-left:20px;
	display:table;
	min-height:120px;
	}
.partn-blok .partn-blok-left a{
	display:table-cell;
	vertical-align:middle;
	}
.partn-blok .partn-blok-left img{
	width:150px;
	height:auto;
	}
footer{
	clear:both;
	background-color:#fff;
	background-image:url(/wp-content/themes/evromed/img/bg-ten.png);
	background-position:center top;
	border-top:1px solid #bebebe;
	padding:20px 20px 10px;
	/*margin-top:20px;*/
	overflow:hidden;
	}
.buklet-studenti-mediki-ru,.buklet-studenti-mediki-ua{
	background-color:#7d68ad;
	border-radius:10px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100%;
	padding:380px 15px 15px;
	overflow:hidden;
	}
footer li{
	display:inline;
	margin-left:15px;
	}
footer li a{
	text-decoration:underline;
	color:#000;
	}
.licenz{
	font-size:12px;
	color:#7a7a7a;
	}
.buklet-studenti-mediki-ru{
	background-image:url(/wp-content/themes/evromed/img/studenti-mediki-ru.png);
	}
.buklet-studenti-mediki-ua{
	background-image:url(/wp-content/themes/evromed/img/studenti-mediki-ua.png);
	}
.buklet-1,.buklet-2{
	overflow:hidden;
	}
.buklet-1 .buklet-1-left{
	width:150px;
	float:left;
	margin-right:15px;
	}
.buklet-1 .buklet-1-left img{
	width:100%;
	height:auto;
	}
.buklet-1 .buklet-1-right{
	margin:0 0 0 150px;
	}
.buklet-1 .buklet-1-right p.zagol{
	color:#000;
	font-weight:700;
	margin-bottom:10px;
	font-size:18px;
	}
.buklet-1 .buklet-1-right p{
	color:#fff;
	font-size:13px;
	line-height:15px;
	}
.buklet-1 .buklet-1-right p strong{
	color:#000;
	font-size:13px;
	line-height:18px;
	}
.buklet-2 p.zagol{
	color:#000;
	font-weight:700;
	margin-bottom:10px;
	font-size:18px;
	}
.buklet-2 p.zagol-2{
	color:#000;
	font-size:14px;
	line-height:18px;
	font-weight:700;
	margin-bottom:0;
	}
.buklet-2 ul{
	margin:0 0 15px 15px;
	padding:0;
	}
.buklet-2 ul li{
	color:#fff;
	font-size:13px;
	line-height:15px;
	}
.buklet-3 .buklet-3-left{
	width:180px;
	padding:10px 0 10px 20px;
	float:left;
	margin:0 30px 0 20px;
	background-color:#fff;
	border-radius:10px 10px 0;
	min-height:120px;
	}
.buklet-likari,.buklet-vrachi{
	background-color:#87b876;
	border-radius:10px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100%;
	padding:380px 15px 15px;
	}
.buklet-3 .buklet-3-left .zagol-2,.buklet-3 .buklet-3-left p{
	color:#000;
	font-size:14px;
	line-height:18px;
	font-weight:700;
	margin-bottom:0;
	}
.buklet-3 .buklet-3-right{
	margin:0 0 0 250px;
	}
.buklet-3 .buklet-3-right .zagol-2{
	color:#000;
	font-size:14px;
	line-height:18px;
	font-weight:700;
	margin-bottom:0;
	}
.buklet-3 .buklet-3-right .zagol-2 span{
	font-size:20px;
	}
.buklet-3 .buklet-3-right p{
	color:#fff;
	font-size:13px;
	line-height:15px;
	}
.buklet-3 .buklet-3-right p span{
	font-size:16px;
	}
.buklet-likari{
	background-image:url(/wp-content/themes/evromed/img/likari.png);
	overflow:hidden;
	}
.buklet-vrachi{
	background-image:url(/wp-content/themes/evromed/img/vrachi.png);
	overflow:hidden;
	}
.buklet-interni_ru,.buklet-interni_ua{
	background-color:#67c3d0;
	border-radius:10px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100%;
	padding:470px 15px 15px;
	overflow:hidden;
	}
.buklet-interni_ru{
	background-image:url(/wp-content/themes/evromed/img/interni_ru.png);
	}
.buklet-interni_ua{
	background-image:url(/wp-content/themes/evromed/img/interni_ua.png);
	}
.thank-you-image img{
	width:480px;
	height:320px;
}
.buklet-medsestri_ru,.buklet-medsestri_ua{
	background-color:#b1c901;
	border-radius:10px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100%;
	padding:475px 15px 15px;
	}
.buklet-medsestri_ru{
	background-image:url(/wp-content/themes/evromed/img/medsestri_ru.png);
	overflow:hidden;
	}
.buklet-medsestri_ua{
	background-image:url(/wp-content/themes/evromed/img/medsestri_ua.png);
	overflow:hidden;
	}
.buklet-studenti_mediki_ru,.buklet-studenti_mediki_ua{
	background-color:#7c9a9a;
	border-radius:10px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100%;
	padding:480px 15px 15px;
	overflow:hidden;
	}
.buklet-studenti_mediki_ru{
	background-image:url(/wp-content/themes/evromed/img/studenti_mediki_ru.png);
	}
.buklet-studenti_mediki_ua{
	background-image:url(/wp-content/themes/evromed/img/studenti_mediki_ua.png);
	}

@media screen and (max-width:1199px){
	.left-info{
		display:none;
		}
	}
@media screen and (max-width:991px){
	.page-content{
		width:100%;
		}
	.more-mob{
		margin:0 auto 15px;
		background-color:#259fda;
		background-image:-webkit-linear-gradient(#3fb1ed,#0086c0);
		background-image:-o-linear-gradient(#3fb1ed,#0086c0);
		background-image:linear-gradient(#3fb1ed,#0086c0);
		background-repeat:repeat-x;
		color:#fff;
		border:1px solid transparent;
		border-radius:4px;
		line-height:30px;
		padding:0 30px;
		}
	}
@media screen and (max-width:767px){
	.main-content{
		width:100%;
		padding:20px 0;
		}
	.cat-item .post-content{
		margin-left:0;
		margin-top:15px;
		}
	.cat-item .post-thumb{
		margin:0 auto;
		width:auto;
		}
	.partn-blok .partn-blok-left{
		margin-bottom:10px;
		}
	.stoim-blok {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left:-15px;
		margin-right:-15px;
		padding-left:15px;
		padding-right:15px;
	}
	.stoim-blok > .plashka {
		margin: -10px -15px 0px;
	}
	.etap {
		font-size:13px;
	}
	.etap p {
		margin:0;
	}
	.etap-number {
		font-size:18px;
		padding-top:20px;
		padding-bottom:20px;
		border-bottom:1px solid #cccccc;
		font-weight:bold;
		margin-left:-15px;
		margin-right:-15px;
		padding-left:15px;
		padding-right:15px;
		background:#ffffff;
		box-shadow:0 0 10px rgba(0,0,0,0.4);
	}
	.etap-description {
		padding-top:20px;
		padding-bottom:20px;
		border-bottom:1px solid #cccccc;
		margin-left:-15px;
		margin-right:-15px;
		padding-left:15px;
		padding-right:15px;
	}
	.etap-description hr {
		margin-top:5px;
		margin-bottom: 5px;
		border-top: 1px solid #ddd;
	}
	.etap .price {
		font-size:18px;
		padding-top:20px;
		padding-bottom:20px;
		border-bottom:1px solid #cccccc;
		margin-left:-15px;
		margin-right:-15px;
		padding-left:15px;
		padding-right:15px;
	}
	.etap .col-xs-12 .row {
		padding-top:15px;
		padding-bottom:15px;
		border-bottom:1px solid #cccccc;
	}
	.page-content p {
		text-align: left;
	}
	
}
@media screen and (max-width:480px){
	.metaslider{
		margin-right:0;
		}
	.modal-body input,.modal-body textarea{
		width:100%;
		}
	}
@media only screen and (max-width:800px){
	.table-responsive table{
		width: 100%; 
		height:auto!important; 
		font-size: 7px;
		line-height:10px;
		}
	td{
		padding:4px;
		}
	}




.button-reg1{
 text-decoration:none; 
 text-align:center; 
 padding:11px 32px; 
 border:solid 2px #f4f7f6; 
 -webkit-border-radius:12px;
 -moz-border-radius:12px; 
 border-radius: 12px; 
 font-size:26px; 
 font-weight:bold; 
 color:#E5FFFF; 
 background-color:#c73b3b; 
 background-image: -moz-linear-gradient(top, #c73b3b 0%, #a5192a 100%); 
 background-image: -webkit-linear-gradient(top, #c73b3b 0%, #a5192a 100%); 
 background-image: -o-linear-gradient(top, #c73b3b 0%, #a5192a 100%); 
 background-image: -ms-linear-gradient(top, #c73b3b 0% ,#a5192a 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5192a', endColorstr='#a5192a',GradientType=0 ); 
 background-image: linear-gradient(top, #c73b3b 0% ,#a5192a 100%);   
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
  
  }

.page-content P label {text-align:left!important}

.vajno {font-weight:900;}

/* SFX */ 
#text-2 {
padding: 20px 0px;
}
.highlight {
    border-left: 2px solid red;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    margin: 30px 0;
    padding: 10px 10px 2px 20px;
}

.su-youtube {margin-bottom:5px !important;}

.highlight-green {
	border:1px solid #46b450;
    border-left: 4px solid #46b450;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    padding: 10px 10px 10px 20px;
	background-color:#fff;
	font-size:16px;
	line-height:24px;
}

h2 {font-size:22px; font-size:900;}
h3 {font-size:20px; font-size:900;}


.page-content form.post-password-form {padding:20px 40px 60px 40px; max-width:100%; text-align:center;}
.page-content form.post-password-form {margin-bottom:60px;}

.page-content form.post-password-form input[type="submit"] {float:none;}
.post-password-form p label {text-align:center !important;}
.post-password-form p {text-align:center !important;}

.sidebar-block .menu li.green-button a {
	background-image: linear-gradient(to bottom,#228B22,#228B22) !important;
    border-bottom: 3px solid #006400 !important;
    border-radius: 4px !important;
}

.front-mail {font-size:16px !important;}

.uchebnie-materialy {color:#23527c !important;}
.uchebnie-materialy li {border-left:2px solid #23527c !important; padding: 6px 0px 6px 20px; margin-bottom:10px;}
.uchebnie-materialy span {font-size:18px;}
.uchebnie-materialy a,
.uchebnie-materialy h3,
.uchebnie-materialy p {
	padding: 0 !important;
	margin: 0 !important;
}


.get-video-access .su-spoiler-title {
	color:green;
	font-size:18px;
}

.get-video-access {
	background-color: #fff;
	box-shadow: 0px 0px 10px #999;
	padding: 20px;
}

.g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
}

#rc-imageselect {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
@media screen and (max-height: 575px){ #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;} }

.video-list {
	width: 120px;
    display: inline-block;
    margin-left: 10px;

}

.fa-youtube-play {color:red;}

.pluso {text-align:center !important; margin-top:50px; display:block !important; width:50%; float:right;}
.post-ratings {margin:20px 0px; width:100%; float:left; text-align:left;}


@media (min-width: 300px) and (max-width: 991px) {
.post-ratings {margin:10px  0px; width:100%; float:left; text-align:left;}
}

.test-list {margin:10px 0px 0px 60px !important;}
.test-list li {font-size:18px; line-height:28px; color:#23527c;}

.mtq_question_text {
	font-size: 24px;
	line-height: 24px;
	margin: 40px 12px;
}


.new-ribbon-white {}
.red-button a {background-color:#c73b3b !important; background-image:none !important; border-bottom: 3px solid #8c1f31 !important;}

h2.whitegreen {
font-weight: 900;
font-size: 24px;
text-decoration: none;
background-color: green;
color: #fff;
padding: 10px;
margin: 25px 0px;
}

.mtq_explanation-text img {width:100%}
.mtq_explanation {clear:both;}
.mtq_explanation-text {clear:both;}

/* // EDIT SLIDER */

.rightSlider {
    background: #fff url(/wp-content/uploads/slider-back.jpg) no-repeat center;
    position:fixed;
    background-size: cover;
    width:500px;
    height:240px;
    margin-right: -500px;
    right:0px;
    top: 40%;
    z-index: 99;
}
#rightSlider-button{
    background: transparent;
    position:fixed;
    width:105px;
    height:240px;
    right:0px;
    top:40%;
    cursor: pointer;
    z-index: 99;
}
.phones {
    position: absolute;
    bottom: 10px;
    left: 25px;
    font-size: 20px;
}
.phones a {
    color: #003567;
    text-decoration: none;
}
.phones a:hover {
    font-weight: bold;
}
.phones ul {
    padding-left: 0;
    margin: 0;
}
.phones li {
    list-style-type: none;
    margin-bottom: 5px;
    /*text-align: right;*/
}
.phones img {
    width: 22px;
    height: 22px;
    margin-top: -3px;
    margin-right: 10px;
    vertical-align: middle;
}
.phones .ua img, .phones .ru img, .phones .kz img {
    margin-left: 27px;
}
.phones .ua a {
    margin-right: 1px;
}
.phones .ru a {
    margin-right: 13px;
}
.phones .kz a {
    margin-right: 12px;
}
.vertical-text {
    transform: rotate(270deg);
    transform-origin: right top 0;
    margin: 0 0 0 -240px;
    line-height: 57px;
    font-size: 20px;
    text-align: center;
    width: 240px;
    text-transform: uppercase;
}
.vertical {

}
.vertical img {
    width: auto;
    height: 250px;
}
#bottomSlider, #bottomSlider-button {
    display: none;
}
#bottomSlider-button {
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

	  
@media screen and (max-width:767px) {
    .rightSlider, #rightSlider-button {
        display: none;
    }
    #bottomSlider, #bottomSlider-button {
        display: block;
    }
    
    #bottomSlider{
        background-color: #fff;
        position:fixed;
        width: 100%;
        height: 60%;
        bottom: -60%;
        z-index: 1500;
    }
    #bottomSlider-button{
        background: transparent;
        position:fixed;
        width: 100%;
        height: 57px;
        bottom: 0px;
        cursor: pointer;
        z-index: 1600;
    }
    #bottomSlider-button .text {
        line-height: 57px;
        font-size: 24px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        font-weight: bold;
    }
    
    .horizontal img {
        width: 40%;
		height: auto;
		margin-top: 10px;
        margin-left: 10%;
    }
    
    #bottomSlider .phones {
        font-size: 3vh;        
        text-align: center;
        position: unset;
        bottom: unset;
        left: unset;

        width: 100%;
        height: 100%;
        margin: auto;
    }
	.phones ul {
		position: relative;
		top: 10%;
	}
    .phones li {
        margin-bottom: 2vh;
        text-align: center;
    }
    .phones .ua a {
        margin-right: 0;
    }
    .phones .ru a {
        margin-right: 18px;
    }
    .phones .kz a {
        margin-right: 19px;
    }
	.thank-you-image img{
		width:240px !important;
		height:160px !important;
	}
}

#post-ratings-27,
#post-ratings-24,
.postid-3564 .page-content .post-thumb,
.postid-3535 .page-content .post-thumb {display:none;}
.relpost-block-container {
    text-align: center!important;
}
.relpost-block-single {
    display: inline-block!important;
    float: none!important;
}
.table > tbody > tr > th, .page-content .table > tbody > tr > td, .page-content .table > tbody > tr > td p {
	text-align:center;
	vertical-align:middle;
}
.table > tbody > tr > td:nth-child(1), .page-content .table > tbody > tr > td:nth-child(1) p, .table > tbody > tr > td:nth-child(2), .page-content .table > tbody > tr > td:nth-child(2) p {
	text-align:left;
	vertical-align:top;
}

#who .title {height:60px;}
#who .title a.x2 {line-height:3em;}

