﻿.endup_zone {
    display: block;
    float: left;
    box-sizing: border-box;

    width: 100%;
    color: #400946;
    background-color: #FAE7FC;
}

.endup {
    display: block;
    float: left;
    box-sizing: border-box;

    width: 1024px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 24px;
    margin-bottom: 24px;

    float: none;

    margin-left: auto;
    margin-right: auto;

    font-size: 12.0pt;
}

.endup_callme {
    display: block;
    float: left;
    box-sizing: border-box;

    width: 100%;
}

.endup_button {
    display: block;
    box-sizing: border-box;

    width: 264px;
    height: 52px;

    font-size: 17.0pt;
    text-aling: center;

    background-color: #B51AC6;
    background-image: url("../images/phone.png");
    background-position: 12px 6px;
    background-size: 36px 36px;
    background-repeat: no-repeat;
        
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;
    border-color: #EFB4F5;

    color: #FFFFFF;

    padding-left: 60px;

    line-height: 52px;

    float: none;
	cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.endup_button:hover {
    background-color: #CF27E2;
}

.endup_button:active {
    background-color: #9615A4;
    border-color: #CF27E2;
}

.endup_social {
    display: block;
    float: left;
    box-sizing: border-box;

    width: 100%;
    margin-top: 19px;
    margin-bottom: 29px;
}

.endup_likes {
    display: block;
    box-sizing: border-box;

    width: 450px;
    height: 40px;

    float: none;

    margin-left: auto;
    margin-right: auto;
}

.footer_zone {
    display: block;
    float: left;
    box-sizing: border-box;

    width: 100%;
    color: #FFFFFF;
    background-color: #343134;
}

.footer {
    display: block;
    float: left;
    box-sizing: border-box;

    width: 1024px;
    height: 186px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
    padding-bottom: 12px;

    float: none;

    margin-left: auto;
    margin-right: auto;

    font-size: 12.0pt;
}

.footer_menu {
    display: block;
    float: left;
    box-sizing: border-box;

    width: 128px;
}

.footer_menu_item {
    display: block;
    float: left;
    box-sizing: border-box;

    width: 100%;
    height: 38px;
}

.footer_menu_href {
    text-decoration: none;
    color: inherit;
    transition: all 0.5s ease 0s;
}

.footer_menu_href:hover,
.footer_menu_href:active {
    text-decoration: underline;
}

.footer_middle {
    display: block;
    float: left;
    box-sizing: border-box;

    width: 664px;
}

.footer_mapview {
    display: block;
    float: left;
    box-sizing: border-box;

    width: 100%;
    height: 130px;
}

.footer_address {
    display: block;
    float: left;
    box-sizing: border-box;

    width: 100%;
    margin-top: 0px;    

    font-size: 10.0pt;
    text-align: center;
}

.footer_whomade {
    display: block;
    float: left;
    box-sizing: border-box;

    height: 1px;
    width: 100%;

    color: #343134;

    font-size: 1.0pt;
    font-weight: none;
    text-align: center;  
}

.footer_whomade:hover {
    color: #FFFFFF;
    font-size: 10.0pt;
    height: 20px;
}

.footer_contacts {
    display: block;
    box-sizing: border-box;

    width: 200px;
    text-align: right;
    float: right;
}

.footer_contact_item {
    display: block;
    float: left;
    box-sizing: border-box;

    width: 100%;
    height: 38px;
}