@charset "UTF-8";

.header__btn,.header__login {
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
}

.header__btn,.header__login,.header__menu-item {
	font-family: Mulish;
	transition: .2s;
}

.reviews-students__slide span svg,.video__btn svg {
	transform: translateX(5px);
}

.course-teachers__navigation>div.swiper-button-disabled path,.news__navigation>div.swiper-button-disabled path,.partners__navigation>div.swiper-button-disabled path,.reviews-students__navigation>div.swiper-button-disabled path,.reviews-text__navigation>div.swiper-button-disabled path,.teachers__navigation>div.swiper-button-disabled path {
	fill: #CEE4E2;
}

#call input,#call select {
	height: 2.4375rem;
	background-color: #fefefe;
	line-height: 1.5;
	transition: box-shadow .5s,border-color .25s ease-in-out;
	box-sizing: border-box;
}

#call input,#call select,.popup-tariffs__slide,.reviews-text__slide,.tariffs__item,.teachers__slide,html {
	box-sizing: border-box;
}

#call input,#call textarea {
	margin: 0 0 10px;
	font-size: 14px;
}

#call .button,a {
	text-decoration: none;
}

/* Regular (400) */
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Regular.woff2') format('woff2'), url('../fonts/Mulish-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium (500) */
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Medium.woff2') format('woff2'), url('../fonts/Mulish-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* SemiBold (600) */
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-SemiBold.woff2') format('woff2'), url('../fonts/Mulish-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Bold (700) */
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Bold.woff2') format('woff2'), url('../fonts/Mulish-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ExtraBold (800) */
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-ExtraBold.woff2') format('woff2'), url('../fonts/Mulish-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
	--white: #fff;
	--black: #000;
}

body,html {
	height: 100%;

}

*,::after,::before {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
	outline: 0;
}



.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

main {
	flex-grow: 1;
	margin-top: 43px;
}

.header__info,.header__top-container {
	align-items: center;
	display: flex;
}

body {
	background: #fff;
	color: #333;
	font-size: 20px;
	line-height: 20px;
}

html, body, header, header *, nav, nav *, .header, .header *, div, span, a, h1, h2, h3, h4, p, button, input, select, textarea {
    font-family: 'Mulish', sans-serif !important;
}

a {
	color: inherit;
}

.c {
	clear: both;
}

img {
	border: none;
	outline: 0;
	vertical-align: bottom;
}

button,input,textarea {
	outline: 0;
	border: none;
	background: 0 0;
}

.container {
	width: 100%;
	max-width: 1240px;
	padding: 0 30px;
	margin: 0 auto;
}

.header__top {
	background: #1d4b73;
	width: 100%;
	height: 20px;
}

.header__top-container span {
	display: block;
	color: #fff;
	font-size: 12px;
	font-family: MulishSemiBold;
	line-height: 15px;
}

.header__info {
	height: 90px;
}

.header__logo {
	display: flex;
	align-items: center;
	width: 199px;
}

.header__logo .logo {
	display: block;
	width: 100%;
	max-width: 100%;
}

.header__logo img {
	max-width: 100%;
}

.header__phone {
	color: #333;
	font-size: 16px;
	font-family: MulishRegular;
	line-height: 20px;
	margin-left: auto;
	margin-right: 20px;
}

.header__btn {
	width: 180px;
	height: 50px;
	border-radius: 15px;
	border: 1px solid #1d4b73;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #1d4b73;
	margin-right: 20px;
}

.header__login,.header__login:focus,.header__login:hover,.vote__item._white.vote__left .vote__numb {
/*	color: #b70928; */
}

.header__login {
	width: 180px;
	height: 50px;
	border-radius: 15px;
	border: 1px solid #b70928;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header__login svg {
	display: none;
}

.header__menu {
	background: #1d4b73;
	height: 50px;
}

.header__menu ul {
	display: flex;
	height: 100%;
}

.header__menu ul li {
	height: 100%;
	display: flex;
}

.header__menu-item {
	padding: 11px 15px 16px;
	color: #fff;
	font-size: 18px;
}

.home-top {
	padding-bottom: 90px;
}

.help__container,.home-top__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-top__info {
	width: 694px;
	margin-right: 20px;
	position: relative;
}

.home-top__slider a,.pluses__top {
	display: flex;
	flex-direction: column;
}

.home-top__info h1,.home-top__info h2 {
	text-align: left;
	color: #1d4b73;
	font-size: 36px;
	font-family: MulishExtraBold;
	text-transform: uppercase;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}

.home-top__slider {
	position: relative;
	overflow: hidden;
}

.graduates .swiper-wrapper,.home-top__slider .swiper-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

.home-top__imgs {
	display: flex;
	align-items: center;
	margin-left: -28px;
	margin-top: -28px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.home-top__imgs img {
	border-radius: 50px;
	overflow: hidden;
	width: 100%;
	height: 344px;
	border: 28px solid #fff;
	position: relative;
	z-index: 3;
	flex-shrink: 0;
}

.home-top__imgs picture {
	display: flex;
	margin-right: 30px;
	max-width: 100%;
}

.home-top__slide-text {
	color: #333;
	font-size: 20px;
	font-family: MulishRegular;
	max-width: 379px;
	margin-bottom: 13px;
}

.home-top__btn,.home-top__search-btn {
	height: 50px;
	color: #fff;
	cursor: pointer;
	transition: .2s;
}

.home-top__btn,.home-top__category-item,.home-top__search input,.home-top__search-btn {
	font-size: 16px;
	font-family: MulishRegular;
	line-height: 20px;
}

.home-top__pagination {
	display: flex;
	gap: 0 10px;
}

.home-top__pagination .swiper-pagination-bullet {
	width: 40px;
	height: 6px;
	background: #cee4e2;
	border-radius: 0;
	opacity: 1;
}

.home-top__btn,.home-top__pagination .swiper-pagination-bullet-active {
	background: #b70928;
}

.home-top__btn {
	width: 180px;
	border-radius: 15px;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 18px;
}

.home-top__search-btn,.pluses__icon {
	justify-content: center;
	display: flex;
}

.home-top__right {
	width: 380px;
}

.home-top__search {
	display: flex;
	width: 100%;
	margin-bottom: 32px;
	border-radius: 15px;
	overflow: hidden;
}

.home-top__search input {
	width: 100%;
	border-radius: 15px 0 0 15px;
	height: 50px;
	border: 1px solid #1d4b73;
	border-right: none;
	padding: 0 17px;
	color: #333;
}

.home-top__search input::-moz-placeholder,.home-top__search input::placeholder {
	color: #bdbaba;
	font-size: 16px;
	font-family: MulishRegular;
	line-height: 20px;
	opacity: 1;
}

.home-top__search-btn {
	width: 80px;
	align-items: center;
	background: #1d4b73;
}

.home-top__category {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	gap: 6px;
}

.home-top__category-item {
	width: calc(50% - 3px);
	height: 80px;
	display: flex;
	align-items: center;
	padding: 10px;
	position: relative;
	border-radius: 15px;
	border: 1px solid #1d4b73;
	color: #333;
	transition: .2s;
}

.home-top__category-item::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.home-top__category-item:first-child:after {
	background: #c9cbff;
}

.home-top__category-item:nth-child(2):after,.home-top__category-item:nth-child(7):after {
	background: #ffc5a5;
}

.home-top__category-item:nth-child(3):after,.home-top__category-item:nth-child(6):after {
	background: #fee45d;
}

.home-top__category-item:nth-child(4):after {
	background: #cae6fb;
}

.home-top__category-item:nth-child(5):after {
	background: #c6e7ff;
}

.home-top__category-item:nth-child(8):after {
	background: #c1edad;
}

.home-top__category-item:nth-child(9):after {
	background: #e4e4e4;
}

.pluses {
	padding-top: 100px;
	padding-bottom: 90px;
	background: #f2f5f7;
}

.documents__list,.form__input-list,.offers__list,.pluses__list {
	display: flex;
	margin: 0 -10px;
}

.pluses__item {
	width: calc(25% - 20px);
	margin: 0 10px;
	background: #fff;
	border-radius: 15px;
	border: 1px solid #cee4e2;
	padding: 38px 30px;
	position: relative;
}

.pluses__icon {
	align-items: center;
	align-self: flex-end;
	border: 1.5px solid #b70928;
	width: 50px;
	height: 50px;
	border-radius: 15px;
	margin-bottom: 10px;
}

.pluses__name {
	opacity: .85;
	color: #333;
	font-size: 28px;
	font-family: MulishBold;
	line-height: 30px;
	margin-bottom: 3px;
	height: 132px;
}

.pluses__description {
	color: #333;
	font-size: 18px;
	font-family: MulishRegular;
	margin-bottom: 20px;
}

.pluses__btn {
	width: calc(100% - 60px);
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1d4b73;
	border-radius: 15px;
	color: #fff;
	font-size: 16px;
	font-family: MulishRegular;
	line-height: 20px;
	cursor: pointer;
	transition: .2s;
	position: absolute;
	left: 30px;
	bottom: 50px;
}

.pluses__btn svg {
	display: none;
}

.graduates {
	padding-top: 100px;
	padding-bottom: 60px;
	background: #fff;
}

.course-program__pluses,.course-teachers__container,.footer__list,.graduates__container,.teachers__top,.top-subdivision__bottom,.vote__container {
	display: flex;
	justify-content: space-between;
}

.graduates__slider {
	width: calc(50% - 10px);
	overflow: hidden;
	border-radius: 15px;
	position: relative;
}

.footer__container,.form__container,.graduates__slide,.top-subdivision__container {
	position: relative;
}

.graduates__slide img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.graduates__slide::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 230px;
	background: linear-gradient(181deg,rgba(217,217,217,0) 0,rgba(111.49,137.3,159.75,.56) 27%,#1d4b73 84%);
}

.graduates__slide-info {
	position: absolute;
	left: 30px;
	bottom: 65px;
	width: calc(100% - 60px);
	z-index: 3;
}

.graduates__name {
	opacity: .85;
	color: #fff;
	font-size: 28px;
	font-family: Mulishbold;
	line-height: 30px;
	margin-bottom: 6px;
}

.graduates__description,.graduates__well {
	color: #fff;
	font-size: 20px;
	font-family: MulishRegular;
}

.graduates__description {
	margin-bottom: 10px;
}

.graduates__count,.graduates__year {
	padding: 58px 30px 58px 40px;
	font-size: 32px;
	font-family: MulishBold;
	line-height: 40px;
	text-transform: uppercase;
	border-radius: 15px;
	overflow: hidden;
}

.graduates__info {
	width: calc(50% - 10px);
	display: flex;
	flex-direction: column;
}

.graduates__year {
	background: #f2f5f7;
	justify-content: flex-end;
	align-items: center;
	display: inline-flex;
	color: #333;
	margin-bottom: 20px;
}

.graduates__count {
	background: #b70928;
	color: #fff;
}

.documents__name,.video__name {
	font-size: 28px;
	line-height: 30px;
}

.graduates__count span {
	display: block;
	margin-bottom: 9px;
	color: #fff;
	font-size: 50px;
	font-family: MulishSemiBold;
	text-transform: uppercase;
	line-height: 42px;
}

.teachers__top h2,.video h2 {
	font-size: 32px;
	font-family: MulishBold;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 400;
}

.graduates__pagination {
	position: absolute;
	left: 30px!important;
	width: calc(100% - 60px)!important;
	bottom: 34px!important;
	display: flex;
	gap: 0 10px;
	z-index: 4;
}

.graduates__pagination .swiper-pagination-bullet {
	width: 40px;
	height: 6px;
	background: #cee4e2;
	border-radius: 0;
	opacity: 1;
}

.graduates__pagination .swiper-pagination-bullet-active,.video__btn {
	background: #b70928;
}

.video {
	padding-top: 38px;
}

.video h2 {
	opacity: .9;
	color: #1d4b73;
	margin-bottom: 42px;
	max-width: 672px;
}

.video__item {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 27px;
	border-radius: 15px;
	overflow: hidden;
	cursor: pointer;
}

.video__item img {
	max-width: 100%;
}

.video__item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .25;
	background: #333;
	z-index: 1;
}

