body {
    font: 16px UbuntuLight;
    background-color: #1b1b1b;
}

.topHeader {
    padding: 20px 0 28px;
    overflow: hidden;
}

.topHeader .topHeaderLogo {
    padding: 14px 0;
    margin-top: 8px;
    float: left;
}

.topHeaderContact {
    float: right;
    margin-top: 12px;
}

.topHeaderEmail, .topHeaderPhone {
    padding-left: 18px;
    background: url("../../images/pamyatniki-ekb/ph_head.png") 0 center no-repeat;
}

.topHeaderPhone {
    margin-top: 9px;
}

.topHeaderEmail {
    margin-top: 12px;
    text-decoration: underline;
    background-image: url("../../images/pamyatniki-ekb/em_head.png");
    background-position: 0 6px;
}

.pageFooterContact .topHeaderPhone {
    background-image: url("../../images/pamyatniki-ekb/ph_foot.png");
}

.pageFooterContact .topHeaderEmail {
    background-image: url("../../images/pamyatniki-ekb/em_foot.png");
}

.topHeaderInfoCall {
    margin: 0 23% 0 27%;
    overflow: hidden;
    padding-top: 13px;
}

.topHeaderInfoCallDesc {
    max-width: 210px;
    float: left;
    width: 48%;
}

.topHeaderInfoCallDescCapt {
    line-height: 20px;
}

.topHeaderInfoCallOrder {
    margin-top: 2px;
    float: right;
    padding-left: 47px;
    background: url("../../images/pamyatniki-ekb/ph_btn.png") 20px center no-repeat;
}


.topNavLinks {
    margin: 0 -1.2%;
    text-align: justify;
    font-size: 0;
}

.topNavLink {
    height: 39px;
    padding-top: 6px;
    margin: 11px 1% 0;
    display: inline-block;
    text-decoration: none;
}

.topNavLink.chosen {
    border-width: 0 0 3px;
    border-style: solid;
}

.topNavLinkAligner {
    width: 100%;
    display: inline-block;
}

.pageFooterCont {
    padding: 42px 0 38px;
}

.pageFooter {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.pageFooterLinks {
    width: 52%;
    margin: 0 auto;
    padding-left: 18%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    overflow: hidden;
}

.pageFooterLink {
    display: block;
    margin: 8px 0 0;
}

.pageFooterCopyCont, .pageFooterContactCont {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 7px;
}

.pageFooterContactCont {
    right: 0;
    left: auto;
}

.pageFooterCopy {
    position: absolute;
    bottom: 0;
    width: 150%;
}

.pageFooterContactLinks {
    position: absolute;
    bottom: 0;
    padding-left: 18px;
}

.pageContentTopNav {
    padding: 40px 0 20px;
    font-size: 0;
}

.pageContentTopNavItem {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

/* --------Target - not desktops (common) --------- */

@media screen and (max-width:800px) {

    .topHeaderInfoCall {
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-top: 25px;
    }

    .topHeaderInfoCallDesc {
        max-width: none;
        margin-right: 220px;
        float: none;
        line-height: 34px;
        width: auto;
    }

    .topNavLinks {
        text-align: center;
        padding: 20px 0 10px;
    }

    .topNavLink {
        margin-left: 3%;
        margin-right: 3%;
        height: 30px;
    }

    .pageFooterLinks {
        padding: 0;
        width: 100%;
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
        margin-bottom: 50px;
        text-align: justify;
    }

    .pageFooterLinks .pageFooterLink {
        display: inline-block;
        margin: 10px 20px 5px 0;
    }

    .pageFooterCopyCont, .pageFooterContactCont {
        position: static;
    }

    .pageFooterCopyCont {
        float: left;
    }

    .pageFooterContactCont {
        float: right;
    }

    .pageFooterCopy, .pageFooterContactLinks {
        position: static;
    }

    .pageFooterCopy {
        margin-top: 62px;
        width: auto;
    }

    .pageFooterContactLinks {
        margin-top: 30px;
    }
}

/* --------Target landscape smartphones, portrait tablets, narrow desktops--------- */

@media screen and (min-width:480px) and (max-width:800px) {}

/* ------------------Target portrait smartphones--------------------------  */

@media screen and (max-width:479px) {

    .topHeader {
        text-align: center;
    }

    .topHeader .topHeaderLogo, .topHeaderContact, .topHeaderInfoCallOrder {
        float: none;
    }

    .topHeaderPhone, .topHeaderEmail {
        display: inline-block;
    }

    .topHeaderEmail {
        margin-left: 10%;
    }

    .topHeaderInfoCall {
        padding-top: 35px;
    }

    .topHeaderInfoCallDesc {
        margin-right: 0;
        margin-top: 20px;
    }

    .topNavLinks {
        padding: 22px 0 10px;
    }

    .pageFooterLinks {
        text-align: center;
    }

    .pageFooterCopyCont, .pageFooterContactCont {
        float: none;
        text-align: center;
    }

    .pageFooterContactLinks {
        margin-top: 10px;
    }

    .pageFooterContactLinks .pageFooterLink {
        display: inline-block;
        margin: 8px 10px 0;
    }

    .pageFooterCopyCont {
        margin-top: 50px;
    }

    .pageFooterCopy {
        margin-top: 10px;
    }

    .pageFooterCopyText {
        display: inline;
    }
}