.c-widget-kind-of-work .owl-carousel .owl-stage-outer {
	width: 100%;
}
.c-widget-kind-of-work {
	margin-top: 100px;
}
.c-widget-kind-of-work .kind-of-work-header {
	font-weight: bold;
	font-size: 50px;
	line-height: 152%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-bottom: 30px;
}
.c-widget-kind-of-work .kind-of-work-content-icon {
	width: 100%;
	max-width: 58px;
	margin-bottom: 17px;
}
.c-widget-kind-of-work .kind-of-work-content-txt {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 22px;
	line-height: 150%;
	color: #fff;
}
.c-widget-kind-of-work .kind-of-work-content-description {
	width: 87%;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
	margin-bottom: 20px;
}
.c-widget-kind-of-work .kind-of-work-item-link {
	display: block;
	text-decoration: none;
	background-size: cover;
	background-position: center;
	position: relative;
	padding-bottom: 105%;
	overflow: hidden;
}
.c-widget-kind-of-work .kind-of-work-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: url("/images/bg-kind.png") no-repeat center / cover;
	border-radius: 15px;
	padding: 30px;
}
.c-widget-kind-of-work.buttons .kind-of-work-item {
	min-height: 450px;
}
.c-widget-kind-of-work .kind-of-work-marker {
	font-weight: bold;
	font-size: 18px;
	line-height: 192%;
	letter-spacing: 0.19em;
	color: #E7E7E7;
	font-family: 'Montserrat', sans-serif;
	z-index: 1;
	transition: 0.4s;
}
.c-widget-kind-of-work .kind-of-work-content {
	position: relative;
	display: flex;
	flex-direction: column;
	z-index: 1;
	transition: 0.4s;
}
.c-widget-kind-of-work .kind-of-work-item-link:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(232.73deg, rgba(35, 32, 32, 0.29) 16.88%, #111111 87.27%);
}
.c-widget-kind-of-work .kind-of-work-item-link:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(35, 32, 32, 0.29) 42.83%, #111111 96.07%);
}
.c-widget-kind-of-work .kind-of-work-item-hover {
	z-index: 2;
	position: absolute;
	top: -20px;
	left: -30px;
	right: -30px;
	bottom: -30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: linear-gradient(180deg, rgba(35, 32, 32, 0.29) -52.46%, #111111 76.66%);
	pointer-events: none;
	opacity: 0;
	transition: 0.4s;
}
.c-widget-kind-of-work .kind-of-work-section {
	font-weight: bold;
	font-size: 18px;
	line-height: 192%;
	letter-spacing: 0.19em;
	font-family: 'Montserrat', sans-serif;
	color: #915CE5;
	padding-bottom: 7px;
}
.c-widget-kind-of-work .kind-of-work-name {
	font-weight: bold;
	font-size: 26px;
	line-height: 120%;
	color: #FFFFFF;
	padding-bottom: 6px;
}
.c-widget-kind-of-work .kind-of-work-description {
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
	padding-right: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 180%;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 30px;
}
.c-widget-kind-of-work .kind-of-work-content-arrrow {
	display: flex;
}
.c-widget-kind-of-work .kind-of-work-content-arrrow svg {
	align-self: end;
	margin-bottom: 28px;
}
.c-widget-kind-of-work .kind-of-work-item-link:hover .kind-of-work-item-hover {
	opacity: 1;
}
.c-widget-kind-of-work .kind-of-work-item-link:hover .kind-of-work-marker,
.c-widget-kind-of-work .kind-of-work-item-link:hover .kind-of-work-content {
	opacity: 0;
}
.c-widget-kind-of-work .kind-of-work-item-hover .kind-of-work-item-hover-txt {
	font-weight: bold;
	font-size: 26px;
	line-height: 140%;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-bottom: 55px;
}
.c-widget-kind-of-work .kind-of-work-item-hover .kind-of-work-item-hover-icon {
	position: absolute;
	margin-top: 78px;
}
.c-widget-kind-of-work .kind-of-work-item-link .kind-of-work-item-all .kind-of-work-item-hover {
	background: transparent;
	opacity: 1;
}
.c-widget-kind-of-work .kind-of-work-item-link .kind-of-work-item-all {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.c-widget-kind-of-work .kind-of-work-item-link .kind-of-work-item-all:after {
	content: "";
	background: linear-gradient(137.17deg, rgba(145, 92, 229, 0.2) -1.35%, rgba(150, 34, 53, 0.2) 110.03%);
	position: absolute;
	top: -100px;
	left: -100px;
	right: -100px;
	bottom: -100px;
	animation: rotate 6s infinite linear;
	transition: 0.4s;
	z-index: 1;
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.c-widget-kind-of-work:not(.buttons) .kind-of-work-item button {
	display: none;
}
.c-widget-kind-of-work .kind-of-work-item-link-all{
	display:none;
}
.service-kind-of-work .owl-nav button {
	position: relative;
	height: 40px;
	width: 40px;
	background: rgba(145, 92, 229, 0.15) !important;
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
	border-radius: 50%;
	opacity: .7;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 5;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	pointer-events: all;
}
.owl-carousel[data-role="kind-of-work-carousel"] .owl-nav {
	display: flex;
	position: absolute !important;
	top: 45%;
	width: 100%;
	justify-content: space-between;
	user-select: none;
	pointer-events: none;
}
.c-widget-kind-of-work .owl-stage {
	padding-left: 0 !important;
}
.owl-carousel[data-role="kind-of-work-carousel"] .owl-nav .owl-prev {
	left: -20px;
}

.owl-carousel[data-role="kind-of-work-carousel"] .owl-nav .owl-next {
	right: -20px;
}
@media all and (max-width:1280px) {
	.c-widget-kind-of-work.buttons .kind-of-work-item {
		min-height: 430px;
	}
}
@media all and (max-width:1000px) {
	.c-widget-kind-of-work .kind-of-work-item{
		top: 40px;
		left: 41px;
	}
	.c-widget-kind-of-work .kind-of-work-item-link{
		padding-bottom: 100%;
	}
	.c-widget-kind-of-work .kind-of-work-item-hover{
		top: -41px;
		left: -40px;
	}
	.c-widget-kind-of-work {
		margin: 90px 0 145px 0;
	}
}
@media all and (max-width:768px) {
	.c-widget-kind-of-work .kind-of-work-content {
		margin-bottom: 40px;
	}
	.c-widget-kind-of-work .main-content-wrapper {
		margin: 0 0 0 20px !important;
	}
	.owl-carousel[data-role="kind-of-work-carousel"] .owl-nav .owl-next {
		right: 0;
	}
	.c-widget-kind-of-work {
		margin: 90px 0 105px 0;
	}
	.c-widget-kind-of-work .kind-of-work-header{
		font-size: 44px;
		padding-bottom: 56px;
	}
	.c-widget-kind-of-work .kind-of-work-item {
		top: 21px;
		left: 19px;
	}
	.c-widget-kind-of-work .kind-of-work-item-link {
		padding-bottom: 132%;
	}
	.c-widget-kind-of-work .kind-of-work-marker,
	.c-widget-kind-of-work .kind-of-work-section,
	.c-widget-kind-of-work .kind-of-work-description{
		font-size: 17px;
	}
	.c-widget-kind-of-work .kind-of-work-name{
		font-size: 24px;
		padding-bottom: 8px;
	}
	.c-widget-kind-of-work .kind-of-work-content-arrrow svg {
		width: 38px;
		height: 26px;
	}
	.c-widget-kind-of-work .kind-of-work-item-hover .kind-of-work-item-hover-txt{
		padding-bottom: 42px;
		font-size: 24px;
	}
	.c-widget-kind-of-work .kind-of-work-item-link .kind-of-work-item-all:after{
		top: -200px;
		left: -200px;
		right: -200px;
		bottom: -200px;
	}
}
@media all and (max-width:680px) {
	.c-widget-kind-of-work.buttons .kind-of-work-item {
		min-height: 470px;
	}
}
@media all and (max-width:650px) {
	.c-widget-kind-of-work .kind-of-work-item {
		min-height: auto;
	}
	.c-widget-kind-of-work .main-content-wrapper {
		margin: 0 20px 0 20px !important;
	}
	.owl-carousel[data-role="kind-of-work-carousel"] .owl-nav .owl-next {
		right: -20px;
	}
	.c-widget-kind-of-work {
		margin: 90px 0 75px 0;
	}
	.c-widget-kind-of-work .kind-of-work-header {
		font-size: 40px;
		padding-bottom: 50px;
	}
	.c-widget-kind-of-work .kind-of-work-marker, .c-widget-kind-of-work .kind-of-work-section, .c-widget-kind-of-work .kind-of-work-description {
		font-size: 16px;
	}
	.c-widget-kind-of-work .kind-of-work-item {
		top: 49px;
		left: 30px;
	}
	.c-widget-kind-of-work .kind-of-work-item-hover {
		top: -50px;
	}
}
@media all and (max-width:480px) {
	.c-widget-kind-of-work .kind-of-work-content-txt {
		margin-bottom: 6px;
	}
	.c-widget-kind-of-work .kind-of-work-content-description {
		font-size: 12px;
	}
	.c-widget-kind-of-work {
		margin: 50px 0 50px 0;
	}
	.c-widget-kind-of-work .kind-of-work-item-link-all {
		text-decoration: none;
		display: inline-flex;
		font-weight: bold;
		font-size: 16px;
		line-height: 192%;
		letter-spacing: 0.105em;
		text-transform: uppercase;
		color: #FFFFFF;
		margin-top: 30px;
		align-items: center;
	}
	.c-widget-kind-of-work .kind-of-work-item-link-all svg {
		margin-left: 30px;
	}
	.c-widget-kind-of-work .kind-of-work-item-link {
		padding-bottom: 104%;
	}
	.c-widget-kind-of-work .kind-of-work-item{
		bottom: 54px;
	}
	.c-widget-kind-of-work .kind-of-work-item-link:before{
		display:none;
	}
	.c-widget-kind-of-work .kind-of-work-item-hover {
		top: -50px;
		bottom: -56px;
	}
	.c-widget-kind-of-work .kind-of-work-header {
		font-size: 24px;
		padding-bottom: 10px;
	}
}
@media all and (max-width:425px) {
	.c-widget-kind-of-work .kind-of-work-header {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.c-widget-kind-of-work .kind-of-work-item-link {
		padding-bottom: 115%;
	}
	.c-widget-kind-of-work .kind-of-work-item {
		top: 33px;
		left: 19px;
		bottom: 22px;
	}
	.c-widget-kind-of-work .kind-of-work-marker, .c-widget-kind-of-work .kind-of-work-section, .c-widget-kind-of-work .kind-of-work-description {
		font-size: 14px;
	}
	.c-widget-kind-of-work .kind-of-work-item-hover {
		top: -33px;
		bottom: -22px;
		left: -19px;
		padding: 15px;
		text-align: center;
	}
	.c-widget-kind-of-work .kind-of-work-item-hover .kind-of-work-item-hover-txt {
		padding-bottom: 20px;
		font-size: 20px;
	}
	.c-widget-kind-of-work [data-mod-carousel="true"] .owl-stage {
		margin-left: -20px;
	}
}
.c-widget-kind-of-work [data-mod-carousel="true"].owl-carousel .kind-of-work-item-link,
.c-widget-kind-of-work [data-mod-carousel="true"].owl-carousel .kind-of-work-item-all	{
	padding-bottom: 0;
	height: 100%;
}
.c-widget-kind-of-work [data-mod-carousel="true"].owl-carousel.main-flex {
	margin: 0;
}
.c-widget-kind-of-work [data-mod-carousel="true"].owl-carousel .owl-stage-outer {
	margin: 0 -20px;
}
.c-widget-kind-of-work [data-mod-carousel="true"].owl-carousel .kind-of-work-item,
.c-widget-kind-of-work [data-mod-carousel="true"].owl-carousel .kind-of-work-item-hover {
	position: static;
	justify-content: flex-end;
}
.c-widget-kind-of-work [data-mod-carousel="true"].owl-carousel .kind-of-work-item-link {
	border-radius: 10px;
}
.c-widget-kind-of-work [data-mod-carousel="true"].owl-carousel .kind-of-work-item {
	position: static;
	justify-content: flex-end;
	padding: 20px;
	width: 100%;
}
.c-widget-kind-of-work [data-mod-carousel="true"].owl-carousel .kind-of-work-item-hover,
.c-widget-kind-of-work [data-mod-carousel="true"].owl-carousel .kind-of-work-content-arrrow,
.c-widget-kind-of-work [data-mod-carousel="true"].owl-carousel .kind-of-work-marker	{
	display: none;
}
.c-widget-kind-of-work [data-mod-carousel="true"].owl-carousel .kind-of-work-content .kind-of-work-content-txt {
	width: 100%;
}
.c-widget-kind-of-work [data-mod-carousel="true"].owl-carousel .owl-stage {
	display: flex;
}
.c-widget-kind-of-work [data-mod-carousel="true"].owl-carousel .kind-of-work-section {
	display: inline-block;
	font-weight: 600;
	font-size: 11px;
	line-height: 192%;
	color: #FFFFFF;
	letter-spacing: normal;
	font-family: 'Montserrat', sans-serif;
	background: #915CE5;
	border-radius: 50px;
	padding: 3px 20px;
	margin-bottom: 160px;
}
.c-widget-kind-of-work [data-mod-carousel="true"].owl-carousel .kind-of-work-name {
	font-size: 19px;
	line-height: 120%;
}
.c-widget-kind-of-work [data-mod-carousel="true"].owl-carousel .kind-of-work-description {
	font-size: 14px;
	line-height: 22px;
	height: 66px;
}
.c-widget-kind-of-work [data-mod-carousel="true"].owl-carousel .kind-of-work-item-link:hover .kind-of-work-marker,
.c-widget-kind-of-work [data-mod-carousel="true"].owl-carousel .kind-of-work-item-link:hover .kind-of-work-content {
	opacity: 1;
}
.kind-of-work.kind-of-work-no-margin{
	margin: 0;
}