@import 'default.css';
@import 'block-header.css';
@import 'block-footer.css';

:root {
	--theme-color: #002856;
}

.block-main {
	padding: 40px 0px;
	min-height: 550px;
}

.pointer {
	cursor: pointer;
}

aside {
	padding: 0px 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

section {
	padding: 0px 20px;
}

.section.catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section.catalog aside {
	width: 330px;
}

.section.catalog section {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.basket-notification {
	display: inline-block;
	padding: 10px 0;
	color: #ff3030;
}

.vhidden {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.unstyled {
	padding: 0;
	margin: 0;
	list-style: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.v-hidden {
	visibility: hidden;
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.form-wrap {
	width: 450px;
	max-width: 100%;
}

.comment_link {
	margin-top: 20px;
	display: inline-block;
}

.f1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 10px;
}

.error-notify {
	color: #f00;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: -18px;
}

.error {
	color: #f00;
}

label.processing-data {
	user-select: none;
	position: relative;
	padding-left: 35px;
}

label.processing-data::before {
	content: '';
	display: block;
	width: 23px;
	height: 23px;
	border: 1px solid #ccc;
	margin-right: 10px;
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

input[type="checkbox"].error+.processing-data {
	color: #f00;
}

input[type="checkbox"].error+.processing-data::before {
	border-color: #f00;
}

input[type="checkbox"]:checked+.processing-data::before {
	background-image: url('../images/check-mark.svg');
}

.clms-2>li,
.clms-2>div {
	width: calc(50% - 10px);
}

.clms-2>li:first-child,
.clms-2>div:first-child {
	margin-right: 20px;
}

select.error+.nice-select {
	border: 2px solid #f00;
}

input:disabled {
	opacity: 0.5;
	cursor: no-drop;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media screen and (max-width:799px) {
	.section.catalog {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section.catalog aside {
		width: 100%;
	}

	.section.catalog section {
		margin-top: 25px;
	}

	#delivery-address .form-columns {
		flex-direction: column;
	}

	#delivery-address .form-columns>div:first-child,
	#delivery-address .form-columns>div:last-child {
		width: 100%;
		margin: 0 auto;
	}

	.user-menu {
		flex-direction: column;
	}

	.user-menu li,
	.user-menu li a {
		width: 100%;
	}

	.user-menu li a {
		margin-bottom: 10px;
	}
}

.section.catalog .filter.search {
	position: relative;
}

.buttons-row>a {
	margin-bottom: 10px;
}

.section.catalog .filter.search input {
	border: 0px;
	background-color: #ededed;
	width: 100%;
	height: 37px;
	padding: 0px 10px;
	font-family: inherit;
}

.section.catalog .filter.search label {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	right: 4px;
	top: 50%;
	margin-top: -9px;
	background-image: url('../images/icon-lupa.png');
	background-size: cover;
}

.section.catalog .categories-fulltree {
	font-size: 15px;
	padding-left: 0px;
	position: relative;
}

.section.catalog .categories-fulltree li {
	display: flex;
	flex-direction: column;
	position: relative;
}

.section.catalog .categories-fulltree li.legend {
	display: none;
}

.section.catalog .categories-fulltree li ul {
	position: relative;
}

.section.catalog .categories-fulltree li a,
.section.catalog .categories-fulltree li label {
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 0px;
	order: 2;
	color: rgba(0, 40, 87, 0.6);
	font-weight: normal;
	font-size: 15px;
	display: none;
	position: relative;
	padding: 7px 10px;
}

.section.catalog .categories-fulltree li ul:not(:empty)~a:after,
.section.catalog .categories-fulltree li ul:not(:empty)~label:after {
	content: '>';
	position: absolute;
	right: 6px;
	top: 10px;
	color: rgb(205, 205, 205);
	display: inline-block;
	transform: scaleY(2.3);
	font-size: 10px;
	font-weight: 500;
}

.section.catalog .categories-fulltree li:hover ul:not(:empty)~a:after,
.section.catalog .categories-fulltree li:hover ul:not(:empty)~label:after {
	color: #8286bb;
	font-weight: 600;
}

.section.catalog .categories-fulltree li.selected>a,
.section.catalog .categories-fulltree li.selected>label {
	font-weight: bolder;
}

.section.catalog .categories-fulltree li>*>span {
	color: #BBBBBB;
	font-size: 12px;
}

.section.catalog .categories-fulltree li>*>span:empty {
	display: none;
}

.section.catalog .categories-fulltree li>*>span:after {
	content: ')';
}

.section.catalog .categories-fulltree li>*>span::before {
	content: '(';
}

.section.catalog .categories-fulltree ul {
	padding-left: 0px;
	order: 3;
	display: none;
}

.section.catalog .categories-fulltree ul:empty {
	display: none;
}

@media(min-width:800px) {
	.section.catalog .categories-fulltree li a {
		display: inline-block;
	}

	.section.catalog .categories-fulltree li:hover>a,
	.section.catalog .categories-fulltree li:hover>label {
		background-color: #EFEFEF;
	}

	.section.catalog .categories-fulltree li:hover>ul:not(:empty) {
		display: block;
		position: absolute;
		border-left: 1px solid #DEDEDE;
		z-index: 9999;
		top: 0px;
		background-color: #FFFFFF;
		width: 220px;
		right: -220px;
		-webkit-box-shadow: 4px 0px 5px 0px #DEDEDE;
		box-shadow: 4px 0px 5px 0px #DEDEDE;
	}

	.section.catalog .categories-fulltree li:hover>ul:not(:empty) .legend {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 10px 5px 10px 0px;
		border-bottom: 1px solid #C0C0C0;
	}

	.section.catalog .categories-fulltree li:hover>ul:not(:empty) .legend span {
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 14px;
		flex-grow: 1;
		overflow: hidden;
		padding-left: 10px;
	}

	.section.catalog .categories-fulltree li:hover>ul:not(:empty) .legend img {
		width: 24px;
		height: 24px;
		flex-shrink: 0;
		margin-left: 5px;
	}

}

@media(max-width:799px) {
	.section.catalog .categories-fulltree li ul:not(:empty)~label {
		display: inline-block;
	}

	.section.catalog .categories-fulltree li ul:empty~a {
		display: inline-block;
	}

	.section.catalog .categories-fulltree input:checked~ul {
		display: block;
	}

	.section.catalog .categories-fulltree ul {
		padding-left: 15px;

	}

}

.section.catalog .action-bar {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.section.catalog .action-bar .items-count-info {
	text-transform: uppercase;
	font-weight: bolder;
	color: #393939;
	font-size: 13px;
}

.section.catalog .products-lists {
	margin-top: 20px;
}

@media(max-width:379px) {
	.section.catalog .action-bar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section.catalog .action-bar .items-count-info {
		text-align: right;
	}
}


.selector {
	position: relative;
}

.selector ul {
	display: none;
	z-index: 9999;
}

.selector>input:checked~ul {
	display: block;
}

.selector.sorting {
	font-size: 13px;
}

.selector.sorting label {
	padding: 0px 15px;
	position: relative;
}

.selector.sorting label::before,
.selector.sorting label:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -1px;
	width: 5px;
	height: 1px;
	background-color: #000000;
}

.selector.sorting label::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 4px;
}

.selector.sorting label:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 0px;
}

.selector>input:checked~label::before {
	right: 0px;
}

.selector>input:checked~label:after {
	right: 4px;
}

.selector.sorting ul {
	background-color: #f6f6f6;
	margin: 0px;
	padding: 5px 0px;
	position: absolute;
	top: 23px;
	left: 0px;
}

.selector.sorting ul a {
	display: inline-block;
	line-height: 25px;
	padding: 0px 15px;
	white-space: nowrap;
}

.selector.sorting ul a.selected {
	font-weight: bolder;
}

.products-lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.products-lists>div {
	width: 30%;
	position: relative;
	padding: 5px;
	top: 0px;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	margin-bottom: 30px;
}

.products-lists>div:hover {
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-box-shadow: 0px 14px 16px 0px rgba(0, 0, 0, 0.21);
	box-shadow: 0px 14px 16px 0px rgba(0, 0, 0, 0.21);
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.products-lists>div .sticker-sale {
	display: none;
}

.products-lists>div .sticker-new {
	display: none;
}

.products-lists>div.sale-on .sticker-sale {
	display: inline-block;
	position: absolute;
	z-index: 5;
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 0px 10px;
	line-height: 30px;
	bottom: 105px;
	left: 15px;
}

.products-lists>div.isnew .sticker-new {
	display: inline-block;
	position: absolute;
	z-index: 5;
	background-color: #25b62d;
	color: #fff;
	padding: 0px 10px;
	line-height: 30px;
	top: 15px;
	right: 15px;
}

.product-item.outstock {
	opacity: 0.8;
}

.products-lists>div .img {
	display: block;
}

.products-lists>div .img img {
	width: 100%;
}

.price {
	position: relative;
	color: #002857;
	font-weight: 700;
}

.price .bycall {
	display: none;
}

.price.old {
	color: #a6a6a6;
}

.price.old:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	height: 1px;
	background-color: rgba(0, 40, 87, 1);
}

.price>span:nth-child(1):empty {
	display: none;
}

.price>span:nth-child(1):empty+span {
	display: none;
}

.price>span:nth-child(1):empty~.bycall {
	display: inline-block;
}

.products-lists>div .title {
	margin: 2px 0px;
	height: 44px;
	overflow: hidden;
	line-height: 14px;
}

.products-lists>div .title a {
	font-weight: 700;
	font-style: normal;
	color: #393939;
	text-transform: uppercase;
	font-size: 13px;
}

.products-lists>div .categories {
	color: #a6a6a6;
	line-height: 11px;
	height: 25px;
	overflow: hidden;
}

.products-lists>div .categories a {
	font-size: 11px;
	color: #a6a6a6;
	font-style: italic;
}

.products-lists>div .categories a:hover {
	text-decoration: underline;
}

.products-lists>div .categories span:last-child {
	display: none;
}

.products-lists.alternative>div {
	width: 23%;
}

@media (max-width:949px) {
	.products-lists>div {
		width: 50%;
	}

	.products-lists.alternative>div {
		width: 30%;
	}
}

@media (max-width:479px) {
	.wrap {
		padding: 0 15px !important;
	}

	section {
		padding: 0 !important;
	}

	/* .products-lists>div {
        width: 100%;
    }
    
    .products-lists.alternative>div {
        width: 48%;
    } */
}

.pagintions {
	text-align: center;
}

.pagintions>span,
.pagintions>a {
	display: inline-block;
	line-height: 30px;
	width: 30px;
}

.pagintions>a {
	color: #a6a6a6;
}



section {
	padding: 0px 20px;
}

.section.product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section.product aside {
	width: 330px;
}

.section.product section {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media(max-width:799px) {
	.section.product {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.section.product aside {
		width: 100%;
		max-width: 330px;
	}

	.section.product section {
		margin-top: 25px;
	}
}

.section.product section>div {
	margin-top: 15px;
}

.section.product .price {
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
}

.section.product h1 {
	font-size: 35px;
}

.section.product .basket-opt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section.product .basket-opt>a {
	margin-lefT: 5px;
}

.counter input[type=number]::-webkit-inner-spin-button,
.counter input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.counter input[type=number] {
	-moz-appearance: textfield;
}

.counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.counter a {
	width: 30px;
	height: 30px;
	font-size: 30px;
	background-color: #a6a6a6;
	color: #fff;
	text-align: center;
	line-height: 30px;
	-webkit-transition: 150ms;
	-o-transition: 150ms;
	transition: 150ms;
}

.counter a:hover {
	background-color: #002857;
}

.counter a.down {
	line-height: 25px;
	border-radius: 3px 0 0 3px;
}

.counter a.up {
	border-radius: 0 3px 3px 0;
}

.counter input {
	box-shadow: inset 0 0 5px #ccc;
	font-size: 15px;
	width: 35px;
	border: 1px solid #a6a6a6;
	color: #002857;
	text-align: center;
	height: 30px;
}

.unit-type:not(:empty) {
	font-size: 16px;
	min-width: 30px;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	margin: 3px;
	text-align: center;
	color: #fff;
	background-color: #a6a6a6;
	border-radius: 3px;
}

.section.product .sticker-sale {
	cursor: default;
}

.section.product .categories {
	font-size: 13px;
	line-height: 23px;
}

.section.product .categories a {
	margin-left: 5px;
}

.section.product .categories a:after {
	content: ', ';
}

.section.product .categories a:last-child:after {
	content: '';
}

.section.product .categories span {
	color: #8d8d8d;
	font-weight: bolder;
	text-transform: uppercase;
}

.menu.product-images {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.menu.product-images:after {
	content: '';
	width: 31%;
	padding: 0px;
	margin-bottom: 15px;
}

.menu.product-images>li {
	width: 31%;
	padding: 0px;
	margin-bottom: 15px;
}

.menu.product-images>li:nth-child(1) {
	width: 100%;
	padding: 0px;
}

.menu.product-images>li img {
	width: 100%;
}

.recents.lists>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 10px;
	margin-bottom: 8px;
	border-bottom: 1px solid #C0C0C0;
}

.recents.lists>div:last-child {
	border: 0px;
}

.recents.lists>div>div:nth-child(1) {
	width: 55px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.recents.lists>div>div:nth-child(2) {
	padding-left: 5px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.recents.lists>div>div:nth-child(2) .title {
	font-size: 13px;
	text-transform: uppercase;
	color: #8b8b8b;
	font-weight: bolder;
}

.recents.lists>div>div:nth-child(2) .price {
	font-size: 14px;
	margin-top: 8px;
	display: inline-block;
}

@media(max-width:798px) {
	.recents.lists>div>div:nth-child(1) {
		width: 90px;
	}

	.articles-list {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.articles-block:nth-child(even) a.image-link {
		height: 41vw;
	}

	.articles-block:nth-child(odd) a.image-link {
		height: 27.9vw;
	}

	.box-item .content-item .photo-item {
		float: none;
		padding: 0;
		display: block;
		margin: auto;
		max-width: 350px;
		margin-bottom: 30px;
	}

	.box-item .content-item .photo-item img {
		width: 100% !important;
		-o-object-fit: contain;
		object-fit: contain;
	}
}

.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}



.tabs .tab-title {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin: 3px;
}

.tabs .tab-title a {
	display: inline-block;
}

@media(max-width:549px) {
	.tabs {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.tabs .tab-title {
		width: 90%;
	}

	.tabs .tab-title a {
		width: 100%;
	}
}

.tabs .tab-content {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	padding: 15px 0px;
	width: 100%;
	display: none;
}

.stars.edit {
	width: 80px;
	height: 16px;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.stars.edit input {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	background-image: url('../images/star.png');
	background-position: 0px 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.stars.edit input:hover,
.stars.edit input:checked,
.stars.edit input:checked~input,
.stars.edit input:hover~input {
	background-position: 0px -16px;
}

.stars.view {
	width: 80px;
	height: 16px;
	background-image: url('../images/star.png');
	background-position: 0px 0px;
}

.stars.view>span {
	display: inline-block;
	text-indent: -99999px;
}

.stars.view::before {
	content: '';
	display: block;
	height: 16px;
	width: 0px;
	background-image: url('../images/star.png');
	background-position: 0px -16px;
}

.stars.view.r05::before {
	width: 20%;
}

.stars.view.r10::before {
	width: 20%;
}

.stars.view.r15::before {
	width: 30%;
}

.stars.view.r20::before {
	width: 40%;
}

.stars.view.r25::before {
	width: 50%;
}

.stars.view.r30::before {
	width: 60%;
}

.stars.view.r35::before {
	width: 70%;
}

.stars.view.r40::before {
	width: 80%;
}

.stars.view.r45::before {
	width: 90%;
}

.stars.view.r50::before {
	width: 100%;
}

.reviews-lists>div {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50px auto 80px;
	grid-template-columns: 50px auto 80px;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 10px;
	margin-bottom: 20px;
}

.reviews-lists .avatar {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1 / span 2;
}

.reviews-lists .avatar span {
	display: inline-block;
	width: 48px;
	height: 48px;
	background-image: url('../images/avatar.jpg');
	background-size: contain
}

.reviews-lists .comment {
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
	grid-column: 2 / span 2;
	grid-row: row1-end / 3;
	text-align: justify;
}

/************************/
@media (max-width:319px) {
	body>* {
		display: none !important;
	}

	body::before {
		content: "Resolution is too small. please enter from other device.";
		display: block !important;
		padding: 10px 10px;
		text-align: center;
	}
}

/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {

	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"] {
		font-size: 16px;
	}
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {

	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"] {
		font-size: 16px;
	}
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {

	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"] {
		font-size: 16px;
	}
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {

	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"] {
		font-size: 16px;
	}
}

.articles-list,
input[name="delivery"] {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	padding-bottom: 30px;
}

.articles-block {
	margin-bottom: 30px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}

.date {
	font-size: 14px;
	font-style: italic;
	color: #002856;
}

.articles-block .title {
	color: #393939;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}

.articles-block p {
	margin: 10px 0;
}

.articles-block .image-link {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: inline-block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	-webkit-transition: 150ms;
	-o-transition: 150ms;
	transition: 150ms;
}

.articles-block .image-link::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	background-color: #002856;
	-webkit-transition: opacity 390ms;
	-o-transition: opacity 390ms;
	transition: opacity 390ms;
}

.articles-block .image-link:after {
	content: '+';
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #fff;
	z-index: 3;
	opacity: 0;
	color: #002856;
	-webkit-transition: opacity 200ms;
	-o-transition: opacity 200ms;
	transition: opacity 200ms;
}

.articles-block .image-link:hover::before,
.articles-block .image-link:hover:after {
	opacity: 1;
}

.articles-block:nth-child(even) a.image-link {
	height: 300px;
}

.articles-block:nth-child(odd) a.image-link {
	height: 205px;
}

.box-item {
	padding-bottom: 30px;
}

.box-item .content-item {
	min-height: 390px;
}

.box-item .content-item .photo-item {
	padding: 0 20px 20px 0;
	float: left;
}

.pager-box {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pager-box li a,
.pager-box li span {
	display: inline-block;
	color: #002856;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	border: 1px solid;
	margin-right: 5px;
	font-size: 18px;
	text-align: center;
}

.pager-box li.active span,
.pager-box li a:hover {
	background-color: #002856;
	color: #fff;
	border-color: #002856;
}

.pager-box li.next a,
.pager-box li.prev a {
	background-image: url('../images/arrow-page-b.svg');
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
}

.pager-box li.next a:hover,
.pager-box li.prev a:hover {
	background-image: url('../images/arrow-page-w.svg');
}

.pager-box li.prev a {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.to-back {
	font-size: 16px;
}

.to-back::before {
	content: '<<';
	margin-right: 5px;
}

@media (max-width: 1100px) {
	.articles-block:nth-child(even) a.image-link {
		height: 27.5vw;
	}

	.articles-block:nth-child(odd) a.image-link {
		height: 18.7vw;
	}
}

@media (max-width: 680px) {
	.articles-list {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px
	}

	.articles-block:nth-child(even) a.image-link {
		height: 78vw;
	}

	.articles-block:nth-child(odd) a.image-link {
		height: 55.9vw;
	}

	.contacts-box .columns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.contacts-box .columns>div {
		width: 100% !important;
	}

	.map h2 {
		display: none;
	}
}

.contacts-box .columns>div {
	width: 50%;
	margin-bottom: 30px;
}

.contact-form {
	margin-right: 20px;
}

.field-row {
	margin-bottom: 20px;
}

#map-contacts {
	height: 350px;
}

#form-contactus-success {
	width: 100%;
	border: 1px solid #002857;
	text-align: center;
	padding: 70px 0;
}

#form-contactus-success p {
	color: #002857;
}

#form-contactus-success p:after {
	content: '\2713';
	font-size: 30px;
	font-weight: 900;
	color: #00cc00;
}

.user-menu li {
	margin-right: 10px;
}

.user-menu li.active a,
.user-menu li a:hover {
	background-color: #002857;
	color: #fff;
}

.user-menu li a {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #002857;
	border-radius: 5px;
}

.profile-title {
	display: inline-block;
	margin: 10px 0;
	font-weight: bold;
}

.btn-box {
	margin-top: 10px;
}

.basket-page {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.basket-page>li:first-child {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-right: 20px;
}

.basket-page>li:last-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 250px;
	flex: 0 0 250px;
	padding: 20px;
	border: 1px solid #cdcdcd;
}

.row-basket-item {
	margin-bottom: 20px;
}

.row-basket-item ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bsk_img {
	width: 160px;
	height: 160px;
	padding: 2px;
	border: 1px solid #ccc;
	position: relative;
	height: auto;
	margin: 6px;
	margin-left: 0px;
}

.bsk_img:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.05);
}

.bsk_img img {
	width: 100%;
	height: auto;
	-webkit-transition: 150ms;
	-o-transition: 150ms;
	transition: 150ms;
}

.bsk_img img:hover {
	opacity: 0.7;
}

.radio-button {
	display: inline-block;
	margin-right: 10px;
	padding-left: 20px;
	position: relative;
}


.radio-button~input[type="radio"] {
	display: none;
}

.radio-button:before {
	content: '';
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	background-clip: content-box;
	padding: 2px;
	width: 17px;
	height: 17px;
	border: 2px solid #ccc;
	border-radius: 50%;
	margin-right: 5px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

input[type="radio"]:checked+.radio-button:before {
	background-color: #94c948;
	border-color: #94c948;
	color: #94c948;
}

input[type="radio"]:checked+.radio-button {
	color: #94c948;
}

.row-basket-item>ul>li:first-child,
.headrow>ul>li:first-child {
	min-width: 160px;
	margin-right: 20px;
}

.row-basket-item>ul>li:nth-child(2),
.headrow>ul>li:nth-child(2) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 20px;
}

.row-basket-item>ul>li:nth-child(3),
.headrow>ul>li:nth-child(3),
.row-basket-item>ul>li:nth-child(4),
.headrow>ul>li:nth-child(4),
.row-basket-item>ul>li:nth-child(5),
.headrow>ul>li:nth-child(5) {
	width: 100px;
	margin-right: 20px;
}

.row-basket-item>ul>li:nth-child(6),
.headrow>ul>li:nth-child(6) {
	width: 80px;
}

.row-basket-item>ul>li:nth-child(4),
.headrow>ul>li:nth-child(4) {
	width: 120px;
}

.row-basket-item .preparing-item:checked~li .preparing-item-label {
	color: #94c948;
}

label.preparing-item-label {
	display: inline-block;
	padding-left: 33px;
	position: relative;
	user-select: none;
}

label.preparing-item-label::before {
	display: inline-block;
	content: '';
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 2px solid #a6a6a6;
	box-sizing: border-box;
	position: absolute;
	top: -4px;
	left: 0;
}

.row-basket-item .preparing-item:checked~li .preparing-item-label::before {
	border-color: #94c948;
	background-image: url('../images/instock-logo.png');
	background-position: center;
	background-repeat: no-repeat;
}

.bsk_content .title {
	font-size: 17px;
	font-weight: bold;
}

.amount-status {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px 0;
}

.amount-status img {
	margin-right: 10px;
}

.price_uni,
.price_final {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 17px;
}

.price_uni .old-price {
	text-decoration: line-through;
	font-style: italic;
}

.price_value,
.price_final {
	white-space: nowrap;
	color: #002857;
	font-weight: 500;
}

.currency {
	font-weight: 500;
}

.btn_delete_inbasket {
	width: 20px;
	height: 20px;
	background-size: 20px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/outofstock-logo.png');
	opacity: 0.5;
	-webkit-transition: 150ms;
	-o-transition: 150ms;
	transition: 150ms;
}

.clear-basket {
	color: #ff3030;
	white-space: nowrap;
}

.clear-basket:hover {
	text-decoration: underline;
}

.btn_delete_inbasket:hover {
	opacity: 1;
}

.product-item a.img::before,
.product-item .add-to-cart {
	-webkit-transition: opacity 150ms ease;
	-o-transition: opacity 150ms ease;
	transition: opacity 150ms ease;
}

.product-item:hover .add-to-card,
.product-item:hover a.img::before {
	opacity: 1;
}

.product-item a.img::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.7);
	opacity: 0;
}

.add-to-card,
.outofstock-label {
	position: absolute;
	white-space: nowrap;
	padding: 10px;
	color: #002857;
	padding: 0 17px;
	z-index: 9;
	border: 2px solid #002857;
	line-height: 34px;
	text-transform: uppercase;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.outofstock-label {
	background-color: #002857;
	color: #fff;
	cursor: default;
}

.outofstock-label-product {
	background-color: #002857;
	color: #fff;
	cursor: default;
	padding: 10px;
	display: inline-block;
	margin-right: 5px;
	font-weight: bold;
}



.add-to-card {
	opacity: 0;
}

.add-to-card:hover {
	color: #fff;
	background-color: #002857;
}

.add-to-card.outofstock {
	z-index: 3;
}

.basket-info-box>span,
.basket-info-box>ul {
	display: block;
	margin: 5px 0;
}

#promo {
	font-size: 17px;
	height: 37px;
	padding: 0 15px;
	margin-right: 5px;
	border: 1px solid #dedede;
}

#move-to-checkout {
	margin-top: 25px;
}


#delivery-mode {
	margin: 20px 0;
}

#delivery-address {
	width: 100%;
}

