

/* 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.list/catalog-tags/style.css?16989384861063*/
.catalog-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px -10px 0;
  font-weight: 500;
  gap: 8px;
}
.catalog-tags__title {
  padding: 0 10px;
  text-transform: uppercase;
}
.catalog-tags__item {
  padding: 12px 40px;
  transition: all 0.3s ease;
  cursor: pointer;
  background: white;
  border-radius: 30px;
}
.catalog-tags__item_active, .catalog-tags__item:hover {
  color: #EC4570;
}
.catalog-tags__field {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  background: white;
  border-radius: 39px;
  padding: 11px 11px;
  display: flex;
  flex-wrap: wrap;
}
.catalog-tags__field-link {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.catalog-tags__field-link:hover {
  color: #EC4570;
}

@media (max-width: 767px) {
  .catalog-tags {
    margin-top: 10px;
  }
  .catalog-tags__item {
    padding: 8px 20px;
  }
  .catalog-tags__field {
    margin-top: 10px;
    border-radius: 25px;
    padding: 11px 0;
  }
}
/* 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/menu/sidebar/style.css?1697194597913*/
.sidebar-menu {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 18px 18px 25px 25px;
  padding: 40px 20px 20px;
}
.sidebar-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #EC4570;
}
.sidebar-menu__item {
  display: block;
  color: #C4C4C4;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebar-menu__item + .sidebar-menu__item {
  margin-top: 20px;
}
.sidebar-menu__item_active, .sidebar-menu__item:hover {
  color: #60487A;
}

@media (max-width: 1919px) {
  .sidebar-menu {
    padding: 48px 20px 20px;
  }
  .sidebar-menu::before {
    height: 26px;
  }
  .sidebar-menu__item {
    font-size: 16px;
    line-height: 100%;
  }
}
@media (max-width: 1400px) {
  .sidebar-menu__item + .sidebar-menu__item {
    margin-top: 10px;
  }
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/components/bitrix/catalog.smart.filter/catalog/style.css?16971945974834*/
.catalog-filter__items {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 25px;
}
.catalog-filter__items::after {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  margin-top: 20px;
  background-color: #EC4570;
}
.catalog-filter__items .noUi-connect {
  background-color: #EC4570;
}
.catalog-filter__items .noUi-connects {
  background-color: black;
}
.catalog-filter__items .noUi-handle:before, .catalog-filter__items .noUi-handle:after {
  display: none;
}
.catalog-filter__items .noUi-horizontal .noUi-handle {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #EC4570;
  box-shadow: none;
  border: none;
  cursor: pointer;
  right: -12px;
}
.catalog-filter__items .noUi-handle-lower {
  right: -12px !important;
}
.catalog-filter__items .noUi-horizontal {
  height: 3px;
}
.catalog-filter__items .noUi-target {
  border: none;
}
.catalog-filter__item {
  border-bottom: 1px solid #EC4570;
}
.catalog-filter__item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  cursor: pointer;
}
.catalog-filter__item-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.catalog-filter__item-arrow {
  fill: none;
  stroke: #EC4570;
  transition: transform 0.2s ease-in-out;
}
.catalog-filter__item_open .catalog-filter__item-arrow {
  transform: rotate(180deg);
}
.catalog-filter__item-content {
  padding: 0 15px 20px;
}
.catalog-filter__nums {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-filter__num {
  display: flex;
  align-items: center;
  border: 0.4px solid #A5A5A5;
  border-radius: 10px;
  padding: 10px;
  max-width: 110px;
}
.catalog-filter__num + .catalog-filter__num {
  margin-left: 10px;
}
.catalog-filter__num-text {
  font-weight: 500;
  margin-right: 10px;
}
.catalog-filter__num-input {
  width: 100%;
  font-size: 12px;
  text-align: right;
}
.catalog-filter__num-input::-moz-placeholder {
  color: #C4C4C4;
}
.catalog-filter__num-input::placeholder {
  color: #C4C4C4;
}
.catalog-filter__range {
  width: 95%;
}
.catalog-filter__range-slider {
  margin: 20px 0;
}
.catalog-filter__range-name {
  color: #757575;
}
.catalog-filter .select-wrapper {
  position: relative;
}
.catalog-filter .select-arrow {
  position: absolute;
  top: 11px;
  right: 14px;
  fill: none;
  stroke: #EC4570;
  transition: transform 0.2s ease-in-out;
}
.catalog-filter__select {
  width: 100%;
  background: rgba(236, 69, 112, 0.15);
  border: 1px solid #EC4570;
  border-radius: 70px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.catalog-filter__values {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px;
}
.catalog-filter__value {
  padding: 5px;
}
.catalog-filter__cb {
  display: none;
}
.catalog-filter__cb-fake-txt {
  display: block;
  padding: 5px;
  border: 1px solid #757575;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.catalog-filter__cb:checked + .catalog-filter__cb-fake-txt {
  color: #EC4570;
  border-color: #EC4570;
}
.catalog-filter__cb-fake-pic {
  display: block;
  padding: 3px;
  border: 1px solid #757575;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
}
.catalog-filter__cb-fake-pic-inner {
  display: block;
  width: 34px;
  height: 34px;
  background-size: cover;
  background-position: center;
  border-radius: 50px;
}
.catalog-filter__cb:checked + .catalog-filter__cb-fake-pic {
  border-width: 2px;
  border-color: #EC4570;
  padding: 2px;
}
.catalog-filter__cb:disabled + .catalog-filter__cb-fake-txt, .catalog-filter__cb:disabled + .catalog-filter__cb-fake-pic {
  opacity: 0.3;
  pointer-events: none;
}
.catalog-filter__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  border-radius: 50px;
  background-color: #EC4570;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
}
.catalog-filter__submit:hover {
  background: #CA3862;
}
.catalog-filter__submit:disabled {
  opacity: 0.4;
  pointer-events: none;
}

@media (max-width: 1440px) {
  .catalog-filter__items {
    padding-top: 10px;
  }
  .catalog-filter__item-name {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 1400px) {
  .catalog-filter__num {
    max-width: 100px;
  }
  .catalog-filter__item-title {
    padding: 10px 15px;
  }
}
@media (max-width: 992px) {
  .catalog-filter__num {
    max-width: 85px;
  }
  .catalog-filter__submit {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .catalog-filter__item-content {
    padding-bottom: 10px;
  }
}
/* End */


/* Start:/local/js/custom/nouislider/nouislider.css?16971945975716*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/* 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.list/catalog-tags/style.css?16989384861063 */
/* /local/templates/tvoy-sexshop-2022/components/custom/catalog.sort/dropdown/style.css?16971945971762 */
/* /local/templates/tvoy-sexshop-2022/components/bitrix/menu/sidebar/style.css?1697194597913 */
/* /local/templates/tvoy-sexshop-2022/components/bitrix/catalog.smart.filter/catalog/style.css?16971945974834 */
/* /local/js/custom/nouislider/nouislider.css?16971945975716 */
/* /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 */
