* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img,
svg {
	max-width: 100%;
}

body {
	font-family: "Mulish";
}

a {
	text-decoration: none;
}

.container {
	max-width: 1470px;
	margin: 0 auto;
	position: relative;
}

/****Header Styles*****/
.header {
	padding: 0px 0px 0px 0px;
}

.navigation {
	min-height: 56px;
	margin-bottom: 80px;
}

.navigation .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.navigation__logo {
	margin-top: -10px;
	margin-right: 10px;
}

.navigation__menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 500px;
	padding: 0px 15px;
}

.menu__link {
	color: rgba(32, 32, 32, 1);
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	position: relative;
	display: inline-block;
	transition: .3s all;
}

.menu__link:hover {
	transform: scale(1.05);
	color: #4C71A5;
}

.menu__link:active {
	color: #1F4D8F;
}

.menu__item {
	margin-right: 10px;
}

.menu__dropdown {
	position: relative;
	cursor: pointer;
}

.dropdown__content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	padding: 12px 16px;
	z-index: 1;
}

.dropdown__content_course {
	top: 100%;
	left: 0;
	min-width: 400px;
}

.dropdown__content_mobile {
	display: block !important;
}

.menu__item-active .menu__link {
	font-weight: 700;
	color: #1F4D8F;
}

.navigation__account {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px 10px;
}

.account__mail {
	margin-right: 40px;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	color: rgba(0, 0, 0, 0)
}

.account__mail a {
	color: black;
}

.account__logo {
	margin-right: 12px;
}

.account__logIn {
	min-width: 40px;
}

.account__logIn a {
	color: rgba(32, 32, 32, 1);
	margin-right: 10px;
}

.account__logIn a:hover,
.account__logIn a:active {
	color: #1F4D8F;
}

/*****Navigation Mobile Styles******/

.navigation-mobile {
	background-color: rgba(221, 228, 238, 0.9);
	right: 0;
	height: auto;
	top: auto;
	bottom: 0;
	border-radius: 20px;
	flex-direction: column-reverse;
	width: 70%;
	display: none;
	position: fixed;
	z-index: 9999;

}

.menu-mobile {
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	margin-top: 10px;
	height: 85%;
}

.account-mobile {
	height: 10%;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
}

.account-mobile .account__mail {
	order: 1;
	margin-top: 5%;
}

#navigation-mobile {
	border: 2px solid #1F4D8F !important;
	max-width: 400px;
}

.menu-mobile a {
	flex-direction: row-reverse;
	gap: 10px;
	font-weight: bold !important;

}

.menu-mobile img {
	max-width: 42px;
	position: absolute;
	left: 5vw;
}

.navigation-mobile__close {
	left: 8%;
	top: 3%;
	position: absolute;
}

.banners__header-slider {
	max-width: 300px;
}

.banners__header-slider img {
	width: auto;
}

.banners__header-slider svg {
	width: 100%;
}

@media (max-width: 868px) {
	.banner .banners__header-slider {
		display: none;
	}

	.banner .container {
		flex-direction: column;
	}

	@media (max-width: 868px) {
		.banner .banner__inf {
			margin-top: 0;
		}
	}

	.banners__header-slider {
		position: relative;
		left: 0px;
		right: 0px;
		margin: 0 auto !important;
		bottom: -17vw;
	}

	.banners-mobile_header {
		display: block !important;
		margin-bottom: 90px;
	}
}

.banners-mobile_header {
	display: none;
}

.banner__inf {
	width: 40% !important;
	margin-top: 0;
}

.banner__img {
	margin-top: 0;
}

.banners-mobile_header .swiper-slide {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

.banners-mobile_header .swiper-slide svg {
	width: 100%;
}

.banners-mobile_header h2 {
	font-family: "Mulish";
	color: #1F4D8F;
	text-align: center;
	font-size: 22px;
	margin-top: 30px;
	font-weight: bold;
}

.banner__inf h2 {
	font-family: "Mulish";
	color: #1F4D8F;
	text-align: center;
	font-size: 25px;
	margin-top: 30px;
	font-weight: bold;
}

.about-slider__slide {
	justify-content: space-around;
}

.about-slider {
	position: relative;
}

.about-slider-img img {
	display: none;
}

.reviews__list-img img {
	display: none;
}

@media (max-width: 868px) {
	.about-slider-img img {
		position: absolute;
		z-index: 11;
		width: 45%;
		height: auto;
		left: 0;
		right: 0;
		top: 30%;
		bottom: 0;
		display: flex;
		justify-content: center;
		margin: 0 auto;
		pointer-events: none;
	}

	.reviews__list-img img {
		position: absolute;
		z-index: 11;
		width: 45%;
		height: auto;
		left: 0;
		right: 0;
		top: 30%;
		bottom: 0;
		display: flex;
		justify-content: center;
		margin: 0 auto;
		pointer-events: none;
		overflow: hidden;
	}
}

@media (max-width: 868px) {

	.reviews {
		padding: 0px 20px 82px 20px;
	}
}

.navigation {
	margin-bottom: 30px;
}

.raiting {
	margin-bottom: 0px;

}

.cookies__text img {
	width: 15px;
}

.cookies__text b {
	color: black;
}

@media (max-width: 868px) {
	.new-courses-btn {
		margin: 30px auto 30px 38px;
	}
}

.swiper {
	height: auto !important;
}

.ourCourses {
	margin: 50px 0px;
}

@media (max-width: 868px) {
	.menu__link {
		font-size: 22px;
	}
}

.menu__link {
	font-weight: bold !important;
}

.menu-mobile {
	margin-top: 60px;
}

#lineID1 {
	stroke: orange;
	stroke-width: 2;
}

#lineID2 {
	stroke: #1F4D8F;
	stroke-width: 2;
}

.account__mail {
	display: flex;
}

.account__mail a {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.account__mail img {
	max-width: 31px;
	transform: rotate(15deg);
}

.advantages {
	display: none;
}

@media (max-width: 868px) {

	.main-menu__container {
		width: 100px;
		height: 60px;
		background: black;
		border-radius: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		bottom: 12%;
		right: 10%;
		z-index: 12;
	}

	.main-menu__container p {
		color: white !important;
		margin: 0;
		font-family: "Mulish";
	}

	.main-menu__container::after {
		content: '';
		position: absolute;
		width: 15px;
		height: 15px;
		background: black;
		bottom: -6px;
		right: 20px;
		transform: rotate(45deg);
	}
}

.cookies__text>.cookies__accept {
	border: none !important;
	padding: 0 !important;
}

@media (max-width: 868px) {

	#trustedsite-tm-image {
		transform: scale(1.4, 1.4) translateX(-3vw) !important;
		bottom: -2vw !important;
	}
}

.menu-mobile .menu__link {
	display: block;
	border-radius: 10px;
	border: 2px solid #1F4D8F !important;
	width: 100%;
	height: 100%;
	padding: 20px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu-mobile .menu__dropdown .menu__link {
	background: #94d977;
	color: white !important;
}

#header-menu-mobile .menu__item a {
	color: black !important;
	background: none !important;
	border: 2px solid #94d977 !important;
	font-size: 16px;
}

.menu-mobile .menu__item {
	width: 100%;
	margin: 10px 0px;
	max-height: 150px;
}

.navigation-mobile__button {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 30px;
	cursor: pointer;
}

.navigation-mobile__button__line {
	background: #1F4D8F;
	width: 100%;
	height: 3px;
	margin: 3px;
}

.navigation-mobile-active {

	display: flex !important;
}

.navigation-mobile__close {
	margin-left: auto;
}

/*****Banner Styles******/

.banner {
	margin-bottom: 100px;
	position: relative;
	margin-top: 120px;
}

.banner .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.banner__inf {
	margin-top: 100px;
	width: 50%;
}

.banner__img {
	margin-top: 100px;
	width: 50%;
	margin-left: 20px;
}

.banner__img video,
.banner__img iframe {
	max-width: 100%;
}

.banner__heading {
	font-size: 60px;
	font-weight: 800;
	line-height: 72px;
	letter-spacing: 0.03em;
	text-align: left;
	color: #1F4D8F;
	text-transform: uppercase;
}

.banner__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: left;
	color: #000000B2;
	margin: 30px 0px 50px 0px;
}

.banner__buttons,
.buttons__block {
	display: flex;
	justify-content: center;
}

.banner__newCourses,
.banner__contactUs {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 45px;
	background: #1F4D8F;
	color: #fff;
	margin-right: 25px;
	transition: all 0.3s;
	text-transform: uppercase;
	font-weight: 700;
}

.banner__newCourses,
.banner__contactUs:last-child {
	margin-right: 0;
}

.course__img .banner__newCourses {
	max-width: 250px;
	margin-right: 0;
	margin-top: 15px;
}

.button-container-mobile {
	display: none;
}

.banner__contactUs {
	color: #EC995C;
	background: #fff;
	border: 2px solid #EC995C;
	padding: 20px 75px;
}

.banner__newCourses:hover {
	background: #4C71A5;
}

.banner__contactUs:hover {
	background: #EC995C;
	color: #fff;
}

@media (max-width: 868px) {
	.banner {
		background-color: #1F4D8F;
		margin-top: 105px;
		margin-bottom: 0px;
		z-index: -2 !important;
		position: relative;
	}


	.banners {
		margin-bottom: 0px !important;
		margin: 30px 0px !important;

	}
}

@media (max-width: 868px) {
	.banners .container {
		transform: none !important;

	}
}

.banner_square-mobile {
	display: none;
}

@media (max-width: 868px) {
	.banner_square-mobile {
		display: flex;
		position: absolute;
		top: -8vw;
		width: 100%;
		justify-content: space-between;
		overflow-x: clip;
	}

}

@media (max-width: 868px) {
	.banner_square-mobile-l {
		width: 150px;
		height: 150px;
		background-color: #1F4D8F;
		transform: rotate(45deg);
		left: -75px;
		position: relative;
	}
}

