@media screen and (max-width: 960px){
.t817__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.t817__wrapper_mobile { display: none;}
.t817__tab {
    width: calc(100%/3);
    display: flex;
    justify-content: center;
    align-items: center;
}
.t817__title { padding: 10px 15px !important;}
}
@media screen and (max-width: 460px){
    .t817__tab {width: calc(100%/2);}      
}
.t817__tab {box-shadow: 0 0 0 1px #f6f6f6;}



    .t975, .t456, .t446 {
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
/* Img Radius on site */
.t-bgimg {
    border-radius: 20px;
}
.t500__bgimg {
    border-radius: 0px;
}

/*Popup Style*/

.t702 .t702__wrapper {
        padding: 60px 60px;
}
@media screen and (max-width: 460px){
    .t702 .t702__wrapper {
        padding: 30px 30px;
    }      
    .t702__title {
        font-size: 28px;
    }
}

.t-popup__container {
    border-radius: 20px;
}

input, .t-input, t-input-phonemask__select-code  {
    font-size: 18px;
    
}


/*HEADER FIX*/

@media screen and (max-width: 980px) {
    .t446__additionalwrapper {
    padding: 0px;
    }

    .t446__logowrapper {
        padding: 0px;
    }
    
    .t446__right_buttons {
        padding: 0px;
        padding-bottom: 20px;
    }
}


/* Cover radius */

/*.t396 {*/
/*    margin: 100px 80px;*/
/*}*/

/*.t396__artboard {*/
/*  background: #000;*/
/*  border-radius: 32px;*/
/*}*/
/*@supports (mask-image: paint(smooth-corners)) {*/
/*  .t396__artboard.is-loaded {*/
/*    border-radius: 0;*/
/*    mask-image: paint(smooth-corners);*/
/*    --smooth-corners: 10;*/
/*  }*/
/*}*/

