.lc-page {
    background-color: #1F1F1F;
    min-height: 870px;
}
.lc-page .header .main-menu{
    display: none;
}


.back-to-main {
    margin-bottom: 50px;
}
.back-to-main a {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding-left: 35px;
}

.back-to-main a:before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 44%;
    width: 9px;
    height: 9px;
    border-left: 4px solid var(--secondary-color);
    border-bottom: 4px solid var(--secondary-color);
    transform: rotate(45deg) translateY(-50%);
}





.lc-form-wrap {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    max-width: 420px;
    padding-bottom: 60px;
}

.lc-form-name {
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    margin: 0 auto 40px;
    color: #fff;
    padding-bottom: 0;
    max-width: 900px;
}

.lc-form {
    margin-bottom: 60px;
}
.lc-field-label {
    display: block;
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 40px;
}
.lc-field-label .lc-input {
    font: 600 14px/22px 'Montserrat', sans-serif;
    background: transparent;
    width: 100%;
    border: none;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.lc-field-label input::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.4); transition: color 0.3s;}
.lc-field-label input::-moz-placeholder {color: rgba(255, 255, 255, 0.4); transition: color 0.3s;}
.lc-field-label input:-moz-placeholder {color: rgba(255, 255, 255, 0.4); transition: color 0.3s;}
.lc-field-label input:-ms-input-placeholder {color: rgba(255, 255, 255, 0.4); transition: color 0.3s;}

.lc-field-label input:hover::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.6);}
.lc-field-label input:hover::-moz-placeholder {color: rgba(255, 255, 255, 0.6);}
.lc-field-label input:hover:-moz-placeholder {color: rgba(255, 255, 255, 0.6);}
.lc-field-label input:hover:-ms-input-placeholder {color: rgba(255, 255, 255, 0.6);}

.lc-field-label .password-btn {
    position: absolute;
    width: 18px;
    right: 0;
    top: 4px;
    opacity: 0.4;
    cursor: pointer;
}
.lc-field-label .password-btn .show,
.lc-field-label .password-btn .hide {
    position: absolute;
    left: 0;
}
.lc-field-label.show .password-btn .hide,
.lc-field-label .password-btn .show {
    opacity: 0.6;
}
.lc-field-label .password-btn .hide {
    opacity: 0;
    top: 2px;
}
.lc-field-label.show .password-btn:hover .hide,
.lc-field-label .password-btn:hover .show {
    opacity: 1;
}
.lc-field-label.show .password-btn:hover .show,
.lc-field-label.show .password-btn .show {
    opacity: 0;
}

.lc-field-label .error-message {
    position: absolute;
    bottom: 15px;
    left: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.6;
    color: #FD2113;
    opacity: 0;
    transition: opacity 0.3s;
}
.lc-field-label .lc-input.error {
    opacity: 1;
}



.lc-field-label {}
.lc-field-label .hiddenCheck {
    opacity: 0;
    position: absolute;
}
.lc-field-label .custom-check {
    position: absolute;
    border: 1px solid #828282;
    width: 33px;
    height: 35px;
    left: 0;
    top: 0;
    cursor: pointer;
}
.lc-field-label .custom-check:before {
    content: '';
    display: block;
    width: 15px;
    height: 9px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg) translate(8%,-107%);
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
}
.lc-field-label .hiddenCheck:checked ~ .custom-check:before {
    opacity: 1;
}
.lc-field-label .check-text {
    display: inline-block;
    line-height: 35px;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    vertical-align: center;
    padding-left: 44px;
}
.lc-field-label .check-text a{
    font-weight: 500;
    color: rgba(255,255,255,0.5);
}
.lc-field-label .check-text a:hover{
    color: rgba(255,255,255,1);
}








.submit-line {
    padding-top: 25px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}
.submit-line .side {
    width: 48%;
}
.forgot-pass {
    display: inline-block;
    text-indent: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 4rem;
    color: #FFFFFF;
    opacity: 0.6;
}

.socials-login {
    padding-bottom: 40px;
}


.lc-basic-txt {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.6;
    color: #828282;
    margin-bottom: 30px;
}
/*.lc-basic-txt + .single-btn-wrap {*/
/*    padding-top: 36px;*/
/*}*/


.double-columns {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.double-columns .item {
    width: 48%;
    margin-bottom: 20px;
}

.single-btn-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.lc-btn {
    display: inline-block;
    cursor: pointer;
    background: transparent;
    min-width: 200px;
    padding: 0 3.5rem;
    line-height: 4rem;
    border: 1px solid transparent;;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: border 0.3s, color 0.3s, background 0.3s;
}
.lc-btn svg {
    transition: fill 0.3s, background 0.3s;
}
.lc-btn.yellow {
    border-color: var(--default-color);
    color: var(--default-color);
}
.lc-btn.white {
    border-color: #fff;
    color: #fff;
}
.lc-btn.black {
    border-color: #000;
    color: #000;
}
.lc-btn.gray {
    border-color: rgba(0,0,0,0.3);
    color: rgba(0,0,0,0.3);
}

.lc-btn.social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}
.lc-btn.social.gg {
    color: #EA4335;
    border-color: #EA4335;
}
.lc-btn.social.gg svg {
    fill: #EA4335;
    margin-right: 12px;
}
.lc-btn.social.fb {
    color: #0075FB;
    border-color: #0075FB;
}
.lc-btn.social.fb svg {
    background: #0075FB;
    border-radius: 15px;
    margin-right: 12px;
}
.lc-btn.social.vk {
    color: #4F7DB3;
    border-color: #4F7DB3;
}
.lc-btn.social.vk svg {
    fill: #4F7DB3;
    margin-right: 12px;
}
.lc-btn.social.ok {
    color: #EB841A;
    border-color: #EB841A;
}
.lc-btn.social.ok svg {
    fill: #EB841A;
    margin-right: 12px;
}




