@font-face {
		font-family: 'Inter';
		src: url('../fonts/Inter-LightBETA.eot');
		src: local('Inter Light BETA'), local('Inter-LightBETA'),
		url('../fonts/Inter-LightBETA.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Inter-LightBETA.woff2') format('woff2'),
		url('../fonts/Inter-LightBETA.woff') format('woff'),
		url('../fonts/Inter-LightBETA.ttf') format('truetype');
		font-weight: 300;
		font-style: normal;
}
@font-face {
		font-family: 'Inter';
		src: url('../fonts/Inter-Regular.eot');
		src: local('Inter Regular'), local('Inter-Regular'),
		url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Inter-Regular.woff2') format('woff2'),
		url('../fonts/Inter-Regular.woff') format('woff'),
		url('../fonts/Inter-Regular.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'Inter';
		src: url('../fonts/Inter-Medium.eot');
		src: local('Inter Medium'), local('Inter-Medium'),
		url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Inter-Medium.woff2') format('woff2'),
		url('../fonts/Inter-Medium.woff') format('woff'),
		url('../fonts/Inter-Medium.ttf') format('truetype');
		font-weight: 500;
		font-style: normal;
}
@font-face {
		font-family: 'Inter';
		src: url('../fonts/Inter-SemiBold.eot');
		src: local('Inter Semi Bold'), local('Inter-SemiBold'),
		url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Inter-SemiBold.woff2') format('woff2'),
		url('../fonts/Inter-SemiBold.woff') format('woff'),
		url('../fonts/Inter-SemiBold.ttf') format('truetype');
		font-weight: 600;
		font-style: normal;
}
@font-face {
		font-family: 'Inter';
		src: url('../fonts/Inter-Bold.eot');
		src: local('Inter Bold'), local('Inter-Bold'),
		url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Inter-Bold.woff2') format('woff2'),
		url('../fonts/Inter-Bold.woff') format('woff'),
		url('../fonts/Inter-Bold.ttf') format('truetype');
		font-weight: bold;
		font-style: normal;
}

.container {
		position: relative;
}
.row {
		--bs-gutter-x: 2.7rem;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		--bs-gutter-x: 2.7rem;
}

body {
		font-family: 'Inter', sans-serif;
		font-size: 1.6rem;
		color: #292d32;
		background: #f1f2f6;
}

ul, li {
		list-style: none;
		padding: 0;
		margin: 0;
}

a {
		transition: 0.3s;
		text-decoration: none;
}

a:hover {
		text-decoration: none;
}

:focus {
		outline: none;
}

button:focus {
		outline: none;
}
img {
		max-width: 100%;
}

input {
		box-shadow: none;
		border-radius: 0.4rem;
		background: #f5f6f8;
		padding: 1.4rem 1.2rem;

		color: #292d32;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: normal;
		border: none;
}

h1, h2, h3, h4, h5, h6, p {
		margin: 0;
		padding: 0;
}
.header {
		border-radius: 0 0 0.8rem 0.8rem;
		background: #fff;
		padding-top: 1.6rem;
		position: relative;
		z-index: 99;
}
.header-logo {
		display: block;
}
.header-logo img {
		width: 100%;
}
.header-menu {
		display: flex;
		justify-content: space-between;
		margin-top: 3rem;
}
.header-menu > li {
		padding-bottom: 1.6rem;
}
.header-menu li a {
		color: #292d32;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 2rem;
		display: flex;
		align-items: center;
}
.header-menu li a svg {
		margin-left: 0.8rem;
}
.header-menu li a:hover {
		color: #239eed;
}
.header-menu li a path {
		transition: 0.3s;
}
.header-menu li a:hover path {
		stroke: #239eed;
}
.header-menu__sub {
		position: absolute;
		border-radius: 0.8rem;
		border: 0.1rem solid #f0f0f0;
		background: #fff;
		box-shadow: 0 0.8rem 3.2rem 0 rgba(41, 45, 50, 0.10);
		padding: 1.6rem;
		display: none;
		margin-top: 0.4rem;
		z-index: 20;
}
.header-menu__sub li {
		margin-top: 1.6rem;
		font-size: 1.6rem;
}
.header-menu__sub li:first-child {
		margin-top: 0;
}
.header-menu li:hover > .header-menu__sub {
		display: block;
}
.header-search {
		position: relative;
}
.header-search input {
		padding-left: 5rem;
		width: 25.5rem;
}
.header-search button {
		border: 0;
		background: none;
		position: absolute;
		left: 1.2rem;
		top: 0.8rem;
		padding: 0;
}
.header-search button img {
		width: 2.4rem;
}
.header-language {
		display: flex;
		align-items: center;
		border-radius: 0.4rem;
		background: #f5f6f8;
		margin-left: 1.6rem;
		padding: 1rem 1.2rem;
		cursor: pointer;
		position: relative;
}
.header-language__icon {
		width: 2.4rem;
		margin-right: 1.2rem;
}
.header-language p {
		font-size: 1.4rem;
		font-weight: 500;
		line-height: normal;
		margin-right: 1.2rem;
}
.header-language__arrow {
		width: 1.6rem;
}
.header-language .sub-menu {
		display: none;
		border-radius: 0.8rem;
		border: 0.1rem solid #f0f0f0;
		background: #fff;
		box-shadow: 0 0.8rem 3.2rem 0 rgba(41, 45, 50, 0.10);
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		top: 120%;
		padding-bottom: 1.6rem;
		z-index: 5;
}
.header-language .sub-menu li a {
		color: #292d32;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: normal;
}
.header-language .sub-menu li a:hover {
		color: #239eed;
}
.header-language .sub-menu li {
		margin-top: 1.6rem;
}
.footer {
		background: #091721;
		color: #fff;
		padding-top: 6.5rem;
		margin-top: 3rem;
}
.footer-down {
		background: #06121b;
		padding: 1.8rem 0;
		margin-top: 4rem;
}
.footer .footer-title {
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 2rem;
		margin-bottom: 3rem;
}
.footer-menu li {
		margin-top: 2rem;
}
.footer-menu li a {
		color: #fff;
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 2rem;
		opacity: 0.7;
}
.footer-menu li a:hover {
		opacity: 1;
		color: #239eed;
}
.footer hr {
		background: #1a2731;
		height: 0.15rem;
		border: 0;
		opacity: 1;
		margin: 4rem 0;
}
.footer-social {
		display: flex;
}
.footer-social li {
		margin-right: 1.2rem;
}
.footer-social li a {
		border-radius: 100rem;
		background: #06121b;
		width: 5.2rem;
		height: 5.2rem;
		display: flex;
		align-items: center;
		justify-content: center;
}
.footer-social li a:hover {
		background: #102534;
}
.download-app {
		display: flex;
		align-items: center;
		justify-content: end;
}
.download-app p {
		margin-right: 5.4rem;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 2rem;
}
.download-app__qr {
		width: 8.8rem;
		margin-right: 1.6rem;
}
.download-app a {
		display: block;
		margin-bottom: 0.9rem;
}
.download-app a img {
		width: 14rem;
}
.download-app a:hover {
		opacity: 0.7;
}
.download-app a:last-child {
		margin-right: 0;
		margin-bottom: 0;
}
.footer-logo {
		width: 24rem;
}
.footer-down__text {
		text-align: center;
		color: #fff;
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 2rem;
		opacity: 0.7;
}
.footer-down__link {
		color: #fff;
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 2rem;
		opacity: 0.7;
		margin-left: 3.6rem;
}
.footer-down__link:first-child{
		margin-left: 0;
}
.footer-down__link:hover {
		opacity: 1;
}
.utf-section {
		margin-top: 3rem;
}
.post-link-big {
		position: relative;
		display: block;
		border-radius: 0.8rem;
		overflow: hidden;
		padding: 27.3rem 2.4rem 2.4rem;
		color: #fff;
}
.post-link-big:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(180deg, rgba(41, 45, 50, 0.00) 0%, rgba(41, 45, 50, 0.85) 100%);
		z-index: -1;
}
.post-link-big__image {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		z-index: -2;
		transition: 0.3s;
}
.post-link-big:hover .post-link-big__image {
		transform: scale(1.07);
}
.post-label {
		border-radius: 0.4rem;
		background: #ae53dd;
		padding: 0.8rem;
		display: inline-block;
		overflow: hidden;
		color: #fff;
		text-overflow: ellipsis;
		font-size: 1.4rem;
		font-weight: 600;
		line-height: 1.6rem;
}
.post-link-big__title {
		margin-top: 1.6rem;
		font-size: 2.4rem;
		font-weight: 600;
		line-height: 3.2rem;
		width: 75%;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
}
.post-link-big__footer {
		display: flex;
		margin-top: 2rem;
}
.post-link-big__footer-item {
		display: flex;
		align-items: center;
		margin-right: 1.6rem;

		color: #ccd1d6;
		font-size: 1.2rem;
		font-weight: 500;
		line-height: normal;
}
.post-link-big__footer-item img {
		margin-right: 0.4rem;
		width: 1.4rem;
}
.banner-sidebar {
		display: block;
		position: relative;
		height: 45rem;
		color: #fff;
		border-radius: 0.8rem;
}
.banner-sidebar__image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 0.8rem;
}
.banner-sidebar__btn {
		border-radius: 0.4rem;
		background: #fff;
		padding: 1.2rem;

		color: #000;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 2rem;
		text-align: center;
		position: absolute;
		bottom: 1.6rem;
		left: 1.6rem;
		right: 1.6rem;
		transition: 0.3s;
}
.banner-sidebar__btn:hover {
		background: #ebeef0;
}
.banner-sidebar-homsters {
		background: #4c9adf;
		color: #fff;
}
.banner-sidebar-homsters img {
		height: auto;
}
.banner-sidebar-homsters h4 {
		font-size: 2.4rem;
		font-weight: 600;
		line-height: 2.6rem;
		margin: 4.5rem 1.6rem 0;
}
.banner-sidebar-homsters p {
		margin: 3.3rem 1.6rem 0;
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 2rem;
}
.tabs-section {
		margin-top: 3rem;
}
.tabs-articles {
		border-radius: 0.8rem;
		background: #fff;
		padding: 2.4rem;
}
.tabs-article {
		margin-top: 2.4rem;
		display: block;
}
.tabs-articles__btns {
		display: flex;
}
.btn-blue {
		border-radius: 0.8rem;
		background: #eaf7fe;
		padding: 1.2rem 1.6rem;
		display: block;

		color: #239eed;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 2rem;
		text-align: center;
}
.btn-blue:hover, .btn-blue.active {
		background: #1990dc;
		color: #fff;
}
.tabs-article {
		color: #292d32;
		display: block;
}
.tabs-articles__btns .btn-blue {
		margin-right: 1.6rem;
}
.tabs-article__image {
		border-radius: 0.4rem;
		width: 100%;
		height: 18rem;
		overflow: hidden;
}
.tabs-article__image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: 0.3s;
}
.tabs-article:hover .tabs-article__image img {
		transform: scale(1.05);
}
.tabs-article__title {
		margin-top: 1.8rem;
		color: #292d32;
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 2.4rem;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		height: 11.4rem;
}
.tabs-article .post-link-big__footer {
		margin-top: 1.2rem;
}
.post-link-big__footer-item {
		color: #7f858b;
}
.tabs-section-banner {
		display: block;
		border-radius: 0.8rem;
		overflow: hidden;
		margin-top: 3rem;
		height: 25.3rem;
}
.tabs-section-banner img {
		width: 100%;
		height: 100%;
		object-fit: cover;
}
.tabs-section-banner:hover {
		opacity: 0.9;
}
.last-news-section {
		border-radius: 0.8rem;
		background: #fff;
		padding: 2.4rem 1.6rem 1.6rem;
}
.last-news-section__title {
		color: #7f858b;
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 2.6rem;
		letter-spacing: 0.054rem;
		text-transform: uppercase;
}
.last-news-article {
		margin-top: 1.5rem;
		padding-top: 1.5rem;
		color: #292d32;
		display: block;
		border-top: 0.15rem solid #e5eaf0;
}
.last-news-article:nth-child(2) {
		border-top: 0;
		margin-top: 0.8rem;
}
.last-news-article__title {
		color: #292d32;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 2.2rem;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		transition: 0.3s;
}
.last-news-section .btn-blue {
		margin-top: 2.4rem;
}
.last-news-article .post-link-big__footer {
		margin-top: 1.2rem;
}
.analytics-section {
		margin-top: 3rem;
}
.title-section {
		color: #292d32;
		font-size: 3.2rem;
		font-weight: 600;
		line-height: normal;
}
.analytics-section .post-link-big {
		padding: 21.3rem 2.4rem 2.4rem;
		margin-top: 2.4rem;
}
.analytics-section .post-link-big .post-link-big__title {
		font-size: 1.8rem;
		line-height: 2.4rem;
}
.post-link-big .post-link-big__footer-item {
		color: #ccd1d6;
}
.analytics-section .post-link-big__footer {
		margin-top: 1.2rem;
}
.last-news-article-img .post-link-big__footer {
		margin-top: 2.6rem;
}
.analytics-section .post-link-big:before {
		border-radius: 0.8rem;
		background: linear-gradient(180deg, rgba(41, 45, 50, 0.00) 0%, rgba(41, 45, 50, 0.85) 80.06%);
}
.last-news-article-img {
		display: flex;
}
.last-news-article__left {
		border-radius: 0.4rem;
		width: 8.6rem;
		height: 8.6rem;
		object-fit: cover;
		margin-right: 1.6rem;
}
.last-news-article__left + .last-news-article__right {
		width: 45rem;
}
.analytics-section-wrap {
		margin-top: 3rem;
		padding: 2.4rem;
		border-radius: 0.8rem;
		background: #fff;
}
.analytics-section-wrap .btn-blue {
		margin: 3rem auto 0;
		width: 25rem;
}
.analytics-section-wrap .last-news-article-img {
		border-top: 0.15rem solid #e5eaf0;
		margin-top: 2rem;
		padding-top: 2rem;
}
.analytics-section-wrap .last-news-article-img:first-child {
		margin-top: 0;
		border-top: 0;
		padding-top: 0;
}
.last-news-article .last-news-article__title:hover {
		color: #2faddf;
}
.news-board {
		margin-top: 3rem;
}
.title-section-small {
		color: #292d32;
		font-size: 2.4rem;
		font-weight: 600;
		line-height: normal;
}
.news-board .title-section-small {
		padding-top: 2.4rem;
		border-top: 0.15rem solid #dfe1e9;
}
.news-board .post-link-big {
		margin-top: 2.4rem;
		padding-top: 6rem;
}
.news-board .post-link-big__title {
		font-size: 1.8rem;
		line-height: 2.4rem;
		width: 100%;
		-webkit-line-clamp: 4;
		min-height: 9.6rem;
		align-content: end;
}
.news-board .post-link-big:before {
		background: linear-gradient(0deg, rgba(41, 45, 50, 0.65) 0%, rgba(41, 45, 50, 0.65) 100%);
}
.news-board-wrap {
		border-radius: 0.8rem;
		background: #fff;
		margin-top: 2.4rem;
		padding: 2.4rem;
}
.news-board-wrap .btn-blue {
		margin-top: 2.4rem;
}
.news-board-wrap .last-news-article-img {
		border-top: 0.15rem solid #e5eaf0;
		margin-top: 1.2rem;
		padding-top: 1.2rem;
}
.news-board-wrap .last-news-article-img:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
}
.news-board-ad {
		display: block;
		margin-top: 3rem;
		overflow: hidden;
}
.news-board-ad img {
		width: 100%;
		border-radius: 0.8rem;
}
.subscribe-interesting-news-wrap {
		margin-top: 3.6rem;
		border-radius: 0.8rem;
		background: #fff;
		display: flex;
		padding: 2.4rem 2.4rem 2.4rem 10rem;
		align-items: center;
		justify-content: space-between;
		background: url("../images/Megaphone-img1.png") left bottom no-repeat, #fff;
		background-size: 9rem;
}
.subscribe-interesting-news-wrap h5 {
		color: #292d32;
		font-size: 2.4rem;
		font-weight: 600;
}
.subscribe-interesting-news-wrap p {
		color: #606366;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 2.4rem;
		margin-top: 0.8rem;
}
.subscribe-interesting-news-wrap form {
		margin-left: 4rem;
		display: flex;
}
.subscribe-interesting-news-wrap input {
		text-align: center;
		width: 32rem;
		margin-right: 2.4rem;
}
.subscribe-interesting-news-wrap .btn-main {
		width: 23rem;
}
.btn-main {
		border-radius: 0.4rem;
		background: #239eed;
		text-align: center;
		overflow: hidden;
		color: #fff;
		text-overflow: ellipsis;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 2rem;
		border: 0;
		display: flex;
		align-items: center;
		padding: 1.7rem;
		justify-content: center;
		transition: 0.3s;
}
.btn-main:hover {
		background: #1990dc;
}
button[type="submit"] .loader-img {
		width: 2rem;
		margin-right: 1rem;
		display: none;
}
.burger-menu__close {
		display: none;
}
.burger {
		display: none;
}
.breadcrumbs {
		margin-top: 2rem;
}
.breadcrumbs-list {
		display: flex;
}
.breadcrumbs-list a, .breadcrumbs-list p {
		font-size: 1.4rem;
		color: #292d32;
		font-weight: 500;
		line-height: 2rem;
		display: block;
		opacity: 0.5;
}
.breadcrumbs-list a:hover {
		opacity: 1;
}
.breadcrumbs-list a:after {
		content: '';
		display: inline-block;
		width: 1.6rem;
		height: 1.6rem;
		background: url('../images/arrow-down.svg') center center no-repeat;
		background-size: contain;
		margin-left: 0.8rem;
		position: relative;
		top: 0.2rem;
}
.breadcrumbs-list li {
		margin-right: 0.8rem;
}
.category-section {
		margin-top: 3rem;
}
.category-section-wrap {
		border-radius: 0.8rem;
		background: #fff;
		padding: 2.4rem;
}
.last-news-article-big .last-news-article__left {
		width: 38rem;
		height: 21rem;
		margin-right: 2.4rem;
}
.last-news-article-big .last-news-article__right {
		width: 50rem;
}
.last-news-article-big .last-news-article__title {
		font-size: 1.8rem;
}
.last-news-article__desc {
		margin-top: 1.6rem;

		color: #606366;
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 2rem;

		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
}
.last-news-article-big .post-link-big__footer {
		margin-top: 5rem;
}
.last-news-article-big {
		margin-top: 2.4rem;
		padding-top: 2.4rem;
}
.category-section .banner-sidebar {
		margin-top: 3rem;
}
.subscribe-interesting-news-wrap_sidebar {
		margin-top: 3rem;
		display: block;
		padding: 1.6rem;
		background: #fff;
}
.subscribe-interesting-news-wrap__img {
		border-radius: 0.8rem;
		background: #f5f6f7;
		display: flex;
		justify-content: center;
}
.subscribe-interesting-news-wrap__img img {
		width: 14rem;
}
.subscribe-interesting-news-wrap_sidebar h5 {
		margin-top: 2rem;
}
.subscribe-interesting-news-wrap_sidebar p {
		margin-top: 1.2rem;
}
.subscribe-interesting-news-wrap_sidebar form {
		margin-top: 2rem;
		margin-left: 0;
		display: block;
}
.subscribe-interesting-news-wrap_sidebar input {
		width: 100%;
		padding: 1.82rem;
		font-size: 1.6rem;
		margin-right: 0;
}
.subscribe-interesting-news-wrap_sidebar .btn-main {
		width: 100%;
		margin-top: 1.2rem;
		padding: 1.8rem;
}
.search-page .header-search input {
		border-radius: 0.4rem;
		background: #fff;
		width: 100%;
		padding: 2rem 2rem 2rem 7rem;
		font-size: 1.8rem;
}
.search-page .header-search button img {
		width: 3.2rem;
}
.search-page .header-search button {
		left: 2rem;
		top: 1.3rem;
}
.search-page__text {
		margin-top: 1.6rem;
		color: #7f858b;
		font-size: 1.8rem;
		font-weight: 500;
		line-height: 2.4rem;
}
.search-page__text + .category-section-wrap {
		margin-top: 3rem;
}
.search-page .banner-sidebar {
		margin-top: 0;
}
.search-page .last-news-section {
		margin-top: 3rem;
}
.video-item {
		display: block;
		position: relative;
		margin-top: 2.4rem;
		border-radius: 0.8rem;
		overflow: hidden;
		padding: 29rem 2.4rem 2.4rem;
}
.video-item:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		background: linear-gradient(0deg, rgba(41, 45, 50, 0.65) 0%, rgba(41, 45, 50, 0.65) 100%);
}
.video-item__title {
		color: #fff;
		font-size: 2.4rem;
		font-weight: 600;
		line-height: 3.2rem;
		margin-top: 1.2rem;
		position: relative;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		width: 80%;
		z-index: 3;
}
.video-item__img {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		object-fit: cover;
		z-index: 0;
		height: 100%;
		width: 100%;
		transition: 0.3s;
}
.video-item .post-link-big__footer {
		position: relative;
		z-index: 3;
}
.video-item .post-link-big__footer-item {
		color: #ccd1d6;
}
.video-item__play {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 6.4rem;
		height: 6.4rem;
		margin-top: -3.2rem;
		margin-left: -3.2rem;
		z-index: 3;
}
.video-item:hover .video-item__img {
		transform: scale(1.1);
}
.post-page{
		margin-top: 3rem;
}
.post-page .banner-sidebar-homsters{
		margin-top: 3rem;
}
.post-page-img{
		border-radius: 0.8rem;
		overflow: hidden;
		position: relative;
}
.post-page-img img{
		width: 100%;
		height: 42rem;
		object-fit: cover;
		position: static;
}
.post-page-img .post-label{
		position: absolute;
		left: 2.4rem;
		bottom: 2.4rem;
		z-index: 4;
}
.post-page-wrap{
		padding: 2.4rem;
		border-radius: 0.8rem;
		background: #FFF;
		margin-top: 2.6rem;
}
.post-page-wrap .post-link-big__footer{
		margin-top: 2rem;
}
.post-page-wrap hr{
		border-radius: 8px;
		background: #E5EAF0;
		height: 0.2rem;
		border: 0;
		opacity: 1;
		margin: 2.4rem	0;
}
.post-share{
		margin-top: 2.4rem;
}
.post-share p{
		color: #292D32;
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 2.4rem;
}
.post-share-list{
		display: flex;
		margin-top: 1.6rem;
}
.post-share-list li{
		margin-right: 0.8rem;
}
.post-share-list a{
		width: 4.4rem;
		height: 4.4rem;
		border-radius: 0.4rem;
		background: #3A64C3;
		display: flex;
		align-items: center;
		justify-content: center;
}
.post-share-list a:hover{
		opacity: 0.8;
}
.post-share-list a img{
		width: 2.4rem;
}
.post-page-line{
		border-radius: 0.4rem;
		background: #F5F6F7;
		height: 1.2rem;
		width: 100%;
		margin-top: 4rem;
}
.post-page-tags{
		margin-top: 2.4rem;
		display: flex;
}
.post-page-tags p{
		color: #292D32;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 2.4rem;
		margin-right: 1.6rem;
		position: relative;
		top: 1rem;
}
.post-page-tags__list{
		display: flex;
		flex-wrap: wrap;
}
.post-page-tags__list li{
		margin-right: 0.8rem;
		margin-bottom: 0.8rem;
}
.post-page-tags__list a{
		border-radius: 0.4rem;
		background: #F5F6F7;
		padding: 1.4rem;

		overflow: hidden;
		color: #7F858B;
		text-overflow: ellipsis;
		font-size: 1.4rem;
		font-weight: 600;
		line-height: 2rem;
		display: block;
}
.post-page-tags__list a:hover{
		background: #EBEEF0;
}
.read-also{
		padding: 2.4rem;
		border-radius: 0.8rem;
		background: #FFF;
		margin-top: 3rem;
}
.read-also-prev{
		margin-top: 2.4rem;
		border-radius: 0.8rem;
		background: #F5F6F7;
		padding: 3.2rem;
		display: block;
		transition: 0.3s;
}
.read-also-prev:hover{
		background: #EBEEF0;
}
.read-also .title-section{
		font-size: 2.4rem;
}
.read-also .btn-blue{
		margin-top: 2.4rem;
}
.read-also-prev__head{
		display: flex;
		align-items: center;

		color: #414D5C;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 2rem;
}
.read-also-prev__head img{
		width: 1.6rem;
		margin-right: 1.6rem;
}
.read-also-prev__title{
		margin-top: 1.4rem;
		color: #292D32;
		text-overflow: ellipsis;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 2.2rem;
		min-height: 7rem;
}
.read-also-next img{
		margin-right: 0;
		margin-left: 1.6rem;
}
.post-page-wrap__title{
		color: #292D32;
		font-size: 3.2rem;
		font-weight: 600;
		line-height: 4.4rem;
}


