.about__header {
	position: relative;
	display: grid;
	grid-template-areas: "title""text""image";
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.5
}
.about__header h1 {
	grid-area: title
}
@media (min-width:576px) {
	.about__header {
		grid-template-areas: "title image""text image";
		grid-template-columns: 1fr 1fr;
		margin-bottom: 24px;
		font-size: 16px
	}
}
@media (min-width:1200px) {
	.about__header {
		margin-bottom: 60px;
		font-size: 24px;
		line-height: 1.8
	}
}
@media (min-width:1400px) {
	.about__header {
		margin-bottom: 103px
	}
}
.about__text {
	grid-area: text
}
@media (min-width:1400px) {
	.about__text {
		margin-top: 0
	}
}
.about__bg-dot {
	grid-area: image;
	display: block;
	width: 100%;
	height: 100%
}
@media (max-width:575px) {
	.about__bg-dot {
		position: relative;
		left: calc(-1 * var(--gutter-x));
		width: calc(100% + 2 * var(--gutter-x));
		max-width: calc(100% + 2 * var(--gutter-x))
	}
}
@media (min-width:576px) {
	.about__bg-dot {
		grid-area: unset;
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: -1;
		width: calc(50% + 40px);
		background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(25%, transparent), color-stop(75%, transparent), to(#fff)), url(./img/bg-dot.png) no-repeat center/cover;
		background: linear-gradient(to right, #fff, transparent 25%, transparent 75%, #fff), url(./img/bg-dot.png) no-repeat center/cover
	}
	.about__bg-dot img {
		display: none
	}
}
@media (min-width:1400px) {
	.about__bg-dot {
		right: 16px;
		bottom: -77px;
		width: calc(50% + 220px);
		height: 120%
	}
}
.about__requisite {
	margin-top: 60px;
	margin-bottom: 60px
}
@media (min-width:576px) {
	.about__requisite {
		margin-top: 80px;
		margin-bottom: 80px
	}
}
@media (min-width:1200px) {
	.about__requisite {
		margin-top: 100px;
		margin-bottom: 120px
	}
}
@media (min-width:1400px) {
	.about__requisite {
		margin-top: 112px;
		margin-bottom: 150px
	}
}
.about__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	padding: 30px 24px;
	margin-bottom: 60px;
	border-radius: 30px;
	background-color: #eaf2fa;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .1)), to(rgba(31, 150, 239, .1)));
	background-image: linear-gradient(to top, rgba(255, 255, 255, .1), rgba(31, 150, 239, .1))
}
.about__info p {
	margin: 0;
	font-size: 14px;
	line-height: 1.8
}
.about__info img {
	max-width: 138px
}
@media (min-width:576px) {
	.about__info {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 48px;
		padding: 20px 40px;
		margin-bottom: 80px;
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(31, 150, 239, .1)));
		background-image: linear-gradient(to right, rgba(255, 255, 255, .1), rgba(31, 150, 239, .1))
	}
	.about__info p {
		font-size: 16px
	}
}
@media (min-width:1200px) {
	.about__info {
		padding: 30px 80px;
		margin-bottom: 120px;
		border-radius: 60px
	}
	.about__info p {
		font-size: 24px
	}
	.about__info img {
		max-width: 220px
	}
}
@media (min-width:1400px) {
	.about__info {
		padding: 30px 150px 30px 96px;
		margin-bottom: 150px
	}
}
.about__benefit-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px
}
@media (min-width:576px) {
	.about__benefit-wrap {
		gap: 20px
	}
}
@media (min-width:1200px) {
	.about__benefit-wrap {
		display: grid;
		grid-template-columns: 1fr 2fr
	}
}
@media (min-width:1400px) {
	.about__benefit-wrap {
		gap: 40px
	}
}
.about__list-benefit-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.about__list-benefit.list-check {
	padding: 24px 15px
}
@media (min-width:576px) {
	.about__list-benefit.list-check {
		--column: 2;
		--gap: 40px;
		width: 100%;
		padding: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-column-gap: var(--gap);
		-moz-column-gap: var(--gap);
		column-gap: var(--gap)
	}
	.about__list-benefit.list-check > li {
		width: calc(100% / var(--column) - (var(--column) - 1) * var(--gap)/ 2)
	}
	.about__list-benefit.list-check li:nth-child(3):last-child {
		width: 100%;;
	}
}
@media (min-width:576px) and (min-width:576px) {
	.about__list-benefit.list-check {
		padding: 30px
	}
}
@media (min-width:576px) and (min-width:1400px) {
	.about__list-benefit.list-check {
		padding: 40px
	}
}
@media (min-width:1200px) {
	.about__list-benefit.list-check {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.about__list-benefit.list-check > li {
		width: auto
	}
}
@media (min-width:1400px) {
	.about__list-benefit.list-check {
		--gap: 30px;
		display: grid;
		grid-template-columns: 4fr 5fr;
		row-gap: 65px
	}
	.about__list-benefit.list-check > li {
		width: auto
	}
	.about__list-benefit.list-check li:nth-child(3):last-child {
		grid-column: 1 / 3;
	}
}
.widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	gap: 10px;
	padding: 16px 40px 40px;
	border-radius: 30px;
	color: #fff;
	background-color: #012597;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 2, 150, .8)), to(rgba(1, 37, 151, .8)));
	background-image: linear-gradient(to bottom, rgba(77, 2, 150, .8), rgba(1, 37, 151, .8))
}
.widget__value {
	font-size: 150px;
	font-weight: 300;
	line-height: 1
}
.widget__unit {
	position: relative;
	bottom: 7px;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.5
}
.widget__unit i {
	position: absolute;
	right: 0;
	bottom: calc(100% + 30px);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.widget__text {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5
}
.widget__measure {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	gap: 8px
}
@media (min-width:576px) {
	.widget {
		padding: 12px 24px 20px
	}
	.widget__value {
		font-size: 128px
	}
	.widget__unit {
		font-size: 96px;
		font-weight: 300;
		line-height: 1;
		bottom: 3px
	}
	.widget__unit i {
		bottom: 88px;
		right: -60px
	}
	.widget__measure {
		gap: 20px
	}
}
@media (min-width:768px) {
	.widget {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
		gap: 40px;
		background-image: url(./img/lightning-blue.svg), -webkit-gradient(linear, left top, left bottom, from(rgba(77, 2, 150, .8)), to(rgba(1, 37, 151, .8)));
		background-image: url(./img/lightning-blue.svg), linear-gradient(to bottom, rgba(77, 2, 150, .8), rgba(1, 37, 151, .8));
		background-repeat: no-repeat;
		background-position: calc(100% - 20px) center, center center;
		background-size: auto 100%
	}
	.widget__unit i {
		bottom: 68px;
		right: -60px
	}
	.widget__text {
		position: relative;
		bottom: 9px;
		width: -webkit-min-content;
		width: -moz-min-content;
		width: min-content
	}
}
@media (min-width:992px) {
	.widget {
		background-position: calc(100% - 30px) center, center center
	}
}
@media (min-width:1200px) {
	.widget {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
		padding: 40px 30px 50px;
		border-radius: 60px;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 2, 150, .8)), to(rgba(1, 37, 151, .8)));
		background-image: linear-gradient(to bottom, rgba(77, 2, 150, .8), rgba(1, 37, 151, .8))
	}
	.widget__value {
		font-size: 200px
	}
	.widget__unit {
		bottom: 20px;
		font-size: 48px;
		font-weight: 600
	}
	.widget__unit i {
		right: 0;
		bottom: 80px
	}
	.widget__unit i svg {
		width: 40px;
		height: 72px
	}
	.widget__text {
		position: static;
		-ms-flex-item-align: start;
		align-self: start;
		margin-left: 24px;
		font-size: 24px
	}
	.widget__measure {
		gap: 5px;
		margin: 0 auto
	}
}
@media (min-width:1400px) {
	.widget {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 25px 60px 60px
	}
	.widget__value {
		font-size: 250px
	}
	.widget__unit {
		font-size: 64px;
		bottom: 26px
	}
	.widget__unit i {
		right: -5px;
		bottom: 116px
	}
	.widget__text {
		font-size: 28px;
		width: auto;
		margin-left: unset
	}
	.widget__measure {
		gap: 20px
	}
}