/*@media (max-width: 980px) {
 .header .top-line {
 flex-direction: column;
 display: flex;
 justify-content: center;
 align-items: center;
 padding-bottom: 30px;
 }
 .header .top-line .left-side {
 margin-left: 0;
 }
 .header .top-line .left-side {
 display: flex;
 }
 .header .top-line .right-side {
 margin-right: 0;
 }
 }*/
body {
  min-width: 1024px; }

@media (max-width: 1250px) {
  .header .top-line .right-side #cart {
    width: 205px; }

  .header .top-line .right-side .registration {
    margin-right: 20px; }

  .header .top-line {
    display: flex; }

  .header .top-line .right-side {
    flex: 0 0 445px; }

  .header .top-line .left-side {
    flex: 1 0 0;
    display: flex;
    margin-left: 20px; }

  .header .top-line .left-side .site-name {
    width: 250px; } }
