 .product-description {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 16px;
  color: #000;
  font-family: inherit;
  line-height: 1.55;
}

.product-title {
  margin: 24px 0 16px;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.25;
  color: #003366;
}

.product-text {
  margin: 0 0 24px;
  font-size: clamp(15px, 1.6vw, 16px);
}

.product-text--spaced {
  margin-top: 32px;
}

.product-hero {
  min-height: 77px;
  background-image: url("../images/reseto4.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}

.product-list {
  margin: 0;
  padding-left: 22px;
  font-size: clamp(15px, 1.6vw, 16px);
}

.product-list li {
  padding: 6px 0;
}

.product-list--standalone {
  margin: 24px 0;
}

.product-wide-image {
  width: 100%;
  margin: 24px 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

.product-wide-image--flex-up-top {
  min-height: 130px;
  background-image: url("../images/masflexup1.jpg");
}

.product-bottom-image {
  margin-top: 24px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

.product-bottom-image--flex-up {
  min-height: 400px;
  background-image: url("../images/masflexup2.jpg");
}

/* Tablet */
@media (max-width: 768px) {
  .product-description {
    padding: 0 14px;
  }

  .product-wide-image--flex-up-top {
    min-height: 120px;
  }

  .product-bottom-image--flex-up {
    min-height: 300px;
  }

  .product-text--spaced {
    margin-top: 24px;
  }
}

/* Mobil */
@media (max-width: 480px) {
  .product-title {
    margin-top: 20px;
  }

  .product-hero {
    min-height: 56px;
    background-position: center;
  }

  .product-list {
    padding-left: 20px;
  }

  .product-list--standalone {
    margin: 20px 0;
  }

  .product-wide-image--flex-up-top {
    min-height: 95px;
  }

  .product-bottom-image--flex-up {
    min-height: 230px;
  }
}

#logoresetoframe {
margin-left: auto;
margin-right: auto;
width: 550px;
max-width: 100%;
		}

#logoreseto {
        background: transparent top center url(../images/logo-reseto.jpg) no-repeat;
background-size: contain;
        padding: 20% 0px 0px 0px;
        height: 1px;
		}
       
#dpvvyrobce h3 {font-size: 16px;
           padding: 7px; strong
           margin: 0;}

#dpvvyrobce p {font-size: 14px;
           padding: 2px; strong
           margin: 0;}

#dpvvyrobceobr {float: left;
           height: 80px;}

#ryzeceskafirmaframe {
      		}
#ryzeceskafirmaobr {background: transparent url(../images/ryzeceskafirma1.jpg) top left no-repeat;
            float: left;
        margin-right: 15px;
        background-size: contain;
        padding: 0px 0px 0px 0px;
        width: 425px;
        height: 216px;
        max-width: 100%;
        max-height: 20%;
        }  
       

/* CSS PRO GALERII NA KLIKNUTÍ */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: auto;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

.popup .hidden {
  visibility: hidden;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}