@media (max-width: 868px) {
	.banner_square-mobile-r {
		width: 150px;
		height: 150px;
		background-color: #1F4D8F;
		transform: rotate(45deg);
		right: -75px;
		position: relative;
	}
}

.banner__img-title {
	display: none;
	font-family: "Mulish";
	color: white;
	text-align: center;
	font-size: 25px;
	margin-bottom: 30px;
}

.banners__title {
	display: none;
	font-family: "Mulish";
	color: #1F4D8F;
	text-align: center;
	font-size: 25px;
	margin-top: 30px;
	font-weight: bold;

}

.aboutUs__title {
	font-family: "Mulish";
	font-size: 34px;
	line-height: 1.2;
	color: #1F4D8F;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;

}

@media (max-width: 868px) {

	.banner__img-title,
	.banners__title {
		display: block;
	}
}

@media (max-width: 868px) {
	.banner__img {
		margin-top: 50px;
	}
}

@media (max-width: 868px) {
	.aboutUs__title {
		color: white;
		font-size: 25px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

/*****About Us Styles******/

.content {
	margin-top: 60px;
}

@media (max-width: 868px) {
	.content {
		margin-top: 0px !important;
	}
}

.aboutUs {
	margin-top: 100px;
	background: url(../img/about_bg.svg);
}

.page__aboutUs .aboutUs {
	margin-top: 0;
	margin-bottom: 150px;
}

.aboutUs .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.aboutUs__inf {
	padding-bottom: 70px;
	width: 70%;
}

.aboutUs__img {
	width: 30%;
	margin-top: auto;
	opacity: 0;
	transition: opacity .5s;
}

.aboutUs__img-mobile {
	display: none;
}

.aboutUs__img--show {
	opacity: 1;
}

.aboutUs__illustration {
	max-width: 100%;
}

.aboutUs__heading {
	font-size: 36px;
	font-weight: 800;
	line-height: 47px;
	letter-spacing: 0.03em;
	text-align: left;
	color: #1F4D8F;
	text-transform: uppercase;

}

.aboutUs__subtitle {
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	margin: 40px 0px 30px 0px;
	color: #000;
}

.aboutUs__text {
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 50px;
}

@media (max-width: 868px) {
	.aboutUs {
		background-color: #1F4D8F;
		margin-top: 0px;

	}
}

/*****Small Baner Styles*****/
.conducted {
	margin-top: 120px;
	padding: 100px 0px;
	min-height: 510px;
	background: url(../img/smallBanner_bg.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.conducted .container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.smallBaner__heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
}

.smallBaner__medium {
	font-size: 50px;
	line-height: 63px;
}

.smallBaner__large {
	font-size: 144px;
	line-height: 181px;
}

.smallBaner__small {
	font-size: 39px;
	line-height: 49px;
}

.book {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 450px;
	position: relative;
	background-color: #1F4D8F;
	overflow: hidden;
}

.book .smallBaner__heading {
	font-weight: 800;
	font-size: 48px;
	line-height: 130%;
	text-transform: uppercase;
}

.smallBaner__upcoming {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 45px;
	background: #EC995C;
	color: #fff;
	transition: all 0.3s;
	margin-top: 40px;
}

.smallBaner__upcoming:hover {
	background: #F0AD7D;
}

.book .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#t1 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

#t2 {
	height: auto;
	position: absolute;
	bottom: -20%;
	right: 0;
	z-index: -1;
}

.ourCourses>.container a {
	border-radius: 8px;
}

.banner__buttons span {
	border-radius: 8px;

}

.banner__buttons a {
	border-radius: 8px;

}

/******Our Courses Styles*******/

.ourCourses {
	margin: 130px 0px;
	position: relative;

}

@media (max-width: 868px) {
	.ourCourses {
		margin: 50px 0px;
	}
}


@media (max-width: 868px) {
	.ourCourses>.container svg {
		width: 100%;
	}
}

.ourCourses img {
	width: auto;
	height: 60px;
}

.ourCourses svg {
	width: auto;
	height: 60px;
	overflow: visible;
}

.ourCourses__heading {
	font-weight: 800;
	font-size: 36px;
	line-height: 130%;
	color: #1F4D8F;
	text-transform: uppercase;

}

.ourCourses__subheading {
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	margin: 40px 0px;
}

.ourCourses__block__text {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #000000B2;
	margin-top: 15px;
}

.ourCourses__moreAbout {
	max-width: 235px;
	padding: 20px;
	background: #1F4D8F;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	transition: all 0.3s;
	line-height: 120%;
	margin-top: 50px;
}

.ourCourses__moreAbout:hover {
	background: #4C71A5;
}

.ourCourses__blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 50px;
}

.ourCourses__block {
	width: 30%;
	margin-bottom: 50px;
}

/******Advantages Styles******/

.advantages {
	margin: 130px 0px 0px 0px;
}

.advantages__heading {
	font-weight: 800;
	font-size: 36px;
	line-height: 130%;
	color: #1F4D8F;
	text-transform: uppercase;
}

.advantages__subheading {
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	margin: 40px 0px;

}

.advantages__block__text {
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	color: #000000B2;
	margin-top: 20px;
}

.advantages__moreAbout {
	padding: 20px 45px;
	background: #1F4D8F;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	transition: all 0.3s;
	margin-top: 50px;
}

.advantages__moreAbout:hover {
	background: #4C71A5;
}

.advantages__blocks {
	padding-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.advantages__block {
	width: 30%;
	margin-bottom: 50px;
}

.advantages__block__number {
	color: #EC995C;
	font-weight: bold;
	font-size: 28px;
	line-height: 140%;
	margin: 10px 0px;
}

.advantages__block__subtitle {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
}

.advantages__buttons {
	display: flex;
	align-items: flex-end;
}

.advantages__moreAboutCourses {
	border: 2px solid #EC995C;
	padding: 18px 33px;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	color: #EC995C;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	margin-left: 25px;
	align-items: center;
}

.advantages__moreAboutCourses:hover {
	transition: all 0.3s;
	background: #EC995C;
	color: #fff;
}

/******Contact Us Styles*******/
.contactUs {
	padding-top: 120px;
}

.contactUs .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contactUs__info {
	width: 45%;
}

.contactUs__img {
	width: 50%;
}

.contactUs__heading {
	color: #1F4D8F;
	font-weight: 800;
	font-size: 36px;
	line-height: 130%;
	text-transform: uppercase;
}

.contactUs__subheading {
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	margin-bottom: 30px;
	margin-top: 40px;
}

.contactUs__input {
	width: 46%;
	height: 55px;
	border: 0.5px solid #1F4D8F;
	padding: 18px 16px 18px 20px;
	background: #FFFFFF;
	margin: 0px 3% 3% 0px;
	font-size: 16px;
	line-height: 120%;
	transition: all 0.2s;
}

.contactUs__input:hover,
.contactUs__input-message:hover {
	border-width: 2.5px;
}

.contactUs__input:focus,
.contactUs__input:focus {
	outline-style: solid;
	outline-color: #1F4D8F;
	outline-width: 2px;
	border: 2px solid #1F4D8F;
}

.contactUs__input-message {
	width: 96%;
	min-height: 118px;
	padding: 0px 16px 18px 20px;
	border: 1px solid #1F4D8F;
	background: #FFFFFF;
	margin: 0px 10px 10px 0px;
	font-size: 16px;
	line-height: 120%;
}

.submit_btn {
	width: 96%;
	height: 55px;
	background: #1F4D8F;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	transition: all 0.3s;
	cursor: pointer;
	margin-top: 40px;
	border: none;
}

.contactUs__illustration-mobile {
	display: none;
}

.submit_btn:hover {
	background: #4C71A5;
}

/******Footer Styles******/
.footer {
	margin-top: 130px;
}

.footer__trademark {
	padding-bottom: 40px;
	font-size: 12px;
	line-height: 150%;
	border-bottom: 1px solid #1F4D8F;
	margin-bottom: 50px;
}

.footer__rights {
	text-align: center;
	margin: 30px 0px;
}

.footer .navigation__menu {
	margin-right: -130px;
	justify-content: space-between;
}

.footer .navigation__account {
	margin-right: 0;
	display: flex;
	justify-content: flex-end;
}

.footer .account__mail {
	margin-right: 0;
}

.footer .navigation .container {
	padding: 0;
}

/*****Page About Us********/
.page__aboutUs .aboutUs__inf {
	width: 40%;
}

.page__aboutUs .aboutUs__img {
	width: 50%;
}

.page__aboutUs .about_Us .container {
	align-items: flex-start;
}

.page__aboutUs .aboutUs__text {
	margin-bottom: 50px;
}

.page__aboutUs .content {
	margin-top: 80px;
}

/*******Page FAQ***********/

.questions .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.questions__heading {
	font-weight: 800;
	font-size: 36px;
	line-height: 130%;
	color: #1F4D8F;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.questions__info {
	width: 50%;
}

.questions__img {
	width: 45%;
	max-width: 45%;
}

.question__info {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	align-items: center;
}

.question {
	width: 85%;
	border-bottom: 1px solid #1F4D8F80;
	padding-bottom: 20px;
	transition: all 0.3s;
	margin-bottom: 30px;
	cursor: pointer;
}

.question:hover {
	filter: opacity(85%);
}

.question__text {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	max-width: 80%;
}

.question__answer {
	font-size: 16px;
	line-height: 150%;
	color: #000000B2;
	margin-top: 20px;
	display: none;
	transition: all 0.3s;
}

.question__answer-active {
	display: block;
}

.question__arrow {
	transition: all 0.3s;
}

.question__arrow-active {
	transform: rotate(180deg);
}

.questions__more {
	font-size: 16px;
	line-height: 150%;
}

.questions__more a {
	text-decoration: underline;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	color: #1F4D8F;
}

.questions__img-mobile {
	display: none;
}

/*****Page Course Info******/
.exams {
	margin-top: 130px;
}

.courseInfo .container,
.exams .container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.courseInfo .banner__newCourses {
	display: inline-block;
	margin-right: 0;
	margin-top: 20px;
}

.courseInfo__inf,
.exams__info {
	width: 51%;
}

.courseInfo__img,
.exams__img {
	width: 47%;
}

.courseInfo__heading,
.exams__heading {
	font-weight: 800;
	font-size: 36px;
	line-height: 130%;
	color: #1F4D8F;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.courseInfo__subheading,
.exams__subheading {
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	margin-bottom: 30px;
}

.courseInfo__text,
.exams__text {
	font-size: 16px;
	line-height: 150%;
	color: #000000B2;
	margin-bottom: 40px;
}

.ourExams {
	margin-bottom: 40px;
}

.ourExams__heading {
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	margin-bottom: 30px;
}

.ourExams__blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ourExams__block {
	width: 45%;
	margin-bottom: 30px;
}

.ourExams__number {
	font-weight: bold;
	font-size: 28px;
	line-height: 140%;
	color: #EC995C;
	margin-bottom: 10px;
}

.ourExams__text {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #000000B2;
}

.courseInfo__img-mobile,
.exams__img-mobile {
	display: none;
}

/******Page Enroll*********/

.bookOnline__heading {
	font-weight: 800;
	font-size: 36px;
	line-height: 130%;
	color: #1F4D8F;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.bookOnline__subheading {
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	margin-bottom: 30px;
}

.bookOnline__cards {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 20px 0px;
}

.courseCard {
	width: 23.5%;
	border: 1px solid #1F4D8F;
	margin-bottom: 20px;
}

.courseCard__headline {
	position: relative;
	min-height: 200px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	font-weight: 800;
	font-size: 26px;
	line-height: 33px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #1F4D8F;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.courseCard__headline svg {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.courseCard__info {
	padding: 20px;
	background: #fff;
}

.courseCard__name {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #1F4D8F;
	margin-bottom: 20px;
}

.courseCard__features {
	margin-bottom: 15px;
}

.courseCard__features {
	display: flex;
	align-items: center;
}

.courseCard__icon {
	margin-right: 10px;
}

.courseCard__text {
	font-size: 16px;
	line-height: 150%;
	color: #000000B2;
}

.wrapper .courseCard .banner__newCourses {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.05em;
	min-width: 0px;
	padding: 20px 5px;
	margin-bottom: 10px;
}

.enroll-trial-text {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #1F4D8F;
	margin: 20px 0;
	padding: 0 20px;
}

.courseCard__prices {
	display: flex;
	flex-direction: column;
	font-weight: 600;
	position: relative;
}

.courseCard__oldPrice {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
	color: #1A397C;
}

.js-hidden-date+.course__features .courseCard__prices .courseCard__text {
	color: #3bfd00;
}

.course__price-breakpoints-header+.course__features .courseCard__prices .courseCard__text {
	color: #3bfd00;
}

.courseCard__oldPriceCross {
	position: absolute;
	width: 100%;
	height: auto;
}

@media (max-width: 868px) {
	.enroll-trial-text {
		font-size: 16px;
		margin: 10px 0;
	}

	.courseCard__features {
		margin-bottom: 30px;
	}

	.courseCard__oldPrice {
		top: -15px;
	}
}

/*******Page Course Styles****/

.course .container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.course__info {
	width: 100%;
}

.arrow-wrapper {
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	bottom: 18px;
	transition: .3s all;
	cursor: pointer;
}

.arrow-text {
	font-size: 10px;
	line-height: 1;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;

	border-top: 20px solid #1F4D8F;

}

.course__img {
	width: 40%;
	margin-top: 50px;
	position: relative;
}

.course__img>div {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.course__img>div {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.course__back {
	font-size: 16px;
	line-height: 150%;
	color: #EC995C;
	display: flex;
	align-items: center;
}

.course__back img {
	margin-right: 10px;
	transition: all 0.3s;
}

.course__back:hover img {
	transform: translateX(-5px);
}

.course__heading {
	font-weight: 800;
	font-size: 36px;
	line-height: 130%;
	text-transform: uppercase;
	color: #1F4D8F;
	letter-spacing: 0.03em;
	margin: 20px 0px;
}

.course__features {
	display: flex;
	align-items: flex-start;
}

.sessions .course__features {
	margin-bottom: 30px;
}

.courseCard__features {
	margin-right: 80px;
}

.courseCard__time {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.course__description {
	background-color: #19397C;
	width: 100%;
	padding: 20px;
	margin-top: 50px;
	border-radius: 25px;
}

.description__heading {
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	margin-bottom: 35px;
	color: #ffffff;
}

.description__blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.description__block {
	width: 47%;
	margin-bottom: 25px;
}

.description__icon {
	margin-bottom: 15px;
	width: 40px;
}

.description__text {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #ffffff;
}

.description__note {
	font-size: 14px;
	line-height: 150%;
	color: #ffffff;
	margin-top: 10px;
}

.sessions {
	margin-top: 50px;
}

.sessions__heading {
	margin-bottom: 20px;
	font-weight: 600;
	margin-top: 100px;
	font-size: 24px;
	line-height: 140%;
}

.sessions .banner__newCourses {
	display: inline;
	padding: 20px 50px;
	margin: 50px 0px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.05em;
}

.course__timeZone {
	font-size: 16px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.7);
	margin-top: 60px;
}

.course__timeZone a {
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	color: #1F4D8F;
	text-decoration: underline;
}

.course__timeZone a:hover,
.questions__more a:hover {
	color: #4C71A5;
	text-decoration: none;
}

.course__timeZone a:active,
.questions__more a:active {
	color: #1F4D8F;
}

.course__schedule {
	margin-bottom: 50px;
	color: #000;
	width: 90%;
}

.course__schedule th,
.course__schedule td {
	padding: 20px;
	text-align: left;
	border-right: 1px solid #8FA6C7;
}

.course__schedule tr:first-of-type {
	font-weight: bold;
}

.course__schedule td {
	font-size: 16px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.7);
}

.course__schedule th:last-child,
.course__schedule td:last-child {
	border: none;
}

.course__schedule tr {
	background: #E9EDF4;
	border-bottom: 1px solid #8FA6C7;
}

.course__schedule tr:last-child {
	border: none;
}

.course__schedule tr:nth-child(2n) {
	background: #fff;
}

.courseCard__features:last-child {
	margin-right: 0;
}

.page__cours .content {
	margin-top: 80px;
}

.page__cours {
	max-width: 100%;
}

.page__cours p {
	margin-bottom: 0;
}

.page__cours strong {
	font-weight: bold;
}

.course__unavailable {
	background: #E8E8E8;
	padding: 20px;
	margin-top: 20px;
}

.banner__newCourses-inactive {
	background: #8F9296;
}

.course__schedule-inactive {
	filter: grayscale(100%);
}

.course__unavailable {
	display: none;
}

.course__unavailable-active {
	display: block;
}

.course-wrapper {
	width: 60%;

}

.submit_btn {
	width: 100%;
	height: 55px;
	background: #1F4D8F;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	transition: all 0.3s;
	cursor: pointer;
	margin-top: 40px;
	border: none;
}

.banner__heading-mobile {
	font-size: 60px;
	font-weight: 800;
	line-height: 44px;
	letter-spacing: 0.03em;
	text-align: center;
	color: #1F4D8F;
	text-transform: uppercase;
	justify-content: center;
	flex-direction: column;
	display: flex;
}

/***************/

.caldera-grid .alert-success {
	text-align: center;
}

.caldera-grid,
.form-control,
input {
	border-radius: 8px !important;
}

/*****Adaptive Styles******/

@media screen and (max-width: 1500px) {
	.container {
		padding: 0px 20px;
	}
}

@media screen and (max-width: 1400px) {


	.page__aboutUs .banner__contactUs {
		padding: 20px 30px;
	}
}

@media screen and (max-width: 1300px) {
	.contactUs__img {
		width: 40%;
	}

	.contactUs__info {
		width: 60%;
	}
}

@media screen and (max-width: 1218px) {
	.courseCard__info {
		padding: 15px;
	}
}

@media screen and (max-width: 1134px) {
	.courseCard__text span {
		display: block;
	}
}

@media screen and (max-width: 1000px) {
	.banner__newCourses {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width: 950px) {
	.footer .navigation__menu {
		margin-right: 0px
	}

	.header .menu__link {
		font-size: 12px;
	}

	.aboutUs__img {
		width: 100%;
	}

	.aboutUs__inf {
		width: 100%;
	}
}

@media (max-width: 868px) {
	#about .aboutUs__img {
		display: none;

	}
}

@media screen and (max-width: 800px) {
	.dropdown__content_mobile {
		display: none !important;
	}

	.courseCard__text span {
		display: inline;
	}

	.contactUs .container {
		flex-direction: column;
	}

	.contactUs__img {
		width: 70%;
		margin-top: 30px
	}

	.contactUs__img:not(.contactUs__img-mobile) {
		display: none;
	}

	.contactUs__info,
	.banner__inf,
	.submit_btn,
	.page__aboutUs .aboutUs__inf,
	.courseInfo__inf,
	.exams__info,
	.course__info,
	.course .description__blocks,
	.course__description,
	.course-wrapper {
		width: 100%;
	}

	.account__mail,
	.account__logIn {
		margin-right: 5px;
	}

	.banner {
		margin-top: 0
	}

	.banner__inf,
	.footer {
		margin-top: 50px
	}

	.header {
		padding-top: 30px
	}

	.banner .container {
		display: flex;
		flex-direction: column;
	}

	.banner__img {
		order: -1;
		width: 100%;
		margin-left: 0;
	}

	.ourCourses__heading,
	.ourCourses__subheading,
	.banner__heading,
	.smallBaner__heading,
	.advantages__heading,
	.advantages__subheading,
	.ourCourses__block__text,
	.page__aboutUs .aboutUs__heading,
	.aboutUs__heading,
	.contactUs__heading,
	.bookOnline__heading,
	.description__heading,
	.description__text,
	.sessions__heading,
	.course__timeZone,
	.courseCard__name {
		text-align: center
	}

	.ourCourses__moreAbout {
		margin: 0 auto;
	}

	.banner__heading {
		font-size: 50px;
	}

	.advantages__buttons,
	.banner__buttons {
		justify-content: center
	}

	.ourCourses__block__img {
		display: block;
		margin: 0 auto;
	}

	.contactUs__illustration {
		display: none
	}

	.contactUs__illustration-mobile {
		display: flex;
		width: 100%;
		justify-content: center
	}

	.contactUs__img {
		justify-content: center;
		display: flex;
		align-items: center;
		margin: 0 auto;
		margin-top: 30px
	}

	.page__aboutUs .aboutUs__img {
		width: 80%;
		display: none
	}

	.page__aboutUs .aboutUs__img-mobile {
		display: block;
		margin: 30px auto;
	}

	.page__aboutUs .content {
		margin-top: 30px
	}

	.aboutUs__img-mobile {
		display: block;
		margin: 0 auto;
		margin-top: 20px;
	}

	.courseInfo .container,
	.exams .container {
		flex-direction: column;
		align-items: center;
	}

	.courseInfo__img,
	.exams__img {
		width: 70%;
		display: none
	}

	.courseInfo__img-mobile,
	.exams__img-mobile {
		display: block;
		margin: 30px auto;
	}

	.exams {
		margin-top: 150px;
	}

	.courseInfo__heading,
	.exams__heading {
		text-align: center;
		align-self: center;
	}

	.courseInfo .banner__newCourses {
		display: inline-block;
		margin: 0 auto;
	}

	.courseInfo__inf {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.courseCard {
		width: 48%;
		margin-bottom: 30px
	}

	.course .container {
		flex-direction: column;
		padding: 0 15px;
	}

	.course__img {
		width: 80%;
		margin: 0 auto;
		order: -1;
		margin-bottom: 50px
	}

	.course__img>div {
		position: relative;
		top: 0;
	}

	.button-container-mobile {
		display: flex !important;
		position: sticky;
		top: 0;
		height: 100%;
		width: 100%;
		justify-content: center;
		align-items: flex-start;
		pointer-events: none;
		margin-bottom: 20px;
	}

	.course-wrapper {
		display: flex;
		flex-direction: column-reverse;
	}

	.button-container {
		display: none;
	}

	.button-container>a {
		max-width: 250px;
		pointer-events: all;
	}

	.page__cours .banner__newCourses {
		margin: 0 !important;
	}

	.description__icon {
		margin: 0 auto;
	}

	.description__blocks {
		justify-content: space-between
	}

	.description__block {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.description__text {
		margin-top: 20px
	}

	.page__cours .content {
		margin-top: 0px;
	}

	.course__heading {
		margin: 0 auto;
		text-align: center;
		margin: 20px 0px;
	}

	.course__schedule {
		margin-right: 0
	}

	.page__cours .banner__newCourses {
		margin: 0 auto;
		display: inline-block;
		text-align: center;
	}

	.course__schedule {
		margin-left: auto;
		margin-right: auto;
	}

	.course__sessions {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.only-desk {
		display: none;
	}
}

.header-navigation-mobile__button .navigation-mobile__button__line:nth-child(1) {
	width: 30px;
}

.header-navigation-mobile__button .navigation-mobile__button__line:nth-child(2) {
	width: 30px;
	background: orange;
}

.header-navigation-mobile__button .navigation-mobile__button__line:nth-child(3) {
	width: 30px;
}

.active-menu_link .menu__link:nth-child(1) {
	border-radius: 10px;
	color: white !important;
}

.active-menu_link .menu__link:nth-child(1):hover {
	background: #94d977;
	color: white !important;

}

.active-menu_link .dropdown__content .menu__item a {
	color: #94d977 !important;
}

@media (max-width: 868px) {
	.header-navigation-mobile__button {
		position: fixed;
		bottom: 5%;
		right: 10%;
		z-index: 10;
		display: flex;
		width: 50px;
		height: 50px;
		background: black;
		border-radius: 50px;
		border: 2px solid orange;
	}
}

@media screen and (max-width: 750px) {

	.navigation-mobile__button,
	.navigation-mobile .navigation__menu,
	.navigation-mobile .navigation__account {
		display: flex
	}

	.navigation__menu,
	.navigation__account,
	.footer .navigation__account,
	.questions__img {
		display: none
	}

	.account-mobile .account__mail {
		margin: 0 auto;
	}

	.aboutUs__inf,
	.question {
		width: 100%
	}

	.aboutUs .container {
		display: flex;
		flex-direction: column;
	}

	.questions .container {
		flex-direction: column;
	}

	.questions__img {
		max-width: 75%;
		margin: 0 auto;
		order: -1;
		margin-bottom: 50px
	}

	.questions__info {
		width: 100%;
		margin: 0 auto;
	}

	.questions__heading,
	.questions__more {
		text-align: center
	}

	.questions__img-mobile {
		display: block
	}
}

@media screen and (max-width: 600px) {

	.ourCourses__block,
	.advantages__block {
		width: 45%;
	}

	.smallBaner__heading {
		text-align: center
	}

	.smallBaner__heading {
		transform: scale(0.8);
	}

	.banner__newCourses {
		font-size: 15px;
		margin-bottom: 20px;
		width: 100%
	}

	.banner__contactUs,
	.contactUs__input,
	.contactUs__input-message,
	.courseCard,
	.page__cours .banner__newCourses {
		width: 100%
	}

	.banner__buttons,
	.advantages__buttons {
		flex-direction: column;
	}

	.advantages__buttons {
		justify-content: center;
		align-items: center;
	}

	.advantages__moreAbout {
		margin-bottom: 20px
	}

	.advantages__moreAboutCourses {
		margin-left: 0
	}

	.contactUs__subheading {
		text-align: center
	}

	.footer .navigation .container {
		padding: 0px
	}

	.banner__newCourses {
		text-align: center;
	}

	.courseCard {
		margin-bottom: 30px
	}

	.page__cours .banner__newCourses {
		display: block;
	}

	.course__features {
		margin-left: -5px;
		margin-right: -5px;
	}

	.courseCard__features--wide {
		width: 33%;
	}

	.courseCard__text {
		font-size: 14px;
	}

	.courseCard__features img {
		display: none;
	}

	.courseCard__features {
		margin-right: 15px;
	}

	.courseCard__time {
		align-items: center;
	}

	.dropdown__content_course {
		min-width: 200px;
	}
}

.banner__inf-mobile .aboutUs__img {
	width: 100%;
	max-width: 50%;
}

.banner__inf-mobile {
	display: none;
}

@media (max-width: 868px) {
	.banner__inf-mobile {
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 868px) {

	.banner__heading,
	.banner__buttons {
		display: none;
	}
}

@media screen and (max-width: 440px) {
	.banner__heading {
		font-size: 40px;
		line-height: 1.1;
		text-align: center
	}

	.conducted .smallBaner__heading {
		transform: scale(0.65);
	}

	.advantages__heading {
		font-size: 30px
	}

	.account-mobile .account__mail {
		margin-top: 15px;
	}

	.course__schedule th,
	.course__schedule td {
		padding: 10px;
	}
}

@media screen and (max-width: 300px) {

	.course__schedule th,
	.course__schedule td {
		padding: 5px;
	}
}

@media screen and (max-width: 264px) {

	.contactUs__input,
	.contactUs__input-message {
		width: 100%
	}
}



.prefooter_content a {
	color: #000000;
}

.prefooter_content a:hover {
	color: #1F4D8F;
}


/*NEW*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

body {
	font-family: "Mulish";
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

.container {
	max-width: 1470px;
	margin: 0 auto;
	position: relative;
}

.banner__newCourses,
.banner__contactUs {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 45px;
	background: #1F4D8F;
	color: #fff;
	margin-right: 25px;
	transition: all 0.3s;
	text-transform: uppercase;
	font-weight: 700;
}

.banner__contactUs {
	color: #EC995C;
	background: #fff;
	border: 2px solid #EC995C;
	padding: 20px 75px;
}

.banner__newCourses:hover {
	background: #4C71A5;
}

.banner__contactUs:hover,
.smallBaner__upcoming:hover {
	background: #F0AD7D;
	color: #fff;
}

/******Header Styles******/
.landing .header {
	background: #1F4D8F;
	padding-top: 50px;
	position: relative;
	z-index: 20;
}

.landing .header__heading {
	font-size: 64px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	line-height: 120%;
	max-width: 500px;
}

.landing .header__content {
	margin-top: 100px;
}

.landing .header__text {
	font-style: normal;
	font-weight: 200;
	font-size: 24px;
	line-height: 140%;
	color: #fff;
	margin-top: 30px;
}

.header__info {
	padding-bottom: 20px;
}

.aboutUs__illustration svg {
	max-width: 100%;
}

.landing .smallBaner__upcoming {
	margin-top: 50px;
	display: inline-block;
	padding: 19px 65px;
	font-weight: 800;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.landing .banner__contactUs:hover {
	background: #1F4D8F;
	color: #fff;
}

.landing .header__content {
	display: flex;
	justify-content: space-between;
}

.header__text {
	max-width: 600px;
}

/******Min Header Styles******/
.min-header {
	position: fixed;
	width: 100%;
	z-index: 10;
	background: #fff;
	margin: 0 auto;
	top: 0px;
}

.min-header .container {
	display: flex;
	justify-content: space-between;
	padding: 21px 10px;
	align-items: center;
}

.min-header .banner__contactUs {
	border-color: #1F4D8F;
	color: #1F4D8F;
	padding: 14px 48px;
}

/*****Why we Styles******/
.why_we {
	padding-top: 160px;
	padding-bottom: 140px;
}

.why_we .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.why_we__img {
	width: 50%;
}

.why_we__img svg {
	max-width: 100%;
	height: auto;
}

.why_we__info {
	width: 40%;
}

.why_we__illustration {
	width: 100%;
}

.why_we__heading {
	font-weight: 800;
	font-size: 36px;
	line-height: 130%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #1F4D8F;
	margin-bottom: 40px;
}

.why_we__subheading {
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	color: #000000;
	margin-bottom: 30px;
}

.why_we__text,
.banner-footer__text {
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.7);
}

/*****Video Styles*****/
.landing-video__heading {
	font-weight: 800;
	font-size: 36px;
	line-height: 130%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #1F4D8F;
	margin: 50px 0px;
	text-align: center;
}

.landing-video__video {
	width: 100%;
}

/*****Benifits Styles*****/
.benifits {
	padding: 100px 0px;
	background: #1F4D8F;
}

.benifits__heading,
.banner-footer__heading {
	font-weight: 800;
	font-size: 36px;
	line-height: 130%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #fff;
}

.benifits__img_max60 {
	max-width: 60px;
}

.benifits__subheading {
	font-size: 24px;
	line-height: 140%;
	color: #fff;
	margin-top: 40px;
}

.benifits__features {
	padding-top: 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.benifits .smallBaner__upcoming {
	display: inline-block;
	margin: 0 auto;
}

.benifits__feature {
	width: 30%;
	margin-bottom: 60px;
}

.benifits__feature__text {
	color: #fff;
}

.benifits .smallBaner__upcoming {
	margin-top: 0px;
}

.benifits__feature__img {
	margin-bottom: 10px;
}

.benifits__feature__text {
	font-size: 18px;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.8);
}

/*****Questions Styles*****/
.landing .questions {
	padding: 100px 0px;
}

.landing .questions .container {
	align-items: flex-start;
}

.landing .questions__img {
	max-width: 50%;
}

.landing .questions__img svg {
	max-width: 100%;
}

/******Footer`s Banner Styles******/
.banner-footer {
	padding: 100px 0px;
	background: #1F4D8F;
	margin-bottom: -2px
}

.banner-footer__text {
	color: #fff;
	margin-top: 40px;
}

.banner-footer__info {
	width: 60%;
}

.banner-footer__picture {
	width: 40%;
}

.banner-footer__picture svg {
	max-width: 100%;
}

.banner-footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/*****Cookies Styles******/
.cookies {
	background: #DDE4EE;
	padding: 18px 0px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	display: none;
	z-index: 30;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.cookies__text {
	max-width: 709px;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	color: rgba(32, 32, 32, 0.8);
	margin-bottom: 0;
}

.cookies__text a {
	color: #1F4D8F;
	font-size: 16px;
	text-decoration: underline;
	padding-right: 10px;
}

.cookies__close {
	max-width: 100%;
	margin-left: 40px;
	font-size: 50px;
	color: #000000B2;
	text-align: center;
	margin-top: -10px;
}

.cookies .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	padding: 5.5px 10px;
}

.cookies__accept {
	text-transform: uppercase;
	color: #1F4D8F;
	font-weight: 800;
	font-size: 15px;
	line-height: 120%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 1px solid #1F4D8F;
	padding: 10px 50px;
	transition: all 0.3s;
	cursor: pointer;
}

.landing .cookies__accept:hover {
	background: #1F4D8F;
	color: #fff;
	cursor: pointer;
}

.cookies__interact {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cookies__close {
	cursor: pointer;
}

/******Pop up Styles********/
.landing__pop-up {
	width: 815px;
	height: 811px;
	margin: 0 auto;
	position: fixed;
	display: none;
	z-index: 2;
	left: calc(50% - 407px);
	top: 2%;
	background: #fff;
	z-index: 29;
}

.landing__pop_up_dark {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 28;
	display: none;
	transition: all 0.5s;
}

.landing__pop-up-block {
	display: block;
}

.landing__pop-up .landing__pop-up__container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pop-up__close {
	align-self: flex-end;
	padding: 10px 26px 10px 26px;
	cursor: pointer;
	font-size: 50px;
	color: #000000B2;
}

.landing__pop-up__heading {
	font-weight: 800;
	font-size: 30px;
	line-height: 130%;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #EC995C;
	margin-bottom: 30px;
}

.landing__pop-up__subheading {
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	margin-bottom: 40px;
}

.landing__pop-up__blue {
	background: #1F4D8F;
	width: 100%;
	position: absolute;
	bottom: 0%;
	height: 35%;
	z-index: -1;
}

.landing__pop-up__input input {
	background: #FFFFFF !important;
	border: 1px solid #1F4D8F !important;
	box-sizing: border-box !important;
	width: 500px !important;
	text-align: center !important;
	padding: 18px 16px 18px 20px !important;
	margin-top: 30px !important;
	margin-bottom: 10px !important;
	font-size: 16px !important;
}

.pop-up__btn input {
	background: #EC995C !important;
	color: #fff !important;
	width: 500px !important;
	margin-right: 0 !important;
	border: none !important;
}

.landing__pop-up__unshow {
	margin-top: 30px;
	color: #fff;
	cursor: pointer;
	text-decoration: underline;
}

.smallBaner__upcoming {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 45px;
	background: #EC995C;
	color: #fff;
	transition: all 0.3s;
	margin-top: 40px;
	text-transform: uppercase;
	font-weight: 700;
}

.smallBaner__bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

/*****Privat Policy Page Styles******/
.main__rules__heading {
	font-weight: 800;
	font-size: 36px;
	line-height: 130%;
	color: #1F4D8F;
	text-transform: uppercase;
	text-align: center;
	margin-top: 90px;
}

.main__rules__smallheading {
	color: black;
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	margin-bottom: 30px;
	margin-top: 40px;
}

.main__rules__text {
	font-size: 16px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.7);
}

.policy .banner__contactUs:hover {
	background: #1F4D8F;
	color: #fff;
}

.policy .footer__rights {
	text-align: left;
	line-height: 1.3;
}

/******Footer Styles******/
.footer {
	margin-top: 130px;
}

.footer .navigation .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer .navigation__account {
	display: flex;
	align-items: center;
}

.footer .account__logo {
	margin-right: 8px;
}

.footer__trademark {
	padding-bottom: 40px;
	font-size: 12px;
	line-height: 150%;
	border-bottom: 1px solid #1F4D8F;
	margin-bottom: 50px;
}

.footer__rights {
	text-align: center;
	margin: 30px 0px;
}

.footer .navigation__menu {
	margin-right: -130px;
	justify-content: space-between;
}

.footer .navigation__account {
	margin-right: 0;
	display: flex;
	justify-content: flex-end;
}

.footer .account__mail {
	margin-right: 0;
}

.footer .navigation .container {
	padding: 0;
}

.landing .footer {
	background: #1F4D8F;
	margin: 0;
	color: #fff;
	padding-top: 5px;
}

.landing .footer .navigation {
	margin-bottom: 0;
}

.landing .footer .footer__trademark {
	border-bottom-color: #fff;
}

.landing .footer .menu__link {
	color: #fff;
}

.landing .footer__rights {
	text-align-last: left;
	line-height: 1.3;
}

/*******Page FAQ***********/
.questions .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.questions__heading {
	font-weight: 800;
	font-size: 36px;
	line-height: 130%;
	color: #1F4D8F;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.questions__info {
	width: 50%;
}

.questions__img {
	max-width: 45%;
}

.question__info {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	align-items: center;
}

.question {
	width: 85%;
	border-bottom: 1px solid #1F4D8F80;
	padding-bottom: 20px;
	transition: all 0.3s;
	margin-bottom: 30px;
	cursor: pointer;
}

.question:hover {
	filter: opacity(85%);
}

.question__text {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	max-width: 80%;
}

.question__answer {
	font-size: 16px;
	line-height: 150%;
	color: #000000B2;
	margin-top: 20px;
	display: none;
	transition: all 0.3s;
}

.question__answer-active {
	display: block;
}

.question__arrow {
	transition: all 0.3s;
	transform-origin: center;
}

.question__arrow-active {
	transform: rotate(180deg);
}

.questions__more {
	font-size: 16px;
	line-height: 150%;
}

.questions__more a {
	text-decoration: underline;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	color: #1F4D8F;
}

.questions__img-mobile {
	display: none;
}

.policy .min-header {
	position: fixed;
	width: 100%;
	top: 0px;
	background: #fff;
	z-index: 10;
}

/****Adaptive Styles******/
@media screen and (max-width: 1470px) {
	.container {
		padding: 0px 20px;
	}
}

@media screen and (max-width: 1300px) {
	.header__content {
		margin-top: 60px !important;
	}
}

@media screen and (max-width: 1140px) {
	.header__content {
		margin-top: 60px !important;
	}

	.header__picture {
		align-self: flex-end;
	}

	.header__heading {
		font-size: 50px !important;
	}
}

@media screen and (max-width: 1000px) {
	.cookies__text {
		width: 70%
	}

	.cookies__interact {
		width: 30%;
	}

	.cookies__close {
		margin-left: 0
	}
}

@media screen and (max-width: 800px) {

	.header__content,
	.why_we .container,
	.questions .container,
	.banner-footer .container {
		flex-direction: column;
	}

	.landing__pop-up__container,
	.landing__pop_up_dark,
	.landing__pop-up {
		display: none !important;
	}

	.header__picture,
	.why_we__img,
	.questions__img,
	.banner-footer__picture {
		order: -1;
	}

	.header__picture,
	.why_we__img,
	.questions__img,
	.banner-footer__picture {
		margin: 0 auto;
		width: 80%
	}

	.landing .questions__img {
		max-width: 80%
	}

	.header__info,
	.why_we__info,
	.questions__info,
	.banner-footer__info {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 20px
	}

	.header__info {
		text-align: center;
	}

	.header__text {
		max-width: 100%
	}

	.smallBaner__upcoming {
		width: 60%;
		text-align: center
	}

	.benifits .container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.header__heading {
		font-size: 64px !important
	}

	.why_we__text,
	.why_we__subheading {
		text-align: justify
	}

	.why_we__info,
	.banner-footer__info {
		margin-top: 40px
	}

	.benifits__heading,
	.benifits__subheading,
	.smallBaner__upcoming {
		text-align: center
	}

	.cookies__text {
		width: 60%
	}

	.cookies__interact {
		width: 38%
	}

	.questions__heading,
	.banner-footer__heading {
		text-align: center
	}

	.aboutUs {
		background-image: none !important;
	}
}

@media screen and (max-width: 640px) {
	.navigation .container {
		flex-direction: column;
	}

	.navigation__account {
		margin-top: 20px
	}

	.footer__trademark {
		margin-bottom: 15px
	}

	.footer__text {
		text-align: center
	}

	.cookies__accept {
		padding: 10px 40px;
	}
}

@media screen and (max-width: 500px) {
	.cookies .container {
		display: flex;
		flex-direction: column;
	}

	.cookies__text,
	.cookies__interact {
		width: 100%;
	}

	.cookies__interact {
		margin-top: 20px
	}

	.benifits__feature {
		width: 49%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.benifits__feature__text {
		text-align: center
	}

	.min-header .banner__contactUs {
		padding: 14px 30px;
		margin-right: 0;
	}

	.header__heading {
		font-size: 45px !important
	}
}

@media screen and (max-width: 340px) {
	.min-header__logo {
		width: 50%
	}

	.main__rules__heading {
		margin-top: 100px
	}
}

.header-top {
	margin-top: -100px;
}

/* ==============02.05.2022 */
.text {
	font-size: 16px;
	font-weight: 400;
}

.text__title {
	color: #076AF8;
	font-size: 24px;
	margin-bottom: 25px;
	font-weight: 600;
}

.text__2cols {
	display: flex;
	margin: 0 -20px;
}

.text__col {
	flex-grow: 1;
	flex-basis: 50%;
	margin: 20px;
}

@media (max-width: 768px) {
	.text__col {
		flex-basis: 100%;
		margin: 20px 0;
	}

	.text__2cols {
		margin: 0;
		flex-direction: column;
	}
}

.raiting {
	background-color: #DDE4EE;
	border-radius: 10px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 18px 10%;
	position: relative;
	cursor: pointer;
	line-height: 1;
	margin-bottom: 120px;
}

.raiting::before {
	content: '';
	display: block;
	height: 2px;
	width: 60%;
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #000;
}

.raiting {
	padding: 18px 10%;
}



.raiting__text-grade {
	font-size: 60px;
	color: #1F4D8F;
	font-weight: 600
}

@media (max-width: 1600px) {
	.raiting__text-grade {
		font-size: 50px
	}
}

@media (min-width: 1300px) {
	.raiting__text-grade {
		margin-right: 20px
	}
}

.raiting__of {
	font-size: 24px;
	color: #1F4D8F;
	transform: translateY(-5px);
	word-wrap: nowrap
}

@media (max-width: 1600px) {
	.raiting__of {
		font-size: 20px
	}
}

.raiting__raiting {
	font-size: 36px;
	font-weight: 600
}

@media (max-width: 1600px) {
	.raiting__raiting {
		font-size: 30px
	}
}

.raiting__reward {
	position: absolute;
	width: 8%;
	height: auto;
	top: 40%;
	z-index: 2
}

@media (max-width: 1300px) {
	.raiting__reward {
		width: 13%
	}
}

@media (max-width: 656px) {
	.raiting__reward {
		display: none
	}
}

.raiting__reward--left {
	left: 1%
}

.raiting__reward--right {
	right: 1%
}

.raiting__reward svg {
	width: 100%
}

.raiting__stars {
	display: flex;
	margin: 0 20px;
	flex-shrink: 1;
	width: 30%
}

@media (max-width: 1300px) {
	.raiting {
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.raiting__of {
		display: none;
	}

	.raiting__stars {
		margin: 0 40px;
	}

	.banner__newCourses,
	.banner__contactUs {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 1100px) {
	.raiting {
		padding-top: 40px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
}

@media (max-width: 868px) {
	.raiting {
		padding: 17px;
	}
}

@media (max-width: 856px) {
	.raiting__stars {
		width: 55%
	}

	.raiting__reward {
		width: 18%;
	}

	.banner__newCourses,
	.banner__contactUs {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 656px) {
	.raiting__stars {
		width: 75%
	}
}

.raiting__logo {
	width: 25%;
	height: auto
}


.raiting__star {
	margin: 0 5px
}

.raiting__banner_link {
	position: absolute;
	top: 100%;
	width: 40%;
	height: auto;
	left: 50%;
	transform: translateX(-50%);
}

.raiting__banner {
	width: 100%;
	opacity: 0;
}

@media (max-width: 856px) {
	.raiting__logo {
		width: 45%
	}

	.raiting__banner_link {
		width: 95%;
		max-width: 550px;
	}

	.raiting {
		margin-bottom: 50px;
	}
}

@media (max-width: 656px) {
	.raiting__logo {
		width: 65%
	}
}

/* reviews */
.reviews {
	background-color: #1F4D8F;
	padding: 50px 20px 82px 20px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	display: block;
	color: #000000B2;
}

.reviews__bg-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
}

.reviews__bg {
	position: absolute;
	height: 80%;
	top: 50%
}

@media (max-width: 868px) {
	.reviews__bg {
		height: auto;
		width: 50%;
		top: unset;
		bottom: 0
	}
}

.reviews__bg--left {
	left: 0
}

.reviews__bg--right {
	right: 0
}

.reviews__inner {
	display: flex;
	flex-direction: column
}

@media (max-width: 868px) {
	.reviews__inner {
		overflow: hidden;
	}
}

.reviews__logo {
	align-self: center;
	margin-bottom: 15%;
	width: 15%;
}

@media (max-width: 1200px) {
	.reviews__logo {
		margin-bottom: 18%
	}
}

@media (max-width: 868px) {
	.reviews__logo {
		width: 80%;
		margin-bottom: 50px
	}
}

.reviews__list {
	display: flex;
	justify-content: center;
	position: relative;
	flex-direction: column;
	align-items: center;
	z-index: 2
}

@media (max-width: 868px) {
	.reviews__list {
		overflow-x: scroll;
		width: 100%;
		padding: 8px;
		display: -webkit-inline-box;

	}
}


.reviews__review {
	max-width: 500px;
	width: 30%
}

@media (max-width: 1200px) {
	.reviews__review {
		width: 45%
	}
}

@media (max-width: 868px) {
	.reviews__review {
		width: 80%;
		margin-bottom: 20px;
		padding: 0px 10px;

	}
}

@media (max-width: 568px) {
	.reviews__review {
		width: 100%
	}
}

.reviews__review .review__inner {
	min-height: 206px
}

@media (max-width: 1200px) {
	.reviews__review .review__inner {
		min-height: 156px
	}
}

.reviews__review:hover {
	z-index: 5 !important
}

.reviews__review:first-child {
	position: relative;
	z-index: 4
}

@media (min-width: 868px) {
	.reviews__review:nth-child(2) {
		position: absolute;
		transform: translateX(58%);
		top: -60%;
		z-index: 1
	}
}

.reviews__review:nth-child(2) .review__inner {
	background-color: #8FA6C7
}

.reviews__review:nth-child(2) .star__star-bg {
	fill: #EC995C
}

@media (min-width: 868px) {
	.reviews__review:nth-child(3) {
		position: absolute;
		top: -60%;
		transform: translateX(-58%);
		z-index: 1
	}
}

.reviews__review:nth-child(3) .review__inner {
	background-color: #E9EDF4
}

.reviews__review:nth-child(3) .star__star-bg {
	fill: #EC995C
}

@media (min-width: 868px) {
	.reviews__review:nth-child(4) {
		position: absolute;
		top: -110%;
		transform: translateX(-115%);
		z-index: 2
	}
}

.reviews__review:nth-child(4) .review__inner {
	background-color: #BCCADD
}

.reviews__review:nth-child(4) .star__star-bg {
	fill: #1F4D8F
}

@media (min-width: 868px) and (max-width: 1200px) {
	.reviews__review:nth-child(4) {
		display: none
	}
}

@media (min-width: 868px) {
	.reviews__review:nth-child(5) {
		position: absolute;
		top: -110%;
		transform: translateX(115%);
		z-index: 2
	}
}

.reviews__review:nth-child(5) .review__inner {
	background-color: #BCCADD
}

.reviews__review:nth-child(5) .star__star-bg {
	fill: #EC995C
}

@media (min-width: 868px) and (max-width: 1200px) {
	.reviews__review:nth-child(5) {
		display: none
	}
}

.review__inner {
	background-color: #EC995C;
	border-radius: 27px;
	padding: 16px 25px;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s;
	transform-origin: center center;
	height: auto
}

.review__inner:hover {
	transform: scale(1.05)
}

.review__user {
	display: flex;
	align-items: center;
	margin-bottom: 20px
}

.review__user-name {
	font-size: 20px;
	font-weight: 600;
	margin: 0
}

.review__user-img {
	border-radius: 50%;
	width: 50px;
	margin-right: 15px
}

.review__stars {
	width: auto;
	height: auto;
	flex-grow: 1;
	flex-shrink: 1;
	max-height: 40px;
	margin: 0 auto auto 0
}

.review__short {
	margin: 5px 0 0 0;
	font-weight: 700;
}

.review__text {
	margin: 0;
	line-height: 1.2
}

#bgL>*,
#bgR>* {
	transform-box: fill-box
}

#bgL>* {
	transform-origin: 100% 100%
}

#bgR>* {
	transform-origin: 0% 100%
}

#bgL>g:first-of-type {
	animation: rotate1 3s forwards ease-in-out infinite alternate
}

#bgL>g:nth-of-type(2) {
	animation: rotate1 3s -.3s forwards ease-in-out infinite alternate
}

#bgL>g:nth-of-type(3) {
	animation: rotate1 3s -.6s forwards ease-in-out infinite alternate
}

#bgL>g:nth-of-type(4) {
	animation: rotate1 3s -.9s forwards ease-in-out infinite alternate
}

#bgR>g:first-of-type {
	animation: rotate2 3s forwards ease-in-out infinite alternate
}

#bgR>g:nth-of-type(2) {
	animation: rotate2 3s -.3s forwards ease-in-out infinite alternate
}

#bgR>g:nth-of-type(3) {
	animation: rotate2 3s -.6s forwards ease-in-out infinite alternate
}

#bgR>g:nth-of-type(4) {
	animation: rotate2 3s -.9s forwards ease-in-out infinite alternate
}

@keyframes rotate1 {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(5deg)
	}
}

