@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Montserrat&subset=cyrillic');

#window {
    margin-left: auto;
    margin-right: auto;
}

textarea {
    border: 1px solid darkgray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;}


.wwl-dashboard-container {
    width: 100%;
    float: left;
    padding-bottom: 100px;
}
h1 {
    font-weight: 400;
    font-size: 42px;
    margin-bottom: 30px;
    cursor: default;
    color: rgba(0, 0, 0, 0.7);
}
h2 {
    font-weight: 400;
    font-size: 38px;
    margin-bottom: 30px;
    cursor: default;
    color: rgba(0, 0, 0, 0.7);
}
h3 {
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 30px;
    cursor: default;
    color: rgba(0, 0, 0, 0.7);
}
h4 {
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 30px;
    cursor: default;
    color: rgba(0, 0, 0, 0.7);
}
p {
    line-height: 18px;
    color: rgba(0,0,0,.5);
    font-size: 14px;
    cursor: default;
}
li {
    cursor: default;
}
.wwl-dashboard {
    width: 280px;
    height: 100vh;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 10px 0px;
    background: none;
    position: fixed;
    z-index: 4;
    background: #232b38;
    overflow-y: auto;
}
/*.wwl-balance:hover {
    transform: translateX(10px) scale(1.1,1.1);
    transition: all 0.1s linear 0s;
}*/
.wwl-brand {
    padding: 10px 0px;
    width: 64px;
}
.wwl-brand img {
    width: 41px;
}
.wwl-logo-name {
    text-transform: uppercase;
    font-size: 12px;
}


.wwl-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-sizing: border-box;
    max-width: 90%;
    width: 1160px;
    min-width: 980px;
}
.wwl-row {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.wwl-field {
    text-align: left;
    font-size: 13px;
    color: rgba(0,0,0,.5);
    /* font-style: italic; */
    font-weight: 500;
    margin-bottom: 5px;
    z-index: 0;
    position: relative;
}


.wwl-input-pin {
    font-size :25px;
}

.wwl-input:focus {
    outline:none;
}
.wwl-button-primary {
    border: 1px solid rgba(0,0,0,0);
    background: -moz-linear-gradient(45deg, #276fc6 0%, #2989d8 48%, #79b7e0 100%);
    background: -webkit-linear-gradient(45deg, #276fc6 0%,#2989d8 48%,#79b7e0 100%);
    background: linear-gradient(45deg, #276fc6 0%,#2989d8 48%,#79b7e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276fc6', endColorstr='#79b7e0',GradientType=1 );
    background: #214877;
    background: #08c;
    border: none !important;
    border-radius: 6px;
    color: rgba(0,0,0, 0.55) !important;
    height: 32px !important;
    line-height: 32px !important;
    transition: all 0.2s ease-in-out 0s !important;
    color: white !important;
    text-decoration: none;
    padding: 3px 20px;
    display: inline-block;
    width: auto;
    font-size: 14px;
    font-weight: 100;
    margin-right: 20px;
    transition: all 0.1s linear 0s;
}
.wwl-button-primary:hover {
    background: #1a5eb1;
    transition: all 0.1s linear 0s;
}
.wwl-button, .wwl-button-normal {
     background: none;
     border: 1px solid rgba(0,0,0,.1);
     border-radius: 6px;
     color: rgba(0,0,0, 0.55) !important;
     height: 32px !important;
     line-height: 32px !important;
     transition: all 0.2s ease-in-out 0s !important;
     color: rgba(0,0,0,.5) !important;
     text-decoration: none;
     padding: 2px 20px;
     display: inline-block;
     width: auto;
     font-size: 14px;
     margin-right: 20px;
     transition: all 0.1s linear 0s;
 }

.wwl-button:hover, .wwl-button-normal:hover {
    background: rgba(0,0,0,.1);
    transition: all 0.1s linear 0s;
}
.wwl-button-link {
    background: none;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 6px;
    color: rgba(0,0,0, 0.55) !important;
    height: 32px !important;
    line-height: 32px !important;
    transition: all 0.2s ease-in-out 0s !important;
    color: rgba(0,0,0,.5) !important;
    text-decoration: underline;
    padding: 2px 0;
    display: inline-block;
    width: auto;
    font-size: 14px;
    margin-right: 20px;
    transition: all 0.1s linear 0s;
}

.wwl-button-link:hover {
    transition: all 0.1s linear 0s;
    color: rgba(0,0,0,.8) !important;
}
.wwl-button-auth {
    width: 180px;
}
.wwl-button-login {
    font-size: 14px;
    color: white !important;
    border: 1px solid rgba(255,255,255,.5);

    margin-bottom: 20px;
}
.wwl-button-login:hover {
    background: rgba(255,255,255,.1);
    transition: all 0.1s linear 0s;

}
.wwl-button-signup {
    font-size: 14px;
    color: #062d5d !important;
    border: 1px solid rgba(255,255,255,.5);
    background: white;
    margin-bottom: 20px;
}
.wwl-button-signup:hover {
    color: rgba(0,0,0,1);
}
#window_header {
    -webkit-app-region: drag;
    background: rgba(0,0,0,.03);
    height: 24px;
    width: 1028px;
    z-index: 9;
    text-align: center;
    font-size: 13px;
    padding-top: 4px;
    box-sizing: border-box;
    color: rgba(0,0,0,.7);
}
#window_controls {
    position: fixed;
    right: 30px;
    top: 18px;
}
#wallet_loading_process {
    width: 60%;
    background-color: rgba(121, 183, 224, 0.49);
}
#wallet_loading_process_bar {
    width: 1%;
    height: 30px;

    background: #276fc6; /* Old browsers */
    background: -moz-linear-gradient(45deg, #276fc6 0%, #2989d8 48%, #79b7e0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #276fc6 0%,#2989d8 48%,#79b7e0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #276fc6 0%,#2989d8 48%,#79b7e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276fc6', endColorstr='#79b7e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


    transition: width 2s;
}

#wallet_loading_process_bar_label {
    min-width: 400px;
    text-align: center;
    font-size: 12px;
    color: white;
    padding-top: 9px;
}

