.nc-demo-modal-overlay {
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999!important;
}
.nc-demo-modal {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
    max-width: 760px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999!important;
    width: 100%;
}
.nc-demo-modal .nc-demo-modal-close {
    background: url('../img/close-button-sprite.png') 0 0/cover no-repeat transparent;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
}
.nc-demo-modal .nc-demo-modal-close:hover {
    background-position: 0 -20px;
}
.nc-demo-modal .nc-demo-modal-section {
    font-size: 0;
    line-height: 0;
    height: 60px;
}
.nc-demo-modal .nc-demo-modal-section > *,
.nc-demo-modal .nc-demo-modal-section:before {
    display: inline-block;
}
.nc-demo-modal .nc-demo-modal-section > * {
    font-size: 17px;
    line-height: 1.428571429;
}
.nc-demo-modal .nc-demo-modal-section.nc--demo-section-height-x2 {
    height: 120px;
}
.nc-demo-modal .nc-demo-modal-section.nc--demo-section-align-center {
    text-align: center;
}
.nc-demo-modal .nc-demo-modal-section.nc--demo-section-align-middle:before,
.nc-demo-modal .nc-demo-modal-section.nc--demo-section-align-bottom:before {
    content: '';
    width: 0;
    height: 100%;
}
.nc-demo-modal .nc-demo-modal-section.nc--demo-section-align-middle:before,
.nc-demo-modal .nc-demo-modal-section.nc--demo-section-align-middle > * {
    vertical-align: middle;
}
.nc-demo-modal .nc-demo-modal-section.nc--demo-section-align-bottom:before,
.nc-demo-modal .nc-demo-modal-section.nc--demo-section-align-bottom > * {
    vertical-align: bottom;
}
.nc-demo-modal .nc-demo-modal-attention {
    margin-bottom: -80px;
    vertical-align: baseline;
}
.nc-demo-modal .nc-demo-modal-title {
    color: #e74c3c;
    font-size: 30px;
    font-weight: 300;
}
.nc-demo-modal .nc-demo-modal-text {
    color: #212121;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    width: 520px;
}
.nc-demo-modal .nc-demo-modal-buy-it {
    background-color: #27ae60;
    cursor: pointer;
    color: #fff;
    padding: 10px 25px;
    text-decoration: none;
    opacity: 1;
}
.nc-demo-modal .nc-demo-modal-buy-it:hover {
    color: #fff;
    opacity: .6;
}
.nc-demo-modal .nc-demo-modal-link {
    color: #1a87c2;
    cursor: pointer;
    opacity: .6;
}
.nc-demo-modal .nc-demo-modal-link:hover {
    opacity: 1;
}
.nc-demo-modal .nc-demo-modal-choose-product {
    font-size: 14px;
}
.nc-demo-panel {
    background-color: #f9e79f;
    color: #585239;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 15px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
.nc-demo-panel .nc-demo-panel-item {
    display: inline-block;
}
.nc-demo-panel .nc-demo-panel-delimiter {
    margin-left: 10px;
    margin-right: 10px;
}
.nc-demo-panel .nc-demo-panel-link {
    color: #585239;
    text-decoration: underline;
}
.nc-demo-panel .nc-demo-panel-link:hover {
    color: #585239;
    text-decoration: none;
}