body main .content .items:not(.reviews) {
  border-radius: 1.875rem;
  margin: 1.25rem 0.75rem;
  padding: 3rem 2rem;
}
@media (max-width: 60rem) {
  body main .content .items:not(.reviews) {
    padding: 1.5rem 1rem;
  }
}
body main .content .items:not(.reviews) h1 {
  text-align: center;
  font-size: 3.25rem;
  font-weight: 800;
}
body main .content .items:not(.reviews) h1 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
@media (max-width: 60rem) {
  body main .content .items:not(.reviews) h1 {
    font-size: 1.5rem;
  }
}
body main .content .items:not(.reviews) .items-frame {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
}
body main .content .items:not(.reviews) .items-frame button.arrow {
  background: none;
  font: inherit;
  font-size: 1.75rem;
  font-weight: 800;
  color: #36C088;
  padding: 0.25rem;
  border: none;
  display: block;
}
body main .content .items:not(.reviews) .items-frame button.arrow.left {
  transform: rotate(180deg);
}
@media (max-width: 60rem) {
  body main .content .items:not(.reviews) .items-frame button.arrow {
    display: block;
  }
}
body main .content .items:not(.reviews) .items-frame .items-scroll {
  width: 100%;
  overflow-x: hidden;
}
body main .content .items:not(.reviews) .items-frame .items-scroll .items-flex {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin: 3rem 0.5rem;
  transition: 0.2s;
}
@media (max-width: 60rem) {
  body main .content .items:not(.reviews) .items-frame .items-scroll .items-flex {
    margin: 2rem 0rem;
  }
}
body main .content .items:not(.reviews) .items-frame .items-scroll .items-flex a, body main .content .items:not(.reviews) .items-frame .items-scroll .items-flex a * {
  text-decoration: none;
  color: inherit;
  font: inherit;
}
body main .content .items:not(.reviews) .items-frame .items-scroll .items-flex .item img {
  width: 13.625rem;
  margin: auto 2rem;
  display: block;
}
@media (max-width: 60rem) {
  body main .content .items:not(.reviews) .items-frame .items-scroll .items-flex .item img {
    width: 8rem;
  }
}
body main .content .items:not(.reviews) .items-frame .items-scroll .items-flex .item p {
  width: -moz-fit-content;
  width: fit-content;
}
body main .content .items:not(.reviews) a.btn {
  margin: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
body main .content .items:not(.reviews).green {
  background: rgba(22, 182, 117, 0.09);
}
body main .content .items:not(.reviews).green h1 {
  color: #16B675;
}
body main .content .items:not(.reviews).red {
  background: rgba(232, 80, 91, 0.09);
}
body main .content .items:not(.reviews).red .items-frame button.arrow {
  color: #008FC6;
}
body main .content .items:not(.reviews).red .items-frame .items-scroll .items-flex {
  justify-content: space-evenly;
}
body main .content .items:not(.reviews).red .items-frame button.arrow {
  color: #E8505B;
}
body main .content .items:not(.reviews).red h1 {
  color: #E8505B;
}
body main .content .items:not(.reviews).blue {
  background: rgba(0, 143, 198, 0.09);
}
body main .content .items:not(.reviews).blue .items-frame button.arrow {
  color: #008FC6;
}
body main .content .items:not(.reviews).blue .items-frame .items-scroll .items-flex {
  justify-content: space-between;
}
body main .content .items:not(.reviews).blue .items-frame .items-scroll .items-flex .item img {
  width: 5rem;
}
@media (max-width: 60rem) {
  body main .content .items:not(.reviews).blue .items-frame .items-scroll .items-flex .item img {
    width: 10rem;
  }
}
body main .content .items:not(.reviews).blue h1 {
  color: #008FC6;
}
body main .content .items:not(.reviews).orange {
  background: rgba(255, 173, 0, 0.09);
}
body main .content .items:not(.reviews).orange .items-frame button.arrow {
  color: #FFAD00;
}
@media (max-width: 60rem) {
  body main .content .items:not(.reviews).orange .items-frame .items-scroll {
    margin: auto;
  }
}
body main .content .items:not(.reviews).orange .items-frame .items-scroll .items-flex {
  justify-content: space-between;
}
@media (max-width: 60rem) {
  body main .content .items:not(.reviews).orange .items-frame .items-scroll .items-flex {
    align-items: flex-start;
  }
}
body main .content .items:not(.reviews).orange .items-frame .items-scroll .items-flex .item {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 0 0.25rem;
  width: 26rem;
}
body main .content .items:not(.reviews).orange .items-frame .items-scroll .items-flex .item .text {
  padding: 0.75rem;
}
body main .content .items:not(.reviews).orange .items-frame .items-scroll .items-flex .item .text p {
  font-size: 1.25rem;
  line-height: 140%;
}
@media (max-width: 60rem) {
  body main .content .items:not(.reviews).orange .items-frame .items-scroll .items-flex .item .text p {
    font-size: 0.875rem;
    text-align: center;
  }
}
body main .content .items:not(.reviews).orange .items-frame .items-scroll .items-flex .item .text p.name {
  color: #FFAD00;
}
@media (max-width: 60rem) {
  body main .content .items:not(.reviews).orange .items-frame .items-scroll .items-flex .item .text p.name {
    font-size: 1rem;
  }
}
body main .content .items:not(.reviews).orange .items-frame .items-scroll .items-flex .item .text p.desc {
  font-size: 1rem;
  font-weight: normal;
}
@media (max-width: 60rem) {
  body main .content .items:not(.reviews).orange .items-frame .items-scroll .items-flex .item .text p.desc {
    font-size: 0.875rem;
  }
}
body main .content .items:not(.reviews).orange .items-frame .items-scroll .items-flex .item img {
  width: 4.7rem;
  margin: 0;
}
@media (max-width: 60rem) {
  body main .content .items:not(.reviews).orange .items-frame .items-scroll .items-flex .item {
    flex-flow: column;
    width: calc(100vw - 10rem);
  }
  body main .content .items:not(.reviews).orange .items-frame .items-scroll .items-flex .item img {
    width: 4rem;
  }
  body main .content .items:not(.reviews).orange .items-frame .items-scroll .items-flex .item .text {
    width: 100%;
  }
  body main .content .items:not(.reviews).orange .items-frame .items-scroll .items-flex .item .text * {
    text-align: center;
    margin: auto;
  }
}
body main .content .items:not(.reviews).orange h1 {
  color: #FFAD00;
}
body main .content .items:not(.reviews).magenta {
  background: rgba(217, 0, 97, 0.09);
}
body main .content .items:not(.reviews).magenta .items-frame button.arrow {
  color: #D90061;
}
body main .content .items:not(.reviews).magenta .items-frame .items-scroll .items-flex .item .text p.name {
  color: #D90061;
}
body main .content .items:not(.reviews).magenta h1 {
  color: #D90061;
}

body .content .product {
  border-radius: 1.875rem;
  margin: 1.25rem 0.75rem;
  padding-top: 5rem;
  height: 45.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: bottom;
}
@media (max-width: 75rem) {
  body .content .product {
    margin: 0.75rem 0.5rem;
    border-radius: 1.5rem;
    background-position-x: 30%;
    height: 30rem;
    background-position-y: 75%;
  }
}
@media (max-width: 60rem) {
  body .content .product {
    height: 28.125rem;
    padding-top: 0.7rem;
  }
}
body .content .product h1.number {
  font-size: 3.25rem;
  color: #FFFFFF;
  background: #161A41;
  border-radius: 1.313rem;
  padding: 0.75rem;
  display: inline-block;
  line-height: 100%;
  position: absolute;
  top: 5rem;
  left: 3rem;
  z-index: 1;
}
@media (max-width: 75rem) {
  body .content .product h1.number {
    font-size: 2.813rem;
    border-radius: 1rem;
  }
}
@media (max-width: 60rem) {
  body .content .product h1.number {
    font-size: 1.75rem;
    top: 1rem;
    left: 1rem;
    padding: 0.5rem;
  }
}
body .content .product div.title {
  font-size: 3.25rem;
  text-align: right;
  color: #161A41;
  font-weight: 800;
  padding: 0.5rem 0;
  padding-right: 2rem;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, #FFFFFF 70%);
}
body .content .product div.title span {
  color: #D90061;
  font-size: 3.25rem;
  font-weight: 800;
}
@media (max-width: 75rem) {
  body .content .product div.title {
    font-size: 2.813rem;
    padding-right: 1rem;
  }
  body .content .product div.title span {
    font-size: 2.813rem;
  }
}
@media (max-width: 60rem) {
  body .content .product div.title {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #FFFFFF 70%);
    font-size: 1.5rem;
  }
  body .content .product div.title span {
    font-size: 1.5rem;
  }
}
body .content .product .a-container {
  display: block;
  margin-top: 5.5rem;
}
@media (max-width: 75rem) {
  body .content .product .a-container {
    margin-top: 6.5rem;
  }
}
body .content .product .a-container a {
  position: absolute;
  right: 2rem;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 75rem) {
  body .content .product .a-container a {
    right: 1rem;
    margin-right: auto;
    bottom: 1.5rem;
  }
}
body .content .product.predskolak {
  background-image: url("/assets/predskolak.webp");
}
body .content .product.sexvych {
  background-image: url("/assets/sexvych.webp");
}
@media (min-width: 75rem) {
  body .content .product.sexvych h1.number {
    top: 5.5rem;
  }
  body .content .product.sexvych div.title {
    margin-top: 3rem;
  }
  body .content .product.sexvych button {
    margin-top: 10rem;
  }
}
@media (max-width: 75rem) {
  body .content .product.sexvych {
    background-position-x: 50%;
  }
}
body .content .product.tehotenstvi {
  background-image: url("/assets/tehotenstvi.webp");
}
@media (min-width: 75rem) {
  body .content .product.tehotenstvi h1.number {
    top: 4rem;
  }
  body .content .product.tehotenstvi div.title {
    margin-top: 0.75rem;
  }
  body .content .product.tehotenstvi button {
    margin-top: 10rem;
  }
}
@media (max-width: 75rem) {
  body .content .product.tehotenstvi {
    background-position-x: 60%;
  }
}/*# sourceMappingURL=index.css.map */