.school-pl .button__primary {
    text-decoration: none;
    text-align: center;
    background-color: #06d;
    box-shadow: 0 18px 16px 0 rgba(50, 127, 254, .12);
    border: none;
    padding: 16px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    transition: .3s ease;
    justify-content: center;
    align-items: center;
    display: flex
}

.button__primary:not([disabled]):active, .button__primary:not([disabled]):focus, .button__primary:not([disabled]):hover {
    color: #d7d7d7;
    text-decoration: none;
    background-color: #004eaa;
    cursor: pointer;
    box-shadow: none
}

.school-pl .button__blue-gradient {
    text-decoration: none;
    text-align: center;
    background-image: linear-gradient(86.52deg, #3636ba, #327ffe);
    box-shadow: 0 18px 16px 0 rgba(50, 127, 254, .12);
    padding: 16px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    transition: .3s ease
}

.school-pl .button__blue-gradient:not([disabled]):active, .button__blue-gradient:not([disabled]):focus, .button__blue-gradient:not([disabled]):hover {
    color: #d7d7d7;
    text-decoration: none;
    background-image: linear-gradient(86.52deg, #2b2b92, #0160fc);
    cursor: pointer;
    box-shadow: none
}

.school-pl .button__secondary {
    text-decoration: none;
    background-color: #fff;
    padding: 16px 20px;
    color: #06d;
    font-weight: 700;
    font-size: 13px;
    transition: .3s ease;
    outline: none;
    text-align: center;
    border-radius: 45px;
    border: none;
}

.school-pl .button__secondary:not([disabled]):active, .button__secondary:not([disabled]):focus, .button__secondary:not([disabled]):hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    box-shadow: none;
    background-color: #06d
}

.school-pl .button__secondary-outline {
    text-align: center;
    border: 1px solid #676767;
    text-decoration: none;
    background-color: #fff;
    padding: 5px;
    color: #676767;
    border-radius: 10px;
    font-size: 13px;
    line-height: 2;
    min-width: 150px;
    transition: .3s ease
}

.school-pl .button__secondary-outline:not([disabled]):active, .button__secondary-outline:not([disabled]):focus, .button__secondary-outline:not([disabled]):hover {
    background-color: #c1c1c1 !important;
    border: 1px solid #c1c1c1 !important;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    box-shadow: none
}

.school-pl .button__card-primary {
    margin: 0;
    padding: 16px 20px;
    border-radius: 0 0 8px 8px;
    font-size: 14px;
    background-color: #06d;
    color: #fff;
    text-align: center;
    width: 100%;
    border: none;
    box-shadow: 0 18px 16px 0 rgba(50, 127, 254, .12);
    transition: .3s ease
}

.button__card-primary:not([disabled]):active, .button__card-primary:not([disabled]):focus, .button__card-primary:not([disabled]):hover {
    cursor: pointer;
    color: #d7d7d7;
    text-decoration: none;
    background-color: #004eaa
}

.full-width {
    width: 100%
}

.white {
    color: #fff
}

.star-title {
    font-size: 35px;

    margin-bottom: 15px
}

.grow {
    flex-grow: 1
}

.title {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .title {
        font-size: 32px
    }
}

@media (max-width: 480px) {
    .title {
        font-size: 28px
    }
}

.school-pl .page-header {
    width: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-position: top, 100% 0, 0 0;
    background-size: cover, 100%, 50%;
    background-repeat: no-repeat
}

.school-pl .page-header__title {
    font-size: 50px;
    margin-bottom: 20px
}

.page-header__description {

    font-size: 18px
}

.page-header__description ul {
    list-style: none;
    padding: 0
}

.page-header__description ul li:before {
    content: "\e909";
    color: #a5cd39;
    margin-right: 6px
}

@media (max-width: 768px) {
    .page-header {
        min-height: 350px
    }

    .page-header__title {
        font-size: 35px;
        margin-bottom: 10px
    }

    .page-header__description {
        font-size: 18px
    }
}

@media (max-width: 480px) {
    .page-header__title {
        font-size: 30px
    }

    .page-header__description {
        font-size: 16px
    }
}

.custom-text-bg {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0
}

.text {

    text-align: left;
    line-height: 2;
    color: #3d3d3d;
    padding: 20px 0;
    font-size: 15px
}

.text ul {
    list-style: none;
    padding: 0
}

.text ul li:before {

    content: "\e90a";
    color: #a5cd39;
    margin-right: 6px
}

.text .title {
    text-align: left;
    color: #201d1e;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .text {
        font-size: 14px;
        line-height: 1.8
    }

    .text .title {
        font-size: 32px;
        margin-bottom: 20px
    }
}

@media (max-width: 480px) {
    .text .title {
        font-size: 25px;
        margin-bottom: 15px
    }
}

.dirty-white-bg {
    background-color: #f6f8fb;
    padding: 50px 0
}

@media (max-width: 768px) {
    .dirty-white-bg {
        padding: 30px 0
    }
}

.white-bg {
    background-color: #fff;
    padding: 50px 0
}

.advantages-container {
    max-width: 2100px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap
}

.advantages-container .title {
    flex-basis: 100%
}

.advantages {
    flex-basis: 80%;
    flex-direction: row;
    margin-bottom: 50px
}

