body {
  margin: 0;
  padding: 0;
}
canvas {
  width: 100%;
  height: 100%;
  outline: none;
  cursor: pointer;
}

/*
* Цвета
*/
.dark-grey-text {
    color: #4f4f4f !important;
}
.text-color-a-2 {
    color: #a8d324!important;
}

/*
* Кнопки
*/
.btn:focus {
    box-shadow: none!important;
}

.btn-success {
    background-color: #a8d324!important;
    border-color: #a8d324!important;
}

.btn-outline-success {
    color: #a8d324!important;
    border-color: #a8d324!important;
}
.btn-outline-success:hover {
    color: #fff!important;
    background-color: #a8d324!important;
}

/*
* Компоненты
*/
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap!important;
 }
.note.note-discounts {
    background-color: #e2f0e5;
    border-color: #a8d324;
}
.note {
    padding: 10px;
    border-left: 6px solid;
    border-radius: 5px;
}

.custom-range::-webkit-slider-thumb {
    box-shadow: none!important;
    background: #a8d324;
}
.custom-range::-moz-range-thumb {
    box-shadow: none!important;
    background: #a8d324;
}
.custom-range::-ms-thumb {
    box-shadow: none!important;
    background: #a8d324;
}
.custom-range::-webkit-slider-thumb:active {
    background: #a8d324;
}


/*
* Header
*/
.elegant-color {
    background-color: #2e2e2e !important;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    -webkit-transition: 0.35s;
    transition: 0.35s;
}
.navbar .nav-item .nav-link {
    display: block;
    cursor: pointer;
}

.icon-circle {
    position: relative;
    width: 30px;
    height: 30px;
    background: #5b5b5b;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.icon-circle:hover {
    color: #a8d324;
}
.icon-circle i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.m-nav {
    margin-top: 50px;
}
@media (min-width: 995px) {
  .m-nav {
      margin-top: 100px;
  }
}

/*
* Footer
*/
footer.page-footer {
    bottom: 0;
    color: #ffffff;
    font-size: 0.9rem;
}
footer.page-footer a {
    color: #ffffff;
}
.points li {
    clear: both;
    margin-bottom: 10px;
}
.points .fa {
    width: 32px;
    color: #d0d1d2;
    display: inline-block;
    float: left;
    text-align: center;
    padding-right: 10px;
    margin: 10px 0 20px;
}
.color-custom-1-bg {
    background-color: #a8d324!important;
}
footer.page-footer .footer-copyright {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
}
footer.page-footer .btn {
    padding: 0.84rem 2.14rem;
    font-size: 0.81rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0.375rem;
    border: 0;
    border-radius: 0.125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #ffffff;
}

/*
* Дополнительные элементы
*/
/* Кнопка "Наверх" */
div.button-scrollup {
    position: fixed;
    color: #fff;
    background-color: #9086df;
    right: 20px;
    bottom: 0px;
    padding: 4px 10px;
    font-size: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    display: none;
    text-align: center;
    transition: 0.3s;
}
div.button-scrollup:hover {
    background-color: #2e2e2e;
}
