/*!
Theme Name: veromed
Author: Roman
Author URI: 
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;
	}
}
.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;
}
.accordion_wrap{
	margin-top:30px;
}
.accordion_wrap:first-child{
	margin-top:0;
}