@keyframes rotate2 {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(-5deg)
	}
}

/* 18.05.2022 */
.banners {
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 50px;
	margin-bottom: 150px
}

.banners__bg {
	position: absolute;
	left: 0;
	height: auto;
	width: 100%
}

.banners__banner {
	display: flex;
	align-items: center;
	height: 100%;
	user-select: none
}

.banners__banner img {
	width: 100%
}

.home .swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	width: 100%;
}

.home .swiper-wrapper {
	position: relative;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.home .swiper-android .swiper-slide,
.home .swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.home .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	position: relative;
	transition-property: transform
}

.shop_table .subscription-details {
	visibility: hidden;
}

.cart-subtotal td,
.recurring-total td {
	color: #fff;
	user-select: none;
}

.cart-subtotal td span,
.recurring-total td span {
	color: #000;
}

.cart_totals .recurring-totals,
.cart_totals .recurring-total,
.woocommerce-checkout-review-order .recurring-totals,
.woocommerce-checkout-review-order .recurring-total {
	display: none;
}

.first-payment-date {
	display: none;
}

.pulse-btn-wrapper {
	z-index: 5;
}

.pulse-btn {
	position: relative;
	background-color: #3CFD03;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	padding: 20px 30px;
	display: block;
	border-radius: 15px;
	margin: 20px 0 20px;
	text-transform: uppercase;
	animation-name: borderPulse;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	transform-origin: center;
	transition: transform 0.3s, opacity 0.3s;
}