#window_splash, .wwl-start {
    background: #276fc6; /* Old browsers */
    background: -moz-linear-gradient(45deg, #276fc6 0%, #2989d8 48%, #79b7e0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #276fc6 0%,#2989d8 48%,#79b7e0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #062d5d 0%,#064375 48%,#1e455f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276fc6', endColorstr='#79b7e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background: linear-gradient(45deg, #01679a 0%, #035ebb 48%, #08c 100%);
    background: rgba(0,0,0,.02);
    width: 100%;
    height: 700px;
    height: 100vh;
    -webkit-app-region:drag;
}
#window_splash {
    justify-content: center;
}
.wwl-splash-brand img {
    width: 134px;
}

.wwl-splash-brand {
    padding-top: 200px;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    color: white;
}
.wwl-start {
    height: auto;
    min-height: 700px;
    min-height: 100vh;
    overflow: auto;
}
.wwl-start-note {
    color: rgba(255,255,255,.7);
    padding-top: 60px;
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
}
.wwl-start-label {
    padding-top: 60px;
    color: rgba(255,255,255,.95);
    font-size: 14px;
    text-align: center;
}
#loader-news-block{
    width: 60%;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}
.wwl-start-brand {
    padding-top: 100px;
}
.loader-news{
    margin-bottom: 15px
}

.copy{
    font-size: 10px;
    color: white;
}

.unslider-nav {
    display: none;
}
.wwl-close {
    display: block;
    float: right;
    width: 12px;
    height: 12px;
    background-image: url("../images/web/halykcoin-close.svg");
    background-size: cover;
    background-position: 50% 50%;
    margin-left: 10px;
    margin-right: 5px;
    opacity: .6;
    transition: all 0.2s ease-in-out 0s;
    z-index: 11;
}
.wwl-hide {
    display: block;
    float: right;
    width: 12px;
    height: 12px;
    background-image: url("../images/web/halykcoin-hide.svg");
    background-size: cover;
    background-position: 50% 50%;
    margin-left: 10px;
    opacity: .6;
    transition: all 0.2s ease-in-out 0s;
    z-index: 11;
}
.wwl-lock {
    display: block;
    float: right;
    width: 13px;
    height: 13px;
    background-image: url('../images/web/halykcoin-lock.svg');
    background-size: cover;
    background-position: 50% 50%;
    margin-left: 10px;
    opacity: .6;
    transition: all 0.2s ease-in-out 0s;
    z-index: 11;
    position: relative;
    bottom: 0px;
}
.wwl-hide:hover, .wwl-close:hover, .wwl-lock:hover {
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
}
.wwl-control {
    display: block;
    text-align: right;
    width: 100%;
    float: left;
    padding-top: 5px;
    z-index: 10;
}

