#d-footer {
    z-index: -1;
    height: 245px;
    color: #a1a1a1;
    font-size: 12px;
    overflow: hidden;
        margin: 20px auto 0;
}
#d-footer .footer-wraper{
    position: relative;
}
#d-footer img.bottom-left-corner {
    position: absolute;
    top: 25px;
    left: -387px;
    z-index: -7;
}
#d-footer img.bottom-right-corner {
    position: absolute;
    top: 25px;
    right: -387px;
    z-index: -7;
}
#d-footer img.bottom-left-corner, #d-footer img.bottom-right-corner {
    margin: 0;
}
@media screen and (max-device-width: 1024px){
    #d-footer img.bottom-left-corner,
    #d-footer img.bottom-right-corner {
        display: none;
    }
}
#d-footer div.d-center.footer-wraper {
    display: table;
    width: 980px;
    padding-top: 30px;
    height: 100%;
    /*background-color: rgba(255, 255, 255, 0.7);*/
}
#d-footer .footer-column-1 {
    width: 230px;
    display: table-cell;
    vertical-align: top;
}
#d-footer .footer-column-1 p {
    line-height: 20px;
}
#d-footer .footer-column-1 a {
    text-decoration: none;
    color: #1e80fd;
    font-size: 14px;
}
#d-footer .footer-column-2 {
    width: 240px;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}
#d-footer .footer-column-2 div {
    margin-bottom: 20px;
}
#d-footer .footer-column-2 a {
    text-decoration: none;
    color: #1e80fd;
    font-size: 15px;
    margin-left: 0;
}
#d-footer .footer-column-3 {
    width: 220px;
    display: table-cell;
    vertical-align: top;
}
#d-footer .footer-column-3 .links{
    margin-bottom: 15px;
}
#d-footer .footer-column-3 span{
    color: #000000;
}
#d-footer .footer-column-3 a, #d-footer .footer-column-3 a b {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 125px;
    text-decoration: none;
    color: #1e80fd;
    content: " ";
    margin-right: 11px;
    cursor: pointer;
    -webkit-transition: .5s opacity;
    -moz-transition: .5s opacity;
    -ms-transition: .5s opacity;
    -o-transition: .5s opacity;
    transition: .5s opacity;
}

#d-footer .footer-column-3 a {
    position: relative;
    background-position: 0 0;
    display: inline-block;
}
#d-footer .footer-column-3 a b {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

#d-footer .footer-column-3 a:hover b {
    opacity: 1;
}

 #d-footer .footer-column-3 a.vk {
    background: url(/local/templates/fastindex/images/svg/vk.svg) top no-repeat;
  }
  #d-footer .footer-column-3 a.facebook {
    background: url(/local/templates/fastindex/images/svg/fb.svg) top no-repeat;
  }
  #d-footer .footer-column-3 a.viber {
    background: url(/local/templates/fastindex/images/svg/viber.svg) top no-repeat;
  }
  #d-footer .footer-column-3 a.whatsapp {
    background: url(/local/templates/fastindex/images/svg/Whatsapp.svg) top no-repeat;
  }
  #d-footer .footer-column-3 a.instagram {
    background: url(/local/templates/fastindex/images/svg/instagram.svg) top no-repeat;
  }
  #d-footer .footer-column-3 a.youtube {
    background: url(/local/templates/fastindex/images/svg/Youtube.svg) top no-repeat;
  }

  #d-footer .footer-column-3 a.vk:hover {
    background: url(/local/templates/fastindex/images/svg/vk_active.svg) top no-repeat;
  }
  #d-footer .footer-column-3 a.facebook:hover {
    background: url(/local/templates/fastindex/images/svg/fb_active.svg) top no-repeat;
  }
  #d-footer .footer-column-3 a.viber:hover {
    background: url(/local/templates/fastindex/images/svg/viber_active.svg) top no-repeat;
  }
  #d-footer .footer-column-3 a.whatsapp:hover {
    background: url(/local/templates/fastindex/images/svg/Whatsapp_active.svg) top no-repeat;
  }
  #d-footer .footer-column-3 a.instagram:hover {
    background: url(/local/templates/fastindex/images/svg/instagram_active.svg) top no-repeat;
  }
  #d-footer .footer-column-3 a.youtube:hover {
    background: url(/local/templates/fastindex/images/svg/Youtube_button_hover.svg) top no-repeat;
  }

#d-footer .footer-column-4 {
    width: 220px;
    display: table-cell;
    vertical-align: top;
}
#d-footer .footer-column-4 > span{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
#d-footer .footer-column-4 .payment-links {
    display: inline-block;
    border-top: 1px solid #dedede;
    margin-top: 8px;
}
#d-footer .footer-column-4 .payment-links a {
    display: inline-block;
    margin: 16px 7px 0 0;
}
#d-wrap .d-center .upper-link {
    position: fixed;
    top: 100px;
    margin-left: -60px;
    cursor: pointer;
}
#dt-sticker {
    background-color: #ffffff;
    height: 130px;
    width: 240px;
    padding: 10px;
    text-align: center;
    box-shadow: 4px 4px 4px 4px rgba(40, 40, 40, 0.5);
    z-index: 2000;
}

#dt-sticker .sticker-description {
    font-size: 14px;
    width: 197px;
    display: block;
    top: 20px;
    text-align: center;
    position: relative;
    margin: 0 auto 25px;
}
#dt-sticker #dt-stiker-hide {
    right: 10px;
    top: 10px;
    height: 14px;
    width: 14px;
    background: url('img/cross.png') top no-repeat;
}
#dt-sticker a {
    background: #ffe000;
    border: 0;
    color: #000000 !important;
    text-decoration: none;
    position: relative;
    display: block;
    width: 100px;
    height: 35px;
    font-size: 13px;
    top: 10px;
    border-radius: 35px;
    line-height: 35px;
    margin: 0 auto;
}




. {
}





.d-paysys {
    background-position: left center;
    padding-left: 40px;
    background-image: url(img/pay-ico-sys.png);
    background-repeat: no-repeat;
    font-size: 2.5em
}

.elexnetsys {
    background-position: 0 0
}

.deltapaysys {
    background-position: 0 -35px;
    padding-left: 80px
}

.comepaysys {
    background-position: 0 -70px;
    padding-left: 76px
}

.rapidasys {
    background-position: 0 -105px;
    padding-left: 76px
}

.evrosetsys {
    background-position: 0 -140px
}

.contactsys {
    background-position: 0 -175px;
    padding-left: 80px
}

.d-messengers {
    background-position: left center;
    padding-left: 20px;
    background-image: url(img/messengers.png);
    background-repeat: no-repeat
}

.d-skype {
    background-position: 0 0
}

.d-viber {
    background-position: 0 -36px
}

.d-whatsapp {
    background-position: 0 -72px
}

.d-vkontakte {
    background-position: 0 -108px
}

.d-facebook {
    background-position: 0 -144px
}

.d-twitter {
    background-position: 0 -182px
}

.d-telegramm {
    background-position: 0 -216px
}

.d-icq {
    background-position: 0 -252px
}