.pulse-btn:hover {
	transform: scale(1.05);
	opacity: 0.7;
}

@keyframes borderPulse {
	0% {
		box-shadow: 0 0 0 0 #FFFB00;
	}

	100% {
		box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

.enroll-paypal-text {
	font-size: 15px;
	margin: 2px 0;
	max-width: 301px;
	color: #000;
}

.enroll-features-slider {
	width: 90%;
	margin: 30px auto 0;
	cursor: grab;
}

.enroll-feature {
	display: flex;
	align-items: center;
}

.enroll-feature__img {
	width: 35px;
	margin-right: 15px;
}

.enroll-feature__text {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.1;
	color: #000;
	pointer-events: none;
}

.text-underline {
	text-decoration: underline;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
	display: none;
}

.woocommerce-checkout #customer_details {
	order: 2;
	margin-bottom: 40px;
}

.woocommerce-checkout-review-order-table thead .product-total {
	color: #fff;
	user-select: none;
}


.woocommerce-checkout-review-order-table thead .product-total:before {
	content: 'Amount';
	color: #000;
	position: absolute;
	z-index: 1;
}

.woocommerce-page #payment #place_order {
	background-color: #3CFD03;
	color: #3CFD03;
	user-select: none;
	position: relative;
	transition: opacity 0.3s;
}


