/*!
Theme Name: veromed
Author: Aleksandr Khoroshylov
Author URI: https://khoroshylov.org/
Version: 1.0.0
License URI: LICENSE
Text Domain: veromed
*/
.services__res_a
{
color:#333333;;
}
.header-menu .menu-wrap > .item > a{
	white-space: nowrap;
}

.lang_switcher{
	display: block;
	position: relative;
	margin: 0 0 0 15px;
	height: 35px;
	width:35px;
	padding: 5px;
	cursor: pointer;
	z-index: 9999;
}
.lang_switcher img {
	width: 25px !important;
	height: 25px !important;
	border-radius: 100%;
	box-shadow: 0px 0px 2px #666;
}
.lang_switcher .pll_sub_menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 35px;
	background: #fff;
	padding: 0;
	border-radius: 3px;
}
.lang_switcher:hover .pll_sub_menu{
	display:block;
}
.lang_switcher .pll_sub_menu li {
	margin: 5px 0;
	list-style: none;
	height: 25px;
}
.lang_switcher a {
	padding: 0;
	width: auto;
	text-align: center;
	display: block;
	height: 100%;
}
.lang_switcher .pll_sub_menu li.current-lang{
	display:none;
}

@media screen and (max-width: 1250px) {
	.header-top.container{
		padding: 0 10px;
	}
	.lang_switcher{
		margin: 0 0 0 5px;
	}
}
@media screen and (max-width: 1024px) {
	.lang_switcher{
		margin: 0;
	}
}



a.header__tel {
    position: relative;
    padding-left: 20px;
	font-size: 16px;
    color: #000;
}
a.header__tel img {
    position: absolute;
    left: 0;
	   top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

@media screen and (max-width: 414px) {
	a.header__tel {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.header .mobile-menu {
        padding: 5px 15px 20px 15px!important;
    }
	.header__tests {
        top: 88px!important;
        height: calc(100vh - 88px)!important;
    }
}


.single-news__wrap h1 {
    font-size:34px;
}

.single-news__wrap h2 {
    font-size:28px;
}

.single-news__wrap h3 {
    font-size:22px;
}

.single-news__wrap h4 {
    font-size:16px;
}


.single-news__wrap .news-image{
	background-size: contain!important;
	background-position: center!important;
}
.single-news__wrap img{
	margin: 0 auto;
    object-fit: contain;
    object-position: center;
}
.accordion{

}
.accordion .item{
	-webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
	margin-bottom: 15px;
}
.accordion .accordion_title{
	color:#B21C1C;
	font-size: 30px;
	line-height: 40px;
	padding: 20px 50px 20px;
	position: relative;
	font-weight: bold;
	cursor: pointer;
}
@media (max-width:996px){
	.accordion .accordion_title{
		padding: 20px 20px 20px 50px;;
	}
}
.accordion .accordion_title:before{
	content:'';
	position: absolute;
	left:20px;
	top:50%;
	width: 12px;
    height: 12px;
	margin-top:-8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
	transition: 1s;
}
.accordion .active .accordion_title:before{
	margin-top:-10px;
	transform: rotate(135deg);
}
.accordion .item .accordion_content{
	max-height: 0;
    overflow: hidden;
    transition: .3s;
}
.accordion .item.active .accordion_content{
	max-height: 2000px;
	transition: 1s;
}
.accordion .wrapper{
	padding: 10px 50px 20px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.accordion .wrapper .content_block,
.accordion .wrapper .image_block{
	width: 50%;
}
@media (max-width:996px) {
	.accordion .wrapper{
		padding: 10px 20px 20px 20px;
	}
	.accordion .wrapper .content_block{
		width: 100%;
	}	
	.accordion .wrapper .image_block{
		display: none;
	}
}

.accordion .wrapper .image_block image{
	max-width: 100%;
	width: 100%;
	height: auto;
}
.accordion .wrapper .text{
	margin-bottom: 20px;
}
.accordion .services_list{
	list-style-type: none;
	margin:0;
	padding: 0;
	width: 100%;
}
.accordion .services_list li{
	margin-bottom: 10px;
}
.accordion .services_list li a{
	width: 100%;
	border-radius: 0 0 4px 4px;
	display: block;
	position: relative;
	padding: 10px 40px 10px 20px;
	color: #B21C1C;
	font-size: 16px;
	line-height: 24px;
	border: solid 2px #B21C1C;
}
.accordion .services_list li a:hover{
	background:#B21C1C;
	color:#fff;
}
.accordion .services_list li a svg{
	position: absolute;
	right: 20px;
	top:50%;
	transform: translateY(-50%);
}
.accordion .services_list li a:hover svg ellipse{
	fill:#fff
}
.accordion .services_list li a:hover svg path{
	stroke:#B21C1C;
}