.section-page {
	padding: 50px 0;
}

.section-breadcrumb {
	background-color: var(--light-color);
	padding: 45px 0;
}

@media screen and (max-width: 1359px) {
	.section-page,
	.section-breadcrumb {
		padding: 30px 0;
	}
}

.section-breadcrumb .section-breadcrumb_title {
	text-align: center;
	font-size: 2em;
	font-weight: 700;
	color: var(--dark-color);
	margin-bottom: 8px;
}

.section-breadcrumb .section-breadcrumb_list .breadcrumb {
	margin-bottom: 0;
	justify-content: center;
}

.section-breadcrumb .section-breadcrumb_list .breadcrumb .breadcrumb-item {
	color: var(--bs-gray-600);
	font-size: 1em;
}

.section-breadcrumb .section-breadcrumb_list .breadcrumb .breadcrumb-item > a {
	color: inherit;
	transition: var(--transition);
}

.section-breadcrumb .section-breadcrumb_list .breadcrumb .breadcrumb-item > a:hover {
	color: var(--primary-color);
}

.section-breadcrumb .section-breadcrumb_list .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
	content: "\f105";
	font-weight: 500;
	font-family: "Font Awesome 5 Pro";
	color: var(--bs-gray-600);
}

@media screen and (min-width: 992px) and (max-width: 1359px) {
	.section-breadcrumb .section-breadcrumb_title {
		font-size: 1.45em;
	}

	.section-breadcrumb .section-breadcrumb_list .breadcrumb .breadcrumb-item {
		display: none;
	}

	.section-breadcrumb .section-breadcrumb_list .breadcrumb .breadcrumb-item:nth-child(1),
	.section-breadcrumb .section-breadcrumb_list .breadcrumb .breadcrumb-item:nth-child(2) {
		display: block;
	}
}

@media screen and (max-width: 991px) {
	.section-breadcrumb .section-breadcrumb_title {
		font-size: 1.3em;
	}

	.section-breadcrumb .section-breadcrumb_list .breadcrumb .breadcrumb-item {
		display: none;
	}

	.section-breadcrumb .section-breadcrumb_list .breadcrumb .breadcrumb-item:nth-child(1),
	.section-breadcrumb .section-breadcrumb_list .breadcrumb .breadcrumb-item:nth-child(2) {
		display: block;
	}

	.section-breadcrumb .section-breadcrumb_list .breadcrumb .breadcrumb-item > a {
		font-size: .925em;
	}
}

.section-pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-pagination .pagination {
	margin-bottom: 0;
}

.section-pagination .pagination li a {
	border: 0;
	margin-left: 0;
	border-radius: 6px !important;
	background-color: var(--bs-white);
	color: var(--dark-color);
	width: 36px;
	height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 300;
}

.section-pagination .pagination li a:hover,
.section-pagination .pagination li a:active {
	background-color: var(--light-color);
	color: var(--primary-color);
}

.section-pagination .pagination li.active a,
.section-pagination .pagination li.pageactive a {
	background-color: var(--primary-color);
	color: var(--bs-white);
}

.section-pagination .pagination li + li {
	margin-left: 10px;
}

@media screen and (max-width: 991px) {
	.section-pagination .pagination li a {
		width: 32px;
		height: 32px;
		padding: 0;
	}
}

.product-item {
	padding: 15px 0;
	transition: var(--transition);
	height: 100%;
}

.product-item .card-body {
	display: flex;
	flex-direction: column;
}

.product-item .card-title {
	font-size: 1.3em;
	color: var(--dark-color);
	font-weight: 500;
	margin-bottom: 12px;
	transition: var(--transition);
}

.product-item .card-price {
	margin-bottom: 5px;
	font-size: 1.075em;
	font-weight: 300;
	color: var(--bs-gray-600);
	margin-top: auto;
}

.product-item.product-item_hover:hover {
	box-shadow: 0 4px 8px 0 rgb(48 56 70 / 20%)
}

.product-item.product-item_hover:hover .card-header img {
	transform: scale(1.05);
}

.product-item.product-item_hover:hover .card-title {
	color: var(--primary-color);
}

