.about-one,
.about-one__img-box,
.about-one__left,
.about-one__points,
.about-one__right,
.about-three,
.about-two__tab-box,
.about-two__tab-box-inner {
	display: block;
	position: relative
}

.about-one__content-text,
.about-one__content-title {
	line-height: 12px;
	color: var(--crank-white)
}

.about-five__shope-text,
.about-one__content-icon,
.about-one__content-text,
.about-two__tab-box .tab-buttons .tab-btn.active-btn .about-two__tab-btn-text,
.about-two__tab-box .tab-buttons .tab-btn.active-btn .about-two__tab-btn-top .icon span,
.about-two__tab-box .tab-buttons .tab-btn.active-btn .about-two__tab-btn-top h3 {
	color: var(--crank-white)
}

.about-five__shope-box-bg-shape,
.about-two__shape-1 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.about-five__points li .icon span,
.about-five__shope-box:hover .about-five__shope-icon span,
.about-four__points-content h4 a:hover,
.about-one__points li .icon span {
	color: var(--crank-base)
}

.about-one,
.about-three {
	padding: 120px 0;
	z-index: 1
}

.about-one__img-shape-1,
.about-one__img-shape-2 {
	position: absolute;
	width: 66px;
	height: 535px;
	transform: rotate(14.62deg);
	z-index: -1
}

.about-one__left .section-title {
	margin-bottom: 21px
}

.about-five__text-1,
.about-one__text-1 {
	margin-bottom: 40px
}

.about-one__points li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px
}

.about-one__points li+li {
	margin-top: 16px
}

.about-one__points li .icon {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.about-one__points li .icon span {
	position: relative;
	display: inline-block;
	font-size: 15px
}

.about-one__points li .text {
	position: relative;
	display: block;
	flex: 1
}

.about-one__points li .text p {
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	font-family: var(--crank-font-two)
}

.about-one__img-shape-1 {
	top: -36px;
	left: 36%;
	background-color: var(--crank-base)
}

.about-one__img-shape-2 {
	top: -46px;
	left: 40%;
	border: 2px solid var(--crank-black)
}

.about-one__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1
}

.about-one__img img {
	width: 100%;
	border-radius: 20px
}

.about-one__content-box {
	position: absolute;
	bottom: 30px;
	right: 30px;
	background-color: var(--crank-base);
	text-align: center;
	max-width: 200px;
	width: 100%;
	border-radius: 10px;
	padding: 15px 20px 26px;
	z-index: 2
}

.about-one__content-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	width: 30px;
	background-color: rgba(var(--crank-white-rgb), .2);
	border-radius: 50%;
	font-size: 14px;
	margin: 0 auto 18px
}

.about-two,
.about-two__tab-btn-single,
.about-two__top {
	position: relative;
	display: block
}

.about-one__content-title {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 16px
}

.about-one__content-text {
	font-size: 8px
}

.about-two {
	padding: 120px 0 0;
	z-index: 1
}

.about-two__top {
	margin-bottom: 39px
}

.about-two__top .section-title {
	margin-bottom: 0
}

.about-four__right .section-title-two,
.about-three__right .section-title-two {
	margin-bottom: 31px
}

.about-two__text {
	margin-left: 90px;
	margin-top: 80px
}

.about-two__tab-box .tab-buttons {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.about-two__tab-box .tab-buttons .tab-btn {
	position: relative;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	width: 100%;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s
}

.about-two__tab-box .tab-buttons .tab-btn::after {
	content: "";
	position: absolute;
	bottom: -22px;
	left: 50%;
	border-top: 22px solid var(--crank-base);
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	transform: translateX(-50%);
	opacity: 0
}

.about-two__tab-box .tab-buttons .tab-btn.active-btn::after {
	opacity: 1;
	transition-delay: 9ms
}

.about-two__tab-btn-single {
	background-color: var(--crank-white);
	border-radius: 20px;
	padding: 30px;
	overflow: hidden;
	z-index: 1
}

.about-two__shape-1,
.about-two__tab-box .tab-buttons .tab-btn .about-two__tab-btn-single:before {
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(.7) rotateX(20deg);
	opacity: 0;
	z-index: -1;
	transition: .4s linear;
	top: 0;
	right: 0
}

.about-two__tab-box .tab-buttons .tab-btn .about-two__tab-btn-single:before {
	content: "";
	background-color: var(--crank-base)
}

.about-two__tab-box .tab-buttons .tab-btn.active-btn .about-two__tab-btn-single:before {
	transform: scaleX(1) rotateX(0);
	transition: .4s linear;
	opacity: 1
}

.about-two__tab-box .tab-buttons .tab-btn.active-btn .about-two__shape-1 {
	opacity: .5;
	transform: scaleX(1) rotateX(0);
	transition: .4s linear
}

.about-two__tab-btn-top {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 21px
}

.about-two__tab-btn-top .icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	background-color: transparent;
	border-radius: 50%;
	-webkit-transition: .5s;
	transition: .5s
}

.about-two__tab-box .tab-buttons .tab-btn.active-btn .about-two__tab-btn-top .icon {
	background-color: rgba(244, 244, 244, .1)
}

.about-two__tab-btn-top .icon span {
	position: relative;
	display: inline-block;
	font-size: 40px;
	color: var(--crank-black);
	-webkit-transition: .5s;
	transition: .5s
}

.about-two__tab-btn-top h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 34px
}

.about-three__counter-count-box h3,
.about-three__counter-count-box>span {
	color: transparent;
	-webkit-text-stroke: 1px rgba(var(--crank-black-rgb), .30);
	font-size: 72px;
	letter-spacing: -.02em;
	font-weight: 600
}