.form-profile-address {
	width: 100%;
}

.form-block {
	width: 100%;
}

.form-profile-address .field-row {
	width: 100%;
	margin-bottom: 15px;
}

.form-profile-address .field-row:first-child {
	margin-right: 10px;
}

.form-profile-address .field-row input,
#delivery-address .field-row textarea {
	border-color: #002856;
	color: #333;
}

.form-profile-address .field-row input::-webkit-input-placeholder,
#delivery-address .field-row textarea::-webkit-input-placeholder {
	color: #adadad;
	font-style: italic;
}

.form-profile-address .field-row input::-moz-placeholder,
#delivery-address .field-row textarea::-moz-placeholder {
	color: #adadad;
	font-style: italic;
}

.form-profile-address .field-row input:-ms-input-placeholder,
#delivery-address .field-row textarea:-ms-input-placeholder {
	color: #adadad;
	font-style: italic;
}

.form-profile-address .field-row input::-ms-input-placeholder,
#delivery-address .field-row textarea::-ms-input-placeholder {
	color: #adadad;
	font-style: italic;
}

.form-profile-address .field-row input::placeholder,
#delivery-address .field-row textarea::placeholder {
	color: #adadad;
	font-style: italic;
}


.form-profile-address .field-title {
	font-weight: bold;
	margin: 5px 0;
}

