/* footer new */

.center_block-1340 {
    max-width: 1340px;
    margin: 0 auto;
    position: relative;    
}

.footer-menu {
    margin-top: 200px;
}

.footer-menu_content {
    width: 100%;
    margin: 0 auto;
}

.footer-menu span{
    display: inline-block;
    width: 32%;    
}

.footer-menu span:nth-child(2),
.footer-menu span:nth-child(5){
    text-align: center;
}
.footer-menu span:nth-child(3),
.footer-menu span:nth-child(6){
    text-align: right;
}
.footer-menu span a {
    text-decoration: none;
    position: relative;
    font-size: 37px;
    color: black;
}

.footer-menu span a:hover {
    opacity: 0.6;
}

.footer-menu span:nth-child(6) a {
    width: 228px;
    display: block;
}

.footer_block {
    background: black;
    margin-top: 0px;
}

.footer_block a{
    text-decoration: none;
}

.footer_block span {
    text-align: center;
    font-size: 19px;
    display: block;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}

.footer_block-content {
    padding: 15px 0 0;
}

.footer_block-content div{
    display: inline-block;
    vertical-align: top;
    width: 24%;
    padding: 0 35px 5px;
    font-size: 35px;
}

.footer_block-content div:nth-child(3){
    padding: 0;
    text-align: right;
}
.footer_block-content div:nth-child(4){
    text-align: right;
    padding: 0;
}

.footer_block-content div a {
    color: white;
}

.footer_block-content div a:hover {
    opacity: 0.8;
}

.soc_youtube {
    background-image: url(/images/yt_img.png);
    background-position: center;
    background-repeat: no-repeat;   
}
.soc_fb {
    background-image: url(/images/fb_img.png);
    background-position: center;
    background-repeat: no-repeat;   
}

.soc_ceti {
    display: inline-block;
    width: 75px;
    height: 75px;   
}

.footer_block .tel {
    position: relative;
	
}

.footer_block .tel:before {
    content: "";
    position: absolute;
    background: url(/images/trub.jpg);
    height: 22px;
    width: 22px;
    top: 7px;
    left: -30px;
}

.footer_block .but {
    background: white;
    color: black;
    padding: 0 10px;


	
	
}

.messenger {
    display: inline-block;
    width: 75px;
    height: 75px;   
}
.whatsapp {
    background-image: url(/images/whatsapp.png);
    background-position: center;
    background-repeat: no-repeat;   
}
.viber {
    background-image: url(/images/viber.png);
    background-position: center;
    background-repeat: no-repeat;   
}
.telegram {
    background-image: url(/images/telegram.png);
    background-position: center;
    background-repeat: no-repeat;	
}

/* END footer new */