.video__name {
	position: absolute;
	left: 39px;
	top: 32px;
	color: #fff;
	font-family: MulishBold;
	z-index: 2;
}

.video__btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	z-index: 2;
}

.documents {
	padding-bottom: 100px;
}

.documents__item {
	width: calc(33.333% - 20px);
	margin: 0 10px;
	padding: 30px 18px 30px 30px;
	border-radius: 15px;
	overflow: hidden;
	border: 1.5px solid #1d4b73;
	cursor: pointer;
	transition: .2s;
}

.documents__name {
	opacity: .85;
	color: #333;
	font-family: MulishBold;
	margin-bottom: 12px;
}

.documents__description {
	color: #333;
	font-size: 20px;
	font-family: MulishRegular;
	max-width: calc(100% - 10px);
}

.teachers {
	padding-top: 78px;
	padding-bottom: 100px;
	background: #1d4b73;
}

.teachers__top h2 {
	color: #fff;
}

.course-teachers__navigation,.reviews-students__navigation,.teachers__navigation {
	display: flex;
	gap: 0 20px;
}

.teachers__navigation>div {
	width: 80px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	transition: .2s;
}

.teachers__navigation>div.swiper-button-disabled {
	background: 0 0;
	border: 2px solid #cee4e2;
	cursor: default;
}

.teachers__slider {
	padding-top: 33px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 -20px;
}

.teachers__slide {
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 20px 20px 25px;
	display: flex;
	flex-direction: column;
	height: 560px;
	transition: .2s;
}

.teachers__photo {
	width: 170px;
	height: 210px;
	border-radius: 15px;
	margin-bottom: 10px;
}

.teachers__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.teachers__name {
	color: #fff;
	font-size: 28px;
	font-family: Mulishbold;
	line-height: 30px;
	margin-bottom: 13px;
}

.teachers__well {
	height: 17px;
	padding-left: 5px;
	padding-right: 5px;
	background: #ffc5a5;
	border-radius: 20px;
	display: flex;
	align-items: center;
	color: #000;
	font-size: 12px;
	font-family: MulishRegular;
	line-height: 15px;
	margin-bottom: 15px;
	align-self: flex-start;
}

.reviews-students__navigation>div,.teachers__btn {
	justify-content: center;
	transition: .2s;
	cursor: pointer;
}

.teachers__description {
	margin: 0 -10px;
	width: calc(100% + 20px);
}

.teachers__description,.teachers__description li {
	color: #fff;
	font-size: 16px;
	font-family: MulishRegular;
	line-height: 20px;
}

.teachers__description li {
	position: relative;
	padding-left: 20px;
}

.teachers__description li::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 7px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
}

.course-teachers__pagination,.teachers__pagination {
	margin-top: 30px;
	display: flex;
	width: 100%;
	margin-bottom: 37px;
	gap: 0 20px;
}

.teachers__pagination .swiper-pagination-bullet {
	width: 25%;
	height: 4px;
	background: #cee4e2;
	border-radius: 0;
	opacity: 1;
	margin: 0!important;
}

.teachers__pagination .swiper-pagination-bullet-active {
	background: #b70928;
}

.teachers__btn {
	width: 220px;
	height: 50px;
	border-radius: 15px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	font-family: Mulishregular;
	line-height: 20px;
}

.education {
	padding-top: 74px;
	padding-bottom: 60px;
}

.education h2 {
	opacity: .85;
	color: #333;
	font-size: 28px;
	font-family: MulishBold;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 25px;
}

.education__item,.help__title,.pluses-small h2 {
	line-height: 40px;
	text-transform: uppercase;
}

.education__list {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}

.education__item {
	padding: 15px 28px;
	background: #1d4b73;
	color: #fff;
	font-size: 27px;
	font-family: MulishBold;
	transition: .2s;
}

.pluses-small {
	padding-top: 34px;
	padding-bottom: 100px;
}

.pluses-small._dark {
	background: #f2f5f7;
	padding-top: 54px;
	padding-bottom: 90px;
}

.pluses-small h2 {
	opacity: .85;
	color: #333;
	font-size: 32px;
	font-family: MulishBold;
	font-weight: 400;
	margin-bottom: 43px;
}

.pluses-small__list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
	margin: 0 -10px;
}

.pluses-small__item {
	margin: 0 10px;
	width: calc(33.333% - 20px);
	border-radius: 15px;
	border: 1.5px solid #cee4e2;
	display: flex;
	justify-content: space-between;
	padding: 20px 20px 30px;
	background: #fff;
}

.pluses-small__info {
	width: calc(100% - 90px);
}

.pluses-small__info span {
	display: block;
	color: #cee4e2;
	font-size: 28px;
	font-family: MulishBold;
	line-height: 30px;
	margin-bottom: 10px;
}

.pluses-small__description {
	color: #333;
	font-size: 20px;
	font-family: MulishRegular;
}

.pluses-small__icon {
	flex-shrink: 0;
}

.help {
	width: 100%;
	max-width: 1380px;
	margin: 10px auto 130px;
	border-radius: 30px;
	background: #1d4b73;
	padding: 40px 0;
}

.help.cart {
	margin-bottom: 60px;
	margin-top: 100px;
}

.help__title {
	color: #fff;
	font-size: 32px;
	font-family: MulishBold;
	margin-right: 20px;
}

.help__well span,.reviews-students h2,.reviews-text__title {
	color: #1d4b73;
	font-family: MulishBold;
}

.help__well {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 380px;
	height: 100px;
	border-radius: 15px;
	padding-left: 27px;
	padding-right: 38px;
}

.help__well span {
	opacity: .85;
	font-size: 20px;
	line-height: 22px;
	margin-right: 10px;
}

.help__well svg {
	flex-shrink: 0;
}

.reviews-students {
	padding-top: 74px;
	padding-bottom: 36px;
	background: #f2f5f7;
}

.partners__top,.reviews-students__top,.reviews-text__top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 26px;
}

.reviews-students h2 {
	font-size: 32px;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 400;
}

.reviews-students__navigation>div {
	width: 80px;
	height: 40px;
	display: flex;
	align-items: center;
	border-radius: 10px;
	border: 1.5px solid #cee4e2;
}

.reviews-students__navigation>div.swiper-button-disabled {
	background: 0 0;
	border: 1.5px solid #cee4e2;
	cursor: default;
}

.reviews-students__slider,.reviews-text__slider,.teachers__slider {
	overflow: hidden;
	width: 100%;
}

.reviews-students__slide {
	overflow: hidden;
	border-radius: 15px;
	height: 500px;
	box-sizing: border-box;
	transition: .2s;
	position: relative;
	background: rgba(51,51,51,.2);
}

.reviews-students__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.reviews-students__slide span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #b70928;
	width: 80px;
	height: 80px;
}

.news__pagination,.partners__pagination,.reviews-students__pagination,.reviews-text__pagination {
	margin-top: 30px;
	display: flex;
	width: 100%;
	gap: 0 20px;
}

.reviews-students__pagination .swiper-pagination-bullet {
	width: 25%;
	height: 4px;
	background: #cee4e2;
	border-radius: 0;
	opacity: 1;
}

.reviews-students__pagination .swiper-pagination-bullet-active {
	background: #1d4b73;
}

.reviews-text {
	padding-top: 20px;
	padding-bottom: 106px;
	background: #f2f5f7;
}

.news__navigation,.partners__navigation,.reviews-text__navigation {
	display: flex;
	gap: 0 20px;
	margin-left: auto;
}

.reviews-text__navigation>div {
	width: 80px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border: 1.5px solid #cee4e2;
	cursor: pointer;
	transition: .2s;
}

.reviews-text__navigation>div.swiper-button-disabled {
	background: 0 0;
	border: 1.5px solid #cee4e2;
	cursor: default;
}

.reviews-text__slide {
	overflow: hidden;
	border-radius: 15px;
	height: 300px;
	padding: 40px 30px 100px;
	position: relative;
	background: #fff;
}

.reviews-text__title {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 10px;
}

.offers__link span,.reviews-text__description,.reviews-text__name {
	font-size: 18px;
	font-family: MulishRegular;
}

.reviews-text__description {
	opacity: .85;
	color: #333;
	margin-bottom: 22px;
	max-width: 420px;
}

.reviews-text__name {
	color: #989898;
	height: 60px;
	position: absolute;
	left: 30px;
	bottom: 20px;
}

