@font-face {
	font-family: "Garamond" !important;
	src: 	url(./applegaramondcyr_regular.ttf) format("ttf"),
		url(/upload/made-in-the-uk/Garamond.woff2) format("woff2"),
		url(/upload/made-in-the-uk/Garamond.woff) format("woff") !important;
	font-weight: 400 !important;
	font-style: normal !important;
	font-display: swap !important;
}

.banner-top__header {
	position: relative;
	overflow: hidden;
	margin-left: -.5rem;
	margin-right: -.5rem;
}

.banner-top__header a {
	display: block;
}

.banner-top__header-info {
	position: absolute;
	z-index: 2;
	bottom: 5%;
	text-align: center;
	color: #fff;
	left: 40px;
	right: 40px;
	max-width: 800px;
	margin: 0 auto 2.5rem;
	font-size: 16px;
}

.banner-top__header-info p {
	margin: 0;
}

.banner-top__header-info h1,
.made-uk__catalog-info h2,
.garamond {
	color: #fff;
	font-family: "Garamond";
	font-size: 3.75rem;
	line-height: 4.25rem;
	font-weight: normal;
	margin: 0 0 12px;
}

.banner-top__header-info-first p,
.banner-top__header-info-first h1 {
	color: #000;
}

.banner-top__header img {
	display: block;
	width: 100%;
	height: auto;
}

.banner-top__header-btn {
	backdrop-filter: blur(10.95px);
	background-color: #fff;
	color: #151415;
	min-width: 8.875rem;
	border: .0625rem solid #e5e7e8;
	border-radius: 2px;
	font-size: .875rem;
	height: auto;
	line-height: 1.25rem;
	padding: 1rem .75rem;
	max-width: max-content;
	margin: 0 auto;
}

.banner-top__header-btn:hover {
	border-color: #abb1b5;
	box-shadow: none
}

.made-uk__catalog {
	margin: 3rem 0 0;
}

.made-uk__catalog-info {
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
	font-size: 16px;
}

.made-uk__catalog-info h2,
.garamond {
	color: #000;
	font-size: 3.5rem;
}

.made-uk__catalog {
	overflow: hidden;
	margin-left: -.5rem;
	margin-right: 0;
}

.made-uk__catalog-slider {
	margin-top: 3.5rem;
}

.made-uk__catalog-slider:not(:first-child) {
	margin-top: 3.5rem;
}

.made-uk__signature.made-uk__catalog {
	margin-top: 4.5rem;
}

.nb-pd-video {
	position: relative;
	width: 100%;
}

.nb-video__product video {
	display: block;
	height: 100%;
	width: 100%;
}

.nb-pd-video .video-controls {
	align-items: center;
	border-radius: 5px;
	display: flex;
	gap: 1rem;
	position: absolute;
	right: 22px;
	top: 15px;
	z-index: 10;
}

.nb-pd-video .video-controls .volume {
	background: transparent;
	cursor: pointer;
	height: 40px;
	padding: 0;
	width: 40px;
}

.nb-pd-video .video-controls .volume img {
	background-color: rgba(0, 0, 0, .7);
	border-radius: 5px;
	cursor: pointer;
	height: 100%;
	padding: 5px;
	position: static;
}

.nb-pd-video .video-controls .play-pause img {
	background-color: rgba(0, 0, 0, .7);
	border-radius: 5px;
	height: 100%;
	padding: 5px;
	pointer-events: none;
	position: static;
}

.nb-pd-video .video-controls .volume .btn-unmute,
.nb-pd-video .video-controls .volume.muted .btn-mute,
.nb-pd-video .video-controls .play-pause.paused .btn-play {
	display: inline-block;
}

.nb-pd-video .video-controls .play-pause .btn-play,
.nb-pd-video .video-controls .play-pause.paused .btn-pause {
	display: none;
}

.nb-pd-video .video-controls .volume .btn-mute,
.nb-pd-video .video-controls .volume.muted .btn-unmute {
	display: none;
}

.text-image-split-container .nb-button {
	border: .0625rem solid;
	font-size: .875rem;
	height: auto;
	line-height: 1.25rem;
	padding: 1rem .75rem;
	background-color: #151415;
	border-color: #151415;
	min-width: 8.875rem !important;
	color: #fff;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	text-decoration: none !important;
	transition: all .2s;
}

.text-image-split-container .nb-button:hover {
	background-color: #232426;
	border-color: #232426;
	box-shadow: none;
}

