/*Hide big red block about error in all forms*/
.t-form__errorbox-middle,
.t-form__errorbox-bottom {
    display: none !important;
}

body {
    margin-top: 90px !important;
}

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

.t774__wrapper {
    box-shadow: 1px 4px 9px rgb(48 66 117 / 13%);
}

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

.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) {
    .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;
    }
    .t853__container {
        padding-bottom: 30px !important;
        transition: all linear 0.2s;
    }
    .t853 .t-section__title {
        width: 320px;
        margin: auto;
    }
    .t853__container.t853__container_mobile-flex {
        display: flex;
        gap: 16px !important;
        padding: 32px 16px !important;;
    }   
}

@media screen and (max-width: 1200px) {
    .t853__container {
        max-width: initial !important;
    }
}

.t702__img {
    height: 260px;
}

/*Блок Скидка с формой*/
@media screen and (max-width: 640px) {
    body {
        margin-top: 60px !important;
    }

    .t712__wrapper {
        padding: 60px 0;
    }   
}