.ds-news-slider .swiper-wrapper,
.ds-service-slider .swiper-wrapper {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal,
.swiper-scrollbar {
	background-color: #ccdcec;
	border-radius: 0;
	height: 8px;
	left: 0;
}

.ds-img-slider-section .swiper-horizontal > .swiper-scrollbar,
.ds-img-slider-section .swiper-scrollbar.swiper-scrollbar-horizontal,
.ds-img-slider-section .swiper-scrollbar {
	left: 50%;
	margin: 0 auto;
	max-width: 1690px;
	transform: translateX(-50%);
	width: 100%;
}

.ds-img-slider-section .ds-images-slider.swiper-horizontal > .swiper-scrollbar {
	position: relative;
}

.swiper-scrollbar-drag {
	background-color: var(--ds-color-pri);
	border-radius: 0;
}

.ds-swiper-highlights-scrollbar.swiper-horizontal > .swiper-scrollbar,
.ds-swiper-highlights-scrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
	left: 50%;
	margin: 0 auto;
	max-width: calc(100% - 80px);
	transform: translateX(-50%);
}

@media (min-width: 1730px) {
	.ds-swiper-highlights-scrollbar.swiper-horizontal > .swiper-scrollbar,
	.ds-swiper-highlights-scrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
		max-width: 1690px;
	}
}

.ds-news-slider .ds-news-item {
	background-color: var(--ds-color-pri-10);
	border-radius: 20px;
	display: flex;

	flex: 1;
	flex-direction: column;
	height: 100%;
	padding: 20px;
}

.ds-news-slider .ds-news-meta {
	display: flex;
	justify-content: space-between;
}

.ds-news-slider .ds-news-cats,
.ds-news-slider .ds-news-date {
	background-color: var(--ds-white-color);
	border-radius: 50px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 162%;
	padding: 5px 10px;
}

.ds-news-slider .ds-news-cats a {
	text-decoration: none !important;
}

.ds-news-slider .ds-news-cats a:hover {
	color: var(--ds-color-pri);
	text-decoration: underline !important;
}

.ds-news-slider .ds-news-content .ds-news-title a {
	color: var(--ds-black-color);
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 0;
	text-decoration: none !important;
	transition: all 0.3s ease-in-out;
}

.ds-news-slider .ds-news-title {
	margin-top: 18px;
}

.js-is-mobile .ds-news-thumb {
	background-image: none !important;
}

.ds-service-slider .ds-service-arrow,
.ds-news-slider .ds-news-read-more {
	display: inline-block;
	margin-left: auto;
	margin-top: auto;
}

.ds-service-slider .ds-service-arrow {
	display: flex;
	margin-bottom: 0;
	margin-top: 0;
}

.ds-service-slider .ds-service-arrow svg {
	height: auto;
	width: 30px;
}

.ds-news-slider .ds-news-read-more:hover svg circle,
.ds-news-slider .ds-news-read-more:hover svg path {
	transition: all 0.3s ease-in-out;
}

.ds-highlights-content .ds-btn:hover svg circle,
.ds-news-slider .ds-news-read-more:hover svg circle {
	fill: var(--ds-black-color);
	transition: all 0.3s ease-in-out;
}

.ds-highlights-content .ds-btn:hover svg path,
.ds-news-slider .ds-news-read-more:hover svg path {
	fill: var(--ds-white-color);
	transition: all 0.3s ease-in-out;
}

.ds-news-slider .ds-news-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0;
}

.ds-service-icon {
	align-items: center;
	aspect-ratio: 1 / 1;
	display: flex;
	height: 24px;
	min-width: 40px;
}

.ds-service-link {
	display: flex;
	flex: 1;
	text-decoration: none !important;
}

.ds-service-title {
	font-size: 1.4rem;
	font-weight: 700;
}

.ds-service-content {
	align-items: center;
	align-items: center;
	background: var(--ds-white-color);
	border: 4px solid var(--ds-color-pri);
	border-radius: 50px;
	display: flex;
	justify-content: center;
	padding: 15px 5px;
	width: 100%;
}

.ds-service-title {
	margin-bottom: 0;
}

