body {
    color: #333333;
}

.content {
    overflow: visible;
}

.toefl-page *,
.toefl-page {
    box-sizing: border-box;
}

.toefl-page img {
    max-width: 100%;
    display: block;
}

.toefl-page-caption {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #333333;
}

@media screen and (max-width: 576px) {
    .toefl-page-caption {
        font-size: 25px;
    }
}

/* toefl-top */

.toefl-top {
    margin-bottom: 93px;
}

.toefl-top__row {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 36px;
}

.toefl-top__img-column {
    padding: 33px 24px;

    background: #eceff6;
    border-left: 4px solid rgba(9, 53, 137, 1);
    border-radius: 20px;
}

.toefl-top__img-caption {
    margin: 0 0 16px;
    padding: 0;

    font-size: 16px;
    font-weight: 700;
    line-height: 1.54;
}

.toefl-top__img-text {
    margin: 0 0 16px;
    padding: 0;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.54;
}

.toefl-top__img {
    display: block;
    width: 293px;
    max-width: 100%;
    border-radius: 20px;
}

.toefl-top__caption {
    margin: 0 0 12px;
    padding: 0;
}

.toefl-top__text {
    margin: 0 0 4px;
    padding: 0 30px 0 0;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.57;
}

.toefl-top__big-text {
    margin: 0 0 14px;
    padding: 0 30px 0 0;

    font-size: 18px;
    font-weight: 400;
    line-height: 1.57;
}

.toefl-top__list {
    list-style: none;
    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: column;
    gap: 12px;
}

.toefl-top__list li:before {
    display: none;
}

.toefl-top__item {
    margin: 0;
    padding: 14px 20px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 16px;

    background: #eceff6;
    border-radius: 12px;
}

.toefl-top__item span {
    width: 88px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;

    border-radius: 50px;
    background: #093589;
}

.toefl-top__item p {
    margin: 0;
    padding: 0;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #093589;
}

