.redesign-teacher-landing {
    font-family: 'Fira Sans','MuseoNew', Arial, sans-serif;
    color: #2F4051;
}

.redesign-teacher-landing button {
    font-family: 'Fira Sans','MuseoNew', Arial, sans-serif;
}

.redesign-teacher-landing__header {
    box-shadow: 0px 3px 15px #EDF3F9;
}

.redesign-teacher-landing__header-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.redesign-teacher-landing__header-logo-link {
    display: flex;
    color: #2F4051 !important;
    justify-content: center;
}

.redesign-teacher-landing__header-slogan {
    display: flex;
    flex-direction: column;
}

.redesign-teacher-landing__header-slogan-top {
    font-size: 20px;
    font-weight: bold;
    color: #2F4051;
}

.redesign-teacher-landing__header-slogan-bottom {
    font-size: 12px;
    color: #2F4051;
}

.redesign-teacher-landing__header-right {
    display: flex;
    align-items: center;
    position: relative;
}

.redesign-teacher-landing__header {
    padding: 10px 0px;
}

.redesign-teacher-landing__header-right .arrow-dropdown-menu {
    margin-right: 20px;
}

.redesign-teacher-landing__header-right .arrow-dropdown-menu__target  {
    font-size: 16px;
}


.redesign-teacher-landing__header-dict-link {
    margin-right: 20px;
}

.redesign-teacher-landing__header-right .vteacher__header__profile__pic {
    width: 40px;
    height: 40px;
}

.redesign-teacher-landing__header-right .vteacher__header__profile__name  {
    font-size: 16px;
}

.redesign-teacher-landing__header-right .vteacher__header__profile__name-status {
    font-size: 14px;
}

.redesign-teacher-landing__header-right .vteacher__header__profile__name-status a {
    color: #e73c28;
}

.redesign-teacher-landing__header-right .vteacher__header__profile__arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 11px;
    height: 7px;
}

.redesign-teacher-landing__header-right .vteacher__header__profile.is-open .vteacher__header__profile__arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.redesign-teacher-landing__header-right .arrow-dropdown-menu__container {
    left: 0;
    top:54px;
    right: auto;
}

.redesign-teacher-landing__header-right .vteacher__header__profile__menu {
    top: 48px;
    bottom: auto;
    right: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


.redesign-teacher-landing__header-right .vteacher__header__profile__menu__list {
    font-size: 14px;
}

.redesign-teacher-landing__header-right .vteacher__header__btn {
    background-color: transparent;
    box-shadow: none;
    width: auto;
    height: auto;
    color: #2F4051;
    font-size: 16px;
}

.redesign-teacher-landing__header-right .vteacher__header__btn:hover {
    background-color: transparent;
}

.redesign-teacher-landing__info {
    margin-top: 60px;
    margin-bottom: 45px;
}

.redesign-teacher-landing__info-title {
    font-size: 50px;
    font-weight: bold;
    color: #2F4051;
}

.redesign-teacher-landing__info-title_video {
    max-width: 460px;
}

.redesign-teacher-landing__info-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.redesign-teacher-landing__info-left-title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 40px;
    margin-top: 40px;
    max-width: 580px;
}

.redesign-teacher-landing__info-left-list {
    list-style: none;
}

