/*body.scolllock-on {
    position: fixed;
    width: 100%;
    overflow: hidden;
}*/
#popup-march{
    font-size: 16px;
    z-index: 999999;
    --yellow: #fcee21;
    --blue: #1d3460;
}
#popup-march,
#popup-march .popup-overlay {
    width: 100%;
    height: 100%;
}
#popup-march .popup-overlay{
    background-color: rgba(0,0,0,.66);
}
#popup-march .popup-content{
    max-width: calc(100% - 30px);
    max-height: 100%;
    align-self: center;
}
#popup-march .march-default{
    width: 640px;
    height: 450px;
    padding: 0 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	background-image: url(../../../images/23/march/hero/popup-back.jpg);
	background-image: -webkit-image-set(url("../../../images/23/march/hero/popup-back.jpg") 1x, url("../../../images/23/march/hero/popup-back@2x.jpg") 2x);
}
#popup-march .march-default .popup-close{
    padding: 27px 16px 16px;
}
#popup-march .march-form form{
    width: 532px;
    margin-top: 14px;
}
#popup-march .form-field {
    padding: 8px 7px;
    flex-basis: 50%;
    flex-grow: 1;
}
#popup-march .form-field input, 
#popup-march .form-field select{
    font-size: 0.90625em;
    height: 42px;
    background-color: #fff;
    width: 100%;
    text-indent: 15px;
    border-radius: 5px;
}
#popup-march .form-field select{
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;
	background-image: url(../../../images/23/march/hero/down-arrow.png);
	background-image: -webkit-image-set(url("../../../images/23/march/hero/down-arrow.png") 1x, url("../../../images/23/march/hero/down-arrow@2x.png") 2x);
    background-size: 13px 9px;
}
#popup-march .form-field select.selected,
#popup-march .form-field input{
    color: var(--black);
}
#popup-march .form-field select,
#popup-march .form-field ::placeholder{
    opacity: 1;
    color: #cacaca;
}
#popup-march .form-action [type="submit"].button{
    font-size: 1.8125em;
    width: 285px;
    height: 69px;
    margin-top: 17px;
    border-width: 4px;
    padding: 0;
}
#popup-march .form-action [type="submit"].button[disabled]{
    opacity: 0.8;
    cursor: not-allowed;
}
#popup-march .march-thanks{
    padding: 37px 0;
    width: 572px;
    height: 341px;
}
#popup-march .march-thanks:before{
    content: '';
    display: block;
    width: 950px;
    height: 606px;
    right: 50%;
    margin-right: -385px;
    margin-top: 40px;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background-image: url(../../../images/23/march/hero/thanks-back.png);
	background-image: -webkit-image-set(url("../../../images/23/march/hero/thanks-back.png") 1x, url("../../../images/23/march/hero/thanks-back@2x.png") 2x);

}
#popup-march .march-thanks .popup-close{
    margin-right: 124px;
}
#popup-march .march-thanks .button{
    font-size: 1.8125em;
    width: 285px;
    height: 68px;
    margin-top: 13px;
    border-width: 4px;
    padding: 0;
}
#popup-march .march-thanks .loser{
    margin-bottom: auto;
}
#popup-march .march-thanks .loser .button{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 11px;
}
#popup-march .march-thanks .loser .button:first-child{
    width: 247px;
}
@media screen and (max-width: 567px){
    #popup-march .march-default{
        width: 375px;
        max-width: 100%;
        height: 500px;
    }
    #popup-march .march-default .popup-close{
        padding: 15px;
    }
    #popup-march .form-row{
        flex-direction: column;
    }
    #popup-march .form-field{
        padding: 5.5px 0;
    }
    #popup-march .form-field input, 
    #popup-march .form-field select{
        height: 40px;
    }
    #popup-march .form-action [type="submit"].button{
        height: 52px;
        font-size: 1.65625em;
    }
    #popup-march .march-thanks:before{
        width: 1000px;
        height: 638px;
    }
    #popup-march .march-thanks .popup-close {
        margin-right: 38px;
        margin-top: -30px;
    }
    #popup-march .march-thanks .button,
    #popup-march .march-thanks .loser .button:first-child, 
    #popup-march .march-thanks .loser .button{
        height: 48px;
        width: 228px;
        font-size: 1.46875em;
        border-width: 3px;
        margin-top: 20px;
    }
    #popup-march .march-thanks .loser .loser-buttons{
        flex-direction: column;
        align-items: center;
    }
}