.offers__item,.reviews-text__all {
	font-family: MulishBold;
	color: #fff;
}

.reviews-text__pagination .swiper-pagination-bullet {
	width: 25%;
	height: 4px;
	background: #cee4e2;
	border-radius: 0;
	opacity: 1;
	margin: 0!important;
}

.reviews-text__all,.reviews-text__pagination .swiper-pagination-bullet-active {
	background: #1d4b73;
}

.reviews-text__all {
	display: none;
	width: 100%;
	height: 50px;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 15px;
}

.offers__item,.offers__link {
	margin: 0 10px;
	width: calc(25% - 20px);
	height: 300px;
	border-radius: 30px;
}

.offers {
	padding-top: 100px;
	padding-bottom: 50px;
	background: #fff;
}

.offers__item {
	background-size: cover!important;
	padding: 40px 30px;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 40px;
}

.offers__link {
	background: #f2f5f7;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.offers__link__icon,.partners__navigation>div {
	width: 80px;
	height: 40px;
	border-radius: 10px;
	transition: .2s;
	display: flex;
}

.offers__link span {
	text-align: center;
	color: #000;
	margin-bottom: 20px;
	max-width: 125px;
}

.form__title,.partners__top h2 {
	font-size: 32px;
	font-family: MulishBold;
	line-height: 40px;
	text-transform: uppercase;
}

.offers__link__icon {
	justify-content: center;
	align-items: center;
	background: #1d4b73;
}

.offers__link__icon path {
	transition: .2s;
}

.partners {
	background: #fff;
	padding-top: 74px;
	padding-bottom: 86px;
}

.partners__top h2 {
	opacity: .9;
	color: #1d4b73;
	font-weight: 400;
}

.partners__navigation>div {
	justify-content: center;
	align-items: center;
	border: 1.5px solid #cee4e2;
	cursor: pointer;
}

.partners__navigation>div.swiper-button-disabled {
	background: 0 0;
	border: 1.5px solid #cee4e2;
	cursor: default;
}

.news__slider,.partners__slider {
	width: 100%;
	overflow: hidden;
}

.partners__slider .swiper-wrapper {
	height: 400px;
}

