.container.login_singup_pages,
.container.login_singup_pages .header {
    /* max-width: 1725px; */
}

.login_page {
    margin-top: 15px;
    background-image: url(../images/bg_login.png);
    background-size: cover;
    display: block;
    padding: 107px 177px 177px 75px;
    padding: 107px 50px 177px;
    border-radius: 4px;
    overflow: hidden;
}

@media screen and (max-width: 1700px) {
    .login_page {
        background-size: contain;
    }
}

.login_page .columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.login_page .columns .left {
    padding: 0 240px 0 0;
    padding: 0 140px 0 0;
}

.login_page .columns .left .logo {
    display: block;
    line-height: 0;
    margin: 0;
    float: none;
}

.login_page .columns .left .text {
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 70px;
    color: #FFFFFF;
    padding: 0;
    margin: 15px 0 30px;
    text-align: left;
}

.login_page .columns .left .text span {
    color: #FC4C00;
    text-transform: uppercase;
}

.login_page .columns .left .small_text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    display: block;
    margin: 0 0 20px;
}

.login_page .columns .left .signup_page {
    background: #FC4C00;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    padding: 17px 25px;
    min-width: 340px;
    text-align: center;
    display: inline-block;
    transition: background .3s, color .3s;
}

.login_page .columns .left .signup_page:hover {
    background: #202020;
    color: #f56c08;
}

.login_page .columns .right {
    min-width: 465px;
}

.login_page .popup-holder {
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #1F1F1F;
    max-width: 465px;
    min-width: 1px;
    padding: 20px 30px 30px;
    width: 100%;
    box-sizing: border-box;
}

.login_page .popup-title {
    font-weight: 600;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    margin: 0 0 30px;
}

.login_page form label.field-label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin: 0 0 10px;
}

.login_page form label.field-label.required::after {
    display: none;
}

.login_page form .textfield {
    border-color: #fff;
    background: #ffff;
    box-shadow: none;
    padding: 11px;
    height: auto;
}

.login_page form .captcha-control .recaptcha {
    display: flex;
    justify-content: center;
}

.login_page form .bottom {
    background: transparent;
    padding: 40px 0 0;
    text-align: center;
}

.login_page form .bottom .submit {
    background: #FC4C00;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    padding: 17px 25px;
    min-width: 300px;
    text-align: center;
    display: inline-block;
    float: none;
    margin: 0;
    height: auto;
    transition: background .3s, color .3s;
}

.login_page form .bottom .submit:hover {
    background: #fff;
    color: #f56c08;
}

.login_page form .bottom .links {
    display: block;
    text-align: center;
    padding: 45px 0 0;
    width: 100%;
}

.login_page form .bottom .links a {
    transition: color .3s;
}

@media screen and (max-width: 1600px) {
    .login_page {
        min-height: 1px;
    }
    .login_page .columns .left {
        padding: 0 140px 0 0;
    }
    .login_page .columns .left .text {
        font-size: 37px;
        line-height: 44px;
    }
}

