.errors_form {
    color: red;
    margin: 10px 0px;
    font-weight: bold;
}

.succes_form {
    color: #29bd57;
    margin: 10px 0px;
    font-weight: bold;
}



.ProIconHolder {
    position: relative;

}
.ProIconHolder:after {
    position: absolute;
    right: -5px;
    bottom: -5px;
    content: 'pro';
    color: #fff;
    border-radius: 4px;
    background: #4926ad;
    margin-left: 5px;
    font-weight: bold;
    font-size: 10px;
    padding: 0px 6px;
}
.jaguarIconHolder {
    position: relative;

}
.jaguarIconHolder:after {
    position: absolute;
    right: -5px;
    bottom: -5px;
    content: '';
    width: 20px;
    height: 20px;
    background: #4926ad url(/local/assets/images/icons/jaguar_icon.svg) no-repeat;
    background-size: 74%;
    border-radius: 100%;
    background-position: 50%;
}

.slothIconHolder {
    position: relative;

}
.slothIconHolder:after {
    position: absolute;
    right: -5px;
    bottom: -5px;
    content: '';
    width: 20px;
    height: 20px;
    background: #4926ad url(/local/assets/images/icons/sloth_icon.png) no-repeat;
    background-size: 74%;
    border-radius: 100%;
    background-position: 50%;
}


#preloader_reg {
    position: fixed;
    z-index: 1000000;
    display: block;
    width: 100%;
    height: 100%;
    background: #000000b0;
    left: 0px;
    top: 0px;
}
#preloader_reg:after {
    content: "";
    width: 50px;
    height: 50px;
    background: url(/assets/icons/preloader.svg);
    display: block;
    background-size: cover;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}







#preloader {
    position: fixed;
    z-index: 1000000;
    display: block;
    width: 100%;
    height: 100%;
    background: #000000b0;
    left: 0px;
    top: 0px;
}
#preloader:after {
    content: "";
    width: 50px;
    height: 50px;
    background: url(/assets/icons/preloader.svg);
    display: block;
    background-size: cover;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}




.announcement--new-courses .announcement__item {
   height: 430px;
}

@media (max-width: 991px) {
    .head-form {
        display: block !important;
    }
}


.swiper-wrapper{
    height: min-content !important;
}

@media (max-width: 767px) {
    .lesson-rate__rate {
        width: 70px;
        height: 60px;
        /*flex: 60px 0 0;*/
        margin: 0 10px 10px 0;
        background-size: 40px;
    }
}

/*---------Фильтры "облачка" для курсов---------*/
@media (max-width: 767px) {
    .professions .filter-buttons {
        display: flex;
    }
    .professions .filter-select {
        display: none;
    }

    .filter-buttons__button {
        margin: 0 10px 10px 0;
        padding: 10px 15px;
        color: #434343;
        font-size: 16px;
        border-radius: 60px;
        background: #FFFFFF;
        box-sizing: border-box;
        box-shadow: 0px 4px 54px rgb(0 0 0 / 6%);
        border: none;
        list-style: none;
        cursor: pointer;
        outline: none !important;
        transition: .2s;
    }
}
/*---------Фильтры "облачка" для курсов---------*/

