

/* Start:/local/templates/nlmk_career/css/career/for-schoolchildren.css?17502334063799*/
.for-schoolchildren__row {
    display: flex;
    position: relative;
}

@media (max-width: 768px) {
    .for-schoolchildren__row {
        padding-right: 8px;
        padding-left: 8px;
    }
}

.for-schoolchildren__img {
    position: relative;
    flex: 0 0 681px;
}

.for-schoolchildren__img img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 106%;
    object-fit: contain;
}

.for-schoolchildren__title {
    color: var(--white-color);
    margin-bottom: 24px;
    max-width: 974px;
}

.for-schoolchildren .for-schoolchildren__text {
    color: var(--white-color);
    max-width: 792px;
}

.for-schoolchildren__text-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    flex: 0 1 856px;
}

.for-schoolchildren__row {
    min-height: 560px;
}

.for-schoolchildren {
    margin-top: 168px;
    background-color: var(--primary-color);
}

@media (max-width: 1240px) {
    .for-schoolchildren__img {
        position: relative;
        flex: 0 0 410px;
    }

    .for-schoolchildren__img img {
        top: auto;
        bottom: 0 !important;
        left: 0;
        width: 111%;
        height: 66%;
    }

    .for-schoolchildren {
        margin-top: 63px;
    }
}

@media (min-width: 992px) and (max-width: 1240px) {
    .for-schoolchildren__img img {
        object-fit: contain;
        height: 300px !important;
    }
}

@media (max-width: 1550px) {
    .for-schoolchildren__img img {
        height: 90%;
        width: 91%;
    }
}

@media (max-width: 992px) {
    .for-schoolchildren__row {
        flex-direction: column;
    }

    .for-schoolchildren__img {
        width: 405px;
        height: 353px;
        margin-left: auto;
        flex: 0 1 auto;
    }

    .for-schoolchildren__img img {
        height: 353px;
        width: 100%;
    }

    .for-schoolchildren__text-wrapper {
        flex: 0 1 auto;
    }

    .for-schoolchildren__text-wrapper {
        padding-top: 60px;
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .for-schoolchildren__text-wrapper {
        padding-top: 52px;
    }

    .for-schoolchildren__title {
        font-size: 40px;
    }

    .for-schoolchildren__text {
        font-size: 18px;
    }

    .for-schoolchildren__title {
        margin-bottom: 16px;
    }

    .for-schoolchildren__img img {
        width: 102%;
        left: 26px;
    }
}

.for-students .for-schoolchildren__text-wrapper {
    padding-top: 80px;
    padding-bottom: 88px;
    height: 560px;
    display: flex;
    flex-direction: column;
}

.for-students .for-schoolchildren__img {
    flex: 0 0 581px;
}

.for-students .for-schoolchildren__img img {
    width: 120%;
    object-fit: contain;
}

.for-students__btn {
    margin-top: auto;
    width: fit-content;
}

@media (max-width: 1600px) {
    .for-students .for-schoolchildren__img img {
        height: 89%;
        width: 100%;
    }
}

@media (max-width: 1264px) {
    .for-students .btn-white-small {
        margin-top: 32px;
    }

    .for-students .for-schoolchildren__text-wrapper {
        height: auto;
    }

    .for-students .for-schoolchildren__img img {
        width: 100%;
        height: 56%;
    }
}

@media (max-width: 992px) {
    .for-students .for-schoolchildren__img {
        flex: 0 1 auto;
    }

    .for-students .for-schoolchildren__img {
        height: 369px;
    }

    .for-students .for-schoolchildren__img img {
        width: 110%;
        height: 100%;
    }

    .for-students .for-schoolchildren__text-wrapper {
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .for-students .for-students__btn {
        display: none;
    }

    .for-students .for-schoolchildren__text-wrapper {
        padding-top: 52px;
    }

    .for-students .for-schoolchildren__img img {
        left: 22px;
    }
}
/* End */


/* Start:/local/templates/nlmk_career/css/career/choice.css?17502334061754*/
.choice {
    padding-top: 112px;
    padding-bottom: 112px;
    border: 1px solid #D4DDEF;
}

.choice h3 {
    margin-bottom: 40px;
}

.choice .choice__link-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 40px;
}

.choice .choice__link-wrapper a {
    font-size: 24px;
    color: var(--primary-color);
    transition: var(--transition-main);
    border-color: var(--border-link);
}

.choice .choice__link-wrapper a:hover {
    color: var(--blue-hover-text);
    border-color: var(--border-link-hover);
}

.choice__img {
    position: relative;
    width: 100%;
    height: 500px;
}

.choice__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.choice__row {
    display: grid;
    grid-column-gap: 97px;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
    .choice__row {
        padding-right: 8px;
        padding-left: 8px;
    }
}

@media (max-width: 992px) {
    .choice .choice__row {
        grid-column-gap: 24px;
    }

    .choice .choice__img {
        height: 226px;
    }
}

@media (max-width: 768px) {
    .choice {
        padding-top: 56px;
        padding-bottom: 0;
    }

    .choice h3 {
        font-weight: 400;
        font-size: 24px;
        line-height: 130%;
        letter-spacing: -0.02em;
        margin-bottom: 32px;
    }

    .choice .choice__row {
        grid-template-columns: repeat(1, 1fr);
    }

    .choice .choice__link-wrapper {
        gap: 8px 16px;
        margin-bottom: 40px;
    }

    .choice .choice__link-wrapper a {
        font-size: 18px;
    }

    .choice .choice__img {
        position: relative;
        width: calc(100% + 48px);
        left: -24px;
    }
}
/* End */


/* Start:/local/templates/nlmk_career/css/career/start-block.css?1750233406930*/
.start {
    background-color: var(--primary-color);
}

.start__btn {
    white-space: nowrap;
}

.start__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 64px;
    padding-bottom: 64px;
}