.wwl-loader{
    width: 60px;
    height: 60px;
}

#loader-news-slider {
    padding: 0;
    margin: 0;
}
#loader-news-block {
    list-style-type: none;
}
#loader-news-block h1 {
    text-align: center;
    padding-top: 10%;
}
#loader-news-description {
    text-align: center;
}
.loader-news-more {
    text-align: center;
}
.loader-news-more .wwl-button-primary {
    background: none;
    color: black !important;
    border: 1px solid rgba(0,0,0,.35) !important;
}
#wallet_loading_process_bar {
    background: none;
    border-bottom: 2px solid #276fc6;
}
#wallet_loading_process {
    background: none;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
#wallet_loading_process_bar_label {
    color: rgba(0,0,0,.5);
}

.wwl-password-checks {
    font-size: 14px;
    padding: 10px;
}

.windows-password-fail {
    color: indianred;
}

.windows-password-passed {
    color: seagreen;
}
.wwl-start-description {

}


#window_page_recieve_qr{
    width: 250px;
}

#window_page_receive_address {
    cursor:pointer;
}

.wwl-notification {
    position: fixed;
    bottom: 7px;
    right: 7px;
    border-radius: 3px;
    padding: 10px 20px;
    background: rgba(62, 62, 62, 1);
    cursor: pointer;
    z-index: 22;

}
.wwl-notification-message {
    color: rgba(255,255,255,.7);
    font-size: 12px;
    float: left;
    margin-left: 10px;
    padding-top: 2px;
}
.wwl-notification-cancel {
    position: absolute;
    right: 5px;
    top: 5px;
    background-image: url("../images/web/halykcoin-close-white.svg");
    background-size: cover;
    background-position: 50% 50%;
    opacity: .6;
    width: 7px;
    height: 7px;
}
.wwl-notification-icon {

    background-size: cover;
    background-position: 50% 50%;
    opacity: .6;
    width: 20px;
    height: 20px;
    float: left;
}

