

/* Start:/local/js/custom/fancybox3/jquery.fancybox.css?169719459717412*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/components/custom/empty/age-confirm/age-confirm.css?16971945972631*/
.age-confirm {
  position: relative;
  margin: 0 auto;
  height: 440px;
  width: 600px;
  background-color: #FFE2E7;
  border-radius: 30px;
  overflow: hidden;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}
.age-confirm-circle__pink {
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 900px;
  height: 250px;
  background: #EC4570;
  border-radius: 70% 70%;
  transform: rotate(-6.37deg);
}
.age-confirm-circle__purple {
  position: absolute;
  bottom: -10%;
  right: -10%;
  width: 350px;
  height: 350px;
  background: #60487A;
  border-radius: 50%;
}
.age-confirm-circle__purple-small {
  position: absolute;
  top: -12%;
  left: -12%;
  width: 150px;
  height: 150px;
  background: #60487A;
  border-radius: 50%;
}
.age-confirm__content {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.age-confirm__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  font-size: 50px;
  line-height: 59px;
  background-color: #60487A;
  border-radius: 50%;
}
.age-confirm__text {
  max-width: 265px;
  text-align: center;
}
.age-confirm__alert {
  margin-bottom: 20px;
  font-weight: 500;
}
.age-confirm__buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.age-confirm__button {
  cursor: pointer;
  padding: 16px 20px;
  border-radius: 30px;
  color: inherit;
  font: inherit;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  transition: all 0.3s ease;
}
.age-confirm__button_left {
  background: #60487A;
}
.age-confirm__button_left:hover {
  background: #553F6D;
}
.age-confirm__button_right {
  background: #EC4570;
}
.age-confirm__button_right:hover {
  background: #CA3862;
}

