.report__wrapper{
	padding-top: 42px;
	padding-bottom: 32px;
	padding-left: 24px;
	padding-right: 24px;
	& .triple__graphs{
		margin-top: 24px;
		display: grid;
		grid-template-columns:repeat(3 ,1fr);
		grid-column-gap:20px;
		&>.elem{
			padding:20px;
			border:1px solid #E5E7EB;
			border-radius: 8px;
			background-color:#fff;
			& .bar__graph{
				display: flex;
				align-items:center;
				justify-content:flex-start;
				& canvas{
					width: 100%!important;
				}
				& .list__bars{
					& ul{
						margin:0px;
						padding:0px;
						& li{
							margin-bottom: 8px;
							display: flex;
							align-items:center;
							justify-content:flex-start;
							font-size: 14px;
							line-height: 150%;
							font-weight: 400;
							color:#111928;
							& span{
								display: inline-flex;
								min-width: 16px;
								min-height: 4px;
								margin-right: 9px;
							}
							&:last-child{
								margin-bottom: 0px;
							}
						}
					}
				}
				& .graph{
					width: 111px;
					height: 111px;
					margin-right: 74px;
					& canvas{
						width: 100%;
						height: 100%;
					}
				}
			}
			& .title{
				margin-bottom: 20px;
				&>p{
					margin:0px;
					font-size: 16px;
					line-height: 125%;
					font-weight: 600;
					color:#111928;
				}
			}
		}
	}
	& .report__details{
		border:1px solid #E5E7EB;
		border-radius: 8px;
		background-color:#fff;
		display: flex;
		justify-content:space-between;

		&>.side{
			padding:27px 20px;
			& .target__grid{
				display: flex;
				align-items:center;
				justify-content:flex-start;
				margin-top: 30px;
				&>.el{
					display: flex;
					flex-direction:column;
					align-items:flex-start;
					margin-right: 80px;
					&:last-child{
						margin-right: 0px;
					}
					&>p{
						margin-top: 0px;

						font-size: 14px;
						line-height: 150%;
						font-weight: 400;
						color:#6B7280;
						margin-bottom: 12px;
					}
					&>span{
						display: block;
						font-size: 24px;
						line-height: 125%;
						font-weight: 500;
						color:#111928;
					}
				}
			}
			& .list{
				& ul{
					padding:0px;
					list-style-type: none;
					margin:0px;
					&>li{
						display: flex;
						align-items:flex-start;
						margin-bottom: 8px;
						&:last-child{
							margin-bottom: 0px;
						}
						justify-content:flex-start;
						&>p{
							margin:0px;
							& .desc{
								display: inline-flex;
								padding-left: 4px;
								padding-right: 4px;
								min-height: 25px;
								border-radius: 4px;
								background-color:#E5E7EB;
								font-size: 14px;
								line-height: 150%;
								font-weight: 400;
								color:#111928;
								padding-top: 2px;
							}
						}
						&>span{
							position: relative;
							top:-3px;
							display: inline-flex;
							margin-right: 8px;
							& svg{
								min-width: 24px;
								max-width: 24px;
							}
						}
					}
				}
			}
			&>p{
				margin:0px;
				display: flex;
				align-items:center;
				justify-content:flex-start;
				margin-bottom: 24px;
				& span{
					display: inline-flex;
					margin-right: 10px;
					align-items:center;
					justify-content:center;
				}
				font-size: 14px;
				line-height: 150%;
				font-weight: 500;
				color:#6B7280;
			}
			&:nth-child(1){
				width: 100%;
			}
			&:nth-child(2){
				width: 100%;
				min-width: 545px;
				max-width: 545px;
				border-left: 1px solid #E5E7EB;
			}
		}
	}
	&>.head{
		display: flex;
		align-items:center;
		justify-content:space-between;
		margin-bottom: 26px;
		& .right{
			display: flex;
			align-items:center;
			justify-content:flex-end;
			&>a{
				margin-right: 8px;
				&:last-child{
					margin-right: 0px;
				}
				&.outline-btn{

				}
			}
			&>.square-btn{
				min-width: 37px;
				max-width: 37px;
				min-height: 37px;
				max-height: 37px;
				padding:0px;
				display: flex;
				align-items:center;
				justify-content:center;
			}
		}
		& .left{
			display: flex;
			flex-direction:column;
			align-items:flex-start;
			&>h6{
				margin-top: 0px;
				margin-bottom: 4px;
				font-size: 28px;
				line-height: 125%;
				font-weight: 600;
				color:#111928;
			}
			&>p{
				margin:0px;
				font-size: 14px;
				line-height: 150%;
				font-weight: 400;
				color:#6B7280;
			}
		}
	}
}
.activity__box{
	display: grid;
	grid-template-columns:repeat(2 ,1fr);
	margin-bottom: 24px;
	grid-column-gap:20px;
	margin-top: 24px;
	&>.right{
		width: 100%;
		background-color:#FFFFFF;
		border-radius: 8px;
		border:1px solid #E5E7EB;
		position: relative;
		& .table__wrapper{
			position: absolute;
			left: 0px;
			top:0px;
			width: 100%;
			height: calc(100% - 69px);
			top:69px;
		}
		& .head{
			padding:16px 24px;
			display: flex;
			align-items:center;
			justify-content:space-between;
			&>.right{
				display: flex;
				align-items:center;
				justify-content:flex-end;
				&>.el{
					display: flex;
					align-items:center;
					justify-content:flex-start;
					min-height: 37px;
					padding-left: 10px;
					padding-right: 10px;
					&>p{
						margin:0px;
						font-size: 14px;
						line-height: 150%;
						font-weight: 400;
						color:#111928;
					}
					&>span{
						display: inline-flex;
						margin-right: 8px;
						align-items:center;
						justify-content:center;
					}
				}
			}
			&>p{
				margin:0px;
				font-size: 18px;
				line-height: 125%;
				font-weight: 600;
				color:#111928;
			}
		}
	}
	& .activity__info{
		padding:20px;
		border-radius: 8px;
		border:1px solid #E5E7EB;
		background-color:#fff;
		& canvas{
			width: 100%!important;
		}
		&>p{
			margin-top: 0px;
			margin-bottom: 16px;
			font-size: 16px;
			line-height: 125%;
			font-weight: 600;
			color:#111928;
		}
		& .lines{
			display: flex;
			flex-wrap:wrap;
			margin-left: -12px;
			margin-top: -12px;
			align-items:center;
			margin-bottom: 12px;
			justify-content:flex-start;
			&>.line{
				margin:12px;
				display: flex;
				align-items:center;
				font-size: 14px;
				line-height: 150%;
				font-weight: 400;
				color:#111928;
				justify-content:flex-start;
				& p{
					margin:0px;
				}
				&>span{
					display: inline-flex;
					min-height: 4px;
					min-width: 16px;
					margin-right: 9px;
				}
			}
		}
	}
	& .left{
		& .tabs{
			display: grid;
			grid-template-columns:repeat(2 ,1fr);
			grid-column-gap:20px;
			margin-bottom: 25px;
			&>.tab{
				padding:16px;
				display: flex;
				flex-direction:column;
				align-items:flex-start;
				border-radius: 8px;
				border:1px solid #E5E7EB;
				background-color:#fff;
				&>p{
					margin-top: 0px;
					margin-bottom: 12px;
					font-size: 14px;
					line-height: 150%;
					font-weight: 400;
					color:#6B7280;
				}
				&>span{
					font-size: 24px;
					line-height: 125%;
					font-weight: 600;
					color:#111928;
				}
			}
		}
	}
}
.contacts__table{
	margin-top: 24px;
	background-color:#FFFFFF;
	border:1px solid #E5E7EB;
	border-radius: 8px;
	&>.top{
		display: flex;
		align-items:center;
		justify-content:space-between;
		padding:16px;
		& .group__input{
			width: 100%;
			max-width: 645px;
			display: flex;
			align-items:center;
			justify-content:flex-start;
			position: relative;
			&>input{
				width: 100%;
				height: 37px;
				border-radius: 8px;
				border:1px solid #D1D5DB;
				padding-left: 34px;
				padding-right: 15px;
				font-size: 14px;
				background-color:#F9FAFB;
			}
			&>span{
				display: inline-flex;
				position: absolute;
				left: 10px;
			}
		}
	}
}
.contacts__chart{
	padding:20px;
	border:1px solid #E5E7EB;
	border-radius: 8px;
	background-color:#fff;
	&>ul{
		padding:0px;
		list-style-type: none;
		margin:0px;
		margin-bottom: 20px;
		display: flex;
		flex-wrap:wrap;
		justify-content:flex-start;
		align-items:center;
		& li{

			font-size: 14px;
			line-height: 150%;
			font-weight: 400;
			color:#111928;
			display: flex;
			align-items:center;
			justify-content:flex-start;
			font-size: 14px;
			line-height: 150%;
			font-weight: 400;
			color:#111928;
			&>span{
				display: inline-flex;
				min-width: 16px;
				min-height: 4px;
				margin-right: 9px;
			}
		}
	}
	&>p{
		margin-top: 0px;
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 125%;
		font-weight: 600;
		color:#111928;
	}
}
.bar__graph{
	min-height: calc(100% - 40px);
	justify-content:center;
}
@media (min-width: 1920px){
	.bar__graph{
	
	& .graph{
		width: 160px!important;
		height: 160px!important;
	}
}
}
@media (max-width: 1440px){
	.report__wrapper .triple__graphs>.elem .bar__graph .graph{
		margin-right: 35px;
	}
}
@media (max-width: 1280px){
	.report__wrapper .report__details{
		flex-direction:column;
	}
	.report__wrapper .report__details>.side:nth-child(2){
		min-width: 0px;
		max-width: 100%;
		border-top:1px solid #E5E7EB;
		border-left: 0px;
	}
	.contacts__table>.top .group__input{
		max-width: 450px;
	}
	.activity__box{
		display: block;
	}
	.activity__box>.right{
		margin-top: 24px;
	}
	.activity__box>.right .table__wrapper{
		height: auto;
		position: static;
		max-height: 340px;
	}
	.report__wrapper .triple__graphs{
		grid-template-columns:1fr;
		grid-row-gap:24px;
	}
}
@media (max-width: 991px){
	.report__wrapper .triple__graphs{
		margin-top:15px;
		grid-row-gap:15px;
	}
	.activity__box{
		margin-top: 15px;
	}
	.activity__box .left .tabs{
		margin-bottom: 15px;
	}
	.activity__box>.right{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.contacts__table{
		margin-top: 15px;
	}
	.contacts__table>.top{
		flex-direction:column;
	}
	.contacts__table>.top .group__input{
		max-width: 100%;
		margin-bottom: 10px;
	}
	.activity__box>.right .head{
		padding:16px;
	}
	.report__wrapper>.head .left>h6{
		font-size: 24px;
	}
	.report__wrapper>.head{
		margin-bottom: 15px;
	}
	.report__wrapper .report__details>.side .target__grid{
		margin-top: 20px;
	}
	.report__wrapper .triple__graphs>.elem{
		padding:15px;
	}
	.report__wrapper .report__details>.side{
		padding:15px;
	}
	.activity__box .activity__info , .contacts__chart{
		padding:15px;
	}
	.dashboard__tooltip{
		max-width: 200px;
		&>p{
			font-size: 12px;
			line-height: 16px;
		}
	}
	.report__wrapper .report__details>.side .list ul>li{
		font-size: 14px;
		line-height: 120%;
	}
}
@media (max-width: 767px){
	.activity__box>.right .head>.right{
		flex-wrap:wrap;
	}
	.activity__box>.right .head>.right{
		justify-content:flex-start;
	}
	.activity__box .activity__info .lines>.line{
		margin:5px 12px;
	}
	.report__wrapper>.head{
		flex-direction:column;
	}
	.report__wrapper>.head .left{
		width: 100%;
		margin-bottom: 10px;
	}
	.report__wrapper>.head .right{
		width: 100%;
	}
	.report__wrapper{
		padding:20px 15px;
	}
	.activity__box>.right .head{
		flex-direction:column;
		align-items:flex-start;
		justify-content:center;
	}
	.activity__box>.right .head>.right{
		margin-top: 8px;
		margin-left: -10px;
	}
	.activity__box>.right .head{
		padding-bottom: 8px;
	}
}
@media (max-width: 640px){
	.report__wrapper .report__details>.side .target__grid{
		flex-direction:column;
		align-items:flex-start;
		&>.el{
			margin-bottom: 15px;
			&:last-child{
				margin-bottom: 0px;
			}
		}
	}
	.activity__box .left .tabs{
		grid-template-columns:1fr;
		grid-row-gap:15px;
	}
}
@media (max-width: 480px){
	.report__wrapper .triple__graphs>.elem .bar__graph{
		flex-direction:column;
	}
	.report__wrapper .triple__graphs>.elem .bar__graph .graph{
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.report__wrapper .triple__graphs>.elem .bar__graph .list__bars{
		width: 100%;
		max-width: 240px;
	}
	.report__wrapper .triple__graphs>.elem .bar__graph .graph{
		width: 150px;
		height: 150px;
	}
	.report__wrapper>.head .right{
		position: relative;
	}
	.report__wrapper>.head .right>a.regular-btn{
		width: calc(100% - 94px);
		margin-right: auto;
		margin-bottom: 0px;
	}
	.report__wrapper>.head .right>.square-btn:nth-child(1){
		position: absolute;
		right: 47px;
		bottom:0px;
		margin-bottom: 0px;
	}
	.report__wrapper>.head .right>.square-btn{
		&:last-child{
			position: absolute;
			right: 0px;
			bottom:0px;
		}
	}
	.report__wrapper>.head .right{
		flex-direction:column;
		&>a{
			width: 100%;
			align-items:center;
			justify-content:center;
			margin-right: 0px;
			margin-bottom: 10px;
			&:last-child{
				margin-bottom: 0px;
			}
		}
	}
}