#tenweb_new_subscribe{
    box-shadow: 2px 5px 19px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    text-align: left;
    color: #333B46;
    background-image: url(../images/subscribe/transparent_title.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 40px 0 0 40px;
    background-size: contain;
    position: relative;
}
#tenweb_subscribe_popup .subscribe_popup_content:before,
#tenweb_new_subscribe:before{
    content:"";
    background-image: url(../images/subscribe/square.svg);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
#tenweb_subscribe_popup .subscribe_popup_content:before{
    content:"";
    z-index: -1;
}
#tenweb_new_subscribe .tenweb_subscribe_container{
    background-image: url(../images/subscribe/book.png);
    background-repeat: no-repeat;
    background-position: right 134px;
    background-size: 654px;
    padding: 0 0 67px 0;
    z-index: 1;
    position: relative;
}
#tenweb_new_subscribe a#tenweb_logo {
    width: 147px;
    height: 40px;
    background-image: url(../images/subscribe/10web-logo.svg);
    display: inline-block;
    background-repeat: no-repeat;
}
#tenweb_new_subscribe #tenweb_title {
    font-weight: 700;
    color: #333B46;
    font-size: 40px;
    line-height: 54px;
    margin: 40px 0 30px;
}
#tenweb_new_subscribe #tenweb_description {
    font-weight: 200;
    margin: 0 0 30px;
    font-size: 30px;
    line-height: 46px;
}
#tenweb_new_subscribe #tenweb_form {
    max-width: 100%;
    font-size: 14px;
    line-height: 18px;
    width: 520px;
}
#tenweb_new_subscribe #tenweb_form input[type="text"]{
    font-size: 16px;
    line-height: 22px;
    width:100%;
    background: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 32px;
    padding: 11px 20px;
    color: #72777c;
    font-weight: 600;
    box-shadow: none;
}
#tenweb_new_subscribe #tenweb_form input[type="button"]{
    font-size: 20px;
    line-height: 27px;
    width: 100%;
    background: #F8C332;
    border-radius: 32px;
    padding: 17px;
    color: #ffffff;
    font-weight: 600;
    border:0;
    cursor: pointer;
    margin-bottom: 10px;
}
#tenweb_new_subscribe #tenweb_form input[type="text"]:focus,
#tenweb_new_subscribe #tenweb_form input[type="button"]{
    outline: none;
}
#tenweb_new_subscribe #form_buttons{
    width: 296px;
    max-width: 100%;
    text-align: center;
}
#tenweb_new_subscribe #form_buttons .skip{
    line-height: 20px;
    font-weight: 600;
    color: rgba(51, 59, 70, 0.7);
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
}
#tenweb_new_subscribe #tenweb_form input[type="text"]::placeholder {
    color: rgba(51, 59, 70, 0.5) !important;
}

#tenweb_new_subscribe #tenweb_form input[type="text"]::-webkit-input-placeholder {
    color: rgba(51, 59, 70, 0.5);
}

#tenweb_new_subscribe #tenweb_form input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: rgba(51, 59, 70, 0.5);
}

#tenweb_new_subscribe #tenweb_form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: rgba(51, 59, 70, 0.5);
}

#tenweb_new_subscribe #tenweb_form input[type="text"]:-ms-input-placeholder {
    color: rgba(51, 59, 70, 0.5);
}
#tenweb_new_subscribe #tenweb_form p{
    margin: 0 0 19px 0;
}
#tenweb_new_subscribe label {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 14px 20px;
    display: inline-block;
}
#tenweb_new_subscribe label span {
    color: #FD3C31;
}
#tenweb_new_subscribe .form_desc {
    margin: 0 0 30px 20px;
}
#tenweb_new_subscribe .tenweb_subscribe_content {
    width: 584px;
    max-width: 100%;
}
#tenweb_new_subscribe #tablet_book {
    display: none;
}
#tenweb_new_subscribe span.error_msg {
    color: #e95e5b;
    font-size: 13px;
    margin-left: 20px;
    display:none;
}
#tenweb_new_subscribe .error span.error_msg {
    display: inline-block;
}
#tenweb_new_subscribe #tenweb_form .error input[type="text"]{
    border-color: #e95e5b;
}