.ds-service-icon svg {
	transform: scale(0.6);
}

.ds-highlights-title {
	color: var(--ds-black-color);
	font-size: 1.6rem;
	font-weight: 900;
	line-height: normal;
	margin-bottom: 7px;
}

.ds-highlights-desc {
	color: var(--ds-black-color);
	font-size: 1.2rem;
	line-height: 176%;
	margin-bottom: 0;
}

.ds-highlights-short-desc {
	color: var(--ds-black-color);
	font-size: 1.4rem;
	line-height: 2;
	margin-bottom: 5px;
}

.ds-highlights-thumb {
	--slider-height: 675px;
	height: var(--slider-height);
	width: 100vw;
}

.ds-highlights-thumb-mobile {
	background-position: center;
	background-repeat: no-repeat;
}

.ds-heighlights-overlay,
.ds-highlights-thumb-desktop {
	display: none;
}

.ds-highlights-video {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.ds-highlights-thumb {
	position: relative;
	z-index: 1;
}

.ds-video-toggle {
	align-items: center;
	background: rgba(0, 0, 0, 0.6);
	border: none;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 48px;
	justify-content: center;
	left: 1rem;
	position: absolute;
	top: 1rem;
	transition: all 0.3s ease-in-out;
	width: 48px;
	z-index: 2;
}

.ds-video-toggle:hover,
.ds-video-toggle:focus-within {
	background: rgba(0, 0, 0, 0.9);
	outline: 2px solid #fff;
	transition: all 0.3s ease-in-out;
}

.ds-video-toggle-icon {
	line-height: 1;
	position: relative;
}

.ds-video-toggle-icon svg {
	aspect-ratio: 1 / 1;
	width: 20px;
}

.ds-video-toggle-icon svg path {
	fill: #ffffffc4;
}

.ds-highlights-content .ds-btn {
	margin: 0;
}

.ds-highlights-content .ds-btn svg {
	display: block;
	height: 27px;
	width: 27px;
}

.ds-highlights-content .ds-btn span {
	display: none;
}

.ds-pricetable-slider .swiper-slide {
	display: flex;
	flex-direction: column;
	height: auto;
	width: 100vw;
}

.ds-pricetable-item {
	background: var(--ds-white-color);
	border: 2px solid var(--ds-color-pri-10);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
}

.ds-pricetable-ribbon {
	align-items: center;
	background-color: var(--ds-color-sec);
	border-radius: 100%;
	color: var(--ds-white-color);
	display: flex;
	font-size: 1.4rem;
	height: 45px;
	justify-content: center;
	position: absolute;
	right: 20px;
	top: -22.5px;
	width: 45px;
}

.ds-pricetable-title {
	background-color: var(--ds-color-pri);
	border-left: 2px solid var(--ds-color-pri);
	border-radius: 20px 20px 0 0;
	border-right: 2px solid var(--ds-color-pri);
	border-top: 2px solid var(--ds-color-pri);
	color: var(--ds-white-color);
	display: flex;
	font-size: 1.4rem;
	font-weight: 700;
	justify-content: center;
	margin-bottom: 0;
	padding: 20px;
}

.ds-pricetable-price-info {
	background: var(--ds-color-pri-10);
	border-left: 2px solid var(--ds-color-pri-10);
	border-right: 2px solid var(--ds-color-pri-10);
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 12px;
	position: relative;
}

.ds-pricetable-price-info::after {
	--ds-top-offset: 18px;
	--ds-width: 20px;
	border-color: var(--ds-color-pri-10) transparent transparent transparent;
	border-style: solid;
	border-width: var(--ds-top-offset) var(--ds-width) 0 var(--ds-width);
	bottom: calc(-1 * var(--ds-top-offset));
	content: '';
	height: 0px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) rotate(0deg);
	width: 0px;
	z-index: 9;
}

.ds-pricetable-price {
	color: var(--ds-black-color);
	font-size: 6rem;
	font-weight: 900;
	line-height: 1;
	position: relative;
}

.ds-pricetable-duration {
	bottom: 5px;
	color: var(--ds-black-color);
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 200%;
	max-width: 43px;
	position: absolute;
	text-align: right;
	transform: translateX(-110%);
	word-break: break-word;
}