.basket-products {
	margin-bottom: 30px;
}

.checkout-list-items .item-cell {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 50px;
	border-bottom: 1px solid #cdcdcd;
}

.pay-mode {
	border-bottom: 1px solid #cdcdcd;
	line-height: 50px;
	margin: 0;
}

.checkout-list-items .item-cell>li:first-child {
	width: 100px;
	box-sizing: content-box;
}

.checkout-list-items .item-cell.check-info>li:first-child {
	flex: 2;
}

.checkout-list-items .item-cell>li:nth-child(2) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.checkout-list-items .item-cell>li:nth-child(3) {
	width: 120px;
	text-align: right;
}

.checkout-list-items .item-cell .bsk_img {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#userForm {
	margin-right: 20px;
}

.check-info-list {
	margin-top: 30px;
	font-weight: 700;
}

.bsk_img a {
	display: inline-block;
}

.total-price {
	font-size: 17px;
	font-weight: bold;
	text-transform: capitalize;
}

.form-block>div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.form-column:first-child {
	width: 45%;
	margin-right: 20px;
}

.form-columns>div:last-child {
	width: 50%;
}

.form-column textarea {
	height: 150px;
}

.textarea textarea {
	height: 150px;
	margin-top: 28px;
}

.line-type-promo {
	margin-bottom: 20px;
}

