/* 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;
    }
}

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


/* Three columns side by side */
.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

/* Add some shadows to create a card effect */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Some left and right padding inside the container */
.container {
  padding: 0 16px;
}

/* Clear floats */
.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}