.product-item.product-item_2 {
	box-shadow: none !important;
}

@media screen and (min-width: 992px) and (max-width: 1359px) {
	.product-item .card-title {
		font-size: 1.15em;
		margin-bottom: 8px;
	}

	.product-item .card-price {
		font-size: 1em;
	}
}

@media screen and (max-width: 991px) {
	.product-item .card-title {
		font-size: 1.075em;
		margin-bottom: 8px;
	}

	.product-item .card-price {
		font-size: 1em;
	}
}

.section-hero .slider-hero .hero-item {
	overflow: hidden;
}

.section-hero .slider-hero .hero-item .hero-item_content {
	bottom: 120px;
	left: calc(3% + 50px)
}

.section-hero .slider-hero .hero-item .hero-item_title {
	font-size: 3em;
}

.section-hero .slider-hero .hero-item .hero-item_desc {
	font-size: 1.6em;
}

.section-hero .slider-hero .hero-item .hero-item_button {
	margin-top: 15px;
}

.section-hero .slider-hero .button-slider {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: var(--transition);
}

.section-hero .slider-hero .button-slider.swiper-button__prev {
	left: 25px;
}

.section-hero .slider-hero .button-slider.swiper-button__next {
	right: 25px;
}

.section-hero .slider-hero:hover .button-slider {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.section-hero .slider-hero:hover .button-slider.swiper-button__prev {
	left: 50px;
}

.section-hero .slider-hero:hover .button-slider.swiper-button__next {
	right: 50px;
}

.ratio-25x9 {
	--bs-aspect-ratio: calc(9 / 25 * 100%)
}


@media screen and (max-width: 767px) {
	.section-hero .ratio-25x9 {
		height: 33.3333vh;
		max-height: 500px;
	}

	.section-hero .ratio-25x9:before {
		display: none;
	}

	.section-hero .slider-hero .hero-item .hero-item_content {
		left: 15px;
		bottom: 15px;
	}

	.section-hero .slider-hero .hero-item .hero-item_title {
		font-size: 1.3em;
	}

	.section-hero .slider-hero .hero-item .hero-item_button {
		margin-top: 5px;
	}

	.section-hero .slider-hero .hero-item .hero-item_desc {
		display: none;
	}
}

@media screen and (max-width: 575px) {
	.section-hero__detail .section-heading .heading-sub {
		font-size: 1em;
	}

	.section-hero__detail .section-heading .heading-title {
		font-size: 1.15em;
	}

	.section-hero__detail .section-heading .button-theme.button-theme_large {
		font-size: 0.9em;
		padding: 7px 22px;
	}
}

.section-tools {
	padding: 30px 0;
}

.section-tools .section-tools__wrapper {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}

.section-tools .section-tools__wrapper .tool-item {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-left: 1px solid #eeeeee;
	text-align: center;
}

.section-tools .section-tools__wrapper .tool-item:first-of-type {
	border-left: 0;
}

.section-tools .section-tools__wrapper .tool-item span img {
	display: block;
	margin: 0 auto;
	padding: 10px 30px 30px;
	width: 120px;
	transition: var(--transition-default);
}

.section-tools .section-tools__wrapper .tool-item .title {
	color: var(--dark-color);
	font-size: 1.15em;
}

.section-tools .section-tools__wrapper .tool-item:hover .title {
	color: var(--primary-color);
}

.section-tools .section-tools__wrapper .tool-item:hover span img {
	transform: translateY(-5px);
}

@media screen and (min-width: 992px)  and (max-width: 1359px) {
	.section-tools .section-tools__wrapper .tool-item span img {
		width: 90px;
		padding: 15px;
	}

	.section-tools .section-tools__wrapper .tool-item .title {
		font-size: 1.075em;
	}
}

@media screen and (max-width: 991px) {
	.section-tools {
		padding: 0 0 15px 0;
	}

	.section-tools .section-tools__wrapper {
		flex-wrap: wrap;
	}

	.section-tools .section-tools__wrapper .tool-item {
		width: 50%;
		padding: 10px;
		border-left: 0;
		border-right: 1px solid #eeeeee;
	}

	.section-tools .section-tools__wrapper .tool-item:nth-child(-n + 2) {
		border-bottom: 1px solid #eeeeee;
	}

	.section-tools .section-tools__wrapper .tool-item:nth-child(2n) {
		border-right: 0;
	}

	.section-tools .section-tools__wrapper .tool-item span img {
		width: 70px;
		padding: 15px
	}

	.section-tools .section-tools__wrapper .tool-item .title {
		font-size: 1em;
	}
}

.parts-item {
	width: calc(33.333333% - 20px);
	transition: var(--transition);
}

.parts-item.parts-hidden {
	opacity: 0;
	visibility: visible;
	pointer-events: none;
	height: 0;
}

.parts-wrapper.partsBoxExpand .parts-item.parts-hidden {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	height: var(--height);
}

.parts-item .parts-title {
	font-size: 1.3em;
	font-weight: 500;
	color: var(--dark-color);
}

.parts-item .parts-desc {
	margin-top: 15px;
	line-height: 1.7;
	color: var(--bs-gray-700);
	max-height: var(--init-max-height);
	transition: var(--transition);
	overflow: hidden;
}

.parts-item.is-expanded .parts-desc {
	max-height: var(--real-height);
}

.parts-item .parts-desc > p,
.parts-item .parts-desc > ul,
.parts-item .parts-desc > ol {
	margin-bottom: 18px;
}

.parts-item .parts-desc > p:last-child,
.parts-item .parts-desc > ul:last-child,
.parts-item .parts-desc > ol:last-child {
	margin-bottom: 0;
}

.parts-item .parts-button {
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
}

.parts-item.parts-hidden_content.parts-hidden {
	padding-bottom: 0;
}

.partsBoxExpand .parts-item.parts-hidden_content.parts-hidden {
	padding-bottom: 30px;
}

.parts-item .parts-button .button-theme {
	width: 32px;
	height: 32px;
	padding: 0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-color: var(--bs-gray-300);
	box-shadow: none;
}

.parts-item.is-expanded .parts-button .button-theme {
	transform: rotate(180deg);
}

.section-specifications .specifications-collapse {
	border-top: 1px solid var(--bs-gray-400);
	padding-top: 1.5rem;
}

.section-specifications .specifications-collapse .specifications-collapse_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	color: var(--bs-gray-700);
	font-size: 1.45em;
	font-weight: 300;
	width: 100%;
	margin-bottom: 0.75rem;
}

