.ctn-popin{
   visibility: hidden;
   display: flex;
   justify-content: center;
   align-items: center;
   position: fixed;
   top: 0;
   left: 0;
   height: 100vh;
   width: 100%;
   background-color: rgba(91, 91, 91, .8);
   transition: all .4s ease-in-out;
   z-index: 99;
}
.ctn-popin-bloc{
   position: relative;
   width: 745px;
   margin: auto;
   box-shadow: 0px 0px 40px #00000045;
   background-color: #fff;
   border-radius: 12px;
}
.ctn-popin-bloc .popin-head{
   position: relative;
   display: flex;
   align-items: center;
   padding: 50px 72px;
   justify-content: space-between;
   background-image: url(../wp-content/themes/stellarix/images/popin/bg-popin.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 11px 11px 0 0;
}
.ctn-popin-bloc .popin-head .popin-head-title{
   font-family: 'ClearfaceStd-Black';
   font-size: 53px;
   color: #fff;
}
.ctn-popin-bloc .popin-head .popin-head-img{
   position: absolute;
   right: 63px;
   bottom: 0;
   display: flex;
   max-width: 383px;
   margin: 0;
}
.ctn-popin-bloc .popin-body{
   margin: 40px 72px 20px 72px;
}
.ctn-popin-bloc .popin-footer{
   display: flex;
   justify-content: flex-end;
   margin: 0 72px;
   margin-bottom: 30px;
}
.ctn-popin-bloc .popin-footer p{
   margin: 0;
}
.ctn-popin-bloc .popin-footer .popin-sociaux{
   display: flex;
   margin-left: 8px;
   gap: 17px;
}
.ctn-popin-bloc .popin-footer .popin-sociaux a{
   display: block;
   transition: all .1s ease-in-out;
}
.ctn-popin-bloc .popin-footer .popin-sociaux a:hover{
   transform: scale(1.2);
}
.ctn-popin-bloc .popin-footer .icn{
   color: #707070;
   font-size: 17px;
}
.ctn-popin-bloc .popin-footer .icn.icn-twitter{
   font-size: 15px;
}
.popin-signature{
   font-family: 'ARSMaquettePro-Medium';
}
.popin-close{
   position: absolute;
   top: -40px;
   right: 0;
   color: #fff;
   z-index: 1;
   transform: scale(1);
   transition: all .2s ease-in-out;
}
.popin-close:hover{
   transform: scale(1.2);
}
.popin-close .icn-close{
   display: inline-block;
   padding: 6px;
   border-radius: 50%;
   border: 1px solid #fff;
   font-size: 10px;
}
.ctn-popin-bloc .popin-close .icn-close{
   display: inline-block;
   padding: 6px;
   border-radius: 50%;
   border: 1px solid #fff;
   font-size: 10px;
}
.popin-close .icn-close::before{
   content: "\00d7"; /* × */
   display: block;
   width: 12px;
   height: 12px;
   line-height: 12px;
   text-align: center;
   font-size: 16px;
   font-style: normal;
}
.popin-body.popin-error {
   color: #d9534f;
}

.popin-error-label {
   color: #d9534f;
   font-weight: 700;
}
.ctn-popin .popin-body.popin-error {
   color: #d9534f !important;
}
.ctn-popin .popin-body.popin-error .popin-error-label {
   color: #d9534f !important;
   font-weight: 700;
}