@media (max-width: 768px) {
  .age-confirm {
    max-width: 375px;
    width: 90vw;
    height: 532px;
    padding: 20px 15px 30px;
  }
  .age-confirm__text {
    transform: translateY(-40px);
  }
  .age-confirm-circle__pink {
    bottom: 18%;
    right: -39%;
    width: 900px;
    height: 250px;
    border-radius: 70% 70%;
    transform: rotate(-15.37deg);
  }
  .age-confirm-circle__purple {
    bottom: 0%;
    right: -66%;
    width: 345px;
    height: 200px;
    transform: rotate(33deg);
    border-radius: 50%;
  }
  .age-confirm-circle__purple-small {
    top: -22%;
    left: -22%;
  }
}
@media (max-width: 374px) {
  .age-confirm__button {
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 12px;
  }
  .age-confirm__button_left {
    background: #60487A;
    margin-right: 10px;
  }
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/components/bitrix/menu/top/style.css?1697194597254*/
.menu-top {
  display: flex;
  margin: 0 -20px;
}
.menu-top__item {
  padding: 0 20px;
}
.menu-top__item-link {
  color: #FFFFFF;
  font-weight: 400;
  text-decoration: none;
}
.menu-top__item-link:hover {
  color: #EC4570;
  transition: all 0.5s ease;
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/components/bitrix/sale.basket.basket.line/header/style.css?1697194597945*/
.header-cart {
  display: flex;
  fill: currentColor;
  color: inherit;
  text-decoration: none;
}
.header-cart:hover {
  color: #EC4570;
}
.header-cart__icon {
  position: relative;
  display: flex;
}
.header-cart__cnt {
  position: absolute;
  top: -2px;
  right: 0;
  transform: translate(50%, 0);
}
.header-cart__cnt_external {
  position: absolute;
  top: 0;
  left: 0;
}
.header-cart__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  background-color: #EC4570;
  border: 2px solid #77608B;
  border-radius: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  color: #FFFFFF;
}
.header-cart__text {
  display: none;
}

@media (max-width: 768px) {
  .header-cart {
    display: inline-flex;
    align-items: center;
  }
  .header-cart__text {
    margin-left: 11px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
  }
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/components/bitrix/search.form/header/style.css?1697194597726*/
.header-search {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 240px;
  border: 1px solid;
  border-radius: 100px;
  overflow: hidden;
}
.header-search__input {
  width: 100%;
  background: none;
  color: inherit;
  font: inherit;
  line-height: 1;
  padding: 13px 18px;
}
.header-search__input::-moz-placeholder {
  color: inherit;
}
.header-search__input::placeholder {
  color: inherit;
}
.header-search__btn {
  align-self: stretch;
  background-color: transparent;
  background-image: url("/local/templates/tvoy-sexshop-2022/components/bitrix/search.form/header/img/search-btn.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 992px) {
  .header-search {
    min-width: auto;
  }
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/components/custom/empty/user-link/style.css?1697194597481*/
.user-link {
  display: flex;
  color: inherit;
  fill: none;
  stroke: currentColor;
  text-decoration: none;
}
.user-link:hover {
  color: #EC4570;
}
.user-link__icon {
  position: relative;
  display: flex;
}
.user-link__text {
  display: none;
}

@media (max-width: 768px) {
  .user-link {
    display: inline-flex;
    align-items: center;
  }
  .user-link__text {
    display: block;
    margin-left: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
  }
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/components/bitrix/menu/main/style.css?16971945976526*/
.main-menu-burger {
  stroke: white;
  margin-right: 10px;
  cursor: pointer;
}

@media (min-width: 1440px) {
  .main-menu__lvl_2 {
    max-width: 1770px !important;
    min-height: 60vh !important;
    padding-top: 20px !important;
  }
  .main-menu__lvl_2-wrapper {
    width: 361px !important;
    height: 60vh !important;
    padding: 12px 0 0 !important;
  }
  .main-menu__lvl_3 {
    grid-template-columns: repeat(4, 1fr) !important;
    width: calc(100% - 361px) !important;
    padding: 32px 60px !important;
  }
  .main-menu .main-menu__item_2-title {
    font-size: 20px !important;
    line-height: 23px !important;
  }
  .main-menu__item_3-title {
    font-size: 20px !important;
    line-height: 23px !important;
  }
  .main-menu__item_4-link {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 993px) {
  .main-menu {
    height: 100%;
  }
  .main-menu .main-menu__item_2-title {
    transition: all 0.3s ease;
  }
  .main-menu .main-menu__item_2-title:hover {
    color: #EC4570;
  }
  .main-menu__item_3-title {
    transition: all 0.3s ease;
  }
  .main-menu__item_3-title:hover {
    color: #EC4570;
  }
  .main-menu__item_4-link {
    transition: all 0.3s ease;
  }
  .main-menu__item_4-link:hover {
    color: #EC4570;
  }
  .main-menu__item_1 {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .main-menu__item_1-link {
    color: white;
    text-decoration: none;
    font-size: 30px;
    line-height: 100%;
    font-weight: 300;
  }
  .main-menu__item_1_mobile {
    display: none;
  }
  .main-menu__lvl_2 {
    display: none;
    position: absolute;
    top: 78%;
    left: 0;
    right: 0;
    background-color: #77608B;
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
    min-height: 85vh;
    padding-top: 20px;
  }
  .main-menu__item_1:hover .main-menu__lvl_2 {
    display: block;
  }
  .main-menu__lvl_2-wrapper {
    width: 20%;
    background: rgba(217, 217, 217, 0.2);
    height: 70vh;
    padding: 0 0 0;
  }
  .main-menu__lvl_3 {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    gap: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    padding: 32px 20px;
    overflow: auto;
  }
  .main-menu__lvl_2-list:not(:hover) .main-menu__item_2:first-child, .main-menu__lvl_2-list:hover .main-menu__item_2:hover {
    background: rgba(255, 255, 255, 0.46);
  }
  .main-menu__lvl_2-list:not(:hover) .main-menu__item_2:first-child .main-menu__lvl_3, .main-menu__lvl_2-list:hover .main-menu__item_2:hover .main-menu__lvl_3 {
    display: grid;
  }
  .main-menu .main-menu__item_2-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: white;
    text-decoration: none;
    padding: 20px 0 20px 20px;
  }
  .main-menu .main-menu__item_2-title {
    display: block;
    width: 100%;
  }
  .main-menu .mobile-menu__header, .main-menu .mobile-menu__prev-level {
    display: none;
  }
  .main-menu__item_3-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    display: block;
    color: white;
    text-decoration: none;
    margin-bottom: 20px;
  }
  .main-menu__item_4-link {
    display: block;
    color: #B3B3B3;
    text-decoration: none;
    margin-bottom: 10px;
    font-weight: 300;
  }
}
@media (max-width: 992px) {
  .main-menu {
    position: relative;
  }
  .main-menu-burger {
    display: none;
  }
  .main-menu .activeLink {
    display: block;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
    position: relative;
  }
  .main-menu .activeLink, .main-menu .main-menu__item_1-link, .main-menu .main-menu__item_3-title, .main-menu .main-menu__item_2-title, .main-menu .main-menu__item_4, .main-menu .main-menu__item_4-link {
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
    position: relative;
    font-weight: 400;
  }
  .main-menu__item--header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  .main-menu__item--header a {
    margin-bottom: 0;
    color: white;
  }
  .main-menu__item--plus.activeLink {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/local/templates/tvoy-sexshop-2022/components/bitrix/menu/main/../../../../assets/images/icons/plus.svg) center center/cover no-repeat;
    cursor: pointer;
  }
  .main-menu__item--plus.activeLink.minus {
    background-image: url(/local/templates/tvoy-sexshop-2022/components/bitrix/menu/main/../../../../assets/images/icons/minus.svg);
  }
  .main-menu__item_1-link {
    color: white;
  }
  .main-menu__item_2 {
    padding-left: 10px;
  }
  .main-menu__item_2-title {
    font-weight: 500 !important;
  }
  .main-menu__item_3 {
    padding-left: 10px;
  }
  .main-menu__item_3-title {
    color: white;
  }
  .main-menu__item_3-title.minus {
    font-weight: 600;
  }
  .main-menu__item_3-title:hover {
    font-weight: 600;
    color: white !important;
  }
  .main-menu__item_4 {
    padding-left: 10px;
    margin: 0 !important;
    font-weight: 300;
  }
  .main-menu__item_4-link {
    color: rgb(222, 222, 222);
    font-size: 14px;
  }
  .main-menu__lvl_2 {
    z-index: 1;
  }
  .main-menu__lvl_2-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .main-menu__lvl_3 {
    z-index: 2;
    top: 0 !important;
  }
  .main-menu__lvl_4 {
    z-index: 3;
    top: 0 !important;
  }
  .mobile-menu__header a {
    display: none;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 10px 15px;
    margin: 0 -15px 20px;
    background-color: rgba(255, 255, 255, 0.46);
  }
  .mobile-menu__prev-level {
    background: transparent;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: white;
    margin-top: auto;
    text-align: left;
    display: none;
  }
  .mobile-menu__prev-level:before {
    content: url(/local/templates/tvoy-sexshop-2022/components/bitrix/menu/main/../../../../assets/images/icons/arrow-level.svg);
    display: inline-block;
    transform: rotate(180deg);
    padding-top: 1px;
  }
  .toggleLevel {
    display: flex;
    background: #77608B;
    flex-direction: column;
    height: 0;
    overflow-x: hidden;
    /*position: absolute;
    top: 55px;
    left: 0;
    bottom: 0;
    right: 0;*/
    /*overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(100%);
    transition: all 0.3s ease;*/
  }
  .toggleLevel-open {
    height: auto;
  }
  .header-common__item-menu {
    overflow: auto;
  }
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/components/bitrix/menu/top_2/style.css?16995428021220*/
.menu-top-2 {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  font-weight: 300;
}
.menu-top-2:not(.inited) {
  overflow-x: hidden;
}
.menu-top-2.inited:not(.adjusted) {
  overflow-x: auto;
}
.menu-top-2__item {
  height: 100%;
  position: relative;
}
.menu-top-2__item.hidden {
  display: none;
}
.menu-top-2__item_more {
  cursor: pointer;
}
.menu-top-2__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 100%;
  color: inherit;
  text-decoration: none;
  padding: 0 7.5px;
  white-space: nowrap;
}
.menu-top-2__link img {
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
.menu-top-2__link:hover img {
  transform: rotate(-90deg);
}
.menu-top-2__sub {
  display: none;
  position: absolute;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border-radius: 20px;
  background-color: #FFFFFF;
}
.menu-top-2__sub-item.hidden {
  display: none;
}
.menu-top-2__sub-link {
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}
.menu-top-2__sub-link.selected, .menu-top-2__sub-link:hover {
  color: #EC4570;
}
.menu-top-2__item_more:hover .menu-top-2__sub {
  display: flex;
}

@media (max-width: 1200px) {
  .menu-top-2 {
    display: none;
  }
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/components/bitrix/breadcrumb/simple/style.css?1697194597660*/
.breadcrumbs {
  margin: 20px 0 30px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style-type: none;
}
.breadcrumbs li:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  width: 2px;
  margin-right: 2px;
  height: 1px;
  background-color: #383838;
}
.breadcrumbs li .breadcrumb__item {
  margin-right: 15px;
  color: #383838;
  font-weight: 400;
  line-height: 100%;
  font-size: 14px;
  text-decoration: none;
}
.breadcrumbs li:last-child .breadcrumb__item {
  color: #EC4570;
}

@media (max-width: 767px) {
  .breadcrumbs {
    margin: 20px 0;
  }
  .breadcrumbs li .breadcrumb__item {
    font-size: 10px;
  }
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/components/bitrix/menu/socials/style.css?1697194597346*/
.menu--social {
  display: flex;
}
.menu--social a + a {
  margin-left: 25px;
}
.menu--social a:hover img {
  transition: all 0.5s ease;
  filter: brightness(0) saturate(100%) invert(20%) sepia(5%) saturate(173%) hue-rotate(111deg) brightness(89%) contrast(86%);
}

@media (max-width: 992px) {
  .menu--social {
    justify-content: center;
  }
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/components/bitrix/menu/footer-column/style.css?1697194597548*/
.menu-footer-col {
  margin-right: 30px;
}
.menu-footer-col--list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-width: 160px;
}
.menu-footer-col--list ul li {
  white-space: nowrap;
}
.menu-footer-col--list ul a {
  display: block;
  padding: 0.25rem;
}
.menu-footer-col--list ul a:hover {
  text-decoration: underline;
  transition: all 0.5s ease;
}

@media (max-width: 992px) {
  .menu-footer-col {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .menu-footer-col--list ul {
    max-width: 100%;
  }
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/components/bitrix/menu/footer-icons/style.css?1697194597415*/
.menu-footer-icons {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.menu-footer-icons h4 {
  margin-right: 30px;
  margin-bottom: 0;
}
.menu-footer-icons--links {
  display: flex;
}
.menu-footer-icons--links a {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .menu-footer-icons {
    flex-direction: column;
  }
  .menu-footer-icons h4 {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/styles.css?1698656357360*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Alice", sans-serif;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

p {
  margin: 0 0 10px;
  padding: 0;
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 20px;
  }
}
/* End */


/* Start:/local/templates/tvoy-sexshop-2022/template_styles.css?170376100728945*/
:root {
  --offset-height: 0;
}

*,
*:before,
*:after {
  border: 0;
  box-sizing: border-box;
  outline: 0;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 19px;
  color: #383838;
  background: #f7ecea;
}
body ::-webkit-scrollbar {
  width: 5px;
  border-right: 1px solid #383838;
}
body ::-webkit-scrollbar-track {
  background: #fff;
}
body ::-webkit-scrollbar-thumb {
  background: #383838;
}
body ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body p {
  font-size: 20px;
  line-height: 120%;
}

.big-table {
  margin: 20px 0;
}

.big-table td {
  border: 1px solid rgba(0, 0, 0, 0.3294117647);
  border-collapse: collapse;
}

.big-table tbody tr:nth-child(2n) {
  background: white;
}

.big-table tbody tr:nth-child(2n-1) {
  background: rgba(0, 0, 0, 0.0588235294);
}

@media (max-width: 1100px) {
  .big-table {
    overflow: auto;
    margin-bottom: 20px;
    position: relative;
  }
}
@media (max-width: 768px) {
  body p {
    font-size: 16px;
    line-height: 120%;
  }
}
hr {
  border-width: 1px;
  border-style: inset;
}

main {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 146px);
  min-width: 320px;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.container {
  width: 100%;
  max-width: 1850px;
  padding: 0 40px;
  margin: 0 auto;
}

.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  color: white;
  font-size: 14px;
}

.swiper .swiper-pagination-bullet {
  background-color: #EB96AD;
  opacity: var(--swiper-pagination-bullet-inactive-opacity);
}

.swiper .swiper-pagination-bullet-active {
  background-color: #6F548F;
}

.header-top {
  background-color: #383838;
  padding: 20px 0;
}

.header__top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-cities {
  display: flex;
  align-items: center;
  color: white;
}
.header-cities__title {
  margin-right: 10px;
}
.header-cities__item {
  color: #EC4570;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.header-cities__icon {
  margin-left: 15px;
  transition: all 0.3s ease;
}
.header-cities__icon:hover svg path {
  fill: #EC4570;
}

.header-mobile {
  display: none;
  min-width: 320px;
}

.header-common {
  padding: 20px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #77608B;
  color: #FFFFFF;
  z-index: 1000;
}
.header-common__wrapper {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}
.header-common__item {
  padding: 0 15px;
}
.header-common__item-menu {
  align-self: stretch;
}
.header-common__item-menu-2, .header-common__item-menu-2 > div {
  flex: 1 1 0;
  align-self: stretch;
  display: flex;
  align-items: center;
  width: 0;
}
.header-common__item-user, .header-common__item-phone, .header-common__item-cart {
  order: 2;
}
.header-common__item-logo {
  min-width: 109px;
}
.header-common__item-city, .header-common__item-menu-btn {
  display: none;
}

.header-phone {
  line-height: 1;
}
.header-phone__phone {
  font-size: 22px;
  font-weight: 400;
  white-space: nowrap;
}
.header-phone__phone a {
  color: inherit;
  text-decoration: none;
}
.header-phone__descr {
  font-size: 12px;
  font-weight: 300;
  margin-top: 2px;
}

.header-menu-btn {
  position: relative;
  background: none;
  padding: 10px;
  color: inherit;
  stroke: currentColor;
  cursor: pointer;
}

footer {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-repeat: no-repeat;
  background-position: 45% 10%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding-top: 100px;
  overflow: hidden;
  margin-top: auto;
}
footer::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: -30%;
  width: 150%;
  height: 850px;
  border-radius: 70%/50%;
  background: linear-gradient(277.7deg, #DD3D6B 29.85%, rgba(255, 255, 255, 0) 76.58%), #F14358;
}
footer span {
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
footer a {
  text-decoration: none;
  color: #FFFFFF;
}
footer h4 {
  margin-bottom: 20px;
  color: #383838 !important;
}

.type-page {
  margin: 40px 0;
  padding: 40px 60px;
  font-size: 20px;
  line-height: 100%;
  background-color: white;
  border-radius: 20px;
}
.type-page a {
  color: #EA2D8B;
  text-decoration: none;
}
.type-page h1 {
  color: var(--Purple, #60487A);
  font-family: Alice;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}
.type-page h2, .type-page h3, .type-page h4, .type-page h5 {
  margin-bottom: 20px;
  color: var(--Purple, #60487A);
}
.type-page ul li {
  font-size: 16px;
  line-height: 180%;
  list-style-type: disc !important;
}
.type-page ol li {
  font-size: 16px;
  line-height: 180%;
  list-style-type: auto !important;
}
.type-page ul {
  padding-left: 1rem;
  margin-top: 0;
  margin-bottom: 10px;
}
.type-page ol {
  padding-left: 1rem;
  margin-top: 0;
  margin-bottom: 10px;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.footer__logo {
  margin-right: 30px;
}
.footer__logo--top {
  margin-bottom: 20px;
  display: block;
  width: 186px;
  height: 77px;
}
.footer__logo--bottom {
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.footer__logo--bottom__number {
  width: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 14px;
  background: #60487A;
}
.footer__logo--bottom__text {
  max-width: 165px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.footer__feedback {
  color: #FFFFFF;
}
.footer__feedback--item {
  margin-bottom: 10px;
}
.footer__feedback--item_phone {
  font-size: 24px;
}
.footer__feedback--item a:hover {
  transition: all 0.3s ease;
  text-decoration: underline;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1919px) {
  .container {
    padding: 0 15px;
  }
  .type-page {
    margin: 30px 0 50px;
  }
  /*	.header-common {
  		&__item {
  			&-menu {
  				&-2 {
  					& ul {
  						overflow-x: scroll;
  						width: 300px;

  						&::-webkit-scrollbar {
  							width: 0;
  							height: 5px;
  						}
  					}
  				}
  			}
  		}
  	}*/
}
/*
@media (max-width: 1200px) {
	.header-common {
		&__item {
			&-menu {
				&-2 {
					& ul {
						width: 170px;
					}
				}
			}
		}
	}
}
*/
@media (max-width: 1070px) {
  .header-common__item {
    /*&-menu {
    	&-2 {
    		display: none;
    	}
    }*/
  }
  .header-common__item-user {
    margin-left: auto;
  }
}
@media (max-width: 992px) {
  body.menu-open {
    overflow: hidden;
  }
  .container {
    padding: 0 15px;
  }
  .header-top {
    display: none;
  }
  .type-page {
    margin: 30px 0 30px;
    padding: 20px;
  }
  .header-mobile {
    display: block;
    padding: 20px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #77608B;
    color: #FFFFFF;
    z-index: 1000;
  }
  .header-mobile__wrapper {
    display: flex;
    align-items: center;
    margin: 0 -15px;
  }
  .header-mobile__block {
    display: flex;
    align-items: center;
  }
  .header-mobile__item {
    padding: 0 15px;
  }
  .header-mobile__item-phone {
    margin-right: auto;
  }
  .header-common {
    display: none;
    padding: 30px 0 13px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 995;
  }
  .header-common_open {
    display: block;
  }
  .header-common_open .container {
    height: 100%;
  }
  .header-common_open .header-common__item-cart {
    display: none;
  }
  .header-common__wrapper {
    flex-direction: column;
    height: 100%;
  }
  .header-common__block {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header-common__item-logo, .header-common__item-phone {
    display: none;
  }
  .header-common__item-search, .header-common__item-menu {
    width: 100%;
  }
  .header-common__item-search {
    margin-top: 20px;
  }
  .header-common__item-cart, .header-common__item-user {
    order: unset;
  }
  .header-common__item-menu {
    margin-top: 20px;
    flex-grow: 3;
  }
  .header-common__item-menu-2 {
    display: none;
  }
  .header-common__item-user {
    margin-right: auto;
    margin-top: 10px;
  }
  .header-common__item-cart {
    padding: 0;
  }
  .header-common__item-fav, .header-common__item-menu-btn {
    order: -2;
  }
  .header-common__item-city {
    display: flex;
    align-items: center;
  }
  .header-common__item-menu-btn {
    display: block;
  }
  .header-common__item-city {
    order: -3;
    margin-right: auto;
  }
  .user-link {
    align-items: center;
    gap: 10px;
  }
  .user-link__text {
    display: block;
  }
  .header-cities__item {
    color: white;
  }
  footer::before {
    left: -37%;
    width: 170%;
    height: 1250px;
  }
  .footer__top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .footer__logo {
    margin-right: 0;
    margin-bottom: 23px;
  }
  .footer__feedback {
    margin-right: 0;
    margin-bottom: 18px;
    text-align: center;
  }
  .footer__feedback--item {
    font-size: 12px;
  }
  .footer__feedback--item_phone {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 12px;
  }
  .type-page h1 {
    text-align: left;
    font-size: 30px;
  }
  h1 {
    font-size: 30px;
  }
  .container {
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
  }
  .header-mobile {
    padding: 15px 0 15px;
  }
  .header-common {
    padding: 30px 0 13px;
  }
  .header-common__item {
    font-size: 16px;
  }
  .header-common__item-fav {
    order: -1;
    width: 100%;
  }
  .header-common__item-search {
    margin-top: 10px;
    margin-bottom: 16px;
  }
  .header-common__item-fav {
    margin-top: 20px;
  }
  .header-common__item-menu {
    margin-top: 20px;
  }
  .header-common__item-menu-btn {
    z-index: 5;
  }
  .type-page {
    font-size: 16px;
    margin-top: 20px;
  }
  footer {
    padding-top: 48px;
  }
  footer h4 {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 15px;
  }
  .footer__top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .footer__logo {
    margin-right: 0;
    margin-bottom: 23px;
  }
}
@media (max-width: 520px) {
  footer::before {
    border-radius: 250%/50%;
    left: -30%;
  }
  .header-mobile__wrapper {
    justify-content: space-between;
  }
  .header-mobile__item-logo {
    display: none;
  }
  .header-common__item-city {
    padding-right: 0;
    font-size: 14px;
    max-width: 250px;
    flex-wrap: wrap;
  }
  .header-cities__title {
    margin-right: 5px;
  }
  .header-cities__icon {
    margin-left: 5px;
  }
}
.product-add-popup {
  background: #FFE2E7;
  border-radius: 20px;
  max-width: 80%;
  font-weight: 500;
}
.product-add-popup-title {
  color: #60487A;
  font-size: 24px;
  line-height: 105%;
  text-align: center;
}
.product-add-popup .popup-success__btn-close {
  display: block;
  color: #DD3D6B;
  background: transparent;
  border: 1px solid #dd3d6b;
  width: 100%;
  max-width: 259px;
  margin: 15px auto;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.product-add-popup .popup-success__btn-close:hover {
  color: white;
  border-color: #DD3D6B;
  background: #DD3D6B;
}
.product-add-popup .popup-success__link-basket {
  display: block;
  color: white;
  background: #DD3D6B;
  border: 1px solid white;
  width: 100%;
  max-width: 259px;
  margin: 15px auto 0;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.product-add-popup .popup-success__link-basket:hover {
  background: #CA3862;
}
.product-add-popup .product-add-popup-error {
  color: red;
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
}
.product-add-popup .product-add-popup-error-title {
  color: #60487A;
  font-size: 24px;
  text-align: center;
  line-height: 105%;
}

@media (max-width: 768px) {
  .product-add-popup-title {
    font-size: 20px;
  }
  .product-add-popup .product-add-popup-error {
    font-size: 20px;
  }
  .product-add-popup .product-add-popup-error-title {
    font-size: 20px;
  }
}
.info-refund {
  line-height: 150%;
  font-size: 14px;
}

@media (max-width: 768px) {
  .info-refund h2 {
    font-size: 24px !important;
  }
}
#reviews-body .list {
  padding-top: 30px;
}
#reviews-body .list .item {
  background: #eed8d8;
  width: 100%;
  margin: 0 0 30px;
  padding: 30px;
  border: none;
  border-radius: 25px;
  position: relative;
}
#reviews-body .list .item .table {
  width: 100%;
}
#reviews-body .list .item .table .user-info {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#reviews-body .list .item .table .user-info .avatar {
  float: none;
}
#reviews-body .list .item .table .user-info .cnt_reviews {
  display: none;
}
#reviews-body .list .item .table .text {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  font-size: 20px;
  color: #7B7272;
  font-family: Roboto, sans-serif;
}
#reviews-body .list .item .table .text .menu {
  display: none;
}
#reviews-body .list .item .table .text .title {
  font-size: 24px;
  font-family: Roboto, sans-serif !important;
  font-weight: 400;
  margin-bottom: 20px;
}
#reviews-body .list .item .table .text .time {
  color: #9F9695;
  grid-row: 1/2;
  font-size: 20px;
  font-family: Roboto, sans-serif;
}
#reviews-body .list .item .table .text .rating {
  color: inherit;
  position: absolute;
  top: 30px;
  right: 30px;
}
#reviews-body .list .item .table .text .rating-text {
  display: none;
}
#reviews-body .list .item .table .text .rating .fa-star:before {
  content: url("/local/templates/tvoy-sexshop-2022/./assets/images/icons/rating_star.svg") !important;
}
#reviews-body .list .item .table .text .rating .fa-star.empty:before {
  filter: brightness(0) saturate(100%);
}
#reviews-body .list .item .table .text .likes {
  width: 100%;
  display: flex;
  justify-content: end;
}
#reviews-body .list .item .table .text .likes .vote {
  width: auto;
  display: flex;
  align-items: center;
}
#reviews-body .list .item .table .text .likes .vote .likes-title {
  font-family: Roboto, sans-serif;
  color: #7B7272;
  font-size: 20px;
  padding-right: 14px;
}
#reviews-body .list .item .table .text .likes .rec {
  display: none;
}
#reviews-body .list .item .avatar {
  border: none;
  width: 65px;
  height: 65px;
  background: transparent;
}
#reviews-body .list .item .avatar-inner {
  position: relative;
  background: #F5AFB0;
  border-radius: 50%;
  overflow: hidden;
}
#reviews-body .list .item .avatar-inner:before {
  content: "";
  background: url(/local/templates/tvoy-sexshop-2022/./assets/images/icons/review-pic.svg) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#reviews-body .list .item .avatar-inner img {
  display: none;
}
#reviews-body .list p {
  font-size: 20px;
  color: #383838;
}
#reviews-body .list .shopanswer {
  border-radius: 25px;
  background: #FFF;
  margin-left: 5%;
}
#reviews-body .list .shopanswer .username {
  color: #60487A;
  font-size: 26px;
  line-height: 100%;
}
#reviews-body .list .shopanswer .text {
  font-family: Roboto, sans-serif;
  color: #7B7272;
  font-size: 20px;
  line-height: 120%;
}
#reviews-body .item .username {
  font-size: 26px !important;
  color: #60487A;
  border: none;
  font-family: Roboto, sans-serif;
}
#reviews-body .item div.text {
  position: inherit;
}
#reviews-body .item .likes .yes, #reviews-body .item .likes .voted-yes {
  background: url(/local/templates/tvoy-sexshop-2022/./assets/images/icons/like.svg) no-repeat !important;
  background-position: center;
  width: 30px;
  height: 30px;
}
#reviews-body .item .likes .no, #reviews-body .item .likes .voted-no {
  background: url(/local/templates/tvoy-sexshop-2022/./assets/images/icons/dislike.svg) no-repeat !important;
  background-position: center;
  width: 30px;
  height: 30px;
}
#reviews-body .list .item .table .text .likes .vote .yescnt {
  padding-right: 0 !important;
  margin-right: 20px !important;
  font-size: 20px;
  font-family: Roboto, sans-serif;
}
#reviews-body .item .likes .nocnt {
  font-size: 20px !important;
  font-family: Roboto, sans-serif !important;
}
#reviews-body .images-reviews {
  padding-top: 15px;
  flex-wrap: nowrap !important;
  overflow: auto !important;
  padding-bottom: 10px !important;
}
#reviews-body .images-reviews .image-review {
  width: 480px !important;
  height: 480px !important;
  background: white;
  flex: none !important;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#reviews-body .images-reviews .image-review img {
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#reviews-body #filter .border {
  border: none !important;
  display: none !important;
  justify-content: space-between;
  align-items: center;
}
#reviews-body #filter .border .filter, #reviews-body #filter .border #select-rating, #reviews-body #filter .border #current-option-select-rating, #reviews-body #filter .border .checkbox-group {
  display: none !important;
}
#reviews-body #filter .select-rating-close, #reviews-body #filter .select-sort-close {
  background: transparent !important;
  color: #EC4570;
  text-decoration: underline;
}
#reviews-body #filter #current-option-select-rating, #reviews-body #filter #current-option-select-sort {
  font-family: Roboto, sans-serif;
  height: auto;
  padding: 10px;
}
#reviews-body #filter .sort-group {
  margin-right: 0;
  display: none !important;
}
#reviews-body #filter .sort-group .filter-sort-text {
  margin: 0 10px 0 0;
  line-height: 100%;
  font-family: Roboto, sans-serif;
}
#reviews-body #filter .filter, #reviews-body #filter .filter-photo {
  font-family: Roboto, sans-serif !important;
  margin-right: 10px;
  line-height: 100%;
}
#reviews-body #filter .filter {
  margin: 0 10px 0 0;
  float: none;
}
#reviews-body #filter #select-sort, #reviews-body #filter #select-rating {
  height: auto;
  padding: 0;
  width: auto;
}
#reviews-body #filter .filter-photo {
  color: #EC4570 !important;
  margin: 0 10px 0 0;
  float: none;
}
#reviews-body #filter #filter-images ~ label > span {
  border-color: #DD3D6B;
  margin: 0;
}
#reviews-body #filter .select-rating-open {
  background: transparent;
  color: #EC4570;
}
#reviews-body #filter .select-rating-open b {
  background: transparent;
  color: inherit;
}
#reviews-body #filter #custom-options-select-rating {
  border: none;
  border-radius: 25px;
  overflow: hidden;
  padding-bottom: 10px;
}
#reviews-body #filter #custom-options-select-rating li {
  padding: 0 10px;
}
#reviews-body #filter #custom-options-select-rating li:first-child {
  text-align: center;
  background: #EC4570;
  color: white;
  padding: 0;
}
#reviews-body #filter #custom-options-select-sort {
  border: none;
  border-radius: 25px;
  overflow: hidden;
}
#reviews-body #filter #custom-options-select-sort li {
  padding: 0 10px;
  transition: all 0.3s ease;
}
#reviews-body #filter #custom-options-select-sort li:hover {
  color: black !important;
}
#reviews-body #filter .select-rating-close b, #reviews-body #filter .select-sort-close b {
  background: transparent;
}
#reviews-body #filter .fa-angle-down:before {
  color: #EC4570;
}
#reviews-body #filter .checkbox-group {
  display: flex;
  align-items: center;
}

