@media only screen and (max-width: 992px) {
  .p_gallery_see_more {
    display: none;
  }
}
@media only screen and (min-width: 993px) {
  .p_gallery_see_more {
    grid-column: 1 / -1;
    text-align: center;
  }
  .p_gallery_see_more b {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 2px solid #d0d5db;
    border-radius: 50%;
    cursor: pointer;
  }
  .p_gallery_see_more b:hover {
    border: 2px solid #000000;
    background: #d0d5db;
  }
  .p_gallery_see_more ~ div {
    display: none;
  }
}
.extra-sekce-light,
.extra-sekce-gray {
  padding: 64px 0;
}
.extra-sekce-light h2,
.extra-sekce-gray h2 {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 16px 0;
}
.extra-sekce-light {
  padding: 64px 0;
  text-align: center;
}
.extra-sekce-gray {
  background-color: #f3f4f6;
  margin-right: -20px;
  margin-left: -20px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1201px) {
  .extra-sekce-gray {
    margin-right: -55px;
    margin-left: -55px;
    padding-right: 55px;
    padding-left: 55px;
  }
}
@media (min-width: 1310px) {
  .extra-sekce-gray {
    margin-right: calc(600px - 50dvw);
    margin-left: calc(600px - 50dvw);
    padding-right: calc(-600px + 50dvw);
    padding-left: calc(-600px + 50dvw);
  }
}
#proc-zamilujete {
  text-align: center;
}
#proc-zamilujete div {
  display: inline-block;
  margin: 32px 16px;
  width: 256px;
}
#proc-zamilujete i {
  display: block;
  margin: 0 auto 16px auto;
  font-size: 24px;
  line-height: 64px;
  width: 64px;
  background-color: #e6e7eb;
  border-radius: 50%;
  font-style: normal;
}
#proc-zamilujete b {
  display: block;
  font-size: 18px;
}
#proc-zamilujete p {
  color: #4b5564;
}
#z-dilny {
  display: grid;
}
#z-dilny img {
  border-radius: 16px;
}
#z-dilny blockquote {
  margin: 0 0 24px 0;
  color: #374151;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
}
#z-dilny cite {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
#z-dilny p {
  line-height: 26px;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  #z-dilny {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media only screen and (min-width: 993px) {
  #z-dilny {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
  }
}
#content #co-se-vejde {
  display: grid;
}
@media only screen and (max-width: 992px) {
  #content #co-se-vejde {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media only screen and (min-width: 993px) {
  #content #co-se-vejde {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
  }
}
#content #co-se-vejde img {
  border-radius: 16px;
  display: block;
  width: 355px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#content #co-se-vejde p {
  font-size: 18px;
  max-width: 355px;
  margin: 18px auto;
}
#content #co-se-vejde i {
  display: inline-block;
  margin-right: 16px;
  font-style: normal;
}
#content #co-se-vejde .params {
  grid-column: 1 / -1;
  background: #fff;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 #00000023;
  border-radius: 8px;
  padding: 32px;
  margin: 48px 0 0 0;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  color: #5e5c69;
}
@media only screen and (min-width: 600px) {
  #content #co-se-vejde .params {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1000px) {
  #content #co-se-vejde .params {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#content #co-se-vejde .params b {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #000;
}
#pece {
  max-width: 672px;
  margin: 0 auto;
}
#pece h2 {
  margin-bottom: 40px;
}
#pece div {
  font-size: 16px;
  text-align: left;
  margin: 8px 0;
}
#pece i {
  display: inline-block;
  margin: 4px 12px 0 0;
  font-style: normal;
}
#co-rikaji {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 600px) {
  #co-rikaji {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1000px) {
  #co-rikaji {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#co-rikaji div {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 #00000023;
  padding: 24px;
  display: grid;
  gap: 16px;
  grid-template-columns: 48px 1fr;
}
#co-rikaji img {
  height: 48px;
  width: auto;
  border-radius: 50%;
}
#co-rikaji cite {
  display: inline-block;
  line-height: 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
#co-rikaji blockquote {
  grid-column: 1 / -1;
  color: #374151;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin: 0;
}
#ikonky {
  text-align: center;
}
#ikonky div {
  display: inline-block;
  margin: 32px 16px;
  width: 192px;
}
#ikonky i {
  display: block;
  margin: 0 auto 12px auto;
  font-size: 36px;
  line-height: 40px;
  width: 40px;
  font-style: normal;
}
#ikonky b {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
#ikonky p {
  margin: 0;
  color: #4b5564;
}