.partners__slide {
	padding: 0;
	height: 180px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.form__brn,.news__navigation>div {
	justify-content: center;
	cursor: pointer;
	transition: .2s;
}

.partners__slide img {
	display: block;
	height: 100%;
	max-height: 100%;
	width: auto;
}

.partners__pagination .swiper-pagination-bullet {
	width: 33.333%;
	height: 4px;
	background: #cee4e2;
	border-radius: 0;
	opacity: 1;
}

.partners__pagination .swiper-pagination-bullet-active {
	background: #1d4b73;
}

.form {
	width: 100%;
	max-width: 1380px;
	margin: 30px auto 20px;
	border-radius: 30px;
	background: #1d4c75;
	padding-top: 60px;
	padding-bottom: 60px;
}

.form__title {
	color: #fff;
	margin-bottom: 40px;
}

.form__inp {
	width: calc(33.333% - 20px);
	margin: 0 10px;
}

.form__inp-name,.popup-tariffs__label {
	color: #fff;
	font-size: 16px;
	font-family: MulishRegular;
	line-height: 20px;
	margin-bottom: 5px;
}

.about-curse__pluses-item:last-child .about-curse__pluses-title,.course-program__item:not(:last-child),.news__top {
	margin-bottom: 30px;
}

.form__inp input {
	background: #fff;
	width: 100%;
	height: 50px;
	padding: 0 10px;
	color: #1d4b73;
	font-size: 14px;
	font-family: MulishRegular;
	line-height: 15px;
	border-radius: 5px;
}

.form__inp input::-moz-placeholder,.form__inp input::placeholder {
	color: #989898;
	font-size: 14px;
	font-family: MulishRegular;
	line-height: 15px;
	opacity: 1;
}

.form__access {
	display: none;
	color: #fff;
	font-size: 8px;
	font-family: MulishRegular;
	line-height: 10px;
}

.form__brn,.news__slide-top span {
	display: flex;
	font-size: 16px;
	line-height: 20px;
	font-family: MulishRegular;
}

.form__brn {
	position: static;
	margin-top: 30px;
	right: 30px;
	top: 30px;
	width: 181px;
	height: 50px;
	align-items: center;
	background: #b70928;
	border-radius: 15px;
	color: #fff;
}

.callout.success {
	color: #fff;
}

.news {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 116px;
}

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

.news__navigation>div {
	width: 80px;
	height: 40px;
	display: flex;
	align-items: center;
	border-radius: 10px;
	border: 1.5px solid #cee4e2;
}

.news__navigation>div.swiper-button-disabled {
	background: 0 0;
	border: 1.5px solid #cee4e2;
	cursor: default;
}

.news__slide-top {
	background: #f2f5f7;
	border-radius: 30px;
	margin-bottom: 20px;
	position: relative;
	height: 180px;
	width: 100%;
}

.news__slide-top img {
	border-radius: 30px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news__slide-top span {
	width: 100px;
	height: 30px;
	background: #1d4b73;
	justify-content: center;
	align-items: center;
	color: rgba(255,255,255,.85);
	position: absolute;
	right: 0;
	top: 0;
}

.news__slide-name {
	color: #333;
	font-size: 20px;
	font-family: MulishRegular;
	padding: 0 10px;
	line-height: 26px;
}

.footer__menu-item,.footer__menu-title {
	color: #333;
	font-size: 16px;
	max-width: 179px;
}

.news__pagination .swiper-pagination-bullet {
	width: 25%;
	height: 4px;
	background: #cee4e2;
	border-radius: 0;
	opacity: 1;
}

.news__pagination .swiper-pagination-bullet-active {
	background: #1d4b73;
}

.footer {
	background: #f2f5f7;
	padding-top: 80px;
	padding-bottom: 150px;
}

.footer__logo {
	margin-bottom: 34px;
	width: 200px;
}

.footer__logo img {
	max-width: 100%;
}

.footer__menu-title {
	font-family: latoSemibold;
	margin-bottom: 15px;
}

.footer__menu-title>svg,.header__butter,.header__courses,.header__menu-courses,.reviews-students__slide-name {
	display: none;
}

.footer__menu-title:not(:first-child) {
	margin-top: 12px;
}

.footer__menu:first-child .footer__menu-list-block {
	height: 240px;
}

.footer__menu:first-child .footer__menu-list-block .footer__menu-item {
	max-width: 50%;
}

.footer__menu-list-block {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.footer__menu {
	display: flex;
	flex-direction: column;
}

.footer__menu:first-child {
	width: 380px;
}

.footer__menu:last-child {
	width: 180px;
}

.footer__menu-item {
	font-family: latoLight;
	margin-bottom: 5px;
	margin-right: 20px;
}

.footer__license {
	margin-top: 5px;
}

.footer__contacts {
	position: absolute;
	right: 30px;
	bottom: 0;
}

.footer__location {
	display: block;
	margin-top: 5px;
	color: #1d4b73;
	font-size: 12px;
	font-family: MulishRegular;
	line-height: 15px;
	max-width: 177px;
}

.footer__contacts-title {
	color: #333;
	font-size: 16px;
	font-family: latoSemibold;
	font-weight: 600;
	line-height: 31px;
}

.courses-top__description,.courses-top__spec__item {
	line-height: 20px;
	font-size: 16px;
	font-family: MulishRegular;
}

.footer__phone {
	color: #333;
	font-size: 20px;
	font-family: latoSemibold;
}

.footer__social {
	display: flex;
	margin-top: 37px;
	gap: 0 20px;
}

.header__btns,.portfolio__bottom {
	display: flex;
	align-items: center;
}

.courses-top {
	padding-top: 40px;
	padding-bottom: 90px;
}

.courses-top__container {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.courses-top__info {
	margin-right: 20px;
	width: 580px;
}

.courses-top__info h1 {
	color: #1d4b73;
	font-size: 32px;
	font-family: MulishBold;
	text-transform: uppercase;
	line-height: 40px;
	margin-bottom: 13px;
	font-weight: 400;
}

.courses-top__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.courses-top__tags span {
	padding: 2px 5px;
	background: #1d4b73;
	border-radius: 20px;
	color: #fff;
	font-size: 12px;
	font-family: MulishRegular;
	line-height: 15px;
}

.courses-top__description {
	margin-bottom: 20px;
	color: #333;
}

.courses-top__description p {
	margin: 0;
}

.courses-top__spec {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px 0;
}

.courses-top__spec__item {
	width: calc(50% - 5px);
	background: #c9cbff;
	border-radius: 15px;
	padding: 24px 20px 15px;
	position: relative;
	color: #333;
	min-height: 130px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.courses-top__spec__item span {
	color: #333;
	font-size: 28px;
	font-family: MulishBold;
	line-height: 30px;
	opacity: .85;
	position: absolute;
	left: 20px;
	top: 24px;
}

.courses-top__img {
	width: 580px;
	height: 500px;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.courses-top__img span,.courses-top__img-btn {
	position: absolute;
	font-size: 16px;
	font-family: MulishRegular;
	line-height: 20px;
	display: flex;
}

.courses-top__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.courses-top__img span {
	top: 30px;
	right: 30px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	background: #d1fb8d;
	box-shadow: 3px 8px 15px rgba(51,51,51,.2);
	width: 120px;
	height: 120px;
	color: #333;
	text-align: center;
}

.courses-top__img-btn {
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	width: 181px;
	height: 50px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: .2s;
	color: #fff;
	z-index: 1;
	background: #b70928;
	border-radius: 15px;
}

.about-curse {
	padding: 80px 0;
	background: #1d4b73;
}

.about-curse__top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.about-curse__info,.course-teachers__info {
	width: 580px;
	margin-right: 20px;
}

.about-curse h2 {
	color: #c9cbff;
	font-size: 32px;
	font-family: MulishBold;
	text-transform: uppercase;
	line-height: 40px;
	margin-bottom: 10px;
	max-width: 580px;
	font-weight: 400;
}

.about-curse__description,.vote__description {
	color: #fff;
	font-size: 28px;
	font-family: MulishBold;
	line-height: 30px;
}

.about-curse__description p,.comment {
	margin: 0;
}

.about-curse__pluses {
	display: flex;
	margin-top: 20px;
	width: 580px;
	justify-content: space-between;
}

.about-curse__pluses-item {
	width: calc(50% - 10px);
	border-radius: 15px;
	padding: 50px 20px 20px;
	border: 1.5px solid #c9cbff;
	position: relative;
}

.about-curse__pluses-title {
	color: #c9cbff;
	font-size: 50px;
	font-family: MulishSemibold;
	text-transform: uppercase;
	line-height: 42px;
	margin-bottom: 50px;
}

.about-curse__pluses-title span {
	display: block;
	color: #c9cbff;
	font-size: 28px;
	font-family: MulishBold;
	line-height: 30px;
	margin-top: 10px;
}

.about-curse__pluses-description {
	color: #fff;
	font-size: 16px;
	font-family: MulishRegular;
	line-height: 20px;
}

.about-curse__pluses-date {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #c9cbff;
	font-size: 16px;
	font-family: MulishRegular;
	line-height: 20px;
}

.about-curse__skills {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0;
}

.about-curse__skills-item {
	background: #fff;
	border-radius: 15px;
	padding: 20px 20px 10px;
	width: calc(50% - 10px);
	min-height: 230px;
}

.about-curse__skills-top {
	display: flex;
	margin-bottom: 10px;
}

.about-curse__skills-icon {
	border-radius: 50%;
	overflow: hidden;
	width: 70px;
	height: 70px;
	margin-right: 20px;
	flex-shrink: 0;
}

.about-curse__skills-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-curse__skills-title {
	color: #1d4b73;
	font-size: 28px;
	font-family: MulishBold;
	line-height: 30px;
}

.about-curse__skills-description {
	color: #333;
	font-size: 18px;
	font-family: MulishRegular;
}

.course-program {
	padding-top: 80px;
	padding-bottom: 100px;
	background: #f2f5f7;
}

.course-program__block {
	width: 100%;
	background: #fff;
	border-radius: 15px;
	padding: 63px 100px 80px;
}

.container-big {
	max-width: 1440px;
	margin: 0 auto;
	width: 100%;
	padding: 0 30px;
}

.course-program h2 {
	color: #1d4b73;
	font-size: 32px;
	font-family: MulishBold;
	text-transform: uppercase;
	line-height: 40px;
	margin-bottom: 10px;
	font-weight: 400;
}

.course-program__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 47px;
}

.course-program__all {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.course-program__all span {
	padding: 7px 10px 8px;
	border-radius: 15px;
	border: 1px solid #1d4b73;
	color: #333;
	font-size: 20px;
	font-family: MulishRegular;
}

.course-program__load {
	color: #1d4b73;
	font-size: 18px;
	font-family: MulishRegular;
}

.course-program__item-title,.course-program__item-title span {
	display: flex;
	color: #333;
	font-size: 28px;
	font-family: MulishBold;
	line-height: 30px;
}

.course-program__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.course-program__item-title {
	align-items: center;
	margin-bottom: 15px;
}

.course-program__item-title span {
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #c9cbff;
	margin-right: 15px;
	flex-shrink: 0;
}

.course-program__item-arrow,.faq__bottom,.tariffs__pagination {
	display: none;
}

.course-program__item-bottom {
	display: flex;
	flex-direction: column;
}

.course-program__description {
	color: #000;
	font-size: 20px;
	font-family: MulishRegular;
	margin-bottom: 40px;
}

.course-program__pluses-title,.course-program__practice {
	padding: 7px 10px 8px;
	color: #333;
	font-family: MulishRegular;
	font-size: 20px;
}

.course-program__pluses-item {
	width: calc(50% - 10px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.course-program__pluses-title {
	background: #c9cbff;
	margin-bottom: 10px;
}

.course-program__pluses-item li {
	color: #000;
	font-size: 20px;
	font-family: MulishRegular;
	position: relative;
	padding-left: 15px;
	line-height: 28px;
}

.course-teachers__top h2,.portfolio h2 {
	font-size: 32px;
	font-family: MulishBold;
	line-height: 40px;
	font-weight: 400;
	text-transform: uppercase;
}

.course-program__pluses-item li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #000;
}

.course-program__practice {
	margin-left: auto;
	border-radius: 15px;
	border: 1px solid #1d4b73;
	margin-top: 10px;
}

.course-teachers__navigation>div {
	width: 80px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	transition: .2s;
}

.course-teachers__navigation>div.swiper-button-disabled {
	background: 0 0;
	border: 2px solid #cee4e2;
	cursor: default;
}

.course-teachers__slider {
	overflow: hidden;
	width: 100%;
	padding-top: 33px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 -20px;
	width: calc(100% + 40px);
}

.course-teachers__pagination .swiper-pagination-bullet {
	width: 50%;
	height: 4px;
	background: #cee4e2;
	border-radius: 0;
	opacity: 1;
	margin: 0!important;
}

.course-teachers__pagination .swiper-pagination-bullet-active,.vote__left {
	background: #b70928;
}

.course-teachers {
	padding-top: 70px;
	padding-bottom: 86px;
	background: #1d4b73;
}

.course-teachers__top {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.course-teachers__top h2 {
	color: #fff;
}

.course-teachers__videos {
	width: 480px;
	padding-top: 73px;
}

.course-teachers__videos-item {
	width: 100%;
	height: 270px;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.course-teachers__videos-item:not(:last-child) {
	margin-bottom: 20px;
}

.course-teachers__videos-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.course-video__name {
	position: absolute;
	left: 15px;
	top: 13px;
	color: #fff;
	font-size: 20px;
	font-family: MulishRegular;
	z-index: 3;
}

.course-video__btn,.portfolio__icon svg {
	left: 50%;
	position: absolute;
}

.course-video__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #b70928;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}

.course-video__btn svg {
	transform: translateX(3px);
}

.popup-tariffs,.portfolio__icon svg {
	top: 50%;
	transform: translate(-50%,-50%);
}

.course-teachers__videos-item::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #333;
	opacity: .25;
	z-index: 2;
}

.portfolio,.vote {
	padding: 100px 0;
}

.portfolio__block {
	padding: 77px 100px 100px;
	background: #f2f5f7;
	border-radius: 15px;
}

.portfolio h2 {
	max-width: 582px;
	color: #1d4b73;
	margin-bottom: 50px;
}

.portfolio__list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
	justify-content: space-between;
	gap: 20px 0;
}

.portfolio__item {
	display: flex;
	align-items: center;
	width: calc(50% - 10px);
	height: 50px;
	padding: 0 20px;
	color: #333;
	font-size: 20px;
	font-family: MulishMedium;
	background: #cee4e2;
	border-radius: 15px;
}

.portfolio__icon {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #fff;
	position: relative;
	margin-right: 10px;
}

.portfolio__document {
	padding: 30px;
	border-radius: 15px;
	border: 1.5px solid #1d4b73;
	color: #333;
	font-size: 20px;
	font-family: MulishRegular;
	margin-right: 52px;
}

.popup-tariffs__name,.portfolio__document span,.portfolio__document-text,.tariffs__name,.tariffs__price {
	color: #333;
	font-size: 28px;
	line-height: 30px;
}

.portfolio__document span {
	display: block;
	margin-bottom: 12px;
	opacity: .85;
	font-family: MulishBold;
}

.portfolio__document-text {
	font-family: MulishBold;
	max-width: 637px;
}

.tariffs {
	padding-top: 60px;
	padding-bottom: 100px;
}

.tariffs h2 {
	color: #1d4b73;
	font-size: 32px;
	font-family: MulishBold;
	text-transform: uppercase;
	line-height: 40px;
	margin-bottom: 40px;
	font-weight: 400;
}

.tariffs__list {
	display: block;
}

.tariffs__item {
	border-radius: 30px;
	background: #f2f5f7;
	padding: 20px;
}

.tariffs__item._active,.vote__right {
	background: #1d4b73;
}

.tariffs__top {
	padding: 20px;
	background: #fff;
	border-radius: 20px;
	margin-bottom: 10px;
}

.popup-tariffs__name,.tariffs__name {
	font-family: MulishBold;
	margin-bottom: 20px;
}

.popup-tariffs__prices,.tariffs__prices {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.tariffs__price {
	font-family: MulishBold;
}

.popup-tariffs__oldprice,.tariffs__old-price {
	color: #989898;
	font-size: 20px;
	font-family: MulishRegular;
	text-decoration: line-through;
}

.tariffs__credit {
	padding: 5px 10px;
	background: #d3e8f5;
	border-radius: 15px;
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
	font-family: MulishRegular;
	line-height: 20px;
	width: 189px;
}

.tariffs__btn,.tariffs__go {
	width: 100%;
	height: 50px;
	justify-content: center;
	transition: .2s;
	font-size: 16px;
	font-family: MulishRegular;
	line-height: 20px;
	display: flex;
	cursor: pointer;
}

.tariffs__credit-more {
	margin-bottom: 20px;
	color: #1d4b73;
	font-size: 16px;
	font-family: MulishRegular;
	line-height: 20px;
}

.tariffs__btn,.tariffs__pluses-item:not(:last-child) {
	margin-bottom: 10px;
}

.tariffs__btn {
	align-items: center;
	background: #1d4b73;
	border-radius: 15px;
	color: #fff;
}

.tariffs__go {
	align-items: center;
	border: 1px solid #1d4b73;
	border-radius: 15px;
	color: #1d4b73;
}

.tariffs__pluses {
	padding: 20px;
	background: #fff;
	border-radius: 20px;
}

.breadcrumbs._pc,.tariffs__pluses-item {
	display: flex;
}

.tariffs__pluses-item span {
	padding-top: 5px;
	color: #333;
	font-size: 16px;
	font-family: MulishRegular;
	line-height: 20px;
}

.tariffs__pluses-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background: #cee4e2;
	border-radius: 10px;
	flex-shrink: 0;
}

.tariffs__pluses-bottom {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #cee4e2;
}

.vote__item {
	padding: 40px 60px 85px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 15px;
	width: calc(50% - 10px);
}

.vote__icon {
	align-self: flex-end;
	margin-right: -20px;
	margin-bottom: 40px;
}

.vote__numb {
	color: #fff;
	font-size: 100px;
	font-family: MulishSemibold;
	text-transform: uppercase;
	line-height: 42px;
	margin-bottom: 43px;
}

.vote__item._white {
	border: 1px solid #cee4e2;
	background: 0 0;
}

.vote__item._white .vote__description {
	color: #333;
}

.vote__item._white.vote__right .vote__numb {
	color: #1d4b73;
}

.vote__item._white.vote__left path {
	fill: #B70928;
}

.vote__item._white.vote__right path {
	fill: #1D4B73;
}

.faq {
	background: #fff;
	padding-top: 58px;
	padding-bottom: 100px;
}

.faq h2 {
	color: #333;
	font-size: 32px;
	font-family: MulishBold;
	text-transform: uppercase;
	line-height: 40px;
	margin-bottom: 32px;
	font-weight: 400;
}

.faq__bottom-block,.faq__top span {
	font-family: MulishRegular;
	color: #333;
}

.faq__item {
	background: #cee4e2;
	border-radius: 15px;
	padding-bottom: 25px;
}

.faq__item:not(:last-child),.popup-tariffs__inp:not(:last-child) {
	margin-bottom: 10px;
}

.faq__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 38px 0 25px;
	cursor: pointer;
}

.breadcrumbs,.top-subdivision__container>img:nth-child(2) {
	display: none;
}

.faq__top span {
	font-size: 20px;
}

.faq__top svg {
	flex-shrink: 0;
}

.faq__item._active .faq__top svg {
	transform: rotate(180deg);
}

.faq__bottom-block {
	padding: 15px 25px 0;
	font-size: 16px;
	line-height: 20px;
}

.breadcrumbs {
	padding-top: 8px;
	padding-bottom: 22px;
}

.breadcrumbs__container,.breadcrumbs__container a,.breadcrumbs__container span {
	color: #333;
	font-size: 12px;
	font-family: MulishRegular;
	line-height: 15px;
}

.top-subdivision__description,.top-subdivision__pluses-item {
	font-size: 16px;
	line-height: 20px;
	font-family: MulishRegular;
	color: #333;
}

.breadcrumbs__container span {
	color: #1d4b73;
}

.top-subdivision {
	padding-top: 15px;
	padding-bottom: 70px;
}

.top-subdivision__container>img {
	position: absolute;
	top: -50px;
	right: 30px;
}

.top-subdivision__info {
	max-width: 580px;
}

.top-subdivision__info h1 {
	color: #1d4b73;
	font-size: 32px;
	font-family: MulishBold;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 400;
	margin-bottom: 10px;
}

.top-subdivision__tags {
	display: flex;
	margin-bottom: 13px;
	gap: 10px;
}

.top-subdivision__tags span {
	padding: 0 5px 2px;
	background: #1d4b73;
	border-radius: 20px;
	color: #fff;
	font-size: 12px;
	font-family: MulishRegular;
	line-height: 15px;
}

.top-subdivision__description {
	margin-bottom: 50px;
}

.top-subdivision__description p:not(:last-child) {
	margin-bottom: 20px;
}

.top-subdivision__pluses {
	display: flex;
	margin: 0 -6px 100px;
}

.top-subdivision__pluses-item {
	width: calc(25% - 12px);
	margin: 0 6px;
	background: #c9cbff;
	border-radius: 15px;
	padding: 24px 20px 15px;
}

.course-search__btn,.top-subdivision__send {
	cursor: pointer;
	transition: .2s;
	color: #fff;
	display: flex;
}

.top-subdivision__pluses-item span {
	display: block;
	margin-bottom: 20px;
	opacity: .85;
	color: #333;
	font-size: 28px;
	font-family: MulishBold;
	line-height: 30px;
}

.course-search {
	width: calc(100% - 299px);
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	height: 50px;
	border: 1px solid #1d4b73;
}

.course-search input,.course-search__btn {
	height: 100%;
	font-size: 16px;
	font-family: MulishRegular;
	line-height: 20px;
}

.course-search input {
	width: 700px;
	padding: 0 15px;
	color: #bdbaba;
	outline: 0;
	background: 0 0;
}

.course-search__btn {
	width: 180px;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	background: #1d4b73;
}

.top-subdivision__send {
	width: 279px;
	height: 50px;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	background: #b70928;
	font-size: 16px;
	font-family: MulishRegular;
	line-height: 20px;
}

.all-courses {
	padding-top: 68px;
	padding-bottom: 100px;
	background: #f2f5f7;
}

.all-courses h2 {
	color: #1d4b73;
	font-size: 32px;
	font-family: MulishBold;
	text-transform: uppercase;
	line-height: 40px;
	margin-bottom: 52px;
	font-weight: 400;
}

.all-courses__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
	margin: 0 -10px 70px;
}

.all-courses__item {
	width: calc(33.333% - 20px);
	margin: 0 10px;
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	min-height: 260px;
	position: relative;
}

.all-courses__tags {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 20px;
}

.all-courses__tags span {
	background: #f2f5f7;
	border-radius: 20px;
	padding: 0 5px 2px;
	color: #333;
	font-size: 12px;
	font-family: MulishRegular;
	line-height: 15px;
}

.all-courses__tags span:last-child {
	margin-left: 5px;
	color: #1d4b73;
	font-size: 12px;
	font-family: MulishRegular;
	line-height: 15px;
	background: 0 0;
	padding: 0;
}

.all-courses__name {
	position: relative;
	padding-left: 20px;
	color: #1d4b73;
	font-size: 24px;
	font-family: MulishRegular;
	margin-bottom: 35px;
	line-height: 32px;
}

.all-courses__name::before {
	content: "";
	width: 10px;
	height: 10px;
	background: #c9cbff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 5px;
}

.all-courses__btns {
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: calc(100% - 40px);
}

.all-courses__go,.all-courses__more {
	width: calc(50% - 5px);
	height: 50px;
	transition: .2s;
	justify-content: center;
	display: flex;
	font-size: 16px;
	font-family: MulishRegular;
	line-height: 20px;
	cursor: pointer;
}

.all-courses__more {
	background: #1d4b73;
	border-radius: 15px;
	align-items: center;
	color: #fff;
}

.all-courses__more svg {
	display: none;
}

.all-courses__go {
	background: #fff;
	border: 1px solid #b70928;
	border-radius: 15px;
	align-items: center;
	color: #b70928;
}

.all-courses__btn-more,.popup-tariffs__btn {
	height: 50px;
	justify-content: center;
	transition: .2s;
}

.all-courses__btn-more {
	width: 181px;
	display: flex;
	align-items: center;
	background: #b70928;
	border-radius: 15px;
	color: #fff;
	font-size: 16px;
	font-family: MulishRegular;
	line-height: 20px;
	margin: 0 auto;
	cursor: pointer;
}

#call .hello,.all-courses__btn-more svg,.btn-chat,.hello,.hide {
	display: none;
}

#call .button,#call .label,#call span.h3 {
	display: inline-block;
}

.popup-tariffs {
	display: none;
	width: 780px;
	border-radius: 30px;
	position: fixed;
	left: 50%;
	z-index: 20;
	background: #f2f5f7;
	overflow: hidden;
}

.popup-tariffs__container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.popup-tariffs__slider {
	width: 340px;
	padding: 20px 20px 0;
	overflow: hidden;
	flex-shrink: 0;
}

.popup-tariffs__slide {
	background: #fff;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.popup-tariffs__price {
	color: #333;
	font-size: 28px;
	font-family: MulishBold;
	line-height: 30px;
}

.popup-tariffs__credit {
	margin-bottom: 10px;
	padding: 5px 10px;
	background: #d3e8f5;
	border-radius: 15px;
	color: #333;
	font-size: 16px;
	font-family: MulishRegular;
	line-height: 20px;
	align-self: flex-start;
}

.popup-tariffs__btn,.popup-tariffs__credit-more {
	color: #1d4b73;
	font-size: 16px;
	font-family: MulishRegular;
	line-height: 20px;
	cursor: pointer;
	display: flex;
}

.popup-tariffs__credit-more {
	margin-bottom: 20px;
	align-items: center;
}

.popup-tariffs__btn {
	width: 100%;
	border-radius: 15px;
	align-items: center;
	border: 1px solid #1d4b73;
}

.popup-tariffs__navigation {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	gap: 0 20px;
}

.popup-tariffs__navigation div {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #cee4e2;
}

.popup-tariffs__btn-credit,.popup-tariffs__btn-go,.popup-tariffs__course {
	justify-content: center;
	color: #fff;
	display: flex;
	cursor: pointer;
	transition: .2s;
}

.popup-tariffs__navigation div.swiper-button-disabled {
	background: #fff;
}

.popup-tariffs__navigation div.swiper-button-disabled path {
	stroke: #CEE4E2;
}

.popup-tariffs__form {
	width: 400px;
	background: #1d4b73;
	padding: 40px 50px 20px;
}

.popup-tariffs__title {
	color: #fff;
	font-size: 28px;
	font-family: MulishBold;
	line-height: 30px;
	margin-bottom: 20px;
}

.popup-tariffs__btn-credit,.popup-tariffs__btn-go,.popup-tariffs__course,.popup-tariffs__inp input {
	height: 50px;
	line-height: 20px;
	width: 100%;
	font-size: 16px;
	font-family: MulishRegular;
}

.popup-tariffs__inp input {
	outline: 0;
	background: #fff;
	border: none;
	padding: 0 13px;
	border-radius: 5px;
	color: #333;
}

.popup-tariffs__inp input::-moz-placeholder,.popup-tariffs__inp input::placeholder {
	color: #fff;
}

.popup-tariffs__block {
	margin-bottom: 40px;
}

.popup-tariffs__btn-credit,.popup-tariffs__btn-go {
	align-items: center;
	border: 1px solid #fff;
	border-radius: 15px;
	margin-bottom: 30px;
}

.popup-tariffs__course {
	align-items: center;
	border-radius: 15px;
	margin-bottom: 10px;
	background: #b70928;
}

#call,#fon {
	background: #fff;
}

.popup-tariffs__agree {
	color: #fff;
	font-size: 10px;
	font-family: MulishRegular;
	line-height: 15px;
}

.popup-tariffs__close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	transition: .2s;
}

#fon,.shadow-page {
	top: 0;
	left: 0;
	position: fixed;
}