.redesign-teacher-landing__info-left-list li {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.redesign-teacher-landing__info-left-list li:last-child {
    margin-bottom: 0px;
}

.redesign-teacher-landing__info-left-list .puzzle-icon__wrapper {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 20px;
}

.redesign-teacher-landing__info-right-img {
    width: 420px;
    height: 372px;
    position: relative;
    top: -20px;
}

.redesign-teacher-landing__course-title {
    font-weight: bold;
    font-size: 36px;
    color: #2F4051;
}

.redesign-teacher-landing__course-sub-title {
    font-size: 18px;
    margin-top: 5px;
}

.redesign-teacher-landing__course-title-wrapper {
    text-align: center;
}

.redesign-teacher-landing__course-list-item {
    display: flex;
    justify-content: space-between;
    background: #F4F7FB;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 15px 20px;
    border: 3px solid #F4F7FB;
    position: relative;
}

.redesign-teacher-landing__course-list-item_bg-blue {
    background: #1695CB;
    border: 3px solid #1695CB;
}

.redesign-teacher-landing__course-list-item_bg-violet {
    background: #AA55B3;
    border: 3px solid #AA55B3;
    padding-right: 10px;
}

.redesign-teacher-landing__course-list-item_bg-blue .redesign-teacher-landing__course-list-item-checkbox-title-wrapper {
    color: #FFFFFF;
}

.redesign-teacher-landing__course-list-item_bg-violet .redesign-teacher-landing__course-list-item-checkbox-title-wrapper {
    color: #FFFFFF;
}

.redesign-teacher-landing__course-list-item_bg-blue .redesign-teacher-landing__course-list-item-desc {
    color: #FFFFFF;
    min-height: auto;
}

.redesign-teacher-landing__course-list-item_bg-violet .redesign-teacher-landing__course-list-item-desc {
    color: #FFFFFF;
    min-height: auto;
    margin-left: 0;
}

.redesign-teacher-landing__course-list-item_bg-blue .redesign-teacher-landing__course-list-item-price {
    color: #FFFFFF;
}

.redesign-teacher-landing__course-list-item_bg-violet .redesign-teacher-landing__course-list-item-price {
    color: #FFFFFF;
}

.redesign-teacher-landing__course-list-item_bg-blue .redesign-teacher-landing__course-list-item-price-old {
    color: #FFFFFF;
}


.redesign-teacher-landing__course-list-item_bg-violet .redesign-teacher-landing__course-list-item-price-old {
    color: #FFFFFF;
}

.redesign-teacher-landing__course-list-item-checkbox-wrapper {
    display: flex;
    flex-direction: column;
    width: 350px;
    min-width: 350px;
}

@media (min-width: 768px) {
    .redesign-teacher-landing__course-list-item-checkbox-wrapper {
        width: 50%;
    }
}

.redesign-teacher-landing__course-list-item_bg-blue .redesign-teacher-landing__course-list-item-checkbox-wrapper {
    width: 510px;
    justify-content: center;
}

.redesign-teacher-landing__course-list-item_bg-violet .redesign-teacher-landing__course-list-item-checkbox-wrapper {
    width: 510px;
    justify-content: center;
}

.redesign-teacher-landing__course-list-item_bg-blue  .redesign-teacher-landing__course-list-item-checkbox-title-wrapper {
    margin-left: 55px;
}

.redesign-teacher-landing__course-list-item_bg-violet  .redesign-teacher-landing__course-list-item-checkbox-title-wrapper {
    margin-left: 0px;
}

.redesign-teacher-landing__course-list-item-checkbox-first {
    display: flex;
}

.redesign-teacher-landing__course-list-item_bg-blue .redesign-teacher-landing__course-list-item-checkbox-first {
    margin-bottom: 5px;
}

.redesign-teacher-landing__course-list-item_bg-violet .redesign-teacher-landing__course-list-item-checkbox-first {
    margin-bottom: 5px;
}

.redesign-teacher-landing__course-list-item-checkbox-first .redesign-checkbox-container__checkmark {
    width: 36px;
    height: 36px;
}

.redesign-teacher-landing__course-list-item-checkbox-first .redesign-checkbox-container .redesign-checkbox-container__checkmark::after {
    left: 12px;
    top: 4px;
    width: 11px;
    height: 18px;
}

.redesign-teacher-landing__course-list-item-checkbox-first .redesign-checkbox-container {
    padding-left: 40px;
    height: 40px;
    top: 20px;
}

.redesign-teacher-landing__course-list-item-checkbox-title-wrapper {
    display: flex;
    align-items: center;
    color: #1695CB;
    font-weight: bold;
    font-size: 22px;
    margin: 0;
    margin-left: 15px;
    position: relative;
}

.redesign-teacher-landing__course-list-item-checkbox-title-wrapper a {
    color: #1695CB;
    text-decoration: none;
}

.redesign-teacher-landing__course-list-item-checkbox-title {
    margin-right: 10px;
}

.redesign-teacher-landing__course-list-item-checkbox-first .redesign-checkbox-container input:checked ~ .redesign-checkbox-container__checkmark {
    background: #1695CB;
    border-color: #1695CB;
}

.redesign-teacher-landing__course-list-item-checkbox-first .redesign-checkbox-container:hover .redesign-checkbox-container__checkmark {
    border-color: #1695CB;
}

.redesign-teacher-landing__course-list-item-desc {
    margin: 0;
    margin-left: 55px;
    font-size: 14px;
    min-height: 36px;
}


.redesign-teacher-landing__course-list-wrapper {
    width: 820px;
    margin: 0 auto;
    margin-top: 25px;
}

.redesign-teacher-landing__course-list-item-button {
    font-size: 14px;
    padding: 14px 20px 12px;
    height: 48px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    background: transparent;
    white-space: nowrap;
    box-sizing: border-box;
    text-decoration: none;
}

.redesign-teacher-landing__course-list-item-button_bg-blue {
    color: #1695CB;
    border: 1px solid #1695CB;
}
.redesign-teacher-landing__course-list-item-button_bg-blue:hover {
    color: #48BAEA;
    border: 1px solid #48BAEA;
}

.redesign-teacher-landing__course-list-item-button_bg-white {
    background-color: #fff;
    color: #1695CB;
    border: 1px solid #fff;
}

.redesign-teacher-landing__course-list-item-button_try {
    /*margin-left: 30px;*/
    /*margin-right: 30px;*/
}

.redesign-teacher-landing__course-list-item-price-old {
    color: #2D3235;
    font-size: 18px;
    position: relative;
    display: inline-block;
}

.redesign-teacher-landing__course-list-item-price-old:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #e34034;
    left: -1px;
    top: 9px;
    transform: rotate(-12deg);
}

