.ico {
	font-family: "Icons";
	font-weight: normal;
	line-height: 1;
	text-align: center;
	font-style: normal;
}
.ico#logo:after {
	content: "*";
}
.ico.vk:after {
	content: "v";
}
.ico.ok:after {
	content: "o";
}
.ico.fb:after {
	content: "f";
}
.ico.tw:after {
	content: "t";
}
.ico.in:after {
	content: "i";
}
.ico.yt:after {
    content: "y";
}

.ico.map:after {
    content: "m";
}
.ico.email:after {
    content: "e";
}
.ico.phone:after {
    content: "p";
}


.social-icons {
    font-size: 0;
}
.popup-content > .social-icons {
    margin-bottom: 20px;
}
.social-icons > a.ico {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    height: 44px;
    line-height: 37px;
    margin: 0 3px;
    padding: 4px 4px;
    width: 44px;
}
.social-icons > a.ico:hover {
    opacity: 0.9;
}
.social-icons > a.ico.vk {
    background-color: #4f7094;
}
.social-icons > a.ico.tw {
    background-color: #41abff;
}
.social-icons > a.ico.yt {
    background-color: #e62117;
}
.social-icons > a.ico.in {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