#sotbit_reviews_share {
  display: none;
}

#reviews-statistics {
  border-top: none;
  padding-top: 0;
}
#reviews-statistics h3 {
  font-family: Alice, sans-serif;
  margin-bottom: 0;
}
#reviews-statistics .text-center {
  text-align: start !important;
}
#reviews-statistics .grey-bg {
  display: none !important;
}
#reviews-statistics .border {
  display: none;
}
#reviews-statistics .bg {
  background: transparent;
  padding-bottom: 0;
}
#reviews-statistics .bg .spoiler {
  padding: 12px 44px;
  border: 0;
  background: #DD3D6B;
  border-radius: 62px;
  color: white;
  overflow: hidden;
  cursor: pointer;
}
#reviews-statistics .bg .spoiler-input {
  background: transparent;
  padding: 0;
  min-height: auto;
  font-family: Roboto, sans-serif;
}
#reviews-statistics .add-reviews {
  text-align: start !important;
}

#comments {
  display: none;
}

.tabs .tabs-caption {
  padding-bottom: 20px !important;
  border: none !important;
}
.tabs .tabs-caption li {
  text-align: center;
  border-radius: 25px !important;
  border: 1px solid #60487A !important;
  color: #60487A !important;
  font-family: Roboto, sans-serif !important;
  font-size: 16px;
}
.tabs .tabs-caption li .fa {
  display: none !important;
}
.tabs .tabs-caption li.active {
  background: #60487A !important;
  color: white !important;
}

