    :root {
        --acsent: #17fbc7;
    }
    .acsent-bg {background: var(--acsent);}

.popup__entrance{
    background: #FFFFFF;
    border-radius: 15px;
    width: 380px;
    padding: 45px 30px 25px 30px;
    margin-right: auto;
    margin-left: auto;
    font-family: 'IBM Plex Sans', sans-serif;
    box-sizing: border-box;
    position: relative;
}

/*.t-popup__container{*/
/*    background: transparent!important;*/
/*}*/


.popup__entrance .popup__header{
    color: #000000;
    font-size: 42px;
    font-family: 'Raleway',Arial,sans-serif;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    white-space: nowrap;
    box-sizing: border-box;
}
.popup__entrance input.radio{
    display: none;
}
.popup__entrance label{
    font-size: 20px;
    font-weight: 500;
}
.popup__entrance .radio-custom{
    position: relative;
    padding-left: 35px;
}
.popup__entrance .radio-custom:after{
    position: absolute;
    content: "";
    top: -3px;
    left: 0;
    box-sizing: border-box;
    display: inline-block;
    width: 27px;
    height: 27px;
    background-color: #fff;
    border: 8px solid #E1E1E1;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
}
.popup__entrance .entrance__type-item{
    display: inline-block;
    box-sizing: border-box;
    color: #000000;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    font-family: 'Raleway',Arial,sans-serif;
}
.popup__entrance .entrance__type-item:hover .radio-custom:after,
.popup__entrance .entrance__type-item.active .radio-custom:after{
        border: 8px solid #105CDA;
}
.popup__entrance .entrance__type{
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}
.popup__entrance .entrance__radio-type{
       display: flex;
    justify-content: space-between; 
        margin-bottom: 26px;
}
.popup__entrance .entrance__radio-type span{
    display: inline-block;
    color: rgba(0,0,0,0.7);
    font-size: 15px;
    font-family: 'Raleway',Arial,sans-serif;
    line-height: 1.5;
    font-weight: 400;
}
.popup__entrance .popup__btn{
    font-weight: 600;
    color: #fff;
    font-size: 17px;
    background-color: #005fe0;
    border-radius: 30px;
    padding: 15px 23px;
    width: 100%;
    display: inline-block;
    text-align: center;
    border: none;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
    margin-bottom: 18px;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    font-family: 'Raleway',Arial,sans-serif;
    box-sizing: border-box;
}
.popup__entrance .popup__btn:hover{
      box-shadow: 0 10px 10px rgba(0,0,0,0.22);
}
.popup__entrance .popup__comment{
    text-align: center;
    color: rgba(0,0,0,0.7)!important;
    font-size: 13px;
    font-family: 'Raleway',Arial,sans-serif;
    line-height: 1.5;
    font-weight: 400; 
}
.popup__entrance .popup__comment a{
    text-decoration: underline!important;
    color: rgba(0,0,0,0.7)!important;
}
.popup__close{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.t868 .t-popup__close{
    display: none!important;
}


.intdial-container--widget.intdial-container--block {
    width: 100%!important;
    min-width: 100%!important;
    max-width: 100%!important;
}

.intdial-widget__image img {
    object-fit: cover!important;
}

@media screen and (max-width: 480px){
   .popup__entrance{
       width: 280px;
       padding: 45px 20px 25px 20px;
   } 
   .popup__entrance .popup__header{
       font-size: 30px!important;
   }
   .popup__entrance .entrance__type-item{
       font-size: 18px!important;
   }
   .popup__entrance .entrance__radio-type span{
       font-size: 12px!important;
   }
   .t-popup{
       padding: 0!important;
   }
}
