.content {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
}

.regul {
  width:100%;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 1.0em;
  text-align: left;
}

.k3-container:after,.k3-container:before{content:"";display:table;clear:both}


.III-czesc{float:left; width:33.33333% ; padding-left: 1em; padding-top:20px}

.header__menu {
  display: none;
}

.hero, .top-news, .scores, .weather, .recent-news, .I- {
  order: 10;
}

@media screen and (max-width: 640px) {
	
.III-czesc {float:left;width:100%}

  .header__logo {
    height: 60px;
    margin-right: 0.2em;
  }
  .header__title {
    margin-left: 0;
	line-height: 42px;

    font-size: 2em;
    vertical-align: bottom; 
  }
  
    .scores {
    order: 1;
  }
  .nav {
    z-index: 2;
    background-color: #fff;
    width: 300px;
    position: absolute;
    /* This trasform moves the drawer off canvas. */
    -webkit-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
    /* Optionally, we animate the drawer. */
    transition: transform 0.3s ease;
  }
  .nav.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .nav__item {
    display: list-item;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    text-align: left;
  }
  .header__menu {
    display: inline-block;
    position: absolute;
	top: 0;
    right: 0;
    padding: 1.2em;
  }
  .header__menu svg {
    width: 32px;
    fill: #E0E0E0;
  }
}

@media screen and (min-width: 641px) {
  .hero {
    order: 0;
    width: 50%;
  }
  .weather {
    order: 1;
    width: 50%;
  }
  
    .scores {
    order: 2;
  }
  .header__logo {
    height: 115px;
    margin-right: 0.1em;
  }
  .header__title {
	  font-weight: 200;
    margin-left: 0;
    font-size: 2,5em;
    vertical-align: center; 
  }
}

@media screen and (min-width: 730px) {
  .hero {
	  order: 0;
    width: 50%;
  }
  
    .header__logo {
    height: 150px;
    margin-right: 0.2em;
  }
  .top-news {
    order: 4;
    width: 100%;
  }
  .scores {
    order: 3;
    width: 80%;
  }
  .weather {
    order: 2;
  }
}

@media screen and (min-width: 940px) {
  main, .header__inner, .nav, .content {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
    .scores {
    width: 60%;
  }
  
}