.info-item {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.info-item span {
    flex: 1;
    border-bottom: 1px dashed rgba(218, 65, 39, 0.5);
    position: relative;
    top: -3px;
    margin: 0px 10px;
}

.info-item .value a {
    cursor: inherit;
}

.info-item .value a[href] {
    cursor: pointer;
    text-decoration: underline dotted;
}

.info-item > * {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 220%;
    color: #1C1C1C;

}

.button {
    display: inline-block;
    padding: 13px 55px;
}

.button:hover {
    color: #fff;
}

.tooltip {
    position: absolute;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 24px;
    height: 16px;
}
.bs-tooltip-top .arrow {
    bottom: -9px;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 16px 12px  0;
    border-top-color: #CC546C;
}
.tooltip-inner {
    width: 113px;
    padding: 7px 0;
    color: #fff;
    text-align: center;
    background-color: #CC546C;

    font-weight: 500;
    font-size: 16px;
    line-height: 155.9%;
    border-radius: 8px;
}
.slider .bs-tooltip-top .tooltip-inner {
    left: -60% !important;
}

.hidden .slider .tooltip.bs-tooltip-top {
    display: none;
}
.slider .tooltip.bs-tooltip-top .arrow {
    left: -12px !important;
}
.slider .tooltip.bs-tooltip-top {
    margin-top: -60px !important;
}
.slider.slider-horizontal {
    width: 100% !important;
}
.slider-handle.custom {
    background: transparent none;
}
.slider.slider-horizontal .slider-selection {
    background-color: #CC546C;
    background-image: none;
}
.slider-handle::before {
    content: url("../images/calculator/juniour.svg") !important;
    margin-left: -3px;
}
.slider-handle.custom-middle::before {
    content: url("../images/calculator/middle.svg") !important;
}
.slider-handle.custom-senior::before {
    content: url("../images/calculator/senior.svg") !important;
}
.slider.slider-horizontal .slider-track {
    height: 4px !important;
    margin-top: 0px !important;
}
.slider-tick.custom::before {
    content: '';
}
.slider.slider-horizontal .slider-tick, .slider-tick.in-selection {
    background-color: #CC546C;
    background-image: none;
    width: 13px;
    height: 13px;
    margin-top: 5px;
}

.same-courses .desktop {
    display: block;
}

.same-courses .mobile {
    display: none;
}

/*#region Arrows */
.arrow-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.arrows {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 154px;
}

.arrows .arrow {
    width: 57px;
    height: 57px;
    margin: 0px;
    padding: 17px 0px;
    cursor: pointer;
}
/*#endregion Arrows */

/*#region First page */
.course-card .text-header {
    padding-right: 101px;
}

.course-card .page-title {
    max-width: 601px;
    font-size: 55px;
    line-height: 106%;
    font-weight: 600;
    font-family: Manrope, serif;
}

@media screen and (max-width: 576px){
    .course-card .page-title {
        font-size: 45px;
    }
}

.course-card .page-desc p {
    margin-top: 29px;
    font-weight: 300;
    font-size: 18px;
    line-height: 165%;
}

.course-card .course-img {
    border-radius: 15px;
    max-width: 511px;
    height: auto;
}

.course-card .top-page .img-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.course-card .top-page .bottom {
    margin-top: 44px;
    align-items: center;
    border-radius: 10px;
    border: solid 1px #932028;
}

.course-card .top-page .bottom .heard-icon {
    cursor: pointer;
    content: url("../images/red-heard.svg") !important;
}

.course-card .top-page .bottom .heard-icon.active {
    content: url("../images/red-heard.svg") !important;
    width: 50px;
    height: 50px;
    padding: 11px;
}

.course-card .in-school {
    margin-right: 20px;
}

.course-card .prices-block .price-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 165.4%;
    color: #000000;
}

.course-card .prices-block .price-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.course-card .prices-block .price-list .red_price {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #CC546C;
}

.course-card .prices-block .price-list .price {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: line-through;
    color: #000000;
    margin-left: 23px;
}

.first-page .rating-block {
    display: inline-block;
}

.first-page .course-rating {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #CC546C;
    position: relative;
    top: 2px;
}

