
body {
	font-family: "Montserrat";
	line-height: 150%;
}
* {
	padding: 0;
	margin: 0;
	color: #000;
	text-decoration: none;
	box-sizing: border-box;
}
a {
	color: #000;
	text-decoration: none;
}
img {
	object-fit: cover;
	object-position: top;
	transition: all .6s;
}
a:hover {
	color: #FFA500;
}
.bg_black:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 31.73%, #000 100%);
}

.container {
	margin: auto;
	width: 1050px;
	max-width: 100%;
}
.logotip {
	font-family: 'logo_fonts';
	font-size: 30px;
}
.header__top {
	padding: 10px 0;
	background-color: #F0F2F5;
}
.header__grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__ui {
	display: flex;
	align-items: center;
	gap: 10px;
}
.header__ui form {
	height: 35px;
	width: 250px;
	padding-left: 15px;
	padding-right: 5px;
	background-color: #fff;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.header__ui form button {
	flex: none;
	width: 30px;
	height: 30px;
	border-radius: 40px;
	border: none;
	background: transparent;
	cursor: pointer;
	outline: none;
}
.header__ui form input {
	height: 35px;
	border-radius: 40px;
	width: 100%;
	border: 0;
	outline: none;
}
.header__ui form i {
	font-size: 14px;
}
.header__ui span {
	width: 35px;
	height: 35px;
	border-radius: 100px;
	display: flex;
	background-color: #fff;
}
.header__ui span i {
	margin: auto;
	font-size: 14px;
}
.header__bottom {
	padding: 20px 0;
	border-bottom: 1px solid #F0F2F5;
}
.header__bottom ul {
	display: flex;
	align-items: center;
	list-style: none;
	justify-content: space-between;
}

.banner-header {
    background: linear-gradient(135deg, #6e48aa 0%, #9d50bb 100%);
    padding: 15px 20px;
    display: flex;  
}
.banner-header__wrapp {
    background-color: #fff;
    border-radius: 20px;
    padding: 25px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 25px;
}
.banner-header__content {
    width: 500px;
    max-width: 100%;
}
.banner-header__sub1 {
    font-size: 14px;
    color: #484b4d;
    margin-bottom: 5px;
}
.banner-header__title {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 10px;
	font-weight: 600;
}
.banner-header__wrapp > img {
    max-width: 50%;
    max-height: 100%;
}
.banner-header__butt {
    display: inline-flex;
    width: 300px;
    height: 55px;
    flex: none;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #18a3e6;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.banner-header__butt img {
    border-radius: 100%;
    width: 30px;
    border: 1px solid #fff;
}


.banner {
	border-radius: 20px;
	padding: 40px 50px;
	position: relative;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
	z-index: 0;
	margin-bottom: 50px;
	overflow: hidden;
}
.banner h1 {
	width: 640px;
	max-width: 100%;
	font-size: 31px;
	line-height: 41px;
	color: #fff;
	font-weight: 700;
	position: relative;
	z-index: 2;
}
.banner p {
	width: 640px;
	max-width: 100%;
	color: #fff;
	position: relative;
	z-index: 2;
}
.banner img {
	position: absolute;
	z-index: -1;
	object-position: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.banner:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background: rgba(0, 0, 0, 0.43);
}
.top {
	padding: 40px 0;
	background-color: #F0F2F5;
	margin-bottom: 70px;
}
.top-grid {
	display: flex;
	gap: 30px;
	margin-bottom: 60px;
}
.topArticle {
	width: 50%;
	height: 420px;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.topArticle img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.topArticle__title {
	font-size: 21px;
	color: #fff;
	padding: 30px;
	display: block;
	font-weight: 600;
	position: relative;
	z-index: 2;
}
.topArticle:hover img {
	transform: scale(1.1);
}



.top-grid__wrapp {
	width: 50%;
}
.top-grid__line {
	display: flex;
	align-items: center;
}
.topArticle1 {
	height: 90px;
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}
.topArticle1:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.topArticle1 img {
	width: 95px;
	height: 100%;
	flex: none;
	border-radius: 10px;
}
.topArticle1__title {
	font-size: 21px;
	font-weight: 600;
	display: block;
	margin-bottom: 15px;
	transition: all .6s;
}
.topArticle1__text {
	display: block;
}
.topArticle1:hover img {
	transform: scale(1.1);
}
.topArticle1:hover .topArticle1__title {
	color: #FFA500;
}

.category-wrapp h2 {
	font-size: 26px;
	margin-bottom: 15px;
}
.category-grid {
	display: flex;
	gap: 10px;
}
.tplCategory {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	flex: auto;
	width: 20%;
	z-index: 0;
}
.tplCategory img {
	width: 100%;
	height: 180px;
	position: relative;
	z-index: -1;
}
.tplCategory span {
	font-size: 14px;
	color: #fff;
	padding: 20px;
	display: block;
	font-weight: 600;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.tplCategory:hover img {
	transform: scale(1.1);
}


.category-posts {
	padding-bottom: 70px;
}
.category-posts h2 {
	margin-bottom: 25px;
	font-size: 28px;
}
.category-posts__row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}
.category-posts__row .topArticle1__title {
	font-size: 14px;
}
.category-posts__row .tplCategory img {
	height: 304px;
}
.category-posts__row .tplCategory {
	display: block;
	width: 100%;
}

.video h2 {
	margin-bottom: 25px;
	font-size: 28px;
}
.video__row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}
.tplVideo__wrapp {
	overflow: hidden;
	width: 100%;
	padding-bottom: 56%;
	position: relative;
	border-radius: 10px;
	margin-bottom: 20px;
}
.tplVideo__wrapp iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.tplVideo p {
	font-size: 18px;
}




.posts {
	padding-bottom: 50px;
}
.posts h2 {
	margin-bottom: 25px;
	font-size: 26px;
}

.tplPost {
	display: flex;
	gap: 15px;
	margin-bottom: 30px;
}
.tplPost img {
	width: 250px;
	height: 250px;
	border-radius: 10px;
	flex: none;
	object-position: center;
}
.tplPost__content {
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #F0F2F5;
}
.topArticle1__title {
	font-weight: 600;
	display: block;
	margin-bottom: 15px;
	font-size: 21px;
	transition: all .6s;
}
.topArticle1__text {
	display: block;
}

.tplPost:hover img {
	transform: scale(1.1);
}
.tplPost:hover .topArticle1__title {
	color: #FFA500;
}
.tplPost:last-child {
	margin-bottom: 0;
}
.header__toggle {
	display: none;
}

.editor {
	margin-bottom: 40px;
}
.editor h2 {
	margin-bottom: 10px;
	margin-top: 20px;
}
.editor h3 {
	margin-bottom: 10px;
	margin-top: 20px;
}
.editor p {
	margin-bottom: 10px;
	font-size: 16px;
}
.editor p:last-child {
	margin-bottom: 0;
}
.editor ul,
.editor ol {
	padding-left: 15px;
	margin-bottom: 10px;
}
.editor li {
	font-size: 16px;
}

.content-box {
	padding-bottom: 40px;
}

.category-box {
	padding: 40px 0;
	margin-bottom: 50px;
	background-color: #F0F2F5;
}

.banner-offers__grid {
	position: fixed;
	z-index: 999;
	bottom: 10px;
	right: 10px;
}
.banner-offers__grid img {
	width: 300px;
}

.banner-offers1 {
	padding: 20px 0;
}
.banner-offers1__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	width: 1100px;
	margin: auto;
}
.banner-offers1__grid img {
	width: 100%;
	border-radius: 6px;
}
.banner-offers1__container {
	overflow: auto;
	padding: 0px 10px;
}
.banner-offers1__container::-webkit-scrollbar {width: 0;height: 0;}