.finaliPraceBasket>li {
	margin: 10px 0 !important;
}

.basket-info-box .title {
	font-weight: bold;
	margin-right: 5px;
	display: inline-block;
	width: 150px;
}

.unit {
	margin-left: 5px;
}

@media screen and (max-width: 1200px) {
	#page-catalog .products-lists>div {
		width: 33%;
	}
}

@media screen and (max-width: 960px) {
	#page-catalog .products-lists>div {
		width: 50%;
	}
}

@media screen and (max-width: 860px) {
	.form-block {
		flex-direction: column;
	}

	.form-column:first-child {
		width: 100%;
		margin-right: 0;
	}

	.bsk_img img,
	.bsk_img {
		width: 70px;
		height: 70px;
	}

	.row-basket-item ul>li:first-child,
	.headrow ul li:first-child {
		min-width: 70px;
	}

	.row-basket-item ul li:nth-child(2),
	.headrow ul li:nth-child(2) {
		width: 100px;
	}
}

@media screen and (max-width: 740px) {
	.block-main h1 {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.basket-page>li:first-child {
		padding: 0;
	}

	.row-basket-item {
		border: 1px solid #e4e4e4;
		padding: 20px;
		border-radius: 5px;
	}

	li.bsk_img {
		margin: 0 !important;
	}

	li.headrow {
		display: none;
	}

	li.row-basket-item ul {
		flex-direction: column;
	}

	li.row-basket-item ul li,
	li.row-basket-item ul li span {
		justify-content: center;
		display: flex;
		flex-direction: row;
	}

	.row-basket-item ul li:nth-child(3),
	.headrow ul li:nth-child(3),
	.row-basket-item ul li:nth-child(4),
	.headrow ul li:nth-child(4),
	.row-basket-item ul li:nth-child(5),
	.headrow ul li:nth-child(5),
	.row-basket-item ul li:nth-child(2),
	.headrow ul li:nth-child(2) {
		margin-right: 0;
	}

	.row-basket-item ul>li:first-child,
	.headrow ul li:first-child,
	.bsk_img img,
	.bsk_img,
	.row-basket-item ul li:nth-child(2),
	.headrow ul li:nth-child(2) {
		width: auto;
		height: auto;
	}

	li.amount-status.flex {
		justify-content: center;
	}

	.bsk_content li.title {
		margin: 10px 0;
		margin-right: 0 !important;
	}

	.bsk_content li.title a {
		text-align: center;
	}

	li.price_uni,
	li.counter,
	li.price_final {
		margin: 5px 0;
	}

	li.delete-item {
		position: absolute;
		width: 25px !important;
		height: 25px;
		right: 35px;
		opacity: 1;
	}

	li.delete-item a {
		opacity: 1;
	}

	span.old-price {
		margin-right: 5px;
	}

	.bsk_content li.line-type-promo ul {
		width: 100%;
	}

	li.line-type-promo ul li:first-child {
		flex: 1;
	}

	li.line-type-promo ul li:first-child input {
		width: calc(100% - 10px);
	}

	.check-rows {
		flex-direction: column;
	}

	.checkout-list-items>li>ul>li {
		margin: 10px 0;
	}

	.modal-buttons{
		font-size: .9em;
		text-align: center;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
}

#userOrders {
	width: 100%;
	min-width: 900px;
	overflow: auto;
}

._userProfilContent {
	min-width: 320px;
	overflow: auto;
}

#userOrders tr td {
	padding: 10px 15px;
}

