/*
Theme Name: ПD
Theme URI: https://to-to.pro
Author: Toto
Author URI: https://to-to.pro
*/

@import "_assets/css/style.min.css?dc=8222223";

.expert_item .expert_item__photo img{
	max-width:100%;
}

header .top_menu li:first-child,header .top_menu li:last-child{
	text-align: center;
}

header .top_menu{
	width: calc(100% - 40px);
}

header .top_menu a{
	font-size:13px; 
	padding: 3px 0px;
}

@media only screen and (max-width: 768px) {
    .text_ui {
        text-align: left;
    }
	
	header .top_menu{
		width:100%;
	}
	
}

.img_map path{
	transition: all .2s
}
.img_map path:hover{
	
	fill:#0061ff;
}
