div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.b-main-banner {
	box-sizing: border-box;
	max-width: 1920px;
	margin: 0 auto;
}
.b-main-banner .main-banner__swiper {
	min-height: 590px;
}
.b-main-banner .main-banner__item {
	height: auto;
	position: relative;
}
.b-main-banner .main-banner__pic {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.b-main-banner .main-banner__pic img {
	vertical-align: middle;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.b-main-banner .main-banner__content-box {
	box-sizing: border-box;
	padding: 90px 20px 100px;
	height: 100%;
}
.b-main-banner .main-banner__content {
	height: 100%;
	position: relative;
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	align-content: center;
	height: fit-content;
}
.b-main-banner .main-banner__content--calendar {
	justify-content: space-between;
	gap: 20px;
}
.b-main-banner .main-banner__title {
	color: #000;
	font-size: 45px;
	font-family: "Bebas", sans-serif;
	line-height: 50px;
	padding-left: 38px;
	width: fit-content;

}
.b-main-banner .main-banner__info {
	color: #000;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	margin-top: 20px;
	padding-left: 38px;
}
.b-main-banner .main-banner__point {
	margin-bottom: 8px;
}
.b-main-banner .main-banner__point:last-child {
	margin-bottom: 0;
}
.b-main-banner .main-banner__bntbox {
	margin-top: 40px;
	padding-left: 38px;
}
.b-main-banner .main-banner__inner {
	height: 100%;
}
.b-main-banner .main-banner__inner-info {
	position: relative;
	box-sizing: border-box;
}
.b-main-banner .main-banner__inner-info::before {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 18px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, #f59e30, #fc7927);
}
/*-----------------------------------*/
.b-calendar {
	box-sizing: border-box;
	width: fit-content;
}
.b-calendar .calendar__inner {
	box-sizing: border-box;
	padding: 36px 16px;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
}
.b-calendar .calendar__title {
	font-size: 35px;
	line-height: 1.2;
	color: #fd7626;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 14px;

}
.b-calendar .calendar__subtitle {
	font-size: 20px;
	color: #000;
	text-align: center;
	font-family: "Roboto", sans-serif;
	line-height: 24px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-spacing: 5px;
	border-bottom: 4px dotted #fd7626;
}
.b-calendar .calendar__end-sale {
	color: #4d5965;
    font-size: 20px;
		line-height: 1.2;
    text-align: center;
    font-family: "Bebas", sans-serif;
    margin-bottom: 10px;
}
.b-calendar .calendar__bottom {
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.b-calendar .number-block1 {
	margin: 0;
}
.b-calendar .calendar__wrapper {
	display: flex;
	gap: 10px;
	grid-template-columns: repeat();
	justify-content: space-between;

}
.b-calendar .calendar__wrapper::after,
.b-calendar .calendar__wrapper::before {
	content: none;
}
.b-calendar .calendar__wrapper span {
	display: flex;
	justify-content: center;
}
.b-calendar .number-text {
	padding: 0;
	text-align: center;
}
.b-calendar .calendar__wrapper__number {
	display: grid;
	margin-top: 10px;
	gap: 10px;
	grid-template-columns: repeat(4, 1fr);
}
.b-calendar .calendar__wrapper__number::after,
.b-calendar .calendar__wrapper__number::before {
	content: none;
}
/*-----------------------------------*/
@media(max-width: 1239px) and (min-width: 768px) {
	.b-calendar .calendar__inner {
		padding: 24px 10px;
	}
}
@media(max-width: 767px) {
	.b-calendar {
		margin: 0 auto;
	}
	.b-calendar .calendar__inner {
		padding: 10px;
	}
	.b-calendar .calendar__title {
		font-size: 20px;
		margin-bottom: 6px;
	}
	.b-calendar .calendar__subtitle {
		font-size: 14px;
		line-height: 1.2;
		padding-bottom: 8px;
		margin-bottom: 8px;
		border-bottom: 2px dotted #fd7626;
	}
	.b-calendar .b-btn, 
	.b-calendar a.b-btn:link, 
	.b-calendar a.b-btn:visited,
	.b-calendar a.b-btn:active,
	.b-calendar a.b-btn:hover {
		font-size: 16px;
	}
	.b-calendar .calendar__wrapper {
		gap: 6px;
	}
	.b-calendar .calendar__wrapper__number {
		gap: 0;
	}
	.b-calendar .number-text{
		padding: 8px 8px 0px;
	}
	/*-----------------------------------*/
	.b-main-banner .main-banner__swiper {
		min-height: auto;
	}
	.b-main-banner .main-banner__content-box {
		padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	}
	.b-main-banner .main-banner__content--calendar {
		flex-direction: column;
	}
	.b-main-banner .main-banner__inner-info::before {
		width: 6px;
	}
	.b-main-banner .main-banner__title {
		font-size: 24px;
		line-height: 1.2;
		padding-left: 18px;
	}
	.b-main-banner .main-banner__info {
		font-size: 16px;
		line-height: 1.2;
		padding-left: 18px;
	}
	/*-----------------------------------*/
	/*-----------------------------------*/
	
}
	/*-----------------------------------*/