.wwl-notification-ok {
    background-image: url("../images/web/halykcoin-okay.svg");
}
.wwl-notification-error {
    background-image: url("../images/web/halykcoin-warning.svg");
}
.wwl-notification-in {
    background-image: url("../images/web/halykcoin-in-white.svg");
}
.wwl-notification-out {
    background-image: url("../images/web/halykcoin-out-white.svg");
}
.wwl-transfer:nth-child(odd) {
    background: rgba(0, 80, 119, 0.04);
}
.wwl-transfer {
    border-bottom: none;
    background: rgba(0, 80, 119, 0.02);
    margin-bottom: 7px;
    padding: 10px 0px;
    font-size: 13px;
    border-radius: 7px;
    margin-left: 0;
    width: 100%;
    float: left;
    margin-top: 0;
    color: rgba(0,0,0,.8);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
}
.wwl-transfer:hover {
    background: rgba(0, 80, 119, 0.1);
    transition: all 0.2s ease-in-out 0s;
}
.wwl-transfer a {
    color: rgba(0,0,0,.7);
}
.wwl-transfer li {
    list-style-type: none;
    margin-left: 20px;
    float: left;
    flex-shrink: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    cursor: pointer;
    flex-grow: 1;
    flex-basis: auto;
}
.wwl-transfer-main {
    display: flex;
    flex-wrap: wrap;
}
.wwl-transfer-info {
    background: rgba(255,255,255,1);
    padding-left: 0;
}
.wwl-transfer-info li {
    list-style-type: none;
    padding-bottom: 7px;
}
#windows_mining_threads {
    width: 100%;
}
.wwl-transfer-time {
    width: 76px;
}
.wwl-transfer-amount {
    width: 115px;
    font-size: 14px;
    text-align: right;
}
.wwl-transfer-id {
    width: 20%;
}
.wwl-transfer-name {
    width: 105px;
    text-align: left;
}
.wwl-transfer-paymentOption {
    width: 100%;
    text-align: left;
    margin-left: 0;
    font-weight: 500;
    color: rgba(0,0,0,.5);
}
.wwl-transfer-exchangeFrom {
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #08c;
}
.wwl-transfer-exchangeDirection {
    content: "";
    display: inline-block;
    min-width: 40px;
    height: 14px;
    background-image: url("../images/web/hc-right-arrow.svg");
    background-size: 40px 20px;
    background-repeat: no-repeat;
    background-position: 50%;
}
.wwl-transfer-exchangeTo {
    width: 165px;
    text-align: left;
    font-size: 18px;
    color: #08c;
}
.wwl-transfer-button {
    width: 120px;
    text-align: right;
    float: right !important;

}
.wwl-transfer .wwl-button-primary, .wwl-transfer .wwl-button {
    font-size: 12px;
    margin-right: 0;
    padding: 1px 18px;
    height: 32px !important;
}
.wwl-transfer-status {
    background-position: 50% 50%;
    opacity: 1;
    float: left;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.02);
    border-radius: 100%;
    margin-left: 10px !important;
    box-sizing: border-box;
    flex-grow: initial !important;
}
.wwl-invoice-info {
    padding-left: 0;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.ze-invoice-message {
    width: 100%;
    float: left;
}
.ze-invoice-header {
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding-bottom: 10px;
}

.wwl-invoice-info-container {
    padding-left: 0;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    border-radius: 7px;
    margin-bottom: 30px;
    margin-top: 0;
    padding-top: 0;
}
.wwl-invoice-info-field{
    float: left;
    padding-top: 5px;
    width: 100%;
    list-style-type: none;

}
.wwl-invoice-info-description {
    word-break: normal;
}
.wwl-invoice-info-orderInfo-span {
    word-break: break-all;
}

.wwl-invoice-info li ul li {
    margin-left: 0;
}
.wwl-invoice-info-more {
    font-size: 12px;
    background: rgba(0,0,0,.025);
    border: 1px dashed #99b1c3;
    border-radius: 4px;
    color: #99b1c3;
    padding: 10px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin-top: 12px;
    margin-bottom: 12px;
}
.wwl-invoice-info-fee {
    width: 100%;
    float: left;
    margin-top: -10px;
}
.wwl-invoice-info-fee, .wwl-invoice-info-fee a {
    font-size: 13px;
    color: rgba(0,0,0,.5);
    text-decoration: none;
}
.wwl-transfer-in .wwl-transfer-status {
    background-image: url("../images/web/halykcoin-in.svg");
}
/*.wwl-transfer-in .wwl-transfer-amount, #windows_page_invoices_list .wwl-transfer-out .wwl-transfer-amount  {
    color: rgb(22, 132, 63);
}
.wwl-transfer-pool .wwl-transfer-amount {
    color: rgba(22, 132, 63, .5);
}*/
.wwl-transfer-in .wwl-transfer-amount:before,.wwl-transfer-pool .wwl-transfer-amount:before, #windows_page_invoices_list .wwl-transfer-out .wwl-transfer-amount:before {
    content: '+';
}
.wwl-transfer-out .wwl-transfer-status {
    background-image: url("../images/web/halykcoin-out.svg");
}
.wwl-transfer-pool .wwl-transfer-status, .wwl-transfer-pending .wwl-transfer-status{
    background-image: url("../images/web/halykcoin-pool.svg");
}
/*.wwl-transfer-out .wwl-transfer-amount, #windows_page_invoices_list .wwl-transfer-in .wwl-transfer-amount {
    color: rgb(193, 98, 98);
}

.wwl-transfer-pending .wwl-transfer-amount {
    color: rgba(193, 98, 98, .5);
}*/
.wwl-transfer-out .wwl-transfer-amount:before,.wwl-transfer-pending .wwl-transfer-amount:before, #windows_page_invoices_list .wwl-transfer-in .wwl-transfer-amount:before {
    content: '-';
}
#windows_page_invoices_list .wwl-transfer-id {
    width: 11%;
}
#windows_page_invoices_list .wwl-transfer-amount  {
    width: 22%;
}
#windows_page_invoices_list .wwl-transfer-time {
    width: 22%;
}
#windows_page_invoices_list .wwl-transfer-time {
    width: 12%;
}
.wwl-qr {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 20px;
    background: #fff;
    padding: 11px;
    width: 217px;
    border-radius: 7px;
    padding-top: 17px;
    padding-right: 7px;
    margin-bottom: 17px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.2);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.wwl-qr img {
    /*-webkit-box-shadow: 0px 0px 24px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 24px 8px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 24px 8px rgba(0,0,0,0.2);
    border-radius: 16px;*/
    width: 180px;
}