.redesign-teacher-landing__course-list-item-price {
    color: #2D3235;
    font-weight: bold;
    font-size: 24px;
    display: block;
    width: 88px;
    text-align: center;
}

.redesign-teacher-landing__course-list-item-price .ccurrency {
    font-size: 0.95em;
}

.redesign-teacher-landing__button-not-authorized {
    font-size: 18px;
    border-radius: 5px;
    background-color: transparent;
    width: 280px;
    height: 60px;
}

.redesign-teacher-landing__button-not-authorized_buy {
    margin-right: 30px;
    box-shadow: 0 14px 28px rgba(253, 192, 49,0.4);
}

.redesign-teacher-landing__course-list-item-button_bg-orange {
    background: #FDC031;
    color: #3B2107;
}

.redesign-teacher-landing__course-list-item-button_bg-orange:hover {
    background: #FFCC54;
}

.redesign-teacher-landing__course-list-item-price-wrapper {
    width: 88px;
    margin-top: 15px;
    text-align: center;
}

.redesign-teacher-landing__course-list-item-checkbox-info {
    cursor: pointer;
    position: absolute;
    right: -15px;
    top:10px;
}

.redesign-teacher-landing__course-list-item_bg-blue .redesign-teacher-landing__course-list-item-checkbox-info {
    top: 5px;
}

.redesign-teacher-landing__course-list-item_bg-blue .redesign-teacher-landing__course-list-item-button_try {
    display: none;
}

.redesign-teacher-landing__course-list-item_bg-violet .redesign-teacher-landing__course-list-item-button_try {
    display: none;
}

.redesign-teacher-landing__course-list-item:hover {
    border: 3px solid #1695CB;
}

.redesign-teacher-landing__course-list-item-checkbox-first .redesign-checkbox-container input[type="checkbox"] {
    left: 0;
}

.redesign-teacher-landing__course-list-item-button_buy {
    font-size: 16px;
}

.redesign-teacher-landing__buttons-not-authorized {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
}

.redesign-teacher-landing__cart {
    box-shadow: 0px -3px 12px rgba(179, 192, 204, 0.44);
    padding: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    box-sizing: border-box;
}