.start__row .start__text-wrapper {
    padding-right: 40px;
}

.start__row .start__text-wrapper h3 {
    color: var(--white-color);
    margin-bottom: 18px;
}

.start__row .start__text-wrapper .start__text {
    color: var(--white-color);
    max-width: 573px;
}

@media (max-width: 768px) {
    .start__row {
        flex-direction: column;
        align-items: flex-start;
        padding: 56px 8px;
    }

    .start__text-wrapper {
        padding-right: 0 !important;
    }

    .start__btn-wrapper {
        margin-top: 32px;
        width: 100%;
    }

    .start__btn {
        width: 100%;
        font-size: 20px;
        font-weight: 700;
        white-space: normal;
    }
}
/* End */


/* Start:/local/templates/nlmk_career/css/career/displayed-programs.css?17502334061339*/
.displayed-programs__title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 18px;
}

.displayed-programs__title h4 {
    margin-right: 12px;
}

.displayed-programs__title .form__link {
    font-size: 18px;
    position: relative;
    top: -5px;
    color: var(--primary-color);
    transition: var(--transition-main);
    border-color: var(--border-link);
}

.displayed-programs__title .form__link:hover {
    color: var(--blue-hover-text);
    border-color: var(--border-link-hover);
}

.displayed-programs {
    padding: 80px 0;
}

.displayed-programs__inner {
    padding: 40px 64px;
    background: #F1F4F8;
}

.displayed-programs__inner p {
    max-width: 707px;
}

@media (max-width: 900px) {
    .displayed-programs__title {
        flex-direction: column;
        align-items: flex-start;
    }

    .displayed-programs__title h4 {
        margin-right: 0;
        margin-bottom: 8px;
    }
}

@media (max-width: 768px) {
    .displayed-programs {
        padding-top: 0;
        padding-bottom: 0;
    }

    .displayed-programs__inner {
        position: relative;
        width: calc(100% + 32px);
        left: -16px;
        padding: 40px 24px;
    }

    .displayed-programs__title h4 {
        font-weight: 700;
        font-size: 20px;
        line-height: 130%;
        color: var(--black-color);
    }
}
/* End */