/*---------Карточки похожих курсов---------*/
.template-landing a.onmegacampus__item {
    display: block;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.template-landing p.onmegacampus__item-speaker,
.template-landing p.onmegacampus__item-logo{
    opacity: 0;
}

@media (max-width: 575px){
    .template-landing .onmegacampus__item-title {
        margin-left: 10px !important;
    }
}

.template-landing .onmegacampus__item-title {
    margin: 0 0 0 0;
}

@media (max-width: 320px) {
    .template-landing .main__btn {
        width: auto;
    }
}
/*---------Карточки похожих курсов---------*/

/*---------Картинки англ версии---------*/
.v2-create-course__right__en {
    grid-area: right;
    height: 100%;
    position: relative;
    background: url("../img/v2/create-course/1x.png") right bottom no-repeat;
    background-size: 105% auto;
}

.v2-create-course__right__en:before, .v2-create-course__right__en:after {
    display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
    .v2-create-course__right__en {
        background: url("../img/v2/create-course/1x.png") right bottom no-repeat;
        background-size: 100% auto;
    }
}
@media (max-width: 767px) {

    .v2-create-course__right__en {
        position: relative;
        height: 200px;
        background: none;
    }
    .v2-create-course__right__en:before {
        display: block;
        content: "";
        position: absolute;
        left: -30px;
        bottom: 0;
        width: 100%;
        height: 185px;
        background-color: #fbfbff;
    }
    .v2-create-course__right__en:after {
        content: "";
        display: block;
        position: relative;
        z-index: 1;
        width: 100%;
        height: 200px;
        border-radius: 30px;
        background: url("../img/v2/create-course/1x.png") center bottom no-repeat;
        background-size: contain;
        background-color: #f6f5ff;
    }
}



@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 767px) and (min-resolution: 1.5dppx), only screen and (max-width: 767px) and (min-resolution: 144dpi) {
    .v2-create-course__right__en:after {
       background: url("../img/v2/create-course/1x.png") center bottom no-repeat;
        background-size: contain;
        background-color: #f6f5ff;
    }
}

.v2-lend-analist__inner__en {
    display: grid;
    grid-template: 'left right' auto / 1.5fr 1fr;
    grid-gap: 20px;
    border-radius: 60px;
    background: url("/assets/img/v2/lend-analist/en-phone-large.png") 105% bottom no-repeat;
    background-color: rgba(73, 128, 234, 0.11);
    background-size: contain;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
    .v2-lend-analist__inner__en {
        background: url("/assets/img/v2/lend-analist/en-phone-large@2x.png") 105% bottom no-repeat;
        background-color: rgba(73, 128, 234, 0.11);
        background-size: contain;
    }
}

@media (max-width: 1199px) {
    .v2-lend-analist__inner__en {
        background-position: 105% bottom;
        background-size: 50%;
    }
}

@media (max-width: 991px) {
    .v2-lend-analist__inner__en {
        background-position: 105% bottom;
        background-size: 50%;
    }

}

@media (max-width: 767px) {
    .v2-lend-analist__inner__en {
        display: grid;
        grid-template: 'left' auto 'right' auto / 1fr;
        grid-row-gap: 0;
        border-radius: 40px;
        background-image: none;
        overflow: hidden;
    }
}

/*---------Картинки англ версии end---------*/

.popup_v2 {
    max-width: 700px;
    padding: 0 !important;;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 45px rgba(50, 80, 126, 0.25);
    box-sizing: border-box;
    position: relative;
    z-index: 99999999;
}
@media (max-width: 479px) {
    .popup_v2 {
        padding: 10px 15px !important;
    }
    .v2-reg_auth {
        padding: 40px 0 ;
    }
}

.v2-ethers__image-qr {
    display: block;
}

@media (max-width: 767px) {
    .v2-ethers__image-qr {
        display: block;
        width: 100%;
    }
}

.v2-ethers__inner_custom {
    display: grid;
    grid-template: 'left right' auto / 1.3fr 1fr;
    grid-gap: 20px;
    border-radius: 60px;
    background: url("/assets/img/v2/ethers/new_phone.png") right bottom no-repeat;
    background-color: #F3F1FF;
    background-size: contain;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
    .v2-ethers__inner_custom {
        background: url("/assets/img/v2/ethers/new_phone-large@2x.png") right bottom no-repeat;
        background-color: #F3F1FF;
        background-size: contain;
    }
}
@media (max-width: 991px) {

    .v2-ethers__inner_custom {
        background-position: 120% bottom;
        background-size: 70%;
    }
    .v2-header__exit_custom {
        display: none;
    }
}
@media (max-width: 767px) {
    .v2-ethers__inner_custom {
        display: grid;
        grid-template: 'left' auto 'right' auto / 1fr;
        grid-row-gap: 0;
        border-radius: 40px;
        background-image: none;
    }
}

@media (max-width: 567px) {
    .v2-main-menu {
        width: 75% !important;
    }
}