#userOrders thead {
	background-color: #002856;
	color: #fff;
	font-weight: bold;
}

#userOrders tr:nth-child(even) {
	background-color: #00285626;
}

#userOrders tr td:first-child {
	color: #002856;
}

#userOrders thead tr td:first-child {
	width: 110px;
	color: #fff;
}

#userOrders span.status {
	display: inline-block;
}

span.status.order-5,
span.status.order-7 {
	color: green;
}

span.status.order-1,
span.status.order-2,
span.status.order-3 {
	color: orange;
}

span.status.order-6,
span.status.order-8 {
	color: red;
}

.order-data {
	width: 100%;
}

.order-data>li {
	flex-direction: column;
	margin-right: 30px;
}

.order-data>li span {
	margin: 2px 0;
	color: #656565;
}

.order-data .title {
	font-weight: bold;
}

.our-mission__video-wrapper {
	width: 100%;
	min-height: 560px;
}

.our-mission__video-wrapper iframe {
	min-height: 46vh;
}

.range-row {
	margin-top: 20px;
	justify-content: space-between;
}


.preparing-popup-obj {
	position: fixed;
	z-index: 99999;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.preparing-popup-obj .l-overlay {
	background-color: #00000088;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;
}

.preparing-popup-obj>div.data {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 380px;
	width: 100%;
	position: relative;
	margin: -80px auto 0px auto;
	top: 50%;
	background-color: #FFFFFF;
	padding: 10px 10px;
	z-index: 2;
}

.preparing-popup-obj>div.data .close {
	position: absolute;
	right: 5px;
	top: 5px;
	display: block;
	width: 16px;
	height: 16px;
}

.preparing-popup-obj>div.data .close::before {
	content: '';
	position: absolute;
	display: block;
	width: 18px;
	height: 1px;
	background-color: #FF0000;
	transform: rotate(45deg);
	top: 8px;
}

.preparing-popup-obj>div.data .close:after {
	content: '';
	position: absolute;
	display: block;
	width: 18px;
	height: 1px;
	background-color: #FF0000;
	transform: rotate(-45deg);
	top: 8px;
}

.preparing-popup-obj>div.data .text-prepring-popup-info {
	width: 100%;
}

.preparing-popup-obj>div.data .without-preparing {
	width: 45%;
	text-align: center;
	padding-right: 5px;
}

.preparing-popup-obj>div.data .with-preparing {
	width: 45%;
	text-align: center;
	padding-left: 5px;
}

.preparing-popup-obj .option img {
	max-width: 100px;
	position: relative;
	margin: 10px auto;
	border: 1px solid #C0C0C0;
}

.preparing-popup-obj .option a {
	display: block;
	border: 1px solid #C0C0C0;
	padding: 5px 0px;
}

.nice-select {
	position: relative;
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	height: 40px;
	padding: 0 37px 0 10px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	border: 1px solid #002856;
	color: #989898;
	display: flex;
	align-items: center;
}

._userProfilContent .nice-select {
	border-color: #ededed;
}

.nice-select:after {
	content: '';
	width: 15px;
	height: 15px;
	background-image: url('../images/next.svg');
	background-size: 15px;
	transform: rotate(90deg);
	position: absolute;
	right: 12px;
	top: 10px;
}

.nice-select.open:after {
	transform: rotate(-90deg);
}

.nice-select::before {
	position: absolute;
	right: 10px;
	line-height: 28px;
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0)
}

