@import "/local/templates/aspro-priority/css/splide.css";
@import "/local/templates/aspro-priority/css/airdatepicker.css";

.learning {
    margin-top: -60px;
}

.detail {
    margin-bottom: 40px;
}


.learning__content-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 14px
}

.learning .learning__content-title h2 {
    font-weight: 400;
    font-size: 33px;
    line-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333
}

.learning__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.learning .learning__icons li:not(:last-child) {
    margin-right: 30px
}

.learning .learning__icons li a img {
    opacity: .35
}

.learnin__h3 {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    margin-top: 18px
}

.learning .learning__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
}

.learning table td,
.learning table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.learning table tr {
    border-bottom: 1px solid #ebebeb
}

.learning table td {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
}



.learning table td:first-child {
    width: 260px;
    min-width: 260px;
    border-right: 1px solid #ebebeb
}

.learning table td:last-child {
    padding-left: 10px;
}

.learning table td p {
    margin: 0 0 0 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;


}

.learning table .img-box {
    background: #fff;
    /* -webkit-box-shadow: 1px 4px 11px rgba(14, 12, 10, .08);
    box-shadow: 1px 4px 11px rgba(14, 12, 10, .08); */
    min-width: 40px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%
}

.btn-open-nav {
    display: none;
}

.learning .item-with-img img {
    height: 570px;
    object-fit: cover;
    background-color: #eee;
    max-width: 420px;
}

.learning .learning__courses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 12px
}

.learning .learning__courses a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #ea5d26;

    padding-bottom: 4px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.learning .learning__courses a span {
    border-bottom: 1px dashed #ea5d26;
}

.learning .learning__courses .course:before {
    content: "";
    display: block;
    background: url(/local/templates/aspro-priority/images/new/light.svg) no-repeat;
    width: 26px;
    height: 26px;
    margin-right: 12px
}

.learning .learning__courses .other-course:before {
    content: "";
    display: block;
    background: url(/local/templates/aspro-priority/images/new/layer.svg) no-repeat;
    width: 26px;
    height: 16px;
    margin-right: 12px
}

.learning .learning__courses a:first-child {
    margin-right: 26px
}

.learning .prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f8f9fb;
    padding: 26px 20px;
    margin-top: 12px
}

.learning .prices .sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f6d2b2;
    padding: 18px 20px;
    height: 64px
}

.learning .prices .sum span {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #333;
    white-space: nowrap
}

.learning .prices .sum span:first-child {
    margin-right: 4px
}

.learning .prices button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ea5d26;
    border-radius: 2px;
    border: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 22px 28px;
    white-space: nowrap;
    margin: 0 30px 0 26px;
    height: 64px;
    cursor: pointer
}

.learning .prices button:hover {
    background: #ea5116;
}

.learning .pricing-desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #5b6881
}

.learning .learning__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px
}

.learning .learning__wrapper {
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 20px;
    border-top: none;
    padding-top: 10px;
}

.learning .learning-calculator-title {
    margin: 20px 0 0 0;
    padding: 20px 0 20px 20px;
    height: 20px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333333;
    background: #F8F9FB;
}

.learning .learning__calculator-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.learning .learning__calculator-body:first-child {
    padding-right: 30px;
    border-right: 1px solid #ebebeb
}

.learning .learning__calculator-body:last-child {
    padding-left: 30px
}

.learning .learning__calculator-body .learning__calculator-h4 {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    margin: 0 12px 0 0;
}

.learning .calculatePrice-tabs__tab .options {
    margin: 0
}

.learning .learning__submit-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px
}

.learning .learning__submit-wrapper input {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5b6881;
    padding: 10px 20px;
    margin-right: 16px;
    height: 34px
}

.learning .learning__submit-wrapper input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5b6881
}

.learning .learning__submit-wrapper input::-moz-placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5b6881
}

.learning .learning__submit-wrapper input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5b6881
}

.learning .learning__submit-wrapper input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5b6881
}

.learning .learning__submit-wrapper input::placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5b6881
}