.redesign-teacher-landing__cart-items-wrapper {
    max-width: 820px;
    width: 820px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.redesign-teacher-landing__cart-items-title {
    font-size: 16px;
}

.redesign-teacher-landing__cart-items-list {
    display: flex;
    flex-wrap: wrap;
}

.redesign-teacher-landing__cart-items-remove-icon {
    cursor: pointer;
    margin-left: 10px;
}

.redesign-teacher-landing__cart-items-list-item {
    font-size: 16px;
    color: #1695CB;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 10px;
}

.redesign-teacher-landing__cart .redesign-teacher-landing__course-list-item-button{
    margin-top: 0;
}

.redesign-teacher-landing__cart-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.redesign-teacher-landing__cart .redesign-teacher-landing__course-list-item-button_buy {
    padding: 14px 15px 12px;
}

.redesign-teacher-landing__cart .redesign-teacher-landing__course-list-item-button_try {
    visibility: hidden;
    margin-right: -55px;
}

.redesign-teacher-landing__cart-items {
    min-width: 405px;
    width: 405px;
}

.redesign-teacher-landing__cart .redesign-teacher-landing__course-list-item-price {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 48px;
}

.redesign-teacher-landing__mobile-app-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.redesign-teacher-landing__mobile-app-text {
    width: 270px;
    font-size: 14px;
    margin-bottom: 0;
}

.redesign-teacher-landing__mobile-app-img {
    width: 320px;
}

.redesign-teacher-landing__mobile-app-img img {
    max-width: 100%;
}

.redesign-teacher-landing__mobile-app-info {
    margin: 100px 0px;
}

.redesign-teacher-landing__mobile-app-img {
    margin-right: 45px;
}

.redesign-teacher-landing__progress_circle_container .b-progress_title {
    color: #2F4051;
    line-height: 48px;
}

.redesign-teacher-landing__progress_circle_container {
    width: 88px;
    text-align: center;
}

@media (min-width: 768px) {
    .redesign-teacher-landing__progress_circle_container {
        width: 25%;
    }
}

.redesign-teacher-landing__progress_circle_container .b-progress_bg {
    width: 48px;
    height: 48px;
    line-height: 48px;
    position: relative;
    top: 18px;
}

@media (min-width: 768px) {
    .redesign-teacher-landing__course-list-item-button {
        width: 25%;
    }
}

.redesign-teacher-landing__course-list-item_continue {
    padding-top: 40px !important;
}

.redesign-teacher-landing__course-list-item_continue .redesign-teacher-landing__course-list-item-button_try{
    visibility: hidden;
}

.redesign-teacher-landing__info-popup-wrapper {
    display: none;
}

.redesign-teacher-landing__info-popup {
    font-family: 'Fira Sans','MuseoNew', Arial, sans-serif;
    color: #2F4051;
    top:30px !important;
    margin-top: 0 !important;
}

.redesign-teacher-landing__info-popup .jBox-container {
    padding: 30px !important;
    max-height: calc(100vh - 60px);
    overflow: scroll;
}

.redesign-teacher-landing__info-popup-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.redesign-teacher-landing__info-popup-text-wrapper {
    font-size: 16px;
}

.redesign-teacher-landing__info-popup-text-wrapper ul {
    margin-bottom: 25px;
    margin-top: 25px;
    list-style: none;
    padding-left: 25px;
}

.redesign-teacher-landing__info-popup-text-wrapper ul li {
    position: relative;
}

.redesign-teacher-landing__info-popup-text-wrapper ul li:before {
    content: "—";
    position: absolute;
    left: -25px;
    top: 0;
}

.redesign-teacher-landing__info-popup .jBox-closeButton {
    top: 7px !important;
    right: 8px !important;

}

.redesign-teacher-landing__info-popup .jBox-closeButton svg {
    width: 14px !important;
    height: 14px !important;
}

.redesign-teacher-landing__info-popup .jBox-closeButton svg path {
    fill: #2D3235 !important;
}

.redesign-teacher-landing__success-buy-img {
    width: 420px;
    height: 372px;
    position: relative;
}

.redesign-teacher-landing__success-buy-wrapper {
    font-weight: bold;
}

.redesign-teacher-landing__success-buy .redesign-teacher-landing__course-list-item-button {
    padding: 14px 60px 12px;
}

.redesign-teacher-landing__course-list-item_bg-violet .redesign-teacher-landing__course-list-item-button_buy {
    padding: 14px 9px 12px;
}

.redesign-teacher-landing .visibility-hidden {
    visibility: hidden;
    pointer-events: none;
}

.redesign-teacher-landing__info-right-video {
    width: 568px;
    background: #000;
}

.redesign-teacher-landing__info-right-video-button-wrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 40px;
}

