.first {
    max-width: 9999px;
    background-position: center bottom;
}

@media (max-width: 575px) {
    .first {
        background-position: center 0;
    }
}

.first__edge {
    max-width: 280px;
}

.consult-user {
    gap: 15px;
}

.consult-user__content {
    flex: 1;
}

main {
    flex: 1;
}

.contacts-contact {
    width: 230px;
}

.btn-phone {
    display: none;
    position: fixed;
    left: 20px;
    right: 20px;
    width: auto;
    bottom: 20px;
    z-index: 1000;
    height: 52px;
    padding: 0 15px;
    background: #33DC4D;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

.btn-phone svg {
    width: 24px;
    height: 24px;
}

.btn-phone span {
    font-size: 14px;
}

@media (max-width: 575px) {
    .btn-phone {
        display: flex;
    }
}

.calc__calc {
    height: auto;
}