.section-specifications .specifications-collapse .specifications-collapse_btn[aria-expanded=true] {
	color: var(--secondary-color);
}

.section-specifications .specifications-collapse .specifications-collapse_btn[aria-expanded=true] > i:before {
	content: "\f068";
}

.section-specifications .specifications-collapse .specifications-item {
	font-size: 1.075em;
}

.section-specifications .specifications-collapse .specifications-item + .specifications-item {
	padding-top: 15px;
}

.section-gallery .gallery-list {
	display: grid;
	gap: 5px;
	grid-template:
			"a a b"
			"a a c";
}

.section-gallery .gallery-list .gallery-item:first-child {
	grid-area: a;
}

.section-gallery .gallery-list .gallery-item:nth-child(2) {
	grid-area: b;
}

.section-gallery .gallery-list .gallery-item:nth-child(3) {
	grid-area: c;
}

.section-gallery .gallery-list .gallery-item img {
	width: 100%
}

.section-gallery .gallery-list .gallery-item:first-child .ratio {
	--bs-aspect-ratio: calc(56.25% + 2px);
}

.section-gallery .gallery-list .gallery-expand {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 3em;
	color: var(--bs-white);
	z-index: 3;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .35);
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-colors .color-preview {
	text-align: center;
}

.section-colors .color-preview .color-preview_image {
	max-width: 600px;
	margin: 50px auto;
}

.section-colors .color-preview .color-preview_title {
	font-size: 2em;
	color: var(--primary-color);
	font-weight: 700;
}

