/* Custom CSS for Footbik */
.page-wrapper {
    overflow-x: hidden;
}
@media (max-width: 600px) {
    .header {
        display: flex;
        flex-direction: column;
    }
    .header-lang {
        position: relative;
        padding: 0 10px;
        right: auto;
        top: auto;
    }
}
.header-phone-wrap {
    display: flex;
    gap: 15px;
}
.header-phone2 {
    position: relative;
}
.header-phone-text {
    position: absolute;
    bottom: -25px;
    left: 20px;
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}
@media (max-width: 1023px) {
    .header-phone {
        font-size: 24px;
    }
}
@media (max-width: 780px) {
    .header-phone-wrap {
        flex-direction: column;
        gap: 33px;
        margin-left: 1px;
    }
    .header-phone-text {
        font-size: 12px;
        bottom: -22px;
        left: 15px;
    }
    .header {
        padding-bottom: 30px;
    }
}
@media (max-width: 600px) {
    .header-phone2 {
        margin-bottom: 25px;
    }
    .header-phone-text {
        left: 50%;
        transform: translateX(-50%);
        bottom: -24px;
    }
    .header-phone2 .header-phone {
        margin-top: 0;
        width: 100%;
    }
    .header-phone-wrap {
        margin-top: 20px;
        gap: 15px;
    }
}

.footer__policy {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2;
}

.footer__policy a {
    color: inherit;
    text-decoration: underline;
}

.form-privacy {
    margin-top: 14px;
}

.form-privacy__label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.35;
    color: #f26723;
}
.section.form-section .form-privacy__label {
    color: #fff;
}
.section.form-section .form-privacy__label a {
    color: #fff;
}

.form-privacy__label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    flex: 0 0 16px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: auto;
    background: transparent;
    accent-color: #e95f14;
}

.form-privacy__label a {
    text-decoration: underline;
    color: #f26723;
}

.form-privacy .form-error {
    margin-left: 26px;
}

/* Privacy checkbox inside popup forms */
.form-popup__item.form-privacy:last-of-type {
    min-height: 40px;
    margin-bottom: 20px;
}

.form-popup__item.form-privacy:last-of-type .form-privacy__label span {
    display: block;
    text-align: left;
}