.learning .learning__submit-wrapper button {
    background: #e27c1d;
    border-radius: 2px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: none;
    height: 34px;
    min-width: 160px
}

.learning .learning__submit-wrapper button:hover {
    background-color: #e58c38;
    border-color: #e58c38;
}

.learning .learning__submit-wrapper .politic {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #5b6881;
    margin-left: 8px
}

.navigation-panel {
    background: #f8f9fb;
    height: 48px;
    position: sticky;
    top: 60px;
    z-index: 9999
}

.navigation-panel ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px
}

.navigation-panel ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #5b6881;
    border-bottom: 1px dashed #5b6881;
    padding-bottom: 4px
}

.navigation-panel ul li {
    margin: 0;
}

.navigation-panel ul li:before {
    display: none;
}

.navigation-panel ul li:not(:last-child) {
    margin-right: 32px
}

.people-review {
    padding-top: 40px
}

.people-review__title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.people-review__title-box h2 {
    margin: 0;
}

.people-review__title-box a {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #333333;
}

.people-review__clickable-block {
    display: flex;
    align-items: center;
    margin: 0 0 30px 0;
}

.button-clickable-review {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    background: #F8F9FB;
    border: 1px solid #EBEBEB;
    padding: 8px 14px;
    cursor: pointer;
}

.button-clickable-review.active {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    background: #FFFFFF;
    box-shadow: 1px 4px 11px rgba(14, 12, 10, 0.08);
    padding: 8px 14px;
    cursor: pointer;
    border: none;
}

.people-review .splide__slide {
    margin-right: 24px
}

.people-review .splide__arrow--prev {
    left: -40px
}

.people-review .splide__arrow--next {
    right: -50px
}

.people-review .splide__arrow {
    opacity: 1;
    background: 0 0
}

.people-review .splide__arrow svg {
    width: 14px
}

.people-review .splide__pagination {
    display: none
}

.people-review .people-review__content {
    margin-top: 14px
}

.people-review .people-review__content .people-review__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.people-review .people-review__content .people-review__top .people-review__h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000
}

.people-review .people-review__content .people-review__top span {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #5b6881
}

.people-review .people-review__content .people-review__bottom {
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.people-review .people-review__content .people-review__bottom div {
    background: url(/local/templates/aspro-priority/images/new/star.svg);
    width: 90px;
    height: 18px
}

.about-sanitar {
    padding-top: 40px
}

.about-sanitar .content-course {
    margin-top: 32px
}

.about-sanitar .content-sanitar h2 {
    margin-bottom: 32px
}

.about-sanitar .content-course h2 {
    border-bottom: 1px solid #ea5d26;
    padding-bottom: 21px;
    margin-bottom: 11px
}

.about-sanitar .content-sanitar p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #000
}

.about-sanitar .content-sanitar p:not(:last-child) {
    display: block;
    margin-bottom: 24px
}

/* .about-sanitar ol {
    margin-bottom: 34px;
    padding: 0 30px
}

.about-sanitar ol:nth-child(odd) {
    background: #f8f9fb;
    border-radius: 10px;
    padding: 24px 30px
}

.about-sanitar ol li {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000
}

.about-sanitar ol li b {
    display: block;
    margin-bottom: 24px
}

.about-sanitar ol li:not(:last-child) {
    margin-bottom: 18px
} */

/* .about-sanitar ul li {
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.about-sanitar ul li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    margin-right: 8px
}

.about-sanitar ul li:nth-child(odd) {
    background: #f8f9fb;
    border-radius: 10px;
    padding: 24px 30px
}

.about-sanitar ul li:nth-child(even) {
    margin-left: 30px
}

.about-sanitar ul li:not(:last-child) {
    margin-bottom: 24px
} */

.about-sanitar button {
    margin: 26px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e27c1d;
    border-radius: 2px;
    border: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    padding: 18px 28px;
    width: 100%
}

.documents {
    padding-top: 83px;
}

.documents__h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #333;
    margin-bottom: 24px
}

.documents .name {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    margin-bottom: 8px
}

