.flavr-container {
    position: fixed;
    text-align: center;
    visibility: visible;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    display: none;
    z-index: 10000;
    overflow: hidden;
}

.flavr-container *, .flavr-container *:before, .flavr-container *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.flavr-container .cleafix:after, .flavr-container.clearfix:after {
    /*    content: " ";
        display: table;
        clear: both;*/
}

.flavr-container.modal {
    pointer-events: auto;
}

.flavr-container.shown {
    display: block;
}

.flavr-container.top-mid .flavr-fixer {
    margin: 0;
}

.flavr-container.top-left .flavr-fixer {
    position: fixed;
    margin: 0;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
}

.flavr-container.top-right .flavr-fixer {
    position: fixed;
    margin: 0;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
}

.flavr-container.bottom-left .flavr-fixer {
    position: fixed;
    margin: 0;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

.flavr-container.bottom-right .flavr-fixer {
    position: fixed;
    margin: 0;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

.flavr-container.bottom-mid .flavr-fixer {
    position: fixed;
    margin: 0;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    text-align: left;
}

.flavr-container.bottom-mid .flavr-fixer .flavr-outer {
    width: 100%;
}

.flavr-container.fullscreen .flavr-fixer {
    margin-top: 0;
}

.flavr-container .flavr-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: inherit;
    background: rgba(0, 0, 0, 0.8);
    overflow: auto;
}

.flavr-container .flavr-fixer {
    position: relative;
    margin: 140px auto 60px;
    display: inline-block;
    width: auto;
    pointer-events: auto;
    -webkit-transition: margin .3s;
    -moz-transition: margin .3s;
    -o-transition: margin .3s;
    transition: margin 0.3s;
}

.flavr-container .flavr-fixer .flavr-outer {
    background: #fff;
    min-width: 300px;
    height: auto;
    text-align: center;

    border: 2px solid #fff;
    border-radius: 10px;
}

.flavr-container .flavr-fixer .flavr-outer .tL,
.flavr-container .flavr-fixer .flavr-outer .tR,
.flavr-container .flavr-fixer .flavr-outer .bL,
.flavr-container .flavr-fixer .flavr-outer .bR {
    position: absolute;
    pointer-events: none;
}

.flavr-container .flavr-fixer .flavr-outer .tL {
    background-image: url('/static/img/design/popup-topLeft.png');
    top: -70px;
    left: -65px;
    width: 83px;
    height: 124px;
}

.flavr-container .flavr-fixer .flavr-outer .tR {
    background-image: url('/static/img/design/popup-topRight.png');
    top: -190px;
    right: -110px;
    width: 203px;
    height: 195px;
}

.flavr-container .flavr-fixer .flavr-outer .bL {
    background-image: url('/static/img/design/popup-bottomLeft.png');
    bottom: -70px;
    left: -150px;
    width: 205px;
    height: 220px;
}

.flavr-container .flavr-fixer .flavr-outer .bR {
    background-image: url('/static/img/design/popup-bottomRight.png');
    bottom: -90px;
    right: -80px;
    width: 86px;
    height: 147px;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-content {
    color: #333;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-icon {
    margin-top: 10px;
    margin-bottom: 10px;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-icon img {
    max-height: 75px;
    max-width: 75px;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-content h1 {
    padding: 5px 15px 10px;
    border-bottom: solid 1px #34386e;
    margin: 20px 30px;
    font-size: 35px;
    font-weight: 400;
    color: #33386e;
    line-height: 1em;
    font-family: Alegreya Sans SC, serif;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-title:empty {
    border: none;
    margin: 0;
    padding: 0;
}

.flavr-container.notification {
    z-index: 10001;
}

.flavr-container.notification .flavr-fixer .flavr-outer {
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 0 0 7px 7px;
    box-shadow: none;
}

.flavr-container.notification .flavr-fixer .flavr-outer .flavr-content {
    color: white;
    text-align: left;
    padding: 10px 30px;
}
.flavr-container.notification .flavr-fixer .flavr-outer .flavr-content .flavr-message {
    
}

.flavr-container.notification .flavr-fixer .flavr-outer .flavr-content .flavr-title,
.flavr-container.notification .flavr-fixer .flavr-outer .flavr-toolbar,
.flavr-container.notification .flavr-fixer .flavr-outer .flavr-toolbar.inline,
.flavr-container.video .flavr-fixer .flavr-outer .flavr-content .flavr-title,
.flavr-container.video .flavr-fixer .flavr-outer .flavr-toolbar,
.flavr-container.video .flavr-fixer .flavr-outer .flavr-toolbar.inline {
    padding: 0;
}

.flavr-container.video .flavr-fixer {
    width: 75%;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flavr-container.video .flavr-fixer .flavr-outer {
    height: 100%;
    border-radius: 0;
}

.flavr-container.video .flavr-fixer .flavr-outer .flavr-content {
    height: 100%;
    padding: 0;
}

.flavr-container.video .flavr-fixer .flavr-outer .flavr-content .flavr-message {
    height: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

.flavr-container.video .flavr-fixer .flavr-outer .flavr-content .video {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
}

.flavr-container.notification .flavr-fixer {
    width: 820px;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message {
    color: inherit;
    line-height: 1.5;
    overflow-x: hidden;
    padding: 20px 30px;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message p {
    margin: 10px;
    text-align: left;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form .form-row {
    text-align: left;
    margin-top: 8px;
}

.flavr-container:not(.bank-modal) .flavr-fixer .flavr-outer .flavr-content .flavr-message form input {
    display: block;
    width: 100%;
    padding: 8px 6px 7px 15px;
    background-color: #f6f6f6;
    outline: none;
    height: 35px;

    border: 1px solid #aaa;
    border-radius: 7px;
    text-align: center;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form textarea {
    padding: 10px;
    width: 100%;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form input[type=range] {
    padding: 0;
    display: inline-block;
    width: 90%;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form input[type=checkbox], .flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form input[type=radio] {
    display: inline;
    width: auto;
    margin-left: 12px;
    background-color: transparent;
    height: auto;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form input[type=checkbox]:first-child, .flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form input[type=radio]:first-child {
    margin-left: 0;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form select {
    display: block;
    background-color: #f6f6f6;
    height: 36px;
    width: 100%;
    border: 0;
    outline: none;
    color: #666;
    padding: 6px 6px 7px 15px;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form label {
    font-size: 1em;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form button, .flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form input[type=button], .flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form input[type=submit], .flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form input[type=reset], .flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form a.btn {
    display: block;
    outline: none;
    text-decoration: none;
    padding: 8px 12px;
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff;
    background: #795aac none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease 0.3s;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form button:hover, .flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form button:focus, .flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form input[type=button]:hover, .flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form input[type=button]:focus, .flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form input[type=submit]:hover, .flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form input[type=submit]:focus, .flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form input[type=reset]:hover, .flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form input[type=reset]:focus, .flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form a.btn:hover, .flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message form a.btn:focus {
    outline: none;
    background-color: #3e4b5d;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar {
    white-space: nowrap;
    padding: 0 30px 20px;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button {
    /*    outline: none;
        display: block;
        text-decoration: none !important;
        padding: 7px 12px;
        margin-top: 8px;
        margin-bottom: 4px;
        font-size: 13px;
        font-weight: normal;
        line-height: 1.428571429;
        color: #fff;
        !*background: linear-gradient(to bottom, #12B2E1 0%, #00D5F3 15%, #12B2E1 50%, #3285E2 76%, #9F73D6 100%);*!
        !*box-shadow: inset 0 3px 10px 0px #3285e2, inset 0 46px 20px -30px #00D5f3, inset 0 28px 10px 0 #3285e2, inset 0 90px 90px 1px #9f73d6;*!
        background-color: #3285e2;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        background-image: url('/static/img/button_blue_big.png');
        border: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease 0.3s;

        border-radius: 33px;
        text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);*/
}

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button:hover, .flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button:focus {
    /* outline: none;
     background-color: #00D5f3;
     box-shadow: inset 0 2px 50px -10px #3285e2, inset 0px 40px 30px 0px #00D5f3;
     color: white;*/
}

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.purple {
    /* background: url('/static/img/button_purple_big.png');
     border: 2px solid white;
     background-color: #8D1D72;
     box-shadow: 0 0 2px white inset, 0 0 5px rgba(52, 56, 111, 0.5);*/
}

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.purple:hover, .flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.purple:focus {
    /* background-color: #E4489F;
     box-shadow: 0 0 2px white inset, 0 0 5px rgba(52, 56, 111, 0.5), inset 0 7px 20px 1px #C574DB, inset 0 5px 50px -40px #D169CF, inset 0px 32px 50px 0px #E4489F;*/
}

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.gold {
    /*    background-color: #D3B944;
        !*  background-image: linear-gradient(to bottom, #ECC355, #EAD28F, #E3C453, #8A840B);*!
        background-image: linear-gradient(to bottom, #ECC355 10%, #EAD28F 40%, #E3C453 60%, #8A840B 130%);*/
}

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.gold:hover, .flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.gold:focus {
    /*  background-color: #E9D28D;
      box-shadow: inset 0 5px 10px 2px #ECC355, inset 0 41px 20px -9px #EAD17B, inset 0px 0px 0px 0px #8A840B;*/
}

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.gray {
    /*color: #888;
    background: url('/static/img/button_gray_big.png');
    background-color: #CBCACC;
    box-shadow: 0px 5px 9px 10px rgba(52, 56, 111, 0.1) inset;*/
}

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.gray:hover, .flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.gray:focus {
    /*    background-color: #E5E6E7;
        color: #666;
        box-shadow: none;*/
}

/*
.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.primary {
    !*background-color: #2980b9;*!
}

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.primary:hover, .flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.primary:focus {
    background-color: #3e4b5d;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.success {
    background-color: #27ae60;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.success:hover, .flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.success:focus {
    background-color: #3e4b5d;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.info {
    background-color: #1fb5ad;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.info:hover, .flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.info:focus {
    background-color: #3e4b5d;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.warning {
    background-color: #f39c12;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.warning:hover, .flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.warning:focus {
    background-color: #3e4b5d;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.danger {
    background-color: #f44a56;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.danger:hover, .flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.danger:focus {
    background-color: #3e4b5d;
}*/

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.close,
.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar.inline .flavr-button.close {
    background: #00e4ff none;
    color: transparent;
    overflow: hidden;
    border-radius: 50%;
    margin: 0;

    min-width: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -17px;
    right: -15px;
    box-shadow: none;
    text-shadow: none;
    border: solid #fff 2px;
    font-weight: 600;
    font-size: 28px;
    padding: 0;
    line-height: 32px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.close:before,
.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar.inline .flavr-button.close:before {
    content: "x";
    color: #fff;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

/*.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.close:hover,*/
/*.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar.inline .flavr-button.close:hover {*/
/*    background-color: #fff;*/
/*    border: 2px solid #00e4ff;*/
/*}*/

/*.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.close:hover:before,*/
/*.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar.inline .flavr-button.close:hover:before {*/
/*    color: #00e4ff;*/
/*}*/

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar.inline .flavr-button {
    display: inline-block;
    width: auto;
    min-width: 120px;
    margin-left: 6px;
    margin-top: 2px;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar.inline .flavr-button:first-child {
    margin-left: 0;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar.stacked .flavr-button:first-child {
    margin-top: 0;
}

