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: 890px;
	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: 424px;
	}
}
.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: 700px;
	font-size: 48px;
	padding: 0px 0px 160px 0px;
	letter-spacing: -2.5px;
	margin: 0px 0px 0px -5px;
    color: #00296C;
}
@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: 48px;
	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;
		padding: 0px 0px 40px 0px;
	}
}
@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: 0;
	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: -30px;
	}
}
@media screen and (max-width: 1399px) {
	.headerSection .textHeaderBlock .divGic {
		width: 50%;
	}
}
@media screen and (max-width: 600px) {
	.headerSection .textHeaderBlock .divGic {
		width: 40%;
	}
}
@media screen and (max-width: 425px) {
	.headerSection .textHeaderBlock .divGic {
		width: 30%;
	}
}
.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 */

.headerSection .textHeaderBlock p span {
	font-weight: 600;
}
.mobi-img{
    display: none;
}
@media (max-width: 500px) {
    .mobi-img{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .imgMain{
        display: none;
    }
}
.back__btn{
    margin-bottom: 30px;
    color: #5C86CD;
    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;
}

.articleS {
    margin-top: 155px;
}
.container {
}
.article__row {
    display: flex;
    gap: 140px;
}
.article {
    flex-basis: 735px;
}

.article__title {
    font-size: 36px;
    line-height: 43px;
    padding-bottom: 20px;
    padding-top: 40px;
}
.article__text {
    font-size: 18px;
    line-height: 25px;
}
.article__text p{
    padding-bottom: 10px;
}

.article__subtitle {
    font-size: 24px;
    line-height: 29px;
    padding: 30px 0 20px 0 ;
}
.article__list {
}
.article__list-title {
}
.article__footer {
    border-top: 1px solid #8E8F96 ;
    padding-top: 20px;
    margin-top: 40px;
    display: flex;
    color: #8E8F96;
    justify-content: space-between;
}
.article__authot {
    color: #8E8F96;
}
.links {
    display: flex;
    gap: 20px;
}
.article-aside {
    display: flex;
    flex-direction: column;
}
.article-aside-top {
    padding-top: 40px;
    padding-bottom: 60px;
}
.aside__title{
    color: #5C86CD;
    font-size: 17px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.article-another {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E9E9EE; 
    margin-bottom: 20px;
    text-transform: uppercase;
}
.article-another:hover{
    text-decoration: underline;
}
.article-aside-bottom {
}

@media (max-width: 1200px) {
    .container{
        padding: 0 10px;
    }
}
@media (max-width: 1024px) {
    .article__row{
        flex-wrap: wrap;
    }
    .articleS{
        margin-top: 220px;
    }
}
@media (max-width: 768px) {
    .articleS{
        margin-top: 320px;
    }
    .article__row{
        gap: 80px;
    }
	.articleS{
		margin-bottom: 80px;
	}
	.headerSection .textHeaderBlock p{
		font-size: 38px;
	}
}
@media (max-width: 500px) {
	.articleS{
		margin-top: 155px;
	}
}