.slider-pagination__block {
	margin: 3rem 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}

.slider-pagination__block a,
.made-uk__signature .card__inner-right a {
	font-weight: 700;
	text-decoration: underline;
}

.slider-pagination__block a:hover,
.made-uk__signature .card__inner-right a:hover {
	text-decoration: none;
}

.made-uk__catalog-slider .slider__slide {
	max-width: calc(100% / 5 - 5px);
	margin-bottom: 30px !important;
} 

.made-uk__signature .made-uk__catalog-slider .slider__slide {
	max-width: 25.9%;
}

.made-uk__catalog-slider .swiper-pagination-bullet {
	margin: 0;
	width: 4rem;
	border-radius: 0;
	line-height: 0;
	outline: none;
}

.made-uk__signature .made-uk__catalog-slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.made-uk__signature .card--catalog .card__inner-left {
	max-width: none;
}

.made-uk__signature .card__inner-left,
.made-uk__signature .card__inner-right {
	text-align: center;
}

.made-uk__signature .card__inner.signature__inner {
	padding: 1.5rem;
}

.made-uk__signature .card__inner-left {}

.made-uk__signature .card--catalog .card__inner-left h4 {
	font-family: ITC Garamond W01;
	font-weight: normal;
	font-size: 32px;
}

.made-uk__signature .card--catalog .card__inner-left {
	margin-bottom: .5rem;
}

.text-image-split-container:not(:last-child) {
	margin-top: 3.5rem;
}

body .markup-container p {
	font-size: 1rem;
	line-height: 1.5rem;
}

.banner-top__header .banner-phone {
	display: none;
}

.made-uk__catalog .slider__images {
	background: none;
}

.made-uk__catalog .slider__wrapper {
	margin: 0;
	justify-content: center;
}

.made-uk__catalog-slider .slider__wrapper {
	display: block !important;
	width: 20000px !important
}

.made-uk__catalog-slider .slider__slide {
	float: left !important;
}


.slider-pagination__block {
	max-width: 100%;
	width: 100%;
}


@media screen and (max-width:800px) {
	.cta-link-ctn .cta-link {
		white-space: nowrap;
		margin-right: 20px;
	}
	.banner-top__header .banner-phone {
		display: block;
	}

	.banner-top__header .banner-pc {
		display: none;
	}

	.made-uk__catalog-slider .slider--mobile-destroy .slider__wrapper {
		flex-wrap: nowrap;
		padding-right: .1875rem;
	}

	.made-uk__catalog-slider .slider__slide {
		/*margin-bottom: 0 !important;
		max-width: 185px !important;
		padding: 0 1px !important;*/
		/*max-width: calc(100% / 2 - 5px);*/
		max-width: unset;
	}

	.made-uk__catalog-slider .swiper-pagination {
		max-width: 60%;
	}

	.slider-pagination__block {
		margin: 1rem 0 0;
	}

	.made-uk__catalog-slider .swiper-pagination-bullet {
		width: 32px;
	}

	.made-uk__signature .made-uk__catalog-slider .slider__slide {
		/*max-width: 185px !important;*/
		max-width: unset !important;
	}

	.banner-top__header-info h1,
	.made-uk__catalog-info h2,
	.garamond {
		font-size: 3rem;
		line-height: 3.5rem;
	}

	.made-uk__catalog-info h2,
	.garamond {
		font-size: 2rem;
		line-height: 2.25rem;
	}

	.banner-top__header-info,
	.made-uk__catalog-info {
		font-size: 14px;
		bottom: 0;
	}

	.made-uk__catalog .card--catalog .card__inner {
		padding: 0 5px;
	}

	.made-uk__catalog-info {
		margin-left: .5rem;
		margin-right: .5rem;
	}

	.made-uk__signature .card__inner.signature__inner {
		padding: 1.5rem 1rem 0;
	}

	.made-uk__signature .card--catalog .card__inner-left h4 {
		font-size: 20px;
	}

	.made-uk__signature .card__inner-left,
	.made-uk__signature .card__inner-right {
		font-size: 14px;
	}

	.text-image-split-container:not(:last-child),
	.made-uk__signature.made-uk__catalog,
	.made-uk__catalog,
	.made-uk__catalog-slider:not(:first-child) {
		margin-top: 2rem;
	}

	.swiper-button-prev, .swiper-button-next {
		right: 0 !important;
		top: 30% !important;
		display: flex !important;
		background: white !important;
		box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	}

}