.wwl-qr-export {
    width: 300px;
    height: 300px;
    float: right;
}
#windows_page_history_list {
    padding-bottom: 30px;
}
#s_pin {
    margin-top: 40px;
}
#s_pin input {
    margin-top: 20px;
    width: 50px;
    height: 60px;
    border-radius: 6px;
    border: 1px solid rgb(6, 60, 109);
    font-size: 40px;
    text-align: center;
    color: rgba(0,0,0,.95);
}
.wwl-pin-message {
    color: rgba(255,255,255,.75);
    font-size: 14px;
    text-transform: uppercase;
}

.wwl-page-presale-method img{
    width: 400px;
    height: 100px;
}

#drop_zone {
    padding: 20px;
    margin: 20px;
    border: 1px dashed darkgray;
    text-align: center;
    color: darkgray;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.wwl-textarea{
    margin: 20px;
    width: 90%
}
.presale-option-container {
    width: 100%;
    float: left;
    margin-left: -20px;
}
.presale-option {
    width: 110px;
    height: 90px;
    float: left;
    margin-left: 20px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 40px;
    cursor: pointer;
}
.presale-option-icon {
    width: 100%;
    height: 70px;
    background: rgba(255,255,255,1);
    float: left;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    margin-top: -4px;
    background-size: 30px 30px;
    margin-right: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.03);
    box-shadow: rgba(156, 170, 187, 0.5) 0 4px 10px -4px;
}
.presale-option-icon-icon {
    width: 40px;
    height: 40px;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
}
.presale-option-icon-btc {
    background-image: url('../images/web/hc-btc.png');

}
.presale-option-icon-ltc {
    background-image: url('../images/web/hc-ltc.png');

}
.presale-option-icon-eth {
    background-image: url('../images/web/hc-eth.png');

}
.presale-option-icon-paypal {
    background-image: url('../images/web/hc-paypal.png');

}
.presale-option-icon-qiwi {
    background-image: url('../images/web/hc-qiwi.png');

}
.presale-option-icon-wm {
    background-image: url('../images/web/hc-wm.png');
    width: 54px;
}
.presale-option-icon-sberbank {
    background-image: url('../images/web/hc-sberbank.png');
    width: 72px;

}
.presale-option-icon-mastercard {
    background-image: url('../images/web/hc-mastercard.png');
    width: 72px;
}
.presale-option-icon-visa {
    background-image: url('../images/web/hc-visa.png');
    width: 72px;
}
.presale-option-icon-bank {
    background-image: url('../images/web/hc-bank.png');
    width: 72px;
}
.presale-option-icon-yandex {
    background-image: url('../images/web/hc-yandex.png');
    width: 72px;
}
.presale-option-icon-advcash {
    background-image: url('../images/web/hc-advcash.png');
}
.presale-option-icon-payeer {
    background-image: url('../images/web/hc-payeer.png');
    width: 84px;
    height: 19px;
    margin-top: 14px;
}
.presale-option-icon-private {
    background-image: url('../images/web/hc-private.png');
}
.presale-option-symbol {
    margin-top: 10px;
    width: 100%;
    float: left;
    text-align: center;
}
#window_page_presale_qr {
    margin-top: 40px;
}
.presale-info {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}
.wwl-dashboard-menu {
    display: none;
    position: absolute;
    background-image: url('../images/web/hc-menu-light.png');
    width: 20px;
    height: 20px;
    background-size: 17px 16px;
    background-repeat: no-repeat;
    margin-top: 8px;
    cursor: pointer;
    z-index: 10;
    right: 10px;
    top: 10px;
}
.wwl-overview .wwl-dashboard-menu {
    left: 20px;
    top: 15px;
}
.wwl-invisible {
    display: none;
}
.page-unfixed {
    position: relative !important;
}
.hl-presale-option-container {
    width: 100%;
    background: white;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
    background: rgba(255,255,255,1);
    float: left;
    margin-top: -4px;
    background-size: 30px 30px;
    margin-right: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 8px;
    box-shadow: rgba(156, 170, 187, 0.5) 0 4px 10px -4px;
}
.hl-presale-option-logo {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.hl-presale-payeer {
    background-image: url('../images/web/hc-payeer.png');
    width: 128px;
    height: 30px;
    background-size: cover;
}
.hl-presale-advcash {
    background-image: url('../images/web/hc-advcash.png');
    width: 50px;
    height: 50px;
    background-size: cover;
}

.hl-presale-kassa {
    background-image: url('../images/web/hc-kassa.png');
    width: 160px;
    height: 44px;
    background-size: cover;
}

.hl-presale-private {
    background-image: url('../images/web/hc-private.png');
    width: 44px;
    height: 44px;
    background-size: cover;
}
.hl-presale-option-description {
    float: left;
    font-size: 13px;
    color: rgba(0,0,0,.7);
    margin-bottom: 20px;
}
.hl-presale-option-steps {
    width: 100%;
    float: left;

    font-size: 13.5px;

}
.hl-presale-option-action {
    width: 100%;
    float: left;
    margin-top: 40px;
}
.hl-presale-option-steps li {
    line-height: 23px;
}
.hl-start-wallet-container {
    margin-top: 16px;
    width: 100%;
    float: left;
}
.hl-start-wallet-wallet, .wwl-start-newWallet-container {
    background: rgba(255,255,255,1);
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px 20px;
    cursor: pointer;
    float: left;
    box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -4px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hl-start-wallet-icon {
    width: 48px;
    height: 48px;
    margin-top: -4px;
    float: left;
    background-size: 30px 30px;
    margin-right: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 8px;
    background-image: url('../images/web/hc-wallet.svg');
    box-shadow: rgba(156,170,187,1) 0 4px 10px -4px;
}
.hl-start-wallet-date {
    font-style: italic;
    color: rgba(0,0,0,.7);
}
.hl-start-wallet-dateAddress {
    float: left;
    text-align: left;
    flex-grow: 1;
}
.hl-start-wallet-date-span {
    color: rgba(0,0,0,.5);
    font-size: 13px;
    font-style: italic;
}
.hl-start-wallet-address {
    padding-top: 5px;
    color: rgba(0,0,0,.9);
}
.hl-start-wallet-amount {
    float: left;
    text-align: right;
    padding-top: 10px;
    width: 200px;
    font-size: 18px;
    flex-grow: 1;
}
.hl-start-wallet-qr {
    width: 40px;
    height: 40px;
    float: right;
    background-image: url('../images/web/hc-qr.svg');
    background-size: 30px 30px;
    margin-left: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px dashed;
    border-radius: 6px;
    opacity: .7;
    transition: all 0.2s ease-in-out 0s;
}
.hl-start-wallet-edit {
    width: 26px;
    height: 26px;
    float: right;
    background-image: url('../images/web/hc-trash.svg');
    background-size: 26px 26px;
    margin-left: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: .7;
    margin-top: 7px;
    margin-right: 7px;
    transition: all 0.2s ease-in-out 0s;
}
.hl-start-wallet-edit:hover, .hl-start-wallet-qr:hover {
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
}
.wwl-start-qr-show {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}
.wwl-start-qr-show img {
    margin-left: auto;
    margin-right: auto;
}
.window-dashboard_navigation {
    padding: 0;
    margin-bottom: 0;
}
#window_page_bonus_flyer img {
    width: 100%;
}
.dashboard-nav-mobile {
    display: none !important;
}
#dashboard_market {
    font-weight: 200;
    padding-top: 12px;
    padding: 0px 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}
