.tpl_windows.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    padding-top: 55px;
}
.tpl_windows.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.tpl_windows.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.tpl_windows .modal-dialog {
    position: relative;
    width: auto;
    margin: 5px;
    z-index: 1050;
}
.tpl_windows .modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}
.tpl_windows.fade.in {
    opacity: 1;
}

.tpl_windows.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.tpl_windows *, .tpl_windows *:before, .tpl_windows *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    .tpl_windows .modal-dialog {
        width: 600px;
        margin: auto;
    }
    .tpl_windows .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

@media screen and (max-width: 460px) {
    #message-text .insurance-details-table{
        width: 100% !important;
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-open {
    overflow: hidden;
}

.modal-open:not(.no-blur) #wrap{
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.modal-open-with-scroll #wrap{
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.tpl_windows .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
}
.tpl_windows .modal-header .close {
    margin-top: -2px;
}
.tpl_windows .modal-title {
    margin: 0;
    line-height: 1.428571429;
}
.tpl_windows .modal-body {
    position: relative;
    padding: 20px;
}
.tpl_windows .modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.tpl_windows .modal-footer:before,
.tpl_windows .modal-footer:after {
    content: " ";
    display: table;
}
.tpl_windows .modal-footer:after {
    clear: both;
}
.tpl_windows .modal-footer:before,
.tpl_windows .modal-footer:after {
    content: " ";
    display: table;
}
.tpl_windows .modal-footer:after {
    clear: both;
}
.tpl_windows .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.tpl_windows .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.tpl_windows .modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.tpl_windows .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.tpl_windows .close:hover,
.tpl_windows .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.tpl_windows button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.tpl_windows .text-center {
    text-align: center;
}

.tpl_windows .pull-right {
    float: right !important;
}
.tpl_windows .pull-left {
    float: left !important;
}

/*------------Начало btn-------------*/
.tpl_windows .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.tpl_windows .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.tpl_windows .btn:hover,
.tpl_windows .btn:focus {
    color: #333333;
    text-decoration: none;
}
.tpl_windows .btn:active,
.tpl_windows .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tpl_windows .btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.tpl_windows .btn-default:hover,
.tpl_windows .btn-default:focus,
.tpl_windows .btn-default:active,
.tpl_windows .btn-default.active{
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.tpl_windows .btn-default:active,
.tpl_windows .btn-default.active{
    background-image: none;
}
/*------------Конец btn-------------*/

.old-browser{
    height: 220px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 1.428571429;
}

.ol-brackets{
    list-style-type: none;
    counter-reset:  item;
    margin-left: -25px;
}

.li-brackets:before{
    content: counter(item) ') ';
    counter-increment: item;
}

.li-brackets{
    text-indent: -1em;
}

.update-window-height{
    height: 100% !important;
}



.modal-win .modal-dialog {
    padding-top: 100px;
}

.app-modal-content {
    position: relative;
    width: 550px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 10px 10px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}

.app-modal-center .app-modal-content {
    width: 100%;
}

.app-text-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
    -max-height: 500px;
}

.app-modal-content .app-modal-body a{
    color: #17a3d8;
    text-decoration: underline;
}

.app-modal-content .app-modal-body a:hover,
.app-modal-content .app-modal-body a:focus, .no-reg-button:focus {
    color: #00d5ff;
}

.app-modal-center{
    width: 520px !important;
}

.app-modal-footer {
    text-align: center;
    width: 100%;
}

.app-modal-error .app-modal-footer,.app-modal-warning .app-modal-footer {
    padding: 20px 30px 35px 30px;
}

.app-modal-success .app-modal-footer {
    padding: 15px 30px 35px 30px;
}

.app-modal-body {
    position: relative;
    border-radius: 10px 10px 0 0;
}

.app-modal-error .app-modal-body{
    padding: 35px 30px 25px 30px;
    color: #ffffff;
    background: #d45659 url('/Assets/img/app-modal/red-warning.png') no-repeat top right;
}

.app-modal-warning .app-modal-body{
    padding: 35px 30px 25px 30px;
    background: #87c244 url('/Assets/img/app-modal/green-warning.png') no-repeat top right;
    color: #ffffff;
}

.app-modal-success .app-modal-body{
    padding: 40px 30px 10px 30px;
    background-color: #ffffff;
}

.app-modal-success .message-win-header {;
    color: #17a3d8;
}

.message-win-header{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1;
}

#message-text .message-win-header{
    display: none;
    font-family: 'Open Sans', tahoma, arial, sans;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: normal;
    color: #17a3d8;
}

#message-text .insurance-details-table{
    width: 500px;
    font-family: 'Open Sans', tahoma, arial, sans;
}

#message-text .insurance-details-table thead th:first-child{
    width: 70%;
}

#message-text .insurance-details-table tbody tr td:not(:first-child){
    padding-left: 10px;
}

#message-text .insurance-details-table tbody tr:not(:last-child):not(.head-tr) td{
    border-bottom: 1px solid #f5f5f5;
}

