.marquiz-widget__container {
    bottom: 1.5rem !important;
    right: 7rem !important;
}

.marquiz-widget__container_mobile {
    width: calc(100% - 7.5rem) !important;
    bottom: 1.5rem !important;
    right: 6rem !important;
}

@media (max-width:640px) {
    .header__phone {
        display:flex;
        flex
    }
    .logo img {
        max-height: 35px !important;
    }
}