@media screen and (max-width: 1300px) {
    .login_page {
        padding: 100px 20px;
        border-radius: 4px;
        overflow: hidden;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 992px) {
    .login_page {
        padding: 20px;
    }

    .login_page .columns {
        flex-direction: column-reverse;
    }

    .login_page .columns .left {
        padding: 20px 0 0;
        text-align: center;
        width: 100%;
    }

    .login_page .columns .left .logo {
        display: inline-block;
    }

    .login_page .columns .left .text {
        font-size: 23px;
        line-height: 25px;
        margin: 10px 0;
        text-align: center;
    }

    .login_page .columns .left .small_text {
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        margin: 0 0 10px;
    }

    .login_page .columns .left .signup_page {
        min-width: auto;
        font-size: 16px;
        padding: 5px 10px;
    }

    .login_page .columns .right {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 550px) {
    .login_page .popup-holder {
        padding: 20px 15px;
    }

    .login_page .popup-title {
        font-weight: 500;
        font-size: 25px;
        line-height: 29px;
        margin: 0 0 20px;
    }

    .login_page form .row {
        margin: 10px 0 0;
    }

    .login_page form .row:first-child {
        margin: 0;
    }

    .login_page form .bottom {
        padding: 20px 0 0;
    }

    .login_page form .bottom .submit {
        font-size: 15px;
        line-height: 16px;
        min-width: auto;
        padding: 10px 15px;
    }

    .login_page form .bottom .links {
        padding: 25px 0 0;
    }
}

@media screen and (max-width: 350px) {
    .login_page form .captcha-control .recaptcha {
        transform: scale(0.8);
        max-width: 257px;
    }
}

.checkbox-holder .checkbox {
    display: none;
}

.checkbox-holder .label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    margin: 0;
    width: 100% !important;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
}

.checkbox-holder .label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #000000;
    border-radius: 6px;
    transition: background .3s;
}

.checkbox-holder .checkbox:checked+label:before {
    background: #FC4C00;
}

.checkbox-holder .label:after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 6px;
    content: "";
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: 0 0;
    transition: opacity .3s;
    opacity: 0;
}

.checkbox-holder .checkbox:checked+label:after {
    opacity: 1;
}

.login_page.signup_page .columns .left .text {
    margin-bottom: 5px;
}

.login_page.signup_page .columns .left .small_text2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    display: block;
    margin: 0 0 30px;
}

.signup_items .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 10px;
}

.signup_items .item:last-child {
    padding: 0;
}

.signup_items .item span {
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    padding: 0 0 0 10px;
    text-align: left;
}

.login_page .section-two {
    padding: 10px 0 0;
}

.login_page .section-two .section-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 0 0 10px;
    display: block;
    text-align: center;    
    border-bottom: none;
}

.login_page .toggle-button.hidden {
    display: none;
}

.block-radios .row .radio {
    display: none;
}

.block-radios .row .label {
    position: relative;
    display: block;
    padding-left: 28px;
    cursor: pointer;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.block-radios .row .label:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #000;
    box-sizing: border-box;
    background: #1F1F1F;
    transition: background .3s, border-color .3s;
}

.block-radios .row .active .label:before,
.login_page #credit_card .label:before {
    border-color: #fff; 
    background: #FC4C00;
}

.login_page .toggle-button {
    display: block;
    text-transform: none;
    font-weight: 600;
    line-height: 23px;
    padding: 7px 10px;
    cursor: pointer;
    outline: none;
    border-radius: 10px;
    color: #B9B9B9;
    border: 1px solid #1F1F1F;
    background: #1F1F1F;
    transition: border-color .3s, color .3s;
}

.left_package {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.left_package span:first-child{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.left_package span:nth-child(2) {
    font-weight: 800;
    font-size: 20px;
    line-height: 23px;
    padding: 2px 0;
}

.left_package span:nth-child(3) {
    font-size: 12px;
    line-height: 14px;
}

.right_package {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0 0 0 5px;
}

.right_package .price {
    font-weight: 800;
    font-size: 34px;
    line-height: 28px;
}

.right_package .price_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
}

.login_page .toggle-button.active,
.login_page #credit_card .toggle-button {
    border-color: #FC4C00;
    color: #fff;
    background: transparent;
}

.signup_info_block {
    padding: 30px 0 0;
}

.signup_info_block .video_tutorial-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 0 0 10px;
    text-align: center;
}

.signup_info_block video {
    width: calc(100% + 30px);
    margin: 0 0 15px -15px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.video_tutorial .login_block {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}

.video_tutorial .login_block a {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FC4C00;
}

.video_tutorial .login_block a:hover {
    text-decoration: underline;
}

.login_page.signup_page .popup-holder {
    padding-bottom: 15px;
}

@media screen and (max-width: 1600px) {
    .login_page.signup_page .columns .left .small_text2 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 20px;
    }

    .signup_items .item span {
        font-size: 24px;
        line-height: 28px;
    }
}

