@media only screen and (min-width: 992px)  {

.brand img {
  max-height: 110px; }

.container {
  max-width: 992px; }

.propiska-info {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.spl {
  order: 1;
  width: 15%; }
.sps {
  order: 2;
  width: 70% }
.spr {
  order: 3;
  width: 15%; }

h2.icon:before {
  background: center center no-repeat;
  background-size: cover;
  margin-left: 50px;
  content: '';
  border-radius: 1000px;
  width: 400px;
  height: 400px;
  float:right; }

.form-objednavka {
  justify-content: space-between;
  flex-direction: row; }
.form-vlevo {  
  width: 48%; }

.form-vpravo {
  width: 48%; }


h2.icon-kontakt:before {
  background-image: url('/files/drevene-magnetky_ilustrace_4.jpg'); }

h2.icon-ukazky:before {
  background-image: url('/files/drevene-magnetky_ilustrace_3.jpg'); }

h2.icon-oprojektu:before {
  background-image: url('/files/drevene-magnetky_ilustrace_2.jpg'); }

h2.icon-titulka:before {
  background-image: url('/files/drevene-magnetky_ilustrace_1.jpg'); }

.front-nabidka li {
  width: 33.33%; }

.galerie li {
  width: 20%; }

}