.first-page .course-rating .star {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    margin-bottom: 3px;
}
/*#endregion First page */

/*#region Чему вы научитесь */
.lear .lear-list .lear-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 73px;
}

.lear .lear-img {
    width: 100%;
    max-width: 1335px;
    height: 399px;
    margin-top: 68px;
    border-radius: 10px;
    background: url(../images/course_page/you-will-learn.png) no-repeat center center;
}

.lear .lear-list .lear-item .lear-text {
    font-weight: 400;
    font-size: 18px;
    font-family: Manrope, serif;
    line-height: 30px;
    margin-left: 23px;
    color: #FFFFFF;
}
/*#endregion */

/*#region Краткая информация */

.short-info {}

.short-info .short-info-title {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;

}

.short-info .short-info-block {
    margin-top: 66px;
    display: flex;
    justify-content: space-between;
    gap: 55px;
    align-items: center;
    width: 100%;
    flex-direction: row;
}

@media screen and (max-width: 650px){
    .short-info .short-info-block {
        flex-direction: column;
    }
}

.short-info .button {
    margin-top: 55px;
}

.short-info .short-info-img {
    background: url(../images/course_page/short-info.png) no-repeat center center;
    max-width: 688px;
    width: 100%;
    height: 440px;
    border-radius: 10px;
}

@media screen and (max-width: 1000px){
    .short-info .short-info-title {
        display: flex;
        width: 100%;
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }

}
/*#endregion Краткая информация*/

/*#region Как быстро окупится обучение */
.pay_off .main-text {
    padding-right: 130px;
    font-weight: 400;
    font-size: 18px;
    line-height: 165.4%;
    color: #000000;
}

.pay_off .pay_off_month {
    border-radius: 10px;
    padding: 30px;
}

.pay_off .calculator {
    margin: 82px auto 0;
    width: calc(100% - 187px);
}

.pay_off .calculator-title {
    width: calc(100% - 187px);
    margin: 21px auto 0;
}

.pay_off .calculator-title .junior {
    text-align: start;
    margin-left: -10px;
    padding-left: 0;
}

.pay_off .calculator-title .middle {
    text-align: center;
}

.pay_off .calculator-title .senior {
    text-align: end;
    margin-left: 10px;
    padding-right: 0;
}
/*#endregion Как быстро окупится обучение */

/*#region Преподаватели */
.teachers .teacher {
    margin-top: 51px;
}

.teachers .teacher .teacher-block {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.teachers .teacher .teacher-block.disabled {
    pointer-events: none;
}

.teachers .teacher .teacher-img img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    object-fit: cover;
}

.teachers .teacher .teacher-text {
    margin-left: 26px;
}

.teachers .teacher .teacher-name {
    font-weight: 500;
    font-family: Manrope, serif;
    font-size: 20px;
    line-height: 134.8%;
    color: #000000;
}

.teachers .teacher .teacher-qualification {
    font-weight: 400;
    font-size: 16px;
    line-height: 143.4%;
    color: #000000;
}
/*#endregion Преподаватели */

/*#region Программа курса */
.program .program-header {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.program .program-images{
    width: 100%;
    gap: 23px;
    display: flex;
    flex-direction: row;
    margin-top: 51px
}

@media screen and (max-width: 550px){
    .program .program-images{
        width: 100%;
        gap: 23px;
        display: flex;
        flex-direction: column;
        margin-top: 51px
    }
}

.program .program-image-1 {
    background: url(../images/course_page/1.png) no-repeat center center;
    width: 100%;
    object-fit: cover;
    height: 440px;
    border-radius: 10px;
}

.program .program-image-2 {
    background: url(../images/course_page/2.png) no-repeat center center;
    width: 100%;
    object-fit: cover;
    height: 440px;
    border-radius: 10px;
}

.program .program-image-3 {
    background: url(../images/course_page/3.png) no-repeat center center;
    width: 100%;
    object-fit: cover;
    height: 440px;
    border-radius: 10px;
}

.program .counts {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 50px;
}

.program .counts .bordered-block {
    padding: 8px 20px;
}

.program .counts .bordered-block:not(:first-child) {
    margin-left: 8px;
}

.program .program-desc {
    margin-top: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 134.9%;
    max-width: 1234px;
}
.program .program-list {
    margin-top: 35px;
}
/*#endregion Программа курса */

.ticket .ticket-elem {
    height: 100%;
    border-radius: 15px;
    padding: 0 20px 17px 20px;
}

.ticket .ticket-elem .subtitle {
    font-weight: 500;
    font-size: 55px;
    line-height: 134.8%;
    color: #CC546C;
    padding-top: 8px;
}

.ticket .ticket-elem .text {
    margin-top: 9px;
}

.ticket .ticket-elem .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 134.8%;
    color: #000000;
}

