html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
ol, ul {
	list-style: none;
}

/*----------------------------root---------------------------------*/

:root{
	--text-color: #ffffff;
	--second-text-color: #93BBE2;
	--bg-color: rgba(21, 13, 46, 0.5);
}

/*----------------------------common---------------------------------*/

html{
	scroll-behavior: smooth;
	overflow-X: hidden;
}
.page{
	background: #1E133B;
	letter-spacing: normal;
}
.wrapper{
	position: relative;
	z-index: 2;
	max-width: 1230px;
	width: 90vw;
	margin: auto;
}
.img{
	object-fit: cover;
}
.link {
	text-decoration: none !important;
}
.text{
	font-family: 'Montserrat';
	font-weight: 400;
	color: var(--text-color);
	font-size: 14px;
}
.button {
	outline: none;
	border: none;
	padding: 0;
}
.block--bg-gradient{
	background: linear-gradient(180deg, #ACDBF7 0%, #140C30 100%);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
}
.title {
	font-family: 'Noto Sans';
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 0.05em;
	color: var(--text-color);
}
.section{
	background: var(--bg-color);
	mix-blend-mode: normal;
	border: 1px solid #140C30;
	box-sizing: border-box;
}

/*--------------------------modifier---------------------------------*/

.text--ff-NS{
	font-family: 'Noto Sans';
}
.text--c-d-blue{
	color: #6DB1FF;
}
.text--c-blue{
	color: #93bbe2;
}
.text--tt-upp{
	text-transform: uppercase;
}
.text--fz-12{
	font-size: 12px;
}
.text--fw-700{
	font-weight: 700;
}
.text--ls-5{
	letter-spacing: 0.05em;
}
.text--lh-135{
	line-height: 135%;
}
.text--lh-250p{
	line-height: 250%;
}
.text--before-circle{
	display: flex;
	align-items: center;
}
.text--before-circle:before {
	content: '';
	align-self: center;
	display: block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: linear-gradient(180deg, #ACDBF7 0%, #140C30 100%);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
	margin-right: 20px;
}
.link--hover-blue:hover{
	color: #6DB1FF !important;
}
.title--fz-40 {
	font-size: 40px;
}
.title--fz-38 {
	font-size: 38px;
}
.title--fz-20 {
	font-size: 20px;
}
.title--fz-17 {
	font-size: 17px;
}
.title--fz-12 {
	font-size: 12px;
}
.block--mt-20{
	margin-top: 20px;
}
.block--display-flex{
	display: flex !important;
}
.block--incline {
	clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
}
.block--hover-toning{
	position: relative;
}
.block--hover-toning:hover:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--bg-color);
	cursor: pointer;
}
.block--after-h-line{
	display: flex;
	flex-direction: column;
}
.block--after-h-line:not(:last-child):after{
	content: '';
	height: 1px;
	width: 100%;
	background: linear-gradient(90deg, rgba(147, 187, 226, 0) 0%, rgba(147, 187, 226, 0.15) 50%, rgba(147, 187, 226, 0) 100%);
}
.block--d-n{
	display: none !important;
}
.section--bdr-t-none:not(:first-child){
	border-top: none;
}
.section--bdr-b-none:not(:last-child){
	border-bottom: none;
}

/*--------------------------content---------------------------------*/

.wrapper-content {
	display: flex;
	margin-top: 450px;
}
.aside {
	min-width: 285px;
	max-width: 285px;
	margin-right: 30px;
}
.main-content {
	width: 100%;
}

/*--------------------------aside---------------------------------*/

.aside__content:not(:last-child) {
	margin-bottom: 20px;
}
.aside__block-title {
	width: 100%;
	height: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.aside__title {
	text-shadow: 1px 1px 0px #234A70;
}
.aside-item {
	display: flex;
	padding: 12px 25px 9px 20px;
}
.aside-item__left-side {
	margin-right: 11px;
}
.aside-item__img {
	min-height: 50px;
	max-height: 50px;
	min-width: 50px;
	max-width: 50px;
	overflow: hidden;
}
.aside-item__right-side {
	display: inline-flex;
	align-items: center;
}
.aside__text {
	color: var(--second-text-color);
}
.aside-item:hover>.aside-item__right-side>.aside__text{
	color: var(--text-color);
}

/*--------------------------download---------------------------------*/

.download {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 30px 0 11px 0;
}
.block-img-1 {
	position: absolute;
	top: -27px;
	margin-left: -40px;
}
.download__block-text{
	position: relative;
	z-index: 1;
	float: right;
	width: 90%;
	max-width: 640px;
	margin-right: 30px;
	margin-bottom: 15px;
}
.download__title{
	margin-bottom: 10px;
}
.features {}
.download__block-buttons {
	display: flex;
	width: 100%;
	position: relative;
	z-index: 1;
}
.download__button {
	display: flex;
	max-width: 285px;
	height: 70px;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	padding: 8px 20px 12px 10px;
	margin-right: 15px;
}
.download__button-img {
	margin-right: 20px;
}
.block-img-2 {
	position: absolute;
	top: 28px;
	right: -120px;
}

/*--------------------------last-article---------------------------------*/

.last-article {
	position: relative;
	text-align: center;
}
.l-acrticle__title{
	margin-bottom: 20px;
}
.l-article__cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px;
}
.l-article__card {
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.l-acrticle__card-title{
	margin-bottom: 15px;
}
.l-article__block-img {
	margin-bottom: 15px;
}
.l-article__img {
	height: 210px;
	width: 100%;
}
.l-article__text {
	text-align: left;
	margin-bottom: 20px;
}
.l-article__button{
	width: 100%;
	display: inline-flex;
	align-items: center;
	padding: 7px 10px;
}
.button__block-img {
	margin-right: 15px;
}
.l-article__button-img {}










@media only screen and (max-width: 1300px){

	/*--------------------------content---------------------------------*/

	.aside{
		display: none;
	}
}
@media only screen and (max-width: 700px){

	/*--------------------------modifier---------------------------------*/

	.text--before-circle:before{
		display: none;
	}

	/*--------------------------download---------------------------------*/

	.download__block-buttons{
		flex-direction: column;
		align-items: center;
	}
	.download__button{
		margin: 0;
		margin-bottom: 15px;
	}
	.download__block-text{
		margin-right: 0;
	}
	.block-img-2{
		top: 300px;
	}

	/*--------------------------last-article---------------------------------*/

	.l-article__cards{
		grid-template-columns: 1fr;
	}
}
@media only screen and (max-width: 600px){

	/*--------------------------main-screen---------------------------------*/

	.block-logo{
		width: 400px;
		margin-left: 55px;
	}
	.main-screen__block{
		top: 0;
	}
}
@media only screen and (max-width: 400px){

	/*--------------------------main-screen---------------------------------*/

	.block-logo{
		width: 300px;
		margin-left: 50px;
	}
	.main-screen__block{
		top: 30px;
	}
	.main-screen__button{
		width: 285px;
	}
	.main-title{
		font-size: 30px;
	}
	.main-sub-title{
		font-size: 14px;
	}
	.counter{
		width: 225px;
	}
}