@font-face {
    font-family: "icomoon";
    src: url('fonts/icomoon.eot?t=1576060286379'); /* IE9*/
    src: url('fonts/icomoon.eot?t=1576060286379#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url("fonts/icomoon.woff?t=1576060286379") format("woff"),
    url('fonts/icomoon.ttf?t=1576060286379') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('fonts/icomoon.svg?t=1576060286379#icomoon') format('svg'); /* iOS 4.1- */
    font-display: swap;
}

.pressa_iteam img{
	width:100%;
	margin-bottom:20px;
}
.socials {
	display: flex;
	justify-content: center; 
	padding-bottom:20px;
}
.socials2{
	display: flex;
	justify-content: center; 
}
.socials2 .icon {
    color: #353545;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 5px;
    text-align: center;
    font-size: 18px;
    border: 1px solid transparent;
    border-radius: 4px;
	background-color: transparent;
	position:relative;
}
.socials .icon {
    color: #353545;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 5px;
    text-align: center;
    font-size: 18px;
    border: 1px solid transparent;
    border-radius: 4px;
	background-color: transparent;
	position:relative;
}
.custom-tooltip .tooltip-text {
    visibility: hidden;
    color: #E82031;
    font-size: 20px;
    line-height: 20px;
	position:absolute;
	bottom:-6px;
	left:0px;
}
.icon-vk:before {
    content: "\e905";
    font-family: 'icomoon' !important;
}
a.icon:hover {
    text-decoration: none;
}
.custom-tooltip:hover .tooltip-text {
    visibility: visible;
}
.flex_head{
	display:flex;
	gap:10px;
	padding-left:20px;
}




.partner_row{
	display:flex;
	gap:20px;
	position: relative;
    border: 1px solid #d7d7d7;
    border-radius: 15px;
	padding:15px;
	justify-content: space-between;
}
.partner_img{
	width:calc(25% - 20px);
}
.partner_img img{
	max-width:100%;
	height:auto;
}
.partner{
	margin-bottom:30px;
}

.partner_col1{
	width:calc(25% - 20px);
	position:relatve;
}
.show_on_map{
	position:absolute;
	toP:0px;
	right:0px;
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	border-radius:0px 0px 0px 15px;
	padding: 15px 25px;
	font-size: 14px;
    font-weight: 500;
    line-height: 14px;
	cursor:pointer;
	text-decoration:none;
}
.show_on_map:hover{
	background:#f00;
	color:#fff;
}

.partner_col1.pad_top{
	padding-toP:30px;
}
.sity{
	font-size: 1.5rem;
	color: #f00;
	margin-bottom:20px;
}
.adress_title{
	font-size: 1.3rem;
	display:flex;
	gap:20px;
	align-items: center;
	margin-bottom:10px;
}
.adress{
	font-size: 1.3rem;
}
.adress a{
	display:block;
}
#map2{
	position:fixed;
	top:30%;
	left:calc(50% - 450px);
	width:900px;
	height:900px;
	z-index:77;
	display:none;
}
#map2 iframe{
	width:100%;
	height:600px;
}
.map_container{
	position:relative;
	padding:20px;
	border: 1px solid #d7d7d7;
    border-radius: 10px;
	background:#fff;
}
.map_close{
	position:absolute;
	toP:-2px;
	right:4px;
	z-index:88;
	cursor:pointer;
	font-size:30px;
	line-height:30px;
}

@media screen and (max-width:992px) {
	.show_on_map{
		display:none;
	}
	.partner_row {
		flex-direction: column;
	}
	.partner_img{
		width:100%;
	}
	.partner_col1{
		width:100%;
	}
	.container iframe{
		width:100%;
		height:auto;
	}
}