.wwl-invoice-info-amount {
    font-size: 22px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0;
    box-sizing: border-box;
    padding-bottom: 0px;
    width: 100%;
    float: left;
    font-weight: 400;
    text-align: right;
    padding-top: 0;
    padding-top: 30px;
}
span {
    font-size: 14px;
}
.wwl-invoice-info-name {
    font-size: 18px;
    text-decoration: none;
    color: rgba(0,0,0,.8);
    margin-bottom: 0;
    box-sizing: border-box;
    padding-bottom: 0px;
    width: 100%;
    float: left;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
}
.wwl-invoice-info-orderInfo {
    border-bottom: 1px solid #e4ecf4;
    padding-bottom: 8px;
    padding-top: 12px !important;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    width: 100%;
    float: left;
}
.wwl-invoice-info-description {
    padding-bottom: 20px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
    word-break: normal !important;

}
.wwl-invoice-info-more-button {
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    background: rgba(0,0,0,.25);
    padding: 3px 7px;
    color: rgba(255,255,255,1);
    font-size: 12px;
    margin-top: 7px;
}
.wwl-invoice-info-orderInfo-span {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}
.wwl-invoice-info-orderInfo-label {
    color: rgba(0,0,0,.5);
    border-bottom: 1px dotted rgba(0,0,0,.2);
}
.ze-invoice-label {
    color: rgba(0,0,0,.5);
    margin-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
    .page{
        position: fixed;
    }
    .dashboard-nav-mobile {
        display: block !important;
    }
    .wwl-dashboard-menu, .wwl-page-menu,.wwl-overview, .wwl-page-menu  {
        display: block;
    }
    .wwl-page-menu {
        position: fixed;
    }
    .wwl-container {
        width: 100% !important;
        min-width: auto;
        max-width:100%;

    }
    .wwl-start .wwl-container {
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;

    }
    .wwl-page {
        margin-left: 0px;
        padding-left: 10px;
    }
    #window_wallet_create_buttons a {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    h1 {
        padding-top: 30px;
    }
    .wwl-transfer-info li {
        word-wrap: break-word;
        width: 100%;
    }
    .wwl-transfer {
        flex-wrap: wrap;
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }
    .wwl-transfer li {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .wwl-transfer-amount {
        width: 25%;
    }
    #windows_page_invoices_list .wwl-transfer-id {
         width: 23%;
        text-align: right;
     }
    .wwl-transfer-name {
        display: none;
    }
    #windows_page_invoices_list .wwl-transfer-amount {
        width: 40%;
        text-align: left;
    }
    .wwl-transfer-button {
        width: 34%;
    }
    #windows_page_invoices_list .wwl-transfer-time {
        width: 50%;
        opacity: .8;
        font-style: italic;
        font-size: 13px;
        margin-left: 54px !important;
    }
    .wwl-transfer-paymentOption {
        opacity: .6;
    }
    #windows_page_invoices_list .wwl-transfer-user-name {
        margin-left: 5px !important;
    }
}

