.beltechsoft {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.beltechsoft-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}

@media only screen and (max-width: 450px) {
    .beltechsoft-wrapper{
        display: block;
        justify-content: center;
    }
}

.product-russian-conditions {
    display: block;
}

.mobile-currency {
    margin: 0 10px;
    display: none;
}

@media (max-width: 1024px) {
    .mobile-currency {
        display: block;
    }
    .header__hamburger {
        margin-left: 20px;
    }
}