#call,#fon,.banner_open,.shadow-page {
	display: none;
}

.shadow-page {
	width: 100vw;
	height: 100vh;
	z-index: 19;
	background: rgba(0,0,0,.6);
}

#fon {
	opacity: .5;
	height: 100%;
	width: 100%;
	z-index: 9;
}

#call {
	position: fixed;
	top: 5%;
	left: 50%;
	margin-left: -170px;
	width: 340px;
	padding: 20px;
	z-index: 10;
	text-align: center;
	box-shadow: 0 0 10px #ccc;
}

#call span.h3 {
	text-align: center;
	color: #a22521;
	margin: 0 0 15px;
	font-size: 18px;
	font-family: MulishBold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#call input {
	display: block;
	padding: 7px 10px;
	border: 1px solid #cecece;
	width: 100%;
	border-radius: 3px;
	box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
	font-family: MulishRegular;
	font-weight: 400;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: visible;
}

#call textarea {
	padding: 7px 10px;
	border: 1px solid #cecece;
	width: 100%;
	border-radius: 3px;
	font-family: MulishRegular;
}

#call select {
	margin: 0 0 1rem;
	padding: .5rem 1.5rem .5rem .5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cacaca;
	border-radius: 3px;
	font-family: MulishRegular;
	font-weight: 400;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	width: 100%;
	text-transform: none;
}

