@charset "UTF-8";
/* Common */
/* TTNorms */
@font-face {
	font-family: "TTNorms";
	src: url("../fonts/TTNorms/TTNorms-Heavy.eot") format("embedded-opentype");
	src: url("../fonts/TTNorms/TTNorms-Heavy.woff") format("woff");
	src: url("../fonts/TTNorms/TTNorms-Heavy.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "TTNorms";
	src: url("../fonts/TTNorms/TTNorms-Black.eot") format("embedded-opentype");
	src: url("../fonts/TTNorms/TTNorms-Black.woff") format("woff");
	src: url("../fonts/TTNorms/TTNorms-Black.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "TTNorms";
	src: url("../fonts/TTNorms/TTNorms-ExtraBold.eot") format("embedded-opentype");
	src: url("../fonts/TTNorms/TTNorms-ExtraBold.woff") format("woff");
	src: url("../fonts/TTNorms/TTNorms-ExtraBold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "TTNorms";
	src: url("../fonts/TTNorms/TTNorms-Bold.eot") format("embedded-opentype");
	src: url("../fonts/TTNorms/TTNorms-Bold.woff") format("woff");
	src: url("../fonts/TTNorms/TTNorms-Bold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "TTNorms";
	src: url("../fonts/TTNorms/TTNorms-Medium.eot") format("embedded-opentype");
	src: url("../fonts/TTNorms/TTNorms-Medium.woff") format("woff");
	src: url("../fonts/TTNorms/TTNorms-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "TTNorms";
	src: url("../fonts/TTNorms/TTNorms-Regular.eot") format("embedded-opentype");
	src: url("../fonts/TTNorms/TTNorms-Regular.woff") format("woff");
	src: url("../fonts/TTNorms/TTNorms-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "TTNorms";
	src: url("../fonts/TTNorms/TTNorms-Light.eot") format("embedded-opentype");
	src: url("../fonts/TTNorms/TTNorms-Light.woff") format("woff");
	src: url("../fonts/TTNorms/TTNorms-Light.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "TTNorms";
	src: url("../fonts/TTNorms/TTNorms-Thin.eot") format("embedded-opentype");
	src: url("../fonts/TTNorms/TTNorms-Thin.woff") format("woff");
	src: url("../fonts/TTNorms/TTNorms-Thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

/* Gilroy */
@font-face {
	font-family: "Gilroy";
	src: url("../fonts/Gilroy/Gilroy-ExtraBold.eot") format("embedded-opentype");
	src: url("../fonts/Gilroy/Gilroy-ExtraBold.woff") format("woff");
	src: url("../fonts/Gilroy/Gilroy-ExtraBold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy";
	src: url("../fonts/Gilroy/Gilroy-Bold.eot") format("embedded-opentype");
	src: url("../fonts/Gilroy/Gilroy-Bold.woff") format("woff");
	src: url("../fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy";
	src: url("../fonts/Gilroy/Gilroy-Medium.eot") format("embedded-opentype");
	src: url("../fonts/Gilroy/Gilroy-Medium.woff") format("woff");
	src: url("../fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy";
	src: url("../fonts/Gilroy/Gilroy-Regular.eot") format("embedded-opentype");
	src: url("../fonts/Gilroy/Gilroy-Regular.woff") format("woff");
	src: url("../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy";
	src: url("../fonts/Gilroy/Gilroy-Light.eot") format("embedded-opentype");
	src: url("../fonts/Gilroy/Gilroy-Light.woff") format("woff");
	src: url("../fonts/Gilroy/Gilroy-Light.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
}

/* Megacampus icons */
@font-face {
	font-family: "megacampus-icons";
	src: url("../fonts/megacampus-icons/megacampus-icons.eot");
	src: url("../fonts/megacampus-icons/megacampus-icons.eot#iefix") format("embedded-opentype"), url("../fonts/megacampus-icons/megacampus-icons.ttf") format("truetype"), url("../fonts/megacampus-icons/megacampus-icons.woff") format("woff"), url("../fonts/megacampus-icons/megacampus-icons.svg#megacampus-icons") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.icon {
	font-family: "megacampus-icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.play-stroke-icon:before {
	content: "\e908";
	color: #fff;
}

.user-icon:before {
	content: "\e900";
}

.arrow-icon:before {
	content: "\e901";
}

.file-icon:before {
	content: "\e902";
}

.case-icon:before {
	content: "\e903";
}

.checkmark-icon:before {
	content: "\e904";
}

.clock-icon:before {
	content: "\e905";
}

.message-icon:before {
	content: "\e906";
}

.map-marker-icon:before {
	content: "\e907";
}

.play-icon:before {
	content: "\e90a";
}

.plus-icon:before {
	content: "\e90b";
}

.speedo-icon:before {
	content: "\e90c";
}

.wallet-icon:before {
	content: "\e90d";
}

/* Colors */
* {
	font-variant-ligatures: no-common-ligatures;
}

html {
	height: 100%;
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* end normalize.css */
/* Common styles */
html {
	height: 100%;
}

body {
	height: 100%;
	min-height: 100vh;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	font-family: "TTNorms", sans-serif;
	background: #FFFFFF;
	overflow-x: hidden;
	overflow-y: scroll;
}

img {
	max-width: 100%;
	display: block;
}

.container {
	max-width: 1170px;
}

@media (max-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0 15px;
	}
}

.wrapper {
	min-height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

@media (max-width: 1199px) {
	.wrapper:before {
		width: 100%;
		height: 80px;
		content: "";
		display: block;
	}
}

.wrapper--gray {
	background: #F0F5F7;
}

@media (max-width: 767px) {
	.wrapper:before {
		height: 60px;
	}
}

.content {
	flex: 1 0 auto;
	position: relative;
}

.index-page {
	background-image: url("../img/common/bg.png");
	background-position-y: -20px;
	background-position-x: 90%;
	background-repeat: no-repeat;
	background-size: auto;
}

@media (max-width: 1920px) {
	.index-page {
		background-position-y: 0;
		background-position-x: 0;
	}
}

@media (max-width: 1199px) {
	.index-page {
		background-image: url("../img/common/bg-small.png");
		background-position-y: 45px;
		background-position-x: -296px;
		background-size: auto;
	}
}

@media (max-width: 579px) {
	.index-page {
		background-image: url("../img/common/bg-extrasmall.png");
		background-position-y: 94px;
		background-position-x: 100%;
		background-size: auto;
	}
}

.pattern-2 {
	background-image: url("../img/common/bg.svg");
	background-position-y: 120px;
	background-position-x: left;
	background-repeat: no-repeat;
	background-size: auto;
}

@media (max-width: 991px) {
	.pattern-2 {
		background-position-y: 80px;
		background-position-x: -100px;
		background-size: 1200px;
	}
}

@media (max-width: 767px) {
	.pattern-2 {
		background-position-y: 80px;
		background-position-x: -400px;
		background-size: 1200px;
	}
}

.lang_en .index-page {
	background-image: url("../img/common/bg-en.png");
}

@media (max-width: 1199px) {
	.lang_en .index-page {
		background-image: url("../img/common/bg-en.png");
		background-size: 1200px;
	}
}

@media (max-width: 579px) {
	.lang_en .index-page {
		background-image: url("../img/common/bg-extrasmall-en.png");
		background-size: auto;
		background-position-x: 100%;
	}
}

.footer {
	flex: 0 0 auto;
}

.title {
	color: #000000;
	font-size: 52px;
	font-weight: 600;
	line-height: 52px;
}

@media (max-width: 767px) {
	.title {
		font-size: 35px;
		line-height: 42px;
	}
}

.title .green {
	color: #00BD57;
}

.title .purple {
	color: #7F00FF;
}

/* Swiper */
.swiper-button-prev, .swiper-button-next {
	background: #00BD57;
	border-radius: 100%;
	box-shadow: 5px 5px 35px rgba(0, 0, 0, 0.25);
	transition: .2s;
	outline: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
	color: #FFFFFF;
	font-family: "megacampus-icons";
	font-size: 20px;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
	background: #00DF67;
}

.swiper-button-prev:active, .swiper-button-next:active {
	background: #00DF67;
	box-shadow: none;
}

.swiper-button-prev:after {
	content: "\e901";
}

.swiper-button-next:after {
	content: "\e901";
	transform: rotate(180deg);
}

.swiper-pagination {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 10px;
	background: #C4C4C4;
	opacity: 1;
	outline: none;
	transition: .2s;
}

@media (max-width: 767px) {
	.swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 5px;
	}
}

.swiper-pagination-bullet-active {
	width: 20px;
	height: 20px;
	background: #00BD57;
}

@media (max-width: 767px) {
	.swiper-pagination-bullet-active {
		width: 13px;
		height: 13px;
	}
}

.txt-green {
	color: #00BD57;
}

.logo.mr {
	margin-right: 10px;
	cursor: pointer;
}

.ai-fe {
	align-items: flex-end;
}

/* Buttons */
.orange-btn {
	padding: 12px 68px;
	display: block;
	background: #FFA800;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
	outline: none;
	transition: .2s;
}

.orange-btn:hover, .orange-btn:focus {
	background: #7F00FF;
}

.orange-btn:hover .orange-btn__text, .orange-btn:focus .orange-btn__text {
	color: #FFFFFF;
}

.orange-btn__text {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.purple-btn {
	padding: 14px 30px;
	position: relative;
	text-align: center;
	text-decoration: none;
	background: #7F00FF;
	border: none;
	border-radius: 60px;
	box-shadow: 0px 4px 24px rgba(213, 76, 0, 0.85);
	cursor: pointer;
	outline: none;
	transition: .2s;
}

.purple-btn__text {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 500;
}

.purple-btn:hover {
	background: #EE399B;
	box-shadow: none;
}

.btn {
	padding: 19px 20px;
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	background: #00BD57;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
	opacity: 1;
	transition: .2s;
}

.btn:hover {
	color: #FFFFFF;
	background: #00DF67;
}

.btn--empty {
	min-width: 175px;
	color: #00BD57;
	background: transparent;
	border: 1px solid #00BD57;
}

.btn--empty:hover {
	color: #FFFFFF;
	background: #00BD57;
}

.btn--black {
	background: #333333;
}

.btn--black:hover {
	color: #FFFFFF;
	background: #525252;
}

.btn.disabled {
	opacity: .2;
}

.btn.disabled:hover {
	background: #00BD57;
}

.play-btn {
	width: 100px;
	height: 100px;
	color: #00BD57;
	font-size: 45px;
	text-align: center;
	line-height: 107px;
	border-radius: 100%;
	background: #FFFFFF;
	box-shadow: 12px 12px 45px rgba(43, 78, 130, 0.25);
}

.play-btn .icon {
	left: 6px;
	position: relative;
	line-height: 104px;
}

.btn-snap-card {
	padding: 14px 20px;
	display: inline-flex;
	align-items: center;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 500;
	background: #4926AD;
	border: none;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.btn-snap-card {
		font-size: 18px;
	}
}

.btn-snap-card .add-icon {
	width: 34px;
	height: 34px;
	margin: 0 0 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 34px 0 0;
	border-radius: 100%;
	background: #FFA800;
}

.btn-copy {
	width: 50px;
	height: 50px;
	display: flex;
	flex: 50px 0 0;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: #FFFFFF;
	cursor: pointer;
	transition: .2s;
}

.btn-copy path {
	transition: .2s;
}

.btn-copy:hover {
	background: #4926AD;
}

.btn-copy:hover path {
	fill: #FFFFFF;
}

.btn-invite {
	padding: 21px 20px;
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	background: #FFFFFF;
	border: none;
	border-radius: 3px;
	box-sizing: border-box;
	cursor: pointer;
	transition: .2s;
}

.btn-invite:hover {
	color: #FFFFFF;
	background: #4926AD;
}

/* Input */
.input-cont {
	display: flex;
	flex-direction: column;
}

.input-row {
	display: flex;
}

.input-title {
	display: inline-block;
	margin: 0 0 4px;
	color: #999999;
	font-size: 18px;
	font-weight: 400;
}

.input-wrapper {
	position: relative;
}

.input-wrapper:before {
	width: 60px;
	height: 100%;
	content: "";
	display: block;
	left: 0;
	bottom: 0;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
}

.input-wrapper .input {
	width: 100%;
	padding: 18px 20px 18px 50px;
}

.input-wrapper.name:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAxNSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy4zMTQ1IDIxQzEyLjg4MDQgMTcuMTk2NCAxMS4zMzk2IDE0IDcuNTAwMTcgMTRDMy42NjA3OCAxNCAyLjExOTk1IDE3LjE5NjQgMS42ODU3OSAyMUgtMC4wMDgzMDA3OEMwLjU0NTA0OCAxNi4yNTMxIDIuNzI0MzQgMTIuMjUgNy41MDAxNyAxMi4yNUMxMi4yNzYgMTIuMjUgMTQuNDU1MyAxNi4yNTMxIDE1LjAwODYgMjFIMTMuMzE0NVpNNy41MDAxNyAxMC41QzYuNDg5OTMgMTAuNSA1LjUwMjQzIDEwLjE5MjEgNC42NjI0NSA5LjYxNTIyQzMuODIyNDcgOS4wMzgzNSAzLjE2NzcgOC4yMTg0MSAyLjc4MTEgNy4yNTkwOUMyLjM5NDUgNi4yOTk3OCAyLjI5MzM1IDUuMjQ0MTggMi40OTA0MyA0LjIyNTc4QzIuNjg3NTIgMy4yMDczOCAzLjE3NDAxIDIuMjcxOTEgMy44ODgzNSAxLjUzNzY4QzQuNjAyNyAwLjgwMzQ1NyA1LjUxMjg2IDAuMzAzNDUzIDYuNTAzNjggMC4xMDA4ODFDNy40OTQ1MSAtMC4xMDE2OTIgOC41MjE1NSAwLjAwMjI3MjI3IDkuNDU0ODggMC4zOTk2MzJDMTAuMzg4MiAwLjc5Njk5MiAxMS4xODU5IDEuNDY5ODggMTEuNzQ3MSAyLjMzMzI0QzEyLjMwODQgMy4xOTY2IDEyLjYwOCA0LjIxMTY1IDEyLjYwOCA1LjI1QzEyLjYwOCA2LjY0MjM4IDEyLjA2OTkgNy45Nzc3NSAxMS4xMTIgOC45NjIzMUMxMC4xNTQxIDkuOTQ2ODggOC44NTQ4NSAxMC41IDcuNTAwMTcgMTAuNVpNNy41MDAxNyAxLjc1QzYuODI2NjggMS43NSA2LjE2ODMgMS45NTUyOCA1LjYwODMyIDIuMzM5ODZDNS4wNDgzMyAyLjcyNDQ1IDQuNjExODUgMy4yNzEwNyA0LjM1NDEyIDMuOTEwNjFDNC4wOTYzOSA0LjU1MDE1IDQuMDI5MDIgNS4yNTM4OCA0LjE2MDQxIDUuOTMyODJDNC4yOTE4IDYuNjExNzUgNC42MTYxMyA3LjIzNTM5IDUuMDkyMzYgNy43MjQ4N0M1LjU2ODU5IDguMjE0MzYgNi4xNzUyNiA4LjU0NzY4IDYuODM1ODEgOC42ODI3M0M3LjQ5NjM2IDguODE3NzggOC4xODEwOSA4Ljc0ODQ5IDguODAzMzEgOC40ODM1OEM5LjQyNTUzIDguMjE4NjggOS45NTczNyA3Ljc3MDA3IDEwLjMzMTUgNy4xOTQ1QzEwLjcwNTcgNi42MTg5MyAxMC45MDU0IDUuOTQyMjMgMTAuOTA1NCA1LjI1QzEwLjkwNTQgNC4zMjE3NCAxMC41NDY2IDMuNDMxNSA5LjkwNzk3IDIuNzc1MTJDOS4yNjkzNyAyLjExODc0IDguNDAzMjkgMS43NSA3LjUwMDE3IDEuNzVaIiBmaWxsPSIjMDBCRDU3Ii8+Cjwvc3ZnPgo=");
}

.input-wrapper.email:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC4xNjY3IDE3SDEuODMzMzNDMS4zNDcxIDE3IDAuODgwODE0IDE2LjgwMSAwLjUzNjk5NyAxNi40NDY4QzAuMTkzMTgxIDE2LjA5MjUgMCAxNS42MTIxIDAgMTUuMTExMVYxLjg4ODg5QzAgMS4zODc5MiAwLjE5MzE4MSAwLjkwNzQ3NyAwLjUzNjk5NyAwLjU1MzI0MUMwLjg4MDgxNCAwLjE5OTAwNiAxLjM0NzEgMCAxLjgzMzMzIDBIMjAuMTY2N0MyMC42NTI5IDAgMjEuMTE5MiAwLjE5OTAwNiAyMS40NjMgMC41NTMyNDFDMjEuODA2OCAwLjkwNzQ3NyAyMiAxLjM4NzkyIDIyIDEuODg4ODlWMTUuMTExMUMyMiAxNS42MTIxIDIxLjgwNjggMTYuMDkyNSAyMS40NjMgMTYuNDQ2OEMyMS4xMTkyIDE2LjgwMSAyMC42NTI5IDE3IDIwLjE2NjcgMTdaTTQuOTQwODUgMS44ODg4OUwxMSA4LjEzMDcyTDE3LjA1OTIgMS44ODg4OUg0Ljk0MDg1Wk0yMC4xNjY3IDEuODg4ODlIMTkuNjA3NUwxMS43MjQyIDEwLjAxMTFDMTEuNzAzOCAxMC4wNDk3IDExLjY3OTEgMTAuMDg1OCAxMS42NTA4IDEwLjExODhDMTEuNDc1NiAxMC4yOTE1IDExLjI0MjUgMTAuMzg3OSAxMSAxMC4zODc5QzEwLjc1NzUgMTAuMzg3OSAxMC41MjQ0IDEwLjI5MTUgMTAuMzQ5MiAxMC4xMTg4QzEwLjMyMDkgMTAuMDg1OCAxMC4yOTYyIDEwLjA0OTcgMTAuMjc1OCAxMC4wMTExTDIuMzkyNDkgMS44ODg4OUgxLjgzMzMzVjE1LjExMTFIMjAuMTY2N1YxLjg4ODg5WiIgZmlsbD0iIzAwQkQ1NyIvPgo8L3N2Zz4K");
}

.input-wrapper.password:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAxNSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNSAxNEMxNS4wMDE1IDE1LjIyOTEgMTQuNjU2MyAxNi40MzY5IDEzLjk5OSAxNy41MDE5QzEzLjM0MTcgMTguNTY3IDEyLjM5NTUgMTkuNDUxNyAxMS4yNTU2IDIwLjA2NzJDMTAuMTE1NyAyMC42ODI3IDguODIyMjcgMjEuMDA3MiA3LjUwNTM4IDIxLjAwOEM2LjE4ODQ5IDIxLjAwODkgNC44OTQ2MiAyMC42ODYyIDMuNzUzNzggMjAuMDcyMkMyLjYxMjk0IDE5LjQ1ODMgMS42NjUzMyAxOC41NzQ4IDEuMDA2MzkgMTcuNTEwN0MwLjM0NzQ1NiAxNi40NDY1IDAuMDAwMzc5Njc5IDE1LjIzOTIgMy4xMTM0M2UtMDcgMTQuMDEwMUMtMC4wMDAzNzkwNTYgMTIuNzgxIDAuMzQ1OTM5IDExLjU3MzQgMS4wMDQyMiAxMC41MDg5QzEuNjYyNSA5LjQ0NDQgMi42MDk1NCA4LjU2MDQyIDMuNzUgNy45NDU4N1YzLjVDMy43NSAyLjU3MTc0IDQuMTQ1MTQgMS42ODE1IDQuODQ4NCAxLjAyNTEyQzUuNTUxNjcgMC4zNjg3NDYgNi41MDU0NCAwIDcuNSAwQzguNDk0NTYgMCA5LjQ0ODMzIDAuMzY4NzQ2IDEwLjE1MTYgMS4wMjUxMkMxMC44NTQ5IDEuNjgxNSAxMS4yNSAyLjU3MTc0IDExLjI1IDMuNVY3Ljk0NDk5QzEyLjM4OTUgOC41NTgyMSAxMy4zMzYgOS40NDA2NCAxMy45OTQzIDEwLjUwMzVDMTQuNjUyNiAxMS41NjY0IDE0Ljk5OTQgMTIuNzcyMyAxNSAxNFpNMy43NSA3Ljk0NTg3TDMuODcxODggNy44NzY3NkgzLjc1VjcuOTQ1ODdaTTcuNSAxLjc1MTc2QzcuMDAyNzIgMS43NTE3NiA2LjUyNTgzIDEuOTM2MTQgNi4xNzQyIDIuMjY0MzJDNS44MjI1NyAyLjU5MjUxIDUuNjI1IDMuMDM3NjMgNS42MjUgMy41MDE3NlY3LjIyOTI0QzYuODUzMzggNi45MjI0MSA4LjE0NjYyIDYuOTIyNDEgOS4zNzUgNy4yMjkyNFYzLjVDOS4zNzUgMy4wMzU4NyA5LjE3NzQzIDIuNTkwNzUgOC44MjU4IDIuMjYyNTZDOC40NzQxNyAxLjkzNDM3IDcuOTk3MjggMS43NSA3LjUgMS43NVYxLjc1MTc2Wk0xMS4yNSA3Ljg3Njc2SDExLjEyODFMMTEuMjUgNy45NDU4N1Y3Ljg3NVY3Ljg3Njc2Wk03LjUgOC43NDAzOUM2LjM4NTE4IDguNzQwMDQgNS4yOTUzMyA5LjA0ODI1IDQuMzY4MjEgOS42MjYwN0MzLjQ0MTA5IDEwLjIwMzkgMi43MTgzMyAxMS4wMjUzIDIuMjkxNDUgMTEuOTg2NUMxLjg2NDU3IDEyLjk0NzcgMS43NTI3MiAxNC4wMDU1IDEuOTY5OTkgMTUuMDI2MUMyLjE4NzI1IDE2LjA0NjYgMi43MjM5MSAxNi45ODQxIDMuNTEyMDggMTcuNzJDNC4zMDAyNSAxOC40NTU4IDUuMzA0NDQgMTguOTU3MSA2LjM5NzgyIDE5LjE2MDJDNy40OTEyIDE5LjM2MzMgOC42MjQ1OCAxOS4yNTkyIDkuNjU0NTggMTguODYxMUMxMC42ODQ2IDE4LjQ2MyAxMS41NjUgMTcuNzg4OCAxMi4xODQ0IDE2LjkyMzZDMTIuODAzOCAxNi4wNTg1IDEzLjEzNDQgMTUuMDQxNCAxMy4xMzQ0IDE0LjAwMDlDMTMuMTMyOSAxMi42MDYzIDEyLjUzODkgMTEuMjY5MSAxMS40ODI3IDEwLjI4MjdDMTAuNDI2NCA5LjI5NjIgOC45OTQyMiA4Ljc0MDk0IDcuNSA4LjczODYyVjguNzQwMzlaTTcuNSAxNS43NTE4QzcuMjUxMzYgMTUuNzUxOCA3LjAxMjg2IDE1LjY1OTYgNi44MzcwNCAxNS40OTU1QzYuNjYxMjMgMTUuMzMxNCA2LjU2MjUgMTUuMTA4OCA2LjU2MjUgMTQuODc2OFYxMy4xMjY4QzYuNTYyNSAxMi44OTQ3IDYuNjYxMjMgMTIuNjcyMSA2LjgzNzA0IDEyLjUwOEM3LjAxMjg2IDEyLjM0MzkgNy4yNTEzNiAxMi4yNTE4IDcuNSAxMi4yNTE4QzcuNzQ4NjQgMTIuMjUxOCA3Ljk4NzE0IDEyLjM0MzkgOC4xNjI5NiAxMi41MDhDOC4zMzg3NyAxMi42NzIxIDguNDM3NSAxMi44OTQ3IDguNDM3NSAxMy4xMjY4VjE0Ljg3NjhDOC40MzcgMTUuMTA4NSA4LjMzODAzIDE1LjMzMDYgOC4xNjIyNyAxNS40OTQzQzcuOTg2NTEgMTUuNjU4MSA3Ljc0ODMyIDE1Ljc1IDcuNSAxNS43NVYxNS43NTE4WiIgZmlsbD0iIzAwQkQ1NyIvPgo8L3N2Zz4K");
}

.input {
	padding: 18px 20px;
	color: #000000;
	font-size: 18px;
	border: 2px solid #EEEEEE;
	border-radius: 4px;
	box-sizing: border-box;
	outline: none;
	transition: .2s;
}

.input:hover {
	border: 2px solid #636363;
}

.input:focus {
	border: 2px solid #00BD57;
}

.auth-link {
	color: #7F00FF;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
}

/* Breadcrumbs */
.breadcrumbs {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.breadcrumbs__item {
	display: flex;
	align-items: center;
	list-style: none;
}

.breadcrumbs__item:after {
	width: 4px;
	height: 4px;
	margin: 0 8px;
	content: "";
	display: block;
	border-radius: 100%;
	background: #00BD57;
}

.breadcrumbs__item:last-of-type:after {
	display: none;
}

.breadcrumbs__link {
	padding: 8px 0;
	color: #999999;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	line-height: 20px;
	box-sizing: border-box;
	white-space: nowrap;
	transition: .2s;
}

.breadcrumbs__link:hover {
	color: #999999;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.breadcrumbs__link {
		font-size: 16px;
		line-height: 18px;
	}
}

/* Checkbox */
.checkbox input {
	margin: 10px 0 0 20px;
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox__text {
	padding: 0 0 0 30px;
	display: inline-block;
	color: #333333;
	font-size: 10px;
	font-weight: 300;
	line-height: 14px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
}

.checkbox__text:before {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	content: "";
	top: 50%;
	left: 0;
	position: absolute;
	border-radius: 2px;
	background: #FFFFFF;
	border: 1px solid #00BD57;
	box-sizing: border-box;
	transition: .2s;
}

.checkbox__text:after {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 2px;
	border: 1px solid transparent;
	background-color: transparent;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNzczNDM4IDQuNTQ0NzRMNC42MjI2NiA4LjM2MjkzTDEwLjM5NjUgMC43MjY1NjIiIHN0cm9rZT0iIzAwQkQ1NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
	box-sizing: border-box;
	opacity: 0;
	transition: .2s;
}

.checkbox input:checked + .checkbox__text:after {
	opacity: 1;
}

.checkbox--temp-2 .checkbox__text {
	padding: 0 0 0 18px;
	color: #A6BDC6;
	font-size: 10px;
	font-weight: 600;
	font-family: "TTNorms", sans-serif;
}

.checkbox--temp-2 .checkbox__text:before, .checkbox--temp-2 .checkbox__text:after {
	width: 12px;
	height: 12px;
	margin-top: 0;
	top: 1px;
	border-radius: 0;
}

.checkbox--temp-2 .checkbox__text:before {
	background: #DCE8ED;
	border: none;
}

.checkbox--temp-2 .checkbox__text:after {
	top: -1px;
	left: 2px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNjYwMjIgNi41MDkwNkw0LjcwNjE3IDkuNTkyMDRMMTEuNzQyOCAwLjk5OTk3NyIgc3Ryb2tlPSIjNjEwMEMzIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
}

.checkbox-switch {
	margin: 10px 0 0;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.checkbox-switch input {
	margin: 10px 0 0 20px;
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox-switch__text {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
}

.checkbox-switch__text:after {
	display: none;
}

.checkbox-switch__text:before {
	display: none;
}

.checkbox-switch__switch {
	width: 40px;
	height: 25px;
	flex: 40px 0 0;
	margin: 0 10px 0 0;
	border-radius: 100px;
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
	position: relative;
	transition: .2s;
	cursor: pointer;
}

.checkbox-switch__switch:before {
	width: 17px;
	height: 17px;
	content: "";
	display: block;
	top: 3px;
	left: 4px;
	position: relative;
	background: #DCDCDC;
	border-radius: 100%;
	transition: .2s;
	opacity: 1;
}

.checkbox-switch input:checked + .checkbox-switch__switch:before {
	left: 28px;
	background: #00BD57;
}

/* Radio buttons */
.radio {
	margin: 0;
	position: relative;
	cursor: pointer;
}

.radio input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}

.radio__text-cont {
	padding: 0 0 0 34px;
	position: relative;
}

.radio__text {
	padding: 0 0 0 34px;
	color: #000000;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}

.radio__text:before {
	width: 18px;
	height: 18px;
	content: '';
	top: 2px;
	left: 0;
	position: absolute;
	border: 1px solid #737373;
	border-radius: 50%;
	background: #FFFFFF;
}

.radio__text:after {
	width: 8px;
	height: 8px;
	content: '';
	top: 7px;
	left: 5px;
	position: absolute;
	border-radius: 50%;
	background: #FFFFFF;
	box-sizing: border-box;
	transition: .2s;
}

.radio input:checked + .radio__text:after {
	background: #00BD57;
}

.radio input:checked + .radio__text:before {
	border: 1px solid #00BD57;
}

/* Select */
.select-box {
	width: 100%;
	display: inline-block;
	position: relative;
	z-index: 9;
}

.select-box--active .select-box__cont:after {
	transform: rotate(180deg);
}

.select-box li {
	padding: 20px 30px;
	font-size: 18px;
	cursor: pointer;
	position: relative;
	background: #FFFFFF;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}

.select-box li:last-of-type {
	border-bottom: none;
}

.select-box li:before {
	display: none;
}

.select-box__cont {
	width: 100%;
	min-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	background: none;
	box-sizing: border-box;
}

.select-box__cont:after {
	width: 24px;
	height: 20px;
	margin: 0 0 0 auto;
	content: "";
	display: block;
	bottom: 1px;
	position: relative;
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01IDhMMC42Njk4NzMgMC41TDkuMzMwMTMgMC41MDAwMDFMNSA4WiIgZmlsbD0iIzg5OThBNCIvPgo8L3N2Zz4K");
	transition: .1s;
}

.select-box__dropdown {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	list-style: none;
	box-sizing: border-box;
	box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.25);
	z-index: 9;
}

.select-box__dropdown--active {
	display: block !important;
}

/* Burger button and menu */
.burger-btn {
	width: 24px;
	height: 7px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	box-sizing: content-box;
	cursor: pointer;
	z-index: 9999;
	transition: .2s;
}

.burger-btn__elem {
	width: 100%;
	height: 2px;
	display: block;
	background: #000000;
	transition: ease-in-out .2s;
}

@media (max-width: 1199px) {
	.burger-btn {
		padding: 20px 24px;
	}
}

.burger-btn.mr {
	margin-right: 12px;
}

/* Language switch */
.lang-switch, .subscribe-notif {
	padding: 2px 14px;
	border-radius: 40px;
	background: #F0F5F7;
	text-decoration: none;
	cursor: pointer;
	transition: .2s;
}

.lang-switch__text, .subscribe-notif__text {
	color: #000000;
	font-size: 13px;
	font-weight: 500;
}

.lang-switch--white, .subscribe-notif--white {
	background: #FFFFFF;
}

.lang-switch:hover, .subscribe-notif:hover {
	background: #7F00FF;
}

.lang-switch:hover .lang-switch__text, .subscribe-notif:hover .lang-switch__text {
	color: #FFFFFF;
}

/* Subscribe notification */
.subscribe-notif {
	background: #4926AD;
}

.subscribe-notif__text {
	color: #FFFFFF;
}

.subscribe-notif:hover {
	background: #7F00FF;
}

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

/* User name and avatar */
.user {
	display: flex;
	align-items: center;
}

.user__name {
	color: #000000;
	font-size: 15px;
	font-weight: 400;
}

.user__ava-cont {
	width: 42px;
	height: 42px;
	margin: 0 0 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	overflow: hidden;
}

.user__ava {
	width: 100%;
	height: 100%;
}

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

/* Filter-buttons */
.filter-buttons {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.filter-buttons__button {
	margin: 0 12px 20px 0;
	padding: 20px 46px;
	color: #434343;
	font-size: 16px;
	border-radius: 60px;
	background: #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.06);
	border: none;
	list-style: none;
	cursor: pointer;
	outline: none !important;
	transition: .2s;
}

.filter-buttons__button:hover {
	color: #7F00FF;
	box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.09);
}

.filter-buttons__button.active {
	color: #FFFFFF;
	font-weight: 600;
	background: #00BD57;
}

/* Header links */
.login-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	cursor: pointer;
}

.login-link:hover .icon {
	color: #7F00FF;
}

.login-link:hover .login-link__text {
	color: #7F00FF;
}

.login-link .icon {
	margin: 0 15px 0 0;
	color: #00BD57;
	font-size: 24px;
	transition: .2s;
}

.login-link__text {
	color: #00BD57;
	transition: .2s;
}

.login-link.mr {
	margin-right: 35px;
}

.user-link__img-cont {
	width: 26px;
	height: 26px;
}

.user-link__name {
	text-indent: 6px;
	margin: 0;
}

/* Footer links */
.policy-link {
	display: inline-block;
	color: #A7A7A7;
	font-size: 16px;
	font-family: "Gilroy", sans-serif;
	text-decoration: underline;
	cursor: pointer;
	transition: .2s;
}

.policy-link:hover {
	color: #7F00FF;
}

.policy-link.mr {
	margin-right: 56px;
}

.policy-link.mt {
	margin-top: 40px;
}

.copyright {
	display: inline-block;
	color: #A7A7A7;
	font-size: 16px;
	font-family: "Gilroy", sans-serif;
}

.copyright.mt {
	margin-top: 40px;
}

/* Emoji */
.emoji {
	display: inline-block;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.emoji-heart {
	color: #FF4334;
}

.emoji-winking-face {
	top: 4px;
	position: relative;
	background-image: url("../img/common/emoji/smile.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.emoji-winking-face {
		background-image: url("../img/common/emoji/smile@2x.png");
	}
}

@media (max-width: 991px) {
	.emoji-winking-face {
		width: 40px;
		height: 40px;
		top: 10px;
	}
}

@media (max-width: 767px) {
	.emoji-winking-face {
		width: 30px;
		height: 30px;
		top: 4px;
	}
}

.emoji-lovely-face {
	width: 52px;
	height: 52px;
	background-image: url("../img/common/emoji/lovely-face.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.emoji-lovely-face {
		background-image: url("../img/common/emoji/lovely-face@2x.png");
	}
}

@media (max-width: 1199px) {
	.emoji-lovely-face {
		width: 42px;
		height: 42px;
		top: 7px;
	}
}

@media (max-width: 767px) {
	.emoji-lovely-face {
		width: 30px;
		height: 30px;
		top: 4px;
	}
}

.emoji-confused-face {
	top: 6px;
	position: relative;
	background-image: url("../img/common/emoji/confused.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.emoji-confused-face {
		background-image: url("../img/common/emoji/confused@2x.png");
	}
}

@media (max-width: 991px) {
	.emoji-confused-face {
		width: 40px;
		height: 40px;
		top: 10px;
	}
}

@media (max-width: 767px) {
	.emoji-confused-face {
		width: 30px;
		height: 30px;
		top: 4px;
	}
}

.emoji-thumbs-up {
	width: 36px;
	height: 44px;
	background-image: url("../img/common/emoji/thumbs-up.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.emoji-thumbs-up {
		background-image: url("../img/common/emoji/thumbs-up@2x.png");
	}
}

@media (max-width: 767px) {
	.emoji-thumbs-up {
		width: 24px;
		height: 26px;
	}
}

/* Show-more */
.showmore {
	z-index: 100;
}

.showmore__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1rem auto;
	border: none;
	background: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.showmore__btn:before {
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 14px;
	background: url("/assets/img/common/plus_green.svg") no-repeat center;
	content: '';
}

.showmore__btn:hover:before {
	background: url("/assets/img/common/plus_purple.svg");
}

/* Blocks */
.header {
	width: 100%;
	height: 96px;
	background: transparent;
	box-shadow: none;
	z-index: 9999;
	transition: .2s;
}

.header a, .header a:hover {
	text-decoration: none;
}

.header .container {
	max-width: 1750px;
	height: 100%;
	padding: 0 20px 0 0;
}

.header__col {
	height: 100%;
	display: flex;
	align-items: center;
}

.header__cont {
	height: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.header__burger:hover, .header__burger:focus, .header__burger:active, .header__burger:focus:active {
	outline: none;
}

.header__burger .burger-btn__elem {
	position: static;
	transform: rotate(0);
}

.header__burger-active {
	height: 3px;
}

.header__burger-active .elem-1 {
	top: 1px;
	position: relative;
	transform: rotate(45deg);
}

.header__burger-active .elem-2 {
	transform: rotate(-45deg);
}

.header__menu {
	width: 230px;
	height: auto;
	max-height: 85vh;
	overflow-y: auto;
	opacity: 0;
	top: 80px;
	left: 10px;
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	box-shadow: 0px 0px 45px rgba(50, 80, 126, 0.25);
	border-radius: 8px;
	z-index: 9;
	transition: .2s;
	display: none;
}

.header__menu-active {
	opacity: 1;
	display: block;
}

.header__menu-link {
	padding: 14px 30px;
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	line-height: 32px;
	border: 1px solid #EEEEEE;
}

.header__menu-link:hover {
	background: #EFEFEF;
	text-decoration: none;
	color: #7F00FF;
}

.header__menu-link--registration {
	font-weight: 600;
	background: #FFA800;
}

.header__menu-link--registration:hover {
	background: #7F00FF;
	color: #ffffff;
}

.header__menu-link--login .login-link__text {
	text-indent: 0;
}

.employers {
	margin: 20px 0 0;
	padding: 0;
	overflow: hidden;
}

.employers .container {
	max-width: 1750px;
}

.employers__title {
	margin: 0 0 5px;
	color: #000000;
	font-size: 23px;
	font-weight: 600;
	letter-spacing: .8px;
}

.employers__img {
	max-width: 157px;
}

.employers__btn {
	width: 100%;
	margin: 40px 0 0;
	padding: 16px 66px;
	display: none;
}

.employers .swiper-wrapper {
	height: auto;
	height: intrinsic;
	align-items: center;
	overflow: unset !important;
}

.employers .swiper-slide {
	width: auto !important;
}

.professions {
	padding: 60px 0 70px;
	background: #F0F5F7;
	/*-*/
}

.professions__title {
	margin: 0 0 36px;
}

.professions .filter-select {
	display: none;
}

.professions .select-box {
	max-height: 64px;
	margin: 0 0 26px;
}

.professions .select-box li {
	padding: 20px;
	font-size: 16px;
}

.professions .select-box__cont {
	padding: 18px 20px;
	color: #FFFFFF;
	font-size: 16px;
	background: #00BD57;
	border-radius: 5px;
}

.professions .select-box__cont:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBpZD0iY2Fycm90IiBkPSJNOCAyLjQ0MTQxZS0wNkw0IDQuNzZMLTEuMjIwN2UtMDYgMi40NDE0MWUtMDZIOFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
}

.professions__list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.professions__list .element-item {
	padding-bottom: 1.5rem;
}

.professions__item {
	width: 100%;
	min-height: 282px;
	padding: 22px 30px !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-decoration: none;
	border-radius: 4px;
	background: #FFFFFF;
	box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
	left: unset !important;
	top: unset !important;
	bottom: unset !important;
	position: relative !important;
	list-style: none;
	overflow: hidden;
	cursor: pointer;
	transition: .2s;
}

.professions__item:before {
	width: 6px;
	height: 100%;
	content: "";
	display: block;
	top: 0;
	left: 0;
	position: absolute;
}

.professions__item:hover {
	box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.16);
	text-decoration: none;
}

.professions__item:hover .professions__item-title {
	color: #7F00FF;
}

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

.professions__col-1 {
	margin: 0 20px 0 0;
	display: flex;
	flex-direction: column;
}

.professions__col-2 {
	display: flex;
}

.professions__col-100 {
	width: 100%;
	margin-top: auto;
}

.professions__item-subtitle {
	width: 100%;
	display: inline-block;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
}

.professions__item-subtitle--gray {
	color: #909090;
}

.professions__item-subtitle .bold {
	font-weight: 600;
}

.professions__item-subtitle.mt {
	margin-top: 6px;
}

.professions__item-title {
	margin: 6px 0 0;
	color: #000000;
	font-size: 35px;
	font-weight: 500;
	line-height: 35px;
	transition: .2s;
}

.professions__brand {
	height: 80px;
	max-width: 166px;
}

.professions__brand-img {
	max-width: 100%;
	max-height: 100%;
}

.professions__author {
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	overflow-x: hidden;
}

.professions__author-img {
	max-width: 100%;
	max-height: 100%;
}

.professions__tag {
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	white-space: nowrap;
}

.professions__salary {
	color: #000000;
	font-size: 20px;
	font-weight: 500;
	white-space: nowrap;
}

.professions__item.purple-red:before {
	background: linear-gradient(to bottom, #4926AD 50%, #FF1D1D 50%, #FF1D1D 100%);
}

.professions__item.purple-green:before {
	background: linear-gradient(to bottom, #7F00FF 50%, #00BD57 50%, #00BD57 100%);
}

.professions__item.green-cyan:before {
	background: linear-gradient(to bottom, #00BD57 50%, #00E1AB 50%, #00E1AB 100%);
}

.professions__item.green-teal:before {
	background: linear-gradient(to bottom, #00BD57 50%, #00E1AB 50%, #00E1AB 100%);
}

.professions__item.orange-green:before {
	background: linear-gradient(to bottom, #FFA800 50%, #00BD57 50%, #00BD57 100%);
}

.professions__item.red-orange:before {
	background: linear-gradient(to bottom, #FF1D1D 50%, #FFA800 50%, #FFA800 100%);
}

.professions__item.blue-mint:before {
	background: linear-gradient(to bottom, #1F2EB6 50%, #00E1AB 50%, #00E1AB 100%);
}

.announcement {
	padding: 0 0 152px;
	background: #F0F5F7;
	overflow: hidden;
}

.announcement--new-courses {
	padding: 80px 0 86px;
}

.announcement .bg-w {
	color: #000000;
	background: #FFFFFF;
}

.announcement .bg-w .color {
	color: #FFA800;
}

.announcement .bg-w .btn {
	margin: 0;
	max-width: 255px;
}

.announcement .bg-bl {
	color: #FFFFFF;
	background: #0500E3;
}

.announcement .bg-bl .color {
	color: #4CCAFF;
}

@media (max-width: 991px) {
	.announcement .bg-bl .announcement__img-cont {
		border-bottom: 1px solid #4CCAFF;
	}
}

.announcement .bg-bl .btn {
	max-width: 255px;
	margin: 0;
	background: #4CCAFF;
}

.announcement .bg-bl .btn__text {
	color: #ffffff;
}

.announcement .bg-bl .btn:focus, .announcement .bg-bl .btn:hover {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 8, 255, 0.25);
}

.announcement .bg-wl {
	color: #FFFFFF;
	background-color: #37008F;
}

.announcement .bg-wl .color {
	color: #FFA800;
}

@media (max-width: 991px) {
	.announcement .bg-wl .announcement__img-cont {
		border-bottom: 1px solid #1A0044;
	}
}

.announcement .bg-wl .btn {
	max-width: 255px;
	msargin: 0;
	background: #FFA800;
}

.announcement .bg-wl .btn__text {
	color: #000000;
}

.announcement .bg-wl .btn:focus, .announcement .bg-wl .btn:hover {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 235, 0, 0.25);
}

.announcement .bg-rd {
	color: #FFFFFF;
	background: #FF4242;
}

.announcement .bg-rd .color {
	color: #FFF84C;
}

@media (max-width: 991px) {
	.announcement .bg-rd .announcement__img-cont {
		border-bottom: 1px solid #950505;
	}
}

.announcement .bg-rd .btn {
	max-width: 255px;
	margin: 0;
	background: #FFF84C;
}

.announcement .bg-rd .btn__text {
	color: #000000;
}

.announcement .bg-rd .btn:focus, .announcement .bg-rd .btn:hover {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(251, 255, 0, 0.25);
}

.announcement__item-bottom {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: 35px;
}

.announcement__logo {
	margin-left: 20px;
}

.announcement .swiper-container {
	overflow: unset !important;
}

.announcement .swiper-wrapper {
	height: auto;
	height: intrinsic;
	overflow: unset !important;
}

.announcement .swiper-slide {
	width: 100% !important;
	max-width: 945px;
	opacity: .5;
}

.announcement .swiper-slide-active {
	opacity: 1;
}

.announcement .swiper-button-next.swiper-button-disabled,
.announcement .swiper-button-prev.swiper-button-disabled {
	pointer-events: auto !important;
}

.announcement .swiper-button-prev, .announcement .swiper-button-next {
	width: 72px;
	height: 72px;
}

.announcement .swiper-button-prev:after, .announcement .swiper-button-next:after {
	font-size: 23px;
}

.announcement .swiper-button-prev {
	left: 48px;
}

.announcement .swiper-button-next {
	right: 48px;
}

.announcement__title {
	margin: 0 0 52px;
	text-align: center;
}

.announcement__item {
	height: 430px;
	display: flex;
	justify-content: space-between;
	position: relative;
	box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-decoration: none;
}

.announcement__item:hover {
	text-decoration: none;
}

.announcement__col-1 {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 35px 10px 50px 50px;
}

.announcement__item-subtitle {
	margin: 0 0 8px;
	display: inline-block;
	font-size: 23px;
	font-weight: 600;
}

.announcement__item-subtitle .orange {
	color: #FFA800;
}

.announcement__item-title {
	display: -webkit-box;
	max-width: 515px;
	margin: 0;
	position: relative;
	font-size: 40px;
	font-weight: 600;
	line-height: 45px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	z-index: 2;
}

.announcement__p {
	display: -webkit-box;
	max-width: 435px;
	margin: 16px 0 0;
	position: relative;
	font-size: 23px;
	font-weight: 400;
	line-height: 33px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-webkit-box-orient: vertical;
	z-index: 2;
}

.announcement__img-cont {
	max-width: 480px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 100%;
	bottom: 0;
	right: 0;
	position: absolute;
}

.announcement__img {
	display: block;
	position: relative;
	z-index: 1;
}

.announcement .btn {
	margin-right: auto;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.announcement .course-item {
	align-items: flex-start;
	background: #FFFFFF;
}

.announcement .course-item .announcement__img-cont {
	height: 430px;
	width: 480px;
	position: relative;
}

.announcement .course-item .announcement__img {
	width: auto;
	height: 100%;
	max-width: unset;
	display: block;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}

.announcement .course-item .announcement__item-subtitle {
	color: #000000;
}

.announcement .course-item .announcement__item-title {
	display: -webkit-box;
	color: #000000;
	font-size: 35px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.announcement .course-item .announcement__item-bottom {
	margin-top: auto;
}

.announcement .course-item .btn {
	width: 100%;
	max-width: 252px;
	padding: 15px 30px;
}

.announcement .course-item .btn--red {
	background: #EC1C24;
}

.announcement .course-item .btn--pink {
	background: #FF229C;
}

.announcement .course-item .btn--orange {
	background: #FAA500;
}

.announcement .course-item.pattern {
	background-position: center right;
	background-repeat: no-repeat;
}

.announcement .course-item.pattern-green {
	background-image: url("../img/@index/announcement/patterns/pattern-green.svg");
}

.announcement .course-item.pattern-orange {
	background-position: calc(100% + 60px) center;
	background-image: url("../img/@index/announcement/patterns/pattern-orange.svg");
}

.announcement .course-item.pattern-blue {
	background-image: url("../img/@index/announcement/patterns/pattern-blue.svg");
}

.popular {
	padding: 65px 0 120px 0;
	box-sizing: border-box;
	background: #FFFFFF;
	overflow: hidden;
}

.popular__title {
	width: 100%;
	margin: 0 0 50px;
	text-align: center;
}

.popular__nav {
	max-width: 500px;
	margin: 40px auto 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.popular .swiper-container {
	overflow: unset !important;
}

.popular .swiper-wrapper {
	height: auto;
	height: intrinsic;
}

.popular .swiper-slide {
	width: 592px !important;
}

.popular .swiper-pagination {
	position: unset;
}

.popular .swiper-button-prev, .popular .swiper-button-next {
	width: 68px;
	height: 68px;
	margin-top: unset;
}

.popular .swiper-button-prev {
	position: unset !important;
}

.popular .swiper-button-next {
	position: unset !important;
}

.popular .professions__item {
	max-width: 592px;
}

.get-profession {
	padding: 34px 0 106px;
	background: #F0F5F7;
}

.get-profession__title {
	margin: 0 0 16px;
}

.get-profession__title .green {
	display: inline-flex;
}

.get-profession__p {
	margin: 0;
	font-size: 23px;
	font-weight: 400;
	line-height: 33px;
}

.get-profession__video {
	width: 100%;
	min-height: 360px;
	margin: 46px 0 0;
	padding: 0 160px 0 106px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	text-decoration: none;
	background: #FFFFFF;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0px 6px 83px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.get-profession__video:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.get-profession__video:after {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	bottom: 0;
	left: 0;
	position: absolute;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE0MCIgaGVpZ2h0PSI2MiIgdmlld0JveD0iMCAwIDExNDAgNjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMTYyIDBMMTE2MiAyNzhDMTE2MiAyODMuNTIzIDExNTcuNTIgMjg4IDExNTIgMjg4TC00LjAwMDAxIDI4OEMtOS41MjI4NCAyODggLTE0IDI4My41MjMgLTE0IDI3OEwtMTQgLTUuMTQwNDZlLTA1TDI3Ni42MjggMjkuNzkxNkMyNzcuMzA2IDI5Ljg2MTEgMjc3Ljk5IDI5Ljg2MTEgMjc4LjY2OCAyOS43OTE2TDU2OC4zNzYgMC4wOTQzMTQyQzU2OC45ODggMC4wMzE1NTUgNTY5LjYwNSAwLjAyNTQ0OTMgNTcwLjIxOCAwLjA3NjA3NTRMOTMwLjQ0NyAyOS44MDg5QzkzMS4xNSAyOS44NjY5IDkzMS44NTcgMjkuODUwNSA5MzIuNTU2IDI5Ljc1OThMMTE2MiAwWiIgZmlsbD0iI0ZGQTgwMCIvPgo8L3N2Zz4K");
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	pointer-events: none;
}

.get-profession__video-text {
	display: inline-block;
	color: #000000;
	font-size: 35px;
	font-weight: 600;
	line-height: 35px;
}

.get-profession .btn {
	min-width: 360px;
	margin: 0 0 0 20px;
}

.support {
	background: #FFFFFF;
	overflow: hidden;
}

.support__cont {
	padding: 80px 0;
	background-image: url(../img/@index/support/messages.svg);
	background-repeat: no-repeat;
	background-position: center right;
	box-sizing: border-box;
}

.support__col {
	max-width: 506px;
}

.support__title {
	margin: 0 0 30px;
}

.support__p {
	margin: 0;
	color: #000000;
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
}

.map {
	padding: 50px 0 6px;
	background: #F0F5F7;
}

.map__title {
	margin: 0;
}

.map__inner {
	position: relative;
	margin: 48px 0 25px;
	text-align: center;
}

.map__img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: initial;
}

.map__placemark {
	min-height: 42px;
	padding: 5px 16px 5px 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: auto;
	top: auto;
	position: absolute;
	border-radius: 100px;
	box-shadow: 25px 25px 45px rgba(55, 93, 149, 0.15), 25px 25px 60px rgba(96, 105, 120, 0.25);
	background: #FFFFFF url("../../assets/img/@index/map/pin.svg") no-repeat 15px 50%;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 400;
	white-space: nowrap;
	line-height: 1;
	cursor: default;
}

.map__placemark--1 {
	top: 15%;
	right: 32%;
}

.map__placemark--2 {
	top: 25%;
	left: 25%;
}

.map__placemark--3 {
	top: 40%;
	right: 28.5%;
	z-index: 100;
}

.map__placemark--4 {
	top: 45%;
	right: 40%;
}

.map__placemark--5 {
	top: 33%;
	left: 6%;
}

.map__placemark--6 {
	top: 28%;
	right: 25%;
}

.profession-main {
	padding: 0 0;
	min-height: 550px;
	background: #F0F5F7;
	overflow: hidden;
}

.profession-main__subtitle {
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 38px;
}

.profession-main__subtitle img {
	display: inline-block;
	padding-left: 10px;
}

.profession-main h1 {
	font-weight: bold;
	font-size: 59px;
	line-height: 55px;
	margin: 14px 0 11px 0;
	letter-spacing: -0.022em;
}

.profession-main__content {
	padding: 34px 0px 20px 0;
}

.profession-main__description {
	font-style: normal;
	font-weight: normal;
	font-size: 23px;
	line-height: 32px;
}

.profession-main__trigger {
	padding: 31px 0 24px 0px;
	font-weight: normal;
	font-size: 23px;
	line-height: 32px;
	display: flex;
	align-items: center;
}

.profession-main__trigger .icon {
	margin: 0 10px 0 0;
	color: #7F00FF;
	font-size: 23px;
	top: -2px;
	position: relative;
}

.profession-main__btn {
	flex: none;
	margin: 0 0 0;
	padding: 14px 20px;
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 315px;
}

.profession-main__btn .btn__text {
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
}

.profession-main__img {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 566px;
	height: 550px;
	text-align: center;
}

.profession-main__img-ring {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background: url() no-repeat 0 50%;
	background-size: contain;
}

.profession-main__img-ring_orange-red {
	background-image: url("/../assets/img/@profession/profession-main/ring__orange-red.svg");
}

.profession-main__img-ring_red-purple {
	background-image: url("/../assets/img/@profession/profession-main/ring__red-purple.svg");
}

.profession-main__img-ring_cyan-teal {
	background-image: url("/../assets/img/@profession/profession-main/ring__cyan-teal.svg");
}

.profession-main__img-ring_green-orange {
	background-image: url("/../assets/img/@profession/profession-main/ring__green-orange.svg");
}

.profession-main__img-ring_green-red {
	background-image: url("/../assets/img/@profession/profession-main/ring__green-red.svg");
}

.profession-main__img-ring_green-teal {
	background-image: url("/../assets/img/@profession/profession-main/ring__green-teal.svg");
}

.profession-main__img-ring_purple-green {
	background-image: url("/../assets/img/@profession/profession-main/ring__purple-green.svg");
}

.profession-main__img img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	margin: auto;
	border: none;
	max-height: 548px;
}

@media (prefers-reduced-motion: reduce), (print) {
	.animated {
		-webkit-animation-duration: 1s !important;
		animation-duration: 1s !important;
		-webkit-transition-duration: 1s !important;
		transition-duration: 1s !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
	}
}

.profession-desc {
	padding: 75px 0 60px;
	box-sizing: border-box;
	background: #FFFFFF;
}

.profession-desc__title {
	max-width: 882px;
	margin: 0;
}

.profession-desc__row {
	margin: 56px 0 0;
	display: flex;
	justify-content: space-between;
}

.profession-desc__col-1 {
	max-width: 458px;
}

.profession-desc__col-2 {
	max-width: 652px;
}

.profession-desc__p {
	margin: 0;
	color: #000000;
	font-size: 23px;
	line-height: 33px;
}

.profession-desc__list {
	margin: 0;
	padding: 0;
}

.profession-desc__item {
	margin: 0 0 22px;
	display: flex;
	align-items: flex-start;
	color: #000000;
	font-size: 23px;
	font-weight: 400;
	list-style: none;
}

.profession-desc__item:before {
	width: 10px;
	height: 10px;
	flex: 0 0 10px;
	margin: 0 12px 0 0;
	content: "";
	display: block;
	top: 11px;
	position: relative;
	background: #00BD57;
	border-radius: 100%;
}

.profession-sponsor {
	padding: 80px 0 40px;
	box-sizing: border-box;
	background: #FFFFFF;
}

.profession-sponsor__title {
	max-width: 882px;
	margin: 0;
}

.profession-sponsor__row {
	margin: 50px 0 0;
	display: flex;
	justify-content: space-between;
}

.profession-sponsor__col-1 {
	max-width: 720px;
}

.profession-sponsor__col-2 {
	max-width: 390px;
}

.profession-sponsor__p {
	margin: 0;
	color: #000000;
	font-size: 23px;
	line-height: 33px;
}

.profession-sponsor__descr {
	font-weight: normal;
	font-size: 23px;
	line-height: 33px;
	color: #000000;
	margin-top: 10px;
}

.get-trailer {
	margin: -76px 0 -19px 0;
	padding: 0 0 0 0;
	position: relative;
	background: transparent;
	z-index: 2;
}

.get-trailer__video {
	width: 100%;
	min-height: 360px;
	margin: 0 0 0;
	padding: 0px 30px 34px 82px;
	display: flex;
	align-items: center;
	position: relative;
	text-decoration: none;
	background: #FFFFFF;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0px 6px 83px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.get-trailer__video:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.get-trailer__video:after {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	bottom: 0;
	left: 0;
	position: absolute;
	background-image: url("/../assets/img/@profession/get-trailer/bg.svg");
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 0;
}

.get-trailer__video-text {
	display: inline-block;
	color: #000000;
	font-size: 35px;
	font-weight: 600;
	line-height: 35px;
	z-index: 1;
	padding-left: 40px;
}

.get-trailer .btn {
	min-width: 360px;
	margin: 0 0 0 20px;
	z-index: 1;
}

.get-trailer .play-btn {
	width: 151px;
	height: 151px;
	color: #00BD57;
	font-size: 70px;
	line-height: 162px;
}

.get-trailer .play-btn .icon {
	line-height: 147px;
}

.our-employers {
	padding: 100px 0 70px;
	position: relative;
	background: #FFFFFF;
}

.our-employers .container {
	padding: 0;
}

.our-employers__title {
	margin: 0 0 12px;
	padding: 0 15px;
	text-align: left;
}

.our-employers__p {
	margin: 0;
	padding: 0 15px;
	font-size: 23px;
	font-weight: 400;
	text-align: left;
	line-height: 1.45em;
}

.our-employers__list {
	margin: 54px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.our-employers__employer {
	width: 100%;
	max-width: 262px;
	min-height: 126px;
	margin: 0 15px 15px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15);
}

.our-employers__employer img {
	max-width: 90%;
}

.professions-list {
	padding: 44px 0 144px;
	overflow: hidden;
}

.professions-list__title {
	margin: 0;
	font-size: 59px;
}

.professions-list__item {
	padding: 46px 0 46px;
}

.professions-list__item-cont {
	margin: 0 0 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.professions-list__item-title {
	margin: 0;
}

.professions-list__nav {
	width: 100%;
	max-width: 160px;
	margin: 0 0 0 20px;
	display: flex;
	justify-content: space-between;
}

.professions-list .swiper-slide {
	width: 100% !important;
	max-width: 554px;
}

.professions-list .swiper-button-prev {
	width: 68px;
	height: 68px;
	margin: 0 !important;
	position: unset !important;
	background: #00BD57;
	border-radius: 100%;
	box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.25);
	outline: none;
	transition: .2s;
}

.professions-list .swiper-button-prev:before {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA1MyAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUyLjEwNTEgMTMuMDYwN0M1Mi42OTA5IDEyLjQ3NDkgNTIuNjkwOSAxMS41MjUxIDUyLjEwNTEgMTAuOTM5M0w0Mi41NTkyIDEuMzkzNEM0MS45NzM0IDAuODA3NjExIDQxLjAyMzYgMC44MDc2MTEgNDAuNDM3OSAxLjM5MzRDMzkuODUyMSAxLjk3OTE5IDM5Ljg1MjEgMi45Mjg5MyA0MC40Mzc5IDMuNTE0NzJMNDguOTIzMSAxMkw0MC40Mzc5IDIwLjQ4NTNDMzkuODUyMSAyMS4wNzExIDM5Ljg1MjEgMjIuMDIwOCA0MC40Mzc5IDIyLjYwNjZDNDEuMDIzNiAyMy4xOTI0IDQxLjk3MzQgMjMuMTkyNCA0Mi41NTkyIDIyLjYwNjZMNTIuMTA1MSAxMy4wNjA3Wk0wLjk1NTU2NiAxMy41SDUxLjA0NDVWMTAuNUgwLjk1NTU2NlYxMy41WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px;
	transform: rotate(180deg);
}

.professions-list .swiper-button-prev:after {
	display: none;
}

.professions-list .swiper-button-prev:hover {
	background: #00d160;
}

.professions-list .swiper-button-next {
	width: 68px;
	height: 68px;
	margin: 0 !important;
	position: unset !important;
	background: #00BD57;
	border-radius: 100%;
	box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.25);
	outline: none;
	transition: .2s;
}

.professions-list .swiper-button-next:before {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA1MyAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUyLjEwNTEgMTMuMDYwN0M1Mi42OTA5IDEyLjQ3NDkgNTIuNjkwOSAxMS41MjUxIDUyLjEwNTEgMTAuOTM5M0w0Mi41NTkyIDEuMzkzNEM0MS45NzM0IDAuODA3NjExIDQxLjAyMzYgMC44MDc2MTEgNDAuNDM3OSAxLjM5MzRDMzkuODUyMSAxLjk3OTE5IDM5Ljg1MjEgMi45Mjg5MyA0MC40Mzc5IDMuNTE0NzJMNDguOTIzMSAxMkw0MC40Mzc5IDIwLjQ4NTNDMzkuODUyMSAyMS4wNzExIDM5Ljg1MjEgMjIuMDIwOCA0MC40Mzc5IDIyLjYwNjZDNDEuMDIzNiAyMy4xOTI0IDQxLjk3MzQgMjMuMTkyNCA0Mi41NTkyIDIyLjYwNjZMNTIuMTA1MSAxMy4wNjA3Wk0wLjk1NTU2NiAxMy41SDUxLjA0NDVWMTAuNUgwLjk1NTU2NlYxMy41WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px;
}

.professions-list .swiper-button-next:after {
	display: none;
}

.professions-list .swiper-button-next:hover {
	background: #00d160;
}

.professions {
	padding: 80px 0 20px;
}

.professions__cont {
	position: relative;
}

.professions__cont .swiper-container {
	position: relative;
	overflow: unset !important;
}

.professions__cont .swiper-wrapper {
	height: auto;
	height: intrinsic;
	overflow: unset !important;
}

.professions__col-100 {
	width: 100%;
	margin-top: auto;
}

.professions__title {
	margin: 0 0 40px;
}

.course-author {
	padding: 94px 0;
	background: #F0F5F7;
}

.course-author__top {
	display: flex;
}

.course-author__bottom {
	margin: 50px 0 0;
}

.course-author__img-cont {
	width: 360px;
	height: 360px;
	margin: 0 82px 0 0;
	border-radius: 100%;
	overflow: hidden;
}

.course-author__img-cont img {
	width: 100%;
}

.course-author__desc-cont {
	width: 60%;
}

.course-author__name {
	margin: 0 0 20px;
	display: block;
	color: #000000;
}

.course-author__p {
	margin: 0;
	color: #898989;
	font-size: 23px;
	font-weight: 400;
	line-height: 33px;
}

.course-author__list {
	padding: 0;
	margin: 20px 0 0;
}

.course-author__item {
	margin: 0 0 20px;
	padding-left: 26px;
	position: relative;
	font-size: 22px;
	list-style: none;
}

.course-author__item:before {
	width: unset;
	height: unset;
	content: '—';
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	background: none;
	border-radius: unset;
}

.course-author__materials-title {
	font-size: 42px;
	font-weight: 100;
}

.course-author__material {
	height: 100%;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.course-author__material-desc {
	margin: 20px 0 0;
	max-height: 110px;
	min-height: 110px;
	color: #6F6F6F;
	font-size: 18px;
	overflow: hidden;
}

.course-author .swiper-wrapper {
	height: auto;
	height: intrinsic;
	align-items: flex-end;
}

.course-author .swiper-slide {
	width: auto !important;
	min-width: 150px;
	max-width: 150px;
	display: flex;
}

.your-resume {
	padding: 74px 0 60px;
	background: #F0F5F7;
}

.your-resume__title {
	display: flex;
	align-items: center;
}

.your-resume__title:after {
	width: 38px;
	height: 38px;
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 20px;
	background-image: url("/assets/img/@profession/your-resume/checkmark.svg");
	background-size: cover;
}

.your-resume__info {
	display: flex;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 18px;
}

.your-resume__img img {
	border-radius: 100%;
	display: block;
	width: 165px;
	height: 165px;
	overflow: hidden;
}

.your-resume__desc {
	padding: 11px 0 0 29px;
}

.your-resume__name {
	font-weight: 600;
	font-size: 35px;
	line-height: 40px;
}

.your-resume__spec {
	font-weight: normal;
	font-size: 23px;
	line-height: 24px;
	color: #00BD57;
}

.your-resume__price {
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 1;
	padding: 17px 0 6px;
}

.your-resume__price--title {
	font-style: normal;
	font-weight: normal;
	font-size: 23px;
	line-height: 28px;
	color: #96ACB9;
}

.your-resume__inner {
	margin-top: 44px;
	padding: 30px 17% 40px 36px;
	border: 1px solid #EEE;
	box-shadow: 12px 12px 45px rgba(43, 78, 130, 0.25);
	border-radius: 7px;
	background: #fff;
	overflow: hidden;
	background: #fff url("/../assets/img/@profession/your-resume/bg_resume.svg");
	background-position: right center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.your-resume__top {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.your-resume__photo {
	width: 165px;
	height: auto;
	margin-right: 28px;
}

.your-resume__person {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-right: 90px;
	padding-bottom: 15px;
}

.your-resume__person-name {
	margin-bottom: 10px;
	font-size: 42px;
	font-weight: 300;
	line-height: 1.15;
}

.your-resume__person-position {
	font-size: 22px;
	color: #00BD57;
}

.your-resume__salary {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 12px;
}

.your-resume__salary-label {
	margin-bottom: 6px;
	font-size: 22px;
	color: #96ACB9;
}

.your-resume__salary-how {
	font-size: 42px;
	font-weight: 300;
	line-height: 1;
}

.your-resume__skills {
	position: relative;
	padding: 23px 0 0 0;
}

.your-resume__skills-label {
	display: block;
	margin-bottom: 32px;
	font-size: 22px;
	color: #96ACB9;
}

.your-resume__skills-text {
	font-size: 22px;
	line-height: 1.3;
}

.your-resume ol {
	list-style-type: none;
	counter-reset: num;
	margin: 0 0 0 20px;
	padding: 0px 0 5px 0;
	font-size: 16px;
}

.your-resume ol li {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 23px;
	line-height: 30px;
	color: #000000;
}

.your-resume ol li:before {
	content: counter(num);
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 3px;
	left: -30px;
	width: 25px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 30px;
	color: #A0A0A0;
}

.your-resume__item {
	margin: 0 0 20px;
	padding: 0 0 0 24px;
	font-weight: 300;
}

.your-resume__item:last-of-type {
	margin: 0;
}

.your-resume__item:before {
	top: 6px;
}

.author-cite {
	padding: 58px 0;
	background: #FFFFFF;
}

.author-cite__p {
	font-size: 32px;
	font-weight: 200;
	line-height: 52px;
}

.author-cite__author {
	margin: 30px 0 0;
	display: flex;
	align-items: center;
}

.author-cite__img-cont {
	width: 76px;
	height: 76px;
	margin: 0 20px 0 0;
	border-radius: 100%;
	overflow: hidden;
}

.author-cite__img-cont img {
	width: 100%;
	height: 100%;
}

.author-cite__name {
	font-size: 27px;
	font-weight: 500;
}

.product-card-block {
	margin: 34px 0 0;
}

.product-card {
	min-height: 218px;
	padding: 38px 42px 38px 72px;
	display: flex;
	position: relative;
	border-radius: 4px;
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
	box-shadow: 10px 10px 27px rgba(55, 93, 149, 0.11);
}

.product-card:hover .bg-pattern {
	background-position: center -200px;
}

.product-card .bg-pattern {
	width: 11px;
	height: 100%;
	top: 0;
	left: 17px;
	position: absolute;
	background-image: url("../img/@lesson/product-card/product-card-pattern.svg");
	background-repeat: repeat-y;
	background-size: auto;
	background-position: center 0;
	transition: all 2s, background 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.product-card__col {
	display: flex;
	flex-wrap: wrap;
}

.product-card__col--col-1 {
	width: 80%;
}

.product-card__col--col-2 {
	width: 20%;
	margin: 0 0 0 20px;
	text-align: right;
	justify-content: flex-end;
}

.product-card .black {
	color: #000000;
}

.product-card__title {
	width: 100%;
	display: inline-block;
	margin: 0 0 10px 0;
	color: #000000;
	font-size: 42px;
	font-weight: 200;
}

.product-card__p {
	color: #CCCCCC;
	font-size: 18px;
	font-weight: 100;
}

.product-card__icon {
	top: 37px;
	right: 43px;
	position: absolute;
}

.product-card__rate-point {
	width: 100%;
	display: inline-block;
	color: #00BD57;
	font-size: 60px;
	line-height: 60px;
}

.product-card__rate-text {
	color: #666666;
	font-weight: 200;
	font-size: 16px;
}

.product-card__time {
	display: flex;
	align-items: center;
}

.product-card__time svg {
	margin: 0 8px 0 0;
}

.product-card__time-text {
	color: #666666;
	font-weight: 200;
}

.lessons {
	margin: 44px 0 98px;
}

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

.lesson-card {
	margin: 0 0 12px;
}

.lesson-card:last-of-type {
	margin: 0;
}

.lesson-card--closed .lesson-card__headline {
	background: #F9F9F9;
	border: 1px solid #F9F9F9;
}

.lesson-card--closed .lesson-card__headline .lesson-card__note {
	background: #EDEDED;
	border: 1px solid #EDEDED;
}

.lesson-card__headline {
	min-height: 94px;
	padding: 10px 20px 10px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	cursor: pointer;
	transition: .6s;
}

.lesson-card .lesson-card__headline.collapsed {
	border-radius: 4px;
	transition: .6s;
}

.lesson-card .lesson-card__headline.collapsed .arrow-down {
	width: 8px;
	height: 5px;
	display: flex;
	transform: none;
}

.lesson-card__title {
	margin: 0 auto 0 0;
	display: flex;
	font-size: 22px;
	line-height: 24px;
}

.lesson-card__title .star-icon {
	margin: 2px 10px 0 0;
}

.lesson-card__rate {
	display: flex;
	align-items: center;
}

.lesson-card__rate-text {
	margin: 0 8px 0 0;
	display: inline-block;
	color: #666666;
	font-size: 16px;
	font-weight: 200;
}

.lesson-card__rate-point {
	color: #00BD57;
	font-size: 22px;
	font-weight: 500;
}

.lesson-card__note {
	min-height: 40px;
	padding: 4px 20px;
	display: flex;
	align-items: center;
	color: #666666;
	font-size: 16px;
	font-weight: 200;
	border-radius: 40px;
	border: 1px solid #EDEDED;
	white-space: nowrap;
}

.lesson-card .pause {
	margin: 0 0 0 34px;
}

.lesson-card .arrow-down {
	margin: 0 0 0 10px;
	transform: rotate(180deg);
	transition: .2s;
}

.lesson-card__status {
	display: flex;
	align-items: center;
}

.lesson-card__status-text {
	color: #666666;
	font-size: 16px;
}

.lesson-card__list {
	margin: 0;
	border: 1px solid #EEEEEE;
	border-top: none;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.lesson-card__list .star-icon {
	right: 2px;
	position: relative;
}

.lesson-card__item {
	padding: 0;
}

.lesson-card__item:before {
	display: none;
}

.lesson-card__item:first-of-type {
	padding-top: 20px;
}

.lesson-card__item:last-of-type {
	padding-bottom: 20px;
}

.lesson-card__link {
	min-height: 60px;
	padding: 10px 20px 10px 20px;
	display: flex;
	align-items: center;
	text-decoration: none;
	background: #FFFFFF;
	transition: .2s;
}

.lesson-card__link:hover {
	background: #F9F9F9;
	text-decoration: none;
}

.lesson-card__item-col {
	min-width: 50px;
	margin: 0 10px;
	text-align: center;
}

.lesson-card__item-col .lesson-card__note {
	margin: 0;
}

.lesson-card__num {
	min-width: 50px;
	margin: 0 10px 0 0;
	display: flex;
	justify-content: center;
	color: #4926AD;
	font-size: 18px;
	text-align: center;
}

.lesson-card__item-title {
	margin: 0 auto 0 0;
	padding: 0 10px 0 0;
	color: #000000;
	font-size: 18px;
}

.lesson-card__col-text {
	color: #666666;
	font-size: 13px;
}

.lesson-card .clock-icon {
	width: 18px;
	height: 18px;
}

.lesson-card .lock-close-icon {
	margin: 0 0 0 10px;
}

.auth-page {
	height: 100vh;
}

.auth {
	min-height: 100vh;
	padding: 0 0 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.auth:before {
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	background-image: url("/../assets/img/common/bg-top.svg");
	background-position: top left;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 1;
}

.auth:after {
	width: 100%;
	height: 100%;
	content: "";
	bottom: 0;
	right: 0;
	position: absolute;
	background-image: url("/../assets/img/common/bg-bottom.svg");
	background-position: bottom right;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 1;
}

.auth__cont {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	z-index: 2;
}

.auth__title {
	margin: 0;
	color: #000000;
	font-size: 39px;
	line-height: 35px;
}

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

.auth__p {
	margin: 10px 0 20px;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
}

.auth__logo {
	margin-bottom: 18px;
	margin-right: auto;
}

.auth__logo.mb {
	margin-bottom: 40px;
}

.auth .input-wrapper {
	width: 100%;
	margin: 0 0 10px;
}

.auth .btn {
	padding: 19px 44px;
	display: inline-block;
	margin-right: auto;
}

.auth .auth-link {
	margin: 14px 0 0;
}

.success .auth__title {
	margin: 20px 0 60px;
}

.checkout-cont {
	padding: 45px 52px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
}

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

.checkout-cont__row.mt {
	margin-top: 44px;
}

.checkout-cont__row.fd-c {
	flex-direction: column;
}

.checkout-cont__row.jc-fe {
	justify-content: flex-end;
}

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

.checkout {
	padding: 50px 0;
}

.checkout__title {
	font-size: 59px;
}

.checkout__subtitle {
	margin: 0 0 8px;
	color: #000000;
	font-size: 32px;
	font-weight: 400;
	line-height: 34px;
}

.checkout__p {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
}

.checkout__h3 {
	margin: 0;
	color: #999999;
	font-size: 22px;
	font-weight: 400;
}

.checkout__price {
	color: #000000;
	font-size: 42px;
	font-weight: 400;
	line-height: 50px;
}

.checkout__checkbox-cont {
	margin: 44px 0 0;
	flex-direction: column;
}

.checkout .checkbox {
	margin: 0;
}

.checkout .checkbox a {
	color: inherit;
}

.checkout .checkbox__text {
	padding: 0 0 0 22px;
	color: #686868;
	font-size: 14px;
	font-weight: 500;
	text-transform: unset;
}

.checkout .checkbox__text:before {
	width: 17px;
	height: 17px;
	margin-top: 0;
	top: 0;
	border: 2px solid #00BD57;
}

.checkout .checkbox__text:after {
	width: 17px;
	height: 17px;
	margin-top: 0;
	top: 0;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNjM2MjMgNC43MjcyNkw0LjcyNzE0IDcuODE4MTdMOS4zNjM1IDEuNjM2MzUiIHN0cm9rZT0iIzAwQkQ1NyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
}

.checkout .btn {
	padding: 17px 64px;
	margin: 80px 0 0 auto;
}

.checkout-contacts {
	margin: 0 0 10px 0;
	padding: 35px 52px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	box-sizing: border-box;
}

.checkout-contacts__form {
	margin: 10px 0 0;
	display: flex;
}

.checkout-contacts__form .input-wrapper {
	width: 100%;
	margin: 0 10px 0 0;
}

.checkout-contacts__form .input-wrapper:last-of-type {
	margin: 0;
}

.subscribe-options {
	margin: 26px 0 0;
	padding: 0;
}

.subscribe-options__col-1 {
	max-width: 412px;
}

.subscribe-options__col-2 {
	max-width: 280px;
	padding: 0 20px;
	text-align: right;
	line-height: 20px;
	box-sizing: border-box;
}

.subscribe-options__item {
	max-width: 666px;
	margin: 0 0 10px;
	padding: 12px 20px 12px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	border-radius: 10px;
	border: 1px solid #EBEBEB;
	background: #FFFFFF;
	box-sizing: border-box;
	cursor: pointer;
	transition: .2s;
}

.subscribe-options__item:last-of-type {
	margin: 0;
}

.subscribe-options__item:hover {
	border: 1px solid #00BD57;
}

.subscribe-options__item.active {
	background: #EDF5EC;
	border: 1px solid #00BD57;
}

.subscribe-options .radio__text {
	display: inline-block;
	padding: 0 0 0 30px;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
}

.subscribe-options__p {
	margin: 0;
	padding: 0 0 0 30px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.subscribe-options__price {
	color: #000000;
	font-size: 26px;
	font-weight: 600;
}

.subscribe-options__price-note {
	width: 100%;
	display: inline-block;
	color: #00BD57;
	font-size: 12px;
	font-weight: 600;
	line-height: 12px;
}

.subscription {
	margin: 20px 0 42px;
}

.subscription--success .subscription__cont, .subscription--fail .subscription__cont {
	min-height: 376px;
}

.subscription--success .subscription__subtitle, .subscription--fail .subscription__subtitle {
	margin: 0 0 20px;
}

.subscription--success .subscription__buttons, .subscription--fail .subscription__buttons {
	margin: 46px 0 0;
}

.subscription--success .subscription__buttons .btn, .subscription--fail .subscription__buttons .btn {
	width: auto;
	min-width: 202px;
}

.subscription__title {
	margin: 0 0 38px;
	color: #000000;
	font-size: 59px;
	font-weight: 600;
}

.subscription__cont {
	min-height: 450px;
	padding: 40px 50px;
	background: #FFFFFF;
	box-sizing: border-box;
	border-radius: 4px;
}

.subscription__icon-cont {
	width: 48px;
	height: 48px;
	margin: 0 0 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.subscription__icon-cont svg {
	width: 100%;
	height: 100%;
}

.subscription__steps {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 500;
	font-family: "Gilroy", "TTNorms", sans-serif;
}

.subscription__subtitle {
	margin: 0 0 28px;
	color: #000000;
	font-size: 32px;
	font-weight: 600;
	line-height: 32px;
}

.subscription__txt {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}

.subscription__form {
	max-width: 290px;
	margin: 24px 0 0;
}

.subscription__form .input-wrapper {
	margin: 0 0 14px;
}

.subscription__form .input-wrapper .input {
	padding: 13px 20px 13px 36px;
	font-size: 16px;
}

.subscription__form .input-wrapper .input::placeholder {
	font-size: 16px;
}

.subscription__form .input-wrapper:before {
	width: 40px;
	background-size: 14px;
}

.subscription__form .btn {
	padding: 17px 20px;
}

.subscription__checkbox-cont {
	max-width: 448px;
	margin: 16px 0 0;
}

.subscription .checkbox {
	margin: 0 0 2px;
}

.subscription__buttons {
	display: flex;
}

.subscription__buttons .btn {
	width: auto;
	min-width: 294px;
	margin: 0 12px 0 0;
	padding: 17px 20px;
}

.subscription__buttons .btn:last-of-type {
	margin: 0;
}

.subscription-list {
	margin: 0 0 36px;
	padding: 0;
}

.subscription-list__item {
	margin: 0 0 20px;
	display: flex;
	align-items: baseline;
	list-style: none;
}

.subscription-list__item:before {
	width: 17px;
	height: 17px;
	flex: 17px 0 0;
	margin: 0 24px 0 0;
	content: "";
	display: block;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNy4zOTRsNS4zOTQgNS4zOTNMMTUuNDg0IDIiIHN0cm9rZT0iIzAwQkQ1NyIgc3Ryb2tlLXdpZHRoPSIzLjQ5IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: center center;
}

.subscription-list__item:last-of-type {
	margin: 0;
}

.card-form {
	max-width: 488px;
	margin: 30px 0;
	padding: 42px 36px;
	background: #553BC6;
	border-radius: 9px;
}

.card-form__row {
	margin: 0 0 14px;
	display: flex;
	align-items: center;
}

.card-form__row:last-of-type {
	margin: 0;
}

.card-form .input-row {
	align-items: center;
}

.card-form .input-row .input {
	margin: 0 18px 0 0;
}

.card-form .input-row .input:last-of-type {
	margin: 0;
}

.card-form .input-cont {
	display: flex;
	align-items: center;
	flex-direction: row;
	align-items: center;
}

.card-form .input {
	width: 100%;
	padding: 15px 14px;
	border: 2px solid #553BC6;
}

.card-form .input--sm {
	max-width: 72px;
}

.card-form .input--sm::placeholder {
	text-align: center;
}

.card-form .input:hover {
	border: 2px solid #553BC6;
}

.card-form .cvc {
	margin: 0 0 0 auto;
}

.card-form .info {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 24px 0 0;
	margin: 0 0 0 10px;
	cursor: pointer;
}

.support-p {
	padding: 44px 0;
}

.support-p__row, .support-p__social-row {
	display: flex;
}

.support-p__row.mt {
	margin: 50px 0 0;
}

.support-p__col {
	max-width: 240px;
}

.support-p__title {
	margin: 0 0 10px;
	color: #000000;
	font-size: 59px;
	font-weight: 600;
}

.support-p__subtitle {
	width: 100%;
	display: inline-block;
	color: #000000;
	font-size: 35px;
	font-weight: 500;
}

.support-p__p {
	margin: 0;
	font-size: 23px;
	font-weight: 400;
	line-height: 33px;
}

.support-p__link {
	color: #000000;
	font-size: 23px;
	font-weight: 400;
	text-decoration: none;
}

.support-p__social {
	margin: 56px 0 0;
}

.support-p__social-link {
	width: 190px;
	height: 60px;
	padding: 14px 10px;
	margin: 0 20px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	border-radius: 4px;
	box-sizing: border-box;
}

.support-p__social-link:last-of-type {
	margin: 0;
}

.support-p__social-logo {
	margin: 0 0 0 20px;
}

.support-p__social-link.whatsapp {
	background: #00BD57;
}

.support-p__social-link.telegram {
	background: #2CA5E0;
}

.support-p__social-link.online-chat {
	background: #4926AD;
}

.profile__title {
	display: inline-block;
	margin: 0 0 30px;
	color: #000000;
	font-size: 42px;
	font-weight: 600;
}

.profile__subtitle {
	display: inline-block;
	color: #000000;
	font-size: 32px;
	font-weight: 500;
}

.profile__subtitle-small {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
}

.profile__p {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
}

.profile__username {
	display: inline-flex;
	align-items: center;
}

.profile__username-txt {
	color: #000000;
	font-size: 30px;
	font-weight: 600;
}

.profile__ava {
	width: fit-content;
	margin: 0 0 0 auto;
}

.profile__ava .upload-link {
	width: 100%;
	display: inline-block;
	margin: 10px auto 0;
	color: #000000;
	font-size: 12px;
	font-weight: 200;
	text-align: center;
	text-decoration: underline;
	transition: .2s;
}

.profile__ava .upload-link:hover {
	color: #4926AD;
}

.profile__ava-cont {
	width: 130px;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	overflow: hidden;
}

.profile__rate {
	margin: 0 0 0 6px;
	position: relative;
}

.profile__rate .question-sym {
	top: -12px;
	right: -16px;
	position: absolute;
}

.profile__points {
	display: inline-flex;
	align-items: center;
	position: relative;
}

.profile__points .star-icon {
	margin: 0 8px 0 0;
}

.profile__points .question-sym {
	top: -12px;
	right: -16px;
	position: absolute;
}

.profile__points-txt {
	color: #4926AD;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
}

.profile__txt {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
}

.profile__link {
	display: flex;
	align-items: center;
	position: relative;
	color: #999999;
	font-size: 18px;
	font-weight: 400;
	text-decoration: underline;
	line-height: 18px;
	transition: .2s;
}

.profile__link:hover {
	color: #4926AD;
}

.profile__link:hover path {
	fill: #4926AD;
}

.profile__link svg {
	margin: 0 8px 0 0;
}

.profile__link path {
	transition: .2s;
}

.profile__content {
	margin: 20px 0 48px;
	padding: 0 68px 60px;
	background: #F5F5F5;
	border-top: 1px solid transparent;
	box-sizing: border-box;
}

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

.profile .icon-info {
	display: inline-flex;
	align-items: center;
}

.profile .icon-info__icon-cont {
	width: 15px;
	height: auto;
	margin: 0 8px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.profile .icon-info__icon {
	margin: 0;
}

.profile .icon-info__txt {
	color: #666666;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
}

@media (max-width: 479px) {
	.profile .edit-link svg {
		display: none;
	}
}

.profile .input-cont {
	margin: 0 0 20px;
}

.profile .btn {
	margin: 10px 20px 0 0;
	padding: 17px 20px;
}

.profile .checkbox-switch {
	min-height: 28px;
}

.profile .checkbox-switch__switch {
	width: 54px;
	height: 28px;
	flex: 54px 0 0;
	background: #E9EDFA;
	border: none;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.06);
}

.profile .checkbox-switch__switch:before {
	width: 22px;
	height: 22px;
	left: 4px;
	background: #FFFFFF;
	opacity: 1;
}

.profile .checkbox-switch input:checked + .checkbox-switch__switch:before {
	left: 28px;
	background: #00BD57;
}

.profile .checkbox-switch input:checked + .checkbox-switch__switch {
	background: #F3F3F3;
}

.profile .question-sym {
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: #FFFFFF;
	cursor: pointer;
}

.profile .edit-icon path {
	transition: .2s;
}

.profile .btn-edit path {
	fill: #000000;
}

.profile .btn-edit:hover path {
	fill: #4926AD;
}

.profile-tabs {
	border-bottom: 1px solid #E7E7E7;
}

.profile-tabs .swiper-slide {
	width: auto !important;
}

.profile-tabs__tab {
	display: inline-block;
	margin: 0 22px 0 0;
	padding: 10px 0;
	color: #090909;
	font-size: 21px;
	font-weight: 600;
	line-height: 21px;
	white-space: nowrap;
	box-sizing: border-box;
	transition: .2s;
	cursor: pointer;
	opacity: 1;
}

.profile-tabs__tab:hover {
	opacity: .6;
}

.profile-tabs__tab.active {
	color: #4926AD;
	border-bottom: 3px solid #4926AD;
}

.profile-tabs__tab.active:hover {
	opacity: 1;
}

.profile-head {
	background: #F9F9F9;
	border-top: 1px solid #EEEEEE;
}

.profile-head__cont {
	padding: 32px 0;
	box-sizing: border-box;
}

.profile-head .icon-info {
	margin: 0 10px 0 0;
}

.profile-user {
	display: flex;
	align-items: center;
}

.profile-user__ava {
	width: 111px;
	height: 111px;
	margin: 0 20px 0 0;
	border-radius: 100%;
	overflow: hidden;
}

.profile-user__row {
	margin: 10px 0 0;
}

.profile-usercard {
	margin: 62px 0 0;
	padding: 42px;
	background: #FFFFFF;
	box-sizing: border-box;
}

.profile-usercard__cont {
	display: flex;
}

.profile-usercard__col-1 {
	width: 100%;
	padding: 20px 0 0;
}

.profile-usercard__col-2 {
	margin: 0 0 0 auto;
}

.profile-usercard__row {
	display: flex;
	align-items: center;
}

.profile-usercard__row.row-info {
	margin: 6px 0 0;
}

.profile-usercard__row.row-links {
	margin: 20px 0 0;
}

.profile-usercard .icon-info {
	margin: 0 14px 0 0;
}

.profile-usercard .profile__txt {
	margin: 0 14px 0 0;
}

.profile-usercard .profile__txt:last-of-type {
	margin: 0;
}

.profile-usercard .profile__link {
	margin: 0 22px 0 0;
}

.profile-usercard .profile__link:last-of-type {
	margin: 0;
}

.profile-settings {
	margin: 60px 0 0;
}

.profile-settings__cont {
	display: flex;
}

.profile-settings__col-1 {
	width: 100%;
	max-width: 555px;
	flex: 555px 0 0;
}

.profile-settings__col-2 {
	width: 100%;
}

.profile-settings .profile__ava .upload-link {
	font-size: 18px;
}

.profile-settings .profile__ava-cont {
	width: 258px;
	height: 258px;
}

.profile-newsletter {
	margin: 58px 0 0;
}

.profile-newsletter__title {
	margin: 0 0 10px;
}

.profile-newsletter__cont {
	padding: 52px;
	background: #FFFFFF;
	box-sizing: border-box;
}

.profile-newsletter .checkbox-switch {
	margin: 0 0 34px;
}

.profile-newsletter .checkbox-switch:last-of-type {
	margin: 0;
}

.resume {
	margin: 50px 0 0;
}

.resume__title {
	margin: 0;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	font-size: 42px;
	font-weight: 600;
	line-height: 48px;
}

.resume__title--inner {
	margin: 40px 0 0;
	display: inline-block;
}

.resume__title .btn-edit {
	margin: 0 0 0 10px;
}

.resume__title-date {
	display: flex;
	align-items: baseline;
}

.resume__title-date-txt {
	color: #666666;
	position: relative;
	cursor: pointer;
	transition: .2s;
}

.resume__title-date-txt .line {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkwIiBoZWlnaHQ9IjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3Ryb2tlPSIjNjY2IiBkPSJNMCAuNWgyOTAiLz48L3N2Zz4=");
	background-size: 1px;
	background-repeat: repeat-x;
	background-position: center bottom;
}

.resume__title-date-txt:hover {
	color: #4926AD;
}

.resume__title-date-txt:hover .line {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkwIiBoZWlnaHQ9IjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3Ryb2tlPSIjNDkyNkFEIiBkPSJNMCAuNWgyOTAiLz48L3N2Zz4=");
}

.resume__subtitle {
	margin: 0 0 16px;
	color: #000000;
	font-size: 32px;
	font-weight: 600;
}

.resume__subtitle--green {
	color: #00BD57;
}

.resume__time {
	color: #000000;
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
}

.resume__txt-gray {
	margin: 0 0 16px;
	color: #999999;
	font-size: 18px;
	font-weight: 400;
}

.resume__content {
	padding: 20px 0 80px;
	display: flex;
}

.resume__content:last-of-type {
	border-bottom: 1px solid #EEEEEE;
}

.resume__content--info {
	padding: 46px 0 16px;
}

.resume__content--info:last-of-type {
	padding: 46px 0 72px;
}

.resume__content span {
	color: #999999;
}

.resume__content .location-link {
	color: #00BD57;
	text-decoration: underline;
	cursor: pointer;
	transition: .2s;
}

.resume__content .location-link:hover {
	color: #7F00FF;
}

.resume__content-left {
	width: 100%;
	max-width: 264px;
	margin: 0 30px 0 0;
}

.resume__content-right {
	width: 100%;
}

.resume__p {
	margin: 28px 0 0;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.resume__date {
	margin: 14px 0 0;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
}

.resume__list {
	display: flex;
	flex-wrap: wrap;
	color: #666666;
}

.resume__item {
	margin: 0 40px 20px 0;
	padding: 10px 20px;
	color: #666666;
	font-weight: 400;
	text-decoration: none;
	background: #E3E3E3;
	border-radius: 40px;
	box-sizing: border-box;
	cursor: pointer;
	transition: .2s;
	outline: none;
}

.resume__item:hover {
	text-decoration: none;
}

.resume__item:focus {
	background: #f0f0f0;
}

.resume__item:last-of-type {
	margin: 0 0 20px;
}

.resume-education .resume__subtitle {
	font-weight: 400;
}

.resume-head {
	margin: 42px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.resume-head .checkbox-switch__text {
	font-size: 16px;
}

.resume-head .checkbox-switch__switch {
	width: 40px;
	height: 25px;
	flex: 40px 0 0;
	background: transparent;
	border: 1px solid #DCDCDC;
	box-shadow: none;
}

.resume-head .checkbox-switch__switch:before {
	width: 17px;
	height: 17px;
	top: 3px;
	left: 4px;
	background: #DCDCDC;
}

.resume-head .checkbox-switch input:checked + .checkbox-switch__switch {
	background: transparent;
}

.resume-head .checkbox-switch input:checked + .checkbox-switch__switch:before {
	left: 17px;
}

.resume-head .lock-icon {
	margin: 0 0 0 10px;
}

.resume-head__buttons {
	display: flex;
}

.resume-head .btn-copy, .resume-head .btn-download {
	width: 60px;
	height: 60px;
	padding: 0;
	flex: 60px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	transition: .2s;
}

.resume-head .btn-copy .btn-txt, .resume-head .btn-download .btn-txt {
	display: none;
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}

.resume-head .btn-copy path, .resume-head .btn-download path {
	transition: .2s;
}

.resume-head .btn-copy:hover, .resume-head .btn-copy:focus, .resume-head .btn-download:hover, .resume-head .btn-download:focus {
	background: #4926AD;
}

.resume-head .btn-copy:hover path, .resume-head .btn-copy:focus path, .resume-head .btn-download:hover path, .resume-head .btn-download:focus path {
	fill: #FFFFFF;
}

.resume-head .btn-copy {
	margin: 0 10px 0 0;
}

.user-resume {
	margin: 40px 0 0;
	padding: 42px 52px;
	box-sizing: border-box;
	background: #F5F5F5;
	border-radius: 5px;
}

.user-resume__title {
	margin: 0 0 40px;
	color: #000000;
	font-size: 62px;
	line-height: 68px;
	font-weight: 600;
	text-decoration: none;
}

.user-resume__name {
	width: 100%;
	display: inline-block;
	color: #000000;
	font-size: 32px;
	font-weight: 600;
	line-height: 32px;
}

.user-resume__cont {
	margin: 40px 0 0;
	display: flex;
	align-items: center;
}

.user-resume__ava-cont {
	width: 96px;
	height: 96px;
	margin: 0 30px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	overflow: hidden;
}

.user-resume__info {
	margin: 24px 0 0;
	display: flex;
	align-items: center;
}

.user-resume__info .icon-info {
	margin: 0 36px 0 0;
}

.user-resume__info .icon-info:last-of-type {
	margin: 0;
}

.user-resume__info .icon-info__txt {
	font-size: 16px;
}

.user-resume__bottom-row {
	margin: 40px 0 0;
	display: flex;
}

.user-resume__bottom-row .user-resume__txt-gray {
	margin: 0 0 14px;
}

.user-resume__bottom-row .user-resume__edit {
	margin: 0 0 14px;
}

.user-resume__bottom-row .user-resume__edit .user-resume__txt-gray {
	margin: 0;
}

.user-resume__bottom-col {
	width: 100%;
	margin: 0 30px 0 0;
}

.user-resume__bottom-col:last-of-type {
	margin: 0;
}

.user-resume__txt-gray {
	display: inline-block;
	color: #999999;
	font-size: 22px;
	font-weight: 400;
}

.user-resume__edit {
	display: flex;
	align-items: center;
}

.user-resume__edit .btn-edit {
	margin: 0 0 5px 8px;
	fill: #000000;
}

.user-resume__p {
	margin: 0;
	color: #000000;
	font-size: 22px;
	font-weight: 400;
}

.user-resume .btn-edit {
	padding: 0;
	box-sizing: border-box;
	background: none;
	border: none;
}

.resume-certificates {
	margin: 84px 0 74px;
}

.diplom-list {
	margin: 40px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.diplom {
	width: 100%;
	max-width: 360px;
	height: 168px;
	padding: 26px 40px;
	display: flex;
	flex-wrap: wrap;
	border-radius: 4px;
	box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.diplom:after {
	width: 42px;
	height: 100%;
	content: "";
	top: 0;
	right: 0;
	position: absolute;
	background-color: #169F1E;
	background-image: url("../img/common/pattern.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position-y: center;
	background-position-x: -400px;
}

.diplom__title {
	width: 100%;
	display: inline-block;
	color: #000000;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
}

.diplom .btn-download {
	margin-top: auto;
	padding: 0;
	border: none;
	background: transparent;
	outline: none;
	transition: .2s;
}

.diplom .btn-download path {
	fill: #4926AD;
	transition: .2s;
}

.profile-tariffs {
	border-top: 1px solid transparent;
}

.profile-tariffs__content {
	margin: 20px 0 0;
	padding: 44px 68px 60px;
	background: #F5F5F5;
	box-sizing: border-box;
}

.profile-tariffs .profile__subtitle {
	margin: 0 0 30px;
}

.profile-tariffs .subscribe-options {
	margin: 0;
}

.profile-tariffs .btn {
	padding: 17px 45px;
}

.profile-tariffs .btn-snap-card {
	margin: 34px 0 0;
}

.profile-tariffs .checkbox-switch {
	margin: 10px 0 0;
}

.profile-tariffs .checkbox-switch__text {
	color: #686868;
	font-size: 18px;
}

.profile-tariffs .checkbox-switch input:checked + .checkbox-switch__switch {
	background: #FFFFFF;
}

.tied-card {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.tied-card__item {
	margin: 0 20px 0 0;
	padding: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	background: #FFFFFF;
	box-sizing: border-box;
}

.tied-card__logo-cont {
	max-width: 44px;
	margin: 0 30px 0 0;
}

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

.tied-card__number-cont {
	color: #000000;
	font-size: 22px;
}

.tied-card__sym {
	display: inline-block;
	margin: 0 6px 0 0;
	font-size: 32px;
	font-weight: 200;
	line-height: 28px;
}

.tied-card .btn-edit, .tied-card .btn-trash {
	padding: 5px;
	border: none;
	background: none;
	box-sizing: border-box;
	outline: none;
}

.tied-card .btn-edit path {
	fill: #4926AD;
}

.profile-referal {
	padding: 44px 0 0;
}

.profile-referal__row {
	margin: 40px 0 0;
}

.profile-referal__link-cont {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.profile-referal__link {
	display: flex;
	align-items: center;
	color: #00BD57;
	font-size: 22px;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.profile-referal__link-txt {
	max-width: 600px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.profile-referal .btn-copy {
	margin: 0 0 0 12px;
}

.profile-referal .question-sym {
	top: 5px;
	right: 5px;
	position: absolute;
	background: #E0D8B7;
}

.profile-stats {
	margin: 40px 0 0;
}

.profile-stats__cont {
	margin: 20px 0 0;
	display: grid;
	grid-gap: 22px;
	grid-template-columns: 1fr 1fr 1fr;
}

.profile-stats__item {
	min-height: 210px;
	padding: 32px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	background: #FFFFFF;
	border-radius: 3px;
	box-sizing: border-box;
}

.profile-stats__title {
	color: #000000;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
}

.profile-stats__subtitle {
	width: 100%;
	display: inline-block;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}

.profile-stats__num-cont {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-top: auto;
	color: #4926AD;
	font-size: 60px;
	font-weight: 600;
	line-height: 60px;
}

.profile-stats__num {
	width: 100%;
	display: inline-block;
}

.profile-stats__num--small {
	font-size: 50px;
	line-height: 50px;
}

.profile-stats__num-txt {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
}

.skills-popover {
	width: 314px;
	padding: 28px;
	position: absolute;
	border-radius: 6px;
	border: 1px solid #EEEEEE;
	background: #FFFFFF;
	box-shadow: 25px 25px 45px rgba(50, 80, 126, 0.25);
	box-sizing: border-box;
	opacity: 0;
	overflow: hidden;
	transition: opacity .2s;
	z-index: 99999;
}

.skills-popover__title-cont {
	display: flex;
	align-items: baseline;
}

.skills-popover__title {
	color: #000000;
	font-size: 22px;
	font-weight: 400;
	line-height: 24px;
}

.skills-popover__info {
	width: 100%;
	max-width: 100%;
	margin: 10px 0 0;
	display: flex;
}

.skills-popover__date {
	display: flex;
	color: #999999;
	font-size: 18px;
	font-weight: 400;
	overflow: hidden;
}

.skills-popover__date:after {
	margin: 0 10px;
	content: '..................................................';
	display: block;
	white-space: nowrap;
	overflow: hidden;
	color: #999999;
	font-size: 18px;
}

.skills-popover__point {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
}

.skills-popover .checkmark-icon {
	margin: 0 6px 0 0;
}

.form {
	/* INLINE */
}

.form-wrapper {
	padding: 85px 0 106px;
}

.form__title {
	margin-bottom: 15px;
	font-size: 32px;
	line-height: 36px;
	font-weight: 600;
}

.form__item {
	position: relative;
	margin: 16px 0;
}

.form__input {
	padding: 26px;
	width: 100%;
	border: 1px solid #DEDEDE;
	font-size: 18px;
}

.form__input:focus {
	border-color: #00BD57;
	outline: none;
}

.form__input.error {
	border-color: #FF1D1D;
}

.form__input ~ .error {
	position: absolute;
	left: 2px;
	top: 0;
	margin: 0;
	font-size: 12px;
	color: #FF1D1D;
}

.form__button:before {
	height: 24px;
	margin-right: 12px;
	content: url("/img/common/form/checkbox-round_white.svg");
}

.form__footer {
	display: flex;
	width: 100%;
	margin-top: 0;
}

.form__footer-checkbox {
	position: relative;
	flex: none;
	width: 21px;
	height: 21px;
	margin-top: 2px;
	margin-right: 10px;
}

.form__footer-checkbox [type="checkbox"] {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.form__footer-checkbox-icon {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #00BD57;
	border-radius: 2px;
}

.form__footer-checkbox :checked ~ .form__footer-checkbox-icon {
	background: url("/img/common/form/checkbox_green.svg") no-repeat center;
}

.form__footer-text {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.4;
}

.form_inline .form__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.form_inline .form__item {
	flex: 1;
	margin: 16px 13px;
}

.form_inline .form__item:first-child {
	margin-left: 0;
}

.form_inline .form__item_button {
	max-width: 195px;
	margin-right: 0;
}

.form-control {
	height: auto;
}

button:disabled,
button:disabled span,
button:disabled:hover span {
	color: #b6b8bb !important;
	cursor: default !important;
}

button:disabled,
button:disabled:hover {
	border-color: #e9ecef !important;
	background-color: #e9ecef !important;
	opacity: 1 !important;
}

.main-form {
	max-width: 1708px;
	margin: 0 auto 0;
	position: relative;
}

.main-form .error__error {
	width: 100%;
	top: 34px;
	position: absolute;
}

.main-form--inner {
	max-width: 100%;
	margin: 0;
	padding: 20px 0;
	background: #7F00FF;
}

.main-form--inner .main-form__title {
	color: #FFFFFF;
}

.main-form--inner .main-form__input {
	border: 2px solid #FFFFFF;
}

.main-form--inner .main-form__input:hover {
	border: 2px solid #FFFFFF;
}

.main-form--inner .checkbox__text {
	color: #FFFFFF;
}

.main-form--inner .checkbox__text:before {
	background: transparent;
	border: 1px solid #FFFFFF !important;
}

.main-form--inner .checkbox__text:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuOTM4NDUgOC44MzAzNEw2LjI2ODAxIDEzLjIxMjVMMTYuMjcgMC45OTk2NDgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K") !important;
}

.main-form--inner .checkbox__text a {
	color: #FFFFFF;
}

.main-form--inner .orange-btn {
	padding: 14px 32px;
}

.main-form--inner .orange-btn:hover {
	background: #00BD57;
}

.main-form__title {
	margin: 0 0 7px;
	display: block;
	font-size: 35px;
	font-weight: 600;
}

.main-form__cont {
	display: flex;
}

.main-form__input-wrapper {
	width: 100%;
	margin: 0 10px 0 0;
}

.main-form__input {
	width: 100%;
	height: 60px;
	padding: 10px 20px;
	color: #000000;
	font-size: 18px;
	border: 2px solid #BCBCBC;
	border-radius: 4px;
	box-sizing: border-box;
	outline: none;
	transition: .2s;
}

.main-form__input:placeholder {
	color: #666666;
}

.main-form__input:hover {
	border: 2px solid #636363;
}

.main-form__input:focus {
	border: 2px solid #00BD57;
}

.main-form .orange-btn {
	width: 100%;
	max-width: 420px;
	height: 60px;
}

.main-form .orange-btn__text {
	font-size: 22px;
}

.main-form .checkbox {
	display: block;
	margin: 18px 0 0;
}

.main-form .checkbox__text {
	padding: 0 0 0 22px;
	font-size: 10px;
}

.main-form .checkbox__text:before {
	width: 14px;
	height: 14px;
	top: 10px;
	border: 1px solid #8F8F8F;
}

.main-form .checkbox__text:after {
	width: 14px;
	height: 14px;
	top: 8px;
	left: 3px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuOTM4NDUgOC44MzAzNEw2LjI2ODAxIDEzLjIxMjVMMTYuMjcgMC45OTk2NDgiIHN0cm9rZT0iIzE2OUYxRSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
}

.what-learn {
	padding: 98px 0 109px;
	position: relative;
	background: #F0F5F7;
}

.what-learn__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
	counter-reset: item;
}

.what-learn__item {
	flex: 1 1 50%;
	max-width: 50%;
	padding-bottom: 20px;
}

.what-learn__item:nth-child(odd) {
	padding-right: 15px;
}

.what-learn__item:nth-child(even) {
	padding-left: 15px;
}

.what-learn__item-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 94px;
	padding: 20px 60px 20px 0;
	border: 1px solid #EEE;
	border-radius: 4px;
	background: #fff;
	font-size: 22px;
	line-height: 1.1;
	font-weight: 300;
	text-decoration: none;
	color: #000;
	transition: .2s;
}

.what-learn__item-link:before {
	flex: none;
	display: block;
	width: 98px;
	content: counters(item, ".", decimal-leading-zero) ".";
	counter-increment: item;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	color: #999;
}

.what-learn__item-link:after {
	position: absolute;
	left: auto;
	right: 24px;
	top: 12px;
	content: url("../img/common/what-learn/target_green.svg");
}

.what-learn__item-link:hover {
	border-color: #00BD57;
	background: #00BD57;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
}

.what-learn__item-link:hover:before {
	color: #fff;
}

.what-learn__item-link:hover:after {
	content: url("../img/common/what-learn/target_white.svg");
}

.what-learn .showmore {
	width: 100%;
}

.what-learn .showmore__btn {
	position: relative;
	z-index: 1;
	column-span: all;
	margin: 1.7rem auto;
}

.simplest-way {
	min-height: 298px;
	padding: 50px 0 104px;
	background: #FFFFFF;
}

.simplest-way__cont {
	display: grid;
	grid-gap: 25px 30px;
	grid-template-columns: 1fr 1fr;
}

.simplest-way__title {
	margin: 0 0 20px;
}

.simplest-way__icon {
	width: 66px;
	height: 66px;
	margin: 0 0 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 100%;
	box-shadow: 12px 12px 45px rgba(43, 78, 130, 0.25);
}

.simplest-way__icon .icon {
	color: #00BD57;
	font-size: 30px;
}

.simplest-way__icon .play-stroke-icon {
	width: 40px;
	height: 40px;
}

.simplest-way__item {
	padding: 38px 42px;
	position: relative;
	border-radius: 8px;
	border: 1px solid #EEEEEE;
	background: #FFFFFF;
	box-sizing: border-box;
	overflow: hidden;
}

.simplest-way__item:before {
	width: 100%;
	height: 6px;
	content: "";
	display: block;
	bottom: 0;
	left: 0;
	position: absolute;
	background: #00BD57;
}

.simplest-way__item-title {
	margin: 0 0 14px;
	color: #000000;
	font-size: 32px;
	font-weight: 400;
}

.simplest-way__item-p {
	margin: 0;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.profession-form {
	padding: 72px 0 58px;
	background: #FFFFFF;
}

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

.profession-form__col-1 {
	max-width: 654px;
}

.profession-form__col-2 {
	max-width: 456px;
}

.profession-form__subtitle {
	margin: 0 0 10px;
	display: inline-block;
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
}

.profession-form__list {
	margin: 36px 0 0;
	padding: 0;
}

.profession-form__item {
	margin: 0 0 8px;
	display: flex;
	align-items: flex-start;
	font-size: 23px;
	font-weight: 400;
	line-height: 38px;
	list-style: none;
}

.profession-form__item:before {
	width: 18px;
	height: 18px;
	margin: 0 20px 0 0;
	content: "\e904";
	display: block;
	color: #00BD57;
	font-size: 18px;
	font-family: "megacampus-icons";
}

.profession-form__form-title {
	display: inline-block;
	margin: 0 0 10px;
	color: #000000;
	font-size: 32px;
	font-weight: 600;
}

.profession-form__form-p {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}

.profession-form__form-cont {
	margin: 30px 0 0;
	display: flex;
	flex-direction: column;
}

.profession-form__input {
	margin: 0 0 10px;
}

.profession-form .checkbox {
	margin: 14px 0 0;
}

.to-studying {
	margin: 40px 0;
	padding: 66px 0;
	background: #7F00FF;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjA2IiBoZWlnaHQ9IjE5MCIgdmlld0JveD0iMCAwIDYwNiAxOTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIC01MEg0NTJDNDU3LjUyMyAtNTAgNDYyIC00NS41MjI4IDQ2MiAtNDBWMTkwQzQ2MiAxOTUuNTIzIDQ1Ny41MjMgMjAwIDQ1MiAyMDBIMEw0My4yMjU3IDE0NC4xMThDNDYuMDEyNyAxNDAuNTE2IDQ2LjAxMjcgMTM1LjQ4NCA0My4yMjU3IDEzMS44ODJMNC4yNTU1IDgxLjUwMTRDMS42OTc0NSA3OC4xOTQ0IDEuNDY2NzMgNzMuNjQ1MSAzLjY3NzA4IDcwLjA5NjJMNDMuODA1NiA1LjY2NzY4QzQ2LjI0MzEgMS43NTQwOSA0NS42ODkgLTMuMzE4NzkgNDIuNDY0IC02LjYxMzgyTDAgLTUwWiIgZmlsbD0iI0U4OEIwMCIvPgo8cGF0aCBkPSJNOTIuMDc0MiAtMTE1TDY2NS42MDkgLTE4LjAzODZDNjcxLjA1NSAtMTcuMTE4IDY3NC43MjMgLTExLjk1NzIgNjczLjgwMyAtNi41MTE1OUw2MjEuMDYyIDMwNS40NTJDNjIwLjE0MiAzMTAuODk3IDYxNC45ODEgMzE0LjU2NiA2MDkuNTM1IDMxMy42NDVMMzYuMDAwMSAyMTYuNjg0TDEwNS4xNzQgMTQ5Ljc4M0MxMDguMzIyIDE0Ni43MzggMTA5LjEyMyAxNDIuMDAxIDEwNy4xNTEgMTM4LjA5MUw2Ni43OTQ4IDU4LjA4MDZDNjQuOTg3IDU0LjQ5NjUgNjUuNDk3NyA1MC4xNzg3IDY4LjA5MTYgNDcuMTE1MkwxMzYuODA3IC0zNC4wMzk0QzEzOS42NzQgLTM3LjQyNTkgMTM5Ljk2NyAtNDIuMjk2OSAxMzcuNTI2IC00Ni4wMDI1TDkyLjA3NDIgLTExNVoiIGZpbGw9IiNGRkE4MDAiLz4KPC9zdmc+Cg==");
	background-position: center right;
	background-repeat: no-repeat;
}

.to-studying__text {
	color: #FFFFFF;
	text-decoration: underline;
}

.to-studying .icon {
	margin: 0 0 0 20px;
	display: inline-block;
	color: #FFFFFF;
	font-size: 34px;
	transform: rotate(180deg);
}

.get-subscription {
	padding: 70px 0 49px;
	color: #FFFFFF;
	background: #7F00FF url("/../assets/img/common/get-subscription/bg_get_subscribtion.svg");
	background-position: 103% center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.get-subscription__title {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 52px;
	line-height: 52px;
	cursor: pointer;
}

.get-subscription__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 32px;
}

.get-subscription__item {
	padding-bottom: 20px;
	font-weight: normal;
	font-size: 23px;
	line-height: 26px;
}

.get-subscription__item span {
	font-weight: bold;
	font-size: 55px;
	line-height: 70px;
}

a.get-subscription--link,
a.get-subscription--link:hover {
	text-decoration: none;
}

.subscribe {
	padding: 75px 0;
	background: #FFFFFF;
}

.subscribe--gray {
	background: #F0F5F7;
}

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

.subscribe__col-1 {
	width: 100%;
	max-width: 900px;
	margin: 0 20px 0 0;
}

.subscribe__title {
	margin: 0;
}

.subscribe__title .green {
	display: inline-flex;
}

.subscribe__subtitle {
	max-width: 256px;
	margin: 20px 0 0 56px;
	color: #FFA800;
	font-size: 55px;
	font-weight: 600;
	line-height: 51px;
}

.subscribe__subtitle .purple {
	color: #7F00FF;
}

.subscribe__p {
	max-width: 674px;
	margin: 20px 0 0;
	font-size: 23px;
	font-weight: 400;
	line-height: 33px;
}

.subscribe-list {
	margin: 44px 0 0;
	padding: 0;
}

.subscribe-list__title {
	display: inline-block;
	margin: 0 0 18px;
	font-size: 23px;
	font-weight: 600;
}

.subscribe-list__items {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr 1fr 1fr;
}

.subscribe-list__item {
	min-height: 42px;
	padding: 12px 20px;
	color: #7F00FF;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	line-height: 18px;
	background: #EEEEEE;
	border-radius: 40px;
	box-sizing: border-box;
	list-style: none;
}

.subscribe-list__item:before {
	display: none;
}

.subscribe-info {
	margin: 20px 0 0;
	padding: 50px 40px;
	position: relative;
	border-radius: 10px;
	background: #7F00FF;
	overflow: hidden;
	cursor: pointer;
	transition: .2s;
}

.subscribe-info__cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.subscribe-info:after {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	background-image: url("/../assets/img/common/subscribe/pattern.svg");
	background-position: right -100px;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 1;
}

.subscribe-info__title {
	display: inline-block;
	margin: 0 20px 0 0;
	position: relative;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 600;
	line-height: 42px;
	z-index: 2;
}

.subscribe-info__subtitle {
	display: inline-block;
	margin: 10px 0 0;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 600;
	position: relative;
	z-index: 2;
}

.subscribe-info .purple-btn {
	min-height: 58px;
	padding: 26px 48px;
	white-space: nowrap;
	z-index: 2;
}

.subscribe-info:hover {
	background: #EE399B;
}

.subscribe-info:hover .purple-btn {
	background: #EE399B;
}

.profession-campus {
	padding: 20px 0 60px;
	background: #FFFFFF;
}

.profession-campus__title {
	margin: 0 0 30px;
}

.profession-campus__content {
	padding: 30px 20px 20px 0;
}

.profession-campus__bookmark {
	display: none;
	margin-bottom: 18px;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.2;
}

.profession-campus__bookmark-btn {
	margin-left: 5px;
}

.profession-campus__description {
	font-size: 22px;
	font-weight: 400;
}

.profession-campus__triggers {
	display: flex;
	justify-content: start;
	align-items: self-start;
	width: 100%;
	margin-top: 22px;
	flex-wrap: wrap;
}

.profession-campus__trigger {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 10px 46px 10px 0;
	font-size: 18px;
}

.profession-campus__trigger img {
	height: 34px;
	display: none;
}

.profession-campus__trigger-label {
	margin: 0 0 10px;
	padding: 10px 0;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.15;
}

.profession-campus__trigger-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.profession-campus__trigger-icon {
	margin: 0 0 20px;
}

.other-professions {
	padding: 48px 0 10px 0;
	box-sizing: border-box;
	background: #F0F5F7;
	overflow: hidden;
}

.other-professions__title {
	width: 100%;
	margin: 0 0 50px;
	text-align: center;
}

.other-professions__nav {
	max-width: 500px;
	margin: 40px auto 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.other-professions .swiper-wrapper {
	height: auto;
	height: intrinsic;
}

.other-professions .swiper-container {
	max-width: 1180px;
	padding: 0 0 40px;
}

.other-professions .swiper-pagination {
	position: unset;
}

.other-professions .swiper-button-prev, .other-professions .swiper-button-next {
	width: 68px;
	height: 68px;
	margin-top: unset;
}

.other-professions .swiper-button-prev {
	position: unset !important;
}

.other-professions .swiper-button-next {
	position: unset !important;
}

.other-professions .professions__item {
	max-width: 366px;
	min-height: 182px;
	padding: 18px 16px 18px 20px;
	margin: 0;
}

.other-professions .professions__item-subtitle {
	font-size: 12px;
	font-weight: 400;
}

.other-professions .professions__item-title {
	margin: 0;
	font-size: 23px;
	line-height: 24px;
}

.other-professions .professions__tag {
	font-size: 12px;
}

.other-professions .professions__author {
	width: 60px;
	height: 60px;
}

.other-professions .emoji {
	font-size: 12px;
}

.e-diploma {
	padding: 5px 0 106px;
	background: #F0F5F7;
}

.e-diploma__text {
	padding-top: 0px;
}

.e-diploma__description {
	margin-top: 18px;
	font-style: normal;
	font-weight: normal;
	font-size: 23px;
	line-height: 33px;
}

.e-diploma__img {
	max-width: 100%;
	height: auto;
	box-shadow: 12px 12px 45px rgba(43, 78, 130, 0.25);
}

.popup {
	width: 500px;
	padding: 64px 44px 80px;
	background: #FFFFFF;
	box-shadow: 0px 0px 45px rgba(50, 80, 126, 0.25);
	border-bottom: 10px solid #7F00FF;
	box-sizing: border-box;
	position: relative;
	z-index: 99999999;
}

.popup__title {
	margin: 0 0 12px;
	color: #000000;
	font-size: 32px;
	font-weight: 600;
	line-height: 36px;
}

.popup__p {
	margin: 0;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 31px;
}

.popup .fancybox-close-small {
	display: none;
}

.popup_form {
	max-width: 500px;
	padding: 54px 44px 60px;
}

.popup .form__title {
	margin-bottom: 36px;
	font-size: 32px;
	line-height: 36px;
	font-weight: 600;
}

.popup .form__item {
	margin: 16px 0;
}

.popup .form__input {
	width: 100%;
}

.popup .form__button {
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
}

.popup .form__button:before {
	content: none;
}

.popup .form__button:hover {
	background: #7F00FF;
}

.popup .form__button:focus {
	background: #7F00FF;
}

.popup .form__footer {
	margin-top: 20px;
}

.popup .form__footer-checkbox {
	width: 21px;
	height: 21px;
	margin-top: 6px;
	margin-right: 10px;
	border-radius: 5px;
}

.popup .form__footer-checkbox-icon {
	border: 2px solid #00BD57;
}

.popup .form__footer-checkbox :checked + * {
	background-image: url("/img/common/form/checkbox_green.svg");
}

.popup .form__footer-text {
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

.popup .form__footer-text a {
	color: #000000;
}

.popup__btn {
	width: 100%;
	max-width: 100%;
	margin: 20px 0 0;
	padding: 17px 20px;
}

.popup__btn .btn__text {
	font-size: 22px;
	font-weight: 600;
}

.popup .fancybox-close-small {
	display: none;
}

.popup .popup__close {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-image: url("../img/common/popup/close-black.svg");
	background-repeat: no-repeat;
	-webkit-background-size: 20px auto;
	background-size: 17px auto;
	background-position: 50% 50%;
	background-color: #ffffff;
	z-index: 5;
}

.fancybox-bg {
	background: #ffffff;
}

.footer {
	padding: 34px 0;
	background: #FFFFFF;
	border-top: 1px solid #D2DFE4;
	box-sizing: border-box;
}

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

.footer__col-1 {
	max-width: 570px;
}

.footer__col-2 {
	max-width: 354px;
}

.footer__col-2 .footer__row-inner {
	display: flex;
	justify-content: space-between;
}

.footer__col-2 .footer__row-inner--row-inner-2 {
	margin: 10px 0 0;
	flex-direction: column;
}

.footer__logo {
	max-width: 145px;
	margin: 0 0 28px;
}

.footer .orange-btn {
	margin-right: auto;
	padding: 8px 26px;
	display: inline-block;
	font-size: 16px;
}

.footer .orange-btn__text {
	font-weight: 500;
	font-family: 'Gilroy', sans-serif;
}

.footer .orange-btn:hover {
	text-decoration: none;
}

.footer__p {
	margin: 0 0 10px;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
}

.footer__mobile {
	display: none;
}

.footer-nav {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.footer-nav__item {
	margin: 0 28px 20px 0;
	display: flex;
	align-items: center;
	list-style: none;
}

.footer-nav__link {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Gilroy', sans-serif;
	text-decoration: none;
	transition: .2s;
}

.footer-nav__link:hover {
	color: #7F00FF;
}

.footer-info__text {
	width: 100%;
	display: inline-block;
	color: #A7A7A7;
	font-size: 14px;
}

.footer-info__link {
	margin: 6px 0 0;
	display: inline-block;
	color: #00BD57;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	transition: .2s;
}

.footer-info__link:hover {
	color: #7F00FF;
}

.footer-social {
	display: flex;
}

.footer-social__link {
	width: 55px;
	height: 34px;
	margin: 4px 6px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	transition: .2s;
	cursor: pointer;
}

.footer-social__link:last-of-type {
	margin: 4px 0 0;
}

.footer-social__link.twitter {
	background: #5198EB;
}

.footer-social__link.twitter:hover {
	background: #7fb3f0;
}

.footer-social__link.instagram {
	background: #000000;
}

.footer-social__link.instagram:hover {
	background: #333333;
}

.footer-social__link.facebook {
	background: #385C8E;
}

.footer-social__link.facebook:hover {
	background: #4674b3;
}




/*Для нового слайдера на главной*/

.content {
	flex: 1 0 auto;
	position: relative;
	overflow: hidden;
}

.announcement {
	padding: 0 0 152px;
	background: #F0F5F7;
}

.announcement--new-courses {
	padding: 80px 0 86px;
}

.announcement .bg-w {
	color: #000000;
	background: #FFFFFF;
}

.announcement .bg-w .color {
	color: #FFA800;
}

.announcement .bg-w .btn {
	margin: 0;
	max-width: 255px;
}

.announcement .bg-bl {
	color: #FFFFFF;
	background: #0500E3;
}

.announcement .bg-bl .color {
	color: #4CCAFF;
}

@media (max-width: 991px) {
	.announcement .bg-bl .announcement__img-cont {
		border-bottom: 1px solid #4CCAFF;
	}
}

.announcement .bg-bl .btn {
	max-width: 255px;
	margin: 0;
	background: #4CCAFF;
}

.announcement .bg-bl .btn__text {
	color: #ffffff;
}

.announcement .bg-bl .btn:focus, .announcement .bg-bl .btn:hover {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 8, 255, 0.25);
}

.announcement .bg-wl {
	color: #FFFFFF;
	background-color: #37008F;
}

.announcement .bg-wl .color {
	color: #FFA800;
}

@media (max-width: 991px) {
	.announcement .bg-wl .announcement__img-cont {
		border-bottom: 1px solid #1A0044;
	}
}

.announcement .bg-wl .btn {
	max-width: 255px;
	msargin: 0;
	background: #FFA800;
}

.announcement .bg-wl .btn__text {
	color: #000000;
}

.announcement .bg-wl .btn:focus, .announcement .bg-wl .btn:hover {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 235, 0, 0.25);
}

.announcement .bg-rd {
	color: #FFFFFF;
	background: #FF4242;
}

.announcement .bg-rd .color {
	color: #FFF84C;
}

@media (max-width: 991px) {
	.announcement .bg-rd .announcement__img-cont {
		border-bottom: 1px solid #950505;
	}
}

.announcement .bg-rd .btn {
	max-width: 255px;
	margin: 0;
	background: #FFF84C;
}

.announcement .bg-rd .btn__text {
	color: #000000;
}

.announcement .bg-rd .btn:focus, .announcement .bg-rd .btn:hover {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(251, 255, 0, 0.25);
}

.announcement__item-bottom {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: 35px;
}

.announcement__logo {
	margin-left: 20px;
}

.announcement .swiper-container {
	overflow: unset !important;
}

.announcement .swiper-wrapper {
	height: auto;
	height: intrinsic;
	overflow: unset !important;
}

.announcement .swiper-slide {
	width: 100% !important;
	max-width: 945px;
	opacity: .3;
}

.announcement .swiper-slide-active {
	opacity: 1;
}

.announcement .swiper-button-next.swiper-button-disabled,
.announcement .swiper-button-prev.swiper-button-disabled {
	pointer-events: auto !important;
}

.announcement .swiper-button-prev, .announcement .swiper-button-next {
	width: 72px;
	height: 72px;
}

.announcement .swiper-button-prev:after, .announcement .swiper-button-next:after {
	font-size: 23px;
}

.announcement .swiper-button-prev {
	left: 48px;
}

.announcement .swiper-button-next {
	right: 48px;
}

.announcement__title {
	margin: 0 0 52px;
	text-align: center;
}

.announcement__item {
	height: 430px;
	display: flex;
	justify-content: space-between;
	position: relative;
	box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-decoration: none;
}

.announcement__item:hover {
	text-decoration: none;
}

.announcement__col-1 {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 35px 10px 50px 50px;
}

.announcement__item-subtitle {
	margin: 0 0 8px;
	display: inline-block;
	font-size: 23px;
	font-weight: 600;
}

.announcement__item-subtitle .orange {
	color: #FFA800;
}

.announcement__item-title {
	display: -webkit-box;
	max-width: 515px;
	margin: 0;
	position: relative;
	font-size: 40px;
	font-weight: 600;
	line-height: 45px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	z-index: 2;
}

.announcement__p {
	display: -webkit-box;
	max-width: 435px;
	margin: 16px 0 0;
	position: relative;
	font-size: 23px;
	font-weight: 400;
	line-height: 33px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-webkit-box-orient: vertical;
	z-index: 2;
}

.announcement__img-cont {
	max-width: 480px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 100%;
	bottom: 0;
	right: 0;
	position: absolute;
}

.announcement__img {
	display: block;
	position: relative;
	z-index: 1;
}

.announcement .btn {
	margin-right: auto;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.announcement .course-item {
	align-items: flex-start;
	background: #FFFFFF;
}

.announcement .course-item .announcement__img-cont {
	width: auto;
	height: 100%;
	right: 0;
	bottom: 0;
	position: absolute;
}

.announcement .course-item .announcement__img {
	width: auto;
	height: 100%;
	max-width: unset;
	display: block;
}

.announcement .course-item .announcement__item-subtitle {
	color: #000000;
}

.announcement .course-item .announcement__item-title {
	max-width: 530px;
	color: #000000;
	font-size: 40px;
	line-height: 45px;
	text-overflow: ellipsis;
	-webkit-line-clamp: unset;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.announcement .course-item .announcement__p {
	color: #000000;
}

.announcement .course-item .announcement__item-bottom {
	margin-top: auto;
}

.announcement .course-item .btn {
	width: 100%;
	max-width: 252px;
	padding: 15px 30px;
}

.announcement .course-item .btn--red {
	background: #EC1C24;
}

.announcement .course-item .btn--pink {
	background: #FF229C;
}

.announcement .course-item .btn--orange {
	background: #FAA500;
}

.announcement .course-item .btn--green {
	background: #00BD57;
}


@media(min-width: 760px){
	.subscribe-info:after {
		background-image: url(../img/common/subscribe/pattern-small.svg);
		background-position-x: center;
		background-position-y: 0px;
		background-size: 100%;
	}


}
@media (max-width: 767px) {
	.subscribe-info:after {
		background-image: url(../img/common/subscribe/pattern-small.svg);
		background-position-x: center;
		background-position-y: 105% !important;
		background-size: 100%;
	}
}

@media (max-width: 579px){

	.footer__mobile-btn {
		margin: 15px 15px;
		padding: 0 15px;
	}
}


/*Новые правки Зобнев*/
.head-form__subtitle {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 20px 0;
	display: block;
}





@media (min-width: 760px){
	.subscribe-info:after {
		background-image: url(../img/common/subscribe/pattern.svg);
		background-size: contain;
		background-position: center right -100px;
	}
	.subscribe-info__col-1 {
		max-width: 50%;
	}
}

@media (min-width: 1200px) {
	.head-employers .swiper-slide {
		margin-right: 26px !important;
	}

	.head-employers .swiper-slide:nth-child(5) {
		margin-right: 0px !important;
	}
}

@media (max-width: 1200px) {
	@media (min-width: 990px) {
		.head-employers .swiper-slide {
			width: calc(22% - 32px) !important;
		}
	}
}




/*Новый вид подписки
*/
.subscribe {
	padding: 75px 0;
	background: #fff
}

.subscribe--gray {
	background: #f0f5f7
}

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

.subscribe__col-1 {
	width: 100%;
	max-width: 900px;
	margin: 0 20px 0 0
}

.subscribe__title {
	margin: 0
}

.subscribe__title .green {
	display: inline-flex
}

.subscribe__subtitle {
	max-width: 256px;
	margin: 20px 0 0 56px;
	color: #ffa800;
	font-size: 55px;
	font-weight: 600;
	line-height: 51px
}

.subscribe__subtitle .purple {
	color: #7f00ff
}

.subscribe__p {
	max-width: 674px;
	margin: 20px 0 0;
	font-size: 23px;
	font-weight: 400;
	line-height: 33px
}

@media (max-width:1199px) {
	.subscribe .lovely-face {
		width: 42px;
		height: 42px;
		top: 7px
	}
}

@media (max-width:767px) {
	.subscribe .lovely-face {
		width: 30px;
		height: 30px;
		top: 4px
	}
}

.subscribe-list {
	margin: 44px 0 0;
	padding: 0
}

.subscribe-list__title {
	display: inline-block;
	margin: 0 0 18px;
	font-size: 23px;
	font-weight: 600
}

.subscribe-list__items {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr 1fr 1fr
}

.subscribe-list__item {
	min-height: 42px;
	padding: 12px 20px;
	color: #7f00ff;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	line-height: 18px;
	background: #eee;
	border-radius: 40px;
	box-sizing: border-box;
	list-style: none
}

.subscribe-list__item:before {
	display: none
}

.subscribe-info {
	margin: 20px 0 0;
	padding: 50px 40px;
	position: relative;
	border-radius: 10px;
	background: #7f00ff;
	overflow: hidden;
	cursor: pointer;
	transition: .2s
}

.subscribe-info__cont {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.subscribe-info:after {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	background-image: url(/../assets/img/common/subscribe/pattern.svg);
	background-position: right -100px;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 1
}

.subscribe-info__title {
	display: inline-block;
	margin: 0 20px 0 0;
	position: relative;
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	line-height: 42px;
	z-index: 2
}

.subscribe-info__subtitle {
	display: inline-block;
	margin: 10px 0 0;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	position: relative;
	z-index: 2
}

.subscribe-info .purple-btn {
	min-height: 58px;
	padding: 26px 48px;
	white-space: nowrap;
	z-index: 2
}

.subscribe-info:hover {
	background: #ee399b
}

.subscribe-info:hover .purple-btn {
	background: #ee399b
}

.subscribe_info {
	margin-top: 40px;
	background: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iNDI1IiBoZWlnaHQ9IjI1MSIgdmlld0JveD0iMCAwIDQyNSAyNTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIC0zNUg1MjBDNTI1LjUyMyAtMzUgNTMwIC0zMC41MjI4IDUzMCAtMjVWMjQxQzUzMCAyNDYuNTIzIDUyNS41MjMgMjUxIDUyMCAyNTFIMEw1MC4yNjMxIDE4Ni4yMDFDNTMuMDYxIDE4Mi41OTQgNTMuMDYxIDE3Ny41NSA1MC4yNjMxIDE3My45NDNMNC4yNzQ3MSAxMTQuNjU1QzEuNzA2MzkgMTExLjM0NCAxLjQ3NDg0IDEwNi43ODMgMy42OTQ2NiAxMDMuMjI5TDUwLjg0NDggMjcuNzM2NkM1My4yOTI0IDIzLjgxNzcgNTIuNzM2NSAxOC43MzIyIDQ5LjUgMTUuNDM0NkwwIC0zNVoiIGZpbGw9IiNFODhCMDAiLz4KPHBhdGggZD0iTTEwNS41OTEgLTExMEw2MTguMTQgLTIzLjM0ODlDNjIzLjU4NiAtMjIuNDI4MiA2MjcuMjU0IC0xNy4yNjc0IDYyNi4zMzMgLTExLjgyMThMNTY1LjM2MSAzNDguODMzQzU2NC40NCAzNTQuMjc5IDU1OS4yOCAzNTcuOTQ3IDU1My44MzQgMzU3LjAyNkw0MS4yODQ5IDI3MC4zNzVMMTA3LjgwNiAxODkuNjQ3QzExMC4wNyAxODYuOSAxMTAuNzAzIDE4My4xNTcgMTA5LjQ2OCAxNzkuODE4TDc0Ljk3NjIgODYuNTYzNkM3My44NTAxIDgzLjUxOTEgNzQuMjcxOSA4MC4xMTc0IDc2LjEwNzUgNzcuNDQwMUwxNDMuODk0IC0yMS40MzI4QzE0NS45NDUgLTI0LjQyNDIgMTQ2LjIxNSAtMjguMjkxNiAxNDQuNjAxIC0zMS41Mzk0TDEwNS41OTEgLTExMFoiIGZpbGw9IiNGRkE4MDAiLz4KPC9zdmc+Cg==") right center no-repeat #7f00ff;
	background-size: contain;
	padding: 25px 40px;
	color: #fff;
	border-radius: 10px
}

.subscribe_info__title {
	font-size: 50px;
	line-height: 85%;
	font-weight: 600
}

.subscribe_info__title small {
	display: block;
	font-size: 28px;
	font-weight: 500
}

.subscribe_info__form-fields {
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	width: 95%
}

.subscribe_info__form-fields input[type=tel] {
	width: 60%;
	height: 60px;
	margin-right: 14px;
	border-radius: 5px;
	border: none;
	font-size: 18px;
	text-indent: 22px
}

.subscribe_info__form-fields button {
	width: calc(40% - 14px);
	height: 60px;
	background: #5e00bc;
	border-radius: 35px;
	font-size: 26px;
	color: #fff;
	border: none
}

.subscribe_info__form-fields button:hover {
	background: #7928ca
}

.subscribe_info__form-privacy {
	padding-top: 9px
}

.subscribe_info__form-privacy label {
	margin-bottom: 0
}

.subscribe_info__form-privacy .checkbox__text {
	color: #fff;
	font-weight: 500
}

.subscribe_info__form-privacy .checkbox__text:before {
	width: 14px;
	height: 14px;
	background: 0 0;
	border: 1px solid #fff
}

.subscribe_info__form-privacy .checkbox__text:after {
	width: 14px;
	height: 14px;
	filter: grayscale(1) brightness(2)
}






.subscribe {
	padding: 75px 0;
	background: #FFFFFF;
}

.subscribe--gray {
	background: #F0F5F7;
}

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

.subscribe__col-1 {
	width: 100%;
	max-width: 900px;
	margin: 0 20px 0 0;
}

.subscribe__title {
	margin: 0;
}

.subscribe__title .green {
	display: inline-flex;
}

.subscribe__subtitle {
	max-width: 256px;
	margin: 20px 0 0 56px;
	color: #FFA800;
	font-size: 55px;
	font-weight: 600;
	line-height: 51px;
}

.subscribe__subtitle .purple {
	color: #7F00FF;
}

.subscribe__p {
	max-width: 674px;
	margin: 20px 0 0;
	font-size: 23px;
	font-weight: 400;
	line-height: 33px;
}

@media (max-width: 1199px) {
	.subscribe .lovely-face {
		width: 42px;
		height: 42px;
		top: 7px;
	}
}

@media (max-width: 767px) {
	.subscribe .lovely-face {
		width: 30px;
		height: 30px;
		top: 4px;
	}
}

.subscribe-list {
	margin: 44px 0 0;
	padding: 0;
}

.subscribe-list__title {
	display: inline-block;
	margin: 0 0 18px;
	font-size: 23px;
	font-weight: 600;
}

.subscribe-list__items {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr 1fr 1fr;
}

.subscribe-list__item {
	min-height: 42px;
	padding: 12px 20px;
	color: #7F00FF;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	line-height: 18px;
	background: #EEEEEE;
	border-radius: 40px;
	box-sizing: border-box;
	list-style: none;
}

.subscribe-list__item:before {
	display: none;
}

.subscribe-info {
	margin: 20px 0 0;
	padding: 50px 40px;
	position: relative;
	border-radius: 10px;
	background: #7F00FF;
	overflow: hidden;
	cursor: pointer;
	transition: .2s;
}

.subscribe-info__cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.subscribe-info:after {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	background-image: url("/../assets/img/common/subscribe/pattern.svg");
	background-position: right -100px;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 1;
}

.subscribe-info__title {
	display: inline-block;
	margin: 0 20px 0 0;
	position: relative;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 600;
	line-height: 42px;
	z-index: 2;
}

.subscribe-info__subtitle {
	display: inline-block;
	margin: 10px 0 0;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 600;
	position: relative;
	z-index: 2;
}

.subscribe-info .purple-btn {
	min-height: 58px;
	padding: 26px 48px;
	white-space: nowrap;
	z-index: 2;
}

.subscribe-info:hover {
	background: #EE399B;
}

.subscribe-info:hover .purple-btn {
	background: #EE399B;
}

.subscribe_info {
	margin-top: 40px;
	background: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iNDI1IiBoZWlnaHQ9IjI1MSIgdmlld0JveD0iMCAwIDQyNSAyNTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIC0zNUg1MjBDNTI1LjUyMyAtMzUgNTMwIC0zMC41MjI4IDUzMCAtMjVWMjQxQzUzMCAyNDYuNTIzIDUyNS41MjMgMjUxIDUyMCAyNTFIMEw1MC4yNjMxIDE4Ni4yMDFDNTMuMDYxIDE4Mi41OTQgNTMuMDYxIDE3Ny41NSA1MC4yNjMxIDE3My45NDNMNC4yNzQ3MSAxMTQuNjU1QzEuNzA2MzkgMTExLjM0NCAxLjQ3NDg0IDEwNi43ODMgMy42OTQ2NiAxMDMuMjI5TDUwLjg0NDggMjcuNzM2NkM1My4yOTI0IDIzLjgxNzcgNTIuNzM2NSAxOC43MzIyIDQ5LjUgMTUuNDM0NkwwIC0zNVoiIGZpbGw9IiNFODhCMDAiLz4KPHBhdGggZD0iTTEwNS41OTEgLTExMEw2MTguMTQgLTIzLjM0ODlDNjIzLjU4NiAtMjIuNDI4MiA2MjcuMjU0IC0xNy4yNjc0IDYyNi4zMzMgLTExLjgyMThMNTY1LjM2MSAzNDguODMzQzU2NC40NCAzNTQuMjc5IDU1OS4yOCAzNTcuOTQ3IDU1My44MzQgMzU3LjAyNkw0MS4yODQ5IDI3MC4zNzVMMTA3LjgwNiAxODkuNjQ3QzExMC4wNyAxODYuOSAxMTAuNzAzIDE4My4xNTcgMTA5LjQ2OCAxNzkuODE4TDc0Ljk3NjIgODYuNTYzNkM3My44NTAxIDgzLjUxOTEgNzQuMjcxOSA4MC4xMTc0IDc2LjEwNzUgNzcuNDQwMUwxNDMuODk0IC0yMS40MzI4QzE0NS45NDUgLTI0LjQyNDIgMTQ2LjIxNSAtMjguMjkxNiAxNDQuNjAxIC0zMS41Mzk0TDEwNS41OTEgLTExMFoiIGZpbGw9IiNGRkE4MDAiLz4KPC9zdmc+Cg==") right center no-repeat #7F00FF;
	background-size: contain;
	padding: 25px 40px;
	color: #fff;
	border-radius: 10px;
}

.subscribe_info__title {
	font-size: 50px;
	line-height: 85%;
	font-weight: 600;
}

.subscribe_info__title small {
	display: block;
	font-size: 28px;
	font-weight: 500;
}

.subscribe_info__form-fields {
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	width: 95%;
}

.subscribe_info__form-fields input[type="email"] {
	width: 60%;
	height: 60px;
	margin-right: 14px;
	border-radius: 5px;
	border: none;
	font-size: 18px;
	text-indent: 22px;
}

.subscribe_info__form-fields button {
	width: calc(40% - 14px);
	height: 60px;
	background: #5E00BC;
	border-radius: 35px;
	font-size: 26px;
	color: #fff;
	border: none;
	padding: unset;
}

.subscribe_info__form-fields button:hover {
	background: #7928ca;
}

.subscribe_info__form-privacy {
	padding-top: 9px;
}

.subscribe_info__form-privacy label {
	margin-bottom: 0;
}

.subscribe_info__form-privacy .checkbox__text {
	color: #fff;
	font-weight: 500;
}

.subscribe_info__form-privacy .checkbox__text:before {
	width: 14px;
	height: 14px;
	background: none;
	border: 1px solid #fff;
}

.subscribe_info__form-privacy .checkbox__text:after {
	width: 14px;
	height: 14px;
	filter: grayscale(1) brightness(2);
}

.subscribe_info__form-privacy label{
	min-height: 21px;
}

.main-form__input.form-control {
	padding: 18px 20px 18px 38px
}


.subscribe-notification {
	padding: 0 10px;
	background: #4926AD;
	border-radius: 40px;
}

.subscribe-notification__text {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.subscribe-notification--over {
	background: #FF1D1D;
}

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

@media(min-width: 990px) {
	.hiddenbr br{
		display:none;
	}

}
@media(max-width: 990px) {
	.head__p {
		line-height: 34px !important;
	}

}





.main .container {
	max-width: 1750px;
}

.main__title {
	max-width: 1700px;
	margin: 42px 0 92px;
	color: #000000;
	font-size: 89px;
	font-weight: 600;
	font-family: "TTNorms", sans-serif;
	line-height: 89px;
}

.main__title br {
	display: none;
}

.main-form__form {
	margin-bottom: 0;
}

.head {
	padding: 42px 0;
}

.head--gray {
	background: #F0F5F7;
}

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

.head__col-1 {
	max-width: 662px;
}
/*
.head__title {
	margin: 0 0 4px;
	color: #000000;
	font-size: 109px;
	font-weight: 600;
	font-family: "TTNorms", sans-serif;
	text-transform: uppercase;
	line-height: 94px;
}
*/
.head__title {
	margin: 0 0 4px;
	color: #000000;
	font-size: 109px;
	font-weight: 600;
	font-family: "TTNorms", sans-serif;
	text-transform: uppercase;
	line-height: 94px;
}
.head__title .small {
	font-size: 109px;
	font-weight: 600;
}

.head__subtitle {
	margin: 30px 0 0;
	color: #00BD57;
	font-size: 57px;
	font-weight: 600;
	font-family: "TTNorms", sans-serif;
	line-height: 52px;
}

.head__subtitle:after {
	width: 164px;
	height: 10px;
	margin: 38px 0 20px;
	content: "";
	display: block;
	background: #6100C3;
}

.head__p {
	margin: 0;
	color: #000000;
	font-size: 26px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
}

.head__p .emoji {
	top: 9px;
	margin: 0 0 0 10px;
}

.head__p .purple {
	color: #6100C3;
}

@media (max-width: 767px) {
	.head .thumbs-up {
		width: 24px;
		height: 26px;
	}
}

.head-list {
	margin: 62px 0 0;
	padding: 0;
	display: inline-flex;
	flex-wrap: wrap;
}

.head-list__item {
	margin: 0 14px 14px 0;
	padding: 10px 20px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 600;
	font-family: "TTNorms", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	list-style: none;
	background: #6100C3;
	border-radius: 40px;
	box-sizing: border-box;
}

.head-list__item:last-of-type {
	margin: 0 0 14px;
}

.head-items {
	display: flex;
	margin: 30px 0 0;
}

.head-items__item {
	width: 100%;
	margin: 0 12px 0 0;
	display: flex;
	align-items: baseline;
	color: #000000;
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
}

.head-items__item:before {
	width: 10px;
	height: 10px;
	flex: 10px 0 0;
	margin: 0 12px 0 0;
	bottom: 3px;
	position: relative;
	content: "";
	display: block;
	background: #7F00FF;
}

.head-form {
	max-width: 366px;
	min-width: 366px;
	padding: 20px 40px 20px 40px;
	background: #FFFFFF;
	box-shadow: 0px 4px 24px rgba(172, 182, 200, 0.5);
	box-sizing: border-box;
}

.head-form__title {
	margin: 0 0 14px;
	display: inline-block;
	color: #6100C3;
	font-size: 32px;
	font-weight: 600;
	font-family: "TTNorms", sans-serif;
	line-height: 32px;
}

.head-form__p {
	margin: 0 0 12px;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}

.head-form .main-form__input-wrapper {
	margin: 0 0 10px;
}

.head-form .main-form__input-wrapper .input {
	padding: 18px 20px 18px 38px;
}

.head-form .main-form__input-wrapper:before {
	width: 40px;
	background-size: 14px;
}

.head-form .main-form__input {
	height: 50px;
	color: #85A0AB;
	font-size: 16px;
	font-weight: 400;
	font-family: "TTNorms", sans-serif;
	border: 2px solid #DCE8ED;
}

.head-form .main-form__input:placeholder {
	color: #85A0AB;
	font-size: 16px;
	font-weight: 500;
	font-family: "TTNorms", sans-serif;
}

.head-form .btn {
	width: 100%;
	padding: 12px 20px;
}

.head-form .btn__text {
	font-size: 17px;
}

.head-form .checkbox-cont {
	margin: 16px 0 0;
}

.head-form .checkbox {
	margin: 0 0 8px;
}

.head-form .checkbox:last-of-type {
	margin: 0;
}

.head-form .checkbox__text {
	padding: 0 0 0 18px;
	color: #A6BDC6;
	font-size: 10px;
	font-weight: 600;
	font-family: "TTNorms", sans-serif;
}

.head-form .checkbox__text:before, .head-form .checkbox__text:after {
	width: 12px;
	height: 12px;
	margin-top: 0;
	top: 1px;
	border-radius: 0;
}

.head-form .checkbox__text:before {
	background: #DCE8ED;
	border: none;
}

.head-form .checkbox__text:after {
	top: -1px;
	left: 2px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNjYwMjIgNi41MDkwNkw0LjcwNjE3IDkuNTkyMDRMMTEuNzQyOCAwLjk5OTk3NyIgc3Ryb2tlPSIjNjEwMEMzIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
}

.head-employers {
	margin: 42px 0 0;
	padding: 22px 54px 30px;
	background: #F0F5F7;
	box-sizing: border-box;
}

.head-employers .container {
	padding: 0;
}

.head-employers__title-cont {
	margin: 0 0 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.head-employers__title-cont:before, .head-employers__title-cont:after {
	width: 100%;
	height: 2px;
	content: "";
	display: block;
	background: #FFFFFF;
}

.head-employers__title {
	display: inline-block;
	margin: 0 10px;
	color: #4F5264;
	font-size: 13px;
	font-weight: 600;
	font-family: "TTNorms", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	white-space: nowrap;
}

.head-employers__item {
	height: 80px;
	margin: 0 0 20px;
	padding: 0 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
}

.head-employers__img {
	max-width: 100%;
	max-height: 100%;
}

.head-employers .swiper-slide {
	width: auto !important;
}

.head-employers__navi .hel-next,
.head-employers__navi .hel-back {
	display: none;
}










/*New version head for start*/
.main .container {
	max-width: 1750px;
}

.main__title {
	max-width: 1700px;
	margin: 42px 0 92px;
	color: #000000;
	font-size: 89px;
	font-weight: 600;
	font-family: "TTNorms", sans-serif;
	line-height: 89px;
}

.main__title br {
	display: none;
}

.main-form__form {
	margin-bottom: 0;
}

.head {
	padding: 42px 0;
}

.head--gray {
	background: #F0F5F7;
}

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

.head__col-1 {
	max-width: 662px;
}

.head__title {
	margin: 0 0 4px;
	color: #000000;
	font-size: 109px;
	font-weight: 600;
	font-family: "TTNorms", sans-serif;
	text-transform: uppercase;
	line-height: 94px;
}

.head__title .small {
	font-size: 109px;
	font-weight: 600;
}

.head__subtitle {
	margin: 30px 0 0;
	color: #00BD57;
	font-size: 57px;
	font-weight: 600;
	font-family: "TTNorms", sans-serif;
	line-height: 52px;
}

.head__subtitle:after {
	width: 164px;
	height: 10px;
	margin: 38px 0 20px;
	content: "";
	display: block;
	background: #6100C3;
}

.head__p {
	margin: 0;
	color: #000000;
	font-size: 26px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
}

.head__p .emoji {
	top: 9px;
	margin: 0 0 0 10px;
}

.head__p .purple {
	color: #6100C3;
}

@media (max-width: 767px) {
	.head .thumbs-up {
		width: 24px;
		height: 26px;
	}
}

.head-list {
	margin: 62px 0 0;
	padding: 0;
	display: inline-flex;
	flex-wrap: wrap;
}

.head-list__item {
	margin: 0 14px 14px 0;
	padding: 10px 20px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 600;
	font-family: "TTNorms", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	list-style: none;
	background: #6100C3;
	border-radius: 40px;
	box-sizing: border-box;
}

.head-list__item:last-of-type {
	margin: 0 0 14px;
}

.head-items {
	display: flex;
	margin: 30px 0 0;
}

.head-items__item {
	width: 100%;
	margin: 0 12px 0 0;
	display: flex;
	align-items: baseline;
	color: #000000;
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
}

.head-items__item:before {
	width: 10px;
	height: 10px;
	flex: 10px 0 0;
	margin: 0 12px 0 0;
	bottom: 3px;
	position: relative;
	content: "";
	display: block;
	background: #7F00FF;
}

.head-form {
	max-width: 366px;
	min-width: 366px;
	padding: 20px 40px 20px 40px;
	background: #FFFFFF;
	box-shadow: 0px 4px 24px rgba(172, 182, 200, 0.5);
	box-sizing: border-box;
}

.head-form__title {
	margin: 0 0 14px;
	display: inline-block;
	color: #6100C3;
	font-size: 32px;
	font-weight: 600;
	font-family: "TTNorms", sans-serif;
	line-height: 32px;
}

.head-form__p {
	margin: 0 0 12px;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}

.head-form .main-form__input-wrapper {
	margin: 0 0 10px;
}

.head-form .main-form__input-wrapper .input {
	padding: 18px 20px 18px 38px;
}

.head-form .main-form__input-wrapper:before {
	width: 40px;
	background-size: 14px;
}

.head-form .main-form__input {
	height: 50px;
	color: #85A0AB;
	font-size: 16px;
	font-weight: 400;
	font-family: "TTNorms", sans-serif;
	border: 2px solid #DCE8ED;
}

.head-form .main-form__input:placeholder {
	color: #85A0AB;
	font-size: 16px;
	font-weight: 500;
	font-family: "TTNorms", sans-serif;
}

.head-form .btn {
	width: 100%;
	padding: 12px 20px;
}

.head-form .btn__text {
	font-size: 17px;
}

.head-form .checkbox-cont {
	margin: 16px 0 0;
}

.head-form .checkbox {
	margin: 0 0 8px;
}

.head-form .checkbox:last-of-type {
	margin: 0;
}

.head-form .checkbox__text {
	padding: 0 0 0 18px;
	color: #A6BDC6;
	font-size: 10px;
	font-weight: 600;
	font-family: "TTNorms", sans-serif;
}

.head-form .checkbox__text:before, .head-form .checkbox__text:after {
	width: 12px;
	height: 12px;
	margin-top: 0;
	top: 1px;
	border-radius: 0;
}

.head-form .checkbox__text:before {
	background: #DCE8ED;
	border: none;
}

.head-form .checkbox__text:after {
	top: -1px;
	left: 2px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNjYwMjIgNi41MDkwNkw0LjcwNjE3IDkuNTkyMDRMMTEuNzQyOCAwLjk5OTk3NyIgc3Ryb2tlPSIjNjEwMEMzIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
}

.head-employers {
	margin: 42px 0 0;
	padding: 22px 54px 30px;
	background: #F0F5F7;
	box-sizing: border-box;
}

.head-employers .container {
	padding: 0;
}

.head-employers__title-cont {
	margin: 0 0 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.head-employers__title-cont:before, .head-employers__title-cont:after {
	width: 100%;
	height: 2px;
	content: "";
	display: block;
	background: #FFFFFF;
}

.head-employers__title {
	display: inline-block;
	margin: 0 10px;
	color: #4F5264;
	font-size: 13px;
	font-weight: 600;
	font-family: "TTNorms", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	white-space: nowrap;
}

.head-employers__item {
	height: 80px;
	margin: 0 0 20px;
	padding: 0 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
}

.head-employers__img {
	max-width: 100%;
	max-height: 100%;
}

.head-employers .swiper-slide {
	width: auto !important;
}

.head-employers__navi .hel-next,
.head-employers__navi .hel-back {
	display: none;
}







@media (max-width: 767px){
	.head-employers {
		margin: 40px 30px 0;
	}
	.professions{
		padding: 60px 0 20px !important;
	}
}

.professions-list__item-title.title{
	font-size: 30px;
}


.head-form .btn{
	min-width: unset !important;
}

.fancybox-content{
	padding: 0px;
}

.head-form{
	min-width: unset;
}