.redesign-teacher-landing__info-right-video-button {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.redesign-teacher-landing__info-right-video-wrapper {
    position: relative;
    top: -40px;
}

.redesign-teacher-landing__info-right-icon-play {
    margin-right: 10px;
}

.redesign-teacher-landing__currency {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.redesign-teacher-landing__currency-title {
    color: #81818B;
    font-size: 17px;
    margin-right: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .redesign-teacher-landing__info-right-video {
        width: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .redesign-teacher-landing__course-list-item_bg-blue .redesign-teacher-landing__course-list-item-checkbox-wrapper {
        width: 405px;
    }

    .redesign-teacher-landing__course-list-item_bg-violet .redesign-teacher-landing__course-list-item-checkbox-wrapper {
        width: 405px;
    }

    .redesign-teacher-landing__course-list-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .redesign-teacher-landing__course-list-item-checkbox-wrapper {
        width: 320px;
        min-width: 320px;
    }

    .redesign-teacher-landing__course-list-item_bg-blue .redesign-teacher-landing__course-list-item-button_try {
        margin-right: -85px;
    }

    .redesign-teacher-landing__course-list-item_bg-violet .redesign-teacher-landing__course-list-item-button_try {
        margin-right: -85px;
    }

    .redesign-teacher-landing__course-list-item_bg-blue .redesign-teacher-landing__course-list-item-button_try {
        visibility: hidden;
        display: block;
    }

    .redesign-teacher-landing__course-list-item_bg-violet .redesign-teacher-landing__course-list-item-button_try {
        visibility: hidden;
        display: block;
    }

    .redesign-teacher-landing__cart-items-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .redesign-teacher-landing__cart {
        padding: 15px 20px;
    }

    .redesign-teacher-landing__cart-items {
        width: 320px;
        min-width: 320px;
    }


    .redesign-teacher-landing__cart-items-wrapper {
        padding: 0;
    }

    .redesign-teacher-landing__cart .redesign-teacher-landing__course-list-item-button_try {
        margin-right: -5px;
    }

    .redesign-teacher-landing__info-right {
        margin: 0 auto;
    }

    .redesign-teacher-landing__info-right-video-wrapper {
        top: 0;
    }

}

@media only screen and (max-width: 768px) {
    .redesign-teacher-landing__header-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .redesign-teacher-landing__info-title {
        font-size: 34px;
    }

    .redesign-teacher-landing__info-title_video {
        width: auto;
    }

    .redesign-teacher-landing__info-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .redesign-teacher-landing__info {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .redesign-teacher-landing__info-left-title {
        font-size: 16px;
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .redesign-teacher-landing__info-left-list li {
        align-items: stretch;
    }

    .redesign-teacher-landing__info-right {
        margin: 0 auto;
        order: 3;
    }

    .redesign-teacher-landing__info-right-img {
        width: 100%;
        max-width: 420px;
        height: auto;
    }


    .redesign-teacher-landing__info-left-list-text {
        font-size: 14px;
    }

    .redesign-teacher-landing__course-list-wrapper {
       width: 100%;
    }

    .redesign-teacher-landing__course-list-item {
        flex-wrap: wrap;
        padding: 22px 10px;
        justify-content: stretch;
    }

    .redesign-teacher-landing__course-list-item-checkbox-first .redesign-checkbox-container__checkmark {
        width: 20px;
        height: 20px;
    }

    .redesign-teacher-landing__course-list-item-checkbox-first .redesign-checkbox-container {
        padding-left: 25px;
        height: auto;
        top: 0px;
    }

    .redesign-teacher-landing__course-list-item-checkbox-first .redesign-checkbox-container .redesign-checkbox-container__checkmark::after {
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
    }

    .redesign-teacher-landing__course-list-item-checkbox-wrapper {
        width: 75%;
        min-width: 75%;
    }

    .redesign-teacher-landing__course-list-item-desc {
        margin-left: 0;
        font-size: 12px;
        margin-top: 5px;
    }

    .redesign-teacher-landing__course-list-item-checkbox-title-wrapper {
        font-size: 18px;
        margin-left: 10px;
        margin-top: 2px;
    }

    .redesign-teacher-landing__course-list-item-price-wrapper {
        order: 1;
        width: 25%;
        min-width: 25%;
        text-align: right;
        margin-top: 0px;
    }

    .redesign-teacher-landing__course-list-item-button {
        margin-top: 15px;
        font-size: 12px;
    }

    .redesign-teacher-landing__course-list-item-button_try {
        order: 2;
        margin-left: auto;
    }

    .redesign-teacher-landing__course-list-item-button_buy {
        order: 3;
        margin-right: auto;
        margin-left: 15px;
    }

    .redesign-teacher-landing__course-list-item_bg-blue .redesign-teacher-landing__course-list-item-checkbox-title-wrapper {
        margin-left: 0px;
    }

    .redesign-teacher-landing__course-list-item_bg-violet .redesign-teacher-landing__course-list-item-checkbox-title-wrapper {
        margin-left: 0px;
    }

    .redesign-teacher-landing__course-list-item_bg-blue .redesign-teacher-landing__course-list-item-checkbox-wrapper {
        width: 68%;
        justify-content: flex-start;
    }

    .redesign-teacher-landing__course-list-item_bg-violet .redesign-teacher-landing__course-list-item-checkbox-wrapper {
        width: 68%;
        justify-content: flex-start;
    }

    .redesign-teacher-landing__course-list-item_bg-blue .redesign-teacher-landing__course-list-item-desc {
        order: 2;
        width: 52%;
    }

    .redesign-teacher-landing__course-list-item_bg-violet .redesign-teacher-landing__course-list-item-desc {
        order: 2;
        width: 52%;
    }

    .redesign-teacher-landing__course-list-item_bg-blue .redesign-teacher-landing__course-list-item-button_buy {
        margin-right: 0;
        margin-left: auto;
        margin-top: 0;
    }

    .redesign-teacher-landing__course-list-item_bg-violet .redesign-teacher-landing__course-list-item-button_buy {
        margin-right: 0;
        margin-left: auto;
        margin-top: 0;
    }

    .redesign-teacher-landing__course-list-item-button {
        height: 36px;
        padding: 9px 20px 9px;
    }

    .redesign-teacher-landing__button-not-authorized_buy {
        margin-right: 0;
        margin-bottom: 10px;
        box-shadow: none;
    }

    .redesign-teacher-landing__buttons-not-authorized {
        text-align: center;
    }

    .redesign-teacher-landing__course-list-item-price {
        width: auto;
        text-align: right;
        font-size: 20px;
    }

    .redesign-teacher-landing__cart-items-wrapper {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .redesign-teacher-landing__cart .redesign-teacher-landing__course-list-item-button_try {
        display: none;
    }

    .redesign-teacher-landing__cart .redesign-teacher-landing__course-list-item-button_buy {
        padding: 9px 13px 9px;
        white-space: nowrap;
    }

    .redesign-teacher-landing__cart .redesign-teacher-landing__course-list-item-price {
        justify-content: flex-end;
        font-size: 24px;
    }

    .redesign-teacher-landing__cart-items {
        width: 60%;
        min-width: 60%;
    }

    .redesign-teacher-landing__mobile-app-wrapper {
        flex-direction: column;
    }

    .redesign-teacher-landing__mobile-app-img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .redesign-teacher-landing__mobile-app-text {
        width: 100%;
        text-align: center;
    }

    .redesign-teacher-landing__progress_circle_container .b-progress_bg {
        top: 0px
    }

    .redesign-teacher-landing__course-list-item_continue .redesign-teacher-landing__course-list-item-button_try {
        display: none;
    }

    .redesign-teacher-landing__progress_circle_container {
        width: 25%;
        text-align: right;
    }

    .redesign-teacher-landing__course-list-item-button_continue {
        margin-left: auto;
    }

    .redesign-teacher-landing__course-list-item-checkbox-title {
        margin-right: 0;
    }

    .redesign-teacher-landing__info-popup .jBox-content {
        width: 100%;
    }

    .redesign-teacher-landing__success-buy-img {
        width: 100%;
    }

    .redesign-teacher-landing__success-buy .redesign-teacher-landing__course-list-item-button {
        padding: 9px 20px 9px;
    }

    .redesign-teacher-landing__course-list-item_bg-violet .redesign-teacher-landing__course-list-item-button_buy {
        padding: 10px 9px 12px;
    }

    .redesign-teacher-landing__info-right-video-wrapper {
        top: 0;
    }

    .redesign-teacher-landing__info-right-video {
        width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    .redesign-teacher-landing__course-list-item {
        justify-content: space-between;
    }

    .redesign-teacher-landing__course-list-item-button_try {
        margin-left: 0;
    }

    .redesign-teacher-landing__course-list-item-button_buy {
        margin-right: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 345px) {
    .redesign-teacher-landing__course-list-item-price {
        font-size: 18px;
    }
}
