#teachers {
    color: #302F2E;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.we-teach {
    z-index: 9;
    position: relative;
}
.we-teach__row {
    display: flex;
    gap: 20px;
    margin-bottom: 80px;
    justify-content: center;

}
.we-teach__item {
    background: linear-gradient(292deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0) 100%), rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(25px);
    border-radius: 20px;
    border: 1px solid #787195;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    padding: 16px;
    max-width: 300px;
    min-width: 300px;
    align-items: center;
    text-align: center;
    margin-top: -60px;
    position: relative;
}
#cources .we-teach__item {
    min-width: 270px;
    max-width: 270px;
    padding-left: 10px;
    padding-right: 10px;
}
#cources .we-teach__item p {
    min-height: 48px;
    display: flex;
    align-items: center;
}
.we-tearch__image {}
.we-teach__information {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    line-height: 24px;
}
.we-teach__information h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #FF00FF;
    margin-bottom: 16px;
}
#cources .we-teach__information {
    max-width: 100%;
}
.we-teach__text {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.we-teach__text_type-1 {
    margin-top: 80px;
}
.we-teach__text:not(:last-child) {
    margin-bottom: 16px;
}
.we-teach__lasting {
    background: #A064FF;
    backdrop-filter: blur(25px);
    border-radius: 20px;
    display: inline-block;
    margin: 40px auto 16px;
    padding: 20px 32px;
    font-size: 20px;
    font-weight: 600;
}
.we-teach-express__information {
    padding: 80px 0 0;
}
.we-teach-express__information h2 {
    font-family: 'Furore';
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.05em;
    max-width: 800px;
    margin: 0 auto 10px;
}
.we-teach-express__information h3 {
    margin-top: 60px;
    font-family: 'Play';
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px;
}
.we-teach-express__row {
    gap: 30px;
    justify-content: space-between;
    padding-top: 40px;
    margin-bottom: 0;
}
#cources .we-teach-express__item {
    min-width: 367px;
    max-width: 367px;
    margin-top: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.teachers-express {
    padding-top: 80px;
    padding-bottom: 0px;
    backdrop-filter: blur(25px);
    background: url("../img/sot/bg/bgteachers-left.png") no-repeat left top, url("../img/sot/bg/bgteachers-right.png") no-repeat right top, #fff;
}
.teachers-express.hidden {
    display: none;
}
.teachers-express__title {
}
.teachers-express__row {
}
.teachers-express__slider .slick-dots li {
    margin: 0 2px;
}
.teachers-express__slider .slick-dots li button {
    font-size: 0;
    color: #D7D7D7;
}
.teachers-express__slider .slick-dots li button::before {
    color: #D7D7D7;
    opacity: 1;
    font-size: 40px;
}
.teachers-express__slider .slick-dots li.slick-active button::before {
    color: #F7931E;
}
.teachers-express__slider .slick-next.slick-disabled::before,
.teachers-express__slider .slick-prev.slick-disabled::before {
    opacity: 0;
}
.teachers-express .slick-next, .teachers-express .slick-prev {
    top: inherit;
    top: 9px;
    z-index: 99;
}
.teachers-express .slick-next {
    right: calc(50% - 150px);
}
.teachers-express .slick-next::before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 20L14.5858 13.4142C15.3668 12.6332 15.3668 11.3668 14.5858 10.5858L8 4' stroke='%23F9C74B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    width: 24px;
    height: 24px;
    display: block;
}
.teachers-express .slick-prev {
    left: calc(50% - 150px);
}
.teachers-express .slick-prev::before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16 4L9.41421 10.5858C8.63316 11.3668 8.63317 12.6332 9.41421 13.4142L16 20' stroke='%23F9C74B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    width: 24px;
    height: 24px;
    display: block;
}
.teacher {
    display: flex;
    gap: 40px;
    padding-top: 100px;
    padding-bottom: 40px;
}
.teachers-express__item h4 {
    border-top: 2px dashed rgba(220, 220, 240, 0.20);
    border-bottom: 2px dashed rgba(220, 220, 240, 0.20);
    padding: 0 0 3px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #302F2E;
    margin: 0 0 20px 0;
}
.teachers-express__top h4 {
    margin-top: 20px;
}
.teachers-express__left {
    flex-basis: 447px;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.teachers-express__top {
    position: relative;
}
.teachers-express__left .teachers-express__top,
.teachers-express__right .teachers-express__top {
    /* padding-top: 260px; */
}
.teachers-express__bot {
    position: relative;
    padding-top: 20px;
}
.teachers-express__center {
    flex-basis: 206px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.teachers-express__center::before {
    content: "";
    width: 100%;
    height: calc(100% - 20px);
    background: #FFFDEA;
    clip-path: polygon(0.00% 8.00%,50.00% 0.00%,100.00% 8.00%,100.00% 100%,0% 100%);
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 0;
    border-radius: 20px;
}
.teachers-express__images {
    margin-top: -50px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}
.teachers-express__images img {
    margin: 0 auto;
}
.teachers-express__name {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 40px;
    padding: 0 10px;
}
.teachers-express__text {
    font-size: 22px;
    line-height: 28px;
    font-family: 'Play';
}
.teachers-express__list li {
    list-style: none;
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    align-items: center;
}
.teachers-express__left li {
    justify-content: flex-end;
}
.information__number {
    color: #F15A40;
    position: relative;
    z-index: 99;
    background: url("../img/sot/teachers/hexagonal.svg") no-repeat center / 70px 80px;
    padding: 18px 0;
    width: 80px;
	height: 80px;
    line-height: 19px;
    margin: 0 auto;
}
.information__number b {
    display: block;
    font-weight: 600;
    font-size: 18px;
}
.teachers-express__right {
    flex-basis: 447px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.teachers-express__experience p:not(:last-child) {
    margin-bottom: 10px;
}
.wrap-auth {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 40px;
}


@media (max-width: 1000px) {
    .teacher {
        flex-wrap: wrap;
        justify-content: center;
    }
    .teachers-express__center {
        order: -1;
    }
    .teachers-express__left,
    .teachers-express__right {
        flex-basis: 100%;
        text-align: left;
    }
    .teachers-express__left .teachers-express__top, .teachers-express__right .teachers-express__top {
        padding-top: 0;
    }
    .teachers-express__bot {
        padding-top: 40px;
    }
    .teachers-express__left li {
        justify-content: flex-start;
    }
}

@media(max-width: 1200px) {
    .we-teach-express__row {
        justify-content: center;
    }
    #cources .we-teach-express__item {
        min-width: 277px;
        flex-basis: 277px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}
#cources .we-teach__item_type_teach {
    min-width: 213px;
    max-width: 213px;
    margin-top: 60px;
}
.we-teach--ovz__item {
    margin-top: 60px;
}
@media(max-width: 850px) {
	.teachers-express {
		padding-top: 60px;
		padding-bottom: 60px;
		background: none;
	}
	.teachers-express__name {
		font-size: 18px;
	}
}
@media(max-width: 750px) {
	.teachers-express {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}