/* footer */
footer * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    /*-ms-touch-action: none !important;*/

}

footer {
    font-family: "Open Sans", sans-serif;
    overflow: visible;
    width: 100%;
    font-size: 16px;
}

footer {
    background: #2d0b28;
    padding: 0 0px 0px;
}

footer a {
    text-decoration: underline;
    display: inline-block;
}

.widget__a {
    margin: 14px -6px 0px;
    overflow: hidden;
}

.widget__a li {
    display: inline-block;
    margin: 9px 5px;
    width: 149px;
}

.footer__widget a {
    color: #e3dce2;
    text-decoration: none;
}

.widget__a a {
    width: 100%;
    height: 100%;
    display: block;
}
.widget__a a img {
    max-width: 100%;
    height: auto;
}

footer .links_block + .links_block h3 {
    margin-top: 35px;
}

footer a {
    color: #e3dce2;
    font-size: 13px;
    line-height: 24px;
}

.footer_title {
    color: #af7ea8;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 17px;
}

footer a:hover {
    color: #df71ce;
    text-decoration: underline;
}

.footer_contact {
    overflow: hidden;
    padding: 20px 0px 20px;
}

.footer_contact p {
    color: #e3dce2;
    font-size: 12px;
    line-height: 15px;
    margin: 6px 0 0 0;
}

footer .contact_styles, footer .contact_styles a {
    color: #af7ea8;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}


.footer_left {
    margin-left: 0;
    margin-bottom: 20px;
}


.footer_contact .footer_left a {
    color: #e3dce2;
    text-decoration: none;
    font-size: 12px;
    display: inline;
}

.footer_contact .footer_left img {
    margin-left: 1px;
    position: relative;
    top: -4px;
    float: right;
}

.footer_bottom {
    background: #20081c;
    padding: 24px 0px 19px;
}

.footer_bottom ul {
    text-align: center;
    font-size: 1px;
    line-height: 0;
}
.footer_bottom ul:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.footer_bottom ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin : 0 10px;
}

.technopolis-logo__desktop {
    margin-top: 45px;
    margin-left: -6px;
}

.technopolis-logo__desktop img {
    width: 160px;
}

.payments {
    margin-top: 10px;
}

.np-socials, .socials {
    text-align: center;
    margin-top: 20px;
}
.np-socials p, .socials p {
    color: #af7ea8;
    display: inline-block;
    font-size: 12px;
    line-height: 42px;
    margin-right: 16px;
    position: relative;
    top: -10px;
}
.np-socials ul, .socials ul {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.np-socials ul li, .socials ul li {
    display: inline-block;
    margin: 0 5px;
}
.np-socials a, .socials a {
    border-radius: 50%;
    display: block;
    background-color: #4b1543;
    height: 29px;
    width: 29px;
    font-size: 14px;
    line-height: 29px;
}
.apps_mob {
    margin-top: 10px;
}
.apps_mob ul {
    text-align: center;
}
.apps_mob li {
    margin: 0 5px;
}
.apps_mob li a {
    background: #4b1543;
    border-radius: 6px;
    width: 140px;
    /*margin: 0 3%;*/
}

.apps_mob li img {
    padding-top: 2px;
}

/* /footer */

/* vk_widget */
.vk_widget {
    width: 100%;
    height: 260px;
}
/* /vk_widget */
/** topscroller*/
.up {
    background: url(../images/template/up.png) no-repeat 0px 0px;
    bottom: 74px;
    cursor: pointer;
    height: 48px;
    right: 20px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    /*margin-left: -541px;*/
    position: fixed;
    width: 48px;
    z-index: 10;
}
.up:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
/** topscroller*/