.spoiler-reviews-body .review-add-title {
  margin-left: 0;
  font-family: Alice, sans-serif;
  font-size: 25px;
}
.spoiler-reviews-body .review-add-block {
  margin-left: 0;
  width: 100%;
  padding: 30px;
  border-radius: 25px;
}
.spoiler-reviews-body .review-add-rating-title1 {
  font-family: Alice, sans-serif;
  font-size: 25px;
  color: #60487A;
  margin-bottom: 15px;
}
.spoiler-reviews-body .review-add-rating-title2 {
  color: #383838;
  font-family: Roboto, sans-serif;
  opacity: 0.55;
}

#add_review .rating_selection label {
  border: none;
  background: transparent;
}
#add_review .rating_selection label:before {
  font-size: 25px;
  content: url("/local/templates/tvoy-sexshop-2022/./assets/images/icons/rating_star.svg") !important;
}
#add_review .rating_selection input:checked + label ~ label:before {
  filter: brightness(0) saturate(100%);
}
#add_review p {
  font-family: Roboto, sans-serif;
}
#add_review p.title {
  font-family: Alice, sans-serif;
  font-size: 25px;
  color: #60487A;
  margin-bottom: 15px;
}
#add_review p.title-example {
  color: #383838;
  opacity: 0.55;
}
#add_review p.text {
  font-family: Alice, sans-serif;
  font-size: 25px;
  color: #60487A;
  margin-bottom: 15px;
}
#add_review input[type=text] {
  border-radius: 10px;
  border: 1px solid rgba(96, 72, 122, 0.5);
  background: #F0EDF2;
  margin-top: 10px;
}
#add_review .textbox-group {
  float: none;
}
#add_review textarea {
  border-radius: 10px;
  border: 1px solid rgba(96, 72, 122, 0.5);
  background: #F0EDF2;
  padding: 10px 15px;
}
#add_review .textarea-right-text {
  margin-left: 0;
  width: 100%;
  float: none;
  margin-bottom: 15px;
}
#add_review .textarea-right-text p {
  font-family: Roboto, sans-serif;
}
#add_review .textarea-right-text ul {
  margin-left: 0;
}
#add_review .textarea-right-text ul li {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}
#add_review .add-photo {
  width: auto;
  height: inherit;
  margin-top: 0;
}
#add_review #add-photo-button {
  width: inherit;
  height: inherit;
}
#add_review input[type=submit] {
  display: block;
  font-family: Roboto, sans-serif;
  margin: 20px auto;
  background: #DD3D6B;
  width: 100%;
  max-width: 300px;
  border-radius: 25px;
  color: white;
  padding: 15px 0;
  height: auto;
  line-height: 100%;
  cursor: pointer;
  box-shadow: none;
  font-size: 16px;
}
#add_review #reset-form {
  display: block;
  margin: 0 auto;
  color: #DD3D6B;
  font-size: 18px;
  cursor: pointer;
}

