body{
    color: #323236;
}
button {
	border: none;
	outline: none;
	color: #ffffff;
	transition: 0.5s;
	padding: 16px 51px;
	cursor: pointer;
	line-height: initial;
}
button:hover {
	transition: 0.5s;
}
li{
	list-style: none;
}
.container{
    max-width: 1280px;
    margin: 0 auto;
}
.headerSection {
	width: 100%;
	height: 775px;
	background-color: #e9e9ee;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding-top: 35px;
}
@media screen and (max-width: 1024px) {
	.headerSection {
		font-size: 13px;
	}
}
@media screen and (max-width: 768px) {
	.headerSection {
		height: 662px;
	}
}
.headerSection .navBar {
	width: 1280px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 1399px) {
	.headerSection .navBar {
		width: 90%;
	}
}
.headerSection .navBar .imgLogo {
	width: 50px;
	height: 50px;
	-o-object-fit: cover;
	object-fit: cover;
}
.headerSection .navBar .navigationDiv {
	width: auto;
	height: 100%;
	display: flex;
	gap: 53.6px;
	align-items: center;
}
@media screen and (max-width: 1399px) {
	.headerSection .navBar .navigationDiv {
		gap: 40px;
	}
}
@media screen and (max-width: 1024px) {
	.headerSection .navBar .navigationDiv {
		gap: 30px;
	}
}
@media screen and (max-width: 768px) {
	.headerSection .navBar .navigationDiv {
		display: none;
	}
}
.headerSection .navBar .navigationDiv a {
	transition: 0.3s;
}
@media screen and (max-width: 1024px) {
	.headerSection .navBar .navigationDiv a {
		font-size: 13px;
	}
}
.headerSection .navBar .navigationDiv a:hover {
	transition: 0.3s;
	color: #00296c;
}
.activeNavigation {
	color: #00296c;
}
.headerSection .navBar .navigationDiv button {
	background-color: #00296c;
}
@media screen and (max-width: 1024px) {
	.headerSection .navBar .navigationDiv button {
		padding: 16px 25px;
		font-size: 13px;
	}
}
.headerSection .navBar .navigationDiv button:hover {
	background-color: #396DC6;
}
.headerSection .navBar .burgerMenu {
	width: 40px;
	height: 30px;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	.headerSection .navBar .burgerMenu {
		display: flex;
	}
}
@media screen and (min-width: 768px) {
	.headerSection .navBar .burgerMenu {
		display: none;
	}
}
.headerSection .navBar .burgerMenu div {
	width: 100%;
	height: 2px;
	background-color: #18181a;
}
.headerSection .navBar .navigationMobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #e9e9ee;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	z-index: 99999;
	padding: 35px 16px 20px 20px;
}
.headerSection .navBar .navigationMobile .mobileHeader {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headerSection .navBar .navigationMobile .mobileHeader .mobileLogo {
	width: 50px;
	height: 50px;
	-o-object-fit: cover;
	object-fit: cover;
}
.headerSection .navBar .navigationMobile .mobileHeader .divClose {
	width: 30px;
	height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.headerSection .navBar .navigationMobile .mobileHeader .divClose i {
	font-size: 35px;
	color: #686970;
}
.headerSection .navBar .navigationMobile .xumbDivs {
	width: 100%;
	height: 80%;
	margin-top: 65px;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.headerSection .navBar .navigationMobile .xumbDivs .divTexts {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.headerSection .navBar .navigationMobile .xumbDivs .divTexts a {
	font-size: 24px;
}
.activeNavigation {
	color: #00296c;
}
.headerSection .navBar .navigationMobile .xumbDivs .divGic {
	width: 100%;
	height: 0px;
	border: 1px solid #b6b6bc;
}
.headerSection .navBar .navigationMobile .xumbDivs .texts {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.headerSection .navBar .navigationMobile button {
	width: 100%;
	height: 50px;
	padding: 0px;
	background-color: #00296c;
	color: white;
}
.headerSection .navBar .navigationMobileNoActive {
	transition: all 0.8s ease 0s;
	display: none;
}
.headerSection .textHeaderBlock {
	width: 1280px;
	height: auto;
	position: relative;
}
@media screen and (max-width: 1399px) {
	.headerSection .textHeaderBlock {
		width: 90%;
	}
}
@media screen and (max-width: 768px) {
	.headerSection .textHeaderBlock {
		margin-top: 20px;
	}
}
.headerSection .textHeaderBlock p {
	width: 680px;
	font-size: 96px;
	font-weight: 500;
	line-height: 140px;
	padding: 0px 0px 80px 0px;
	letter-spacing: -2.5px;
	margin: 0px 0px 0px -5px;
}
@media screen and (max-width: 768px) {
	.headerSection .textHeaderBlock p {
		width: 90%;
	}
}
@media screen and (max-width: 425px) {
	.headerSection .textHeaderBlock p {
		width: 100%;
		letter-spacing: normal;
	}
}
.headerSection .textHeaderBlock p span {
	color: #00296c;
	font-size: 96px;
	font-weight: 500;
}
@media screen and (max-width: 1024px) {
	.headerSection .textHeaderBlock p span {
		font-size: 76px;
	}
}
@media screen and (max-width: 880px) {
	.headerSection .textHeaderBlock p span {
		font-size: 66px;
	}
}
@media screen and (max-width: 768px) {
	.headerSection .textHeaderBlock p span {
		font-size: 56px;
	}
}
@media screen and (max-width: 600px) {
	.headerSection .textHeaderBlock p span {
		font-size: 46px;
	}
}
@media screen and (max-width: 375px) {
	.headerSection .textHeaderBlock p span {
		font-size: 36px;
	}
}
@media screen and (max-width: 1024px) {
	.headerSection .textHeaderBlock p {
		font-size: 76px;
	}
}
@media screen and (max-width: 880px) {
	.headerSection .textHeaderBlock p {
		font-size: 66px;
	}
}
@media screen and (max-width: 768px) {
	.headerSection .textHeaderBlock p {
		font-size: 56px;
	}
}
@media screen and (max-width: 600px) {
	.headerSection .textHeaderBlock p {
		font-size: 46px;
	}
}
@media screen and (max-width: 375px) {
	.headerSection .textHeaderBlock p {
		font-size: 36px;
	}
}
.headerSection .textHeaderBlock .divGic {
	position: absolute;
	width: 730px;
	height: 0px;
	border: 1px solid #d2d2d8;
	top: 22px;
	right: 0;
}
@media screen and (max-width: 880px) {
	.headerSection .textHeaderBlock .divGic {
		top: 45px;
	}
}
@media screen and (max-width: 768px) {
	.headerSection .textHeaderBlock .divGic {
		top: 35px;
	}
}
@media screen and (max-width: 600px) {
	.headerSection .textHeaderBlock .divGic {
		top: 25px;
	}
}
@media screen and (max-width: 1399px) {
	.headerSection .textHeaderBlock .divGic {
		width: 50%;
	}
}
@media screen and (max-width: 600px) {
	.headerSection .textHeaderBlock .divGic {
		width: 70%;
	}
}
@media screen and (max-width: 425px) {
	.headerSection .textHeaderBlock .divGic {
		width: 70%;
	}
}
.headerSection .headerImg {
	width: 1280px;
	height: 360px;
	position: relative;
}

@media screen and (max-width: 1399px) {
	.headerSection .headerImg {
		width: 90%;
	}
}
.headerSection .headerImg .divStyle {
	position: absolute;
	right: 0;
	top: -190px;
	writing-mode: vertical-rl;
	display: flex;
	font-size: 12px;
	color: #8e8f96;
	/* position: absolute;
    right: -60px;
    top: -100px;
    transform: rotate(-90deg);
    color: #8E8F96;
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px; */
}
@media screen and (max-width: 768px) {
	.headerSection .headerImg .divStyle {
		display: none;
	}
}
.headerSection .headerImg .divStyle .divGic {
	width: 48px;
	height: 0px;
	border: 1px solid #d2d2d8;
	transform: rotate(90deg) translate(-25px, -16.5px);
}
.headerSection .headerImg .imgMain {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 440px;
	-o-object-fit: cover;
	object-fit: cover;
} /*# sourceMappingURL=style.css.map */


.mobi-img{
    display: none;
}

@media (max-width: 500px) {
    .mobi-img{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 440px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .imgMain{
        display: none;
    }
    .headerSection .textHeaderBlock .divGic{
        top: 22px;
    }
}
.popularArticals .container .txt__block {
    margin: 235px 0px 80px 0px;
}
.popularArticals .container .txt__block .title{
    font-size: 48px;
    line-height: 58px;
    color: #323236;
}
.popularArticals .container .txt__block .title span{
    font-size: 48px;
    line-height: 58px;
    color: #00296C;
}
.title::after {
	content: "";
	background: url(../images/blog-line.svg) no-repeat right;
	padding: 105px 0px 0px 1130px;
}
@media (max-width: 1200px) {
    .title::after {
        content: "";
        background: url(../images/line-big.svg) no-repeat right;
        padding: 100px 0px 0px 660px;
    }
    
}

@media (max-width: 768px) {
    .title::after {
        background: url(../images/blog-line-mobi.svg) no-repeat right;
        padding: 100px 0px 0px 320px;
    }
	.popularArticals .container .txt__block{
		margin: 185px 0px 80px 0px;
	}
}
@media (max-width: 500px) {
    .title::after{
        padding: 103px 0px 0px 230px !important;
    }
    .popularArticals .container .txt__block .title{
        font-size: 36px;
    }
    .popularArticals .container .txt__block .title span{
        font-size:36px;
    }
}
.articles {
    display: flex;
    gap: 19px;
    flex-wrap: wrap;
}
.articles__card {
    flex-basis: 405px;
}
.articles__img img{
    max-width: 100%;
}

.articles__img{
    max-width: 100%;
    padding-bottom: 15px;
}
.articles__card p{
    color: #5C86CD;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.article__title a{
    font-size: 24px;
    line-height: 29px;
}
.article__title a:hover{
    text-decoration: underline;
}
.article__data {
    font-size: 16px;
    color: #8E8F96;
    line-height: 22px;
    padding-top: 10px;
}
.article__data span{
    font-size: 16px;
    color: #8E8F96;
    line-height: 22px;
}

@media (max-width: 768px) {
    .articles{
        border: none;
        justify-content: center;
    }
}
@media (max-width: 500px) {

}
.allArticles{
	margin-top: 120px;
}
.container {
}
.toptxt{
	padding-bottom: 80px;
}
.toptxt span{
	color:#00296C;
	font-size: 48px;
}
.toptxt span::after{
	content: "";
	background: url(../images/blog-line.svg)no-repeat right;
	padding: 0px 0px 0px 1062px;
}
.h2 {
	font-size: 48px;
}
.pagination {
	margin-top: 80px;
	display: flex;
	justify-content: center;
    border-bottom: #D2D2D8 1px solid;
	padding-bottom: 80px;
}
.pagination-list {
	gap: 20px;
	display: inline-flex;
}
.pagination-item {
	width: 120px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color: #00296C;
	color: white;
	white-space: nowrap;
	padding:  10px;
	font-size: 17px;
	line-height: 22px;
}
.pagination-list .active{
	background-color: #00296C;
	color: white;
}

@media (max-width: 1300px) {
	.toptxt span::after{
		padding: 0px 0px 0px 1050px;
	}
}
@media (max-width: 1200px) {
	.toptxt span::after{
		background: url(../images/line-big.svg) no-repeat right;
		padding: 0px 0px 0px 650px;
	}
}
@media (max-width: 1024px) {
	.container{
		padding: 0px 10px;
	}
	.articles{
		justify-content: center;
	}
}
@media (max-width: 768px) {
	.toptxt span::after{
		padding: 0px 0px 0px 400px;
	}
	.pagination{
		border: none;
	}
}
@media (max-width: 650px) {
	.toptxt span::after{
		padding: 0px 0px 0px 200px;
		margin: 0px 0px 0px 20px;
	}
}
@media (max-width: 500px) {
	.h2{
		font-size: 38px;
	}
	.h2 span{
		font-size: 38px;
	}
}

.back__btn_aricles {
	color: #5C86CD !important;
	font-size: 17px; 
	text-transform: uppercase; 
	cursor: pointer;
}

.back__btn::before {
content: "";
background: url(../images/back-arrow.svg) no-repeat left;
padding: 0px 0px 0px 35px;
}

.back__btn {
	color: #396DC6; 
	text-transform: uppercase; 
	font-size: 17px;
}


