/*accardion*/
    
    .t668 {
        zoom: 1.586;
    }
    
    .t668__wrapper {
        border-radius: 32px;
        border: 1px solid #303030;
    }
    
    .t668__wrapper:hover {
        border: 1px solid #C7F030;
    }
    
    .t668__circle {
        border-radius: 12px!important;
        width: 36px;
        height: 36px;
    }
    
    .t668__icon {
        width: auto;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .t668__lines {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
    }
    
/*-----*/
    /*dialow windows*/
    .t-popup__block-close {
        top: 20px;
        right: 30px;
        background: black;
        border-radius: 50%;
    }
    .t-popup__container {
        border-radius: 32px;
        border: 1px solid #303030;
    }
    .t-checkboxes__wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    
    .t-input:hover {
        border: 1px solid #C7F030!important;
    }
    .t-input:focus {
        border: 1px solid #C7F030!important;
    }


@media screen and (max-width: 480px) {

/*accardion*/

    .t668 {
        zoom: 1.219;
    }
    .t668__wrapper {
        border-radius: 24px; 
    }
    
    
    
    .t668__trigger-button {
        padding: 15px 26px 10px 20px !important;
    }
    
    #rec688636761 .t668__text {
        font-size: 15px!important;
    }
    .t-col {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
/*-----*/
    