.add-questions .spoiler {
  padding: 0;
  border: none;
  box-shadow: none;
}
.add-questions .spoiler-input {
  padding: 12px 44px;
  background: #DD3D6B;
  border-radius: 62px;
  color: white;
  cursor: pointer;
  font-family: Roboto, sans-serif;
}

#colorbox {
  width: 100vw !important;
}

.cboxPhoto {
  max-width: 90vw !important;
  max-height: 90vh !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

@media (max-width: 768px) {
  #reviews-body #filter .border {
    flex-direction: column;
  }
  #reviews-body #filter p {
    font-size: 14px;
  }
  #reviews-body #filter .sort-group {
    margin-top: 15px;
  }
  #reviews-body .list .shopanswer {
    margin-left: 0;
    padding: 20px;
  }
  #reviews-body .reply-block {
    text-align: left;
  }
  #reviews-body .user-info {
    margin-bottom: 70px !important;
  }
  #reviews-body .rating {
    top: 115px !important;
    left: 20px !important;
    right: 0 !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #reviews-body .item {
    padding: 20px !important;
  }
  #reviews-body .item .avatar {
    position: inherit;
    margin-left: 0;
    left: 0;
    float: left;
    margin-bottom: 10px;
  }
  #reviews-body .item .username {
    font-size: 20px !important;
  }
  #reviews-body .item .likes-title {
    font-size: 16px !important;
  }
  #reviews-body .time {
    text-align: left;
    font-size: 16px !important;
  }
  #reviews-body .text, #reviews-body .title {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
  #reviews-body .images-reviews .image-review {
    width: 100% !important;
    height: 218px !important;
  }
  #reviews-body .images-reviews .image-review:last-child {
    margin-right: 0 !important;
  }
  .add-reviews .bg {
    display: flex;
    justify-content: center;
  }
  .add-reviews .spoiler {
    width: 100%;
    max-width: 360px;
    text-align: center;
  }
  .tabs ul.tabs-caption li {
    width: 40%;
    max-width: 180px;
  }
  .cboxPhoto {
    max-height: 70vh !important;
  }
}
#add_question p {
  font-family: Alice, sans-serif;
  font-size: 25px;
  color: #60487A;
}
#add_question #question-editor {
  width: 100%;
  border: none;
}
#add_question #question-editor textarea {
  border-radius: 10px;
  border: 1px solid rgba(96, 72, 122, 0.5);
  background: #F0EDF2;
}
#add_question input[type=submit] {
  box-shadow: none;
  border-radius: 25px;
  padding: 15.5px;
  margin: 0 auto;
  color: white;
  border: 1px solid #DD3D6B;
  background: #DD3D6B;
  width: 100%;
  max-width: 300px;
  display: block;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}