.ticket .ticket-elem .desc {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    margin-top: 20px;
}

/*#region Программа курса */
.how-learn .how-learn-list {
    margin-top: 46px;
}
/*#endregion Программа курса */

/*#region Трудоустройство */
.employment .employment-list {
    margin-top: 52px;
}

.employment .ticket-elem {
    padding: 20px 20px 17px 20px;
}

.employment .text {
    margin-top: 30px !important;
}
/*#endregion Трудоустройство */

/*#region FAQ */
.faq .faq-list {
    margin-top: 50px;
}
/*#endregion FAQ */

/*#region Характеристики курса */
.full-info .full-info-block {
    margin-top: 67px;
}

.full-info .full-info-block .bg-gray {
    padding: 50px;
    border-radius: 10px;
}

.full-info .full-info-block .show-all-info {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #CC546C;
    cursor: pointer;
}

.full-info .full-info-block .all-info-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px 28px;
    position: relative;
    margin-left: 16px;
}

.full-info .full-info-block .all-info-list .info-item {
    position: relative;
    cursor: inherit;
}

.full-info .full-info-block .all-info-list .info-item[href] {
    position: relative;
    cursor: pointer;
    text-decoration: underline dotted;
}

.full-info .full-info-block .all-info-list .info-item:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translate(-100%,-50%);
    width: 4px;
    height: 4px;
    background: #CC546C;
    border-radius: 50%;
}
/*#endregion Характеристики курса */

/*#region Отзывы о курсе */
.reviews .review-list {
    margin-top: 50px;
}

.reviews .review-list .review-item {
    padding-right: 20px;
}

.reviews .ticket .ticket-elem {
    padding-left: 0;
    padding-right: 0;

    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.reviews .ticket .ticket-elem .plr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.reviews .gray-border-bottom {
    border-bottom: 1px solid #D7D7D7;
}

.reviews .gray-border-top {
    border-top: 1px solid #D7D7D7;
}

.reviews .review-item {
    height: 100%;
}

.reviews .review-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.reviews .review-header h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 0;
}

.reviews .rating {
    margin-top: 0;
}