@media screen and (max-width: 992px) {
    .signup_items .item img {
        width: 20px;
        height: auto;
    }
    .signup_items .item {
        padding: 0 0 5px;
    }
    .signup_items .item span {
        font-size: 19px;
        line-height: 24px;
    }
}


@media screen and (max-width: 550px) {
    .signup_info_block video {
        width: 100%;
        margin: 0 0 15px -0;
    }

    .login_page .columns .right {
        width: 100%;
        min-width: auto;
    }

    .block-radios .row .label {
        padding-left: 22px;
    }

    .block-radios .row .label:before {
        left: -5px;
    }
}

.payment_choice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 0 0 -25px;
    width: calc(100% + 50px);
}

.payment_choice .payment {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #B9B9B9;
    background: #131313;
    border: 1px solid #131313;
    border-radius: 10px;
    min-height: 55px;
    cursor: pointer;
    box-sizing: border-box;
    transition: border-color .3s;
}

.payment_choice .payment.action {
    color: #fff;
    background: #FC4C00;
    border-color: #FC4C00;
}

.payment_choice .payment span {
    padding: 0 0 0 10px;
}

.payment_choice .payment:first-child svg {
    width: 26px;
    height: 26px;
}

.payment_choice .payment:last-child svg {
    width: 26px;
    height: 20px;
}

.payment_choice .payment:hover {
    border-color: #FC4C00;
}

form .row.hidden {
    display: none;
}

@media screen and (max-width: 550px) {
    .payment_choice .payment {
        font-size: 14px;
    }
    .payment_choice {
        margin: 0 0 0 -10px;
        width: calc(100% + 20px);
    }
}

@media screen and (max-width: 980px) {
    .member-links {
        display: block !important;
    }
}

.waiting_payment  {
    background: #272727 url(/images/bg-grey.gif);
    border: none;
    color: #f56c08;
    font-size: 20px;
    line-height: 25px;
}

.line-premium {
    background: #ffd700 !important;
    color: #000 !important;
    opacity: 1 !important;
}

.access-info:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .5);
    /* backdrop-filter: blur(6px); */
    border-radius: 8px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

#preview_video {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.access-info .info-tip {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(6px);
    border-radius: 8px;
    max-width: 580px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 10px;
}

.access-info .info-tip a {
    cursor: pointer;
    display: block;
    color: #4e4e4e;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    padding: 7px 9px;
    cursor: pointer;
    outline: none;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
    background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.access-info .info-tip a:hover {
    color: #fff;
    border: 1px solid #f56c08;
    background: #f56c08;
}

.fancybox-inner .login_page {
    margin-top: 0;
    background-image: none;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
}

.fancybox-overlay-fixed.hidden {
    display: none !important;
}

.fancybox-overlay-fixed.show .fancybox-opened {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: auto !important;
}

.fancybox-overlay-fixed.show .fancybox-opened .fancybox-inner {
    width: auto !important;
}

.form-upload.uploading {
    position: relative !important;
}

.form-upload.uploading:after {
    content: '';
    display: block;
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: #000;
    opacity: 0.6;
}

.video-info .rating-container {
    overflow: visible;
}

@media screen and (min-width: 581px) {
    .video-info .rating-container {
        width: 230px;
    }
}

.video-info .rating-container .rate-like, 
.video-info .rating-container .rate-dislike {
    min-width: 30px;
}

.video-info .btn-favourites {
    order: 3;
    float: none;
    border: none;
    border-left: 2px solid #1a1a1a;
    min-width: 40px;
}

.video-info .btn-favourites .drop:after {
    right: 4px;
}

.list-videos .margin-fix form, 
.list-playlists .margin-fix form {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.margin-fix .bottom {
    width: 100%;
}