body {
    background: #507299;
}



.hover-cursor {
    cursor: pointer;
}

.list-codes li, .list-graf li {
    margin: 5px;
    background-color: #ababab;
    color: #fff;
    text-align: center;
}

.block-schimb {
    margin: 52px 0;
    background-color: #507299;
    border: 1px solid #ddd;
    height: 183px;
    padding: 25px;
    color: white;
}

.block-schimb label {
    width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    .block-schimb {
        margin: 0 20px 0 20px;
        height: 230px;
    }
}

@media (max-width: 991px) {
    .block-schimb {
        height: 230px;
        margin-top: 10px;
        margin-left: 16px;
        margin-right: 16px;
    }

    .right-input {
        text-align: right;
    }
}

@media (max-width: 1000px) {
  .block-schimb {
      margin-bottom: 25px;
    }


    .list-codes li {
        margin: 1px;
        display: inline-block;

        width: 16%;
    }

    .list-codes {

      text-align: center;


        height: 42px;
        margin-bottom: 10px;

    }
}


@media (max-width: 768px) {
  .list-codes {
      height: 85px;
      margin-bottom: 0;
  }

   .list-codes li {
     width: 32.5%;
   }
}






@media (max-width: 360px) {

  .block-schimb {
      margin-bottom: 0;
    }

    .list-codes {
      height: 125px;
        margin-bottom: 10px;
    }

    .list-codes li {
        width: 49%;
    }




}

@media (max-width: 320px) {
    .list-codes {

        margin-bottom: 10px;
    }

    .list-codes li {
        width: 129px;
    }
}

.list-codes li.selected, .list-graf li.selected {
    background-color: #507299 !important;
}

.lang-nav {
    margin-right: 10px;
}

.lang-nav, .lang-nav a {
    color: #fff;
}

.lang-nav a {
    text-decoration: none;
}

.list-codes-left li img {
    float: right;
}

.list-codes-right li img {
    float: left;
}

.list-codes {
    margin-bottom: 0;
}

aside .rates-widget span.negative {
    color: #ecbeb3;
    display: inline-block;
    background: url(../img/arrow-negative.png) no-repeat right 8px;
    padding-right: 18px;
}

aside .rates-widget span.positive {
    color: #9bd4c9;
    display: inline-block;
    background: url(../img/arrow-positive.png) no-repeat right 8px;
    padding-right: 18px;
    margin-left: 4px;
}

aside .rates-widget span {
    font-size: 12px;
}

aside .aside-block {
    margin-bottom: 5px;
}

.aside-block {
    margin-top: 20px;
}

.aside-widget {
    color: #fff;
    background: #507299;
    padding: 24px 46px;

}

@media (max-width: 1023px) {
    .aside-widget {
        margin-top: 12px;
    }
}


@media (min-width: 1024px) {
    .aside-widget {
        margin-top: 6px;
    }
}

.rates-widget .row {
    margin-top: 14px;
}