#message-text .insurance-details-table tbody tr td{
    padding: 3px 0;
}

#message-text .insurance-details-table tbody tr.head-tr td{
    padding-top: 10px;
    font-weight: 600;
}

#message-text .insurance-details-table .insurance-detail-yes
{
    background: url("/Assets/img/assist/yes_no.png") -48px -29px no-repeat;
    height: 15px;
    width: 25px;
    background-size: 70px 45px;
}

.modal-dialog.compare-window{
    width: 850px !important;
}

#message-text .insurance-compare-table{
    width: 100%;
}

#message-text .insurance-compare-table .compare-group-title div{
    padding-top: 15px;
    font-weight: bold;
}

#message-text .insurance-compare-table .compare-group-title td{
    border-bottom: none;
}

#message-text .insurance-compare-table td,
#message-text .insurance-compare-table th{
    padding: 5px;
    vertical-align: top;
    border-bottom: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}

#message-text .insurance-compare-table td:first-child{
    vertical-align: top;
}

#message-text .insurance-compare-table th:not(:first-child),
#message-text .insurance-compare-table td:not(:first-child){
    min-width: 175px;
    max-width: 175px;

    text-align: center;
}

#message-text .insurance-compare-table th:last-child,
#message-text .insurance-compare-table td:last-child{
    border-right: none;
}

#message-text .insurance-compare-table tr:last-child td{
    border-bottom: none;
}

#message-text .insurance-compare-table .compare-logo img {
    max-width: 80%;
}

#message-text .insurance-compare-table .insurance-detail-yes{
    display: inline-block;
}

.compare-logo, .compare-title
{
    vertical-align: middle !important;
    text-align: center !important;
}

.show-diff
{
    vertical-align: middle;
}

.message-win-body{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.message-text-body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 10px 10px 0;
}

.message-text-body-big{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 24px;
    padding: 10px 10px 10px 0;
}

.app-text-body {
    position: relative;
    border-radius: 10px 10px 10px 10px;
}


.bot-text-border{
    width:100%;
    /*right: 32px;*/
    right: 0;

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

    height: 20px;
    position: absolute;
    bottom: 38px;
    z-index: 100;
}

.top-text-border{
    width:100%;
    /*right: 32px;*/
    right:0;

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */

    height: 20px;
    position: absolute;
    top: 40px;
    z-index: 100;
}

.app-modal-error #message-triangle-down {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #d45659;
    margin-top: -1px;
}

.app-modal-warning #message-triangle-down {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #87c244;
    margin-top: -1px;
}

#message-siab a.button-enter{
    padding: 8px !important;
    color: #fff !important;
}

.app-modal-warning a.button-enter,.app-modal-success a.button-enter{
    border: 1px solid #8fce48;
    padding: 8px !important;
    background: #8fce48;
}

.app-modal-error a.button-enter{
    border: 1px solid #d45659;
    padding: 8px !important;
    background: #d45659;
}

.app-modal-warning a.button-enter:hover,.app-modal-success a.button-enter:hover{
    border: 1px solid #a0e550;
    background: #a0e550;
}

.app-modal-error a.button-enter:hover{
    border: 1px solid #f35f63;
    background: #f35f63;
}




.browser_icon_ie{
    width: 50px;
    height: 50px;
}

.browser_icon_chrome{
    width: 50px;
    height: 50px;
}

.browser_icon_mozilla{
    width: 47px;
    height: 47px;
}

.browser_icon_opera{
    width: 49px;
    height: 49px;
}

.browser_icons{
    width: 25%;
    float: left;
}

.form-modal .productLabel,
.call-form-modal .productLabel{
    font-size: 32px;
    margin-bottom: 10px;
}

.form-modal label{
    display: block;
    margin-bottom: 5px;
}

.form-modal textarea{
    height: 100px;
    max-width: none;
}

.form-modal .not-required{
    font-size: 12px;
    color: #b2b2b2;
}

.form-modal .form-actions{
    margin-top: 30px;
    text-align: center;
}

.form-modal .button-green{
    display: inline-block;
    width: auto;
}

.form-modal .button-green:hover{
    border: 1px solid #a0e550;
    background: #a0e550;
}

.form-modal .ps-scrollbar-x-rail{
    display: none !important;
}

.form-modal .message-text-body{
    padding-bottom: 0;
}

.form-modal .show-errors select.combobox.ng-invalid ~ input[type=text],
.form-modal .show-errors input.ng-invalid,
.form-modal .show-errors input.ng-invalid-required{
    color: #f00 !important;
    border: 1px #f00 solid;
}

.form-modal .datepicker-container{
    display: block;
}

.reminder-time .jq-selectbox__dropdown ul{
    max-height: 140px;
}

.reminder-form-modal:not(.reminder-manager) .app-text-body{
    padding-bottom: 0;
}

.reminder-form-modal form{
    min-height: 350px;
}

