
.izimodal {
    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.izimodal.hasshadow::after {
    display: none!important
}

.izimodal:not(.video-modal) {
    border: 12px solid #b39c64;
    background: #b39c64
}

.izimodal .izimodal-loader {
    -webkit-background-size: 10% 10%;
    background-size: 10%
}

.izimodal .izimodal-header {
    position: absolute;
    top: 10px;
    right: 0;
    height: 26px!important;
    padding-right: 26px!important;
    background: 0 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.izimodal .izimodal-header-buttons {
    top: 30%!important;
    right: 15px!important
}

.izimodal .izimodal-button-close {
    width: 38px!important;
    height: 38px!important;
    overflow: hidden;
    border: none;
    opacity: .5;
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
}

.izimodal .modal-content-header {
    margin-bottom: 30px;
    text-align: center
}

.izimodal .modal-content-header h3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 40px
}

.izimodal .modal-content-header .subtitle {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
    font-size: 14px
}

.izimodal .izimodal-wrap {
    padding-top: 20px;
    min-height: 100%;
    background: #fff;
    -webkit-border-radius: 16px;
    border-radius: 16px
}

.izimodal .izimodal-content {
    font-size: 14px
}

.subscribe-modal {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,.9)!important;
    border: none!important
}

.subscribe-modal .subscribe-modal-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    border: 6px solid #b39c64;
    background: #b39c64;
}

.parter-modal .izimodal-wrap {
    background: #ecedf0
}

.info-modal .modal-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    font-size: 28px;
    line-height: 38px
}

.info-modal .modal-content p {
    margin-bottom: 30px
}

.video-modal .izimodal-content,.video-modal .izimodal-wrap,.video-modal .modal-content {
    height: 100%!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.video-modal .izimodal-wrap {
    background: #000
}

.video-modal .modal-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.video-modal .full-video-box {
    margin-top: -106px;
    width: 750px;
    height: 640px;
    overflow: hidden
}

.success-msg-modal.hasshadow::after {
    display: none!important
}

.success-msg-modal .izimodal-content,.success-msg-modal .izimodal-wrap,.success-msg-modal .modal-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.success-msg-modal .modal-content {
    padding-left: 60px;
    padding-right: 60px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.success-msg-modal .modal-content .title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: 600
}

.success-msg-modal .modal-content .subtitle {
    font-size: 28px;
    font-weight: 400
}

.success-msg-modal .modal-content .other-info {
    margin-top: 50px
}

.success-msg-modal .modal-content .control-btn {
    position: relative;
    display: block;
    margin-top: 70px;
    width: 400px;
    height: 92px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background: #9c1d22;
    -webkit-border-radius: 128px;
    border-radius: 128px;
    -webkit-box-shadow: 0 13px 47px rgba(156,29,34,.5);
    box-shadow: 0 13px 47px rgba(156,29,34,.5);
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 92px;
    font-weight: 600;
    text-decoration: none
}

.slider-check-dialog {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background: rgba(0,0,0,.6)
}

.slider-check-dialog-body .close {
    float: right;
    position: relative;
    top: 20px;
    right: 20px;
    width: 66px;
    height: 66px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    background: no-repeat center ;
    -webkit-background-size: auto 56px;
    background-size: auto 56px
}

.slider-check-dialog-body {
    width: 600px;
    height: 380px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -190px;
    background: #fff;
    -webkit-border-radius: 12px;
    border-radius: 12px
}

.slider-check-dialog-body .nc-container {
    margin-top: 120px;
    width: 70%;
    margin-left: auto;
    margin-right: auto
}

.slider-check-dialog-body .nc-container ._nc .stage1,.slider-check-dialog-body .nc-container ._nc .stage1 .label,.slider-check-dialog-body .nc-container ._nc .stage1 .slider,.slider-check-dialog-body .nc-container ._nc .stage1 .track div,.slider-check-dialog-body .nc-container ._nc .stage2 .textbox {
    height: 72px
}

.slider-check-dialog-body .nc-container ._nc .stage1 .label {
    line-height: 72px;
    font-size: 28px
}

.slider-check-dialog-body .nc-container ._nc .stage1 .button {
    width: 72px;
    height: 72px
}

.slider-check-dialog-body .nc-container ._nc .stage1 .icon {
    left: 23px;
    bottom: 0
}

.slider-check-dialog-body .nc-container ._nc .icon-slide-arrow {
    font-size: 36px
}

.slider-check-dialog-body .nc-container ._nc .stage3 {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.slider-check-dialog-body .nc-container ._nc .stage1 .label,.slider-check-dialog-body .nc-container ._nc .stage1 .track div {
    height: 72px;
    line-height: 72px;
    font-size: 28px
}

.subscribe-form {
    position: relative;
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 60px
}

.subscribe-form .form-group {
    position: relative;
    margin-bottom: 15px
}

.subscribe-form .form-control {
    position: relative;
    padding-bottom: 15px
}

.subscribe-form .input-control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    height: 48px;
    font-size: 15px;
    background: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid rgba(151,151,151,.29);
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    outline: 0
}

.subscribe-form .input-control:active,.subscribe-form .input-control:focus {
    font-size: 14px
}

.subscribe-form select.input-control {
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: 96% center;
    background-color: #fff;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
    background-image: 
}

.subscribe-form select.input-control option {
    font-size: 14px
}

.subscribe-form select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

.subscribe-form .check-smscode-group .input-control {
    width: 50%
}

.subscribe-form .get-smscode-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 96px;
    overflow: hidden;
    color: #d59600;
    font-size: 28px;
    font-weight: 600;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: none;
    background: #fef2bc;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    outline: 0
}

.subscribe-form .get-smscode-btn:active {
    opacity: .8
}

.subscribe-form .form-group-region {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px
}

.subscribe-form .form-group-region .form-control {
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.subscribe-form .aggrement {
    margin-top: 25px;
    margin-bottom: 24px;
    text-align: center;
    font-size: 12px
}

.subscribe-form .aggrement .form-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.subscribe-form .aggrement a {
    color: #000;
    text-decoration: underline
}

.subscribe-form .aggrement span.checkbox {
    position: relative;
    width: 24px;
    height: 24px;
    overflow: hidden
}

.subscribe-form .aggrement span.checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.subscribe-form .aggrement span.checkbox input,.subscribe-form .aggrement span.checkbox input:focus {
    border: none!important;
    outline: 0!important;
    background: 0 0!important
}

.subscribe-form .aggrement span.checkbox input:before {
    content: '';
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 2px solid #ccc;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: .2s border-color ease;
    -o-transition: .2s border-color ease;
    transition: .2s border-color ease
}

.subscribe-form .aggrement span.checkbox input:checked:before {
    border-color: #9c1d22;
    background: #9c1d22;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 58px;
    background-size: auto 58px;
    background-image: 
}

.subscribe-form .submit-btn {
    position: relative;
    display: block;
    width: 200px;
    height: 46px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background: #9c1d22;
    -webkit-border-radius: 64px;
    border-radius: 64px;
    -webkit-box-shadow: 0 6px 24px rgba(156,29,34,.5);
    box-shadow: 0 6px 24px rgba(156,29,34,.5);
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.subscribe-form .helper-error {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    color: #9c1d22;
    font-size: 11px;
    text-align: left
}

.subscribe-form .content-loader {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    text-align: center;
    font-size: 32px;
    color: #666;
    background: #fff
}

.subscribe-form .content-loader>.inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.subscribe-form .content-loader .loader-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 76px;
    height: 76px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 60px;
    background-size: auto 60px;
    background-image: 
}
