@charset "UTF-8";

.about-info {
	text-align: center;
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: var(--grey900);
}
.about-info p {
	margin: 0 0 34px 0;
}
.about-info .about-text {
	margin: 0 0 18px 0;
}
.about-info p:last-child {
	margin-bottom: 0;
}
.about-info-head {
	margin: 0 -17px 32px -17px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 220px 17px 240px 17px;
	font-weight: 600;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: normal;
	color: var(--grey50);
	background: #030E20 url(../img/about-info/mobile.png) no-repeat 50% 50%;
	background-size: cover;
}
.about-info-head h1, .about-info-head .h1 {
	font-size: 36px;
	margin: 0 0 30px 0;
	letter-spacing: 0.025em;
	color: var(--grey50);
}
.about-info-head h1:after, .about-info-head .h1:after {
	content: '';
	display: block;
	width: 36px;
	height: 2.5px;
	border-radius: 1.25px;
	margin: 16px auto 0 auto;
	background: var(--yellow);
}
.about-info-head .btn {
	margin-top: 48px;
	min-width: 283px;
}
.about-info .descr {
	font-weight: 500;
	letter-spacing: -0.02em;
	color: var(--grey600);
}
.about-info .stat {
	margin: 40px 0;
	text-align: center;
}
.about-info .stat .big, .about-info-title {
	font: 900 24px/30px var(--fontg);
	letter-spacing: -0.02em;
	color: var(--grey700);
}
.about-info .stat .big:after, .about-info-title:after {
	content: '';
	display: block;
	width: 36px;
	height: 2.5px;
	border-radius: 1.25px;
	margin: 16px auto 0 auto;
	background: var(--yellow);
}
.about-info .stat .big {
	margin: 0 0 49px 0;
}
.about-info .stat ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 51px 0;
	font: bold 14px/24px var(--fontg);
	letter-spacing: -0.01em;
	color: var(--darker);
}
.about-info .stat li:before {
	display: none;
}
.about-info .stat li {
	flex: 0 0 auto;
	width: 50%;
	margin: 0;
	padding: 0;
}
.about-info .stat .pic {
	width: 48px;
	height: 48px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto 41px auto;
	position: relative;
}
.about-info .stat .pic img {
	flex: 0 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.about-info .stat .pic:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 18px;
	height: 1.5px;
	border-radius: 0.75px;
	background: var(--yellow);
	margin: 20px -9px;
}
.about-info .stat ul strong {
	display: block;
	font-size: 22px;
	letter-spacing: -0.02em;
	color: #4D6285;
	font-weight: 900;
	margin: 0 0 3px 0;
}
.about-info-title {
	margin: 55px 0 22px 0;
	position: relative;
}
.about-info-title-small {
	font-weight: 800;
	font-size: 16px;
	line-height: 25px;
	margin: 30px 0 0 0;
	position: relative;
	top: -2px;
	color: var(--yellow);
}
.about-info-title-small strong {
	font-weight: inherit;
	color: var(--grey900);
}
.about-info .director {
	margin: 40px 0 0 0;
	text-align: center;
}
.about-info .director .top {
	font: 600 16px/32px var(--fontg);
	color: var(--grey500);
	text-align: center;
	margin: 0 0 22px 0;
	letter-spacing: normal;
}
.about-info .director .top:after {
	content: '';
	display: block;
	width: 36px;
	height: 2.5px;
	border-radius: 1.25px;
	background: var(--yellow);
	margin: 11px auto 0 auto;
}
.about-info .director .top img {
	display: block;
	width: 153px;
	height: 153px;
	border-radius: 50%;
	margin: 0 auto 22px auto;
	object-fit: cover;
	object-position: center;
}
.about-info .director .name {
	font-size: 24px;
	line-height: 30px;
	color: var(--grey700);
	margin: 0 0 4px 0;
}
.about-info .director blockquote {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	color: var(--grey700);
	font: 300 italic 14px/28px var(--fonti);
	letter-spacing: normal;
}
.about-info .feedback-form-block {
	margin-top: 62px;
}

/*mobile end*/

/*tablet start*/