.hey-contact-us
{
    position: fixed;
    z-index: 10000;
    text-align: center;

    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 32px;

    padding: 15px 16px;

    min-height: 64px;
    width: 64px;

    right: 20px;
    bottom: 40px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.hey-contact-us-pulse-shadow
{
    position: fixed;
    z-index: 9;
    text-align: center;

    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 32px;

    padding: 15px 16px;

    min-height: 64px;
    width: 64px;

    right: 20px;
    bottom: 40px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.contact-us__item
{
    cursor: pointer;
    display: table;
    position: relative;

    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 32px;
    width: 32px;

    z-index: 10;
}

.hey-contact-us a:not(:last-child) {
    margin-bottom: 12px;
}

.contact-us-chat
{
    background-image: url(/Assets/img/contact-us/chat.png);
}

.contact-us-fb
{
    background-image: url(/Assets/img/contact-us/fb.png);
}

.contact-us-icon-wh64-absolute {
    position: absolute;

    height: 64px;
    width: 64px;
    margin-left: -16px;
    margin-top: -15px;
}

.contact-us-icon_all
{
    background-image: url(/Assets/img/contact-us/icon_all.png);
}

.contact-us-icon_cross
{
    background-image: url(/Assets/img/contact-us/icon_cross.png);
}

.contact-us-tg
{
    background-image: url(/Assets/img/contact-us/tg.png);
}

.contact-us-vb
{
    background-image: url(/Assets/img/contact-us/vb.png);
}

.contact-us-vk
{
    background-image: url(/Assets/img/contact-us/vk.png);
}

.contact-us-wa
{
    background-image: url(/Assets/img/contact-us/wa.png);
}

.contact-us-icon_cross
{
    background-image: url(/Assets/img/contact-us/icon_cross.png);
}

.contact-us__hidden
{
    display: none;
}

.contact-us__hint
{
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    color: #fff;
    margin-top: 7px;
    padding: 2px 10px;
    position: absolute;
    right: 65px;

    white-space: nowrap;
}

body > jdiv, body > jdiv * {
/*    position: fixed !important;
    left: -5000px;
    z-index: -1000;*/
}

.contact-us-icon-wh64-absolute .contact-us__hint {
    margin-left: 12px;
    margin-top: 24px;
    right: 81px;
}

.contact-us__item:hover .contact-us__hint
{
    display: table;
}

body {
    z-index: 0;
}

.app-content {

}

#insurance-execute-error .modal-body {
    padding-bottom: 36px;
}

#insurance-execute-error .insurance-execute-error__message {
    color: #616161
}

#insurance-execute-error .insurance-execute-error__actions {
    text-align: center; margin-top: 20px
}

#insurance-execute-error .insurance-execute-error__actions .btn {
    background-color: #00a3d4;
    color: #fff;
    border: none;
    padding: 10px 20px;
}

#insurance-execute-error .insurance-execute-error__actions a {
    color: #00a3d4;
    border-bottom: 1px solid #00a3d4;
    font-size: 15px
}

#insurance-execute-error .insurance-execute-error__actions a ~ p {
    padding-top: 8px
}

.pulse-animation {
    -webkit-animation: pulse-animation 3s linear infinite;
    -moz-animation: pulse-animation 3s linear infinite;
    -ms-animation: pulse-animation 3s linear infinite;
    animation: pulse-animation 3s linear infinite;
}

.recognize-modal-upload-container {
    width: 100%;
    text-align: center;
    border: 1px dashed #c1c1c1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.recognize-modal-upload-container.drop {
    background-color: #e4e4e4;
}

.recognize-modal-upload-container p {
    margin: 15px 0 0
}

p.recognize-modal-info {
    margin: 30px 0;
}

.recognize-modal-upload-input {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 100px;
    z-index: 2;
    height: 100%;
    opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=0); /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    -khtml-opacity: 0.0; /* Safari 1.x */
    -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
}

.recognize-modal-upload-container h3 {
    font-size: 30px;
    margin: 0 !important;
    color: #000000 !important;
}

.recognize-modal-qr-container {
    text-align: center;
}
.recognize-modal-upload-button {
    position: relative;
    overflow: hidden;
}
@keyframes pulse-animation {
    0% {
        transform: scale(1);
        opacity: 1.0;
    }
    99% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes pulse-animation {
    0% {
        transform: scale(1);
        opacity: 1.0;
    }
    99% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-animation {
    0% {
        transform: scale(1);
        opacity: 1.0;
    }
    99% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-ms-keyframes pulse-animation {
    0% {
        transform: scale(1);
        opacity: 1.0;
    }
    99% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.tpl_windows.modal.popup_for_funnel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 6vh;
    padding-bottom: 6vh;
}

.tpl_windows .modal-dialog.popup_for_funnel__modal-dialog {
    max-width: 840px;
    width: 100%;
    max-height: 100%;
    padding: 0 20px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup_for_funnel__text-body {
    position: relative;
}

#popup_for_funnel_content > form {
    padding: 40px 30px;
    border-radius: 10px 10px 10px 10px;
    background-color: #FFFFFF;
}