#add_question #reset-form {
  display: block;
  margin: 20px auto 0;
  color: #DD3D6B;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.questions-add-block {
  padding: 30px;
  border-radius: 25px;
  background: white;
}

#questions-body .list {
  padding-top: 30px;
}
#questions-body .list .item {
  padding: 30px;
  border-radius: 25px;
  background: #eed8d8;
  margin: 0;
  width: 100%;
}
#questions-body .list .item .table {
  display: flex;
  flex-direction: column;
}
#questions-body .list .item .user-info {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
#questions-body .list .item .username {
  font-family: Roboto, sans-serif;
  color: #60487A;
  font-size: 26px;
  line-height: 100%;
}
#questions-body .list .item .cnt_questions {
  display: none !important;
}
#questions-body .list .item .time {
  font-family: Roboto, sans-serif;
  color: #9F9695;
  font-size: 20px;
  line-height: 100%;
}
#questions-body .list .item .text {
  font-family: Roboto, sans-serif;
  color: #7B7272;
  font-size: 20px;
  line-height: 120%;
  display: block;
}
#questions-body .list .shopanswer {
  border-radius: 25px;
  margin-left: 5%;
}
#questions-body .item .avatar {
  border: none;
  width: 65px;
  height: 65px;
  background: transparent;
}
#questions-body .item .menu {
  display: none;
}
#questions-body .item .avatar-inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: #F5AFB0;
  border-radius: 50%;
  overflow: hidden;
}
#questions-body .item .avatar-inner:before {
  content: "";
  background: url(/local/templates/tvoy-sexshop-2022/./assets/images/icons/review-pic.svg) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#questions-body .item .avatar-inner img {
  display: none;
}

