﻿.news {
	background: #fff;
	max-width: 1426px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 5%;
	color:#181D27;
	font-weight: 400;
	font-size: 15px;
	line-height:1.4;
}

.news h1 {
	font-family: "e-Ukraine";
	font-size: 36px;	
	font-weight: 500;
	line-height: 40px; 
	letter-spacing: -0.96px;
	margin-bottom: 24px;
}

.newssb {
    display: inline-block;
    border-radius: 6px;
    background: #2C3CB3;
    padding: 16px 24px;    
    color: #fff !important;
    width: 100%;
	font-weight: 500;
    text-align: center;
	margin-top:20px;
}
.newssb:hover {
    color: #fff !important;
}
.newso {
	font-size: 24px;
	display: block;
	font-weight:600;
	letter-spacing: 0.5px;
}
.newss {
	margin-top:40px;
	border: 1px solid #E9EAEB;
	padding: 24px 26px;
    border-radius: 16px;
}
.newsob {
	margin-top: 24px;	
}
.newsod {
	color:#1A2992;
	font-size: 12px;
	padding-bottom:6px;
}
.newsot {
	color: #101828;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px; 
}
.newsst {
	padding-top:14px;
	font-size: 22px;
	display: block;
	font-weight:600;
	letter-spacing: 0.5px;
}
.newsin {
    border: 1px solid #e7eaee;
    display: inline-block;  
    font-size: 13px;
    font-weight: 200;
	padding: 5px 5px;
	margin: 10px 0 0;
	border-radius: 6px;
	width:100%;
}
.newss span {
	font-size: 12px;
	color:#535862;	
}
.newss span a {
    text-decoration: underline;
}
.newsm {
	display: flex;
	justify-content: flex-start; 
    align-items: flex-start;  
	align-items: center;
	gap: 26px;
	padding-bottom:26px;
}
.newsm time {
	color:#535862;	
	flex: 0 0 auto;
	display: flex;
    font-size: 14px;
	font-weight: 400;
}
.newsm .nlab {
	background: #EEF4FF;
    white-space: nowrap;
	color:#1A2992;
	border: 1px solid #C6D6FF;
	padding: 2px 4px;
	border-radius: 6px;
	flex: 0 0 auto;
	font-size: 12px;
	line-height: 18px;
}
.newsimg {
	text-align: center;
}
.newsimg img {
	border-radius: 12px;
	max-height: 300px;
}
.newstxt {
}
.newstxt img {
	display: block;
    margin: 0 auto;
	border-radius: 12px;
	width: 72%;
}
.newssoc a {
    background: #C6D6FF;
    white-space: nowrap;
    color: #1A2992;
    border: 1px solid #adc4ff;
    padding: 2px 4px;
    border-radius: 6px;
    flex: 0 0 auto;
}
.newso img {
	display: block;
    margin: 0 auto;
	border-radius: 12px;
}
.nother a {
    display: flex;
    flex-direction: column;
}
.nother figure {
	height: 240px;
	overflow: hidden;
	border-radius: 12px;
	margin: 0;
}
.nother figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;  
	display: block;
	border-radius: 12px;
}
.nother time {
	color: #1A2992;
	font-size:12px;
	padding: 20px 0 8px;
}
.nother .ntit {
	font-size:18px;
	color: #181D27;
	font-weight: 500;
	font-family: "e-Ukraine";
	min-height: 78px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nother .ndesc {
	padding: 8px 0;
    font-size: 16px;
    color: #535862;
    font-weight: 400;
}
.share-links {
    display: flex;
    align-items: center;
    gap: 10px;
}
.share-copy {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 10px;
	border: 2px solid #D5D7DA;	
    color: #111;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    transition: background 0.2s;
}

.share-copy:hover {
    background: #e7e7e7;
}

.share-copy svg {
    fill: currentColor;
}

.share-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 2px solid #D5D7DA;	
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #111;
    transition: background 0.2s;
}

.share-icon:hover {
    background: #e7e7e7;
}

.share-icon.facebook {
    font-family: Arial, sans-serif;
}

.share-icon.x {
    font-family: Arial, sans-serif;
}



.itemToolbar ul {
	display: flex;
	align-items: center;
	gap: 16px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.itemToolbar li {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}

.fontBtn,
.itemPrintLink {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	color: #1e74c6;
	font-size: 14px;
}

.fontIcon,
.printIcon {
	width: 16px;
	height: 16px;
	color: #9a9a9a;
}

.fontBtn:hover .fontIcon,
.itemPrintLink:hover .printIcon {
	color: #555;
}

.fontBtn {
	background: #eee;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	justify-content: center;
	padding: 0;
}

.fontBtn span {
	display: none;
}

.largerFontSize {
    font-size: 150%;
    line-height: 140%;
}
@media screen and (max-width:1024px) {
	.news h1 {
		font-size: 22px !important;
		line-height: 30px;
	}
	
	.newsimg img {
		border-radius: 12px;
		max-height: 100%;
		width: 100%;
	}
}