.to-top__up {
    background: #ed7453;
    z-index: 1000;
    width: 58px;
    height: 58px;
    border: none;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    bottom: 0;
    opacity: .7;
    transition: opacity .2s ease-in-out;
}

.to-top__up:hover {
    opacity: 1;
}

.to-top {
    position: sticky;
    z-index: 1000;
    bottom: 6px;
    right: 0;
    left: 100%;
}



.sales-funnel {
    position: relative;
}

.rodi-footer__copy {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.block-video__preview-item {
    object-fit: contain;
}

@media (max-width: 869px){
    .block-video__btn {
        width: 60px;
        height: 60px;
        background-size: 50%;
    }
}

.employee-slider__bottom-btn-filename {
    position: absolute;
    bottom: 1px;
    left: 50%;
    font-size: 12px;
    transform: translateX(-50%);
    color: rgb(184 183 183);
    width: 100%;
}

.employee-slider__bottom-btn.landing-download-file {
    position: relative;
}

.employee-slider__bottom-btn.landing-download-file:hover .employee-slider__bottom-btn-filename {
    color: #fff;
}


/* скрыть элемент .employee-slider__bottom-btn-filename на телефонах */
@media only screen and (max-width: 600px) {
    .hide-on-mobile{
        display: none;
    }
}

.sales-funnel__tel-wrap .sales-funnel__tell{
    display: block;
    margin-top: 10px;
}
.sales-funnel__tel-wrap{
    display: flex;
    justify-content: center;
}
.sales-funnel__tel-wrap .container-phone{
    text-align: left;
}
.sales-funnel__btn-wrap{
    flex: inherit;
}
.sales-funnel__tell a.phone{
    color: #E5C7DA;
}

.header__inner .header__phone_mobile{
    display: flex;
}
@media (min-width: 869px){
    .header__phone_mobile .header__inquiry-link{
        display: none;
    }
}
@media (max-width: 340px){
    .header__phone_mobile .header__inquiry-link{
        display: none;
    }
}

@media (min-width: 869px){
    .header__phone.header__phone_mobile{
        display: none;
    }
}
.errortext {
    display: none;
}