.documents img {
    width: 100%
}

.documents .left_wrap:not(:last-child) {
    margin-bottom: 24px
}

.documents .item {
    position: relative
}

.how-match {
    padding-top: 83px;
}

.how-match__h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #333;
    margin-bottom: 28px
}

.how-match__h3 {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #000;
    margin-bottom: 42px
}

.how-match .learning__calculator-h4 {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    margin-right: 12px
}

.how-match .how-match__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.how-match .how-match__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.how-match .body-left {
    margin-right: 24px
}


.how-match .calculatePrice-tabs__tab {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.how-match .calculatePrice-tabs__tab .options {
    margin: 0
}

.how-match .how-match__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 26px
}

.how-match .how-match__content input {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5b6881;
    padding: 16px 18px;
    width: 100%;
    margin-right: 24px
}

.how-match .how-match__content input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5b6881
}

.how-match .how-match__content input::-moz-placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5b6881
}

.how-match .how-match__content input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5b6881
}

.how-match .how-match__content input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5b6881
}

.how-match .how-match__content input::placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5b6881
}

.how-match .how-match__content button {
    background: #e27c1d;
    border: none;
    -webkit-box-shadow: 1px 4px 11px rgba(14, 12, 10, .08);
    box-shadow: 1px 4px 11px rgba(14, 12, 10, .08);
    border-radius: 2px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    min-width: 162px
}

.how-match .description {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #5b6881;
    margin-top: 12px;
    text-align: center;
    margin-right: 324px
}

.how-match .how-match__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.make-course {
    position: relative;
    padding-top: 40px
}

.make-course .make-course__wrapper {
    background: #fff;
    -webkit-box-shadow: 1px 4px 11px rgba(14, 12, 10, .08);
    box-shadow: 1px 4px 11px rgba(14, 12, 10, .08);
    max-width: 868px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.make-course .make-course__wrapper:before {
    content: "";
    background: url(/local/templates/aspro-priority/images/new/orange-ellipse.svg) no-repeat;
    width: 260px;
    height: 230px;
    position: absolute;
    bottom: 0
}

.make-course .make-course__img-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.make-course img {
    z-index: 1;
    margin-left: 24px;
    position: absolute;
    bottom: 0;
}

.make-course .make-course__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    padding: 24px 32px 0
}

.make-course .make-course__content h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 24px
}

.make-course .make-course__content ul {
    margin-left: 12px;
    margin-bottom: 24px
}

.make-course .make-course__content ul li:before {
    content: "";
    display: block;
    min-width: 4px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 8px
}

.make-course .make-course__content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000
}

.make-course .make-course__content ul li:not(:last-child) {
    margin-bottom: 4px
}

.make-course .make-course__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.make-course .make-course__content input {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5b6881;
    padding: 16px;
    width: 100%
}

.make-course .make-course__content input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5b6881
}

.make-course .make-course__content input::-moz-placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5b6881
}

.make-course .make-course__content input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5b6881
}

.make-course .make-course__content input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5b6881
}

.make-course .make-course__content input::placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5b6881
}

.make-course .make-course__content button {
    background: #e27c1d;
    -webkit-box-shadow: 1px 4px 11px rgba(14, 12, 10, .08);
    box-shadow: 1px 4px 11px rgba(14, 12, 10, .08);
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    padding: 16px;
    border: none;
    min-width: 182px;
    cursor: pointer;
    width: 100%;
    margin-top: 12px
}

.make-course .make-course__content a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #5b6881;
    padding: 18px 0
}

.other-variants {
    padding-top: 40px
}

.other-variants .other-variants__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f8f9fb;
    border-radius: 10px;
    padding: 24px 32px
}

.other-variants .other-variants__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.other-variants .other-variants__item:not(:last-child) {
    margin-bottom: 24px
}

.other-variants__h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #333;
    margin-bottom: 24px
}

.other-variants a {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #333;
    text-align: left;
}

@media (max-width: 576px) {
    .other-variants a {
        margin-bottom: 24px;
    }
}

