
#popup1 {
    padding: 36px;
    max-width: 520px;
    background: #F9FAFB;
}

.popup__title {
    padding-bottom: 27px;
    border-bottom: 1px dashed rgba(196, 196, 196, 0.48);
    margin-bottom: 20px;
}

.popup__info {
    line-height: 16px;
    letter-spacing: 0.008em;
    color: #BB8E34;
    max-width: 235px;
    padding-top: 15px;
}

.popup__name {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.008em;
    text-transform: uppercase;
    color: #BB8E34;
}

#popup1 .callback__form {
    max-width: 100%;
    width: 100%;
}

#popup1 .form__info {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.008em;
    color: rgba(34, 47, 60, 0.75);
    margin-bottom: 15px;
}

#popup1 input#name {
    width: 100%;
}


#popup1 input#number,
#popup1 input#email {
    width: 48%;
}

#popup1 input,
#popup1 textarea {
    border: none;
    color: rgba(121, 135, 151, 0.55);
    background: #FFFFFF;
}

#popup1 .form-field.field__message {
    max-width: 100%;
    padding-top: 22px;
    border-top: 1px dashed rgba(196, 196, 196, 0.48);
}

#popup1 .form__controls span {
    max-width: 280px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    /* display: flex;
    align-items: center; */
    letter-spacing: 0.008em;
    color: rgba(63, 70, 78, 0.5);
}


#popup1 button.fancybox-button.fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 25px;
    top: 35px;
}

#popup1 button.fancybox-button.fancybox-close-small::after {
    position: absolute;
    content: 'закрыть';
    top: 50%;
    transform: translate(0, -50%);
    right: calc(100% - 10px);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.008em;
    text-transform: uppercase;
    color: rgba(63, 70, 78, 0.5);
}

#send_done .send__text {
    font-size: 36px;
    color: #465446;
    font-weight: bolder;
}

.fancybox__content>.carousel__button.is-close {
    top: 52px;
    right: 36px;
    width: 10px;
    height: 10px;
    color: #32323282;
    box-shadow: none;
}

.fancybox__content>.carousel__button.is-close::after {
    position: absolute;
    content: 'закрыть';
    right: 14px;
    top: 50%;
    transform: translate(0, -50%);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.008em;
    text-transform: uppercase;
    color: rgba(63, 70, 78, 0.5);
}

.carousel__button {
    box-shadow: none;
}


#send_done .carousel__button {
    display: none;
}