* {
	margin:0;
	padding:0;
}
*html {margin:0; padding:0}
html {
	margin: 0px;
	padding: 0px;
}

﻿img {border:0 none;}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica,sans-serif; 
	margin:1.3em 0 1em;
	font-weight:normal;
	line-height:1.2;
}

h1 { font-size:200%; margin:0 0 1em; }
h2 { font-size:160%; }
h3 { font-size:140%; }
h4 { font-size:140%; }
h5 { font-size:120%; }
h6 { font-size:100%; }

hr, .hr 
{
	border-top:1px solid;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:12px 0;
	overflow:hidden;
	padding:0;
}

#workarea ol li, #workarea ul:not(.breadcrumb-navigation) li { /*margin: 0.6em 0;*/
margin-left:40px; margin-top:10px; margin-bottom:10px;
	
}
#workarea ul { list-style-type: disc; }

input
{ margin:0; padding:0; border:0; outline:0;
 font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; 
 vertical-align:baseline; }


.telega {
    font-size: 0;
    background: url(./images/telegram-icon.svg) center center no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: cover;
}
.whatsapp {
    font-size: 0;
    background: url(./images/whatsapp-icon2.svg) center center no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: cover;
    background-color: #fff;
    border-radius: 50%;
}
.viber {
    font-size: 0;
    background: url(./images/viber-icon.svg) center center no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: cover;
    background-color: #fff;
    border-radius: 50%;
}
.soc-icon {
    text-align: right;
}

.footer-ico {
    display: flex;
    width: 100px;
    justify-content: space-between;
    margin-top: 6px;
}

.map-wrap {
    display: flex;
    flex-wrap: wrap;
}

.map-wrap .map-info {
    padding-right: 15px;
}

.contact-soc {
    display: flex;
    width: 140px;
    justify-content: space-between;
    margin-top: 20px;
}
.contact-soc a {
    width: 36px;
    height: 36px;
}

.map-link {
    text-decoration: none;
}

@media (max-width: 640px) {
    
.map-wrap .map-info {
    padding-right: 0px;
}
.soc-icon {
    display: none;
}
#footer {
    height: 140px !important;
    padding: 15px 0px;
}
.footer-ico {
    margin: 6px auto;
}
#copyright {
    width: 100%;
}
.phone_foot {
    width: 100%;
}
}