/* @font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Regular.ttf');
	font-weight: 400;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Medium.ttf');
	font-weight: 500;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-SemiBold.ttf');
	font-weight: 600;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Bold.ttf');
	font-weight: 700;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-ExtraBold.otf');
	font-weight: 800;
} */
/* Default styles */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

@media (max-width: 576px) {
	html {
		font-size: 56.25%;
	}
}

body {
	background-color: #fcf8ff;
	-webkit-font-smoothing: antialiased;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.2;
	color: #000;
	min-height: 100vh;
}

body::-webkit-scrollbar {
	width: 8px;
}

body::-webkit-scrollbar-track {
	background-color: #fcf8ff;
}

body::-webkit-scrollbar-thumb {
	background-color: #8527d8;
	border: 2px solid #fcf8ff;
	border-radius: 10px;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

/* Blocks */
.container {
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	max-width: 1200px;
}

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

.page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.section {
	background-color: #fff;
}

.section.transformed .main {
	transform: translateY(-60px);
}

.section.transformed .aside {
	transform: translateY(-60px);
}

@media (max-width: 1080px) {
	.section.transformed .aside .aside__share {
		display: none;
	}
}

@media (max-width: 1080px) {
	.section.transformed .aside > a {
		width: 50%;
		padding-left: 24px;
		margin-bottom: 0;
	}
}

@media (max-width: 768px) {
	.section.transformed .aside > a {
		display: none;
	}
}

@media (max-width: 480px) {
	.section.transformed .aside > a {
		display: block;
		padding-left: 0;
		width: 100%;
	}
}

@media (max-width: 1080px) {
	.section.transformed .aside .choose {
		width: 50%;
		margin-bottom: 0;
	}
}

@media (max-width: 768px) {
	.section.transformed .aside .choose {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.section.transformed .aside .choose {
		margin-bottom: 24px;
	}
}

@media (max-width: 1080px) {
	.section.transformed .aside {
		width: 100%;
		display: flex;
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
	.section.transformed .aside {
		flex-direction: column;
	}
}

.section .section__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section .follow {
	margin-right: -12px;
	margin-left: -12px;
}

.section .result {
	margin-bottom: 30px;
}

.main {
	width: calc(65% - 12px);
}

@media (max-width: 1080px) {
	.main {
		width: 100%;
	}
}

.main--lg {
	width: calc(75% - 12px);
}

@media (max-width: 992px) {
	.main--lg {
		width: 100%;
	}
}

.wrapper .follow {
	margin-right: -12px;
	margin-left: -12px;
}

.wrapper__box {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}

.ad-middle {
	display: block;
	width: 100%;
	margin: 0 12px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 24px;
}

@media (max-width: 576px) {
	.ad-middle {
		border-radius: 5px;
	}
}

.ad-middle img {
	display: block;
	width: 100%;
}

.color-blue {
	color: #3858f6;
}

.color-blue::before,
.color-blue::after {
	background-color: #3858f6;
}

.color-yellow {
	color: #ffc700;
}

.color-yellow::before,
.color-yellow::after {
	background-color: #ffc700;
}

.color-red {
	color: #ff1818;
}

.color-red::before,
.color-red::after {
	background-color: #ff1818;
}

.color-green {
	color: #008f28;
}

.color-pink {
	color: #8527d8;
}

.color-light-pink {
	color: #ac00af;
}

.bg-blue {
	background-color: #2aabee;
}

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

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

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

.bg-pink {
	background-color: #8527d8;
}

.bg-green {
	background-color: #50cc85;
}

.bg-white {
	background-color: #fff;
}

.tg-link {
	background-color: #8527d8;
	border-radius: 5px;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	font-weight: 500;
	margin-bottom: 24px;
}

.tg-link span {
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fff;
	margin-left: 15px;
	flex-shrink: 0;
}

.tg-link span i {
	color: #8527d8;
}

.up {
	background-color: #8527d8;
	border-radius: 10px;
	color: #fff;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 20px;
	font-size: 24px;
	cursor: pointer;
	transition: 0.2s;
	opacity: 0;
	visibility: hidden;
	bottom: 0;
}

.up.active {
	bottom: 60px;
	visibility: visible;
	opacity: 1;
}

@media (max-width: 480px) {
	.up.active {
		bottom: 90px;
	}
}

.up:hover {
	background-color: #7823c2;
}

.top {
	border-bottom: 1px solid #ebebeb;
	font-family: 'Inter', sans-serif;
}

@media (max-width: 1200px) {
	.top .lang {
		display: none !important;
	}
}

.top__inner {
	height: 85px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

@media (max-width: 576px) {
	.top__inner {
		justify-content: space-between;
	}
}

.top__logo {
	width: 125px;
	display: block;
	margin-right: 60px;
	flex-shrink: 0;
}

.top__logo img {
	width: 100%;
	display: block;
}

.currency {
	display: flex;
	align-items: center;
	margin-right: auto;
}

@media (max-width: 576px) {
	.currency {
		display: none;
	}
}

.currency__toggle {
	margin-right: 27px;
	position: relative;
}

.currency__toggle > button {
	border: 1px solid #ebebeb;
	border-radius: 7px;
	padding: 7px 7px 7px 10px;
	cursor: pointer;
	background-color: transparent;
	display: flex;
	align-items: center;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
}

.currency__toggle > button i {
	font-size: 20px;
	color: #8527d8;
	margin-left: 4px;
}

.currency__toggle > ul {
	visibility: hidden;
	opacity: 0;
	transform: translateY(-20px);
	transition: 0.2;
	position: absolute;
	top: calc(100% + 5px);
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-radius: 7px;
	list-style-type: none;
	transition: 0.2s;
}

.currency__toggle > ul li {
	padding: 4px 10px;
	cursor: pointer;
	transition: 0.2s;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 14px;
}

.currency__toggle > ul li:hover {
	color: #8527d8;
}

.currency__toggle > ul.active {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.currency__data {
	display: flex;
	flex-direction: column;
	justify-content: start;
	margin-right: 27px;
}

.currency__data > span {
	font-weight: 500;
	font-size: 12px;
	color: #848e9f;
	margin-bottom: 6px;
}

.currency__data > p {
	display: flex;
	align-items: center;
}

.currency__data > p span {
	font-weight: 600;
	margin-right: 5px;
}

@media (max-width: 576px) {
	.currency__data > p span {
		font-size: 1.4rem;
	}
}

.weather {
	display: flex;
	align-items: center;
	margin-right: 27px;
}

@media (max-width: 1200px) {
	.weather {
		display: none;
	}
}

.weatherIco {
	width: 36px;
	margin-right: 8px;
}

.weatherIco img {
	width: 100%;
}

.weatherT {
	color: #8527d8;
	font-weight: 600;
}

.WRSelected {
	display: flex;
	align-items: center;
	font-weight: 500;
	color: #848e9f;
	font-size: 12px;
	cursor: pointer;
}

.WRSelected i {
	font-size: 14px;
}

.wRegions {
	position: relative;
}

.wRegions ul {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	position: absolute;
	top: 30px;
	right: 0;
	list-style-type: none;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-30px) translateX(40%);
	transition: 0.2s;
	display: flex;
	flex-wrap: wrap;
	min-width: 380px;
}

.wRegions ul li {
	width: 25%;
}

.wRegions ul a {
	color: #848e9f;
	transition: 0.2s;
	font-weight: 500;
	font-size: 12px;
	line-height: 2;
}

.wRegions ul a:hover {
	color: #8527d8;
}

.wRegions ul.active {
	visibility: visible;
	opacity: 1;
	transform: translateY(0) translateX(40%);
}

.w__triangle {
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	background-color: #fff;
	width: 30px;
	height: 20px;
	position: absolute;
	right: 50%;
	top: 0;
	transform: translateX(50%) translateY(-12px);
	box-shadow: 0 4px 4px 0 #dddddd40;
}

.lang {
	border: 1px solid #bdc1d6;
	border-radius: 20px;
	margin-right: 27px;
	position: relative;
}

.lang__currrent {
	height: 32px;
	padding-left: 12px;
	padding-right: 2px;
	color: #8527d8;
	font-weight: 600;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.lang__currrent span {
	font-size: 14px;
	line-height: 1;
}

.lang__currrent div {
	width: 29px;
	height: 29px;
	background-color: #8527d8;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-left: 7px;
}

.lang__currrent i {
	color: #fff;
	font-size: 20px;
}

.lang__list {
	visibility: hidden;
	opacity: 0;
	transform: translateY(-30px);
	position: absolute;
	right: 0;
	top: 45px;
	border-radius: 20px;
	background-color: #fff;
	min-width: 100%;
	box-shadow: 0 4px 4px 0 #dddddd40;
	padding: 3px 0;
	transition: 0.2s;
}

.lang__list a {
	display: block;
	color: #122052;
	font-weight: 500;
	padding: 5px 14px;
	transition: 0.2s;
	font-size: 14px;
}

.lang__list a:hover {
	color: #8527d8;
}

.lang__list.active {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.lang__triangle {
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	background-color: #fff;
	width: 20px;
	height: 15px;
	position: absolute;
	right: 6px;
	top: 0;
	transform: translateY(-7px);
}

.header__social {
	display: flex;
	align-items: center;
}

@media (max-width: 1200px) {
	.header__social {
		margin-right: 27px;
	}
}

@media (max-width: 768px) {
	.header__social {
		display: none;
	}
}

.header__social a {
	display: block;
}

.header__social a:not(:last-child) {
	margin-right: 20px;
}

.header__social a:hover i {
	color: #8527d8;
}

.header__social i {
	font-size: 20px;
	color: #bdc1d6;
	transition: 0.2s;
}

.header__menu {
	display: none;
}

@media (max-width: 1200px) {
	.header__menu {
		display: block;
	}
}

.header__menu svg {
	cursor: pointer;
}

.header__menu svg:hover rect {
	fill: #8527d8;
}

.header__menu rect {
	transition: 0.2s;
	fill: #000;
}

.middle {
	padding: 30px 0;
}

@media (max-width: 1200px) {
	.middle {
		padding: 24px 0 0;
	}
}

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

.middle__inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.middle__logo {
	width: 180px;
	display: block;
}

@media (max-width: 1200px) {
	.middle__logo {
		display: none;
	}
}

.middle__logo img {
	width: 100%;
	display: block;
}

.middle__ad {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	width: 850px;
}

@media (max-width: 1200px) {
	.middle__ad {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.middle__ad {
		border-radius: 5px;
	}
}

.middle__ad img {
	width: 100%;
	display: block;
}

.nav {
	background-color: #8527d8;
	font-family: 'Inter', sans-serif;
	color: #fff;
	font-weight: 600;
}

@media (max-width: 1200px) {
	.nav {
		display: none;
	}
}

.nav__inner {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav__links {
	display: flex;
}

.nav__links > a {
	display: block;
	color: #fff;
	margin-right: 30px;
	cursor: pointer;
	text-transform: uppercase;
}

.nav__toggle {
	position: relative;
	margin-right: 30px;
}

.nav__toggle__current {
	display: flex;
	cursor: pointer;
}

.nav__toggle__current span {
	display: block;
	color: #fff;
	text-transform: uppercase;
}

.nav__toggle__current i {
	font-size: 20px;
}

.nav__toggle__list {
	position: absolute;
	top: 44px;
	background-color: #8527d8;
	font-weight: 500;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	transition: 0.2s;
	z-index: 1;
}

.nav__toggle__list.active {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.nav__toggle__list a {
	text-transform: uppercase;
	display: block;
	color: #fff;
	padding: 7.5px 10px;
	transition: 0.2s;
}

.nav__toggle__list a:hover {
	background-color: #6a1fad;
}

.nav__search > i {
	font-size: 20px;
	cursor: pointer;
}

.footer {
	margin-top: auto;
	background-color: #161b2a;
	color: #fff;
	padding: 75px 0 30px;
}

@media (max-width: 576px) {
	.footer {
		padding: 45px 0 30px;
	}
}

@media (max-width: 480px) {
	.footer {
		padding-bottom: 120px;
	}
}

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

@media (max-width: 1200px) {
	.footer__inner {
		justify-content: space-between;
	}
}

.footer__col {
	width: 25%;
	margin-bottom: 30px;
}

@media (max-width: 1200px) {
	.footer__col {
		width: calc(50% - 18px);
	}
}

@media (max-width: 576px) {
	.footer__col {
		width: 100%;
	}
}

.footer__col:first-child {
	transform: translateY(-30px);
}

@media (max-width: 576px) {
	.footer__col:first-child {
		transform: translateY(0);
	}
}

.footer__col:not(:last-child) {
	padding-right: 36px;
}

@media (max-width: 1200px) {
	.footer__col:not(:last-child) {
		padding-right: 0;
	}
}

.footer__logo {
	width: 135px;
	display: block;
	margin-bottom: 45px;
}

.footer__logo img {
	width: 100%;
	display: block;
}

.footer__contact > div {
	display: flex;
	align-items: start;
}

.footer__contact > div:not(:last-child) {
	margin-bottom: 36px;
}

.footer__contact > div:last-child {
	margin-bottom: 15px;
}

.footer__contact a {
	color: #fff;
	margin-left: 13px;
	font-weight: 1.3;
	transition: 0.2s;
}

.footer__contact a:hover {
	color: #8527d8;
}

.footer__title {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.footer__title i {
	color: #8527d8;
	font-size: 10px;
	margin-right: 7px;
}

.footer__title p {
	font-weight: 700;
	font-size: 2rem;
}

.footer__title p span {
	color: #8527d8;
}

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

.footer__tags a {
	border: 1px solid #fff;
	padding: 5px 10px;
	display: block;
	border-radius: 20px;
	margin-right: 10px;
	margin-bottom: 13px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	transition: 0.2s;
}

.footer__tags a:hover {
	background-color: #fff;
	color: #8527d8;
}

.footer__links p {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.footer__links p img {
	margin-right: 7px;
}

.footer__links p a {
	color: #fff;
	transition: 0.2s;
}

.footer__links p a:hover {
	color: #8527d8;
}

.footer__recent {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.footer__photo {
	width: 45px;
	height: 45px;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	margin-right: 15px;
	flex-shrink: 0;
}

.footer__photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.footer__content > a {
	display: flex;
	align-items: center;
}

.footer__content > a::before {
	content: '';
	display: block;
	width: 17px;
	height: 6px;
	margin-right: 8px;
}

.footer__content h2 {
	font-size: 1.5rem;
	font-weight: 600;
}

.footer__content h2 a {
	color: #fff;
	line-height: 1.6;
	transition: 0.2s;
}

.footer__content h2 a:hover {
	color: #8527d8;
}

.footer__bottom {
	line-height: 1.3;
}

.footer__bottom a {
	color: #fff;
	transition: 0.2s;
}

.footer__bottom a:hover {
	color: #8527d8;
}

.ticker {
	padding: 24px 0;
}

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

.ticker__inner {
	display: flex;
}

.ticker__header {
	height: 80px;
	background-color: #fff;
	padding: 30px 20px 30px 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	margin-right: 24px;
	flex-shrink: 0;
}

@media (max-width: 768px) {
	.ticker__header {
		height: 45px;
		padding: 0 20px;
		margin-right: 12px;
		border-radius: 6px;
	}
}

@media (max-width: 480px) {
	.ticker__header {
		display: none;
	}
}

.ticker__header h1 {
	font-weight: 800;
	font-size: 1.6rem;
	text-transform: uppercase;
	margin-left: 40px;
}

@media (max-width: 768px) {
	.ticker__header h1 {
		font-size: 1.4rem;
		margin-left: 20px;
	}
}

.ticker__header span {
	display: block;
	width: 17px;
	height: 17px;
	background-color: #ff0000;
	border-radius: 50%;
	-webkit-animation: bulb-red-lg 2s linear infinite;
	animation: bulb-red-lg 2s linear infinite;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	position: relative;
}

@media (max-width: 768px) {
	.ticker__header span {
		width: 10px;
		height: 10px;
	}
}

.ticker__header span::before {
	content: '';
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 17px;
	height: 17px;
	z-index: 1;
	-webkit-animation: bulb-red-sm 2s linear infinite;
	animation: bulb-red-sm 2s linear infinite;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

@media (max-width: 768px) {
	.ticker__header span::before {
		width: 10px;
		height: 10px;
	}
}

.ticker__line {
	border-radius: 10px;
}

.ticker__line ul {
	list-style-type: none;
	display: flex;
	border-radius: 10px;
}

.ticker__line li {
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	height: 80px;
	margin-right: 24px;
}

@media (max-width: 768px) {
	.ticker__line li {
		height: 45px;
		margin-right: 12px;
		padding: 0 10px;
		display: flex;
		align-items: center;
		border-radius: 6px;
	}
}

.ticker__line li:hover a {
	color: #8527d8;
}

.ticker__line li a {
	display: flex;
	align-items: center;
	color: #000;
	transition: 0.2s;
}

.ticker__line li a h2 {
	font-weight: 600;
	font-size: 1.6rem;
}

@media (max-width: 768px) {
	.ticker__line li a h2 {
		font-size: 1.4rem;
	}
}

.ticker__photo {
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	width: 60px;
	height: 60px;
	margin-right: 17px;
}

@media (max-width: 768px) {
	.ticker__photo {
		width: 30px;
		height: 30px;
		border-radius: 6px;
	}
}

.ticker__photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@-webkit-keyframes bulb-red-lg {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3);
	}

	90% {
		box-shadow: 0 0 0 30px rgba(255, 0, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
	}
}

@keyframes bulb-red-lg {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3);
	}

	90% {
		box-shadow: 0 0 0 30px rgba(255, 0, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
	}
}

@-webkit-keyframes bulb-red-sm {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3);
	}

	90% {
		box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
	}
}

@keyframes bulb-red-sm {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3);
	}

	90% {
		box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
	}
}

.jctkr-wrapper,
.jctkr-wrapper * {
	box-sizing: border-box;
}

.jctkr-wrapper {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 80px;
	vertical-align: top;
	overflow: hidden;
}

@media (max-width: 768px) {
	.jctkr-wrapper {
		height: 45px;
	}
}

.jctkr-wrapper ul {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	font-size: 0;
	text-align: left;
	opacity: 0;
	transition: opacity 1s;
}

.jctkr-wrapper.jctkr-initialized ul {
	opacity: 1;
}

.jctkr-wrapper ul li {
	display: inline-block;
}

@media (max-width: 768px) {
	.jctkr-wrapper ul li {
		display: flex;
	}
}

.jctkr-label {
	display: inline-block;
}

.import {
	padding: 0 12px;
	width: 60%;
	margin-bottom: 24px;
}

@media (max-width: 1080px) {
	.import {
		width: 100%;
	}
}

.import__box {
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
}

.import__slides {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.import__slide {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 420px;
}

@media (max-width: 1080px) {
	.import__slide {
		height: 540px;
	}
}

@media (max-width: 768px) {
	.import__slide {
		height: 450px;
	}
}

@media (max-width: 576px) {
	.import__slide {
		height: 360px;
	}
}

.import__slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.import__content {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: flex-start;
	padding: 20px;
}

@media (max-width: 480px) {
	.import__content {
		padding: 15px;
	}
}

.import__content a {
	color: #fff;
}

.import__content > a {
	background-color: #8527d8;
	font-weight: 500;
	padding: 7px 21px;
	border-radius: 7px;
	display: inline;
	margin-bottom: 15px;
	transition: 0.2s;
}

@media (max-width: 480px) {
	.import__content > a {
		padding: 7px 10px;
		font-size: 1.4rem;
	}
}

.import__content > a:hover {
	background-color: #7823c2;
}

.import__content > h2 {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 15px;
}

@media (max-width: 576px) {
	.import__content > h2 {
		font-size: 2rem;
	}
}

.import__content > ul {
	list-style-type: none;
	display: flex;
	color: #fff;
	font-size: 1.4rem;
}

.import__content > ul li {
	margin-right: 25px;
	display: flex;
	align-items: center;
}

.import__content > ul li i {
	margin-right: 5px;
}

.import__arrows {
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 20px;
	display: flex;
}

.import__arrows span {
	width: 33px;
	height: 33px;
	background-color: #8527d8;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 9px;
	margin-right: 5px;
	cursor: pointer;
	color: #fff;
	transition: 0.2s;
}

.import__arrows span.slick-disabled {
	background-color: #fff;
	color: #000000;
}

.import__arrows span i {
	font-size: 20px;
}

.import__dots {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 1;
}

.import__dots ul {
	display: flex;
}

.import__dots li {
	padding: 2px;
	border: 1px solid transparent;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 4px;
	transition: 0.2s;
}

.import__dots li.slick-active {
	border: 1px solid #fff;
	margin: 0 10px 0 6px;
}

.import__dots li.slick-active button {
	background-color: #8527d8;
}

.import__dots button {
	font-size: 0;
	color: transparent;
	width: 9px;
	height: 9px;
	background-color: #fff;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	display: block;
}

.title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 15px;
	position: relative;
	width: 100%;
}

.title--select {
	padding-top: 20px;
}

.title--select h1 {
	font-size: 1.6rem !important;
	cursor: pointer;
	font-weight: 700 !important;
	display: flex;
}

@media (max-width: 480px) {
	.title--select h1 {
		width: 100%;
		justify-content: space-between;
	}
}

.title--select h1 span {
	display: block;
	margin-right: 45px;
	color: #bdc1d6;
	transition: 0.2s;
}

@media (max-width: 576px) {
	.title--select h1 span {
		margin-right: 15px;
	}
}

.title--select h1 span.active {
	color: #000;
}

.title::after {
	content: '';
	display: block;
	background-color: #3858f6;
	position: absolute;
	width: 125px;
	height: 3px;
	left: 0;
	bottom: 1px;
	transform: translateY(100%);
	border-radius: 50px;
}

.title h1 {
	font-weight: 800;
	font-size: 2rem;
	text-transform: uppercase;
}

.title a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #8527d8;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s;
	flex-shrink: 0;
}

@media (max-width: 576px) {
	.title a {
		display: none;
	}
}

.title a:hover {
	background-color: #7823c2;
}

.title a i {
	color: #fff;
	font-size: 20px;
}

.choose {
	width: 40%;
	padding: 0 12px;
	margin-bottom: 24px;
}

.choose--category {
	align-self: flex-start;
}

@media (max-width: 1080px) {
	.choose--category {
		width: 40% !important;
	}
}

@media (max-width: 992px) {
	.choose--category {
		width: 100% !important;
	}
}

@media (max-width: 1080px) {
	.choose {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.choose {
		width: 100%;
	}
}

.choose__box {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 15px 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.choose__header {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px;
	position: relative;
}

.choose__header--most::after {
	transform: translateX(100%) translateY(100%) !important;
}

.choose__header::after {
	content: '';
	display: block;
	background-color: #3858f6;
	position: absolute;
	width: 50%;
	height: 3px;
	left: 0;
	bottom: 1px;
	transform: translateY(100%);
	border-radius: 50px;
	transition: 0.2s;
}

.choose__header h1 {
	font-size: 1.6rem;
	font-weight: 700;
	color: #d2d2d2;
	cursor: pointer;
	margin-bottom: 15px;
	transition: 0.2s;
}

.choose__header h1.active {
	color: #000;
}

.choose__news {
	overflow-y: auto;
	max-height: 380px;
}

@media (max-width: 1080px) {
	.choose__news {
		max-height: 570px;
	}
}

.choose__news::-webkit-scrollbar {
	width: 3px;
}

.choose__news::-webkit-scrollbar-track {
	background-color: #ececec;
	border-radius: 60px;
}

.choose__news::-webkit-scrollbar-thumb {
	border-radius: 50px;
	background-color: #3858f6;
}

.news {
	align-items: center;
	color: #000;
	margin-bottom: 15px;
	display: flex;
}

.news.disabled {
	display: none;
}

.news:hover .news__content h2 {
	color: #8527d8;
}

.news__photo {
	width: 80px;
	height: 80px;
	border-radius: 7px;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
	margin-right: 12px;
}

@media (max-width: 768px) {
	.news__photo {
		height: 60px;
		width: 60px;
	}
}

.news__photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.news__content h2 {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 5px;
	transition: 0.2s;
}

.news__content ul {
	display: flex;
	list-style-type: none;
	font-size: 1.4rem;
	color: #bdc1d6;
}

.news__content ul li {
	margin-right: 20px;
	display: flex;
	align-items: center;
}

.news__content ul li i {
	margin-right: 5px;
}

.cat {
	padding: 0 12px;
	margin-bottom: 24px;
	width: 33.33%;
}

@media (max-width: 1200px) {
	.cat {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.cat {
		width: 100%;
	}
}

.cat--big {
	width: 66.66%;
}

@media (max-width: 1200px) {
	.cat--big {
		width: 100%;
	}
}

.cat__box {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.cat__news {
	max-height: 570px;
	overflow-y: auto;
}

.cat__news::-webkit-scrollbar {
	width: 3px;
}

.cat__news::-webkit-scrollbar-track {
	background-color: #ececec;
	border-radius: 60px;
}

.cat__news::-webkit-scrollbar-thumb {
	border-radius: 50px;
	background-color: #3858f6;
}

.cat__more {
	display: flex;
	justify-content: center;
	position: relative;
	padding-top: 15px;
	margin-top: auto;
}

.cat__more::before {
	content: '';
	display: block;
	background-color: #fff;
	background-color: #f3f3f3;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}

.cat__more button {
	background-color: #fff;
	border: 1px solid #f3f3f3;
	border-radius: 21px;
	padding: 12px 36px;
	color: #bdc1d6;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	cursor: pointer;
	transition: 0.2s;
	position: relative;
}

.cat__more button:hover {
	border: 1px solid #3858f6;
	color: #3858f6;
}

.media {
	background-color: #161b2a;
	padding: 45px 0 22.5px;
	color: #fff;
}

.media__header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
}

.media__header h1 {
	font-size: 3.2rem;
	font-weight: 700;
	margin-right: 30px;
}

@media (max-width: 480px) {
	.media__header h1 {
		font-size: 2.4rem;
		margin-bottom: 15px;
	}
}

.media__header a {
	color: #fff;
	font-weight: 500;
	font-family: 'Inter', sans-serif;
	display: block;
	background-color: #8527d8;
	padding: 15px 45px;
	border-radius: 7px;
	transition: 0.2s;
	margin-bottom: 15px;
}

@media (max-width: 576px) {
	.media__header a {
		padding: 10px 30px;
	}
}

.media__header a:hover {
	background-color: #7823c2;
}

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

.media__main {
	width: calc(50% - 15px);
}

@media (max-width: 1080px) {
	.media__main .media__photo {
		padding-bottom: 60% !important;
	}
}

@media (max-width: 576px) {
	.media__main .media__photo {
		padding-bottom: 79.5% !important;
	}
}

@media (max-width: 1080px) {
	.media__main {
		width: 100%;
	}
}

.media__wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(50% - 15px);
}

@media (max-width: 1080px) {
	.media__wrapper {
		width: 100%;
	}
}

.media__news {
	width: calc(50% - 15px);
	margin-bottom: 30px;
	font-family: 'Inter', sans-serif;
}

@media (max-width: 576px) {
	.media__news {
		width: 100%;
	}
}

.media__news--main {
	width: 100%;
}

.media__news--main .media__photo {
	padding-bottom: 100%;
}

.media__news--main .media__content button {
	width: 100px;
	height: 100px;
}

@media (max-width: 576px) {
	.media__news--main .media__content button {
		width: 52px;
		height: 52px;
	}
}

.media__news--main .media__content button i {
	font-size: 32px;
}

@media (max-width: 576px) {
	.media__news--main .media__content button i {
		font-size: 20px;
	}
}

.media__photo {
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 79.5%;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 20px;
}

.media__photo:hover .media__content {
	background: #00000069;
}

.media__photo:hover button {
	transform: scale(1.1);
}

.media__photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.media__content {
	background: #00000059;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s;
}

.media__content button {
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: none;
	cursor: pointer;
	transition: 0.5s;
}

.media__content button i {
	font-size: 20px;
}

.media__body > a {
	display: inline-block;
	font-weight: 500;
	margin-bottom: 10px;
}

.media__body h2 {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.3;
}

@media (max-width: 1200px) {
	.media__body h2 {
		font-size: 2rem;
	}
}

@media (max-width: 1080px) {
	.media__body h2 {
		font-size: 2.8rem;
	}
}

.media__body h2 a {
	color: #fff;
}

.result__wrapper {
	padding: 36px 0 0;
}

.result__wrapper--news {
	border-left: 1px solid #dee1ee;
	margin-left: 15px;
	padding-left: 30px;
}

.result__wrapper--news .result {
	position: relative;
}

.result__wrapper--news .result::before {
	content: '';
	display: block;
	background-color: #fff;
	border: 1px solid #8527d8;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translate(-50%, -50%);
}

.result {
	display: flex !important;
	align-items: center;
	margin-bottom: 15px;
}

.result.disabled {
	display: none !important;
}

.result--related {
	align-items: start;
}

.result--related .result__left {
	width: 125px;
	height: 140px;
}

.result--related .result__photo {
	height: 100%;
}

.result--related .result__body > a {
	margin-bottom: 10px;
}

.result:hover h2 a {
	color: #8527d8;
}

.result__left {
	width: 240px;
	flex-shrink: 0;
	margin-right: 20px;
}

@media (max-width: 768px) {
	.result__left {
		width: 200px;
	}
}

@media (max-width: 576px) {
	.result__left {
		display: none;
	}
}

.result__photo {
	width: 100%;
	display: block;
	border-radius: 7px;
	overflow: hidden;
	position: relative;
	height: 0;
	padding-bottom: 70%;
}

.result__photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.result__body > a {
	font-weight: 500;
	font-size: 1.4rem;
	padding: 6px 24px;
	color: #fff;
	display: inline-block;
	margin-bottom: 15px;
	border-radius: 15px;
}

.result__body h2 {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 12px;
}

.result__body h2 a {
	color: #000;
	transition: 0.2s;
}

.result__body p {
	font-size: 1.4rem;
	color: #848e9f;
	margin-bottom: 12px;
}

.result__body ul {
	display: flex;
	list-style-type: none;
	font-size: 1.4rem;
	color: #bdc1d6;
}

.result__body ul li {
	margin-right: 20px;
	display: flex;
	align-items: center;
}

.result__body ul li i {
	margin-right: 5px;
}

.related__dots ul {
	display: flex;
	justify-content: center;
}

.related__dots li {
	padding: 2px;
	border: 1px solid transparent;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 4px;
	transition: 0.2s;
}

.related__dots li.slick-active {
	border: 1px solid #dedede;
	margin: 0 10px 0 6px;
}

.related__dots li.slick-active button {
	background-color: #8527d8;
}

.related__dots button {
	font-size: 0;
	color: transparent;
	width: 9px;
	height: 9px;
	background-color: #dedede;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	display: block;
}

.dolzarb {
	margin-bottom: 36px;
}

.dolzarb__box {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
}

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

.dolzarb__main {
	width: calc(45% - 12px);
}

@media (max-width: 1080px) {
	.dolzarb__main {
		width: 100%;
	}
}

.dolzarb__wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(55% - 12px);
}

@media (max-width: 1080px) {
	.dolzarb__wrapper {
		width: 100%;
	}
}

.dolzarb__news {
	width: calc(50% - 12px);
	margin-bottom: 24px;
}

@media (max-width: 576px) {
	.dolzarb__news {
		width: 100%;
	}
}

.dolzarb__news--main {
	width: 100%;
}

.dolzarb__news--main .dolzarb__photo {
	padding-bottom: 121%;
}

@media (max-width: 1080px) {
	.dolzarb__news--main .dolzarb__photo {
		padding-bottom: 60%;
	}
}

.dolzarb__photo {
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 70%;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 15px;
}

.dolzarb__photo:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}

.dolzarb__photo img {
	transition: 1s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dolzarb__body > a {
	font-weight: 500;
	font-size: 1.4rem;
	padding: 6px 24px;
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 10px;
}

.dolzarb__body h2 {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.dolzarb__body h2 a {
	color: #000;
	transition: 0.2s;
}

.dolzarb__body h2 a:hover {
	color: #8527d8;
}

.dolzarb__body p {
	font-size: 1.4rem;
	color: #848e9f;
	margin-bottom: 15px;
}

.dolzarb__body ul {
	display: flex;
	list-style-type: none;
	font-size: 1.4rem;
	color: #bdc1d6;
}

.dolzarb__body ul li {
	margin-right: 20px;
	display: flex;
	align-items: center;
}

.dolzarb__body ul li i {
	margin-right: 5px;
}

.follow {
	margin-bottom: 36px;
	color: #fff;
}

.follow--sm .follow__box {
	background: #8527d8;
	height: 155px;
}

.follow__box {
	height: 215px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #8527d8 url('../img/ad-bottom.png') center no-repeat;
	background-size: cover;
	border-radius: 10px;
	padding: 0 45px;
}

@media (max-width: 1200px) {
	.follow__box {
		background: #8527d8 url('../img/ad-bottom-without-phone.png') center
			no-repeat;
		background-size: cover;
	}
}

@media (max-width: 992px) {
	.follow__box {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
}

@media (max-width: 576px) {
	.follow__box {
		align-items: center;
		padding: 0 20px;
	}
}

.follow__social {
	display: flex;
	align-items: center;
}

@media (max-width: 992px) {
	.follow__social {
		margin-bottom: 30px;
	}
}

.follow__social p {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2rem;
	margin-right: 18px;
}

@media (max-width: 576px) {
	.follow__social p {
		display: none;
	}
}

.follow__social a {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: #ffffff1f;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	transition: 0.2s;
}

.follow__social a:hover {
	background-color: #fff;
}

.follow__social a:hover i {
	color: #8527d8;
	transition: 0.2s;
}

.follow__social a i {
	color: #fff;
	font-size: 20px;
}

@media (max-width: 576px) {
	.follow__download {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

.follow__download p {
	font-weight: 700;
	margin-bottom: 10px;
	width: 100%;
}

@media (max-width: 576px) {
	.follow__download p {
		display: none;
	}
}

.follow__download a {
	display: inline-block;
	margin-right: 10px;
	width: 160px;
	transition: 0.2s;
}

.follow__download a:hover {
	transform: translateY(-5px);
}

@media (max-width: 576px) {
	.follow__download a:not(:last-child) {
		margin-bottom: 10px;
	}
}

.follow__download a img {
	display: block;
	width: 100%;
}

.breadcumb {
	border-bottom: 1px solid #ececec;
}

.breadcumb__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-weight: 500;
	padding: 20px 0 15px;
}

.breadcumb__inner span {
	margin-bottom: 5px;
}

.breadcumb__inner a {
	color: #bdc1d6;
	transition: 0.2s;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.breadcumb__inner a::after {
	content: '';
	display: block;
	background-color: #bdc1d6;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin: 0 20px;
}

.breadcumb__inner a:hover {
	color: #000;
}

.head {
	padding: 24px 0;
}

.head .aside__share {
	display: none;
}

@media (max-width: 1080px) {
	.head .aside__share {
		display: flex;
	}
}

.head--big {
	padding: 30px 0 90px;
}

.head--big h1 {
	margin: 0 0 24px !important;
}

.head--big .head__inner {
	max-width: 768px;
}

@media (max-width: 1080px) {
	.head--big .head__inner {
		max-width: 1200px;
	}
}

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

.head__inner > a {
	display: flex;
	align-items: center;
	margin-right: 24px;
	margin-bottom: 24px;
}

.head__inner > a::before {
	content: '';
	display: block;
	width: 17px;
	height: 6px;
	margin-right: 8px;
}

.head__inner h1 {
	width: 100%;
	font-weight: 700;
	font-size: 3.6rem;
}

@media (max-width: 768px) {
	.head__inner h1 {
		font-size: 2.8rem;
		margin: 0;
	}
}

@media (max-width: 576px) {
	.head__inner h1 {
		font-size: 2.4rem;
	}
}

.head__inner ul {
	display: flex;
	list-style-type: none;
	color: #bdc1d6;
}

.head__inner ul li {
	margin-right: 25px;
	display: flex;
	align-items: center;
}

.head__inner ul li i {
	margin-right: 5px;
}

.blog__body > img {
	border-radius: 10px;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.blog__body > p {
	margin-bottom: 20px;
	color: #000000;
	font-weight: 500;
	line-height: 1.5;
}

.blog__body a {
	color: #8527d8;
	font-weight: 600;
}

.blog__body h1,
.blog__body h2,
.blog__body h3,
.blog__body h4,
.blog__body h5,
.blog__body h6 {
	font-size: 1.6rem;
	margin-bottom: 20px;
	line-height: 2;
}

.blog__body blockquote {
	font-family: 'Montserrat', sans-serif;
	border-bottom: 3px solid #8527d8;
	padding-bottom: 15px;
	padding-left: 60px;
	background-image: url('../img/icons/quote.svg');
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.blog__body blockquote p {
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 10px;
}

.blog__body blockquote span {
	color: #848e9f;
	font-weight: 500;
}

.blog__author {
	display: block;
	text-align: right;
	margin-bottom: 20px;
}

.blog__tags {
	padding: 20px 0 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.blog__tags p {
	font-weight: 700;
	margin-right: 15px;
	margin-bottom: 10px;
}

.blog__tags a {
	margin-right: 10px;
	background-color: #8527d8;
	border: 1px solid #8527d8;
	font-size: 1.4rem;
	padding: 4px 11px;
	line-height: 1.5;
	transition: 0.2s;
	color: #fff;
	border-radius: 21px;
	margin-bottom: 10px;
}

.blog__tags a:hover {
	background-color: transparent;
	color: #8527d8;
}

.aside {
	width: calc(35% - 12px);
	transition: 0.2s;
}

.aside::-webkit-scrollbar {
	width: 8px;
}

.aside::-webkit-scrollbar-track {
	background-color: #fcf8ff;
}

.aside::-webkit-scrollbar-thumb {
	background-color: #8527d8;
	border: 2px solid #fcf8ff;
	border-radius: 10px;
}

.aside--sm {
	width: calc(25% - 12px);
}

@media (max-width: 992px) {
	.aside--sm {
		display: none;
	}
}

.aside > a {
	display: block;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 30px;
}

.aside > a img {
	display: block;
	width: 100%;
}

.aside .choose {
	width: 100%;
	padding: 0;
}

.aside .choose__box {
	padding-left: 0;
	padding-right: 0;
}

.aside .cat__more {
	padding-top: 15px;
	margin-top: 0;
}

.aside .title h1 {
	font-size: 1.6rem;
}

.aside .title::after {
	width: 200px;
}

.aside__share {
	height: 60px;
	display: flex;
	align-items: center;
}

@media (max-width: 1080px) {
	.aside__share {
		height: 20px;
		width: 100%;
		margin-bottom: 24px;
	}
}

.aside__share > a {
	display: block;
	margin-right: 20px;
}

.aside__share > a i {
	font-size: 24px;
	color: #8527d8;
}

.aside__share > p {
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.aside__share > p i {
	font-size: 20px;
	margin-right: 5px;
}

.aside__share > p span {
	font-weight: 500;
}

.related {
	margin-bottom: 24px;
}

.related__box {
	border: 1px solid #efefef;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 24px;
}

.related__box h1 {
	font-size: 1.6rem;
	color: #8527d8;
	margin-bottom: 10px;
}

.related__arrows {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.related__arrows button {
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #efefef;
	padding: 10px 40px;
	color: #848e9f;
	display: flex;
	align-items: center;
	line-height: 1;
	cursor: pointer;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	transition: 0.2s;
}

.related__arrows button[aria-disabled='false'] {
	background-color: #8527d8;
	color: #fff;
}

.related__arrows button[aria-disabled='false'] i {
	color: #fff;
}

.related__arrows button:first-child i {
	margin-right: 5px;
}

.related__arrows button:last-child i {
	margin-left: 5px;
}

.related__arrows button i {
	color: #848e9f;
	font-size: 18px;
}

.discuss h1 {
	font-size: 2.4rem;
	margin-bottom: 18px;
}

.discuss__box {
	border: 1px solid #efefef;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 24px;
}

.discuss__box > p {
	color: #848e9f;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.5;
}

.discuss__head {
	margin-bottom: 12px;
}

.discuss__author {
	display: flex;
}

.discuss__photo {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin-right: 12px;
}

.discuss__photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.discuss__info p {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
}

.discuss__info span {
	color: #848e9f;
	font-weight: 500;
}

.discuss__footer {
	display: flex;
	align-items: center;
}

.discuss__footer ul {
	list-style-type: none;
	display: flex;
	color: #848e9f;
	font-weight: 500;
}

.discuss__footer ul li {
	margin-right: 24px;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: 0.1s;
}

.discuss__footer ul li:active {
	transform: scale(1.2);
	color: #8527d8;
}

.discuss__footer ul li.active {
	color: #8527d8;
}

.discuss__footer ul li i {
	margin-right: 5px;
}

.comment h1 {
	font-size: 2.4rem;
	margin-bottom: 8px;
}

.comment p {
	font-weight: 500;
	color: #848e9f;
	margin-bottom: 30px;
	line-height: 1.5;
}

.comment form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.comment input {
	width: calc(50% - 12px);
	background-color: transparent;
	border: 1px solid #efefef;
	border-radius: 5px;
	padding: 15px 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
	margin-bottom: 24px;
	transition: 0.2s;
	margin-bottom: 15px;
}

@media (max-width: 480px) {
	.comment input {
		width: 100%;
	}
}

.comment input::-moz-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
}

.comment input:-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
}

.comment input::placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
}

.comment input:focus {
	outline: 0;
	border: 1px solid #8527d8;
}

.comment textarea {
	width: 100%;
	background-color: transparent;
	border: 1px solid #efefef;
	border-radius: 5px;
	padding: 15px 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
	margin-bottom: 24px;
	transition: 0.2s;
	resize: none;
}

.comment textarea::-moz-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
}

.comment textarea:-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
}

.comment textarea::placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
}

.comment textarea:focus {
	outline: 0;
	border: 1px solid #8527d8;
}

.comment button {
	background-color: #8527d8;
	border-radius: 5px;
	padding: 10px 50px;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.8;
	border: none;
	transition: 0.2s;
}

.comment button:hover {
	background-color: #7823c2;
}

.other h1 {
	margin-bottom: 20px;
	font-size: 2.4rem;
}

.other__inner {
	margin-left: -12px;
	margin-right: -12px;
	padding-bottom: 16px;
	display: flex;
	flex-wrap: wrap;
}

.other__wrap {
	width: 25%;
	padding: 0 12px;
	margin-bottom: 24px;
}

@media (max-width: 1200px) {
	.other__wrap {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.other__wrap {
		width: 100%;
		margin-bottom: 15px;
	}
}

.other__box {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	height: 0;
	padding-bottom: 100%;
}

@media (max-width: 1200px) {
	.other__box {
		padding-bottom: 62.5%;
	}
}

.other__box:hover > img {
	transform: translate(-50%, -50%) scale(1.1);
}

.other__box img {
	transition: 1s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.other__content {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: flex-start;
	padding: 15px;
}

.other__content a {
	color: #fff;
}

.other__content > a {
	font-size: 1.4rem;
	font-weight: 500;
	padding: 7px 21px;
	border-radius: 15px;
	display: inline;
	margin-bottom: 10px;
}

.other__content > h2 {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.other__content > ul {
	list-style-type: none;
	display: flex;
	color: #fff;
	font-size: 1.4rem;
}

.other__content > ul li {
	margin-right: 20px;
	display: flex;
	align-items: center;
}

.other__content > ul li i {
	margin-right: 5px;
}

.post {
	padding: 0 12px;
	margin-bottom: 24px;
	width: 33.33%;
}

@media (max-width: 992px) {
	.post {
		width: 50%;
	}
}

@media (max-width: 576px) {
	.post {
		width: 100%;
	}
}

.post--lg {
	width: 60%;
}

@media (max-width: 992px) {
	.post--lg {
		width: 100%;
	}
}

.post--lg .post__body > h2 {
	font-weight: 700;
}

.post:hover h2 a {
	color: #8527d8;
}

.post__photo {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 62.25%;
	display: block;
	border-radius: 10px;
	margin-bottom: 15px;
}

.post__photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.post__body > h2 {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 12px;
	line-height: 1.3;
}

@media (max-width: 768px) {
	.post__body > h2 {
		font-size: 1.8rem;
	}
}

.post__body > h2 a {
	color: #000;
	transition: 0.2s;
}

.post__body > p {
	font-weight: 500;
	line-height: 1.5;
	color: #848e9f;
	margin-bottom: 15px;
}

.post__body > ul {
	display: flex;
	list-style-type: none;
	font-size: 1.4rem;
	color: #bdc1d6;
}

.post__body > ul li {
	margin-right: 20px;
	display: flex;
	align-items: center;
}

.post__body > ul li i {
	margin-right: 5px;
}

.hash__wrapper {
	margin-left: -12px;
	margin-right: -12px;
	display: flex;
	flex-wrap: wrap;
}

.hash {
	padding: 0 12px 84px;
	margin-bottom: 36px;
	width: 50%;
}

@media (max-width: 768px) {
	.hash {
		width: 100%;
	}
}

.hash__box {
	position: relative;
}

.hash__photo {
	display: block;
	border-radius: 10px;
	height: 0;
	padding-bottom: 62.5%;
	position: relative;
	overflow: hidden;
}

.hash__photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.hash__content {
	background-color: #fff;
	box-shadow: 0px 10px 54px 0px #00000014;
	padding: 15px 20px;
	position: absolute;
	bottom: -84px;
	left: 0;
	width: calc(100% - 45px);
}

@media (max-width: 360px) {
	.hash__content {
		width: 100%;
	}
}

.hash__content:hover h2 a {
	color: #8527d8;
}

.hash__content > a {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.hash__content > a::before {
	content: '';
	display: block;
	width: 17px;
	height: 6px;
	margin-right: 8px;
}

.hash__content h2 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 15px;
}

.hash__content h2 a {
	color: #000;
	transition: 0.2s;
}

.hash__content ul {
	display: flex;
	list-style-type: none;
	font-size: 1.4rem;
	color: #bdc1d6;
}

.hash__content ul li {
	margin-right: 20px;
	display: flex;
	align-items: center;
}

.hash__content ul li i {
	margin-right: 5px;
}

.about {
	background-color: #fff;
}

.about .follow {
	margin-left: -12px;
	margin-right: -12px;
	transform: translateY(-30px);
}

.policy {
	background-color: #fff;
}

.policy .follow {
	margin-left: -12px;
	margin-right: -12px;
}

.policy .policy__body {
	padding: 40px 0;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.75;
}

.policy .policy__body a {
	color: #8527d8;
	font-weight: 600;
}

.policy .policy__body img,
.policy .policy__body video {
	width: 100%;
	display: block;
	border-radius: 10px;
	margin-bottom: 20px;
}

.policy .policy__body p {
	margin-bottom: 20px;
}

.about__body {
	transform: translateY(-90px);
	font-weight: 500;
	color: #848e9f;
	line-height: 1.75;
}

.about__body a {
	color: #8527d8;
	font-weight: 600;
}

.about__body img,
.about__body video {
	width: 100%;
	display: block;
	border-radius: 10px;
	margin-bottom: 20px;
}

.about__body p {
	margin-bottom: 20px;
}

.error {
	background-color: #fff;
}

.error .follow {
	margin-left: -12px;
	margin-right: -12px;
}

.error__inner {
	padding: 90px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 768px;
	margin: 0 auto;
	text-align: center;
}

.error__inner img {
	width: 100%;
	max-width: 640px;
	display: block;
	margin-bottom: 60px;
}

.error__inner h1 {
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1;
	margin-bottom: 24px;
}

@media (max-width: 768px) {
	.error__inner h1 {
		font-size: 2.8rem;
	}
}

@media (max-width: 576px) {
	.error__inner h1 {
		font-size: 2.4rem;
	}
}

.error__inner p {
	color: #848e9f;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 30px;
}

.error__inner a {
	background-color: #8527d8;
	border-radius: 5px;
	box-shadow: 0px 17px 65px 0px #00000040;
	padding: 15px 40px;
	font-weight: 500;
	color: #fff;
	transition: 0.2s;
}

@media (max-width: 480px) {
	.error__inner a {
		padding: 15px 30px;
	}
}

.error__inner a:hover {
	background-color: #7823c2;
}

.contact {
	background-color: #fff;
}

.contact .follow {
	margin-left: -12px;
	margin-right: -12px;
}

.contact__inner {
	display: flex;
	justify-content: space-between;
	align-items: start;
	padding: 40px 0;
}

@media (max-width: 992px) {
	.contact__inner {
		flex-wrap: wrap;
	}
}

.contact__info {
	line-height: 1.75;
	width: 100%;
	max-width: 500px;
	padding-right: 30px;
}

@media (max-width: 992px) {
	.contact__info {
		max-width: 1200px;
	}
}

.contact__info p {
	color: #848e9f;
	font-weight: 500;
	margin-bottom: 30px;
}

.contact__item {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.contact__item span {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e7ecf3;
	margin-right: 15px;
}

.contact__item a {
	display: block;
	color: #3f3d56;
	font-family: 'Inter', sans-serif;
	transition: 0.2s;
}

.contact__item a:hover {
	color: #8527d8;
}

.contact__form {
	width: 100%;
	max-width: 600px;
	border: 1px solid #efefef;
	border-radius: 20px;
	padding: 30px;
}

@media (max-width: 576px) {
	.contact__form {
		padding: 15px;
	}
}

.contact__form form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact__form .form-group {
	margin-bottom: 0;
}

.contact__form input {
	width: calc(50% - 12px);
	background-color: #f6f6f6;
	border-radius: 10px;
	border: 1px solid #f6f6f6;
	padding: 15px 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
	margin-bottom: 24px;
	transition: 0.2s;
}

@media (max-width: 576px) {
	.contact__form input {
		width: 100%;
	}
}

.contact__form input::-webkit-calendar-picker-indicator {
	opacity: 100;
	cursor: pointer;
}

.contact__form input::-moz-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
}

.contact__form input:-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
}

.contact__form input::placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
}

.contact__form input:focus {
	outline: 0;
	border: 1px solid #8527d8;
}

.contact__form textarea {
	width: 100%;
	background-color: #f6f6f6;
	border: 1px solid #f6f6f6;
	border-radius: 10px;
	padding: 15px 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
	transition: 0.2s;
	resize: none;
	margin-bottom: 24px;
}

.contact__form textarea::-moz-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
}

.contact__form textarea:-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
}

.contact__form textarea::placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.5;
}

.contact__form textarea:focus {
	outline: 0;
	border: 1px solid #8527d8;
}

.contact__form button {
	background-color: #8527d8;
	border-radius: 5px;
	padding: 10px 50px;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.8;
	border: none;
	transition: 0.2s;
	margin-bottom: 24px;
}

.contact__form button:hover {
	background-color: #7823c2;
}

.team {
	background-color: #fff;
}

.team .follow {
	margin-left: -12px;
	margin-right: -12px;
}

.team__inner {
	padding: 30px 0;
	margin-left: -12px;
	margin-right: -12px;
	display: flex;
	flex-wrap: wrap;
}

.team__wrap {
	padding: 0 12px;
	margin-bottom: 24px;
	width: 25%;
}

@media (max-width: 1080px) {
	.team__wrap {
		width: 33.33%;
	}
}

@media (max-width: 768px) {
	.team__wrap {
		width: 50%;
	}
}

@media (max-width: 576px) {
	.team__wrap {
		width: 100%;
	}
}

.team__wrap h1 {
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 8px;
}

.team__wrap p {
	font-weight: 500;
	color: #848e9f;
	text-align: center;
}

.team__box {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 110%;
	border-radius: 10px;
	margin-bottom: 12px;
}

.team__box:hover .team__cover {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.team__box img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.team__cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 20px;
	transform: translateY(100px);
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
}

.team__cover a {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background-color: #8527d8;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s;
	flex-shrink: 0;
}

.team__cover a:not(:last-child) {
	margin-right: 10px;
}

.team__cover a:hover {
	background-color: #7823c2;
}

.team__cover a i {
	color: #fff;
	font-size: 20px;
}

.bottom {
	background-color: #fff;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	display: none;
	justify-content: space-around;
	height: 67px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	box-shadow: 0px -7px 72px 0px #00000040;
}

@media (max-width: 480px) {
	.bottom {
		display: flex;
	}
}

.bottom a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.bottom a svg {
	margin-bottom: 5px;
}

.bottom a svg path {
	fill: #bdc1d6;
}

.bottom a span {
	color: #bdc1d6;
	font-weight: 500;
	font-size: 12px;
}

.bottom a.active path {
	fill: #122052;
}

.bottom a.active span {
	color: #122052;
}

.sidebar {
	transform: translateX(-480px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	height: 100vh;
	background-color: #ffffff;
	width: 100%;
	max-width: 480px;
	transition: 0.2s;
	box-shadow: 7px 0px 72px 0px #00000040;
	padding: 15px;
	overflow-y: auto;
}

.sidebar::-webkit-scrollbar {
	width: 8px;
}

.sidebar::-webkit-scrollbar-track {
	background-color: #fcf8ff;
}

.sidebar::-webkit-scrollbar-thumb {
	background-color: #8527d8;
	border: 2px solid #fcf8ff;
	border-radius: 10px;
}

@media (max-width: 480px) {
	.sidebar {
		padding-bottom: 75px;
	}
}

.sidebar a {
	color: #000;
}

.sidebar.active {
	transform: translateX(0);
}

.sidebar__top {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
}

.sidebar__top img {
	width: 100%;
	display: block;
}

.sidebar__close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 3rem;
	cursor: pointer;
}

.sidebar__close i {
	color: #fff;
}

.sidebar__nav {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sidebar__nav .lang {
	margin-right: 0;
}

.sidebar__nav form {
	position: relative;
	max-width: 250px;
	margin-right: 10px;
}

.sidebar__nav form button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	cursor: pointer;
	font-size: 2rem;
	background-color: transparent;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sidebar__nav form button i {
	color: #bdc1d6;
}

.sidebar__nav form input {
	border: 1px solid #f3f3f3;
	padding: 10px 45px 10px 12px;
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	font-size: 1.4rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #000;
	line-height: 1;
}

.sidebar__nav form input::-moz-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	color: #bdc1d6;
	line-height: 1;
}

.sidebar__nav form input:-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	color: #bdc1d6;
	line-height: 1;
}

.sidebar__nav form input::placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	color: #bdc1d6;
	line-height: 1;
}

.sidebar__nav form input:focus {
	outline: 0;
}

.sidebar__links {
	margin-bottom: 20px;
}

.sidebar__links h2 {
	font-weight: 700;
	font-size: 1.8rem;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.sidebar__links ul {
	list-style-type: none;
	color: #122052;
	font-weight: 600;
	font-size: 1.6rem;
}

.sidebar__links li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.sidebar__links li i {
	font-size: 8px;
	margin-right: 10px;
}

.search {
	visibility: hidden;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000000d9;
	z-index: 1002;
	padding: 15px;
	transition: 0.2s;
}

.search.active {
	visibility: visible;
	opacity: 1;
}

.search .search__close {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}

.search .search__close i {
	color: #fff;
	font-size: 32px;
}

.search form {
	position: relative;
	width: 100%;
	max-width: 650px;
}

.search form button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	cursor: pointer;
	font-size: 2rem;
	background-color: transparent;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.search form button i {
	color: #fff;
}

.search form input {
	border: 1px solid #fff;
	padding: 15px 55px 15px 25px;
	width: 100%;
	background-color: transparent;
	border-radius: 60px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #fff;
	line-height: 1;
}

.search form input::-moz-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 1;
}

.search form input:-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 1;
}

.search form input::placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 1;
}

.search form input:focus {
	outline: 0;
}

.form-group {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 24px;
}

.form-group input {
	margin-bottom: 0;
	margin-left: 15px;
	flex-grow: 1;
	width: calc(100% - 165px) !important;
}

.form-group img {
	height: 100%;
	display: block;
}

.form-group .help-block {
	margin-top: 10px;
	width: 100%;
}

@media (max-width: 420px) {
	.form-group img {
		margin-bottom: 20px;
		height: 50px;
		width: auto;
	}

	.form-group input {
		margin-left: 0;
		width: 100% !important;
	}
}