#call .label {
	padding: .33333rem .5rem;
	border-radius: 3px;
	font-size: .8rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	background: #2ba6cb;
	color: #fefefe;
	font-family: MulishRegular;
}

#call .button,.banner_close:hover,.banner_open:hover,.bnr2 img,.close,.form__brn .button,.reviews-students__slide:hover {
	cursor: pointer;
}

#call .label.primary {
	background: #2ba6cb;
	color: #0a0a0a;
}

#call .label.secondary {
	background: #e9e9e9;
	color: #0a0a0a;
}

#call .label.alert {
	background: #c60f13;
	color: #fefefe;
}

#call .label.success {
	background: #5da423;
	color: #0a0a0a;
}

#call .label.warning {
	background: #ffae00;
	color: #0a0a0a;
}

#call .label.body-font,#call .label.header {
	background: #222;
	color: #fefefe;
}

#call .callout.success {
	background-color: rgba(255,255,255,.8);
	color: #00913d;
	font-weight: 700;
	border: 1px solid #00913d;
	padding: 10px;
}

#call .callout.success h3 {
	margin-bottom: 5px;
}

#call .callout.success p {
	font-size: 12px;
	font-weight: 400;
}

.close {
	position: absolute;
	top: -11px;
	right: -11px;
	width: 23px;
	height: 23px;
	background: url(/templates/am_home_2024/img/close.png) no-repeat;
}

#call .button {
	background: #a22521;
	color: #fff;
	text-transform: uppercase;
	transition: 1s;
	padding: 7px 10px;
	border: 1px solid #cecece;
	margin: 0 0 10px;
	font-size: 14px;
	width: 100%;
	outline: 0;
	font-family: MulishRegular;
	height: auto;
}

#call .button[disabled],#call .button[disabled]:focus,#call .button[disabled]:hover {
	color: #fff;
	background: #a22521;
	border: 1px solid px;
}

#call .button:hover {
	background: #bb1e19;
	color: #fefefe;
}

#call .dlabel {
	display: block;
	position: fixed;
	padding: 0 2px;
	background-color: #fff;
	color: gray;
	font-size: 12px;
	z-index: 11;
	opacity: 1;
	transition: opacity 1s;
	height: 14px;
	border-radius: 2px;
	font-family: MulishRegular;
}

#call input::-webkit-input-placeholder {
	opacity: 1;
	transition: opacity .3s;
}

#call input::-moz-placeholder {
	opacity: 1;
	transition: opacity .3s;
}

#call input:-moz-placeholder {
	opacity: 1;
	transition: opacity .3s;
}

#call input:-ms-input-placeholder {
	opacity: 1;
	transition: opacity .3s;
}

#call input:focus::-webkit-input-placeholder {
	opacity: 0;
	transition: opacity .3s;
}

#call input:focus::-moz-placeholder {
	opacity: 0;
	transition: opacity .3s;
}

#call input:focus:-moz-placeholder {
	opacity: 0;
	transition: opacity .3s;
}

#call input:focus:-ms-input-placeholder {
	opacity: 0;
	transition: opacity .3s;
}

#call textarea::-webkit-input-placeholder {
	opacity: 1;
	transition: opacity .3s;
}

#call textarea::-moz-placeholder {
	opacity: 1;
	transition: opacity .3s;
}

#call textarea:-moz-placeholder {
	opacity: 1;
	transition: opacity .3s;
}

#call textarea:-ms-input-placeholder {
	opacity: 1;
	transition: opacity .3s;
}

#call textarea:focus::-webkit-input-placeholder {
	opacity: 0;
	transition: opacity .3s;
}

#call textarea:focus::-moz-placeholder {
	opacity: 0;
	transition: opacity .3s;
}

#call textarea:focus:-moz-placeholder {
	opacity: 0;
	transition: opacity .3s;
}

#call textarea:focus:-ms-input-placeholder {
	opacity: 0;
	transition: opacity .3s;
}

#call .success-send {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	background-image: url(/templates/am_home_2024/img/success_send.webp);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.SmartCaptcha-Shield.SmartCaptcha-Shield_position_bottom {
	bottom: 1%!important;
}

.form__brn .button {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
	font-family: MulishRegular;
	border-radius: 15px;
}

.bnr2 {
	position: fixed;
	right: 5px;
	bottom: 55%;
	width: auto;
	text-align: right;
	z-index: 10;
}

.banner_close,.banner_menu,.banner_open,.token_close {
	width: 30px;
	height: 30px;
	position: absolute;
}

.bnr2 img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.banner_close {
	display: block;
	right: 0;
	top: -30px;
	border-radius: 30px;
	border: 1px solid transparent;
}

.banner_close:after,.banner_close:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 2px;
	background: gray;
}

.banner_close:before {
	top: 13px;
	left: 7px;
	transform: rotate(45deg);
}

.banner_close:after {
	top: 13px;
	right: 7px;
	transform: rotate(-45deg);
}

.banner_close:hover {
	border: 1px solid #000;
}

.banner_close:hover:after,.banner_close:hover:before {
	background: #000;
}

.banner_open {
	left: -30px;
	bottom: 0;
}

.banner_token,.fixbtn-wrap {
	display: none;
	left: 0;
	bottom: 0;
}

.token_close {
	z-index: 7;
}

.banner_menu,.token_close {
	display: none;
	right: 5px;
	top: 5px;
	border: none;
	background-color: rgba(0,0,0,.3);
	border-radius: 30px;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
}

.banner_menu:hover,.token_close:hover {
	cursor: pointer;
	background-color: rgba(0,0,0,.7);
}

.banner_token {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	background-color: #fff;
	text-align: left;
	padding: 30px 5px 5px;
	z-index: 6;
	overflow-y: auto;
	border-radius: 3px;
	font-size: 10px;
}

.fixbtn-wrap {
	position: fixed;
	width: 100%;
	text-align: center;
	z-index: 3;
}

.fixbtn-wrap .mob-fixbtn {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	padding: 5px 20px;
	background: #a22521;
	border: 1px solid #733f3e;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 2px;
	transition: 1s;
}

.fixbtn-wrap .mob-fixbtn:hover {
	background: #bb1e19;
	border: 1px solid #b51e1b;
}