.about-two__tab-btn-text {
	-webkit-transition: .5s;
	transition: .5s
}

.about-two__tab-box .tabs-content {
	position: relative;
	display: block;
	margin-top: 30px
}

.about-two__tab-box .tabs-content .tab {
	position: relative;
	display: none;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	z-index: 10
}

.about-two__tab-box .tabs-content .tab.active-tab {
	display: block;
	margin-top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.about-two__tab-box .tabs-content__inner {
	position: relative;
	display: block
}

.about-two__tab-img {
	position: relative;
	display: block;
	margin-right: 30px
}

.about-two__tab-img img {
	width: 100%;
	border-radius: 20px
}

.about-two__tab-content {
	position: relative;
	display: block;
	margin-top: 58px
}

.about-two__tab-content-title {
	font-size: 45px;
	font-weight: 600;
	line-height: 55px
}

.about-two__tab-content-text {
	margin-top: 16px;
	margin-bottom: 32px
}

.about-two__tab-content-points-box {
	position: relative;
	display: flex;
	align-items: center;
	gap: 85px
}

.about-three__btn-box,
.about-three__counter,
.about-three__img,
.about-three__left,
.about-three__right,
.about-two__tab-content-points {
	display: block;
	position: relative
}

.about-two__tab-content-points li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px
}

.about-two__tab-content-points li+li {
	margin-top: 20px
}

.about-two__tab-content-points li .icon {
	position: relative;
	display: inline-block
}

.about-two__tab-content-points li .icon span {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: var(--crank-base)
}

.about-two__tab-content-points li p {
	position: relative;
	display: block;
	flex: 1
}

.about-three__left {
	margin-right: 110px
}

.about-three__img img {
	width: 100%
}

.about-four__text,
.about-three__text {
	margin-bottom: 43px
}

.about-three__counter {
	margin-top: 57px
}

.about-three__counter-list {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between
}

.about-five__img,
.about-five__img-box,
.about-five__points,
.about-three__counter-list li,
.about-three__counter-single {
	position: relative;
	display: block
}

.about-three__counter-list li:before {
	content: "";
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: -40px;
	width: 1px;
	background-color: var(--crank-bdr-color)
}

.about-three__counter-list li:first-child:before {
	display: none
}

.about-three__counter-count-box {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.about-four,
.about-four__img,
.about-four__left,
.about-four__points-box,
.about-four__right {
	display: block;
	position: relative
}

.about-three__counter-count-box h3 {
	line-height: 84px !important;
	font-family: var(--crank-font-two) !important
}

.about-three__counter-count-box>span {
	line-height: 84px;
	font-family: var(--crank-font-two);
	position: relative;
	display: block;
	top: -3px
}

.about-four {
	counter-reset: count;
	padding: 90px 0 120px;
	z-index: 1
}

.about-four__left {
	margin-right: 50px
}

.about-four__img {
	overflow: hidden;
	border-radius: 20px;
	z-index: 1
}

.about-five__img img,
.about-four__img img {
	width: 100%;
	border-radius: 20px
}

.about-four__right {
	z-index: 2
}

.about-four__points-box {
	background-color: var(--crank-white);
	padding: 40px 60px 39px;
	border-radius: 20px;
	margin-left: -330px
}

.about-four__points {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between
}

.about-four__points li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px
}

.about-four__points-count {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	border: 1px solid var(--crank-bdr-color);
	z-index: 1
}

.about-five,
.about-five__left,
.about-four__points-content {
	display: block;
	position: relative
}

.about-four__points-count:before {
	position: relative;
	display: inline-block;
	font-size: 36px;
	font-weight: 500;
	line-height: 36px;
	color: rgba(var(--crank-black-rgb), .2);
	counter-increment: count;
	content: "0" counter(count);
	font-family: var(--crank-font-two);
	transition: .5s;
	-webkit-transition: .5s
}

.about-four__points-content {
	flex: 1
}

.about-four__points-content h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 21px
}

.about-four__points-content h4 a {
	color: var(--crank-black)
}

.about-five {
	padding: 69px 0 181px;
	z-index: 1
}

.about-five__left {
	margin-top: 65px
}

.about-five__left .section-title {
	margin-bottom: 21px
}

.about-five__points li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px
}

.about-five__points li+li {
	margin-top: 16px
}

.about-five__points li .icon {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.about-five__points li .icon span {
	position: relative;
	display: inline-block;
	font-size: 15px
}

.about-five__points li .text {
	position: relative;
	display: block;
	flex: 1
}

.about-five__points li .text p {
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	font-family: var(--crank-font-two)
}

.about-five__right {
	position: relative;
	display: block;
	margin-left: 119px
}

.about-five__shope-box {
	position: absolute;
	left: -90px;
	bottom: -103px;
	max-width: 385px;
	width: 100%;
	border-radius: 20px;
	background-color: var(--crank-black);
	text-align: center;
	padding: 30px 30px 50px;
	overflow: hidden;
	z-index: 1
}

.about-five__shope-box-bg-shape {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
	z-index: -1
}

.about-five__shope-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	background-color: rgba(var(--crank-white-rgb), .2);
	border-radius: 50%;
	margin: 0 auto;
	-webkit-transition: .5s;
	transition: .5s
}

.about-five__shope-box:hover .about-five__shope-icon {
	background-color: rgba(var(--crank-white-rgb), 1)
}

.about-five__shope-icon span {
	position: relative;
	display: inline-block;
	font-size: 30px;
	color: var(--crank-white);
	-webkit-transition: .5s;
	transition: .5s
}

.about-five__shope-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	color: var(--crank-white);
	margin-top: 34px;
	margin-bottom: 18px
}