/* Start:/local/templates/nlmk_career/css/career/blocks-programs.css?17502334066411*/
@charset "UTF-8";
.wrapper-for-schoolchildren .question-answer__tabs {
    margin-top: 0;
}

.wrapper-for-schoolchildren .tabs-item {
    margin-bottom: 0;
}

.wrapper-for-schoolchildren .question-answer__tabs {
    padding-bottom: 112px;
}

.programs-item__row {
    display: flex;
    justify-content: space-between;
}

.programs-item {
    padding: 80px;
    border: 1px solid #D4DDEF;
}

.programs-item__text {
    flex: 0 1 789px;
    padding-right: 40px;
}

.programs-item__text h3 {
    margin-bottom: 18px;
    color: var(--black-color);
}

.programs-item__text h4 {
    margin-bottom: 18px;
    color: var(--black-color);
}

.programs-item__text p {
    color: var(--black-color);
    margin-bottom: 48px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

.programs-item__text ul {
    margin-bottom: 48px;
}

.programs-item__text ul li {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--black-color);
}

.programs-item__text ul li:not(:last-child) {
    margin-bottom: 12px;
}

.programs-item__text ul li::before {
    content: "—";
    position: absolute;
    left: -24px;
    top: 0;
}

.programs-item__cards {
    display: flex;
}

.programs-item__cards .programs-item__cards-item:first-child {
    margin-right: 40px;
}

.programs-item__img-wrapper {
    position: relative;
    flex: 0 1 520px;
}

.programs-item__img {
    height: 611px;
    position: sticky;
    top: 188px;
}

.programs-item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.programs-item__text hr {
    height: 1px;
    margin-bottom: 48px;
    background-color: #D4DDEF;
}

.programs-item__text-item > h4:first-child {
    color: var(--primary-color);
    margin-bottom: 48px;
}

.programs-item__row a {
    color: var(--primary-color);
    display: inline-block;
    transition: var(--transition-main);
    border-bottom: 1px solid var(--border-link);
    line-height: 1;
}

.programs-item__row a:hover {
    color: var(--blue-hover-text);
    border-color: var(--border-link-hover);
}

.blocks-programs .tabs-nav {
    position: relative;
}

.blocks-programs .tabs-nav::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #D4DDEF;
    z-index: -1;
}

@media (max-width: 1280px) {
    .programs-item {
        padding: 40px;
    }

    .programs-item__img {
        height: 423px;
    }
}