.lc-subscription {
    margin-bottom: 66px;
}
.lc-subscription .subs-headline {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    color: rgba(255,255,255,0.3);
    padding-bottom: 20px;
}
.lc-subscription .subs-timing {
    position: relative;
    padding-left: 23px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 0 40%;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 12.5H10V10H12.5V12.5ZM8.75 6.25H6.25V8.75H8.75V6.25ZM12.5 6.25H10V8.75H12.5V6.25ZM5 10H2.5V12.5H5V10ZM8.75 10H6.25V12.5H8.75V10ZM5 6.25H2.5V8.75H5V6.25ZM15 1.25V15H0V1.25H1.875V1.875C1.875 2.56437 2.43563 3.125 3.125 3.125C3.81437 3.125 4.375 2.56437 4.375 1.875V1.25H10.625V1.875C10.625 2.56437 11.1856 3.125 11.875 3.125C12.5644 3.125 13.125 2.56437 13.125 1.875V1.25H15ZM13.75 5H1.25V13.75H13.75V5ZM12.5 0.625C12.5 0.28 12.2206 0 11.875 0C11.5294 0 11.25 0.28 11.25 0.625V1.875C11.25 2.22 11.5294 2.5 11.875 2.5C12.2206 2.5 12.5 2.22 12.5 1.875V0.625ZM3.75 1.875C3.75 2.22 3.47062 2.5 3.125 2.5C2.77938 2.5 2.5 2.22 2.5 1.875V0.625C2.5 0.28 2.77938 0 3.125 0C3.47062 0 3.75 0.28 3.75 0.625V1.875Z' fill='%233AE269'/%3E%3C/svg%3E%0A");
    color: var(--default-color);
    margin-bottom: 18px;
}
.lc-subscription .subs-timing:before {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 12.5H10V10H12.5V12.5ZM8.75 6.25H6.25V8.75H8.75V6.25ZM12.5 6.25H10V8.75H12.5V6.25ZM5 10H2.5V12.5H5V10ZM8.75 10H6.25V12.5H8.75V10ZM5 6.25H2.5V8.75H5V6.25ZM15 1.25V15H0V1.25H1.875V1.875C1.875 2.56437 2.43563 3.125 3.125 3.125C3.81437 3.125 4.375 2.56437 4.375 1.875V1.25H10.625V1.875C10.625 2.56437 11.1856 3.125 11.875 3.125C12.5644 3.125 13.125 2.56437 13.125 1.875V1.25H15ZM13.75 5H1.25V13.75H13.75V5ZM12.5 0.625C12.5 0.28 12.2206 0 11.875 0C11.5294 0 11.25 0.28 11.25 0.625V1.875C11.25 2.22 11.5294 2.5 11.875 2.5C12.2206 2.5 12.5 2.22 12.5 1.875V0.625ZM3.75 1.875C3.75 2.22 3.47062 2.5 3.125 2.5C2.77938 2.5 2.5 2.22 2.5 1.875V0.625C2.5 0.28 2.77938 0 3.125 0C3.47062 0 3.75 0.28 3.75 0.625V1.875Z' fill='%233AE269'/%3E%3C/svg%3E%0A");
}
.lc-subscription .subs-btn {}



.lc-link-wrap {
    padding-bottom: 40px;
}
.lc-link-wrap + .lc-form {
    padding-top: 26px;
    margin-bottom: 26px;
}
.lc-link-wrap.hide {
    display: none;
}
.lc-link {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.lc-link:after {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    box-sizing: border-box;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    right: 0;
    top: 2px;
    transform: rotate(45deg);
}



.payment-method {
    opacity: 0.3;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 948px;
    width: 100%;
    margin: 0 auto;
    padding: 45px 0 65px;
}



.lc-subscription {

}
.subs-info {
    max-width: 470px;
    margin: 0 auto 60px;
    padding-left: 30px;
}
.lc-username {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
}
.lc-change {
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: rgba(255,255,255,0.6);
}


.lc-subscription-table {
    max-width: 780px;
    margin: 0 auto 50px;
    background: #fff;
    padding: 28px 80px;
    box-sizing: border-box;
}
.lc-subscription-table .lc-subs-headline {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05rem;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-style: italic;
}
.lc-subscription-table .lc-basic-txt {
    text-align: left;
}

.subs-group {
    padding: 25px 0 76px;
}
.subs-group:last-child{
    padding-bottom: 0;
}
.sg-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.sg-line .item:first-child{
    min-width: 25%;
}
.sg-line .item:nth-child(2){
    flex-grow: 1;
}
.sg-line .item .length{
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
}
.sg-line .item .price {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--default-color);
}
.sg-line .item .price:before {
    content: '\002F';
    display: inline-block;
    margin-right: 8px;
    color: rgba(0,0,0,0.3);
}



.b-article-content.paid-article {
    max-height: 750px;
    overflow: hidden;

}
.b-article-content .subscription-alert {
    display: none;
}
.b-article-content.paid-article .subscription-alert {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 185px 60px 140px 60px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.31) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.31) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.31) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.subscription-alert .s-alert-headline {
    font-weight: 600;
    font-size: 24px;
}
.subscription-alert p {
    max-width: 550px;
}
.subscription-alert .double-columns {
    max-width: 420px;
}
.subscription-alert .double-columns .item {
    margin-bottom: 0;
}
.subscription-alert .lc-btn {
    max-width: 200px;
    padding-right: 5px;
    padding-left: 5px;
}