.main-menu__item {
    margin-left: 20px;
}

.header_fixed {
    background: #4a4a4a !important;
    padding: 10px 0;
}

.header_contacts {
    background: #fff !important;
}

.header_contacts .header__logo .white {
    display: none !important;
}

.header_contacts .header__logo .dark {
    display: flex !important;
}

.header_contacts .main-menu__item,
.header_contacts .header__user-help,
.header_contacts .language-block__active,
.header_contacts .header__user-login,
.header_contacts .header__user-registration {
    color: #4a4a4a !important;
}

.header_contacts .header__user>a:not(.button) {
    border-color: #4a4a4a !important;
    color: #4a4a4a !important;
}

.header_contacts .header__user-registration.button {
    background: #4a4a4a !important;
    color: #fff !important;
}

.header_fixed .button {
    padding: 12px 24px;
    font-weight: 700;
    font-size: 16px;
    margin-left: 10px;
}

.header__ticker {
    position: absolute;
    top: 80px;
    width: 100%;
}

.header__ticker .ticker-wrap {
    padding: 10px 5px;
}

.header__ticker .ticker__item {
    font-weight: 500;
}

.header__user-help,
.language-block__active,
.main-menu__item {
    font-weight: 500;
    font-size: 15px;
}

.main-slider {
    top: 80px;
}

.main-slider__item {
    height: 500px;
}

.slide-item {
    height: 500px;
}

@media (max-width: 767px) {
    .main-slider__item {
        background-image: none !important;
        background: #000;
        height: 38  0px;
    }

    .slide-item {
        height: 38  0px;
    }
}

.numbers-block {
    margin-top: 80px;
}

@media (max-width: 767px) {
    .numbers-block {
        margin-top: 60px;
    }
}

.main-slider__controls .slider-controls {
    position: relative;
    display: flex;
    margin-left: auto;
    align-items: center;
}

.slider-controls__container {
    width: 160px;
    margin-left: auto;
    margin-right: 20px;
}

.slide-item__buttons {
    width: 110px;
    justify-content: space-between;
    bottom: 5px;
    position: relative;
    display: flex;
    align-items: center;
}

.slide-item__next {
    backdrop-filter: none;
    border-radius: 0;
    background: transparent;
    min-width: auto;
    bottom: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.slide-item__next:hover {
    bottom: 0;
}

.slide-item__prev {
    bottom: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .main-slider__controls {
        display: none;
    }
}

.slider-controls__numbers {
    align-items: center;
    font-size: 16px     ;
}

.slide-item__next-left {
    width: auto;
    padding: 0;
}

.slider-controls__line {
    height: 2px;
    opacity: 1;
    width: 65%;
}

.slider-controls__line-blue {
    width: 0;
    background: #56b3ec;
    height: 2px;
    transition: .3s;
}

.header__user>a:not(.button) {
    border: 1px solid #56b3ec;
    padding: 11px 24px;
    border-radius: 5px;
    color: #56b3ec;
}

.tokens__title {
    padding-top: 40px   ;
}

.leadership__arrows {
    width: 100px;
    display: flex;
    justify-content: space-between;
}

.leadership__arrows img:last-child {
    margin-left: 0;
}

.news-left__img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.numbers-block__number {
    font-size: 36px ;
}

@media (max-width: 767px) {
    .numbers-block__number {
        font-size: 32px;
    }
}

.news__all a {
    margin-top: 0;
}

* {
    font-family: 'Open Sans', sans-serif !important;
}