.call-button--telegram {
  bottom: 240px;
}

.call-button--max {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    bottom: 310px; 
    height: 60px;
}

.call-button--max .call-button__icon {
    width: 55px;
    height: 55px;
    fill: currentColor;
    display: block;
    preserveAspectRatio: xMidYMid meet;
}

.call-button--max:hover {
    opacity: 1; 
}

.wpcf7-acceptance .wpcf7-list-item {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 10px; 
    margin: 0;
    cursor: pointer;
}

.wpcf7-acceptance input[type="checkbox"] {
    width: auto;
    margin: 3px 0 0 0;
    display: inline-block;
}