@media only screen and (min-width: 768px) {
	
.about-info {
	font-size: 15px;
	text-align: left;
	letter-spacing: -0.01em;
}
.about-info-head {
	margin: 0 -32px 40px -32px;
	padding: 61px 52px;
	font-size: 22px;
	font-weight: bold;
	font-family: var(--fontg);
	letter-spacing: -0.005em;
	background-color: var(--grey600);
	background-image: url(../img/about-info/desktop.png);
}
.about-info-head h1, .about-info-head .h1 {
	font-size: 40px;
	letter-spacing: 0.03em;
	margin-bottom: 15px;
}
.about-info-head h1:after, .about-info-head .h1:after {
	display: none;
}
.about-info-head .btn {
	margin-top: 35px;
	min-width: 243px;
}
.about-info .descr {
	text-align: center;
	margin: 40px 0;
	line-height: 35px;
	font-weight: 300;
	letter-spacing: -0.01em;
	color: var(--grey900);
	background: #F2F7FF;
	border-radius: 16px;
	padding: 18px;
}
.about-info .descr .bg {
	background: var(--white);
	box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.1), 0px 5px 16px rgba(20, 37, 63, 0.1);
	border-radius: 10px;
	padding: 36px 42px;
}
.about-info .stat {
	margin: 50px 0;
}
.about-info .stat .big, .about-info-title {
	line-height: 40px;
	letter-spacing: -0.01em;
}
.about-info .stat .big:after {
	width: 60px;
	height: 3px;
	border-radius: 1.5px;
	margin-top: 36px;
}
.about-info .stat .big {
	margin-bottom: 40px;
}
.about-info .stat ul {
	gap: 0;
	font-size: 16px;
	margin: 0 auto;
	max-width: 1040px;
}
.about-info .stat li {
	width: 33.333333%;
	border-style: solid;
	border-color: var(--sec-default);
	border-width: 0;
	padding: 46px 22px;
}
.about-info .stat li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
 border-top-width: 1px;
}
.about-info .stat li:not(:nth-child(3n - 2)) {
 border-left-width: 1px;
}
.about-info .stat .pic {
	width: 60px;
	height: 60px;
	margin-bottom: 59px;
}
.about-info .stat .pic:after {
	width: 25px;
	height: 2px;
	border-radius: 1px;
	margin: 30px -12.5px;
	background: rgba(166, 183, 212, 0.5);
}
.about-info .stat ul strong {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.01em;
	margin: 0;
}
.about-info-title {
	margin: 40px 0 30px 0;
	padding: 0 0 0 33px;
	text-align: left;
}
.about-info-title:after {
	width: 3px;
	border-radius: 0;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: -10px 0;
}
.about-info-title-small {
	font-size: 18px;
	line-height: inherit;
	letter-spacing: -0.01em;
}
.about-info .director {
	margin: 50px auto 0 auto;
	max-width: 1000px;
}
.about-info .director .top {
	margin-bottom: 30px;
}
.about-info .director .top:after {
	width: 60px;
	height: 3px;
	border-radius: 1.5px;
	margin-top: 17px;
}
.about-info .director .top img {
	margin-bottom: 30px;
}
.about-info .director blockquote {
	font-size: 16px;
	line-height: 25px;
}
.about-info .feedback-form-block {
	margin-top: 90px;
}
}

/*tablet end*/

/*desktop start*/

@media only screen and (min-width: 1280px) {
	
.about-info {
	padding: 0;
	font-size: 16px;
	line-height: 35px;
}
.about-info-head {
	margin: 0 0 40px 0;
	padding: 96px 60px;
	font-size: 24px;
}
.about-info .stat {
	margin: 74px 0;
}
.about-info .stat .big, .about-info-title {
	font-size: 36px;
}
.about-info .stat li {
	padding-top: 50px;
	padding-bottom: 47px;
}
.about-info-title {
	margin: 90px 0 50px 0;
}
.about-info-title-small {
	margin-bottom: -4px;
}
.about-info .director {
	margin-top: 80px;
}
.about-info .director .top {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}
.about-info .director .top img {
	margin-bottom: 28px;
}
.about-info .director .name {
	font-size: 30px;
	margin-bottom: 14px;
}
.about-info .director blockquote {
	font-size: 18px;
	line-height: 35px;
	letter-spacing: normal;
}
.about-info .director blockquote p:not(:last-child) {
	margin-bottom: 25px;
}
.about-info .feedback-form-block {
	margin-top: 80px;
}
}