/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */
#mobileheader .wrap_icon.wrap_phones {
    display: none!important;
}

.captcha-row .star {
    color: #e02222;
    background: none;
}
/*.menu-item--custom .dropdown-menu {
    box-shadow: none!important;
    border: none!important;
    background: transparent!important;
}*/
.menu-item--custom .dropdown-menu a.lang_a {
    padding: 14px 0!important;
    text-align: center!important;
    max-width: 90px!important;
    min-width: 90px!important;
}
#headerfixed.fixed .menu-item--custom .dropdown-menu {
    text-align: center!important;
    left: 0!important;
    max-width: 90px!important;
    min-width: 90px!important;
}

.mega-menu .menu-item--custom:last-child {
    display: none!important;
}

.menu-item--custom .dropdown-toggle img {
    margin-top: -4px;
}
.inline-search-show.twosmallfont {
    position: relative;
    top: -1px;
}

.lang-select {
    margin-top: -3px;
}
.lang-select .fa.fa-angle-down {
    display: inline-block;
    padding-left: 7px;
    opacity: 0.6;
    position: relative;
    top: 2px;
}
.lang-select:hover {
    color: #0079c1;
}
.lang-select-dropdown {
    display: none;
    background: #fff;
    text-align: center;
    position: relative;
    max-height: 45px;
    line-height: 45px;
}
.lang-select-dropdown:before {
    background-color: #0079c1;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 100%;
    height: 2px;
    display: block;
    content: "";
}
.lang-select:hover .lang-select-dropdown {
    display: block;
}
.profit-front-block .spincrement {
    margin: 0 -5px 0 5px;
}
.profit-front-block .value {
    font-size: 2.4em!important;
}

@media (max-width: 767px) {
    #panel {
        display: none!important;
    }
    #mobileheader {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }
    .body {
        margin-top: 63px;
    }
    .hover_shine {margin-bottom: 172px !important;}
}

@media (max-width: 991px) {
    a.scroll-to-top {
        display: block!important;
    }
}