.download-the-application {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;

		height: 100vh;
		height: 100dvh;

		z-index: 9999;
		background: white;

		display: none;
		flex-direction: column;

		padding-top: env(safe-area-inset-top);
		padding-bottom: env(safe-area-inset-bottom);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;

		transform: translateY(100%);
		transition: transform 0.5s cubic-bezier(0.32, 0.72, 0, 1);
		will-change: transform;
}
.download-the-application.is-open {
		transform: translateY(0);
}
.download-the-application {
		text-align: center;
		background: linear-gradient(180deg, #009bfe 0%, #fcfcfc 63.46%);
		height: 100%;

		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
}
.download-the-application__bg {
		position: absolute;
		left: 0;
		width: 100%;
		top: 50%;
		margin-top: -170px;
}
.download-the-application__img {
		width: 330px;
		display: block;
		margin: 0 auto;
		position: relative;
		z-index: 5;
}
.download-the-application__white {
		border-radius: 0.4rem;
		background: #fff;
		position: relative;
		z-index: 5;
		width: 360px;
		margin: 0 auto;
		padding: 26px 16px;
}
.download-the-application__title {
		color: #0c4e99;
		text-align: center;
		font-size: 21px;
		font-weight: 700;
		line-height: 23px;
		margin-bottom: 16px;
}
.download-the-application__text {
		color: #2264b1;
		text-align: center;
		font-size: 13px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		margin-bottom: 20px;
}
.download-the-application__btn {
		display: block;
		border-radius: 4px;
		background: #f08d29;
		color: #fff;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 18.447px;
		padding: 12px 14px;
		width: 240px;
		margin: 0 auto;
		margin-bottom: 14px;
}
.download-the-application__btn:hover {
		color: #fff;
		text-decoration: none;
		opacity: 0.7;
}
.download-the-application__link {
		color: #2264b0;
		text-align: center;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 18.447px;
}
.download-the-application__link:hover {
		color: #2264b0;
		opacity: 0.7;
		text-decoration: none;
}
.desctop-app-banner {
		position: fixed;
		z-index: 99;
}
.desctop-app-banner-content {
		background: url('./images/desctop-app-banner-bg.svg') center top no-repeat;
		background-size: cover;
		width: 780px;
		left: 50%;
		margin-left: -372.5px;
		display: flex;
		top: 50%;
		padding-top: 50px;
		padding-right: 38px;
		position: fixed;
		margin-top: -245px;
}
.desctop-app-banner__close {
		position: absolute;
		top: 15px;
		right: 21px;
		transition: 0.3s;
}
.desctop-app-banner__close:hover {
		opacity: 0.7;
}
.desctop-app-banner:before {
		content: '';
		display: block;
		position: fixed;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		top: 0;
		z-index: -8;
}
.desctop-app-banner .download-the-application__white {
		width: 310px;
		text-align: center;
		margin-top: 60px;
}
.desctop-app-banner .download-the-application__text {
		margin-bottom: 34px;
}
#mobile-app-banner,
#desctop-app-banner {
		display: none;
		opacity: 0;
		transition: opacity 0.5s ease;
}

#mobile-app-banner.is-open,
#desctop-app-banner.is-open {
		opacity: 1;
}
@media (min-width: 769px) {
		#mobile-app-banner {
				display: none !important;
		}
}
@media (max-width: 768px) {
		#desctop-app-banner {
				display: none !important;
		}
}

.homsters-pagination{
		margin-top: 10rem;
		margin-bottom: 1rem;
		text-align: center;
}
.homsters-pagination .page-number{
		color: #292D32;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 2.4rem;
		margin: 0 0.8rem;
		display: inline-block;
}
.homsters-pagination .page-number.active{
		border-radius: 0.4rem;
		background: #F5F6F7;
		color: #239EED;
		text-align: center;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 2.4rem;

		width: 2.4rem;
		height: 2.4rem;
}
.homsters-pagination .page-dots{
		color: #292D32;
		opacity: 0.7;
		margin: 0 0.8rem;
		display: inline-block;
}
.homsters-pagination .page-arrow{
		margin: 0 1rem;
}