@media (any-hover:hover) {
	.education__item:hover,.offers__link:hover .offers__link__icon,a.header__menu-item:hover {
		background: #cee4e2;
	}

	.all-courses__btn-more:hover,.courses-top__img-btn:hover,.home-top__btn:hover,.top-subdivision__send:hover {
		background: #dc2f4d;
	}

	.all-courses__more:hover,.course-search__btn:hover,.pluses__btn:hover,.tariffs__btn:hover,.teachers__btn:hover {
		background: #cee4e2;
		color: #333;
	}

	.form__brn:hover {
		background: #ce3a3f;
	}

	.teachers__slide:hover {
		box-shadow: 8px 8px 50px #122f49;
		background: #1d4b73;
		border: 1px solid #1d4b73;
	}

	.documents__item:hover {
		background: #cee4e2;
		border: 1.5px solid #cee4e2;
	}

	.home-top__category-item:hover {
		background: #1d4b73;
		border: 1px solid #1d4b73;
		color: #fff;
	}

	.home-top__category-item:first-child:hover {
		background: #c9cbff;
		border: 1px solid #c9cbff;
		color: #333;
	}

	.home-top__category-item:nth-child(2):hover,.home-top__category-item:nth-child(7):hover {
		background: #ffc5a5;
		border: 1px solid #ffc5a5;
		color: #333;
	}

	.home-top__category-item:nth-child(3):hover,.home-top__category-item:nth-child(6):hover {
		background: #fee45d;
		border: 1px solid #fee45d;
		color: #333;
	}

	.home-top__category-item:nth-child(4):hover {
		background: #cae6fb;
		border: 1px solid #cae6fb;
		color: #333;
	}

	.home-top__category-item:nth-child(5):hover {
		background: #c6e7ff;
		border: 1px solid #c6e7ff;
		color: #333;
	}

	.home-top__category-item:nth-child(8):hover {
		background: #c1edad;
		border: 1px solid #c1edad;
		color: #333;
	}

	.home-top__category-item:nth-child(9):hover {
		background: #e4e4e4;
		border: 1px solid #e4e4e4;
		color: #333;
	}
}






		@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700&display=swap');

		/* 2. ГЛАВНАЯ СТРОКА МЕНЮ */
		.header__menu > ul {
			display: flex !important;
			flex-direction: row !important;
			flex-wrap: nowrap !important;
			justify-content: flex-start !important;
			align-items: center !important;
			gap: 0 !important; 
			margin: 0 auto !important; 
			padding: 0 !important;
			max-width: 1200px !important;
			width: 100%;
			box-sizing: border-box !important;
		}

		/* Скрываем пункт 112 */
		.header__menu li.item-112 { display: none !important; }

		/* КОНТЕЙНЕР ПУНКТА МЕНЮ */
		.header__menu > ul > li {
			position: relative !important;
			list-style: none !important;
			display: block !important;
			margin: 0 !important; 
			padding: 0 !important;
			transition: background-color 0.2s ease !important;
		}

		.header__menu > ul > li:hover {
			background-color: #cee4e2 !important; 
		}

		/* СТИЛЬ ГЛАВНЫХ ССЫЛОК */
		.header__menu > ul > li > a,
		.header__menu > ul > li > span {
			color: #ffffff !important;
			font-family: 'Mulish', sans-serif !important;
			font-size: 18px !important;
			font-weight: 400 !important;
			text-transform: none !important;
			text-decoration: none !important;
			display: flex !important;
			align-items: center !important;
			
			padding: 16px 20px 24px 20px !important; 
			margin: 0 !important;
			line-height: 1 !important;
			
			transition: color 0.2s ease !important;
			white-space: nowrap !important;
		}


		.header__menu > ul > li:first-child > a,
		.header__menu > ul > li:first-child > span {
			padding-left: 20px !important; 
		}

		/* Цвет текста при наведении */
		.header__menu > ul > li:hover > a,
		.header__menu > ul > li:hover > span {
			color: #1D4B73 !important;            
		}


		.header__menu > ul > li.parent > a::after,
		.header__menu > ul > li.deeper > a::after {
			content: "";
			display: inline-block;
			width: 0;
			height: 0;
			margin-left: 8px;
			border-left: 4px solid transparent;
			border-right: 4px solid transparent;
			border-top: 5px solid #ffffff;
			transition: transform 0.3s ease-in-out, border-top-color 0.2s ease-in-out !important;
		}

		.header__menu > ul > li:hover > a::after { 
			transform: rotate(180deg) !important;
			border-top-color: #1D4B73 !important; 
		}

		/* 3. ВЫПАДАЮЩИЙ СПИСОК */
		.header__menu ul.nav-child {
			display: none !important;
			position: absolute !important;
			top: 100% !important;
			left: 0 !important;
			background-color: #1D4B73 !important;
			z-index: 99999 !important;
			padding: 0 !important;
			margin: 0 !important;
			list-style: none !important;
			box-shadow: 0 10px 30px rgba(0,0,0,0.4) !important;
			border-top: 1px solid rgba(255,255,255,0.1) !important;
			box-sizing: border-box !important;
			width: 350px !important; 
		}

		/* Если пунктов больше 7 -> 2 колонки */
		.header__menu > ul > li:hover > ul.nav-child:has(li:nth-child(8)) {
			display: grid !important;
			grid-template-columns: 1fr 1fr !important;
			width: 750px !important;
		}

		.header__menu > ul > li:hover > ul.nav-child {
			display: block !important; 
		}

		/* ЯЧЕЙКИ И ЛИНИИ */
		.header__menu ul.nav-child li {
			margin: 0 !important;
			padding: 0 !important;
			border-bottom: 1px solid rgba(255,255,255,0.1) !important;
			background-color: #1D4B73 !important;
		}

		.header__menu ul.nav-child:has(li:nth-child(8)) li:nth-child(odd) {
			border-right: 1px solid rgba(255,255,255,0.1) !important;
		}

		.header__menu ul.nav-child li a {
			display: flex !important;
			align-items: center !important;
			padding: 15px 25px !important;
			color: #ffffff !important;
			text-decoration: none !important;
			font-family: 'Mulish', sans-serif !important;
			font-size: 15px !important;
			line-height: 1.3 !important;
			transition: all 0.2s ease !important;
			background-color: #1D4B73 !important;
			white-space: normal !important;
			width: 100% !important;
			height: 100% !important;
			box-sizing: border-box !important;
		}

		.header__menu ul.nav-child li a:hover {
			background-color: #B70928 !important; 
			padding-left: 35px !important; 
			color: #ffffff !important;
		}



.page {
    max-width: 90%;
    margin: 0 auto;
}

.page h1 {
    margin: 3px 0 20px 0;
    text-align: center;

}







.breadcrumbs__container {
    padding-top: 8px;
    padding-bottom: 22px;
}

.breadcrumbs__container, .breadcrumbs__container a, .breadcrumbs__container span {
    color: #333333;
    font-size: 12px;
    font-family: MulishRegular;
    line-height: 15px;
}

ul.breadcrumb {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0 !important;
}

ul.breadcrumb li {
    display: flex !important;
    align-items: center !important;
}

ul.breadcrumb .divider {
    padding: 0 5px;
}

/* Контейнер-карточка спойлера */
.spoiler-program {
    margin-top: 10px;
    padding: 0 !important;
    border: 1px solid rgb(211, 211, 211);
    border-radius: 12px;
    overflow: hidden;
    background: #FFF;
}

.spoiler-program input[type="checkbox"] {
    display: none !important;
}

.spoiler-program input[type="checkbox"] ~ label:not(.spoiler-read-more) {
    background: #e9edf6;
    padding: 15px 20px; 
    margin: 0 !important; 
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.spoiler-program input[type="checkbox"] ~ label:not(.spoiler-read-more) p {
    margin: 0 !important;
    padding: 0 !important;
}

.spoiler-program input[type="checkbox"] ~ label:not(.spoiler-read-more):after {
    content: "▼";
    font-family: sans-serif;
    font-size: 14px;
    color: #800000;
    transition: transform 0.3s ease;
    margin-left: 15px;
}

.spoiler-program input[type="checkbox"]:checked ~ label:not(.spoiler-read-more):after {
    transform: rotate(-180deg);
}

.spoiler-program .spoiler_body {
    width: 100%;
    box-sizing: border-box;
    display: block;
    background: #FFF;
}

.spoiler-program input[type="checkbox"] ~ .spoiler_body {
    opacity: 1;
    max-height: 150px !important;
    padding: 0 8px;
    overflow: hidden;
    position: relative; 
    transition: max-height 0.5s ease; 
}

.spoiler-program input[type="checkbox"] ~ .spoiler_body::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px; 
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%);
    pointer-events: none; 
}

.spoiler-program input[type="checkbox"]:checked ~ .spoiler_body {
    max-height: 5000px !important;
}

.spoiler-program input[type="checkbox"]:checked ~ .spoiler_body::after {
    display: none;
}

.spoiler-program .spoiler-read-more {
    display: inline-block;
    float: right;
    margin: 1px 15px 10px 10px; 
    color: #800000; 
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 1px dashed #800000;
    transition: color 0.2s, border-color 0.2s;
}

.spoiler-program .spoiler-read-more:hover {
    color: #a22521;
    border-bottom-color: #a22521;
}

.spoiler-program input[type="checkbox"]:checked ~ .spoiler-read-more {
    display: none;
}

/* FAQ блоки */
.faq-answer [itemprop="text"], 
.faq-answer [itemprop="text"] p, 
.faq-answer [itemprop="text"] span, 
.faq-answer [itemprop="text"] li {
    font-size: 14px !important; 
    line-height: 1.5 !important;
}

/* Карточки преподавателей */
.teachers-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.teacher-card {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 20px;
    border: 1px solid #1D4B73;
    border-radius: 12px;
    background: #ffffff;
    transition: all 0.3s ease;
}

.teacher-card:hover {
    border-color: #B70928;
    box-shadow: 0 6px 15px rgba(29, 75, 115, 0.15);
}

.teacher-photo {
    flex-shrink: 0;
}

.teacher-photo img {
    width: 120px;
    height: auto;
    border-radius: 12px;
    display: block;
    object-fit: cover;
}

.teacher-info {

}

.teacher-name a {
    font-size: 16px;
    font-weight: bold;
    color: #1D4B73;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    transition: color 0.2s;
}

.teacher-name a:hover {
    color: #B70928;
}

.teacher-info p {
    margin: 0 0 8px 0;
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
}

