.popup{
    display:none;
}
.popup-lector.active, .popup-subscribe.active{
    display:block;
    margin:0 auto;
    background:url("../img/back-pop.png") no-repeat center;
    width:800px;
    height: auto;
    position:absolute;
    left:0;
    top:0;
    top:100px;
    z-index:99999;
    padding:50px;
    box-sizing:border-box;
   /* float:left;*/
    left:0;
    right:0;
    border-radius:10px;
}
.popup-lector:before.active, .popup-subscribe:before.active{
    content:"";
    left:0;
    top:0;
    width:100%;
    height: 100%;
    border:5px solid blue;
}
.popup-subscribe.active{
     background:#e5f2ff;
}
.popup-subscribe .pop-title{
    text-align:center;
    margin-bottom:20px;
}
.dim{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height: 100vh;
    background:rgba(0,0,0,0.4);
    z-index:9999;
    display:none;
}
.dim.active{
    display:block;

}
.top-part{
    float:left;
    width:100%;
}
.img-box{
    width:300px;
    float:left;
}
.img-box img{
    float:left;
    width:280px;
    height: 280px;
    border-radius:50%;
    object-fit:COVER;
}
.name-part{
    float:right;
    width:calc(100% - 350px);
    margin-top:50px;
}
.pop-title{
    float:left;
    width: 100%;
    font-size:40px;
}
.text-box{
    float:left;
    width:100%;
    margin-top:15px;
    margin-bottom:15px;
}
.text-box p{
    float:left;
    width:100%;
    font-size:16px;
    line-height: 22px;
    margin-bottom:20px;
    text-align:justify;

}
.video-wrap{
    float:left;
    width:100%;
}
.video-wrap img{
    float:left;
    width:100%;
}
.close-pop{
    position:absolute;
    top:-20px;
    right:-25px;
    background:url("../img/close.png") no-repeat center;
    width:70px;
    height: 70px;
    background-size:70px;
    cursor:pointer;
     transition: all .2s ease-in-out;
     z-index:999;
}
.close-pop:hover{
    transform: scale(1.1);
}
.subscribe-form{
    float:left;
    width:100%;

}
form{
    float:left;
    width:100%;
}
.inp-hld{
    float:left;
    width:100%;
    margin-bottom:15px;
}
.inp-hld select{
    float:left;
    width:80px;
    height: 40px;
    line-height: 40px;
    border:none;
    border-radius:10px;
    margin-right:10px;
    padding-left:10px;
    box-sizing:border-box;
}
.inp-hld label{
    float:left;
    width:100%;
    font-size:16px;
    color:#002444;
    margin-bottom:5px;
}
.inp-hld input{
    float:left;
    width:100%;
    height: 40px;
    line-height: 40px;
    padding-left:10px;
    box-sizing:border-box;
    background:#fff;
    border:none;
    border-radius:10px;
   /* -webkit-box-shadow: -16px 16px 8px -3px #CEE6FF;
    box-shadow: -16px 16px 8px -3px #CEE6FF;*/
}
.inp-hld-small{
    float:left;
    width:48%;
}
.inp-hld-small.right{
    float:right;
}
.inp-hld input.inp-small{
    width:31%;
    float:left;
    margin:0 1%;
}
.finish{
    display:inline-block;
    background:#753aa6;
    color:#fff;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding:0 30px;
    border:none;
    border-radius:30px;
    font-size:22px;
    transition: all .2s ease-in-out;
    margin-top:30px;
}
.finish:hover{
    transform: scale(1.1);
}
.modal__container {
    background-color: #e5f2ff;
    padding: 30px 15px 30px 30px;
    max-width: 700px;
    max-height: 90vh;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    z-index: 999;
}
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.white-form .inp-hld input{
    border:1px solid #753aa6 ;
    border-radius:5px;
}
.white-form .inp-hld select{
    border:1px solid #753aa6 ;
    border-radius:5px;
}
.white-form .price-title{
    float:left;
    margin-right:7px;

}
.white-form .price-quantity{
    float:left; 
    font-weight: bold;
    font-size:13px;
}
.white-form .price-total{
    float:left;
    font-size:13px;
    font-weight: bold;
    margin-left:5px;
}
.white-form .part{
    float:left;
    width:100%;
    border-bottom:1px solid #753aa6;
}
label.title{
    float:left;
    width:100%;
    font-size:22px;
    font-size:20px;
    font-weight: bold;
    margin-bottom:15px;
}
.white-form .check-span{
    border:1px solid #ccc;
}