.popup_style{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    /* width: 100%; */
    background: rgba(0, 0, 0, 0.5);
    z-index:10000;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.popup_style.active {
    opacity: 1;
    visibility: visible;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.panel, .panel_after{
    background: #E4DCD3;
    max-width: 623px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-sizing: border-box;
    padding: 56px 71px;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}
.panel.active, .panel_after.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    transition-delay: 0.4s;
}
/*}*/
/*.panel::-webkit-scrollbar-thumb {*/
/*    background: #999999;*/
/*    border-radius: 5px;*/
/*}*/
/*.panel::-webkit-scrollbar {*/
/*    width:4px;*/
/*}*/
.popup_close{
    position: absolute;
    top: 54px;
    right: 54px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 7;
}
.popup_close:before, .popup_close:after {
    background-color: #999999;
    content: '';
    height: 18px;
    left: 9px;
    position: absolute;
    top: 1px;
    width: 2px;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.popup_close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.popup_close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popup_close:hover:before{
    background-color: black;
}
.popup_close:hover:after{
    background-color: black;
}
.popup_title{
    font-family:'Hyundai Sans Head Office';
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 0.9;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    padding-bottom: 40px;
}
.popup_description{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height:1.6;
    text-align:left;
    letter-spacing: 0.02em;
    color: #000000;
    padding-bottom: 30px;
}
.form_popup input{
    background: #FFFFFF;
    height: 50px;
    width: 100%;
    padding: 11px 4px 4px 11px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.02em;
    color: #999999;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.form_popup input::placeholder{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.02em;
    color: #999999;
}
.form_popup .label_text{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.02em;
    color: #74716C;
}
.form_popup input[type*=tel]{
    margin-bottom: 21px;
}
.other_dealer{
    font-size: 14px;
    line-height: 2;
    background: transparent;
    margin: 0 auto;
    cursor: pointer;
    justify-content: center;
}
.other_dealer:hover{
    opacity: 0.8;
}
.form_popup .btn{
    max-width: 260px;
    height: 54px;
    background: #002C5E;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.9;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    width: 100%;
    margin: 0 auto;
    margin-top: 48px;
    cursor: pointer;
}
.block_dealer{
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.block_dealer.active{
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.block_dealer_new{
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.block_dealer_new.active{
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.block_dealer_text{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 23px;
}
.form_popup select{
    width: 100%;
    background: #FFFFFF;
    height: 50px;
    margin-bottom: 30px;
    border: none;
    outline: none;
    padding-left: 11px;
    padding-right: 17px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    /*line-height: 1.6;*/
    letter-spacing: 0.02em;
    color: #000000;
    background-image: url("../img/arrow_drop.svg");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 50%;
    -webkit-appearance: none;
    cursor: pointer;
}
.panel_text{
    font-family: 'Hyundai Sans Head Office';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height:2;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    letter-spacing: 0.02em;
    color: #000000;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.panel_after{
    width: 625px;
    height: 514px;
    padding: 0 81px;
}
.other_dealer span{
    position: relative;
}
.other_dealer span:before{
    position: absolute;
    content: '';
    border-bottom: 1px dashed black;
   right: 0;
    bottom: 3px;
    left: 0;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.other_dealer:hover span:before{
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    right: 0;
    left: 100%;
}