@media (max-width: 600px) {
    .teacher-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* Стили бейджей текстовых */
.text-badge {
    display: inline-block;
    padding: 1px 8px;
    margin: -2px 0;
    border: 1px solid #1D4B73;
    border-radius: 20px;
    white-space: nowrap;
    line-height: normal;
    color: #B70928;
    font-weight: 500;
}

.text-badge-dark {
    display: inline-block;
    padding: 1px 8px;
    margin: -2px 0;
    border: 1px solid #B70928; 
    border-radius: 20px;
    white-space: nowrap;
    line-height: normal;
    color: #000;
    font-weight: 500;
}

.text-badge-market {
    display: inline-block;
    padding: 1px 8px;
    margin: -2px 0;
    border: 1px solid #6a7abe; 
    border-radius: 20px;
    white-space: nowrap;
    line-height: normal;
    color: #000;
    font-weight: 500;
}

/* Настройка базовой формы */
form.form.horizontal.with-captcha {
    background: linear-gradient(135deg, #B8EAE0 0%, #82acf0 75%) !important;
    padding: 25px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    display: block;
    width: 100%;
    box-sizing: border-box;
}

form.form.horizontal.with-captcha table,
form.form.horizontal.with-captcha td,
form.form.horizontal.with-captcha .text-after,
form.form.horizontal.with-captcha .after,
form.form.horizontal.with-captcha .pd-agreement {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
}

form.form.horizontal.with-captcha input[type="text"],
form.form.horizontal.with-captcha input[type="tel"],
form.form.horizontal.with-captcha input[type="email"] {
    background-color: #ffffff !important;
    color: #000000 !important;
}

form.form.horizontal.with-captcha .button {
    background-color: #B70928 !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Согласие персональных данных */
form.form.horizontal.with-captcha .pd-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 15px !important;
    text-align: left !important;
    line-height: normal !important;
}

form.form.horizontal.with-captcha .pd-checkbox {
    margin: 0 !important;
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0 !important;
    accent-color: #B70928 !important;
    cursor: pointer !important;
}

form.form.horizontal.with-captcha .pd-label {
    display: block !important;
    margin: 0 !important;
    font-size: 13px !important;
    color: #444444 !important;
    line-height: 1.3 !important;
    cursor: pointer !important;
    text-align: left !important;
}

form.form.horizontal.with-captcha .pd-link {
    color: #B70928 !important;
    text-decoration: underline !important;
    transition: color 0.2s;
}

form.form.horizontal.with-captcha .pd-link:hover {
    color: #1D4B73 !important;
    text-decoration: none !important;
}

/* Обертка form-blue */
.form-blue form.form.horizontal.with-captcha {
    background: linear-gradient(135deg, #B8E1F7 0%, #82A9F0 75%) !important;
}

.form-blue form.form.horizontal.with-captcha .before p,
.form-blue form.form.horizontal.with-captcha .before span,
.form-blue form.form.horizontal.with-captcha .before h2,
.form-blue form.form.horizontal.with-captcha .pd-label {
    color: #000000 !important;
    text-shadow: none !important;
}

.form-blue form.form.horizontal.with-captcha .pd-link {
    color: #B70928 !important; 
    text-shadow: none !important;
    text-decoration: underline !important;
}

.form-blue form.form.horizontal.with-captcha .pd-link:hover {
    color: #1D4B73 !important; 
    text-decoration: none !important;
}

.form-blue form.form.horizontal.with-captcha .pd-checkbox {
    accent-color: #1D4B73 !important; 
}

/* Обертка form-cyan */
.form-cyan form.form.horizontal.with-captcha {
    background: linear-gradient(135deg, #B8EAE0 0%, #82acf0 75%) !important;
}

.form-cyan form.form.horizontal.with-captcha .before p,
.form-cyan form.form.horizontal.with-captcha .before span,
.form-cyan form.form.horizontal.with-captcha .before h2,
.form-cyan form.form.horizontal.with-captcha .pd-label {
    color: #000000 !important;
    text-shadow: none !important;
}

.form-cyan form.form.horizontal.with-captcha .pd-link {
    color: #B70928 !important; 
    text-shadow: none !important;
    text-decoration: underline !important;
}

.form-cyan form.form.horizontal.with-captcha .pd-link:hover {
    color: #1A6B5F !important; 
    text-decoration: none !important;
}

.form-cyan form.form.horizontal.with-captcha .pd-checkbox {
    accent-color: #1A6B5F !important; 
}

/* Слайдер пустой */
.slider-wrap:not(:has(li)) {
    display: none !important;
}

.slider-wrap {
    margin: 0 !important;
    padding: 0 !important;
}

.form.horizontal .wrap .field input, .is-dropdown-submenu, .page .article tbody, .page .blog table tbody, .page .blog table.no tr td {
    border: none;
}

form.form input[type=text] {
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    background: #fff;
}

/* Глобальные настройки полей из темы */
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

form.form input[type=submit] {
    text-transform: none;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

[data-whatinput=mouse] .button, [data-whatinput=mouse] .close-button, [data-whatinput=mouse] .dropdown.menu a, [data-whatinput=mouse] .menu li, [data-whatinput=mouse] .off-canvas, [data-whatinput=mouse] .off-canvas-absolute, [data-whatinput=mouse] .orbit-bullets, [data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous, [data-whatinput=mouse] .reveal, [data-whatinput=mouse] .slider-handle, [data-whatinput=mouse] button, [data-whatinput=mouse] input:focus~.switch-paddle {
    outline: 0;
}

.button {
    padding: 7px 10px;
    background: #a22521;
    border: 1px solid #733f3e;
    margin: 20px 0 0;
    cursor: pointer;
    color: #fff;
    transition: 1s;
}

/* ======================================================================== */
/* === ИСПРАВЛЕННЫЙ БЛОК: ВЫРАВНИВАНИЕ ФОРМЫ СТРОГО В ОДИН РЯД === */
/* ======================================================================== */

/* 1. Делаем контейнер формы гибкой строкой */
form.horizontal .wrap {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important; /* Центрируем инпуты и кнопку по одной горизонтальной оси */
    flex-wrap: wrap !important;     /* Разрешаем перенос только на узких мобилках */
    gap: 12px !important;           /* Фиксированный отступ между элементами ряда */
}

/* 2. Настраиваем флекс-контейнеры ячеек */
form.horizontal .wrap .field {
    margin: 0 !important;
    padding: 0 !important;
    flex: 1 1 180px !important;     /* Поля будут равномерно дышать в строку */
}

form.horizontal .wrap .btn-wrap {
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;      /* Кнопка занимает ровно столько места, сколько нужно тексту */
}

/* 3. СБРОС СИСТЕМНЫХ ОТСТУПОВ (Перекрываем block и margin: 0 0 1rem) */
form.horizontal .wrap input[type="text"], 
form.horizontal .wrap input[type="tel"], 
form.horizontal .wrap input[type="email"] {
    margin: 0 !important;            /* Убираем 1rem нижнего отступа, который ломал выравнивание! */
    display: inline-block !important;
    width: 100% !important;
}

/* 4. Полный сброс для кнопки (Перекрываем margin-top: 20px и width: 100%) */
form.horizontal .wrap .button,
form.horizontal .wrap .button.expanded {
    width: auto !important;         /* Убиваем 100% ширину класса expanded */
    margin: 0 !important;            /* Убираем 20px верхнего отступа, который тянул кнопку вниз! */
    display: inline-block !important;
    white-space: nowrap !important;  /* Запрещаем тексту внутри кнопки ломаться */
}

/* ======================================================================== */
/* === ДОБАВЛЕНО: ВОЗВРАЩАЕМ ТОЧКИ И ЦИФРЫ ДЛЯ СПИСКОВ В СТАТЬЯХ === */
/* ======================================================================== */
main ul, .item-page ul, article ul {
    list-style-type: disc !important;     /* Круглые маркеры */
    padding-left: 25px !important;        /* Место слева под точки */
    margin: 10px 0 15px 0 !important;
}

main ol, .item-page ol, article ol {
    list-style-type: decimal !important;  /* Порядковые цифры */
    padding-left: 25px !important;        /* Место слева под цифры */
    margin: 10px 0 15px 0 !important;
}

main li, .item-page li, article li {
    display: list-item !important;        /* Возвращаем li его стандартную природу */
    margin-bottom: 5px !important;
}


/* Исправление вертикальных отступов заголовка в форме рассрочки */
form.form.horizontal.with-captcha .text-before {
    margin-bottom: 22px !important; /* Создает отступ между текстом заголовка и полями ввода */
    text-align: center !important;
}

form.form.horizontal.with-captcha .before p {
    line-height: 1.6 !important;   /* Раздвигает строки вокруг тега <br>, чтобы они не слипались */
    margin: 0 !important;
}

main p, .item-page p, article p {
    text-indent: 20px; 
}





/* ======================================================================== */
/* === ИСПРАВЛЕННЫЙ БЛОК: СЕТКА И ОТСТУПЫ КОЛОНОК ФУТЕРА === */
/* ======================================================================== */

/* 1. ДЕЛЕНИЕ НА 2 СТОЛБЦА — теперь СТРОГО только для первого блока (Направления) */
.footer__menu:first-child .footer__menu-list-block {
    display: block !important;
    column-count: 2 !important;        /* Разделение на 2 колонки будет только тут! */
    column-gap: 30px !important;       /* Комфортный зазор между внутренними колонками */
    height: auto !important;           
    max-height: none !important;       
}

/* Настройка отображения ссылок */
.footer__menu-item {
    display: block !important;         /* Каждый пункт строго с новой строки */
    break-inside: avoid !important;    /* Запрещаем ссылкам разрываться между колонками */
}

/* 2. ГЛАВНАЯ СЕТКА ФУТЕРА: Выстраиваем все 4 блока строго в один горизонтальный ряд */
.footer__list {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 25px !important;              /* Базовый отступ между главными блоками */
    flex-wrap: nowrap !important;      /* ЗАПРЕЩАЕМ колонкам на десктопе прыгать на новую строку */
}

/* 3. ПРОПОРЦИИ ШИРИНЫ ДЛЯ КАЖДОЙ КОЛОНКИ (Индивидуально) */

.footer__list .footer__menu:nth-child(1) { 
    flex: 2 1 340px !important;        /* Первая колонка (Направления) — широкая под 2 столбца */
}

.footer__list .footer__menu:nth-child(2) { 
    flex: 0 0 140px !important;        /* Вторая колонка (Лицензия) — фиксированная ширина */
    margin-right: 35px !important;     /* ИСПРАВЛЕНО: Принудительный отступ, чтобы картинка не была впритык к "О нас" */
}

.footer__list .footer__menu:nth-child(3) { 
    flex: 1 1 160px !important;        /* Третья колонка (О нас) */
}

.footer__list .footer__menu:nth-child(4) { 
    flex: 1 1 210px !important;        /* Четвертая колонка (Спецпроекты) — теперь свободная и не будет узкой! */
}

/* Корректировка картинки лицензии */
.footer__license img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* 4. АДАПТИВНОСТЬ: На мобильных экранах (меньше 991px) перестраиваем всё обратно в один столбец */
@media only screen and (max-width: 991px) {
    .footer__list {
        flex-wrap: wrap !important;     /* На мобилках разрешаем перенос */
    }
    .footer__list .footer__menu {
        flex: 1 1 100% !important;     /* Каждый блок на всю ширину экрана */
        margin-right: 0 !important;
    }
    .footer__menu:first-child .footer__menu-list-block {
        column-count: 1 !important;    /* На смартфонах направления обучения вытягиваем в 1 столбец */
    }
}

/* === ОРИГИНАЛЬНАЯ ТИПОГРАФИКА И ЖИРНОСТЬ ДЛЯ ФУТЕРA === */

/* 1. Заголовки подразделов (Направления, О нас, Спецпроекты) */
.footer__menu-title {
    font-family: MulishBold, sans-serif !important; /* Возвращаем фирменную жирность */
    font-size: 16px !important;                     /* Оригинальный размер */
    color: #333333 !important;                     /* Оригинальный темно-серый цвет */
    font-weight: 700 !important;
    margin-bottom: 15px !important;                /* Отступ до ссылок */
    text-transform: none !important;               /* Отменяем капс, если он принудительно включился */
}

/* 2. Заголовок "Контакты" справа */
.footer__contacts-title {
    font-family: MulishBold, sans-serif !important;
    font-size: 16px !important;
    color: #333333 !important;
    font-weight: 700 !important;
    line-height: 31px !important;
}

/* 3. Крупный номер телефона */
.footer__phone {
    font-family: MulishBold, sans-serif !important;
    font-size: 20px !important;                    /* Телефон в оригинале крупнее (20px) */
    color: #333333 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

/* 4. Обычные ссылки (пункты меню) */
.footer__menu-item {
    font-family: MulishRegular, Arial, sans-serif !important; /* Обычное аккуратное начертание */
    font-size: 16px !important;                     /* Оригинальный размер ссылок */
    color: #333333 !important;
    margin-bottom: 5px !important;                  /* Межстрочный зазор */
}