﻿ 
            div#jivo-iframe-container * {
                max-height: 100%;
            }

            body.jivo-block-scroll {
                overflow: hidden;
            }

            .jivo-tablet-overlay body::after {
                display: block;
                position: fixed;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                width: 100% !important;
                height: 100% !important;
                background-color: rgba(255,255,255,0.8);
                content: "";
                z-index: 2147483646 !important;
            }

            div#jivo-iframe-container:not(.jivo-c-mobile) {
                width: 0 !important;
                height: 0 !important;
                -webkit-transition: all .3s cubic-bezier(.39, .24, .21, .99) !important;
                transition: all .3s cubic-bezier(.39, .24, .21, .99),opacity 0s !important;
                -webkit-animation-fill-mode: forwards !important;
                animation-fill-mode: forwards !important;
                position: fixed !important;
                transform: scale(1) !important;
                transform-origin: 0 100%;
                font-size: 0 !important;
                min-width: 38px !important;
                max-width: 100% !important;
                display: inline-block !important;
                overflow: visible !important;
                background: transparent !important;
                max-height: 100% !important;
                min-height: 0 !important;
                -webkit-box-sizing: content-box;
                -moz-box-sizing: content-box;
                box-sizing: content-box;
                padding: 0;
                margin: 0;
                top: auto;
                backface-visibility: hidden;
            }

                div#jivo-iframe-container:not(.jivo-c-mobile) iframe body {
                    overflow: hidden;
                }

            html.jivo-site-full-block {
                position: fixed !important;
                height: 100% !important;
                width: 100% !important;
            }

                html.jivo-site-full-block body {
                    z-index: auto !important;
                }

            iframe#jivo_container {
                z-index: 2147483647 !important;
                position: relative !important;
                padding: 0 !important;
                margin: auto !important;
                left: auto !important;
                right: auto !important;
                width: 100% !important;
                height: 100% !important;
                max-width: 100% !important;
                min-width: 100% !important;
                min-height: 0 !important;
                max-height: 100% !important;
                display: block !important;
                background: transparent !important;
                top: 0 !important;
                bottom: 0 !important;
                opacity: 1;
                visibility: visible;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

            div#jivo-iframe-container.jivo-no-transition {
                transition: none !important;
            }

            div#jivo_action {
                position: absolute !important;
                top: 0 !important;
                bottom: 0 !important;
                left: -10px !important;
                right: 0 !important;
                display: block;
                overflow: visible;
                max-height: initial !important;
                -webkit-touch-callout: none !important;
                user-select: none !important;
                -webkit-user-select: none !important;
                -moz-user-select: none !important;
                -ms-user-select: none !important;
                direction: ltr !important;
            }

                div#jivo_action:hover {
                    opacity: .9 !important;
                }

            div.jivo-visible {
                left: -25px !important;
                display: block !important;
            }

            jdiv#jivo-mouse-tracker {
                position: fixed !important;
                width: auto !important;
                height: auto !important;
                max-height: initial !important;
                z-index: 2147483647 !important;
                left: -300px !important;
                right: -300px !important;
                top: -200px !important;
                bottom: 0 !important;
                display: block;
                background-color: transparent !important;
                opacity: 0 !important;
                -webkit-touch-callout: none !important;
                -webkit-user-select: none !important;
                -khtml-user-select: none !important;
                -moz-user-select: none !important;
                -ms-user-select: none !important;
                -o-user-select: none !important;
                user-select: none !important;
                transform: initial !important;
            }

            #jivo_magic_iframe {
                width: 100%;
                height: 100%;
                position: fixed;
                margin: 0;
                padding: 0;
                left: 0;
                top: 0;
                border: 0;
                z-index: 200000;
                background-color: #fff;
                -webkit-overflow-scrolling: touch;
                overflow: auto;
                filter: none;
            }

            .jivo-frame-visible {
                display: block;
                visibility: visible;
            }

            .jivo-frame-hidden {
                display: block;
                visibility: hidden;
                width: 100%;
                height: 100%;
                position: absolute;
                left: -10000px;
                top: -10000px;
            }

            .jivo_cobrowsing_element {
                border: 8px solid #c8f70c;
                -webkit-border-radius: 10px;
                -khtml-border-radius: 10px;
                -moz-border-radius: 10px;
                -ms-border-radius: 10px;
                -o-border-radius: 10px;
                border-radius: 10px;
                behavior: url(corners.htc);
                box-shadow: 0 3px 11px rgba(0,0,0,0.2);
                -webkit-box-shadow: 0 3px 11px rgba(0,0,0,0.2);
                position: absolute;
                z-index: 199998;
                pointer-events: none;
                min-height: auto !important;
                box-sizing: content-box;
            }

                .jivo_cobrowsing_element .jivo_cobrowsing_element_inner {
                    width: 100%;
                    height: 100%;
                    background-color: rgba(200,247,12,0.15);
                }

            .jivo_cobrowsing_tooltip {
                position: absolute;
                width: 300px;
                z-index: 199999;
                min-height: auto !important;
                display: block;
            }

                .jivo_cobrowsing_tooltip #jivo_action {
                    display: block;
                    position: absolute;
                    height: 15px !important;
                    z-index: auto;
                    left: -30px;
                    top: 0;
                }

                    .jivo_cobrowsing_tooltip #jivo_action #jivo_close_button {
                        display: block;
                        width: 25px;
                        height: 25px;
                        cursor: pointer;
                    }

                .jivo_cobrowsing_tooltip > jdiv {
                    font-family: "Arial",sans-serif;
                    font-size: 13px;
                    background-color: #18c139;
                    color: #fff;
                    padding: 10px;
                    border: 0;
                    border-radius: 8px;
                    display: block;
                }

                    .jivo_cobrowsing_tooltip > jdiv::after {
                        width: 0;
                        height: 0;
                        position: absolute;
                        content: " ";
                        border-left: 9px solid transparent;
                        border-right: 9px solid transparent;
                        border-top: 9px solid #3cb868;
                        left: 50%;
                        bottom: -9px;
                        margin-left: -9px;
                    }

                    .jivo_cobrowsing_tooltip > jdiv.jivo-top::after {
                        border-top-color: transparent;
                        border-bottom: 9px solid #3cb868;
                        top: -17px;
                        bottom: auto;
                    }

                    .jivo_cobrowsing_tooltip > jdiv.jivo-top.jivo-left #jivo_action {
                        right: -45px !important;
                        left: initial;
                    }

                    .jivo_cobrowsing_tooltip > jdiv.jivo-left #jivo_action {
                        right: -25px !important;
                        left: initial;
                    }

                    .jivo_cobrowsing_tooltip > jdiv.jivo-left::after {
                        left: 20px;
                        margin: 0;
                    }

                    .jivo_cobrowsing_tooltip > jdiv.jivo-right::after {
                        right: 20px;
                        left: auto;
                        margin: 0;
                    }

                    .jivo_cobrowsing_tooltip > jdiv .jivo_cobrowsing_tooltip_agent {
                        display: block;
                        font-weight: bold;
                        padding-bottom: 2px;
                        color: #fff !important;
                    }

                    .jivo_cobrowsing_tooltip > jdiv .jivo_cobrowsing_tooltip_text {
                        color: #fff !important;
                        overflow: hidden;
                        word-wrap: break-word;
                        display: block;
                    }

            #jivo_copyright {
                position: fixed;
                display: none;
                font-family: "Helvetica","Arial",sans-serif;
                font-weight: normal;
                font-size: 12px;
                line-height: 14px;
                cursor: pointer;
                background-color: #414243;
                color: #fff;
                padding: 11px 15px;
                min-height: 18px !important;
                z-index: 2147483647;
                -webkit-font-smoothing: antialiased;
                -moz-font-smoothing: antialiased;
                font-smoothing: antialiased;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

                #jivo_copyright a {
                    text-decoration: none;
                    color: #54d181;
                }

                #jivo_copyright #jivosite-copyright {
                    display: inline-block;
                    width: 51px;
                    height: 18px;
                    margin: 0 0 -4px 5px;
                }

                    #jivo_copyright #jivosite-copyright.jivo-light {
                        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2249%22%20height%3D%2218%22%20viewBox%3D%220%200%2049%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M7.35%206.347h-.942c-.095%200-.19%200-.283.095-.094.095-.094.19-.094.284v7.01c0%20.096%200%20.19.095.285.094.096.188.096.283.096h.942c.094%200%20.188%200%20.283-.095.094-.094.094-.188.094-.283v-7.01c0-.095%200-.19-.094-.285-.095%200-.19-.095-.283-.095zm8.67%200h-.755c-.282%200-.47.095-.565.19l-2.167%204.737-2.073-4.737c-.095-.19-.19-.19-.377-.19H9.046c-.188%200-.283%200-.283.095-.094.095-.094.19%200%20.284l3.393%207.295c.094.096.188.19.377.19h.094c.188%200%20.283-.094.283-.19l3.392-7.294c.094-.094.094-.19%200-.284%200%200-.094-.095-.283-.095zm4.617-.19c-1.13%200-2.074.38-2.827%201.232-.754.757-1.225%201.705-1.225%202.842%200%201.136.377%202.084%201.225%202.842.753.852%201.696%201.23%202.827%201.23%201.13%200%202.073-.378%202.826-1.23.754-.853%201.13-1.8%201.13-2.842%200-1.137-.376-2.085-1.224-2.843-.755-.758-1.697-1.232-2.733-1.232zm1.6%205.875c-.47.473-1.035.757-1.695.757-.66%200-1.225-.19-1.696-.664-.47-.473-.66-1.042-.66-1.8%200-.663.19-1.326.66-1.705.47-.473%201.037-.662%201.696-.662.66%200%201.225.19%201.696.663.472.475.66%201.043.66%201.706s-.188%201.232-.66%201.706zm8.01-1.61c-.282-.19-.564-.38-.753-.475-.282-.094-.565-.284-1.036-.473-.47-.19-.754-.38-1.037-.57-.187-.188-.376-.378-.376-.567%200-.19.094-.38.283-.474.188-.095.377-.19.754-.19.566%200%201.037.095%201.697.38.283.094.377.094.47-.19l.284-.568c.095-.19.095-.38-.188-.57-.565-.378-1.32-.567-2.26-.567-.85%200-1.51.19-1.98.663-.47.475-.66.948-.66%201.517%200%20.568.19%201.042.566%201.42.377.38.848.664%201.602%201.043.565.284%201.036.474%201.32.663.282.19.376.38.376.663%200%20.19-.094.38-.283.57-.188.093-.47.188-.754.188-.566%200-1.226-.19-1.98-.568-.282-.095-.377-.095-.47.095l-.378.758c-.094.19%200%20.285.095.38.753.568%201.6.757%202.544.757.85%200%201.508-.19%202.074-.663.47-.474.754-.947.754-1.61%200-.38-.095-.664-.19-.948%200-.19-.187-.473-.47-.663zm3.393-4.075h-.942c-.094%200-.188%200-.283.095-.094.095-.094.19-.094.284v7.01c0%20.096%200%20.19.095.285.095.096.19.096.283.096h.942c.095%200%20.19%200%20.283-.095.094-.094.094-.188.094-.283v-7.01c0-.095%200-.19-.094-.285-.094%200-.188-.095-.283-.095zm6.785%206.158c-.094-.19-.283-.284-.47-.19-.378.285-.85.38-1.226.38a.718.718%200%200%201-.472-.19c-.095-.094-.19-.284-.19-.663V7.674h2.074c.095%200%20.19%200%20.283-.095.094%200%20.094-.096.094-.19v-.664c0-.094%200-.19-.095-.284-.094-.095-.188-.095-.283-.095H38.07v-2.18c0-.093%200-.188-.095-.283-.094%200-.094-.095-.283-.095h-.942c-.094%200-.188%200-.283.094-.094.095-.094.19-.094.284v2.18h-.942c-.282%200-.376.094-.376.378v.663c0%20.094%200%20.19.094.284.094.094.19.094.283.094h.943v4.264c0%20.757.19%201.326.47%201.705.284.38.85.568%201.51.568.376%200%20.847-.094%201.224-.19.377-.094.754-.283.942-.378.188-.095.282-.284.188-.474l-.283-.758zm7.35-5.305c-.66-.663-1.508-1.042-2.544-1.042-1.13%200-2.072.38-2.826%201.23-.754.76-1.13%201.707-1.13%202.844%200%201.136.376%202.084%201.13%202.936.754.758%201.696%201.137%202.827%201.137%201.226%200%202.168-.284%202.922-.947.188-.19.188-.38%200-.57l-.47-.662c-.095-.19-.284-.19-.472%200-.66.474-1.225.663-1.885.663-.66%200-1.225-.19-1.696-.664-.472-.473-.66-.947-.66-1.515h5.37c.19%200%20.377-.094.377-.378v-.57c.095-.946-.282-1.8-.942-2.462zm-4.712%202.18c.095-.475.283-.948.66-1.233.377-.38.848-.473%201.414-.473.565%200%201.036.19%201.32.473.376.38.564.758.564%201.232h-3.957zM3.77%206.346H1.13c-.093%200-.188%200-.282.095-.094.095-.094.19-.094.284v.948c0%20.094%200%20.19.094.284.094.095.19.095.283.095h1.32v6.82c0%20.664-.565%201.232-1.225%201.232H1.13c-.093%200-.188%200-.282.095-.094.095-.094.19-.094.284v.948c0%20.094%200%20.19.094.284.094.095.19.095.283.095h.095c1.602%200%202.92-1.326%202.92-2.842V6.82c0-.094%200-.188-.093-.283-.094-.095-.094-.19-.283-.19z%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M4.146%205.78C3.958.946.754.757.754.757c-.19%204.358%203.392%205.02%203.392%205.02z%22%20fill%3D%22%2344BB6E%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
                        background-repeat: no-repeat;
                        vertical-align: top;
                        margin-top: 10px;
                        background-size: 48px 17px;
                    }

                        #jivo_copyright #jivosite-copyright.jivo-light.jivo-en {
                            width: 54px;
                            margin-top: 11px;
                            display: inline-block;
                            height: 19px;
                            vertical-align: top;
                            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2255%22%20height%3D%2218%22%20viewBox%3D%220%200%2055%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M3.5%206H.8c-.1%200-.2%200-.3.1%200%20.1-.1.1-.1.2v1c0%20.1%200%20.2.1.3.1.1.2.1.3.1h1.4v7.2c0%20.7-.6%201.3-1.2%201.3H.8c-.1%200-.2%200-.3.1-.1.1-.1.2-.1.3v1c0%20.1%200%20.2.1.3.1.1.2.1.3.1h.1c1.6%200%202.9-1.4%202.9-3V6.3c0-.1%200-.2-.1-.3h-.2zM7%206H6c-.1%200-.1%200-.2.1s-.1.1-.1.2v7.4c0%20.1%200%20.2.1.3.1.1.2.1.3.1H7c.1%200%20.2%200%20.3-.1.1-.1.1-.2.1-.3V6.3c0-.1%200-.2-.1-.3H7zm8.6%200h-.8c-.3%200-.5.1-.5.2l-2.2%205-2.1-5c0-.2-.2-.2-.3-.2h-1c-.2%200-.3%200-.3.1-.1.1-.1.2%200%20.3l3.4%207.7c.1.1.2.2.3.2h.1c.1%200%20.3-.1.3-.2l3.4-7.7c.1-.1.1-.2%200-.3-.1-.1-.2-.1-.3-.1zm4.6-.2c-1.1%200-2%20.4-2.8%201.3-.8.8-1.2%201.8-1.2%203s.4%202.2%201.2%203c.8.9%201.7%201.3%202.8%201.3%201.1%200%202-.4%202.8-1.3.8-.9%201.2-1.9%201.2-3%200-1.2-.4-2.2-1.2-3-.8-.9-1.8-1.3-2.8-1.3zm1.6%206.1c-.4.5-1%20.8-1.6.8-.7%200-1.2-.2-1.7-.7-.4-.5-.7-1.1-.7-1.9%200-.7.2-1.4.7-1.8.4-.5%201-.7%201.7-.7s1.2.2%201.6.7c.4.5.7%201.1.7%201.8s-.3%201.3-.7%201.8zm9.6-.3c-.2-.2-.4-.1-.5%200l-.2.2-.3.3c-.1.1-.2.1-.3.2-.1.1-.3.2-.4.2-.2%200-.3.1-.5.1-.7%200-1.2-.3-1.6-.8-.4-.5-.7-1.1-.7-1.9%200-.7.2-1.4.7-1.9.5-.5%201-.7%201.7-.7.6%200%201.1.3%201.6.8.2.2.4.2.5.1l.6-.6s0-.2-.2-.4c-.7-.9-1.7-1.4-2.8-1.4-1.1%200-2%20.4-2.8%201.3-.8.8-1.2%201.8-1.2%203s.4%202.2%201.2%203.1c.8.8%201.7%201.2%202.8%201.2%201.3%200%202.3-.6%203-1.7.1-.2.1-.4-.1-.6l-.5-.5zm5.8-5.8c-.8%200-1.5.3-2.3.9V2.5c0-.1%200-.2-.1-.3-.1-.1-.2-.1-.3-.1h-.9c-.1%200-.2%200-.3.1-.1.1-.1.2-.1.3v11.3c0%20.1%200%20.2.1.3.1.1.2.1.3.1h.9c.3%200%20.4-.1.4-.4V8.7c.1-.3.4-.5.7-.8.4-.3.9-.4%201.4-.4.5%200%20.9.2%201.2.6.3.4.4.9.4%201.6v4.2c0%20.1%200%20.2.1.3.1.1.2.1.3.1h.9c.1%200%20.2%200%20.3-.1.1-.1.1-.2.1-.3V9.8c-.1-2.7-1.1-4-3.1-4zm10.1%201c-.2-.4-.5-.6-.8-.8-.4-.2-.9-.3-1.5-.3-1%200-1.9.2-2.7.5-.2.1-.3.2-.3.5l.2.7c.1.3.2.4.4.3.8-.3%201.6-.4%202.2-.4.5%200%20.8.1%201%20.4.2.3.3.8.2%201.4l-.2-.1c-.1%200-.3-.1-.6-.1-.2.1-.4.1-.7.1-1%200-1.7.2-2.3.7-.6.5-.8%201.1-.8%201.9%200%20.8.2%201.5.7%202%20.5.5%201.1.7%201.8.7.9%200%201.7-.3%202.4-1l.2.6c.1.2.2.3.3.3h.6c.1%200%20.2%200%20.3-.1.1-.1.1-.2.1-.3V9.4c0-.6%200-1.1-.1-1.5-.1-.3-.2-.7-.4-1.1zm-1.2%205.1c-.1.2-.4.5-.7.7-.4.2-.7.3-1.1.3-.4%200-.7-.1-.9-.4-.2-.2-.3-.6-.3-.9%200-.4.1-.7.4-1%20.3-.2.7-.4%201.2-.4.3%200%20.6%200%20.9.1.3.1.5.1.5.2v1.4zm8.3%201.4l-.3-.8c-.1-.2-.2-.3-.5-.2-.4.3-.8.4-1.2.4-.2%200-.4-.1-.5-.2-.1-.1-.2-.3-.2-.7V7.5h2.1c.1%200%20.2%200%20.3-.1.1-.1.1-.2.1-.3v-.8c0-.1%200-.2-.1-.3h-2.4V3.7c0-.1%200-.2-.1-.3-.1-.1-.2-.1-.3-.1h-1c-.1%200-.2%200-.3.1-.1.1-.1.2-.1.3V6H49c-.2%200-.4.1-.4.4v.7c0%20.1%200%20.2.1.3.1.1.2.1.3.1h.9V12c0%20.8.1%201.4.4%201.8.3.4.8.6%201.5.6.4%200%20.8-.1%201.2-.2.4-.1.7-.3.9-.4.5-.1.6-.3.5-.5z%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M3.8%205.4C3.6.2.4%200%20.4%200%20.2%204.7%203.8%205.4%203.8%205.4z%22%20fill%3D%22%2344BB6E%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
                            background-size: 50px 16px;
                        }

                    #jivo_copyright #jivosite-copyright.jivo-dark {
                        background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249%22%20height%3D%2218%22%3E%3Cpath%20d%3D%22M7.35%206.347h-.942c-.095%200-.19%200-.283.095-.094.095-.094.19-.094.284v7.01c0%20.096%200%20.19.095.285.094.096.188.096.283.096h.942c.094%200%20.188%200%20.283-.095.094-.094.094-.188.094-.283v-7.01c0-.095%200-.19-.094-.285-.095%200-.19-.095-.283-.095m8.67%200h-.755c-.282%200-.47.095-.565.19l-2.167%204.737-2.073-4.737c-.095-.19-.19-.19-.377-.19H9.046c-.188%200-.283%200-.283.095-.094.095-.094.19%200%20.284l3.393%207.295c.094.096.188.19.377.19h.094c.188%200%20.283-.094.283-.19l3.392-7.294c.094-.094.094-.19%200-.284%200%200-.094-.095-.283-.095m4.617-.19c-1.13%200-2.073.38-2.827%201.232-.754.757-1.225%201.705-1.225%202.842%200%201.136.377%202.084%201.225%202.842.754.852%201.696%201.23%202.827%201.23%201.13%200%202.073-.378%202.827-1.23.753-.853%201.13-1.8%201.13-2.842%200-1.137-.377-2.085-1.225-2.843-.755-.758-1.697-1.232-2.733-1.232m1.602%205.874c-.473.473-1.038.758-1.698.758s-1.225-.19-1.696-.664c-.47-.473-.66-1.042-.66-1.8%200-.663.19-1.326.66-1.705.47-.473%201.037-.662%201.696-.662s1.225.19%201.696.663c.472.475.66%201.043.66%201.706s-.188%201.232-.66%201.706m8.01-1.61c-.283-.19-.565-.38-.754-.475-.283-.094-.565-.284-1.036-.473-.47-.19-.754-.38-1.037-.57-.187-.188-.376-.378-.376-.567%200-.19.094-.38.283-.474.188-.095.377-.19.754-.19.566%200%201.037.095%201.697.38.283.094.377.094.47-.19l.284-.568c.095-.19.095-.38-.188-.57-.565-.378-1.32-.567-2.26-.567-.85%200-1.51.19-1.98.663-.47.475-.66.948-.66%201.517%200%20.568.19%201.042.566%201.42.377.38.848.664%201.602%201.043.565.284%201.036.474%201.32.663.28.19.376.38.376.663%200%20.19-.095.38-.283.57-.188.094-.47.188-.754.188-.566%200-1.226-.19-1.98-.568-.282-.095-.377-.095-.47.095l-.378.758c-.094.19%200%20.285.094.38.754.568%201.602.757%202.545.757.85%200%201.508-.19%202.074-.663.47-.474.754-.947.754-1.61%200-.38-.095-.664-.19-.948%200-.19-.187-.474-.47-.663m3.392-4.073h-.942c-.094%200-.188%200-.283.095-.094.095-.094.19-.094.284v7.01c0%20.096%200%20.19.095.285.095.096.19.096.283.096h.942c.095%200%20.19%200%20.283-.095.094-.094.094-.188.094-.283v-7.01c0-.095%200-.19-.094-.285-.094%200-.188-.095-.283-.095m6.785%206.158c-.094-.19-.283-.284-.47-.19-.378.285-.85.38-1.226.38a.718.718%200%200%201-.472-.19c-.095-.094-.19-.284-.19-.663V7.674h2.074c.094%200%20.19%200%20.283-.095.094%200%20.094-.096.094-.19v-.664c0-.094%200-.19-.095-.284-.094-.095-.19-.095-.283-.095H38.07v-2.18c0-.093%200-.188-.095-.283-.094%200-.094-.095-.283-.095h-.942c-.094%200-.189%200-.283.094s-.094.19-.094.284v2.18h-.942c-.282%200-.376.094-.376.378v.663c0%20.094%200%20.19.094.284.094.094.188.094.283.094h.943v4.264c0%20.757.188%201.326.47%201.705.284.38.85.568%201.51.568.376%200%20.847-.095%201.224-.19.377-.094.754-.283.942-.378.188-.095.282-.284.188-.474l-.283-.758m7.35-5.305c-.66-.663-1.508-1.042-2.544-1.042-1.13%200-2.072.38-2.826%201.23-.754.76-1.13%201.707-1.13%202.844%200%201.136.376%202.084%201.13%202.936.754.758%201.696%201.137%202.827%201.137%201.226%200%202.168-.284%202.922-.947.188-.19.188-.38%200-.568l-.47-.664c-.095-.19-.284-.19-.472%200-.66.474-1.225.664-1.885.664s-1.225-.19-1.696-.664c-.472-.473-.66-.947-.66-1.515h5.37c.19%200%20.377-.094.377-.378v-.57c.095-.946-.282-1.8-.942-2.462m-4.71%202.18c.093-.475.28-.948.658-1.233.377-.38.848-.473%201.414-.473.565%200%201.036.19%201.32.473.376.38.564.758.564%201.232h-3.957M3.77%206.346H1.13c-.093%200-.188%200-.282.095-.094.095-.094.19-.094.284v.948c0%20.094%200%20.19.094.284.094.095.19.095.283.095h1.32v6.82c0%20.664-.565%201.232-1.225%201.232H1.13c-.093%200-.188%200-.282.095-.094.095-.094.19-.094.284v.948c0%20.094%200%20.19.094.284.094.094.19.094.283.094h.095c1.602%200%202.92-1.326%202.92-2.842V6.82c0-.094%200-.188-.093-.283-.094-.095-.094-.19-.283-.19z%22%20fill-rule%3D%22evenodd%22%20fill%3D%22%233e414f%22%2F%3E%3Cpath%20d%3D%22M4.146%205.78C3.958.946.754.757.754.757c-.19%204.358%203.392%205.02%203.392%205.02z%22%20fill-rule%3D%22evenodd%22%20fill%3D%22%2344bb6e%22%2F%3E%3C%2Fsvg%3E");
                        background-repeat: no-repeat;
                    }

                        #jivo_copyright #jivosite-copyright.jivo-dark.jivo-en {
                            width: 54px;
                            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2255%22%20height%3D%2218%22%20viewBox%3D%220%200%2055%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M3.5%206H.8c-.1%200-.2%200-.3.1%200%20.1-.1.1-.1.2v1c0%20.1%200%20.2.1.3.1.1.2.1.3.1h1.4v7.2c0%20.7-.6%201.3-1.2%201.3H.8c-.1%200-.2%200-.3.1-.1.1-.1.2-.1.3v1c0%20.1%200%20.2.1.3.1.1.2.1.3.1h.1c1.6%200%202.9-1.4%202.9-3V6.3c0-.1%200-.2-.1-.3h-.2zM7%206H6c-.1%200-.1%200-.2.1s-.1.1-.1.2v7.4c0%20.1%200%20.2.1.3.1.1.2.1.3.1H7c.1%200%20.2%200%20.3-.1.1-.1.1-.2.1-.3V6.3c0-.1%200-.2-.1-.3H7zm8.6%200h-.8c-.3%200-.5.1-.5.2l-2.2%205-2.1-5c0-.2-.2-.2-.3-.2h-1c-.2%200-.3%200-.3.1-.1.1-.1.2%200%20.3l3.4%207.7c.1.1.2.2.3.2h.1c.1%200%20.3-.1.3-.2l3.4-7.7c.1-.1.1-.2%200-.3-.1-.1-.2-.1-.3-.1zm4.6-.2c-1.1%200-2%20.4-2.8%201.3-.8.8-1.2%201.8-1.2%203s.4%202.2%201.2%203c.8.9%201.7%201.3%202.8%201.3%201.1%200%202-.4%202.8-1.3.8-.9%201.2-1.9%201.2-3%200-1.2-.4-2.2-1.2-3-.8-.9-1.8-1.3-2.8-1.3zm1.6%206.1c-.4.5-1%20.8-1.6.8-.7%200-1.2-.2-1.7-.7-.4-.5-.7-1.1-.7-1.9%200-.7.2-1.4.7-1.8.4-.5%201-.7%201.7-.7s1.2.2%201.6.7c.4.5.7%201.1.7%201.8s-.3%201.3-.7%201.8zm9.6-.3c-.2-.2-.4-.1-.5%200l-.2.2-.3.3c-.1.1-.2.1-.3.2-.1.1-.3.2-.4.2-.2%200-.3.1-.5.1-.7%200-1.2-.3-1.6-.8-.4-.5-.7-1.1-.7-1.9%200-.7.2-1.4.7-1.9.5-.5%201-.7%201.7-.7.6%200%201.1.3%201.6.8.2.2.4.2.5.1l.6-.6s0-.2-.2-.4c-.7-.9-1.7-1.4-2.8-1.4-1.1%200-2%20.4-2.8%201.3-.8.8-1.2%201.8-1.2%203s.4%202.2%201.2%203.1c.8.8%201.7%201.2%202.8%201.2%201.3%200%202.3-.6%203-1.7.1-.2.1-.4-.1-.6l-.5-.5zm5.8-5.8c-.8%200-1.5.3-2.3.9V2.5c0-.1%200-.2-.1-.3-.1-.1-.2-.1-.3-.1h-.9c-.1%200-.2%200-.3.1-.1.1-.1.2-.1.3v11.3c0%20.1%200%20.2.1.3.1.1.2.1.3.1h.9c.3%200%20.4-.1.4-.4V8.7c.1-.3.4-.5.7-.8.4-.3.9-.4%201.4-.4.5%200%20.9.2%201.2.6.3.4.4.9.4%201.6v4.2c0%20.1%200%20.2.1.3.1.1.2.1.3.1h.9c.1%200%20.2%200%20.3-.1.1-.1.1-.2.1-.3V9.8c-.1-2.7-1.1-4-3.1-4zm10.1%201c-.2-.4-.5-.6-.8-.8-.4-.2-.9-.3-1.5-.3-1%200-1.9.2-2.7.5-.2.1-.3.2-.3.5l.2.7c.1.3.2.4.4.3.8-.3%201.6-.4%202.2-.4.5%200%20.8.1%201%20.4.2.3.3.8.2%201.4l-.2-.1c-.1%200-.3-.1-.6-.1-.2.1-.4.1-.7.1-1%200-1.7.2-2.3.7-.6.5-.8%201.1-.8%201.9%200%20.8.2%201.5.7%202%20.5.5%201.1.7%201.8.7.9%200%201.7-.3%202.4-1l.2.6c.1.2.2.3.3.3h.6c.1%200%20.2%200%20.3-.1.1-.1.1-.2.1-.3V9.4c0-.6%200-1.1-.1-1.5-.1-.3-.2-.7-.4-1.1zm-1.2%205.1c-.1.2-.4.5-.7.7-.4.2-.7.3-1.1.3-.4%200-.7-.1-.9-.4-.2-.2-.3-.6-.3-.9%200-.4.1-.7.4-1%20.3-.2.7-.4%201.2-.4.3%200%20.6%200%20.9.1.3.1.5.1.5.2v1.4zm8.3%201.4l-.3-.8c-.1-.2-.2-.3-.5-.2-.4.3-.8.4-1.2.4-.2%200-.4-.1-.5-.2-.1-.1-.2-.3-.2-.7V7.5h2.1c.1%200%20.2%200%20.3-.1.1-.1.1-.2.1-.3v-.8c0-.1%200-.2-.1-.3h-2.4V3.7c0-.1%200-.2-.1-.3-.1-.1-.2-.1-.3-.1h-1c-.1%200-.2%200-.3.1-.1.1-.1.2-.1.3V6H49c-.2%200-.4.1-.4.4v.7c0%20.1%200%20.2.1.3.1.1.2.1.3.1h.9V12c0%20.8.1%201.4.4%201.8.3.4.8.6%201.5.6.4%200%20.8-.1%201.2-.2.4-.1.7-.3.9-.4.5-.1.6-.3.5-.5z%22%20fill%3D%22%233E414F%22%2F%3E%3Cpath%20d%3D%22M3.8%205.4C3.6.2.4%200%20.4%200%20.2%204.7%203.8%205.4%203.8%205.4z%22%20fill%3D%22%2344BB6E%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
                            margin-top: 11px;
                            display: inline-block;
                            height: 19px;
                            vertical-align: top;
                            background-size: 50px 16px;
                        }

                #jivo_copyright #jivo_copyright_corner {
                    position: absolute;
                    width: 0;
                    height: 0;
                }

                    #jivo_copyright #jivo_copyright_corner.jivo-top {
                        top: -5px;
                        left: 10px;
                        border-left: 5px solid transparent;
                        border-right: 5px solid transparent;
                        border-bottom: 5px solid #414243;
                    }

                    #jivo_copyright #jivo_copyright_corner.jivo-bottom {
                        bottom: -5px;
                        right: 10px;
                        border-left: 5px solid transparent;
                        border-right: 5px solid transparent;
                        border-top: 5px solid #414243;
                    }

                    #jivo_copyright #jivo_copyright_corner.jivo-left {
                        top: 50%;
                        left: -5px;
                        margin-top: -3px;
                        border-top: 5px solid transparent;
                        border-bottom: 5px solid transparent;
                        border-right: 5px solid #414243;
                    }

                    #jivo_copyright #jivo_copyright_corner.jivo-right {
                        top: 50%;
                        right: -5px;
                        margin-top: -3px;
                        border-top: 5px solid transparent;
                        border-bottom: 5px solid transparent;
                        border-left: 5px solid #414243;
                    }

            .globalClass_ET a,
            .globalClass_ET svg,
            .globalClass_ET input,
            .globalClass_ET textarea,
            .globalClass_ET iframe,
            .globalClass_ET form {
                -webkit-animation: none 0s !important;
                animation: none 0s !important;
                -webkit-backface-visibility: visible !important;
                backface-visibility: visible !important;
                background: none !important;
                border: 0 none !important;
                box-shadow: none !important;
                box-sizing: content-box !important;
                bottom: auto !important;
                caption-side: top !important;
                clear: none !important;
                clip: auto !important;
                cursor: auto !important;
                display: inline !important;
                direction: ltr !important;
                flex: none !important;
                height: auto !important;
                -webkit-hyphens: manual !important;
                -ms-hyphens: manual !important;
                hyphens: manual !important;
                image-rendering: auto !important;
                justify-content: flex-start !important;
                left: auto !important;
                letter-spacing: normal !important;
                line-height: normal !important;
                margin: 0 !important;
                max-height: none !important;
                max-width: none !important;
                min-height: 0 !important;
                min-width: 0 !important;
                -o-object-fit: fill !important;
                object-fit: fill !important;
                opacity: 1 !important;
                order: 1 !important;
                orphans: 2 !important;
                outline: 0 none !important;
                overflow: visible !important;
                padding: 0 !important;
                -webkit-perspective: none !important;
                perspective: none !important;
                position: static !important;
                resize: none !important;
                right: auto !important;
                text-align: left !important;
                text-decoration: none !important;
                text-indent: 0 !important;
                text-overflow: clip !important;
                text-shadow: none !important;
                text-transform: none !important;
                top: auto !important;
                -webkit-transform: none !important;
                transform: none !important;
                transition: all 0s ease 0s !important;
                unicode-bidi: normal !important;
                -webkit-user-select: none !important;
                -moz-user-select: none !important;
                -ms-user-select: none !important;
                user-select: none !important;
                vertical-align: baseline !important;
                white-space: normal !important;
                width: auto !important;
                word-break: normal !important;
                word-spacing: normal !important;
                word-wrap: normal !important;
                z-index: auto !important;
                zoom: normal !important;
                font-style: normal !important;
                font-weight: normal !important;
            }

            .globalClass_ET a {
                -webkit-text-size-adjust: inherit !important;
            }

            .globalClass_ET *::before,
            .globalClass_ET *::after {
                content: none;
            }

            @supports (-ms-ime-align:auto) and (color:unset) {
                .globalClass_ET {
                    position: -ms-device-fixed;
                }
            }

            jdiv {
                -webkit-animation: none 0s;
                animation: none 0s;
                -webkit-backface-visibility: visible;
                backface-visibility: visible;
                background: none;
                border: 0 none;
                box-shadow: none;
                box-sizing: content-box;
                bottom: auto;
                caption-side: top;
                clear: none;
                clip: auto;
                cursor: auto;
                display: inline;
                direction: ltr;
                flex: none;
                height: auto;
                -webkit-hyphens: manual;
                -ms-hyphens: manual;
                hyphens: manual;
                image-rendering: auto;
                justify-content: flex-start;
                left: auto;
                letter-spacing: normal;
                line-height: normal;
                margin: 0;
                max-height: none;
                max-width: none;
                min-height: 0;
                min-width: 0;
                -o-object-fit: fill;
                object-fit: fill;
                opacity: 1;
                order: 1;
                orphans: 2;
                outline: 0 none;
                overflow: visible;
                padding: 0;
                -webkit-perspective: none;
                perspective: none;
                position: static;
                resize: none;
                right: auto;
                text-align: left;
                text-decoration: none;
                text-indent: 0;
                text-overflow: clip;
                text-shadow: none;
                text-transform: none;
                top: auto;
                -webkit-transform: none;
                transform: none;
                transition: all 0s ease 0s;
                unicode-bidi: normal;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                vertical-align: baseline;
                white-space: normal;
                width: auto;
                word-break: normal;
                word-spacing: normal;
                word-wrap: normal;
                z-index: auto;
                zoom: normal;
                -webkit-text-size-adjust: inherit;
                -webkit-font-smoothing: antialiased;
            }

            .globalClass_ET input[type="text"]:focus {
                background-color: transparent !important;
            }

            .pseudoHeight_1E {
                position: fixed;
                top: 0;
                bottom: 0;
                width: auto;
                left: 0;
                right: 0;
                visibility: hidden;
            }

            .container_3P {
                display: block;
                position: absolute;
                z-index: -5;
                top: -100%;
                left: -125%;
            }

            ._tablet_2s {
                top: auto;
                bottom: -1000px;
                left: -246px;
                transition: all 0.3s ease-in-out;
                -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
            }

                ._tablet_2s._orinationLeft_1A {
                    left: 10px;
                }

            .mobileContainer_2k {
                position: fixed !important;
                top: 0 !important;
                left: 0 !important;
                bottom: 0 !important;
                right: 0 !important;
                transition: none !important;
                margin: 0 !important;
                padding: 0 !important;
                z-index: 2147483647 !important;
                -webkit-transform: initial !important;
                transform: initial !important;
                opacity: 1 !important;
                visibility: visible !important;
                display: block;
            }

            .vkIcon_3c svg,
            .vkIcon_3c path {
                fill: #507299 !important;
            }

            .fbIcon_Yq svg,
            .fbIcon_Yq path {
                fill: #0084ff !important;
            }

            .telegramIcon_3f svg,
            .telegramIcon_3f path {
                fill: #39afe2 !important;
            }

            .viberIcon_1I {
                top: 22px !important;
            }

                .viberIcon_1I svg,
                .viberIcon_1I path {
                    fill: #fff !important;
                }

            .message-textIcon_2_ svg,
            .message-textIcon_2_ path {
                fill: #05b24b !important;
            }

            .phone-outgoingIcon_1n svg,
            .phone-outgoingIcon_1n path {
                fill: #4185f2 !important;
            }

            .phoneIcon_16 svg,
            .phoneIcon_16 path {
                fill: #0076ff !important;
            }

            .header_zT {
                display: block;
                height: 70px;
                text-align: center;
                font-size: 20px;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                font-family: 'Arial', sans-serif;
            }

            .backButton_1F {
                width: 24px;
                height: 24px;
                background-repeat: no-repeat;
                background-position: 50% 50%;
                position: absolute;
                left: 16px;
                top: 23px;
            }

            .title_ol {
                color: #fff;
                text-align: left;
                line-height: normal;
                display: block;
                font-size: 16px;
                padding-left: 44px;
                padding-top: 6px;
            }

                .title_ol a {
                    text-decoration: none;
                    color: #fff !important;
                    outline: 0 none;
                }

            .logo_3a {
                display: inline-block;
                height: 24px;
                vertical-align: middle;
                margin-top: -4px;
                margin-left: 6px;
            }

                .logo_3a svg {
                    height: 100% !important;
                }

                    .logo_3a svg path {
                        fill: #999;
                    }

            .iconStartChat_Wf {
                float: right;
                width: 24px;
                height: 24px;
                margin-top: 3px;
            }

            .__dark_36 .title_ol {
                color: #222d38;
            }

            .pattern_2U {
                display: block;
                height: 100%;
                padding: 20px 16px;
                height: 30px;
            }

            .eulaPopup_da {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                padding: 32px;
                z-index: 23;
                opacity: 1;
                background-color: #fff;
                text-align: center;
                transition: top 0.3s cubic-bezier(0.39, 0.24, 0.21, 0.99);
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                font-family: 'Arial', sans-serif;
                font-size: 15px;
            }

                .eulaPopup_da jdiv {
                    display: block;
                }

                .eulaPopup_da.mobile-version_1S {
                    text-align: center;
                    top: 0;
                    transition: none;
                }

                .eulaPopup_da.__static_27 {
                    position: relative;
                }

                    .eulaPopup_da.__static_27.__call_SN {
                        position: absolute;
                        min-height: auto;
                    }

                .eulaPopup_da._tablet_3L {
                    margin: 0 auto;
                }

                    .eulaPopup_da._tablet_3L.__call_SN {
                        top: 70px;
                    }

                    .eulaPopup_da._tablet_3L .text_3z {
                        padding-right: 0;
                        margin: 0 20%;
                        font-size: 14px;
                    }

                    .eulaPopup_da._tablet_3L .title_3s {
                        margin: 0 20%;
                    }

                    .eulaPopup_da._tablet_3L .formText_31 {
                        font-size: 16px;
                    }

                    .eulaPopup_da._tablet_3L .popupContent_1z {
                        padding-left: 0;
                        padding-right: 0;
                    }

                    .eulaPopup_da._tablet_3L .popupCheckbox_2e {
                        position: absolute;
                        margin-left: -30px;
                    }

                .eulaPopup_da.show-popup_v3 {
                    top: 0;
                    opacity: 1;
                }

                .eulaPopup_da.mobile-version_1S {
                    text-align: center;
                    background-color: #f5f9ff;
                }

                    .eulaPopup_da.mobile-version_1S.__call_SN,
                    .eulaPopup_da.mobile-version_1S.__offlineForm_20 {
                        top: 70px;
                    }

                    .eulaPopup_da.mobile-version_1S.show-popup_v3 {
                        top: -70px;
                    }

            .title_3s {
                font-size: 18px;
                line-height: 28px;
                color: #222d38;
                padding-bottom: 18px;
            }

            .formText_31 {
                color: #222d38 !important;
                font-size: 15px !important;
                padding-bottom: 12px;
                line-height: 18px;
            }

            .text_3z {
                font-size: 13px !important;
                line-height: 17px;
                color: #9fabb7;
                padding-right: 16px;
                padding-bottom: 16px;
                text-align: left;
                height: 100%;
            }

                .text_3z a {
                    color: #579ce0;
                }

                    .text_3z a:hover,
                    .text_3z a:focus {
                        cursor: pointer !important;
                        text-decoration: underline !important;
                    }

            .popupCheckbox_2e {
                padding-bottom: 25px;
                margin-right: 14px;
                float: left;
            }

            .checkbox_27 {
                width: 16px;
                height: 16px;
                border-radius: 2px !important;
                background-size: 16px 16px;
                border: solid 1px #3cb868;
                cursor: pointer;
                vertical-align: text-bottom;
                margin-top: 1px;
                box-shadow: 0 0 0 2px rgba(24, 193, 57, 0.2);
            }

                .checkbox_27._checked_36 {
                    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cdefs%3E%3Cpath%20id%3D%22b%22%20d%3D%22M4%208.5L7.556%2012%2012%205%22%2F%3E%3Cfilter%20id%3D%22a%22%20width%3D%22168.8%25%22%20height%3D%22178.6%25%22%20x%3D%22-34.4%25%22%20y%3D%22-25%25%22%20filterUnits%3D%22objectBoundingBox%22%3E%3CfeMorphology%20in%3D%22SourceAlpha%22%20operator%3D%22dilate%22%20radius%3D%22.75%22%20result%3D%22shadowSpreadOuter1%22%2F%3E%3CfeOffset%20dy%3D%221%22%20in%3D%22shadowSpreadOuter1%22%20result%3D%22shadowOffsetOuter1%22%2F%3E%3CfeMorphology%20in%3D%22SourceAlpha%22%20radius%3D%221%22%20result%3D%22shadowInner%22%2F%3E%3CfeOffset%20dy%3D%221%22%20in%3D%22shadowInner%22%20result%3D%22shadowInner%22%2F%3E%3CfeComposite%20in%3D%22shadowOffsetOuter1%22%20in2%3D%22shadowInner%22%20operator%3D%22out%22%20result%3D%22shadowOffsetOuter1%22%2F%3E%3CfeGaussianBlur%20in%3D%22shadowOffsetOuter1%22%20result%3D%22shadowBlurOuter1%22%20stdDeviation%3D%22.5%22%2F%3E%3CfeColorMatrix%20in%3D%22shadowBlurOuter1%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.15%200%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cuse%20fill%3D%22%23000%22%20filter%3D%22url(%23a)%22%20xlink%3Ahref%3D%22%23b%22%2F%3E%3Cuse%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.5%22%20xlink%3Ahref%3D%22%23b%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 -1px no-repeat;
                    background-color: #3cb868;
                    background-size: contain;
                }

            ._grey_1a .checkbox_27 {
                border-color: #445669;
                box-shadow: 0 0 0 2px rgba(175, 169, 169, 0.2);
            }

                ._grey_1a .checkbox_27._checked_36 {
                    background-color: #445669;
                }

            ._blue_OP .checkbox_27 {
                border-color: #0b82f7;
                box-shadow: 0 0 0 2px rgba(16, 155, 172, 0.2);
            }

                ._blue_OP .checkbox_27._checked_36 {
                    background-color: #0b82f7;
                }

            .popupContent_1z {
                min-width: 264px;
                text-align: left;
                height: 100%;
                overflow: hidden;
            }

            .cancel_3n {
                font-size: 13px;
                color: #9fabb7;
                display: inline-block;
                text-decoration: underline;
                cursor: pointer;
                position: absolute;
                bottom: 25px;
                margin-left: -23px;
                left: 50%;
            }

                .cancel_3n:hover {
                    color: #303f4e;
                }

            .mobile-version_1S .popupContent_1z {
                padding-left: 15px;
                text-align: left;
                padding-top: 10px;
            }

            .mobile-version_1S .formText_31 {
                font-size: 16px;
                line-height: 22px;
            }

            .mobile-version_1S .checkbox_27 {
                width: 18px;
                height: 20px;
                vertical-align: bottom;
                position: relative;
                top: -1px;
                padding-top: 0;
                padding-left: 2px;
            }

                .mobile-version_1S .checkbox_27 svg {
                    padding-top: 0;
                    margin-top: -1px;
                    width: 15px;
                    height: 12px;
                }

            .mobile-version_1S .text_3z {
                font-size: 16px;
                line-height: 24px;
                padding-bottom: 20px;
                padding-right: 0;
            }

            .mobile-version_1S .title_3s {
                padding-right: 0;
            }

            .mobile-version_1S .cancel_3n {
                display: inline-block;
                position: absolute;
                font-size: 16px;
                text-decoration: none;
                border-bottom: 1px dashed #9fabb7;
                bottom: 20px;
            }

            .textBlock_39 {
                display: block;
                clear: both;
                color: #222d38 !important;
                height: calc(100% - 70px);
                margin-right: -16px;
            }

            .scrollText_1v {
                display: block;
                padding-right: 12px;
                color: #222d38 !important;
            }

            .copyright_3R {
                position: absolute;
                display: block;
                cursor: pointer;
                background-color: #414243;
                height: 40px;
                line-height: 40px !important;
                padding: 0 16px !important;
                border-radius: 4px !important;
                box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.17);
            }

                .copyright_3R._bottom_L1 {
                    bottom: 50px;
                    right: 45px;
                }

                    .copyright_3R._bottom_L1 ::after {
                        content: '' !important;
                        display: block;
                        left: 0;
                        right: 0;
                        bottom: -10px;
                        height: 10px;
                        background: transparent;
                    }

                .copyright_3R._right_1u {
                    top: 33px;
                    right: 7px;
                }

                    .copyright_3R._right_1u ::after {
                        content: '' !important;
                        display: block;
                        right: -13px;
                        top: -25px;
                        bottom: -5px;
                        width: 15px;
                        background: transparent;
                        position: absolute;
                    }

                .copyright_3R._left_29 {
                    top: 30px;
                    left: 45px;
                }

                    .copyright_3R._left_29 ::after {
                        content: '' !important;
                        display: block;
                        right: -13px;
                        top: -25px;
                        bottom: -5px;
                        width: 15px;
                        background: transparent;
                        position: absolute;
                    }

            .hide_2U {
                position: absolute;
                display: block;
                height: 40px;
                line-height: 40px;
                padding: 0 16px;
            }

            .logoIcon_1U {
                display: inline-block;
                width: 51px;
                height: 18px;
                background-repeat: no-repeat;
                background-size: contain;
            }

            jdiv a.link_32 {
                display: inline-block !important;
                width: 51px !important;
                height: 18px !important;
                margin: 11px 0 4px 2px !important;
                transition: none !important;
                vertical-align: top !important;
                box-sizing: border-box !important;
                color: currentColor;
            }

                jdiv a.link_32:hover,
                jdiv a.link_32:visited {
                    color: currentColor;
                }

                jdiv a.link_32 .logoIcon_1U {
                    vertical-align: top !important;
                    box-sizing: border-box !important;
                }

                    jdiv a.link_32 .logoIcon_1U:hover {
                        cursor: pointer !important;
                    }

            .text_30 {
                font-family: 'Arial', sans-serif;
                font-weight: normal;
                font-size: 13px !important;
                white-space: nowrap;
                -webkit-font-smoothing: antialiased;
                -webkit-transform: translate3d(0, 0, 0) !important;
                transform: translate3d(0, 0, 0) !important;
                line-height: 40px !important;
                color: #fff;
                display: inline-block !important;
                vertical-align: middle !important;
                cursor: default !important;
            }

            .corner_3z {
                position: absolute;
                width: 0;
                height: 0;
            }

            ._bottom_L1 .corner_3z {
                bottom: -4px;
                right: 10px;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-top: 5px solid #414243;
            }

            ._left_29 .corner_3z {
                top: 50%;
                left: -4px;
                margin-top: -4px;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
                border-right: 5px solid #414243;
            }

            ._right_1u .corner_3z {
                top: 50%;
                right: -4px;
                margin-top: -4px;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
                border-left: 5px solid #414243;
            }

            .chatCopyright_3s {
                position: absolute;
                top: 0;
                right: 0;
                left: 0;
                height: 30px;
                width: 100%;
                text-align: right;
                color: #9fabb7;
                line-height: 30px;
                z-index: 3;
                overflow: hidden;
                background: #fff;
            }

                .chatCopyright_3s .text_30 {
                    color: #9fabb7;
                    line-height: 30px !important;
                }

                .chatCopyright_3s a.link_32 {
                    margin-top: 5px !important;
                    margin-right: 16px !important;
                    margin-left: 2px !important;
                }

                .chatCopyright_3s.__tablet_1X {
                    left: 0;
                    right: 0;
                    width: auto;
                }

                    .chatCopyright_3s.__tablet_1X.__call_3O {
                        left: 0;
                        right: 0;
                    }

                .chatCopyright_3s.__mobile_dV {
                    position: fixed;
                }

                    .chatCopyright_3s.__mobile_dV.__chat_35 {
                        top: -29px;
                        position: absolute;
                        text-align: center;
                    }

                        .chatCopyright_3s.__mobile_dV.__chat_35 a.link_32 {
                            margin-right: 0 !important;
                        }

                    .chatCopyright_3s.__mobile_dV.__offline_1r {
                        top: 0;
                        text-align: right;
                    }

                        .chatCopyright_3s.__mobile_dV.__offline_1r a.link_32 {
                            margin-right: 16px !important;
                        }

                    .chatCopyright_3s.__mobile_dV.chatCopyright_3s {
                        top: -29px !important;
                    }

                        .chatCopyright_3s.__mobile_dV.chatCopyright_3s.__top_Xp {
                            top: 70px !important;
                            bottom: auto;
                        }

                    .chatCopyright_3s.__mobile_dV.__call_3O {
                        bottom: 0;
                        top: auto !important;
                        text-align: center;
                        position: fixed;
                        background: #fff;
                    }

                        .chatCopyright_3s.__mobile_dV.__call_3O a.link_32 {
                            margin-right: 0 !important;
                        }

                    .chatCopyright_3s.__mobile_dV .text_30 {
                        line-height: normal !important;
                        padding-top: 7px;
                    }

                    .chatCopyright_3s.__mobile_dV a.link_32 {
                        margin-top: -2px !important;
                    }

            .nowrap_QY {
                white-space: nowrap;
            }

            .bull_1d {
                content: "";
                position: absolute;
                left: 12px;
                top: 12px;
                width: 6px;
                height: 6px;
                -webkit-border-radius: 3px 3px 3px 3px;
                -khtml-border-radius: 3px 3px 3px 3px;
                -moz-border-radius: 3px 3px 3px 3px;
                -ms-border-radius: 3px 3px 3px 3px;
                -o-border-radius: 3px 3px 3px 3px;
                border-radius: 3px 3px 3px 3px;
                background-color: #3cb868;
            }

            .LabelButtons_3N {
                display: block;
                position: absolute;
                border-radius: 4px !important;
                font-family: "Arial", sans-serif;
                font-weight: normal;
                font-size: 15px !important;
                line-height: 20px;
                background-color: #fff;
                color: #545d6b;
                z-index: 1000000;
                font-smoothing: antialiased;
                max-width: 100%;
                box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
                width: 100%;
                min-width: 300px;
                max-height: none !important;
            }

                .LabelButtons_3N._bottom_34 {
                    bottom: 20px;
                }

                    .LabelButtons_3N._bottom_34::after {
                        content: '' !important;
                        display: block;
                        position: absolute;
                        background: transparent;
                        left: -22px;
                        top: -22px;
                        bottom: -22px;
                        right: -20px;
                        z-index: 0;
                    }

                .LabelButtons_3N._right_1S {
                    width: 300px;
                    min-width: 300px;
                    left: auto;
                    bottom: 0;
                }

                    .LabelButtons_3N._right_1S::before {
                        width: 23px;
                        height: auto;
                        top: -60px;
                        bottom: -60px;
                        right: -23px;
                        content: '' !important;
                        position: absolute;
                        cursor: default;
                    }

                    .LabelButtons_3N._right_1S::after {
                        content: '' !important;
                        display: block;
                        position: absolute;
                        background: transparent;
                        left: -22px;
                        top: -22px;
                        bottom: -22px;
                        right: -22px;
                        z-index: 0;
                    }

                .LabelButtons_3N._left_ok {
                    width: 300px;
                    min-width: 300px;
                    right: auto;
                    bottom: 0;
                }

                    .LabelButtons_3N._left_ok::before {
                        width: 60px;
                        bottom: -40px;
                        left: -22px;
                        top: -60px;
                        content: '' !important;
                        position: absolute;
                        cursor: default;
                        background: transparent;
                        z-index: 0;
                    }

                    .LabelButtons_3N._left_ok::after {
                        content: '' !important;
                        display: block;
                        position: absolute;
                        background: transparent;
                        left: -22px;
                        top: -22px;
                        bottom: -22px;
                        right: -20px;
                        z-index: 0;
                    }

                .LabelButtons_3N .callme_Tt {
                    background: transparent url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%2302A95F%22%20fill-rule%3D%22nonzero%22%20d%3D%22M18.904%2015.214a2.113%202.113%200%200%200-1.527-.624c-.598%200-1.185.228-1.624.66a3.566%203.566%200%200%200-.917%201.428c-.72-.072-3.08-1.569-4.533-3.033C8.898%2012.216%207.407%209.843%207.32%209.11a3.547%203.547%200%200%200%201.49-.852c.44-.42.697-.96.721-1.549a2.058%202.058%200%200%200-.586-1.548L7.382%203.576A1.927%201.927%200%200%200%205.99%203a2.14%202.14%200%200%200-1.478.6l-.244.24c-.33.3-.586.66-.758%201.057-.024.06-.708%201.56-.452%202.689.05.168%201.42%204.5%205.181%208.063%203.762%203.564%207.844%205.219%208.028%205.279.195.048.415.072.647.072.99%200%202.04-.42%202.077-.432a3.711%203.711%200%200%200%201.112-.708l.244-.24c.818-.78.88-2.053.122-2.822l-1.564-1.584z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 30px 50% no-repeat;
                }

                .LabelButtons_3N .chat_2j {
                    background: transparent url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2223%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M1%2014.7V21l4.176-3H21c.56%200%20.999-.448.999-1V2c0-.545-.447-1-.999-1H2A.994.994%200%200%200%201%202v12.7z%22%20stroke%3D%22%2300BE64%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22%2300BE64%22%20d%3D%22M5%206h14v2H5zM5%2011h11v2H5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A") 28px 51% no-repeat;
                }

                .LabelButtons_3N._right_1S {
                    max-width: 300px;
                }

                    .LabelButtons_3N._right_1S .chat_2j,
                    .LabelButtons_3N._right_1S .callme_Tt {
                        clear: inherit;
                    }

                        .LabelButtons_3N._right_1S .chat_2j a,
                        .LabelButtons_3N._right_1S .callme_Tt a {
                            padding-right: 0;
                        }

                .LabelButtons_3N._left_ok {
                    right: auto;
                }

                .LabelButtons_3N .chat_2j,
                .LabelButtons_3N .callme_Tt {
                    width: 100%;
                    height: 38px;
                    line-height: 38px;
                    clear: both;
                    overflow: hidden;
                    cursor: pointer;
                }

                .LabelButtons_3N :hover + .bottomCorner_34::after,
                .LabelButtons_3N :hover + .rightCorner_1x::after,
                .LabelButtons_3N :hover + .leftCorner_Ts::after {
                    border-color: transparent transparent #f4f8fa #f4f8fa !important;
                }

                .LabelButtons_3N .chat_2j:hover {
                    border-radius: 0 0 4px 4px !important;
                }

                .LabelButtons_3N .callme_Tt a:hover {
                    border-radius: 4px 4px 0 0 !important;
                }

            .buttonsCorner_3T {
                position: absolute;
                width: 0;
                height: 0;
            }

                .buttonsCorner_3T ._bottom_34 {
                    bottom: 0;
                }

                    .buttonsCorner_3T ._bottom_34::after {
                        content: '' !important;
                        position: absolute;
                        width: 0;
                        height: 0;
                        left: 21px;
                        bottom: -18px;
                        box-sizing: border-box;
                        border: 10px solid black;
                        border-color: transparent transparent #fff #fff;
                        -webkit-transform-origin: 0 0;
                        transform-origin: 0 0;
                        -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                        box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.07);
                    }

                .buttonsCorner_3T ._left_ok {
                    bottom: auto;
                    top: 52px;
                    left: -10px;
                    margin-top: -2.5px;
                    border-top: 5px solid transparent;
                    border-bottom: 5px solid transparent;
                    border-right: 5px solid #fff;
                }

                    .buttonsCorner_3T ._left_ok::after {
                        content: '' !important;
                        position: absolute;
                        width: 0;
                        height: 0;
                        left: 21px;
                        bottom: -18px;
                        box-sizing: border-box;
                        border: 10px solid #fff;
                        border-color: transparent transparent #fff #fff;
                        -webkit-transform-origin: 0 0;
                        transform-origin: 0 0;
                        -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                        box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.07);
                    }

                .buttonsCorner_3T ._right_1S {
                    bottom: auto;
                    top: 52px;
                    right: -10px;
                    margin-top: -2.5px;
                    border-top: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                    border-left: 10px solid #fff;
                }

                    .buttonsCorner_3T ._right_1S::after {
                        content: '' !important;
                        position: absolute;
                        width: 0;
                        height: 0;
                        left: 21px;
                        bottom: -18px;
                        box-sizing: border-box;
                        border: 10px solid #fff;
                        border-color: transparent transparent #fff #fff;
                        -webkit-transform-origin: 0 0;
                        transform-origin: 0 0;
                        -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                        box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.07);
                    }

            .bottomCorner_34 {
                border-top-color: #fff;
                bottom: 0;
            }

                .bottomCorner_34::after {
                    content: '' !important;
                    position: absolute;
                    width: 0;
                    height: 0;
                    left: 25px;
                    bottom: -19px;
                    box-sizing: border-box;
                    border: 10px solid black;
                    border-color: transparent transparent #fff #fff;
                    -webkit-transform-origin: 0 0;
                    transform-origin: 0 0;
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.07);
                }

            .leftCorner_Ts {
                left: 0;
                border-right-color: #fff;
            }

                .leftCorner_Ts::after {
                    content: '' !important;
                    position: absolute;
                    width: 0;
                    height: 0;
                    left: 0;
                    bottom: 25px;
                    box-sizing: border-box;
                    border: 10px solid black;
                    border-color: transparent transparent #fff #fff;
                    -webkit-transform-origin: 0 0;
                    transform-origin: 0 0;
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                    box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.07);
                }

            .rightCorner_1x {
                border-left-color: #fff;
                right: 0;
            }

                .rightCorner_1x::after {
                    content: '' !important;
                    position: absolute;
                    width: 0;
                    height: 0;
                    left: -1px;
                    bottom: -5px;
                    box-sizing: border-box;
                    border: 10px solid #fff;
                    border-color: transparent transparent #fff #fff;
                    -webkit-transform-origin: 0 0;
                    transform-origin: 0 0;
                    -webkit-transform: rotate(-135deg);
                    transform: rotate(-135deg);
                    box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.07);
                }

            .labelButton_2w:first-child,
            .labelButton_2w:first-child .text_A-:hover:first-child {
                border-radius: 4px 4px 0 0 !important;
            }

            .labelButton_2w:last-child {
                border-radius: 0 0 4px 4px !important;
            }

            .labelButton_2w {
                height: 66px;
                display: block;
                position: relative;
                z-index: 1;
                max-height: 66px;
            }

                .labelButton_2w:hover {
                    background-color: #f3f7fa;
                    cursor: pointer !important;
                }

                .labelButton_2w .title_yB {
                    color: #222d38;
                    cursor: pointer;
                    font-size: 15px !important;
                }

                .labelButton_2w .text_A- {
                    box-sizing: border-box !important;
                    padding-left: 80px !important;
                    padding-right: 15px !important;
                    line-height: 20px !important;
                    text-decoration: none;
                    font-size: 15px !important;
                    vertical-align: middle !important;
                    display: table-cell !important;
                    height: 66px !important;
                    font-weight: normal;
                    color: #545d6b !important;
                    -webkit-transform: translate3d(0, 0, 0) !important;
                    transform: translate3d(0, 0, 0) !important;
                    cursor: pointer !important;
                    width: 310px !important;
                }

                    .labelButton_2w .text_A- .title_yB {
                        cursor: pointer;
                    }

                    .labelButton_2w .text_A-:hover {
                        background-color: #f5f5f5;
                        cursor: pointer !important;
                    }

                        .labelButton_2w .text_A-:hover .title_yB {
                            color: #0044d3;
                        }

                .labelButton_2w a {
                    font-size: 15px;
                    font-family: 'Helvetica', 'Arial', sans-serif;
                }

                .labelButton_2w .labelVk_1P {
                    background: transparent url("data:image/svg+xml,%3Csvg%20width%3D%2230px%22%20height%3D%2217px%22%20viewBox%3D%220%200%2030%2017%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Popup%22%20fill%3D%22%23507299%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M25.8192629%2C10.8093745%20C26.8144003%2C11.7822557%2027.8647355%2C12.6975951%2028.7572642%2C13.7685837%20C29.1515342%2C14.2445128%2029.5248093%2C14.7356416%2029.8103594%2C15.2879642%20C30.2149789%2C16.0731189%2029.848505%2C16.9371345%2029.145423%2C16.9840168%20L24.7749402%2C16.9820428%20C23.6477224%2C17.0757086%2022.7484911%2C16.621296%2021.9923798%2C15.8495644%20C21.387274%2C15.2323963%2020.8269177%2C14.575551%2020.2450738%2C13.9375573%20C20.0065405%2C13.6767931%2019.756869%2C13.4314261%2019.4586038%2C13.2374815%20C18.8619747%2C12.8496911%2018.3441011%2C12.9684266%2018.0031561%2C13.5915167%20C17.6559028%2C14.2252664%2017.5771474%2C14.92702%2017.543043%2C15.6333138%20C17.4962235%2C16.6638355%2017.1851445%2C16.9347657%2016.1513685%2C16.9819441%20C13.9420767%2C17.0862695%2011.8453489%2C16.7515794%209.8975566%2C15.6355839%20C8.1803137%2C14.651747%206.8486668%2C13.2628473%205.6896116%2C11.6904652%20C3.4329088%2C8.6287072%201.7047249%2C5.2643365%200.1514983%2C1.8057078%20C-1.8018794%2C1.0264751%200.0575634%2C0.6081865%200.9161849%2C0.5933815%20C2.3419637%2C0.565647%203.7675454%2C0.567621%205.1949999%2C0.5914076%20C5.7744782%2C0.5998957%206.1581029%2C0.9327105%206.3818511%2C1.4808877%20C7.1532404%2C3.3801626%208.0971227%2C5.1871535%209.281904%2C6.8620844%20C9.5974186%2C7.3080089%209.9191429%2C7.7539333%2010.3772846%2C8.0677978%20C10.8841187%2C8.4153189%2011.2700104%2C8.3001365%2011.5084452%2C7.7347856%20C11.6597463%2C7.376309%2011.7259837%2C6.9901964%2011.760088%2C6.6062553%20C11.8730464%2C5.2853595%2011.8879301%2C3.9667339%2011.6898094%2C2.650477%20C11.5681771%2C1.8290009%2011.1060927%2C1.2972079%2010.2874896%2C1.1417561%20C9.8697606%2C1.0625004%209.9319567%2C0.9068512%2010.1342172%2C0.6680971%20C10.4855117%2C0.2563227%2010.81591%2C0%2011.474538%2C0%20L16.4138538%2C0%20C17.1914528%2C0.1536752%2017.364143%2C0.5034663%2017.4705959%2C1.2869431%20L17.4748343%2C6.7808547%20C17.4663575%2C7.0841584%2017.6261354%2C7.9841993%2018.1717065%2C8.1849542%20C18.6083605%2C8.3278711%2018.8961776%2C7.97808%2019.15817%2C7.700833%20C20.3407828%2C6.4439933%2021.1848163%2C4.9586641%2021.9388577%2C3.4206294%20C22.2734943%2C2.7443403%2022.5612128%2C2.0419945%2022.8400603%2C1.3402408%20C23.0466578%2C0.8195022%2023.3708463%2C0.5632782%2023.9566329%2C0.5746286%20L28.7104447%2C0.5788727%20C28.8513962%2C0.5788727%2028.9940234%2C0.5809454%2029.1305393%2C0.6043372%20C29.9315974%2C0.741036%2030.1511072%2C1.0860896%2029.9037028%2C1.869369%20C29.5138683%2C3.0982768%2028.7553914%2C4.122383%2028.0137696%2C5.1512269%20C27.2209912%2C6.2496539%2026.3731136%2C7.3104764%2025.5869393%2C8.4154176%20C24.8646367%2C9.4244228%2024.9220029%2C9.9330214%2025.8192629%2C10.8093745%20L25.8192629%2C10.8093745%20Z%22%20id%3D%22iconVK%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 24px 50% no-repeat !important;
                }

                .labelButton_2w .labelFb_3d {
                    background: transparent url("data:image/svg+xml,%3Csvg%20width%3D%2226px%22%20height%3D%2226px%22%20viewBox%3D%220%200%2026%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Popup%22%20transform%3D%22translate(-257.000000%2C%20-293.000000)%22%20fill%3D%22%230084FF%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22popup-big%22%20transform%3D%22translate(231.000000%2C%20195.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M39%2C98%20C31.8202857%2C98%2026%2C103.389142%2026%2C110.037037%20C26%2C113.825093%2027.8904099%2C117.203969%2030.8447205%2C119.410438%20L30.8447205%2C124%20L35.2710994%2C121.570685%20C36.4524037%2C121.897611%2037.7038758%2C122.074074%2039%2C122.074074%20C46.1797143%2C122.074074%2052%2C116.684932%2052%2C110.037037%20C52%2C103.389142%2046.1797143%2C98%2039%2C98%20Z%20M40.2919255%2C114.209877%20L36.9813665%2C110.679012%20L30.5217391%2C114.209877%20L37.6273292%2C106.666667%20L41.0186335%2C110.197531%20L47.3975155%2C106.666667%20L40.2919255%2C114.209877%20Z%22%20id%3D%22iconMessenger%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 27px 50% no-repeat !important;
                }

            .info_CT {
                font-size: 13px;
                color: #9fabb7;
                display: block;
            }

                .info_CT:hover {
                    cursor: pointer;
                }

            .nowrap_1N {
                white-space: nowrap;
            }

            .bull_1G {
                content: "";
                position: absolute;
                left: 12px;
                top: 12px;
                width: 6px;
                height: 6px;
                -webkit-border-radius: 3px 3px 3px 3px;
                -khtml-border-radius: 3px 3px 3px 3px;
                -moz-border-radius: 3px 3px 3px 3px;
                -ms-border-radius: 3px 3px 3px 3px;
                -o-border-radius: 3px 3px 3px 3px;
                border-radius: 3px 3px 3px 3px;
                background-color: #3cb868;
            }

            @-webkit-keyframes fadeOut_3G {
                0% {
                    opacity: 1;
                }

                99% {
                    opacity: 0;
                }

                100% {
                    opacity: 0;
                    visibility: hidden;
                    display: none;
                }
            }

            @keyframes fadeOut_3G {
                0% {
                    opacity: 1;
                }

                99% {
                    opacity: 0;
                }

                100% {
                    opacity: 0;
                    visibility: hidden;
                    display: none;
                }
            }

            .label_39 {
                position: fixed;
                z-index: 2147483648;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                opacity: 0;
                -webkit-animation-duration: 0.2s;
                animation-duration: 0.2s;
                box-shadow: 0 12px 14px 8px rgba(0, 0, 0, 0.17);
                -webkit-filter: blur(0);
                filter: blur(0);
            }

                .label_39:hover {
                    cursor: pointer;
                }

                .label_39 svg {
                    -webkit-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
                }

                .label_39 .leafCont_2L {
                    position: absolute;
                }

                .label_39._bottom_3v {
                    min-width: 300px;
                }

                .label_39._bottom_3v,
                .label_39._right_1y,
                .label_39._left_2d {
                    bottom: -200px;
                    height: 40px;
                    width: auto;
                    right: 30px;
                    border-top-left-radius: 8px !important;
                    border-top-right-radius: 34px !important;
                    transition: opacity 0.05s ease-in 0.25s, background-color 0.2s ease-in;
                    opacity: 0;
                }

                    .label_39._bottom_3v._init_Tk,
                    .label_39._right_1y._init_Tk,
                    .label_39._left_2d._init_Tk {
                        opacity: 1;
                        bottom: 0 !important;
                    }

                    .label_39._bottom_3v .leafCont_2L,
                    .label_39._right_1y .leafCont_2L,
                    .label_39._left_2d .leafCont_2L {
                        right: 0;
                    }

                    .label_39._bottom_3v._pad50_3K,
                    .label_39._right_1y._pad50_3K,
                    .label_39._left_2d._pad50_3K {
                        right: 50%;
                    }

                    .label_39._bottom_3v._pad100_GR,
                    .label_39._right_1y._pad100_GR,
                    .label_39._left_2d._pad100_GR {
                        right: 30px;
                        left: auto;
                    }

                    .label_39._bottom_3v._pad0_em,
                    .label_39._right_1y._pad0_em,
                    .label_39._left_2d._pad0_em {
                        left: 30px;
                        right: auto;
                    }

                    .label_39._bottom_3v .lbContainer_2X,
                    .label_39._right_1y .lbContainer_2X,
                    .label_39._left_2d .lbContainer_2X {
                        left: 0;
                        right: 0;
                        max-width: 300px;
                    }

                    .label_39._bottom_3v .copyContainer_1V,
                    .label_39._right_1y .copyContainer_1V,
                    .label_39._left_2d .copyContainer_1V {
                        right: 0;
                        bottom: 0;
                    }

                    .label_39._bottom_3v .text_eD,
                    .label_39._right_1y .text_eD,
                    .label_39._left_2d .text_eD {
                        -webkit-transform: translate3d(0, 0, 0);
                        transform: translate3d(0, 0, 0);
                        margin: 0 37px 0 16px;
                        min-width: 160px;
                        visibility: visible;
                    }

                        .label_39._bottom_3v .text_eD._noAd_3N,
                        .label_39._right_1y .text_eD._noAd_3N,
                        .label_39._left_2d .text_eD._noAd_3N {
                            margin: 0 33px 0 16px;
                        }

                        .label_39._bottom_3v .text_eD:hover,
                        .label_39._right_1y .text_eD:hover,
                        .label_39._left_2d .text_eD:hover {
                            cursor: pointer;
                        }

                .label_39._right_1y {
                    -webkit-transform: rotate(-90deg) translate(100%, 0) !important;
                    transform: rotate(-90deg) translate(100%, 0) !important;
                    -webkit-transform-origin: 100% 8px !important;
                    transform-origin: 100% 8px !important;
                    transition: opacity 0.2s ease-in, background-color 0.2s ease-in, right 0.2s ease-in;
                    -webkit-animation-name: labelRight_4R;
                    animation-name: labelRight_4R;
                    min-width: 76px;
                    right: 0 !important;
                }

                    .label_39._right_1y._pad50_3K {
                        -webkit-transform: rotate(-90deg) translate(100%, 0) translate3d(0, 0, 0) !important;
                        transform: rotate(-90deg) translate(100%, 0) translate3d(0, 0, 0) !important;
                        margin-bottom: -38px;
                        -webkit-transform-origin: bottom right !important;
                        transform-origin: bottom right !important;
                        bottom: 50% !important;
                        min-width: 76px;
                        right: 0 !important;
                    }

                        .label_39._right_1y._pad50_3K._chat_3K {
                            opacity: 0;
                            right: -100px !important;
                        }

                    .label_39._right_1y._pad100_GR {
                        margin-bottom: -10px;
                        right: 32px !important;
                        bottom: 0 !important;
                    }

                        .label_39._right_1y._pad100_GR._chat_3K {
                            opacity: 0;
                            right: -100px !important;
                        }

                    .label_39._right_1y .leafCont_2L {
                        top: 0;
                        -webkit-transform: translate3d(0, 0, 0) !important;
                        transform: translate3d(0, 0, 0) !important;
                    }

                    .label_39._right_1y .lbContainer_2X {
                        width: 300px;
                        top: -20px;
                        -webkit-transform: rotate(90deg) translate3d(-100%, 0, 0) !important;
                        transform: rotate(90deg) translate3d(-100%, 0, 0) !important;
                        -webkit-transform-origin: bottom left;
                        transform-origin: bottom left;
                        -webkit-filter: blur(0);
                        filter: blur(0);
                    }

                    .label_39._right_1y .copyContainer_1V {
                        -webkit-transform: rotate(90deg) translate3d(-100%, 4px, 0) !important;
                        transform: rotate(90deg) translate3d(-100%, 4px, 0) !important;
                        -webkit-transform-origin: bottom left;
                        transform-origin: bottom left;
                        -webkit-filter: blur(0);
                        filter: blur(0);
                        right: 0;
                        bottom: 40px;
                    }

                .label_39._left_2d {
                    border-radius: 0 0 36px 8px !important;
                    -webkit-transform: rotate(-90deg) translate3d(100%, 0, 0) !important;
                    transform: rotate(-90deg) translate3d(100%, 0, 0) !important;
                    -webkit-transform-origin: 100% 8px !important;
                    transform-origin: 100% 8px !important;
                    transition: opacity 0.2s ease-in, background-color 0.2s ease-in, right 0.2s ease-in;
                    -webkit-animation-name: labelRight_4R;
                    animation-name: labelRight_4R;
                    box-shadow: 0 0 14px 8px rgba(0, 0, 0, 0.17);
                    min-width: 76px;
                }

                    .label_39._left_2d._pad50_3K {
                        right: auto;
                        left: 38px;
                        -webkit-transform: rotate(-90deg) translate3d(0, 0, 0) scale(1) !important;
                        transform: rotate(-90deg) translate3d(0, 0, 0) scale(1) !important;
                        bottom: 50% !important;
                        -webkit-transform-origin: bottom left !important;
                        transform-origin: bottom left !important;
                    }

                    .label_39._left_2d._pad100_GR {
                        right: auto;
                        left: 38px;
                        bottom: 0;
                        -webkit-transform: rotate(-90deg) translate(20px, 0) !important;
                        transform: rotate(-90deg) translate(20px, 0) !important;
                        -webkit-transform-origin: bottom left !important;
                        transform-origin: bottom left !important;
                    }

                    .label_39._left_2d .leafCont_2L {
                        top: 0;
                    }

                    .label_39._left_2d._chat_3K {
                        opacity: 0;
                        left: -100px;
                    }

                    .label_39._left_2d .lbContainer_2X {
                        width: 300px;
                        top: 56px;
                        -webkit-transform: rotate(90deg) translate(0, 0) !important;
                        transform: rotate(90deg) translate(0, 0) !important;
                        -webkit-transform-origin: bottom left;
                        transform-origin: bottom left;
                    }

                    .label_39._left_2d .copyContainer_1V {
                        -webkit-transform: rotate(90deg) translate(-100%, 4px) !important;
                        transform: rotate(90deg) translate(-100%, 4px) !important;
                        -webkit-transform-origin: bottom left;
                        transform-origin: bottom left;
                        right: 0;
                        bottom: 38px;
                    }

                .label_39 .text_eD {
                    font: inherit;
                    text-indent: 0;
                    line-height: 40px;
                    vertical-align: top;
                    white-space: nowrap;
                    -webkit-font-smoothing: antialiased;
                    visibility: visible;
                    -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
                }

                    .label_39 .text_eD:hover {
                        cursor: pointer;
                    }

                    .label_39 .text_eD._offline_1Q {
                        margin-left: 8px;
                    }

                .label_39 .hoverl_6R {
                    z-index: 4;
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                }

                    .label_39 .hoverl_6R:hover {
                        cursor: pointer;
                    }

                .label_39._custom_31 {
                    display: none;
                }

            @-webkit-keyframes webkitBugfix_6a {
                from {
                    padding: 0;
                }

                to {
                    padding: 0;
                }
            }

            .copy_2W {
                position: relative;
                padding-top: 10px;
                padding-right: 36px;
                padding-left: 7px;
                display: inline-block;
                height: 18px !important;
                float: right;
            }

            .leafBottom_1g {
                position: absolute;
                right: 0;
                top: 0;
            }

            .labelStatus_3J {
                cursor: pointer;
                width: 36px;
                height: 40px;
                background-repeat: no-repeat;
                background-position: 100% 50%;
                float: left;
            }

            .copy_2W:hover ~ .copyContainer_1V {
                display: block;
            }

            .copyContainer_1V {
                position: absolute;
                display: none;
            }

                .copyContainer_1V:hover {
                    display: block;
                }

            .hoverl_6R:hover .lbContainer_2X {
                display: block;
            }

            .lbContainer_2X {
                position: absolute;
                display: none;
            }

            .pattern_yi {
                display: block;
                width: 100%;
                height: 100%;
            }

            .logo_1D {
                position: relative;
                display: block;
            }

                .logo_1D .fallback_1g {
                    display: none;
                    visibility: hidden;
                }

                .logo_1D._no-copyright_Ud {
                    visibility: hidden;
                    display: none;
                }

                .logo_1D._bottom_2g .hoverBox_10 {
                    left: -10px;
                    right: -10px;
                    top: -20px;
                    bottom: -5px;
                    height: 48px;
                    max-height: 38px !important;
                    background-color: transparent;
                }

                .logo_1D._right_1- .hoverBox_10 {
                    left: -10px;
                    right: -10px;
                    top: -20px;
                    max-height: 48px !important;
                    bottom: -8px;
                }

                .logo_1D._left_Ag .hoverBox_10 {
                    left: -10px;
                    right: -10px;
                    top: -10px;
                    bottom: -12px;
                    height: 48px;
                }

            .hoverBox_10 {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: transparent;
                opacity: 0;
                z-index: 5;
                cursor: pointer;
            }

            .logoIcon_2z {
                display: block;
                width: 51px;
                height: 18px;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: contain;
            }

            .leaf_25 {
                position: absolute;
                width: 32px;
                height: 33px;
                z-index: 1;
                overflow: hidden;
            }

                .leaf_25._bottom_DW,
                .leaf_25._right_3d,
                .leaf_25._left_MI {
                    right: 0;
                    top: 0;
                    width: 33px;
                    border-radius: 0 24px 0 0 !important;
                }

                    .leaf_25._bottom_DW .cssLeaf_1k,
                    .leaf_25._right_3d .cssLeaf_1k,
                    .leaf_25._left_MI .cssLeaf_1k {
                        width: 32px !important;
                        height: 34px !important;
                        position: absolute;
                        overflow: visible;
                        right: 0;
                        top: 0;
                    }

                .leaf_25._left_MI {
                    right: 0;
                    top: 7px;
                    width: 40px;
                    -webkit-transform: scaleY(-1);
                    transform: scaleY(-1);
                }

                .leaf_25._offline_3c._right_3d,
                .leaf_25._offline_3c._left_MI {
                    background: none;
                }

            .emojiIcon_16 {
                background-color: transparent;
                background-repeat: no-repeat;
                width: 40px;
                height: 40px;
                display: inline-block;
                color: transparent;
                text-align: center;
                cursor: pointer;
            }

                .emojiIcon_16::-moz-selection {
                    background: #81c0ff;
                    color: transparent;
                }

                .emojiIcon_16::selection {
                    background: #81c0ff;
                    color: transparent;
                }

                .emojiIcon_16:hover {
                    background-color: #f1f0f0;
                }

                .emojiIcon_16.emojiMessages_2W {
                    cursor: default;
                    width: 18px;
                    height: 18px;
                    margin-top: -5px !important;
                }

                    .emojiIcon_16.emojiMessages_2W:hover {
                        background-color: transparent;
                    }

                .emojiIcon_16.__alone_2Q {
                    width: 60px;
                    height: 60px;
                    line-height: 60px;
                    font-size: 60px;
                }

            .emojiIconWrap_19 {
                width: 40px;
                height: 40px;
                cursor: pointer;
                overflow: hidden;
                text-align: center;
            }

                .emojiIconWrap_19:hover {
                    background-color: #f1f0f0;
                }

            .icon_1_ {
                margin-top: 8px;
                width: 25px;
                height: 25px;
                display: inline-block;
                pointer-events: none;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                background-color: transparent;
                background-repeat: no-repeat;
            }

            .emojiMessages_2W {
                display: inline-block;
                margin: 0 2px;
                vertical-align: middle;
                font-size: 18px;
                line-height: 18px;
                padding: 0;
                margin-top: 0;
            }

                .emojiMessages_2W .icon_1_ {
                    margin-top: 0;
                    width: 100%;
                    height: 100%;
                }

            .botAvatar_1b {
                width: 32px;
                height: 32px;
            }

                .botAvatar_1b:hover {
                    background-color: transparent;
                    cursor: default;
                }

            .wrap_2Z {
                display: inline-block;
                width: 24px;
                height: 24px;
                cursor: pointer;
            }

                .wrap_2Z:hover .iconAttach2_3X {
                    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23767e8d%22%20fill-rule%3D%22nonzero%22%20d%3D%22M16.5%208v9.5c0%202.21-1.79%204-4%204s-4-1.79-4-4V7a2.5%202.5%200%200%201%205%200v8.5c0%20.55-.45%201-1%201s-1-.45-1-1V8H10v7.5a2.5%202.5%200%200%200%205%200V7c0-2.21-1.79-4-4-4S7%204.79%207%207v10.5c0%203.04%202.46%205.5%205.5%205.5s5.5-2.46%205.5-5.5V8h-1.5z%22%2F%3E%0A%3C%2Fsvg%3E") 0 0 no-repeat;
                }

            .iconFile_1E {
                display: inline-block;
                width: 24px;
                height: 24px;
                background-repeat: no-repeat;
                background-position: cover;
                cursor: pointer;
            }

                .iconFile_1E:hover {
                    background-color: #000;
                }

            .iconAttach2_3X {
                display: inline-block;
                width: 24px;
                height: 24px;
                cursor: pointer;
                background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23c9cdd3%22%20fill-rule%3D%22nonzero%22%20d%3D%22M16.5%208v9.5c0%202.21-1.79%204-4%204s-4-1.79-4-4V7a2.5%202.5%200%200%201%205%200v8.5c0%20.55-.45%201-1%201s-1-.45-1-1V8H10v7.5a2.5%202.5%200%200%200%205%200V7c0-2.21-1.79-4-4-4S7%204.79%207%207v10.5c0%203.04%202.46%205.5%205.5%205.5s5.5-2.46%205.5-5.5V8h-1.5z%22%2F%3E%0A%3C%2Fsvg%3E%0A") 0 0 no-repeat;
            }

            .uploadFwrap_3R {
                width: 24px;
                height: 100%;
                overflow: hidden;
                position: absolute;
                top: 0;
                left: 0;
            }

            input.uploadButton_3f {
                opacity: 0 !important;
                font-size: 0 !important;
                width: 200px !important;
                height: 200px !important;
                padding: 0 !important;
                margin: 0 !important;
                display: block !important;
                position: relative !important;
                top: -10px !important;
                left: -3px !important;
            }

                input.uploadButton_3f:hover {
                    cursor: pointer !important;
                }

                input.uploadButton_3f.__uploading_1f {
                    display: none !important;
                }

            .wrap_cS {
                display: block;
            }

            .socialLink_On {
                font-family: Arial, Helvetica, sans-serif;
                display: block;
                font-size: 13px;
                line-height: normal;
                text-decoration: none;
                z-index: 1;
                color: #9fabb7;
                cursor: pointer;
            }

                .socialLink_On:hover {
                    color: #545d6b;
                }

            .infoText_2A {
                display: block;
                font-size: 15px;
                line-height: 19.6px;
                color: #222d38;
                text-align: center;
                padding-bottom: 14px;
            }

            .iconVk_2o {
                cursor: pointer;
                width: 25px;
                height: 25px;
                background-repeat: no-repeat;
            }

            .iconFb_3D,
            .iconVk_2o {
                display: inline-block;
                width: 16px;
                height: 16px;
                background-repeat: no-repeat;
                background-position: 0 0;
                cursor: pointer;
            }

            .iconFb_3D {
                vertical-align: middle;
            }

            .iconVk_2o {
                vertical-align: text-top;
            }

            .box_IT {
                margin: 0 22px 16px 16px;
                padding: 16px 16px 0 16px;
            }

                .box_IT iframe {
                    display: block !important;
                    overflow: hidden !important;
                    height: 74px !important;
                    margin-left: -16px !important;
                }

                    .box_IT iframe.__vk_2d {
                        height: 50px !important;
                    }

            .input_1V {
                display: block;
                background: #fff;
                min-height: 105px;
                border-top: 1px solid #d8dee3;
            }

                .input_1V.__mobile_3k {
                    padding-top: 6px;
                    padding-bottom: 6px;
                    min-height: 44px;
                    border-top: none;
                    margin-right: 8px;
                }

            .tdTextarea_3O {
                display: block;
                position: relative;
                padding-bottom: 45px;
            }

            textarea.inputField_2G {
                display: block !important;
                padding-top: 18px !important;
                padding-left: 16px !important;
                padding-right: 58px !important;
                padding-bottom: 5px !important;
                min-height: 40px !important;
                max-height: 90px !important;
                height: auto;
                resize: none !important;
                font-size: 15px !important;
                font-family: 'Arial', sans-serif;
                color: #222d38 !important;
                overflow: hidden !important;
                line-height: 20px !important;
                box-sizing: border-box !important;
                position: relative;
                z-index: 2;
                border: none !important;
                overflow-y: hidden !important;
                outline: none !important;
                white-space: pre-wrap !important;
                word-wrap: break-word !important;
                width: 334px !important;
                -webkit-user-select: text !important;
                -moz-user-select: text !important;
                -ms-user-select: text !important;
                user-select: text !important;
                border-radius: 0 !important;
                float: none !important;
                -webkit-text-fill-color: #222d38 !important;
            }

                textarea.inputField_2G:focus {
                    color: #222d38 !important;
                    font-size: 15px !important;
                }

                    textarea.inputField_2G:focus::-webkit-input-placeholder {
                        -webkit-text-fill-color: #9fabb7 !important;
                        color: #9fabb7 !important;
                        font-size: 15px !important;
                        opacity: 1 !important;
                    }

                    textarea.inputField_2G:focus::-ms-input-placeholder {
                        -webkit-text-fill-color: #9fabb7 !important;
                        color: #9fabb7 !important;
                        font-size: 15px !important;
                        opacity: 1 !important;
                    }

                    textarea.inputField_2G:focus::placeholder {
                        -webkit-text-fill-color: #9fabb7 !important;
                        color: #9fabb7 !important;
                        font-size: 15px !important;
                        opacity: 1 !important;
                    }

                textarea.inputField_2G::-webkit-input-placeholder {
                    -webkit-text-fill-color: #697582 !important;
                    color: #697582 !important;
                    font-size: 15px !important;
                    opacity: 1 !important;
                }

                textarea.inputField_2G::-ms-input-placeholder {
                    -webkit-text-fill-color: #697582 !important;
                    color: #697582 !important;
                    font-size: 15px !important;
                    opacity: 1 !important;
                }

                textarea.inputField_2G::placeholder {
                    -webkit-text-fill-color: #697582 !important;
                    color: #697582 !important;
                    font-size: 15px !important;
                    opacity: 1 !important;
                }

                textarea.inputField_2G::-webkit-scrollbar {
                    width: 6px;
                }

                textarea.inputField_2G::-webkit-scrollbar-thumb {
                    width: 6px;
                    border-radius: 4px !important;
                    background-color: #d9d6d6;
                    cursor: pointer;
                }

                textarea.inputField_2G::-webkit-scrollbar-button {
                    width: 6px;
                    display: block;
                    height: 100%;
                }

            .__mobile_3k .inputField_2G {
                border-radius: 28px !important;
                padding-top: 12px !important;
                padding-left: 20px !important;
                background-color: #f1f0f0 !important;
                min-height: 44px !important;
                line-height: normal !important;
                width: 100% !important;
                font-size: 16px !important;
                height: 38px !important;
            }

                .__mobile_3k .inputField_2G::-webkit-scrollbar {
                    width: 0;
                }

            .__mobile_3k .sendButton_1o {
                top: auto;
                right: 14px;
                bottom: 11px;
            }

            .__mobile_3k .tdTextarea_3O {
                display: block;
                position: relative;
                padding-bottom: 0;
                padding-left: 40px;
            }

                .__mobile_3k .tdTextarea_3O.__filedisabled_1J {
                    padding-left: 8px;
                }

            .__mobile_3k .iconPanel_of {
                bottom: 13px;
                left: 9px;
                width: 32px;
            }
            /* TODO: Windows phone version */
            .windowsPhone_3a {
                zoom: 1;
            }

                .windowsPhone_3a .inputField_2G {
                    margin: 0 0 0 10px;
                    display: inline-block;
                    background: #d7d7d9;
                    color: #414243;
                    text-transform: capitalize;
                    font-weight: normal;
                    vertical-align: top;
                    padding: 10px;
                }

                    .windowsPhone_3a .inputField_2G:disabled {
                        color: #414243;
                    }

                .windowsPhone_3a .input-field_1H {
                    line-height: 20px;
                    padding: 0 10px;
                }

            .sendButton_1o {
                position: absolute;
                z-index: 10;
                width: 34px;
                height: 34px;
                top: 12px;
                right: 13px;
                background-repeat: no-repeat;
                background-size: contain;
                cursor: pointer;
            }

            .iconPanel_of {
                position: absolute;
                bottom: 16px;
                left: 10px;
                z-index: 10;
                width: 80px;
            }

            .socialPanel_2l {
                position: absolute;
                height: 20px;
                right: 16px;
                bottom: 16px;
            }

            .iconEmoji_xI {
                display: inline-block;
                width: 24px;
                height: 24px;
                background-repeat: no-repeat;
                background-position: cover;
                cursor: pointer;
                margin-left: 10px;
            }

            .emojiWrap_2T {
                position: absolute;
                right: 28px;
                top: 22px;
                z-index: 2;
                border-radius: 50% !important;
                padding: 3px;
            }

            @-webkit-keyframes showPopup_2w {
                from {
                    -webkit-transform: translateY(30px);
                    transform: translateY(30px);
                    opacity: 0;
                }

                to {
                    -webkit-transform: translateY(0%);
                    transform: translateY(0%);
                    opacity: 1;
                }
            }

            @keyframes showPopup_2w {
                from {
                    -webkit-transform: translateY(30px);
                    transform: translateY(30px);
                    opacity: 0;
                }

                to {
                    -webkit-transform: translateY(0%);
                    transform: translateY(0%);
                    opacity: 1;
                }
            }

            @-webkit-keyframes hidePopup_1X {
                from {
                    -webkit-transform: translateY(0%);
                    transform: translateY(0%);
                    opacity: 1;
                    visibility: visible;
                }

                to {
                    -webkit-transform: translateY(30px);
                    transform: translateY(30px);
                    opacity: 0;
                }
            }

            @keyframes hidePopup_1X {
                from {
                    -webkit-transform: translateY(0%);
                    transform: translateY(0%);
                    opacity: 1;
                    visibility: visible;
                }

                to {
                    -webkit-transform: translateY(30px);
                    transform: translateY(30px);
                    opacity: 0;
                }
            }

            .emojiTooltip_1d {
                display: none;
                position: absolute;
                width: 205px;
                padding: 10px;
                bottom: 38px;
                left: 8px;
                background-color: #fff;
                border-radius: 3px !important;
                box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.12);
                border: solid 1px #e0e4ed;
                text-align: center;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                -webkit-transform: translateY(30px);
                transform: translateY(30px);
                opacity: 0;
                -webkit-animation: hidePopup_1X 0.1s;
                animation: hidePopup_1X 0.1s;
                visibility: hidden;
            }

                .emojiTooltip_1d.emojiTooltipShow_1K {
                    display: block;
                    -webkit-animation: showPopup_2w 0.1s;
                    animation: showPopup_2w 0.1s;
                    opacity: 1;
                    -webkit-transform: translateY(0);
                    transform: translateY(0);
                    visibility: visible;
                }

                .emojiTooltip_1d.__nofile_1D .emojiTooltipPip_3e {
                    left: 5px;
                }

            .emojiTooltipPip_3e {
                position: absolute;
                width: 0;
                height: 0;
                bottom: -11px;
                left: 28px;
                box-sizing: border-box;
                border: 6px solid #000;
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff;
                -webkit-transform-origin: 0 0 0;
                transform-origin: 0 0 0;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            .avatar_2c {
                position: relative;
                display: table-cell;
                vertical-align: middle;
                line-height: 15px;
                width: 40px;
                padding-right: 10px;
            }

                .avatar_2c._chatStyle_1Z {
                    border: none;
                    display: block;
                }

                    .avatar_2c._chatStyle_1Z .avatarItem_1o {
                        border: none;
                    }

                    .avatar_2c._chatStyle_1Z .avatarListImg_3V {
                        display: block;
                        opacity: 1 !important;
                    }

                .avatar_2c._width1_2d {
                    width: 32px;
                }

                .avatar_2c._width2_2p {
                    width: 49px;
                }

                .avatar_2c._width3_tR {
                    width: 66px;
                }

                .avatar_2c._connected_3d::after {
                    content: '' !important;
                    width: 20px;
                    height: 20px;
                    background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20fill%3D%22%2300D376%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%2F%3E%3Cpath%20d%3D%22M13.67%2011.326a1.341%201.341%200%200%200-.97-.396c-.38%200-.752.145-1.032.42a2.264%202.264%200%200%200-.581.906c-.458-.046-1.241-.282-2.165-1.212-.892-.907-1.124-1.7-1.178-2.164.356-.1.682-.29.946-.542.279-.266.442-.61.457-.983a1.307%201.307%200%200%200-.372-.983l-.993-1.006A1.223%201.223%200%200%200%206.898%205a1.36%201.36%200%200%200-.938.381l-.156.153c-.209.19-.372.419-.48.67-.016.038-.45.991-.288%201.708.032.106.768%202.583%202.576%204.405%201.8%201.83%204.266%202.6%204.382%202.637.124.03.264.046.411.046.628%200%201.295-.267%201.319-.274.263-.107.496-.26.706-.45l.155-.153c.52-.495.558-1.303.077-1.79l-.993-1.007z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 0 no-repeat;
                    background-size: 20px 20px;
                    position: absolute;
                    right: 8px;
                    bottom: 13px;
                    z-index: 4;
                }

                .avatar_2c._expanded_1H {
                    position: relative;
                    display: table-cell;
                    height: 54px;
                    vertical-align: middle;
                    line-height: 15px;
                }

                    .avatar_2c._expanded_1H .lightAvatar_rD._width1_2d,
                    .avatar_2c._expanded_1H .darkAvatar_1W._width1_2d {
                        margin-top: 1px;
                        margin-right: 10px;
                        width: 35px;
                        height: 35px;
                        float: none;
                        border-radius: 50% !important;
                        background-repeat: no-repeat;
                    }

                    .avatar_2c._expanded_1H .avatarImg_3i {
                        margin-right: 10px;
                        width: 40px;
                        height: 40px;
                        float: none;
                        border-radius: 50% !important;
                    }

                .avatar_2c._mobile_ck {
                    padding: 18px 15px 18px 0;
                    vertical-align: top;
                    width: 32px;
                }

                    .avatar_2c._mobile_ck .lightAvatar_rD,
                    .avatar_2c._mobile_ck .darkAvatar_1W {
                        margin-top: 0;
                        width: 32px;
                        height: 32px;
                    }

                    .avatar_2c._mobile_ck .avatarImg_3i {
                        width: 32px;
                        height: 32px;
                    }

                .avatar_2c._tablet_1q {
                    padding-right: 16px;
                }

            .avatarListImg_3V {
                width: 32px;
                height: 32px;
                background-position: 50% 50%;
                background-size: 100% 100%;
                display: block;
            }

            .avatarImg_3i {
                display: inline-block;
                margin-right: 10px;
                width: 40px;
                height: 40px;
                float: none;
                border-radius: 50% !important;
                background-size: 100% 100%;
                background-position: 50% 50%;
            }

            .lightAvatar_rD,
            .darkAvatar_1W {
                display: block;
                width: 40px;
                height: 40px;
                float: none;
                border-radius: 20px !important;
                background-repeat: no-repeat;
                background-size: contain;
            }

            .lightAvatar_rD {
                background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2236%22%20height%3D%2236%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Ccircle%20id%3D%22a%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%2F%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0A%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0A%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%3Cuse%20fill%3D%22%23FFF%22%20opacity%3D%22.12%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M27.588%2029.805h-1.891a3.783%203.783%200%200%201-3.783-3.783v-1.215c.837-.995%201.437-2.171%201.81-3.414.039-.21.24-.313.375-.457.724-.725.866-1.946.323-2.816-.074-.132-.207-.247-.2-.41%200-1.11.006-2.22-.001-3.329-.03-1.338-.412-2.73-1.35-3.72-.758-.801-1.798-1.278-2.87-1.482-1.357-.259-2.775-.246-4.118.096-1.163.294-2.257.975-2.933%201.986-.598.878-.86%201.945-.905%202.996-.017%201.128-.004%202.26-.007%203.39.025.227-.167.38-.253.568-.512.928-.287%202.192.535%202.867.209.144.248.407.324.633a9.148%209.148%200%200%200%201.704%203.051v1.256a3.783%203.783%200%200%201-3.782%203.783H8.674S5.246%2030.751%203%2035.479v1.892a1.89%201.89%200%200%200%201.891%201.89h26.48a1.89%201.89%200%200%200%201.891-1.89v-1.892c-2.246-4.728-5.674-5.674-5.674-5.674z%22%20mask%3D%22url(%23b)%22%20opacity%3D%22.18%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
            }

            .darkAvatar_1W {
                background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2236%22%20height%3D%2236%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Ccircle%20id%3D%22a%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%2F%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0A%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0A%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%3Cuse%20fill%3D%22%23191D2E%22%20opacity%3D%22.1%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23BFC0C5%22%20fill-rule%3D%22nonzero%22%20d%3D%22M27.588%2029.805h-1.891a3.783%203.783%200%200%201-3.783-3.783v-1.215c.837-.995%201.437-2.171%201.81-3.414.039-.21.24-.313.375-.457.724-.725.866-1.946.323-2.816-.074-.132-.207-.247-.2-.41%200-1.11.006-2.22-.001-3.329-.03-1.338-.412-2.73-1.35-3.72-.758-.801-1.798-1.278-2.87-1.482-1.357-.259-2.775-.246-4.118.096-1.163.294-2.257.975-2.933%201.986-.598.878-.86%201.945-.905%202.996-.017%201.128-.004%202.26-.007%203.39.025.227-.167.38-.253.568-.512.928-.287%202.192.535%202.867.209.144.248.407.324.633a9.148%209.148%200%200%200%201.704%203.051v1.256a3.783%203.783%200%200%201-3.782%203.783H8.674S5.246%2030.751%203%2035.479v1.892a1.89%201.89%200%200%200%201.891%201.89h26.48a1.89%201.89%200%200%200%201.891-1.89v-1.892c-2.246-4.728-5.674-5.674-5.674-5.674z%22%20mask%3D%22url(%23b)%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
            }

            .avatarList_25 {
                display: block;
                position: relative;
                padding-left: 17px;
                width: 71px;
            }

                .avatarList_25 .avatarItem_1o {
                    z-index: 2;
                    position: relative;
                    float: left;
                    margin-left: -19px;
                    width: 32px;
                    height: 32px;
                    border: solid 2px #383345;
                    overflow: hidden;
                    border-radius: 50% !important;
                    background-size: 100% 100%;
                }

                    .avatarList_25 .avatarItem_1o .avatarListImg_3V {
                        opacity: 0.75;
                    }

                    .avatarList_25 .avatarItem_1o:first-child {
                        z-index: 3;
                    }

                        .avatarList_25 .avatarItem_1o:first-child .avatarListImg_3V {
                            opacity: 1;
                        }

                    .avatarList_25 .avatarItem_1o:last-child {
                        z-index: 1;
                    }

                        .avatarList_25 .avatarItem_1o:last-child .avatarListImg_3V {
                            opacity: 0.5;
                        }

            .dotsItem_2O {
                z-index: 1;
                position: relative;
                float: left;
                margin-left: -19px;
                width: 32px;
                height: 32px;
                border: solid 2px #383345;
                overflow: hidden;
                border-radius: 50% !important;
                background: none;
                color: #fff;
                vertical-align: middle;
                line-height: 32px;
                background-color: rgba(255, 255, 255, 0.3);
                text-align: center;
            }

                .dotsItem_2O jdiv {
                    display: inline-block;
                    color: #fff;
                    opacity: 1;
                    vertical-align: top;
                    line-height: 0;
                    padding-top: 11px;
                    padding-left: 7px;
                    font-size: 18px;
                    font-family: serif;
                }

                .dotsItem_2O._light_2j {
                    background-color: rgba(0, 0, 0, 0.2);
                }

                    .dotsItem_2O._light_2j jdiv {
                        opacity: 0.7;
                    }

                .dotsItem_2O._dark_2- {
                    background-color: rgba(255, 255, 255, 0.3);
                }

            .headerBox_3s {
                display: block;
                height: 70px;
                border-top-right-radius: 35px !important;
                border-top-left-radius: 8px !important;
            }

                .headerBox_3s.__mobile_Tj {
                    border-top-right-radius: 0 !important;
                    border-top-left-radius: 0 !important;
                }

            .header_2u {
                height: 70px;
                margin: 0 16px;
                position: absolute;
                right: 0;
                overflow: hidden !important;
                width: 304px;
                line-height: 70px;
                border-top-right-radius: 30px !important;
                transition: height 0.15s ease-in, opacity 150ms linear;
                opacity: 1;
                z-index: 2;
            }

                .header_2u._fadeOut_Bu {
                    opacity: 0;
                    transition: opacity 150ms linear;
                }

                .header_2u .info_2s {
                    font-size: 14px !important;
                    float: none;
                    line-height: 18px;
                    transition: height 0.15s ease-in;
                }

                .header_2u._expanded_1o {
                    cursor: pointer;
                }

                    .header_2u._expanded_1o jdiv {
                        cursor: pointer;
                    }

                .header_2u._light_2Y,
                .header_2u._light_2Y .title_1g,
                .header_2u._light_2Y .agentName_1D,
                .header_2u ._light_2Y .title_1g {
                    color: #f0f1f1;
                }

                .header_2u._dark_EH,
                .header_2u._dark_EH .title_1g,
                .header_2u ._dark_EH .title_1g {
                    color: #222;
                }

                .header_2u._offline_22 .agentName_1D {
                    margin-bottom: 0;
                    padding-bottom: 0;
                }

                .header_2u._offline_22 .callMe_GD {
                    top: 18px;
                    right: 12px;
                }

                .header_2u._offline_22._mobile_W- .info_2s {
                    max-width: 100%;
                }

                .header_2u._offline_22._mobile_W- .agentName_1D {
                    max-height: 100%;
                    max-width: 100%;
                    display: inline-block;
                    margin-bottom: 0;
                    padding-bottom: 0;
                    line-height: 70px;
                }

                .header_2u._offline_22._mobile_W-.__ios_1z .agentName_1D {
                    line-height: normal;
                }

                .header_2u._mobile_W- {
                    display: block;
                    border-radius: 0 !important;
                    width: 100%;
                    height: 70px;
                    margin: 0;
                    top: 0;
                }

                    .header_2u._mobile_W-._fadeOut_Bu {
                        opacity: 1;
                        transition: none;
                    }

                    .header_2u._mobile_W- .headerContainer_un {
                        margin-left: 60px;
                        width: calc(100% - 60px);
                    }

                    .header_2u._mobile_W-._tablet_2F .headerContainer_un {
                        margin-left: 60px;
                        width: calc(100% - 60px);
                    }

                    .header_2u._mobile_W-._tablet_2F .closeBox_3L {
                        padding-left: 9px;
                    }

                    .header_2u._mobile_W- .info_2s {
                        height: 70px;
                        width: auto;
                    }

                    .header_2u._mobile_W- .agentName_1D {
                        font-size: 16px !important;
                        padding-bottom: 3px;
                        line-height: normal;
                        margin-bottom: 0;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                    .header_2u._mobile_W-._callEnabled_1- .agentName_1D {
                        width: calc(100% - 50px);
                    }

                    .header_2u._mobile_W- .title_1g {
                        font-size: 13px !important;
                        line-height: normal;
                    }

                    .header_2u._mobile_W- .callMe_GD {
                        right: 16px;
                    }

                        .header_2u._mobile_W- .callMe_GD .callIcon_jS {
                            background-size: 24px 24px;
                            background-repeat: no-repeat;
                            background-position: 50% 50%;
                            cursor: pointer;
                            outline: 0 none;
                            -webkit-tap-highlight-color: transparent;
                        }

            .headerContainer_un {
                top: 70px;
                opacity: 0;
                position: absolute;
                table-layout: fixed;
                display: table;
                width: 100%;
                will-change: top, opacity;
                transition: top 0.15s linear, opacity 0.15s linear;
            }

                .headerContainer_un._fade-in_2d {
                    top: 0;
                    opacity: 1;
                }

                .headerContainer_un._fade-out_jU {
                    top: 70px;
                    opacity: 0;
                }

            .agentName_1D {
                display: block;
                font-family: 'Arial', sans-serif;
                margin-bottom: 4px;
                overflow: hidden;
                text-overflow: ellipsis;
                max-height: 38px;
                font-size: 15px !important;
                float: none;
                line-height: 18px;
            }

                .agentName_1D.__url_ut {
                    margin-bottom: 0;
                }

            .info_2s {
                height: 70px;
                display: table-cell;
                vertical-align: middle;
            }

                .info_2s .title_1g {
                    display: block;
                    font-family: 'Arial', sans-serif;
                    font-size: 13px !important;
                    line-height: 13px;
                    opacity: 0.5;
                    width: 100%;
                }

            .callMe_GD {
                display: block;
                width: 34px;
                height: 34px;
                position: absolute;
                top: 17px;
                right: 12px;
                cursor: pointer;
                outline: 0 none;
                -webkit-tap-highlight-color: transparent;
                z-index: 1;
            }

                .callMe_GD:hover jdiv {
                    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2234%22%20height%3D%2234%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22translate(1%201)%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20stroke-opacity%3D%22.3%22%20stroke%3D%22%23FFF%22%20fill-opacity%3D%22.4%22%20fill%3D%22%2319212E%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%2F%3E%3Cpath%20d%3D%22M4%204h24v24H4z%22%2F%3E%3Cpath%20d%3D%22M22.137%2018.857a1.878%201.878%200%200%200-1.357-.555c-.532%200-1.053.203-1.444.587a3.17%203.17%200%200%200-.815%201.27c-.64-.064-2.737-1.395-4.03-2.697-1.248-1.27-2.574-3.38-2.65-4.03.5-.14.956-.406%201.325-.758.39-.374.619-.854.64-1.377a1.83%201.83%200%200%200-.52-1.376l-1.39-1.409A1.713%201.713%200%200%200%2010.656%208c-.488%200-.955.192-1.314.534l-.217.213a2.736%202.736%200%200%200-.673.939c-.022.053-.63%201.387-.402%202.39.044.15%201.262%204%204.605%207.168%203.344%203.168%206.973%204.639%207.136%204.692.173.043.369.064.575.064.88%200%201.814-.373%201.846-.384.37-.15.695-.363.988-.63l.218-.213c.727-.694.781-1.825.108-2.508l-1.39-1.408z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
                }

            ._mobile_W- .callMe_GD:hover jdiv,
            ._tablet_2F .callMe_GD:hover jdiv {
                background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2234%22%20height%3D%2234%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20transform%3D%22translate(1%201)%22%3E%3Ccircle%20stroke-opacity%3D%22.2%22%20stroke%3D%22%23FFF%22%20fill-opacity%3D%22.25%22%20fill%3D%22%2319212E%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%2F%3E%3Cpath%20d%3D%22M4%204h24v24H4z%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M23.137%2019.857a1.878%201.878%200%200%200-1.357-.555c-.532%200-1.053.203-1.444.587a3.17%203.17%200%200%200-.815%201.27c-.64-.064-2.737-1.395-4.03-2.697-1.248-1.27-2.574-3.38-2.65-4.03.5-.14.956-.406%201.325-.758.39-.374.619-.854.64-1.377a1.83%201.83%200%200%200-.52-1.376l-1.39-1.409A1.713%201.713%200%200%200%2011.656%209c-.488%200-.955.192-1.314.534l-.217.213a2.736%202.736%200%200%200-.673.939c-.022.053-.63%201.387-.402%202.39.044.15%201.262%204%204.605%207.168%203.344%203.168%206.973%204.639%207.136%204.692.173.043.369.064.575.064.88%200%201.814-.373%201.846-.384.37-.15.695-.363.988-.63l.218-.213c.727-.694.781-1.825.108-2.508l-1.39-1.408z%22%20fill-rule%3D%22nonzero%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
            }

            ._mobile_W- .callMe_GD::after {
                content: '' !important;
                position: absolute;
                top: -17px;
                bottom: -17px;
                left: -10px;
                right: -10px;
            }

            .callMe_GD .callIcon_jS {
                display: block;
                width: 34px;
                height: 34px;
                background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2234%22%20height%3D%2234%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20transform%3D%22translate(1%201)%22%3E%3Ccircle%20stroke-opacity%3D%22.2%22%20stroke%3D%22%23FFF%22%20fill-opacity%3D%22.25%22%20fill%3D%22%2319212E%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%2F%3E%3Cpath%20d%3D%22M4%204h24v24H4z%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M23.137%2019.857a1.878%201.878%200%200%200-1.357-.555c-.532%200-1.053.203-1.444.587a3.17%203.17%200%200%200-.815%201.27c-.64-.064-2.737-1.395-4.03-2.697-1.248-1.27-2.574-3.38-2.65-4.03.5-.14.956-.406%201.325-.758.39-.374.619-.854.64-1.377a1.83%201.83%200%200%200-.52-1.376l-1.39-1.409A1.713%201.713%200%200%200%2011.656%209c-.488%200-.955.192-1.314.534l-.217.213a2.736%202.736%200%200%200-.673.939c-.022.053-.63%201.387-.402%202.39.044.15%201.262%204%204.605%207.168%203.344%203.168%206.973%204.639%207.136%204.692.173.043.369.064.575.064.88%200%201.814-.373%201.846-.384.37-.15.695-.363.988-.63l.218-.213c.727-.694.781-1.825.108-2.508l-1.39-1.408z%22%20fill-rule%3D%22nonzero%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-size: 100%;
                cursor: pointer;
                outline: 0 none;
                -webkit-tap-highlight-color: transparent;
            }

            .closeBox_3L {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                z-index: 4;
                width: 60px;
                bottom: auto;
                height: 70px;
            }

            .mobileBack_1w {
                display: block;
                width: 100%;
                height: 70px;
                position: absolute;
                top: 0;
                left: 0;
                background-size: 14px 14px;
                background-position: 50% 50%;
                background-repeat: no-repeat;
            }

            .pattern_1N {
                display: block;
                height: 100%;
                background-repeat: repeat;
                background-position: 0 0;
                border-top-right-radius: 36px !important;
                border-top-left-radius: 12px !important;
            }

            .main_2Q {
                position: absolute;
                bottom: 0;
                right: 0;
                left: 0;
                display: block;
                height: 28px;
                background-color: #fff;
                z-index: 4;
            }

            .text_1S {
                display: inline-block;
                font-size: 13px;
                padding: 7px 16px 5px 16px;
                color: #9fabb7;
            }

            .main_1H {
                font-family: 'Arial', sans-serif;
                display: block;
                font-size: 15px;
                color: #697582;
                text-align: center;
                margin: 24px 0;
            }

            .main_1I {
                display: block;
                position: relative;
                margin-bottom: 16px;
                box-sizing: border-box;
                padding-right: 10px;
                color: #fff;
                clear: both;
            }

                .main_1I._mobile_38 {
                    margin-bottom: 16px;
                    padding: 0;
                    margin-right: 10px;
                    margin-left: 60px;
                }

                .main_1I._transparent_2C .content_oc {
                    background: transparent;
                }

                .main_1I._noagent_1Q {
                    padding-right: 20px;
                    margin-left: 0;
                }

                    .main_1I._noagent_1Q .content_oc {
                        float: none;
                        max-width: none;
                        margin-left: 16px;
                    }

            ._mobile_38 .main_1I._noagent_1Q .content_oc {
                max-width: 80%;
            }

            .main_1I::after {
                visibility: hidden;
                display: block;
                font-size: 0;
                content: " " !important;
                clear: both;
                height: 0;
            }

            .content_oc {
                float: left;
                display: block;
                width: 80%;
                max-width: 248px;
                margin-left: 55px;
                border-radius: 12px !important;
                position: relative;
            }

            ._mobile_38 .content_oc {
                max-width: 100%;
                margin-left: 0;
            }

            .avatarBox_1M {
                position: absolute;
                bottom: 8px;
                left: 16px;
                display: block;
            }

                .avatarBox_1M.__isAnimated_1y {
                    visibility: hidden;
                }

            .time_Nr {
                line-height: 0;
                position: absolute;
                font-size: 11px;
                color: #9fabb7;
                top: 50%;
                right: 23px;
            }

            ._mobile_38._agentName_1j {
                margin-top: 7px;
            }

            ._mobile_38 .agentName_3R {
                margin-left: 0;
            }

            ._mobile_38 .avatarBox_1M {
                left: -43px;
                bottom: 8px;
            }

            ._mobile_38 .time_Nr {
                top: auto;
                left: 0;
                bottom: -13px;
                right: auto;
                margin-left: 20px;
                width: 80%;
                max-width: 80%;
                display: block;
                text-align: right;
            }

            ._mobile_38 .content_oc {
                max-width: 100%;
            }

            .agentName_3R {
                display: block;
                color: #9fabb7;
                font-size: 13px;
                margin-left: 62px;
                padding-bottom: 5px;
                max-width: 70%;
                word-break: break-all;
                text-overflow: ellipsis;
            }

            .main_H2 {
                display: block;
                position: relative;
                margin-bottom: 16px;
                box-sizing: border-box;
                padding-right: 14px;
                color: #414243;
                clear: both;
            }

                .main_H2._mobile_Fi {
                    margin-left: 65px;
                }

                .main_H2::after {
                    visibility: hidden;
                    display: block;
                    font-size: 0;
                    content: " " !important;
                    clear: both;
                    height: 0;
                }

            .content_3B {
                float: right;
                width: 80%;
                max-width: 253px;
            }

            ._mobile_Fi .content_3B {
                width: 100%;
                max-width: auto;
                margin-right: 6px;
            }

            .__green_3y .message_3m {
                background-color: #18c139;
            }

            .__grey_3Y .message_3m {
                background-color: #445669;
            }

            .__blue_lj .message_3m {
                background-color: #0b82f7;
            }

            .time_30 {
                line-height: 0;
                position: absolute;
                font-size: 11px;
                color: #9fabb7;
                top: 50%;
                left: 20px;
            }

                .time_30._mobile_Fi {
                    top: auto;
                    left: auto;
                    bottom: -13px;
                    right: 20px;
                }

            .sendErrorMessage_3W {
                color: red;
                display: none;
                margin-right: 12px;
                margin-top: 5px;
                clear: both;
                text-align: right;
                font-size: 13px;
            }

            @-webkit-keyframes showmessage_3g {
                from {
                    opacity: 0;
                }

                to {
                    opacity: 1;
                }
            }

            @keyframes showmessage_3g {
                from {
                    opacity: 0;
                }

                to {
                    opacity: 1;
                }
            }

            .main_2b {
                display: block;
                font-family: 'Arial', sans-serif;
                font-size: 15px !important;
                font-smoothing: antialiased;
            }

                .main_2b .message_20:last-child {
                    opacity: 0;
                    -webkit-animation: showmessage_3g 0.2s forwards;
                    animation: showmessage_3g 0.2s forwards;
                }

                .main_2b a {
                    color: #fff;
                    -webkit-user-select: text;
                    -moz-user-select: text;
                    -ms-user-select: text;
                    user-select: text;
                }

                .main_2b.__mobile_3l .message_20 {
                    font-size: 15px;
                    -webkit-animation: none;
                    animation: none;
                }

                    .main_2b.__mobile_3l .message_20:last-child {
                        opacity: 1;
                        max-height: inherit;
                    }

            .message_20 {
                display: inline-block;
                max-width: 100%;
                min-width: 40px;
                margin-bottom: 2px;
                overflow: hidden;
                word-wrap: break-word;
                line-height: 0;
                text-indent: 0;
                -webkit-user-select: text;
                -moz-user-select: text;
                -ms-user-select: text;
                user-select: text;
            }

                .message_20::after,
                .message_20::before {
                    content: '' !important;
                    display: table;
                }

                .message_20._alone_Yu {
                    padding-right: 0;
                    background-color: transparent !important;
                }

            .text_14 {
                display: inline-block;
                padding: 12px 16px 12px 16px;
                max-width: 100%;
                overflow: hidden;
                word-wrap: break-word;
                line-height: 19.6px;
                text-indent: 0;
                -webkit-user-select: text;
                -moz-user-select: text;
                -ms-user-select: text;
                user-select: text;
                box-sizing: border-box;
                font-size: 15px !important;
            }

            .__client_1w .message_20 {
                color: #fff !important;
                border-radius: 12px !important;
                float: right;
                clear: both;
            }

                .__client_1w .message_20 .text_14 {
                    text-align: left;
                    color: #fff !important;
                }

                .__client_1w .message_20 a {
                    color: #fff !important;
                }

            .__client_1w ._green_Tb {
                background-color: #18c139;
            }

            .__client_1w ._grey_3- {
                background-color: #445669;
            }

            .__client_1w ._blue_2r {
                background-color: #0b82f7;
            }

            .__agent_3H .message_20 {
                color: #222d38 !important;
                text-align: left;
                border-radius: 12px !important;
                background-color: #f1f0f0;
                float: left;
                clear: both;
            }

                .__agent_3H .message_20 .text_14 {
                    color: #222d38 !important;
                }

            .__agent_3H a {
                color: #000 !important;
            }

            .__client_1w .message_20 a,
            .__agent_3H .message_20 a {
                cursor: pointer !important;
                text-decoration: underline !important;
                display: inline-block !important;
                max-width: 100% !important;
                text-overflow: ellipsis !important;
                word-break: break-all !important;
                -webkit-user-select: text !important;
                -moz-user-select: text !important;
                -ms-user-select: text !important;
                user-select: text !important;
            }

            .main_3Z {
                display: block;
                border-radius: 12px !important;
                background-color: #f1f0f0;
                padding: 16px;
            }

            .message_2p {
                position: relative;
                display: block;
            }

            .successIcon_1O {
                display: block;
                position: absolute;
                width: 24px;
                height: 31px;
                background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22img.icon.svg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2031%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFDB4D%3B%7D%20.st1%7Bfill%3Anone%3Bstroke%3A%23D8B119%3B%7D%20.st2%7Bfill%3Anone%3Bstroke%3A%23BC9D24%3B%7D%20.st3%7Benable-background%3Anew%20%3B%7D%20.st4%7Bfill%3A%23BC9D24%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22Rounded_Rectangle_41%22%20class%3D%22st0%22%20d%3D%22M2%200h20c1.1%200%202%20.9%202%202v27c0%201.1-.9%202-2%202H2c-1.1%200-2-.9-2-2V2C0%20.9.9%200%202%200z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M6%206h12M6%209h12M6%2012h7%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M13%2022l3%203%205-5%22%2F%3E%3Cpath%20class%3D%22st3%20st4%22%20d%3D%22M8%2021.1v3.4H6.8V16h3.3c.9%200%201.6.2%202.1.7s.8%201.1.8%201.9c0%20.8-.3%201.4-.8%201.9s-1.2.7-2.1.7H8zm0-.9h2.1c.6%200%201-.2%201.3-.5s.4-.7.4-1.2-.1-.9-.4-1.2c-.3-.3-.7-.5-1.3-.5H8v3.4z%22%2F%3E%3Cpath%20class%3D%22st4%22%20d%3D%22M6%2022.1h3.9v1.1H6z%22%2F%3E%3C%2Fsvg%3E");
                left: 0;
                top: 0;
                display: none;
            }

            .rubleIcon_2e {
                display: inline-block;
                width: 11px;
                height: 11px;
                margin-left: 2px;
                background-repeat: no-repeat;
                background-size: contain;
            }

            .text_1O {
                display: inline-block;
                color: #697582;
                margin-right: 0.3em;
            }

            .info_WH {
                font-size: 15px;
                line-height: 18px;
            }

            .emailLabel_3- {
                display: block;
                color: #9ea7b2;
                font-size: 13px;
                margin-bottom: 5px;
            }

            .emailInput_1n {
                display: block;
                box-sizing: border-box;
                padding: 0 11px;
                outline: none;
                color: #222d38;
                line-height: 40px;
                height: 40px;
                width: 100%;
                border-radius: 4px !important;
                box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
                background-color: #fff;
                border: solid 1px #ccc;
            }

            ._error_1X .emailInput_1n {
                color: #f01420;
                border-color: #f1a8ac;
            }

            .productName_1C {
                color: #222d38;
                display: inline-block;
                text-overflow: ellipsis;
                max-width: 100%;
                word-break: break-word;
            }

            .amountWrap_1W {
                display: inline-block;
                white-space: nowrap;
                color: #222d38;
                margin-right: 3px;
            }

            .amount_E2 {
                display: inline-block;
                margin-left: 3px;
            }

            .text_1O,
            .productName_1C,
            .amountWrap_1W,
            .amount_E2 {
                -webkit-user-select: text;
                -moz-user-select: text;
                -ms-user-select: text;
                user-select: text;
            }

            a.actionBtn_36 {
                display: block !important;
                width: 168px !important;
                outline: 0 !important;
                cursor: pointer !important;
                border-radius: 4px !important;
                margin: 16px auto !important;
                background-color: #ffd633 !important;
                text-decoration: none !important;
                color: #000 !important;
                font-size: 20px !important;
                text-align: center !important;
                transition: all 0.1s ease-out 0s !important;
            }

                a.actionBtn_36 jdiv {
                    cursor: pointer;
                }

                a.actionBtn_36:hover {
                    background-color: #f7c708 !important;
                }

                a.actionBtn_36:active {
                    background-color: #fc0 !important;
                }

            ._tinkoff_2j .actionBtn_36 {
                margin-bottom: 0 !important;
            }

            ._tinkoff_2j .actionText_2U {
                padding-bottom: 12px !important;
            }

            .actionText_2U {
                display: block;
                text-align: center;
                font-size: 20px;
                padding-top: 12px;
                padding-bottom: 2px;
            }

            .byYandex_3i {
                display: block;
                text-align: center;
                font-size: 12px;
                padding-bottom: 15px;
            }

            .successText_2y {
                display: none;
            }

            .__success_uL .info_WH {
                display: block;
                padding-left: 35px;
            }

            .__success_uL .successIcon_1O {
                display: block;
            }

            .__success_uL .actionBtn_36 {
                display: none !important;
            }

            .__success_uL .successText_2y {
                color: #222d38;
                display: inline-block;
            }

            .__emailError_3- .emailInput_1n {
                border-color: #f25a6c;
            }

            .__emailError_3- .emailLabel_3- {
                color: #f25a6c;
            }

            .fieldWrap_2K {
                display: block;
                position: relative;
                padding-bottom: 16px;
            }

                .fieldWrap_2K .hint_3Z {
                    position: absolute;
                    top: -8px;
                    font-size: 12px;
                    color: #697582;
                    padding-left: 11px;
                }

            jdiv .inputField_G5,
            jdiv input.inputField_G5,
            jdiv input[type="text"].inputField_G5,
            jdiv input[type="tel"].inputField_G5,
            jdiv input[type="email"].inputField_G5 {
                display: block !important;
                box-sizing: border-box !important;
                padding: 0 11px !important;
                outline: none !important;
                color: #222d38 !important;
                font-size: 15px !important;
                font-family: 'Arial', sans-serif !important;
                line-height: 40px !important;
                height: 40px !important;
                width: 100% !important;
                border-radius: 4px !important;
                box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1) !important;
                background-color: #fff !important;
                border: solid 1px #ccc !important;
                -webkit-user-select: text !important;
                -moz-user-select: text !important;
                -ms-user-select: text !important;
                user-select: text !important;
                float: none !important;
                -webkit-text-fill-color: unset !important;
            }

                jdiv .inputField_G5:focus,
                jdiv input.inputField_G5:focus,
                jdiv input[type="text"].inputField_G5:focus,
                jdiv input[type="tel"].inputField_G5:focus,
                jdiv input[type="email"].inputField_G5:focus {
                    background-color: #fff !important;
                    color: #222d38 !important;
                }

                    jdiv .inputField_G5:focus::-webkit-input-placeholder,
                    jdiv input.inputField_G5:focus::-webkit-input-placeholder,
                    jdiv input[type="text"].inputField_G5:focus::-webkit-input-placeholder,
                    jdiv input[type="tel"].inputField_G5:focus::-webkit-input-placeholder,
                    jdiv input[type="email"].inputField_G5:focus::-webkit-input-placeholder {
                        color: #697582 !important;
                        opacity: 1 !important;
                        font-size: 15px !important;
                    }

                    jdiv .inputField_G5:focus::-ms-input-placeholder,
                    jdiv input.inputField_G5:focus::-ms-input-placeholder,
                    jdiv input[type="text"].inputField_G5:focus::-ms-input-placeholder,
                    jdiv input[type="tel"].inputField_G5:focus::-ms-input-placeholder,
                    jdiv input[type="email"].inputField_G5:focus::-ms-input-placeholder {
                        color: #697582 !important;
                        opacity: 1 !important;
                        font-size: 15px !important;
                    }

                    jdiv .inputField_G5:focus::placeholder,
                    jdiv input.inputField_G5:focus::placeholder,
                    jdiv input[type="text"].inputField_G5:focus::placeholder,
                    jdiv input[type="tel"].inputField_G5:focus::placeholder,
                    jdiv input[type="email"].inputField_G5:focus::placeholder {
                        color: #697582 !important;
                        opacity: 1 !important;
                        font-size: 15px !important;
                    }

                jdiv .inputField_G5::-webkit-input-placeholder,
                jdiv input.inputField_G5::-webkit-input-placeholder,
                jdiv input[type="text"].inputField_G5::-webkit-input-placeholder,
                jdiv input[type="tel"].inputField_G5::-webkit-input-placeholder,
                jdiv input[type="email"].inputField_G5::-webkit-input-placeholder {
                    color: #697582 !important;
                    opacity: 1 !important;
                    font-size: 15px !important;
                }

                jdiv .inputField_G5::-ms-input-placeholder,
                jdiv input.inputField_G5::-ms-input-placeholder,
                jdiv input[type="text"].inputField_G5::-ms-input-placeholder,
                jdiv input[type="tel"].inputField_G5::-ms-input-placeholder,
                jdiv input[type="email"].inputField_G5::-ms-input-placeholder {
                    color: #697582 !important;
                    opacity: 1 !important;
                    font-size: 15px !important;
                }

                jdiv .inputField_G5::placeholder,
                jdiv input.inputField_G5::placeholder,
                jdiv input[type="text"].inputField_G5::placeholder,
                jdiv input[type="tel"].inputField_G5::placeholder,
                jdiv input[type="email"].inputField_G5::placeholder {
                    color: #697582 !important;
                    opacity: 1 !important;
                    font-size: 15px !important;
                }

                jdiv .inputField_G5:focus,
                jdiv input.inputField_G5:focus,
                jdiv input[type="text"].inputField_G5:focus,
                jdiv input[type="tel"].inputField_G5:focus,
                jdiv input[type="email"].inputField_G5:focus,
                jdiv .inputField_G5:hover,
                jdiv input.inputField_G5:hover,
                jdiv input[type="text"].inputField_G5:hover,
                jdiv input[type="tel"].inputField_G5:hover,
                jdiv input[type="email"].inputField_G5:hover {
                    border-color: #18c139 !important;
                }

                    jdiv .inputField_G5:focus._grey_1R,
                    jdiv input.inputField_G5:focus._grey_1R,
                    jdiv input[type="text"].inputField_G5:focus._grey_1R,
                    jdiv input[type="tel"].inputField_G5:focus._grey_1R,
                    jdiv input[type="email"].inputField_G5:focus._grey_1R,
                    jdiv .inputField_G5:hover._grey_1R,
                    jdiv input.inputField_G5:hover._grey_1R,
                    jdiv input[type="text"].inputField_G5:hover._grey_1R,
                    jdiv input[type="tel"].inputField_G5:hover._grey_1R,
                    jdiv input[type="email"].inputField_G5:hover._grey_1R {
                        border-color: #445669 !important;
                    }

                    jdiv .inputField_G5:focus._blue_2b,
                    jdiv input.inputField_G5:focus._blue_2b,
                    jdiv input[type="text"].inputField_G5:focus._blue_2b,
                    jdiv input[type="tel"].inputField_G5:focus._blue_2b,
                    jdiv input[type="email"].inputField_G5:focus._blue_2b,
                    jdiv .inputField_G5:hover._blue_2b,
                    jdiv input.inputField_G5:hover._blue_2b,
                    jdiv input[type="text"].inputField_G5:hover._blue_2b,
                    jdiv input[type="tel"].inputField_G5:hover._blue_2b,
                    jdiv input[type="email"].inputField_G5:hover._blue_2b {
                        border-color: #0b82f7 !important;
                    }

                    jdiv .inputField_G5:focus._error_2s,
                    jdiv input.inputField_G5:focus._error_2s,
                    jdiv input[type="text"].inputField_G5:focus._error_2s,
                    jdiv input[type="tel"].inputField_G5:focus._error_2s,
                    jdiv input[type="email"].inputField_G5:focus._error_2s,
                    jdiv .inputField_G5:hover._error_2s,
                    jdiv input.inputField_G5:hover._error_2s,
                    jdiv input[type="text"].inputField_G5:hover._error_2s,
                    jdiv input[type="tel"].inputField_G5:hover._error_2s,
                    jdiv input[type="email"].inputField_G5:hover._error_2s {
                        color: #f01420 !important;
                        border-color: #f01420 !important;
                    }

            ._error_2s jdiv .inputField_G5,
            ._error_2s jdiv input.inputField_G5,
            ._error_2s jdiv input[type="text"].inputField_G5,
            ._error_2s jdiv input[type="tel"].inputField_G5,
            ._error_2s jdiv input[type="email"].inputField_G5 {
                color: #f01420 !important;
                border-color: #f01420 !important;
            }

            jdiv .inputField_G5._error_2s,
            jdiv input.inputField_G5._error_2s,
            jdiv input[type="text"].inputField_G5._error_2s,
            jdiv input[type="tel"].inputField_G5._error_2s,
            jdiv input[type="email"].inputField_G5._error_2s {
                color: #f01420 !important;
                border-color: #f01420 !important;
            }

            jdiv .inputField_G5._textarea_In,
            jdiv input.inputField_G5._textarea_In,
            jdiv input[type="text"].inputField_G5._textarea_In,
            jdiv input[type="tel"].inputField_G5._textarea_In,
            jdiv input[type="email"].inputField_G5._textarea_In {
                overflow-y: auto !important;
                word-wrap: break-word !important;
                white-space: pre-wrap !important;
                resize: none !important;
                height: 78px !important;
                padding: 11px !important;
                line-height: 20px !important;
            }

            jdiv .inputField_G5._disabled_1T,
            jdiv input.inputField_G5._disabled_1T,
            jdiv input[type="text"].inputField_G5._disabled_1T,
            jdiv input[type="tel"].inputField_G5._disabled_1T,
            jdiv input[type="email"].inputField_G5._disabled_1T {
                cursor: default !important;
                opacity: 0.5 !important;
            }

            jdiv .inputField_G5.__inputChat_Em,
            jdiv input.inputField_G5.__inputChat_Em,
            jdiv input[type="text"].inputField_G5.__inputChat_Em,
            jdiv input[type="tel"].inputField_G5.__inputChat_Em,
            jdiv input[type="email"].inputField_G5.__inputChat_Em {
                color: #000 !important;
                border-radius: 0 !important;
                box-shadow: none !important;
                border-top: none !important;
                border-left: none !important;
                border-right: none !important;
                -webkit-user-select: text !important;
                -moz-user-select: text !important;
                -ms-user-select: text !important;
                user-select: text !important;
                line-height: normal !important;
            }

                jdiv .inputField_G5.__inputChat_Em._error_2s,
                jdiv input.inputField_G5.__inputChat_Em._error_2s,
                jdiv input[type="text"].inputField_G5.__inputChat_Em._error_2s,
                jdiv input[type="tel"].inputField_G5.__inputChat_Em._error_2s,
                jdiv input[type="email"].inputField_G5.__inputChat_Em._error_2s {
                    color: #000 !important;
                }

            jdiv .inputField_G5.__mobile_3y:not(.__captcha_3B),
            jdiv input.inputField_G5.__mobile_3y:not(.__captcha_3B),
            jdiv input[type="text"].inputField_G5.__mobile_3y:not(.__captcha_3B),
            jdiv input[type="tel"].inputField_G5.__mobile_3y:not(.__captcha_3B),
            jdiv input[type="email"].inputField_G5.__mobile_3y:not(.__captcha_3B) {
                line-height: normal !important;
                border-radius: 0 !important;
                box-shadow: none !important;
                border-top: none !important;
                border-left: none !important;
                border-right: none !important;
                -webkit-user-select: text !important;
                -moz-user-select: text !important;
                -ms-user-select: text !important;
                user-select: text !important;
                font-size: 16px !important;
            }

                jdiv .inputField_G5.__mobile_3y:not(.__captcha_3B).__inputChat_Em,
                jdiv input.inputField_G5.__mobile_3y:not(.__captcha_3B).__inputChat_Em,
                jdiv input[type="text"].inputField_G5.__mobile_3y:not(.__captcha_3B).__inputChat_Em,
                jdiv input[type="tel"].inputField_G5.__mobile_3y:not(.__captcha_3B).__inputChat_Em,
                jdiv input[type="email"].inputField_G5.__mobile_3y:not(.__captcha_3B).__inputChat_Em {
                    color: #000 !important;
                    background-color: #fff !important;
                }

                    jdiv .inputField_G5.__mobile_3y:not(.__captcha_3B).__inputChat_Em::-webkit-input-placeholder,
                    jdiv input.inputField_G5.__mobile_3y:not(.__captcha_3B).__inputChat_Em::-webkit-input-placeholder,
                    jdiv input[type="text"].inputField_G5.__mobile_3y:not(.__captcha_3B).__inputChat_Em::-webkit-input-placeholder,
                    jdiv input[type="tel"].inputField_G5.__mobile_3y:not(.__captcha_3B).__inputChat_Em::-webkit-input-placeholder,
                    jdiv input[type="email"].inputField_G5.__mobile_3y:not(.__captcha_3B).__inputChat_Em::-webkit-input-placeholder {
                        color: #8e8e8e !important;
                        opacity: 1 !important;
                        font-size: 16px !important;
                    }

                    jdiv .inputField_G5.__mobile_3y:not(.__captcha_3B).__inputChat_Em::-ms-input-placeholder,
                    jdiv input.inputField_G5.__mobile_3y:not(.__captcha_3B).__inputChat_Em::-ms-input-placeholder,
                    jdiv input[type="text"].inputField_G5.__mobile_3y:not(.__captcha_3B).__inputChat_Em::-ms-input-placeholder,
                    jdiv input[type="tel"].inputField_G5.__mobile_3y:not(.__captcha_3B).__inputChat_Em::-ms-input-placeholder,
                    jdiv input[type="email"].inputField_G5.__mobile_3y:not(.__captcha_3B).__inputChat_Em::-ms-input-placeholder {
                        color: #8e8e8e !important;
                        opacity: 1 !important;
                        font-size: 16px !important;
                    }

                    jdiv .inputField_G5.__mobile_3y:not(.__captcha_3B).__inputChat_Em::placeholder,
                    jdiv input.inputField_G5.__mobile_3y:not(.__captcha_3B).__inputChat_Em::placeholder,
                    jdiv input[type="text"].inputField_G5.__mobile_3y:not(.__captcha_3B).__inputChat_Em::placeholder,
                    jdiv input[type="tel"].inputField_G5.__mobile_3y:not(.__captcha_3B).__inputChat_Em::placeholder,
                    jdiv input[type="email"].inputField_G5.__mobile_3y:not(.__captcha_3B).__inputChat_Em::placeholder {
                        color: #8e8e8e !important;
                        opacity: 1 !important;
                        font-size: 16px !important;
                    }

            jdiv .inputField_G5.__valid_WM,
            jdiv input.inputField_G5.__valid_WM,
            jdiv input[type="text"].inputField_G5.__valid_WM,
            jdiv input[type="tel"].inputField_G5.__valid_WM,
            jdiv input[type="email"].inputField_G5.__valid_WM {
                padding-right: 30px !important;
                text-overflow: ellipsis !important;
                white-space: nowrap !important;
            }

            jdiv .inputField_G5.__captcha_3B,
            jdiv input.inputField_G5.__captcha_3B,
            jdiv input[type="text"].inputField_G5.__captcha_3B,
            jdiv input[type="tel"].inputField_G5.__captcha_3B,
            jdiv input[type="email"].inputField_G5.__captcha_3B {
                line-height: normal !important;
                -webkit-user-select: text !important;
                -moz-user-select: text !important;
                -ms-user-select: text !important;
                user-select: text !important;
                font-size: 16px !important;
            }

            .acceptBtn_1R {
                display: block;
                width: 100%;
                height: 40px;
                line-height: 40px;
                font-family: Arial;
                font-size: 15px;
                text-align: center;
                cursor: pointer;
                font-family: 'Arial', sans-serif;
                border-radius: 4px !important;
                color: #fff;
                background-color: #18c139;
            }

                .acceptBtn_1R:hover {
                    background-color: #12a730;
                }

                .acceptBtn_1R._green_25 {
                    background-color: #18c139;
                }

                    .acceptBtn_1R._green_25:hover {
                        background-color: #12a730;
                    }

                .acceptBtn_1R._blue_2b {
                    background-color: #0b82f7;
                }

                    .acceptBtn_1R._blue_2b:hover {
                        background-color: #086bcd;
                    }

                .acceptBtn_1R._grey_1R {
                    background-color: #445669;
                }

                    .acceptBtn_1R._grey_1R:hover {
                        background-color: #303f4e;
                    }

            .currentItem_1C {
                position: relative;
                display: block;
                height: 40px;
                line-height: 40px;
                padding-left: 11px;
                padding-right: 30px;
                overflow: hidden;
                font-family: 'Arial', sans-serif;
                font-size: 15px;
                color: #222d38;
                border-radius: 4px !important;
                box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
                background-color: #fff;
                border: solid 1px #ccc;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .currentItem_1C:hover {
                    cursor: pointer;
                    border-color: #18c139;
                }

                    .currentItem_1C:hover._grey_1R {
                        border-color: #445669;
                    }

                    .currentItem_1C:hover._blue_2b {
                        border-color: #0b82f7;
                    }

                .currentItem_1C._open_1L {
                    border-bottom-color: transparent;
                    border-bottom-left-radius: 0 !important;
                    border-bottom-right-radius: 0 !important;
                }

                .currentItem_1C.__mobile_3y {
                    border-top: none;
                    border-left: none;
                    border-right: none;
                    box-shadow: none;
                    border-radius: 0 !important;
                    line-height: normal;
                    padding-top: 12px;
                    height: 30px;
                }

            .selectPopup_20 {
                position: absolute;
                top: 0;
                right: 0;
                left: 0;
                display: block;
                z-index: 1;
                overflow: hidden;
                border-radius: 4px !important;
                border: solid 1px #ccc;
                box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.12);
                background-color: #fff;
                border: solid 1px #e0e4ed;
            }

                .selectPopup_20 .itemSelected_2Q {
                    font-weight: bold;
                }

                    .selectPopup_20 .item_2q:last-child,
                    .selectPopup_20 .itemSelected_2Q:last-child {
                        border-bottom-left-radius: 4px !important;
                        border-bottom-right-radius: 4px !important;
                    }

                .selectPopup_20.__scroll_Po {
                    max-height: 126px;
                    height: 126px;
                    overflow-y: auto;
                }

            .item_2q,
            .itemSelected_2Q {
                display: block;
                line-height: 22px;
                padding-left: 11px;
                padding-right: 16px;
                padding-top: 10px;
                padding-bottom: 10px;
                font-family: 'Arial', sans-serif;
                font-size: 15px;
                color: #222d38;
                box-sizing: border-box;
                text-overflow: ellipsis;
                max-width: 100%;
                white-space: nowrap;
                height: 42px;
                overflow: hidden;
            }

                .item_2q:hover,
                .itemSelected_2Q:hover {
                    cursor: pointer;
                    background-color: #f5f5f5;
                }

            .iconSelect_qE {
                display: block;
                position: absolute;
                top: 8px;
                right: 5px;
                width: 24px;
                height: 24px;
                cursor: pointer;
            }

            .rail_2B {
                width: 4px !important;
            }

            .iconValid_1B {
                display: block;
                position: absolute;
                right: 4px;
                top: 8px;
                width: 24px;
                height: 24px;
                background-position: 50% 50%;
                background-size: 24px;
                background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22a%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22rotate(-90%2012%2012)%22%3E%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%3Cg%20stroke%3D%22%2318C139%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20mask%3D%22url(%23b)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M16.343%2017.814l-7.657-5.657L12.343%208.5%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") !important;
                background-repeat: no-repeat !important;
            }

            .main_36 {
                display: block;
                padding: 16px;
                border-radius: 12px !important;
                background-color: #f1f0f0;
            }

                .main_36.__mobile_zP {
                    padding: 13px 16px;
                }

                    .main_36.__mobile_zP .text_2j {
                        font-size: 16px;
                        line-height: normal;
                    }

            .text_2j {
                display: block;
                word-wrap: break-word;
                line-height: 18px;
                color: #222d38;
                font-size: 14px;
                padding-bottom: 10px;
            }

            .showBtn_1h {
                display: block;
                width: 100%;
                height: 30px;
                padding-top: 10px;
                font-size: 15px;
                text-align: center;
                cursor: pointer;
                border-radius: 4px !important;
                color: #fff;
            }

            .__green_aS .showBtn_1h {
                background-color: #18c139;
            }

                .__green_aS .showBtn_1h:hover {
                    background-color: #12a730;
                }

            .__blue_oJ .showBtn_1h {
                background-color: #0b82f7;
            }

                .__blue_oJ .showBtn_1h:hover {
                    background-color: #086bcd;
                }

            .__grey_2m .showBtn_1h {
                background-color: #445669;
            }

                .__grey_2m .showBtn_1h:hover {
                    background-color: #303f4e;
                }

            .main_3F {
                display: block;
                margin-left: 16px;
                margin-right: 16px;
                padding-bottom: 16px;
                text-align: center;
            }

            .text_2g {
                display: inline-block;
                -webkit-user-select: text;
                -moz-user-select: text;
                -ms-user-select: text;
                user-select: text;
                max-width: 250px;
                padding-left: 30px;
                padding-right: 30px;
                font-family: 'Arial', sans-serif;
                font-size: 15px;
                line-height: normal;
                font-smoothing: antialiased;
                color: #697582;
                text-align: center;
            }

            .__mobile_3b {
                margin: 0 auto;
                width: 100%;
            }

                .__mobile_3b .text_2g {
                    display: inline-block;
                    font-size: 15px;
                    max-width: auto;
                    text-align: center;
                    -webkit-text-size-adjust: auto;
                    -moz-text-size-adjust: auto;
                    -ms-text-size-adjust: auto;
                    text-size-adjust: auto;
                    margin: 0;
                    color: #697582;
                    padding: 0 30px;
                }

                .__mobile_3b.__callMessageStart_3m,
                .__mobile_3b.__callEnd_qM {
                    background: none transparent;
                }

                    .__mobile_3b.__callMessageStart_3m .callIcon_1b {
                        width: 14px;
                        vertical-align: middle;
                        margin-top: -2px;
                    }

            .callIcon_1b {
                display: inline-block;
                width: 16px;
                height: 16px;
                vertical-align: top;
                margin-right: 10px;
            }

            .main_21 {
                display: block;
                clear: both;
                padding-bottom: 16px;
                text-align: center;
            }

                .main_21.__mobile_1B .text_2i {
                    font-size: 16px;
                    padding: 18px 15px;
                    max-width: 70%;
                }

                    .main_21.__mobile_1B .text_2i.__bot_bx {
                        padding-bottom: 0;
                    }

            .__social_1L {
                color: #48494a;
                background: transparent;
            }

                .__social_1L .text_2i {
                    padding: 8px;
                    max-width: 275px;
                }

            .text_2i {
                display: inline-block;
                color: #697582;
                -webkit-user-select: text;
                -moz-user-select: text;
                -ms-user-select: text;
                user-select: text;
                text-align: center;
                max-width: 250px;
                padding-left: 30px;
                padding-right: 30px;
                line-height: 18px;
                font-size: 15px;
                line-height: 20px;
            }

                .text_2i a {
                    cursor: pointer !important;
                    -webkit-user-select: text !important;
                    -moz-user-select: text !important;
                    -ms-user-select: text !important;
                    user-select: text !important;
                    color: #0044d3 !important;
                    text-decoration: none;
                }

                    .text_2i a:hover,
                    .text_2i a:focus {
                        color: #0044d3;
                        text-decoration: underline !important;
                    }

            .main_1k {
                display: block;
                padding-bottom: 32px;
                padding-top: 16px;
            }

                .main_1k ~ .main_1k {
                    padding-bottom: 16px;
                }

                .main_1k + :not(.main_1k) {
                    padding-top: 16px;
                }

            .avatar_2B {
                display: block;
                text-align: center;
                margin: 0 auto;
                width: 43px;
                height: 43px;
                overflow: hidden;
                border-radius: 24px !important;
                background: #eef1f5;
                background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2236%22%20height%3D%2236%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Ccircle%20id%3D%22a%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%2F%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0A%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0A%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%3Cuse%20fill%3D%22%23191D2E%22%20opacity%3D%22.1%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23BFC0C5%22%20fill-rule%3D%22nonzero%22%20d%3D%22M27.588%2029.805h-1.891a3.783%203.783%200%200%201-3.783-3.783v-1.215c.837-.995%201.437-2.171%201.81-3.414.039-.21.24-.313.375-.457.724-.725.866-1.946.323-2.816-.074-.132-.207-.247-.2-.41%200-1.11.006-2.22-.001-3.329-.03-1.338-.412-2.73-1.35-3.72-.758-.801-1.798-1.278-2.87-1.482-1.357-.259-2.775-.246-4.118.096-1.163.294-2.257.975-2.933%201.986-.598.878-.86%201.945-.905%202.996-.017%201.128-.004%202.26-.007%203.39.025.227-.167.38-.253.568-.512.928-.287%202.192.535%202.867.209.144.248.407.324.633a9.148%209.148%200%200%200%201.704%203.051v1.256a3.783%203.783%200%200%201-3.782%203.783H8.674S5.246%2030.751%203%2035.479v1.892a1.89%201.89%200%200%200%201.891%201.89h26.48a1.89%201.89%200%200%200%201.891-1.89v-1.892c-2.246-4.728-5.674-5.674-5.674-5.674z%22%20mask%3D%22url(%23b)%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 50% 0 no-repeat;
                margin-bottom: 4px;
            }

                .avatar_2B .img_1x {
                    display: inline-block;
                    width: 43px;
                    height: 43px;
                    background-size: 100% 100%;
                    background-position: 50% 50%;
                }

            .text_2_ {
                display: block;
                max-width: 260px;
                text-align: center;
                color: #697582;
                margin: 0 auto;
                font-size: 15px;
                line-height: 20px;
            }

            ._mobile_3R .text_2_ {
                max-width: 80%;
                font-size: 16px;
            }

            .button_Jn {
                display: block;
                width: 100%;
                height: 40px;
                line-height: 40px;
                font-size: 15px !important;
                text-align: center;
                cursor: pointer;
                font-family: 'Arial', sans-serif;
                border-radius: 4px !important;
                color: #fff;
                background-color: #18c139;
            }

                .button_Jn:hover {
                    background-color: #12a730;
                }

                .button_Jn._disabled_1x {
                    cursor: default;
                    opacity: 0.5;
                }

                .button_Jn._medium_3K {
                    height: 48px;
                    line-height: 48px;
                    font-size: 18px;
                }

                    .button_Jn._medium_3K .text_Xc {
                        padding-top: 14px;
                        font-size: 18px;
                    }

                .button_Jn._blue_3I {
                    background-color: #0b82f7;
                }

                    .button_Jn._blue_3I:hover {
                        background-color: #086bcd;
                    }

                .button_Jn._grey_Es {
                    background-color: #445669;
                }

                    .button_Jn._grey_Es:hover {
                        background-color: #303f4e;
                    }

                .button_Jn .text_Xc {
                    cursor: pointer;
                    padding-top: 11px;
                    display: inline-block;
                    font-weight: normal;
                    font-family: 'Arial', sans-serif;
                    font-size: 15px;
                    color: #fff;
                }

                .button_Jn.__ios_6K {
                    line-height: normal;
                }

            .inputButton_UF {
                width: 40px;
                height: 40px;
                position: absolute;
                right: 0;
                top: 0;
                border-top-right-radius: 4px !important;
                border-bottom-right-radius: 4px !important;
                cursor: pointer;
            }

                .inputButton_UF.__mobileChat_1p {
                    width: 32px;
                    height: 32px;
                    border-radius: 100% !important;
                    top: 3px;
                    right: 3px;
                }

                    .inputButton_UF.__mobileChat_1p .buttonIcon_1R {
                        width: 32px;
                        height: 32px;
                        border-radius: 100% !important;
                    }

                .inputButton_UF._disabled_1x {
                    cursor: default;
                    opacity: 0.5;
                }

                    .inputButton_UF._disabled_1x jdiv {
                        cursor: default;
                    }

                .inputButton_UF._green_1q {
                    background-color: #18c139;
                }

                    .inputButton_UF._green_1q:hover {
                        background-color: #12a730;
                    }

                .inputButton_UF._blue_3I {
                    background-color: #0b82f7;
                }

                    .inputButton_UF._blue_3I:hover {
                        background-color: #086bcd;
                    }

                .inputButton_UF._grey_Es {
                    background-color: #445669;
                }

                    .inputButton_UF._grey_Es:hover {
                        background-color: #303f4e;
                    }

                .inputButton_UF._error_3Z {
                    background-color: #fff;
                }

            .buttonIcon_1R {
                cursor: pointer;
                display: block;
                position: absolute;
                width: 40px;
                height: 40px;
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-size: 20px 20px;
            }

            .wrap_m8 {
                position: relative;
                clear: both;
                font-family: 'Arial', sans-serif;
            }

            .fieldWrap_29 {
                display: block;
                position: relative;
            }

            .emailBlock_2Q {
                position: relative;
                margin-bottom: 0;
                opacity: 1;
                overflow: hidden;
            }

            .emailButton_2M {
                width: 40px;
                height: 40px;
                position: absolute;
                right: 0;
                top: 0;
                border-top-right-radius: 4px !important;
                border-bottom-right-radius: 4px !important;
                cursor: pointer;
            }

            .emailInput_3U {
                display: block;
                box-sizing: border-box;
                padding: 0 11px;
                outline: none;
                color: #222d38;
                line-height: 40px;
                height: 40px;
                width: 100%;
                border-radius: 4px !important;
                box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
                background-color: #fff;
                border: solid 1px #ccc;
            }

            ._error_1b .emailInput_3U {
                color: #f01420;
                border-color: #f1a8ac;
            }

            .emailText_a- {
                display: inline-block;
                -webkit-user-select: text !important;
                -moz-user-select: text !important;
                -ms-user-select: text !important;
                user-select: text !important;
                color: #222d38 !important;
                font-size: 15px;
                line-height: 18px;
                padding-right: 15px;
                vertical-align: middle;
            }

            .emailOk_25,
            .emailError_wz {
                cursor: pointer;
                display: block;
                position: absolute;
                width: 40px;
                height: 40px;
                background-position: 50% 50%;
                background-repeat: no-repeat;
            }

            .emailOk_25 {
                background-size: 20px 20px;
                opacity: 1;
            }

            ._error_1b .emailOk_25 {
                opacity: 0;
            }

            .emailError_wz {
                opacity: 0;
                background-size: 24px 24px;
            }

            ._error_1b .emailError_wz {
                opacity: 1;
            }

            .form_16 {
                opacity: 1;
            }

                .form_16 .emailText_a- {
                    padding-bottom: 10px;
                }

            .form_16,
            .emailFinished_2L,
            .emailOk_25,
            .emailError_wz {
                transition: opacity 0.3s ease-in;
            }

            .box_1f {
                position: relative;
            }

                .box_1f.__mobile_2k jdiv input[type='email'] {
                    -webkit-user-select: text !important;
                    -moz-user-select: text !important;
                    -ms-user-select: text !important;
                    user-select: text !important;
                    font-size: 16px !important;
                }

                .box_1f.__ios_3t jdiv input[type='email'] {
                    line-height: normal !important;
                }

            ._finished_2n {
                min-height: 52px;
            }

                ._finished_2n._tablet_1Y {
                    min-height: 90px;
                    line-height: 90px;
                }

                ._finished_2n .form_16 {
                    opacity: 0;
                    display: none;
                }

                ._finished_2n .emailFinished_2L {
                    opacity: 1;
                }

                ._finished_2n .emailBlock_2Q {
                    max-height: 0;
                    opacity: 0;
                    overflow: hidden;
                }

            .emailFinished_2L {
                opacity: 0;
            }

                .emailFinished_2L .email_6J {
                    opacity: 0.5;
                    padding-top: 5px;
                }

            .socialEmail_PF {
                margin-left: 22px;
                margin-right: 22px;
                line-height: 16px;
                position: relative;
                margin-bottom: 16px;
                color: #222d38;
                text-align: left;
                padding: 16px;
                border-radius: 12px !important;
                background-color: #f1f0f0;
            }

            .errorText_zV {
                display: none;
                color: #fff;
                padding-bottom: 6px;
            }

            ._error_1b .errorText_zV {
                display: block;
            }

            .main_1D {
                display: block;
                min-width: 234px;
                color: #222d38;
                text-align: left;
                padding: 16px;
                border-radius: 12px !important;
                background-color: #f1f0f0;
                box-sizing: border-box;
                min-height: 71px;
            }

                .main_1D._preview_2f {
                    padding: 0;
                    background-color: transparent !important;
                }

                .main_1D._client_qD {
                    background-color: #18c139;
                }

                    .main_1D._client_qD._green_2q {
                        background-color: #18c139;
                    }

                    .main_1D._client_qD._grey_3V {
                        background-color: #445669;
                    }

                    .main_1D._client_qD._blue_1d {
                        background-color: #0b82f7;
                    }

            .mediaIcon_xf {
                display: block;
                width: 38px;
                height: 38px;
                opacity: 1;
                border-radius: 100px !important;
                background-color: #fff;
                float: left;
                overflow: hidden;
            }

                .mediaIcon_xf.uploading_3g {
                    opacity: 0.5;
                }

                .mediaIcon_xf .iconMedia_2R {
                    position: relative;
                }

                    .mediaIcon_xf .iconMedia_2R svg {
                        position: absolute;
                        left: 50%;
                        margin-left: -12px;
                        top: 7px;
                    }

            .mediaComplete_3_ {
                display: block;
                font-size: 13px;
                padding-right: 8px;
                line-height: 18px;
                -webkit-user-select: text;
                -moz-user-select: text;
                -ms-user-select: text;
                user-select: text;
            }

                .mediaComplete_3_ a {
                    color: #fff !important;
                    text-decoration: underline !important;
                }

                    .mediaComplete_3_ a:hover {
                        cursor: pointer !important;
                    }

                .mediaComplete_3_._agent_2Y a {
                    color: #222d38 !important;
                }

            ._mobile_3h .mediaComplete_3_ {
                font-size: 13px;
                line-height: normal;
            }

                ._mobile_3h .mediaComplete_3_ a {
                    font-size: 15px;
                }

            .mediaText_3G {
                display: block;
                text-align: left;
                padding-left: 52px;
            }

            .mediaFname_1a {
                font-size: 15px;
                display: block;
                padding-bottom: 4px;
                line-height: 18px;
                max-width: 95%;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                -webkit-user-select: text;
                -moz-user-select: text;
                -ms-user-select: text;
                user-select: text;
            }

            ._mobile_3h .mediaFname_1a {
                line-height: normal;
                font-size: 16px;
                font-family: Roboto, Arial, sans-serif;
            }

            .mediaPerc_6y {
                color: #545d6b;
                font-size: 11px;
                min-height: 17px;
                padding-bottom: 12px;
            }

            ._client_qD .mediaFname_1a,
            ._client_qD .mediaComplete_3_,
            ._client_qD .mediaPerc_6y {
                color: #fff;
            }

            .iconError_AM,
            .iconUpload_3s {
                display: block;
                width: 24px;
                height: 24px;
                margin-top: 7px !important;
                margin-left: 7px !important;
            }

                .iconError_AM:first-child,
                .iconUpload_3s:first-child {
                    margin-top: 7px !important;
                    margin-left: 7px !important;
                }

            .iconLoading_2v {
                display: block;
                cursor: pointer;
                width: 24px;
                height: 24px;
                position: absolute;
                top: 9px;
                left: 9px;
                margin-left: 0 !important;
                margin-top: 0 !important;
            }

            .loaderCont_2q circle {
                stroke-dashoffset: 0;
                transition: stroke-dashoffset 0.1s linear;
                stroke-width: 4px;
                stroke-dashoffset: 119;
            }

                .loaderCont_2q circle.loaderBar_3R {
                    zoom: 1;
                }

            .loaderCont_2q {
                display: block;
                height: 42px;
                width: 42px;
                margin: 0 auto;
                border-radius: 100% !important;
                position: relative;
                margin-left: -2px;
                margin-top: -2px;
                -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }

            a.previewLink_gX {
                display: inline-block !important;
                text-align: right;
                font-size: 0 !important;
                line-height: 0 !important;
                max-width: 100% !important;
            }

            .previewMediaPhoto_2D {
                max-width: 100%;
                max-height: 500px;
                margin: 0 auto;
                min-width: 50px;
                display: inline-block;
                border: solid 1px #e6ebf2;
                border-radius: 12px !important;
                cursor: pointer;
            }

            .mediaWrapper_fR {
                display: block;
                text-align: right;
                background: #fff;
            }

                .mediaWrapper_fR a.previewLink_gX {
                    cursor: pointer !important;
                }

            .main_xE {
                display: block;
            }

            @-webkit-keyframes fadeOut_16 {
                0% {
                    opacity: 1;
                    display: block;
                    height: 40px;
                }

                99% {
                    opacity: 0;
                    height: 40px;
                }
            }

            @keyframes fadeOut_16 {
                0% {
                    opacity: 1;
                    display: block;
                    height: 40px;
                }

                99% {
                    opacity: 0;
                    height: 40px;
                }
            }

            .box_3u {
                display: block;
                margin: 0 26px;
                clear: both;
            }

                .box_3u::before,
                .box_3u::after {
                    visibility: hidden;
                    display: block;
                    font-size: 0;
                    content: " ";
                    clear: both;
                    height: 0;
                }

                .box_3u.__tablet_1b {
                    max-width: 70%;
                    margin: 0 auto;
                }

                .box_3u.__noanim_32 .successMessage_2m,
                .box_3u.__noanim_32 .introduceText_1C,
                .box_3u.__noanim_32 .socialText_35,
                .box_3u.__noanim_32 .content_3P,
                .box_3u.__noanim_32 .mainWrap_1d,
                .box_3u.__noanim_32 .main_1s {
                    -webkit-animation: none;
                    animation: none;
                    transition: none;
                }

            .overlay_ek {
                display: block;
                position: absolute;
                height: 60px;
                left: 0;
                top: 0;
                right: 0;
                cursor: pointer;
                z-index: 2;
            }

            .main_1s,
            .successMessage_2m {
                position: relative;
                padding: 14px 16px 14px 16px;
                border-radius: 12px !important;
            }

                .main_1s jdiv,
                .successMessage_2m jdiv {
                    font-family: 'Arial', sans-serif;
                }

            .mainWrap_1d {
                display: block;
                position: relative;
                will-change: height, opacity;
                background-color: #fff;
                border-radius: 12px !important;
                margin-bottom: 12px;
                opacity: 1;
                margin-left: -10px;
                padding-left: 10px;
                margin-right: -10px;
                padding-right: 10px;
                overflow: hidden;
            }

                .mainWrap_1d.__show_1j {
                    display: block;
                    height: auto;
                }

                .mainWrap_1d.__focus_1o {
                    height: auto;
                }

                .mainWrap_1d.__submited_3i {
                    transition: none;
                }

            .main_1s {
                display: block;
                will-change: height, transform, opacity;
                transition: height 0.2s ease-out;
                padding: 16px 16px 14px 16px;
                height: 41px;
                background-color: #fff;
                border-radius: 12px !important;
                overflow: hidden;
                margin-bottom: 14px;
            }

                .main_1s.__show_1j {
                    display: block;
                    -webkit-transform: translateY(0);
                    transform: translateY(0);
                }

                .main_1s.__focus_1o {
                    height: auto;
                }

                .main_1s.__submited_3i {
                    color: #222d38;
                    -webkit-animation: none;
                    animation: none;
                    -webkit-transform: none;
                    transform: none;
                    overflow: visible;
                }

                .main_1s.__green_1p {
                    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08), 0 0 1px 0 rgba(0, 0, 0, 0.22), inset 0 2px 0 0 #18c139;
                }

                .main_1s.__blue_3f {
                    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08), 0 0 1px 0 rgba(0, 0, 0, 0.22), inset 0 2px 0 0 #0b82f7;
                }

                .main_1s .__grey_2J {
                    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08), 0 0 1px 0 rgba(0, 0, 0, 0.22), inset 0 2px 0 0 #445669;
                }

            .successMessage_2m {
                color: #697582;
                font-size: 15px;
                line-height: 20px;
                background: transparent;
                text-align: center;
                display: block;
                padding-bottom: 12px;
            }

            .introduceText_1C {
                display: block;
                background: transparent;
                text-align: center;
                will-change: height;
            }

                .introduceText_1C .content_3P {
                    display: block;
                    color: #697582;
                    font-size: 15px;
                    line-height: 20px;
                    text-align: center;
                    padding: 0 16px 14px 16px;
                }

                .introduceText_1C.__submited_3i,
                .introduceText_1C.__show_1j {
                    display: block;
                }

            .socialText_35 {
                display: block;
                -webkit-user-select: text !important;
                -moz-user-select: text !important;
                -ms-user-select: text !important;
                user-select: text !important;
                text-align: center;
                padding: 0 16px 14px 16px;
                font-size: 15px;
                color: #697582;
                line-height: 19.6px;
                opacity: 1;
            }

                .socialText_35.__show_1j {
                    display: block;
                    opacity: 1;
                }

                .socialText_35 .link_3i {
                    color: #0044d3 !important;
                }

                    .socialText_35 .link_3i:hover {
                        cursor: pointer !important;
                        text-decoration: underline !important;
                    }

            .boxFb_i6 {
                display: inline-block;
                color: #222d38 !important;
                font-size: 15px;
                padding: 3px 5px;
                vertical-align: middle;
                border-radius: 4px !important;
            }

                .boxFb_i6:hover {
                    cursor: pointer;
                    border-radius: 4px;
                    background-color: #dcdcdc;
                }

                .boxFb_i6:first-of-type {
                    margin-right: 8px !important;
                }

            .step_2m {
                display: block;
                text-align: right;
                color: #9fabb7;
                font-size: 12px;
                height: 21px;
            }

            .inputWrap_KF {
                display: block;
                position: relative;
            }

            .iconFb_34,
            .iconVk_lG {
                width: 16px;
                height: 15px;
                display: inline-block;
                vertical-align: text-top;
                cursor: pointer;
            }

            .iconFb_34 {
                margin-top: 1px !important;
            }

            .animateBlock_wS {
                background: transparent;
                text-align: center;
                display: block;
                height: 0;
                overflow: hidden;
                will-change: height;
                transition: height 0.2s ease-out 0s;
            }

            .buttonWrapper_2h {
                display: none;
                position: relative;
                height: 40px;
                overflow: hidden;
                will-change: opacity;
                transition: opacity 0.2s ease-out;
                position: absolute;
                opacity: 0;
                left: 16px;
                right: 16px;
                bottom: 14px;
                z-index: 1;
            }

                .buttonWrapper_2h.__show_1j {
                    opacity: 1;
                    bottom: 14px;
                    display: block;
                }

                .buttonWrapper_2h.__fadeOut_13 {
                    display: block;
                    height: 0;
                }

            .submitSuccess_2l {
                display: block;
                border: none;
                border-radius: 4px !important;
                box-sizing: border-box;
                color: #697582;
                font-family: 'Arial', sans-serif;
                margin: 0 auto;
                min-width: 193px;
                outline: none;
                padding: 0 14px;
                text-align: center;
                text-decoration: none;
                text-overflow: ellipsis;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                overflow: hidden;
                background-color: #f4f4f4;
                width: 100%;
                height: 40px;
                font-size: 15px !important;
                z-index: 1;
                padding-top: 11px;
            }

                .submitSuccess_2l jdiv:first-child {
                    margin-left: -18px;
                }

            .scrollForm_33 {
                position: absolute;
                margin: 0 auto;
                height: 37px;
                text-align: center;
                line-height: 36px;
                left: 16px;
                right: 16px;
                top: 16px;
                vertical-align: middle;
                z-index: 4;
                opacity: 1;
                transition: top 150ms linear 0s, opacity 150ms linear 0s !important;
                will-change: top, opacity;
            }

                .scrollForm_33.__ad_2l {
                    top: 36px;
                }

                .scrollForm_33.__hide_6B {
                    top: -40px;
                    opacity: 0;
                }

                .scrollForm_33.__mobile_hT {
                    top: 12px;
                }

                    .scrollForm_33.__mobile_hT .textToForm_je {
                        line-height: normal;
                    }

            .textToForm_je {
                cursor: pointer;
                color: #0044d3;
                display: inline-block;
                font-size: 15px;
                line-height: 19px;
                border-radius: 20px !important;
                box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.25);
                background-color: #fff;
                text-align: center;
                padding: 8px 16px;
            }

            .main_1y {
                width: 100%;
                position: absolute;
                top: 0;
                box-sizing: border-box;
                font-family: Arial, sans-serif;
                will-change: opacity;
                transition: opacity 0.1s ease-in;
            }

                .main_1y.__ad_3N .container_CV {
                    padding-top: 40px;
                }

                .main_1y.__mobile_2p {
                    height: auto;
                }

                    .main_1y.__mobile_2p .container_CV {
                        padding-top: 16px;
                        padding-bottom: 16px;
                    }

            .wrap_2D {
                max-height: 100%;
                height: 100%;
                width: 100%;
                position: absolute;
                bottom: 0;
                overflow: hidden;
            }

            .container_CV {
                display: block;
                padding-bottom: 10px;
                will-change: transform;
                transition: -webkit-transform 0.2s cubic-bezier(0, 0.76, 0.28, 1);
                transition: transform 0.2s cubic-bezier(0, 0.76, 0.28, 1);
                transition: transform 0.2s cubic-bezier(0, 0.76, 0.28, 1), -webkit-transform 0.2s cubic-bezier(0, 0.76, 0.28, 1);
                position: relative;
                bottom: 0;
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }

                .container_CV.__tablet_3t {
                    padding-bottom: 30px;
                }

            .scroll_2t .rail_1m {
                transition: 200ms opacity;
                opacity: 0;
                background-color: #f1f0f0;
                z-index: 5;
            }

                .scroll_2t .rail_1m:hover jdiv {
                    background-color: #d6d4d4 !important;
                }

            .scroll_2t:hover .rail_1m {
                opacity: 1;
            }

            .avatarShadow_1L {
                position: fixed;
                bottom: 140px;
                display: none;
                width: 32px;
                height: 32px;
                left: 16px;
                z-index: 1;
            }

                .avatarShadow_1L.__show_3l {
                    display: block;
                }

                .avatarShadow_1L.__mobile_2p {
                    bottom: 114px;
                    left: 17px;
                }

            .captchaContainer_3q {
                display: block;
                text-align: center;
                font-family: 'Arial', sans-serif;
                padding: 0 24px;
                margin-top: 80px;
            }

            .captchaImg_1c {
                display: block;
                width: 160px;
                height: 80px;
                border: solid 1px #ccc;
                margin: 0 auto 16px auto;
            }

            .fieldWrap_qN {
                display: block;
                position: relative;
            }

            .cancelBtn_Rc {
                display: inline-block;
                color: #9fabb7;
                font-size: 13px;
                text-decoration: underline;
                cursor: pointer;
            }

                .cancelBtn_Rc:hover,
                .cancelBtn_Rc:focus {
                    color: #697582;
                }

            .errorBox_1u {
                display: block;
                padding-top: 16px;
                padding-bottom: 16px;
                text-align: center;
                font-size: 15px;
                color: #222d38;
            }

            .cancelBox_1b {
                position: absolute;
                text-align: center;
                left: 0;
                right: 0;
                bottom: 24px;
            }

            .main_-F {
                display: block;
                padding: 16px;
                font-family: 'Arial', sans-serif;
                position: relative;
                width: 336px;
                box-sizing: border-box;
            }

                .main_-F.__logo_3P {
                    padding-top: 36px;
                }

                .main_-F.__mobile_2E {
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    top: 0;
                    width: auto;
                    overflow-y: scroll;
                }

                    .main_-F.__mobile_2E .msgContainer_tm {
                        position: relative;
                    }

            .description_3J {
                display: block;
                font-family: 'Arial', sans-serif;
                color: #222d38;
                font-size: 15px;
                line-height: 19.6px;
                padding-bottom: 20px;
                white-space: pre-wrap;
                max-width: 100%;
                box-sizing: border-box;
                overflow-x: hidden;
                text-overflow: ellipsis;
                -webkit-user-select: text;
                -moz-user-select: text;
                -ms-user-select: text;
                user-select: text;
            }

            .msgContainer_tm {
                display: block;
                min-height: 360px;
            }

            .successMessage_Jl {
                color: #222d38;
                display: block;
                position: absolute;
                left: 32px;
                right: 32px;
                top: 50%;
                margin-top: -75px !important;
            }

                .successMessage_Jl:first-child {
                    margin-top: -75px !important;
                }

                .successMessage_Jl .text_3o {
                    display: block;
                    text-align: center;
                    color: #222d38;
                    font-family: 'Arial', sans-serif;
                    font-size: 15px;
                    line-height: 19.6px;
                    padding-bottom: 16px;
                }

            .button_IE {
                width: 40px;
                height: 40px;
                position: absolute;
                right: 0;
                top: 0;
                border-top-right-radius: 4px !important;
                border-bottom-right-radius: 4px !important;
                cursor: pointer;
                background-color: #18c139;
            }

            .captchaContainer_3P {
                display: block;
                text-align: center;
                min-height: 300px;
            }

            .main_l1 {
                display: block;
                padding: 32px 16px 16px 16px;
                font-family: 'Arial', sans-serif;
                position: relative;
            }

                .main_l1 form {
                    margin: 0;
                }

            .avatarBox_1G {
                display: block;
                position: relative;
                min-width: 100px;
                min-height: 100px;
                margin-bottom: 16px;
            }

            .iconAnonymous_Kd {
                display: block;
                background-repeat: no-repeat;
                background-size: 100% 100%;
                position: absolute;
                width: 100%;
                top: 0;
                bottom: 0;
            }

            .caption_3M {
                padding-left: 16px;
                padding-right: 16px;
                display: block;
                text-align: center;
                font-size: 15px;
                padding-bottom: 16px;
                color: #222d38;
            }

            .introducePopup_1T {
                display: block;
                padding: 16px;
                position: relative;
                font-size: 15px !important;
                font-family: 'Arial', sans-serif;
                overflow: hidden;
                background-color: #f1f0f0;
                border-bottom: 1px solid #d5dade;
                transition: height 150ms cubic-bezier(0.39, 0.24, 0.21, 0.99);
                height: 69px;
            }

            .introduceText_2X {
                display: block;
                padding-bottom: 12px;
                color: #222d38;
                font-size: 15px !important;
            }

            .popupContent_dR {
                display: block;
            }

            .closeButton_3Y {
                display: block;
                margin-top: 0 !important;
                margin-left: -34px !important;
                width: 23px !important;
                height: 23px !important;
                cursor: pointer !important;
                overflow: visible !important;
                opacity: 1;
                transition: all 0.3s cubic-bezier(0.39, 0.24, 0.21, 0.99) !important;
                transition-delay: 0.3s;
            }

            .closeIcon_1U {
                display: block;
                width: 28px;
                height: 28px;
                background-repeat: no-repeat;
                cursor: pointer;
                opacity: 0.85;
            }

                .closeIcon_1U:hover {
                    opacity: 1;
                }

            .action_13 {
                position: absolute !important;
                top: 0 !important;
                bottom: auto !important;
                left: 0 !important;
                right: 0 !important;
                display: block;
                overflow: visible;
                max-height: initial !important;
                -webkit-touch-callout: none !important;
                -webkit-user-select: none !important;
                -moz-user-select: none !important;
                -ms-user-select: none !important;
                user-select: none !important;
                direction: ltr !important;
            }

            .drag_22 {
                position: absolute !important;
                top: 0 !important;
                left: 0 !important;
                width: 100% !important;
                height: 70px !important;
                background-color: transparent !important;
                z-index: 2147483647 !important;
                cursor: move !important;
                -webkit-user-select: none !important;
                -moz-user-select: none !important;
                -ms-user-select: none !important;
                user-select: none !important;
            }

                .drag_22.__call_29 {
                    width: 79% !important;
                }

            .popupClose_25 {
                display: block;
                position: absolute;
                cursor: pointer;
                width: 24px;
                height: 24px;
                top: 13px;
                right: 14px;
                background-position: 50% 50%;
                background-repeat: no-repeat;
            }

            .main_2g {
                display: block;
                font-family: 'Arial', sans-serif;
                font-size: 15px;
                color: #222d38;
                border-top: 1px solid #e6e6e6;
                position: absolute;
                overflow-y: auto;
                box-sizing: border-box;
                top: 0;
                bottom: 0;
                width: 100%;
            }

                .main_2g.__logo_rY {
                    top: 30px;
                }

                .main_2g.__mobile_7Z {
                    top: 0;
                    position: relative;
                }

                    .main_2g.__mobile_7Z.__logo_rY {
                        padding-bottom: 30px;
                    }

            .department_1Q {
                position: relative;
                display: block;
                line-height: normal;
                padding-top: 16px;
                padding-bottom: 15px;
                padding-left: 36px;
                padding-right: 36px;
                border-bottom: 1px solid #e6e6e6;
                cursor: pointer;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 15px !important;
                color: #222d38 !important;
            }

                .department_1Q:hover {
                    background-color: #f5f5f5;
                }

            .circle_3- {
                display: block;
                width: 8px;
                height: 8px;
                background-color: #18c139;
                position: absolute;
                border-radius: 100px !important;
                left: 17px;
                top: 50%;
                margin-top: -4px !important;
            }

            ._green_1Y .circle_3- {
                background-color: #18c139;
            }

            ._grey_i2 .circle_3- {
                background-color: #445669;
            }

            ._blue_JQ .circle_3- {
                background-color: #0b82f7;
            }

            .text_2l {
                display: block;
                padding-bottom: 12px;
            }

            .main_33 {
                display: block;
                font-family: 'Arial', sans-serif;
                font-size: 15px;
                color: #222d38;
                background-color: #f1f0f0;
                padding: 16px;
                border: 1px solid #d5dade;
            }

            .buttonsBox_2i {
                display: block;
            }

            .button_1N {
                display: inline-block;
                width: 36px;
                height: 36px;
                border-radius: 4px !important;
                cursor: pointer;
                margin-right: 8px;
            }

                .button_1N:hover {
                    background-color: #dbdbdb;
                }

            .iconUp_3b,
            .iconDown_Rw {
                display: block;
                width: 36px;
                height: 36px;
                background-size: 24px 24px;
                background-repeat: no-repeat;
                cursor: pointer;
            }

            .iconSuccess_5u {
                display: inline-block;
                width: 20px;
                height: 20px;
                background-size: 100% 100%;
                background-repeat: no-repeat;
                vertical-align: text-bottom;
                margin-left: 6px;
            }

            .iconUp_3b {
                background-position: center 5px;
            }

            .iconDown_Rw {
                background-position: center 9px;
            }

            .text_3x {
                display: block;
                padding-bottom: 8px;
                padding-right: 16px;
                color: #222d38;
            }

            .positiveBox_2u {
                display: block;
                line-height: 20px;
            }

            .cancelBox_oJ {
                display: block;
            }

            .cancel_3J {
                display: inline-block;
                text-decoration: underline;
                font-size: 15px;
                cursor: pointer;
                color: #697582;
            }

            .close_2o {
                display: block;
                position: absolute;
                cursor: pointer;
                width: 24px;
                height: 24px;
                top: 13px;
                right: 14px;
                background-position: 50% 50%;
                background-repeat: no-repeat;
            }

            .closeIcon_1d {
                display: block;
                background-position: 50% 50%;
                background-repeat: no-repeat;
                width: 24px;
                height: 24px;
                cursor: pointer;
            }

            .container_b3 {
                display: block;
                position: relative;
                font-family: 'Arial', sans-serif;
            }

            .inputWrap_2D,
            .countryMobileWrap_3N {
                display: block;
                box-sizing: border-box;
                white-space: nowrap;
                background-color: transparent;
                border: 1px solid;
                border-radius: 4px !important;
            }

                .countryMobileWrap_3N .iconSelect_vu {
                    top: 0;
                    right: 6px;
                    position: absolute;
                    z-index: -1;
                }

            .__alone_19 .inputWrap_2D .flagIcon_Er {
                cursor: default;
            }

            .__alone_19 .flagWrap_3V,
            .__alone_19 .flagIcon_Er {
                cursor: default;
            }

            .flagWrap_3V {
                position: relative;
                display: inline-block;
                vertical-align: top;
                cursor: pointer;
            }

            .flagIcon_Er {
                cursor: pointer;
                display: inline-block;
                box-sizing: border-box;
                margin-left: 10px;
                width: 20px;
                height: 15px;
                border: solid 1px #d5e1e9;
                background-repeat: no-repeat;
                background-position: center;
                background-size: 20px 20px;
                line-height: 45px;
                vertical-align: middle;
            }

                .flagIcon_Er:first-child {
                    margin-top: 0 !important;
                }

                .flagIcon_Er.list_3u {
                    vertical-align: top;
                    margin-top: 7px !important;
                }

            .flagArrow_GK {
                display: inline-block;
                font-size: 9px;
                margin-left: 3px;
                vertical-align: top;
                cursor: pointer;
                color: #222d38;
            }

            .phoneCodeWrap_28 {
                display: inline-block;
                padding: 0 5px;
                margin-right: 2px;
                cursor: text;
                vertical-align: top;
                color: #222d38;
                font-size: 15px;
            }

            .phoneInput_3Q {
                display: inline-block;
                vertical-align: top;
                height: 100%;
                outline: none;
                border: none !important;
                padding: 0;
                margin: 0;
                margin-left: -4px;
                width: 130px;
                font-family: 'Arial', sans-serif !important;
                float: none !important;
            }

                .phoneInput_3Q::-webkit-input-placeholder {
                    font-size: 100% !important;
                    opacity: 1 !important;
                    color: #9fabb7 !important;
                }

                .phoneInput_3Q::-ms-input-placeholder {
                    font-size: 100% !important;
                    opacity: 1 !important;
                    color: #9fabb7 !important;
                }

                .phoneInput_3Q::placeholder {
                    font-size: 100% !important;
                    opacity: 1 !important;
                    color: #9fabb7 !important;
                }

                .phoneInput_3Q:focus {
                    background-color: initial !important;
                    color: #292b35 !important;
                    box-shadow: none !important;
                    border: none !important;
                }

                .phoneInput_3Q:hover {
                    color: #292b35 !important;
                    box-shadow: none !important;
                    border: none !important;
                }

                .phoneInput_3Q::-ms-clear {
                    display: none;
                }

            .countryWrap_1Y {
                display: none;
                position: absolute;
                left: 0;
                max-height: 125px;
                height: auto;
                background-color: #fff;
                border-radius: 3px !important;
                box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.17);
                border: solid 1px #dee4e9;
                padding-top: 5px;
                padding-bottom: 5px;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

            .countrySelect_2l {
                -webkit-appearance: none;
                background: transparent;
                outline: 0 none;
                width: 100%;
                font-size: 16px;
                line-height: 2em;
                color: rgba(0, 0, 0, 0.87);
                border: none;
                padding: 6px 0 4px 0;
                height: 40px;
            }

            .countryTabletSelect_2j {
                -webkit-appearance: none;
                background: transparent;
                outline: 0 none;
                width: 100%;
                font-size: 16px;
                line-height: 2em;
                border: none;
                padding: 6px 0 4px 0;
                height: 40px;
                position: absolute;
                color: transparent;
                top: 0;
                left: 0;
            }

            .rail_23 {
                width: 4px !important;
            }

            ._isScroll_1D {
                height: 125px;
            }

            .listItem_2i {
                display: block;
                height: 32px;
                line-height: 32px;
                cursor: pointer;
                font-size: 0;
            }

                .listItem_2i:hover {
                    background-color: #f2f2f2;
                }

            .countryName_2v {
                display: inline-block;
                margin-left: 10px;
                font-size: 13px;
                color: #3b3c3d;
                max-width: 135px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                line-height: 32px;
                cursor: pointer;
            }

            .countryCode_kE {
                display: inline-block;
                margin-left: 5px;
                color: #bfbfbf;
                font-size: 13px;
                vertical-align: top;
                line-height: 32px;
                cursor: pointer;
            }
            /* ---------- Глобальные модифакторы компонента ---------- */
            /* Режим одиночного использования */
            .__singleMod_1B {
                padding-top: 43px;
            }

                .__singleMod_1B .inputWrap_2D {
                    height: 43px;
                    border-color: transparent;
                    border-bottom-color: #ccc;
                    border-radius: 0 !important;
                    position: relative;
                }

                    .__singleMod_1B .inputWrap_2D.__error_qa {
                        border-bottom-color: #f01420 !important;
                    }

                    .__singleMod_1B .inputWrap_2D:hover:not(.__error_qa),
                    .__singleMod_1B .inputWrap_2D.__focused_1L:not(.__error_qa) {
                        border-bottom-color: #18c139 !important;
                    }

                        .__singleMod_1B .inputWrap_2D:hover:not(.__error_qa)._grey_3-,
                        .__singleMod_1B .inputWrap_2D.__focused_1L:not(.__error_qa)._grey_3- {
                            border-bottom-color: #445669 !important;
                        }

                        .__singleMod_1B .inputWrap_2D:hover:not(.__error_qa)._blue_3r,
                        .__singleMod_1B .inputWrap_2D.__focused_1L:not(.__error_qa)._blue_3r {
                            border-bottom-color: #0b82f7 !important;
                        }

                        .__singleMod_1B .inputWrap_2D:hover:not(.__error_qa) .phoneInput_3Q,
                        .__singleMod_1B .inputWrap_2D.__focused_1L:not(.__error_qa) .phoneInput_3Q {
                            box-shadow: none;
                        }

                    .__singleMod_1B .inputWrap_2D.__error_qa {
                        border-color: transparent;
                        border-bottom-color: #d00202;
                    }

                .__singleMod_1B .listItem_2i .flagIcon_Er {
                    margin-left: 10px;
                }

                .__singleMod_1B .flagIcon_Er {
                    margin-left: 2px;
                }

                .__singleMod_1B .__alone_19 .flagIcon_Er {
                    margin-top: 0 !important;
                }

                .__singleMod_1B .flagWrap_3V {
                    height: 45px;
                    line-height: 41px;
                    padding-right: 7px;
                }

                    .__singleMod_1B .flagWrap_3V::before {
                        content: '';
                        display: inline-block;
                        vertical-align: middle;
                        height: 100%;
                    }

                .__singleMod_1B .flagArrow_GK {
                    margin-top: 0;
                    line-height: 45px;
                    vertical-align: middle;
                }

                .__singleMod_1B .phoneCodeWrap_28 {
                    font-size: 18px;
                    line-height: 45px;
                    margin-right: 4px;
                }

                .__singleMod_1B .phoneInput_3Q {
                    font-size: 18px;
                    color: #292b35 !important;
                    height: 45px !important;
                    -webkit-user-select: text !important;
                    -moz-user-select: text !important;
                    -ms-user-select: text !important;
                    user-select: text !important;
                    float: none !important;
                }

                .__singleMod_1B .countryWrap_1Y {
                    top: 41px;
                    right: -2px;
                    left: -2px;
                    color: #292b35;
                }
            /* Режим для мобильного */
            .__mobile_2F .inputWrap_2D,
            .__mobile_2F .countryMobileWrap_3N {
                background-color: transparent;
                height: 40px;
                border-width: 0 0 1px 0;
                border-radius: 0 !important;
                border-bottom: 1px solid #ccc;
                box-shadow: none;
                margin-bottom: 12px;
            }

                .__mobile_2F .inputWrap_2D:hover:not(.__error_qa),
                .__mobile_2F .countryMobileWrap_3N:hover:not(.__error_qa),
                .__mobile_2F .inputWrap_2D.__focused_1L:not(.__error_qa),
                .__mobile_2F .countryMobileWrap_3N.__focused_1L:not(.__error_qa) {
                    box-shadow: none;
                    border-color: #03aa38;
                }

                    .__mobile_2F .inputWrap_2D:hover:not(.__error_qa) .phoneInput_3Q,
                    .__mobile_2F .countryMobileWrap_3N:hover:not(.__error_qa) .phoneInput_3Q,
                    .__mobile_2F .inputWrap_2D.__focused_1L:not(.__error_qa) .phoneInput_3Q,
                    .__mobile_2F .countryMobileWrap_3N.__focused_1L:not(.__error_qa) .phoneInput_3Q {
                        box-shadow: none;
                    }

            .__mobile_2F .flagWrap_3V {
                height: 40px;
                line-height: 50px;
            }

            .__mobile_2F .flagArrow_GK {
                float: right;
                margin-right: 5px;
            }

            .__mobile_2F .phoneCodeWrap_28 {
                font-size: 16px;
                line-height: 40px;
                margin: 0;
                padding: 0 5px 0 0;
            }

            .__mobile_2F .phoneInput_3Q {
                background: transparent;
                font-size: 16px;
                color: rgba(0, 0, 0, 0.87) !important;
                height: 40px !important;
                margin: 0;
                width: 100%;
                -webkit-user-select: text !important;
                -moz-user-select: text !important;
                -ms-user-select: text !important;
                user-select: text !important;
                float: none !important;
            }
            /* Режим использования внутри формы (компактный вид) */
            .__inFormMod_2J {
                background: #fff;
                border-radius: 4px !important;
            }

                .__inFormMod_2J .inputWrap_2D {
                    height: 40px;
                    line-height: 40px;
                    border-color: #ccc;
                    font-size: 15px;
                }

                    .__inFormMod_2J .inputWrap_2D.__focused_1L,
                    .__inFormMod_2J .inputWrap_2D:focus,
                    .__inFormMod_2J .inputWrap_2D:hover {
                        border-color: #18c139;
                    }

                        .__inFormMod_2J .inputWrap_2D.__focused_1L._grey_3-,
                        .__inFormMod_2J .inputWrap_2D:focus._grey_3-,
                        .__inFormMod_2J .inputWrap_2D:hover._grey_3- {
                            border-color: #445669;
                        }

                        .__inFormMod_2J .inputWrap_2D.__focused_1L._blue_3r,
                        .__inFormMod_2J .inputWrap_2D:focus._blue_3r,
                        .__inFormMod_2J .inputWrap_2D:hover._blue_3r {
                            border-color: #0b82f7;
                        }

                        .__inFormMod_2J .inputWrap_2D.__focused_1L.__error_qa,
                        .__inFormMod_2J .inputWrap_2D:focus.__error_qa,
                        .__inFormMod_2J .inputWrap_2D:hover.__error_qa {
                            color: #f01420;
                            border-color: #f01420 !important;
                        }

                    .__inFormMod_2J .inputWrap_2D.__error_qa {
                        color: #f01420;
                        border-color: #f01420;
                    }

                .__inFormMod_2J .flagIcon_Er {
                    vertical-align: top;
                    margin-top: 12px !important;
                }

                .__inFormMod_2J .flagArrow_GK {
                    margin-top: 14px;
                }

                .__inFormMod_2J .phoneCodeWrap_28 {
                    margin-top: 11px;
                }

                .__inFormMod_2J .phoneInput_3Q {
                    height: 39px !important;
                    line-height: normal;
                    color: #222d38 !important;
                    font-size: 15px !important;
                    background: transparent !important;
                    width: 100%;
                    -webkit-user-select: text !important;
                    -moz-user-select: text !important;
                    -ms-user-select: text !important;
                    user-select: text !important;
                    float: none !important;
                }

                .__inFormMod_2J .countryWrap_1Y {
                    top: 40px;
                    right: 34px;
                    z-index: 5;
                }
            /* Когда цифры не помещаются в input, уменшаем размер шрифта */
            .__smallTextSize_3s .phoneInput_3Q {
                font-size: 15px;
            }

            .__smallTextSize_3s .phoneCodeWrap_28 {
                font-size: 15px;
            }

            .__smallTextSize_3s .flagWrap_3V {
                line-height: 51px;
            }

            .__error_qa.inputWrap_2D {
                box-shadow: 0 0 0 rgba(248, 71, 67, 0.5);
                border-color: #f84743;
            }

            .__error_qa .phoneInput_3Q {
                box-shadow: none;
            }

            .iconSelect_vu {
                display: inline-block;
                width: 16px;
                height: 24px;
                cursor: pointer;
                height: 42px;
                vertical-align: middle;
                background-repeat: no-repeat;
                background-position: -2px 50%;
            }

            .__inFormMod_2J .iconSelect_vu {
                height: 16px;
                background-position: -5px -7px;
            }

            .selectWrap_vR {
                position: relative;
            }

                .selectWrap_vR.disabled_2x {
                    opacity: 0.5;
                }

            .styledSelectWrap_1t {
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                margin-bottom: 10px;
                display: block;
            }

            .nativeSelectWrap__s {
                display: block;
                background-color: transparent;
                height: 40px;
                border-width: 0 0 1px 0;
                border-radius: 0;
                border-bottom: 1px solid #ccc;
                box-shadow: none;
                margin-bottom: 12px;
            }

                .nativeSelectWrap__s:hover,
                .nativeSelectWrap__s:focus {
                    box-shadow: none;
                }

                .nativeSelectWrap__s.invalid_2X {
                    border-color: #f84743;
                }

                .nativeSelectWrap__s:not(.invalid_2X):hover,
                .nativeSelectWrap__s:not(.invalid_2X):focus {
                    border-color: #03aa38;
                }

            .selectWrap_vR:hover.__green_2W .label_RD {
                border-color: #18c139;
            }

            .selectWrap_vR:hover.__blue_2P .label_RD {
                border-color: #0b82f7;
            }

            .selectWrap_vR:hover.__grey_3G .label_RD {
                border-color: #445669;
            }

            .label_RD {
                padding-right: 25px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                display: block;
                color: #222d38;
            }

            .selectWrap_vR:not(.disabled_2x) .label_RD:hover {
                cursor: pointer;
            }

            .heightSmall_22 .label_RD {
                font-size: 15px;
                line-height: 39px;
                height: 39px;
            }

            .heightMiddle_1R .label_RD {
                font-size: 18px;
                line-height: 40px;
                height: 40px;
            }

            .themeFlat_3_ .label_RD {
                border-bottom: 1px solid #ccc;
            }

            .themeInset_24 .label_RD {
                background: #fff;
                border: 1px solid #ccc;
                border-radius: 4px !important;
                padding-left: 10px;
                /* &:hover:not(.disabled) {
            border-color: #878e9c;
        } */
            }

                .themeInset_24 .label_RD .labelArrow_3v {
                    line-height: 40px;
                    right: 7px;
                }

                    .themeInset_24 .label_RD .labelArrow_3v .iconSelect_3E {
                        height: 38px;
                    }

            .invalid_2X .label_RD {
                border-color: #f84743;
            }

            .selectIsOpen_2S .label_RD {
                border-bottom-color: transparent;
            }

            .label_RD .labelArrow_3v {
                display: inline-block;
                font-size: 9px;
                position: absolute;
                right: 0;
                line-height: 40px;
            }

            .nativeSelect_3Y {
                -webkit-appearance: none;
                background: transparent;
                outline: 0 none;
                width: 100%;
                font-size: 16px;
                line-height: 2em;
                color: rgba(0, 0, 0, 0.87);
                border: none;
                padding: 6px 0 4px 0;
                height: 40px;
                display: block;
            }

            .items_1r {
                background-color: #fff;
                border-radius: 4px !important;
                color: #222d38;
                box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.17);
                border: 1px solid #dee4e9;
                box-sizing: border-box;
                color: #292b35;
                display: none;
                max-height: 108px;
                padding-top: 5px;
                padding-bottom: 5px;
                position: absolute;
                z-index: 99;
            }

            .themeFlat_3_ .items_1r {
                border-bottom: 1px solid #ccc;
                left: 0;
                right: 0;
            }

                .themeFlat_3_ .items_1r:hover {
                    border-bottom-color: #00c05a;
                }

            .themeInset_24 .items_1r {
                left: 0;
                width: 100%;
            }

            .heightSmall_22 .items_1r {
                top: 39px;
            }

            .heightMiddle_1R .items_1r {
                top: 40px;
            }

            .selectIsOpen_2S .items_1r {
                display: block;
            }

            .scroll_EH .items_1r {
                height: 108px;
            }

            .item_3o {
                cursor: pointer;
                line-height: 32px;
                overflow: hidden;
                text-overflow: ellipsis;
                padding: 0 10px;
                height: 32px;
                white-space: nowrap;
                display: block;
                font-size: 15px;
            }

                .item_3o:hover {
                    background-color: #f2f2f2;
                }

            .rail_2M {
                width: 4px !important;
            }

            .iconSelect_3E {
                display: inline-block;
                width: 24px;
                height: 24px;
                cursor: pointer;
                height: 40px;
                vertical-align: middle;
                background-repeat: no-repeat;
                background-position: 0 50%;
            }

            .nativeSelectWrap__s .iconSelect_3E {
                position: absolute;
                right: 0;
                top: 3px;
                z-index: -1;
            }

            .button_3r {
                border: none;
                border-radius: 4px !important;
                box-sizing: border-box;
                color: #fff;
                display: block;
                font-family: 'Arial', sans-serif;
                margin: 0 auto;
                min-width: 193px;
                outline: none;
                padding: 0 14px;
                text-align: center;
                text-decoration: none;
                text-overflow: ellipsis;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                vertical-align: top;
                overflow: hidden;
                background-color: #18c139;
            }

                .button_3r:hover {
                    background-color: #12a730;
                }

                    .button_3r:hover:not(.disabled_1B) {
                        cursor: pointer;
                        border-color: #8dc09f;
                    }

                .button_3r.disabled_1B {
                    opacity: 0.5;
                    cursor: default;
                }

                .button_3r.widthFixed_Zz {
                    width: 272px;
                }

                .button_3r.widthFluid_mN {
                    box-sizing: border-box;
                    width: 100%;
                }

                .button_3r.heightSmall_1D {
                    font-size: 15px;
                    height: 40px;
                    line-height: 40px;
                }

                .button_3r.heightMiddle_2D {
                    font-size: 18px;
                    height: 48px;
                    line-height: 48px;
                    font-weight: normal;
                }

                .button_3r.__green_33 {
                    background-color: #18c139;
                }

                    .button_3r.__green_33:hover {
                        background-color: #12a730;
                    }

                .button_3r.__blue_1v {
                    background-color: #0b82f7;
                }

                    .button_3r.__blue_1v:hover {
                        background-color: #086bcd;
                    }

                .button_3r.__grey_2K {
                    background-color: #445669;
                }

                    .button_3r.__grey_2K:hover {
                        background-color: #303f4e;
                    }

            .nativeButton_3O {
                display: block;
                box-sizing: border-box;
                width: 100%;
                height: 50px;
                color: #fff;
                border-radius: 3px;
                background-color: #03aa38;
                font-size: 16px;
                box-shadow: 0 2px 2px 0 rgba(3, 170, 56, 0.2), 0 0 2px 0 rgba(3, 170, 56, 0.3);
                border: 0;
                outline: 0 none;
            }

            .header_16 {
                color: #fff;
                display: table-cell !important;
                font-size: 18px;
                line-height: 24px;
                text-align: center;
                vertical-align: middle;
                height: 133px;
                width: 300px;
                max-width: 300px;
            }

            .body_3r,
            .bodyInfo_3l {
                color: #222d38;
                padding-top: 32px;
                display: block;
                width: 100%;
            }

            .bodyInfo_3l {
                box-sizing: border-box;
                margin: auto;
                position: relative;
                text-align: center;
                min-height: 230px;
                display: block;
            }

            .bodyInfoChat_22 {
                box-sizing: border-box;
                margin: auto;
                position: relative;
                text-align: center;
                height: 100%;
                min-height: 100px;
            }

            .bodyInfoChatText_Dn {
                font-size: 19px;
                line-height: 26px;
                display: block;
                text-align: center;
                padding: 0 28px;
            }

            .bodyInfoText_2_ {
                font-size: 19px;
                line-height: 26px;
                position: absolute;
                top: 50%;
                left: 0;
                -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
                text-align: center;
                padding: 0 12px;
            }

            .periodSelectWrap_As {
                margin-bottom: 5px;
                display: block;
            }

            .inputPhone_3n {
                padding-top: 0;
                margin-bottom: 16px;
                z-index: 1;
            }

            .successHeaderIcon_38 {
                background-repeat: no-repeat;
                background-position: center;
                width: 100%;
                height: 100%;
                display: block !important;
            }

            .tryAgainText_2E {
                color: #545d6b;
            }

            .tryAgainLink_JS {
                display: inline-block;
                text-decoration: underline;
            }

                .tryAgainLink_JS:hover {
                    cursor: pointer;
                    text-decoration: none;
                }

            .main_2N {
                top: 0;
                left: 0;
                width: 100%;
                z-index: 5;
                min-height: 272px;
                background: #fff;
                font-family: 'Arial', sans-serif;
                position: relative;
            }

                .main_2N.__animateToChat_33 {
                    opacity: 0;
                    transition: opacity 0.3s cubic-bezier(0.39, 0.24, 0.21, 0.99);
                }

            .formBox_3D {
                display: block;
                padding: 0 32px;
            }

            .inputBox_2z {
                display: block;
                padding-bottom: 24px;
            }

            .bottomBox_Og {
                position: absolute;
                bottom: 20px;
                text-align: center;
                left: 32px;
                right: 32px;
            }

            .link_24 {
                display: inline-block;
                color: #9fabb7;
                font-size: 13px;
                text-decoration: underline;
                cursor: pointer;
            }

                .link_24:hover,
                .link_24:focus {
                    color: #697582;
                }

            .waitBox_Nq {
                display: block;
                font-family: 'Arial', sans-serif;
                font-size: 21px;
                color: #162d4d;
                padding-left: 16px;
                padding-right: 16px;
                padding-bottom: 16px;
                height: 496px;
                box-sizing: border-box;
            }

            .timerTextTop_WJ {
                display: block;
                text-align: center;
                padding-top: 63px;
                padding-bottom: 16px;
                line-height: 40px;
            }

                .timerTextTop_WJ._ad_An {
                    padding-top: 60px;
                }

            .timerTextBottom_8F {
                display: block;
                text-align: center;
                line-height: 29px;
            }

            .logoBox_1r {
                display: block;
                padding-top: 28px;
                padding-bottom: 16px;
            }

            .logoIcon_ZT {
                display: block;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: contain;
                margin: 0 auto;
            }

            .logoIcon_ZT {
                width: 70px;
                height: 27px;
                cursor: pointer;
            }

            .timerBox_Df {
                position: relative;
                display: block;
                width: 148px;
                height: 148px;
                margin: 0 auto;
                background: #18c139;
                border-radius: 1000px !important;
                margin-bottom: 16px;
            }

                .timerBox_Df._show_2B {
                    -webkit-transform: scale(1);
                    transform: scale(1);
                    opacity: 1;
                }

            .callLoader_NK {
                overflow: hidden;
                display: block;
                position: absolute;
                width: 148px;
                height: 148px;
                top: 0;
                z-index: 1;
                clip: rect(0, 148px, 148px, 74px);
                pointer-events: none;
            }

                .callLoader_NK._gt50_eQ {
                    clip: rect(auto, auto, auto, auto);
                }

            .callCircle_2r {
                width: 148px;
                height: 148px;
                background: #edf2ef;
                border-radius: 50% !important;
                position: absolute;
                clip: rect(0, 74px, 148px, 0);
                pointer-events: none;
                will-change: transform;
            }

                .callCircle_2r._fill_13 {
                    transition: none;
                    -webkit-transform: rotate(180deg) !important;
                    transform: rotate(180deg) !important;
                }

            .callActionTimer_3P {
                pointer-events: none;
                display: block;
                z-index: 2;
                width: 140px;
                height: 140px;
                margin: 4px;
                top: 4px;
                position: relative;
                border-radius: 1000px !important;
                background: #fff;
                font-weight: 100;
            }

            .callTime_2s {
                display: block;
                text-align: center;
                font-size: 42px;
                color: #18c139;
                z-index: 1;
                position: relative;
                line-height: 141px;
            }

            .connectBox_3B {
                position: relative;
                display: block;
                padding-top: 177px;
                padding-bottom: 18px;
                width: 75px;
                margin: 0 auto;
            }

                .connectBox_3B._ad_An {
                    padding-top: 106px;
                }

            .iconConnecting_2F {
                width: 89px;
                height: 72px;
                background-repeat: no-repeat;
            }

            .buttonConnected_1_ {
                display: block;
                background-color: #f8f7f7;
                height: 40px;
                line-height: 40px;
                font-size: 15px;
                font-family: 'Arial', sans-serif;
                color: #18c139;
                text-align: center;
                cursor: pointer;
            }

                .buttonConnected_1_:hover {
                    color: #12a730;
                }

            .iconSelect_2q {
                display: inline-block;
                width: 24px;
                height: 24px;
                cursor: pointer;
                height: 40px;
                vertical-align: middle;
                background-repeat: no-repeat;
                background-position: 0 6px;
            }

            .headerBox_qr {
                display: block;
                height: 70px;
                border-top-right-radius: 35px !important;
                border-top-left-radius: 8px !important;
            }

            .iconConnectBox_jt {
                display: block;
                position: relative;
                width: 75px;
                margin: 0 auto;
            }

            .connectIcon_1U {
                display: block;
                width: 75px;
                height: 62px;
                background-repeat: no-repeat;
                background-position: 50% 50%;
                background-size: 100% 100%;
            }

            @-webkit-keyframes ochange_3c {
                0% {
                    opacity: 0;
                }

                50% {
                    opacity: 1;
                }

                100% {
                    opacity: 0;
                }
            }

            @keyframes ochange_3c {
                0% {
                    opacity: 0;
                }

                50% {
                    opacity: 1;
                }

                100% {
                    opacity: 0;
                }
            }

            .pinBox_1e {
                display: block;
                position: absolute;
                width: 50px;
                top: 12px;
                left: 20px;
            }

            .pinBoxBig_24 {
                display: block;
                position: absolute;
                width: 75px;
                top: 17px;
                left: 33px;
            }

                .pinBoxBig_24 .pin2_2G {
                    left: 20px;
                }

                .pinBoxBig_24 .pin3_11 {
                    left: 35px;
                }

                .pinBoxBig_24 .pin1_3s,
                .pinBoxBig_24 .pin2_2G,
                .pinBoxBig_24 .pin3_11 {
                    width: 10px;
                    height: 10px;
                }

            .pin1_3s,
            .pin2_2G,
            .pin3_11 {
                width: 5px;
                height: 5px;
                border-radius: 1000px !important;
                background: #18c139;
                position: absolute;
            }

            .pin1_3s {
                left: 5px;
                opacity: 0;
                -webkit-animation-duration: 1.5s;
                animation-duration: 1.5s;
                -webkit-animation-name: ochange_3c;
                animation-name: ochange_3c;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
                -webkit-animation-delay: 0s;
                animation-delay: 0s;
            }

            .pin2_2G {
                left: 15px;
                opacity: 0;
                -webkit-animation-duration: 1.5s;
                animation-duration: 1.5s;
                -webkit-animation-name: ochange_3c;
                animation-name: ochange_3c;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
                -webkit-animation-delay: 0.3s;
                animation-delay: 0.3s;
            }

            .pin3_11 {
                left: 25px;
                opacity: 0;
                -webkit-animation-duration: 1.5s;
                animation-duration: 1.5s;
                -webkit-animation-name: ochange_3c;
                animation-name: ochange_3c;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
                -webkit-animation-delay: 0.6s;
                animation-delay: 0.6s;
            }

            .main_2d {
                display: block;
                font-family: 'Arial', sans-serif;
                font-size: 21px;
                border-top-left-radius: 8px !important;
                border-top-right-radius: 35px !important;
                transition: height 0.3s cubic-bezier(0.39, 0.24, 0.21, 0.99);
            }

                .main_2d.__animateToChat_1E .logoBox_2y {
                    opacity: 0;
                }

                .main_2d.__animateToChat_1E .calltext_2r {
                    opacity: 0;
                }

                .main_2d._fade_Ar {
                    transition: opacity 150ms linear;
                }

                    .main_2d._fade_Ar .logoBox_2y {
                        opacity: 0;
                    }

                    .main_2d._fade_Ar .calltext_2r {
                        opacity: 0;
                    }

            .callText_3Z {
                display: table-cell;
                vertical-align: middle;
                height: 224px;
                color: #fff;
                text-align: center;
                padding-left: 35px;
                padding-right: 35px;
                font-size: 21px;
                line-height: 29px;
                transition: opacity 0.3s cubic-bezier(0.39, 0.24, 0.21, 0.99);
            }

                .callText_3Z jdiv {
                    display: inline;
                    text-align: center;
                    font-size: 21px;
                    line-height: 28px;
                    color: inherit;
                }

                .callText_3Z.__dark_2E {
                    color: #000;
                }

                .callText_3Z._fade_Ar {
                    transition: opacity 150ms linear;
                    opacity: 0;
                }

            .logoBox_2y {
                display: block;
                padding-top: 28px;
                padding-bottom: 16px;
                transition: opacity 0.3s cubic-bezier(0.39, 0.24, 0.21, 0.99);
            }

            .logoIcon_2Y,
            .callEndIcon_fr {
                display: block !important;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: contain;
                margin: 0 auto;
            }

            .logoIcon_2Y {
                width: 70px;
                height: 27px;
                cursor: pointer;
            }

            .callEndBox_1K {
                display: block !important;
                margin: 0 auto;
                width: 265px;
            }

            .callEndIcon_fr {
                width: 97px;
                height: 79px;
                margin-bottom: 16px;
            }

            .time_2O {
                font-weight: bold;
                text-decoration: underline;
            }

            .__nologo_21 .callEndIcon_fr {
                margin-top: 10px;
                margin-bottom: 32px;
            }

            .eulaHeaderText_Ef {
                display: block;
                font-size: 15px;
                padding-left: 32px;
                color: #fff;
                line-height: 70px;
            }

            .pattern_25 {
                display: block;
                width: 100%;
                height: 100%;
                background-repeat: repeat;
                background-position: 0 0;
                border-top-right-radius: 36px !important;
                border-top-left-radius: 12px !important;
            }

            .body_2k {
                width: auto;
                display: block;
            }

            .message_vp {
                text-align: left;
                font-size: 15px;
                line-height: 19.6px;
                color: #222d38;
                padding-bottom: 16px;
                padding-right: 32px;
                display: block;
            }

            .classNameInputPhone_25 {
                margin-bottom: 10px;
                z-index: 1;
            }

            .main_1c {
                display: block;
                font-family: 'Arial', sans-serif;
                background-color: #f1f0f0;
                padding: 16px;
                border-bottom: 1px solid #d5dade;
            }

            .text_1I {
                display: block;
                font-size: 15px;
                line-height: 19.6px;
                color: #222d38;
                padding-bottom: 16px;
                padding-right: 32px;
            }

            .callBox_22 {
                display: block;
                position: relative;
            }

            .waitText_34 {
                display: block;
                text-align: center;
                font-size: 15px;
                color: #222d38;
            }

            .timerBox_3a {
                display: block;
                margin: 16px auto;
                width: 85px;
                height: 42px;
                line-height: 42px;
                border-radius: 25px !important;
                background-color: #18c139;
                color: #fff;
                text-align: center;
                font-size: 24px;
            }

            .connectBox_19 {
                display: block;
                position: relative;
                margin: 16px auto;
                width: 50px;
                height: 40px;
            }

            .connectIcon_3r {
                display: block;
                width: 50px;
                height: 40px;
                background-repeat: no-repeat;
                background-position: 50% 50%;
                background-size: contain;
            }

            .pin_1y {
                display: block;
                position: absolute;
                right: 35px;
                top: -8px;
                width: 17px;
                height: 9px;
                background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M8.498-.005l8.502%209-16.995.01%208.493-9.01z%22%20fill-rule%3D%22evenodd%22%20fill%3D%22%23f0eff4%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
            }

            .wrap_mW {
                position: fixed;
                bottom: 0;
                z-index: 2147483646;
                opacity: 0;
                visibility: hidden;
                display: block;
                -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            }

            .overlay_2w {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                z-index: 1;
            }

            .button_1O {
                width: 65px;
                height: 65px;
                display: block;
                border-radius: 50px !important;
                margin-bottom: 20px;
                text-align: center;
                box-shadow: 0 19px 38px 0 rgba(34, 36, 43, 0.3);
                position: relative;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

            .iconWrap_2n {
                display: block;
                -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
            }

            ._showLogo_3q .iconWrap_2n {
                -webkit-animation: wrapAnimation_1_ 18s infinite;
                animation: wrapAnimation_1_ 18s infinite;
            }

            ._isCallEnabled_2Q .iconWrap_2n {
                -webkit-animation: firstWrapCallAnimation_1- 7s infinite;
                animation: firstWrapCallAnimation_1- 7s infinite;
            }

            ._showLogo_3q._isCallEnabled_2Q .iconWrap_2n {
                -webkit-animation: firstWrapCallAnimation_1- 17.5s infinite;
                animation: firstWrapCallAnimation_1- 17.5s infinite;
            }

            .iconWrapClose_oa {
                display: block;
                -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
                -webkit-transform: rotateY(0deg) translateZ(0);
                transform: rotateY(0deg) translateZ(0);
                position: absolute;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                z-index: 3;
            }

            .iconWrap2_1O {
                -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
            }

            ._isCallEnabled_2Q .iconWrap2_1O {
                -webkit-animation: wrapCallNoLogoAnimation_FI 7s infinite;
                animation: wrapCallNoLogoAnimation_FI 7s infinite;
            }

            ._showLogo_3q._isCallEnabled_2Q .iconWrap2_1O {
                -webkit-animation: secondWrapCallAnimation_7v 17.5s infinite;
                animation: secondWrapCallAnimation_7v 17.5s infinite;
            }

            .iconWrap3_3f {
                -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
            }

            ._isCallEnabled_2Q .iconWrap3_3f {
                -webkit-animation: wrapCallNoLogoAnimation_FI 7s infinite;
                animation: wrapCallNoLogoAnimation_FI 7s infinite;
            }

            ._showLogo_3q._isCallEnabled_2Q .iconWrap3_3f {
                -webkit-animation: thirdWrapCallAnimation_uS 17.5s infinite;
                animation: thirdWrapCallAnimation_uS 17.5s infinite;
            }

            .messagesLabel_FQ {
                display: none;
                background-color: #fc576b;
                position: absolute;
                top: 0;
                right: 0;
                border-radius: 2500px !important;
                width: 20px;
                height: 20px;
            }

            .badge_25 {
                position: absolute;
                right: 0;
                color: #fff;
                font-size: 12px;
                font-family: sans-serif;
                width: 20px;
                text-align: center;
                height: 20px;
                line-height: 1.618;
            }

            .icons_R9 {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
                background-repeat: no-repeat;
                visibility: visible;
            }

                .icons_R9:first-child {
                    margin-top: auto !important;
                }

            .jivoIcon_xI {
                width: 10px;
                height: 35px;
                -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
            }

            .closeIcon_3F {
                width: 25px;
                height: 25px;
                -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
                background-size: 60% 60%;
                background-position: 5px 5px;
                -webkit-backface-visibility: visible !important;
                backface-visibility: visible !important;
            }

            .logoIconCloud_q- {
                width: 35px;
                height: 31px;
                -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
                background-position: 2px 0;
            }

            .envelopeIcon_3E {
                width: 25px;
                height: 20px;
                -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
                background-position: 0 1px;
            }

            .callbackIcon_26 {
                width: 33px;
                height: 33px;
                -webkit-transform: rotateY(180deg) translateZ(1px);
                transform: rotateY(180deg) translateZ(1px);
                background-repeat: no-repeat;
                background-position: 0 2px;
            }

            ._isCallEnabled_2Q .callbackIcon_26 {
                -webkit-animation: iconCallAnimation_2U 17.5s infinite;
                animation: iconCallAnimation_2U 17.5s infinite;
            }

            @keyframes wrapAnimation_1_ {
                0%, 83.3% {
                    -webkit-transform: rotateY(0deg);
                    transform: rotateY(0deg);
                }

                86%, 98.1% {
                    -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg);
                }

                100% {
                    -webkit-transform: rotateY(0deg);
                    transform: rotateY(0deg);
                }
            }

            @keyframes secondWrapCallAnimation_7v {
                0%, 17.14% {
                    -webkit-transform: rotateY(0deg);
                    transform: rotateY(0deg);
                }

                20%, 37.14% {
                    -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg);
                }

                40%, 57.14% {
                    -webkit-transform: rotateY(0deg);
                    transform: rotateY(0deg);
                }

                60%, 97.14% {
                    -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg);
                }

                100% {
                    -webkit-transform: rotateY(0deg);
                    transform: rotateY(0deg);
                }
            }

            @-webkit-keyframes thirdWrapCallAnimation_uS {
                0%, 17.14% {
                    -webkit-transform: rotateY(0deg);
                    transform: rotateY(0deg);
                }

                20%, 37.14% {
                    -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg);
                }

                40%, 57.14% {
                    -webkit-transform: rotateY(0deg);
                    transform: rotateY(0deg);
                }

                60%, 77.14% {
                    -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg);
                }

                80%, 100% {
                    -webkit-transform: rotateY(0deg);
                    transform: rotateY(0deg);
                }
            }

            @keyframes thirdWrapCallAnimation_uS {
                0%, 17.14% {
                    -webkit-transform: rotateY(0deg);
                    transform: rotateY(0deg);
                }

                20%, 37.14% {
                    -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg);
                }

                40%, 57.14% {
                    -webkit-transform: rotateY(0deg);
                    transform: rotateY(0deg);
                }

                60%, 77.14% {
                    -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg);
                }

                80%, 100% {
                    -webkit-transform: rotateY(0deg);
                    transform: rotateY(0deg);
                }
            }

            @-webkit-keyframes firstWrapCallAnimation_1- {
                0%, 77.14% {
                    -webkit-transform: rotateY(0deg);
                    transform: rotateY(0deg);
                }

                80%, 97.14% {
                    -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg);
                }

                100% {
                    -webkit-transform: rotateY(0deg);
                    transform: rotateY(0deg);
                }
            }

            @keyframes firstWrapCallAnimation_1- {
                0%, 77.14% {
                    -webkit-transform: rotateY(0deg);
                    transform: rotateY(0deg);
                }

                80%, 97.14% {
                    -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg);
                }

                100% {
                    -webkit-transform: rotateY(0deg);
                    transform: rotateY(0deg);
                }
            }

            @keyframes wrapCallNoLogoAnimation_FI {
                0%, 42.86% {
                    -webkit-transform: rotateY(0deg);
                    transform: rotateY(0deg);
                }

                50%, 92.86% {
                    -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg);
                }

                100% {
                    -webkit-transform: rotateY(0deg);
                    transform: rotateY(0deg);
                }
            }

            ._show_1e.wrap_mW {
                opacity: 1;
                visibility: visible;
                z-index: 2147483647;
            }

            ._orinationRight_25.wrap_mW {
                right: 0;
            }

            ._orinationRight_25 .button_1O {
                margin-right: 20px;
            }

            ._orinationLeft_3O.wrap_mW {
                left: 0;
            }

            ._orinationLeft_3O .button_1O {
                margin-left: 20px;
            }

            ._animationBtn_Rc.wrap_mW {
                transition: opacity 150ms ease;
            }

            ._showMenu_3l .iconWrap_2n {
                -webkit-animation: none;
                animation: none;
                -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
                -webkit-backface-visibility: visible;
                backface-visibility: visible;
            }

                ._showMenu_3l .iconWrap_2n .jivoIcon_xI {
                    width: 25px;
                    height: 25px;
                }

            .wrap_2g {
                display: block;
                position: relative;
                width: 100%;
                height: 100%;
                opacity: 0;
            }

            ._show_10 {
                opacity: 1;
            }

                ._show_10 .overlay_2X {
                    visibility: visible;
                    opacity: 0.6;
                }

                ._show_10 .menuWrap_2V {
                    bottom: 0;
                    opacity: 1;
                    visibility: visible;
                }

            .overlay_2X {
                display: block;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                position: absolute;
                opacity: 0;
                visibility: hidden;
                background-color: #000;
                z-index: 0;
                transition: visibility 0.3s ease, opacity 0.3s ease;
            }

                .overlay_2X._extraPadding_YL {
                    padding: 3px;
                    margin: -1px;
                }

            .deviceLandscape_3t {
                display: none;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                width: 125px;
                height: 115px;
                margin: auto;
                background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH0AAABzCAQAAAAfg8XeAAAHT0lEQVR42u3daVATVxwA8Ad4BdoRW6U6OrXFWnVab8cba9uxYkc/dHR0nI62Fq+OvUbR8exUHIuIDiIIWiEJb6EeqNUWRxnHSlBEQBB15BYhITaRmIOQc9n994MS7sTIbq7d//8bSV7ej+y7NvNeEPKgkAvqxt9bmbk5f5skktm8sVW7smlSgcCTtLag/Qpnqk42PwXWwqAsS/svzOPgBj96nVUJrIdBeXb94gCPouu/Az24Jizp6z0IHjeXfAYuC1qVOddD4FFvXD0FLo18IirQI+j/zlbLXUu3ahOnegSd3AQuj5jVHkGH31+phTJKL9zhGfQYx1U16YzHlQlWNQBQILPcNOWabtky13ITGpz732gSPYN+wHFV60QIIaQRA1D1TYu1giZBU5AtAw1Bz+Y5NyswpnoNXf3PvSHW4ZZrAKba2uldy5CONjs1D2w+yThD66cYWi5gnk63NOW23AYKoIUylJJ/w5UOeRlKoMXN9Aq/6iWqbHpf2QLxQCbpTAcLdIQqQukqoKwafTkpOvXNjfHFQZyhx/tn7W59A5IklQ3XdPvzw3NCdAKfpyO0d2rn3pakjbXqjIII0/SikPgBPkxPEshSenjHphrJxa98mI6QfL7heQ/vqb0+x4fpecGqNbpuFyQ03Nljt61baQttAbbSDKbWIZAF+q/BDT8ockgV3e200lQcMahnuuG5dBUsoZdQbOVCag1dwQq9NEi7VnGXNPV0kVEtT1fY6+G1skyWbxtSw+h8FujlU5VZlNle+9JdLH7THl3fIHybZfpIupBhumZA7gaNwn7H0mLI+sT+uK5vwINZpr/HMD3nHUh2vGLMiz86wMfoolGVWd0MHpXV8fqMtiVFY/3eCT2V4KX0lDFleZ0HMF2hebt8IkLJQ6yy1r9m79zo51N0IvTRnY5wTXnzL7LQ1seL4l4OW3dTh/dcihfS6WHK7I5TdWlS3Yftn/FoKqgBzIaqCHvleB09oT8lbO82am5sKOzUkf3Yt+QMwOOsg4E+RA/3O72l/X0Ry7PoZbHdtOa0Fc1q0WL7ZXkZ/einelm7T7xx37Lun7d/sOynhD4+RP8rWHW1XRM3Za7tTYW8ip6zsX0rVx/qXYW8iL7pfUWZbUkCqhzDII7QL/inb273kT+/Mqe3FfIaunKwoaxNXnWw9xXyGvrDr9vghsdnRnGGLulTf7lttl4QhQM4Q8+eaFLZ6MqcSUxUyEvo535uW5mriOxAztBvB8jPtLX0yyuYqZBX0E+EmCptcumlcRyiR89u0rbKC89HD+QQvXEdZbvVfC2aqQp5BZ3cB9TLCSypj+AQfbRfEbZNZjT3wzlEnxxWUt1Kfyy9NJND9A1RNjk8epA8jkP0nVvrKNt3xcVVH3CIvmtnXdt8phLGcIi+Z0TdXJgHYRAG82EKLeAQna3g6Vykk3s9go7fxZ/hRa5L0UJxeM1Zt9PxULwV52FwZYohFR6Am+l4PM52LfsFXQSP3EvHE3CJo2oSkMF4EoCh3J10PASfdwhXi08nxScmHWM0ExKPxBeXupO+ClMO6U9E0+L7xfU7wmge7ne0X2mM2+h4IL7wCu1SRkxmp0K0G+ljce2r0PEUdioEse6jz8SNPJ2n83SeztN5Ok/n6Tydp/N0ns7TebqX0AkTIcdybOQgXVwpDE//Fks5RyfgWCFCpyYTTzlHT4eEOwf8T8/hJD2xICaAp/N0ns7TfZjO4R7+WBFCp2Zg7tExpFWJw4hlHJzNYSBMhAI3YjMX6UBocS3hcrrwLZbpIx21dTrl8aFl8R8dJzrgWadrZedYPpyF7nw4Sxe6NXYzQghtH5FamOFCukEjjYSN8D1rGQE76Gr7KzcyMWFPAEK7Zwor0l1Id0nQDhatIl1CTOKqlNsEjX2NDg67uQxIN2a4+AaVR9Ddc2/OqeuWpissqc3RFhE8BDOX6A26HZoQc39dH/MAGGKMtKq4QlfByo4l1K0mn3OATlPaWG3fzmWY45w7ONk76fLq2V3LMC8Ane9f8A91Y7uWkR2sr+EAnexmm9lZgbbSmUJeHpeNZ2GVW+mHnLrgZc2zupahmUE51cu/PCQdT8NKt9IPOvWptxh3dy2DjALSmULytr+gj8JV7qQ3LLcYncJLodN+WtXnlifODW75L4ZHHIiFjunp9fhjduh1oS13nRzZazTLDcEWf4Ss/jXB9UuhwrmXW2WNrf0FXtTpW9Vu8k/FyS8Qwn7Yn9kU+iNU4/T5waTecsG6S7/KulN70WJy9tXapPv9W+mBONnx9g9hkfgwjsNHmc7kqMxLzfA68Xo/jaFuqG9/sgoegS85xhMsbf75A24z/AsfPYdCnbW0U4vDw/AJx9tA2Nr3JIZcaHIB/Fn1xe5OxsNBeCnOxDXYgGlXp5gW0ufpClrNGpqG5gpF7K2ed93jwfg3fA8rsNzVmSYXyVPk555KFBJlr1MlkUquSw5KtkgiJZE3t17dVrTG8mVtqKwv4gMhhP4HwwXxEviqKqAAAAAASUVORK5CYII=") center center no-repeat;
            }

            ._landscape_3F .overlay_2X {
                z-index: 2;
                opacity: 0.9;
                background-color: #333;
                position: fixed;
            }

            ._landscape_3F .deviceLandscape_3t {
                display: block;
            }

            ._landscape_3F .menuWrap_2V {
                display: none;
            }

            .menuWrap_2V {
                position: absolute;
                width: 100%;
                left: -100%;
                bottom: -100%;
                background-color: #fff;
                visibility: hidden;
                opacity: 0;
                transition: bottom 0.3s ease-in-out;
            }

            .menuTitle_gc {
                display: block;
                font-size: 16px;
                color: #8194a4;
                font-family: sans-serif;
                margin-left: 15px;
                margin-top: 25px;
                margin-bottom: 20px;
                transition: opacity 0.3s ease;
            }

            .menu_Xi {
                display: block;
            }

            .menuItem_1i,
            .menuItemVk_Wl {
                display: block;
                position: relative;
                padding-top: 3px;
                margin-bottom: 10px;
                font-size: 16px;
                color: #2f3a44;
                font-family: sans-serif;
            }

                .menuItemVk_Wl .menuItemIcon_gq {
                    background-size: 100% auto;
                    top: 11px;
                    left: 16px;
                }

            .menuItemIcon_gq {
                width: 19px;
                height: 19px;
                position: absolute;
                top: 10px;
                left: 15px;
                padding: 1px;
                background-position: 50% 50%;
                background-size: 100% 100%;
                background-repeat: no-repeat;
            }

            .menuItemText_1y {
                padding: 10px;
                display: inline-block;
                margin-left: 60px;
                font-size: 16px;
                color: #2f3a44;
                font-family: sans-serif;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                vertical-align: middle;
                max-width: 76%;
            }

            .textIcon_vX {
                top: 13px;
            }

            .menuItemTextHighlight_3u {
                color: red;
            }

            .copyrightWrap_3g {
                position: absolute;
                display: block;
                top: 0;
                left: 0;
                right: 0;
                margin-top: -35px !important;
                text-align: center;
            }

                .copyrightWrap_3g :first-child {
                    margin-top: -35px !important;
                }

            .copyright_Iv {
                display: inline-block;
            }

                .copyright_Iv a {
                    color: #fff !important;
                    font-size: 12px !important;
                    font-family: sans-serif !important;
                    margin-top: auto !important;
                }

                    .copyright_Iv a jdiv {
                        color: #fff !important;
                    }

            .logoIcon_2E {
                display: inline-block;
                vertical-align: middle;
                margin-left: 0.33em;
                margin-bottom: 2px;
                height: 15px !important;
                width: 46px !important;
                backface-visibility: hidden;
                -webkit-backface-visibility: hidden;
                -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
                background-repeat: no-repeat;
            }

            .closeBtn_3r {
                position: relative;
                display: block;
                border-top: 1px solid #e9e9e9;
                padding: 20px 0;
            }

            .closeIcon_2G {
                color: #314254;
                position: absolute;
                left: 20px;
                top: 18px;
                font-size: 18px;
            }

            .closeText_2a {
                font-size: 16px;
                color: #314254;
                margin-left: 70px;
                font-family: sans-serif;
            }

            .wrap_2F {
                display: block;
                position: relative;
                width: 100%;
                height: 100%;
                opacity: 0;
            }

            ._show_1l {
                opacity: 1;
            }

                ._show_1l .overlay_3z {
                    visibility: visible;
                    opacity: 0.6;
                }

                ._show_1l .menuWrap_2D {
                    display: block;
                    bottom: 0;
                    opacity: 1;
                    visibility: visible;
                }

            .overlay_3z {
                display: block;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                position: absolute;
                opacity: 0;
                background-color: #000;
                visibility: hidden;
                transition: visibility 0.3s ease, opacity 0.3s ease;
            }

                .overlay_3z._extraPadding_1j {
                    padding: 3px;
                    margin: -1px;
                }

            .deviceLandscape_2G {
                display: none;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                width: 125px;
                height: 115px;
                margin: auto;
                background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH0AAABzCAQAAAAfg8XeAAAHT0lEQVR42u3daVATVxwA8Ad4BdoRW6U6OrXFWnVab8cba9uxYkc/dHR0nI62Fq+OvUbR8exUHIuIDiIIWiEJb6EeqNUWRxnHSlBEQBB15BYhITaRmIOQc9n994MS7sTIbq7d//8bSV7ej+y7NvNeEPKgkAvqxt9bmbk5f5skktm8sVW7smlSgcCTtLag/Qpnqk42PwXWwqAsS/svzOPgBj96nVUJrIdBeXb94gCPouu/Az24Jizp6z0IHjeXfAYuC1qVOddD4FFvXD0FLo18IirQI+j/zlbLXUu3ahOnegSd3AQuj5jVHkGH31+phTJKL9zhGfQYx1U16YzHlQlWNQBQILPcNOWabtky13ITGpz732gSPYN+wHFV60QIIaQRA1D1TYu1giZBU5AtAw1Bz+Y5NyswpnoNXf3PvSHW4ZZrAKba2uldy5CONjs1D2w+yThD66cYWi5gnk63NOW23AYKoIUylJJ/w5UOeRlKoMXN9Aq/6iWqbHpf2QLxQCbpTAcLdIQqQukqoKwafTkpOvXNjfHFQZyhx/tn7W59A5IklQ3XdPvzw3NCdAKfpyO0d2rn3pakjbXqjIII0/SikPgBPkxPEshSenjHphrJxa98mI6QfL7heQ/vqb0+x4fpecGqNbpuFyQ03Nljt61baQttAbbSDKbWIZAF+q/BDT8ockgV3e200lQcMahnuuG5dBUsoZdQbOVCag1dwQq9NEi7VnGXNPV0kVEtT1fY6+G1skyWbxtSw+h8FujlU5VZlNle+9JdLH7THl3fIHybZfpIupBhumZA7gaNwn7H0mLI+sT+uK5vwINZpr/HMD3nHUh2vGLMiz86wMfoolGVWd0MHpXV8fqMtiVFY/3eCT2V4KX0lDFleZ0HMF2hebt8IkLJQ6yy1r9m79zo51N0IvTRnY5wTXnzL7LQ1seL4l4OW3dTh/dcihfS6WHK7I5TdWlS3Yftn/FoKqgBzIaqCHvleB09oT8lbO82am5sKOzUkf3Yt+QMwOOsg4E+RA/3O72l/X0Ry7PoZbHdtOa0Fc1q0WL7ZXkZ/einelm7T7xx37Lun7d/sOynhD4+RP8rWHW1XRM3Za7tTYW8ip6zsX0rVx/qXYW8iL7pfUWZbUkCqhzDII7QL/inb273kT+/Mqe3FfIaunKwoaxNXnWw9xXyGvrDr9vghsdnRnGGLulTf7lttl4QhQM4Q8+eaFLZ6MqcSUxUyEvo535uW5mriOxAztBvB8jPtLX0yyuYqZBX0E+EmCptcumlcRyiR89u0rbKC89HD+QQvXEdZbvVfC2aqQp5BZ3cB9TLCSypj+AQfbRfEbZNZjT3wzlEnxxWUt1Kfyy9NJND9A1RNjk8epA8jkP0nVvrKNt3xcVVH3CIvmtnXdt8phLGcIi+Z0TdXJgHYRAG82EKLeAQna3g6Vykk3s9go7fxZ/hRa5L0UJxeM1Zt9PxULwV52FwZYohFR6Am+l4PM52LfsFXQSP3EvHE3CJo2oSkMF4EoCh3J10PASfdwhXi08nxScmHWM0ExKPxBeXupO+ClMO6U9E0+L7xfU7wmge7ne0X2mM2+h4IL7wCu1SRkxmp0K0G+ljce2r0PEUdioEse6jz8SNPJ2n83SeztN5Ok/n6Tydp/N0ns7TebqX0AkTIcdybOQgXVwpDE//Fks5RyfgWCFCpyYTTzlHT4eEOwf8T8/hJD2xICaAp/N0ns7TfZjO4R7+WBFCp2Zg7tExpFWJw4hlHJzNYSBMhAI3YjMX6UBocS3hcrrwLZbpIx21dTrl8aFl8R8dJzrgWadrZedYPpyF7nw4Sxe6NXYzQghtH5FamOFCukEjjYSN8D1rGQE76Gr7KzcyMWFPAEK7Zwor0l1Id0nQDhatIl1CTOKqlNsEjX2NDg67uQxIN2a4+AaVR9Ddc2/OqeuWpissqc3RFhE8BDOX6A26HZoQc39dH/MAGGKMtKq4QlfByo4l1K0mn3OATlPaWG3fzmWY45w7ONk76fLq2V3LMC8Ane9f8A91Y7uWkR2sr+EAnexmm9lZgbbSmUJeHpeNZ2GVW+mHnLrgZc2zupahmUE51cu/PCQdT8NKt9IPOvWptxh3dy2DjALSmULytr+gj8JV7qQ3LLcYncJLodN+WtXnlifODW75L4ZHHIiFjunp9fhjduh1oS13nRzZazTLDcEWf4Ss/jXB9UuhwrmXW2WNrf0FXtTpW9Vu8k/FyS8Qwn7Yn9kU+iNU4/T5waTecsG6S7/KulN70WJy9tXapPv9W+mBONnx9g9hkfgwjsNHmc7kqMxLzfA68Xo/jaFuqG9/sgoegS85xhMsbf75A24z/AsfPYdCnbW0U4vDw/AJx9tA2Nr3JIZcaHIB/Fn1xe5OxsNBeCnOxDXYgGlXp5gW0ufpClrNGpqG5gpF7K2ed93jwfg3fA8rsNzVmSYXyVPk555KFBJlr1MlkUquSw5KtkgiJZE3t17dVrTG8mVtqKwv4gMhhP4HwwXxEviqKqAAAAAASUVORK5CYII=") center center no-repeat;
            }

            ._landscape_9O .overlay_3z {
                z-index: 2;
                opacity: 0.9;
                background-color: #333;
                position: fixed;
            }

            ._landscape_9O .deviceLandscape_2G {
                display: block;
            }

            ._landscape_9O .menuWrap_2D {
                display: none;
            }

            .menuWrap_2D {
                position: absolute;
                z-index: 1;
                width: 100%;
                left: 0;
                bottom: -100%;
                visibility: hidden;
                opacity: 0;
                transition: bottom 0.3s ease-in-out;
            }

            .menuTitle_1e {
                display: block;
                font-size: 13px;
                color: #949494;
                font-family: sans-serif;
                text-align: center;
                padding: 20px 0;
            }

            .menu_3e {
                display: block;
                background-color: #f2f2f2;
                font-size: 18px;
                color: #0076ff;
                margin: 10px;
                margin-bottom: 8px;
                border-radius: 12px !important;
            }

            .menuItem_2A {
                display: block;
                position: relative;
                text-align: center;
                border-top: 1px solid #dddde0;
            }

            .menuItemIcon_V0 {
                display: inline-block;
                width: 16px;
                height: 16px;
                vertical-align: middle;
                margin-left: 10px;
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-size: 100% 100%;
            }

            .menuItemText_19 {
                padding: 16px 10px;
                display: inline-block;
                font-size: 18px;
                color: #0076ff;
                font-family: sans-serif;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                vertical-align: middle;
                max-width: 82%;
            }

            .menuItemTextHighlight_3I {
                color: red;
            }

            .copyrightWrap_2o {
                position: absolute;
                display: block;
                top: -35px;
                left: 0;
                right: 0;
                margin: 15px !important;
                text-align: center;
            }

            .copyright_2u {
                display: inline-block;
            }

                .copyright_2u a {
                    color: #fff !important;
                    font-size: 12px !important;
                    font-family: sans-serif !important;
                    margin-top: auto !important;
                }

                    .copyright_2u a jdiv {
                        color: #fff !important;
                    }

            .logoIcon_5N {
                display: inline-block;
                vertical-align: middle;
                margin-left: 0.33em;
                margin-bottom: 2px;
                height: 15px !important;
                width: 46px !important;
                backface-visibility: hidden;
                -webkit-backface-visibility: hidden;
                -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
                background-repeat: no-repeat;
            }

            .closeBtn_2k {
                display: block;
                padding: 16px 0;
                border-radius: 12px !important;
                margin: 10px;
                margin-top: 0;
                margin-bottom: 15px;
                text-align: center;
                background-color: #fff;
                color: #0076ff;
                font-size: 18px;
                font-weight: 600;
                font-family: sans-serif;
            }

            .tabletWrap_26 {
                display: block;
                position: relative;
                width: 100%;
                height: 100%;
                opacity: 1;
                transition: opacity 1s ease;
            }

            ._show_13 {
                opacity: 1;
            }

                ._show_13 .overlay_2F {
                    visibility: visible;
                    opacity: 0.6;
                }

                ._show_13 .menuWrap_Vs {
                    bottom: 0;
                    opacity: 1;
                    visibility: visible;
                }

            .menuWrap_Vs {
                display: block;
                border-radius: 4px !important;
                font-family: "Helvetica", "Arial", sans-serif;
                font-weight: normal;
                font-size: 15px;
                line-height: 20px;
                background-color: #fff;
                color: #545d6b;
                -webkit-font-smoothing: antialiased;
                -moz-font-smoothing: antialiased;
                font-smoothing: antialiased;
                max-width: 100%;
                box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
                width: 100%;
                min-width: 300px;
                max-height: none !important;
            }

            .menu_qF {
                display: block;
            }

            .menuItem_1X {
                display: block;
                position: relative;
                padding-top: 3px;
                font-size: 16px;
                color: #2f3a44;
                font-family: sans-serif;
                height: 66px;
                cursor: pointer;
                z-index: 1;
                max-height: 66px;
                background-color: #fff;
            }

                .menuItem_1X .menuItemIconVk_25 {
                    background-size: 100% auto;
                }

            .menuItemIcon_3i,
            .menuItemIconVk_25 {
                width: 24px;
                height: 24px;
                position: absolute;
                top: 23px;
                left: 25px;
                background-repeat: no-repeat;
                background-position: 50% 50%;
                background-size: 100% 100%;
            }

            .chatIcon_1e {
                top: 25px;
            }

            .menuItemIconCall_2c {
                width: 24px;
                height: 24px;
                position: absolute;
                top: 25px;
                left: 25px;
                background-repeat: no-repeat;
                background-position: 50% 50%;
                background-size: 100% 100%;
            }

            .menuItemIconFb_30 {
                width: 24px;
                height: 24px;
                position: absolute;
                top: 23px;
                left: 25px;
                padding: 1px;
                background-repeat: no-repeat;
                background-position: 50% 50%;
                background-size: 100% 100%;
            }

            .menuItemText_Ra {
                box-sizing: border-box !important;
                padding-left: 80px !important;
                padding-right: 15px !important;
                line-height: 20px !important;
                text-decoration: none;
                font-size: 15px;
                vertical-align: middle !important;
                display: table-cell !important;
                height: 66px !important;
                font-weight: normal;
                color: #545d6b !important;
                -webkit-transform: translate3d(0, 0, 0) !important;
                transform: translate3d(0, 0, 0) !important;
                cursor: pointer;
                width: 310px !important;
            }

            .menuItemTextHighlight_32 {
            }

            .closeBtn_22 {
                display: block;
                position: relative;
                padding: 10px 0;
                margin: 10px 0;
                font-size: 16px;
                color: #2f3a44;
                font-family: sans-serif;
                background: rgba(255, 255, 255, 0.9);
                border: 1px solid #000;
            }

            .closeIcon_1Y {
                color: #314254;
                position: absolute;
                left: 20px;
                top: 8px;
                font-size: 18px;
            }

            .closeText_7S {
                font-size: 16px;
                color: #314254;
                margin-left: 70px;
                font-family: sans-serif;
            }

            .buttonsCorner_1r {
                position: absolute;
                width: 0;
                height: 0;
                border-top-color: #fff;
            }

                .buttonsCorner_1r::after {
                    content: '' !important;
                    position: absolute;
                    width: 0;
                    height: 0;
                    left: 265px;
                    bottom: -19px;
                    box-sizing: border-box;
                    border: 10px solid black;
                    border-color: transparent transparent #fff #fff;
                    -webkit-transform-origin: 0 0;
                    transform-origin: 0 0;
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.07);
                }

            ._orinationLeft_3J .buttonsCorner_1r::after {
                left: 15px;
            }

            .main_2l {
                width: 336px;
                height: 496px;
                position: fixed;
                right: 30px;
                bottom: 0;
                z-index: 2147483646;
                display: block;
                font-family: 'Arial', sans-serif;
            }

                .main_2l.__mobile_2v,
                .main_2l.__tablet_1v {
                    width: auto;
                    height: auto;
                    position: absolute;
                    right: 0;
                    left: 0;
                    top: 0;
                    bottom: 0;
                }

                .main_2l.__tablet_1v {
                    width: 60%;
                    margin-left: 20%;
                    display: block;
                    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.22);
                }

                .main_2l.__hidden_RD {
                    width: 0 !important;
                    height: 0 !important;
                    visibility: hidden;
                }

                .main_2l.__auto_3S {
                    height: 70px !important;
                }

                .main_2l.__callMin_ZS {
                    height: 110px !important;
                }

            .left_2p {
                left: -48px;
                bottom: 10px;
            }

            .bottom_1U {
                right: 30px;
                bottom: 0;
            }

            .right_1A {
                right: -48px;
                bottom: 10px;
            }

            .chat_min_2Q {
                width: 336px;
                height: 70px;
                position: absolute;
                bottom: 0;
                transition: height 300ms cubic-bezier(0.39, 0.24, 0.21, 0.99);
            }

            .callback_connected_Um {
                width: 336px;
                height: 110px;
                background-image: linear-gradient(125deg, #282c3d, #0a2c58);
                box-shadow: 0 1px 2px 0 rgba(17, 44, 82, 0.3);
                border-top-left-radius: 8px !important;
                border-top-right-radius: 33px !important;
                position: absolute;
                bottom: 0;
            }

            .main_Lb {
                width: 100%;
                height: 100%;
                background-color: #fff;
                display: block;
                box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
                border-top-right-radius: 33px !important;
                border-top-left-radius: 10px !important;
                position: relative;
            }

                .main_Lb.__static_BN {
                    height: auto !important;
                }

                    .main_Lb.__static_BN .header_2f {
                        position: static;
                    }

                    .main_Lb.__static_BN .body_2s {
                        position: relative;
                        top: 0;
                    }

            .mobile_2k {
                width: 100%;
                height: 100%;
                background-color: #fff;
                display: block;
                position: absolute !important;
                left: 0;
                right: 0;
                bottom: 0;
                top: 0;
            }

                .mobile_2k .header_2f {
                    width: 100%;
                }

                .mobile_2k .body_2s {
                    width: 100%;
                    height: auto !important;
                    position: absolute !important;
                    top: 70px;
                    left: 0;
                    bottom: 0;
                    overflow-y: auto;
                }

                .mobile_2k .input_6h {
                    width: 100%;
                    z-index: 3;
                }

                .mobile_2k .popup_1H {
                    width: 100%;
                }

            .header_2f {
                position: absolute;
                top: 0;
                left: 0;
                height: 70px;
                z-index: 5;
                width: 100%;
                border-top-left-radius: 8px !important;
                border-top-right-radius: 33px !important;
            }

            .body_2s {
                position: absolute;
                top: 70px;
                left: 0;
                bottom: 0;
                width: 336px;
                height: auto !important;
            }

            .input_6h {
                position: absolute;
                bottom: 0;
                left: 0;
                height: auto;
                width: 336px;
                background-color: #fff;
                z-index: 4;
            }

            .popup_1H {
                position: absolute;
                top: 70px;
                width: 336px;
                height: auto;
                z-index: 20;
            }

            .popupFull_DX {
                position: absolute;
                top: 70px;
                width: 100%;
                bottom: 0;
                z-index: 20;
            }

            .show_Bb {
                opacity: 1 !important;
            }

            .hide_1F {
                opacity: 0 !important;
            }

            .headerBox_2k {
                height: 70px !important;
            }

            .fadeIn_1K {
                transition: opacity 300ms cubic-bezier(0.39, 0.24, 0.21, 0.99);
                opacity: 1;
            }

            .fadeOut_2d {
                transition: opacity 300ms cubic-bezier(0.39, 0.24, 0.21, 0.99);
                opacity: 0;
            }

            .wrap_1k {
                display: block;
                position: absolute;
                top: 0;
                background: #fff;
                bottom: 0;
                right: 0;
                left: 0;
                z-index: 23;
                text-align: center;
                padding-top: 58px;
                font-family: 'Arial', sans-serif;
                min-width: 336px;
            }

                .wrap_1k iframe {
                    margin: 0 auto;
                    border: none;
                    height: 74px !important;
                }

            .text_2n {
                display: block;
                color: #9fabb7;
                font-size: 15px;
                line-height: 23px;
                text-align: center;
                padding: 0 50px 24px 50px;
                min-width: 200px;
                color: #222d38;
            }

            .iconHeader_2c {
                display: block;
                width: 54px;
                height: 52px;
                padding-bottom: 16px;
                margin-left: 151px;
            }

                .iconHeader_2c.__vk_3o {
                    background: url("data:image/svg+xml,%3Csvg%20id%3D%22vk_icon.svg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2263.906%22%20height%3D%2261%22%20viewBox%3D%220%200%2063.906%2061%22%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23d3d8de%3B%0A%20%20%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23d3d8de%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20fill%3D%22%23d3d8de%22%0A%20%20%20%20%20%20%20%20%20%20d%3D%22M534.7%2C460.039a1.206%2C1.206%2C0%2C0%2C1%2C0-2.411h8.6a1.218%2C1.218%2C0%2C0%2C1%2C1.2%2C1.205%2C1.158%2C1.158%2C0%2C0%2C1-1.2%2C1.206h-8.6ZM555.8%2C464v-7.076a3.448%2C3.448%2C0%2C0%2C0-1-2.512%2C4.1%2C4.1%2C0%2C0%2C0-2.8-1.1H526a3.348%2C3.348%2C0%2C0%2C0-3.7%2C3.617v42.905h33.5V495H558v10.958a5.936%2C5.936%2C0%2C0%2C1-1.7%2C4.22%2C5.8%2C5.8%2C0%2C0%2C1-4.3%2C1.809c-10.4-.1-18.4-0.1-25.9%2C0H526a6.113%2C6.113%2C0%2C0%2C1-4.3-1.709%2C6%2C6%2C0%2C0%2C1-1.7-4.32V456.924A5.63%2C5.63%2C0%2C0%2C1%2C525.9%2C451h26a6.446%2C6.446%2C0%2C0%2C1%2C4.4%2C1.809%2C5.936%2C5.936%2C0%2C0%2C1%2C1.7%2C4.22V464h-2.2Zm-33.5%2C41.958a3.649%2C3.649%2C0%2C0%2C0%2C1%2C2.713%2C3.919%2C3.919%2C0%2C0%2C0%2C2.8%2C1.105c7.5%2C0%2C15.5-.1%2C25.9%2C0a3.855%2C3.855%2C0%2C0%2C0%2C2.7-1.105%2C3.57%2C3.57%2C0%2C0%2C0%2C1-2.613V502.14H522.3v3.818Zm16.7%2C1.708a1.608%2C1.608%2C0%2C1%2C1%2C1.6-1.608A1.583%2C1.583%2C0%2C0%2C1%2C539%2C507.666Z%22%0A%20%20%20%20%20%20%20%20%20%20transform%3D%22translate(-520%20-451)%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22icon_vk.svg%22%20class%3D%22cls-1%22%20fill%3D%22%23d3d8de%22%0A%20%20%20%20%20%20%20%20%20%20d%3D%22M572.925%2C483.226c-0.017-.037-0.033-0.067-0.047-0.091a7.22%2C7.22%2C0%2C0%2C0-1.393-1.614l-0.014-.015-0.007-.007-0.008-.007h-0.007c-0.311-.3-0.508-0.5-0.59-0.6a0.562%2C0.562%2C0%2C0%2C1-.1-0.592%2C5.489%2C5.489%2C0%2C0%2C1%2C.656-0.957q0.3-.387.473-0.62%2C1.262-1.68%2C1.094-2.147l-0.044-.073a0.425%2C0.425%2C0%2C0%2C0-.226-0.121%2C1.158%2C1.158%2C0%2C0%2C0-.466-0.018l-2.1.015a0.268%2C0.268%2C0%2C0%2C0-.146%2C0l-0.1.022-0.036.018-0.029.022a0.33%2C0.33%2C0%2C0%2C0-.081.077%2C0.479%2C0.479%2C0%2C0%2C0-.072.128%2C12.049%2C12.049%2C0%2C0%2C1-.78%2C1.643q-0.27.453-.5%2C0.785a3.724%2C3.724%2C0%2C0%2C1-.379.489%2C2.542%2C2.542%2C0%2C0%2C1-.277.252%2C0.27%2C0.27%2C0%2C0%2C1-.189.081l-0.124-.03a0.481%2C0.481%2C0%2C0%2C1-.164-0.179%2C0.794%2C0.794%2C0%2C0%2C1-.084-0.284c-0.015-.115-0.023-0.213-0.026-0.3s0-.2%2C0-0.351%2C0.007-.253.007-0.307c0-.185%2C0-0.385.011-0.6s0.014-.388.019-0.515%2C0.007-.26.007-0.4a1.683%2C1.683%2C0%2C0%2C0-.026-0.332%2C1.163%2C1.163%2C0%2C0%2C0-.076-0.234%2C0.4%2C0.4%2C0%2C0%2C0-.149-0.175%2C0.852%2C0.852%2C0%2C0%2C0-.245-0.1%2C6.989%2C6.989%2C0%2C0%2C0-2.726.08%2C0.988%2C0.988%2C0%2C0%2C0-.277.219c-0.087.107-.1%2C0.166-0.036%2C0.175a0.893%2C0.893%2C0%2C0%2C1%2C.619.314l0.044%2C0.088a1.392%2C1.392%2C0%2C0%2C1%2C.1.336%2C3.433%2C3.433%2C0%2C0%2C1%2C.066.533%2C5.757%2C5.757%2C0%2C0%2C1%2C0%2C.913q-0.036.379-.069%2C0.591a1.18%2C1.18%2C0%2C0%2C1-.1.344%2C1.638%2C1.638%2C0%2C0%2C1-.087.16%2C0.125%2C0.125%2C0%2C0%2C1-.037.037%2C0.55%2C0.55%2C0%2C0%2C1-.2.036%2C0.46%2C0.46%2C0%2C0%2C1-.247-0.1%2C1.778%2C1.778%2C0%2C0%2C1-.3-0.281%2C3.771%2C3.771%2C0%2C0%2C1-.353-0.5q-0.2-.323-0.408-0.76l-0.117-.212c-0.073-.136-0.172-0.334-0.3-0.595s-0.238-.512-0.335-0.756a0.478%2C0.478%2C0%2C0%2C0-.175-0.233l-0.036-.022a0.507%2C0.507%2C0%2C0%2C0-.117-0.062%2C0.774%2C0.774%2C0%2C0%2C0-.168-0.048l-2%2C.015a0.508%2C0.508%2C0%2C0%2C0-.415.138l-0.029.044a0.235%2C0.235%2C0%2C0%2C0-.022.117%2C0.562%2C0.562%2C0%2C0%2C0%2C.044.2q0.437%2C1.031.951%2C1.987t0.892%2C1.54q0.379%2C0.585.773%2C1.1c0.262%2C0.346.436%2C0.567%2C0.521%2C0.665s0.152%2C0.17.2%2C0.219l0.182%2C0.175a4.256%2C4.256%2C0%2C0%2C0%2C.514.42%2C8.782%2C8.782%2C0%2C0%2C0%2C.75.482%2C4.084%2C4.084%2C0%2C0%2C0%2C.959.387%2C3.313%2C3.313%2C0%2C0%2C0%2C1.064.121h0.838a0.582%2C0.582%2C0%2C0%2C0%2C.386-0.161l0.029-.037a0.47%2C0.47%2C0%2C0%2C0%2C.055-0.135%2C0.739%2C0.739%2C0%2C0%2C0%2C.026-0.2%2C2.374%2C2.374%2C0%2C0%2C1%2C.047-0.566%2C1.487%2C1.487%2C0%2C0%2C1%2C.124-0.38%2C0.923%2C0.923%2C0%2C0%2C1%2C.156-0.215%2C0.606%2C0.606%2C0%2C0%2C1%2C.125-0.106%2C0.366%2C0.366%2C0%2C0%2C1%2C.058-0.026%2C0.463%2C0.463%2C0%2C0%2C1%2C.412.113%2C2.418%2C2.418%2C0%2C0%2C1%2C.444.424q0.209%2C0.252.5%2C0.566a3.439%2C3.439%2C0%2C0%2C0%2C.511.467l0.145%2C0.088a1.84%2C1.84%2C0%2C0%2C0%2C.379.161%2C0.818%2C0.818%2C0%2C0%2C0%2C.409.036l1.865-.029a0.852%2C0.852%2C0%2C0%2C0%2C.43-0.091%2C0.366%2C0.366%2C0%2C0%2C0%2C.183-0.2%2C0.575%2C0.575%2C0%2C0%2C0%2C0-.249A0.91%2C0.91%2C0%2C0%2C0%2C572.925%2C483.226Z%22%0A%20%20%20%20%20%20%20%20%20%20transform%3D%22translate(-520%20-451)%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23d3d8de%22%20stroke-width%3D%222px%22%20class%3D%22cls-2%22%0A%20%20%20%20%20%20%20%20%20%20d%3D%22M580.9%2C491H550.931a2%2C2%2C0%2C0%2C1-2-2v-5.154l-4.391-4.511%2C4.391-3.759V470a2%2C2%2C0%2C0%2C1%2C2-2H580.9a2%2C2%2C0%2C0%2C1%2C2%2C2v19A2%2C2%2C0%2C0%2C1%2C580.9%2C491Z%22%0A%20%20%20%20%20%20%20%20%20%20transform%3D%22translate(-520%20-451)%22%2F%3E%0A%3C%2Fsvg%3E%0A") 0 0 no-repeat;
                    background-size: 100%;
                }

                .iconHeader_2c.__fb_qO {
                    background: url("data:image/svg+xml,%3Csvg%20id%3D%22fb_icon.svg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2263.906%22%20height%3D%2261%22%20viewBox%3D%220%200%2063.906%2061%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23d3d8de%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%2C%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23c6ccd3%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23d3d8de%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M534.7%2C460.039a1.206%2C1.206%2C0%2C0%2C1%2C0-2.411h8.6a1.218%2C1.218%2C0%2C0%2C1%2C1.2%2C1.205%2C1.158%2C1.158%2C0%2C0%2C1-1.2%2C1.206h-8.6ZM555.8%2C464v-7.076a3.448%2C3.448%2C0%2C0%2C0-1-2.512%2C4.1%2C4.1%2C0%2C0%2C0-2.8-1.1H526a3.348%2C3.348%2C0%2C0%2C0-3.7%2C3.617v42.905h33.5V495H558v10.958a5.936%2C5.936%2C0%2C0%2C1-1.7%2C4.22%2C5.8%2C5.8%2C0%2C0%2C1-4.3%2C1.809c-10.4-.1-18.4-0.1-25.9%2C0H526a6.113%2C6.113%2C0%2C0%2C1-4.3-1.709%2C6%2C6%2C0%2C0%2C1-1.7-4.32V456.924A5.63%2C5.63%2C0%2C0%2C1%2C525.9%2C451h26a6.446%2C6.446%2C0%2C0%2C1%2C4.4%2C1.809%2C5.936%2C5.936%2C0%2C0%2C1%2C1.7%2C4.22V464h-2.2Zm-33.5%2C41.958a3.649%2C3.649%2C0%2C0%2C0%2C1%2C2.713%2C3.919%2C3.919%2C0%2C0%2C0%2C2.8%2C1.105c7.5%2C0%2C15.5-.1%2C25.9%2C0a3.855%2C3.855%2C0%2C0%2C0%2C2.7-1.105%2C3.57%2C3.57%2C0%2C0%2C0%2C1-2.613V502.14H522.3v3.818Zm16.7%2C1.708a1.608%2C1.608%2C0%2C1%2C1%2C1.6-1.608A1.583%2C1.583%2C0%2C0%2C1%2C539%2C507.666Z%22%20transform%3D%22translate(-520%20-451)%22%2F%3E%0A%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M556%2C484l9.714-7.467L568%2C480.267%2C576%2C476l-9.714%2C8-2.429-3.467Z%22%20transform%3D%22translate(-520%20-451)%22%2F%3E%0A%20%20%3Cpath%20class%3D%22cls-3%22%20d%3D%22M580.9%2C491H550.931a2%2C2%2C0%2C0%2C1-2-2v-5.154l-4.391-4.511%2C4.391-3.759V470a2%2C2%2C0%2C0%2C1%2C2-2H580.9a2%2C2%2C0%2C0%2C1%2C2%2C2v19A2%2C2%2C0%2C0%2C1%2C580.9%2C491Z%22%20transform%3D%22translate(-520%20-451)%22%2F%3E%0A%3C%2Fsvg%3E%0A") 0 0 no-repeat;
                    background-size: 100%;
                }

            .linkBox_3C {
                position: absolute;
                text-align: center;
                left: 0;
                right: 0;
                bottom: 20px;
            }

            .link_2v {
                display: inline-block;
                color: #9fabb7;
                font-size: 13px;
                text-decoration: underline;
                cursor: pointer;
            }

                .link_2v:hover,
                .link_2v:focus {
                    color: #697582;
                }

            .wrap_2U {
                display: block;
                background-color: #fafafa;
                position: absolute;
                left: 0;
                bottom: 0;
                right: 0;
                overflow-x: hidden;
                overflow-y: scroll;
                z-index: 20;
                height: 100%;
            }

            .container_3- {
                display: block;
                padding: 20px 17px;
                -webkit-text-size-adjust: auto;
                -moz-text-size-adjust: auto;
                -ms-text-size-adjust: auto;
                text-size-adjust: auto;
                overflow-x: hidden;
                overflow-y: scroll;
                padding-top: 90px;
                font-family: 'Arial', sans-serif;
            }

                .container_3-._tablet_3s {
                    padding: 20px 20%;
                    margin-top: 70px;
                }

                    .container_3-._tablet_3s._portrait_3M {
                        padding-top: 20%;
                    }

            .header_3u {
                display: block;
                font-size: 20px;
                line-height: normal;
                text-align: center;
                color: #222d38;
                padding: 0 50px;
                margin-bottom: 10px;
                margin-top: 30px;
            }

                .header_3u._cw_call_end_1J,
                .header_3u._cw_error_-N {
                    font-size: 16px;
                }

                .header_3u._cw_wait_31,
                .header_3u._cw_connecting_Dq,
                .header_3u._cw_connected_1o {
                    font-size: 16px;
                    margin-top: 25px;
                }

                .header_3u._cw_connected_1o {
                    padding: 0;
                }

            ._show_1z {
                display: block;
            }

            body jdiv.button_29 {
                display: block !important;
                visibility: visible !important;
                width: 100%;
                height: 50px;
                color: #fff;
                border-radius: 2px !important;
                background-color: #03aa38;
                font-size: 16px;
                line-height: 3em;
                text-align: center;
                box-shadow: 0 2px 2px 0 rgba(3, 170, 56, 0.2), 0 0 2px 0 rgba(3, 170, 56, 0.3);
                border: 0;
                outline: 0 none;
            }

            .phoneNumber_2l {
                display: inline;
                white-space: nowrap;
                font-size: 16px;
                color: rgba(0, 0, 0, 0.87);
            }

            .iconOk_AT {
                width: 26px;
                display: inline-block;
                vertical-align: middle;
                height: 24px;
                margin-right: 3px;
            }

                .iconOk_AT svg path {
                    stroke: #03aa38;
                }
            /* "Кнопка" в режиме connecting */
            .connectingWrap_3F {
                background-color: #03aa38;
                position: relative;
                transition: all 150ms ease;
                display: block;
                width: 125px;
                height: 125px;
                border-radius: 50% !important;
                z-index: 2147483646;
                opacity: 1;
                visibility: visible;
                margin: 30% auto 50px;
                top: 15px;
            }

            .connectingButton_Gi,
            .connectingIconWrap_2f {
                display: block;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                border-radius: 50% !important;
                text-align: center;
            }

            .connectingButton_Gi {
                -webkit-animation: animationBtn_3l 1.5s linear infinite;
                animation: animationBtn_3l 1.5s linear infinite;
            }

            .connectingLogo_3d {
                display: inline-block;
                width: 40%;
                height: 40%;
                margin: 32% auto 0;
                text-align: center;
                background-repeat: no-repeat;
                background-size: 100% 100%;
            }

            @-webkit-keyframes animationBtn_3l {
                0% {
                    box-shadow: 0 0 0 0;
                    opacity: 0;
                }

                30% {
                    box-shadow: 0 0 0 0;
                    opacity: 0.5;
                }

                100% {
                    box-shadow: 0 0 0 50px;
                    opacity: 0;
                }
            }

            @keyframes animationBtn_3l {
                0% {
                    box-shadow: 0 0 0 0;
                    opacity: 0;
                }

                30% {
                    box-shadow: 0 0 0 0;
                    opacity: 0.5;
                }

                100% {
                    box-shadow: 0 0 0 50px;
                    opacity: 0;
                }
            }
            /* Часы */
            .clock_3R {
                width: 150px;
                height: 150px;
                border-radius: 100% !important;
                position: relative;
                margin: 30% auto 10px;
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
            }

            .ms_HM {
                font-size: 12px;
                display: inline-block;
                color: rgba(0, 0, 0, 0.5);
                margin-left: 2px;
            }

            .fives_1-,
            .seconds_2a {
                width: 2px;
                height: 100%;
                position: absolute;
                top: 0;
                left: 50%;
            }

                .fives_1- .line_25,
                .seconds_2a .line_25 {
                    position: absolute;
                    width: 100%;
                    height: 8px;
                    background: #aaa;
                    top: 0;
                    transition: background 150ms ease;
                }

                .fives_1- .line_25 {
                    height: 12px;
                }

            .timer_28 {
                color: #222d38;
                font-size: 24px;
                position: absolute;
                text-align: center;
                width: 100%;
                top: 50%;
                line-height: 24px;
                margin-top: -12px;
            }

            .copyContainer_4w {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
            }

            .titleMessage_G9 {
                display: block;
                font-size: 24px;
                line-height: 33px;
                text-align: center;
                color: rgba(0, 0, 0, 0.87);
                padding: 16px 40px;
                margin-bottom: 10px;
            }

            .statusInfo_23 {
                display: block;
                box-sizing: border-box;
                padding: 0 30px;
                position: absolute;
                text-align: center;
                -webkit-transform: translate(-50%, -70%);
                transform: translate(-50%, -70%);
                top: 50%;
                left: 50%;
                width: 100%;
            }

                .statusInfo_23 .text_2Q {
                    text-align: center;
                    display: block;
                    line-height: 33px;
                    padding-top: 12px;
                    color: #222d38;
                }

                .statusInfo_23,
                .statusInfo_23 * {
                    font-size: 24px;
                    line-height: 33px;
                }

            .statusInfoIcon_1M::before {
                font-size: 48px;
                display: inline-block;
                margin-bottom: 11px;
                width: 68px;
            }

            .statusInfoIcon_1M.successIcon_2h::before {
                content: '\1F44F' !important;
            }

            .statusInfoIcon_1M.failIcon_13::before {
                content: '\1F614' !important;
            }

            .tryAgainLink_20 {
                text-decoration: underline;
            }

            .look_3I {
                width: 100%;
                height: 100%;
                display: block;
                box-shadow: 0 12px 25px 8px rgba(0, 0, 0, 0.17);
                border-top-right-radius: 33px !important;
                border-top-left-radius: 8px !important;
                background: #fff;
                min-height: 496px;
            }

            .header_2A {
                display: block;
                position: relative;
                width: 100%;
                border-top-left-radius: 8px !important;
                border-top-right-radius: 33px !important;
            }

            .body_30 {
                display: block;
                position: relative;
                left: 0;
                width: 336px;
                background: #fff;
                border-top-left-radius: 9px !important;
                border-top-right-radius: 33px !important;
            }

            .popupContainer_2A {
                display: block;
                height: 426px;
                width: 336px;
                position: relative;
            }

            .look_13 {
                width: 100%;
                height: 100%;
                display: block;
                box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
                border-top-right-radius: 33px !important;
                border-top-left-radius: 8px !important;
                position: relative;
                min-height: 496px;
            }

                .look_13.__static_zZ {
                    height: auto !important;
                    min-height: 496px !important;
                }

                    .look_13.__static_zZ .header_Yo {
                        position: static;
                    }

                    .look_13.__static_zZ .body_14 {
                        position: relative;
                        top: 0;
                        background: #fff;
                        display: block;
                    }

                    .look_13.__static_zZ .offlineWrap_2Y {
                        min-height: 426px;
                    }

            .mobile_2b {
                width: 100%;
                height: 100%;
                background-color: #fff;
                display: block;
                position: absolute !important;
                left: 0;
                right: 0;
                bottom: 0;
                top: 0;
            }

                .mobile_2b .header_Yo {
                    width: 100%;
                }

                .mobile_2b .body_14 {
                    width: 100%;
                    height: auto !important;
                    position: absolute !important;
                    top: 70px;
                    left: 0;
                    bottom: 0;
                    overflow-y: auto;
                }

                .mobile_2b .input_Cy {
                    width: 100%;
                    z-index: 3;
                }

                .mobile_2b .popup_1g {
                    width: 100%;
                }

                .mobile_2b .offlineWrap_2Y {
                    position: static;
                }

            .offlineWrap_2Y {
                display: block;
                position: relative;
                height: calc(100% - 70px);
                background-color: #fff;
            }

            .header_Yo {
                position: absolute;
                top: 0;
                left: 0;
                height: 70px;
                width: 100%;
                border-top-left-radius: 8px !important;
                border-top-right-radius: 33px !important;
            }

            .body_14 {
                position: absolute;
                top: 70px;
                left: 0;
                bottom: 0;
                width: 336px;
                height: auto !important;
            }

            .input_Cy {
                position: absolute;
                bottom: 0;
                left: 0;
                height: auto;
                width: 336px;
                background-color: #fff;
                z-index: 1;
            }

            .popup_1g {
                position: absolute;
                top: 70px;
                width: 336px;
                height: auto;
                z-index: 20;
            }

            .popupFull_1u {
                position: absolute;
                top: 70px;
                width: 100%;
                bottom: 0;
                z-index: 20;
            }

            .show_2L {
                opacity: 1 !important;
            }

            .hide_2W {
                opacity: 0 !important;
            }

            .headerBox_33 {
                height: 70px !important;
            }

            .fadeIn_qj {
                transition: opacity 300ms cubic-bezier(0.39, 0.24, 0.21, 0.99);
                opacity: 1;
            }

            .fadeOut_et {
                transition: opacity 300ms cubic-bezier(0.39, 0.24, 0.21, 0.99);
                opacity: 0;
            }

            .wrap_ZH {
                position: fixed;
                display: block;
                z-index: 2147483647;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background-color: #fff;
                border: 1px solid #a0a0a0;
                box-sizing: border-box;
            }

            .substrate_1H {
                position: absolute;
                display: block;
                top: 0;
                left: 0;
                width: 150%;
                height: 150%;
                background: url("data:image/svg+xml,%3Csvg%20width%3D%22273%22%20height%3D%22273%22%20viewBox%3D%220%200%20273%20273%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%3EGroup%204%3C%2Ftitle%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%22271.5%22%20cy%3D%2218%22%20r%3D%228.25%22%2F%3E%3Cmask%20id%3D%22f%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216.5%22%20height%3D%2216.5%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3Cpath%20id%3D%22b%22%20d%3D%22M77.625%2089.25l9.63%206.996-3.68%2011.32h-11.9l-3.68-11.32z%22%2F%3E%3Cmask%20id%3D%22g%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220.25%22%20height%3D%2220.25%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23b%22%2F%3E%3C%2Fmask%3E%3Ccircle%20id%3D%22c%22%20cx%3D%22216.375%22%20cy%3D%22195.375%22%20r%3D%2211.625%22%2F%3E%3Cmask%20id%3D%22h%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2223.25%22%20height%3D%2223.25%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23c%22%2F%3E%3C%2Fmask%3E%3Cpath%20id%3D%22d%22%20d%3D%22M237%2084.75h13.5v13.5H237z%22%2F%3E%3Cmask%20id%3D%22i%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213.5%22%20height%3D%2213.5%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23d%22%2F%3E%3C%2Fmask%3E%3Cpath%20id%3D%22e%22%20d%3D%22M128.645%2036l7.144%204.125v8.25l-7.145%204.125-7.145-4.125v-8.25z%22%2F%3E%3Cmask%20id%3D%22j%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214.289%22%20height%3D%2216.5%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23e%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-7%20-9)%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.3%22%3E%3Cpath%20d%3D%22M0%200h291.75v294.75H0z%22%2F%3E%3Cuse%20stroke%3D%22%23AEB4BF%22%20mask%3D%22url(%23f)%22%20stroke-width%3D%223%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Cpath%20stroke%3D%22%23AEB4BF%22%20stroke-width%3D%221.5%22%20d%3D%22M79.313%20162.75l-2.063-8.25%207.688%204.125zM202.367%2021.375L199.5%2010.5l10.688%205.438z%22%2F%3E%3Cuse%20stroke%3D%22%23AEB4BF%22%20mask%3D%22url(%23g)%22%20stroke-width%3D%223%22%20xlink%3Ahref%3D%22%23b%22%2F%3E%3Cpath%20d%3D%22M21.75%20165.563l5.438-17.813M51%20205.5l4.875%202.625-3.563%203.938%204.876%202.25-3.376%203.562M7.5%2082.5s8.25%206%204.125%2016.125M174.755%20160.125S174.005%20147%20191.63%20142.5%22%20stroke%3D%22%23AEB4BF%22%20stroke-width%3D%221.5%22%2F%3E%3Cuse%20stroke%3D%22%23AEB4BF%22%20mask%3D%22url(%23h)%22%20stroke-width%3D%223%22%20xlink%3Ahref%3D%22%23c%22%2F%3E%3Cpath%20stroke%3D%22%23AEB4BF%22%20stroke-width%3D%221.5%22%20d%3D%22M251.25%20276.03v-9.406h9.01v-9.374h11.267%22%2F%3E%3Cuse%20stroke%3D%22%23AEB4BF%22%20mask%3D%22url(%23i)%22%20stroke-width%3D%223%22%20xlink%3Ahref%3D%22%23d%22%2F%3E%3Cuse%20stroke%3D%22%23AEB4BF%22%20mask%3D%22url(%23j)%22%20stroke-width%3D%223%22%20xlink%3Ahref%3D%22%23e%22%2F%3E%3Cpath%20d%3D%22M81.375%2015.75L69%209.75%22%20stroke%3D%22%23AEB4BF%22%20stroke-width%3D%221.5%22%2F%3E%3Ccircle%20fill%3D%22%23AEB4BF%22%20cx%3D%22188.25%22%20cy%3D%2268.25%22%20r%3D%222.25%22%2F%3E%3Ccircle%20fill%3D%22%23AEB4BF%22%20cx%3D%22197.25%22%20cy%3D%22239.25%22%20r%3D%222.25%22%2F%3E%3Ccircle%20fill%3D%22%23AEB4BF%22%20cx%3D%22260.625%22%20cy%3D%22148.875%22%20r%3D%221.875%22%2F%3E%3Ccircle%20fill%3D%22%23D8D8D8%22%20cx%3D%22127.875%22%20cy%3D%22206.625%22%20r%3D%221.875%22%2F%3E%3Ccircle%20fill%3D%22%23AEB4BF%22%20cx%3D%2269.375%22%20cy%3D%22266.625%22%20r%3D%221.875%22%2F%3E%3Ccircle%20fill%3D%22%23AEB4BF%22%20cx%3D%22149.625%22%20cy%3D%22114.375%22%20r%3D%221.875%22%2F%3E%3Ccircle%20fill%3D%22%23AEB4BF%22%20cx%3D%2233.375%22%20cy%3D%2237.875%22%20r%3D%221.875%22%2F%3E%3Cpath%20stroke%3D%22%23AEB4BF%22%20stroke-width%3D%221.5%22%20d%3D%22M8.405%20274.706l5.97-14.456%204.775%2012.268zM127.5%20280.35s11.25-10.5%2024.375%201.125%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
            }

            .iconContainer_33 {
                position: absolute;
                display: block;
                width: 100%;
                height: 100%;
                z-index: 2147483646;
                top: 0;
                left: 0;
            }

            .iconWrap_2R {
                position: absolute;
                display: block;
                width: 100px;
                height: 100px;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                margin: auto;
            }

            .iconWrapContainer_wY {
                position: absolute;
                width: 100px;
                height: 100px;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
            }

            .handIcon_2H {
                display: block;
                width: 150px;
                height: 150px;
            }

                .handIcon_2H svg {
                    width: 150px !important;
                    height: 150px !important;
                }

            .arrow1_l3 {
                display: block;
                width: 50px;
                height: 60px;
                position: absolute;
                left: -60px;
                bottom: -40px;
            }

                .arrow1_l3 svg {
                    width: 50px !important;
                    height: 60px !important;
                }

            .arrow2_3H {
                display: block;
                width: 50px;
                height: 60px;
                position: absolute;
                bottom: 120px;
                left: 15px;
            }

                .arrow2_3H svg {
                    width: 50px !important;
                    height: 60px !important;
                }

            ._tablet_3q .substrate_1H {
                width: 100%;
                height: 100%;
            }

            .viewWrap_N2,
            .zoom_I9 {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
            }

            .zoom_I9 {
                z-index: 2147483647;
            }

            .box_Bv {
                display: block;
                position: absolute;
                width: 100px;
                height: 100px;
                left: 50%;
                top: 50%;
                margin-left: -50px;
                margin-top: -50px;
            }

            .wrap_3s {
                bottom: 0;
                right: 0;
                position: fixed;
                left: auto;
                top: auto;
                z-index: -5;
                opacity: 0;
                visibility: hidden;
                margin-right: 90px;
                margin-bottom: 90px;
                transition: all 150ms ease;
                display: block;
                width: 70px;
                height: 70px;
                border-radius: 50% !important;
                box-shadow: 1px 2px 3px 0 rgba(15, 65, 33, 0.08), 5px 10px 20px 0 rgba(18, 43, 26, 0.12);
            }

                .wrap_3s:hover {
                    box-shadow: 1px 2px 3px 2px rgba(15, 65, 33, 0.08), 5px 10px 20px 2px rgba(18, 43, 26, 0.2);
                }

                .wrap_3s._show_3w {
                    z-index: 2147483646;
                    opacity: 1;
                    visibility: visible;
                }

                .wrap_3s *,
                .wrap_3s svg {
                    cursor: pointer !important;
                }

            .button_3b,
            .iconWrap_1u {
                display: block;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                border-radius: 50% !important;
                text-align: center;
            }

            .button_3b {
                -webkit-animation: animationBtn_36 14s linear infinite;
                animation: animationBtn_36 14s linear infinite;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
            }

            @-webkit-keyframes animationBtn_36 {
                0% {
                    box-shadow: 0 0 0 0;
                    opacity: 0;
                }

                73% {
                    box-shadow: 0 0 0 0;
                    opacity: 0.5;
                }

                80% {
                    box-shadow: 0 0 0 50px;
                    opacity: 0;
                }

                81% {
                    box-shadow: 0 0 0 0;
                    opacity: 0;
                }

                83% {
                    box-shadow: 0 0 0 0;
                    opacity: 0.5;
                }

                90% {
                    box-shadow: 0 0 0 50px;
                    opacity: 0;
                }

                91% {
                    box-shadow: 0 0 0 0;
                    opacity: 0;
                }

                93% {
                    box-shadow: 0 0 0 0;
                    opacity: 0.5;
                }

                100% {
                    box-shadow: 0 0 0 50px;
                    opacity: 0;
                }
            }

            @keyframes animationBtn_36 {
                0% {
                    box-shadow: 0 0 0 0;
                    opacity: 0;
                }

                73% {
                    box-shadow: 0 0 0 0;
                    opacity: 0.5;
                }

                80% {
                    box-shadow: 0 0 0 50px;
                    opacity: 0;
                }

                81% {
                    box-shadow: 0 0 0 0;
                    opacity: 0;
                }

                83% {
                    box-shadow: 0 0 0 0;
                    opacity: 0.5;
                }

                90% {
                    box-shadow: 0 0 0 50px;
                    opacity: 0;
                }

                91% {
                    box-shadow: 0 0 0 0;
                    opacity: 0;
                }

                93% {
                    box-shadow: 0 0 0 0;
                    opacity: 0.5;
                }

                100% {
                    box-shadow: 0 0 0 50px;
                    opacity: 0;
                }
            }

            .iconWrap_1u .logoCallback_w0 {
                margin: 18px auto 0 !important;
            }

            .logoCallback_w0 {
                display: inline-block;
                width: 52%;
                height: 52%;
                margin: 18px auto 0 !important;
                text-align: center;
                background-position: -2px -2px;
                background-repeat: no-repeat;
                background-size: 110% 110%;
            }
       