#tenweb_subscribe_popup{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(50, 58, 69, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
}
#tenweb_subscribe_popup.subscribed{
    display: block !important;
}
#tenweb_subscribe_popup .subscribe_popup_content{
    padding: 70px 40px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 98%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    margin: 0 auto;
    background: #ffffff;
    width: 595px;
    border-radius: 20px;
    color:#333B46;
    text-align: center;
}
#tenweb_subscribe_popup .subscribe_popup_content h3{
    color:#333B46;
}
#tenweb_subscribe_popup .subscribe_popup_content p{
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 7px 0;
}
#tenweb_subscribe_popup .subscribe_popup_content p.bold{
    margin: 0 0 10px 0;
}
#tenweb_subscribe_popup .subscribe_popup_content img{
    margin: 21px 0 13px;
    max-width: 100%;
}
#tenweb_subscribe_popup .subscribe_popup_content p.bold,
#tenweb_subscribe_popup .subscribe_popup_content p b,
#tenweb_subscribe_popup .subscribe_popup_content h3{
    font-weight: 800;
    text-align: left;
}
#tenweb_subscribe_popup .subscribe_popup_content p{
    text-align: left;
}
#tenweb_subscribe_popup .subscribe_popup_content h3{
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 35px;
    text-align: center;
}
#tenweb_subscribe_popup .subscribe_popup_content .subscribe_email {
    font-size: 15px;
    line-height: 20px;
    padding: 12px 0 10px;
    display: inline-block;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    border-radius: 32px;
    background: #ffffff;
    margin: 0 auto 15px;
    font-weight: 800;
    position: relative;
    max-width: 100%;
    width: 320px;
}
#tenweb_subscribe_popup .subscribe_popup_content .subscribe_email:before {
    content: "";
    background: url(../images/subscribe/mail.svg);
    background-size: contain;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    top: -40px;
}
#tenweb_subscribe_popup .subscribe_popup_content a.got_it {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    background: #F8C332;
    display: inline-block;
    width: 160px;
    padding: 9px 0;
    border-radius: 23px;
    text-decoration: none;
    margin-top: 23px;
}