.woocommerce-page #payment #place_order:hover {
	opacity: 0.7;
}

.woocommerce-page #payment #place_order:before {
	content: 'Enroll!';
	color: #fff;
	position: absolute;
	z-index: 1;
	transform: translatex(-50%);
	left: 50%;
}

.checkout-valid-img {
	width: 15px;
	position: absolute;
	top: 50%;
	left: -6px;
	transform: translate(0, -50%);
	opacity: 0;
	transition: opacity 0.3s;
}

.woocommerce-validated .checkout-valid-img {
	opacity: 1;
}

#billing_as_student_checkbox_field .checkout-valid-img {
	display: none;
}

#billing_as_student_checkbox_field .optional {
	display: none;
}

.automatewoo-optin {
	display: none;
}

.woocommerce-input-wrapper {
	position: relative;
}

.woocommerce-billing-fields__field-wrapper label::before {
	content: 'Student ';
}

.woocommerce-terms-and-conditions-wrapper {
	display: flex;
	flex-direction: column;
}

.checkout-addition-info {
	order: 1;
	margin-bottom: 20px !important;
}

.woocommerce-terms-and-conditions-wrapper .form-row:last-child {
	order: 2;
}

#billing_email_field {
	float: left;
}

#billing_phone_field {
	float: right;
}