.other-variants .other-variants__content .other-variants__hour,
.other-variants .other-variants__content .other-variants__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.other-variants .other-variants__content .other-variants__hour:before {
    content: "";
    display: block;
    background: url(/local/templates/aspro-priority/images/new/time-tag.svg) no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 20px
}

.other-variants .other-variants__content .other-variants__time:before {
    content: "";
    display: block;
    background: url(/local/templates/aspro-priority/images/new/price-tag.svg) no-repeat;
    width: 32px;
    height: 28px;
    margin-right: 20px
}

.other-variants .other-variants__content button {
    background: rgba(226, 124, 29, .4);
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: none;
    padding: 12px;
    cursor: pointer;
    white-space: nowrap
}

.other-variants .other-variants__content button:hover {
    background: rgba(255, 124, 29, .4);
}

.partners__h2 {
    font-weight: 600;
    font-size: 22.0005px;
    line-height: 30px;
    color: #333;
    margin-bottom: 24px
}

.item-views.partners_no_slider_custom .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.item-views.partners_no_slider_custom .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.how-to-proceed {
    padding-top: 83px;
}

.how-to-proceed ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.how-to-proceed ul li:not(:last-child) {
    margin-bottom: 16px
}

.how-to-proceed ul li a {
    padding-left: 6px;
    color: #e27c1d
}

.how-to-proceed ul li a:hover {
    color: #ff7b00;
}

.how-to-proceed ul li span {
    color: #fff;
    min-width: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e27c1d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px
}

.partners {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 576px) {
    .about-sanitar button {
        width: initial
    }

    .documents .items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .documents .left_wrap {
        width: 50%
    }

    .other-variants .other-variants__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 768px) {
    .make-course .make-course__content input {
        max-width: 360px
    }

    .make-course .make-course__content button {
        max-width: 360px
    }

    .other-variants .other-variants__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .other-variants .other-variants__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .other-variants .other-variants__content .other-variants__hour,
    .other-variants .other-variants__content .other-variants__time {
        margin-bottom: 0;
        margin-right: 26px;
        white-space: nowrap
    }

    .other-variants__h3 {
        margin-bottom: 0
    }
}

.how-match .learning__wrapper {
    background: #fff;
    -webkit-box-shadow: 1px 4px 11px rgba(14, 12, 10, .08);
    box-shadow: 1px 4px 11px rgba(14, 12, 10, .08);
    padding: 24px 44px;
    margin: 0 240px
}

.how-match .learning__content-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.how-match .learning__calculator-body {
    display: flex;
    align-items: center;
}

.how-match .learning__calculator-body:not(:last-child) {
    margin-right: 24px;
}

.how-match .learning__calculator-body .learning__calculator-h4 {
    margin: 0 12px 0 0;
}

