/*Блок Преимущества*/
#rec409795856 .t853__container {
    padding-bottom: 30px !important;
    transition: all linear 0.2s;
}

#rec409795856 .t853__col {
    padding: 16px;
    border-radius: 8px;
    transition: all linear 0.2s;
}

#rec409795856 .t853__col:hover {
    -webkit-box-shadow: 0px 1px 2px rgb(38 38 38 / 4%), 0px 12px 24px rgb(38 38 38 / 16%);
    -moz-box-shadow: 0px 1px 2px rgb(38 38 38 / 4%), 0px 12px 24px rgb(38 38 38 / 16%);
    box-shadow: 0px 1px 2px rgb(38 38 38 / 4%), 0px 12px 24px rgb(38 38 38 / 16%);
    transition: all linear 0.2s;
}

@media screen and (max-width: 640px) {
   #rec409795856 .t853__col {
        -webkit-box-shadow: 0px 1px 2px rgb(38 38 38 / 4%), 0px 12px 24px rgb(38 38 38 / 16%);
        -moz-box-shadow: 0px 1px 2px rgb(38 38 38 / 4%), 0px 12px 24px rgb(38 38 38 / 16%);
        box-shadow: 0px 1px 2px rgb(38 38 38 / 4%), 0px 12px 24px rgb(38 38 38 / 16%);
        transition: all linear 0.2s;
    }
    #rec409795856 .t853__container {
        padding-bottom: 30px !important;
        transition: all linear 0.2s;
    }
}