/*Footer*/
.wrapper {
    position: relative;
    min-height: 100%;
}
footer {
    clear: both;
    padding: 25px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
}
footer .block {
    background-color: transparent;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.logo-footer{
    width: 254px;
    float: left;
    margin-right: 20px;
}
#bottom_menu {
    padding: 0 9px;
    width: auto;
    max-width: 930px;
    float: left;
    display: block;
}
#bottom_menu ul {
    font-size: 13px;
    list-style-type: none;
    padding: 12px 0;
    background: #E2E2E2;
    height: 252px;
}
@media (max-width: 991px) {
    #bottom_menu ul{
        height: auto;
    }
}
@media (max-width: 440px){
    #bottom_menu ul{
        margin-top: -20px !important;
    }
}
#bottom_menu ul li span.title {
    color: #181818;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
.floatfix{
    float: left;
}
#bottom_menu ul {
    float:left;
}
#bottom_menu .ul1 {
    width: 168px;
}
#bottom_menu .ul2 {
    width: 200px;
}
#bottom_menu .ul3 {
    width: 220px;
}
#bottom_menu .ul4 {
    width: 300px;
}
#bottom_menu .ul4 .sprt {
    position: absolute;
}
#bottom_menu .ul4 span {
    margin-left: 24px;
}
#bottom_menu li{
    margin: 12px 0;
}
#bottom_menu .title{
    margin: 0 !important;
}
#bottom_menu ul a,#bottom_menu p {
    color: #181818;
    font-weight: 500;
    margin: 5px 0 0 0;
}
#bottom_menu ul a:hover {
    color: #FE8800;
}
#copyright {
    margin-top: 30px;
    border-top: 1px solid #C2C2C2;
    padding: 15px 0;
}
#copyright img {
    display: block;
    margin-bottom: 10px;
}
#copyright > p {
    color: #999;
    font-size: 12px;
    margin: 0;
}
#copyright .created {
    text-align: right;
    color: #626262;
    font-weight: 700;
    font-size: 10px;
    margin-top: 10px;
    padding-right: 189px;
}
.footer_payments {
    width: 100%;
    margin-top: 20px;
    text-align: left;
    margin-left: 4px;
}
.footer_payments span {
    display: block;
    font-size: 16px;
}
.footer_payments img {
    width: 222px;
    margin-top: 8px !important;
}
.before_footer {
    border-bottom: 10px solid #5D9A00;
    margin-top: 30px;
}
#to_top {
    background-image: url(/catalog/view/theme/waveshop/stylesheet/img/top.png);
    bottom: 20px;
    cursor: pointer;
    height: 59px;
    position: fixed;
    right: 20px;
    width: 59px;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
}
#to_top.enabled{
    visibility: visible;
    opacity: 1;
}
.footer_phone{
    margin: 12px 0;
}
.footer_phone a {
    /*position: relative;*/
    display: flex;
    align-items: center;
}

.footer_phone a:hover {
    color: #5D9A00 !important;
}

.footer_phone .sprt{
    /*position: absolute;*/
    flex-shrink: 0;
    position: static;
    -webkit-filter: grayscale(1) brightness(0.5);
    filter: grayscale(1) brightness(0.5);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.footer_phone:hover .sprt{
    -webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1);
}

.footer_phone span{
    /*margin-left: 24px;*/
    margin-left: 8px;
}
.fpayment{
    float: left;
    margin-right: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    #bottom_menu .ul1 {
        width: 180px;
    }
    #bottom_menu .ul2 {
        width: 210px;
    }
    #bottom_menu .ul3 {
        width: 222px;
    }
}
@media (max-width: 1199px) {
    .footer_payments{
        width: 177px;
        margin: auto;
        margin-top: 28px;
    }

    #copyright .created {
        padding-right: 16px!important;
    }
    .logo-footer {
        width: 100%!important;
        margin-bottom: 15px!important;
    }
    .logo-footer img {
        margin: 0 auto!important;
    }
}
@media (max-width: 991px) {
    #bottom_menu{
        width: 100%;
    }
    #bottom_menu .ul1,#bottom_menu .ul2,#bottom_menu .ul3,#bottom_menu .ul4 {
        width: 50%;
    }
    #bottom_menu .ul3,#bottom_menu .ul4 {
        margin-top: 24px;
    }
    .floatfix{
        clear: both;
        float: none;
        display: block;
        position: relative;
        width: 100%;
        height: 1px;
    }
    #bottom_menu ul {
        float: left;
        width: 50%;
        margin: 0;
        background: unset;
        position: relative;
        display: block;
    }
    #bottom_menu ul li span.title {
        font-size: 15px!important;
    }
    #bottom_menu ul li img {
        padding-left: 0!important;
    }
    #bottom_menu ul.ul4 li:nth-child(3n) img {
        padding: 5px 18px 0 0 !important;
        margin-left: 3px!important;
    }
    #copyright .created {
        padding-right: 34px!important;
    }
    .logo-footer img {
        margin: 0 auto!important;
    }
    .logo-footer {
        width: 100%!important;
        margin-bottom: 15px!important;
    }
    #to_top {
        z-index: 100000;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block!important;
    }
    #bottom-blocks {
        width: 95%!important;
        max-width: 100%!important;
        margin: 0 15px!important;
        height: 380px!important;
    }
    .logo-footer {
        width: 100%!important;
        margin-bottom: 15px!important;
    }
    .logo-footer img {
        margin: 0 auto!important;
    }
    #copyright .created {
        padding: 0!important;
        text-align: center!important;
    }
    #copyright {
        text-align: center;
    }
    #copyright img {
        margin: 0 auto 10px;
    }
    .logo-footer img {
        margin: 0 auto !important;
    }
}
@media (max-width: 600px) {
    #bottom_menu ul {
        padding: 10px!important;
    }
    #bottom_menu ul a, #bottom_menu p, #bottom_menu span {
        font-size: 12px;
    }
}
@media (max-width: 550px) {
    #bottom_menu .ul1,#bottom_menu .ul2{
        width: 50%;
    }
    #bottom_menu .ul3,#bottom_menu .ul4 {
        width: 100%;
        margin-top: 20px;
    }
    #bottom_menu .ul4 {
        margin-bottom: 20px;
    }
}
@media (max-width: 440px) {
    #bottom_menu .ul1,#bottom_menu .ul2,#bottom_menu .ul3,#bottom_menu .ul4{
        width: 100%;
        margin-top: 20px;
    }
}
.mob_cabinet{
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 6px;
    border: #fff 1px solid;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    width: 33px;
    height: 33px;
}
@media (max-width: 991px) {
    .mob_cabinet .sprt {
        position: absolute;
        right: 5px;
        top: 4px;
    }
}
@media (max-width: 420px) {
    #mob_basket,#cabinet,.lang_flag{
        transform: scale(0.7);
    }
    .mob_cabinet{
        right: 40px;
        transform: scale(0.7);
    }
    .lang_flag.ru{
        right: 10px;
    }
    .lang_flag.ua{
        right: -20px;
    }
}

*.disabled {
    filter: grayscale(1) brightness(1.3) !important;
    pointer-events: none !important;
}