@media (max-width: 992px) {
    .programs-item__img {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .programs-item__img {
        overflow: hidden;
    }

    .programs-item__img img {
        height: 133%;
    }

    .wrapper-for-schoolchildren .blocks-programs {
        padding-top: 56px;
    }

    .wrapper-for-schoolchildren .programs-item__row {
        flex-direction: column;
    }

    .wrapper-for-schoolchildren .programs-item__img-wrapper {
        order: -1;
    }

    .wrapper-for-schoolchildren .programs-item {
        padding: 0;
    }

    .wrapper-for-schoolchildren .programs-item__img {
        height: 423px;
    }

    .wrapper-for-schoolchildren .programs-item__text {
        padding-left: 24px;
        padding-right: 24px;
    }

    .wrapper-for-schoolchildren .question-answer__content {
        position: relative;
        width: calc(100% + 32px);
        left: -16px;
    }

    .wrapper-for-schoolchildren .question-answer__content {
        margin-top: 33px;
    }

    .wrapper-for-schoolchildren .programs-item__img-wrapper {
        flex: 0 1 auto;
        margin-bottom: 32px;
    }

    .wrapper-for-schoolchildren .programs-item__text h3 {
        margin-bottom: 16px;
    }

    .wrapper-for-schoolchildren .programs-item__text h4 {
        font-weight: 700;
        line-height: 130%;
    }

    .wrapper-for-schoolchildren .programs-item__text p {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .wrapper-for-schoolchildren .programs-item__text ul {
        position: relative;
        left: 24px;
        padding-right: 24px;
        margin-bottom: 32px;
    }

    .wrapper-for-schoolchildren .programs-item__text hr {
        margin-bottom: 32px;
    }

    .wrapper-for-schoolchildren .programs-item__cards {
        flex-direction: column;
    }

    .wrapper-for-schoolchildren .programs-item__cards .programs-item__cards-item:first-child {
        margin-right: 0;
    }

    .wrapper-for-schoolchildren .blocks-programs__item {
        padding-bottom: 24px;
    }

    .wrapper-for-schoolchildren .programs-item__text-item > h4:first-child {
        margin-bottom: 32px;
    }

    .wrapper-for-schoolchildren .programs-item__text-item h4 {
        margin-bottom: 16px;
    }
}

.programs-students .btn-primary-less {
    font-size: 16px;
    padding: 9px 18px;
}

.programs-students .programs-item__cards-item p {
    margin-bottom: 18px;
}

.programs-students .programs-item__text > a {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: var(--primary-color);
    display: inline-block;
    margin-bottom: 48px;
    transition: var(--transition-main);
    position: relative;
    padding-right: 30px;
    border-bottom: none;
}

.programs-students .programs-item__text > a:hover {
    color: var(--blue-hover-text);
}

.programs-students .programs-item__text > a::before {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    width: 24px;
    height: 24px;
    background-image: url("/local/templates/nlmk_career/css/career/../../img/icons/respond.svg");
}

.programs-students .programs-item__text ul li p {
    margin-bottom: 0;
    color: var(--primary-color);
}

.programs-students .programs-students__btn {
    display: inline-block;
    margin-bottom: 48px;
}

@media (max-width: 768px) {
    .programs-students .question-answer__tabs {
        padding-bottom: 57px;
    }

    .programs-students .programs-students__btn {
        margin-bottom: 32px;
    }

    .programs-students .programs-item__text > a {
        margin-bottom: 32px;
    }

    .programs-students .programs-item__text ul {
        margin-bottom: 17px;
    }

    .programs-item__text {
        flex: 0 1 auto;
    }
}

.question-answer__tabs .tabs-nav {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.question-answer__tabs .tabs-nav::-webkit-scrollbar {
    width: 0;
    height: 0;
}
/* End */


/* Start:/local/templates/nlmk_career/components/nlmk/iblock.items/reviews/style.css?17502334068809*/
.testimonials-about {
  padding-bottom: 130px;
  background: #F1F4F8;
}
.testimonials-about .testimonials-about__name {
  font-weight: 400;
  font-size: 40px;
  line-height: 118%;
  color: var(--blue-text);
  margin-bottom: 12px;
}
.testimonials-about .testimonials-about__title {
  color: var(--blue-text);
  padding-left: 110px;
}
.testimonials-about .testimonials-about__link-wrapper {
  margin-top: 32px;
  display: flex;
  gap: 8px;
  cursor: pointer;
}
.testimonials-about .testimonials-about__link-svg {
  width: 24px;
  height: 24px;
}
.testimonials-about .testimonials-about__link-svg svg {
  width: 24px;
  height: 24px;
}
.testimonials-about .testimonials-about__link-wrapper span {
  font-size: 18px;
  line-height: 25px;
  color: var(--primary-color);
}
@media (max-width: 768px) {
  .testimonials-about .testimonials-about__title {
    padding-left: 116px;
  }
}
.testimonials-about .testimonials__text-wrapper {
  max-width: 100%;
  flex: 0 1 50%;
  top: 0;
  padding-left: 110px;
  padding-bottom: 60px;
}
.testimonials-about .testimonials__text-wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--black-text);
}
.testimonials-about .testimonials__text-wrapper p:not(:last-child) {
  margin-bottom: 10px;
}
.testimonials-about .testimonials__slider-wrapper {
  width: calc(100% + 110px);
  left: -110px;
}
.testimonials-about .testimonials__slider-wrapper::before {
  display: none;
}
.testimonials-about .testimonials__quotes-wrapper {
  position: absolute;
  width: 74px;
  top: 66px;
  left: 0;
}
.testimonials-about .slider-testimonials__navigation-item {
  transition: var(--transition-main);
}
.testimonials-about .slider-testimonials__navigation-item svg {
  transition: var(--transition-main);
}
.testimonials-about .slider-testimonials__navigation-item:hover {
  background-color: var(--primary-color);
  border-color: var(--white-color);
}
.testimonials-about .slider-testimonials__navigation-item:hover svg {
  stroke: var(--white-color);
}
.testimonials-about .slider-testimonials__navigation-item_prev {
  left: 110px;
  bottom: 0;
}
.testimonials-about .slider-testimonials__navigation-item_next {
  left: 166px;
  bottom: 0;
}
.testimonials-about .slider-testimonials__item-inner {
  margin-top: 74px;
  padding-top: 0;
}
.testimonials-about .slider-testimonials__item {
  padding-top: 82px;
}
.testimonials-about .testimonials__name {
  color: #5E6A88;
  margin-bottom: 32px;
}
.testimonials-about .slider-testimonials__item-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 69px;
}
.testimonials-about .testimonials__img-wrapper {
  flex: 0 1 50%;
  height: 524px;
}
.testimonials-about .testimonials__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .testimonials-about .testimonials-about__name {
    font-size: 16px;
    line-height: 140%;
  }
  .testimonials-about .testimonials__name {
    font-size: 16px;
    line-height: 140%;
  }
  .testimonials-about .testimonials__text-wrapper p {
    font-size: 16px;
    line-height: 140%;
  }
  .testimonials-about .testimonials__img-wrapper {
    height: 238px;
  }
}
@media (max-width: 768px) {
  .testimonials-about {
    padding-top: 0 !important;
    padding-bottom: 56px !important;
  }
  .testimonials-about .slider-testimonials__item-inner {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
  }
  .testimonials-about .testimonials__img-wrapper {
    order: 1;
    flex: 0 0 238px;
    margin-top: 0;
    margin-bottom: 24px;
  }
  .testimonials-about .testimonials__img-wrapper img {
    right: -50px;
  }
  .testimonials-about .testimonials__text-wrapper {
    order: 2;
    padding-right: 24px;
    padding-left: 116px;
  }
  .testimonials-about .slider-testimonials__navigation {
    position: relative;
    margin-top: 0;
    height: 40px;
  }
  .testimonials-about .testimonials__slider-wrapper {
    width: calc(100% + 126px);
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 24px;
  }
  .testimonials-about .testimonials__quotes-wrapper {
    width: 74px;
    margin-bottom: 24px;
    margin-right: 0;
    left: 94px;
    top: 0;
  }
  .testimonials-about .slider-testimonials__item {
    padding-top: 56px;
  }
  .testimonials-about .testimonials-about__title {
    font-size: 24px !important;
    line-height: 130%;
  }
  .testimonials-about .testimonials__quotes-wrapper {
    position: relative;
  }
  .testimonials-about .testimonials__text-wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 16px;
  }
  .testimonials-about .testimonials-about__text-wrapper {
    order: -2;
  }
  .testimonials-about .testimonials-about__link-wrapper {
    margin-top: 16px;
    order: -1;
  }
  .testimonials-about .testimonials-about__name {
    margin-top: 16px;
    margin-bottom: 4px;
  }
  .testimonials-about .testimonials__name {
    margin-bottom: 0;
  }
}

