#popup-nov{
    font-size: 16px;
    z-index: 999999;
    --blue: #1d3460;
    --gray: #9d9c9c;
}
#popup-nov .popup-overlay{
    background-color: rgba(0,0,0,.66);
}
#popup-nov .popup-content {
    width: 601px;
    max-height: 100%;
    height: 445px;
    padding: 0 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background-image: url(../../../images/23/nov/hero/popup-back.png);
	background-image: -webkit-image-set(url("../../../images/23/nov/hero/popup-back.png") 1x, url("../../../images/23/nov/hero/popup-back@2x.png") 2x);
    overflow: hidden;
}
#popup-nov .popup-content .popup-close{
    padding: 16px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
#popup-nov .nov-default img.girl {
    bottom: -220px;
    left: -30px;
}
#popup-nov .nov-default img.pinguin {
    bottom: -75px;
    right: -70px;
}
#popup-nov .button{
    width: 200px;
    height: 45px;
    margin-top: 18px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    border-width: 0;
    border-radius: 0;
}
#popup-nov .nov-form {
    margin-top: 30px;
}
#popup-nov .nov-form p {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}
#popup-nov .nov-form form{
    width: 510px;
    margin-top: 18px;
}
#popup-nov .form-field {
    padding: 7.5px 12.5px;
    flex-basis: 50%;
    flex-grow: 1;
}
#popup-nov .form-field input,
#popup-nov .form-field select{
    font-size: 0.875em;
    height: 42px;
    background-color: #fff;
    width: 100%;
    text-indent: 16px;
    z-index:9;
    position:relative;
}
#popup-nov .form-field select{
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
	background-image: url(../../../images/23/nov/hero/down-arrow.png);
	background-image: -webkit-image-set(url("../../../images/23/nov/hero/down-arrow.png") 1x, url("../../../images/23/nov/hero/down-arrow@2x.png") 2x);
    background-size: 11px 7px;
}
@-moz-document url-prefix() {
    #popup-nov .form-field select {
       text-indent: 8px;
    }
}
#popup-nov .form-field select.selected,
#popup-nov .form-field input{
    color: var(--black);
}
#popup-nov .form-field select,
#popup-nov .form-field ::placeholder{
    opacity: 1;
    color: #262626;
}
#popup-nov .form-action [type="submit"].button[disabled]{
    opacity: 0.8;
    cursor: not-allowed;
}
#popup-nov .nov-thanks > div {
    margin-top: 35px;
}
#popup-nov .nov-thanks p.t1 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}
#popup-nov .nov-thanks p.t2 {
    margin-top: 15px;
    margin-bottom: 0;
}
#popup-nov .nov-thanks .button {
    margin-top: 5px;
}
#popup-nov .nov-thanks .guys {
    bottom: 0;
    margin-left: 20px;
}
@media screen and (min-width:1200px){
}
@media screen and (max-width: 991px){
}
@media screen and (max-width: 567px){
    #popup-nov .popup-content{
        width: 375px;
        height: 550px;
    }
    #popup-nov .popup-content .popup-close{
        padding: 14px 13px;
    }
    #popup-nov .button{
        margin-top: 20.5px;
        margin-bottom: 70px;
    }
    #popup-nov .nov-form {
        margin-top: 0;
        align-self: center;
    }
    #popup-nov .nov-form form{
        margin-top: 17px;
    }
    #popup-nov .form-row{
        flex-direction: column;
    }
    #popup-nov .form-field{
        padding: 5.5px 0;
    }
    #popup-nov .form-field input,
    #popup-nov .form-field select{
        height: 37px;
        font-size: 0.75em;
    }
    #popup-nov .nov-default img.girl {
        left: -10px;
        width: 108px;
        height: auto;
    }
    #popup-nov .nov-default img.pinguin {
        right: -70px;
        width: 144px;
        height: auto;
    }
    #popup-nov .nov-thanks .button{
        margin: 19px 0 0;
    }
    #popup-nov .nov-thanks .thanks-2 {
        margin-bottom: -20px;
        transform: translateX(-25px);
    }
}
@media screen and (max-width: 414px) and (max-height: 700px){
}