.how-match button {
    background: #E27C1D;
    box-shadow: 1px 4px 11px rgba(14, 12, 10, 0.08);
    border-radius: 2px;
    width: 162px;
    height: 48px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

.how-match button:hover {
    background-color: #e58c38;
    border-color: #e58c38;
}

.how-match .learning__submit-wrapper input {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5b6881;
    padding: 10px 20px;
    margin-right: 10px;
    height: 48px;
    width: 270px;
}

.how-match .politic {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #5B6881;
    margin: 12px 0 0 12px;
}

.make-course {
    padding-top: 83px;
}

@media (min-width: 992px) {
    .learning {
        margin-top: -60px;
    }

    .learning .learning__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%
    }

    .learning .learning__item table td {
        padding: 2px 10px;
    }

    .learning .item-with-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        align-items: flex-end;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%
    }

    .people-review {
        padding-top: 83px
    }

    .about-sanitar {
        padding-top: 54px
    }

    .about-sanitar .about-sanitar__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .about-sanitar .content-sanitar {
        /*-webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
        flex: 1 1 30%;
        margin-right: 32px*/
    }

    .about-sanitar .content-course {
        /*-webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
        flex: 1 1 55%*/
        width: 100%;
    }

    .about-sanitar .content-sanitar h2 {
        margin-bottom: 42px;
        margin-left: 0
    }

    .about-sanitar .content-course h2 {
        margin-bottom: 21px;
    }

    .documents__h2 {
        font-size: 27px;
        line-height: 36px;
        margin-bottom: 28px
    }

    .documents .name {
        margin-bottom: 18px
    }

    .documents .left_wrap {
        width: 33.33333%
    }

    .how-match {
        padding-top: 83px
    }


    .make-course .make-course__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 32px 0;
        position: relative;
    }

    .make-course .make-course__img-box {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .make-course .make-course__content {
        padding: 0
    }

    .make-course .make-course__content form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .make-course .make-course__content input {
        max-width: 280px;
        margin-right: 24px
    }

    .make-course .make-course__content button {
        margin: 0;
        max-width: 180px
    }

    .make-course .make-course__content button:hover {
        background-color: #e58c38;
        border-color: #e58c38;
    }

    .other-variants {
        padding-top: 83px
    }

    .other-variants__h2 {
        font-size: 27px;
        line-height: 36px;
        margin-bottom: 32px
    }

    .other-variants__h3 {
        text-align: left;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        color: #333
    }

    .item-views.partners_no_slider_custom .items .col-md-3 {
        width: 20%
    }

    .how-to-proceed ul li {
        margin: 12px 0;
    }

    .partners {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 1240px) {
    .how-match .learning__wrapper {
        margin: 0 120px;
    }
}


@media (max-width: 1200px) {
    .learning .learning__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .learning .learning__courses {
        justify-content: center;
    }

    .learning .item-with-img img {
        max-width: auto;
    }

    .learning .item-with-img img {
        display: flex;
        justify-content: center;
        margin: 0 auto 20px;
    }

    .learning .learning__item {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .learning .item-with-img {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 992px) {
    .navigation-panel ul {
        overflow-x: scroll;
        white-space: nowrap
    }

    .how-to-proceed {
        padding-top: 40px;
    }

    .how-match .learning__wrapper {
        margin: 0 40px;
    }

    .how-match .learning__content-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .how-match .learning__calculator-body:not(:last-child) {
        margin: 0 0 12px 0;
    }

    .make-course .make-course__wrapper:before {
        height: 120px;
    }

    .make-course img {
        width: 90px;
    }

    .make-course .make-course__content a {
        margin-left: 220px;
    }
}

@media (max-width: 768px) {
    .learning .learning__content-title h2 {
        font-size: 24px;
        line-height: 32px
    }

    .learning .learning__courses {
        justify-content: center;
    }

    .learning .prices {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .learning .prices .sum {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .learning .prices button {
        margin: 12px 0;
        width: 100%;
    }

    .learning .learning__content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .learning .learning__submit-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .learning .learning__calculator-body {
        width: 100%;
        padding: 0
    }

    .learning .learning__calculator-body:last-child {
        padding: 0;
        margin-top: 24px
    }

    .learning .learning__submit-wrapper input {
        width: 100%
    }

    .learning .learning__submit-wrapper input {
        margin-bottom: 12px
    }

    .learning .learning__submit-wrapper .politic {
        margin: 12px 0 0 0
    }

    .how-match h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 12px
    }

    .how-match .how-match__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .how-match__content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .how-match .how-match__body {
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 24px
    }

    .how-match .body-left {
        margin-right: 0
    }

    .how-match .how-match__content input {
        margin-right: 0
    }

    .how-match .how-match__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .how-match .how-match__content button {
        margin-top: 12px;
        height: 48px
    }

    .how-match .description {
        margin-right: 0;
        margin-top: 0
    }

    .how-match .learning__submit-wrapper input {
        margin-bottom: 12px;
    }

    .make-course .make-course__img-box {
        display: none;
    }

    .make-course .make-course__wrapper:before {
        display: none;
    }

    .make-course .make-course__content a {
        margin-left: 0;
    }

}

@media (max-width: 576px) {
    .learning .learning__courses {}

    .learning .learning__courses a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .learning .learning__courses a span {
        border: none;
    }


    .learning table td:first-child {
        max-width: 180px;
        min-width: 180px
    }


    .learning .item-with-img img {
        width: 100%;
        max-height: 560px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .learning .calculatePrice-tabs__tab .other-opt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .people-review .splide__arrow--prev {
        left: 0
    }

    .people-review .splide__arrow--next {
        right: 0
    }

    .how-match__content-wrapper {
        width: 100%
    }

    .how-match .calculatePrice-tabs__tab .other-opt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .how-match__h3 {
        text-align: left
    }

    .how-match .learning__wrapper {
        margin: 0;
    }

    .how-match h2 {
        text-align: left;
    }

    .how-match .learning__submit-wrapper input {
        margin: 0 0 12px 0;
    }
}

@media (max-width: 992px) {
    section.page-top .shares {
        font-size: 22px;
    }

    .about-sanitar {
        padding: 0;
    }

    .make-course {
        padding-top: 40px;
    }
}

@media (max-width: 600px) {
    .learning {
        margin: 0;
    }


    .detail .content-md {
        padding: 0;
    }

    .how-to-proceed ul li {
        display: inherit;
    }
}

.people-review .splide__slide:before {
    display: none;
}

.learning .item-with-img img {
    border-radius: 10px;
}

.learning .prices .sum span b {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-transform: initial;
}

.navigation-panel ul li a:hover {
    color: #000000;
}

.options-option {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
}

.body:not(.index) .main>.container {
    padding: 0;
}

.row {
    padding: 0;
}

#datepicker {
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #EA5D26;
    max-width: 160px;
    cursor: pointer;
}

#datepicker::placeholder {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #EA5D26;
    border-bottom: 1px solid #EA5D26;

}

@media (max-width: 420px) {
    .learning table td p {
        margin: 0 0 0 4px;
    }

    .learning .learning__courses .course:before {
        margin-left: 12px;
    }

    .learning .learning__courses .other-course:before {
        margin-left: 12px;
    }
}

.learning .prices .sum span:first-child {
    padding-top: 4px;
}

/*.how-to-proceed ol{*/
/*    list-style-type: none;*/
/*}*/

/*.how-to-proceed ol li{*/
/*    position: relative;*/
/*    counter-increment: step-counter;*/
/*}*/
/*.how-to-proceed ol li::before{*/
/*    content: counter(step-counter);*/
/*    margin-right: 5px;*/
/*    font-size: 80%;*/
/*    background-color: rgb(200,200,200);*/
/*    color: white;*/
/*    font-weight: bold;*/
/*    padding: 3px 8px;*/
/*    border-radius: 3px;*/
/*    position: absolute;*/
/*}*/


@media (max-width: 768px) {
    .page-top .breadcrumb {
        white-space: nowrap;
        overflow-x: auto;
    }

}

@media (max-width: 576px) {
    .learning .item-with-img {
        display: none;
    }

    .page-top-main .shares-block,
    .page-top-main .print-link {
        display: none;
    }

    .learning {
        padding: 0 15px;
    }

    .learning__content-wrapper .learning__calculator-body {
        flex-direction: column;
        padding: 0 !important;
        align-items: flex-start;
    }

    .learning__content-wrapper .learning__calculator-body .learning__calculator-h4 {
        margin-bottom: 12px;
    }

    .learning .calculatePrice-tabs__tab .other-opt {
        flex-direction: row;
    }

    .how-match .learning__wrapper {
        padding: 0;
    }

    .how-match .calculatePrice-tabs__tab .other-opt {
        flex-direction: row;
    }

    .how-match .learning__submit-wrapper input {
        width: 100%;
    }

    .how-match .politic {
        margin-left: 0;
    }

    .navigation-panel ul {
        flex-direction: column;
        margin: 0;
    }

    .btn-open-nav {

        width: 40px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 50%;
        position: fixed;
        top: 66px;
        right: 15px;
        z-index: 99999;
        border: 1px solid #5b6881;
        display: flex;
        justify-content: center;
        letter-spacing: 2px;
        font-size: 24px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

    }

    .navigation-panel {
        position: fixed;
        width: 100%;
        right: 0;
        top: 66px !important;
        height: auto;
        background: #FFFFFF;

    }

    .navigation-panel ul li:not(:last-child) {
        margin: 0;
    }

    .navigation-panel ul {
        overflow: hidden;
        height: auto;
    }

    .navigation-panel {
        display: none !important;
    }

    .navigation-panel.active {
        display: block !important;
        padding: 20px 0;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }

    .learning .learning__submit-wrapper button {
        width: 100%;
    }

    .learning .learning__calculator-body:first-child {
        border: none;
    }

    .how-match .learning__submit-wrapper input {
        height: 34px;
    }

    .how-match button {
        height: 34px;
        width: 100%;
    }

    .how-match .learning__wrapper {
        box-shadow: none;
        border: 1px solid #ebebeb;
        padding: 20px;
    }

    .other-variants__h3 {

        font-size: 16px;
        padding-bottom: 24px;

    }

    .navigation-panel ul li a {
        border: none;
    }

    #pagetitle {
        padding-top: 6px;
    }

    section.page-top {
        padding-bottom: 12px;
    }

    .modal-content {
        margin: 40% auto !important;
    }

}


section.page-top {
    padding-top: 24px;
}

.calendar-wrapper {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.people-review__play {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #E27C1D;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 74px;
    left: 120px;

}

.people-review__play:before {
    content: '';
    display: block;
    width: 16px;
    height: 18px;
    cursor: pointer;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjUgOC4xMzM5N0MxNi4xNjY3IDguNTE4ODggMTYuMTY2NyA5LjQ4MTEyIDE1LjUgOS44NjYwMkwyIDE3LjY2MDNDMS4zMzMzMyAxOC4wNDUyIDAuNDk5OTk5IDE3LjU2NCAwLjQ5OTk5OSAxNi43OTQyTDAuNSAxLjIwNTc3QzAuNSAwLjQzNTk3IDEuMzMzMzMgLTAuMDQ1MTU0OSAyIDAuMzM5NzQ1TDE1LjUgOC4xMzM5N1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=') no-repeat;
}


.error {
    border-color: red;
}

.learning .learning__submit-wrapper {
    padding: 0;
}

#selectedDate {
    margin-right: 8px;
}



.modal-error {
    position: fixed;
    z-index: 9999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 440px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid red;

}

.modal-error h2 {
    font-size: 26px;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.close-error {
    color: red;
    font-size: 42px;
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.detail {
    margin-bottom: 12px;
}

/* ================================================================ */
/* ================================================================ */
/* ================================================================ */



/* @media screen and (min-width: 1200px) {
    .learning h3 {
        margin-top: 5px;
        max-width: 854px;
        text-align: left;
    }

    section.page-top {
        padding-top: 51px;
    }
}

@media screen and (min-width: 992px) {
    .learning .learning__item table td {
        padding: 7px 10px 8px 10px;
    }

    .learning .learning__item table tr td:first-child {
        padding-left: 3px;
    }

    .learning__item table {
        margin-bottom: 19px;
    }
} */

.fslightbox-container {
    px z-index: 9999999999;
}


.people-review__h2 {
    font-size: 1.8em;
}

@media screen and (max-width: 576px) {
    .learning__item table {
        display: block;
        box-sizing: border-box;
    }


    .learning__item table tr {
        display: block;
        width: 100%;
        padding: 2px 0 13px 0;
    }

    .learning__item table td {
        display: flex;
        width: 100% !important;

        max-width: 100% !important;
        border-right: none !important;
    }

    .learning__item {
        box-sizing: border-box;
        width: 100%;
    }

    .learning__item table td:last-child {
        padding-left: 45px
    }

    .learning__item table td {
        padding-top: 0;
        padding-bottom: 0;
    }

    .learning .learning__courses a:first-child {
        margin-right: 26px
    }



}