main {
	margin-top: -45px;
}

/*
//======================================================================
// ECOMMERCE SERVICE
//======================================================================
*/

.ecommerce-services {
	margin-bottom: 100px;
}

.ecommerce-services .ec-services-inner {
    display: grid;
    grid-template-columns: minmax(0, 420px) minmax(0, 570px);
    grid-gap: 0 40px;
    margin: 0 auto 100px;
}

.ecommerce-services .ecommerce-image img {
	margin-right: auto;
    max-width: 400px;
}

.ecommerce-services .ecommerce-content h1 {
	color: var(--red);
	margin: 0 0 14px;
}

.ecommerce-services .ecommerce-content {
	align-self: flex-end;
}

.ecommerce-services .ecommerce-content .description {
	color: var(--black);
	line-height: 36px;
	font-size: var(--font24);
}

/*
//======================================================================
// ECOMMERCE SERVICE - END
//======================================================================
*/

/*
//======================================================================
// OUR SERVICES
//======================================================================
*/

.our-services {
	margin-bottom: 71px;
}

.our-services .heading {
	text-align: center;
	margin-bottom: 53px;
}

.our-services .heading h2 {
	color: var(--red);
	font-size: var(--font48);
	margin: 0 0 30px;
}

.our-services .heading .description {
	line-height: 36px;
	font-size: var(--font22);
}

.our-services .services-wrapper .services {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 56px 38px;
}

.our-services .services-wrapper .services li {
	max-width: 395px;
	width: 100%;
	height: 408px;
	-webkit-box-shadow: 0px 3px 6px #0000005C;
	-moz-box-shadow: 0px 3px 6px #0000005C;
	box-shadow: 0px 3px 6px #0000005C;
	background-color: var(--white);
	position: relative;
	bottom: 0;
	transition: bottom 0.4s ease;
}

.our-services .services-wrapper .services li:hover {
	bottom: 21px;
}

.our-services .services-wrapper .services li a {
	display: grid;
	grid-template-rows: minmax(0, 60px);
	height: 100%;
	padding: 25px 0;
	text-align: center;
}

.our-services .services-wrapper .services li a img,
.our-services .services-wrapper .services li a .content {
	padding: 0 20px;
}

.our-services .services-wrapper .services li a img {
	margin: 0 auto 13px;
	transition: transform 0.4s ease; 
}

.our-services .services-wrapper .services li:hover a img {
	transform: rotatey(360deg);
}

.our-services .services-wrapper .services li a .titles {
	font-weight: var(--bold);
	line-height: 40px;
	margin-bottom: 13px;
}

.our-services .services-wrapper .services li a .title {
	color: var(--red);
	font-size: var(--font32);
}

.our-services .services-wrapper .services li a .subtitle {
	color: var(--black3);
	font-size: var(--font24);
}

.our-services .services-wrapper .services li a .content {
	color: var(--gray);
	font-size: var(--font15);
	line-height: 24px;
	margin-bottom: 13px;
}

.our-services .services-wrapper .services li a .info-btn {
	background-color: var(--green);
	color: var(--white);
	font-weight: var(--bold);
	padding: 10px 19px;
	border-radius: 19px;
	align-self: end;
    justify-self: center;
}

/*
//======================================================================
// OUR SERVICES - END
//======================================================================
*/

/*
//======================================================================
// STAFF
//======================================================================
*/

.staff .staff-wrapper h2 {
	color: var(--red);
	font-size: var(--font48);
	text-align: center;
	margin: 0;
}

.staff .staff-wrapper .worker {
	flex-basis: 596px;
	min-width: 0;
}

.staff .staff-wrapper .worker-wrapper .slick-slider {
	min-width: 0;
	position: relative;
	z-index: 1;
}