.v2-my-courses__item-title_custom {
    font-weight: 600;
    font-size: 20px;
    line-height: 129%;
    margin-bottom: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
@media (max-width: 991px) {
    .v2-my-courses__item-title_custom {
        white-space: normal;
    }
}
@media (max-width: 575px) {

    .v2-my-courses__item-title_custom {
        font-size: 18px;
        white-space: normal;
    }
}

.v2_campuses_desc_custom {
    font-size: 12px;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 50px;
}

@media (max-width: 991px) {
    .v2_campuses_desc_custom {
       white-space: normal;
    }
}

@media (max-width: 575px) {

    .v2_campuses_desc_custom {
        white-space: normal;
    }
}

.header_ipact_logo {
    max-width: none;
    width: 200px;
    border-radius: 10px;
}

@media (max-width: 575px) {

    .header_ipact_logo {
        width: 100px;
    }
}

.v2-footer__grid-copyright_custom {
    grid-area: 4 / 1 / 5 / 5;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
@media (max-width: 567px) {
    .v2-footer__grid-copyright_custom {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .v2-footer__grid-copyright_custom {
        grid-area: 5 / 1 / 6 / 5;
        justify-content: space-between;
        padding: 30px 0;
    }
}

@media (max-width: 991px) {
    .v2-footer__grid-copyright_custom  {
        grid-area: 5 / 1 / 6 / 5;
        justify-content: space-between;
        padding: 40px 0;
    }
}

.lesson .video__cont_custom:before {
    background-image: none;
}
.v2-campuses__list-item_custom {
    height: 100%;
}

/*---------------------------*/
.v2-recovery {
    background-color: #ffffff;
    padding: 40px;
}

.v2-recovery__title {
    margin-bottom: 16px;
}

.v2-recovery__desc {
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 500;
    opacity: 0.8;
}

.v2-recovery__block {
    margin-bottom: 30px;
    padding: 18px 32px 32px 32px;
    border: 1px solid #D5D9E1;
    border-radius: 8px;
}

.v2-recovery__block-btns {
    margin-top: 32px;
    display: flex;
    align-items: center;
}

.v2-recovery__auth-link_red {
    color: #EA4956;
}

.v2-recovery__btn {
    border-radius: 4px;
}

.v2-recovery__btn-auth {
    transition: .15s;
    color: #000;
    opacity: 0.75;
}

.v2-recovery__btn-auth:hover {
    color: #593BD2;
}

.v2-recovery .v2-recovery__password-icon-arrow_unpassed {
    display: none;
}

.v2-recovery .v2-recovery__password-icon-arrow_passed {
    display: flex;
}

.v2-recovery__password-icon-arrow {
    margin-top: 35px;
    opacity: .75;
}

.v2-recovery__password-icon-arrow svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.v2-recovery__password-icon-arrow_passed {
    color: #00BD57;
}

.v2-recovery__password-icon-arrow_passed path {
    fill: #00BD57;
}

.v2-recovery__password-icon-arrow-text {
    margin-top: -3px;
}

.v2-recovery__label {
    font-family: "SF Pro Display", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #171C26;
}

.v2-recovery__input {
    height: 44px;
    line-height: 44px;
    font-family: "SF Pro Display", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #171C26;
    border: none;
    outline: none;
    width: 100%;
    border-bottom: 1px solid #E2E4E5;
    padding-left: 15px;
}

@media (max-width: 579px) {
    .v2-recovery {
        padding: 40px 20px;
    }
    .v2-recovery__block {
        padding: 18px 22px 32px 22px;
    }
    .v2-recovery__block-inner {
        display: flex;
    }
    .v2-recovery__block-btns {
        align-items: flex-start;
        flex-direction: column;
    }
    .v2-recovery__block-btns .v2-reg__auth-link {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .v2-head__footer_custom {
        flex-direction: column;
    }
    .v2-head__btn_custom {
        margin: 8px 5px;
    }
}

@media (max-width: 767px) {
    .v2-head__footer_custom {
        flex-direction: column;
    }
    .v2-head__btn_custom {
        margin: 8px 5px;
    }
}
@media (max-width: 579px) {
    .v2-head__btn_custom {
        margin: 8px 5px;
    }

    .v2-head__footer_custom {
        flex-direction: column;

    }
}

.v2-btn_large_header {
    padding: 13px 20px;
}