.woocommerce form .form-row label {
	line-height: 1.3;
	margin-bottom: 5px;
}

.woocommerce-checkout {
	display: flex;
	flex-direction: column;
}

#wcpay-payment-request-button-separator {
	order: 1;
	margin-bottom: 0;
}

#wcpay-payment-request-wrapper {
	order: 2;
}

.paypal-buttons {
	display: block !important;
	margin: 0 auto;
}

#order_review_heading {
	display: none;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	float: none;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column-reverse;
	gap: 30px;
}

@media (min-width: 1080px) {
	#order_review {
		display: grid;
		grid-template-columns: 3fr 1fr;
		grid-column-gap: 30px;
	}

	#payment {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}

	#customer_details {
		grid-column: 1 / 3;
		grid-row: 1 / 2;
	}

	#order_review .cart_item {
		max-height: 200px;
	}

	.woocommerce table.shop_table {
		align-self: start;
	}
}

@media (max-width: 1080px) {

	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1 {
		flex-direction: column-reverse;
	}
}

#payment {
	position: relative;
	border: 4px solid #80C700;
	margin-bottom: 20px;
}

.payment-trust {
	position: absolute;
	top: -30px;
	right: 5%;
}

#order_review .product-quantity {
	display: none;
}

.woocommerce-billing-fields__field-wrapper,
#billing_as_student_wrap {
	display: inline-block;
}

