@charset "UTF-8";

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

.header__btn,.header__login,.header__menu-item {
	font-family: MulishRegular;
	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;
}

@font-face {
	font-family:Mulish;src:url("../fonts/Mulish.ttf?#iefix") format("embedded-opentype"),url("../fonts/Mulish.ttf") format("truetype"),url("../fonts/Mulish.otf") format("opentype"),url("../fonts/Mulish.woff") format("woff"),url("../fonts/Mulish.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap;
}

@font-face {
	font-family:MulishBold;src:url("../fonts/Mulish-Bold.ttf?#iefix") format("embedded-opentype"),url("../fonts/Mulish-Bold.ttf") format("truetype"),url("../fonts/Mulish-Bold.otf") format("opentype"),url("../fonts/Mulish-Bold.woff") format("woff"),url("../fonts/Mulish-Bold.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap;
}

@font-face {
	font-family:MulishExtraBold;src:url("../fonts/Mulish-ExtraBold.ttf?#iefix") format("embedded-opentype"),url("../fonts/Mulish-ExtraBold.ttf") format("truetype"),url("../fonts/Mulish-ExtraBold.otf") format("opentype"),url("../fonts/Mulish-ExtraBold.woff") format("woff"),url("../fonts/Mulish-ExtraBold.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap;
}

@font-face {
	font-family:MulishMedium;src:url("../fonts/Mulish-Medium.ttf?#iefix") format("embedded-opentype"),url("../fonts/Mulish-Medium.ttf") format("truetype"),url("../fonts/Mulish-Medium.otf") format("opentype"),url("../fonts/Mulish-Medium.woff") format("woff"),url("../fonts/Mulish-Medium.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap;
}

@font-face {
	font-family:MulishRegular;src:url("../fonts/Mulish-Regular.ttf?#iefix") format("embedded-opentype"),url("../fonts/Mulish-Regular.ttf") format("truetype"),url("../fonts/Mulish-Regular.otf") format("opentype"),url("../fonts/Mulish-Regular.woff") format("woff"),url("../fonts/Mulish-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap;
}

@font-face {
	font-family:MulishSemiBold;src:url("../fonts/Mulish-SemiBold.ttf?#iefix") format("embedded-opentype"),url("../fonts/Mulish-SemiBold.ttf") format("truetype"),url("../fonts/Mulish-SemiBold.otf") format("opentype"),url("../fonts/Mulish-SemiBold.woff") format("woff"),url("../fonts/Mulish-SemiBold.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap;
}

@font-face {
	font-family:latoSemibold;src:url("../fonts/latosemibold.ttf?#iefix") format("embedded-opentype"),url("../fonts/latosemibold.ttf") format("truetype"),url("../fonts/latosemibold.otf") format("opentype"),url("../fonts/latosemibold.woff") format("woff"),url("../fonts/latosemibold.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap;
}

@font-face {
	font-family:latoLight;src:url("../fonts/latolight.ttf?#iefix") format("embedded-opentype"),url("../fonts/latolight.ttf") format("truetype"),url("../fonts/latolight.otf") format("opentype"),url("../fonts/latolight.woff") format("woff"),url("../fonts/latolight.woff2") format("woff2");font-weight:400;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;
}

li {
	list-style-type: none;
}

.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-family: MulishRegular,Arial,sans-serif;
	font-size: 20px;
	line-height: 20px;
}

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;
		}









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


    .header__menu { 
        display: none !important; 
    }
  
}

.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;
}