﻿.reason[item] img {
    /*opacity:0.68;*/
    width: 60px;
    height: 60px;
}

.closeIcon_1U {
    background-image: url(/img/d2/jivosite_close.svg) !important;
    opacity: 1 !important;
    box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    background-color: #D01644;
}

.display-shading {
    background-color: rgba(0,0,0,0);
    cursor: default;
    position: fixed;
    width: 100%;
    height: 100vh;
    transition: background-color 0.15s cubic-bezier(0.4,0.0,0.2,1);
    z-index: 1000;
}

    .display-shading.ds-showed {
        visibility: visible;
        background-color: rgba(0,0,0,0.3);
    }

    .display-shading.ds-hided {
        visibility: hidden;
    }

.main-menu {
    position: absolute;
    height: 100vh;
    width: 256px;
    /*border-right: 1px solid var(--hover-color);*/
    box-sizing: border-box;
    /*background-color: #ECEDEE;*/
    background-color: #ffffff;
    transition: transform 0.15s cubic-bezier(0.4,0.0,0.2,1), opacity 0.15s cubic-bezier(0.4,0.0,0.2,1);
    border-radius: 0px 16px 16px 0px;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.30);
    z-index: 1001;
    transform: translateX(-10px);
    opacity: 0;
}
    /*.main-menu[colcount='1'] {
            background-color: #f1f1f1;
            border-radius: 0px;
            box-shadow: none;
        }*/

    .main-menu.mm-showed {
        transform: translateX(0px);
        opacity: 1;
    }

a.btnLnkMini:not(.active):hover {
    background: rgba(64, 90, 120, 0.07) !important;
    text-decoration: unset;
}

a.btnLnkMini.active[href] {
    background: #008dd2 !important;
    color: white;
    font-weight: 500;
}

    a.btnLnkMini.active[href] > .leftBtnMini {
        color: white !important;
    }

#links a {
    color: white;
}

.appstope {
    float: left;
    background-image: url(/img/download_app_store.svg);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 41px;
    cursor: pointer;
    margin: 7px 0px;
    width: 140px;
    border-radius: 8px;
}

.googleplay {
    float: left;
    background-image: url(/img/download_google_store.svg);
    background-position: 0 center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 41px;
    cursor: pointer;
    width: 140px;
    border-radius: 8px;
}

.footer_links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 20px;
    flex-flow: wrap;
}

    .footer_links > div {
        margin: 5px 10px 15px 10px;
    }

    .footer_links a {
        margin-bottom: 10px;
        line-height: 28px;
        font-size: 18px;
    }

@media screen and (max-width: 650px) {
    .hidden_for_mobile {
        display: none;
    }
}

@media screen and (max-width: 1114px) {
    #HeaderOppCost {
        display: none;
    }
}

.footer-soc-network {
    display: flex;
    align-items: center;
    padding: 10px 0 9px 0;
}

.footer-soc-title {
    margin-right: 17px;
    color: #fff;
    font-size: 14px;
    opacity: 0.7;
}

.footer-soc_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

    .footer-soc_list .footer-soc_list_item {
        margin-right: 10px;
    }

.footer_search_input {
    color: white;
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    background-color: unset;
    margin-bottom: 0px;
    line-height: 34px;
    box-shadow: none;
    border-width: initial;
    border-color: initial;
    border-image: initial;
    outline: none;
    padding: 0px 0px 0px 12px;
    border-radius: 18px;
    border: 1px solid #111621 !important;
    background-color: #131824;
}

    .footer_search_input:focus {
        border: 1px solid #111621 !important;
    }

.footer_search_submit {
    cursor: pointer;
    position: absolute;
    right: 5px;
    width: 36px;
    height: 34px;
    background-image: url(/img/d2/search.svg);
    background-color: unset;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    border-radius: 0px 18px 18px 0px;
}

.mobile .contacts {
    text-align: left !important;
}

#footerCon {
    position: relative;
}

    #footerCon::before {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0;
        left: -7px;
        width: calc(100% + 14px);
        height: calc(100% + 7px);
        background: linear-gradient( -134deg,#0083ff 0,#d582ff 100%);
        filter: blur(60px);
        opacity: 0.3;
        border-radius: 7px;
        animation: footer-con-effect 4s ease-in-out infinite;
    }

@keyframes footer-con-effect {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.3;
    }
}