.testimonials {
  padding-bottom: 72px;
}

.slider-testimonials {
  display: block;
  overflow: hidden;
  position: relative;
}
.slider-testimonials__wrapper {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
}
.slider-testimonials__item {
  display: block;
  flex-shrink: 0;
}
.slider-testimonials__navigation-item {
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  cursor: pointer;
  position: absolute;
  z-index: 6;
  border: 1px solid #D4DDEF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-testimonials__navigation-item svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--primary-color);
}
.slider-testimonials__navigation-item_prev {
  left: 0;
  bottom: 40px;
  transform: rotate(90deg);
}
.slider-testimonials__navigation-item_next {
  transform: rotate(-90deg);
  bottom: 40px;
  left: 52px;
}
.slider-testimonials__navigation-item_disabled {
  display: none;
}
.slider-testimonials__navigation-item .icon {
  display: block;
}

.slider-testimonials__item {
  position: relative;
}
.slider-testimonials__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-slider-index {
  padding-top: 32px;
  padding-bottom: 44px;
}

.testimonials__quotes-wrapper {
  flex: 0 0 80px;
  height: 80px;
  position: relative;
  margin-right: 17px;
}
.testimonials__quotes-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slider-testimonials__item-inner {
  display: flex;
  height: 100%;
}

.testimonials__title {
  margin-bottom: 48px;
}

