@media only screen and (min-width: 1200px)  {

.container {
  max-width: 1200px; }



.mobile-icon {
  display: none; }

.mainnav {
  background: none;
  position: static;
  display: flex;
  /*margin-left: 15px;*/ }
.mainnav>li {
  position: relative; }
.mainnav>li:hover {}
.mainnav>li>a {
  display: inline-flex;
  align-items: center;
  height: 45px;
  border-radius: 22.5px; 
  padding: 0 25px;
  background: #fff; }
.mainnav>li:hover>a {
  background: #f1e3c8; }

.mainnav>li>a>.fa {
  margin-left: 5px; }

.mainnav li:hover>.subnav {
  max-height: 100vh; }

.subnav {
  top: 100%;
  right: 0;
  max-height: 0;
  overflow: hidden;
  transition-delay: .5s;
  transition: max-height .35s ease-out;
  width: 250px;
  background: #f1e3c8;
  border-radius: 22.5px; 
  margin-top: 5px;  
  position: absolute;  
  z-index: 10; }
.subnav li {
  margin: 10px 25px; }
.subnav li a:hover {
  text-decoration: underline; }


.hory-logo {
  width: auto; }

.sp-pata {
  flex-direction: row; }
.sp-left {
  width: 42%;
  order: 1; }
.sp-center {
  width: 16%;
  order: 2; }
.sp-right {
  width: 42%;
  order: 3; }
.sp-left a,
.sp-right a {
  margin-bottom: 0; }

.galerie li {
  width: 16.66%; }

.front-nabidka li {
  width: 25%; }

.float-right {
  max-width: 50%;
  float: right; }
.float-right img {
  margin-left: 20px; }

}