.section-colors .color-preview .color-preview_price {
	margin-top: 8px;
	font-size: 1.15em;
}

.section-colors .color-preview .color-preview_price span {
	font-size: 1.45em;
	color: var(--danger-color);
	font-weight: 500;
}

.section-colors .color-preview .color-preview_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 30px 0;
}

.section-colors .color-preview .color-preview_list .color-preview_list__item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	background-color: var(--color);
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.1) 0 5px 15px !important;
	border: 1px solid transparent;
}

.section-colors .color-preview .color-preview_list .color-preview_list__item.active {
	box-shadow: rgba(0, 0, 0, 0.4) 0 5px 15px !important;
	border-color: var(--bs-gray-300)
}


.section-colors .color-warning {
	margin-top: 15px;
	text-align: center;
	color: #504f4f;
}

.section-colors .color-warning a {
	color: #333;
	font-weight: 500;
}

.section-colors .color-warning a:hover {
	color: var(--primary-color);
}

@media screen and (min-width: 992px) and (max-width: 1359px) {
	.section-colors .color-preview .color-preview_title {
		font-size: 1.6em;
	}

	.section-colors .color-preview .color-preview_price {
		font-size: 1em;
	}

	.section-colors .color-preview .color-preview_price span {
		font-size: 1.3em;
	}

	.section-colors .color-preview .color-preview_list .color-preview_list__item {
		width: 40px;
		height: 40px;
	}

	.parts-item .parts-title {
		font-size: 1.15em;
	}

	.parts-item.parts-hidden_content.parts-hidden {
		padding-bottom: 0;
	}

	.partsBoxExpand .parts-item.parts-hidden_content.parts-hidden {
		padding-bottom: 30px;
	}

	.section-specifications .specifications-collapse .specifications-collapse_btn {
		font-size: 1.3em;
	}
}

@media screen and (max-width: 991px) {
	.section-colors .color-preview .color-preview_title {
		font-size: 1.3em;
	}

	.section-colors .color-preview .color-preview_price {
		font-size: 1em;
	}

	.section-colors .color-preview .color-preview_price span {
		font-size: 1.15em;
	}

	.section-colors .color-preview .color-preview_list .color-preview_list__item {
		width: 30px;
		height: 30px;
	}

	.section-colors .color-warning {
		font-size: 0.925em;
	}

	.parts-list {
		gap: 15px;
	}

	.parts-item {
		width: calc(50% - 15px);
	}

	.parts-item .parts-detail {
		padding: .75rem 0 !important;
	}

	.parts-item .parts-title {
		font-size: 1.075em;
	}

	.parts-item .parts-desc {
		margin-top: 5px;
		font-size: .925em;
	}

	.section-specifications .specifications-collapse .specifications-collapse_btn {
		font-size: 1.15em;
	}

	.section-specifications .specifications-collapse .specifications-item {
		font-size: 1em;
	}

	.section-gallery .gallery-list .gallery-expand {
		bottom: 8px;
		right: 8px;
		width: 40px;
		height: 40px;
		font-size: 2em;
	}
}

.float-cta {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 5px;
	border-radius: 100px;
	-webkit-box-shadow: rgb(255 255 255 / 16%) 0 1px 12px 0, rgb(255 255 255 / 6%) 0 0 0 1px;
	box-shadow: rgb(255 255 255 / 16%) 0 1px 12px 0, rgb(255 255 255 / 6%) 0 0 0 1px;
	z-index: 13;
	-webkit-transition: var(--transition-default);
	-o-transition: var(--transition-default);
	transition: var(--transition-default);
}

.float-cta.is-show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.float-cta .float-cta_item {
	position: relative;
	display: block;
	width: 57px;
	height: 57px;
	line-height: 57px;
	background-color: var(--primary-color);
	color: var(--bs-white);
}

.float-cta .float-cta_item:not(:first-child) {
	border-top: 1px solid #191e65;
}

.float-cta .float-cta_item:first-child {
	border-radius: 100px 100px 0 0;
	padding-top: 8px;
}

.float-cta .float-cta_item:last-child {
	border-radius: 0 0 100px 100px;
	padding-bottom: 8px;
}

