/*popup*/
    .t-popup__container .t-text {
    font-family: 'Mulish', Arial, sans-serif;
    font-weight: 300;
    color: white;
}
    .t-popup__container .t-descr {
    font-family: 'Mulish', Arial, sans-serif;
    font-weight: 300;
    color: white;
}
    .t-popup__container .t-input-group_rd .t-radio__item {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline;
    margin-right: 10px;
    gap: 10px;
    width: 100%;
}
    .t-popup__container .t-input-block:not(.t-input-block_rd-flex) .t-radio__control {
    width: 33%;
}
    .t702 .t-datepicker__wrapper {
    max-width: 500px !important;
}
    .t702 .t-input-group {
    margin-bottom: 10px;
}


/*табы*/
    .t395__tab {
        border-radius: 1000px !important
    }
    .t395__wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 6px;
}
    .t395__tab_active:after {
    width: 0px !important;
    top: -1px;
    right: -1px;
    bottom: -1px;
    background-color: #d3339f !important;
}

/*faq*/
    .t668__wrapper {
    background-color: #fff;
    border-radius: 40px;
}


/*тени*/
    .shadowbtn {
        box-shadow: 0px -20px 50px 0px rgba(93, 179, 224, 0.30), 0px 10px 50px 0px rgba(3, 151, 250, 0.50);
        border-radius: 10000px;
    }
    .whiteshapeshadow {
        box-shadow: -3px -6px 0px 0px #ED43B6, 3px 6px 0px 0px #20B2FF;
        border-radius: 10000px;
    }
    .whiteshapeshadow1 {
        box-shadow: -3px -6px 0px 0px #ED43B6, 3px 6px 0px 0px #20B2FF;
        border-radius: 30px;
    }