.ds-pricetable-slider .swiper-wrapper {
	align-items: stretch;
	flex-direction: row;
	gap: 0;
	padding-bottom: calc((470 / 2560) * 100vw);
	padding-top: calc((35 / 2560) * 100vw);
}

.ds-pricetable-slider .swiper-horizontal > .swiper-scrollbar,
.ds-pricetable-slider .swiper-scrollbar.swiper-scrollbar-horizontal,
.ds-pricetable-slider .swiper-scrollbar {
	left: 50%;
	margin: 0 auto;
	transform: translateX(-50%);
	width: calc(100% - 40px);
}

.ds-pricetable-slider .swiper-scrollbar.swiper-scrollbar-horizontal {
	margin: 40px 0 0;
	position: relative;
}

.ds-images-slider.ds-no-scrollbar .swiper-scrollbar,
.ds-pricetable-slider.ds-no-scrollbar .swiper-scrollbar {
	display: none !important;
}

.ds-pricetable-currency {
	font-size: 2.2rem;
	margin-left: 5px;
}

.ds-pricetable-info {
	padding: 45px 20px 15px 20px;
}

.ds-pricetable-info ul {
	margin-left: 0;
}

.ds-pricetable-info li,
.ds-pricetable-description {
	color: var(--ds-black-color);
	font-size: 1.2rem;
	line-height: 183%;
}

.ds-pricetable-info li {
	list-style: none;
	padding-left: 30px;
	position: relative;
}

.ds-pricetable-info li::before {
	content: url(/wp-content/uploads/2025/08/check_circle.svg);
	left: 0;
	position: absolute;
	top: -2px;
	transform: scale(0.8);
}
.ds-pricetable-info li.ds-highlighted-item::before {
	content: url(/wp-content/uploads/2025/08/plus-item-circle.svg);
}

.ds-pricetable-info hr {
	border-top: 2px solid var(--ds-color-pri-10);
	height: 2px;
}

.fl-builder-content .ds-pricetable-slider .ds-btn {
	margin-top: auto;
	text-align: center;
}

.fl-builder-content .ds-pricetable-slider .ds-btn a.fl-button {
	transform: translateY(22px);
	width: calc(100% - 40px);
}

.ds-pricetable-content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.ds-images-slider .swiper-slide {
	aspect-ratio: 1 / 1;
	width: 100%;
}