.advantages, .advantages .advantage__tile {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.advantages .advantage__tile {
    flex-basis: 20%;
    flex-direction: column;
    margin: 10px;
    box-shadow: 0 20px 27px 0 rgba(31, 39, 60, .03);
    background-color: #fff;
    border-radius: 10px;
    color: #3d3d3d;
    transition-duration: .3s
}

@media (min-width: 992px) {
    .advantages .advantage__tile:hover {
        transform: translateZ(0) scale(1.03) !important
    }
}

.advantages .advantage__tile__content {
    padding: 30px 15px 15px;
    display: flex;
    flex-direction: column
}

.advantages .advantage__tile__text {
    padding: 10px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #676767;

    line-height: 1.5
}

.advantages .advantage__tile__name {
    text-align: center;
    font-size: 20px;

    margin-bottom: 10px;
    color: #072145
}

@media (max-width: 480px) {
    .advantages .advantage__tile__name {
        font-size: 18px
    }
}

.advantages .advantage__tile__icon-container {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.advantages .advantage__tile__icon {
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 40%;
    color: #fff;
    text-align: center;
    font-size: 50px;
    padding: 15px 0;
    border-radius: 10px
}

@media (max-width: 1200px) {
    .advantages .advantage__tile {
        flex-basis: 45%
    }
}

@media (max-width: 768px) {
    .advantages .advantage__tile {
        flex-basis: 45%
    }
}

@media (max-width: 480px) {
    .advantages .advantage__tile {
        flex-basis: 70%
    }
}

@media (min-width: 1800px) {
    .advantages {
        flex-basis: 60%
    }
}

@media (max-width: 1200px) {
    .advantages {
        flex-basis: 90%
    }
}

@media (max-width: 768px) {
    .advantages {
        flex-basis: 90%
    }
}

@media (max-width: 480px) {
    .advantages {
        flex-basis: 100%
    }
}

.slick-dots {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 12px
}

.slick-dots li button {
    color: #241e5e;
    content: "";
    border: none;
    background-color: transparent;
    font-size: 0;
    outline: none
}

.slick-dots li button:before {

    content: "\e914";
    font-size: 13px
}

.slick-dots li.slick-active button:before {
    content: "\e913";
    font-size: 14.6px
}

.text-with-image.page-header {
    min-height: 350px;
    background-size: cover, 100%, 40%
}

.text-with-image.page-header__tablet {
    background-size: cover, 100%, 60%
}

.text-with-image .container {
    padding: 50px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.text-with-image .page-header__description {
    display: flex;
    flex-basis: 85%;
    font-size: 16px;
    line-height: 1.6;
    align-self: end;

    text-align: left;
    flex-direction: column
}

@media (max-width: 1650px) {
    .text-with-image .container {
        flex-direction: column;
        justify-content: flex-start
    }

    .text-with-image .page-header__description {
        align-self: start;
        text-align: left
    }
}

@media (max-width: 1200px) {
    .text-with-image .page-header__description {
        flex-basis: 100%
    }
}

@media (max-width: 768px) {
    .text-with-image .container {
        padding: 50px 20px
    }
}

.question-answer {
    background-size: cover;
    margin-bottom: 50px;
    line-height: 1.8
}

.question-answer__content {
    color: #fff;
    padding: 80px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;

    align-self: end;
    font-size: 18px
}

.question-answer__content__text .points {
    list-style: none;
    margin: 0;
    padding: 0;


    content: "\e90f";
    margin-right: 8px
}

@media (max-width: 768px) {
    .question-answer {
        line-height: 1.5;
        background-position: 100%
    }

    .question-answer__content {
        padding: 40px 0
    }

    .question-answer__content__text {
        justify-content: center;
        flex-basis: 95%;
        font-size: 14px
    }
}

.image-points {
    margin: 50px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.image-points__image {
    flex-basis: 30%;
    display: flex
}

.image-points__image img {
    max-width: 350px;
    height: 100%;
    width: 100%;
    border-radius: 25px
}

.image-points__title {
    color: #241e5e;
    font-size: 30px;

    line-height: 1.5;
    margin-bottom: 10px
}

.image-points__title h1 {
    font-size: 30px
}

.image-points__text {
    flex-basis: 60%;
    font-size: 17px;
    line-height: 2;

    font-size: 12px;

    margin: 0;
    padding: 0
}

.image-points__text .points li:before {
    color: #a5cd39;

    content: "\e90f";
    margin-right: 8px
}

.image-points__text .read-more-button {
    margin: 10px
}

@media (max-width: 1200px) {
    .image-points__image {
        flex-basis: 20%;
        padding: 15px
    }

    .image-points__image img {
        max-width: 370px;
        height: 100%;
        width: 100%
    }

    .image-points__text {
        flex-basis: 70%;
        padding: 15px
    }
}

@media (max-width: 768px) {
    .image-points {
        margin: 30px 0
    }

    .image-points__image {
        flex-basis: 40%;
        align-self: flex-start
    }

    .image-points__image img {
        max-width: 300px;
        height: 100%;
        width: 100%
    }

    .image-points__title {
        line-height: 1.5;
        font-size: 26px
    }

    .image-points__title h1 {
        font-size: 26px
    }

    .image-points__text {
        flex-basis: 60%
    }

    .image-points__text .points {
        line-height: 1.8;
        font-size: 15px
    }
}

@media (max-width: 480px) {
    .image-points {
        flex-wrap: wrap
    }

    .image-points__image {
        flex-basis: 100%;
        text-align: center;
        justify-content: center
    }

    .image-points__image img {
        max-width: 180px;
        height: 100%;
        width: 100%
    }

    .image-points__title, .image-points__title h1 {
        font-size: 24px
    }

    .image-points__text {
        flex-basis: 100%
    }
}

.error-page {
    padding: 100px 0
}

.error-page .image {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.error-page .image img {
    max-width: 100%
}

.error-page .title {
    color: #072145;
    font-size: 35px;

    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.bold {

    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width: 1600px) {
    .big-container .container {
        max-width: 1600px
    }
}

@media (max-width: 992px) {
    .big-container {
        margin: 30px auto
    }
}

@media (max-width: 480px) {
    .big-container {
        margin: 20px 0
    }
}

.small-container {
    margin: 50px auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width: 768px) {
    .small-container {
        margin: 30px auto
    }
}


.recaptcha-text {
    text-align: left;
    font-size: 11px;
    color: #7a7e87;
    margin: 0 !important;
    padding: 5px;
    line-height: 1.5
}

.recaptcha-text a {
    color: #676767
}

.block-title {

    margin: 20px 0;
    font-size: 48px;
    text-align: center;
    color: #201d1e
}

@media (max-width: 768px) {
    .block-title {
        font-size: 32px;
        margin: 10px 0
    }
}

@media (max-width: 480px) {
    .block-title {
        font-size: 28px;
        margin: 10px 0
    }
}

@media print {
    .block-title {
        margin: 10px 0;
        font-size: 32px
    }
}

.block {
    margin: 50px 0
}

@media (max-width: 768px) {
    .block {
        margin: 30px 0
    }
}

@media print {
    .block {
        margin: 0
    }
}

.page-title {
    color: #201d1e;
    margin: 20px 0 10px;
    font-size: 44px;

    text-align: center
}

@media (max-width: 768px) {
    .page-title {
        margin: 15px 0;
        font-size: 36px;
        font-size: 32px
    }
}

@media print {
    .page-title {
        margin: 8px 0
    }
}

.page-subtitle {
    color: #201d1e;
    font-size: 24px;

    text-align: center;
    margin: 10px 0 20px
}

@media (max-width: 768px) {
    .page-subtitle {
        font-size: 20px;
        font-size: 18px
    }
}

.page {
    padding-top: 50px;
    padding-bottom: 70px
}

@media (max-width: 768px) {
    .page {
        margin-bottom: 150px;
        padding-top: 15px
    }
}

@media (max-width: 480px) {
    .page {
        margin-bottom: 140px
    }
}

.grey-bg {
    background-color: #f6f8fb;
    padding: 50px 0
}

.seo-block {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    margin: 30px 0
}

@media (max-width: 992px) {
    .seo-block {
        margin-bottom: 280px
    }
}

@media (max-width: 768px) {
    .seo-block {
        margin-bottom: 100px
    }
}

.seo-block .image {
    flex-basis: 50%;
    padding: 0 15px;
    margin: auto 0
}

.seo-block .image img {
    width: 100%;
    border-radius: 20px
}

.seo-block .content {
    flex-basis: 50%;
    background: #fff;
    padding: 40px;
    border-radius: 20px
}

.seo-block .content__description {
    height: 439px;
    overflow: auto;
    padding-right: 15px;
    scrollbar-width: thin;
    scrollbar-color: #3636ba #c9d4de
}

.seo-block .content__description::-webkit-scrollbar {
    width: 8px
}

.seo-block .content__description::-webkit-scrollbar-track {
    background: #c9d4de
}

.seo-block .content__description::-webkit-scrollbar-thumb {
    background-color: #3636ba;
    border-radius: 20px;
    border: 1px solid #c9d4de
}

@media (max-width: 992px) {
    .seo-block {
        flex-direction: column
    }

    .seo-block .image {
        margin: auto 0 20px
    }
}

.error-message {
    color: #eb180f;
    font-size: 12px
}

.items-numbers {
    padding-top: 120px;
    padding-bottom: 120px
}

@media (max-width: 768px) {
    .items-numbers {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.items-numbers .container {
    max-width: 1440px
}

@media (max-width: 768px) {
    .items-numbers .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.items-numbers__title {
    font-size: 50px;

    line-height: 1.2;
    margin-bottom: 60px
}

@media (max-width: 768px) {
    .items-numbers__title {
        font-size: 36px;
        line-height: 1.1;
        margin-bottom: 40px
    }
}

.items-numbers__title span {

    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0
}

.items-numbers__list__item {
    display: flex;
    flex-direction: column;
    flex-basis: 31%;
    margin: 10px
}

@media (max-width: 992px) {
    .items-numbers__list__item {
        flex-basis: 46%
    }
}

@media (max-width: 768px) {
    .items-numbers__list__item {
        flex-basis: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 30px
    }
}

.items-numbers__list__item .number {
    width: fit-content;

    font-size: 48px;
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .items-numbers__list__item .number {
        font-size: 26px;
        margin-right: 16px
    }
}

.items-numbers__list__item .color-1 {
    color: #f48120
}

.items-numbers__list__item .color-2 {
    color: #c5579f
}

.items-numbers__list__item .color-3 {
    color: #a5cd39
}

.items-numbers__list__item .color-4 {
    color: #06d
}

.items-numbers__list__item .text-part {
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%
}

.items-numbers__list__item .text-part .title {
    text-align: left;

    font-size: 16px;
    color: #231f20;
    margin-bottom: 10px
}

.items-numbers__list__item .text-part .description {
    text-align: left;

    font-size: 16px;
    line-height: 1.5;
    color: #231f20;
    margin-bottom: 10px
}

.items-numbers__list__item .text-part .description:last-child {
    margin-bottom: 0
}

.items-colors {
    background: #fff
}

@media (max-width: 768px) {
    .items-colors .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.items-colors__list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 0;
    margin: 0
}

.items-colors__list__item {
    display: flex;
    flex-direction: column;
    flex-basis: 31%;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 16px
}

@media (max-width: 992px) {
    .items-colors__list__item {
        flex-basis: 48%
    }
}

@media (max-width: 768px) {
    .items-colors__list__item {
        flex-basis: 100%
    }
}

.items-colors__list__item .number {
    width: fit-content;
    font-size: 13px;
    color: #fff;
    padding: 10px 16px;
    background-color: hsla(0, 0%, 100%, .06274509803921569);
    border-radius: 45px;
    margin-bottom: 20px
}

.items-colors__list__item .text-part .title {
    text-align: left;

    font-size: 20px;
    color: #fff
}

.items-colors__list .color-1 {
    background-color: #f48120
}

.items-colors__list .color-2 {
    background-color: #c5579f
}

.items-colors__list .color-3 {
    background-color: #a5cd39
}

.items-cards {
    margin-bottom: 120px
}

@media (max-width: 768px) {
    .items-cards {
        margin-bottom: 60px
    }
}

.items-cards .container {
    max-width: 1440px
}

@media (max-width: 768px) {
    .items-cards .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.items-cards__list {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0
}

.items-cards__list__item {
    display: flex;
    flex-direction: column;
    flex-basis: 48%;
    padding: 10px;
    border-radius: 30px;
    background: #fff
}

@media (max-width: 768px) {
    .items-cards__list__item {
        flex-basis: 100%;
        margin-bottom: 16px
    }
}

.items-cards__list__item .image {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 14px
}

.items-cards__list__item .image img {
    width: 100%
}

.items-cards__list__item .text-part {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px
}

.items-cards__list__item .text-part .title {
    text-align: left;

    font-size: 30px
}

.items-cards__list__item .text-part .description {
    text-align: left;
    font-size: 15px;
    line-height: 1.5
}

.home-page .grey__wrapper {
    background: #f2f3f6;
    padding-top: 50px;
    margin: 0 0 50px
}

@media (max-width: 992px) {
    .home-page .grey__wrapper {
        padding-top: 30px;
        margin: 0 0 30px
    }
}

.home-page .courses-container {
    max-width: 1600px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto
}

.home-page .courses-container .title {
    flex-basis: 100%
}

.home-page .course-category {
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px
}

.home-page .course-category__title {
    text-align: center;
    font-size: 25px;
    font-weight: 700
}

.home-page .course-tile {
    flex-basis: 23%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 0 28px -4px rgba(0, 0, 0, .175);
    border-radius: 8px;
    margin: 10px;
    color: #3d3d3d;
    transition-duration: .3s
}

.home-page .course-tile__image {
    max-width: 100%;
    display: block
}

.home-page .course-tile__image img {
    max-width: 100%;
    width: 100%;
    border-radius: 10px 10px 0 0
}

@media (min-width: 992px) {
    .home-page .course-tile:hover {
        transform: translateZ(0) scale(1.03) !important
    }
}

.home-page .course-tile__content {
    padding: 15px;
    display: flex;
    flex-direction: column
}

.home-page .course-tile__text {

    font-size: 15px;
    color: #676767;
    padding: 10px;
    display: flex;
    flex-direction: column;
    text-align: justify;
    line-height: 1.85
}

.home-page .course-tile__name {
    text-align: center;
    font-size: 22px;
    font-weight: 700;

    color: #241e5e;
    margin-bottom: 10px
}

.home-page .course-tile__age {

    font-size: 14px;
    text-transform: uppercase;
    color: #201d1e;
    margin-bottom: 10px
}

.home-page .course-tile__desk {
    overflow: hidden;
    max-height: 13em
}

.home-page .course-tile .extra {
    padding: 10px 0;
    font-size: 14px;
    color: #3d3d3d;

    justify-content: space-between;
    flex-wrap: wrap
}

@media (max-width: 480px) {
    .home-page .course-tile .bottom-content {
        flex-direction: column
    }
}

.home-page .course-tile__price {
    font-size: 30px;
    color: #241e5e
}

.home-page .course-tile__price__valuta {
    font-size: 15px;
    color: #201d1e
}

.home-page .course-tile__schedule {
    font-size: 14px
}

.home-page .course-tile__schedule:before {

    content: "\e911";
    color: #06d;
    margin-right: 5px
}

.home-page .course-tile__duration:before {

    content: "\e913";
    color: #06d;
    margin-right: 5px
}

.home-page .course-tile__duration__intense {
    color: #201d1e
}

.home-page .course-tile__total-duration:before {

    content: "\e911";
    color: #06d;
    margin-right: 5px
}

.home-page .course-tile .register-loading {
    display: none;
    height: 55px;
    width: 100%
}

@media (max-width: 1200px) {
    .home-page .course-tile {
        flex-basis: 30%
    }
}

@media (max-width: 768px) {
    .home-page .course-tile {
        flex-basis: 45%
    }
}

@media (max-width: 480px) {
    .home-page .course-tile {
        flex-basis: 80%
    }
}

.home-page .partners {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px 20px 60px
}

.home-page .partners__title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase
}

.home-page .partners .slick-slide {
    margin: 10px
}

@media (max-width: 480px) {
    .home-page .partners {
        margin: 10px
    }
}

.home-page .partner-tile {
    background-color: #fff;
    border-radius: 8px;
    padding: 0 20px;
    text-align: center
}

.home-page .partner-tile__name {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.home-page .partner-tile img {
    max-height: 90px;
    filter: grayscale(1);
    opacity: .3;
    text-align: center;
    padding: 0;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .home-page .partner-tile img {
        padding: 10px
    }
}

.home-page .news-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap
}

.home-page .news-list .news-tile {
    color: #072145;
    flex-basis: 23%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin: 10px;
    padding: 20px;
    border: none;
    box-shadow: 0 0 28px -4px rgba(0, 0, 0, .175);
    border-radius: 10px;
    transition-duration: .3s
}

@media (min-width: 992px) {
    .home-page .news-list .news-tile:hover {
        transform: translateZ(0) scale(1.03) !important
    }
}

.home-page .news-list .news-tile .description {
    font-size: 15px;
    color: #201d1e;
    text-align: justify;

    flex-direction: column
}

.home-page .news-list .news-tile .link {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.home-page .news-list .news-tile .title {
    font-size: 22px;

    color: #072145;
    text-align: center
}

.home-page .news-list .news-tile .image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px
}

.home-page .news-list .news-tile .image img {
    text-align: center;
    max-width: 250px;
    width: 100%;
    border-radius: 10px
}

.home-page .news-list .news-tile .read-more-button {
    align-self: flex-end
}

@media (max-width: 992px) {
    .home-page .news-list .news-tile {
        flex-basis: 45%
    }
}

@media (max-width: 480px) {
    .home-page .news-list .news-tile {
        flex-basis: 100%
    }

    .home-page .news-list .news-tile .title {
        font-size: 20px
    }
}

.home-page .blog__btn {
    text-align: center;
    margin-top: 30px
}

.home-page .blog__btn .button__secondary {
    padding: 16px 30px;
    border: 1px solid #06d
}

.home-page .about-us {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 50px 0
}

.home-page .about-us__image {
    flex-basis: 30%
}

.home-page .about-us__title {
    color: #241e5e;
    font-size: 30px;

    font-size: 17px;
    line-height: 2;

    font-size: 12px;

    margin: 0;
    padding: 0;


    content: "\e90f";
    margin-right: 8px
}

.home-page .about-us__text .read-more-button {
    margin: 10px
}

@media (max-width: 1200px) {
    .home-page .about-us__image {
        flex-basis: 20%;
        padding: 15px
    }

    .home-page .about-us__image img {
        max-width: 200px
    }

    .home-page .about-us__text {
        flex-basis: 70%;
        padding: 15px
    }
}

@media (max-width: 480px) {
    .home-page .about-us {
        flex-wrap: wrap
    }

    .home-page .about-us__image {
        flex-basis: 100%;
        text-align: center
    }

    .home-page .about-us__image img {
        max-width: 170px
    }

    .home-page .about-us__text {
        flex-basis: 100%
    }

    .home-page .about-us__text .title {
        font-size: 26px
    }
}

.home-page .company-history {
    background-size: cover;
    margin-bottom: 50px;
    line-height: 1.8
}

.home-page .company-history__content {
    color: #fff;
    padding: 80px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;

    align-self: end;
    font-size: 16px
}

@media (max-width: 768px) {
    .home-page .company-history {
        line-height: 1.5;
        background-position: 100%
    }

    .home-page .company-history__content__text {
        justify-content: center;
        flex-basis: 95%
    }
}

.home-page .external-projects {
    background-size: cover;
    margin-bottom: 50px;
    line-height: 1.8;
    padding: 50px 0
}

.home-page .external-projects .title {
    color: #fff;

    font-size: 35px
}

.home-page .external-projects__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.home-page .external-projects .slick-slide {
    margin: 0 10px;
    text-align: center
}

@media (min-width: 1200px) {
    .home-page .external-projects .slick-track {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .home-page .external-projects .slick-slide {
        width: auto !important
    }
}

.home-page .external-projects__tile-link {
    color: inherit
}

.home-page .external-projects__tile-link:active, .home-page .external-projects__tile-link:focus, .home-page .external-projects__tile-link:hover {
    text-decoration: none;
    color: inherit;
    outline: none
}

.home-page .external-projects__tile {
    width: 95% !important;
    max-width: 350px;
    background-color: #fff;
    border-radius: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    box-shadow: 0 10px 18px 0 rgba(19, 1, 69, .2);
    transition: .3s
}

@media (min-width: 992px) {
    .home-page .external-projects__tile:hover {
        transform: translateZ(0) scale(1.03) !important
    }
}

.home-page .external-projects__tile .image {
    align-self: center;
    text-align: center;
    padding: 10px;
    display: flex;
    width: 100%
}

.home-page .external-projects__tile .image img {
    max-height: 130px;
    margin-left: auto;
    margin-right: auto
}

.home-page .external-projects__tile .name {

    font-size: 22px;
    color: #072145;
    margin: 12px 0
}

.home-page .external-projects__tile .description {
    font-size: 15px;

    color: #201d1e;
    margin: 10px 0
}

@media (max-width: 768px) {
    .home-page .external-projects__tile {
        width: 80% !important;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.55
    }

    .home-page .external-projects__tile .title {
        font-size: 28px
    }

    .home-page .external-projects__tile .name {
        margin: 10px 0
    }

    .home-page .external-projects__tile .image img {
        max-height: 100px
    }

    .home-page .external-projects__tile .description {
        margin: 8px 0
    }
}

@media (max-width: 480px) {
    .home-page .external-projects__tile {
        max-width: 300px;
        width: 80% !important
    }

    .home-page .external-projects__tile .image img {
        max-height: 80px
    }
}

.home-page .main-header .container {
    max-width: 1410px
}

.home-page .main-header__wrapper {
    width: 100vw;
    background: #f2f3f6;
    border-radius: 50px 50px 0 0;
    padding-top: 150px;
    padding-bottom: 50px;
}

@media (max-width: 992px) {
    .home-page .main-header__wrapper {
        padding-top: 80px
    }
}

.home-page .main-header__heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 80px
}

@media (max-width: 992px) {
    .home-page .main-header__heading {
        flex-direction: column;
        padding-top: 40px;
        margin-bottom: 60px
    }
}

.home-page .main-header .image {
    flex-basis: 50%;
    margin: auto
}

.home-page .main-header .image img {
    width: 100%
}

.home-page .main-header__content {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width: 992px) {
    .home-page .main-header__content {
        margin-bottom: 50px
    }
}

.home-page .main-header__content__subtext {
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    text-align: left;
    margin-bottom: 40px
}

@media (max-width: 992px) {
    .home-page .main-header__content__subtext {
        font-size: 30px;
        font-weight: 300;
        line-height: 30px;
        text-align: left;
        margin-bottom: 10px
    }
}

.home-page .main-header__content__title {

    font-size: 80px;
    font-weight: 800;
    line-height: 80px;
    text-align: left;
    margin-bottom: 60px
}

@media (max-width: 992px) {
    .home-page .main-header__content__title {
        font-size: 46px;
        font-weight: 700;
        line-height: 46px;
        margin-bottom: 16px
    }
}

.home-page .main-header__content .btn-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media (max-width: 768px) {
    .home-page .main-header__content .btn-container {
        flex-direction: column-reverse
    }
}

.home-page .main-header__content .btn-container button {
    flex-basis: 35%;
    border-radius: 46px
}

.home-page .main-header__content .btn-container__description {
    flex-basis: 60%;

    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    text-align: left
}

@media (max-width: 768px) {
    .home-page .main-header__content .btn-container__description {
        margin-bottom: 40px
    }
}

.home-page .main-header__quote {
    position: relative
}

.home-page .main-header__quote__title {

    font-size: 35px;
    font-weight: 700;
    line-height: 49px;
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    z-index: 10
}

@media (max-width: 992px) {
    .home-page .main-header__quote__title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 16px
    }
}

.home-page .main-header__quote__description {

    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    padding-bottom: 75px;
    margin-bottom: 0
}

@media (max-width: 992px) {
    .home-page .main-header__quote__description {
        font-size: 15px;
        font-weight: 400;
        line-height: 15px;
        text-align: left;
        padding-bottom: 54px
    }
}

.home-page .main-header__quote__decor {
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 1;
    width: 68px
}

@media (max-width: 992px) {
    .home-page .main-header__quote__decor {
        left: 0;
        width: 50px
    }
}

.home-page .webinars {
    padding-bottom: 120px
}

@media (max-width: 992px) {
    .home-page .webinars {
        padding-bottom: 60px
    }
}

.home-page .webinars.container {
    max-width: 1410px
}

.home-page .webinars__wrapper {
    background: #f2f3f6
}

.home-page .webinars__title {

    font-size: 35px;
    font-weight: 700;
    line-height: 49px;
    text-align: left;
    margin-bottom: 30px
}

@media (max-width: 992px) {
    .home-page .webinars__title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 16px
    }
}

.home-page .webinars__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.home-page .webinars__list__item {
    display: flex;
    flex-direction: column;
    flex-basis: 23%;
    padding: 30px;
    justify-content: space-between;
    background: #fff;
    border-radius: 30px;
    transition: all .3s
}

@media (max-width: 992px) {
    .home-page .webinars__list__item {
        flex-basis: 49%;
        margin-bottom: 16px
    }
}

@media (max-width: 768px) {
    .home-page .webinars__list__item {
        flex-basis: 100%;
        margin-bottom: 16px
    }
}

.home-page .webinars__list__item:nth-child(3n+1) .webinars__list__item__date {
    background: rgba(197, 87, 159, .1803921568627451)
}

.home-page .webinars__list__item:nth-child(3n+2) .webinars__list__item__date {
    background: rgba(146, 183, 46, .2)
}

.home-page .webinars__list__item:nth-child(3n+3) .webinars__list__item__date {
    background: rgba(0, 102, 221, .12156862745098039)
}

.home-page .webinars__list__item:focus, .home-page .webinars__list__item:hover {
    background: #5c1b51
}

.home-page .webinars__list__item:focus .webinars__list__item__name, .home-page .webinars__list__item:hover .webinars__list__item__name {
    color: #ffe505
}

.home-page .webinars__list__item:focus .webinars__list__item__date, .home-page .webinars__list__item:focus .webinars__list__item__short-text, .home-page .webinars__list__item:hover .webinars__list__item__date, .home-page .webinars__list__item:hover .webinars__list__item__short-text {
    color: #fff
}

.home-page .webinars__list__item__content {
    display: flex;
    flex-direction: column
}

.home-page .webinars__list__item__name {

    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    margin-bottom: 10px
}

.home-page .webinars__list__item__short-text {

    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: left
}

.home-page .webinars__list__item__date {
    margin-top: 20px;
    padding: 10px 16px;
    border-radius: 45px;
    width: fit-content
}

.home-page .main-gallery {
    padding-top: 60px;
    padding-bottom: 200px
}

@media (max-width: 992px) {
    .home-page .main-gallery {
        padding-bottom: 60px
    }
}

.home-page .main-gallery.container {
    max-width: 1410px
}

.home-page .main-gallery__title {

    font-size: 35px;
    font-weight: 700;
    line-height: 49px;
    text-align: left;
    margin-bottom: 30px
}

@media (max-width: 992px) {
    .home-page .main-gallery__title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 16px
    }
}

.home-page .main-gallery__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    min-width: 0;
    position: relative;
    padding: 0
}

.home-page .main-gallery__list .slick-track {
    display: flex;
    align-items: flex-start;
    justify-content: space-around
}

.home-page .main-gallery__list .slick-slide {
    display: flex;
    justify-content: center;
    flex-direction: row;
    opacity: .2;
    margin: auto
}

.home-page .main-gallery__list .slick-slide img {
    width: 80%;
    margin: auto;
    border-radius: 20px
}

.home-page .main-gallery__list .slick-arrow {
    position: absolute;
    z-index: 10;
    font-size: 0;
    border: none
}

.home-page .main-gallery__list .slick-arrow.slick-next {
    padding: 20px
}

.home-page .main-gallery__list .slick-arrow.slick-prev {
    padding: 20px
}

.home-page .main-gallery__list .slick-center {
    opacity: 1
}

.home-page .main-gallery__list .slick-center img {
    width: 100%;
    margin: auto;
    border-radius: 20px
}

@media (max-width: 768px) {
    .home-page .main-gallery__list .slick-center {
        transform: none
    }
}

.home-page .main-gallery .btn-container {
    margin-top: 30px
}

.home-page .main-gallery .btn-container button {
    margin: auto;
    border-radius: 46px
}

@media (max-width: 768px) {
    .home-page .main-gallery .btn-container button {
        width: 100%
    }
}

.home-page .teachers {
    padding-top: 60px;
    padding-bottom: 80px
}

.home-page .teachers.container {
    max-width: 1410px
}

.home-page .teachers__wrapper {
    background: #f2f3f6
}

.home-page .teachers__command {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .home-page .teachers__command {
        flex-direction: column
    }
}

.home-page .teachers__command__image {
    flex-basis: 50%;
    padding-right: 40px;
    margin: auto;
    position: relative
}

@media (max-width: 768px) {
    .home-page .teachers__command__image {
        margin-bottom: 30px;
        padding: 0
    }
}

.home-page .teachers__command__image img {
    width: 100%;
    border-radius: 40px
}

.home-page .teachers__command__image__decor {
    position: absolute;
    bottom: 0;
    right: 25px;
    max-width: 85px
}

.home-page .teachers__command__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 50%;
    padding-left: 40px
}

@media (max-width: 768px) {
    .home-page .teachers__command__content {
        padding: 0
    }
}

.home-page .teachers__command__content__title {

    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
    text-align: left;
    margin-bottom: 10px
}

@media (max-width: 992px) {
    .home-page .teachers__command__content__title {
        font-size: 36px;
        line-height: 44px
    }
}

.home-page .teachers__command__content__title span {

    font-weight: 800
}

.home-page .teachers__command__content__description {

    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    margin-bottom: 10px
}

.home-page .teachers__command__content__description span {

    font-weight: 800
}

.home-page .teachers__command__content .btn-container button {
    margin-top: 30px;
    border-radius: 46px
}

@media (max-width: 768px) {
    .home-page .teachers__command__content .btn-container button {
        width: 100%
    }
}

@media (max-width: 992px) {
    .home-page .teachers {
        padding-bottom: 60px
    }
}

.home-page .teachers__title {

    font-size: 35px;
    font-weight: 700;
    line-height: 49px;
    text-align: left;
    margin-bottom: 30px
}

.home-page .teachers__title span {

    line-height: 24px;
    margin-bottom: 16px
}

.home-page .teachers__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    min-width: 0;
    position: relative;
    padding: 0
}

.home-page .teachers__list__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #fff;
    border-radius: 30px
}

.home-page .teachers__list__item__image {
    padding: 10px 10px 0
}

.home-page .teachers__list__item__image img {
    border-radius: 30px;
    width: 100%
}

.home-page .teachers__list__item__content {
    padding: 30px
}

.home-page .teachers__list__item__content-name {

    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    margin-bottom: 10px
}

.home-page .teachers__list__item__content-position {

    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    margin-bottom: 10px;
    color: #231f20
}

.home-page .teachers__list__item__content-description {

    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #231f20
}

.home-page .teachers__list .slick-track {
    display: flex;
    align-items: flex-start;
    justify-content: space-around
}

.home-page .teachers__list .slick-slide {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 0 10px
}

.home-page .teachers__list .slick-arrow {
    position: absolute;
    z-index: 10;
    font-size: 0;
    border: none
}

@media (max-width: 992px) {
    .home-page .teachers__list .slick-arrow.slick-prev {
        top: -60px
    }
}

@media (max-width: 992px) {
    .home-page .teachers__list .slick-arrow.slick-next {
        top: -60px
    }
}

.home-page .teachers__list .slick-center img {
    width: 100%;
    margin: auto
}

@media (max-width: 768px) {
    .home-page .teachers__list .slick-center {
        transform: none
    }
}

.home-page .main-callback-form {
    padding-bottom: 106px
}

.home-page .main-callback-form.container {
    max-width: 1410px
}

.home-page .main-callback-form .call-me {
    background: #06d;
    margin: 0;
    padding: 30px;
    height: 100%;
    border-radius: 40px
}

.home-page .main-callback-form .call-me .title {

    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    text-align: left;
    color: #fff
}

@media (max-width: 992px) {
    .home-page .main-callback-form .call-me .title {
        font-size: 36px;
        line-height: 44px
    }
}

.home-page .main-callback-form .call-me .sub-title {

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #fff
}

.home-page .main-callback-form .call-me .form-group label {
    display: none !important
}

.home-page .main-callback-form .call-me .form-group input {
    min-height: 60px;
    color: white;
}

.home-page .main-callback-form .call-me textarea {
    color: white;
}

.home-page .main-callback-form .call-me .form-control {
    border-radius: 20px;
    background-color: #1975e0;
    border: none;
    color: #fff
}

.home-page .main-callback-form .call-me .form-control::placeholder {
    color: #fff
}

.home-page .main-callback-form .call-me .btn-container button {
    background-color: #fff;
    color: #06d;
    border-radius: 50px
}

.home-page .main-callback-form .call-me .recaptcha-text {

    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
    color: #fff
}

.home-page .main-callback-form .call-me .recaptcha-text a {
    color: #fff
}

.home-page .main-contact {
    background: #fff;
    border-radius: 50px 50px 0 0
}

.home-page .main-contact .container {
    max-width: 1410px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 220px;
    flex-wrap: wrap
}

.home-page .main-contact__block {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media (max-width: 992px) {
    .home-page .main-contact__block {
        flex-direction: column-reverse
    }
}

.home-page .main-contact__title {
    flex-basis: 100%;

    font-size: 90px;
    font-weight: 800;
    line-height: 144px;
    text-align: center;
    margin-bottom: 80px
}

@media (max-width: 992px) {
    .home-page .main-contact__title {

        font-size: 60px;
        font-weight: 800;
        line-height: 72px;
        text-align: center
    }
}

.home-page .main-contact__info {
    flex-basis: 48%;
    display: flex;
    flex-direction: column
}

@media (max-width: 992px) {
    .home-page .main-contact__info {
        flex-direction: column-reverse
    }
}

.home-page .main-contact__info__data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f2f3f6;
    padding: 30px;
    border-radius: 40px
}

@media (max-width: 992px) {
    .home-page .main-contact__info__data {
        margin-bottom: 20px
    }
}

.home-page .main-contact__info__data .block__bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media (max-width: 768px) {
    .home-page .main-contact__info__data .block__bottom {
        flex-direction: column
    }
}

.home-page .main-contact__info__data .block__bottom .socials {
    font-size: 19px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px
}

@media (max-width: 768px) {
    .home-page .main-contact__info__data .block__bottom .socials {
        justify-content: left
    }
}

.home-page .main-contact__info__data .block__bottom .socials__item {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
    padding: 10px;
    border-radius: 50%;
    transition: .3s ease;
    text-decoration: none;
    display: flex;
    color: #fff;
    width: 36px;
}

.home-page .main-contact__info__data .block__bottom .socials__item.facebook {
    background-color: #0866ff
}

.home-page .main-contact__info__data .point {
    margin-bottom: 5px
}

.home-page .main-contact__info__data .point__name {

    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px
}

.home-page .main-contact__info__data .point__value {

    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: left;
    margin-bottom: 10px;
    color: #201d1e
}

.home-page .main-contact__info__map {
    width: 100%;
    height: 100%;
    margin-bottom: 30px
}

.home-page .main-contact__info__map iframe {
    border-radius: 30px;
    width: 100%;
    height: 350px
}

.home-page .main-contact__form {
    flex-basis: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width: 992px) {
    .home-page .main-contact__form {
        margin-bottom: 20px
    }
}

.home-page .main-contact__form .call-me {
    background: #06d;
    margin: 0;
    padding: 30px;
    height: 100%;
    border-radius: 40px
}

.home-page .main-contact__form .call-me .title {

    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    text-align: left;
    color: #fff
}

@media (max-width: 992px) {
    .home-page .main-contact__form .call-me .title {
        font-size: 36px;
        line-height: 44px
    }
}

.home-page .main-contact__form .call-me .sub-title {

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #fff
}

.home-page .main-contact__form .call-me .form-group label {
    display: none !important
}

.home-page .main-contact__form .call-me .form-group input {
    min-height: 60px;
    color: white;
}

.home-page .main-contact__form .call-me textarea {
    color: white;
}

.home-page .main-contact__form .call-me .form-control {
    border-radius: 20px;
    background-color: #1975e0;
    border: none
}

.home-page .main-contact__form .call-me .form-control::placeholder {
    color: #fff
}

.home-page .main-contact__form .call-me .btn-container button {
    background-color: #fff;
    color: #06d;
    border-radius: 50px
}

.home-page .main-contact__form .call-me .recaptcha-text {

    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
    color: #fff
}

.home-page .main-contact__form .call-me .recaptcha-text a {
    color: #fff
}

.home-page .learning-model .items-numbers {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 120px
}

@media (max-width: 992px) {
    .home-page .learning-model .items-numbers {
        margin-bottom: 50px
    }
}

.home-page .learning-model .items-numbers__list {
    margin-bottom: 60px
}

@media (max-width: 768px) {
    .home-page .learning-model .items-numbers__list {
        margin-bottom: 40px
    }
}

.home-page .learning-model .items-numbers__list__item {
    flex-basis: 46%
}

@media (max-width: 768px) {
    .home-page .learning-model .items-numbers__list__item {
        flex-basis: 100%
    }
}

.home-page .learning-model .items-numbers__list__item .number {
    min-width: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    color: transparent
}

.home-page .learning-model .items-numbers__list__item .color-1 {
    background-image: url(/img/school-pl/student-hat.svg)
}

.home-page .learning-model .items-numbers__list__item .color-2 {
    background-image: url(/img/school-pl/man-star.svg)
}

.home-page .learning-model .items-numbers__list__item .color-3 {
    background-image: url(/img/school-pl/monitor.svg)
}

.home-page .learning-model .items-numbers__list__item .color-4 {
    background-image: url(/img/school-pl/heart-hands.svg)
}

.home-page .learning-model .items-numbers .btn-container {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.home-page .learning-model .items-numbers .btn-container button {
    border-radius: 46px
}

@media (max-width: 768px) {
    .home-page .learning-model .items-numbers .btn-container button {
        width: 100%
    }
}

.home-page .items-numbers {
    background: #fff;
    border-radius: 50px 50px 0 0
}

.home-page .our-benefits .items-numbers {
    background: none
}

.home-page .our-benefits .items-numbers__list__item .number {
    min-width: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    color: transparent
}

.home-page .our-benefits .items-numbers__list__item .color-1 {
    background-image: url(/img/school-pl/man-star-yellow.svg)
}

.home-page .our-benefits .items-numbers__list__item .color-2 {
    background-image: url(/img/school-pl/monitor-pink.svg)
}

.home-page .our-benefits .items-numbers__list__item .color-3 {
    background-image: url(/img/school-pl/castle-green.svg)
}

.home-page .our-benefits .items-numbers__list__item .color-4 {
    background-image: url(/img/school-pl/tube-blue.svg)
}

.home-page .our-benefits .items-numbers__list__item .color-5 {
    background-image: url(/img/school-pl/letters-orange.svg)
}

.home-page .our-benefits .items-numbers__list__item .color-6 {
    background-image: url(/img/school-pl/woman-star-yellow.svg)
}

.home-page .main-benefits {
    background: #fff;
    border-radius: 50px 50px 0 0
}

.home-page .main-benefits .container {
    max-width: 1440px
}

@media (max-width: 768px) {
    .home-page .main-benefits .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.home-page .main-benefits__list {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.home-page .main-benefits__list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(35, 31, 32, .06274509803921569)
}

.home-page .main-benefits__list__item:first-child, .home-page .main-benefits__list__item:last-child {
    border-bottom: none
}

@media (max-width: 768px) {
    .home-page .main-benefits__list__item {
        flex-direction: column-reverse;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.home-page .main-benefits__list__item .text-part {
    flex-basis: 46%
}

@media (max-width: 992px) {
    .home-page .main-benefits__list__item .text-part {
        flex-basis: 42%
    }
}

@media (max-width: 768px) {
    .home-page .main-benefits__list__item .text-part {
        flex-basis: 100%
    }
}

.home-page .main-benefits__list__item .text-part .title {
    text-align: left;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .home-page .main-benefits__list__item .text-part .title {
        font-size: 36px
    }
}

.home-page .main-benefits__list__item .text-part .title span {

    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px
}

.home-page .main-benefits__list__item .text-part .description {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0
}

.home-page .main-benefits__list__item .text-part .description span {

    border-radius: 30px;
    overflow: hidden
}

@media (max-width: 992px) {
    .home-page .main-benefits__list__item .image {
        flex-basis: 54%
    }
}

@media (max-width: 768px) {
    .home-page .main-benefits__list__item .image {
        flex-basis: 100%;
        margin-bottom: 30px
    }
}

.home-page .main-benefits__list__item .image img {
    width: 100%
}

.home-page .main-benefits__list__item:nth-child(2n) {
    flex-direction: row-reverse
}

@media (max-width: 768px) {
    .home-page .main-benefits__list__item:nth-child(2n) {
        flex-direction: column-reverse
    }
}

.home-page .various-benefits .items-numbers__list__item {
    flex-basis: 23%;
    padding: 20px;
    border: 1px solid rgba(35, 31, 32, .06274509803921569);
    border-radius: 30px;
    margin: 10px
}

@media (max-width: 1200px) {
    .home-page .various-benefits .items-numbers__list__item {
        flex-basis: 32%
    }
}

@media (max-width: 992px) {
    .home-page .various-benefits .items-numbers__list__item {
        flex-basis: 46%
    }
}

@media (max-width: 768px) {
    .home-page .various-benefits .items-numbers__list__item {
        flex-basis: 100%;
        padding: 16px
    }
}

.home-page .various-benefits .items-numbers__list__item .number {
    min-width: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    color: transparent
}

.home-page .various-benefits .items-numbers__list__item .color-1 {
    background-image: url(/img/school-pl/letters-blue.svg)
}

.home-page .various-benefits .items-numbers__list__item .color-2 {
    background-image: url(/img/school-pl/couple-star-orange.svg)
}

.home-page .various-benefits .items-numbers__list__item .color-3 {
    background-image: url(/img/school-pl/letters-green.svg)
}

.home-page .various-benefits .items-numbers__list__item .color-4 {
    background-image: url(/img/school-pl/heart-hands-pink.svg)
}

.home-page .various-benefits .items-numbers__list__item .color-5 {
    background-image: url(/img/school-pl/big-finger-orange.svg)
}

.home-page .various-benefits .items-numbers__list__item .color-6 {
    background-image: url(/img/school-pl/globe-green.svg)
}

.home-page .various-benefits .items-numbers__list__item .color-7 {
    background-image: url(/img/school-pl/flag-yellow.svg)
}

@media (min-width: 1200px) {
    .home-page .various-benefits .items-numbers__list__item:nth-last-child(-n+3) {
        flex-basis: 30%
    }
}

.home-page .main-benefits {
    background: #fff;
    border-radius: 50px 50px 0 0
}

.home-page .main-benefits .container {
    max-width: 1440px
}

@media (max-width: 768px) {
    .home-page .main-benefits .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.home-page .main-benefits__list {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.home-page .main-benefits__list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(35, 31, 32, .06274509803921569)
}

.home-page .main-benefits__list__item:first-child, .home-page .main-benefits__list__item:last-child {
    border-bottom: none
}

@media (max-width: 768px) {
    .home-page .main-benefits__list__item {
        flex-direction: column-reverse;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.home-page .main-benefits__list__item .text-part {
    flex-basis: 46%
}

@media (max-width: 992px) {
    .home-page .main-benefits__list__item .text-part {
        flex-basis: 42%
    }
}

@media (max-width: 768px) {
    .home-page .main-benefits__list__item .text-part {
        flex-basis: 100%
    }
}

.home-page .main-benefits__list__item .text-part .title {
    text-align: left;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .home-page .main-benefits__list__item .text-part .title {
        font-size: 36px
    }
}

.home-page .main-benefits__list__item .text-part .title span {
    font-weight: bold;
    font-family: 'Nunito Bold';
}

.home-page .main-benefits__list__item .text-part .subtitle {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: 'Nunito Bold';
}

.home-page .main-benefits__list__item .text-part .description {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0
}

.home-page .main-benefits__list__item .text-part .description span {
    font-weight: bold;
    font-family: 'Nunito Bold';
}

.home-page .main-benefits__list__item .image {
    flex-basis: 49%;
    border-radius: 30px;
    overflow: hidden
}

@media (max-width: 992px) {
    .home-page .main-benefits__list__item .image {
        flex-basis: 54%
    }
}

@media (max-width: 768px) {
    .home-page .main-benefits__list__item .image {
        flex-basis: 100%;
        margin-bottom: 30px
    }
}

.home-page .main-benefits__list__item .image img {
    width: 100%
}

.home-page .main-benefits__list__item:nth-child(2n) {
    flex-direction: row-reverse
}

@media (max-width: 768px) {
    .home-page .main-benefits__list__item:nth-child(2n) {
        flex-direction: column-reverse
    }
}

.home-page .various-benefits .items-numbers__list__item {
    flex-basis: 23%;
    padding: 20px;
    border: 1px solid rgba(35, 31, 32, .06274509803921569);
    border-radius: 30px;
    margin: 10px
}

@media (max-width: 1200px) {
    .home-page .various-benefits .items-numbers__list__item {
        flex-basis: 32%
    }
}

@media (max-width: 992px) {
    .home-page .various-benefits .items-numbers__list__item {
        flex-basis: 46%
    }
}

@media (max-width: 768px) {
    .home-page .various-benefits .items-numbers__list__item {
        flex-basis: 100%;
        padding: 16px
    }
}

.home-page .various-benefits .items-numbers__list__item .number {
    min-width: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    color: transparent
}

.items-numbers {
    padding-top: 120px;
    padding-bottom: 120px
}

@media (max-width: 768px) {
    .items-numbers {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.items-numbers .container {
    max-width: 1440px
}

@media (max-width: 768px) {
    .items-numbers .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.items-numbers__title {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 60px
}

@media (max-width: 768px) {
    .items-numbers__title {
        font-size: 36px;
        line-height: 1.1;
        margin-bottom: 40px
    }
}

.items-numbers__title span {
    font-weight: 800;
}

.items-numbers__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0
}

@media (max-width: 992px) {
    .items-numbers__list__item {
        flex-basis: 46%
    }
}

@media (max-width: 768px) {
    .items-numbers__list__item {
        flex-basis: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 30px
    }
}

.items-numbers__list__item .number {
    width: fit-content;
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .items-numbers__list__item .number {
        font-size: 26px;
        margin-right: 16px
    }
}

.items-numbers__list__item .color-1 {
    color: #f48120
}

.items-numbers__list__item .color-2 {
    color: #c5579f
}

.items-numbers__list__item .color-3 {
    color: #a5cd39
}

.items-numbers__list__item .color-4 {
    color: #06d
}

.items-numbers__list__item .text-part {
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%
}

.items-numbers__list__item .text-part .title {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #231f20;
    margin-bottom: 10px;
}

.items-numbers__list__item .text-part .description {
    text-align: left;
    font-weight: 200;
    font-size: 16px;
    line-height: 1.5;
    color: #231f20;
    margin-bottom: 10px
}

.items-numbers__list__item .text-part .description:last-child {
    margin-bottom: 0
}

.items-colors {
    background: #fff
}

@media (max-width: 768px) {
    .items-colors .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.items-colors__list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 0;
    margin: 0
}

.courses .items-colors__list {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 16px
}

.home-page .courses .items-colors__list__item-title {
    position: relative;
    min-height: 121px;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    padding-bottom: 35px
}

.home-page .courses .items-colors__list__item-title:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid rgba(35, 31, 32, .10196078431372549)
}

.home-page .courses .items-colors__list__item-title span.item__1 {
    color: #f48120;
}

.home-page .courses .items-colors__list__item-title span.item__2 {
    color: #c5579f;
    font-weight: 700
}

.home-page .courses .items-colors__list__item-title span.item__3 {
    color: #a5cd39;
}

.home-page .courses .items-colors__list__item-bot .button__primary {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 45px;
}

.home-page .courses .items-colors__list__item-bot-title__big {
    margin-bottom: 20px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 37px;
    color: #313131
}

.home-page .courses .items-colors__list__item-bot-title__big span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #313131
}

.home-page .courses .items-colors__list__item-list {
    margin-top: 40px
}

.home-page .courses .items-colors__list__item-list ul {
    list-style-type: none;
    padding: 0
}

.home-page .courses .items-colors__list__item-list ul li {
    position: relative;
    margin-bottom: 8px;
    line-height: 18px
}

.home-page .courses .items-colors__list__item-list ul li .icon {
    margin-right: 8px;
    color: #06d
}

.home-page .courses .items-colors__list__item__1:before, .home-page .courses .items-colors__list__item__2:before, .home-page .courses .items-colors__list__item__3:before {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: -6px;
    border: 8px solid;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px
}

.home-page .courses .items-colors__list__item__1:before {
    border-color: #f48120
}

.home-page .courses .items-colors__list__item__2:before {
    border-color: #c5579f
}

.home-page .courses .items-colors__list__item__3:before {
    border-color: #a5cd39
}

@media (max-width: 992px) {
    .home-page .courses .items-colors__list__item-bot-title__big {
        font-size: 20px;
        margin-bottom: 30px
    }

    .home-page .courses .items-colors__list__item-title {
        font-size: 20px;
        min-height: unset
    }

    .home-page .courses .items-colors__list__item-list {
        margin-top: 30px
    }

    .home-page .courses .items-colors__list__item-list ul li {
        font-size: 12px;
        line-height: 150%
    }

    .home-page .courses .items-colors__list__title {
        font-size: 36px;
        margin-bottom: 40px
    }

    .home-page .courses .webinars__wrapper__list {
        padding-top: 60px
    }

    .home-page .courses .items-colors__list {
        grid-template-columns:1fr;
        column-gap: 0;
        row-gap: 20px
    }
}

.home-page .demo-block .button__secondary {
    margin: 10px 0
}

.home-page .demo-block .main-header__block-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 140%;
    color: #fff;
    margin-bottom: 10px
}

.home-page .demo-block .main-header__block-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 134%;
    color: #fff;
    margin: 25px 0;
}

.home-page .demo-block .main-header__block {
    position: relative;
    background: #06d;
    border-radius: 30px;
    padding: 80px 100px 48px 80px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.home-page .demo-block .main-header__block-img_bg1 {
    position: absolute;
    left: 50%;
    top: 33px;
    pointer-events: none
}

.home-page .demo-block .main-header__block-img_bg2 {
    position: absolute;
    width: 161px;
    height: 154px;
    left: 55%;
    bottom: -73px;
    transform: rotate(45deg);
    pointer-events: none
}

.home-page .demo-block .main-header__block-img_bg3 {
    position: absolute;
    top: 15px;
    width: 47.77px;
    height: 45.79px;
    right: 15px;
    transform: rotate(40.02deg);
    pointer-events: none
}

@media (max-width: 1200px) {
    .home-page .demo-block img.main-header__block-img {
        display: block;
        width: 155px;
        height: 95px;
        position: static;
        margin-bottom: 20px
    }

    .home-page .demo-block div.main-header__block {
        display: flex;
        flex-direction: column;
        padding: 30px
    }

    .home-page .demo-block .main__header__block-right {
        order: -1;
    }
}

.home-page .demo-block .main-header__block-img {
    width: 263px;
    height: 153px;
    border-radius: 30px;
    padding: 30px;
    gap: 10px;
    rotate: -6deg;
    background: #FFFFFF1A;
    border: 1px dashed #FFFFFF99;
}

.home-page .demo-block .main-header__block-img__text {
    font-family: 'Nunito Bold';
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
}

@media (max-width: 992px) {
    .home-page .demo-block .main-header__block-img_bg1 {
        left: 55%;
        top: 60px
    }

    .home-page .demo-block .main-header__block-img_bg2 {
        display: none
    }

    .home-page .demo-block .main-header__block-title {
        font-size: 24px
    }

    .home-page .demo-block .main-header__block-text {
        font-size: 15px
    }
}

@media (max-width: 480px) {
    .home-page .demo-block .main-header__block-text br {
        display: none
    }
}

.items-colors__list__title {
    margin-bottom: 60px;
    font-weight: 800;
    font-size: 50px;
    line-height: 120%;
    color: #231f20
}

.home-page .items-colors__list__title span {
    font-weight: 300
}

.home-page .webinars__wrapper__list {
    padding-top: 120px;
    padding-bottom: 50px;
    margin: 0;
    border-radius: 50px 50px 0 0;
}

.home-page .webinars__wrapper__list .items-colors__list__item {
    position: relative;
    overflow: hidden;
    display: flex;
    height: 100%;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 30px;
    padding: 35px 15px 10px
}

.home-page .courses .items-colors__list {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 16px
}

.home-page .courses .items-colors__list__item-title {
    position: relative;
    min-height: 121px;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    padding-bottom: 35px
}

.home-page .courses .items-colors__list__item-title:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid rgba(35, 31, 32, .10196078431372549)
}

.home-page .courses .items-colors__list__item-title span.item__1 {
    color: #f48120;
}

.home-page .courses .items-colors__list__item-title span.item__2 {
    color: #c5579f;
    font-weight: 700
}

.home-page .courses .items-colors__list__item-title span.item__3 {
    color: #a5cd39;
}

.home-page .courses .items-colors__list__item-bot .button__secondary-outline {
    width: 100%
}

.home-page .courses .items-colors__list__item-bot-title__big {
    margin-bottom: 20px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 37px;
    color: #313131
}

.home-page .courses .items-colors__list__item-bot-title__big span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #313131
}

.home-page .courses .items-colors__list__item-list {
    margin-top: 40px
}

.home-page .courses .items-colors__list__item-list ul {
    list-style-type: none;
    padding: 0
}

.home-page .courses .items-colors__list__item-list ul li {
    position: relative;
    margin-bottom: 8px;
    line-height: 18px
}

.home-page .courses .items-colors__list__item-list ul li .icon {
    margin-right: 8px;
    color: #06d
}

.home-page .courses .items-colors__list__item__1:before, .home-page .courses .items-colors__list__item__2:before, .home-page .courses .items-colors__list__item__3:before {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: -6px;
    border: 8px solid;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px
}

.home-page .courses .items-colors__list__item__1:before {
    border-color: #f48120
}

.home-page .courses .items-colors__list__item__2:before {
    border-color: #c5579f
}

.home-page .courses .items-colors__list__item__3:before {
    border-color: #a5cd39
}

@media (max-width: 992px) {
    .home-page .courses .items-colors__list__item-bot-title__big {
        font-size: 20px;
        margin-bottom: 30px
    }

    .home-page .courses .items-colors__list__item-title {
        font-size: 20px;
        min-height: unset
    }

    .home-page .courses .items-colors__list__item-list {
        margin-top: 30px
    }

    .home-page .courses .items-colors__list__item-list ul li {
        font-size: 12px;
        line-height: 150%
    }

    .home-page .courses .items-colors__list__title {
        font-size: 36px;
        margin-bottom: 40px
    }

    .home-page .courses .webinars__wrapper__list {
        padding-top: 60px
    }

    .home-page .courses .items-colors__list {
        grid-template-columns:1fr;
        column-gap: 0;
        row-gap: 20px
    }
}

.home-page .demo-block .button__secondary {
    margin: 10px 0
}

.home-page .demo-block .main-header__block-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 140%;
    color: #fff;
    margin-bottom: 10px
}

@media (max-width: 992px) {
    .home-page .main-gallery__list .slick-arrow.slick-prev {
        top: -60px
    }
}

.home-page .main-gallery__list .slick-arrow.slick-next:before {
    content: none;
}

.home-page .main-gallery__list .slick-arrow.slick-prev:before {
    content: none;
}

.home-page .teachers__list .slick-arrow.slick-next:before {
    content: none;
}

.home-page .teachers__list .slick-arrow.slick-prev:before {
    content: none;
}

@media (max-width: 992px) {
    .home-page .main-gallery__list .slick-arrow.slick-next {
        top: -60px
    }
}

.home-page .main-gallery__list .slick-center {
    opacity: 1
}

.home-page .main-gallery__list .slick-center img {
    width: 100%;
    margin: auto;
    border-radius: 20px
}

.home-page .main-gallery__list .slick-arrow {
    position: absolute;
    z-index: 10;
    font-size: 0;
    border: none;
}

.home-page .courses .items-colors__list .items-colors__list__item__1 .items-colors__list__item-title span {
    color: #f48120;
}

.home-page .courses .items-colors__list .items-colors__list__item__2 .items-colors__list__item-title span {
    color: #c5579f;
}

.home-page .courses .items-colors__list .items-colors__list__item__3 .items-colors__list__item-title span {
    color: #a5cd39;
}