@media(max-width:1150px) {
	.container {width: 900px;}
}
@media(max-width: 990px) {
	.container {width: 700px;}
	.topArticle1__title {font-size: 15px;}
	.topArticle1__text {font-size: 13px;}
	.topArticle__title {font-size: 16px;}
	.category-grid {flex-wrap: wrap;}
	.tplCategory:last-child {display: none;}
	.tplCategory:first-child {display: none;}
	.category-posts__column:last-child {display: none;}
	.category-posts__row {grid-template-columns: repeat(2, 1fr);}
	.tplPost img {width: 200px;}

	.banner-header__wrapp {flex-direction: column;align-items: flex-start;}
	.banner-offers__grid img {width: 250px;}
}
@media(max-width: 740px) {
	.container {width: 500px;}
	.top-grid {flex-direction: column;}
	.topArticle {width: 100%;}
	.top-grid__wrapp {width: 100%;}
	.tplCategory {display: block;width: 45%;}
	.tplCategory:last-child {display: block;}
	.tplCategory:first-child {display: block;}
	.category-posts__row {grid-template-columns: repeat(1, 1fr);}
	.tplPost img {width: 160px;}

	.video__row {grid-template-columns: repeat(1, 1fr);}

	.banner h1 {font-size: 24px;line-height: 32px;}

	.header__bottom {position: relative;}
	.header__toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		padding: 10px;
		border-radius: 10px;
		background-color: #FFA500;
		cursor: pointer;
		color: #fff;
	}
	.header__toggle i {
		color: #fff;
	}
	.header__bottom ul {
		flex-direction: column;
		padding: 25px;
		display: none;
		border-radius: 10px;
		border: 1px solid #F0F2F5;
		gap: 10px;
		align-items: flex-start;
		text-align: left;
		position: absolute;
		top: calc(100% - 5px);
		left: 0;
		right: 0;
		margin: auto;
		background-color: #fff;
		z-index: 8;
		width: 280px;
	}
	.header__bottom ul.show {
		display: flex;
	}
}
@media(max-width: 540px) {
	.container {width: 95%;}
	.tplPost__content {padding: 20px;}
	.tplPost img {width: 70px;height: 90px;}
	.header__ui form input {display: none;}
	.header__ui form {width: 60px;}

	.banner {padding: 20px;}

	.banner-header__butt {width: 190px;padding: 0px 20px;}
	.banner-header__wrapp {padding: 15px;}
	.banner-header__title {font-size: 20px;line-height: 28px;}

	.banner-offers {padding: 25px 0;}
	.banner-offers__grid {display: flex;justify-content: center;}
	.banner-offers__grid img {width: 500px;max-width: 100%;}
}