.ds-images-slider .ds-images-item,
.ds-images-slider .swiper-slide .ds-images-thumb {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.ds-images-slider .swiper-slide .ds-images-thumb {
	display: block;
}

.ds-images-slider .swiper-slide .ds-images-thumb img {
	border-radius: 40px;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.ds-one-column-slider .ds-images-slider .swiper-slide {
	opacity: 0;
	transition: opacity 0.4s;
	visibility: hidden;
}

.ds-one-column-slider .ds-images-slider .swiper-slide-active {
	opacity: 1;
	visibility: visible;
}

.ds-one-column-slider .ds-images-slider .swiper-slide-active ~ .swiper-slide {
	opacity: 1;
	visibility: visible;
}

.ds-swiper-pagination {
	background-color: var(--ds-white-color);
	border-radius: 50px;
	bottom: 55px;
	display: inline;
	left: initial;
	padding: 5px 10px;
	position: absolute;
	right: 30px;

	top: initial;
	width: auto;
}

.swiper-button-next,
.swiper-button-prev {
	background: var(--ds-color-pri);
	border-radius: 100%;
	height: 27px;
	margin-top: 0;
	width: 27px;
}

.swiper-button-next {
	right: 20px;
}

.swiper-button-prev {
	left: 20px;
}

.ds-one-column-slider .ds-images-slider {
	overflow: hidden;
	position: relative;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	color: var(--ds-white-color);
	font-size: 10px;
	font-weight: 700;
	position: relative;
	top: 0;
}

.swiper-button-next:after {
	left: -1px;
}

.mfp-fade.mfp-wrap {
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.mfp-fade.mfp-ready {
	opacity: 1;
}

.mfp-fade.mfp-removing {
	opacity: 0;
}

.ds-col-rel-white {
	background-color: var(--ds-white-color);
	position: relative;
	z-index: 99;
}

@media (min-width: 769px) {
	/* .swiper-scrollbar:not(.ds-swiper-pricetable-scrollbar) {
		display: block;
	} */

	.ds-news-slider .ds-news-item {
		border-radius: 40px;
		color: var(--ds-black-color);
		font-size: 1.4rem;
		padding: 0;
	}

	.ds-service-slider,
	.ds-news-slider {
		position: relative;
	}

	.ds-images-slider .swiper-wrapper,
	.ds-highlights-slider .swiper-wrapper,
	.ds-service-slider .swiper-wrapper,
	.ds-news-slider .swiper-wrapper {
		flex-direction: row;
		gap: 0;
		padding-bottom: calc((108 / 2560) * 100vw);
		padding-top: 0;
	}

	.ds-service-slider .swiper,
	.ds-news-slider .swiper {
		padding: 40px 0;
		width: 100%;
	}

	.ds-news-slider .ds-news-content {
		margin-bottom: 1px;
		margin-right: 2px;
		padding: 43px 20px 20px 20px;
	}

	.ds-news-slider .ds-news-cats,
	.ds-news-slider .ds-news-date {
		font-size: 1.6rem;
	}

	.ds-service-slider .swiper-slide,
	.ds-news-slider .swiper-slide {
		border-radius: 40px;
		display: flex;
		flex-direction: column;
		width: 350px !important;
	}

	.ds-news-slider .swiper-slide {
		min-height: 433px;
	}

	.ds-service-slider .swiper-slide {
		background-color: var(--ds-white-color);
		font-size: 24px;
		min-height: 224px;
		transition: all 0.3s ease-in-out;
	}

	.ds-service-slider .swiper-slide .ds-service-content {
		align-items: flex-start;
		background-color: transparent;
		border: none;
		flex-direction: column;
		justify-content: flex-start;
		padding: 40px 25px 0;
		position: relative;
		text-decoration: none;
		width: 100%;
	}

	.ds-service-slider .swiper-slide .ds-service-content::before {
		--ds-top-offset: 18px;
		--ds-width: 20px;
		border-color: transparent transparent var(--ds-white-color) transparent;
		border-style: solid;
		border-width: 0px var(--ds-width) var(--ds-top-offset) var(--ds-width);
		content: '';
		height: 0px;
		left: calc(2.5 * var(--ds-width));
		position: absolute;
		top: calc(-1 * (var(--ds-top-offset)));
		transform: rotate(0deg);
		transition: all 0.3s ease-in-out;
		width: 0px;
		z-index: 9;
	}

	.ds-service-slider .swiper-slide.ds-service-highlight {
		background-color: var(--ds-color-pri);
	}

	.ds-service-slider .swiper-slide.ds-service-highlight .ds-service-content::before {
		border-color: transparent transparent var(--ds-color-pri) transparent;
	}

	.ds-service-slider .swiper-slide .ds-service-content.ds-service-highlight:hover::before,
	.ds-service-slider .swiper-slide .ds-service-content:hover::before {
		border-color: transparent transparent var(--ds-black-color) transparent;
		transition: all 0.3s ease-in-out;
	}

	.ds-service-slider .swiper-slide:hover {
		background-color: var(--ds-black-color);
		transition: all 0.3s ease-in-out;
	}

	.ds-service-slider .swiper-slide.ds-service-highlight .ds-service-title,
	.ds-service-slider .swiper-slide:hover .ds-service-title {
		color: var(--ds-white-color);
	}

	.ds-service-slider .swiper-slide.ds-service-highlight .ds-service-icon svg path,
	.ds-service-slider .swiper-slide:hover .ds-service-icon svg path {
		fill: var(--ds-white-color);
	}

	.ds-service-slider .ds-service-arrow svg {
		width: 50px;
	}

	.ds-service-slider .swiper-slide.ds-service-highlight .ds-service-arrow svg circle,
	.ds-service-slider .swiper-slide:hover .ds-service-arrow svg circle {
		fill: var(--ds-white-color);
	}

	.ds-service-slider .swiper-slide.ds-service-highlight .ds-service-arrow svg path,
	.ds-service-slider .swiper-slide:hover .ds-service-arrow svg path {
		fill: var(--ds-color-pri);
	}

	.ds-news-slider .ds-news-thumb {
		background-position: center;
		background-size: cover;
		border-radius: 40px 40px 0 0;
		min-height: 200px;
		padding: 25px 20px;
	}

	.ds-news-slider .ds-news-content .ds-news-title {
		margin-bottom: 20px;
		margin-top: 0;
	}

	.ds-news-slider .ds-news-content .ds-news-title a {
		font-size: 1.7rem;
	}

	.ds-news-slider .ds-news-content .ds-news-title a:hover {
		color: var(--ds-color-pri);
		transition: all 0.3s ease-in-out;
	}

	.ds-service-icon {
		align-items: center;
		aspect-ratio: 1 / 1;
		display: flex;
		height: 60px;
		justify-content: center;
		margin-bottom: 10px;
		min-width: 0;
		transform: none;
	}

	.ds-service-title {
		font-size: 1.7rem;
	}

	.ds-service-icon svg {
		transform: scale(1);
	}

	.ds-service-slider .ds-service-arrow {
		margin-bottom: 25px;
		margin-right: 1px;
		margin-top: auto;
	}

	.ds-highlights-slider {
		--slider-height: 600px;
	}

	.ds-highlights-slider .swiper-slide {
		height: var(--slider-height);
		width: 100%;
	}

	.ds-highlights-section3 .ds-highlights-slider .swiper-slide {
		width: 100% !important;
	}

	.ds-highlights-item {
		align-items: flex-end;
		display: flex;
		height: 100%;
		overflow: hidden;
		position: relative;
	}

	.ds-highlights-thumb {
		--slider-height: 800px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		width: 655px !important;
	}

	.ds-highlights-thumb-mobile {
		display: none;
	}

	.ds-highlights-thumb-desktop {
		display: block;
	}

	.ds-highlights-content {
		background-color: var(--ds-white-color);
		display: flex;
		flex-direction: column;
		margin-left: auto;
		max-width: 491px;
		padding: calc((123 / 2560) * 100vw) 50px calc((110 / 2560) * 100vw) 50px;
		position: relative;
		z-index: 9;
	}

	.ds-highlights-title {
		font-size: 2.5rem;
		margin-bottom: 20px;
	}

	.ds-highlights-desc {
		font-size: 1.7rem;
		line-height: 175%;
		margin-bottom: 20px;
	}

	.ds-highlights-content .fl-module {
		margin-left: 0;
	}

	.ds-highlights-short-desc {
		font-size: 1.7rem;
		line-height: 175%;
		margin-bottom: 13px;
	}

	.ds-highlights-content .ds-btn svg {
		display: none;
	}

	.ds-highlights-content .ds-btn span {
		display: block;
	}

	.ds-pricetable-title {
		font-size: 2rem;
	}

	.ds-pricetable-duration {
		font-size: 1.4rem;
		line-height: 162.5%;
	}

	.ds-pricetable-info li,
	.ds-pricetable-description {
		font-size: 1.6rem;
		line-height: 175%;
	}

	.ds-pricetable-slider .swiper-slide {
		width: 477px;
	}

	.ds-pricetable-ribbon {
		right: -20.5px;
		top: -36.5px;
	}

	.ds-pricetable-info li::before {
		top: 6px;
		transform: scale(1);
	}

	.ds-pricetable-slider .swiper-wrapper {
		padding-bottom: calc((108 / 2560) * 100vw);
	}

	.fl-builder-content .ds-pricetable-slider .ds-btn a.fl-button {
		width: calc(100% - 100px);
	}

	.ds-pricetable-item {
		border-radius: 40px;
	}

	.ds-images-slider .swiper-slide {
		height: calc(533 / 2560 * 100vw); /* 533px */
		width: calc(484.819 / 2560 * 100vw); /* 484.819px */
	}

	.ds-images-slider .ds-images-item,
	.ds-images-slider .swiper-slide .ds-images-thumb {
		border-radius: 40px;
	}

	.ds-images-slider .swiper-button-container,
	.ds-swiper-pagination {
		display: none;
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		top: 1px;
	}

	.ds-swiper-highlights-scrollbar.swiper-horizontal > .swiper-scrollbar,
	.ds-swiper-highlights-scrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
		width: calc(1012px);
	}

	.ds-one-column-slider .ds-images-slider {
		overflow: initial;
	}

	.ds-video-toggle {
		bottom: 1rem;
		left: 1rem;
		top: initial;
	}
}

@media (min-width: 1024px) {
	.ds-service-slider .swiper-slide,
	.ds-news-slider .swiper-slide {
		width: 357px !important;
	}

	.ds-news-slider .swiper-slide {
		min-height: 480px;
	}

	.ds-news-slider .ds-news-thumb {
		min-height: 250px;
	}

	.ds-highlights-title {
		font-size: 3rem;
		margin-bottom: 20px;
	}

	.ds-highlights-content::before {
		--highlights-left-offset: 192px;
		--highlights-width: 223px;
		border-color: transparent var(--ds-white-color) transparent transparent;
		border-style: solid;
		border-width: var(--highlights-width) var(--highlights-left-offset) var(--highlights-width) 0;
		content: '';
		height: 0px;
		left: calc(-1 * (var(--highlights-left-offset) - 1px));
		position: absolute;
		top: 0;
		transform: rotate(0deg);
		width: 0px;
	}

	.ds-highlights-content {
		padding-left: 0;
	}

	.ds-pricetable-title {
		font-size: 2.2rem;
	}

	.ds-pricetable-duration {
		font-size: 1.6rem;
		line-height: 162.5%;
	}

	.ds-pricetable-info li,
	.ds-pricetable-description {
		font-size: 2rem;
		line-height: 175%;
	}

	.ds-pricetable-slider .swiper-slide {
		width: 477px;
	}

	.ds-pricetable-duration {
		bottom: 1px;
		max-width: 50px;
	}

	.ds-pricetable-ribbon {
		font-size: 1.6rem;
		height: 74px;
		width: 74px;
	}

	.ds-swiper-highlights-scrollbar.swiper-scrollbar.swiper-scrollbar-horizontal,
	.ds-pricetable-slider .swiper-horizontal > .swiper-scrollbar,
	.ds-pricetable-slider .swiper-scrollbar.swiper-scrollbar-horizontal,
	.ds-pricetable-slider .swiper-scrollbar,
	.ds-highlights-slider .swiper-slide {
		width: 100%;
	}

	.ds-pricetable-slider .swiper-horizontal > .swiper-scrollbar,
	.ds-pricetable-slider .swiper-scrollbar,
	.ds-pricetable-slider .swiper-scrollbar.swiper-scrollbar-horizontal,
	.ds-pricetable-slider .swiper-scrollbar {
		max-width: 1012px;
	}

	.ds-one-column-slider {
		padding-left: 40px;
	}
}

@media (min-width: 1280px) {
	.ds-highlights-section3 .ds-highlights-slider .swiper-slide,
	.ds-highlights-slider .swiper-slide {
		width: 1145px !important;
	}

	.ds-highlights-slider.ds-highlights-single .swiper-slide.swiper-slide-active {
		margin: 0 auto !important;
	}
}

@media (min-width: 1500px) {
	.ds-service-slider .swiper-slide,
	.ds-news-slider .swiper-slide {
		/* width: calc(485 / 2560 * 100vw) !important; */
		width: 485px !important;
	}

	.ds-news-slider .swiper-slide {
		min-height: 533px;
	}

	.ds-news-slider .ds-news-thumb {
		min-height: 300px;
	}

	.ds-highlights-title {
		font-size: 4rem;
		margin-bottom: 20px;
	}

	.ds-highlights-content::before {
		--highlights-left-offset: 386px;
		--highlights-width: 435px;
	}

	.ds-highlights-slider {
		--slider-height: 800px;
	}

	.ds-news-slider .ds-news-content .ds-news-title a {
		font-size: 2.2rem;
	}

	.ds-images-slider .swiper-wrapper,
	.ds-highlights-slider .swiper-wrapper,
	.ds-service-slider .swiper-wrapper,
	.ds-news-slider .swiper-wrapper {
		padding-top: calc((55 / 2560) * 100vw);
	}

	.ds-service-slider .swiper-slide,
	.ds-news-slider .swiper-slide {
		width: 477px !important;
	}

	.ds-service-title {
		font-size: 2rem;
	}

	.ds-highlights-thumb {
		width: calc((1690 / 2560) * 100vw) !important;
	}

	.ds-highlights-desc,
	.ds-highlights-short-desc {
		font-size: 2rem;
	}

	.ds-highlights-content {
		max-width: 602px;
	}

	.ds-highlights-section3 .ds-highlights-slider .swiper-slide,
	.ds-highlights-slider .swiper-slide {
		width: calc((2125 / 2560) * 100vw) !important;
	}

	.ds-highlights-content::before {
		--highlights-left-offset: 248px;
		--highlights-width: 305px;
	}

	.ds-one-column-slider {
		padding-left: 85px;
	}
}

@media (min-width: 1600px) {
	.ds-pricetable-slider .swiper-horizontal > .swiper-scrollbar,
	.ds-pricetable-slider .swiper-scrollbar.swiper-scrollbar-horizontal,
	.ds-pricetable-slider .swiper-scrollbar,
	.ds-swiper-highlights-scrollbar.swiper-horizontal > .swiper-scrollbar,
	.ds-swiper-highlights-scrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
		width: 1593px;
	}

	.ds-service-icon svg {
		transform: scale(1.5);
	}
}

@media (min-width: 1920px) {
	.ds-swiper-highlights-scrollbar.swiper-horizontal > .swiper-scrollbar,
	.ds-swiper-highlights-scrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
		max-width: 1690px;
		width: 100%;
	}

	.ds-pricetable-slider .swiper-scrollbar,
	.ds-pricetable-slider .swiper-horizontal > .swiper-scrollbar,
	.ds-pricetable-slider .swiper-scrollbar.swiper-scrollbar-horizontal {
		max-width: 1540px;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.ds-news-slider .ds-news-read-more {
		align-items: center;
		display: flex;
		max-height: 25px;
	}

	.ds-news-slider .ds-news-read-more svg {
		height: auto;
		width: 25px;
	}

	.ds-service-slider .ds-service-arrow svg circle {
		fill: var(--ds-white-color);
	}

	.ds-service-slider .ds-service-arrow svg path {
		fill: var(--ds-color-pri);
	}

	.ds-heighlights-overlay {
		background-color: rgba(0, 79, 159, 0.8);
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 9;
	}

	.ds-highlights-active .ds-heighlights-overlay {
		align-items: center;
		display: flex;
		justify-content: center;
	}

	.ds-highlights-content {
		background-color: var(--ds-white-color);
		border-radius: 20px;
		bottom: 0;
		margin: 20px;
		padding: 20px;
		position: absolute;
		z-index: 9;
	}

	@keyframes dragWobble {
		0% {
			transform: translateY(0);
		}
		20% {
			transform: translateY(-8px);
		}
		40% {
			transform: translateY(8px);
		}
		60% {
			transform: translateY(-8px);
		}
		80% {
			transform: translateY(8px);
		}
		100% {
			transform: translateY(0);
		}
	}

	.ds-highlights-drag-icon {
		animation: dragWobble 1.2s infinite ease-in-out;
		rotate: 90deg;
	}

	.fl-builder-content .ds-highlights-content .ds-btn a.fl-button {
		background-color: transparent;
		margin: 0;
		padding: 0;
		width: auto;
	}

	.fl-builder-content .ds-highlights-content .ds-btn a.fl-button:hover {
		background: transparent;
	}

	.ds-highlights-content .ds-btn {
		text-align: right;
	}

	.swiper-scrollbar {
		display: none;
	}

	.swiper-scrollbar.ds-swiper-pricetable-scrollbar {
		display: block;
	}
}
