
.item-lock {
    position: absolute;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 20;
    background-color: rgba(2, 2, 2,0.7);
}

.item-lock-icon {
    width: 20px;
}

.item-lock-icon_black svg path {
    fill:#324050;
}

.item-lock__screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}


.item-lock__screen-content {
    max-width: 660px;
    color: #2f4051;
}

.item-lock__screen-title {
    font-size: 19px;
}

.item-free__label {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
    height: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
    background: #d5474a;
}

.item-free__label_lesson-list {
    position: relative;
    display: inline-block;
    top: 0;
    margin-bottom: 6px;
}

.item-free__label::after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 15px solid #d5474a;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #d5474a;
    border-left: 0;
}

.item-lock-popup {
    color: #2F4051;
}
.item-lock-popup .jBox-container {
    box-shadow: 0px 32px 88px rgba(0, 0, 0, 0.319411) !important;
    border-radius: 16px !important;
}

.item-lock-popup .jBox-content {
    padding: 50px 70px 65px 70px !important;
}

.item-lock-popup .jBox-closeButton {
    border: none !important;
}

.item-lock-popup .jBox-closeButton svg {
    width: 15px !important;
    height: 15px !important;
}

.item-lock-popup .jBox-closeButton path {
    fill: #2F4051 !important;
}

.item-lock-popup__title {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
}

.item-lock-popup__text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 25px;
}

.item-lock-popup__link {
    color: #100D3E !important;
    background-color: #FDBD52;
    border-radius: 8px;
    padding: 14px 25px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none !important;
}

.item-lock-popup__link:hover,
.item-lock-popup__link:visited,
.item-lock-popup__link:focus {
    color: #100D3E !important;
}

.item-lock-popup__link-wrapper {
    margin-top: 40px;
}

.item-lock-popup__repeat-link {
    font-size: 16px;
    margin-top: 0 !important;
    background-color: transparent;
}

@media only screen and (max-width:767px)  {
    .item-lock-popup .jBox-content {
        width: 100% !important;
        margin: 0 auto;
    }

    .item-lock-popup .jBox-content {
        padding: 30px !important;
    }

    .item-lock-popup__title {
        font-size: 28px;
        line-height: 32px;
    }
}

.lock-item-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    z-index: 100;
    background: rgba(20, 24, 28, .3);
}

.lock-item-popup__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    /*box-shadow: 0 8px 16px rgba(0, 0, 0, 0.0827961);*/
    border-radius: 8px;
    padding: 40px;
    max-height: 100vh;
    max-width: 870px;
}

.jBox-content::-webkit-scrollbar,
.jBox-content::-webkit-scrollbar-track-piece,
.jBox-content::-webkit-scrollbar-track,
.jBox-content::-webkit-scrollbar-button,
.jBox-content::-webkit-scrollbar-corner,
.jBox-content::-webkit-resizer {
    background-color: transparent;
    color: transparent;
    border-color: transparent;
}

.jBox-content::-webkit-scrollbar {
    width: 3px;
}

.jBox-content::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 3px;
}

.lock-item-popup__close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.lock-item-popup__head {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.lock-item-popup__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #14181C;
    margin: 0;
}

.lock-item-popup__crown {
    width: 44px;
    height: 44px;
    margin-left: 20px;
    flex: 0 1 44px;
}

.lock-item-popup__products {
    position: relative;
    display: flex;
    margin: 0 -8px;
}

.lock-item-popup__product {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #5B73CA;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px;
    min-height: 215px;
    margin: 0 8px;
}

.lock-item-popup__products--30 {
    width: 100%;
    max-width: 442px;
}

.lock-item-popup__product--30 {
    flex-direction: revert;
    justify-content: center;
    min-height: 82px;
    align-items: center;
    width: 100%;
    min-width: 442px;
}

.lock-item-popup__product-label {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 60px;
    height: 27px;
    background: url("http://static.puzzle-english.com/landing/assistant/sale-label.png") no-repeat;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 4px;
}

.lock-item-popup__price {
    font-family: MuseoNew, Arial, sans-serif, Helvetica;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    color: #111111;
}

.lock-item-popup__old-price {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: line-through;
    color: #878787;
}

.lock-item-popup__old-price--30 {
    margin-left: 16px;
}

