@media (max-width: 980px) {

    /* ЗАКРЫТОЕ меню — только прозрачность */
    .tmenu-mobile:not(.tmenu-mobile_opened),
    .tmenu-mobile:not(.tmenu-mobile_opened) .tmenu-mobile__container,
    .tmenu-mobile:not(.tmenu-mobile_opened) .t450,
    .tmenu-mobile:not(.tmenu-mobile_opened) .t450__container {
        background-color: transparent !important;
    }

    /* ОТКРЫТОЕ меню — твой цвет */
    .tmenu-mobile.tmenu-mobile_opened,
    .tmenu-mobile.tmenu-mobile_opened .tmenu-mobile__container,
    .tmenu-mobile.tmenu-mobile_opened .t450,
    .tmenu-mobile.tmenu-mobile_opened .t450__container {
        background-color: #cef0a4 !important;
    }
}
@media screen and (max-width: 640px) {

  #rec2053247721 .t-container,
  #rec2053247741 .t-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }

  #rec2053247721 .t-col,
  #rec2053247741 .t-col {
    width: calc(50% - 6px) !important;
    max-width: calc(50% - 6px) !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    box-sizing: border-box !important;
  }

  #rec2053247721 img,
  #rec2053247741 img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

}