.nice-select.disabled {
	opacity: 0.5;
	pointer-events: none;
	cursor: no-drop;
}

.nice-select.disabled:after {
	border-color: #cdd5de
}

.nice-select .list {
	min-width: 62px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
	box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
	margin-top: 1px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	-o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important
}

.nice-select .option {
	color: #989898;
	cursor: pointer;
	line-height: 33px;
	list-style: none;
	height: 33px;
	padding: 0 37px 0 19px;
	text-align: left;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #fff;
	color: #528ec1;
}

.nice-select .option.selected {
	font-weight: normal
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #90a1b5;
	cursor: default
}

.disabled-product>*:not(.delete-item) {
	user-select: none;
	pointer-events: none;
	opacity: 0.3;
}

.menu.certifbreads {
	flex-direction: row;
}

.menu.certifbreads li:after {
	content: '>';
	margin: 0px 4px;
}

.menu.certifbreads li:last-child:after {
	display: none;
}

.menu.certifbreads li a {
	font-size: 18px;
}

.clists.folders div,
.clists.files div {
	font-size: 16px;
	line-height: 33px;
	font-weight: 600;
}

@media(max-width:724px) {
	.clists.files div {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}


/* 10.06.2024 */

.news-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin: 25px 0;
}

.news-item {
	display: flex;
	flex-direction: column;
}

.news-item img {
	width: 100%;
	height: auto;
}

.news-content {
	padding-top: 10px;
}

.news-content .date {
	font-size: 0.9em;
	color: #777;
}

.news-content .title {
	font-size: 1.2em;
	margin: 10px 0;
}

.news-content .description {
	font-size: 1em;
	margin-bottom: 10px;
}

.news-content .read-more {
	color: #002856;
	text-decoration: none;
	font-weight: bold;
}

.fresh-news {
	grid-column: span 2;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.news-container {
		grid-template-columns: 1fr;
	}

	.fresh-news {
		grid-column: span 1;
	}
}