.staff .staff-wrapper .worker-wrapper .slick-slider .slick-dots {
	display: grid;
	grid-gap: 7px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.staff .staff-wrapper .worker-wrapper .slick-slider .slick-dots li {
	font-size: 0;
	width: 17px;
	height: 17px;
	border: 1px solid var(--gray5);
	border-radius: 100%;
	transition: all 0.3s ease;
}

.staff .staff-wrapper .worker-wrapper .slick-slider .slick-dots li.slick-active {
	background-color: var(--gray);
	border-color: transparent;
}

.staff .staff-wrapper .worker-wrapper .slick-slider .slick-dots li button {
	width: 100%;
	height: 100%;
}

.staff .staff-wrapper .worker-wrapper .icon-quotes-right {
	font-size: 28px;
	font-weight: 700;
	margin-left: 25px;
}

.staff .staff-wrapper .worker-wrapper ul .slick-slide {
	padding-left: 120px;
}

.staff .staff-wrapper .worker-wrapper ul .slick-slide .quote {
	font-size: var(--font22);
	font-weight: var(--bold);
	line-height: 30px;
	margin-bottom: 5px;
}

.staff .staff-wrapper .worker-wrapper ul .slick-slide .worker-info {
	display: flex;
	align-items: center;
}

.staff .staff-wrapper .worker-wrapper ul .slick-slide .worker-info img {
	margin-left: 22px;
}

.staff .staff-wrapper .worker-wrapper ul .slick-slide .worker-info .name-role .name {
	color: var(--green);
	font-size: var(--font28);
	font-weight: var(--bold);
	margin-bottom: 8px;
}

.staff .staff-wrapper .worker-wrapper ul .slick-slide .worker-info .name-role .role {
	color: var(--gray);
	font-weight: var(--bold);
}

/*
//======================================================================
// STAFF - END
//======================================================================
*/

/*
//======================================================================
// COMPANIES
//======================================================================
*/

.companies {
	background-color: var(--white);
	padding: 46px 0;
}

/* .companies .logos {
display: grid;
grid-template-columns: repeat(5, 1fr);
justify-items: center;
align-items: center;
grid-gap: 44px;
} */

.companies .logos .slick-slide img {
	margin: auto;
}

/*
//======================================================================
// COMPANIES - END
//======================================================================
*/

/*
//======================================================================
// MEDIA QUERIES
//======================================================================
*/

@media (max-width: 1600px) {

	/*
	//======================================================================
	// ECOMMERCE SERVICE
	//======================================================================
	*/

	.ecommerce-services {
		margin: 0 auto 157px;
	}

	/*
	//======================================================================
	// ECOMMERCE SERVICE - END
	//======================================================================
	*/

	/*
	//======================================================================
	// OUR SERVICES
	//======================================================================
	*/

	.our-services .services-wrapper {
		max-width: 850px;
		height: 850px;
	}

	.our-services .services-wrapper .services li:first-child,
	.our-services .services-wrapper .services li:nth-child(3) {
		margin-top: 80px;
	}

	.our-services .services-wrapper .services li:nth-child(4),
	.our-services .services-wrapper .services li:last-child {
		margin-bottom: 80px;
	}

	/*
	//======================================================================
	// OUR SERVICES - END
	//======================================================================
	*/

	/*
	//======================================================================
	// STAFF
	//======================================================================
	*/

	.staff {
		padding: 55px 0 57px;
		overflow: hidden;
	}

	.staff .staff-wrapper .heading {
		margin-left: 50px;
	}

	/*
	//======================================================================
	// STAFF - END
	//======================================================================
	*/

}

@media (max-width: 1023px) {

	main {
		margin-top: 43px;
	}

	.ecommerce-services {
		grid-template-columns: 1fr;
		grid-gap: 0;
		margin-bottom: 107px;
	}

	.ecommerce-services .ecommerce-image,
	.ecommerce-services .ecommerce-content h1 br {
		display: none;
	}

	.ecommerce-services .ecommerce-content h1 {
		line-height: 50px;
	}

	.our-services {
		margin-bottom: 110px;
	}

	.our-services .services-wrapper {
		max-width: 100%;
		height: auto;
	}

	.our-services .heading {
		margin-bottom: 72px;
	}

	.our-services .services-wrapper .circles {
		display: none;
	}

	.our-services .services-wrapper .services {
		grid-template-columns: repeat(2, 1fr);
		justify-items: center;
		grid-gap: 30px;
	}

	.our-services .services-wrapper .services > * {
		margin: 0 !important;
		justify-self: auto !important;
		align-self: auto !important;
	}

	.staff .staff-wrapper {
		display: block;
	}

	.staff .staff-wrapper .heading {
		margin: 0 0 40px;
		position: relative;
	}

	.staff .staff-wrapper .heading h2 {
		line-height: 50px;
	}

	.staff .staff-wrapper .heading h2 br {
		display: none;
	}

	.staff .staff-wrapper .heading img {
		margin: 0;
		position: absolute;
		bottom: calc(100% - 130px);
		left: 0;
		max-width: 200px;
	}

	.staff .staff-wrapper .worker .worker-wrapper {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		grid-gap: 25px;
		align-items: unset;
	}

	.staff .staff-wrapper .worker-wrapper .icon-quotes-right {
		margin-left: 0;
	}

	.staff .staff-wrapper .worker-wrapper ul .slick-slide {
		padding-left: 50px;
	}

	.staff .staff-wrapper .worker-wrapper .slick-slider .slick-dots {
		grid-template-columns: repeat(3, 1fr);
		top: unset;
		bottom: calc(100% + 15px);
	}

}

@media (max-width: 600px) {

	.ecommerce-services {
		margin-bottom: 60px;
	}

	.our-services .services-wrapper .services {
		grid-template-columns: 1fr;
		justify-items: center;
		grid-gap: 30px;
	}

	.our-services .services-wrapper .services li {
		max-width: 300px;
	}

	.staff .staff-wrapper .worker .worker-wrapper {
		padding: 40px 25px 30px;
		grid-template-columns: 1fr;
		grid-gap: 12px;
	}

	.staff .staff-wrapper .worker-wrapper ul .slick-slide {
		padding-left: 15px;
	}

	.staff .staff-wrapper .worker-wrapper ul .slick-slide .quote {
		margin-bottom: 20px;
		line-height: 26px;
	}

	.staff .staff-wrapper .worker-wrapper ul .slick-slide .quote blockquote {
		margin: 10px 0;
	}

	.staff .staff-wrapper .worker-wrapper ul .slick-slide .worker-info {
		flex-direction: column;
	}

	.staff .staff-wrapper .worker-wrapper ul .slick-slide .worker-info img {
		margin: 0 0 20px;
	}

}

/*
//======================================================================
// MEDIA QUERIES - END
//======================================================================
*/