/* Десктоп */
@media (min-width: 1200px) {
    #nav2432018901 .t-menu-base__maincontainer {
        max-width: 1920px;      /* можешь изменить */
        margin: 0 auto;
        padding-left: 80px;
        padding-right: 80px;
        box-sizing: border-box;
    }
}

/* Планшеты */
@media (min-width: 768px) and (max-width: 1199px) {
    #nav2432018901 .t-menu-base__maincontainer {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* Телефоны */
@media (max-width: 767px) {
    #nav2432018901 .t-menu-base__maincontainer {
        padding-left: 20px;
        padding-right: 20px;
    }
}


  #rec2449161561 {
    background-color: #ffffff !important;
    border-radius: 30px 30px 0 0 !important;
    overflow: hidden;
  }
  
  #rec2452363321 {
    background-color: #ffffff !important;
    border-radius: 0 0 30px 30px !important;
    overflow: hidden;
  }
  
  #rec2468621301 {
    background-color: #ffffff !important;
    border-radius: 30px 30px 0 0 !important;
    overflow: hidden;
  }
  
  #rec2504396621 {
    background-color: #ffffff !important;
    border-radius: 30px 30px 0 0 !important;
    overflow: hidden;
  }
  
  #rec2504435251 {
    background-color: #ffffff !important;
    border-radius: 0 0 30px 30px !important;
    overflow: hidden;
  }
  
  body {
    background-color: #1c1c1c !important;
  }

