body,
header{
	background: #fff!important;
}
footer{
	background: #f6f7f8!important;
}
.about-banner{
	padding: 30px;
	display: flex;
	flex-direction: column;
	height: 600px;
	background: url('/bitrix/templates/cpk-abc/images/about-banner.jpg')no-repeat 50%;
	background-size: cover;
}
main .about__h1{
	font-weight: 400;
	font-size: 115px;
	line-height: 80%;
	letter-spacing: -0.07em;
	margin-top: auto;
}
.about__preview{
	margin: 30px 0 0 0;
	max-width: 360px;
	font-weight: 500;
	font-size: 16px;
	line-height: 110%;
	letter-spacing: -0.05em;
	color: #89939f;
}
.about-num{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    height: 470px;
    margin-top: 20px;
}
.about-num__info,
.about-num__list{
	width: calc(50% - 5px);
}
.about-num__info{
	background: var(--color-violet);
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.about-num__info-title{
	margin: 0;
	font-weight: 400;
	font-size: 45px;
	line-height: 100%;
	letter-spacing: -0.07em;
	color: #fff;
}
.about-num__info-text{
	margin-top: 30px;
	display: flex;
	font-weight: 500;
	font-size: 16px;
	line-height: 110%;
	letter-spacing: -0.05em;
	color: #d09edc;
	gap: 15px 40px;
}
.about-num__info-text p{
	margin: 0;
	width: 45%;
}
.about-num__list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    grid-template-areas:
        "about-num__item1 about-num__item2"
        "about-num__item3 about-num__item4";
    justify-content: center;
    justify-items: stretch;
}
.about-num__item{
	display: flex;
	flex-direction: column;
	padding: 20px;
	background: #fff;
	border: 1px solid rgba(162, 171, 183, 0.2);
	position: relative;
}
.about-num__item4{
	background: #f6f7f8;
	transition: 0.3s;
}
.about-num__item-icon{
	flex-grow: 2;
}
.about-num__item-title{
	margin: 20px 0 0 0;
	font-weight: 400;
	font-size: 45px;
	line-height: 90%;
	letter-spacing: -0.07em;
	color: #1b1d20;
}
.about-num__item-text{
	margin: 5px 0 0 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 110%;
	letter-spacing: -0.05em;
	color: #a2abb7;
}
.about-num__item-link{
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: var(--color-violet);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	transition: 0.3s;
}
.about-num__item-link svg{
	transition: 0.3s;
}
.about-num__item4:hover{
	border-color: var(--color-violet);
}
.about-num__item-link:hover svg{
	transform: scale(1.2);
}
main .about-sotr__preview{
	font-size: 16px;
}
.about-num__media-tabs{
	display: flex;
	gap: 5px;
}
.about-num__media-tabs-item{
	display: flex;
	justify-content: center;
	background: #fff;
	border: 1px solid rgba(162, 171, 183, 0.2);
	border-radius: 100px;
	padding: 15px 20px;
	font-weight: 600;
	font-size: 16px;
	line-height: 110%;
	letter-spacing: -0.05em;
	color: #1b1d20;
	transition: 0.3s;
}
.about-num__media-tabs-item.active{
	background: var(--color-violet);
	border-color: var(--color-violet);
	color: #fff;
}
.about-num__media-tabs-item:hover{
	border-color: var(--color-violet);
	cursor: pointer;
}
.about-num__media-block{
	display: none;
}
.about-num__media-block.active{
	display: flex;
}
@media(max-width: 1600px){
	.about-banner{
		height: 460px;
		padding: 25px;
	}
	main .about__h1{
		font-size: 92px;
	}
	.about__preview{
		margin: 25px 0 0 0;
	}
	.about-num__info-title,
	.about-num__item-title{
		font-size: 38px;
	}
	.about-num{
		height: 410px;
	}
	.about-num__item-icon svg{
		width: 35px;
		height: 35px;
	}
	.about-num__media-tabs-item{
		font-size: 15px;
		padding: 12px 20px;
	}
}
@media(max-width: 1500px){
	.about-num__info-text,
	.about__preview{
		font-size: 15px;
	}
	.about-banner {
        height: 400px;
        padding: 20px;
    }
    main .about__h1 {
        font-size: 72px;
    }
    .about__preview {
        margin: 20px 0 0 0;
    }
    .about-num__info-title, .about-num__item-title {
        font-size: 32px;
    }
    .about-num__info,
    .about-num__item{
    	padding: 15px;
    }
    .about-num__info-text{
    	gap: 15px 25px;
    }
    .about-num {
        height: 340px;
    }
    .about-num__item-link {
	    right: 15px;
	    bottom: 15px;
	    width: 35px;
	    height: 35px;
	}
	.about-num__item-link svg {
	    width: 13px;
	    height: 13px;
	}
	.about-num__list,
	.about-num{
		gap: 5px;
	}
	main .about-sotr__preview {
	    font-size: 15px;
	}
	.about-num__media-tabs-item {
        font-size: 14px;
        padding: 10px 20px;
    }

}
@media(max-width: 1349px){}
@media(max-width: 1199px){
	.about-num__info-text{
		flex-direction: column;
	}
	.about-num__info-text p{
		width: 100%;
	}
	.about-num{
		height: auto;
	}
	.about-num__info, .about-num__item {
        padding: 12px;
    }
    .about-num__item-link{
    	bottom: 12px;
    	right: 12px;
    }
}
@media(max-width: 991px){
	.about-banner {
        height: 320px;
        padding: 15px;
    }
    main .about__h1 {
        font-size: 56px;
    }
    .about__preview {
        margin: 15px 0 0 0;
    }
    .about-num__info-title, .about-num__item-title {
        font-size: 28px;
    }
    .about-num{
    	flex-direction: column;
    }
    .about-num__info, .about-num__list{
    	width: 100%;
    }
    .about-num__info{
    	padding: 20px 15px;
    }
    .about-num__item{
    	padding: 15px;
    }
}
@media(max-width: 767px){
	main .about__h1 {
        font-size: 48px;
        margin-top: 25px;
    }
    .about-banner{
    	height: 430px;
    }
}
@media(max-width: 575px){
	main .about__h1 {
        font-size: 38px;
    }
    .about-banner{
    	position: relative;
    	z-index: 1;
    	background: none;
    }
    .about-banner::before{
    	z-index: -1;
    	position: absolute;
    	content: '';
    	left: 0;
    	top: 0;
    	height: 100%;
    	width: 100%;
    	background: url('/bitrix/templates/cpk-abc/images/about-banner.jpg')no-repeat 50%;
    	border-radius: 12px;
    	opacity: 0.2;
    }
    .about__preview{
    	color: #1b1d20;
    }
    .about-num__list{
    	display: flex;
    	flex-direction: column;
    }
}
@media(max-width: 374px){}