.testimonials__text {
  margin-bottom: 10px;
}

.testimonials__text-wrapper {
  max-width: 304px;
  position: relative;
  top: 57px;
}

.testimonials__name {
  color: #7A859B;
}

.testimonials__img-wrapper {
  flex: 0 1 485px;
  position: relative;
  height: 100%;
}
.testimonials__img-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  height: fit-content;
  height: -moz-fit-content;
  margin-top: auto;
}

.slider-testimonials__item-inner {
  min-height: 500px;
  height: 100%;
  padding-top: 50px;
}

.testimonials__slider-wrapper {
  position: relative;
}
.testimonials__slider-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -65px;
  width: calc(100% + 65px);
  height: 100%;
  border: 1px solid #D4DDEF;
  border-radius: 4px;
}

@media (min-width: 500px) and (max-width: 768px) {
  .structure__background {
    height: 480px !important;
    overflow: hidden;
  }
  .structure__background img {
    top: -161px !important;
    height: 132% !important;
  }
}
@media (min-width: 768px) and (max-width: 1845px) {
  .testimonials-about .testimonials__quotes-wrapper {
    position: relative !important;
    width: 74px !important;
    margin-bottom: 24px;
    margin-right: 0;
    left: 115px !important;
    top: 0 !important;
  }
}
@media (max-width: 1280px) {
  .slider-testimonials__item-inner {
    flex-wrap: wrap;
  }

  .testimonials-about .testimonials__quotes-wrapper {
    left: 98px !important;
  }

  .testimonials__img-wrapper {
    flex: 0 0 100%;
    height: 212px;
    margin-top: 0;
  }
  .testimonials__img-wrapper img {
    width: fit-content;
    width: -moz-fit-content;
    right: 0;
    left: auto;
  }

  .slider-testimonials__item-inner {
    padding-top: 48px;
    min-height: auto;
  }

  .testimonials__quotes-wrapper {
    flex: 0 0 28px;
    height: 32px;
  }

  .testimonials__text-wrapper {
    top: 5px;
  }
}
@media (max-width: 768px) {
  .testimonials__text-wrapper {
    flex: 0 1 80%;
  }
}
.testimonials.testimonials-about .testimonials__text-wrapper .testimonials-about__text-wrapper p {
  font-size: 18px;
}

.page .testimonials {
    background-color: #F1F4F8;
}
/* End */


/* Start:/local/components/nlmk/block/templates/join/style.css?175023340670*/
.hide-join-margin {
    padding-bottom: 56px;
    padding-top: 56px;
}
/* End */
/* /local/templates/nlmk_career/css/career/for-schoolchildren.css?17502334063799 */
/* /local/templates/nlmk_career/css/career/choice.css?17502334061754 */
/* /local/templates/nlmk_career/css/career/start-block.css?1750233406930 */
/* /local/templates/nlmk_career/css/career/displayed-programs.css?17502334061339 */
/* /local/templates/nlmk_career/css/career/blocks-programs.css?17502334066411 */
/* /local/templates/nlmk_career/components/nlmk/iblock.items/reviews/style.css?17502334068809 */
/* /local/components/nlmk/block/templates/join/style.css?175023340670 */