.reviews .review-text {
    padding: 18px 0 21px 0;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

.reviews .source {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.reviews .source .person {
    font-weight: 500;
    font-size: 16px;
    line-height: 140.5%;
    color: #000000;
    padding: 0 !important;
}

.reviews .source .date {
    font-weight: 400;
    font-size: 16px;
    line-height: 140.5%;
    color: #000000;
    padding: 0 !important;
}

.reviews .review-list .slick-track {
    display: flex;
}

.reviews .review-list .slick-slide {
    height: inherit;
}

.reviews .review-list .slick-slide > div {
    height: 100%;
}
/*#endregion Отзывы о курсе */

/*#region Отзывы о курсе */
.same-courses .same-courses-list {
    margin-top: 50px;
}

.same-courses .same-course {
    flex: 0 0 auto;
    width: calc(100% / 5);
    max-width: 260px;
    height: 100%;
    position: relative;
}

.same-courses .same-course .item-block {
    height: 100%;
}

.same-courses .same-courses-list .slick-track {
    display: flex;
    gap: 0 10px;
}

.same-courses .same-courses-list .slick-slide {
    height: inherit;
}

.same-courses .same-courses-list .slick-slide > div {
    height: 100%;
    width: 100%;
}
/*#endregion Отзывы о курсе */


@media (max-width: 1199px) {
    .info-item > * {
        font-size: 16px;
    }
}

@media (max-width: 1173px) {
    .course-card .prices-block .price-title {
        font-size: 17px;
    }

    .course-card .prices-block .price-list .red_price {
        font-size: 25px;
    }

    .course-card .prices-block .price-list .price {
        font-size: 14px;
    }
}

@media (max-width: 1022px) {
    .course-card .prices-block .price-title {
        font-size: 16px;
    }

    .course-card .prices-block .price-list .red_price {
        font-size: 22px;
    }

    .course-card .prices-block .price-list .price {
        font-size: 12px;
    }
}

.bottom {
    width: 100%;
    max-width: 656px;
}

.bottom .prices-block {
    width: 100%;
    border-bottom: solid 1px #932028;
    margin-left: 0;
    display: flex;
    flex-direction: row;
}

.bottom .prices-block .price-discount-block {
    padding: 20px 26px 19px 36px;
    border-right: solid 1px #932028 ;
}

.bottom .buttons {
    padding: 20px 40px 19px 36px;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 991px) {
    .course-card .top-page .img-block {
        display: none;
    }

    .course-card .bottom .prices {
        order: 1;
    }

    .bottom .prices-block {
        width: 100%;
        border-bottom: solid 1px #932028;
        margin-left: 0;
        display: flex;
        flex-direction: column;
    }

    .course-card .bottom .price-discount-block {
        width: 100%;
        padding: 20px 26px 19px 36px;
        border-bottom: solid 1px #932028;
        border-right: none ;
    }

    .bottom .buttons {
        padding: 20px 40px 19px 36px;
        white-space: nowrap;
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column-reverse;
        align-items: start;
        gap: 20px;
    }

    .course-card .text-header {
        padding: 0;
    }

    .program .program-header {
        display: block;
    }

    .program .counts {
        margin-left: 0;
    }

    .program .counts .bordered-block {
        margin: 0;
    }

    .ticket > div {
        margin-bottom: 10px;
    }

    .slick-slide {
        text-align: start;
    }
}

@media (max-width: 800px) {
    .arrow-container {
        display: flex;
        gap: 20px;
    }

    .arrows {
        justify-content: space-between;
    }
}

@media (max-width: 635px) {
    .same-courses .same-course {
        margin-left: calc(50% - 117px);
    }
}

@media (max-width: 600px) {
    .info-item {
        display: block;
        margin-bottom: 20px;
    }

    .info-item span {
        display: none;
    }

    .info-item > * {
        line-height: 24px;
    }

    .info-item .title {
        color: #CC546C;
    }
}

@media (max-width: 576px) {
    .pay_off .main-text {
        text-align: left;
        padding-right: 12px;
    }

    .pay_off .pay_off_month {
        margin-top: 10px;
    }

    .arrows {
        margin: 0 auto;
    }

    .course-card .page-desc {
        font-size: 16px;
    }

    .first-page .course-rating {
        margin-left: 10px;
    }

    .lear .lear-list .lear-item .lear-img {
        width: inherit;
        height: inherit;
    }

    .lear .lear-list .lear-item .lear-img img {
        width: 30px;
        height: 30px;
    }

    .course-card .section-padding {
        padding-bottom: 15px;
    }

    .full-info .full-info-block .bg-gray {
        padding: 50px 20px;
    }

    .same-courses .desktop {
        display: none;
    }

    .same-courses .mobile {
        display: block;
    }

    .same-courses .same-course {
        width: inherit;
        max-width: inherit;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .same-courses .same-course .item-block img {
        height: auto;
    }

    .same-courses .same-course .item-block .more {
        height: auto;
    }
}

@media (max-width: 385px) {
    .program .counts .bordered-block {
        font-size: 14px;
        padding: 8px 10px;
    }

    .section-title {
        font-size: 30px;
    }

    .course-card .in-school {
        display: block;
    }

    .course-card .top-page .bottom .heard-icon {
        margin-top: 10px;
    }

    .first-page .course-rating {
        top: 10px
    }

    .button {
        padding: 9px 14px;
    }
}

@media (max-width: 320px) {
    .page-title {
        font-size: 35px;
    }
}