@media screen and (min-width: 1840px){
    #tenweb_new_subscribe .tenweb_subscribe_container{
        background-size: 970px;
    }
}
@media screen and (min-width: 1620px){
    #tenweb_new_subscribe .tenweb_subscribe_container{
        background-size: 970px;
        background-position: right top;
        padding: 0 0 82px 0;
    }
    #tenweb_new_subscribe .tenweb_subscribe_content {
        width: 763px;
    }
    #tenweb_new_subscribe #tenweb_title {
        font-size: 50px;
        line-height: 64px;
        margin: 30px 0;
     }
    #tenweb_new_subscribe #tenweb_description {
        font-size: 36px;
        line-height: 50px;
    }
    #tenweb_new_subscribe #form_buttons {
        width: 296px;
    }
    #tenweb_new_subscribe #form_buttons .skip {
        font-size: 18px;
    }
    #tenweb_new_subscribe #tenweb_form input[type="button"] {
        margin-bottom: 14px;
    }
    #tenweb_new_subscribe {
        padding: 70px 0 0 70px;
    }
    #tenweb_new_subscribe .form_desc {
        margin: 0 0 40px 20px;
    }
}
@media screen and (max-width: 1420px){
    #tenweb_new_subscribe {
        padding: 30px 0 0 30px;
    }
    #tenweb_new_subscribe #tenweb_title {
        font-size: 36px;
        line-height: 50px;
        margin: 25px 0 10px;
    }
    #tenweb_new_subscribe #tenweb_description {
        font-size: 26px;
        line-height: 42px;
    }
    #tenweb_new_subscribe #tenweb_form {
        font-size: 13px;
    }
    #tenweb_new_subscribe #form_buttons {
        width: 270px;
    }
    #tenweb_new_subscribe #tenweb_form input[type="button"] {
        padding: 14px;
    }
    #tenweb_new_subscribe .tenweb_subscribe_container {
        background-position: right 108px;
        background-size: 570px;
        padding: 0 0 27px 0;
    }
}
@media screen and (max-width: 1320px){
    #tenweb_new_subscribe #tenweb_form {
        width: 460px;
    }
}
@media screen and (max-width: 1279px){
    #tenweb_new_subscribe #tenweb_title {
        font-size: 32px;
        line-height: 45px;
        margin: 29px 0 20px;
    }
    #tenweb_new_subscribe #tenweb_description {
        font-size: 22px;
        line-height: 34px;
        margin: 0 0 60px;
    }
    #tenweb_new_subscribe #tenweb_form {
        width: 400px;
    }
    #tenweb_new_subscribe label {
        font-size: 14px;
        line-height: 19px;
        margin: 0 0 12px 20px;
    }
    #tenweb_new_subscribe #form_buttons {
        width: 245px;
    }
    #tenweb_new_subscribe #tenweb_form input[type="button"] {
        font-size: 16px;
        line-height: 22px;
    }
    #tenweb_new_subscribe {
        padding: 38px 0 0 30px;
    }
    #tenweb_new_subscribe .tenweb_subscribe_container {
        background-position: right 184px;
        background-size: 409px;
        background-image: url(../images/subscribe/book_1024.png);
    }
}
@media screen and (max-width: 1023px){
    #tenweb_new_subscribe #tablet_book {
        display: block;
        text-align: right;
    }
    #tenweb_new_subscribe #tablet_book img {
        max-width:100%;
    }
    #tenweb_new_subscribe .tenweb_subscribe_container {
        background-image: none;
        padding: 0 0 30px 0;
    }
    #tenweb_new_subscribe {
        padding: 30px 0 0 0;
        text-align: center;
        width: calc(100% - 10px);
    }
    #tenweb_new_subscribe .tenweb_subscribe_content {
        width: 600px;
        margin: 0 auto;
    }
    #tenweb_new_subscribe #tenweb_title {
        margin: 20px 0;
    }
    #tenweb_new_subscribe #tenweb_description br{
        display:none;
    }
    #tenweb_new_subscribe #tenweb_description {
        margin: 0 0 20px;
    }
    #tenweb_new_subscribe #tenweb_form {
        text-align: left;
        margin: 0 auto;
    }
    #tenweb_new_subscribe .form_desc {
        margin: 0 0 40px 0;
        text-align: center;
    }
    #tenweb_new_subscribe #form_buttons{
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px){
    #tenweb_new_subscribe #tablet_book {
        display: none;
    }
    #tenweb_new_subscribe {
        padding: 20px 10px 0;
    }
    #tenweb_new_subscribe a#tenweb_logo {
        width: 110px;
        height: 30px;
    }
    #tenweb_new_subscribe #tenweb_title {
        font-size: 22px;
        line-height: 32px;
    }
    #tenweb_new_subscribe #tenweb_title {
        margin: 27px 0 10px;
    }
    #tenweb_new_subscribe #tenweb_description {
        font-size: 18px;
        line-height: 32px;
        margin: 0 0 40px;
    }
    #tenweb_new_subscribe #tenweb_form input[type="text"] {
        font-size: 14px;
        line-height: 19px;
        padding: 8px 14px 9px;
    }
    #tenweb_new_subscribe .form_desc {
        margin: 0 0 30px 0;
    }
    #tenweb_new_subscribe .tenweb_subscribe_container {
        padding: 0 0 50px 0;
    }

    #tenweb_new_subscribe:before{
        content:"";
        background-size: 70px;
    }
    #tenweb_new_subscribe label {
        font-size: 13px;
        line-height: 18px;
        margin: 0 0 10px 14px;
    }
    #tenweb_new_subscribe #tenweb_form {
        font-size: 12px;
    }

    #tenweb_subscribe_popup .subscribe_popup_content {
        padding: 50px 20px 30px;
    }
    #tenweb_subscribe_popup .subscribe_popup_content h3 {
        font-size: 17px;
        margin: 0 0 25px;
    }
    #tenweb_subscribe_popup .subscribe_popup_content .subscribe_email:before {
        content: "";
        width: 40px;
        height: 40px;
        margin-left: -24px;
        top: -33px;
    }
    #tenweb_subscribe_popup .subscribe_popup_content p {
        font-size: 14px;
    }
}