.float-cta .float-cta_item .float-cta_item__icon {
	font-size: 1.3em;
	padding: 0 5px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .6s cubic-bezier(.785, .135, .15, .86);
	-o-transition: all .6s cubic-bezier(.785, .135, .15, .86);
	transition: all .6s cubic-bezier(.785, .135, .15, .86);
	margin: auto;
	position: relative;
	top: 8.5px;
}

.float-cta .float-cta_item .float-cta_item__content {
	right: -45px;
	opacity: 0;
	z-index: -1;
	position: absolute;
	width: auto;
	top: calc(50% - 15px);
	bottom: auto;
	-webkit-transition: all .6s cubic-bezier(.785, .135, .15, .86);
	-o-transition: all .6s cubic-bezier(.785, .135, .15, .86);
	transition: all .6s cubic-bezier(.785, .135, .15, .86);
	pointer-events: none;
}

.float-cta .float-cta_item .float-cta_item__content .float-cta_item__content___inner {
	background: var(--primary-color);
	color: var(--bs-white);
	margin-right: 10px;
	display: block;
	border-radius: 100px;
	padding: 0 20px 4px;
	white-space: nowrap;
	line-height: 28px;
	height: 30px;
	font-size: .9rem;
	-webkit-transition: all .6s cubic-bezier(.785, .135, .15, .86);
	-o-transition: all .6s cubic-bezier(.785, .135, .15, .86);
	transition: all .6s cubic-bezier(.785, .135, .15, .86);
}

.float-cta .float-cta_item .float-cta_item__content .float-cta_item__content___inner:hover {
	background: var(--primary-color);
}

.float-cta .float-cta_item:first-child .float-cta_item__content {
	top: calc(50% - 10px);
}

.float-cta .float-cta_item:last-child .float-cta_item__content {
	top: calc(50% - 18px);
}

.float-cta .float-cta_item:hover .float-cta_item__icon {
	background: var(--bs-white);
	color: var(--primary-color);
}

.float-cta .float-cta_item:hover .float-cta_item__content {
	right: 57px;
	opacity: 1;
	z-index: 1;
	pointer-events: auto;
}

.float-cta.is-show .float-cta_item .float-cta_item__content,
.float-cta .float-cta_item:hover .float-cta_item__content {
	right: 57px;
	opacity: 1;
	z-index: 1;
	pointer-events: auto;
}

.float-return_top {
	position: fixed;
	z-index: -1;
	top: calc(50% + 180px);
	transform: translateY(-50%);
	right: 11px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: var(--transition-default);
}

.float-return_top .btn {
	color: var(--dark-color);
	width: 45px;
	height: 45px;
	background-color: #eff0f0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	font-size: 1rem;
	border-radius: 50%;
	transition: var(--transition);
}

.float-return_top .btn:hover {
	background-color: var(--primary-color);
	color: var(--bs-white);
}

.float-return_top.is-show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 12;
}

.float-contact {
	position: fixed;
	bottom: 50px;
	left: 50px;
	z-index: 99;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.float-contact .float-contact_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 50px;
	border-radius: 5px;
	background: var(--secondary-color);
	color: var(--bs-white);
	padding-left: 39px;
	padding-right: 15px;
	padding-top: 2px;
}

.float-contact .float-contact_item .float-contact_icon {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: var(--secondary-color);
	position: absolute;
	top: 50%;
	left: -37.5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 15px;
}

.float-contact .float-contact_item .float-contact_icon:before {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hover-ripple-out;
	animation-name: hover-ripple-out;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	background: var(--secondary-color);
	opacity: 0.8;
	width: 100%;
	height: 100%;
}

.float-contact .float-contact_item .float-contact_icon .float-contact_icon__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: var(--secondary-color);
	border: 2px solid var(--bs-white);
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
	font-size: 1.45em;
	color: var(--bs-white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
}

