Секс-шоп "Позитивные Вибрации"
.uc-btns {
display: inline-block;
padding: 14px 50px;
text-decoration: none !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
background: #ec400d;
color: #fff !important;
-webkit-transition: all 225ms ease-in-out;
transition: all 225ms ease-in-out;
-webkit-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.2);
transition: all .3s ease;
}
.uc-btns:hover {
text-decoration: none !important;
color: #fff !important;
background: #D53A0B;
border-radius: 0 20px;
transform: scale(.95);
;
transition: all .3s ease;
}
.uc-title {
margin: 10px 0 5px !important;
display: block;
position: relative;
font-size: 26px;
padding: 20px 0 20px 0;
font-weight: 500;
text-align: center;
}
.uc-ban1-panel {
background: #fff url(https://content.s2.prom.st/February%202022/720814bg3.jpg) center;
background-size: cover;
display: flex;
align-items: flex-start;
padding: 40px;
}
.uc-ban1-panel strong {
color: #fff;
font-size: 20px;
text-align: center;
}
.uc-ban1-texts {
padding: 15px;
width: 53%;
text-align: center;
box-sizing: border-box;
}
.uc-ban1-header {
font-size: 26px;
line-height: 38px;
color: #fff;
padding-bottom: 20px;
}
.uc-ban1-sub-header {
font-size: 18px;
line-height: 24px;
color: #fff;
margin: 0px 0px 10px;
}
.uc-ban1-text {
font-size: 14px;
line-height: 22px;
color: #fff;
}
.uc-ban1-link {
margin-top: 20px;
display: inline-block;
padding: 14px 50px;
text-decoration: none !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
background: #ec400d;
color: #fff !important;
-webkit-transition: all 225ms ease-in-out;
transition: all 225ms ease-in-out;
-webkit-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.2);
transition: all .3s ease;
}
.uc-ban1-link:hover {
text-decoration: none !important;
color: #fff !important;
background: #D53A0B;
border-radius: 0 20px;
transform: scale(.95);
;
transition: all .3s ease;
}
@media screen and (max-width: 1200px) {
.uc-ban1-texts {
width: auto;
}
.uc-ban1-panel {
padding: 0px;
}
}
@media screen and (max-width: 850px) {
.uc-ban1-panel {
padding: 0px;
background: #1e1e1e;
}
.uc-ban1-texts {
width: auto;
background: rgba(63, 63, 63, 0.3);
}
.uc-ban1-header {
font-size: 22px;
}
}
.group-panel {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
text-align: center;
}
.group-wrapper {
margin: 0;
width: 50%;
text-decoration: none;
}
.group-wrapper:hover .group-b {
transform: translateY(0px);
transition: all 400ms ease-out 200ms;
}
.group-wrapper:hover .group-img-holder img {
transform: scale(1.1);
}
.group-b {
display: inline-block;
text-align: center;
text-decoration: none !important;
color: #fff !important;
background: #ec400d;
padding: 14px 15px;
min-width: 150px;
margin-top: 30px;
transition: 300ms !important;
transform: translateY(100px);
}
.group-b:hover {
text-decoration: none !important;
color: #fff !important;
background: #D53A0B;
border-radius: 0 20px;
transform: scale(.95);
transition: all .3s ease;
}
.group-img-holder {
display: block;
text-align: center;
position: relative;
overflow: hidden;
margin: 0 auto;
}
.group-img-holder img {
display: block;
width: 100%;
transition: all 300ms ease-out 0s;
height: auto !important;
}
.group-hint {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: left;
color: white;
transition: all 0.4s ease 0s;
overflow: hidden;
}
.group-wrapper:hover .group-hint {
background-color: rgba(241, 241, 241, 0.75);
}
.group-wrapper:hover .group-hint-body {
opacity: 1;
}
.group-hint-body {
position: absolute;
bottom: 0;
left: 0;
opacity: 0;
transition: 400ms;
width: 100%;
/*transform: translateY(-50%);
-webkit-transform: translateY(-50%);*/
padding: 30px;
box-sizing: border-box;
}
.group-name {
color: #333;
font-weight: bold;
font-size: 28px;
display: block;
margin: 10px 0;
}
.group-t {
color: #333;
}
@media screen and (max-width: 1000px) {
.group-panel {
flex-direction: row;
}
.group-wrapper {
width: 50%;
}
}
@media screen and (max-width: 700px) {
.group-hint-body {
bottom: 100;
padding: 15px;
}
.group-panel {
flex-direction: column;
}
.group-wrapper {
width: auto;
}
.group-name {
font-weight: bold;
font-size: 20px;
display: block;
margin: 5px 0;
}
.group-t {
font-size: 12px;
}
.group-b {
margin-top: 10px;
transition: 300ms !important;
transform: translateY(100px);
}
}
@media screen and (max-width: 500px) {
.group-hint-body {
bottom: 0;
padding: 15px;
}
.group-name {
font-weight: bold;
font-size: 20px;
display: block;
margin: 5px 0;
}
.group-t {
font-size: 12px;
}
.group-b {
margin-top: 10px;
transition: 300ms !important;
transform: translateY(100px);
}
}
.uc-clear {
clear: both;
height: 0px;
}
.uc-numbers {
padding: 20px;
}
.uc-numbers_wrap {
display: flex;
flex-wrap: wrap;
background: #fff url(https://content.s2.prom.st/February%202022/720814b1.jpg) center;
background-filter: blur(10px);
background-size: cover;
padding: 40px;
}
.uc-numbers h2 {
text-align: center;
margin-bottom: 5px;
}
.uc-numbers-scheme {
background: rgba(255, 255, 255, 0.85);
border-radius: 5px;
display: inline-block;
box-sizing: border-box;
width: 45%;
margin: 2%;
padding: 50px 20px 15px 20px;
transition: all .3s ease;
font-size: 14px;
color: black;
}
.uc-numbers-scheme:hover {
background: rgba(255, 255, 255, 0.9);
}
.uc-numbers-scheme strong {
transition: all .3s ease;
display: inline-block;
font-size: 24px;
color: #ec400d;
transform: translateY(-20px);
/*text-shadow: 3px 3px 1px #333;*/
}
.uc-numbers-scheme:hover strong {
transition: all .6s ease;
color: #D53A0B;
transform: translateX(0px);
text-shadow: none;
}
@media screen and (max-width: 1140px) {
.uc-numbers-scheme {
width: 100%;
margin: 10px auto;
}
.uc-numbers_wrap {
padding: 20px;
}
}
/* .uc-nombers {
padding: 20px;
}
*/
.uc-nombers h2 {
text-align: center;
padding-bottom: 30px;
}
.uc-nombers-inner {
padding: 40px 10px;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
position: relative;
z-index: 0;
background: #777 url(https://content.s2.prom.st/February%202022/720814b3.jpg) 100% 50%/cover no-repeat;
}
.uc-nombers-inner:before {
content: "";
position: absolute;
background: rgba(241, 241, 241, 0.7);
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.uc-nombers-inner__item {
display: flex;
justify-content: center;
align-items: center;
position: relative;
width: 31%;
min-height: 150px;
margin: 25px 0;
padding: 20px;
/*background: #fff;*/
border: 3px solid #2d2d2d;
color: #fff;
box-sizing: border-box;
}
.uc-nombers-inner__title {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 10px;
font-size: 6rem !important;
font-weight: bold;
line-height: 5rem;
color: rgba(236, 64, 13, 0.2);
transition: 0.5s;
}
.uc-nombers-inner__item:hover .uc-nombers-inner__title {
top: -10px;
color: rgba(236, 64, 13, 1);
transition: 0.5s;
/*background: #fff;*/
transition-delay: background 0.25s;
}
.uc-nombers-inner__text {
color: #000;
font-size: 16px;
}
@media screen and (max-width:1100px) {
.uc-nombers-inner__item {
width: 100%;
}
}
.uc-scheme-order {
padding: 20px;
}
.uc-scheme-order_inner {
margin-top: 50px;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.uc-scheme-order_img {
width: 64px;
height: auto;
}
.uc-scheme-order_item {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
width: 21%;
position: relative;
z-index: 1;
}
.uc-scheme-order_number {
position: absolute;
left: -40px;
top: -5px;
font-size: 120px;
font-weight: bold;
line-height: 150px;
color: #3f3f3f;
z-index: -1;
}
.uc-scheme-order_img-area {
width: 100px;
height: 100px;
background: rgba(236, 64, 13, 0.8);
border-radius: 5px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.uc-scheme-order_desc {
padding-top: 20px;
}
.uc-scheme-order_sub-header {
font-size: 20px;
tex-transform: uppercase;
font-weight: bold;
}
@media screen and (max-width: 1200px) {
.uc-scheme-order_item {
width: 46%;
}
}
@media screen and (max-width: 767px) {
.uc-scheme-order_item {
width: 100%;
margin: 15px 0;
}
}
.uc-b5-panel {
padding: 20px;
text-align: center;
}
.uc-b5-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.uc-b5-header {
margin: 20px 0 !important;
font-weight: bold;
}
.uc-b5-wrapper {
display: inline-block;
vertical-align: top;
width: 24%;
margin-bottom: 10px;
transition: all 0.5s ease;
}
.uc-b5-img {
margin: 15px;
transition: all 0.5s ease;
}
.uc-b5-wrapper:hover .uc-b5-img {
transform: scale(1.5, 1.5);
margin: 15px;
transition: all 0.5s ease;
}
.uc-b5-arr {
width: 10px;
font-size: 30px;
color: #ffbd00;
vertical-align: middle;
padding-top: 30px;
}
.uc-b5-arr3 {
display: none;
}
.uc-b5-arr2 {
display: inline-block;
}
.uc-b5-text {
margin: 10px 0 0;
}
@media screen and (max-width: 1000px) {
.uc-b5-wrapper {
width: 47%;
}
.uc-b5-arr {
width: 10px;
}
.uc-b5-arr2 {
display: none;
}
}
@media screen and (max-width: 500px) {
.uc-b5-wrapper {
width: 95%;
}
.uc-b5-arr {
display: none;
}
}
.uc-footer {
padding: 10px 20px;
text-align: center;
}
.kaspi-panel {
background-color: #f14635;
padding: 5px;
text-align: center;
}
Улучши свою сексуальную жизнь
Испытай МультиОргазмичность при помощи только 1 нашей игрушки!
Подарок к каждой покупке
Мы — сестры Каширские, фанаты своего дела.
С нами вы не потратите деньги на ветер. Качество и безопасность - наш приоритет.
Перейти в каталог
Популярные интимные товары в Казахстане
Распродажа
Большой выбор товаров с привлекательными скидками до 50%. Здесь вы сможете приобрести различные игрушки, аксессуары, стимуляторы по самым выгодным ценам.
Подробнее
Вибраторы
Предлагаем различные виды вибраторов, помогаем с их выбором. В наличии классические модели, вибраторы-кролики, виброяйца, выбраторы для пар и прочие варианты.
Подробнее
Вакуумные клиторальные стимуляторы
Вакуумные стимуляторы клитора находятся на пике популярности, поскольку они способны подарить наивысшую степень наслаждения. К тому же, они удобные и компактные.
Подробнее
Игрушки для мужчин
В нашем магазине можно заказать самые разнообразные товары для мужского удовольствия: мастурбаторы, насадки на член, эрекционные кольца.
Подробнее
Позитивные Вибрации — интимные товары для женщин и мужчин
Широкий ассортимент
В данное время в каталоге интим-магазина представлено свыше 500 товарных позиций. У нас вы можете найти:
вибраторы
фаллоимитаторы
игрушки для мужчин
анальные игрушки
интимную косметику
эротические игры и белье
лубриканты
презервативы и много другого
Полезные мероприятия
Мы проводим:
секс-позитивные вечеринки;
художественные эротические мастер-классы по акрилу;
тренинги по интимному мастерству для женщин.
Кроме того, вы можете посетить уроки по танцам в стилях Strip Plastic и High Heels, где обретете уверенность и грацию.
Профессиональный подход
Основатели магазина, Марина и Ксюша Каширские, имеют специализированное образование сексолога и секс-коуча. В своем Инстаграме мы ведем полезный информационный блог, где рассказываем о разных видах секса и делаем видео-обзоры секс-игрушек.
Ответственная миссия
Наша цель — нести сексуальное просвещение в массы, помогать людям избавляться от интимных проблем.
Секс шоп «Позитивные Вибрации» часто спонсирует развлекательные и интеллектуальные мероприятия столицы.
Мы открыты к сотрудничеству и коллаборации.
Секс шоп, в который вы захотите вернуться
Умеем хранить секреты
Гарантируем покупателям абсолютную конфиденциальность при оформлении заказа и получении товара.
Бесплатная консультация
Адекватные цены при высоком качестве сервиса и бесплатной консультации от сексолога.
Подарочная упаковка
При желании мы порадуем вас красивой упаковкой, оформив ваш заказ в специальный подарочный бокс.
Подарки к каждому заказу
Бесплатная доставка при покупке на сумму от 30 000 тг.
Смотреть каталог
Несколько причин купить товары для взрослых у нас
01
Современный ассортимент.
02
Профессиональная консультация.
03
Высококачественный товар.
04
Проверенные поставщики.
05
Регулярные скидки и распродажи.
06
Анонимная доставка по городу и РК.
Заказать игрушки для секса в Нур-Султан просто
1
Изучите товар в каталоге и оформите заказ.
2
Выберите удобную для вас форму оплаты.
3
Мы доставим покупку выбранным вами способом.
Позитивные Вибрации — все для вашего удовольствия
Мы поможем повысить вам качество секса и открыть в нем новые ощущения.
Просто позвоните нам, и вы получите профессиональную консультацию от сертифицированного сексолога. Также вы можете заглянуть к нам в шоу-рум в городе Нур-Султан по адресу пр.Республики 33А.
Сделать заказ