

/* Start:/local/templates/tvoy-sexshop-2022/components/bitrix/catalog/catalog/style.css?16971945974825*/
.catalog-sections__title {
  position: relative;
  color: #FFFFFF;
  font-family: "Alice", sans-serif;
  font-size: 50px;
  display: inline-block;
  z-index: 2;
}
.catalog-sections__title::before {
  content: "";
  position: absolute;
  width: 364px;
  height: 88px;
  background-color: #F14358;
  border-radius: 200px;
  top: -42%;
  left: -30%;
  transform: rotate(-8deg);
  z-index: -1;
}

.catalog-section {
  margin-bottom: 40px !important;
  position: relative;
}
.catalog-section:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 39%;
  width: 2100px;
  height: 900px;
  border-radius: 70%;
  transform: rotate(-25deg);
  background: linear-gradient(258.42deg, #EC4570 41.58%, rgba(255, 255, 255, 0) 96.56%), #F14358;
  z-index: -2;
}
.catalog-section:after {
  content: "";
  position: absolute;
  top: 45%;
  left: -40%;
  width: 3400px;
  height: 1100px;
  border-radius: 70%;
  transform: rotate(-20deg);
  background: #60487A;
  z-index: -1;
}
.catalog-section__header {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.catalog-section__header-title {
  display: flex;
  align-items: center;
  color: #60487A;
}
.catalog-section__header-backlink {
  position: relative;
  height: 40px;
  width: 40px;
  border: 2px solid #EC4570;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}
.catalog-section__header-backlink::before {
  position: absolute;
  top: 21px;
  left: 10px;
  content: "";
  width: 13px;
  height: 2px;
  border-radius: 2px;
  background-color: #EC4570;
  transform: rotate(45deg);
}
.catalog-section__header-backlink::after {
  position: absolute;
  bottom: 21px;
  left: 10px;
  content: "";
  width: 13px;
  height: 2px;
  border-radius: 2px;
  background-color: #EC4570;
  transform: rotate(-45deg);
}
.catalog-section__sort {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.catalog-section__content {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 30px;
}
.catalog-section__sidebar:before {
  content: "";
  position: absolute;
  top: 10%;
  left: -10%;
  width: 320px;
  height: 220px;
  border-radius: 70%;
  transform: rotate(-25deg);
  background: rgba(149, 113, 188, 0.51);
  z-index: -1;
}
.catalog-section__sidebar-btn {
  display: none;
}
.catalog-section__sidebar-inner > * + * {
  margin-top: 30px;
}

@media (max-width: 1919px) {
  .catalog-sections__title::before {
    width: 284px;
    height: 69px;
    top: -20%;
    left: -25%;
  }
  .catalog-section:before {
    top: 13%;
    left: 39%;
    width: 2100px;
    height: 900px;
    border-radius: 70%;
    transform: rotate(-25deg);
  }
  .catalog-section:after {
    top: 45%;
    left: -56%;
    width: 3000px;
    height: 800px;
    border-radius: 70%;
    transform: rotate(-20deg);
  }
  .catalog-section__content {
    grid-template-columns: 300px 1fr;
  }
}
@media (max-width: 1400px) {
  .catalog-section__sidebar-inner > * + * {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .catalog-sections__title {
    font-size: 30px;
  }
  .catalog-sections__title::before {
    width: 185px;
    height: 45px;
    top: -20%;
    left: -25%;
  }
  .catalog-section:before {
    top: 19%;
    left: 39%;
    width: 1500px;
    height: 600px;
    border-radius: 70%;
    transform: rotate(-25deg);
  }
  .catalog-section:after {
    top: 34%;
    left: -56%;
    width: 2000px;
    height: 600px;
    border-radius: 70%;
    transform: rotate(-25deg);
  }
  .catalog-section__header-backlink {
    width: 20px;
    height: 20px;
  }
  .catalog-section__header-backlink::before {
    top: 9px;
    left: 4px;
    width: 7px;
    height: 2px;
  }
  .catalog-section__header-backlink::after {
    bottom: 9px;
    left: 4px;
    width: 7px;
    height: 2px;
  }
  .catalog-section__header h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .catalog-section__sort {
    margin-bottom: 20px;
  }
  .catalog-section__content {
    grid-template-columns: 2fr 4fr;
  }
  .catalog-section__sidebar-inner > * + * {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .catalog-section__header h1 {
    font-size: 24px;
    line-height: 27px;
    text-align: start;
  }
  .catalog-section__sort {
    justify-content: flex-start;
  }
  .catalog-section__content {
    display: block;
  }
  .catalog-section__sidebar {
    margin-bottom: 20px;
  }
  .catalog-section__sidebar-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #DD3D6B;
    text-align: center;
    color: white;
    padding: 5px 15px;
    border-radius: 60px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
  }
  .catalog-section__sidebar-inner {
    margin-top: 10px;
  }
  .catalog-section__sidebar-inner:not(.catalog-section__sidebar-inner_open) {
    display: none;
  }
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/components/bitrix/news.detail/catalog-vendor/style.css?16971945971425*/
.catalog-vendor {
  margin: 30px 0;
  padding: 30px;
  border-radius: 20px;
  background: white;
  width: 100%;
}
.catalog-vendor-picture {
  display: flex;
  border: 1px solid #000000;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  max-width: 25%;
  min-width: 490px;
  max-height: 200px;
}
.catalog-vendor-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-vendor-text {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 105%;
}
.catalog-vendor-text p {
  margin-bottom: 16px;
}
.catalog-vendor-tags {
  background: #F5EDEB;
  padding: 16px 25px;
  border-radius: 39px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.catalog-vendor-tags a {
  color: inherit;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.catalog-vendor-tags a:hover {
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  color: #EC4570;
}

@media (max-width: 992px) {
  .catalog-vendor {
    padding: 20px;
    margin: 15px 0;
  }
  .catalog-vendor-picture {
    margin-bottom: 20px;
    max-width: 50%;
    min-width: 310px;
    max-height: 115px;
  }
  .catalog-vendor-tags {
    max-width: 100%;
    overflow-x: auto;
  }
}
@media (max-width: 768px) {
  .catalog-vendor-text {
    font-size: 16px;
  }
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/components/custom/catalog.sort/dropdown/style.css?16971945971762*/
.catalog-dropdown {
  position: relative;
  margin-top: 20px;
}
.catalog-dropdown__title {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.catalog-dropdown__title:hover .catalog-dropdown__title-item {
  color: #EC4570;
}
.catalog-dropdown__title-item {
  text-decoration: underline;
  margin-left: 5px;
  transition: all 0.3s ease;
}
.catalog-dropdown__content {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 211px;
  background: white;
  z-index: 2;
  border-radius: 25px;
  padding-bottom: 32px;
}
.catalog-dropdown__content.active {
  display: block;
}
.catalog-dropdown__content-title {
  background: #EC4570;
  text-align: center;
  color: white;
  padding: 5px;
  border-radius: 25px 25px 0 0;
}
.catalog-dropdown__content-wrapper {
  max-height: 234px;
  overflow: auto;
}
.catalog-dropdown__content:after {
  content: "";
  position: absolute;
  top: -24px;
  right: 25px;
  border: 15px solid transparent;
  border-bottom: 12px solid #EC4570;
}
.catalog-dropdown__content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 32px;
  width: 100%;
  background: #EC4570;
  border-radius: 0 0 25px 25px;
}
.catalog-dropdown__link {
  display: block;
  padding: 10px 20px;
  color: #C4C4C4;
  text-decoration: none;
  transition: all 0.3s ease;
}
.catalog-dropdown__link.active {
  color: #EC4570;
}
.catalog-dropdown__link.active:hover {
  color: #EC4570;
}
.catalog-dropdown__link:hover {
  color: black;
}

@media (max-width: 767px) {
  .catalog-dropdown__content {
    right: auto;
    left: 0;
  }
  .catalog-dropdown__content:after {
    right: auto;
    left: 25px;
  }
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/components/bitrix/system.pagenavigation/common/style.css?1697194597395*/
.pagination {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Alice", sans-serif;
  font-weight: 400;
  font-size: 30px;
  grid-column: 1/3;
}
.pagination__prev img {
  transform: scaleX(-1);
}
.pagination__item {
  color: #383838;
  text-decoration: none;
  margin: 0 5px;
}
.pagination__item--active {
  color: #EC4570;
  margin: 0 5px;
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/components/bitrix/catalog.section/catalog/style.css?17110139462255*/
.catalog-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.catalog-items--wide {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.catalog-items__descr {
  font-weight: 400;
  line-height: 100%;
  color: #000000;
  margin: 80px 0;
}
.catalog-items__descr h2 {
  display: block;
  margin-bottom: 20px;
  color: #6f548f;
}
.catalog-items__descr p {
  font-size: 20px;
  line-height: 120%;
}

@media (max-width: 1440px) {
  .catalog-items {
    gap: 10px;
  }
  .catalog-items--wide {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1400px) {
  .catalog-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .catalog-items--wide {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .catalog-items {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .catalog-items--wide {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .catalog-items {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .catalog-items__descr h2 {
    font-size: 24px;
    display: block;
  }
  .catalog-items__descr p {
    font-size: 16px;
  }
  .catalog-items .popular__product {
    padding: 15px 10px;
  }
  .catalog-items .popular__product--actions-buy {
    width: 100%;
    justify-content: center;
  }
}
.questions{
  width: 100%;
  display: flex;
  background: #fff;
  border-radius: 10px;
  margin: 20px auto;
  padding: 20px;
  flex-direction: column;
}
.questions .questionItem>.questionTitle{
  font-weight: 700;
  font-size: 16px;
}
.questions .questionItem>.questionContent{
  font-size: 14px;
}
.questions .questionItem>.questionTitle,.questions .questionItem>.questionContent{
  padding: 20px 30px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}
.questions .questionItem>.questionContent span:not(:first-child):before{
  content: ", ";
}
.questionItem .questionTitle{
  position: relative;
}
.questions>h2{
  padding-bottom: 20px;
}
.questionItem .questionTitle .spoiler-indicator{
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  padding: 20px 30px;
  transition: transform .5s;
}
.questionItem .questionTitle .spoiler-indicator.rotate{
  transform: rotate(180deg);
}
.questions .questionContent.hidden{
  display: none;
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/components/bitrix/catalog.item/product/style.css?17038439373810*/
.popular__product {
  background-color: #FFFFFF;
  border-radius: 25px;
  height: 100%;
  padding: 15px 20px;
  position: relative;
  transition: all 0.3s ease;
}
.popular__product:hover {
  filter: drop-shadow(4px 15px 18px rgba(109, 109, 109, 0.25));
}
.popular__product--container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.popular__product--image {
  margin: 0 auto 10px;
  text-align: center;
  height: 333px;
  width: 100%;
}
.popular__product--image a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.popular__product--image a img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.popular__product--price {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
.popular__product--price-new {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #EC4570;
}
.popular__product--price-discount {
  font-size: 18px;
  line-height: 100%;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #C4C4C4;
  margin-left: 10px;
  font-weight: 300;
}
.popular__product--title {
  margin-bottom: 8px;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
}
.popular__product--title p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}
.popular__product--actions {
  display: flex;
  justify-content: space-between;
}
.popular__product--actions-buy {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  fill: currentColor;
  background-color: #EC4570;
  padding: 9px 22px;
  border-radius: 60px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.popular__product--actions-buy:hover {
  background: #CA3862;
}
.popular__product--actions-buy-text {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-left: 10px;
}
.popular__product--actions-like {
  display: block;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}
.popular__product--stickers {
  position: absolute;
  top: 14px;
  right: 14px;
}
.popular__product--stickers-item {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 100%;
  padding: 3px 14px;
  border-radius: 40px;
}
.popular__product--stickers-item + .popular__product--stickers-item {
  margin-top: 2px;
}
.popular__product--stickers-item-hit {
  background-color: #60487A;
}
.popular__product--stickers-item-new {
  background-color: #F34C4E;
}
.popular__product--stickers-item-discount {
  background-color: #DD3D6B;
}

@media (max-width: 1440px) {
  .popular__product--image {
    height: 184px;
  }
  .popular__product--price {
    margin-bottom: 6px;
  }
  .popular__product--price-new {
    font-size: 20px;
    line-height: 100%;
  }
  .popular__product--price-discount {
    font-size: 16px;
    line-height: 100%;
  }
}
@media (max-width: 992px) {
  .popular__product--image {
    height: 170px;
  }
  .popular__product--price {
    margin-bottom: 6px;
  }
  .popular__product--price-new {
    font-size: 16px;
    line-height: 100%;
  }
  .popular__product--price-discount {
    font-size: 14px;
    line-height: 100%;
  }
  .popular__product .popular__product--top .popular__product--title p {
    font-size: 14px;
    line-height: 100%;
  }
  .popular__product .popular__product--bottom .popular__product--actions .popular__product--actions-buy {
    font-size: 14px;
    line-height: 100%;
  }
}
@media (max-width: 767px) {
  .popular__product {
    padding: 15px;
  }
  .popular__product--container {
    position: relative;
  }
  .popular__product--stickers {
    position: absolute;
    top: -2px;
    right: -2px;
  }
  .popular__product--stickers .popular__product--stickers-item {
    font-size: 14px;
  }
  .popular__product--image {
    height: 144px;
  }
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/components/custom/empty/reviews-rating/style.css?1703862961222*/
.review-stars {
  display: flex;
  align-items: center;
  gap: 6px;
}

.review-star_active {
  filter: brightness(0) saturate(100%) invert(54%) sepia(61%) saturate(6391%) hue-rotate(321deg) brightness(97%) contrast(90%);
}
/* End */
/* /local/templates/tvoy-sexshop-2022/components/bitrix/catalog/catalog/style.css?16971945974825 */
/* /local/templates/tvoy-sexshop-2022/components/bitrix/news.detail/catalog-vendor/style.css?16971945971425 */
/* /local/templates/tvoy-sexshop-2022/components/custom/catalog.sort/dropdown/style.css?16971945971762 */
/* /local/templates/tvoy-sexshop-2022/components/bitrix/system.pagenavigation/common/style.css?1697194597395 */
/* /local/templates/tvoy-sexshop-2022/components/bitrix/catalog.section/catalog/style.css?17110139462255 */
/* /local/templates/tvoy-sexshop-2022/components/bitrix/catalog.item/product/style.css?17038439373810 */
/* /local/templates/tvoy-sexshop-2022/components/custom/empty/reviews-rating/style.css?1703862961222 */