.wll-presale-recieve-address-info {
    background-color: #99b1c3;
    word-break: break-all;
}

.wwl-page-tab-set{
    padding-bottom: 20px;
}

.wwl-page-tab-acitve {
    font-size : 23px;
}
.hl-social-buttons {
    width: 100%;
    float: left;
}
.hl-social-button {
    display: block;
    margin-left: 20px;
    width: 30px;
    height: 30px;
    text-decoration: none;
    background-size: cover;
    float: right;
}
.hl-social-f {
    background-image: url('../images/web/hc-social-f.png');
}
.hl-social-vk {
    background-image: url('../images/web/hc-social-vk.png');
}
.hl-social-t {
    background-image: url('../images/web/hc-social-t.png');
}
.hl-social-inst {
    background-image: url('../images/web/hc-social-inst.svg');
}
.hl-social-f-color {
    background-image: url('../images/web/hc-social-f-color.png');
}
.hl-social-vk-color {
    background-image: url('../images/web/hc-social-vk-color.png');
}
.hl-social-t-color {
    background-image: url('../images/web/hc-social-t-color.png');
}
.hl-social-ok-color {
    background-image: url('../images/web/hc-social-ok-color.png');
}
.hl-social-inst-color {
    background-image: url('../images/web/hc-social-inst-color.svg');
}
.hl-community-socialButtons .hl-social-button {
    display: flex;
    float: none;
    margin-left: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,.85);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-shrink: 0;
    cursor: pointer;
}
.hl-community-socialButtons .caret {
    fill: rgba(255,255,255,1);
    width: 26px;
    height: 26px;
}
.hl-community-socialButtons {
    margin-left: 0;
    padding-top: 20px;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;

}
.hl-input-label {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 7px;
}
.hl-app-glplay {
    width: 150px;
    height: 100px;
    background-image: url('../images/web/hc-glplay-icon.svg');
    background-size: 150px;
    background-repeat: no-repeat;
    opacity: .7;
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
}
.hl-app-appstore {
    width: 145px;
    height: 100px;
    background-image: url('../images/web/hc-appstore-icon.svg');
    background-size: 145px;
    background-repeat: no-repeat;
    opacity: .7;
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
}
.hl-app-appstore:hover, .hl-app-glplay:hover {
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
}
.hl-verificationCode {
    width: 130px;
    height: 32px;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
    -webkit-appearance: none;
    box-sizing: border-box;
    background: white;
    border-radius: 3px;
    outline: none;
    padding: 5px;
    border: 1px solid rgba(0,0,0,.1);
}
.wwl-start .navbar {
    position: absolute;
    background: none;
    border: none;
    box-shadow: none;
}
.wwl-start .menuToggle {
    display: none !important;
}
.wwl-exchange-sell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    position: relative;
}
#windows_page_lots_list_own {
    margin-top: 20px;
}
.wwl-dashboard-notification {
    display: inline-block;
    background: #3861e2;
    border-radius: 100%;
    margin-left: 5px;
    position: absolute;
    box-sizing: border-box;
    font-size: 10px;
    text-align: center;
    float: right;
    padding: 1px 2px;
    min-width: 18px;
    color: white;
    left: 10px;
    top: 0;
    border-radius: 8px;
    line-height: 14px;
    font-family: "PT Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.window-dashboard_navigation .wwl-dashboard-notification {
    left: 24px;
}
#windows_windows_wallets_controls .wwl-button-login, #window_login .wwl-button-login{
    border: 1px solid rgba(255,255,255,.2);
    color: white !important;
}
.wwl-transfer-user-name {
    width: 180px;
    display: flex;
}
.wwl-transfer-user-name .wwl-lot-user-avatar {
    position: relative;
    top: 0;
    left: 0;
}
.wwl-transfer-user-name-name {
    font-weight: 500;
}
.wwl-transfer-paymentOption-container {
    width: 188px;
}
.wwl-start-newWallet {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-top: 20px;
    display: flex;
}
.wwl-start-newWallet-container {
    padding-top: 0px;
}
.hl-start-wallet-symbol {
    font-weight: 700;
    font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica', 'Ubuntu', 'Cantarell', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.ze-list-filter {
    display: block;
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.ze-list-filter-row {
    display: flex;
    margin-left: -10px;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.ze-list-filter-row .input-field {
    margin-left: 10px;
    width: 100%;


}
#window_page_overview {
    position: relative;
    top: 0;
}
.wwl-page-layout {
    padding-top: 60px;
}
#window_page_rewards .recieveAdress {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    padding: 15px 10px;
    border-radius: 7px;
    background: rgb(4, 108, 235);
    word-wrap: break-word;
    word-break: break-all;
    cursor: pointer;
    margin-top: 14px;
}

