Тут будет код и непонятные слова (неподготовленным лучше не лезть).

изображение было сгенерировано нейросетью
изображение было сгенерировано нейросетью

Приветствую всех!

Сегодня мы разберём, как можно использовать Chat GPT для создания парсера сайта.
Будем использовать Python и библиотеку Selenium.

???? Отмечу, что данная статья не предназначена для создания универсального инструмента для парсинга любого сайта.

Я расскажу, как ускорить процесс создания парсера с помощью Chat GPT.

Давайте начнём с предыстории.

У меня есть мой агрегатор мероприятий, в котором я собираю данные с разных сайтов. Полтора года назад я создавал его и сам писал парсеры для кинотеатров и театров. Недавно один из парсеров перестал работать. Это стало прекрасным поводом попробовать сделать парсер с помощью Chat GPT и рассказать вам о результатах!

Задача состоит в том, чтобы сделать парсер сайта https://quicktickets.ru/irkutsk-teatr-vp.

Кто-то может заметить, что это не сайт театра, а сайт по продаже билетов. Вы правы, звездочку вам за внимательность!

Для начала нам нужно получить код сайта. Я просто скачал его, нажав Ctrl+S, и получил вот это (не рекомендую разворачивать, там мешанина из кода):

код скачанного сайта
<!DOCTYPE html>
<!-- saved from url=(0040)https://quicktickets.ru/irkutsk-teatr-vp -->
<html lang="ru" prefix="og: http://ogp.me/ns#"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style id="Verbox_online-chat-trigger">.online-chat-root-Verbox #supportTrigger {right: 20px !important;bottom: 20px !important;}</style><style id="online-chat-root-styles">.svg-icon[data-v-a6077740]{width:1em!important;max-width:100%!important;max-height:100%!important;color:inherit!important;height:1em!important;vertical-align:-.2em!important}.svg-icon[data-v-a6077740],.svg-icon *[data-v-a6077740]{fill:currentColor!important}.svg-icon *[data-v-a6077740]{cursor:inherit!important}.online-chat-root .htmlify img.emoji{height:1.8em!important;width:1.8em!important;vertical-align:middle!important;margin:.2em!important}.online-chat-root .htmlify a{word-break:break-all!important}.online-chat-root .htmlify.pre{white-space:pre-wrap!important}.round[data-v-594c3847]{border-radius:1.5em!important}.notification-message-list[data-v-1c2cd016]{overflow:hidden!important}.trigger-popup[data-v-546b16a2]{position:absolute!important;width:300px!important;font-size:calc(1em + 1px)!important}.trigger-popup[data-v-546b16a2],.trigger-popup .inner[data-v-546b16a2]{top:inherit!important;bottom:inherit!important;right:inherit!important;left:inherit!important}.trigger-popup .inner[data-v-546b16a2]{-webkit-box-shadow:0 5px 20px 0 rgba(0,0,0,.1)!important;box-shadow:0 5px 20px 0 rgba(0,0,0,.1)!important;position:absolute!important;border-radius:1em!important;border-width:1px!important;border-style:solid!important;min-width:4em!important;max-width:300px!important}.trigger-popup .inner .slot[data-v-546b16a2]{border-radius:inherit!important;overflow:hidden!important}.trigger-popup .inner .close[data-v-546b16a2]{position:absolute!important;right:-.5em!important;left:auto!important;top:-.5em!important;opacity:0!important;visibility:hidden!important;-webkit-transition:all .2s ease!important;-o-transition:all .2s ease!important;transition:all .2s ease!important;height:1.5em!important;width:1.5em!important;line-height:1.5em!important;border-radius:50%!important;text-align:center!important}.trigger-popup .inner .close.touch[data-v-546b16a2],.trigger-popup .inner:hover .close[data-v-546b16a2]{visibility:visible!important;opacity:1!important}.trigger-type.primary-right .trigger-popup .inner[data-v-546b16a2]{right:0!important}.trigger-type.primary-left.secondary-right .trigger-popup .inner[data-v-546b16a2]{margin-left:1em!important}.trigger-type.primary-left.secondary-right .trigger-popup .inner.with-arrow[data-v-546b16a2]:after{content:""!important;position:absolute!important;width:0!important;height:0!important;right:100%!important;border-bottom:12px solid rgba(0,0,0,0)!important;border-top:12px solid rgba(0,0,0,0)!important;border-right-style:solid!important;border-right-width:12px;z-index:0!important}.trigger-type.primary-left.secondary-right .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{content:""!important;position:absolute!important;width:0!important;height:0!important;right:100%!important;border-bottom:10px solid rgba(0,0,0,0)!important;border-top:10px solid rgba(0,0,0,0)!important;border-right-style:solid!important;border-right-width:10px;border-right-color:currentColor!important;z-index:1!important;margin-bottom:2px!important}.trigger-type.primary-left.secondary-right .trigger-popup .inner.with-arrow[data-v-546b16a2]:after,.trigger-type.primary-left.secondary-right .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{right:.8em!important}.trigger-type.primary-left.secondary-top .trigger-popup .inner[data-v-546b16a2]{margin-left:1em!important}.trigger-type.primary-left.secondary-top .trigger-popup .inner.with-arrow[data-v-546b16a2]:after{content:""!important;position:absolute!important;width:0!important;height:0!important;right:100%!important;border-bottom:12px solid rgba(0,0,0,0)!important;border-top:12px solid rgba(0,0,0,0)!important;border-right-style:solid!important;border-right-width:12px;z-index:0!important}.trigger-type.primary-left.secondary-top .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{content:""!important;position:absolute!important;width:0!important;height:0!important;right:100%!important;border-bottom:10px solid rgba(0,0,0,0)!important;border-top:10px solid rgba(0,0,0,0)!important;border-right-style:solid!important;border-right-width:10px;border-right-color:currentColor!important;z-index:1!important;margin-top:2px!important}.trigger-type.primary-left.secondary-top .trigger-popup .inner.with-arrow[data-v-546b16a2]:after,.trigger-type.primary-left.secondary-top .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{top:.8em!important}.trigger-type.primary-left.secondary-bottom .trigger-popup .inner[data-v-546b16a2]{margin-left:1em!important}.trigger-type.primary-left.secondary-bottom .trigger-popup .inner.with-arrow[data-v-546b16a2]:after{content:""!important;position:absolute!important;width:0!important;height:0!important;right:100%!important;border-bottom:12px solid rgba(0,0,0,0)!important;border-top:12px solid rgba(0,0,0,0)!important;border-right-style:solid!important;border-right-width:12px;z-index:0!important}.trigger-type.primary-left.secondary-bottom .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{content:""!important;position:absolute!important;width:0!important;height:0!important;right:100%!important;border-bottom:10px solid rgba(0,0,0,0)!important;border-top:10px solid rgba(0,0,0,0)!important;border-right-style:solid!important;border-right-width:10px;border-right-color:currentColor!important;z-index:1!important;margin-bottom:2px!important}.trigger-type.primary-left.secondary-bottom .trigger-popup .inner.with-arrow[data-v-546b16a2]:after,.trigger-type.primary-left.secondary-bottom .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{bottom:.8em!important}.trigger-type.primary-left.secondary-center .trigger-popup .inner[data-v-546b16a2]{margin-left:1em!important}.trigger-type.primary-left.secondary-center .trigger-popup .inner.with-arrow[data-v-546b16a2]:after{content:""!important;position:absolute!important;width:0!important;height:0!important;right:100%!important;border-bottom:12px solid rgba(0,0,0,0)!important;border-top:12px solid rgba(0,0,0,0)!important;border-right-style:solid!important;border-right-width:12px;z-index:0!important}.trigger-type.primary-left.secondary-center .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{content:""!important;position:absolute!important;width:0!important;height:0!important;right:100%!important;border-bottom:10px solid rgba(0,0,0,0)!important;border-top:10px solid rgba(0,0,0,0)!important;border-right-style:solid!important;border-right-width:10px;border-right-color:currentColor!important;z-index:1!important;margin-top:2px!important}.trigger-type.primary-left.secondary-center .trigger-popup .inner.with-arrow[data-v-546b16a2]:after,.trigger-type.primary-left.secondary-center .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{top:.8em!important}.trigger-type.primary-right.secondary-left .trigger-popup .inner[data-v-546b16a2]{margin-right:1em!important}.trigger-type.primary-right.secondary-left .trigger-popup .inner.with-arrow[data-v-546b16a2]:after{content:""!important;position:absolute!important;width:0!important;height:0!important;left:100%!important;border-bottom:12px solid rgba(0,0,0,0)!important;border-top:12px solid rgba(0,0,0,0)!important;border-left-width:12px;border-left-style:solid!important;z-index:0!important}.trigger-type.primary-right.secondary-left .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{content:""!important;position:absolute!important;width:0!important;height:0!important;left:100%!important;border-bottom:10px solid rgba(0,0,0,0)!important;border-top:10px solid rgba(0,0,0,0)!important;border-left-width:10px;border-left-style:solid!important;border-left-color:currentColor!important;z-index:1!important;margin-bottom:2px!important}.trigger-type.primary-right.secondary-left .trigger-popup .inner.with-arrow[data-v-546b16a2]:after,.trigger-type.primary-right.secondary-left .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{left:.8em!important}.trigger-type.primary-right.secondary-top .trigger-popup .inner[data-v-546b16a2]{margin-right:1em!important}.trigger-type.primary-right.secondary-top .trigger-popup .inner.with-arrow[data-v-546b16a2]:after{content:""!important;position:absolute!important;width:0!important;height:0!important;left:100%!important;border-bottom:12px solid rgba(0,0,0,0)!important;border-top:12px solid rgba(0,0,0,0)!important;border-left-width:12px;border-left-style:solid!important;z-index:0!important}.trigger-type.primary-right.secondary-top .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{content:""!important;position:absolute!important;width:0!important;height:0!important;left:100%!important;border-bottom:10px solid rgba(0,0,0,0)!important;border-top:10px solid rgba(0,0,0,0)!important;border-left-width:10px;border-left-style:solid!important;border-left-color:currentColor!important;z-index:1!important;margin-top:2px!important}.trigger-type.primary-right.secondary-top .trigger-popup .inner.with-arrow[data-v-546b16a2]:after,.trigger-type.primary-right.secondary-top .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{top:.8em!important}.trigger-type.primary-right.secondary-bottom .trigger-popup .inner[data-v-546b16a2]{margin-right:1em!important}.trigger-type.primary-right.secondary-bottom .trigger-popup .inner.with-arrow[data-v-546b16a2]:after{content:""!important;position:absolute!important;width:0!important;height:0!important;left:100%!important;border-bottom:12px solid rgba(0,0,0,0)!important;border-top:12px solid rgba(0,0,0,0)!important;border-left-width:12px;border-left-style:solid!important;z-index:0!important}.trigger-type.primary-right.secondary-bottom .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{content:""!important;position:absolute!important;width:0!important;height:0!important;left:100%!important;border-bottom:10px solid rgba(0,0,0,0)!important;border-top:10px solid rgba(0,0,0,0)!important;border-left-width:10px;border-left-style:solid!important;border-left-color:currentColor!important;z-index:1!important;margin-bottom:2px!important}.trigger-type.primary-right.secondary-bottom .trigger-popup .inner.with-arrow[data-v-546b16a2]:after,.trigger-type.primary-right.secondary-bottom .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{bottom:.8em!important}.trigger-type.primary-right.secondary-center .trigger-popup .inner[data-v-546b16a2]{margin-right:1em!important}.trigger-type.primary-right.secondary-center .trigger-popup .inner.with-arrow[data-v-546b16a2]:after{content:""!important;position:absolute!important;width:0!important;height:0!important;left:100%!important;border-bottom:12px solid rgba(0,0,0,0)!important;border-top:12px solid rgba(0,0,0,0)!important;border-left-width:12px;border-left-style:solid!important;z-index:0!important}.trigger-type.primary-right.secondary-center .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{content:""!important;position:absolute!important;width:0!important;height:0!important;left:100%!important;border-bottom:10px solid rgba(0,0,0,0)!important;border-top:10px solid rgba(0,0,0,0)!important;border-left-width:10px;border-left-style:solid!important;border-left-color:currentColor!important;z-index:1!important;margin-top:2px!important}.trigger-type.primary-right.secondary-center .trigger-popup .inner.with-arrow[data-v-546b16a2]:after,.trigger-type.primary-right.secondary-center .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{top:.8em!important}.trigger-type.primary-top.secondary-left .trigger-popup .inner[data-v-546b16a2]{margin-top:1em!important}.trigger-type.primary-top.secondary-left .trigger-popup .inner.with-arrow[data-v-546b16a2]:after{content:""!important;position:absolute!important;width:0!important;height:0!important;top:-12px!important;border-left:12px solid rgba(0,0,0,0)!important;border-right:12px solid rgba(0,0,0,0)!important;border-bottom-width:12px;border-bottom-style:solid!important;z-index:0!important}.trigger-type.primary-top.secondary-left .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{content:""!important;position:absolute!important;width:0!important;height:0!important;top:-10px!important;border-left:10px solid rgba(0,0,0,0)!important;border-right:10px solid rgba(0,0,0,0)!important;border-bottom-width:10px;border-bottom-style:solid!important;border-bottom-color:currentColor!important;z-index:1!important;margin-left:2px!important}.trigger-type.primary-top.secondary-left .trigger-popup .inner.with-arrow[data-v-546b16a2]:after,.trigger-type.primary-top.secondary-left .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{left:.8em!important}.trigger-type.primary-top.secondary-right .trigger-popup .inner[data-v-546b16a2]{margin-top:1em!important}.trigger-type.primary-top.secondary-right .trigger-popup .inner.with-arrow[data-v-546b16a2]:after{content:""!important;position:absolute!important;width:0!important;height:0!important;top:-12px!important;border-left:12px solid rgba(0,0,0,0)!important;border-right:12px solid rgba(0,0,0,0)!important;border-bottom-width:12px;border-bottom-style:solid!important;z-index:0!important}.trigger-type.primary-top.secondary-right .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{content:""!important;position:absolute!important;width:0!important;height:0!important;top:-10px!important;border-left:10px solid rgba(0,0,0,0)!important;border-right:10px solid rgba(0,0,0,0)!important;border-bottom-width:10px;border-bottom-style:solid!important;border-bottom-color:currentColor!important;z-index:1!important;margin-right:2px!important}.trigger-type.primary-top.secondary-right .trigger-popup .inner.with-arrow[data-v-546b16a2]:after,.trigger-type.primary-top.secondary-right .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{right:.8em!important}.trigger-type.primary-top.secondary-bottom .trigger-popup .inner[data-v-546b16a2]{margin-top:1em!important}.trigger-type.primary-top.secondary-bottom .trigger-popup .inner.with-arrow[data-v-546b16a2]:after{content:""!important;position:absolute!important;width:0!important;height:0!important;top:-12px!important;border-left:12px solid rgba(0,0,0,0)!important;border-right:12px solid rgba(0,0,0,0)!important;border-bottom-width:12px;border-bottom-style:solid!important;z-index:0!important}.trigger-type.primary-top.secondary-bottom .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{content:""!important;position:absolute!important;width:0!important;height:0!important;top:-10px!important;border-left:10px solid rgba(0,0,0,0)!important;border-right:10px solid rgba(0,0,0,0)!important;border-bottom-width:10px;border-bottom-style:solid!important;border-bottom-color:currentColor!important;z-index:1!important;margin-left:2px!important}.trigger-type.primary-top.secondary-bottom .trigger-popup .inner.with-arrow[data-v-546b16a2]:after,.trigger-type.primary-top.secondary-bottom .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{bottom:.8em!important}.trigger-type.primary-top.secondary-center .trigger-popup .inner[data-v-546b16a2]{margin-top:1em!important}.trigger-type.primary-top.secondary-center .trigger-popup .inner.with-arrow[data-v-546b16a2]:after{content:""!important;position:absolute!important;width:0!important;height:0!important;top:-12px!important;border-left:12px solid rgba(0,0,0,0)!important;border-right:12px solid rgba(0,0,0,0)!important;border-bottom-width:12px;border-bottom-style:solid!important;z-index:0!important}.trigger-type.primary-top.secondary-center .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{content:""!important;position:absolute!important;width:0!important;height:0!important;top:-10px!important;border-left:10px solid rgba(0,0,0,0)!important;border-right:10px solid rgba(0,0,0,0)!important;border-bottom-width:10px;border-bottom-style:solid!important;border-bottom-color:currentColor!important;z-index:1!important;margin-left:2px!important}.trigger-type.primary-top.secondary-center .trigger-popup .inner.with-arrow[data-v-546b16a2]:after,.trigger-type.primary-top.secondary-center .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{left:.8em!important}.trigger-type.primary-bottom.secondary-left .trigger-popup .inner[data-v-546b16a2]{margin-bottom:1em!important}.trigger-type.primary-bottom.secondary-left .trigger-popup .inner.with-arrow[data-v-546b16a2]:after{content:""!important;position:absolute!important;width:0!important;height:0!important;bottom:-12px!important;border-left:12px solid rgba(0,0,0,0)!important;border-right:12px solid rgba(0,0,0,0)!important;border-top-width:12px;border-top-style:solid!important;z-index:0!important}.trigger-type.primary-bottom.secondary-left .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{content:""!important;position:absolute!important;width:0!important;height:0!important;bottom:-10px!important;border-left:10px solid rgba(0,0,0,0)!important;border-right:10px solid rgba(0,0,0,0)!important;border-top-width:10px;border-top-style:solid!important;border-top-color:currentColor!important;z-index:1!important;margin-left:2px!important}.trigger-type.primary-bottom.secondary-left .trigger-popup .inner.with-arrow[data-v-546b16a2]:after,.trigger-type.primary-bottom.secondary-left .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{left:.8em!important}.trigger-type.primary-bottom.secondary-right .trigger-popup .inner[data-v-546b16a2]{margin-bottom:1em!important}.trigger-type.primary-bottom.secondary-right .trigger-popup .inner.with-arrow[data-v-546b16a2]:after{content:""!important;position:absolute!important;width:0!important;height:0!important;bottom:-12px!important;border-left:12px solid rgba(0,0,0,0)!important;border-right:12px solid rgba(0,0,0,0)!important;border-top-width:12px;border-top-style:solid!important;z-index:0!important}.trigger-type.primary-bottom.secondary-right .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{content:""!important;position:absolute!important;width:0!important;height:0!important;bottom:-10px!important;border-left:10px solid rgba(0,0,0,0)!important;border-right:10px solid rgba(0,0,0,0)!important;border-top-width:10px;border-top-style:solid!important;border-top-color:currentColor!important;z-index:1!important;margin-right:2px!important}.trigger-type.primary-bottom.secondary-right .trigger-popup .inner.with-arrow[data-v-546b16a2]:after,.trigger-type.primary-bottom.secondary-right .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{right:.8em!important}.trigger-type.primary-bottom.secondary-top .trigger-popup .inner[data-v-546b16a2]{margin-bottom:1em!important}.trigger-type.primary-bottom.secondary-top .trigger-popup .inner.with-arrow[data-v-546b16a2]:after{content:""!important;position:absolute!important;width:0!important;height:0!important;bottom:-12px!important;border-left:12px solid rgba(0,0,0,0)!important;border-right:12px solid rgba(0,0,0,0)!important;border-top-width:12px;border-top-style:solid!important;z-index:0!important}.trigger-type.primary-bottom.secondary-top .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{content:""!important;position:absolute!important;width:0!important;height:0!important;bottom:-10px!important;border-left:10px solid rgba(0,0,0,0)!important;border-right:10px solid rgba(0,0,0,0)!important;border-top-width:10px;border-top-style:solid!important;border-top-color:currentColor!important;z-index:1!important;margin-left:2px!important}.trigger-type.primary-bottom.secondary-top .trigger-popup .inner.with-arrow[data-v-546b16a2]:after,.trigger-type.primary-bottom.secondary-top .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{top:.8em!important}.trigger-type.primary-bottom.secondary-center .trigger-popup .inner[data-v-546b16a2]{margin-bottom:1em!important}.trigger-type.primary-bottom.secondary-center .trigger-popup .inner.with-arrow[data-v-546b16a2]:after{content:""!important;position:absolute!important;width:0!important;height:0!important;bottom:-12px!important;border-left:12px solid rgba(0,0,0,0)!important;border-right:12px solid rgba(0,0,0,0)!important;border-top-width:12px;border-top-style:solid!important;z-index:0!important}.trigger-type.primary-bottom.secondary-center .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{content:""!important;position:absolute!important;width:0!important;height:0!important;bottom:-10px!important;border-left:10px solid rgba(0,0,0,0)!important;border-right:10px solid rgba(0,0,0,0)!important;border-top-width:10px;border-top-style:solid!important;border-top-color:currentColor!important;z-index:1!important;margin-left:2px!important}.trigger-type.primary-bottom.secondary-center .trigger-popup .inner.with-arrow[data-v-546b16a2]:after,.trigger-type.primary-bottom.secondary-center .trigger-popup .inner.with-arrow[data-v-546b16a2]:before{left:.8em!important}.trigger-type.primary-right .trigger-popup .inner .close[data-v-546b16a2],.trigger-type.secondary-right .trigger-popup .inner .close[data-v-546b16a2]{left:-.5em!important;right:auto!important}.message-list[data-v-e91d6ee6]{padding:1em!important}a.link[data-v-f3b844b0],a.link[data-v-f3b844b0]:hover,a.link[data-v-f3b844b0]:visited{text-decoration:none!important;color:inherit!important}.wrapper[data-v-d1b83cd8]{position:fixed!important;background:rgba(0,0,0,.3)!important;top:0!important;bottom:0!important;left:0!important;right:0!important;z-index:10000000000!important;font-size:calc(1em + 1px)!important}.wrapper>ul[data-v-d1b83cd8]{border-top-left-radius:1em!important;border-top-right-radius:1em!important;margin:0!important;position:absolute!important;bottom:0!important;width:100%!important;max-height:100%!important;overflow-y:auto!important}.wrapper>ul>li[data-v-d1b83cd8]{background:#fff!important;padding:0!important;margin:0!important;list-style:none!important;border-top:1px solid #f1f2f7!important}.wrapper>ul>li>*[data-v-d1b83cd8]{padding:1em 1.4em!important;display:block!important}.wrapper>ul>li>* .icon[data-v-d1b83cd8]{margin-right:.9em!important;font-size:1.3em!important}.wrapper>ul>li[data-v-d1b83cd8]>:hover{background:#f1f2f7!important}.wrapper>ul>li.devided>*[data-v-d1b83cd8]{padding-top:1.4em!important;padding-bottom:1.4em!important}.online-chat-root .svg-icon-background-wrapper>*[data-v-1e7b39ea]{margin:0 auto!important}.trigger-round-item[data-v-6f24f278]{position:relative!important;text-align:center!important;border-radius:50%!important;line-height:100%!important;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.33)!important;box-shadow:0 1px 3px 0 rgba(0,0,0,.33)!important}.trigger-round-item .icon-wrapper[data-v-6f24f278]{line-height:.7em!important;font-family:arial,"sans-serif"!important}.trigger-round-item .icon[data-v-6f24f278]{font-size:.6em!important}.trigger-round-item img[data-v-6f24f278]{border-radius:50%!important;width:100%!important;height:100%!important}.badge[data-v-46c5148e]{height:1.588em!important;line-height:1.588em!important;min-width:1.588em!important;text-align:center!important;display:inline-block!important;border-radius:50%!important;-webkit-animation:badge-46c5148e 10s infinite;animation:badge-46c5148e 10s infinite}.primary-left-right .classic-trigger-badge .badge-number[data-v-46c5148e]{-webkit-transform:rotate(90deg)!important;-ms-transform:rotate(90deg)!important;transform:rotate(90deg)!important}@-webkit-keyframes badge-46c5148e{50%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}55%{-webkit-transform:rotateY(1turn);transform:rotateY(1turn)}60%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@keyframes badge-46c5148e{50%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}55%{-webkit-transform:rotateY(1turn);transform:rotateY(1turn)}60%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}.round-trigger-badge[data-v-235b9006]{font-size:.2em!important;line-height:1em!important;position:absolute!important;right:0!important;top:0!important;z-index:1!important}.trigger-menu[data-v-69b578ee]{margin:0!important;position:absolute!important;top:1em!important}.trigger-menu>li[data-v-69b578ee]{list-style:none!important;padding:0!important;margin:.18em 0 0!important;-webkit-transition:-webkit-transform .1s linear!important;transition:-webkit-transform .1s linear!important;-o-transition:transform .1s linear!important;transition:transform .1s linear!important;transition:transform .1s linear, -webkit-transform .1s linear!important}.trigger-menu>li[data-v-69b578ee]:hover{-webkit-transform:scale(1.1)!important;-ms-transform:scale(1.1)!important;transform:scale(1.1)!important}.trigger-menu>li:hover .descr[data-v-69b578ee]{display:block!important}.descr[data-v-69b578ee]{display:none!important;position:absolute!important;left:100%!important;margin-left:.5em!important}.descr>span[data-v-69b578ee]{background:#fff!important;border:1px solid #e1e5eb!important;color:#000!important;padding:.5em 1em!important;white-space:nowrap!important;border-radius:.5em!important;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.13)!important;box-shadow:0 1px 3px 0 rgba(0,0,0,.13)!important}.trigger-type.primary-bottom .trigger-menu[data-v-69b578ee],.trigger-type.secondary-bottom .trigger-menu[data-v-69b578ee]{bottom:1em!important;top:auto!important}.trigger-type.primary-bottom .trigger-menu>li[data-v-69b578ee],.trigger-type.secondary-bottom .trigger-menu>li[data-v-69b578ee]{margin-top:0!important;margin-bottom:.18em!important}.trigger-type.primary-top .trigger-menu[data-v-69b578ee]{top:0!important}.trigger-type.primary-bottom .trigger-menu[data-v-69b578ee]{bottom:0!important}.trigger-type.secondary-right .trigger-menu[data-v-69b578ee]{right:100%!important}.trigger-type.primary-left .trigger-menu[data-v-69b578ee]{right:0!important}.trigger-type.primary-right .descr[data-v-69b578ee],.trigger-type.secondary-right .descr[data-v-69b578ee]{left:auto!important;margin-left:0!important;right:100%!important;margin-right:.5em!important}.trigger-menu[data-v-5eddb51a],.trigger-menu li[data-v-5eddb51a]{margin:0!important}.trigger-menu li[data-v-5eddb51a]{list-style:none!important;padding:0!important;-webkit-transition:background .1s ease!important;-o-transition:background .1s ease!important;transition:background .1s ease!important;white-space:normal!important;font-size:1em!important}.trigger-menu li>a[data-v-5eddb51a]:last-child{border:none!important}.trigger-menu li .icon[data-v-5eddb51a]{font-size:1.2em!important;margin-right:1.17em!important}.trigger-menu li>*[data-v-5eddb51a]{padding:1em 1.4em!important}.dropdown-container[data-v-145f10d8]{position:absolute!important}.trigger-type.secondary-right .dropdown-container[data-v-145f10d8]{right:0!important}.trigger-type.secondary-left .dropdown-container[data-v-145f10d8]{left:0!important}.trigger-type.secondary-bottom .dropdown-container[data-v-145f10d8]{bottom:0!important}.trigger-type.secondary-center .dropdown-container[data-v-145f10d8],.trigger-type.secondary-top .dropdown-container[data-v-145f10d8]{top:0!important}.trigger-type.primary-bottom .dropdown-container[data-v-145f10d8],.trigger-type.primary-bottom .dropdown-container .inner[data-v-145f10d8]{bottom:100%!important}.trigger-type.primary-top .dropdown-container[data-v-145f10d8]{top:100%!important}.trigger-type.primary-right .dropdown-container[data-v-145f10d8]{right:100%!important}.trigger-type.primary-right .dropdown-container .inner[data-v-145f10d8]{right:0!important}.trigger-type.primary-left .dropdown-container[data-v-145f10d8]{left:100%!important}.trigger-type.primary-left-right.secondary-bottom .dropdown-container .inner[data-v-145f10d8]{bottom:0!important}.trigger-type.primary-top-bottom.secondary-right .dropdown-container .inner[data-v-145f10d8]{right:0!important}.trigger-classic[data-v-ebe053fe]{position:relative!important;padding:1em!important;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2)!important;box-shadow:0 0 5px rgba(0,0,0,.2)!important}.classic-trigger-badge[data-v-ebe053fe],.icon[data-v-ebe053fe]{top:.5em!important;font-size:1.5em!important;position:absolute!important}.text[data-v-ebe053fe]{padding-left:2.4em!important;white-space:nowrap!important}.classic-trigger-badge[data-v-ebe053fe]{left:100%!important;margin-left:.3em!important}.classic-trigger-badge>*[data-v-ebe053fe]{font-size:.7em!important}.trigger-type.primary-right.secondary-center .classic-dropdown-container[data-v-ebe053fe],.trigger-type.primary-right.secondary-top .classic-dropdown-container[data-v-ebe053fe]{right:0!important}.trigger-type.primary-right.secondary-bottom .classic-dropdown-container[data-v-ebe053fe]{right:100%!important;top:0!important;bottom:auto!important}.trigger-type.primary-right .classic-dropdown-container[data-v-ebe053fe]{-webkit-transform-origin:top right!important;-ms-transform-origin:top right!important;transform-origin:top right!important;-webkit-transform:rotate(90deg)!important;-ms-transform:rotate(90deg)!important;transform:rotate(90deg)!important}.trigger-type.primary-left.secondary-bottom .classic-dropdown-container[data-v-ebe053fe]{left:0!important;top:auto!important;bottom:0!important}.trigger-type.primary-left.secondary-center .classic-dropdown-container[data-v-ebe053fe],.trigger-type.primary-left.secondary-top .classic-dropdown-container[data-v-ebe053fe]{top:100%!important}.trigger-type.primary-left .classic-dropdown-container[data-v-ebe053fe]{-webkit-transform-origin:top left!important;-ms-transform-origin:top left!important;transform-origin:top left!important;-webkit-transform:rotate(90deg)!important;-ms-transform:rotate(90deg)!important;transform:rotate(90deg)!important}.trigger-type.secondary-right .classic-trigger-badge[data-v-ebe053fe],.trigger-type.secondary-top .classic-trigger-badge[data-v-ebe053fe]{right:100%!important;margin-right:.5em!important;left:auto!important;margin-left:0!important}.pulsate[data-v-e70d1cba]:after,.pulsate[data-v-e70d1cba]:before{content:""!important;display:block!important;position:absolute!important;border:2px solid var(--trigger-background)!important;left:-20px!important;right:-20px!important;top:-20px!important;bottom:-20px!important;border-radius:50%!important;opacity:0;-webkit-animation:pulse-e70d1cba 1.8s;animation:pulse-e70d1cba 1.8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.pulsate[data-v-e70d1cba]:after{-webkit-animation-delay:.5s;animation-delay:.5s;border-width:3px}.is-desktop.pulsate[data-v-e70d1cba]:hover:after,.is-desktop.pulsate[data-v-e70d1cba]:hover:before{-webkit-animation-play-state:paused!important;animation-play-state:paused!important;display:none!important}@-webkit-keyframes pulse-e70d1cba{0%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}50%{opacity:.4}to{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}}@keyframes pulse-e70d1cba{0%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}50%{opacity:.4}to{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}}.trigger[data-v-7e522b09]{position:fixed!important}.trigger.hidden[data-v-7e522b09]{visibility:hidden!important;opacity:0!important}.n[data-v-20bbf0c9],.s[data-v-20bbf0c9]{cursor:ns-resize!important}.e[data-v-20bbf0c9],.w[data-v-20bbf0c9]{cursor:ew-resize!important}.n.e[data-v-20bbf0c9],.s.w[data-v-20bbf0c9]{cursor:nesw-resize!important}.n.w[data-v-20bbf0c9],.s.e[data-v-20bbf0c9]{cursor:nwse-resize!important}.resize-helper[data-v-20bbf0c9]{position:absolute!important}.resize-helper.active[data-v-20bbf0c9]{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.resize-helper.angle[data-v-20bbf0c9],.resize-helper.n[data-v-20bbf0c9],.resize-helper.s[data-v-20bbf0c9]{height:3px!important}.resize-helper.n[data-v-20bbf0c9],.resize-helper.s[data-v-20bbf0c9]{left:0!important;right:0!important}.resize-helper.e[data-v-20bbf0c9],.resize-helper.w[data-v-20bbf0c9]{top:0!important;bottom:0!important}.resize-helper.angle[data-v-20bbf0c9],.resize-helper.e[data-v-20bbf0c9],.resize-helper.w[data-v-20bbf0c9]{width:3px!important}.resize-helper.n.e[data-v-20bbf0c9],.resize-helper.n.w[data-v-20bbf0c9]{bottom:auto!important}.resize-helper.s.e[data-v-20bbf0c9],.resize-helper.s.w[data-v-20bbf0c9]{top:auto!important}.resize-helper.n[data-v-20bbf0c9]{top:0!important}.resize-helper.s[data-v-20bbf0c9]{bottom:0!important}.resize-helper.e[data-v-20bbf0c9]{left:auto!important;right:0!important}.resize-helper.w[data-v-20bbf0c9]{right:auto!important;left:0!important}.draggable[data-v-8cbb07ce]{position:absolute!important}.draggable.fixed[data-v-8cbb07ce]{position:fixed!important}.draggable.drag-active[data-v-8cbb07ce]{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.draggable.drag-active.scale-when-drag[data-v-8cbb07ce]{-webkit-transform:scale(1.05)!important;-ms-transform:scale(1.05)!important;transform:scale(1.05)!important}.draggable.scale-when-drag[data-v-8cbb07ce]{-webkit-transition:-webkit-transform .2s ease,-webkit-box-shadow .2s ease!important;transition:-webkit-transform .2s ease,-webkit-box-shadow .2s ease!important;-o-transition:transform .2s ease,box-shadow .2s ease!important;transition:transform .2s ease,box-shadow .2s ease!important;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease,-webkit-box-shadow .2s ease!important}.device-type-desktop .widget-root[data-v-6bf4b5c1]{opacity:.9!important}.loader[data-v-ad10317e]{font-size:5em!important}.online-chat-widget-container[data-v-0b37691e]{-webkit-transition:border-radius .2s ease!important;-o-transition:border-radius .2s ease!important;transition:border-radius .2s ease!important;overflow:hidden!important}.touch.online-chat-widget-draggable-wrapper[data-v-0b37691e]{position:fixed!important;top:0!important;bottom:0!important;left:0!important;right:0!important;z-index:2147483647!important}.touch.online-chat-widget-draggable-wrapper.text-input-focused[data-v-0b37691e]{height:100%!important;height:-moz-available!important;height:-webkit-fill-available!important;height:stretch!important}.touch.online-chat-widget-draggable-wrapper .online-chat-widget-container[data-v-0b37691e]{border:none!important;border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.online-chat-widget-draggable-wrapper.stick-to-top>.widget-root[data-v-0b37691e]{border-top-left-radius:0!important;border-top-right-radius:0!important}.online-chat-widget-draggable-wrapper.stick-to-bottom>.widget-root[data-v-0b37691e]{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.operator-avatar[data-v-dc90620e]{display:inline-block!important;position:relative!important;width:2em!important;height:2em!important}.operator-avatar img[data-v-dc90620e]{border-radius:30em!important;line-height:0!important;width:100%!important;height:100%!important}.operator-avatar.with-border[data-v-dc90620e]{padding:2px!important;border-radius:30em!important}.popup-notification[data-v-01af90ff]{padding:1em!important;position:fixed!important;left:1em!important;bottom:1em!important;width:300px!important;border-radius:.5em!important}.device-type-mobile .popup-notification[data-v-01af90ff]{width:auto!important;right:1em!important}.avatar[data-v-01af90ff]{width:2.5em!important;height:2.5em!important}.operator-name[data-v-01af90ff]{opacity:.8!important}.mobile[data-v-01af90ff]{background:hsla(0,0%,100%,.2)!important;height:2em!important;width:2em!important;padding:.5em!important;border-radius:50%!important;margin:-.5em -.5em -.5em 0!important}.popup-notification[data-v-01af90ff] button.primary.inverse{background:rgba(0,0,0,0)!important;border:1px solid!important;color:inherit!important;-webkit-box-shadow:none!important;box-shadow:none!important}div.support-widget-not-ready{opacity:0!important}/*!
* CleanSlate
*   github.com/premasagar/cleanslate
*
*/.online-chat-root,.online-chat-root *{scroll-behavior:initial!important}.online-chat-root input::-webkit-input-placeholder, .online-chat-root textarea::-webkit-input-placeholder{-webkit-box-flex:initial!important;-webkit-flex:initial!important;flex:initial!important;background-attachment:scroll!important;background-color:rgba(0,0,0,0)!important;background-image:none!important;background-position:0 0!important;background-repeat:repeat!important;border-radius:0!important;border:none!important;bottom:auto!important;clear:none!important;clip:auto!important;color:inherit!important;counter-increment:none!important;counter-reset:none!important;cursor:auto!important;direction:inherit!important;display:inline!important;float:none!important;font-family:inherit!important;font-size:inherit!important;font-style:inherit!important;font-variant:normal!important;font-weight:inherit!important;height:auto!important;left:auto!important;letter-spacing:normal!important;line-height:inherit!important;list-style-type:inherit!important;list-style-position:outside!important;list-style-image:none!important;margin:0!important;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;opacity:1!important;outline:medium none invert!important;overflow:visible!important;padding:0!important;position:static!important;quotes:"" ""!important;right:auto!important;table-layout:auto!important;text-align:inherit!important;text-decoration:inherit!important;text-indent:0!important;text-transform:none!important;top:auto!important;unicode-bidi:normal!important;vertical-align:baseline!important;visibility:inherit!important;white-space:normal!important;width:auto!important;word-spacing:normal!important;z-index:auto!important;background-origin:padding-box!important;background-clip:border-box!important;background-size:auto!important;border-image:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;-webkit-column-gap:normal!important;column-gap:normal!important;-webkit-column-rule:medium none #000!important;column-rule:medium none #000!important;-webkit-column-span:1!important;column-span:1!important;-webkit-columns:auto!important;columns:auto!important;-webkit-font-feature-settings:normal!important;font-feature-settings:normal!important;overflow-x:visible!important;overflow-y:visible!important;-webkit-hyphens:manual!important;hyphens:manual!important;-webkit-perspective:none!important;perspective:none!important;-webkit-perspective-origin:50% 50%!important;perspective-origin:50% 50%!important;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;text-shadow:none!important;-webkit-transition:all 0s ease 0s!important;transition:all 0s ease 0s!important;-webkit-transform:none!important;transform:none!important;-webkit-transform-origin:50% 50%!important;transform-origin:50% 50%!important;-webkit-transform-style:flat!important;transform-style:flat!important;word-break:normal!important;-webkit-align-content:initial!important;align-content:initial!important;-webkit-box-align:initial!important;-webkit-align-items:initial!important;align-items:initial!important;-webkit-align-self:initial!important;align-self:initial!important;alignment-baseline:initial!important;user-select:initial!important;-webkit-user-select:initial!important;-webkit-flex-wrap:initial!important;flex-wrap:initial!important;-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important;-webkit-text-fill-color:initial;-webkit-text-size-adjust:initial!important;text-size-adjust:initial!important;caret-color:currentColor!important}.online-chat-root input::-moz-placeholder, .online-chat-root textarea::-moz-placeholder{flex:initial!important;background-attachment:scroll!important;background-color:rgba(0,0,0,0)!important;background-image:none!important;background-position:0 0!important;background-repeat:repeat!important;border-radius:0!important;border:none!important;bottom:auto!important;clear:none!important;clip:auto!important;color:inherit!important;counter-increment:none!important;counter-reset:none!important;cursor:auto!important;direction:inherit!important;display:inline!important;float:none!important;font-family:inherit!important;font-size:inherit!important;font-style:inherit!important;font-variant:normal!important;font-weight:inherit!important;height:auto!important;left:auto!important;letter-spacing:normal!important;line-height:inherit!important;list-style-type:inherit!important;list-style-position:outside!important;list-style-image:none!important;margin:0!important;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;opacity:1!important;outline:medium none invert!important;overflow:visible!important;padding:0!important;position:static!important;quotes:"" ""!important;right:auto!important;table-layout:auto!important;text-align:inherit!important;text-decoration:inherit!important;text-indent:0!important;text-transform:none!important;top:auto!important;unicode-bidi:normal!important;vertical-align:baseline!important;visibility:inherit!important;white-space:normal!important;width:auto!important;word-spacing:normal!important;z-index:auto!important;background-origin:padding-box!important;background-clip:border-box!important;background-size:auto!important;border-image:none!important;box-shadow:none!important;box-sizing:border-box!important;-moz-column-gap:normal!important;column-gap:normal!important;-moz-column-rule:medium none #000!important;column-rule:medium none #000!important;-moz-column-span:1!important;column-span:1!important;-moz-columns:auto!important;columns:auto!important;font-feature-settings:normal!important;overflow-x:visible!important;overflow-y:visible!important;hyphens:manual!important;perspective:none!important;perspective-origin:50% 50%!important;backface-visibility:visible!important;text-shadow:none!important;-moz-transition:all 0s ease 0s!important;transition:all 0s ease 0s!important;transform:none!important;transform-origin:50% 50%!important;transform-style:flat!important;word-break:normal!important;align-content:initial!important;align-items:initial!important;align-self:initial!important;alignment-baseline:initial!important;-moz-user-select:initial!important;user-select:initial!important;-webkit-user-select:initial!important;flex-wrap:initial!important;flex-direction:row!important;-webkit-text-fill-color:initial;-moz-text-size-adjust:initial!important;text-size-adjust:initial!important;caret-color:currentColor!important}.online-chat-root input:-ms-input-placeholder, .online-chat-root textarea:-ms-input-placeholder{-ms-flex:initial!important;flex:initial!important;background-attachment:scroll!important;background-color:rgba(0,0,0,0)!important;background-image:none!important;background-position:0 0!important;background-repeat:repeat!important;border-radius:0!important;border:none!important;bottom:auto!important;clear:none!important;clip:auto!important;color:inherit!important;counter-increment:none!important;counter-reset:none!important;cursor:auto!important;direction:inherit!important;display:inline!important;float:none!important;font-family:inherit!important;font-size:inherit!important;font-style:inherit!important;font-variant:normal!important;font-weight:inherit!important;height:auto!important;left:auto!important;letter-spacing:normal!important;line-height:inherit!important;list-style-type:inherit!important;list-style-position:outside!important;list-style-image:none!important;margin:0!important;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;opacity:1!important;outline:medium none invert!important;overflow:visible!important;padding:0!important;position:static!important;quotes:"" ""!important;right:auto!important;table-layout:auto!important;text-align:inherit!important;text-decoration:inherit!important;text-indent:0!important;text-transform:none!important;top:auto!important;unicode-bidi:normal!important;vertical-align:baseline!important;visibility:inherit!important;white-space:normal!important;width:auto!important;word-spacing:normal!important;z-index:auto!important;background-origin:padding-box!important;background-clip:border-box!important;background-size:auto!important;border-image:none!important;box-shadow:none!important;box-sizing:border-box!important;column-gap:normal!important;column-rule:medium none #000!important;column-span:1!important;columns:auto!important;font-feature-settings:normal!important;overflow-x:visible!important;overflow-y:visible!important;-ms-hyphens:manual!important;hyphens:manual!important;perspective:none!important;perspective-origin:50% 50%!important;backface-visibility:visible!important;text-shadow:none!important;-ms-transition:all 0s ease 0s!important;transition:all 0s ease 0s!important;-ms-transform:none!important;transform:none!important;-ms-transform-origin:50% 50%!important;transform-origin:50% 50%!important;transform-style:flat!important;word-break:normal!important;-ms-flex-line-pack:initial!important;align-content:initial!important;-ms-flex-align:initial!important;align-items:initial!important;-ms-flex-item-align:initial!important;align-self:initial!important;alignment-baseline:initial!important;-ms-user-select:initial!important;user-select:initial!important;-webkit-user-select:initial!important;-ms-flex-wrap:initial!important;flex-wrap:initial!important;-ms-flex-direction:row!important;flex-direction:row!important;-webkit-text-fill-color:initial;-ms-text-size-adjust:initial!important;text-size-adjust:initial!important;caret-color:currentColor!important}.online-chat-root input::-ms-input-placeholder, .online-chat-root textarea::-ms-input-placeholder{-ms-flex:initial!important;flex:initial!important;background-attachment:scroll!important;background-color:rgba(0,0,0,0)!important;background-image:none!important;background-position:0 0!important;background-repeat:repeat!important;border-radius:0!important;border:none!important;bottom:auto!important;clear:none!important;clip:auto!important;color:inherit!important;counter-increment:none!important;counter-reset:none!important;cursor:auto!important;direction:inherit!important;display:inline!important;float:none!important;font-family:inherit!important;font-size:inherit!important;font-style:inherit!important;font-variant:normal!important;font-weight:inherit!important;height:auto!important;left:auto!important;letter-spacing:normal!important;line-height:inherit!important;list-style-type:inherit!important;list-style-position:outside!important;list-style-image:none!important;margin:0!important;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;opacity:1!important;outline:medium none invert!important;overflow:visible!important;padding:0!important;position:static!important;quotes:"" ""!important;right:auto!important;table-layout:auto!important;text-align:inherit!important;text-decoration:inherit!important;text-indent:0!important;text-transform:none!important;top:auto!important;unicode-bidi:normal!important;vertical-align:baseline!important;visibility:inherit!important;white-space:normal!important;width:auto!important;word-spacing:normal!important;z-index:auto!important;background-origin:padding-box!important;background-clip:border-box!important;background-size:auto!important;border-image:none!important;box-shadow:none!important;box-sizing:border-box!important;column-gap:normal!important;column-rule:medium none #000!important;column-span:1!important;columns:auto!important;font-feature-settings:normal!important;overflow-x:visible!important;overflow-y:visible!important;-ms-hyphens:manual!important;hyphens:manual!important;perspective:none!important;perspective-origin:50% 50%!important;backface-visibility:visible!important;text-shadow:none!important;-ms-transition:all 0s ease 0s!important;transition:all 0s ease 0s!important;-ms-transform:none!important;transform:none!important;-ms-transform-origin:50% 50%!important;transform-origin:50% 50%!important;transform-style:flat!important;word-break:normal!important;-ms-flex-line-pack:initial!important;align-content:initial!important;-ms-flex-align:initial!important;align-items:initial!important;-ms-flex-item-align:initial!important;align-self:initial!important;alignment-baseline:initial!important;-ms-user-select:initial!important;user-select:initial!important;-webkit-user-select:initial!important;-ms-flex-wrap:initial!important;flex-wrap:initial!important;-ms-flex-direction:row!important;flex-direction:row!important;-webkit-text-fill-color:initial;-ms-text-size-adjust:initial!important;text-size-adjust:initial!important;caret-color:currentColor!important}.online-chat-root,.online-chat-root a,.online-chat-root audio,.online-chat-root b,.online-chat-root button,.online-chat-root div,.online-chat-root form,.online-chat-root h1,.online-chat-root h2,.online-chat-root h3,.online-chat-root h4,.online-chat-root h5,.online-chat-root h6,.online-chat-root hr,.online-chat-root i,.online-chat-root iframe,.online-chat-root img,.online-chat-root input,.online-chat-root input::placeholder,.online-chat-root label,.online-chat-root li,.online-chat-root ol,.online-chat-root option,.online-chat-root p,.online-chat-root path,.online-chat-root pre,.online-chat-root select,.online-chat-root span,.online-chat-root strong,.online-chat-root sup,.online-chat-root svg,.online-chat-root table,.online-chat-root tbody,.online-chat-root td,.online-chat-root textarea,.online-chat-root textarea::placeholder,.online-chat-root tfoot,.online-chat-root th,.online-chat-root thead,.online-chat-root tr,.online-chat-root ul{-webkit-box-flex:initial!important;-webkit-flex:initial!important;-ms-flex:initial!important;flex:initial!important;background-attachment:scroll!important;background-color:rgba(0,0,0,0)!important;background-image:none!important;background-position:0 0!important;background-repeat:repeat!important;border-radius:0!important;border:none!important;bottom:auto!important;clear:none!important;clip:auto!important;color:inherit!important;counter-increment:none!important;counter-reset:none!important;cursor:auto!important;direction:inherit!important;display:inline!important;float:none!important;font-family:inherit!important;font-size:inherit!important;font-style:inherit!important;font-variant:normal!important;font-weight:inherit!important;height:auto!important;left:auto!important;letter-spacing:normal!important;line-height:inherit!important;list-style-type:inherit!important;list-style-position:outside!important;list-style-image:none!important;margin:0!important;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;opacity:1!important;outline:medium none invert!important;overflow:visible!important;padding:0!important;position:static!important;quotes:"" ""!important;right:auto!important;table-layout:auto!important;text-align:inherit!important;text-decoration:inherit!important;text-indent:0!important;text-transform:none!important;top:auto!important;unicode-bidi:normal!important;vertical-align:baseline!important;visibility:inherit!important;white-space:normal!important;width:auto!important;word-spacing:normal!important;z-index:auto!important;background-origin:padding-box!important;background-clip:border-box!important;background-size:auto!important;-o-border-image:none!important;border-image:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;-webkit-column-gap:normal!important;-moz-column-gap:normal!important;column-gap:normal!important;-webkit-column-rule:medium none #000!important;-moz-column-rule:medium none #000!important;column-rule:medium none #000!important;-webkit-column-span:1!important;-moz-column-span:1!important;column-span:1!important;-webkit-columns:auto!important;-moz-columns:auto!important;columns:auto!important;-webkit-font-feature-settings:normal!important;font-feature-settings:normal!important;overflow-x:visible!important;overflow-y:visible!important;-webkit-hyphens:manual!important;-ms-hyphens:manual!important;hyphens:manual!important;-webkit-perspective:none!important;perspective:none!important;-webkit-perspective-origin:50% 50%!important;perspective-origin:50% 50%!important;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;text-shadow:none!important;-webkit-transition:all 0s ease 0s!important;-o-transition:all 0s ease 0s!important;transition:all 0s ease 0s!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transform-origin:50% 50%!important;-ms-transform-origin:50% 50%!important;transform-origin:50% 50%!important;-webkit-transform-style:flat!important;transform-style:flat!important;word-break:normal!important;-webkit-align-content:initial!important;-ms-flex-line-pack:initial!important;align-content:initial!important;-webkit-box-align:initial!important;-webkit-align-items:initial!important;-ms-flex-align:initial!important;align-items:initial!important;-webkit-align-self:initial!important;-ms-flex-item-align:initial!important;align-self:initial!important;alignment-baseline:initial!important;-moz-user-select:initial!important;-ms-user-select:initial!important;user-select:initial!important;-webkit-user-select:initial!important;-webkit-flex-wrap:initial!important;-ms-flex-wrap:initial!important;flex-wrap:initial!important;-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important;-webkit-text-fill-color:initial;-webkit-text-size-adjust:initial!important;-moz-text-size-adjust:initial!important;-ms-text-size-adjust:initial!important;text-size-adjust:initial!important;caret-color:currentColor!important}.online-chat-root,.online-chat-root div,.online-chat-root form,.online-chat-root h1,.online-chat-root h2,.online-chat-root h3,.online-chat-root h4,.online-chat-root h5,.online-chat-root h6,.online-chat-root hr,.online-chat-root ol,.online-chat-root option,.online-chat-root p,.online-chat-root pre,.online-chat-root ul{display:block!important}.online-chat-root b,.online-chat-root strong{font-weight:700!important}.online-chat-root br{display:inline!important;display:initial!important}.online-chat-root h1,.online-chat-root h2,.online-chat-root h3,.online-chat-root h4,.online-chat-root h5,.online-chat-root h6{font-weight:700!important}.online-chat-root h1{font-size:2em!important;padding:.67em 0!important}.online-chat-root h2{font-size:1.5em!important;padding:.83em 0!important}.online-chat-root h3{font-size:1.17em!important;padding:.83em 0!important}.online-chat-root h4{font-size:1em!important}.online-chat-root h5{font-size:.83em!important}.online-chat-root p{margin:1em 0!important}.online-chat-root table{display:table!important}.online-chat-root thead{display:table-header-group!important}.online-chat-root tbody{display:table-row-group!important}.online-chat-root tfoot{display:table-footer-group!important}.online-chat-root tr{display:table-row!important}.online-chat-root td,.online-chat-root th{display:table-cell!important;padding:2px!important}.online-chat-root ol,.online-chat-root ul{margin:1em 0!important}.online-chat-root ol li,.online-chat-root ol ol li,.online-chat-root ol ol ol li,.online-chat-root ol ol ul li,.online-chat-root ol ul ul li,.online-chat-root ul li,.online-chat-root ul ol ol li,.online-chat-root ul ul li,.online-chat-root ul ul ol li,.online-chat-root ul ul ul li{list-style-position:inside!important;margin-top:.08em!important}.online-chat-root ol ol,.online-chat-root ol ol ol,.online-chat-root ol ol ul,.online-chat-root ol ul,.online-chat-root ol ul ul,.online-chat-root ul ol,.online-chat-root ul ol ol,.online-chat-root ul ul,.online-chat-root ul ul ol,.online-chat-root ul ul ul{padding-left:40px!important;margin:0!important}.online-chat-root nav ol,.online-chat-root nav ul{list-style-type:none!important}.online-chat-root ul{list-style-type:disc!important}.online-chat-root ol{list-style-type:decimal!important}.online-chat-root ol ul,.online-chat-root ul ul{list-style-type:circle!important}.online-chat-root ol ol ul,.online-chat-root ol ul ul,.online-chat-root ul ol ul,.online-chat-root ul ul ul{list-style-type:square!important}.online-chat-root li{display:list-item!important;min-height:auto!important;min-width:auto!important;padding-left:20px!important}.online-chat-root strong{font-weight:700!important}.online-chat-root em{font-style:italic!important}.online-chat-root pre{font-family:monospace!important}.online-chat-root a{color:#00f!important;text-decoration:underline!important}.online-chat-root a:visited{color:#529!important}.online-chat-root a,.online-chat-root a *,.online-chat-root button,.online-chat-root input[type=button],.online-chat-root input[type=checkbox],.online-chat-root input[type=radio],.online-chat-root input[type=submit],.online-chat-root select{cursor:pointer!important}.online-chat-root button,.online-chat-root input[type=submit]{text-align:center!important;padding:2px 6px 3px!important;border-radius:4px!important;text-decoration:none!important;font-family:arial,helvetica,sans-serif!important;font-size:small!important;-webkit-appearance:initial!important;-webkit-box-shadow:1px 1px 0 #eee!important;box-shadow:1px 1px 0 #eee!important;outline:medium none invert!important;outline:initial!important}.online-chat-root button{padding:1px 6px 2px!important;margin-right:5px!important}.online-chat-root input[type=hidden]{display:none!important}.online-chat-root textarea{-webkit-appearance:textarea!important;background:#fff!important;padding:2px!important;margin-left:4px!important;word-wrap:break-word!important;white-space:pre-wrap!important;font-size:11px!important;font-family:inherit!important;line-height:13px!important;resize:both!important}.online-chat-root input,.online-chat-root select,.online-chat-root textarea{border:1px solid #ccc!important}.online-chat-root select{font-size:11px!important;font-family:inherit!important;display:inline-block;-webkit-appearance:initial!important}.online-chat-root input:focus,.online-chat-root textarea:focus{outline:5px auto -webkit-focus-ring-color!important;outline:initial!important}.online-chat-root input[type=email],.online-chat-root input[type=text]{background:#fff!important;padding:1px!important;font-family:inherit!important;font-size:small!important}.online-chat-root input[type=checkbox],.online-chat-root input[type=radio]{border:1px solid #2b2b2b!important;border-radius:4px!important;outline:medium none invert!important;outline:initial!important}.online-chat-root input[type=radio]{margin:2px 2px 3px!important}.online-chat-root input,.online-chat-root select{vertical-align:middle!important}.online-chat-root table{border-collapse:collapse!important;border-spacing:0!important}.online-chat-root hr{display:block!important;height:1px!important;border:0!important;border-top:1px solid #ccc!important;margin:1em 0!important}.online-chat-root [dir=rtl]{direction:rtl!important}.online-chat-root mark{background-color:#ff9!important;color:#000!important;font-style:italic!important;font-weight:700!important}.online-chat-root menu{padding-left:40px!important;padding-top:8px!important}.online-chat-root [hidden]{display:none!important}.online-chat-root sub,.online-chat-root sup{font-size:75%!important;line-height:0!important;position:relative!important;vertical-align:baseline!important}.online-chat-root sup{top:-.5em!important}.online-chat-root sub{bottom:-.25em!important}.online-chat-root img{border:0!important}.online-chat-root textarea{overflow:auto!important;vertical-align:top!important}.online-chat-root pre{white-space:pre!important}.online-chat-root{font-size:medium!important;line-height:1!important;font-family:Times New Roman,Times,serif!important;color:#000!important;font-style:normal!important;font-weight:400!important;text-decoration:none!important;list-style-type:disc!important;direction:ltr!important;text-align:left!important;pointer-events:initial!important;color:#595959!important}.online-chat-root *{pointer-events:inherit!important}.online-chat-root.inherit{font-family:inherit!important;color:inherit!important}.online-chat-root:after,.online-chat-root :after,.online-chat-root:before,.online-chat-root :before{content:unset!important}.online-chat-root .d-flex.vertical{height:100%!important;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.online-chat-root .d-flex.horizontal{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important;width:100%!important}.online-chat-root .d-flex.wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.online-chat-root .d-flex.align-items-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.online-chat-root .d-flex>.filler{-webkit-box-flex:1!important;-webkit-flex:1 1!important;-ms-flex:1 1!important;flex:1 1!important}.online-chat-root .d-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-direction:normal!important}.online-chat-root .flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.online-chat-root .flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.online-chat-root .flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.online-chat-root .flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.online-chat-root .flex-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.online-chat-root .flex-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.online-chat-root .flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.online-chat-root .flex-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.online-chat-root .flex-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.online-chat-root .flex-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.online-chat-root .flex-shrink-0{-webkit-flex-shrink:0!important;-ms-flex-negative:0!important;flex-shrink:0!important}.online-chat-root .flex-shrink-1{-webkit-flex-shrink:1!important;-ms-flex-negative:1!important;flex-shrink:1!important}.online-chat-root .justify-content-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.online-chat-root .justify-content-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.online-chat-root .justify-content-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.online-chat-root .justify-conten-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.online-chat-root .justify-content-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.online-chat-root .align-items-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;align-items:flex-start!important}.online-chat-root .align-items-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-ms-flex-align:end!important;align-items:flex-end!important}.online-chat-root .align-items-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.online-chat-root .align-items-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.online-chat-root .align-items-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.online-chat-root .align-content-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.online-chat-root .align-content-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.online-chat-root .align-content-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.online-chat-root .align-content-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.online-chat-root .align-content-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.online-chat-root .align-content-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.online-chat-root .align-self-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;align-self:auto!important}.online-chat-root .align-self-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.online-chat-root .align-self-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.online-chat-root .align-self-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.online-chat-root .align-self-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.online-chat-root .align-self-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}.online-chat-root .h-100{height:100%!important}.online-chat-root .w-100{width:100%!important}.online-chat-root .mt-2{margin-top:.5em!important}.online-chat-root .mt-3{margin-top:.75em!important}.online-chat-root .mt-4{margin-top:1em!important}.online-chat-root .mt-8{margin-top:2em!important}.online-chat-root .ml-2{margin-left:.5em!important}.online-chat-root .ml-4{margin-left:1em!important}.online-chat-root .mb-2{margin-bottom:.5em!important}.online-chat-root .mb-4{margin-bottom:1em!important}.online-chat-root .mb-8{margin-bottom:2em!important}.online-chat-root .mb-10{margin-bottom:2.5em!important}.online-chat-root .mr-2{margin-right:.5em!important}.online-chat-root .mr-3{margin-right:.75em!important}.online-chat-root .mr-4{margin-right:1em!important}.online-chat-root .p-0{padding:0!important}.online-chat-root .list-enter-active,.online-chat-root .list-leave-active{-webkit-transition:all .3s!important;-o-transition:all .3s!important;transition:all .3s!important}.online-chat-root .list-enter,.online-chat-root .list-leave-to{opacity:0!important;-webkit-transform:translateY(30px)!important;-ms-transform:translateY(30px)!important;transform:translateY(30px)!important}.online-chat-root .zoom-enter-active,.online-chat-root .zoom-leave-active{-webkit-transition:-webkit-transform .1s linear!important;transition:-webkit-transform .1s linear!important;-o-transition:transform .1s linear!important;transition:transform .1s linear!important;transition:transform .1s linear, -webkit-transform .1s linear!important}.online-chat-root .zoom-enter,.online-chat-root .zoom-leave-to,.online-chat-root .zoom-slowly-enter,.online-chat-root .zoom-slowly-leave-to{-webkit-transform:scale(0)!important;-ms-transform:scale(0)!important;transform:scale(0)!important}.online-chat-root .zoom-slowly-enter-active,.online-chat-root .zoom-slowly-leave-active{-webkit-transition:-webkit-transform .2s linear!important;transition:-webkit-transform .2s linear!important;-o-transition:transform .2s linear!important;transition:transform .2s linear!important;transition:transform .2s linear, -webkit-transform .2s linear!important}.online-chat-root .fade-enter-active,.online-chat-root .fade-leave-active{-webkit-transition:opacity .1s!important;-o-transition:opacity .1s!important;transition:opacity .1s!important}.online-chat-root .fade-enter,.online-chat-root .fade-leave-to{opacity:0!important}.online-chat-root .overlay{background:rgba(0,0,0,.6)!important}.online-chat-root .chat-modal-enter-active,.online-chat-root .chat-modal-leave-active{-webkit-transition:background .2s!important;-o-transition:background .2s!important;transition:background .2s!important}.online-chat-root .chat-modal-enter-active>*,.online-chat-root .chat-modal-leave-active>*{-webkit-transition:opacity .2s,-webkit-transform .2s!important;transition:opacity .2s,-webkit-transform .2s!important;-o-transition:transform .2s,opacity .2s!important;transition:transform .2s,opacity .2s!important;transition:transform .2s,opacity .2s,-webkit-transform .2s!important}.online-chat-root .chat-modal-enter,.online-chat-root .chat-modal-leave-to{background:rgba(0,0,0,0)!important}.online-chat-root .chat-modal-enter>*,.online-chat-root .chat-modal-leave-to>*{opacity:0!important;-webkit-transform:translateY(-6em)!important;-ms-transform:translateY(-6em)!important;transform:translateY(-6em)!important}.online-chat-root .trigger-menu-enter-active,.online-chat-root .trigger-menu-enter-active .trigger-round-item,.online-chat-root .trigger-menu-leave-active,.online-chat-root .trigger-menu-leave-active .trigger-round-item{-webkit-transition:-webkit-transform .15s linear!important;transition:-webkit-transform .15s linear!important;-o-transition:transform .15s linear!important;transition:transform .15s linear!important;transition:transform .15s linear, -webkit-transform .15s linear!important}.online-chat-root .trigger-menu-enter .trigger-round-item,.online-chat-root .trigger-menu-leave-to .trigger-round-item{-webkit-transform:scale(0)!important;-ms-transform:scale(0)!important;transform:scale(0)!important}.online-chat-root .rotate-z-enter-active,.online-chat-root .rotate-z-leave-active{-webkit-transition:-webkit-transform .15s!important;transition:-webkit-transform .15s!important;-o-transition:transform .15s!important;transition:transform .15s!important;transition:transform .15s, -webkit-transform .15s!important}.online-chat-root .rotate-z-enter{-webkit-transform:rotate(180deg)!important;-ms-transform:rotate(180deg)!important;transform:rotate(180deg)!important}.online-chat-root .rotate-z-leave-to{-webkit-transform:rotate(-180deg)!important;-ms-transform:rotate(-180deg)!important;transform:rotate(-180deg)!important}.online-chat-root input[type=file]{border:0!important}.online-chat-root input[type=checkbox]{-webkit-appearance:checkbox!important;-moz-appearance:checkbox!important;appearance:checkbox!important}.online-chat-root input[type=radio]{-webkit-appearance:radio!important;-moz-appearance:radio!important;appearance:radio!important}.online-chat-root .like-input,.online-chat-root .like-input:focus,.online-chat-root input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]),.online-chat-root input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]):focus,.online-chat-root select,.online-chat-root select:focus,.online-chat-root textarea,.online-chat-root textarea:focus{background:#fff!important;color:#595959!important;padding:1.05em 1em!important;border-radius:.75em!important;-webkit-transition:border-color .2s ease!important;-o-transition:border-color .2s ease!important;transition:border-color .2s ease!important;width:100%!important;font-size:inherit!important;margin:0!important}.online-chat-root .like-input.with-icon,.online-chat-root .like-input:focus.with-icon,.online-chat-root input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]).with-icon,.online-chat-root input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]):focus.with-icon,.online-chat-root select.with-icon,.online-chat-root select:focus.with-icon,.online-chat-root textarea.with-icon,.online-chat-root textarea:focus.with-icon{padding-left:3em!important}.online-chat-root .like-input.with-icon-right,.online-chat-root .like-input:focus.with-icon-right,.online-chat-root input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]).with-icon-right,.online-chat-root input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]):focus.with-icon-right,.online-chat-root select.with-icon-right,.online-chat-root select:focus.with-icon-right,.online-chat-root textarea.with-icon-right,.online-chat-root textarea:focus.with-icon-right{padding-right:3em!important}.online-chat-root .like-input.error,.online-chat-root .like-input:focus.error,.online-chat-root input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]).error,.online-chat-root input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]):focus.error,.online-chat-root select.error,.online-chat-root select:focus.error,.online-chat-root textarea.error,.online-chat-root textarea:focus.error{border-color:#e74c3c!important}.online-chat-root .like-input,.online-chat-root button,.online-chat-root input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]),.online-chat-root select,.online-chat-root textarea{line-height:1.25em!important}.online-chat-root .date-input>*{padding-left:.2em!important;padding-right:.2em!important}.online-chat-root .date-input>:first-child{padding-left:0!important}.online-chat-root .date-input>:last-child{padding-right:0!important}.online-chat-root .chat-form.stepped{overflow:hidden!important;border:1px solid #e1e5eb!important;border-radius:1em!important;-webkit-box-shadow:0 0 10px rgba(225,229,235,.7)!important;box-shadow:0 0 10px rgba(225,229,235,.7)!important}.online-chat-root .chat-form.stepped .like-input,.online-chat-root .chat-form.stepped .like-input:focus,.online-chat-root .chat-form.stepped .like-input:hover,.online-chat-root .chat-form.stepped input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]),.online-chat-root .chat-form.stepped input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]):focus,.online-chat-root .chat-form.stepped input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]):hover,.online-chat-root .chat-form.stepped select,.online-chat-root .chat-form.stepped select:focus,.online-chat-root .chat-form.stepped select:hover,.online-chat-root .chat-form.stepped textarea,.online-chat-root .chat-form.stepped textarea:focus,.online-chat-root .chat-form.stepped textarea:hover{border-radius:0!important;border:0!important;background:#fff!important}.online-chat-root .chat-form.stepped button.continue{border-radius:0!important;border:0!important}.online-chat-root .chat-form.stepped .date-input>*{padding:0!important}.online-chat-root .chat-form.stepped .chat-form-item{border-bottom:1px solid #e1e5eb!important}.online-chat-root .chat-form.stepped .chat-form-item:last-child{border-bottom:0!important}.online-chat-root .chat-form.stepped .chat-form-item .continue-button-wrapper{border-top:1px solid #e1e5eb!important}.online-chat-root .chat-form.stepped select{-webkit-transition:background .1s ease!important;-o-transition:background .1s ease!important;transition:background .1s ease!important}.online-chat-root .chat-form.stepped select:hover{background:#f9f9f9!important}.online-chat-root .chat-form.full .chat-form-item{margin-bottom:1em!important}.online-chat-root .chat-form .required .like-input,.online-chat-root .chat-form .required input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=button]):not([type=submit]),.online-chat-root .chat-form .required select,.online-chat-root .chat-form .required textarea{padding-right:2em!important}.online-chat-root .input-items>label{margin-top:1.05em!important;display:block!important}.online-chat-root .input-items>label>input{width:1em!important;margin-right:1em!important}.online-chat-root input::-webkit-input-placeholder{white-space:nowrap!important}.online-chat-root input::-moz-placeholder{white-space:nowrap!important}.online-chat-root input:-ms-input-placeholder{white-space:nowrap!important}.online-chat-root input::-ms-input-placeholder{white-space:nowrap!important}.online-chat-root input::placeholder{white-space:nowrap!important}.online-chat-root select{outline:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.online-chat-root textarea{resize:none!important}.online-chat-root input::-webkit-inner-spin-button,.online-chat-root input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.online-chat-root input[type=number]{-moz-appearance:textfield}.online-chat-root .absolute-full-size{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important}.online-chat-root .relative{position:relative!important}.online-chat-root .clear{clear:both!important}.online-chat-root .float-right{float:right!important}.online-chat-root .text-muted{color:#818ea3!important}.online-chat-root .text-red{color:#e74c3c!important}.online-chat-root .text-white{color:#fff!important}.online-chat-root .lh-primary{line-height:1.35em!important}.online-chat-root .lh-1{line-height:1em!important}.online-chat-root .text-center{text-align:center!important}.online-chat-root .text-right{text-align:right!important}.online-chat-root .text-left{text-align:left!important}.online-chat-root h2,.online-chat-root h3{line-height:1.5em!important}.online-chat-root .text-truncate{-o-text-overflow:ellipsis!important;text-overflow:ellipsis!important;overflow:hidden!important;max-width:100%!important;white-space:nowrap!important}.online-chat-root .font-size-small{font-size:.8em!important}.online-chat-root h1,.online-chat-root h2,.online-chat-root h3,.online-chat-root h4,.online-chat-root h5,.online-chat-root h6{font-weight:400!important}.online-chat-root .font-weight-bold{font-weight:700!important}.online-chat-root .text-nowrap{white-space:nowrap!important}.online-chat-root p:first-child{margin-top:0!important}.online-chat-root p:last-child{margin-bottom:0!important}.online-chat-root .pb-1{padding-bottom:.25rem!important}.online-chat-root .pb-2{padding-bottom:.5rem!important;padding-bottom:1rem!important;padding-bottom:1.5rem!important}.online-chat-root .btn,.online-chat-root button,.online-chat-root input[type=submit]{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;position:relative!important;padding:1.05em 1em!important;font-size:1em!important;font-family:inherit!important;background:#fff!important;color:#595959!important;margin:0!important;border-radius:.75em;-webkit-transition:all .2s ease!important;-o-transition:all .2s ease!important;transition:all .2s ease!important}.online-chat-root .btn:not(.mobile):active:not(.primary):not(.inverse),.online-chat-root .btn:not(.mobile):focus:not(.primary):not(.inverse),.online-chat-root .btn:not(.mobile):hover:not(.primary):not(.inverse),.online-chat-root button:not(.mobile):active:not(.primary):not(.inverse),.online-chat-root button:not(.mobile):focus:not(.primary):not(.inverse),.online-chat-root button:not(.mobile):hover:not(.primary):not(.inverse),.online-chat-root input[type=submit]:not(.mobile):active:not(.primary):not(.inverse),.online-chat-root input[type=submit]:not(.mobile):focus:not(.primary):not(.inverse),.online-chat-root input[type=submit]:not(.mobile):hover:not(.primary):not(.inverse){background:#fff!important;color:#595959!important}.online-chat-root .btn,.online-chat-root .btn *,.online-chat-root button,.online-chat-root button *,.online-chat-root input[type=submit],.online-chat-root input[type=submit] *{cursor:pointer!important}.online-chat-root .btn:not(.mobile):hover,.online-chat-root button:not(.mobile):hover,.online-chat-root input[type=submit]:not(.mobile):hover{opacity:.9!important}.online-chat-root .btn:not(.mobile):hover:not(.primary):not(.inverse),.online-chat-root button:not(.mobile):hover:not(.primary):not(.inverse),.online-chat-root input[type=submit]:not(.mobile):hover:not(.primary):not(.inverse){opacity:1!important}.online-chat-root .btn:not(.mobile):hover.primary.inverse,.online-chat-root button:not(.mobile):hover.primary.inverse,.online-chat-root input[type=submit]:not(.mobile):hover.primary.inverse{opacity:1!important}.online-chat-root .btn[disabled],.online-chat-root button[disabled],.online-chat-root input[type=submit][disabled]{opacity:.7!important;pointer-events:none!important;cursor:not-allowed!important}.online-chat-root .btn[disabled] *,.online-chat-root button[disabled] *,.online-chat-root input[type=submit][disabled] *{pointer-events:none!important}.online-chat-root .btn[disabled].primary.inverse,.online-chat-root button[disabled].primary.inverse,.online-chat-root input[type=submit][disabled].primary.inverse{color:#818ea3!important}.online-chat-root .btn.load>*,.online-chat-root button.load>*,.online-chat-root input[type=submit].load>*{visibility:hidden!important}.online-chat-root .btn.load>.loader,.online-chat-root button.load>.loader,.online-chat-root input[type=submit].load>.loader{visibility:visible!important}.online-chat-root .d-none{display:none!important}.online-chat-root .d-inline-block{display:inline-block!important}.online-chat-root .d-block{display:block!important}.online-chat-root [style*="display: none"]{display:none!important}.online-chat-root .spin{-webkit-animation:online-chat-spin 2s linear infinite!important;animation:online-chat-spin 2s linear infinite!important}@-webkit-keyframes online-chat-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes online-chat-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.online-chat-root .snippet-wrapper{line-height:1!important}.online-chat-root a.link-dashed{border-bottom:1px dashed!important;text-decoration:none!important}.online-chat-root a.link-dashed:hover{cursor:pointer!important;border-bottom-color:rgba(0,0,0,0)!important}.online-chat-root .circle-border.like-link-light-border{border:none!important;background:-webkit-gradient(linear,left top, left bottom,from(#fff),to(#f3f4f5))!important;background:-o-linear-gradient(top,#fff,#f3f4f5)!important;background:linear-gradient(180deg,#fff,#f3f4f5)!important;-webkit-box-shadow:0 29px 44px #edeeee!important;box-shadow:0 29px 44px #edeeee!important}.online-chat-root .circle-border.like-link-light-border svg{font-size:.6em!important;-webkit-transform:translateY(-.3em)!important;-ms-transform:translateY(-.3em)!important;transform:translateY(-.3em)!important}.online-chat-root.inline-mode,.online-chat-root.inline-mode .online-chat-components-wrapper,.online-chat-root.inline-mode .online-chat-widget-container,.online-chat-root.inline-mode .online-chat-widget-draggable-wrapper{height:100%!important}.online-chat-root.inline-mode .widget-header{cursor:auto!important;cursor:initial!important}.online-chat-root.inline-mode .widget-root{position:relative!important}.online-chat-root .margin-in-chat-block{margin-bottom:2em!important}.online-chat-root .margin-in-chat-block:not(:first-child){margin-top:2em!important}.online-chat-root ul.simple-list li{line-height:1.5!important;padding:0!important}.online-chat-root .overflow-auto{overflow:auto!important}.online-chat-root .overflow-hidden{overflow:hidden!important}.online-chat-root .typo{line-height:1.5em!important;word-spacing:.3em!important}.online-chat-root .typo *{letter-spacing:inherit!important}.online-chat-root .cursor-pointer,.online-chat-root .cursor-pointer *{cursor:pointer!important}.online-chat-root .pointer-events-none{pointer-events:none!important}.online-chat-root .none{display:none!important}.online-chat-root *{-webkit-tap-highlight-color:rgba(0,0,0,0)!important}.online-chat-root .widget-content-padding{padding:1.5em 1.5em 0!important}.online-chat-root .widget-content-padding:after{content:" "!important;height:1.5em!important;width:100%!important;display:block!important}.online-chat-root img{overflow:clip!important;max-width:100%!important}.online-chat-root .circle-border{border-radius:50px!important}.online-chat-root a:hover{text-decoration:none!important}.online-chat-root .z-index{z-index:1999999999!important}.online-chat-root .content-border-radius-bottom,.online-chat-root .content-border-radius-top{overflow:hidden!important}.online-chat-root .opacity05{opacity:.5!important}html.mobile-online-chat-opened,html.mobile-online-chat-opened body{overflow:hidden!important;-webkit-overflow-scrolling:touch!important;min-width:1px!important;min-height:0!important}html.mobile-online-chat-opened>body>:not(.online-chat-root):not(.online-chat-keep-visible){pointer-events:none!important}html.mobile-online-chat-opened>body.supportOpened>:not(.online-chat-root):not(.online-chat-keep-visible),html.mobile-online-chat-opened>body.supportOpened>:not(.online-chat-root):not(.online-chat-keep-visible) *{visibility:hidden!important;-webkit-transition:none!important;-o-transition:none!important;transition:none!important}html.mobile-online-chat-opened>body .online-chat-recaptcha-challenge{z-index:2147483647}@media print{.online-chat-root .trigger,.online-chat-root .widget-root{display:none!important}}</style> <meta name="viewport" content="width=750"> <!--[if IE]><meta http-equiv=X-UA-Compatible content="IE=edge"><![endif]--> <link rel="stylesheet" type="text/css" href="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/all.css"><link rel="stylesheet" type="text/css" href="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/common.css"><script type="text/javascript" id="supportScript" charset="utf-8" async="" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/support.js"></script><script type="text/javascript" async="" id="tmr-code" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/code.js"></script><script async="" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/tag.js"></script><script type="text/javascript" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/jquery.min.js"></script><script type="text/javascript">/*<![CDATA[*/
var externalCounters = {yandexMetrika: null, mailruPixel: null, vkontaktePixel: null};
/*]]>*/</script><title>Театр Внутренней Практики - Иркутск - Quick Tickets</title> <meta name="description" content="Актуальная афиша с точным репертуаром в Театр Внутренней Практики, город Иркутск. Купить билет онлайн."> <meta name="keywords" content="купить онлайн, забронировать онлайн, репертуар театров, репертуар театров, афиша театров, афиша театров России, репертуар российских театров, афиша российских театров, Иркутск"> <meta name="facebook-domain-verification" content="vi5ivqbcbqyv9jfgwkqubnzsr2e5sw"> <link href="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/css" rel="stylesheet" type="text/css"> <link href="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/css(1)" rel="stylesheet" type="text/css"> <link href="https://quicktickets.ru/favicon.ico" type="image/x-icon" rel="shortcut icon"> <script type="text/javascript">function stopError(){return true; }window.onerror = stopError;</script> <!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <link rel="stylesheet" type="text/css" href="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/all.min.css"> <link rel="stylesheet" type="text/css" href="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/style.css"> <link rel="stylesheet" type="text/css" href="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/select2.min.css"> <link rel="stylesheet" type="text/css" href="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/select2-bootstrap4.min.css"> <link rel="icon" type="image/png" sizes="32x32" href="https://quicktickets.ru/files/images/android/android-icon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="https://quicktickets.ru/files/images/android/android-icon-96x96.png"> <link rel="icon" type="image/png" sizes="192x192" href="https://quicktickets.ru/files/images/android/android-icon-192x192.png"> <link rel="apple-touch-icon" sizes="120x120" href="https://quicktickets.ru/files/images/apple/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="152x152" href="https://quicktickets.ru/files/images/apple/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="https://quicktickets.ru/files/images/apple/apple-touch-icon-180x180.png"> <link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://quicktickets.ru/files/images/apple/apple-touch-icon-120x120-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://quicktickets.ru/files/images/apple/apple-touch-icon-152x152-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="180x180" href="https://quicktickets.ru/files/images/apple/apple-touch-icon-180x180-precomposed.png"> <meta property="og:title" content="Театр Внутренней Практики - Иркутск - Quick Tickets"><meta property="og:description" content="Актуальная афиша с точным репертуаром в Театр Внутренней Практики, город Иркутск. Купить билет онлайн."><meta property="og:image" content="https://quicktickets.ru/files/o/irkutsk-teatr-vp/info/photo.jpg?1652274310"><meta property="og:url" content="https://quicktickets.ru/irkutsk-teatr-vp"> <!-- ВКонтакте openapi.js (виджет сообщества, ...) --><script type="text/javascript" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/openapi.js"></script><!-- End ВКонтакте openapi.js (виджет сообщества, ...) --> <style type="text/css">.ya-share2,
.ya-share2 * {
  line-height: normal;
}
.ya-share2 :link:hover,
.ya-share2 :visited:hover {
  color: #000 !important;
}
.ya-share2 input {
  color: inherit;
  font: inherit;
  margin: 0;
  line-height: normal;
}
.ya-share2__messenger-frame {
  display: none;
}
.ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__badge,
.ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__mobile-popup-badge {
  background-color: #000;
}
.ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge,
.ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__mobile-popup-badge {
  background-color: #fff;
}
.ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__popup-body .ya-share2__mobile-popup-badge {
  background-color: #f2f2f2;
}
.ya-share2__container_shape_round .ya-share2__badge {
  border-radius: 50px;
}
.ya-share2__container_shape_round .ya-share2__icon {
  background-position: center;
}
.ya-share2__container_size_l {
  font-size: 20px;
}
.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
  height: 48px;
  width: 48px;
  background-size: 48px 48px;
}
.ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: 40px 40px;
}
.ya-share2__container_size_l .ya-share2__item_copy .ya-share2__icon_copy,
.ya-share2__container_size_l .ya-share2__item_more .ya-share2__icon_more {
  background-size: 32px 32px;
}
.ya-share2__container_size_l .ya-share2__title {
  line-height: 48px;
}
.ya-share2__container_size_l .ya-share2__badge + .ya-share2__title {
  margin-left: 16px;
}
.ya-share2__container_size_l .ya-share2__popup:not(.ya-share2__popup_mobile) {
  border-radius: 16px;
  box-shadow: 0px 16px 48px rgba(0,0,0,0.18), 0px 0px 8px rgba(0,0,0,0.1);
}
.ya-share2__container_size_l .ya-share2__popup:not(.ya-share2__popup_mobile) .ya-share2__item,
.ya-share2__container_size_l.ya-share2__container_as-popup .ya-share2__item {
  padding: 2px 16px;
}
.ya-share2__container_size_l .ya-share2__popup:not(.ya-share2__popup_mobile) > :first-child:not(:empty),
.ya-share2__container_size_l.ya-share2__container_as-popup > :first-child:not(:empty),
.ya-share2__container_size_l .ya-share2__popup:not(.ya-share2__popup_mobile) > :first-child:empty + :last-child:not(:empty):not(.ya-share2__copied-tooltip),
.ya-share2__container_size_l.ya-share2__container_as-popup > :first-child:empty + :last-child:not(:empty):not(.ya-share2__copied-tooltip) {
  padding-top: 8px;
}
.ya-share2__container_size_l .ya-share2__popup:not(.ya-share2__popup_mobile) > :last-child:not(:empty):not(.ya-share2__copied-tooltip),
.ya-share2__container_size_l.ya-share2__container_as-popup > :last-child:not(:empty):not(.ya-share2__copied-tooltip) {
  padding-bottom: 8px;
}
.ya-share2__container_size_l .ya-share2__popup_direction_bottom {
  top: 56px;
}
.ya-share2__container_size_l .ya-share2__popup_direction_top {
  bottom: 56px;
}
.ya-share2__container_size_l.ya-share2__container_alone .ya-share2__popup_direction_bottom,
.ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_bottom {
  top: 72px;
}
.ya-share2__container_size_l.ya-share2__container_alone .ya-share2__popup_direction_top,
.ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_top {
  bottom: 72px;
}
.ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
  padding: 8px 32px 8px 16px;
  font-size: 22px;
}
.ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  padding: 8px;
  border: none;
  background: rgba(0,0,0,0.07);
}
.ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more .ya-share2__title {
  margin-left: 6px;
}
.ya-share2__container_size_l .ya-share2__messenger-contacts {
  margin-bottom: 12px;
}
.ya-share2__container_size_l .ya-share2__messenger-contacts::before {
  width: 16px;
  height: 16px;
  bottom: -7px;
  left: 32px;
}
.ya-share2__container_size_m {
  font-size: 13px;
}
.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  height: 24px;
  width: 24px;
  background-size: 24px 24px;
}
.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: 20px 20px;
}
.ya-share2__container_size_m .ya-share2__item_copy .ya-share2__icon_copy,
.ya-share2__container_size_m .ya-share2__item_more .ya-share2__icon_more {
  background-size: 16px 16px;
}
.ya-share2__container_size_m .ya-share2__title {
  line-height: 24px;
}
.ya-share2__container_size_m .ya-share2__badge + .ya-share2__title {
  margin-left: 10px;
}
.ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) {
  border-radius: 8px;
  box-shadow: 0px 8px 24px rgba(0,0,0,0.18), 0px 0px 4px rgba(0,0,0,0.1);
}
.ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) .ya-share2__item,
.ya-share2__container_size_m.ya-share2__container_as-popup .ya-share2__item {
  padding: 2px 8px;
}
.ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) > :first-child:not(:empty),
.ya-share2__container_size_m.ya-share2__container_as-popup > :first-child:not(:empty),
.ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) > :first-child:empty + :last-child:not(:empty):not(.ya-share2__copied-tooltip),
.ya-share2__container_size_m.ya-share2__container_as-popup > :first-child:empty + :last-child:not(:empty):not(.ya-share2__copied-tooltip) {
  padding-top: 8px;
}
.ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) > :last-child:not(:empty):not(.ya-share2__copied-tooltip),
.ya-share2__container_size_m.ya-share2__container_as-popup > :last-child:not(:empty):not(.ya-share2__copied-tooltip) {
  padding-bottom: 8px;
}
.ya-share2__container_size_m .ya-share2__popup_direction_bottom {
  top: 28px;
}
.ya-share2__container_size_m .ya-share2__popup_direction_top {
  bottom: 28px;
}
.ya-share2__container_size_m.ya-share2__container_alone .ya-share2__popup_direction_bottom,
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_bottom {
  top: 36px;
}
.ya-share2__container_size_m.ya-share2__container_alone .ya-share2__popup_direction_top,
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_top {
  bottom: 36px;
}
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
  padding: 4px 16px 4px 8px;
  font-size: 15px;
}
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  padding: 4px;
  border: none;
  background: rgba(0,0,0,0.07);
}
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more .ya-share2__title {
  margin-left: 2px;
}
.ya-share2__container_size_m .ya-share2__messenger-contacts {
  margin-bottom: 6px;
}
.ya-share2__container_size_m .ya-share2__messenger-contacts::before {
  width: 10px;
  height: 10px;
  bottom: -4px;
  left: 15px;
}
.ya-share2__container_size_s {
  font-size: 12px;
}
.ya-share2__container_size_s .ya-share2__badge .ya-share2__icon {
  height: 18px;
  width: 18px;
  background-size: 18px 18px;
}
.ya-share2__container_shape_round.ya-share2__container_size_s .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: 16px 16px;
}
.ya-share2__container_size_s .ya-share2__item_copy .ya-share2__icon_copy,
.ya-share2__container_size_s .ya-share2__item_more .ya-share2__icon_more {
  background-size: 12px 12px;
}
.ya-share2__container_size_s .ya-share2__title {
  line-height: 18px;
}
.ya-share2__container_size_s .ya-share2__badge + .ya-share2__title {
  margin-left: 6px;
}
.ya-share2__container_size_s .ya-share2__popup:not(.ya-share2__popup_mobile) {
  border-radius: 6px;
  box-shadow: 0px 6px 18px rgba(0,0,0,0.18), 0px 0px 3px rgba(0,0,0,0.1);
}
.ya-share2__container_size_s .ya-share2__popup:not(.ya-share2__popup_mobile) .ya-share2__item,
.ya-share2__container_size_s.ya-share2__container_as-popup .ya-share2__item {
  padding: 2px 6px;
}
.ya-share2__container_size_s .ya-share2__popup:not(.ya-share2__popup_mobile) > :first-child:not(:empty),
.ya-share2__container_size_s.ya-share2__container_as-popup > :first-child:not(:empty),
.ya-share2__container_size_s .ya-share2__popup:not(.ya-share2__popup_mobile) > :first-child:empty + :last-child:not(:empty):not(.ya-share2__copied-tooltip),
.ya-share2__container_size_s.ya-share2__container_as-popup > :first-child:empty + :last-child:not(:empty):not(.ya-share2__copied-tooltip) {
  padding-top: 6px;
}
.ya-share2__container_size_s .ya-share2__popup:not(.ya-share2__popup_mobile) > :last-child:not(:empty):not(.ya-share2__copied-tooltip),
.ya-share2__container_size_s.ya-share2__container_as-popup > :last-child:not(:empty):not(.ya-share2__copied-tooltip) {
  padding-bottom: 6px;
}
.ya-share2__container_size_s .ya-share2__popup_direction_bottom {
  top: 21px;
}
.ya-share2__container_size_s .ya-share2__popup_direction_top {
  bottom: 21px;
}
.ya-share2__container_size_s.ya-share2__container_alone .ya-share2__popup_direction_bottom,
.ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_bottom {
  top: 27px;
}
.ya-share2__container_size_s.ya-share2__container_alone .ya-share2__popup_direction_top,
.ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_top {
  bottom: 27px;
}
.ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
  padding: 3px 12px 3px 6px;
  font-size: 14px;
}
.ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  padding: 3px;
  border: none;
  background: rgba(0,0,0,0.07);
}
.ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more .ya-share2__title {
  margin-left: 1px;
}
.ya-share2__container_size_s .ya-share2__messenger-contacts {
  margin-bottom: 4.5px;
}
.ya-share2__container_size_s .ya-share2__messenger-contacts::before {
  width: 8px;
  height: 8px;
  bottom: -3px;
  left: 11px;
}
.ya-share2__container_mobile .ya-share2__icon {
  background-position: center;
  background-repeat: no-repeat;
}
.ya-share2__container_mobile.ya-share2__container_size_l .ya-share2__icon {
  height: 56px;
  width: 56px;
}
.ya-share2__container_mobile.ya-share2__container_size_l .ya-share2__title {
  line-height: 56px;
}
.ya-share2__container_mobile.ya-share2__container_size_m .ya-share2__icon {
  height: 32px;
  width: 32px;
}
.ya-share2__container_mobile.ya-share2__container_size_m .ya-share2__title {
  line-height: 32px;
}
.ya-share2__container_mobile.ya-share2__container_size_s .ya-share2__icon {
  height: 24px;
  width: 24px;
}
.ya-share2__container_mobile.ya-share2__container_size_s .ya-share2__title {
  line-height: 24px;
}
.ya-share2__list.ya-share2__list_direction_horizontal {
  margin-top: -2px;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 2px 4px 0 0;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:last-child {
  margin-right: 0;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item > .ya-share2__link > .ya-share2__title {
  display: none;
}
.ya-share2__list.ya-share2__list_direction_vertical > .ya-share2__item {
  display: block;
  margin: 4px 0;
}
.ya-share2__list.ya-share2__list_direction_vertical > .ya-share2__item:first-child {
  margin-top: 0;
}
.ya-share2__list.ya-share2__list_direction_vertical > .ya-share2__item:last-child {
  margin-bottom: 0;
}
.ya-share2__popup {
  position: absolute;
  display: none;
  z-index: 9999;
  background-color: #fff;
}
.ya-share2__popup_visible {
  display: block;
}
.ya-share2__popup_direction_auto {
  visibility: hidden;
}
.ya-share2__popup_direction_bottom,
.ya-share2__popup_direction_top {
  visibility: visible;
}
.ya-share2__popup_list-direction_horizontal {
  right: 0;
}
.ya-share2__popup_list-direction_vertical {
  left: 0;
}
.ya-share2__popup_x-direction_left {
  right: 0;
  left: auto;
}
.ya-share2__popup_x-direction_right {
  left: 0;
  right: auto;
}
.ya-share2__popup,
.ya-share2__container_as-popup {
  text-align: left;
}
.ya-share2__popup .ya-share2__list .ya-share2__item,
.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item,
.ya-share2__container_as-popup .ya-share2__list .ya-share2__item,
.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item {
  margin: 0;
}
.ya-share2__popup .ya-share2__list .ya-share2__item:hover,
.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:hover,
.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:hover,
.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:hover,
.ya-share2__popup .ya-share2__list .ya-share2__item:focus,
.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:focus,
.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:focus,
.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:focus {
  background: rgba(0,0,0,0.03);
}
.ya-share2__popup .ya-share2__list .ya-share2__item:active,
.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:active,
.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:active,
.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:active {
  background: rgba(0,0,0,0.05);
}
.ya-share2__popup .ya-share2__list .ya-share2__item:hover,
.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:hover,
.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:hover,
.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:hover,
.ya-share2__popup .ya-share2__list .ya-share2__item:focus,
.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:focus,
.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:focus,
.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:focus,
.ya-share2__popup .ya-share2__list .ya-share2__item:active,
.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:active,
.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:active,
.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:active {
  opacity: 1;
}
.ya-share2__container_color-scheme_whiteblack.ya-share2__popup .ya-share2__list .ya-share2__item:hover .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:hover .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:hover .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:hover .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__popup .ya-share2__list .ya-share2__item:focus .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:focus .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:focus .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:focus .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__popup .ya-share2__list .ya-share2__item:active .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:active .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:active .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:active .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__popup .ya-share2__list .ya-share2__item:hover.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:hover.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:hover.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:hover.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__popup .ya-share2__list .ya-share2__item:focus.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:focus.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:focus.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:focus.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__popup .ya-share2__list .ya-share2__item:active.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:active.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:active.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:active.ya-share2__item_copy .ya-share2__badge {
  background: transparent;
}
.ya-share2__container .ya-share2__messenger-contacts_desktop {
  background-color: #f5f5f5;
  position: relative;
}
.ya-share2__container .ya-share2__messenger-contacts_desktop:empty {
  display: none;
}
.ya-share2__container .ya-share2__messenger-contacts_desktop::before {
  content: '';
  transform: rotate(45deg);
  position: absolute;
  background-color: #f5f5f5;
}
.ya-share2__container .ya-share2__messenger-contacts_desktop .ya-share2__messenger-contacts-list {
  margin: 0;
  padding-left: 0;
}
.ya-share2__container .ya-share2__messenger-contacts_desktop .ya-share2__item {
  display: block;
}
.ya-share2__container .ya-share2__messenger-contacts_desktop .ya-share2__badge {
  background: none;
}
.ya-share2__container .ya-share2__messenger-contacts_desktop .ya-share2__icon {
  border-radius: 50px;
}
.ya-share2__container .ya-share2__messenger-contacts_desktop + .ya-share2__list {
  display: block;
}
.ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider {
  height: 97px;
  overflow: hidden;
  padding-bottom: 16px;
}
.ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider .ya-share2__messenger-contacts_mobile {
  overflow-x: scroll;
}
.ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider .ya-share2__messenger-contacts_mobile:empty {
  display: none;
}
.ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider .ya-share2__messenger-contacts_mobile .ya-share2__messenger-contacts-list {
  white-space: nowrap;
  height: 97px;
}
.ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider + .ya-share2__header {
  border-top: 1px solid rgba(0,0,0,0.1);
}
.ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider ~ .ya-share2__scroll-hider .ya-share2__popup-tile-wrapper {
  overflow-x: scroll;
}
.ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider ~ .ya-share2__scroll-hider .ya-share2__popup-tile-wrapper .ya-share2__popup-tile {
  white-space: nowrap;
  height: 97px;
}
.ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider .ya-share2__mobile-popup-badge {
  width: 56px;
  height: 56px;
  border-radius: 28px;
}
.ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider .ya-share2__messenger-contacts-list .ya-share2__mobile-popup-badge {
  background: none;
}
.ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider .ya-share2__item {
  width: 23%;
}
@media (min-width: 460px) {
  .ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider .ya-share2__item {
    width: 18.6%;
  }
}
@media (min-width: 600px) {
  .ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider .ya-share2__item {
    width: 15.6%;
  }
}
.ya-share2__popup.ya-share2__popup_mobile.ya-share2__popup_visible {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(0,0,0,0.8);
}
.ya-share2__popup.ya-share2__popup_mobile.ya-share2__popup_visible .ya-share2__popup-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  animation: overlayAppearance 0.2s cubic-bezier(0.42, 0, 1, 1) forwards;
}
.ya-share2__popup.ya-share2__popup_mobile.ya-share2__popup_visible .ya-share2__popup-content {
  display: flex;
  position: absolute;
  padding: 0;
  z-index: 2;
  bottom: 0;
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  max-height: 70%;
  animation: popupAppearance 0.2s forwards;
}
.ya-share2__popup-content .ya-share2__popup-header {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 14px 12px 14px 16px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  border-radius: 16px 16px 0 0;
  background-color: #fff;
}
.ya-share2__popup-content .ya-share2__popup-header .ya-share2__og-image,
.ya-share2__popup-content .ya-share2__popup-header .ya-share2__icon_og-image-stub,
.ya-share2__popup-content .ya-share2__popup-header .ya-share2__icon_closing-cross {
  flex-shrink: 0;
}
.ya-share2__popup-content .ya-share2__popup-header .ya-share2__popup-description {
  flex: 1;
  hyphens: auto;
  align-self: center;
  display: -webkit-box;
  max-height: 34px;
  margin: 0 8px 0 14px;
  overflow: hidden;
  font-size: 15px;
  line-height: 17px;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ya-share2__popup-content .ya-share2__popup-body {
  overflow: auto;
  background-color: #fff;
}
.ya-share2__popup-content .ya-share2__popup-body .ya-share2__header {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  padding: 18px 16px 0;
  margin: 0;
}
.ya-share2__popup-content .ya-share2__messenger-contacts-list,
.ya-share2__popup-content .ya-share2__popup-tile {
  padding: 20px 12px 0;
  margin: 0;
}
.ya-share2__popup-content .ya-share2__messenger-contacts-list .ya-share2__item,
.ya-share2__popup-content .ya-share2__popup-tile .ya-share2__item {
  width: 25%;
  padding: 0;
  margin: 0 0 20px;
}
@media (min-width: 460px) {
  .ya-share2__popup-content .ya-share2__messenger-contacts-list .ya-share2__item,
  .ya-share2__popup-content .ya-share2__popup-tile .ya-share2__item {
    width: 20%;
  }
}
@media (min-width: 600px) {
  .ya-share2__popup-content .ya-share2__messenger-contacts-list .ya-share2__item,
  .ya-share2__popup-content .ya-share2__popup-tile .ya-share2__item {
    width: 16.66%;
  }
}
.ya-share2__popup-content .ya-share2__messenger-contacts-list .ya-share2__item .ya-share2__link,
.ya-share2__popup-content .ya-share2__popup-tile .ya-share2__item .ya-share2__link {
  width: 100%;
  height: 100%;
  color: rgba(0,0,0,0.8);
}
.ya-share2__popup-content .ya-share2__messenger-contacts-list .ya-share2__item .ya-share2__native-share-fake-link,
.ya-share2__popup-content .ya-share2__popup-tile .ya-share2__item .ya-share2__native-share-fake-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ya-share2__popup-content .ya-share2__messenger-contacts-list .ya-share2__mobile-popup-badge,
.ya-share2__popup-content .ya-share2__popup-tile .ya-share2__mobile-popup-badge {
  display: block;
  width: 52px;
  height: 52px;
  margin: 0 auto;
  border-radius: 26px;
}
.ya-share2__popup-content .ya-share2__messenger-contacts-list .ya-share2__mobile-popup-badge .ya-share2__icon,
.ya-share2__popup-content .ya-share2__popup-tile .ya-share2__mobile-popup-badge .ya-share2__icon {
  width: 100%;
  height: 100%;
  background-size: 32px;
  background-clip: content-box;
}
.ya-share2__popup-content .ya-share2__messenger-contacts-list .ya-share2__mobile-popup-badge .ya-share2__icon_messenger-contact,
.ya-share2__popup-content .ya-share2__popup-tile .ya-share2__mobile-popup-badge .ya-share2__icon_messenger-contact {
  background-size: 56px;
  border-radius: 50%;
}
.ya-share2__popup-content .ya-share2__messenger-contacts-list .ya-share2__mobile-popup-service-title,
.ya-share2__popup-content .ya-share2__popup-tile .ya-share2__mobile-popup-service-title {
  max-height: 15px;
  margin-top: 10px;
  padding: 0 4px;
  overflow: hidden;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  text-overflow: ellipsis;
}
.ya-share2__popup-content .ya-share2__icon {
  background-size: auto;
}
.ya-share2__popup-content .ya-share2__icon.ya-share2__og-image,
.ya-share2__popup-content .ya-share2__icon.ya-share2__icon_og-image-stub {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 6px;
}
.ya-share2__popup-content .ya-share2__icon.ya-share2__og-image {
  background-position: center;
  background-size: cover;
}
.ya-share2__popup-content .ya-share2__icon.ya-share2__icon_og-image-stub {
  padding: 6px;
  background-color: rgba(0,0,0,0.05);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.94 8.838a3 3 0 000 4.242 1 1 0 01-1.414 1.415 5 5 0 010-7.071l3.535-3.536a5 5 0 017.071 7.071l-1.092 1.093a1 1 0 01-1.415-1.415l1.093-1.092a3 3 0 10-4.243-4.243L10.94 8.838zm2.12 6.363a3 3 0 000-4.243 1 1 0 111.415-1.414 5 5 0 010 7.07l-3.5 3.501a5 5 0 01-7.071-7.071l1.025-1.025a1 1 0 011.414 1.414l-1.025 1.025a3 3 0 004.243 4.243l3.5-3.5z' fill='%23000' fill-opacity='.3'/%3E%3C/svg%3E");
}
.ya-share2__popup-content .ya-share2__icon.ya-share2__icon_closing-cross {
  box-sizing: border-box;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10zM5.403 5.403a1 1 0 011.414 0L10 8.586l3.183-3.183a1 1 0 111.414 1.414L11.414 10l3.183 3.183a1 1 0 01-1.414 1.414L10 11.414l-3.183 3.183a1 1 0 01-1.414-1.414L8.586 10 5.403 6.817a1 1 0 010-1.414z' fill='%23000' fill-opacity='.2'/%3E%3C/svg%3E");
}
.ya-share2__popup-content .ya-share2__icon.ya-share2__icon_closing-cross:hover {
  opacity: 0.8;
}
.ya-share2__popup-content .ya-share2__icon.ya-share2__icon_closing-cross:active {
  opacity: 0.6;
}
.ya-share2__popup-content .ya-share2__item.ya-share2__item_copy.ya-share2__item_copy-link-button .ya-share2__icon_copy-icon {
  width: 15px;
  height: 14px;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.758 1a1 1 0 001 1h7.5a.5.5 0 01.5.5v7.497a1 1 0 002 0V2.5a2.5 2.5 0 00-2.5-2.5h-7.5a1 1 0 00-1 1zm-1.5 2h8a1.5 1.5 0 011.5 1.5v8a1.5 1.5 0 01-1.5 1.5h-8a1.5 1.5 0 01-1.5-1.5v-8a1.5 1.5 0 011.5-1.5zm.5 2v7h7V5h-7z' fill='%23000' fill-opacity='.3'/%3E%3C/svg%3E");
}
.ya-share2__popup-content .ya-share2__mobile-popup-badge.ya-share2__mobile-popup-badge_native-share {
  border: 1px solid rgba(0,0,0,0.15);
  background: #fff;
  box-sizing: border-box;
}
.ya-share2__popup-content .ya-share2__mobile-popup-badge.ya-share2__mobile-popup-badge_native-share .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.583 12.604a1.604 1.604 0 100-3.208 1.604 1.604 0 000 3.208zm12.834 0a1.604 1.604 0 100-3.208 1.604 1.604 0 000 3.208zM12.604 11a1.604 1.604 0 11-3.208 0 1.604 1.604 0 013.208 0z' fill='%23000' fill-opacity='.3'/%3E%3C/svg%3E");
}
.ya-share2__popup-content .ya-share2__mobile-popup-copy-link .ya-share2__item.ya-share2__item_copy.ya-share2__item_copy-link-button {
  display: flex;
  align-items: center;
  margin: 8px auto 32px;
  padding: 12px 20px;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 12px;
  background-color: #fff;
  font-size: 15px;
  line-height: 20px;
  color: #000;
}
.ya-share2__popup-content .ya-share2__mobile-popup-copy-link .ya-share2__item.ya-share2__item_copy.ya-share2__item_copy-link-button .ya-share2__link-title {
  padding-left: 8px;
}
.ya-share2__copied-tooltip {
  display: none;
  z-index: 9999;
  position: fixed;
  bottom: 6px;
  left: 50%;
  padding: 12px 20px;
  transform: translateX(-50%);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.15), 0px 0px 2px rgba(0,0,0,0.05);
  color: rgba(0,0,0,0.8);
  font-size: 15px;
  line-height: 20px;
  white-space: nowrap;
}
.ya-share2__copied-tooltip_shown {
  display: block;
  animation: tooltipAppearance 2s ease-out forwards;
}
@media (min-width: 721px) {
  .ya-share2__popup.ya-share2__popup_mobile.ya-share2__popup_visible {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ya-share2__popup.ya-share2__popup_mobile.ya-share2__popup_visible .ya-share2__popup-content {
    width: 720px;
    min-height: 310px;
    padding: 20px 0;
    bottom: auto;
  }
  .ya-share2__popup.ya-share2__popup_mobile.ya-share2__popup_visible .ya-share2__popup-content .ya-share2__popup-body {
    border-radius: 0 0 16px 16px;
  }
}
@-moz-keyframes tooltipAppearance {
  0% {
    transform: translate(-50%, 0px);
    opacity: 0;
  }
  8% {
    transform: translate(-50%, -10px);
    opacity: 1;
  }
  92% {
    transform: translate(-50%, -10px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 0px);
    opacity: 0;
  }
}
@-webkit-keyframes tooltipAppearance {
  0% {
    transform: translate(-50%, 0px);
    opacity: 0;
  }
  8% {
    transform: translate(-50%, -10px);
    opacity: 1;
  }
  92% {
    transform: translate(-50%, -10px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 0px);
    opacity: 0;
  }
}
@-o-keyframes tooltipAppearance {
  0% {
    transform: translate(-50%, 0px);
    opacity: 0;
  }
  8% {
    transform: translate(-50%, -10px);
    opacity: 1;
  }
  92% {
    transform: translate(-50%, -10px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 0px);
    opacity: 0;
  }
}
@keyframes tooltipAppearance {
  0% {
    transform: translate(-50%, 0px);
    opacity: 0;
  }
  8% {
    transform: translate(-50%, -10px);
    opacity: 1;
  }
  92% {
    transform: translate(-50%, -10px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 0px);
    opacity: 0;
  }
}
@-moz-keyframes overlayAppearance {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes overlayAppearance {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes overlayAppearance {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes overlayAppearance {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes popupAppearance {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes popupAppearance {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@-o-keyframes popupAppearance {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes popupAppearance {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.ya-share2__container,
.ya-share2__container .ya-share2__item {
  font-family: 'YS Text', Arial, sans-serif;
}
.ya-share2__list,
.ya-share2__badge,
.ya-share2__icon {
  display: inline-block;
  vertical-align: top;
}
.ya-share2__title {
  display: inline-block;
  vertical-align: bottom;
}
.ya-share2__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ya-share2__link {
  display: block;
}
.ya-share2__item {
  display: inline-block;
  font-family: 'YS Text', Arial, sans-serif;
}
.ya-share2__item:not(.ya-share2__item_more):hover,
.ya-share2__item.ya-share2__item_more > .ya-share2__link:hover,
.ya-share2__item:not(.ya-share2__item_more):focus,
.ya-share2__item.ya-share2__item_more > .ya-share2__link:focus {
  cursor: pointer;
  opacity: 0.85;
}
.ya-share2__item:not(.ya-share2__item_more):active,
.ya-share2__item.ya-share2__item_more > .ya-share2__link:active {
  opacity: 0.7;
}
.ya-share2__link {
  text-decoration: none;
  white-space: nowrap;
}
.ya-share2__badge {
  border-radius: 4px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.ya-share2__container_mobile .ya-share2__badge {
  border-radius: 50%;
}
.ya-share2__title {
  color: #000;
}
.ya-share2__item_more {
  position: relative;
}
.ya-share2__item_more .ya-share2__link_more .ya-share2__title {
  display: none;
}
.ya-share2__item_more .ya-share2__icon_more {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 8a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm5.5 0a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm7-1.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3z' fill='%23999'/%3E%3C/svg%3E");
}
.ya-share2__container_color-scheme_blackwhite .ya-share2__item_more .ya-share2__icon_more {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 8a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm5.5 0a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm7-1.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3z' fill='%23fff'/%3E%3C/svg%3E");
}
.ya-share2__container_color-scheme_whiteblack .ya-share2__item_more .ya-share2__icon_more {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 8a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm5.5 0a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm7-1.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3z' fill='%23000'/%3E%3C/svg%3E");
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6 2.9a2.7 2.7 0 01-4.554 1.963L5.303 7.28a2.702 2.702 0 010 1.44l4.743 2.417a2.7 2.7 0 11-.834 1.708l-5.05-2.575a2.7 2.7 0 110-4.54l5.05-2.575A2.7 2.7 0 1114.6 2.9z' fill='%23000'/%3E%3C/svg%3E");
}
.ya-share2__item_more .ya-share2__badge,
.ya-share2__item_copy .ya-share2__badge {
  background: rgba(0,0,0,0.03);
}
.ya-share2__item_more .ya-share2__icon,
.ya-share2__item_copy .ya-share2__icon {
  background-position: center;
  background-repeat: no-repeat;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
  background: rgba(0,0,0,0.03);
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 50px;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short):hover,
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short):focus {
  border-color: rgba(0,0,0,0.25);
  opacity: 1;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short):active {
  border-color: rgba(0,0,0,0.4);
  opacity: 1;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short) .ya-share2__title {
  display: inline-block;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__badge_more {
  background: transparent;
}
.ya-share2__item_copy .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2a1 1 0 001 1h7.5a.5.5 0 01.5.5v7.497a1 1 0 002 0V3.5A2.5 2.5 0 0012.5 1H5a1 1 0 00-1 1zM2.5 4h8A1.5 1.5 0 0112 5.5v8a1.5 1.5 0 01-1.5 1.5h-8A1.5 1.5 0 011 13.5v-8A1.5 1.5 0 012.5 4zM3 6v7h7V6H3z' fill='%23999'/%3E%3C/svg%3E");
}
.ya-share2__container_color-scheme_blackwhite .ya-share2__item_copy .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2a1 1 0 001 1h7.5a.5.5 0 01.5.5v7.497a1 1 0 002 0V3.5A2.5 2.5 0 0012.5 1H5a1 1 0 00-1 1zM2.5 4h8A1.5 1.5 0 0112 5.5v8a1.5 1.5 0 01-1.5 1.5h-8A1.5 1.5 0 011 13.5v-8A1.5 1.5 0 012.5 4zM3 6v7h7V6H3z' fill='%23fff'/%3E%3C/svg%3E");
}
.ya-share2__container_color-scheme_whiteblack .ya-share2__item_copy .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2a1 1 0 001 1h7.5a.5.5 0 01.5.5v7.497a1 1 0 002 0V3.5A2.5 2.5 0 0012.5 1H5a1 1 0 00-1 1zM2.5 4h8A1.5 1.5 0 0112 5.5v8a1.5 1.5 0 01-1.5 1.5h-8A1.5 1.5 0 011 13.5v-8A1.5 1.5 0 012.5 4zM3 6v7h7V6H3z' fill='%23000'/%3E%3C/svg%3E");
}
.ya-share2__item_copy .ya-share2__input_copy {
  display: none;
}
.ya-share2__item_copy .ya-share2__link_copy {
  display: inline-block;
}

.ya-share2__item_service_blogger .ya-share2__badge,
.ya-share2__item_service_blogger .ya-share2__mobile-popup-badge
{
    background-color: #fb8f3d;
}

.ya-share2__item_service_blogger .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.896 14.833A5.167 5.167 0 0114.729 20H9.166A5.167 5.167 0 014 14.833V9.167A5.166 5.166 0 019.166 4h2.608a5.167 5.167 0 015.167 5.167l.002.011c.037.536.484.96 1.03.96l.018-.002h.872c.57 0 1.034.463 1.034 1.034l-.001 3.663zM9.038 10.176h2.926a.993.993 0 000-1.987H9.038a.994.994 0 000 1.987zm5.867 3.83H9.032a.94.94 0 000 1.879h5.873a.94.94 0 100-1.88z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_blogger .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.896 14.833A5.167 5.167 0 0114.729 20H9.166A5.167 5.167 0 014 14.833V9.167A5.166 5.166 0 019.166 4h2.608a5.167 5.167 0 015.167 5.167l.002.011c.037.536.484.96 1.03.96l.018-.002h.872c.57 0 1.034.463 1.034 1.034l-.001 3.663zM9.038 10.176h2.926a.993.993 0 000-1.987H9.038a.994.994 0 000 1.987zm5.867 3.83H9.032a.94.94 0 000 1.879h5.873a.94.94 0 100-1.88z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_delicious .ya-share2__badge,
.ya-share2__item_service_delicious .ya-share2__mobile-popup-badge
{
    background-color: #31a9ff;
}

.ya-share2__item_service_delicious .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12h8v8H4zm8-8h8v8h-7.984z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_delicious .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12h8v8H4zm8-8h8v8h-7.984z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_digg .ya-share2__badge,
.ya-share2__item_service_digg .ya-share2__mobile-popup-badge
{
    background-color: #000;
}

.ya-share2__item_service_digg .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.555 10.814V14.1h.96s.18.005.18-.222v-3.287h-.96s-.18-.006-.18.222zm8.032 3.065v-3.287h-.96s-.18-.006-.18.222V14.1h.96s.18.006.18-.222zm-5.306 1.32c0 .227-.18.222-.18.222H4V9.497c0-.227.18-.222.18-.222h2.514V7.222c0-.227.18-.222.18-.222h1.408l-.001 8.199zm2.065 0c0 .227-.18.221-.18.221H8.761V9.496c0-.226.18-.221.18-.221h1.406v5.924zm0-7.103c0 .227-.18.222-.18.222H8.76V7.222c0-.227.18-.222.18-.222h1.408l-.001 1.096zm4.827 9.21c0 .228-.18.223-.18.223h-4.1v-1.096c0-.227.18-.222.18-.222h2.513v-.79h-2.694V9.497c0-.227.18-.222.18-.222l4.102.003v8.029zm4.826 0c0 .228-.18.223-.18.223h-4.1v-1.096c0-.227.18-.222.18-.222h2.514v-.79h-2.695V9.497c0-.227.18-.222.18-.222L20 9.279v8.028zm-1.585-3.427v-3.287h-.96s-.18-.006-.18.222V14.1h.96s.18.006.18-.222z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_digg .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.555 10.814V14.1h.96s.18.005.18-.222v-3.287h-.96s-.18-.006-.18.222zm8.032 3.065v-3.287h-.96s-.18-.006-.18.222V14.1h.96s.18.006.18-.222zm-5.306 1.32c0 .227-.18.222-.18.222H4V9.497c0-.227.18-.222.18-.222h2.514V7.222c0-.227.18-.222.18-.222h1.408l-.001 8.199zm2.065 0c0 .227-.18.221-.18.221H8.761V9.496c0-.226.18-.221.18-.221h1.406v5.924zm0-7.103c0 .227-.18.222-.18.222H8.76V7.222c0-.227.18-.222.18-.222h1.408l-.001 1.096zm4.827 9.21c0 .228-.18.223-.18.223h-4.1v-1.096c0-.227.18-.222.18-.222h2.513v-.79h-2.694V9.497c0-.227.18-.222.18-.222l4.102.003v8.029zm4.826 0c0 .228-.18.223-.18.223h-4.1v-1.096c0-.227.18-.222.18-.222h2.514v-.79h-2.695V9.497c0-.227.18-.222.18-.222L20 9.279v8.028zm-1.585-3.427v-3.287h-.96s-.18-.006-.18.222V14.1h.96s.18.006.18-.222z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_evernote .ya-share2__badge,
.ya-share2__item_service_evernote .ya-share2__mobile-popup-badge
{
    background-color: #24d666;
}

.ya-share2__item_service_evernote .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.277 7.109h1.517c.08 0 .16-.08.16-.16V5.313c0-.28.08-.559.159-.758l.04-.12L5.2 7.348l.16-.08c.239-.12.558-.16.917-.16zm11.654-.28c-.12-.638-.479-.917-.838-1.037-.36-.12-.718-.28-1.676-.4-.759-.08-1.557-.12-2.116-.12-.16-.438-.399-.917-1.317-1.156-.638-.16-1.796-.12-2.155-.08-.559.08-.758.319-.918.479-.16.16-.28.598-.28.878v1.556c0 .48-.318.838-.877.838H6.397c-.32 0-.559.04-.758.12-.16.12-.32.28-.4.4-.2.279-.239.598-.239.957 0 0 0 .28.08.798.04.4.479 3.033.878 3.911.16.36.28.48.599.639.718.32 2.354.639 3.152.758.759.08 1.278.32 1.557-.279 0 0 .04-.16.12-.36a6.3 6.3 0 00.28-1.915c0-.04.079-.04.079 0 0 .36-.08 1.557.838 1.876.36.12 1.118.24 1.876.32.678.079 1.197.358 1.197 2.114 0 1.078-.24 1.238-1.397 1.238-.958 0-1.317.04-1.317-.759 0-.598.599-.558 1.078-.558.2 0 .04-.16.04-.52 0-.398.24-.598 0-.598-1.557-.04-2.475 0-2.475 1.956 0 1.796.679 2.115 2.914 2.115 1.756 0 2.354-.04 3.073-2.275.16-.439.479-1.796.678-4.03.16-1.478-.12-5.788-.319-6.866zm-3.033 4.75c-.2 0-.32 0-.519.04h-.08s-.04 0-.04-.04v-.04c.08-.4.28-.878.878-.878.639.04.799.599.799 1.038v.04c0 .04-.04.04-.04.04-.04 0-.04 0-.04-.04-.28-.08-.599-.12-.958-.16z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_evernote .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.277 7.109h1.517c.08 0 .16-.08.16-.16V5.313c0-.28.08-.559.159-.758l.04-.12L5.2 7.348l.16-.08c.239-.12.558-.16.917-.16zm11.654-.28c-.12-.638-.479-.917-.838-1.037-.36-.12-.718-.28-1.676-.4-.759-.08-1.557-.12-2.116-.12-.16-.438-.399-.917-1.317-1.156-.638-.16-1.796-.12-2.155-.08-.559.08-.758.319-.918.479-.16.16-.28.598-.28.878v1.556c0 .48-.318.838-.877.838H6.397c-.32 0-.559.04-.758.12-.16.12-.32.28-.4.4-.2.279-.239.598-.239.957 0 0 0 .28.08.798.04.4.479 3.033.878 3.911.16.36.28.48.599.639.718.32 2.354.639 3.152.758.759.08 1.278.32 1.557-.279 0 0 .04-.16.12-.36a6.3 6.3 0 00.28-1.915c0-.04.079-.04.079 0 0 .36-.08 1.557.838 1.876.36.12 1.118.24 1.876.32.678.079 1.197.358 1.197 2.114 0 1.078-.24 1.238-1.397 1.238-.958 0-1.317.04-1.317-.759 0-.598.599-.558 1.078-.558.2 0 .04-.16.04-.52 0-.398.24-.598 0-.598-1.557-.04-2.475 0-2.475 1.956 0 1.796.679 2.115 2.914 2.115 1.756 0 2.354-.04 3.073-2.275.16-.439.479-1.796.678-4.03.16-1.478-.12-5.788-.319-6.866zm-3.033 4.75c-.2 0-.32 0-.519.04h-.08s-.04 0-.04-.04v-.04c.08-.4.28-.878.878-.878.639.04.799.599.799 1.038v.04c0 .04-.04.04-.04.04-.04 0-.04 0-.04-.04-.28-.08-.599-.12-.958-.16z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_linkedin .ya-share2__badge,
.ya-share2__item_service_linkedin .ya-share2__mobile-popup-badge
{
    background-color: #0083be;
}

.ya-share2__item_service_linkedin .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.246 8.954h3.41v10.281h-3.41zm1.725-4.935c-1.167 0-1.929.769-1.929 1.776 0 .987.74 1.777 1.884 1.777h.022c1.19 0 1.93-.79 1.93-1.777-.023-1.007-.74-1.776-1.907-1.776zm10.052 4.715c-1.81 0-2.62.997-3.073 1.698V8.976H9.54c.045.965 0 10.281 0 10.281h3.41v-5.742c0-.307.022-.614.112-.834.246-.613.807-1.25 1.75-1.25 1.233 0 1.727.944 1.727 2.325v5.501h3.41v-5.896c0-3.158-1.683-4.627-3.926-4.627z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_linkedin .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.246 8.954h3.41v10.281h-3.41zm1.725-4.935c-1.167 0-1.929.769-1.929 1.776 0 .987.74 1.777 1.884 1.777h.022c1.19 0 1.93-.79 1.93-1.777-.023-1.007-.74-1.776-1.907-1.776zm10.052 4.715c-1.81 0-2.62.997-3.073 1.698V8.976H9.54c.045.965 0 10.281 0 10.281h3.41v-5.742c0-.307.022-.614.112-.834.246-.613.807-1.25 1.75-1.25 1.233 0 1.727.944 1.727 2.325v5.501h3.41v-5.896c0-3.158-1.683-4.627-3.926-4.627z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_lj .ya-share2__badge,
.ya-share2__item_service_lj .ya-share2__mobile-popup-badge
{
    background-color: #0d425a;
}

.ya-share2__item_service_lj .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.815 13.3c.223 1.074.443 2.146.663 3.218.214 1.039.427 2.078.643 3.118.037.178-.148.385-.334.311-1.544-.565-3.063-1.135-4.585-1.706l-1.425-.534a.625.625 0 01-.318-.23l-7.39-8.903c-.067-.082-.082-.215-.06-.32.312-1.23.72-2.143 1.752-3.019C7.799 4.36 8.779 4.1 10.047 4.004c.156-.015.223.014.312.133l1.351 1.625v.001c1.968 2.367 3.935 4.733 5.897 7.099.109.124.18.275.208.438zM6.175 8.462c.69-1.795 2.3-3.004 3.835-3.301l-.185-.223a4.242 4.242 0 00-3.85 3.272l.2.252zm.504.601c.727-1.758 2.107-2.945 3.851-3.271l.89 1.06c-1.536.305-3.049 1.522-3.836 3.302l-.905-1.091zM9.364 8.9l3.926 4.719h-.002c.564.682-.014 2.656-.303 3.041l-4.89-5.89A6.12 6.12 0 019.364 8.9zm4.23 4.481L9.647 8.633c.69-.601 1.484-1.009 2.277-1.165l4.756 5.72c-.63.52-2.641.735-3.086.193zm3.36.298l.001-.001h-.001zm-2.93.526c1.03.208 2.32-.067 2.93-.526l.43 2.091.35 1.692c-.371.156-.69.386-.913.764l-1.528-.564-1.885-.712c.52-.853.69-1.922.616-2.745z' fill='%23FFF'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_lj .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.815 13.3c.223 1.074.443 2.146.663 3.218.214 1.039.427 2.078.643 3.118.037.178-.148.385-.334.311-1.544-.565-3.063-1.135-4.585-1.706l-1.425-.534a.625.625 0 01-.318-.23l-7.39-8.903c-.067-.082-.082-.215-.06-.32.312-1.23.72-2.143 1.752-3.019C7.799 4.36 8.779 4.1 10.047 4.004c.156-.015.223.014.312.133l1.351 1.625v.001c1.968 2.367 3.935 4.733 5.897 7.099.109.124.18.275.208.438zM6.175 8.462c.69-1.795 2.3-3.004 3.835-3.301l-.185-.223a4.242 4.242 0 00-3.85 3.272l.2.252zm.504.601c.727-1.758 2.107-2.945 3.851-3.271l.89 1.06c-1.536.305-3.049 1.522-3.836 3.302l-.905-1.091zM9.364 8.9l3.926 4.719h-.002c.564.682-.014 2.656-.303 3.041l-4.89-5.89A6.12 6.12 0 019.364 8.9zm4.23 4.481L9.647 8.633c.69-.601 1.484-1.009 2.277-1.165l4.756 5.72c-.63.52-2.641.735-3.086.193zm3.36.298l.001-.001h-.001zm-2.93.526c1.03.208 2.32-.067 2.93-.526l.43 2.091.35 1.692c-.371.156-.69.386-.913.764l-1.528-.564-1.885-.712c.52-.853.69-1.922.616-2.745z' fill='%23000'/%3E%3C/svg%3E");
}

.ya-share2__item_service_messenger .ya-share2__badge,
.ya-share2__item_service_messenger .ya-share2__mobile-popup-badge
{
    background-color: #03CECE;
}

.ya-share2__item_service_messenger .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.643 11.415L7.723 4.636a.703.703 0 00-1.048.62v1.826s3.961 1.542 4.284 1.662a.457.457 0 01.343.54c-.058.144-.18.128-.533.042-.352-.085-5.505-1.368-5.505-1.368a.62.62 0 00-.715.847l1.077 2.563s6.949.29 7.199.305c.247.015.393.134.397.327-.004.194-.15.312-.397.327-.25.014-7.199.305-7.199.305L4.55 15.196a.62.62 0 00.715.846s5.153-1.283 5.505-1.368c.353-.086.475-.102.533.042a.457.457 0 01-.343.54c-.323.12-4.284 1.663-4.284 1.663v1.825a.703.703 0 001.048.62l11.92-6.78a.658.658 0 000-1.169z' fill='%23FFF'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_messenger .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.643 11.415L7.723 4.636a.703.703 0 00-1.048.62v1.826s3.961 1.542 4.284 1.662a.457.457 0 01.343.54c-.058.144-.18.128-.533.042-.352-.085-5.505-1.368-5.505-1.368a.62.62 0 00-.715.847l1.077 2.563s6.949.29 7.199.305c.247.015.393.134.397.327-.004.194-.15.312-.397.327-.25.014-7.199.305-7.199.305L4.55 15.196a.62.62 0 00.715.846s5.153-1.283 5.505-1.368c.353-.086.475-.102.533.042a.457.457 0 01-.343.54c-.323.12-4.284 1.663-4.284 1.663v1.825a.703.703 0 001.048.62l11.92-6.78a.658.658 0 000-1.169z' fill='%23000'/%3E%3C/svg%3E");
}

.ya-share2__item_service_moimir .ya-share2__badge,
.ya-share2__item_service_moimir .ya-share2__mobile-popup-badge
{
    background-color: #168de2;
}

.ya-share2__item_service_moimir .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.889 9.667a1.333 1.333 0 100-2.667 1.333 1.333 0 000 2.667zm6.222 0a1.333 1.333 0 100-2.667 1.333 1.333 0 000 2.667zm4.77 6.108l-1.802-3.028a.879.879 0 00-1.188-.307.843.843 0 00-.313 1.166l.214.36a6.71 6.71 0 01-4.795 1.996 6.711 6.711 0 01-4.792-1.992l.217-.364a.844.844 0 00-.313-1.166.878.878 0 00-1.189.307l-1.8 3.028a.844.844 0 00.312 1.166.88.88 0 001.189-.307l.683-1.147a8.466 8.466 0 005.694 2.18 8.463 8.463 0 005.698-2.184l.685 1.151a.873.873 0 001.189.307.844.844 0 00.312-1.166z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_moimir .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.889 9.667a1.333 1.333 0 100-2.667 1.333 1.333 0 000 2.667zm6.222 0a1.333 1.333 0 100-2.667 1.333 1.333 0 000 2.667zm4.77 6.108l-1.802-3.028a.879.879 0 00-1.188-.307.843.843 0 00-.313 1.166l.214.36a6.71 6.71 0 01-4.795 1.996 6.711 6.711 0 01-4.792-1.992l.217-.364a.844.844 0 00-.313-1.166.878.878 0 00-1.189.307l-1.8 3.028a.844.844 0 00.312 1.166.88.88 0 001.189-.307l.683-1.147a8.466 8.466 0 005.694 2.18 8.463 8.463 0 005.698-2.184l.685 1.151a.873.873 0 001.189.307.844.844 0 00.312-1.166z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_odnoklassniki .ya-share2__badge,
.ya-share2__item_service_odnoklassniki .ya-share2__mobile-popup-badge
{
    background-color: #f70;
}

.ya-share2__item_service_odnoklassniki .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.83 10.77a3.951 3.951 0 0 1-5.604 0 3.951 3.951 0 0 1 0-5.604 3.95 3.95 0 0 1 5.604 0 3.951 3.951 0 0 1 0 5.604Zm-2.802-4.615c-.494 0-.942.2-1.271.53a1.79 1.79 0 0 0 0 2.542 1.789 1.789 0 0 0 2.543 0 1.789 1.789 0 0 0 0-2.543 1.839 1.839 0 0 0-1.272-.53Zm4.168 5.792 1.166 1.59c.059.082.047.188-.036.247-.977.8-2.119 1.33-3.308 1.613l2.249 4.332c.059.13-.024.271-.165.271H13.7a.206.206 0 0 1-.176-.118l-1.496-3.579-1.507 3.567a.181.181 0 0 1-.176.118H7.943c-.141 0-.224-.153-.165-.27l2.249-4.321a8.262 8.262 0 0 1-3.308-1.613c-.071-.06-.095-.177-.036-.248l1.166-1.589c.07-.094.188-.106.27-.035 1.096.93 2.45 1.542 3.898 1.542s2.79-.6 3.897-1.542c.094-.07.223-.06.282.035Z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_odnoklassniki .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.83 10.77a3.951 3.951 0 0 1-5.604 0 3.951 3.951 0 0 1 0-5.604 3.95 3.95 0 0 1 5.604 0 3.951 3.951 0 0 1 0 5.604Zm-2.802-4.615c-.494 0-.942.2-1.271.53a1.79 1.79 0 0 0 0 2.542 1.789 1.789 0 0 0 2.543 0 1.789 1.789 0 0 0 0-2.543 1.839 1.839 0 0 0-1.272-.53Zm4.168 5.792 1.166 1.59c.059.082.047.188-.036.247-.977.8-2.119 1.33-3.308 1.613l2.249 4.332c.059.13-.024.271-.165.271H13.7a.206.206 0 0 1-.176-.118l-1.496-3.579-1.507 3.567a.181.181 0 0 1-.176.118H7.943c-.141 0-.224-.153-.165-.27l2.249-4.321a8.262 8.262 0 0 1-3.308-1.613c-.071-.06-.095-.177-.036-.248l1.166-1.589c.07-.094.188-.106.27-.035 1.096.93 2.45 1.542 3.898 1.542s2.79-.6 3.897-1.542c.094-.07.223-.06.282.035Z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_pinterest .ya-share2__badge,
.ya-share2__item_service_pinterest .ya-share2__mobile-popup-badge
{
    background-color: #c20724;
}

.ya-share2__item_service_pinterest .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9.742c0 1.58.599 2.986 1.884 3.51.21.087.4.003.46-.23.043-.16.144-.568.189-.738.06-.23.037-.31-.133-.512-.37-.436-.608-1.001-.608-1.802 0-2.322 1.74-4.402 4.53-4.402 2.471 0 3.829 1.508 3.829 3.522 0 2.65-1.174 4.887-2.917 4.887-.963 0-1.683-.795-1.452-1.77.276-1.165.812-2.421.812-3.262 0-.752-.405-1.38-1.24-1.38-.985 0-1.775 1.017-1.775 2.38 0 .867.293 1.454.293 1.454L8.69 16.406c-.352 1.487-.053 3.309-.028 3.492.015.11.155.136.22.054.09-.119 1.262-1.564 1.66-3.008.113-.409.647-2.526.647-2.526.32.61 1.254 1.145 2.248 1.145 2.957 0 4.964-2.693 4.964-6.298C18.4 6.539 16.089 4 12.576 4 8.204 4 6 7.13 6 9.742z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_pinterest .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9.742c0 1.58.599 2.986 1.884 3.51.21.087.4.003.46-.23.043-.16.144-.568.189-.738.06-.23.037-.31-.133-.512-.37-.436-.608-1.001-.608-1.802 0-2.322 1.74-4.402 4.53-4.402 2.471 0 3.829 1.508 3.829 3.522 0 2.65-1.174 4.887-2.917 4.887-.963 0-1.683-.795-1.452-1.77.276-1.165.812-2.421.812-3.262 0-.752-.405-1.38-1.24-1.38-.985 0-1.775 1.017-1.775 2.38 0 .867.293 1.454.293 1.454L8.69 16.406c-.352 1.487-.053 3.309-.028 3.492.015.11.155.136.22.054.09-.119 1.262-1.564 1.66-3.008.113-.409.647-2.526.647-2.526.32.61 1.254 1.145 2.248 1.145 2.957 0 4.964-2.693 4.964-6.298C18.4 6.539 16.089 4 12.576 4 8.204 4 6 7.13 6 9.742z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_pocket .ya-share2__badge,
.ya-share2__item_service_pocket .ya-share2__mobile-popup-badge
{
    background-color: #ee4056;
}

.ya-share2__item_service_pocket .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.9 5c1.159 0 2.1.948 2.1 2.117v5.862c0 .108-.008.215-.024.32.016.156.024.314.024.473 0 3.36-3.582 6.085-8 6.085s-8-2.724-8-6.085c0-.159.008-.317.024-.473a2.148 2.148 0 01-.024-.32V7.117C4 5.948 4.94 5 6.1 5h11.8zM8.596 9.392L12 12.795l3.404-3.403a1.063 1.063 0 011.502 1.502l-4.132 4.131c-.21.21-.486.314-.76.311a1.062 1.062 0 01-.788-.31l-4.132-4.132a1.063 1.063 0 011.502-1.502z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_pocket .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.9 5c1.159 0 2.1.948 2.1 2.117v5.862c0 .108-.008.215-.024.32.016.156.024.314.024.473 0 3.36-3.582 6.085-8 6.085s-8-2.724-8-6.085c0-.159.008-.317.024-.473a2.148 2.148 0 01-.024-.32V7.117C4 5.948 4.94 5 6.1 5h11.8zM8.596 9.392L12 12.795l3.404-3.403a1.063 1.063 0 011.502 1.502l-4.132 4.131c-.21.21-.486.314-.76.311a1.062 1.062 0 01-.788-.31l-4.132-4.132a1.063 1.063 0 011.502-1.502z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_qzone .ya-share2__badge,
.ya-share2__item_service_qzone .ya-share2__mobile-popup-badge
{
    background-color: #f5b53c;
}

.ya-share2__item_service_qzone .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.367 14.463s-.105.148-.457.299l-.553.222.597 3.273c.062.282.25.983-.082 1.062-.17.04-.307-.067-.395-.121l-.769-.445-2.675-1.545c-.204-.122-.78-.546-1.093-.489-.205.038-.336.127-.483.216l-.77.445-2.39 1.386-.883.508c-.123.06-.301.058-.394-.025-.07-.063-.09-.253-.063-.388l.19-1.004.572-3.02c.047-.2.237-.975.166-1.137-.048-.107-.173-.196-.261-.267l-.61-.565-2.13-1.983c-.189-.153-.345-.345-.533-.496l-.235-.216c-.062-.078-.165-.235-.09-.369.142-.248.974-.218 1.335-.28l2.682-.31.82-.09c.146-.024.299-.004.413-.063.239-.123.51-.809.636-1.087l1.31-2.714c.151-.297.286-.603.431-.896.075-.15.133-.308.305-.356.162-.045.257.105.312.178.177.235.325.685.451.973l1.29 2.853c.104.238.363.964.54 1.074.266.166.858.108 1.227.172l2.841.292c.355.062 1.245.01 1.36.267.076.17-.072.314-.152.394l-.864.814-1.983 1.868c-.185.164-.77.637-.833.858-.04.14.02.414.088.722a95.62 95.62 0 01-1.182-.029c-.63-.007-2.616-.17-2.713-.178l-.84-.076c-.14-.023-.326.012-.4-.076v-.02c1.727-1.168 3.407-2.416 5.142-3.578l-.006-.044c-.146-.072-.359-.059-.54-.095-.385-.077-.79-.078-1.208-.147-.75-.124-1.59-.114-2.434-.114-1.172 0-2.329.03-3.35.21-.45.079-.894.095-1.309.197-.172.042-.358.03-.49.108l.007.012c.1.027.253.02.381.02l.928.019.808.025.813.032.591.032c.486.075 1.007.036 1.475.114.404.068.804.065 1.182.14.113.022.245.015.33.064v.006c-.039.094-.336.255-.432.318l-1.055.743-2.256 1.62-1.417.992c.003.048.024.035.045.061 1.15.167 2.52.258 3.77.262 1.298.005 2.465-.094 3.118-.193.561-.086 1.082-.147 1.653-.287.325-.08.521-.148.521-.148z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_qzone .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.367 14.463s-.105.148-.457.299l-.553.222.597 3.273c.062.282.25.983-.082 1.062-.17.04-.307-.067-.395-.121l-.769-.445-2.675-1.545c-.204-.122-.78-.546-1.093-.489-.205.038-.336.127-.483.216l-.77.445-2.39 1.386-.883.508c-.123.06-.301.058-.394-.025-.07-.063-.09-.253-.063-.388l.19-1.004.572-3.02c.047-.2.237-.975.166-1.137-.048-.107-.173-.196-.261-.267l-.61-.565-2.13-1.983c-.189-.153-.345-.345-.533-.496l-.235-.216c-.062-.078-.165-.235-.09-.369.142-.248.974-.218 1.335-.28l2.682-.31.82-.09c.146-.024.299-.004.413-.063.239-.123.51-.809.636-1.087l1.31-2.714c.151-.297.286-.603.431-.896.075-.15.133-.308.305-.356.162-.045.257.105.312.178.177.235.325.685.451.973l1.29 2.853c.104.238.363.964.54 1.074.266.166.858.108 1.227.172l2.841.292c.355.062 1.245.01 1.36.267.076.17-.072.314-.152.394l-.864.814-1.983 1.868c-.185.164-.77.637-.833.858-.04.14.02.414.088.722a95.62 95.62 0 01-1.182-.029c-.63-.007-2.616-.17-2.713-.178l-.84-.076c-.14-.023-.326.012-.4-.076v-.02c1.727-1.168 3.407-2.416 5.142-3.578l-.006-.044c-.146-.072-.359-.059-.54-.095-.385-.077-.79-.078-1.208-.147-.75-.124-1.59-.114-2.434-.114-1.172 0-2.329.03-3.35.21-.45.079-.894.095-1.309.197-.172.042-.358.03-.49.108l.007.012c.1.027.253.02.381.02l.928.019.808.025.813.032.591.032c.486.075 1.007.036 1.475.114.404.068.804.065 1.182.14.113.022.245.015.33.064v.006c-.039.094-.336.255-.432.318l-1.055.743-2.256 1.62-1.417.992c.003.048.024.035.045.061 1.15.167 2.52.258 3.77.262 1.298.005 2.465-.094 3.118-.193.561-.086 1.082-.147 1.653-.287.325-.08.521-.148.521-.148z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_reddit .ya-share2__badge,
.ya-share2__item_service_reddit .ya-share2__mobile-popup-badge
{
    background-color: #ff4500;
}

.ya-share2__item_service_reddit .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.542 10.63c-1.105-.636-2.494-1.033-4.025-1.118l.808-2.393 2.182.637c0 .963.78 1.742 1.743 1.742.964 0 1.758-.779 1.758-1.742C19.008 6.78 18.214 6 17.25 6c-.609 0-1.148.326-1.459.793l-2.65-.764a.482.482 0 00-.61.311l-1.063 3.172c-1.516.085-2.905.482-4.01 1.119a1.987 1.987 0 00-1.46-.623A1.995 1.995 0 004 12.004c0 .75.425 1.403 1.035 1.742-.029.17-.043.34-.043.51 0 2.62 3.146 4.744 7.015 4.744 3.855 0 7-2.124 7-4.744 0-.17-.013-.34-.042-.51A1.974 1.974 0 0020 12.004a1.995 1.995 0 00-1.998-1.996 2.01 2.01 0 00-1.46.623zM9.499 12.5a1.01 1.01 0 011.006 1.006.998.998 0 01-1.006.991.986.986 0 01-.992-.991.997.997 0 01.992-1.006zm5.002 0a.998.998 0 00-.992 1.006c0 .552.44.991.992.991a.998.998 0 001.006-.991 1.01 1.01 0 00-1.006-1.006zm-5.3 3.597a.484.484 0 01-.085-.694c.156-.226.482-.255.694-.085.567.44 1.474.68 2.197.68.709 0 1.616-.24 2.197-.68a.484.484 0 01.694.085.496.496 0 01-.085.694c-.737.58-1.885.907-2.806.907-.935 0-2.07-.326-2.806-.907zm8.05-7.59a.757.757 0 01-.752-.75c0-.426.34-.752.751-.752s.752.326.752.751c0 .41-.34.75-.752.75z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_reddit .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.542 10.63c-1.105-.636-2.494-1.033-4.025-1.118l.808-2.393 2.182.637c0 .963.78 1.742 1.743 1.742.964 0 1.758-.779 1.758-1.742C19.008 6.78 18.214 6 17.25 6c-.609 0-1.148.326-1.459.793l-2.65-.764a.482.482 0 00-.61.311l-1.063 3.172c-1.516.085-2.905.482-4.01 1.119a1.987 1.987 0 00-1.46-.623A1.995 1.995 0 004 12.004c0 .75.425 1.403 1.035 1.742-.029.17-.043.34-.043.51 0 2.62 3.146 4.744 7.015 4.744 3.855 0 7-2.124 7-4.744 0-.17-.013-.34-.042-.51A1.974 1.974 0 0020 12.004a1.995 1.995 0 00-1.998-1.996 2.01 2.01 0 00-1.46.623zM9.499 12.5a1.01 1.01 0 011.006 1.006.998.998 0 01-1.006.991.986.986 0 01-.992-.991.997.997 0 01.992-1.006zm5.002 0a.998.998 0 00-.992 1.006c0 .552.44.991.992.991a.998.998 0 001.006-.991 1.01 1.01 0 00-1.006-1.006zm-5.3 3.597a.484.484 0 01-.085-.694c.156-.226.482-.255.694-.085.567.44 1.474.68 2.197.68.709 0 1.616-.24 2.197-.68a.484.484 0 01.694.085.496.496 0 01-.085.694c-.737.58-1.885.907-2.806.907-.935 0-2.07-.326-2.806-.907zm8.05-7.59a.757.757 0 01-.752-.75c0-.426.34-.752.751-.752s.752.326.752.751c0 .41-.34.75-.752.75z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_renren .ya-share2__badge,
.ya-share2__item_service_renren .ya-share2__mobile-popup-badge
{
    background-color: #1760a7;
}

.ya-share2__item_service_renren .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.019 15.562l-.001-.003-.018.002a.055.055 0 00.019.001zM7.71 12.398l.146-.68c.048-.205.03-.452.03-.692V9.812L7.88 8c-.139 0-.278.043-.393.076-.358.102-.666.201-.962.352-1.158.59-2.022 1.565-2.387 2.944-.343 1.297-.007 2.652.522 3.507.118.19.269.48.44.61.135-.02.272-.15.375-.217a6.06 6.06 0 00.622-.452l.24-.229c.63-.506 1.075-1.346 1.373-2.193zm4.276 3.164h.02a.382.382 0 00-.019-.003v.003zm-3.01-.888l-.258-.575-.088-.264h-.01l-.264.498c-.176.288-.358.574-.557.839a6.5 6.5 0 01-.85.944l-.517.422.012.024.287.14c.206.091.43.173.657.235.788.217 1.811.177 2.545-.053.178-.055.643-.194.739-.305v-.017c-.177-.092-.324-.254-.47-.381a5.573 5.573 0 01-1.225-1.507zm10.884-3.302c-.365-1.379-1.23-2.354-2.387-2.944a5.277 5.277 0 00-.962-.352c-.115-.033-.254-.077-.393-.076l-.005 1.812v1.214c0 .24-.019.487.029.692l.147.68c.297.847.741 1.687 1.372 2.193l.24.23c.196.164.402.309.622.45.103.067.24.198.375.218.171-.13.322-.42.44-.61.529-.855.865-2.21.522-3.507zm-3.66 3.8c-.2-.265-.381-.55-.557-.839l-.264-.498h-.011l-.088.264-.258.575a5.576 5.576 0 01-1.226 1.507c-.145.127-.292.29-.469.38v.018c.096.111.561.25.739.305.734.23 1.757.27 2.545.053a4.85 4.85 0 00.657-.234l.287-.141a1.31 1.31 0 00.012-.024l-.516-.422a6.5 6.5 0 01-.85-.944zm-1.653-2.727c.068-.192.097-.402.146-.61.05-.21.024-.484.024-.727V9.753l-.006-1.741c-.015-.008-.02-.01-.047-.012-.197.047-.326.05-.592.14-.357.102-.685.275-.985.44-.289.16-.53.388-.78.587-.097.077-.199.19-.308.312l.01.01a1.19 1.19 0 00-.01.012l.36.47c.232.359.445.763.581 1.213.326 1.079.182 2.411-.235 3.273a4.9 4.9 0 01-.445.75l-.258.323a.018.018 0 01-.003.007c.004.007.01.016.012.022h.008c.395-.215.686-.574 1.027-.844.189-.15.354-.35.504-.54.404-.514.755-1.046.997-1.73zm-2.55 3.085l-.259-.323a4.903 4.903 0 01-.445-.75c-.417-.862-.561-2.194-.235-3.273.136-.45.35-.854.58-1.214L12 9.501l-.01-.011.01-.01a2.791 2.791 0 00-.308-.313c-.25-.2-.491-.427-.78-.586-.3-.166-.628-.339-.985-.44-.266-.09-.395-.094-.592-.141a.083.083 0 00-.047.012l-.006 1.741v1.355c0 .243-.026.517.024.727.049.208.078.418.146.61.242.684.593 1.216.997 1.73.15.19.315.39.505.54.34.27.63.629 1.026.844h.008c.001-.006.008-.015.012-.022a.019.019 0 01-.003-.007z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_renren .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.019 15.562l-.001-.003-.018.002a.055.055 0 00.019.001zM7.71 12.398l.146-.68c.048-.205.03-.452.03-.692V9.812L7.88 8c-.139 0-.278.043-.393.076-.358.102-.666.201-.962.352-1.158.59-2.022 1.565-2.387 2.944-.343 1.297-.007 2.652.522 3.507.118.19.269.48.44.61.135-.02.272-.15.375-.217a6.06 6.06 0 00.622-.452l.24-.229c.63-.506 1.075-1.346 1.373-2.193zm4.276 3.164h.02a.382.382 0 00-.019-.003v.003zm-3.01-.888l-.258-.575-.088-.264h-.01l-.264.498c-.176.288-.358.574-.557.839a6.5 6.5 0 01-.85.944l-.517.422.012.024.287.14c.206.091.43.173.657.235.788.217 1.811.177 2.545-.053.178-.055.643-.194.739-.305v-.017c-.177-.092-.324-.254-.47-.381a5.573 5.573 0 01-1.225-1.507zm10.884-3.302c-.365-1.379-1.23-2.354-2.387-2.944a5.277 5.277 0 00-.962-.352c-.115-.033-.254-.077-.393-.076l-.005 1.812v1.214c0 .24-.019.487.029.692l.147.68c.297.847.741 1.687 1.372 2.193l.24.23c.196.164.402.309.622.45.103.067.24.198.375.218.171-.13.322-.42.44-.61.529-.855.865-2.21.522-3.507zm-3.66 3.8c-.2-.265-.381-.55-.557-.839l-.264-.498h-.011l-.088.264-.258.575a5.576 5.576 0 01-1.226 1.507c-.145.127-.292.29-.469.38v.018c.096.111.561.25.739.305.734.23 1.757.27 2.545.053a4.85 4.85 0 00.657-.234l.287-.141a1.31 1.31 0 00.012-.024l-.516-.422a6.5 6.5 0 01-.85-.944zm-1.653-2.727c.068-.192.097-.402.146-.61.05-.21.024-.484.024-.727V9.753l-.006-1.741c-.015-.008-.02-.01-.047-.012-.197.047-.326.05-.592.14-.357.102-.685.275-.985.44-.289.16-.53.388-.78.587-.097.077-.199.19-.308.312l.01.01a1.19 1.19 0 00-.01.012l.36.47c.232.359.445.763.581 1.213.326 1.079.182 2.411-.235 3.273a4.9 4.9 0 01-.445.75l-.258.323a.018.018 0 01-.003.007c.004.007.01.016.012.022h.008c.395-.215.686-.574 1.027-.844.189-.15.354-.35.504-.54.404-.514.755-1.046.997-1.73zm-2.55 3.085l-.259-.323a4.903 4.903 0 01-.445-.75c-.417-.862-.561-2.194-.235-3.273.136-.45.35-.854.58-1.214L12 9.501l-.01-.011.01-.01a2.791 2.791 0 00-.308-.313c-.25-.2-.491-.427-.78-.586-.3-.166-.628-.339-.985-.44-.266-.09-.395-.094-.592-.141a.083.083 0 00-.047.012l-.006 1.741v1.355c0 .243-.026.517.024.727.049.208.078.418.146.61.242.684.593 1.216.997 1.73.15.19.315.39.505.54.34.27.63.629 1.026.844h.008c.001-.006.008-.015.012-.022a.019.019 0 01-.003-.007z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_sinaWeibo .ya-share2__badge,
.ya-share2__item_service_sinaWeibo .ya-share2__mobile-popup-badge
{
    background-color: #c53220;
}

.ya-share2__item_service_sinaWeibo .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.266 14.696c-.103.421.55.447.64.063.037-.191-.103-.332-.282-.332-.167 0-.333.128-.358.269zm-.128.945c.102-.498-.307-.869-.793-.843-.46.038-.843.358-.92.754-.115.511.307.882.793.844.46-.026.843-.345.92-.755zm3.797-3.157c-1.586-.997-3.707-1.01-5.42-.447-.857.28-1.764.818-2.301 1.495-.627.793-.882 1.815-.23 2.8.958 1.431 3.413 2.033 5.675 1.508 1.33-.307 2.749-1.048 3.35-2.326.562-1.177-.052-2.378-1.074-3.03zm-3.17.498c.945.167 1.7.755 1.827 1.739.243 1.854-2.173 3.336-4.026 2.327a1.933 1.933 0 01-.742-2.723c.435-.767 1.266-1.266 2.148-1.355a2.75 2.75 0 01.793.012zm6.11-.37c-.268-.18-.538-.281-.856-.383-.308-.103-.359-.154-.243-.46.076-.218.14-.41.166-.666.14-1.15-.793-1.495-1.854-1.406-.498.039-.92.167-1.355.307-.281.09-.806.384-.92.205-.064-.09.013-.23.038-.32.166-.626.23-1.496-.384-1.88-.447-.28-1.227-.204-1.7-.038-2.556.87-6.455 4.552-5.663 7.479.18.664.55 1.163.908 1.521 1.061 1.061 2.71 1.65 4.231 1.866 1.112.154 2.263.14 3.375-.064 1.815-.332 3.554-1.15 4.679-2.607.754-.972.997-2.352 0-3.235a3.334 3.334 0 00-.422-.319zm1.623-3.682c.652 1.483-.064 2.148.166 2.66.192.421.767.46 1.023.14.191-.243.294-.959.307-1.278a4.193 4.193 0 00-1.125-3.12c-.984-1.073-2.276-1.444-3.694-1.303-.256.025-.46.064-.601.217-.332.358-.166.882.294.959.384.063 1.342-.23 2.416.396.498.307.971.792 1.214 1.33zm-3.45-.562c-.282.345-.078.87.408.856.294-.012.358-.05.677.051.307.103.626.448.64.857.025.268-.282.895.32 1.061a.523.523 0 00.536-.166c.115-.128.166-.371.192-.575.089-.857-.333-1.598-1.01-2.02-.384-.23-1.445-.46-1.764-.064z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_sinaWeibo .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.266 14.696c-.103.421.55.447.64.063.037-.191-.103-.332-.282-.332-.167 0-.333.128-.358.269zm-.128.945c.102-.498-.307-.869-.793-.843-.46.038-.843.358-.92.754-.115.511.307.882.793.844.46-.026.843-.345.92-.755zm3.797-3.157c-1.586-.997-3.707-1.01-5.42-.447-.857.28-1.764.818-2.301 1.495-.627.793-.882 1.815-.23 2.8.958 1.431 3.413 2.033 5.675 1.508 1.33-.307 2.749-1.048 3.35-2.326.562-1.177-.052-2.378-1.074-3.03zm-3.17.498c.945.167 1.7.755 1.827 1.739.243 1.854-2.173 3.336-4.026 2.327a1.933 1.933 0 01-.742-2.723c.435-.767 1.266-1.266 2.148-1.355a2.75 2.75 0 01.793.012zm6.11-.37c-.268-.18-.538-.281-.856-.383-.308-.103-.359-.154-.243-.46.076-.218.14-.41.166-.666.14-1.15-.793-1.495-1.854-1.406-.498.039-.92.167-1.355.307-.281.09-.806.384-.92.205-.064-.09.013-.23.038-.32.166-.626.23-1.496-.384-1.88-.447-.28-1.227-.204-1.7-.038-2.556.87-6.455 4.552-5.663 7.479.18.664.55 1.163.908 1.521 1.061 1.061 2.71 1.65 4.231 1.866 1.112.154 2.263.14 3.375-.064 1.815-.332 3.554-1.15 4.679-2.607.754-.972.997-2.352 0-3.235a3.334 3.334 0 00-.422-.319zm1.623-3.682c.652 1.483-.064 2.148.166 2.66.192.421.767.46 1.023.14.191-.243.294-.959.307-1.278a4.193 4.193 0 00-1.125-3.12c-.984-1.073-2.276-1.444-3.694-1.303-.256.025-.46.064-.601.217-.332.358-.166.882.294.959.384.063 1.342-.23 2.416.396.498.307.971.792 1.214 1.33zm-3.45-.562c-.282.345-.078.87.408.856.294-.012.358-.05.677.051.307.103.626.448.64.857.025.268-.282.895.32 1.061a.523.523 0 00.536-.166c.115-.128.166-.371.192-.575.089-.857-.333-1.598-1.01-2.02-.384-.23-1.445-.46-1.764-.064z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_skype .ya-share2__badge,
.ya-share2__item_service_skype .ya-share2__mobile-popup-badge
{
    background-color: #00aff0;
}

.ya-share2__item_service_skype .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.537 13.698c.115-.52.176-1.06.176-1.614 0-4.155-3.415-7.524-7.63-7.524-.444 0-.88.038-1.304.11A4.444 4.444 0 008.425 4C5.981 4 4 5.954 4 8.364c0 .805.222 1.56.608 2.207a7.428 7.428 0 00-.155 1.513c0 4.156 3.416 7.4 7.63 7.4.477 0 .944-.044 1.397-.126.623.33 1.335.642 2.092.642 2.444 0 4.425-1.953 4.425-4.364a4.3 4.3 0 00-.46-1.938zm-3.974 1.457c-.294.418-.725.747-1.293.984-.567.238-1.239.356-2.016.356-.933 0-1.702-.162-2.308-.486a2.986 2.986 0 01-1.047-.934c-.268-.39-.403-.768-.403-1.137 0-.213.08-.395.242-.547a.855.855 0 01.615-.229.76.76 0 01.512.178c.14.119.26.294.358.527.12.278.25.51.39.695.139.185.336.34.589.46.254.12.587.18 1 .18.566 0 1.027-.12 1.382-.364.354-.243.532-.547.532-.91a.919.919 0 00-.287-.702 1.88 1.88 0 00-.741-.412 13.21 13.21 0 00-1.216-.303c-.678-.146-1.247-.318-1.703-.513-.458-.196-.822-.463-1.09-.8-.269-.34-.403-.759-.403-1.26 0-.48.142-.904.426-1.275.283-.372.693-.658 1.23-.858.537-.2 1.17-.299 1.895-.299.58 0 1.082.066 1.505.198.423.133.774.309 1.053.528.28.22.484.45.612.691.13.24.194.477.194.705 0 .21-.08.4-.241.567a.8.8 0 01-.603.252c-.22 0-.386-.05-.5-.151-.114-.101-.237-.266-.37-.495a2.27 2.27 0 00-.618-.768c-.241-.184-.627-.276-1.16-.276-.494 0-.893.1-1.196.3-.303.199-.455.44-.455.72 0 .173.053.324.155.45.103.128.245.235.426.326.18.091.363.162.547.214.185.052.49.126.916.225a15.47 15.47 0 011.446.38c.432.138.8.307 1.103.503.302.198.54.45.709.752.17.302.255.673.255 1.111 0 .525-.148.998-.442 1.417z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_skype .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.537 13.698c.115-.52.176-1.06.176-1.614 0-4.155-3.415-7.524-7.63-7.524-.444 0-.88.038-1.304.11A4.444 4.444 0 008.425 4C5.981 4 4 5.954 4 8.364c0 .805.222 1.56.608 2.207a7.428 7.428 0 00-.155 1.513c0 4.156 3.416 7.4 7.63 7.4.477 0 .944-.044 1.397-.126.623.33 1.335.642 2.092.642 2.444 0 4.425-1.953 4.425-4.364a4.3 4.3 0 00-.46-1.938zm-3.974 1.457c-.294.418-.725.747-1.293.984-.567.238-1.239.356-2.016.356-.933 0-1.702-.162-2.308-.486a2.986 2.986 0 01-1.047-.934c-.268-.39-.403-.768-.403-1.137 0-.213.08-.395.242-.547a.855.855 0 01.615-.229.76.76 0 01.512.178c.14.119.26.294.358.527.12.278.25.51.39.695.139.185.336.34.589.46.254.12.587.18 1 .18.566 0 1.027-.12 1.382-.364.354-.243.532-.547.532-.91a.919.919 0 00-.287-.702 1.88 1.88 0 00-.741-.412 13.21 13.21 0 00-1.216-.303c-.678-.146-1.247-.318-1.703-.513-.458-.196-.822-.463-1.09-.8-.269-.34-.403-.759-.403-1.26 0-.48.142-.904.426-1.275.283-.372.693-.658 1.23-.858.537-.2 1.17-.299 1.895-.299.58 0 1.082.066 1.505.198.423.133.774.309 1.053.528.28.22.484.45.612.691.13.24.194.477.194.705 0 .21-.08.4-.241.567a.8.8 0 01-.603.252c-.22 0-.386-.05-.5-.151-.114-.101-.237-.266-.37-.495a2.27 2.27 0 00-.618-.768c-.241-.184-.627-.276-1.16-.276-.494 0-.893.1-1.196.3-.303.199-.455.44-.455.72 0 .173.053.324.155.45.103.128.245.235.426.326.18.091.363.162.547.214.185.052.49.126.916.225a15.47 15.47 0 011.446.38c.432.138.8.307 1.103.503.302.198.54.45.709.752.17.302.255.673.255 1.111 0 .525-.148.998-.442 1.417z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_surfingbird .ya-share2__badge,
.ya-share2__item_service_surfingbird .ya-share2__mobile-popup-badge
{
    background-color: #30baff;
}

.ya-share2__item_service_surfingbird .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.315 8.49l-.214 1.987-3.436 3.382h-1.826l-.698 1.826v2.523l-2.47-.698 2.846-5.1L4 8.167l5.638.752L6.899 5l7.463 4.027 2.202-2.47h1.02L20 7.631z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_surfingbird .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.315 8.49l-.214 1.987-3.436 3.382h-1.826l-.698 1.826v2.523l-2.47-.698 2.846-5.1L4 8.167l5.638.752L6.899 5l7.463 4.027 2.202-2.47h1.02L20 7.631z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_telegram .ya-share2__badge,
.ya-share2__item_service_telegram .ya-share2__mobile-popup-badge
{
    background-color: #64a9dc;
}

.ya-share2__item_service_telegram .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_telegram .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_tencentWeibo .ya-share2__badge,
.ya-share2__item_service_tencentWeibo .ya-share2__mobile-popup-badge
{
    background-color: #53a9d7;
}

.ya-share2__item_service_tencentWeibo .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.813 6.01a4.397 4.397 0 00-4.326 6.121c.087.199.312.29.511.2a.382.382 0 00.206-.51 3.566 3.566 0 01-.286-1.668A3.616 3.616 0 018.76 6.79a3.615 3.615 0 013.366 3.84 3.615 3.615 0 01-4.65 3.218.39.39 0 00-.486.263.394.394 0 00.262.485c.315.093.647.152.977.174a4.397 4.397 0 004.677-4.087A4.398 4.398 0 008.813 6.01zm-1.348 5.658a1.67 1.67 0 10-.46-.655c-.274.27-.565.59-.854.966-1.022 1.315-2.224 3.694-2.148 7.007.006.204.157.484.355.497l.04.002c.213.015.394-.301.391-.516-.064-2.458.6-4.662 1.955-6.423.242-.316.488-.626.72-.878zm12.388 4.106c-1.307-.48-2.302-1.27-2.95-2.352a4.873 4.873 0 01-.354-.71.819.819 0 00.337-.36.829.829 0 00-.395-1.098.822.822 0 00-1.098.392.822.822 0 00.724 1.177c.091.237.218.516.39.81.483.812 1.431 1.912 3.196 2.558a.226.226 0 00.278-.113c0-.006.005-.01.007-.022a.224.224 0 00-.135-.282zm-3.767-1.676a2.04 2.04 0 01-1.707-3.042 2.039 2.039 0 012.784-.787 2.04 2.04 0 01.786 2.783 1.92 1.92 0 01-.268.378.223.223 0 00.014.314c.09.082.234.074.313-.016a2.489 2.489 0 10-4.017-2.89 2.493 2.493 0 002.08 3.708.224.224 0 00.015-.448z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_tencentWeibo .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.813 6.01a4.397 4.397 0 00-4.326 6.121c.087.199.312.29.511.2a.382.382 0 00.206-.51 3.566 3.566 0 01-.286-1.668A3.616 3.616 0 018.76 6.79a3.615 3.615 0 013.366 3.84 3.615 3.615 0 01-4.65 3.218.39.39 0 00-.486.263.394.394 0 00.262.485c.315.093.647.152.977.174a4.397 4.397 0 004.677-4.087A4.398 4.398 0 008.813 6.01zm-1.348 5.658a1.67 1.67 0 10-.46-.655c-.274.27-.565.59-.854.966-1.022 1.315-2.224 3.694-2.148 7.007.006.204.157.484.355.497l.04.002c.213.015.394-.301.391-.516-.064-2.458.6-4.662 1.955-6.423.242-.316.488-.626.72-.878zm12.388 4.106c-1.307-.48-2.302-1.27-2.95-2.352a4.873 4.873 0 01-.354-.71.819.819 0 00.337-.36.829.829 0 00-.395-1.098.822.822 0 00-1.098.392.822.822 0 00.724 1.177c.091.237.218.516.39.81.483.812 1.431 1.912 3.196 2.558a.226.226 0 00.278-.113c0-.006.005-.01.007-.022a.224.224 0 00-.135-.282zm-3.767-1.676a2.04 2.04 0 01-1.707-3.042 2.039 2.039 0 012.784-.787 2.04 2.04 0 01.786 2.783 1.92 1.92 0 01-.268.378.223.223 0 00.014.314c.09.082.234.074.313-.016a2.489 2.489 0 10-4.017-2.89 2.493 2.493 0 002.08 3.708.224.224 0 00.015-.448z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_tumblr .ya-share2__badge,
.ya-share2__item_service_tumblr .ya-share2__mobile-popup-badge
{
    background-color: #547093;
}

.ya-share2__item_service_tumblr .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72 7.7h3.699v2.857h-3.7v4.102c0 .928-.01 1.463.087 1.726.098.262.343.534.61.69.355.213.758.32 1.214.32.81 0 1.616-.264 2.417-.79v2.522c-.683.322-1.302.55-1.857.678a7.94 7.94 0 01-1.798.195 4.905 4.905 0 01-1.724-.276 4.215 4.215 0 01-1.438-.79c-.399-.343-.673-.706-.826-1.09-.154-.386-.23-.945-.23-1.676v-5.611H7V8.29c.628-.203 1.357-.496 1.804-.877.45-.382.809-.84 1.08-1.374.272-.534.459-1.214.56-2.039h2.276v3.7z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_tumblr .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72 7.7h3.699v2.857h-3.7v4.102c0 .928-.01 1.463.087 1.726.098.262.343.534.61.69.355.213.758.32 1.214.32.81 0 1.616-.264 2.417-.79v2.522c-.683.322-1.302.55-1.857.678a7.94 7.94 0 01-1.798.195 4.905 4.905 0 01-1.724-.276 4.215 4.215 0 01-1.438-.79c-.399-.343-.673-.706-.826-1.09-.154-.386-.23-.945-.23-1.676v-5.611H7V8.29c.628-.203 1.357-.496 1.804-.877.45-.382.809-.84 1.08-1.374.272-.534.459-1.214.56-2.039h2.276v3.7z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_twitter .ya-share2__badge,
.ya-share2__item_service_twitter .ya-share2__mobile-popup-badge
{
    background-color: #00aced;
}

.ya-share2__item_service_twitter .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 01-1.885.517 3.294 3.294 0 001.443-1.816 6.575 6.575 0 01-2.085.796 3.283 3.283 0 00-5.593 2.994A9.32 9.32 0 015.114 6.6a3.28 3.28 0 001.016 4.382 3.274 3.274 0 01-1.487-.41v.041a3.285 3.285 0 002.633 3.218 3.305 3.305 0 01-1.482.056 3.286 3.286 0 003.066 2.28A6.585 6.585 0 014 17.524 9.291 9.291 0 009.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0020 7.538z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_twitter .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 01-1.885.517 3.294 3.294 0 001.443-1.816 6.575 6.575 0 01-2.085.796 3.283 3.283 0 00-5.593 2.994A9.32 9.32 0 015.114 6.6a3.28 3.28 0 001.016 4.382 3.274 3.274 0 01-1.487-.41v.041a3.285 3.285 0 002.633 3.218 3.305 3.305 0 01-1.482.056 3.286 3.286 0 003.066 2.28A6.585 6.585 0 014 17.524 9.291 9.291 0 009.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0020 7.538z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__item_service_viber .ya-share2__badge,
.ya-share2__item_service_viber .ya-share2__mobile-popup-badge
{
    background-color: #7b519d;
}

.ya-share2__item_service_viber .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M18.434 15.574c-.484-.391-1.002-.743-1.511-1.102-1.016-.718-1.945-.773-2.703.38-.426.648-1.021.677-1.644.392-1.718-.782-3.044-1.989-3.821-3.743-.344-.777-.34-1.473.465-2.022.425-.29.854-.634.82-1.268-.045-.828-2.043-3.593-2.832-3.885a1.429 1.429 0 00-.984 0C4.373 4.95 3.606 6.48 4.34 8.292c2.19 5.405 6.043 9.167 11.349 11.463.302.13.638.183.808.23 1.208.012 2.623-1.158 3.032-2.318.393-1.117-.438-1.56-1.096-2.093zM12.485 4.88c3.879.6 5.668 2.454 6.162 6.38.045.363-.09.909.426.919.538.01.408-.528.413-.89.045-3.699-3.163-7.127-6.888-7.253-.281.04-.863-.195-.9.438-.024.427.466.357.787.406z'/%3E%3Cpath d='M13.244 5.957c-.373-.045-.865-.222-.953.299-.09.546.458.49.811.57 2.395.538 3.23 1.414 3.624 3.802.057.349-.057.89.532.8.436-.066.278-.53.315-.802.02-2.293-1.936-4.38-4.329-4.669z'/%3E%3Cpath d='M13.464 7.832c-.249.006-.493.033-.585.3-.137.4.152.496.446.544.983.158 1.5.74 1.598 1.725.027.268.195.484.452.454.356-.043.389-.361.378-.664.017-1.106-1.227-2.385-2.289-2.359z'/%3E%3C/g%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_viber .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000' fill-rule='evenodd'%3E%3Cpath d='M18.434 15.574c-.484-.391-1.002-.743-1.511-1.102-1.016-.718-1.945-.773-2.703.38-.426.648-1.021.677-1.644.392-1.718-.782-3.044-1.989-3.821-3.743-.344-.777-.34-1.473.465-2.022.425-.29.854-.634.82-1.268-.045-.828-2.043-3.593-2.832-3.885a1.429 1.429 0 00-.984 0C4.373 4.95 3.606 6.48 4.34 8.292c2.19 5.405 6.043 9.167 11.349 11.463.302.13.638.183.808.23 1.208.012 2.623-1.158 3.032-2.318.393-1.117-.438-1.56-1.096-2.093zM12.485 4.88c3.879.6 5.668 2.454 6.162 6.38.045.363-.09.909.426.919.538.01.408-.528.413-.89.045-3.699-3.163-7.127-6.888-7.253-.281.04-.863-.195-.9.438-.024.427.466.357.787.406z'/%3E%3Cpath d='M13.244 5.957c-.373-.045-.865-.222-.953.299-.09.546.458.49.811.57 2.395.538 3.23 1.414 3.624 3.802.057.349-.057.89.532.8.436-.066.278-.53.315-.802.02-2.293-1.936-4.38-4.329-4.669z'/%3E%3Cpath d='M13.464 7.832c-.249.006-.493.033-.585.3-.137.4.152.496.446.544.983.158 1.5.74 1.598 1.725.027.268.195.484.452.454.356-.043.389-.361.378-.664.017-1.106-1.227-2.385-2.289-2.359z'/%3E%3C/g%3E%3C/svg%3E");
}

.ya-share2__item_service_vkontakte .ya-share2__badge,
.ya-share2__item_service_vkontakte .ya-share2__mobile-popup-badge
{
    background-color: #07f;
}

.ya-share2__item_service_vkontakte .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.878 17.304c-5.411 0-8.695-3.755-8.823-9.994h2.74c.086 4.583 2.171 6.528 3.77 6.925V7.31h2.627v3.954c1.542-.17 3.155-1.97 3.698-3.954h2.584c-.414 2.441-2.17 4.24-3.412 4.983 1.242.6 3.24 2.17 4.011 5.01h-2.84c-.6-1.898-2.07-3.369-4.04-3.569v3.57h-.315Z' fill='%23fff'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_vkontakte .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.878 17.304c-5.411 0-8.695-3.755-8.823-9.994h2.74c.086 4.583 2.171 6.528 3.77 6.925V7.31h2.627v3.954c1.542-.17 3.155-1.97 3.698-3.954h2.584c-.414 2.441-2.17 4.24-3.412 4.983 1.242.6 3.24 2.17 4.011 5.01h-2.84c-.6-1.898-2.07-3.369-4.04-3.569v3.57h-.315Z' fill='%23000'/%3E%3C/svg%3E");
}

.ya-share2__item_service_whatsapp .ya-share2__badge,
.ya-share2__item_service_whatsapp .ya-share2__mobile-popup-badge
{
    background-color: #65bc54;
}

.ya-share2__item_service_whatsapp .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 01-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 01-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553A6.48 6.48 0 006.8 15.636l-.825 2.433 2.537-.806a6.6 6.6 0 003.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 01-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 01-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 00-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_whatsapp .ya-share2__icon
{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 01-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 01-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553A6.48 6.48 0 006.8 15.636l-.825 2.433 2.537-.806a6.6 6.6 0 003.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 01-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 01-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 00-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}
</style><style id="Verbox_online-chat-widget-styles">.online-chat-root-Verbox  {font-family: 'Montserrat', sans-serif !important;font-size: 14px !important;}.online-chat-root-Verbox .trigger-background {background: #f37334 !important;color: #ffffff !important;}.online-chat-root-Verbox .badge-background {background: #3fabd1 !important;color: #ffffff !important;}.online-chat-root-Verbox a {color: #427cd4 !important;}.online-chat-root-Verbox a:visited {color: #427cd4 !important;}.online-chat-root-Verbox .link-color {color: #427cd4 !important;}.online-chat-root-Verbox a:hover {color: #427cd4 !important;}.online-chat-root-Verbox .default-font-size {font-size: 14px !important;}.online-chat-root-Verbox .trigger-font-size {font-size: 15px !important;}.online-chat-root-Verbox .trigger-font-family {font-family: Arial,Helvetica,sans-serif !important;}.online-chat-root-Verbox .content-background {background: #ffffff !important;}.online-chat-root-Verbox .top-z-index {z-index: 2147483649 !important;}.online-chat-root-Verbox .typo {letter-spacing: 0.03em !important;}.online-chat-root-Verbox .client-message-background {background: #f37334 !important;color: #FFFFFF !important;}.online-chat-root-Verbox .client-message-background a, .online-chat-root-Verbox  .client-message-background a:hover {color: #FFFFFF !important;}.online-chat-root-Verbox .operator-message-background {background: #f8b347 !important;color: #363636 !important;}.online-chat-root-Verbox .operator-message-background a, .online-chat-root-Verbox  .operator-message-background a:hover {color: #363636 !important;}.online-chat-root-Verbox .online-chat-widget-container {border: 0px !important;background: #fff !important;box-shadow: 0 0 10px rgba(17,17,17,.2) !important;}.online-chat-root-Verbox .online-chat-widget-container-border-radius {border-radius: 11px !important;}.online-chat-root-Verbox .has-content-border-radius .content-border-radius-top {border-top-left-radius: 11px !important;border-top-right-radius: 11px !important;}.online-chat-root-Verbox .has-content-border-radius .content-border-radius-bottom {border-bottom-left-radius: 11px !important;border-bottom-right-radius: 11px !important;}.online-chat-root-Verbox .force-content-border-radius-bottom {border-bottom-left-radius: 11px !important;border-bottom-right-radius: 11px !important;}.online-chat-root-Verbox .online-chat-widget-container.drag-active {box-shadow: 0 20px 20px rgba(17,17,17,.2) !important;}.online-chat-root-Verbox .widget-header-background {background: #F37334 !important;}.online-chat-root-Verbox .widget-header-color {color: #ffffff !important;}.online-chat-root-Verbox .widget-header {padding-top: 1.5em !important;padding-bottom: 1.5em !important;}.online-chat-root-Verbox .operator-avatar.with-border {border: 1px solid #ffffff !important;}.online-chat-root-Verbox .message {border-radius: 23px !important;}.online-chat-root-Verbox .like-link-light-border {border: 1px solid #427cd42e !important;color: #427cd4 !important;}.online-chat-root-Verbox .like-link-border {border: 1px solid #427cd4 !important;}.online-chat-root-Verbox .link-color-background {background: #427cd4 !important;}.online-chat-root-Verbox .chat-selectable-item.selected, .online-chat-root-Verbox  .chat-selectable-item:hover {box-shadow: 0 .5em .8em #427cd42e !important;}.online-chat-root-Verbox .btn.primary.inverse, .online-chat-root-Verbox  button.primary.inverse, .online-chat-root-Verbox  input[type=submit].primary.inverse, .online-chat-root-Verbox  .btn.primary.inverse:focus, .online-chat-root-Verbox  button.primary.inverse:focus, .online-chat-root-Verbox  input[type=submit].primary.inverse:focus, .online-chat-root-Verbox  .btn.primary.inverse:active, .online-chat-root-Verbox  button.primary.inverse:active, .online-chat-root-Verbox  input[type=submit].primary.inverse:active {color: #F37334 !important;background: #ffffff !important;}.online-chat-root-Verbox .btn.primary, .online-chat-root-Verbox  button.primary, .online-chat-root-Verbox  input[type=submit].primary, .online-chat-root-Verbox  .btn.primary:focus, .online-chat-root-Verbox  button.primary:focus, .online-chat-root-Verbox  input[type=submit].primary:focus, .online-chat-root-Verbox  .btn.primary:active, .online-chat-root-Verbox  button.primary:active, .online-chat-root-Verbox  input[type=submit].primary:active, .online-chat-root-Verbox  .btn.primary.inverse:hover:not(.mobile), .online-chat-root-Verbox  button.primary.inverse:hover:not(.mobile), .online-chat-root-Verbox  input[type=submit].primary.inverse:hover:not(.mobile) {background: #F37334 !important;color: #ffffff !important;border-color: #F37334 !important;}.online-chat-root-Verbox .content-border-radius-top > .ps__rail-y {margin: 6px 0 !important;}.online-chat-root-Verbox .chat-history-wrapper > .ps__rail-y {margin-top: 6px !important;margin-bottom: null !important;}.online-chat-root-Verbox .widget-tab-content {margin: 0 0em 0em !important;overflow: hidden !important;border-top: none !important;border-bottom: none !important;border-left: none !important;border-right: none !important;}.online-chat-root-Verbox .placeholder-color, .online-chat-root-Verbox  .placeholder-color-when-blurred:not(:focus), .online-chat-root-Verbox  input::placeholder, .online-chat-root-Verbox  textarea::placeholder {color: #9ca2a8 !important;}.online-chat-root-Verbox .chat-textarea-wrapper.d-flex.vertical {height: auto !important;background: #F3F2F7 !important;color: #52555B !important;border: 0px solid #e1e5eb !important;margin: 0.1em 1em 1em 1em !important;border-radius: 30px !important;padding-top: 0 !important;}.online-chat-root-Verbox .chat-textarea-wrapper textarea::placeholder {color: #A5A4AF !important;}.online-chat-root-Verbox .chat-textarea-wrapper textarea {border-radius: 30px !important;}.online-chat-root-Verbox input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]):not([type=button]), .online-chat-root-Verbox textarea, .online-chat-root-Verbox select, .online-chat-root-Verbox .like-input, .online-chat-root-Verbox  button, .online-chat-root-Verbox input[type=submit], .online-chat-root-Verbox .btn {border: 1px solid #f8f9fa !important;background-color: #f8f9fa !important;}.online-chat-root-Verbox input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]):not([type=button]):not(.error):hover, .online-chat-root-Verbox  input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]):not([type=button]):not(.error):focus, .online-chat-root-Verbox textarea:not(.error):hover, .online-chat-root-Verbox  textarea:not(.error):focus, .online-chat-root-Verbox select:not(.error):hover, .online-chat-root-Verbox  select:not(.error):focus, .online-chat-root-Verbox .like-input:not(.error):hover, .online-chat-root-Verbox  .like-input:not(.error):focus, .online-chat-root-Verbox  button:hover:not(.primary):not(.inverse), .online-chat-root-Verbox input[type=submit]:hover:not(.primary):not(.inverse), .online-chat-root-Verbox .btn:hover:not(.primary):not(.inverse) {border-color: #f8f9fa !important;background-color: #f8f9fa !important;}.online-chat-root-Verbox .trigger-popup .inner, .online-chat-root-Verbox  .trigger-popup .inner:before, .online-chat-root-Verbox  .trigger-popup .inner:after {border-color: #e1e5eb !important;}.online-chat-root-Verbox .trigger-popup .inner {background: #ffffff !important;color: #ffffff !important;}.online-chat-root-Verbox .trigger-popup .inner .slot {color: #595959 !important;}.online-chat-root-Verbox .trigger-popup .inner .close {background: #e1e5eb !important;color: #595959 !important;}.online-chat-root-Verbox .trigger-popup .trigger-menu li:hover {background: #f1f2f7 !important;color: #595959 !important;}.online-chat-root-Verbox .trigger-popup .trigger-menu li > a {border-bottom: 1px solid #f1f2f7 !important;}.online-chat-root-Verbox .popup-notification {background: rgba(0, 0, 0, .8) !important;color: #ffffff !important;}.online-chat-root-Verbox .device-type-desktop .popup-notification {left: 14px !important;right: auto !important;bottom: 14px !important;top: auto !important;}</style><style id="Verbox_online-chat-widget-custom-styles">.online-chat-root-Verbox .top-z-index { z-index: 99999 !important; }</style><style id="Verbox_online-chat-widget-font">@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap&subset=cyrillic');</style><style id="Verbox_online-chat-mobile-body">html.mobile-online-chat-opened > body.supportOpened { background: #F37334 !important;</style><style id="Verbox_online-chat-toggle-elements">.supportNotLoaded .Verbox-online, .supportNotLoaded .Verbox-offline, .supportOnline .Verbox-offline, .supportOffline .Verbox-online {display: none !important;}</style></head><body class="Verbox-initialized supportDesktop supportOnline"><div id="no-cookies" class="alert alert-warning" style="display:none;"><!--googleoff: index--><noindex>Для корректной работы сайта разрешите браузеру принимать куки с нашего сайта, а затем обновите эту страницу.</noindex><!--googleon: index--></div><div id="wrap"> <div id="main" class="clearfix"> <header id="head"> <div class="container"> <div class="row"> <div class="col-xs-4 col-md-4"> <a href="https://quicktickets.ru/" class="logo"><img alt="" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/logo.png" style="width:233px;height:60px;"></a><br> <a href="https://quicktickets.ru/irkutsk-teatr-vp#" rel="596" id="change-city">Москва&nbsp;<i class="fa fa-angle-down"></i></a> </div> <div class="col-xs-2 col-md-2 counter-tickets"> <div class="counter-tickets-in"> <p>Заказов за 24 часа</p> <span class="number"><span class="in">2</span></span><span class="number"><span class="in">8</span></span><span class="number"><span class="in">7</span></span><span class="number"><span class="in">5</span></span> </div> </div> <div class="col-xs-6 col-md-6"> <div id="userlogin"> <a href="https://quicktickets.ru/user/login" class="btn btn-orange btn-auth-ajax"><i class="fas fa-sign-in-alt"></i> Вход</a> <a href="https://quicktickets.ru/user/register" class="btn btn-inverse btn-auth-ajax">Регистрация</a> </div> </div> </div> </div> </header> <main id="body" class="container"> <ul class="breadcrumbs breadcrumb"><li><a href="https://quicktickets.ru/">Главная</a><span class="divider"></span></li><li><a href="https://quicktickets.ru/irkutsk">Иркутск</a><span class="divider"></span></li><li><a>Театр Внутренней Практики</a><span class="divider"></span></li></ul> <div id="organisation" itemscope="" itemtype="http://schema.org/MovieTheater"> <div id="yw0"></div> <div class="head"> <div class="head-in"> <div class="info"> <table width="100%"> <tbody><tr> <td rowspan="3" class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp"><img style="max-width: 150px;max-height: 150px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/photo-150x150.jpg" alt=""></a>  </td><td colspan="3"> <a class="title" href="https://quicktickets.ru/irkutsk-teatr-vp"><h2 itemprop="name">Театр Внутренней Практики</h2></a> <div class="s" itemprop="additionalType">Театры</div>  </td><td class="rate"> <div class="organisation-rating" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_organisation" data-href="/rating/organisation_vote/id/3650" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/star-loader.gif" alt="load..."></div></a> </div>   </td></tr><tr> <td colspan="4"> <div class="row contacts"> <div class="phones"> <i class="fas fa-mobile-alt"></i> <span itemprop="telephone"> <span title="">+7 (908) 777-00-20</span> </span> </div> <div class="city" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"> <i class="fas fa-map-marker-alt"></i> <span itemprop="addressLocality">Иркутск</span>, <span itemprop="streetAddress">ул. Октябрьской Революции, д. 20В</span> </div> </div>   </td></tr><tr class="params"> <td colspan="4" itemprop="description">Театр Внутренней Практики - это современный, камерный театр города Иркутска под руководством Сергея Помазана, выпускника иркутского театрального училища, мастерская зас.арт. России А.А. Булдакова.
В репертуаре нашего театра представлены спектакли самых разных жанров, от классической зарубежной и русской литературы до современной драматургии. Каждый найдет что-то по душе!  </td></tr></tbody></table> </div> <div class="navigation"> <div class="row"> <div class="col-xs-3 col-md-4 share"> <script src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/share.js"></script> <div class="ya-share2 ya-share2_inited" data-curtain="" data-limit="3" data-title="Театр Внутренней Практики - Иркутск - Quick Tickets" data-description="Актуальная афиша с точным репертуаром в Театр Внутренней Практики, город Иркутск. Купить билет онлайн." data-image="https://quicktickets.ru/files/o/irkutsk-teatr-vp/info/photo.jpg?1652274310" data-services="vkontakte,odnoklassniki,telegram,twitter,viber,whatsapp,moimir,pinterest"><div class="ya-share2__container ya-share2__container_size_m ya-share2__container_color-scheme_normal ya-share2__container_shape_normal"><ul class="ya-share2__list ya-share2__list_direction_horizontal"><li class="ya-share2__item ya-share2__item_service_vkontakte"><a class="ya-share2__link" href="https://vk.com/share.php?url=https%3A%2F%2Fquicktickets.ru%2Firkutsk-teatr-vp&amp;title=%D0%A2%D0%B5%D0%B0%D1%82%D1%80%20%D0%92%D0%BD%D1%83%D1%82%D1%80%D0%B5%D0%BD%D0%BD%D0%B5%D0%B9%20%D0%9F%D1%80%D0%B0%D0%BA%D1%82%D0%B8%D0%BA%D0%B8%20-%20%D0%98%D1%80%D0%BA%D1%83%D1%82%D1%81%D0%BA%20-%20Quick%20Tickets&amp;description=%D0%90%D0%BA%D1%82%D1%83%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F%20%D0%B0%D1%84%D0%B8%D1%88%D0%B0%20%D1%81%20%D1%82%D0%BE%D1%87%D0%BD%D1%8B%D0%BC%20%D1%80%D0%B5%D0%BF%D0%B5%D1%80%D1%82%D1%83%D0%B0%D1%80%D0%BE%D0%BC%20%D0%B2%20%D0%A2%D0%B5%D0%B0%D1%82%D1%80%20%D0%92%D0%BD%D1%83%D1%82%D1%80%D0%B5%D0%BD%D0%BD%D0%B5%D0%B9%20%D0%9F%D1%80%D0%B0%D0%BA%D1%82%D0%B8%D0%BA%D0%B8%2C%20%D0%B3%D0%BE%D1%80%D0%BE%D0%B4%20%D0%98%D1%80%D0%BA%D1%83%D1%82%D1%81%D0%BA.%20%D0%9A%D1%83%D0%BF%D0%B8%D1%82%D1%8C%20%D0%B1%D0%B8%D0%BB%D0%B5%D1%82%20%D0%BE%D0%BD%D0%BB%D0%B0%D0%B9%D0%BD.&amp;image=https%3A%2F%2Fquicktickets.ru%2Ffiles%2Fo%2Firkutsk-teatr-vp%2Finfo%2Fphoto.jpg%3F1652274310&amp;utm_source=share2" rel="nofollow noopener" target="_blank" title="ВКонтакте"><span class="ya-share2__badge"><span class="ya-share2__icon"></span></span><span class="ya-share2__title">ВКонтакте</span></a></li><li class="ya-share2__item ya-share2__item_service_odnoklassniki"><a class="ya-share2__link" href="https://connect.ok.ru/offer?url=https%3A%2F%2Fquicktickets.ru%2Firkutsk-teatr-vp&amp;title=%D0%A2%D0%B5%D0%B0%D1%82%D1%80%20%D0%92%D0%BD%D1%83%D1%82%D1%80%D0%B5%D0%BD%D0%BD%D0%B5%D0%B9%20%D0%9F%D1%80%D0%B0%D0%BA%D1%82%D0%B8%D0%BA%D0%B8%20-%20%D0%98%D1%80%D0%BA%D1%83%D1%82%D1%81%D0%BA%20-%20Quick%20Tickets&amp;description=%D0%90%D0%BA%D1%82%D1%83%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F%20%D0%B0%D1%84%D0%B8%D1%88%D0%B0%20%D1%81%20%D1%82%D0%BE%D1%87%D0%BD%D1%8B%D0%BC%20%D1%80%D0%B5%D0%BF%D0%B5%D1%80%D1%82%D1%83%D0%B0%D1%80%D0%BE%D0%BC%20%D0%B2%20%D0%A2%D0%B5%D0%B0%D1%82%D1%80%20%D0%92%D0%BD%D1%83%D1%82%D1%80%D0%B5%D0%BD%D0%BD%D0%B5%D0%B9%20%D0%9F%D1%80%D0%B0%D0%BA%D1%82%D0%B8%D0%BA%D0%B8%2C%20%D0%B3%D0%BE%D1%80%D0%BE%D0%B4%20%D0%98%D1%80%D0%BA%D1%83%D1%82%D1%81%D0%BA.%20%D0%9A%D1%83%D0%BF%D0%B8%D1%82%D1%8C%20%D0%B1%D0%B8%D0%BB%D0%B5%D1%82%20%D0%BE%D0%BD%D0%BB%D0%B0%D0%B9%D0%BD.&amp;imageUrl=https%3A%2F%2Fquicktickets.ru%2Ffiles%2Fo%2Firkutsk-teatr-vp%2Finfo%2Fphoto.jpg%3F1652274310&amp;utm_source=share2" rel="nofollow noopener" target="_blank" title="Одноклассники"><span class="ya-share2__badge"><span class="ya-share2__icon"></span></span><span class="ya-share2__title">Одноклассники</span></a></li><li class="ya-share2__item ya-share2__item_service_telegram"><a class="ya-share2__link" href="https://t.me/share/url?url=https%3A%2F%2Fquicktickets.ru%2Firkutsk-teatr-vp&amp;text=%D0%A2%D0%B5%D0%B0%D1%82%D1%80%20%D0%92%D0%BD%D1%83%D1%82%D1%80%D0%B5%D0%BD%D0%BD%D0%B5%D0%B9%20%D0%9F%D1%80%D0%B0%D0%BA%D1%82%D0%B8%D0%BA%D0%B8%20-%20%D0%98%D1%80%D0%BA%D1%83%D1%82%D1%81%D0%BA%20-%20Quick%20Tickets&amp;utm_source=share2" rel="nofollow noopener" target="_blank" title="Telegram"><span class="ya-share2__badge"><span class="ya-share2__icon"></span></span><span class="ya-share2__title">Telegram</span></a></li><li class="ya-share2__item ya-share2__item_more"><a class="ya-share2__link ya-share2__link_more" href="javascript:void(0);"><span class="ya-share2__badge ya-share2__badge_more"><span class="ya-share2__icon ya-share2__icon_more"></span></span></a><div class="ya-share2__popup ya-share2__popup_direction_bottom ya-share2__popup_list-direction_horizontal"><ul class="ya-share2__list ya-share2__list_direction_vertical"><li class="ya-share2__item ya-share2__item_service_twitter"><a class="ya-share2__link" href="https://twitter.com/intent/tweet?text=%D0%A2%D0%B5%D0%B0%D1%82%D1%80%20%D0%92%D0%BD%D1%83%D1%82%D1%80%D0%B5%D0%BD%D0%BD%D0%B5%D0%B9%20%D0%9F%D1%80%D0%B0%D0%BA%D1%82%D0%B8%D0%BA%D0%B8%20-%20%D0%98%D1%80%D0%BA%D1%83%D1%82%D1%81%D0%BA%20-%20Quick%20Tickets&amp;url=https%3A%2F%2Fquicktickets.ru%2Firkutsk-teatr-vp&amp;utm_source=share2" rel="nofollow noopener" target="_blank" title="Twitter"><span class="ya-share2__badge"><span class="ya-share2__icon"></span></span><span class="ya-share2__title">Twitter</span></a></li><li class="ya-share2__item ya-share2__item_service_viber"><a class="ya-share2__link" href="viber://forward?text=%D0%A2%D0%B5%D0%B0%D1%82%D1%80%20%D0%92%D0%BD%D1%83%D1%82%D1%80%D0%B5%D0%BD%D0%BD%D0%B5%D0%B9%20%D0%9F%D1%80%D0%B0%D0%BA%D1%82%D0%B8%D0%BA%D0%B8%20-%20%D0%98%D1%80%D0%BA%D1%83%D1%82%D1%81%D0%BA%20-%20Quick%20Tickets%20https%3A%2F%2Fquicktickets.ru%2Firkutsk-teatr-vp&amp;utm_source=share2" rel="nofollow" target="_blank" title="Viber"><span class="ya-share2__badge"><span class="ya-share2__icon"></span></span><span class="ya-share2__title">Viber</span></a></li><li class="ya-share2__item ya-share2__item_service_whatsapp"><a class="ya-share2__link" href="https://api.whatsapp.com/send?text=%D0%A2%D0%B5%D0%B0%D1%82%D1%80%20%D0%92%D0%BD%D1%83%D1%82%D1%80%D0%B5%D0%BD%D0%BD%D0%B5%D0%B9%20%D0%9F%D1%80%D0%B0%D0%BA%D1%82%D0%B8%D0%BA%D0%B8%20-%20%D0%98%D1%80%D0%BA%D1%83%D1%82%D1%81%D0%BA%20-%20Quick%20Tickets%20https%3A%2F%2Fquicktickets.ru%2Firkutsk-teatr-vp&amp;utm_source=share2" rel="nofollow noopener" target="_blank" title="WhatsApp"><span class="ya-share2__badge"><span class="ya-share2__icon"></span></span><span class="ya-share2__title">WhatsApp</span></a></li><li class="ya-share2__item ya-share2__item_service_moimir"><a class="ya-share2__link" href="https://connect.mail.ru/share?url=https%3A%2F%2Fquicktickets.ru%2Firkutsk-teatr-vp&amp;title=%D0%A2%D0%B5%D0%B0%D1%82%D1%80%20%D0%92%D0%BD%D1%83%D1%82%D1%80%D0%B5%D0%BD%D0%BD%D0%B5%D0%B9%20%D0%9F%D1%80%D0%B0%D0%BA%D1%82%D0%B8%D0%BA%D0%B8%20-%20%D0%98%D1%80%D0%BA%D1%83%D1%82%D1%81%D0%BA%20-%20Quick%20Tickets&amp;description=%D0%90%D0%BA%D1%82%D1%83%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F%20%D0%B0%D1%84%D0%B8%D1%88%D0%B0%20%D1%81%20%D1%82%D0%BE%D1%87%D0%BD%D1%8B%D0%BC%20%D1%80%D0%B5%D0%BF%D0%B5%D1%80%D1%82%D1%83%D0%B0%D1%80%D0%BE%D0%BC%20%D0%B2%20%D0%A2%D0%B5%D0%B0%D1%82%D1%80%20%D0%92%D0%BD%D1%83%D1%82%D1%80%D0%B5%D0%BD%D0%BD%D0%B5%D0%B9%20%D0%9F%D1%80%D0%B0%D0%BA%D1%82%D0%B8%D0%BA%D0%B8%2C%20%D0%B3%D0%BE%D1%80%D0%BE%D0%B4%20%D0%98%D1%80%D0%BA%D1%83%D1%82%D1%81%D0%BA.%20%D0%9A%D1%83%D0%BF%D0%B8%D1%82%D1%8C%20%D0%B1%D0%B8%D0%BB%D0%B5%D1%82%20%D0%BE%D0%BD%D0%BB%D0%B0%D0%B9%D0%BD.&amp;utm_source=share2" rel="nofollow noopener" target="_blank" title="Мой Мир"><span class="ya-share2__badge"><span class="ya-share2__icon"></span></span><span class="ya-share2__title">Мой Мир</span></a></li><li class="ya-share2__item ya-share2__item_service_pinterest"><a class="ya-share2__link" href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fquicktickets.ru%2Firkutsk-teatr-vp&amp;media=https%3A%2F%2Fquicktickets.ru%2Ffiles%2Fo%2Firkutsk-teatr-vp%2Finfo%2Fphoto.jpg%3F1652274310&amp;description=%D0%A2%D0%B5%D0%B0%D1%82%D1%80%20%D0%92%D0%BD%D1%83%D1%82%D1%80%D0%B5%D0%BD%D0%BD%D0%B5%D0%B9%20%D0%9F%D1%80%D0%B0%D0%BA%D1%82%D0%B8%D0%BA%D0%B8%20-%20%D0%98%D1%80%D0%BA%D1%83%D1%82%D1%81%D0%BA%20-%20Quick%20Tickets&amp;utm_source=share2" rel="nofollow noopener" target="_blank" title="Pinterest" data-pin-do="none"><span class="ya-share2__badge"><span class="ya-share2__icon"></span></span><span class="ya-share2__title">Pinterest</span></a></li><li class="ya-share2__item ya-share2__item_copy"><a class="ya-share2__link ya-share2__link_copy" href="javascript:void(0);" title="Скопировать ссылку"><span class="ya-share2__badge ya-share2__badge_copy"><span class="ya-share2__icon ya-share2__icon_copy"></span></span><span class="ya-share2__title">Скопировать ссылку</span></a><input class="ya-share2__input_copy" value="https://quicktickets.ru/irkutsk-teatr-vp"></li></ul></div></li></ul></div></div> </div> <div class="col-xs-4 col-md-4"> <div class="org-like"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/reviews" class="like change-type" data-change-type="positive"><i class="qsf qsf-positiveReview"></i> 36</a> <a href="https://quicktickets.ru/irkutsk-teatr-vp/reviews" class="dislike change-type" data-change-type="negative"><i class="qsf qsf-negativeReview"></i> 0</a> </div> </div> <div class="col-xs-5 col-md-4 nav-btn"> <a href="https://quicktickets.ru/irkutsk-teatr-vp" class="btn btn-orange">Афиша<span></span></a> <a href="https://quicktickets.ru/irkutsk-teatr-vp/contact" class="btn btn-default">Информация<span></span></a> <a href="https://quicktickets.ru/irkutsk-teatr-vp/reviews" class="btn btn-default">Отзывы<span></span></a> </div> </div> </div> </div></div><script type="text/javascript"> // Обновляем рейтинг
$(function (){updateAllRating('.rating_organisation'); });</script> <div class="body"> <div class="col-content"> <div class="clear"></div> <div id="elems-list" style="padding: 0 15px;"><div class="elem" data-elem-type="event" data-pushkincard="no"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e1"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/photo-150x220.jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/1" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e1"> <span class="underline">Спектакль "СЕКТОР №5"</span> <span class="ageRestriction">16+</span> </a> </h3>
<div class="d">Искупительная комедия "Сектор № 5". Этот спектакль необычен тем, что действие происходит на "том свете". Вернее в неком пятом (искупительном) секторе, куда попадают женщины после совершения самоубийства. Каждая думала, что все закончится, а оказалось... Как они проходят испытания, через какие сомнения и страхи, где найти понимание происходящего и что будет дальше - все это в искупительной комедии "Сектор N5".</div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e1">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s113"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s113"> <span class="underline">3 сентября, 19:00</span> </a><br></div><div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s117"> <span class="underline">15 сентября, 19:00</span> </a><br></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div><div class="elem" data-elem-type="event" data-pushkincard="no"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e3"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/photo-150x220(1).jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/3" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e3"> <span class="underline">Спектакль "Кто-то по-прежнему любит тебя" по песням группы Queen</span> <span class="ageRestriction">16+</span> </a> </h3>
<div class="d">Музыкальный спектакль "Кто-то по-прежнему любит тебя" по песням группы Queen! Жизнь и творческий путь легенды рок-музыки Фредди Меркьюри! Достаточно ли любви миллионов, чтобы не чувствовать себя одиноким? Какого это, быть постоянно в противоборстве со своими темными сторонами? </div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e3">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s114"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s114"> <span class="underline">8 сентября, 19:00</span> </a><br></div><div class="session-column"></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div><div class="elem" data-elem-type="event" data-pushkincard="no"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e11"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/photo-150x220(2).jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/11" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e11"> <span class="underline">Спектакль "Рейс"</span> <span class="ageRestriction">16+</span> </a> </h3>
<div class="d">В рейсовый автобус садятся несколько пассажиров: Сознательный, Несознательный, Виртуоз, Он и Она, Безответственный, Тетка из Косолапово и Влюбленные. Все спешат по своим делам. Например, Виртуоз едет на запись - его ждет целый оркестр, хор и известный дирижер. Она спешит к своим детям, ведь семилетний сын должен привезти из детского сада трехлетнего брата, но вечно забывает... Безответственный торопится на поминки отца, умершего год назад... Автобус отклоняется от привычного маршрута и следует в неизвестном направлении. Безымянный водитель лихачит на дороге и пьет за рулем водку. Он может обрушить автобус в пропасть, а может подарить надежду. Пассажиры с ужасом начинают осознавать, что им не суждено добраться до места... </div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e11">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s115"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s115"> <span class="underline">9 сентября, 19:00</span> </a><br></div><div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s121"> <span class="underline">23 сентября, 19:00</span> </a><br></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div><div class="elem" data-elem-type="event" data-pushkincard="yes"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e9"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/photo-150x220(3).jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/9" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e9"> <span class="underline">Спектакль "Руководство для желающих жениться"</span> <span class="ageRestriction">14+</span> <i class="qsf qsf-pushkincard icon-default" title="Некоторые мероприятия можно оплатить по Пушкинской банковской карте"></i> </a> </h3>
<div class="d">Фарс-комедия по рассказам А.П. Чехова. Взгляд автора на взаимоотношения в семье, быту, работе и обществе. Вся правда о самых тайных и темных сторонах нашей души. Яркие образы и преувеличение в каждой сцене. Гениальный писатель открывает глаза на многие аспекты нашей жизни, быта, роли мужчины и женщины. </div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e9">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s116"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s116"> <span class="underline">10 сентября, 19:00</span> <i class="qsf qsf-pushkincard icon-default" title="Мероприятие можно оплатить по Пушкинской банковской карте"></i> </a><br></div><div class="session-column"></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div><div class="elem" data-elem-type="event" data-pushkincard="yes"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e8"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/photo-150x220(4).jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/8" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e8"> <span class="underline">Спектакль "Стеклянный зверинец"</span> <span class="ageRestriction">16+</span> <i class="qsf qsf-pushkincard icon-default" title="Некоторые мероприятия можно оплатить по Пушкинской банковской карте"></i> </a> </h3>
<div class="d">История тонкая, ранимая, чуткая, но в тоже время правдивая и откровенная. Каждый из нас содержит свой стеклянный зверинец, пока внешние силы не нарушат идиллию хрупкости и нежности. Спектакль о несбывшихся мечтах и постоянном непонимании того прошлого, которое каждый из нас носит в себе, скрывая от других.</div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e8">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s118"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s118"> <span class="underline">16 сентября, 19:00</span> <i class="qsf qsf-pushkincard icon-default" title="Мероприятие можно оплатить по Пушкинской банковской карте"></i> </a><br></div><div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s122"> <span class="underline">29 сентября, 19:00</span> <i class="qsf qsf-pushkincard icon-default" title="Мероприятие можно оплатить по Пушкинской банковской карте"></i> </a><br></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div><div class="elem" data-elem-type="event" data-pushkincard="no"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e7"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/photo-150x220(5).jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/7" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e7"> <span class="underline">Спектакль "Вера...Юра, Коля, Алексей"</span> <span class="ageRestriction">14+</span> </a> </h3>
<div class="d">Он и она и некто третий... Судьба свела их в городском парке, где каждый искал тепла и спасался от одиночества. Для чего их встреча? Разбередить душевные раны или же открыть свое сердце и наконец - то признать свои ошибки. Все это приправлено юмором! На пути к честности главный герой явно не хочет быть разоблаченным, поэтому идёт на любые хитрости!</div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e7">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s119"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s119"> <span class="underline">17 сентября, 19:00</span> </a><br></div><div class="session-column"></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div><div class="elem" data-elem-type="event" data-pushkincard="no"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e2"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/photo-150x220(6).jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/2" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e2"> <span class="underline">Спектакль "Хочу тебя... Любить"</span> <span class="ageRestriction">16+</span> </a> </h3>
<div class="d">Спектакль "Хочу тебя... любить" в очень необычном жанре трагикомический фарс. В основе сюжета непростые взаимоотношения супружеской пары, где действия напоминают нам самый настоящий детектив. Каждый супруг пытается расследовать своё преступление по отношению друг к другу. Как далеко они могут зайти? Окажутся ли герои по разные стороны либо сделают выбор в пользу добровольного совместного заточения? Все это узнаете на нашем спектакле. </div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e2">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s120"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s120"> <span class="underline">22 сентября, 19:00</span> </a><br></div><div class="session-column"></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div><div class="elem" data-elem-type="event" data-pushkincard="no"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e18"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/photo-150x220(7).jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/18" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e18"> <span class="underline">Спектакль "Лысая певица"</span> <span class="ageRestriction">16+</span> </a> </h3>
<div class="d">"Спектакль столкновение консервативного мещанского мироустройства и новой протестной силы нонконформистов в комедии абсурда в жанре трагифарса, в котором пародируется бытие человека, низведенное до уровня механического функционирования. учащий зрителя нонконформизму, развенчивающий мелкого буржуа как тотального конформиста, как человека воспринятых им идей и лозунгов. нападающий на этот мещанский мир, помешанный на быте и комфорте. Кроме пустопорожнего трепа им и поговорить не о чем потому, что они ни о чем не думают, зато едят, спят, делают детей и читают газеты. провоцирующий - конфликт лишь бы бросить правду в лицо сытым конформистам, разбить их кукольный домик, где довольство тела и праздность мысли доводят человека до состояния куклы. Издевающийся и нападающий на извергающих банальности марионеток, добивающийся реакции непонимания, отторжения, страха и ненависти, выводящий зрителя из повседневной дремоты. Скандалы как средство протеста и войны против сонного царства конформистов" 
ЧТО ЭТО? ВСЕ ЭТО - Спектакль "Лысая певица" - "Прощай голова! лети голова!"</div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e18">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s123"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s123"> <span class="underline">30 сентября, 19:00</span> </a><br></div><div class="session-column"></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div></div> <div class="clear"></div> </div> </div></div><script type="text/javascript"> $(function (){// Показать все детализации
$(document).on('click', '.show-all', function (){const b = $(this).parent().parent();
b.css('display', 'none');
b.next().css('display', 'block');
return false;
});
// Показать ближайшие детализации
$(document).on('click', '.show-near', function (){const b = $(this).parent().parent();
b.css('display', 'none');
b.prev().css('display', 'block');
return false;
});
// Применить фильтр
function filter(){// Отображаем все элементы
$('.elem').show();
// Тип
let classByElemType = [];
// Находим всех значения типов элементов
const elemTypes = $('#filter .elemTypes input:checked');
// Если выбраны значения типов элементов
if (elemTypes.length > 0){elemTypes.each(function (){classByElemType.push($(this).data('filter')); });
$('.elem:not([data-elem-type="' + classByElemType.join('"], [data-elem-type="') + '"])').hide();
}// Находим всех значения типов элементов
const pushkincards = $('#filter .pushkincards input:checked');
// Если выбраны значения пушкинской карты
if (pushkincards.length > 0){pushkincards.each(function (){classByElemType.push($(this).data('filter')); });
$('.elem:not([data-pushkincard="' + classByElemType.join('"], [data-pushkincard="') + '"])').hide();
}// Дополнительные параметры
let classesByCustomParameterIndex = [];
// Перебираем дополнительные параметры
$('#customParameters .values').each(function (index){// Находим всех значения дополнительных параметров
const customParameterValues = $(this).find('.customParameterValue:checked');
// Если значения дополнительных параметров есть
if (customParameterValues.length > 0){// Запоминаем наборы индексов, 1 набор - 1н дополнительный параметр
classesByCustomParameterIndex[index] = [];
customParameterValues.each(function (){classesByCustomParameterIndex[index].push('customParameterIndex' + $(this).data('index'));
});
}});
// Если параметров для фильтрации нет
if (classesByCustomParameterIndex.length > 0){// Перебираем наборы индексов
classesByCustomParameterIndex.map(function (value){// Скрываем необходимые элементы
// Значения внутри дополнительного параметра через ИЛИ
// Сами дополнительный параметры через И
$('.elem:not(.' + value.join(', .') + ')').hide();
});
}// Обновляем количество элементов, выводимых на экран
$('.elemTypes input').each(function (){$(this).parent().find('.count').html($('.elem[data-elem-type="' + $(this).data('filter') + '"]:not(:hidden)').length);
});
// Обновляем количество элементов, выводимых на экран
$('.pushkincards input').each(function (){$(this).parent().find('.count').html($('.elem[data-pushkincard="' + $(this).data('filter') + '"]:not(:hidden)').length);
});
// Кастомный параметр
$('.customParameterValue').each(function (){$(this).parent().find('.count').html($('.elem.customParameterIndex' + $(this).data('index') + ':not(:hidden)').length);
});
}$(document).on('change', '#pageVerticalBlock #filter input', filter);
$(document).on('click', '#pageVerticalBlock #filter #resetFilter', function (){$('#filter input:checked').prop('checked', false); filter(); });
updateAllRating('.rating_event');
});</script> </main></div></div><noindex> <!-- Yandex.Metrika start --> <script type="text/javascript">(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(22132460, "init", {clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true});
</script> <noscript> <img src="https://mc.yandex.ru/watch/22132460" style="position:absolute; left:-9999px;" alt="" /> </noscript> <!-- Yandex.Metrika end --> <!-- Top.Mail.Ru start --><script type="text/javascript">var _tmr = window._tmr || (window._tmr = []); _tmr.push({id: "2458275", type: "pageView", start: (new Date()).getTime()}); (function (d, w, id){if (d.getElementById(id)) return; var ts = d.createElement("script"); ts.type = "text/javascript"; ts.async = true; ts.id = id; ts.src = "https://top-fwz1.mail.ru/js/code.js"; var f = function () {var s = d.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ts, s);}; if (w.opera == "[object Opera]"){d.addEventListener("DOMContentLoaded", f, false); }else { f(); }})(document, window, "tmr-code");</script><noscript><div><img src="https://top-fwz1.mail.ru/counter?id=2458275;js=na" style="position:absolute;left:-9999px;" alt="Top.Mail.Ru" /></div></noscript><!-- Top.Mail.Ru end --> <!-- VKontakte pixel start --><script type="text/javascript">$(document).ready(function (){VK.Retargeting.Init('VK-RTRG-300492-6HQw9'); VK.Retargeting.Hit(); });</script><noscript><img src="https://vk.com/rtrg?p=VK-RTRG-300492-6HQw9" style="position:fixed; left:-999px;" alt=""/></noscript><!-- VKontakte pixel end --> <!-- Facebook pixel start --><!--<script>!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js');fbq('init', '889665484911509');fbq('track', 'PageView');</script><noscript><img height=1 width=1 style="display:none" src="https://www.facebook.com/tr?id=889665484911509&ev=PageView&noscript=1"/></noscript>--><!-- Facebook pixel end --> <!-- Verbox start --><script type="text/javascript">(function(d, w, m){window.supportAPIMethod = m; var s = d.createElement('script'); s.type ='text/javascript'; s.id = 'supportScript'; s.charset = 'utf-8'; s.async = true; var id = 'b9b6a9f295fcf0b57e47361f888d3861'; s.src = 'https://admin.verbox.ru/support/support.js?h='+id; var sc = d.getElementsByTagName('script')[0]; w[m] = w[m] || function(){(w[m].q = w[m].q || []).push(arguments); }; if (sc) sc.parentNode.insertBefore(s, sc); else d.documentElement.firstChild.appendChild(s); })(document, window, 'Verbox');</script><!-- Verbox end --></noindex><footer id="footer"> <div class="container"> <div class="row"> <div class="col-xs-4 col-sm-4"> <dl id="copyright" class="dl-horizontal"> <dt><img alt="" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/logo-footer.png"> </dt><dd> <span>Quick Tickets</span> <br>2011 — 2023 © Quick Tickets
 </dd></dl> <dl id="servers" class="dl-horizontal"> <dt><img alt="" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/shield-footer.png"> </dt><dd> Наши <a href="https://timeweb.cloud/?i=7402" target="_blank">выделенные сервера</a> <br>и наш <a href="https://timeweb.com/ru/?i=7402" target="_blank">виртуальный хостинг</a>  </dd></dl> </div> <div class="col-xs-4 col-sm-4"> <div class="header">Пользователям</div> <ul class="menu"> <li><a href="https://quicktickets.ru/user-agreement">Пользовательское соглашение</a> </li><li><a href="https://quicktickets.ru/bonus-program">Бонусная программа</a> </li><li><a href="https://quicktickets.ru/security">Безопасность</a> </li><li><a href="https://quicktickets.ru/contacts">Контакты</a> </li><li><a href="https://qksr.ru/vacancies" target="_blank">Вакансии</a> </li></ul> </div> <div class="col-xs-4 col-sm-4"> <div class="header">Организациям</div> <ul class="menu"> <li><a href="https://start.quicktickets.ru/?utm_source=quicktickets.ru&amp;utm_medium=footer&amp;utm_campaign=about-system" target="_blank">О сервисе</a> </li></ul> </div> </div> <div class="bottom"> <div class="row"> <div class="col-xs-6"> <img src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/mir.png" alt=""> <img src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/visa.png" alt=""> <img src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/mastercard-white.png" alt=""> </div> <div class="col-xs-6 text-right social-icons" style="white-space: nowrap;"> <a href="https://vk.com/quicktickets" class="vk" target="_blank">&nbsp;</a>&nbsp;
<a href="https://ok.ru/quicktickets" class="odnoklassniki" target="_blank">&nbsp;</a>&nbsp;
<a href="https://www.youtube.com/c/QuickTickets" class="youtube" target="_blank">&nbsp;</a> </div> </div> </div> </div></footer><a href="https://quicktickets.ru/irkutsk-teatr-vp#" id="scroll-top" style="display: none;"><i class="fas fa-arrow-up"></i></a><div id="modalChangeCity" class="modal fade bs-modal-lg" tabindex="-1" role="dialog" aria-hidden="true"><div class="modal-dialog"><div class="modal-content"></div></div></div><div id="modalAuth" class="modal fade bs-modal-lg" tabindex="-1" role="dialog" aria-hidden="true"><div class="modal-dialog"><div class="modal-content"></div></div></div><script type="text/javascript" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/select2.min.js"></script><script type="text/javascript" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/ru.js"></script><script type="text/javascript" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/bootstrap.min.js"></script><script type="text/javascript" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/common.js"></script><script type="text/javascript" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/common-frontend.js"></script><script type="text/javascript" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/jquery.rating.js"></script><script type="text/javascript">/*<![CDATA[*/
jQuery('#yw0 .alert').alert();
/*]]>*/</script><script type="text/javascript" async="" crossorigin="anonymous" defer="" charset="utf-8" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/modern.support.js"></script><div style="position: absolute; left: 0px; top: 0px;"></div><div class="online-chat-root online-chat-root-Verbox"><div id="widget-root-4NZSXnHxwS" class="notranslate online-chat-components-wrapper device-type-desktop has-content-border-radius"><div data-v-00968ba4=""></div> <div data-v-00968ba4=""></div> <div data-v-00968ba4=""></div> <div data-v-00968ba4=""></div> <div data-v-b3b442de="" data-v-8cbb07ce="" data-v-0b37691e="" class="draggable scale-when-drag fixed online-chat-widget-draggable-wrapper relative top-z-index has-content-border-radius" style="top: 439px !important; left: 1129px !important; width: 355px !important; height: 490px !important; pointer-events: none !important;"><!----> <div data-v-20bbf0c9="" data-v-8cbb07ce="" class="resize-helper top-z-index n" data-v-b3b442de=""></div><div data-v-20bbf0c9="" data-v-8cbb07ce="" class="resize-helper top-z-index s" data-v-b3b442de=""></div><div data-v-20bbf0c9="" data-v-8cbb07ce="" class="resize-helper top-z-index w" data-v-b3b442de=""></div><div data-v-20bbf0c9="" data-v-8cbb07ce="" class="resize-helper top-z-index e" data-v-b3b442de=""></div><div data-v-20bbf0c9="" data-v-8cbb07ce="" class="resize-helper top-z-index n e" data-v-b3b442de=""></div><div data-v-20bbf0c9="" data-v-8cbb07ce="" class="resize-helper top-z-index n w" data-v-b3b442de=""></div><div data-v-20bbf0c9="" data-v-8cbb07ce="" class="resize-helper top-z-index s e" data-v-b3b442de=""></div><div data-v-20bbf0c9="" data-v-8cbb07ce="" class="resize-helper top-z-index s w" data-v-b3b442de=""></div></div> <!----> <div data-v-7e522b09="" class=""><div data-v-c962f3e6="" data-v-7e522b09="" id="supportTrigger" class="trigger top-z-index cursor-pointer trigger-type primary-right secondary-bottom primary-left-right"><div data-v-145f10d8="" data-v-c962f3e6="" class="dropdown-container"><div data-v-145f10d8="" class="inner"><div data-v-546b16a2="" data-v-e91d6ee6="" data-v-145f10d8="" class="trigger-popup" style="max-width: 1469px !important;"><div data-v-546b16a2="" class="inner with-arrow"><div data-v-546b16a2="" class="close"><svg data-v-a6077740="" data-v-546b16a2="" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-icon cursor-pointer"><path data-v-a6077740="" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z"></path></svg></div> <div data-v-546b16a2="" class="slot"><div data-v-1c2cd016="" data-v-e91d6ee6="" class="lh-primary notification-message-list message-list" data-v-546b16a2=""><div data-v-1c2cd016=""><span data-v-1c2cd016="" contenteditable="false" class="htmlify">Служба заботы</span> <!----></div></div></div></div></div> <!----></div></div> <div data-v-c962f3e6="" class="trigger-image"><img data-v-c962f3e6="" src="./Театр Внутренней Практики - Иркутск - Quick Tickets 2_files/chat.png" style="width: 70px !important; height: 70px !important;"></div></div> <div data-v-00968ba4="" data-v-7e522b09=""></div></div> <!----> <!----> <!----> <div data-v-c43bb91a=""></div> <!----> <div data-v-00968ba4="" data-v-4e7e0b0a=""></div> <!----></div></div></body></html>

изображение было сгенерировано нейросетью
изображение было сгенерировано нейросетью

Да, когда мы пытаемся скачать сайт напрямую с браузера, мы получаем именно такую мешанину.

Кстати, интересный факт, данная статья максимум на 10 минут, но Хабр из-за большого количества символов в скачанном сайте, показывает 127 минут!

Когда я попытался вставить скачанный код даже частями в браузерный Chat GPT, я получил ошибку, что символов слишком много. (в счётчике вышло > 80 000 токенов).

К сожалению, без базового понимания HTML тут не обойтись. Нам нужно обрезать ненужные блоки!

Я оставил только код с данными, и у меня получилось это:

вырезанный код с сайта
<div id="main" class="clearfix"> <header id="head"> <div class="container"> <div class="row"> <div class="col-xs-4 col-md-4"> <a href="https://quicktickets.ru/" class="logo"><img alt="" src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/logo.png" style="width:233px;height:60px;"></a><br> <a href="https://quicktickets.ru/irkutsk-teatr-vp#" rel="596" id="change-city">Москва&nbsp;<i class="fa fa-angle-down"></i></a> </div> <div class="col-xs-2 col-md-2 counter-tickets"> <div class="counter-tickets-in"> <p>Заказов за 24 часа</p> <span class="number"><span class="in">2</span></span><span class="number"><span class="in">8</span></span><span class="number"><span class="in">7</span></span><span class="number"><span class="in">5</span></span> </div> </div> <div class="col-xs-6 col-md-6"> <div id="userlogin"> 
<a href="https://quicktickets.ru/user/login" class="btn btn-orange btn-auth-ajax"><i class="fas fa-sign-in-alt"></i> Вход</a> <a href="https://quicktickets.ru/user/register" class="btn btn-inverse btn-auth-ajax">Регистрация</a> </div> </div> </div> </div> </header> <main id="body" class="container"> <ul class="breadcrumbs breadcrumb"><li><a href="https://quicktickets.ru/">Главная</a><span class="divider"></span></li><li><a href="https://quicktickets.ru/irkutsk">Иркутск</a><span class="divider"></span></li><li><a>Театр Внутренней Практики</a><span class="divider"></span></li></ul> <div id="organisation" itemscope="" itemtype="http://schema.org/MovieTheater"> <div id="yw0"></div> <div class="head"> <div class="head-in"> <div class="info"> <table width="100%"> <tbody><tr> <td rowspan="3" class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp"><img style="max-width: 150px;max-height: 150px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/photo-150x150.jpg" alt=""></a>  </td><td colspan="3"> <a class="title" href="https://quicktickets.ru/irkutsk-teatr-vp"><h2 itemprop="name">Театр Внутренней Практики</h2></a> <div class="s" itemprop="additionalType">Театры</div>  </td><td class="rate"> <div class="organisation-rating" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_organisation" data-href="/rating/organisation_vote/id/3650" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/star-loader.gif" alt="load..."></div></a> </div>   </td></tr><tr> <td colspan="4"> <div class="row contacts"> <div class="phones"> <i class="fas fa-mobile-alt"></i> <span itemprop="telephone"> <span title="">+7 (908) 777-00-20</span> </span> </div> <div class="city" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"> <i class="fas fa-map-marker-alt"></i> <span itemprop="addressLocality">Иркутск</span>, <span itemprop="streetAddress">ул. Октябрьской Революции, д. 20В</span> </div> </div>   </td></tr><tr class="params"> <td colspan="4" itemprop="description">Театр Внутренней Практики - это современный, камерный театр города Иркутска под руководством Сергея Помазана, выпускника иркутского театрального училища, мастерская зас.арт. России А.А. Булдакова.
$(function (){updateAllRating('.rating_organisation'); });</script> <div class="body"> <div class="col-content"> <div class="clear"></div> <div id="elems-list" style="padding: 0 15px;"><div class="elem" data-elem-type="event" data-pushkincard="no"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e1"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/photo-150x220.jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/1" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e1"> <span class="underline">Спектакль "СЕКТОР №5"</span> <span class="ageRestriction">16+</span> </a> </h3>
<div class="d">Искупительная комедия "Сектор № 5". Этот спектакль необычен тем, что действие происходит на "том свете". Вернее в неком пятом (искупительном) секторе, куда попадают женщины после совершения самоубийства. Каждая думала, что все закончится, а оказалось... Как они проходят испытания, через какие сомнения и страхи, где найти понимание происходящего и что будет дальше - все это в искупительной комедии "Сектор N5".</div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e1">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s113"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s113"> <span class="underline">3 сентября, 19:00</span> </a><br></div><div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s117"> <span class="underline">15 сентября, 19:00</span> </a><br></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div><div class="elem" data-elem-type="event" data-pushkincard="no"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e3"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/photo-150x220(1).jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/3" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e3"> <span class="underline">Спектакль "Кто-то по-прежнему любит тебя" по песням группы Queen</span> <span class="ageRestriction">16+</span> </a> </h3>
<div class="d">Музыкальный спектакль "Кто-то по-прежнему любит тебя" по песням группы Queen! Жизнь и творческий путь легенды рок-музыки Фредди Меркьюри! Достаточно ли любви миллионов, чтобы не чувствовать себя одиноким? Какого это, быть постоянно в противоборстве со своими темными сторонами? </div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e3">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s114"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s114"> <span class="underline">8 сентября, 19:00</span> </a><br></div><div class="session-column"></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div><div class="elem" data-elem-type="event" data-pushkincard="no"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e11"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/photo-150x220(2).jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/11" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e11"> <span class="underline">Спектакль "Рейс"</span> <span class="ageRestriction">16+</span> </a> </h3>
<div class="d">В рейсовый автобус садятся несколько пассажиров: Сознательный, Несознательный, Виртуоз, Он и Она, Безответственный, Тетка из Косолапово и Влюбленные. Все спешат по своим делам. Например, Виртуоз едет на запись - его ждет целый оркестр, хор и известный дирижер. Она спешит к своим детям, ведь семилетний сын должен привезти из детского сада трехлетнего брата, но вечно забывает... Безответственный торопится на поминки отца, умершего год назад... Автобус отклоняется от привычного маршрута и следует в неизвестном направлении. Безымянный водитель лихачит на дороге и пьет за рулем водку. Он может обрушить автобус в пропасть, а может подарить надежду. Пассажиры с ужасом начинают осознавать, что им не суждено добраться до места... </div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e11">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s115"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s115"> <span class="underline">9 сентября, 19:00</span> </a><br></div><div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s121"> <span class="underline">23 сентября, 19:00</span> </a><br></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div><div class="elem" data-elem-type="event" data-pushkincard="yes"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e9"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/photo-150x220(3).jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/9" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e9"> <span class="underline">Спектакль "Руководство для желающих жениться"</span> <span class="ageRestriction">14+</span> <i class="qsf qsf-pushkincard icon-default" title="Некоторые мероприятия можно оплатить по Пушкинской банковской карте"></i> </a> </h3>
<div class="d">Фарс-комедия по рассказам А.П. Чехова. Взгляд автора на взаимоотношения в семье, быту, работе и обществе. Вся правда о самых тайных и темных сторонах нашей души. Яркие образы и преувеличение в каждой сцене. Гениальный писатель открывает глаза на многие аспекты нашей жизни, быта, роли мужчины и женщины. </div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e9">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s116"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s116"> <span class="underline">10 сентября, 19:00</span> <i class="qsf qsf-pushkincard icon-default" title="Мероприятие можно оплатить по Пушкинской банковской карте"></i> </a><br></div><div class="session-column"></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div><div class="elem" data-elem-type="event" data-pushkincard="yes"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e8"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/photo-150x220(4).jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/8" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e8"> <span class="underline">Спектакль "Стеклянный зверинец"</span> <span class="ageRestriction">16+</span> <i class="qsf qsf-pushkincard icon-default" title="Некоторые мероприятия можно оплатить по Пушкинской банковской карте"></i> </a> </h3>
<div class="d">История тонкая, ранимая, чуткая, но в тоже время правдивая и откровенная. Каждый из нас содержит свой стеклянный зверинец, пока внешние силы не нарушат идиллию хрупкости и нежности. Спектакль о несбывшихся мечтах и постоянном непонимании того прошлого, которое каждый из нас носит в себе, скрывая от других.</div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e8">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s118"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s118"> <span class="underline">16 сентября, 19:00</span> <i class="qsf qsf-pushkincard icon-default" title="Мероприятие можно оплатить по Пушкинской банковской карте"></i> </a><br></div><div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s122"> <span class="underline">29 сентября, 19:00</span> <i class="qsf qsf-pushkincard icon-default" title="Мероприятие можно оплатить по Пушкинской банковской карте"></i> </a><br></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div><div class="elem" data-elem-type="event" data-pushkincard="no"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e7"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/photo-150x220(5).jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/7" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e7"> <span class="underline">Спектакль "Вера...Юра, Коля, Алексей"</span> <span class="ageRestriction">14+</span> </a> </h3>
<div class="d">Он и она и некто третий... Судьба свела их в городском парке, где каждый искал тепла и спасался от одиночества. Для чего их встреча? Разбередить душевные раны или же открыть свое сердце и наконец - то признать свои ошибки. Все это приправлено юмором! На пути к честности главный герой явно не хочет быть разоблаченным, поэтому идёт на любые хитрости!</div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e7">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s119"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s119"> <span class="underline">17 сентября, 19:00</span> </a><br></div><div class="session-column"></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div><div class="elem" data-elem-type="event" data-pushkincard="no"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e2"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/photo-150x220(6).jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/2" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e2"> <span class="underline">Спектакль "Хочу тебя... Любить"</span> <span class="ageRestriction">16+</span> </a> </h3>
<div class="d">Спектакль "Хочу тебя... любить" в очень необычном жанре трагикомический фарс. В основе сюжета непростые взаимоотношения супружеской пары, где действия напоминают нам самый настоящий детектив. Каждый супруг пытается расследовать своё преступление по отношению друг к другу. Как далеко они могут зайти? Окажутся ли герои по разные стороны либо сделают выбор в пользу добровольного совместного заточения? Все это узнаете на нашем спектакле. </div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e2">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s120"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s120"> <span class="underline">22 сентября, 19:00</span> </a><br></div><div class="session-column"></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div><div class="elem" data-elem-type="event" data-pushkincard="no"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e18"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/photo-150x220(7).jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/18" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e18"> <span class="underline">Спектакль "Лысая певица"</span> <span class="ageRestriction">16+</span> </a> </h3>
<div class="d">"Спектакль столкновение консервативного мещанского мироустройства и новой протестной силы нонконформистов в комедии абсурда в жанре трагифарса, в котором пародируется бытие человека, низведенное до уровня механического функционирования. учащий зрителя нонконформизму, развенчивающий мелкого буржуа как тотального конформиста, как человека воспринятых им идей и лозунгов. нападающий на этот мещанский мир, помешанный на быте и комфорте. Кроме пустопорожнего трепа им и поговорить не о чем потому, что они ни о чем не думают, зато едят, спят, делают детей и читают газеты. провоцирующий - конфликт лишь бы бросить правду в лицо сытым конформистам, разбить их кукольный домик, где довольство тела и праздность мысли доводят человека до состояния куклы. Издевающийся и нападающий на извергающих банальности марионеток, добивающийся реакции непонимания, отторжения, страха и ненависти, выводящий зрителя из повседневной дремоты. Скандалы как средство протеста и войны против сонного царства конформистов" 
ЧТО ЭТО? ВСЕ ЭТО - Спектакль "Лысая певица" - "Прощай голова! лети голова!"</div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e18">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s123"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s123"> <span class="underline">30 сентября, 19:00</span> </a><br></div><div class="session-column"></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div></div> <div class="clear"></div> </div> </div></div><script type="text/javascript"> $(function (){// Показать все детализации

Уже лучше! Но всё равно здесь слишком много текста, чтобы впихнуть его в браузерный Chat GPT.

Придётся прибегнуть к API Chat GPT.

Я написал такой Python код:

python код
import openai

openai.api_key = "ваш_ключ_Chat_GPT"

site_html = """
<div id="main" class="clearfix"> <header id="head"> <div class="container"> <div class="row"> <div class="col-xs-4 col-md-4"> <a href="https://quicktickets.ru/" class="logo"><img alt="" src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/logo.png" style="width:233px;height:60px;"></a><br> <a href="https://quicktickets.ru/irkutsk-teatr-vp#" rel="596" id="change-city">Москва&nbsp;<i class="fa fa-angle-down"></i></a> </div> <div class="col-xs-2 col-md-2 counter-tickets"> <div class="counter-tickets-in"> <p>Заказов за 24 часа</p> <span class="number"><span class="in">2</span></span><span class="number"><span class="in">8</span></span><span class="number"><span class="in">7</span></span><span class="number"><span class="in">5</span></span> </div> </div> <div class="col-xs-6 col-md-6"> <div id="userlogin"> 
<a href="https://quicktickets.ru/user/login" class="btn btn-orange btn-auth-ajax"><i class="fas fa-sign-in-alt"></i> Вход</a> <a href="https://quicktickets.ru/user/register" class="btn btn-inverse btn-auth-ajax">Регистрация</a> </div> </div> </div> </div> </header> <main id="body" class="container"> <ul class="breadcrumbs breadcrumb"><li><a href="https://quicktickets.ru/">Главная</a><span class="divider"></span></li><li><a href="https://quicktickets.ru/irkutsk">Иркутск</a><span class="divider"></span></li><li><a>Театр Внутренней Практики</a><span class="divider"></span></li></ul> <div id="organisation" itemscope="" itemtype="http://schema.org/MovieTheater"> <div id="yw0"></div> <div class="head"> <div class="head-in"> <div class="info"> <table width="100%"> <tbody><tr> <td rowspan="3" class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp"><img style="max-width: 150px;max-height: 150px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/photo-150x150.jpg" alt=""></a>  </td><td colspan="3"> <a class="title" href="https://quicktickets.ru/irkutsk-teatr-vp"><h2 itemprop="name">Театр Внутренней Практики</h2></a> <div class="s" itemprop="additionalType">Театры</div>  </td><td class="rate"> <div class="organisation-rating" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_organisation" data-href="/rating/organisation_vote/id/3650" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/star-loader.gif" alt="load..."></div></a> </div>   </td></tr><tr> <td colspan="4"> <div class="row contacts"> <div class="phones"> <i class="fas fa-mobile-alt"></i> <span itemprop="telephone"> <span title="">+7 (908) 777-00-20</span> </span> </div> <div class="city" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"> <i class="fas fa-map-marker-alt"></i> <span itemprop="addressLocality">Иркутск</span>, <span itemprop="streetAddress">ул. Октябрьской Революции, д. 20В</span> </div> </div>   </td></tr><tr class="params"> <td colspan="4" itemprop="description">Театр Внутренней Практики - это современный, камерный театр города Иркутска под руководством Сергея Помазана, выпускника иркутского театрального училища, мастерская зас.арт. России А.А. Булдакова.
$(function (){updateAllRating('.rating_organisation'); });</script> <div class="body"> <div class="col-content"> <div class="clear"></div> <div id="elems-list" style="padding: 0 15px;"><div class="elem" data-elem-type="event" data-pushkincard="no"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e1"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/photo-150x220.jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/1" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e1"> <span class="underline">Спектакль "СЕКТОР №5"</span> <span class="ageRestriction">16+</span> </a> </h3>
<div class="d">Искупительная комедия "Сектор № 5". Этот спектакль необычен тем, что действие происходит на "том свете". Вернее в неком пятом (искупительном) секторе, куда попадают женщины после совершения самоубийства. Каждая думала, что все закончится, а оказалось... Как они проходят испытания, через какие сомнения и страхи, где найти понимание происходящего и что будет дальше - все это в искупительной комедии "Сектор N5".</div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e1">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s113"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s113"> <span class="underline">3 сентября, 19:00</span> </a><br></div><div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s117"> <span class="underline">15 сентября, 19:00</span> </a><br></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div><div class="elem" data-elem-type="event" data-pushkincard="no"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e3"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/photo-150x220(1).jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/3" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e3"> <span class="underline">Спектакль "Кто-то по-прежнему любит тебя" по песням группы Queen</span> <span class="ageRestriction">16+</span> </a> </h3>
<div class="d">Музыкальный спектакль "Кто-то по-прежнему любит тебя" по песням группы Queen! Жизнь и творческий путь легенды рок-музыки Фредди Меркьюри! Достаточно ли любви миллионов, чтобы не чувствовать себя одиноким? Какого это, быть постоянно в противоборстве со своими темными сторонами? </div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e3">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s114"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s114"> <span class="underline">8 сентября, 19:00</span> </a><br></div><div class="session-column"></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div><div class="elem" data-elem-type="event" data-pushkincard="no"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e11"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/photo-150x220(2).jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/11" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e11"> <span class="underline">Спектакль "Рейс"</span> <span class="ageRestriction">16+</span> </a> </h3>
<div class="d">В рейсовый автобус садятся несколько пассажиров: Сознательный, Несознательный, Виртуоз, Он и Она, Безответственный, Тетка из Косолапово и Влюбленные. Все спешат по своим делам. Например, Виртуоз едет на запись - его ждет целый оркестр, хор и известный дирижер. Она спешит к своим детям, ведь семилетний сын должен привезти из детского сада трехлетнего брата, но вечно забывает... Безответственный торопится на поминки отца, умершего год назад... Автобус отклоняется от привычного маршрута и следует в неизвестном направлении. Безымянный водитель лихачит на дороге и пьет за рулем водку. Он может обрушить автобус в пропасть, а может подарить надежду. Пассажиры с ужасом начинают осознавать, что им не суждено добраться до места... </div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e11">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s115"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s115"> <span class="underline">9 сентября, 19:00</span> </a><br></div><div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s121"> <span class="underline">23 сентября, 19:00</span> </a><br></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div><div class="elem" data-elem-type="event" data-pushkincard="yes"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e9"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/photo-150x220(3).jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/9" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e9"> <span class="underline">Спектакль "Руководство для желающих жениться"</span> <span class="ageRestriction">14+</span> <i class="qsf qsf-pushkincard icon-default" title="Некоторые мероприятия можно оплатить по Пушкинской банковской карте"></i> </a> </h3>
<div class="d">Фарс-комедия по рассказам А.П. Чехова. Взгляд автора на взаимоотношения в семье, быту, работе и обществе. Вся правда о самых тайных и темных сторонах нашей души. Яркие образы и преувеличение в каждой сцене. Гениальный писатель открывает глаза на многие аспекты нашей жизни, быта, роли мужчины и женщины. </div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e9">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s116"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s116"> <span class="underline">10 сентября, 19:00</span> <i class="qsf qsf-pushkincard icon-default" title="Мероприятие можно оплатить по Пушкинской банковской карте"></i> </a><br></div><div class="session-column"></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div><div class="elem" data-elem-type="event" data-pushkincard="yes"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e8"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/photo-150x220(4).jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/8" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e8"> <span class="underline">Спектакль "Стеклянный зверинец"</span> <span class="ageRestriction">16+</span> <i class="qsf qsf-pushkincard icon-default" title="Некоторые мероприятия можно оплатить по Пушкинской банковской карте"></i> </a> </h3>
<div class="d">История тонкая, ранимая, чуткая, но в тоже время правдивая и откровенная. Каждый из нас содержит свой стеклянный зверинец, пока внешние силы не нарушат идиллию хрупкости и нежности. Спектакль о несбывшихся мечтах и постоянном непонимании того прошлого, которое каждый из нас носит в себе, скрывая от других.</div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e8">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s118"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s118"> <span class="underline">16 сентября, 19:00</span> <i class="qsf qsf-pushkincard icon-default" title="Мероприятие можно оплатить по Пушкинской банковской карте"></i> </a><br></div><div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s122"> <span class="underline">29 сентября, 19:00</span> <i class="qsf qsf-pushkincard icon-default" title="Мероприятие можно оплатить по Пушкинской банковской карте"></i> </a><br></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div><div class="elem" data-elem-type="event" data-pushkincard="no"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e7"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/photo-150x220(5).jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/7" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e7"> <span class="underline">Спектакль "Вера...Юра, Коля, Алексей"</span> <span class="ageRestriction">14+</span> </a> </h3>
<div class="d">Он и она и некто третий... Судьба свела их в городском парке, где каждый искал тепла и спасался от одиночества. Для чего их встреча? Разбередить душевные раны или же открыть свое сердце и наконец - то признать свои ошибки. Все это приправлено юмором! На пути к честности главный герой явно не хочет быть разоблаченным, поэтому идёт на любые хитрости!</div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e7">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s119"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s119"> <span class="underline">17 сентября, 19:00</span> </a><br></div><div class="session-column"></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div><div class="elem" data-elem-type="event" data-pushkincard="no"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e2"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/photo-150x220(6).jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/2" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e2"> <span class="underline">Спектакль "Хочу тебя... Любить"</span> <span class="ageRestriction">16+</span> </a> </h3>
<div class="d">Спектакль "Хочу тебя... любить" в очень необычном жанре трагикомический фарс. В основе сюжета непростые взаимоотношения супружеской пары, где действия напоминают нам самый настоящий детектив. Каждый супруг пытается расследовать своё преступление по отношению друг к другу. Как далеко они могут зайти? Окажутся ли герои по разные стороны либо сделают выбор в пользу добровольного совместного заточения? Все это узнаете на нашем спектакле. </div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e2">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s120"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s120"> <span class="underline">22 сентября, 19:00</span> </a><br></div><div class="session-column"></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div><div class="elem" data-elem-type="event" data-pushkincard="no"> <div class="i"> <a href="https://quicktickets.ru/irkutsk-teatr-vp/e18"> <img class="polaroid" style="max-width: 150px;max-height: 220px;" src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/photo-150x220(7).jpg" alt=""> </a> </div> <div class="c"> <div class="r"> <a class="no-text-decoration btn-auth-ajax" href="https://quicktickets.ru/user/login"><div class="rating_event" data-href="/rating/event_vote/irkutsk-teatr-vp/18" data-active="0"><img src="./Театр Внутренней Практики - Иркутск - Quick Tickets_files/star-loader.gif" alt="load..."></div></a> </div> <h3> <a class="notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/e18"> <span class="underline">Спектакль "Лысая певица"</span> <span class="ageRestriction">16+</span> </a> </h3>
<div class="d">"Спектакль столкновение консервативного мещанского мироустройства и новой протестной силы нонконформистов в комедии абсурда в жанре трагифарса, в котором пародируется бытие человека, низведенное до уровня механического функционирования. учащий зрителя нонконформизму, развенчивающий мелкого буржуа как тотального конформиста, как человека воспринятых им идей и лозунгов. нападающий на этот мещанский мир, помешанный на быте и комфорте. Кроме пустопорожнего трепа им и поговорить не о чем потому, что они ни о чем не думают, зато едят, спят, делают детей и читают газеты. провоцирующий - конфликт лишь бы бросить правду в лицо сытым конформистам, разбить их кукольный домик, где довольство тела и праздность мысли доводят человека до состояния куклы. Издевающийся и нападающий на извергающих банальности марионеток, добивающийся реакции непонимания, отторжения, страха и ненависти, выводящий зрителя из повседневной дремоты. Скандалы как средство протеста и войны против сонного царства конформистов" 
ЧТО ЭТО? ВСЕ ЭТО - Спектакль "Лысая певица" - "Прощай голова! лети голова!"</div> <a class="more" href="https://quicktickets.ru/irkutsk-teatr-vp/e18">Подробнее о мероприятии</a> <p class="b"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s123"> <span class="underline">Купить билеты</span>&nbsp;<i class="qsf qsf-theaterTicket"></i> </a> </p>
<div class="sessions" style="width: 100%; "> <div class="session-column"> <a class="qt-service-quickTickets notUnderline" href="https://quicktickets.ru/irkutsk-teatr-vp/s123"> <span class="underline">30 сентября, 19:00</span> </a><br></div><div class="session-column"></div><div class="session-column"></div><div class="session-column"></div> </div> </div> <div class="clear"></div></div></div> <div class="clear"></div> </div> </div></div><script type="text/javascript"> $(function (){// Показать все детализации
"""

''' Заранее задаём контекст '''
messages = [
    {"role": "user", "content": "Вот код сайта, ничего не надо делать. " + site_html},
    {"role": "assistant", "content": "Понял, какие дальше будут указания?"},
    # тут мы даём задачу сделать парсер и даём пример на основе данных с сайта, чтобы ему было на что опереться
    {"role": "user", "content": "Напиши парсер на python используя selenium, чтобы получить список выступленйи [{'name' : 'Спектакль \"СЕКТОР №5\"', 'descrioption' : 'Искупительная комедия \"Сектор № 5\". Этот спектакль необычен тем, что действие происходит на \"том свете\". Вернее в неком пятом (искупительном) секторе, куда попадают женщины после совершения самоубийства. Каждая думала, что все закончится, а оказалось... Как они проходят испытания, через какие сомнения и страхи, где найти понимание происходящего и что будет дальше - все это в искупительной комедии \"Сектор N5\".', 'date' : ['3 сентября, 19:00', '15 сентября, 19:00']}] "},

]

def send_message(new_message=''):
    global messages

    if new_message:
        messages.append({"role": "user", "content": new_message})

    ''' Отправляем сообщение и получаем ответ '''
    completion = openai.ChatCompletion.create(
        model="gpt-3.5-turbo-16k",
        messages=messages
    )

    chat_response = completion.choices[0].message.content
    messages.append({"role": "assistant", "content": chat_response})
    return chat_response

# делаем первй заполненный запрос
print(send_message() + '\n')

# если есть недочётны или ошибка в коде, мы можем попросить Chat GPT её исправить
print('Введите ваш запрос:')
inp = input()
while inp != '':

    print(send_message(inp) + '\n')

    print('Введите ваш запрос:')
    inp = input()

Запустив его, я получил ответ с написанным кодом.

код в ответе
from selenium import webdriver

# Создаем экземпляр драйвера Chrome
driver = webdriver.Chrome()

# Открываем страницу с желаемыми выступлениями
driver.get("https://quicktickets.ru/irkutsk-teatr-vp")

# Находим все элементы с классом 'elem', представляющие выступления
elements = driver.find_elements_by_class_name('elem')

# Создаем пустой список для хранения выступлений
performances = []

# Проходимся по каждому элементу и получаем информацию о выступлении
for element in elements:
    performance = {}
    
    # Получаем название выступления
    name = element.find_element_by_tag_name('h3').text
    performance['name'] = name
    
    # Получаем описание выступления
    description = element.find_element_by_class_name('d').text
    performance['description'] = description
    
    # Получаем даты выступления
    session_columns = element.find_elements_by_class_name('session-column')
    dates = [column.find_element_by_tag_name('a').text for column in session_columns]
    performance['date'] = dates
    
    # Добавляем выступление в список
    performances.append(performance)

# Выводим полученный список выступлений
print(performances)

# Закрываем браузер
driver.quit()

Хочу заметить, для работы с Selenium вам нужен Chrome браузер на ПК.

Однако этот код у меня не заработал и выдал ошибку:

AttributeError: 'WebDriver' object has no attribute 'find_elements_by_class_name'

Ничего страшного, для этого и был предназначен цикл с возможностью сделать уточнение.
Начинаем "мучить" чат, отправляя в него полученные ошибки, пока он не предоставит рабочий код.

Вот весь диалог с чатом:

весь диалог с чатом
Для того, чтобы получить список выступлений, нужно воспользоваться библиотекой Selenium для автоматизации действий веб-браузера. Вот пример кода на Python, который может помочь вам с этим заданием:

```python
from selenium import webdriver

# Создаем экземпляр драйвера Chrome
driver = webdriver.Chrome()

# Открываем страницу с желаемыми выступлениями
driver.get("https://quicktickets.ru/irkutsk-teatr-vp")

# Находим все элементы с классом 'elem', представляющие выступления
elements = driver.find_elements_by_class_name('elem')

# Создаем пустой список для хранения выступлений
performances = []

# Проходимся по каждому элементу и получаем информацию о выступлении
for element in elements:
    performance = {}
    
    # Получаем название выступления
    name = element.find_element_by_tag_name('h3').text
    performance['name'] = name
    
    # Получаем описание выступления
    description = element.find_element_by_class_name('d').text
    performance['description'] = description
    
    # Получаем даты выступления
    session_columns = element.find_elements_by_class_name('session-column')
    dates = [column.find_element_by_tag_name('a').text for column in session_columns]
    performance['date'] = dates
    
    # Добавляем выступление в список
    performances.append(performance)

# Выводим полученный список выступлений
print(performances)

# Закрываем браузер
driver.quit()
```

Обратите внимание, что вам может понадобиться установить драйвер Chrome, чтобы использовать браузер Google Chrome. Вы можете загрузить его с официального сайта Selenium (https://www.selenium.dev/downloads/) и указать путь к нему в коде (например, `webdriver.Chrome('путь_к_драйверу')`).

Этот код откроет страницу выступлений, найдет все элементы с классом 'elem' (представляющие выступления), и для каждого элемента извлечет название, описание и даты выступления. Затем он добавит все выступления в список и выведет его.

Надеюсь, это поможет вам получить нужные данные.


Введите ваш запрос:
Ошибка AttributeError: 'WebDriver' object has no attribute 'find_elements_by_class_name'
Извините за ошибку. Вместо метода `find_elements_by_class_name` нужно использовать метод `find_elements(By.CLASS_NAME, 'class_name')`. Приведенный ниже код должен исправить эту ошибку:

```python
from selenium import webdriver
from selenium.webdriver.common.by import By

# Создаем экземпляр драйвера Chrome
driver = webdriver.Chrome()

# Открываем страницу с желаемыми выступлениями
driver.get("https://quicktickets.ru/irkutsk-teatr-vp")

# Находим все элементы с классом 'elem', представляющие выступления
elements = driver.find_elements(By.CLASS_NAME, 'elem')

# Создаем пустой список для хранения выступлений
performances = []

# Проходимся по каждому элементу и получаем информацию о выступлении
for element in elements:
    performance = {}
    
    # Получаем название выступления
    name = element.find_element(By.TAG_NAME, 'h3').text
    performance['name'] = name
    
    # Получаем описание выступления
    description = element.find_element(By.CLASS_NAME, 'd').text
    performance['description'] = description
    
    # Получаем даты выступления
    session_columns = element.find_elements(By.CLASS_NAME, 'session-column')
    dates = [column.find_element(By.TAG_NAME, 'a').text for column in session_columns]
    performance['date'] = dates
    
    # Добавляем выступление в список
    performances.append(performance)

# Выводим полученный список выступлений
print(performances)

# Закрываем браузер
driver.quit()
```

Попробуйте запустить этот код, и он должен правильно извлечь информацию о выступлениях. Пожалуйста, убедитесь, что у вас установлены библиотеки Selenium и WebDriver для выбранного вами браузера.


Введите ваш запрос:
Ошибка selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"tag name","selector":"a"}
Извините за ошибку. Возможно, структура страницы или селекторы элементов изменились. В таком случае, вам может потребоваться обновить селекторы элементов в вашем коде.

Используя следующий обновленный код, вы можете попытаться исправить ошибку:

```python
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC

# Создаем экземпляр драйвера Chrome
driver = webdriver.Chrome()

# Открываем страницу с желаемыми выступлениями
driver.get("https://quicktickets.ru/irkutsk-teatr-vp")

# Находим все элементы с классом 'elem', представляющие выступления
elements = driver.find_elements(By.CLASS_NAME, 'elem')

# Создаем пустой список для хранения выступлений
performances = []

# Проходимся по каждому элементу и получаем информацию о выступлении
for element in elements:
    performance = {}
    
    # Получаем название выступления
    name = element.find_element(By.TAG_NAME, 'h3').text
    performance['name'] = name
    
    # Получаем описание выступления
    description = element.find_element(By.CLASS_NAME, 'd').text
    performance['description'] = description
    
    # Получаем даты выступления
    session_columns = element.find_elements(By.CLASS_NAME, 'session-column')
    dates = []
    for column in session_columns:
        try:
            date_element = column.find_element(By.CSS_SELECTOR, "a:not(.qt-service-quickTickets)")
            dates.append(date_element.text)
        except:
            pass
    performance['date'] = dates
    
    # Добавляем выступление в список
    performances.append(performance)

# Выводим полученный список выступлений
print(performances)

# Закрываем браузер
driver.quit()
```

В этой версии кода мы добавили обработку исключения `NoSuchElementException` при поиске элемента даты выступления. Это позволяет пропустить отсутствующие даты и продолжать выполнение программы.

Попробуйте запустить этот обновленный код и проверить, работает ли он правильно. Если все еще возникают ошибки, вам может потребоваться внести дополнительные изменения в селекторы элементов или обработку исключений, чтобы код адаптировался к конкретной структуре страницы.


Введите ваш запрос:
У меня date пустая 'date': []
Извините за ошибку в предыдущем ответе. При использовании обновленного кода, чтобы получить список дат выступлений, попробуйте изменить следующую часть кода:

```python
dates = []
session_columns = element.find_elements(By.CLASS_NAME, 'session-column')
for column in session_columns:
    try:
        date_element = column.find_element(By.CSS_SELECTOR, 'a.qt-service-quickTickets > span')
        dates.append(date_element.get_attribute('textContent'))
    except:
        pass
performance['date'] = dates
```

В этой версии кода мы обновили селектор элемента даты выступления и добавили код, чтобы получить содержимое даты с использованием `get_attribute('textContent')`.

Попробуйте запустить этот обновленный код, и он должен правильно собирать и добавлять даты выступлений в список. Пожалуйста, сообщите, если у вас все еще есть проблемы или ошибки.


Введите ваш запрос:
Напиши весь исправленный код
Конечно! Ниже приведен полный исправленный код для получения списка выступлений:

```python
from selenium import webdriver
from selenium.webdriver.common.by import By

# Создаем экземпляр драйвера Chrome
driver = webdriver.Chrome()

# Открываем страницу с желаемыми выступлениями
driver.get("https://quicktickets.ru/irkutsk-teatr-vp")

# Находим все элементы с классом 'elem', представляющие выступления
elements = driver.find_elements(By.CLASS_NAME, 'elem')

# Создаем пустой список для хранения выступлений
performances = []

# Проходимся по каждому элементу и получаем информацию о выступлении
for element in elements:
    performance = {}
    
    # Получаем название выступления
    name = element.find_element(By.TAG_NAME, 'h3').text
    performance['name'] = name
    
    # Получаем описание выступления
    description = element.find_element(By.CLASS_NAME, 'd').text
    performance['description'] = description
    
    # Получаем даты выступления
    dates = []
    session_columns = element.find_elements(By.CLASS_NAME, 'session-column')
    for column in session_columns:
        try:
            date_element = column.find_element(By.CSS_SELECTOR, 'a.qt-service-quickTickets > span')
            dates.append(date_element.get_attribute('textContent'))
        except:
            pass
    performance['date'] = dates
    
    # Добавляем выступление в список
    performances.append(performance)

# Выводим полученный список выступлений
for performance in performances:
    print(performance)

# Закрываем браузер
driver.quit()
```

Просто скопируйте и вставьте этот код в свою среду разработки или текстовый редактор Python, и он должен работать корректно для получения списка выступлений.

Если у вас возникнут еще какие-либо вопросы, пожалуйста, дайте мне знать.

И о чудо!

Мы получили рабочий код:

рабочий код парсера
from selenium import webdriver
from selenium.webdriver.common.by import By

# Создаем экземпляр драйвера Chrome
driver = webdriver.Chrome()

# Открываем страницу с желаемыми выступлениями
driver.get("https://quicktickets.ru/irkutsk-teatr-vp")

# Находим все элементы с классом 'elem', представляющие выступления
elements = driver.find_elements(By.CLASS_NAME, 'elem')

# Создаем пустой список для хранения выступлений
performances = []

# Проходимся по каждому элементу и получаем информацию о выступлении
for element in elements:
    performance = {}
    
    # Получаем название выступления
    name = element.find_element(By.TAG_NAME, 'h3').text
    performance['name'] = name
    
    # Получаем описание выступления
    description = element.find_element(By.CLASS_NAME, 'd').text
    performance['description'] = description
    
    # Получаем даты выступления
    dates = []
    session_columns = element.find_elements(By.CLASS_NAME, 'session-column')
    for column in session_columns:
        try:
            date_element = column.find_element(By.CSS_SELECTOR, 'a.qt-service-quickTickets > span')
            dates.append(date_element.get_attribute('textContent'))
        except:
            pass
    performance['date'] = dates
    
    # Добавляем выступление в список
    performances.append(performance)

# Выводим полученный список выступлений
for performance in performances:
    print(performance)

# Закрываем браузер
driver.quit()

изображение было сгенерировано нейросетью
изображение было сгенерировано нейросетью

Прелесть такого метода в том, что чат поможет вам исправить почти любую ошибку, даже если проблема не в самом коде, а у вас на ПК!

???? Если у вас долгое время не получается нужного результата, перезапустите чат/скрипт.
Пока я тестил код и ответы, я получал с одинаковой настройкой всегда разный результат, так что не удивляйтесь, если ваш результат не такой как у меня.

Как видите, если его “помучать”, то он даст вполне разумный результат!

По итогу мы получаем возможность писать парсеры в полуручном режиме.

Сразу отвечая на ваши комментарии: код не совершенен и требует доработки.

Спорить я не буду.

Если вы умеете писать парсеры и сможете распарсить этот сайт быстрее, чем спорить с ботом, то эта статья может показаться вам не очень полезной.

Однако, если вы не разбираетесь в парсинге или не любите эту тему также как я, то вот для вас готовый инструмент, который экономит время и силы!

Ииииии... Не забывайте, что это просто пример того, как сделал я! Никто не запрещает вам предоставить подробное описание того, как нужно правильно сделать, дать хороший код в пример, и Chat GPT, возможно, будет писать код не хуже штатного разработчика!

Также, вы можете сами создать инструмент, который будет запускать полученный код от Chat GPT, передавать ошибки обратно, чтобы он дорабатывал код, пока мы не получим нужный результат!

"он вам подмигивает"
"он вам подмигивает"






Короче, всё в ваших руках!

А на этом я заканчиваю. Удачи вам в освоении нейросетей!

Автор: Жданов Роман

Комментарии (8)


  1. denis-19
    09.08.2023 05:38

    Разработчики веб-сайтов теперь могут запретить боту GPTBot от OpenAI посещать сайт.


    1. Pemuul Автор
      09.08.2023 05:38
      +2

      Статья интересная!

      Но эта о другом, тут мы руками код сайта впихиваем

      И это не обучение)


    1. IvanNovikov
      09.08.2023 05:38

      Боту GPTBot отдаются уже вырезанные теги из закаченного другими инструментами сайта, фактически сам бот не будет посещать сайт и запрещать смысла нет. Если я всё правильно понял


  1. alexeydg
    09.08.2023 05:38
    +4

    любой бот на selenium спотыкается о защиту cloudflare, так что это очень временный парсинг


    1. Pemuul Автор
      09.08.2023 05:38
      -3

      Я парсеров не много делал, с такой проблемой не сталкивался

      Даже интересно будет с Chat GPT обсудить и сделать обход защиты от ботов:)


      1. alexeydg
        09.08.2023 05:38
        +1

        selenium с определенной версии начал слать заголовок типа привет я selenium, его никак не выпилить и защита его сразу видит и лочит, так что можно в чат жпт не ходить


    1. drygdryg
      09.08.2023 05:38
      +1

      Чтобы такого не происходило, используют модифицированные драйверы для Selenium, например, undetected-chromedriver. Он перед каждым запуском патчит исполняемый файл драйвера.


      1. alexeydg
        09.08.2023 05:38
        +1

        пробовал, не везде в итоге прокатывает, есть защиты которые и это дело палят