::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track {
	background: #1ECF90;
}

::-webkit-scrollbar-thumb {
	background: #1F497D;
}

::-webkit-scrollbar-thumb:hover {
	background: #2E2E2E;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}

.font-space-grotesk {
	font-family: 'Space Grotesk', sans-serif;
}

.font-open-sans {
	font-family: 'Open Sans', sans-serif;
}

.font-roboto {
	font-family: 'Roboto', sans-serif;
}

.font-raleway {
	font-family: 'Raleway', sans-serif;
}

a {
	color: #000;
	text-decoration: none;
	transition: all .25s;
}

a:hover {
	opacity: .8;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.block {
	display: block;
}

.flex {
	display: flex;
}

.flex-col {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-0-5 {
	flex: .5;
}

.flex-1 {
	flex: 1;
}

.flex-1-5 {
	flex: 1.5;
}

.flex-2 {
	flex: 2;
}

.flex-3 {
	flex: 3;
}

.flex-vert-aligned {
	align-items: center;
}

.flex-hor-aligned {
	justify-content: center;
}

.full-width {
	width: 100%;
}

.full-height {
	height: 100%;
}

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

.uppercase {
	text-transform: uppercase;
}

.light-text {
	font-weight: 300;
}

.medium-text {
	font-weight: 500;
}

.semibold-text {
	font-weight: 600;
}

.semibolditalic-text {
	font-weight: 600;
	font-style: italic;
}

.bold-text {
	font-weight: 700;
}

.extrabold-text {
	font-weight: 800;
}

.fs-12 {
	font-size: 12px;
}

.fs-14 {
	font-size: 14px;
}

.fs-15 {
	font-size: 15px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-21 {
	font-size: 21px;
}

.fs-24 {
	font-size: 24px;
}

.fs-25 {
	font-size: 25px;
}

.fs-28 {
	font-size: 28px;
}

.fs-32 {
	font-size: 32px;
}

.fs-39 {
	font-size: 39px;
}

.darkblue-bg {
	background-color: #1F497D;
}

.literoyalblue-bg {
	background-color: #4678ed;
}

.lightblue-bg {
	background-color: #D5EEFF;
}

.lightgray-bg {
	background-color: rgba(212, 237, 218, .3);
}

.lightgray2-bg {
	background-color: #E9FFF7;
}

.white-bg {
	background-color: rgba(255, 255, 255, 1);
}

.gray-bg {
	background-color: #DFDFDF;
}

.lightgray-bg {
	background-color: rgba(212, 237, 218, .3);
}

.darkgray-bg {
	background-color: #242C27;
}

.red-bg {
	background-color: #FF4A4A;
}

.magenta-bg {
	background-color: #8c3fff;
}

.orange-bg {
	background-color: #FCB315;
}

.yellow-bg {
	background-color: #ffdc3f;
}

.green-bg {
	background-color: #18B77E;
}

.lightgreen-bg {
	background-color: rgba(24, 183, 126, .2);
}

.violet-bg {
	background-color: #9D4EDD;
}

.blue-bg {
	background-color: #5390D9;
}

.lightblue-bg {
	background-color: #E4FCF5;
}

.lighterblue-bg {
	background-color: rgba(31, 73, 125, .1);
}

.darkblue-text {
	color: #1F497D;
}

.white-text {
	color: rgba(255, 255, 255, 1);
}

.red-text {
	color: #FF005B;
}

.green-text {
	color: #18B77E;
}

.blue-text {
	color: #5390D9;
}

.primary-text {
	color: #1ECF90;
}

.magenta-text {
	color: #8c3fff;
}

.yellow-text {
	color: #ffdc3f;
}

.gray-text {
	color: #8F8F8F;
}

.lightgray-text {
	color: rgba(0, 0, 0, .8);
}

.border-rad-full {
	border-radius: 100%;
}

.border-rad-70 {
	border-radius: 70px;
}

.border-rad-60 {
	border-radius: 60px;
}

.border-rad-30 {
	border-radius: 30px;
}

.border-rad-20 {
	border-radius: 20px;
}

.border-rad-10 {
	border-radius: 10px;
}

.border-rad-5 {
	border-radius: 5px;
}

.border-black {
	border: 1px #000 solid;
}

.border-gray {
	border: 1px #DFDFDF solid;
}

.border-lightgray {
	border: 1px #F3F3F3 solid;
}

.border-green {
	border: 1px #18B77E solid;
}

.border-darkblue {
	border: 1px #1F497D solid;
}

.border-white {
	border: 1px #fff solid;
}

.border-primary-2 {
	border: 2px #18B77E solid;
}

.border-darkblue-2 {
	border: 2px #1F497D solid;
}

.border-darkblue-3 {
	border: 3px #1F497D solid;
}

.border-white-5 {
	border: 5px #fff solid;
}

.border-primary-10 {
	border: 10px #18B77E solid;
}

.border-white-10 {
	border: 10px #fff solid;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-75 {
	padding-top: 75px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pl-50 {
	padding-left: 50px;
}

.pr-50 {
	padding-right: 50px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pl-30 {
	padding-left: 30px;
}

.pr-30 {
	padding-right: 30px;
}

.pl-20 {
	padding-left: 20px;
}

.pr-20 {
	padding-right: 20px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pr-10 {
	padding-right: 10px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-5 {
	padding-left: 5px;
}

.pr-5 {
	padding-right: 5px;
}

.padding-15 {
	padding: 15px;
}

.padding-30 {
	padding: 30px;
}

.padding-40 {
	padding: 40px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mr-20 {
	margin-right: 20px;
}

.mt-10 {
	margin-top: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mr-10 {
	margin-right: 10px;
}

.mt-5 {
	margin-top: 5px;
}

.ml-5 {
	margin-left: 5px;
}

.center-aligned {
	text-align: center;
}

.object-fit-cover {
	object-fit: cover;
}

.lh-19 {
	line-height: 19px;
}

.lh-21 {
	line-height: 21px;
}

.lh-24 {
	line-height: 24px;
}

.lh-27 {
	line-height: 27px;
}

.lh-30 {
	line-height: 30px;
}

.lh-32 {
	line-height: 32px;
}

.lh-37 {
	line-height: 37px;
}

.lh-39 {
	line-height: 39px;
}

.lh-47 {
	line-height: 47px;
}

.skilmi-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 40px;
}

.gap-10 {
	grid-gap: 10px;
}

.gap-20 {
	grid-gap: 20px;
}

.gap-40 {
	grid-gap: 40px;
}

.has-shadow {
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}

.has-shadow-2 {
	box-shadow: 0 4px 24px rgba(0, 0, 0, .05);
}

.has-underline {
	text-decoration: underline;
}

.has-underline-2 {
	padding-bottom: 10px;
	border-bottom: 3px #FF4A4A solid;
}

.has-underline-3 {
	border-bottom: 3px #ff4a4a solid;
}

.has-underline-3-magenta {
	border-bottom: 3px #8c3fff solid;
}

.has-underline-3-yellow {
	border-bottom: 3px #ffdc3f solid;
}

.has-bgimg {
	min-height: inherit;
	background-size: cover;
	background-position: center;
}

input,
button,
textarea,
select {
	font-family: 'Raleway', sans-serif;
	border: 0;
	outline: 0;
	min-height: 30px;
	background: transparent;
}

input,
button,
select {
	transition: all .5s;
}

input,
input::placeholder,
textarea::placeholder {
	color: #8F8F8F;
}

textarea {
	height: 100px;
	resize: none;
}

button {
	cursor: pointer;
}

.ls-1 {
	letter-spacing: 1px;
}

.ls-2 {
	letter-spacing: 2px;
}

.ml-auto {
	margin-left: auto;
}

.mr-auto {
	margin-right: auto;
}

.mt-auto {
	margin-top: auto;
}

.mb-auto {
	margin-bottom: auto;
}

.wd-70pc {
	width: 70%;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis-multiline {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.transition-5 {
	transition: all .5s;
}

.transition-2-5 {
	transition: all .25s;
}

.thin-sep-3 {
	height: 3px;
}

.thin-sep-4 {
	height: 4px;
}

.vert-sep-1 {
	border-left: 1px #DFDFDF solid;
}

.z-index-1 {
	z-index: 1;
}

.overflow-x {
	overflow-x: hidden;
}

.overflow-y {
	overflow-y: hidden;
}

.bullet {
	min-width: 11px;
	height: 11px;
}

.has-gradient:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 115px;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.inner-header .has-gradient:before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
	border-bottom-right-radius: 60px;
}

.container {
	width: 100%;
	max-width: 1260px;
	height: inherit;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.very-top {
	height: 30px;
}

.nav-ul li:not(:last-child) {
	margin-right: 50px;
}

.nav .logo {
	max-width: 200px;
}

.header {}

.inner-header {
	background-image: url('../images/inner/header/inner-header-bg.png');
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}

.header-search {
	height: 70px;
}

.header-search input {
	border-left: 1px #8F8F8F solid;
}

.header-search-btn .skilmi-btn {
	height: 70px;
}

.header-search-btn .skilmi-btn img {
	position: relative;
	top: -25px;
}

.header-media {}

.header-media-placeholder {
	width: 324px;
	height: 100%;
}

.one-to-one-lessons-body .header-media-placeholder {
	height: 300px;
}

.header-img-placeholder {
	width: 200px;
	height: 200px;
	bottom: 15px;
	left: -25%;
}

.media-controlers {
	bottom: 30px;
}

.one-to-one-lessons .media-controlers {
	bottom: 20px;
}

.inner-header .media-controlers {
	bottom: 10px;
	left: -15px;
}

.header-small-imgs-placeholder {
	bottom: 100px;
	top: 0;
}

.header-small-img {
	width: 154px;
	height: 195px;
	border-top-left-radius: 60px;
	border-bottom-right-radius: 60px;
}

.header-large-img {
	width: 237px;
	min-height: 100px;
	border-bottom-left-radius: 150px;
	align-items: flex-end;
}

.header-large-img>img {
	border-bottom-left-radius: 150px;
}

.image-for-screenshot {
	width: 120%;

}

.one-to-one-lessons-div {
	height: 510px;
}

.one-to-one-lessons-header {
	min-height: 35px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.close-popup {
	right: 20px;
	top: 0;
	transform: rotate(45deg);
	font-size: 60px;
}

.bulleted-ul li em {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
}

.bulleted-ul.enlarged li em {
	min-width: 25px;
	height: 25px;
}

.one-to-one-lessons-address {
	height: 20px;
	max-width: 425px;
}

.one-to-one-lessons-body,
.one-to-one-lessons-footer {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.one-to-one-lessons-body.has-bg {
	background-image: url('../images/inner/guaranteed-quality/one-to-one-lessons-body.png');
	background-size: cover;
}

.leaning-by-doing .has-bg {
	background-image: url('../images/inner/leaning-by-doing-bg.png');
	background-size: cover;
}

.one-to-one-lessons-body strong,
.has-paragraph strong,
.adapted-courses h3 strong {
	font-weight: 700;
}

.one-to-one-lessons-body h3 strong {
	color: #FF005B;
}

.one-to-one-lessons-body h3.blacked strong {
	color: #000;
}

.increase-productivity h3 strong {
	color: #18B77E;
}

.increase-productivity h3 strong,
.adapted-courses h3 strong {
	font-weight: 800;
}

.has-paragraph p:not(:last-of-type) {
	margin-bottom: 24px;
}

.notre-vision-img {
	bottom: 0;
}

.adapted-courses .skilmi-btn {
	line-height: 90px;
}

.adapted-courses-icon {
	min-width: 53px;
	height: 53px;
}

.offer-for-hrd.overlayed {
	top: -150px;
}

.offer-for-hrd .adapted-courses-icon {
	min-width: 66px;
	max-width: 66px;
	height: 66px;
}

.adapted-courses-ul {
	justify-content: space-between;
}

.adapted-courses-ul li:hover {
	border-radius: 10px;
	background-color: #E9FFF7;
}

.adapted-courses-ul li:hover .adapted-courses-text {
	color: #18B77E;
}

.adapted-courses-large-icon,
.adapted-courses-large-img {
	border: 55px #82d8ba solid;
	outline: 105px #2fbe8b solid;
}

.adapted-courses-large-img img {
	border: 10px #fff solid;
}

.adapted-courses-large-icon {
	width: 500px;
	height: 500px;
}

.adapted-courses-large-img {
	width: 546px;
	height: 546px;
}

.qualiopi-training-item {
	height: 250px;
}

.qualiopi-trainer-avatar {
	max-width: 80px;
	height: 80px;
}

.rates-stars li:not(:last-child) {
	margin-right: 2px;
}

.rates-stars li {
	background-image: url('../images/frontpage/qualiopi-training/star.svg');
	background-size: cover;
}

.rates-stars li.selected {
	background-image: url('../images/frontpage/qualiopi-training/star-selected.svg');
}

.skilme-in-numbers .skilmi-btn {
	width: 335px;
	height: 90px;
	display: table-cell;
	vertical-align: middle;
}

.explore-academies .skilmi-btn,
.inner-page .skilmi-btn {
	height: 50px;
}

.experts-community-ul li {
	width: calc(50% - 10px);
}

.leverage-the-resources {
	background-repeat: no-repeat;
	background-position: center;
}

.leverage-the-resources:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 74, 74, .7);
	border-radius: 5px;
}

.leverage-the-resources .qualiopi-trainer-avatar {
	width: 40px;
	height: 40px;
}

.social-network a:not(:last-of-type) {
	margin-right: 5px;
}

.leaning-by-doing:before {
	content: "";
	position: absolute;
	background-image: url('../images/inner/leaning-by-doing.png');
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translateX(35px) translateY(-25px);
	border-radius: 20px;
}

.lighterblue-bg .leaning-by-doing:before {
	background-image: url('../images/inner/leaning-by-doing-blue.png');
}

.leaning-by-doing.from-bottom:before {
	transform: translateX(35px) translateY(25px);
}

.adapted-ul li {
	height: 250px;
}

.adapted-ul.enlarged li {
	height: 300px;
}

.adapted-ul li .adapted-ul-img {
	width: 48px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.adapted-ul li:nth-child(1) .adapted-ul-img {
	background-image: url("../images/icons/adapted/adapted-1.svg");
}

.adapted-ul li:nth-child(1):hover .adapted-ul-img {
	background-image: url("../images/icons/adapted/adapted-1r.svg");
}

.adapted-ul li:nth-child(2) .adapted-ul-img {
	background-image: url("../images/icons/adapted/adapted-2.svg");
}

.adapted-ul li:nth-child(2):hover .adapted-ul-img {
	background-image: url("../images/icons/adapted/adapted-2r.svg");
}

.adapted-ul li:nth-child(3) .adapted-ul-img {
	background-image: url("../images/icons/adapted/adapted-3.svg");
}

.adapted-ul li:nth-child(3):hover .adapted-ul-img {
	background-image: url("../images/icons/adapted/adapted-3r.svg");
}

.adapted-ul li:nth-child(4) .adapted-ul-img {
	background-image: url("../images/icons/adapted/adapted-4.svg");
}

.adapted-ul li:nth-child(4):hover .adapted-ul-img {
	background-image: url("../images/icons/adapted/adapted-4r.svg");
}

.adapted-ul li:nth-child(5) .adapted-ul-img {
	background-image: url("../images/icons/adapted/adapted-5.svg");
}

.adapted-ul li:nth-child(5):hover .adapted-ul-img {
	background-image: url("../images/icons/adapted/adapted-5r.svg");
}

.adapted-ul li:nth-child(6) .adapted-ul-img {
	background-image: url("../images/icons/adapted/adapted-6.svg");
}

.adapted-ul li:nth-child(6):hover .adapted-ul-img {
	background-image: url("../images/icons/adapted/adapted-6r.svg");
}

.adapted-ul.enlarged li:nth-child(1) .adapted-ul-img {
	background-image: url("../images/icons/adapted/adapted-7.svg");
}

.adapted-ul.enlarged li:nth-child(1):hover .adapted-ul-img {
	background-image: url("../images/icons/adapted/adapted-7r.svg");
}

.adapted-ul.enlarged li:nth-child(2) .adapted-ul-img {
	background-image: url("../images/icons/adapted/adapted-8.svg");
}

.adapted-ul.enlarged li:nth-child(2):hover .adapted-ul-img {
	background-image: url("../images/icons/adapted/adapted-8r.svg");
}

.adapted-ul.enlarged li:nth-child(3) .adapted-ul-img {
	background-image: url("../images/icons/adapted/adapted-9.svg");
}

.adapted-ul.enlarged li:nth-child(3):hover .adapted-ul-img {
	background-image: url("../images/icons/adapted/adapted-9r.svg");
}

.adapted-ul.enlarged li:nth-child(4) .adapted-ul-img {
	background-image: url("../images/icons/adapted/adapted-10.svg");
}

.adapted-ul.enlarged li:nth-child(4):hover .adapted-ul-img {
	background-image: url("../images/icons/adapted/adapted-10r.svg");
}

.adapted-ul li:hover {
	transform: scale(1.15);
	background-color: #18B77E;
	background-image: url("../images/icons/adapted/adapted-ul-item-bg.png");
	background-size: cover;
	box-shadow: 0 4px 34px 0 rgba(0, 0, 0, .15);
	z-index: 1;
}

.adapted-ul li:hover .adapted-ul-text {
	color: #fff;
}

.all-skills {
	background-image: url('../images/inner/all-skills/all-skills-bg.png');
	background-repeat: no-repeat;
	background-position: center;
}

.all-skills li {
	min-height: 390px;
}

.unique-training li {
	min-height: 445px;
}

.offer-for-hrd li {
	min-height: 320px;
}

.tabular-data th,
.tabular-data td {
	padding: 15px;
	width: 33.33%;
}

.tabular-data th {
	padding-left: 0;
	text-align: left;
}

.tabular-data th,
.tabular-data td {
	vertical-align: middle;
}

.tabular-data tr:not(:first-child) th {
	border-top: 1px #ccc solid;
}

.tabular-data tr:not(:first-child) td {
	border-top: 1px #fff solid;
}

.tabular-data tr:not(:first-child) *:first-child {
	font-weight: 500;
}

.three-cols-grid li {
	width: calc(33.3% - 27px);
}

.skilmi-popup-layer {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .7);
	align-items: flex-start;
	z-index: 1;
}

.layered-popup {
	top: -40px;
	right: -50px;
	max-width: 415px;
	z-index: 1;
}

.footer .logo {
	max-width: 120px;
}

.footer strong {
	border-bottom: 2px #18B77E solid;
}

.footer a {
	color: #fff;
}

@media screen and (max-width:1210px) {
	.header-small-imgs-placeholder {
		position: static;
	}

	.leaning-by-doing:before {
		content: none;
	}

	.layered-popup {
		position: static;
	}
}

@media screen and (max-width:1024px) {
	.hide-on-mobile {
		display: none;
	}

	.static-on-mobile {
		position: static;
	}

	.flex-on-mobile {
		display: flex;
	}

	.full-width-on-mobile {
		width: 100%;
	}

	.flex-col-on-mobile {
		flex-direction: column;
	}

	.flex-10-on-mobile {
		flex: 10;
	}

	.order--1-on-mobile {
		order: -1;
	}

	.pt-50-on-mobile {
		padding-top: 50px;
	}

	.pb-50-on-mobile {
		padding-bottom: 50px;
	}

	.pl-25-on-mobile {
		padding-left: 25px;
	}

	.pr-25-on-mobile {
		padding-right: 25px;
	}

	.pt-35-on-mobile {
		padding-top: 35px;
	}

	.pt-25-on-mobile {
		padding-top: 25px;
	}

	.pb-25-on-mobile {
		padding-bottom: 25px;
	}

	.pt-15-on-mobile {
		padding-top: 15px;
	}

	.pb-15-on-mobile {
		padding-bottom: 15px;
	}

	.pl-15-on-mobile {
		padding-left: 15px;
	}

	.pr-15-on-mobile {
		padding-right: 15px;
	}

	.pt-0-on-mobile {
		padding-top: 0;
	}

	.pb-0-on-mobile {
		padding-bottom: 0;
	}

	.pl-0-on-mobile {
		padding-left: 0;
	}

	.padding-20-on-mobile {
		padding: 20px;
	}

	.padding-15-on-mobile {
		padding: 15px;
	}

	.gap-20-on-mobile {
		grid-gap: 20px;
	}

	.flex-vert-aligned-on-mobile {
		align-items: center;
	}

	.flex-hor-aligned-on-mobile {
		justify-content: center;
	}

	.center-aligned-on-mobile {
		text-align: center;
	}

	.margin-auto-on-mobile {
		margin: auto;
	}

	.header-media-placeholder {
		margin: 40px auto;
	}

	.one-to-one-lessons-div {
		height: auto;
	}

	.lh-normalon-mobile {
		line-height: normal;
	}

	.one-to-one-lessons-header {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.bulleted-ul {
		margin-bottom: 5px;
	}

	.skilme-in-numbers .skilmi-btn {
		margin-bottom: 50px;
		display: flex;
	}

	.unique-training li,
	.offer-for-hrd li {
		min-height: initial;
	}

	.adapted-ul li:hover {
		transform: none;
	}

	.tabular-data .container {
		overflow-x: auto;
	}

	.tabular-data table {
		min-width: 1024px;
	}

	.three-cols-grid li {
		width: 100%;
	}

	.layered-popup {
		max-width: none;
	}

	.offer-for-hrd.overlayed .vert-sep-1 {
		border-left: 0;
	}
}

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

	.very-top,
	.header-search-btn .skilmi-btn,
	.skilme-in-numbers .skilmi-btn,
	.explore-academies .skilmi-btn {
		padding-top: 5px;
		padding-bottom: 5px;
		height: auto;
	}

	.header-search {
		padding: 10px;
		height: auto;
	}

	.header-search input {
		border-left: 0;
		padding: 0;
		margin: 10px 0;
	}

	.adapted-courses .skilmi-btn {
		line-height: initial;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.adapted-courses .skilmi-btn,
	.skilme-in-numbers .skilmi-btn {
		display: block;
	}

	.header-search form,
	.adapted-courses-ul,
	.experts-community-ul {
		flex-direction: column;
	}

	.experts-community-ul li {
		width: 100%;
	}

	.adapted-courses-large-icon,
	.adapted-courses-large-img {
		border: 0;
		outline: none;
	}

	.adapted-courses-large-icon {
		margin-bottom: 25px;
		background-color: transparent;
		width: auto;
		height: auto;
	}

	.adapted-courses-large-img {
		margin-top: 25px;
		height: auto;
	}

	.nav-ul {
		flex-direction: column;
		align-items: center;
	}

	.nav-ul li:not(:last-child) {
		padding-bottom: 25px;
		margin-right: 0;
	}
}

.image-for-screenshot {
	width: 130%;
	margin-top: -4em;
	transform: rotate(3deg);
}

.max-width-600 {
	max-width: 600px;
}

.max-height-150 {
	max-height: 150px;
}

.max-height-250 {
	max-height: 250px;
}

.max-height-260 {
	max-height: 260px;
}

.max-height-50 {
	max-height: 50px;
}

.height-fixed {
	height: 100px;
}