.custom_student_field.hidden {
	display: none;
}

#billing_as_student_wrap.hidden {
	display: none;
}

#billing_as_student_wrap {
	border: 3px solid #F5C02C;
	padding: 10px;
}

#billing_as_student_wrap+.woocommerce-billing-fields {
	border: 3px solid #24ACE6;
	padding: 10px;
}

.woocommerce table.shop_table {
	border: 3px solid #83BF19;
	border-radius: 0;
}

.woocommerce-checkout #payment {
	border-radius: 0;
}

.sheldue.swiper {
	width: 700px;
	color: #fff;
	margin-left: 0;
}

.sheldue__row {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.sheldue__col-1 {
	display: flex;
	align-items: center;
	position: relative;
	width: 250px;
}

.sheldue__col-1::after {
	content: '';
	display: block;
	height: 6px;
	background-color: #F8BF07;
	width: 30px;
}

.sheldue__heading {
	background-color: #0071C1;
	color: #fff;
	padding: 5px 10px;
	border-radius: 15px;
	flex-grow: 1;
}

.sheldue__date {
	font-size: 18px;
	text-align: center;
	display: block;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
}

.sheldue__day {
	margin: 0;
	font-size: 14px;
	text-align: center;
	display: block;
	color: #fff;
	line-height: 1.1;
	margin: 3px 0;
	text-transform: uppercase;
}

.sheldue__time {
	margin: 0;
	font-size: 12px;
	text-align: center;
	display: block;
	color: #fff;
	line-height: 1.1;
}

.sheldue__col-2 {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-left: -1px;
}

.sheldue__col-2::before {
	content: '';
	display: block;
	width: 7px;
	height: calc(100% - 45px);
	position: absolute;
	left: 0;
	top: 22px;
	background-color: #F8BF07;
}

.sheldue__branch {
	display: flex;
	align-items: center;
}

.sheldue__branch+.sheldue__branch {
	margin-top: 10px;
}

.sheldue__nerve {
	width: 70px;
	min-width: 70px;
}

.sheldue__text {
	margin: 0 1px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: #fff;
	line-height: 1.1;
	flex-grow: 1;
}

.sheldue__icon {
	width: 30px;
	height: auto;
}

.lesson {
	display: flex;
	height: 50px;
	width: 100%;
}

.lesson__header {
	background-color: #DC0653;
	color: #fff;
	padding: 5px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 60px;
	max-width: 60px;
	min-width: 60px;
}

.lesson__short {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.lesson__line {
	display: block;
	background-color: #DC0653;
	height: 7px;
	width: 20px;
	margin: auto 0;
}

.lesson__body {
	background-color: #DC0653;
	color: #fff;
	padding: 5px 10px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	text-align: center;
	width: 300px;
}

.lesson__count {
	font-size: 14px;
}

.sheldue__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.sheldue .sheldue__pagination.swiper-pagination-bullets {
	display: flex;
	width: unset;
	margin: 0 20px;
}

.sheldue__arrow {
	cursor: pointer;
	width: 30px;
	height: 30px;
	transition: opacity 0.3s;
}

.sheldue__arrow:hover {
	opacity: 0.7;
}

.sheldue__arrow--prev {
	transform: rotate(180deg);
}

.sheldue .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}

.sheldue .swiper-pagination-bullet-active {
	background-color: #4472C4;
}

@media (max-width: 1200px) {
	.sheldue {
		transform: scale(0.8);
		transform-origin: 0 0;
	}
}

@media (max-width: 1050px) {
	.sheldue {
		transform: scale(0.6);
		transform-origin: 0 0;
	}
}

@media (max-width: 800px) {
	.sheldue.swiper {
		transform: scale(1);
		width: 100%;
	}

	.pulse-btn {
		margin-top: 10px;
		font-size: 20px;
	}

	.sheldue .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 10px;
	}

	.sheldue__arrow {
		width: 20px;
		height: auto;
	}
}

@media (max-width: 360px) {
	.sheldue--desk {
		display: none;
	}
}

@media (min-width: 360px) {
	.sheldue--mob {
		display: none;
	}
}