.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
#stripe-payment-form {
    margin-top: 30px;
}
#stripe-payment-form-card-element {
    margin-top: 10px;
}
.wwl-survey-form {
    margin-top: 30px;
}
.wwl-survey-form .input-field {
    width: 100%;
    float: left;
}

.survey-error {
    color: #E57373;
}

.motionUser {
    position: absolute;
    height: 30px;
    width: 30px;
    z-index: 999999;
    cursor: pointer;
    right:5px;
    transition: top 1s;
}

.motion-active img { border: 2px solid lawngreen}

.motionComment {
    position: absolute;
    min-height: 30px;
    min-width: 30px;
    z-index: 99999;
    background-color: #0D47A1;
    opacity: 0.9;
    border-radius: 25px 0px 25px 25px;
    color: white;
    right:5px;

    /*border:1px solid  #0D47A1;
    color: #0D47A1;
    background-color: white;*/
}
.motionComment .holder {
    display: block;
    margin:10px;
}

.motionComment img {
    border-radius: 100%;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.motionCommentForm {
    position: absolute;
    min-height: 30px;
    min-width: 150px;
    z-index: 9999999;
    opacity: 0.9;
    right:5px;
}

.motionActiveMessage {
    position: absolute;
    min-height: 30px;
    min-width: 50px;
    z-index: 9999999;
    opacity: 0.9;

    background-color: #0D47A1;
    opacity: 0.9;
    border-radius: 25px 25px 1px 25px;
    color: white;
    right:35px;
    margin-top: -30px;
    transition: top 1s;
    display: flex;
    align-items: center;
}

.motionActiveMessage span {
    margin:10px;
}


.motionCommentForm .submit{
    cursor: pointer;
}

.motionUser img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

.wwl-invoice-info-resolution{
    word-break: break-all;
    width:100%;
    clear: both;
    margin-bottom: 10px;

}

.wwl-invoice-loader{
    opacity: 0.5;
}

.switch{
    clear:both;
}

.pb-form-switch {
    clear:both;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.pb-form-switch label {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.7);

}
.switch label {
    cursor: pointer;
}

.bp-sOption {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}