.float-contact .float-contact_item .float-contact_icon .float-contact_icon__inner i {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: zoom-icon;
	animation-name: zoom-icon;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.float-contact .float-contact_item .float-contact_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.float-contact .float-contact_item .float-contact_text .float-contact_text__title {
	font-size: .825em;
	color: var(--bs-white);
}

.float-contact .float-contact_item .float-contact_text .float-contact_text__number {
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.float-contact .float-contact_item:last-child,
.float-contact .float-contact_item:last-child .float-contact_icon,
.float-contact .float-contact_item:last-child .float-contact_icon:before,
.float-contact .float-contact_item:last-child .float-contact_icon .float-contact_icon__inner {
	background: var(--primary-color);
}

@-webkit-keyframes hover-ripple-out {
	50% {
		width: calc(100% + 15px);
		height: calc(100% + 15px);
		opacity: 0;
	}
}

@keyframes hover-ripple-out {
	50% {
		width: calc(100% + 15px);
		height: calc(100% + 15px);
		opacity: 0;
	}
}

@-webkit-keyframes zoom-icon {
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@keyframes zoom-icon {
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.float-social {
	display: flex;
	flex-direction: column;
	gap: 15px;
	position: fixed;
	left: 25px;
	bottom: 200px;
	z-index: 998;
}

.float-social .float-social_item img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	.float-cta .float-cta_item:first-child {
		border-top: 1px solid #191e65;
	}

	.float-cta {
		top: unset;
		right: unset;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		bottom: 0;
		left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		background-color: #191e65;
		border-radius: 0 !important;
		-webkit-box-shadow: 5px -3px 3px 0 rgb(40 40 48 / 10%);
		box-shadow: 5px -3px 3px 0 rgb(40 40 48 / 10%);
	}

	.float-cta .float-cta_item {
		border-radius: 0 !important;
		margin: 0 !important;
		padding: 5px 0 !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		height: auto !important;
		line-height: 1;
		-webkit-transition: var(--transition-default);
		-o-transition: var(--transition-default);
		transition: var(--transition-default);
	}

	.float-cta .float-cta_item + .float-cta_item:before {
		position: absolute;
		content: "";
		height: 100%;
		width: 1px;
		background: #191e65;
		opacity: .8;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.float-cta .float-cta_item .float-cta_item__icon {
		position: relative;
		top: unset;
		width: 30px;
		height: 30px;
		font-size: 1.1rem;
		margin: 0;
		background: transparent !important;
	}

	.float-cta .float-cta_item .float-cta_item__content {
		position: static;
		opacity: 1;
		pointer-events: auto;
		z-index: 1;
	}

	.float-cta .float-cta_item .float-cta_item__content .float-cta_item__content___inner {
		color: var(--bs-white) !important;
		font-size: .7rem;
		padding: 0;
		margin: 0;
		height: auto;
		line-height: 1;
		background: transparent !important;
	}

	.float-cta .float-cta_item:hover,
	.float-cta .float-cta_item:active {
		background: var(--primary-color);
	}

	.float-cta .float-cta_item:active .float-cta_item__content .float-cta_item__content___inner,
	.float-cta .float-cta_item:hover .float-cta_item__content .float-cta_item__content___inner,
	.float-cta .float-cta_item:active .float-cta_item__icon,
	.float-cta .float-cta_item:hover .float-cta_item__icon {
		color: var(--bs-white) !important;
	}

	.float-return_top {
		bottom: 60px;
		right: 10px;
		top: unset;
		transform: unset;
	}

	.float-return_top .btn {
		height: 35px;
		width: 35px;
		font-size: .9rem;
	}

	.float-contact {
		gap: 15px;
		bottom: 60px;
	}

	.float-contact .float-contact_item {
		padding: 0;
	}

	.float-contact .float-contact_item .float-contact_text {
		display: none;
	}

	.float-contact .float-contact_item .float-contact_icon {
		width: 46px;
		height: 46px;
	}

	.float-contact .float-contact_item .float-contact_icon .float-contact_icon__inner {
		height: 36px;
		width: 36px;
		font-size: 1em;
	}

	.float-social {
		left: 13px;
		bottom: 175px;
		gap: 12px;
	}

	.float-social .float-social_item img {
		width: 35px;
		height: 35px;
	}
}