@media (max-width: 720px) {
	.sheldue {
		overflow: scroll;
		margin-left: auto;
		padding-left: 17px;
	}

	.sheldue__col-1 {
		min-width: 150px;
		width: 40%;
		margin-bottom: 10px;
		height: 55px;
	}

	.sheldue__col-1::after {
		height: 5px;
		width: 13px;
		position: absolute;
		right: 100%;
	}

	.sheldue__date {
		font-size: 14px;
	}

	.sheldue__day {
		font-size: 10px;
	}

	.sheldue__time {
		font-size: 8px;
	}

	.sheldue__col-2 {
		padding-right: 40px;
	}

	.sheldue__col-2::before {
		width: 5px;
		height: calc(100% - 45px);
		top: 22px;
	}

	.sheldue__col-2::after {
		position: absolute;
		right: calc(100% - 4px);
		content: '';
		display: block;
		width: 13px;
		height: calc(50% + 37px);
		position: absolute;
		bottom: calc(50% - 2px);
		border-bottom: 5px solid #F8BF07;
		border-left: 5px solid #F8BF07;
	}

	.sheldue__nerve {
		width: 50px;
		min-width: 50px;
	}

	.lesson__header {
		width: 50px;
		max-width: 50px;
		min-width: 50px;
	}

	.lesson__short {
		font-size: 13px;
	}

	.lesson__count {
		font-size: 11px;
	}

	.lesson__line {
		height: 5px;
		width: 10px;
	}

	.lesson__body {
		width: 220px;
	}

	.sheldue__text {
		font-size: 13px;
	}

	.sheldue__icon {
		width: 20px;
	}

	.sheldue__row {
		flex-direction: column;
		align-items: flex-start;
		padding-left: 20px;
	}


}

a.sehzbas#bbblink {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%) scale(0.7);
}

.ti-widget.moved {
	transform: translateY(-90px);
}

@media (max-width: 856px) {
	.ti-widget.moved {
		transform: translateY(-110px);
	}
}

@media (max-width: 670px) {
	.ti-widget.moved {
		transform: translateY(-130px);
	}
}

@media (max-width: 525px) {
	.ti-widget.moved {
		transform: translateY(-150px);
	}
}

@media (max-width: 500px) {
	.ti-widget.moved {
		transform: translateY(-160px);
	}
}

@media (max-width: 420px) {
	.ti-widget.moved {
		transform: translateY(-170px);
	}
}

@media (max-width: 330px) {
	.ti-widget.moved {
		transform: translateY(-200px);
	}
}

/* about-table */
.about-table {
	width: 100%;
	margin-bottom: 100px;
	position: relative;
	z-index: 3;
	background-color: #fff;
}

.table {
	display: flex;
	flex-direction: column;
}

.table b {
	font-weight: 800;
}

.table p {
	margin: 0;
}

.table p+p:last-of-type {
	line-height: 1;
}

.table__row {
	display: flex;
}

.table__cell {
	background-color: #E8EBF5;
	margin: 1px;
	padding: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.table__heading {
	background-color: #4472C4;
	padding: 10px;
	color: #fff;
	font-weight: 800;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2px;
	margin-top: 0;
}

.about-table__number {
	width: 5%;
}

.about-table__category {
	width: 15%;
	text-align: center;
}

.about-table__we {
	width: 40%;
}

.about-table__other {
	width: 40%;
}

.about-table__excelsium-img {
	width: 100%;
	height: auto;
}

.about-table__excelsium-img-wrapper {
	width: 60%;
	padding: 10px;
	margin: 20px auto;
}

.other-company {
	position: relative;
	border: 3px solid #000;
	padding: 5px 40px 5px 5px;
	font-size: 16px;
	font-weight: 600;
	background-color: #fff;
	color: #000;
}

.other-company::before {
	content: '';
	position: absolute;
	top: calc(100% + 4px);
	left: calc(100% + 4px);
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 30px 30px;
	transform: rotate(135deg) translateX(-50%);
	transform-origin: 0px 0px;
	border-color: transparent transparent #F0DB50 transparent;
}

@media (max-width: 700px) {
	.table__row {
		margin-left: -20px;
		margin-right: -20px;
	}

	.about-table__excelsium-img-wrapper {
		width: 90%;
	}

	.about-table__number {
		display: none;
	}

	.about-table__category {
		width: 100%;
	}

	.table__row {
		flex-wrap: wrap;
	}

	.about-table__we {
		width: calc(50% - 2px);
	}

	.about-table__other {
		width: calc(50% - 2px);
	}
}

.about-slider {
	width: 100%;
	max-width: 1000px;
}

.about-slider__arrow {
	cursor: pointer;
	width: 30px;
	height: 60px;
	transition: opacity 0.3s;
	outline: none;
	flex-shrink: 0;
}

.about-slider__inner {
	display: flex;
	align-items: center;
	gap: 15px;
}

.about-slider__arrow:hover {
	opacity: 0.7;
}

.about-slider__arrow--prev {
	transform: rotate(180deg);
}

.about-slider__slide {
	display: flex;
	gap: 40px
}

.about-slider__col {
	width: 50%;
}

.about-info {
	width: 50%;
	border-radius: 20px;
	padding: 40px 20px 0;
	border: 5px solid #4472C4;
	background-color: #fff;
	display: flex;
	flex-direction: column;
}

.about-info p {
	margin: 0;
	line-height: 1.2;
}

.about-info--other {
	border-color: #EC995C;
}

.about-info__top {
	height: 100px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-info__list {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.about-info__excelsium-img {
	width: 70%;
}

.about-info__icon {
	width: 30px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

.about-info__item {
	position: relative;
	padding-left: 50px;
	margin-bottom: 40px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.about-info__title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}

.about-info__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0;
}

.about-info__other-company {
	font-size: 17px;
	line-height: 1.2;
}

.about-info__other-company b {
	font-weight: 700;
	font-size: 35px;
	line-height: 1;
}

.about-info b {
	font-weight: 700;
}

.about-info b.small {
	font-size: 0.8em;
}

.about-info .bottom-text {
	margin-top: auto;
	font-size: 0.7em;
}

.home .about-slider .swiper-wrapper {
	align-items: stretch;
}

.about-slider .about-slider__pagination.swiper-pagination-bullets {
	display: flex;
	justify-content: center;
	width: unset;
	margin: 0 20px;
	padding: 20px 0;
}

.about-slider__pagination .swiper-pagination-bullet {
	width: 22px;
	height: 22px;
	border: 3px solid #3B64AC;
	opacity: 1;
	background-color: #4472C4;
	margin: 0 7px !important;
	border-radius: 50%;
	cursor: pointer;
	transition: opacity 0.3s;
}

.about-slider__pagination .swiper-pagination-bullet:hover {
	opacity: 0.7;
}

.about-slider__pagination .swiper-pagination-bullet-active {
	background-color: #EC995C;
}

@media (max-width: 700px) {
	.about-slider__slide {
		gap: 10px;
		flex-direction: column;
	}

	.about-info {
		border-radius: 20px;
		padding: 20px 7px 0;
		border-width: 3px;
		width: 100%;
	}

	.about-slider__arrow {
		display: none;
	}

	.about-info__item {
		padding-left: 20px;
		margin-bottom: 20px;
	}

	.about-info__text {
		font-size: 12px;
	}

	.about-info__title {
		font-size: 12px;
	}

	.about-info__icon {
		width: 14px;
		top: 2px;
	}

	.about-info__top {
		height: 60px;
		margin-bottom: 20px;
	}

	.about-info__excelsium-img {
		width: 90%;
	}

	.about-info__other-company {
		font-size: 10px;
	}

	.about-info__other-company b {
		font-size: 15px;
	}

	.other-company::before {
		top: calc(100% + 4px);
		left: calc(100% + 4px);
		border-width: 0 20px 20px 20px;
	}
}

.new-courses-btn {
	width: fit-content;
	position: relative;
	background-color: #E2F0D8;
	border: 3px solid #32B862;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 10px;
	text-align: center;
	display: block;
	border-radius: 15px;
	margin: 30px auto 30px 0;
	transition: opacity 0.3s;
	cursor: pointer;
}

.new-courses-btn:hover {
	opacity: 0.7;
}

#afwc_registration_form {
	border: 4px solid #80C700;
	padding: 20px 0 0 15px;
}

#afwc_registration_form .afwc_reg_form_field {
	padding: 0.75rem;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
    border: 1px solid #e6e6e6;
    box-shadow: rgb(0 0 0 / 80%) 0px 1px 1px 0px inset;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(204, 204, 204);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-style: solid;
    border-top-width: 1px;
    color: rgb(0, 0, 0);
    font-family: Arial;
    font-size: 13.3333px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    outline-offset: 0px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    text-decoration: none solid rgb(0, 0, 0);
    text-shadow: none;
    text-transform: none;
    outline: 0px none rgb(0, 0, 0);	
}

#afwc_registration_form .afwc_registration_form_submit {
	font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
	background-color: #3CFD03;
    color: #fff;
    user-select: none;
    position: relative;
    transition: opacity 0.3s;
}

#afwc_registration_form .afwc_registration_form_submit:hover {
	opacity: 0.7;
}

.afwc_reg_form_wrapper {
	margin: auto;
}

#afwc_registration_form #afwc_registration_form_submit {
	display: block;
	margin-left: auto;
	margin-right: 20px;
}


@media (max-width: 500px) {
	#afwc_registration_form label {
		font-size: 14px;
		padding-right: 10px;
	}	
	
	#afwc_registration_form #afwc_registration_form_submit {
		margin-right: 10px;
	}
	
	#afwc_registration_form {
		padding: 20px 0 0 10px;
	}

}

.woocommerce #order_review #payment #place_order {
	display: block;
    float: none;
    margin: auto;
}

#ppcp-credit-card-gateway-card-number, #ppcp-credit-card-gateway-card-expiry, #ppcp-credit-card-gateway-card-cvc {
  background-color: #ffffff !important;
  border: 1px solid #bbbbbb !important;
  border-radius: 5px !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
  height: 40px !important;
  padding: 0 10px !important;
}

#laboratory {
	display: block;
	height: auto;
	float: right;
	max-width: 700px;
	width: 50%;
}

.wp-block-file__button {
	padding: 5px !important;
}

.wp-block-file:not(.wp-element-button) {
	font-size: 1.0em;
}

@media (max-width: 1024px) {
	#laboratory {
		float: none;
		margin: 0 auto 30px;
		width: 100%;
	}
}