#popup-july-xmas{
    font-size: 16px;
    z-index: 999999;
    --gray: #a1a1a1;
    --red: #ed1c24;
    --focus-border: #000;
    --focus-color: #79797B;
    --error-border: #E32E22;
    --error-color: #E32E22;
}
#popup-july-xmas .popup-overlay{
    background-color: rgba(0,0,0,.66);
}
#popup-july-xmas .popup-content{
    width: 581px;
    height: 404px;
    padding: 0 24px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../../../images/popups/25/july-xmas/back.jpg);
    background-image: -webkit-image-set( url("../../../images/popups/25/july-xmas/back.jpg") 1x, url("../../../images/popups/25/july-xmas/back@2x.jpg") 2x);
}
#popup-july-xmas .popup-close{
    width: 15px;
    height: 15px;
    top: 16px;
    right: 20px;
}
#popup-july-xmas .popup-close:before, 
#popup-july-xmas .popup-close:after{
    background-color: #000;
    width: 2px;
}
#popup-july-xmas .popup-inner{
    width: 100%;
}
#popup-july-xmas .popup-start .santa {
    left: -20px;
    bottom: 0;
}
#popup-july-xmas .popup-start .button{
    font-size: 1em;
    margin-top: 21px;
    width: 130px;
    height: 38px;
    padding-top: 0.2em;
}
#popup-july-xmas form{
    width: 544px;
    margin-top: 11px;
}
#popup-july-xmas .form-field {
    padding: 11px 10px;
    flex-basis: 50%;
    flex-grow: 1;
}
#popup-july-xmas .form-field label {
    left: 11px;
    font-size: 0.9375em;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 0.3em;
    transition: all 0.3s;
}
#popup-july-xmas .form-field .textarea_box label {
    margin-top: 66px;
}
#popup-july-xmas .form-field input,
#popup-july-xmas .form-field textarea,
#popup-july-xmas .form-field select{
    font-size: 0.9375em;
    height: 46px;
    background-color: #fff;
    width: 100%;
    text-indent: 11px;
    padding-top: 10px;
    border-radius: 0;
}
#popup-july-xmas .form-field select{
    background-image: none;
}
#popup-july-xmas .form-field textarea {
    height: 126px;
    padding-top: 16px;
    resize: none;
}
#popup-july-xmas .form-field .select_box:after{
    content: '';
    display: block;
    width: 13px;
    height: 8px;
    position: absolute;
    right: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../../images/popups/25/july-xmas/down-arrow.png);
    background-image: -webkit-image-set( url("../../../images/popups/25/july-xmas/down-arrow.png") 1x, url("../../../images/popups/25/july-xmas/down-arrow@2x.png") 2x);
    background-size: cover;
    pointer-events: none;
}
@-moz-document url-prefix() {
    #popup-july-xmas .form-field select {
       text-indent: 5.5px;
    }
}
#popup-july-xmas .form-field select.selected,
#popup-july-xmas .form-field input{
    color: var(--black);
}
#popup-july-xmas .form-field select,
#popup-july-xmas .form-field ::placeholder{
    opacity: 1;
    color: #262626;
}
#popup-july-xmas .form-field input:-internal-autofill-selected,
#popup-july-xmas .form-field input:-webkit-autofill,
#popup-july-xmas .form-field input:-webkit-autofill:focus {
    background-color: #fff !important;
    transition: background-color 0s 600000s, color 0s 600000s !important;
}
#popup-july-xmas .form-action [type="submit"].button {
    width: 106px;
    height: 39px;
    padding: 0.2em 0 0;
    margin-top: 0;
    background-color: #000;
	border-radius: 20px;
	font-size: 1em;
}
#popup-july-xmas .form-action [type="submit"].button[disabled]{
    opacity: 0.8;
    cursor: not-allowed;
}

#popup-july-xmas .form-field .select_box.focused:after {
    transform: scaleY(-1);
}
#popup-july-xmas .form-field .focused label,
#popup-july-xmas .form-field .has-value label {
    font-size: 0.84375em;
    margin-top: calc(-2.9em + 24px);
    color: var(--focus-color);
}
#popup-july-xmas .form-field .textarea_box.focused label, 
#popup-july-xmas .form-field .textarea_box.has-value label {
    margin-top: 8px;
}
#popup-july-xmas .form-field .focused select,
#popup-july-xmas .form-field .focused textarea,
#popup-july-xmas .form-field .focused input{
    border-color: var(--focus-border);
    border-width: 2px;
}
#popup-july-xmas .form-field .validation-error:before,
#popup-july-xmas .form-field .incomplete-mask:before {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    z-index: 2;
    right: 16px;
    background-repeat: no-repeat;
    background-position: center;
	background-image: url(../../../../../../images/error.png);
	background-image: -webkit-image-set(url("../../../../../../images/error.png") 1x, url("../../../../../../images/error@2x.png") 2x);
    background-size: cover;
    pointer-events: none;
}

#popup-july-xmas .form-field .validation-error select,
#popup-july-xmas .form-field .validation-error textarea,
#popup-july-xmas .form-field .validation-error input,
#popup-july-xmas .form-field .incomplete-mask input{
    border-color: var(--error-border);
    border-width: 2px;
}
#popup-july-xmas .form-field .validation-error label,
#popup-july-xmas .form-field .incomplete-mask label{
    color: var(--error-color);
}
#popup-july-xmas .form-field .form-field-error {
    bottom: -1.5em;
    left: 2em;
    font-size: 0.5em;
}
#popup-july-xmas .popup-thanks .button{
    color: #fff;
    background-color: #000;
    font-size: 1em;
    padding: 0.2em 0 0;
    width: 179px;
    height: 39px;
    border-radius: 20px;
    margin: 18px auto 0;
}
#popup-july-xmas .popup-thanks .santa {
    left: -69px;
    bottom: -11px;
}
@media screen and (max-width: 567px){
    #popup-july-xmas .popup-content{
        height: 580px;
        max-width: 100%;
    }
    #popup-july-xmas .form-row{
        flex-direction: column;
        padding: 0 15px;
        position: relative;
        z-index: 1;
    }
    #popup-july-xmas .form-field {
        padding: 6px 0;
    }
    #popup-july-xmas .form-field input,
    #popup-july-xmas .form-field select{
        background-color: #fff;
    }
    #popup-july-xmas .popup-default p{
        font-size: 2em;
    }
    #popup-july-xmas .popup-thanks p.sofia-black{
        font-size: 1.6em;
    }
}