@media (max-width: 768px) {
  #questions-body .list .shopanswer {
    margin-left: 0;
    padding: 20px;
  }
  #questions-body .list .shopanswer .avatar {
    margin-bottom: 15px;
  }
  #questions-body .item {
    padding: 20px !important;
  }
  #questions-body .item .avatar {
    left: 0;
    margin-left: 0;
    float: left;
  }
  #questions-body .item .username {
    font-size: 20px !important;
  }
  #questions-body .item .time, #questions-body .item .text {
    font-size: 16px !important;
  }
  #questions-body .item .user-info, #questions-body .item .time {
    text-align: left;
  }
  #questions-body .reply-block {
    text-align: left;
  }
  .add-questions .spoiler {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .add-questions .spoiler .spoiler-input {
    width: 100%;
    max-width: 360px;
  }
}
.list {
  padding-left: 1rem;
}
.list li {
  list-style-type: inherit;
  margin-bottom: 0.5rem;
}
/* End */
/* /local/js/custom/fancybox3/jquery.fancybox.css?169719459717412 */
/* /local/templates/tvoy-sexshop-2022/components/custom/empty/age-confirm/age-confirm.css?16971945972631 */
/* /local/templates/tvoy-sexshop-2022/components/bitrix/menu/top/style.css?1697194597254 */
/* /local/templates/tvoy-sexshop-2022/components/bitrix/sale.basket.basket.line/header/style.css?1697194597945 */
/* /local/templates/tvoy-sexshop-2022/components/bitrix/search.form/header/style.css?1697194597726 */
/* /local/templates/tvoy-sexshop-2022/components/custom/empty/user-link/style.css?1697194597481 */
/* /local/templates/tvoy-sexshop-2022/components/bitrix/menu/main/style.css?16971945976526 */
/* /local/templates/tvoy-sexshop-2022/components/bitrix/menu/top_2/style.css?16995428021220 */
/* /local/templates/tvoy-sexshop-2022/components/bitrix/breadcrumb/simple/style.css?1697194597660 */
/* /local/templates/tvoy-sexshop-2022/components/bitrix/menu/socials/style.css?1697194597346 */
/* /local/templates/tvoy-sexshop-2022/components/bitrix/menu/footer-column/style.css?1697194597548 */
/* /local/templates/tvoy-sexshop-2022/components/bitrix/menu/footer-icons/style.css?1697194597415 */
/* /local/templates/tvoy-sexshop-2022/styles.css?1698656357360 */
/* /local/templates/tvoy-sexshop-2022/template_styles.css?170376100728945 */