.lock-item-popup__product-info {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #878787;
}

.lock-item-popup__gift {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #100D3E;
    padding-left: 20px;
}

.lock-item-popup__gift img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.lock-item-popup__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #34BE5B;
    border-radius: 5px;
    padding: 9px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF!important;
    text-decoration: none;
    transition: background-color .2s ease, box-shadow .2s ease;
}

.lock-item-popup__btn:hover {
    background: #3bce65;
    box-shadow: 0 1em 1em -1em rgba(0, 0, 0, .35);
}

.lock-item-popup__items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-left: -12px;
    margin-right: -12px;
}

.lock-item-popup__items-title {
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #14181C;
    text-align: center;
    margin-bottom: 30px;
}

.lock-item-popup__item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 0 40%;
    background: #f3f7fc;
    border-radius: 6px;
    padding: 20px;
    margin: 10px 12px;
}

.lock-item-popup__item-img {
    position: absolute;
    width: 44px;
    height: 44px;
    top: -10px;
    right: 30px;
}

.lock-item-popup__item-title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.lock-item-popup__item-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 0;
}

.lock-item-popup__includes {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    max-width: 442px;
}

.lock-item-popup__includes-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 12px 0;
}

.lock-item-popup__includes-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.lock-item-popup__includes-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #100D3E;
    margin-bottom: 0;
}

.lock-item-popup__includes-text span {
    color: #878787;
}

.lock-item-popup__includes-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px 50px;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    background: #34BE5B;
    border-radius: 5px;
    user-select: none;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 20px;
    text-decoration: none;
}

.lock-item-popup__includes-info {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #878787;
    margin: 0;
}

@media only screen and (max-height:767px) {
    .lock-item-popup__items-title {
        display: none;
    }

    .lock-item-popup__content {
        max-width: 992px;
        padding-bottom: 30px;
    }

    .lock-item-popup__products {
        width: 100%;
    }

    .lock-item-popup__product {
        flex: 1 0 25%;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        min-height: 172px;
    }

    .lock-item-popup__price {
        margin-bottom: 11px;
    }

    .lock-item-popup__old-price {
        margin-left: 10px;
        margin-bottom: 11px;
    }

    .lock-item-popup__btn {
        max-width: 182px;
        margin-top: 18px;
    }

    .lock-item-popup__items {
        margin-top: 6px;
        margin-left: -5px;
        margin-right: -5px;
    }

    .lock-item-popup__item {
        margin: 10px 5px;
        padding: 16px;
        flex: 1 0 20%;
    }

    .lock-item-popup__item-img {
        width: 36px;
        height: 36px;
        top: 8px;
        right: 16px;
    }

    .lock-item-popup__item-title {
        max-width: calc(100% - 44px);
    }

    .lock-item-popup__head {
        margin-bottom: 20px;
    }

    .lock-item-popup__gift {
        padding-left: 40px;
    }

    .lock-item-popup__title {
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
    }

    .lock-item-popup__crown {
        width: 36px;
        height: 36px;
        margin-left: 10px;
        flex: 0 1 36px;
    }

    .lock-item-popup__item-title {
        line-height: 18px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:767px) {
    .lock-item-popup {
        padding: 20px;
    }

    .lock-item-popup__content {
        padding: 20px;
    }

    .lock-item-popup__items {
        display: none;
    }

    .lock-item-popup__head {
        flex-direction: column-reverse;
        margin-bottom: 15px;
    }

    .lock-item-popup__title {
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
    }

    .lock-item-popup__crown {
        width: 58px;
        height: 58px;
        margin-left: 0;
    }

    .lock-item-popup__products {
        flex-direction: column;
    }

    .lock-item-popup__product {
        margin: 7px 0;
        padding: 12px;
        min-height: 70px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .lock-item-popup__old-price {
        margin-left: 10px;
        font-size: 14px;
    }

    .lock-item-popup__btn {
        display: none;
    }

    .lock-item-popup__gift, .lock-item-popup__product-info {
        width: 100%;
        padding-left: 0;
        margin: 6px 0;
        font-size: 14px;
        justify-content: center;
    }

    .lock-item-popup__gift {
        padding-left: 25%;
        justify-content: flex-start;
    }

    .lock-item-popup__product--30 {
        min-width: auto;
    }
}

