
@charset "utf-8";
.container{width: 1220px!important;}
.bg-babyblue.page-user{background: inherit;}
.page-user .bg-white{padding-left: 0!important;padding-right: 0!important;}

@media (max-width: 1500px) {
  body:not(.nores) .container {
    width: 1220px !important;
  }
}

@media (max-width: 1280px) {
  body:not(.nores) .container {
    width: 970px !important;
  }
}

@media (max-width: 992px) {
  body:not(.nores) .container {
    width: 750px !important;
  }
}

@media (max-width: 768px) {
  body:not(.nores) .container {
    width: auto !important;
  }
}