@media screen and (max-width: 768px) {
    .toefl-top__row {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 576px) {
    .toefl-top__item {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 8px;
    }

    .toefl-top__item p {
        text-align: center;
    }

    .toefl-top__text {
        font-size: 15px;
        padding: 0;
    }

    .toefl-top__big-text {
        font-size: 16px;
        padding: 0;
    }
}

/* what-expect */

.what-expect {
    margin-bottom: 50px;
}

.what-expect__caption {
    margin-bottom: 22px;
}

.what-expect__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.what-expect__item {
    padding: 24px;

    box-shadow: 0px 3.86px 36.6px 0px rgba(9, 54, 139, 0.4);
    border-radius: 16px;
}

.what-expect__value {
    margin-bottom: 48px;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;

    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: rgba(255, 255, 255, 1);

    background: linear-gradient(180deg, #093589 16.88%, #4583fa 95%);
    border-radius: 50%;
}

.what-expect__item-caption {
    margin: 0 0 11px;

    font-size: 18px;
    line-height: 1.05;
    font-weight: 500;
}

.what-expect__text {
    margin: 0;

    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .what-expect__row {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 576px) {
    .what-expect__row {
        grid-template-columns: 1fr;
        padding: 0 10px;
    }
}

/* form-blue */

.form-blue {
    margin-bottom: 50px;
    padding: 36px 41px 34px;

    background: #eceff6;

    border-radius: 20px;
}

.form-blue--dark {
    background: rgba(9, 53, 137, 1);
}

.form-blue__title {
    margin: 0 0 1px;

    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    color: #093589;
    letter-spacing: 0.01em;
}

.form-blue--dark .form-blue__title {
    color: #ffffff;
}

.form-blue__text {
    margin: 0 0 24px;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.57;
    text-align: center;
    color: #555555;
}

.form-blue--dark .form-blue__text {
    color: #ffffff;
}

.form-blue__top-row {
    display: flex;
    gap: 16px;
    margin-bottom: 6px;
}

.form-blue .form-input {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-blue .form-line .form-input {
    margin-bottom: 1px;
}

.form-blue .form-line .form-input input {
    width: 100%;
    height: auto;
    padding: 9px 17px 12px 15px;

    font-size: 18px;
    line-height: 1;

    border: none;
    border-radius: 0;
    border: 1px solid #555555;
}

.form-blue .form-input input::placeholder {
    color: rgba(85, 85, 85, 1);
}

.form-blue .telegram-info-setting span,
.form-blue .telegram-info-setting {
    padding: 0;
    color: #555555;
    text-align: center;
    line-height: 1.2;
}

.form-blue--dark .telegram-info-setting span,
.form-blue--dark .telegram-info-setting {
    color: #ffffff;
}

.form-blue__bottom-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
}

/* .form-blue__bottom-row .rules_confirm {
display: grid;
grid-template-columns: auto 1fr;
align-items: start;
gap: 0 17px;
} */

.form-blue__bottom-row .rules_result {
    text-align: left;
    margin: 15px 0;
}

.form-blue__bottom-row .text_rules {
    display: block;
    padding: 0;
    color: #555555;
}

.form-blue__bottom-row .text_rules a {
    color: #555555;
}

.form-blue--dark .form-blue__bottom-row .text_rules,
.form-blue--dark .form-blue__bottom-row .text_rules a {
    color: #ffffff;
}

.form-blue__bottom-row .check_rules {
    padding: 7px;
    margin: 0;

    border: none;
}

.form-blue__btn-wrap {
    width: 226px;
    margin-top: 4px;
}

.form-blue__btn-wrap input[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;

    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;

    background-color: #093589;
    border-radius: 8px;
}

.form-blue__btn-wrap input[type="submit"]:disabled {
    opacity: 0.6;
}

.form-blue--dark input[type="submit"] {
    background-color: #ffffff;
    color: #333333;
}

@media screen and (max-width: 768px) {
    .form-blue {
        padding: 20px 25px;
    }

    .form-blue__top-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .form-blue__bottom-row {
        grid-template-columns: 1fr;
        gap: 10px;
        justify-content: center;
    }

    .form-blue__btn-wrap {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .form-blue__title {
        margin-bottom: 10px;

        font-size: 23px;
        font-weight: 400;
        line-height: 1;
    }

    .form-blue__text {
        font-size: 14px;
    }
}

/* who-suitable */

.who-suitable {
    padding: 27px 36px 36px;
    margin-bottom: 45px;

    background: #093589;
}

.who-suitable__row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 36px;
}

.who-suitable__caption {
    margin: 0 0 3px;

    color: #ffffff;
}

.who-suitable__text {
    margin: 0 0 11px;
    padding: 0;

    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.who-suitable__text strong {
    font-weight: 700;
}

.who-suitable__bottom-text {
    margin: 0;
    padding: 16px;

    font-size: 16px;
    font-weight: 400;
    color: #ffffff;

    background: rgba(255, 255, 255, 0.07);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}

.who-suitable__list {
    list-style: none;
    margin: 0 0 23px;
    padding: 0;
}

.who-suitable__list li {
    position: relative;

    margin: 0 0 13px;
    padding: 0 20% 0 41px;

    line-height: 1.54;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.who-suitable__list li::before {
    content: url("/images/icons/toefl/icon-arrow.svg");

    position: absolute;
    left: 0;
    top: 30%;
    transform: translateY(-50%);

    display: block;
}

.who-suitable__img {
    padding-top: 9px;
}

.who-suitable__img img {
    display: block;

    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .who-suitable__row {
        display: block;
    }

    .who-suitable__caption {
        margin-bottom: 25px;
    }

    .who-suitable__list li {
        padding-right: 0;
    }

    .who-suitable__img img {
        margin-left: auto;
        margin-right: auto;
    }

    .who-suitable__img {
        padding-top: 40px;
    }
}

/* what-you-get */

.what-you-get {
    margin-bottom: 44px;
}

.what-you-get__caption {
    margin: 0 0 8px;
}

.what-you-get__top-text {
    margin: 0 0 39px;

    font-size: 16px;
    font-weight: 400;
    max-width: 700px;
    width: 100%;
    line-height: 1.25;
}

.what-you-get__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 20px;
}

.what-you-get__column {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 22px;
    padding: 22px 24px;

    border-left: 3px solid rgba(9, 53, 137, 1);
    border-radius: 16px;
    box-shadow: 0px 30px 25px -15px rgba(9, 53, 137, 0.25);
    background: #fff;
}

.what-you-get__value {
    margin-top: 4px;
    font-weight: 700;
    font-size: 29px;
    line-height: 1;
    color: rgba(9, 53, 137, 1);
    opacity: 0.25;
}

.what-you-get__text {
    font-size: 16px;
    line-height: 1.54;
    color: #333333;
}

.what-you-get__text strong {
    font-weight: 700;
}

@media screen and (max-width: 576px) {
    .what-you-get__row {
        grid-template-columns: 1fr;
    }

    .what-you-get__column:nth-child(even) {
        order: 1;
    }

    .what-you-get__column:nth-child(odd) {
        order: 0;
    }
}

/* course-content */

.course-content {
    margin-bottom: 47px;
}

.course-content__caption {
    margin: 0 0 8px;
}

.course-content__top-text {
    margin: 0 0 23px;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.07;
}

.course-content__block-table {
    max-width: 100%;
    overflow-x: auto;
    box-shadow: 0px 30px 25px -15px rgba(9, 53, 137, 0.25);
}

.course-content__table {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    border: none;
    min-width: 600px;
}

.course-content__table tr {
    border: 1px solid rgba(236, 239, 246, 1);
}

.course-content__table tr:nth-child(odd) {
    background: rgba(236, 239, 246, 1);
}

.course-content__table th {
    padding: 14px 12px 12px 19px;

    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-transform: capitalize;

    background: rgba(9, 53, 137, 1);
    border: none;
}

.course-content__table td {
    padding: 14px 12px 14px 19px;
    border: none;
}

.course-content__table th:first-child,
.course-content__table td:first-child {
    width: 15.3%;
}

.course-content__table th:last-child,
.course-content__table td:last-child {
    width: 18.8%;
}

.course-content__name {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 800;
    color: rgba(9, 53, 137, 1);
}

.course-content__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.course-content__list li {
    position: relative;

    margin: 0 0 3px;
    padding: 0 0 0 26px;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.17;
    color: rgba(51, 51, 51, 1);
}

.course-content__list li::before {
    display: none;
}

.course-content__list li::after {
    content: url("/images/icons/toefl/icon-arrow-black.svg");

    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);

    display: block;
}

.course-content__time {
    margin-top: 2px;
    padding: 4px 13px;
    min-width: 92px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;

    background: #093589;
    border-radius: 40px;
}

.course-content__sum {
    color: #093589;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.course-content__arrow {
    display: none;
}

@media screen and (max-width: 664px) {
    .course-content__arrow {
        display: block;
        margin: 5px 0 10px auto;
    }
}

/* grading-system */

.grading-system {
    margin-bottom: 46px;
}

.grading-system__caption {
    margin: 0 0 9px;
}

.grading-system__top-text {
    margin: 0 0 23px;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.07;
}

.grading-system__row {
    display: grid;
    grid-template-columns: 1fr 37.4%;
    gap: 25px;
}

.grading-system__table-block {
    max-width: 100%;
    overflow-x: auto;
    box-shadow: 0px 30px 25px -15px rgba(9, 53, 137, 0.25);
}

.grading-system__table {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    border: none;
    /* min-width: 600px; */
}

.grading-system__table tr {
    border: 1px solid rgba(236, 239, 246, 1);
}

.grading-system th {
    padding: 12px 12px 6px 19px;

    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-transform: capitalize;

    background: rgba(9, 53, 137, 1);
    border: none;
}

.grading-system th span {
    display: block;

    font-size: 14px;
    font-weight: 400;
    margin-top: 3px;
}

.grading-system__table td {
    padding: 14px 12px 19px 19px;
    border: none;
}

.grading-system__table td:nth-child(even) {
    background: rgba(238, 245, 255, 1);
}

.grading-system__value {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    color: rgba(51, 51, 51, 1);
}

.grading-system__total-1 {
    color: rgba(9, 53, 137, 1);
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}

.grading-system__total-2 {
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}

.grading-system__img {
    padding: 34px 13px 34px 35px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    background-image: url("/images/toefl/grading-system.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.grading-system__img h3 {
    margin: 0 0 8px;
    padding: 0;

    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
}

.grading-system__img p {
    margin: 0;
    padding: 0;

    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.3;
}

.grading-system__bottom-text {
    margin: 0;
    padding: 45px 13px 14px 34px;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.54;
    color: rgba(107, 114, 128, 1);
}

.grading-system__arrow {
    display: none;
}

@media screen and (max-width: 768px) {
    .grading-system__row {
        display: block;
    }

    .grading-system__img {
        padding: 15px;
        min-height: 220px;
    }

    .grading-system__table {
        min-width: 480px;
    }

    .grading-system__bottom-text {
        margin-bottom: 25px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 545px) {
    .grading-system__arrow {
        display: block;
        margin: 5px 0 10px auto;
    }
}

/* why-parents */

.why-parents {
    margin-bottom: 43px;
}

.why-parents__title {
    margin: 0 0 21px;
}

.why-parents__list {
    position: relative;

    counter-reset: section;
    width: 912px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.why-parents__list::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 53px;
    display: block;
    width: 1px;
    height: 99%;
    background: rgba(212, 227, 217, 1);
}

.why-parents__item {
    position: relative;

    padding-left: 87px;
    padding-right: 28px;
}

.why-parents__item::before {
    counter-increment: section;
    content: counter(section);

    position: absolute;
    left: 36px;
    top: 0px;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;

    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;

    background: linear-gradient(180deg, #093589 16.88%, #4583fa 95%);

    border-radius: 50%;
    border: 1px solid rgba(184, 217, 200, 1);
}

.why-parents__item:last-child::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 28px;
    z-index: 1;

    display: block;
    width: 50px;
    height: calc(100% - 5px);

    background-color: #ffffff;
}

.why-parents__item strong {
    display: block;
    margin-bottom: 8px;

    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
}

.why-parents__item span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.54;
}

.why-parents__bottom-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 36px;
    margin: 62px auto 0;
    width: fit-content;

    font-size: 22px;
    line-height: 1.17;
    font-weight: 700;
    color: #ffffff;

    box-shadow: 0px 4px 22.4px 0px rgba(196, 196, 196, 1);
    background: rgba(9, 53, 137, 1);
    border-radius: 15px;
}

@media screen and (max-width: 575px) {
    .why-parents__item strong {
        font-size: 18px;
    }

    .why-parents__item span {
        font-size: 18px;
    }
}

/* our-teachers */

.our-teachers {
    margin-bottom: 50px;
}

.our-teachers__caption {
    margin: 0 0 53px;
}

.our-teachers__top-text {
    margin: 0;

    color: #1b3158;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.46;
}

.our-teachers__top-text strong {
    font-weight: 700;
}

.our-teachers__top-list {
    margin: 55px 0 0;
    padding: 0;
    list-style: none;
}

.our-teachers__top-item {
    margin: 0 0 60px;
    padding: 0;
    display: grid;
    grid-template-columns: 272px 1fr;
    gap: 62px;
}

.our-teachers__top-item::before {
    display: none;
}

.our-teachers__list-img {
    position: relative;

    display: flex;
    justify-content: center;
    padding-left: 60px;
}

.our-teachers__list-img img {
    display: block;
    max-width: 100%;
}

.our-teachers__list-img::before {
    content: "";

    position: absolute;
    top: 0;
    right: 0;

    display: block;
    height: 94px;
    width: 2px;

    background-color: #1b3158;
}

.our-teachers__list-column {
    padding: 11px 100px 0 0;
    font-size: 24px;
    font-weight: 400;
    color: #1b3158;
    line-height: 1.46;
}

.our-teachers__list-column strong {
    font-weight: 700;
}

@media screen and (max-width: 1200px) {
    .our-teachers__list-img {
        padding-left: 0;
    }

    .our-teachers__list-column {
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .our-teachers {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .our-teachers__slider {
        margin-top: 43px;
    }

    .our-teachers__top-item {
        display: block;
        margin-bottom: 30px;
    }

    .our-teachers__list-img::before {
        display: none;
    }

    .our-teachers__caption {
        margin-bottom: 27px;
    }

    .our-teachers__top-text {
        margin-bottom: 17px;

        font-size: 16px;
        text-align: center;
        line-height: 1.3;
    }

    .our-teachers__top-list {
        margin-top: 28px;
    }

    .our-teachers__list-img img {
        width: 96px;
        height: auto;
    }

    .our-teachers__top-list {
        margin-top: 28px;
    }

    .our-teachers__list-column {
        padding-top: 17px;

        font-size: 16px;
        font-weight: 400;
        line-height: 1.3;
        text-align: center;
    }
}

/* teachers-slider */

.teachers-slider__item {
    position: relative;
    padding: 0 54px 0 0;
    box-sizing: border-box;
    height: auto;
    flex-direction: column;
    display: flex;
}

.teachers-slider__item img {
    position: absolute;

    right: 15px;
    bottom: 0;
    max-height: 270px;
}

.teachers-slider__info {
    flex: 1 0 auto;
    padding: 16px 23px 10px;
    border-radius: 24px;
    min-height: 220px;

    background: rgba(9, 53, 137, 1);
}

.teachers-slider__name {
    margin: 0 0 4px;

    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
}

.teachers-slider__info-list {
    list-style: none;
    margin: 0;
    padding: 0 21% 0 0;
}

.teachers-slider__info-list li {
    margin: 0 0 12px;
    padding: 0;

    font-size: 400px;
    line-height: 1.38;
    font-size: 12px;
    color: #ffffff;
}

.teachers-slider__info-list li::before {
    display: none;
}

.teachers-slider__info-list li strong {
    font-weight: 600;
}

.teachers-slider__big-name {
    padding: 17px 0 0 21px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.06;
    color: rgba(0, 0, 0, 0.5);
}

.teachers-slider__pagination-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    border-top: 7px solid rgba(119, 120, 123, 1);
}

.teachers-slider__pagination {
    position: static;
    margin: 11px 14% 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.teachers-slider__pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;

    background: rgba(165, 164, 166, 0.5);
}

.teachers-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(9, 53, 137, 1);
}

.teachers-slider__btn-row {
    display: flex;
    background: linear-gradient(90.16deg, #427ae4 -18.05%, #09368b 33.95%);
}

.teachers-slider__btn-left,
.teachers-slider__btn-right {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 33px;
    border: none;
    padding: 0;
    background: none;
}

.teachers-slider__btn-right.swiper-button-disabled,
.teachers-slider__btn-left.swiper-button-disabled {
    background: rgba(255, 255, 255, 0.15);
}

@media screen and (max-width: 768px) {

    .teachers-slider__btn-right svg,
    .teachers-slider__btn-left svg {
        width: 17px;
        height: auto;
    }

    .teachers-slider__btn-left,
    .teachers-slider__btn-right {
        padding: 0 11px;
        width: 55px;
        height: 31px;
    }

    .teachers-slider__btn-left {
        justify-content: flex-start;
    }

    .teachers-slider__btn-right {
        justify-content: flex-end;
    }

    .teachers-slider__item {
        padding-bottom: 18px;
    }

    .teachers-slider__pagination {
        flex: 0 0 100%;
        margin-right: auto;
    }

    .teachers-slider__pagination-row {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 19px;
    }

    .teachers-slider__pagination .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
    }
}

/* benefits-preparation */

.benefits-preparation {
    margin-bottom: 47px;
}

.benefits-preparation__caption {
    margin: 0 0 21px;
}

.benefits-preparation__row {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.benefits-preparation__card {
    padding: 24px 24px 24px 24px;

    border-radius: 13px;
    box-shadow: 0px 4px 25px 0px rgba(9, 54, 139, 0.25);
}

.benefits-preparation__icon {
    margin-bottom: 18px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(9, 53, 137, 1);
    border-radius: 14px;
}

.benefits-preparation__icon img {
    display: block;
}

.benefits-preparation__tag {
    margin-bottom: 20px;

    color: rgba(138, 168, 152, 1);
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.benefits-preparation__card-caption {
    margin: 0 0 10px;
    padding: 0;

    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
}

.benefits-preparation__text {
    margin: 0;
    padding: 0;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

@media screen and (max-width: 768px) {
    .benefits-preparation__row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 576px) {
    .benefits-preparation__row {
        grid-template-columns: 1fr;
    }
}

/* blockquote */

.blockquote {
    padding: 36px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 26px;

    box-shadow: 0px 3.86px 36.6px 0px #09368B66;
    background-color: #F5F5F5;
    border-radius: 20px;
}

.blockquote__img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    object-position: center;

    border-radius: 50%;
}

.blockquote blockquote {
    position: relative;
    margin: 0 0 23px;
    padding: 0;

    background: none;
}

.blockquote blockquote svg {
    display: block;
}

.blockquote blockquote svg:last-child {
    margin-left: auto;
}

.blockquote blockquote p {
    margin: 12px 0 11px;

    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #666666;
}

.blockquote__name {
    margin: 0 0 3px;

    font-size: 30px;
    line-height: 1;
    color: #093589;
}

.blockquote__text {
    margin: 0;

    font-size: 14px;
    font-weight: 400;
    color: #093589;
    line-height: 1.45;
}

@media screen and (max-width: 768px) {
    .blockquote {
        grid-template-columns: 1fr;
        gap: 30px;
        justify-items: center;
    }

    .blockquote__img {
        order: -1;
    }
}