
@charset "UTF-8";

html, body {
	height: 100%;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	cursor: default;
}

body.lock {
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	body {
		font-size: 10px;
		line-height: 15px;
		letter-spacing: 1.2px;
	}
}

body.no-scroll {
	overflow: hidden;
}

body * {
	box-sizing: border-box;
}

body .select2-container {
	z-index: 20 !important;
}

@media only screen and (max-width: 1024px) {
	body .select2-container {
		z-index: 20 !important;
	}
}

.page-wrapper {
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
	.container {
		padding: 0 60px;
	}
}

@media only screen and (max-width: 1600px) {
	.container {
		max-width: 1400px;
		padding: 0;
	}
}

@media only screen and (max-width: 1440px) {
	.container {
		max-width: 1200px;
	}
}

@media only screen and (max-width: 1280px) {
	.container {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 768px) {
	.container {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 568px) {
	.container {
		padding: 0 15px;
	}
}

picture {
	display: block;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	min-height: 1px;
}

iframe {
	max-width: 100%;
	border: none;
	border-radius: 0 !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	-moz-transition: color .25s ease, background-color .25s ease, box-shadow .25s ease, border .25s ease;
	transition: color .25s ease, background-color .25s ease, box-shadow .25s ease, border .25s ease;
}

a, button, input, textarea, input::placeholder, textarea::placeholder {
	transition: color .25s ease, background-color .25s ease, box-shadow .25s ease, border .25s ease;
}

a svg, button svg {
	transition: fill .25s ease, stroke .25s ease;
}

a svg path, button svg path {
	transition: fill .25s ease, stroke .25s ease;
}

textarea {
	resize: none;
}

.swiper-wrapper {
	height: unset !important;
}

.grecaptcha-badge {
	position: absolute !important;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.14;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.14;
	/* 1 */
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox], [type=radio] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

* {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0;
}

a {
	display: inline-block;
	text-decoration: none;
}

ul {
	list-style: none;
}

button {
	cursor: pointer;
	border: none;
	padding: 0;
	background-color: transparent;
}

a {
	color: inherit;
}

.contact-us-form__flex {
	display: flex;
	flex-direction: row;
}

.contact-us-form__left-block {
	flex: 1;
}

.contact-us-rigth-block {
	flex: 1;
}

.contact-us-form input, .contact-us-form textarea {
	padding: 10px;
	margin: 10px 10px 10px 0;
	font-family: "Montserrat";
	font-size: 14px;
	color: gray;
	line-height: 17px;
	min-width: 50%;
}

.contact-us-form textarea {
	min-height: 90%;
	margin: 10px 0 10px 10px;
}

.agree_wrap {
	margin: 10px 0;
}

.agree_wrap span {
	color: #fff;
	font-family: "Montserrat";
	font-size: 14px;
	line-height: 17px;
}

.contact-us-form input[type=checkbox] {
	min-width: auto;
	width: 32px;
	height: 32px;
	margin: 0;
	position: relative;
	left: -14px;
	vertical-align: middle;
}

.contact-us-form .wpcf7-list-item label {
	width: 100%;
	position: relative;
	left: 0;
	display: inline-block;
	vertical-align: middle;
}

.contact-us-form .submit_fom_wrap {
	width: 150px;
}

.contact-us-form .submit_fom_wrap input {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	padding: 20px;
}

@media only screen and (max-width: 1024px) {
	.contact-us-form__flex {
		display: flex;
		flex-direction: column;
	}
	
	.contact-us-form textarea {
		margin-left: 0;
		margin-right: 10px;
		height: 90px;
	}
	
	.contact-us-form input, .contact-us-form textarea {
		width: 580px;
	}
}

@media only screen and (max-width: 568px) {
	.contact-us-form input, .contact-us-form textarea {
		width: 100%;
	}
}

.w-repair-form-form {
	display: flex;
	flex-direction: row;
}

.w-repair-form-form .row {
	width: 100%;
}

.w-repair-form-form .row .form-control-custom-button {
	padding: 0;
}

.w-repair-form-form #mfcf7_zl_multifilecontainer {
	margin: 0;
}

.trade_contact_form input {
	padding: 10px;
	margin: 10px 0;
	font-family: "Montserrat";
	font-size: 14px;
	color: gray;
	line-height: 17px;
	min-width: 95%;
}

.w-repair-form-form input[type=button] {
	text-align: left;
}

.trade_contact_form .form-button {
	width: 150px;
}

.trade_contact_form .form-button input {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	padding: 20px;
}

@media only screen and (max-width: 1024px) {
	.w-repair-form-form {
		display: flex;
		flex-direction: column;
	}
	
	.w-repair-form-form input {
		width: 580px;
	}
}

@media only screen and (max-width: 568px) {
	.w-repair-form-form input {
		width: 100%;
	}
}

.main-services__banner img {
	width: 100%;
}

.services-slider__slide-media img {
	width: 100%;
	max-height: 320px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}

.services-about__media img {
	width: 100%;
	max-height: 450px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
	-o-object-position: 0 15%;
	object-position: 0 15%;
}

.about-brand__media img {
	width: 100%;
	max-height: 420px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}

form {
	margin: 0;
}

.page-wrapper__inner-service .services-about__media img {
	width: 100%;
	max-height: 450px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
	-o-object-position: 50%;
	object-position: 50%;
}

.wpb_wrapper .wpb_gallery .wpb_wrapper .wpb_gallery_slides .slides li, .wpb_wrapper .wpb_gallery .wpb_wrapper .wpb_heading.wpb_posts_slider_heading {
	text-align: center;
}

.wpcf7-response-output {
	padding: 10px;
	border-radius: 10px;
	font-size: 16px;
	text-align: center;
	margin: 0 !important;
	width: 100% !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #fbdfbb !important;
	border: 1px solid #393c4b !important;
	color: #393c4b !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
	background-color: #393c4b !important;
	border: 1px solid #393c4b !important;
	color: red !important;
}

.wpcf7 form.failed .wpcf7-response-output {
	border-color: #dc3232;
	color: #dc3232 !important;
	color: #393c4b;
}

@media only screen and (max-width: 1024px) {
	.wpb_single_image {
		display: flex;
		justify-content: center;
	}
}

.intro_section_bg .desktop_bg img {
	width: 100%;
}

h3.p1, p.p1 {
	margin: 0 0 20px 0;
}

.manufacture_info_content h2 {
	margin: 0 0 15px 0;
}

.manufacture_info_content p {
	margin: 0 0 20px 0;
}

.sell_watch_form .full-width-input-in-form > p {
	width: 100%;
}

.mfcf7-zl-multifile-name {
	color: #fff;
}

.gm-style div {
	border: none !important;
}

.smv .smv-button-fullscreen {
	right: unset !important;
	left: 0 !important;
}

@media only screen and (max-width: 568px) {
	.smv .smv-button-fullscreen {
		display: none !important;
	}
}

.custom-swiper .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	padding: 24px;
}

.custom-swiper .swiper-button-prev, .custom-swiper .swiper-button-next {
	width: 44px !important;
	height: 44px !important;
	border-radius: 50% !important;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #393c4b !important;
}

.custom-swiper .swiper-button-prev::after, .custom-swiper .swiper-button-next::after {
	font-size: 16px !important;
	color: #fff !important;
}

.custom-swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #393c4b !important;
}

.vc_section {
	margin: 0 0 50px 0;
}

@media only screen and (max-width: 768px) {
	.vc_section {
		margin: 0 0 32px 0;
	}
}

.vc_row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 32px;
	margin: 32px 0;
}

.vc_row .vc_column {
	width: calc(50% - 16px);
	margin: 10px 0;
}

@media only screen and (max-width: 768px) {
	.vc_row .vc_column {
		width: 100%;
	}
}

.vc_row .vc_column a {
	display: flex;
	gap: 5px;
	align-items: center;
	text-align: center;
}

.vc_row .vc_column picture {
	display: flex;
	justify-content: center;
}

.vc_row .vc_column:only-child {
	width: 100%;
}

.vc_row .vc_column:only-child img {
	width: 100%;
}

.vc_column_text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	margin: 0 0 24px 0;
}

.vc_column_text p {
	margin: 0 !important;
}

.vc_row_inner {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.grid {
	display: grid;
}

.grid--2-cols {
	grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 1024px) {
	.grid--2-cols {
		grid-template-columns: 1fr;
	}
}

.header {
	background-color: #393c4b;
	letter-spacing: normal;
	position: relative;
	transition: background-color .3s;
}

.header__wrapper {
	max-width: 1920px;
	margin: 0 auto;
	padding-left: 64px;
	padding-right: 64px;
	padding-top: 20px;
	height: 178px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media only screen and (max-width: 1440px) {
	.header__wrapper {
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media only screen and (max-width: 1280px) {
	.header__wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.header__wrapper {
		height: unset;
	}
}

.header__row {
	display: flex;
	align-items: center;
}

.header__row--top {
	padding: 0 0 12px 0;
}

@media only screen and (max-width: 1024px) {
	.header__row--top {
		padding: 12px 30px;
	}
}

@media only screen and (max-width: 568px) {
	.header__row--top {
		padding: 0 14px;
		order: 10;
	}
}

.header__row--top ul {
	display: flex;
	align-items: center;
	gap: 24px;
}

@media only screen and (max-width: 568px) {
	.header__row--top ul {
		width: 100%;
		justify-content: center;
		gap: 32px;
		border-top: 1px solid #565862;
		padding: 14px 0;
	}
}

@media only screen and (max-width: 568px) {
	.header__row--top ul li:nth-child(1) {
		display: none;
	}
}

.header__row--top ul li a {
	color: #f1ebd9;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 10px;
	line-height: normal;
	display: flex;
	align-items: center;
	gap: 6px;
}

@media only screen and (max-width: 568px) {
	.header__row--top ul li a {
		font-size: 12px;
		line-height: 16px;
		gap: 8px;
	}
}

.header__row--top ul li a:hover {
	text-decoration: underline;
}

.header__row--top ul li a svg {
	width: 16px;
	height: 16px !important;
	margin: 0 !important;
}

.header__row--top ul li a svg path {
	stroke: #f1ebd9;
}

.header__row--top ul li a svg path g path {
	stroke: #f1ebd9;
}

.header__row--base {
	margin-bottom: 20px;
	justify-content: space-between;
	position: relative;
}

.header__row--nav {
	gap: 24px;
}

.header__menu-btn {
	display: none;
}

.header__menu-btn svg {
	max-width: 100%;
}

.header__menu-btn svg path {
	fill: #f1ebd9;
}

.header__logo-tudor {
	transition: filter .3s;
	max-width: 140px;
}

@media only screen and (max-width: 568px) {
	.header__logo-tudor {
		max-width: 62px;
	}
}

.header__logo-tudor.invisible {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.header__logo-pw {
	max-width: 200px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	box-sizing: content-box;
	transition: filter .3s;
	top: 5px;
}

@media only screen and (max-width: 1024px) {
	.header__logo-pw {
		top: unset;
	}
}

.header__nav {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
	.header__nav {
		gap: 18px;
	}
}

.header__nav li {
	padding-bottom: 10px;
}

.header__nav li a {
	color: #f1ebd9;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Colgent", sans-serif;
	line-height: normal;
	transition: color .3s;
}

.header__nav li a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 1600px) {
	.header__nav li a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1280px) {
	.header__nav li a {
		font-size: 12px;
	}
}

.header__nav li:hover .header-subnav {
	display: block;
}

.header-subnav {
	display: none;
	position: absolute;
	z-index: 15000;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #433e3a;
}

.header-subnav__main {
	display: grid;
	grid-template-columns: .15fr .65fr .2fr;
	gap: 24px;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 45px;
	padding-bottom: 45px;
	max-width: 1350px;
	margin: 0 auto;
}

.header-subnav__main_rolex {
	grid-template-columns: .15fr .55fr .3fr;
}

.header-subnav__main_service {
	grid-template-columns: auto;
}

.header-subnav__main_service .service-card__wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
}

.header-subnav__main_service .service-card__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 5px;
	overflow: hidden;
}

.header-subnav__main_service .service-card__img-box {
	margin-bottom: 11px;
	aspect-ratio: 1/1;
	background-color: #f2f2f2;
	transition: box-shadow .25s ease;
	overflow: hidden;
}

.header-subnav__main_service .service-card__img-box img {
	width: 100%;
	height: 100%;
}

.header-subnav__main_service .service-card__title {
	color: #fff;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 139.9%;
}

.header-subnav__main .header-subnav__col:nth-last-child(1) .product-card .product-card__descr {
	flex-grow: 0;
}

.header-subnav__rolex-list {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(6, auto);
	gap: 20px;
}

.header-subnav__rolex-list li {
	margin: 0;
	padding: 0;
}

.header-subnav__rolex-list li a {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.2px;
}

.header-subnav__products-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.header-subnav__service-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
}

.header-subnav__heading {
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 139.9%;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
	margin-bottom: 22px;
}

.header-subnav__nav li:not(:last-of-type) {
	margin-bottom: 5px;
}

.header-subnav__nav li:first-of-type a {
	font-weight: 600;
}

.header-subnav__nav li a {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 10px;
	letter-spacing: 1.2px;
	white-space: nowrap;
}

.header-subnav__footer {
	background-color: #fff;
	text-align: center;
	padding: 14px 16px;
}

.header-subnav__footer p {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 139.9%;
}

.header-subnav .product-card__category {
	color: #fff;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: .6px;
}

.header-subnav .product-card__title {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 139.9%;
}

.header-subnav .product-card__price {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.header__action-nav {
	display: flex;
	align-items: center;
	gap: 13px;
}

.header__action-nav svg path {
	transition: stroke .3s;
	stroke: #f1ebd9;
}

.header__action-nav li a {
	position: relative;
}

.header__action-nav li a sup {
	width: 14px;
	height: 14px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 9px !important;
	position: absolute;
	top: -5px !important;
	left: 10px !important;
	border: 1px solid #393c4b;
}

.header-top {
	display: none;
}

.header-top__action-nav {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}

.header-top__action-nav li {
	position: relative;
}

.header-top__action-nav li a {
	display: flex;
	align-items: center;
	gap: 12px;
}

.header-top__action-nav li a svg path {
	stroke: #f1ebd9;
}

.header-top__action-nav li a span {
	color: #f1ebd9;
	font-family: "Colgent", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 125.9%;
}

.header-top__action-nav li sup {
	width: 14px;
	height: 14px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 9px !important;
	position: absolute;
	top: 0 !important;
	left: 15px !important;
}

@media only screen and (max-width: 568px) {
	.header-top__action-nav li sup {
		left: 6px !important;
		width: 11px;
		height: 11px;
	}
}

.header-top__action-nav li button {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #f1ebd9;
	font-family: "Colgent", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 125.9%;
}

.header-top__action-nav li button svg {
	width: 33px;
	height: 33px;
}

.header--light {
	background-color: #fff;
}

.header--light .header__logo-pw {
	filter: invert(1);
}

.header--light .header__nav li a {
	color: #000;
}

.header--light .header__action-nav li svg path {
	stroke: #000;
}

@media only screen and (max-width: 1440px) {
	.header__nav {
		padding-left: unset;
	}
}

@media only screen and (max-width: 1024px) {
	.header__menu-btn {
		display: block;
	}
	
	.header__menu-btn.sticky-burger-btn {
		width: unset;
	}
}

@media only screen and (max-width: 1024px) and (max-width: 568px) {
	.header__menu-btn.sticky-burger-btn {
		width: 18px;
	}
}

@media only screen and (max-width: 1024px) {
	.header__wrapper {
		padding: unset;
	}
	
	.header__row--base {
		margin-bottom: unset;
		background-color: #393c4b;
		padding: 40px 30px;
	}
	
	.header__row--nav {
		display: none;
	}
	
	.header__logo-tudor {
		order: 1;
		max-width: 128px;
		display: none;
	}
	
	.header__logo-pw {
		max-width: 224px;
		padding-right: unset;
	}
	
	.header-top {
		display: block;
		padding: 14px 30px;
		background-color: #000;
	}
}

@media only screen and (max-width: 568px) {
	.header__logo-tudor {
		max-width: 62px;
	}
	
	.header__logo-pw {
		max-width: 160px;
	}
	
	.header__logo-pw img {
		height: 36px;
	}
	
	.header__menu-btn {
		width: 20px;
	}
	
	.header__row--base {
		padding: 18px 16px;
	}
	
	.header-top {
		padding: 14px 16px;
	}
	
	.header-top__action-nav li a {
		gap: 8px;
	}
	
	.header-top__action-nav li a span {
		font-size: 12px;
	}
	
	.header-top__action-nav li a svg {
		height: 14px;
		width: auto;
	}
}

@media only screen and (max-width: 568px) and (max-width: 568px) {
	.header-top__action-nav li a svg {
		height: 16px;
	}
}

@media only screen and (max-width: 568px) {
	.header-top__action-nav li button {
		font-size: 12px;
	}
	
	.header-top__action-nav li button svg {
		height: 14px;
		width: auto;
	}
}

@media only screen and (max-width: 568px) and (max-width: 568px) {
	.header-top__action-nav li button svg {
		height: 16px;
	}
}

.sticky-header {
	background-color: #393c4b;
	position: fixed;
	top: -100%;
	z-index: 8000;
	width: 100%;
	transition: all .3s ease;
}

.sticky-header.is-shown {
	top: 0;
}

.sticky-header__wrapper {
	max-width: 1920px;
	margin: 0 auto;
	padding: 24px 0;
	gap: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 568px) {
	.sticky-header__wrapper {
		gap: 16px;
	}
}

.sticky-header__col {
	display: flex;
}

.sticky-header__col .right-logo {
	width: 150px;
}

.sticky-header__nav {
	display: flex;
	align-items: center;
	margin: 0 30px 0 0;
}

@media (max-width: 1100px) {
	.sticky-header__nav {
		margin: 0 20px 0 0;
	}
}

.sticky-header__nav li {
	position: relative;
	margin: 0 25px 0 0;
}

@media only screen and (max-width: 1440px) {
	.sticky-header__nav li {
		margin: 0 20px 0 0;
	}
}

@media only screen and (max-width: 1280px) {
	.sticky-header__nav li {
		margin: 0 16px 0 0;
	}
}

.sticky-header__nav li:nth-last-child(1) {
	margin: 0;
}

.sticky-header__nav li a {
	color: #f1ebd9;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Colgent", sans-serif;
	line-height: normal;
	white-space: nowrap;
}

@media only screen and (max-width: 1440px) {
	.sticky-header__nav li a {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1280px) {
	.sticky-header__nav li a {
		font-size: 11px;
	}
}

@media (max-width: 1100px) {
	.sticky-header__nav li a {
		font-size: 10px;
	}
}

.sticky-header__nav li a:hover {
	text-decoration: underline;
}

.sticky-header__nav li:hover .sub-menu {
	display: block;
}

.sticky-header .sub-menu {
	display: none;
	position: absolute;
	min-width: 150px;
	background-color: #000;
	left: 0;
	top: 100%;
}

.sticky-header .sub-menu li {
	padding: 8px 16px;
}

.sticky-header .sub-menu li a {
	font-size: 12px;
}

.sticky-header .sub-menu li:not(:last-of-type) {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.sticky-header__logo-tudor {
	max-width: 89px;
}

@media only screen and (max-width: 568px) {
	.sticky-header__logo-tudor {
		max-width: 62px;
	}
}

.sticky-header__logo-pw {
	max-width: 200px;
	position: relative;
}

@media only screen and (max-width: 768px) {
	.sticky-header__logo-pw img {
		height: 55px;
	}
}

@media only screen and (max-width: 1440px) {
	.sticky-header .sticky-burger-btn {
		display: block;
	}
	
	.sticky-header__col:nth-last-child(1) {
		display: none;
	}
	
	.sticky-header__col__nav {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.sticky-header__wrapper {
		padding: 15px 0;
	}
}

.product-header {
	background-color: #393c4b;
	position: fixed;
	top: -100%;
	z-index: 17000;
	width: 100%;
	transition: all .3s ease;
}

@media only screen and (max-width: 568px) {
	.product-header {
		display: none;
	}
}

.product-header.is-shown {
	top: 0;
}

.product-header__inner {
	padding: 20px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 1600px) {
	.product-header__inner {
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 1024px) {
	.product-header__inner {
		padding: 15px;
	}
}

.product-header__left {
	flex: 0 1 50%;
	padding: 10px 0;
	border-right: 1px solid #a6a6a6;
}

@media only screen and (max-width: 1440px) {
	.product-header__left {
		padding: 10px 10px 10px 0;
		flex: 0 1 40%;
	}
}

@media only screen and (max-width: 1024px) {
	.product-header__left {
		padding: 10px 10px 10px 0;
	}
}

@media only screen and (max-width: 1440px) {
	.product-header__brand {
		font-size: 22px;
	}
}

.product-header__brand-title {
	color: #fff;
	font-family: "Colgent", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
	.product-header__brand-title {
		font-size: 10px;
		line-height: 10px;
		letter-spacing: .2px;
	}
}

.product-header__brand-name {
	color: #fff;
	font-family: "Colgent", sans-serif;
	font-size: 32px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 32px;
	display: block;
}

@media only screen and (max-width: 1024px) {
	.product-header__brand-name {
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 15px;
	}
}

.product-header__name {
	color: #a7a7a7;
	font-family: "Colgent", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 26.8px;
}

@media only screen and (max-width: 1440px) {
	.product-header__name {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1024px) {
	.product-header__name {
		color: #a7a7a7;
		font-family: "Colgent", sans-serif;
		font-size: 18px;
		font-weight: 700;
		line-height: 23.5px;
	}
}

.product-header__right {
	flex: 0 1 50%;
	padding: 10px 0 10px 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 1920px) {
	.product-header__right {
		padding: 10px 0 10px 80px;
	}
}

@media only screen and (max-width: 1440px) {
	.product-header__right {
		flex: 0 1 60%;
	}
}

@media only screen and (max-width: 1024px) {
	.product-header__right {
		padding: 10px 0 10px 60px;
	}
}

@media only screen and (max-width: 767px) {
	.product-header__right {
		padding: 10px 0 10px 20px;
	}
}

.product-header__right-col {
	flex: 0 1 50%;
	padding: 0 20px 0 0;
}

@media only screen and (max-width: 1024px) {
	.product-header__right-col:nth-child(1) {
		flex: 0 1 25%;
	}
}

.product-header__right-col:nth-child(2) {
	flex: 0 1 75%;
}

.product-header__payment-block {
	display: flex;
	align-items: center;
	margin: 0 0 10px 0;
}

.product-header__payment-text {
	color: #a7a7a7;
	font-family: "Colgent", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	margin: 0 5px 0 0;
	white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
	.product-header__payment-text {
		color: #a7a7a7;
		font-family: Montserrat;
		font-size: 10px;
		line-height: 10px;
		letter-spacing: .2px;
	}
}

.product-header__payment-links {
	display: flex;
	align-items: center;
}

.product-header__payment-link {
	color: #fbdfbb;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 17.304px;
	white-space: nowrap;
}

.product-header__payment-link:nth-child(1) {
	margin: 0 5px 0 0;
}

@media only screen and (max-width: 1024px) {
	.product-header__payment-link {
		font-family: Montserrat;
		font-size: 10px;
		line-height: 10px;
		letter-spacing: .2px;
	}
}

.product-header__payment-link_uppercase {
	text-transform: uppercase;
}

.product-header__price {
	color: #fff;
	font-family: "Colgent", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px;
}

@media only screen and (max-width: 1024px) {
	.product-header__price {
		font-size: 20px;
	}
}

.product-header__options {
	display: flex;
	flex-direction: column;
}

.product-header__inquiry-wrapper {
	margin: 0 0 10px 0;
}

.product-header__inquriy-btn {
	width: 100%;
	padding: 16px 10px !important;
}

@media only screen and (max-width: 1024px) {
	.product-header__inquriy-btn {
		font-family: Montserrat;
		font-size: 10px !important;
		font-style: normal !important;
		font-weight: 400 !important;
		line-height: 10px !important;
		letter-spacing: 1.2px !important;
	}
}

.product-header__options-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-header__options-bottom form {
	width: 40%;
}

.product-header__options-bottom form button {
	width: 100%;
	border-radius: 5px;
	max-height: 44px;
	padding: 10px 10px;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.64;
	color: #000;
	border: 1px solid #fbdfbb;
	background-color: #fbdfbb;
	white-space: nowrap;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.product-header__options-bottom form button {
		font-family: Montserrat;
		font-size: 10px !important;
		font-style: normal !important;
		font-weight: 400 !important;
		line-height: 10px !important;
		letter-spacing: 1.2px !important;
		padding: 16px 10px;
	}
}

.product-header__options-bottom form button:hover {
	color: #fbdfbb;
	background-color: transparent;
}

.product-header__sell-btn {
	width: 58%;
	padding: 16px 5px !important;
	border: 1px solid #fbdfbb !important;
	white-space: nowrap;
	color: #fbdfbb !important;
}

@media only screen and (max-width: 1024px) {
	.product-header__sell-btn {
		font-family: Montserrat;
		font-size: 10px !important;
		font-style: normal !important;
		font-weight: 400 !important;
		line-height: 10px !important;
		letter-spacing: 1.2px !important;
	}
}

.product-header__sell-btn:hover {
	background-color: #fbdfbb !important;
	color: #000 !important;
}

.mobile-menu {
	position: fixed;
	inset: 0;
	z-index: 9100;
	background: rgba(113, 113, 122, .8);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .25s ease, visibility .25s ease;
}

.mobile-menu.opened {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.mobile-menu__content {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 237px;
	background-color: #fff;
	box-shadow: 0 4px 50px rgba(0, 0, 0, .25);
	overflow: auto;
	/* Панель изначально за пределами экрана */
	transform: translateX(-100%);
	transition: transform .3s ease;
	will-change: transform;
}

.mobile-menu.opened .mobile-menu__content {
	transform: translateX(0);
	/* можно добавить небольшую задержку, чтобы фон чуть раньше проявился */
	transition-delay: .05s;
}

@media only screen and (max-width: 568px) {
	.mobile-menu__content {
		width: 100%;
	}
}

.mobile-menu__header {
	background-color: #000;
	padding: 21px 18px 21px 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.mobile-menu__main {
	padding: 29px 18px;
}

.mobile-menu__heading {
	display: flex;
	align-items: flex-end;
	gap: 6px;
}

.mobile-menu__heading span {
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 20px;
}

.mobile-menu__close-btn {
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile-menu__nav {
	margin-bottom: 32px;
}

.mobile-menu__nav li {
	border-bottom: 1px solid rgba(189, 189, 189, .2);
	padding-bottom: 5px;
}

.mobile-menu__nav li.menu-item-has-children a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.mobile-menu__nav li.menu-item-has-children a button {
	position: relative;
	width: 16px;
	height: 18px;
}

.mobile-menu__nav li.menu-item-has-children a button:before {
	position: absolute;
	content: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/icons/main-arrow-mobile-menu.png");
	left: 0;
	top: 2px;
}

.mobile-menu__nav li.menu-item-has-children ul {
	display: none;
}

.mobile-menu__nav li.menu-item-has-children span {
	display: none;
}

.mobile-menu__nav li.menu-item-has-children.opened button {
	transform: rotate(180deg);
}

.mobile-menu__nav li.menu-item-has-children.opened ul {
	display: block;
}

.mobile-menu__nav li.menu-item-has-children.opened ul li {
	position: relative;
}

.mobile-menu__nav li.menu-item-has-children.opened ul li:before {
	position: absolute;
	content: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/icons/secondary-arrow-mobile-menu.png");
	left: 0;
	top: 5px;
}

.mobile-menu__nav li.menu-item-has-children.opened ul li a {
	justify-content: flex-start;
}

.mobile-menu__nav li.menu-item-has-children.opened span {
	display: block;
}

.mobile-menu__nav li a {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: #000;
	display: block;
}

.mobile-menu__nav li:not(:last-of-type) {
	margin-bottom: 10px;
}

.mobile-menu__nav li ul {
	margin-top: 12px;
}

.mobile-menu__nav li ul li {
	padding-bottom: 4px;
	padding-left: 10px;
}

.mobile-menu__nav li ul li a {
	color: #71717a;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 139.9%;
}

.mobile-menu__nav li ul li:not(:last-of-type) {
	margin-bottom: 5px;
}

.mobile-menu__nav li ul li:last-of-type {
	border: unset;
}

.mobile-menu__label {
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
	margin: 10px 0 0 0;
}

.mobile-menu__action-nav {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}

@media only screen and (max-width: 568px) {
	.mobile-menu__action-nav {
		justify-content: center;
	}
}

@media only screen and (max-width: 568px) {
	.mobile-menu__action-nav li {
		margin: 0 20px 0 0;
	}
	
	.mobile-menu__action-nav li:nth-last-child(1) {
		margin: 0;
	}
}

.mobile-menu__action-nav li a {
	display: flex;
	align-items: center;
	gap: 6px;
}

.mobile-menu__action-nav li a span {
	color: #130202;
	font-family: "Colgent", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 125.9%;
}

.mobile-menu__action-nav li a svg {
	width: 17px;
	height: 17px;
}

.mobile-menu__info {
	margin: 0 0 30px 0;
}

.mobile-menu__info p {
	color: #130202;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 139.9%;
}

@media only screen and (max-width: 568px) {
	.mobile-menu__info p {
		font-size: 14px;
	}
}

.mobile-menu__form {
	width: 100%;
	position: relative;
	margin: 0 0 25px 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.mobile-menu__search-input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #000;
	padding: 5px 25px 5px 5px;
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.mobile-menu__search-input::-moz-placeholder {
	color: #000;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.mobile-menu__search-input::placeholder {
	color: #000;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.mobile-menu__search-button {
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
}

.btn:hover {
	text-decoration: none;
}

.btn--transparent--black {
	max-height: 44px;
	padding: 10px 39px;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.64;
	color: #000;
	border: 1px solid #a9a9a9;
	background-color: transparent;
}

.btn--transparent--black:hover {
	color: #fff;
	background-color: #222;
	border-color: #222;
}

.btn--transparent--white {
	max-height: 44px;
	padding: 10px 39px;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.64;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
}

.btn--transparent--white:hover {
	color: #000;
	background-color: #fff;
}

.btn--transparent--grey {
	max-height: 44px;
	padding: 10px 39px;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.64;
	color: #333;
	border: 1px solid #ccc;
	background-color: transparent;
}

.btn--transparent--grey:hover {
	color: #fff;
	border-color: #191919;
	background-color: #191919;
}

.btn--black {
	max-height: 44px;
	padding: 10px 39px;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.64;
	color: #fff;
	border: 1px solid #191919;
	background-color: #191919;
}

.btn--black:hover {
	border-color: #433e3a;
	background-color: #433e3a;
}

.btn--brown {
	max-height: 44px;
	padding: 10px 39px;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.64;
	color: #fff;
	border: 1px solid #433e3a;
	background-color: #433e3a;
}

.btn--brown:hover {
	border-color: #191919;
	background-color: #191919;
}

.btn--reset, .btn--reset--with-icon, .btn--buy--with-icon {
	max-height: 35px;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.64;
	color: #666;
	border: 1px solid #1b1b1b;
	background-color: transparent;
}

.btn--reset:hover, .btn--reset--with-icon:hover, .btn--buy--with-icon:hover {
	color: #fff;
	border: 1px solid #191919;
	background-color: #191919;
}

.btn--reset {
	padding: 5px 30px;
}

.btn--reset--with-icon {
	gap: 0 9px;
	padding: 5px 15px;
}

.btn--reset--with-icon:hover svg path {
	stroke: #fff;
}

.btn--reset--with-icon svg {
	flex-shrink: 0;
	width: 21px;
	height: 21px;
}

.btn--reset--with-icon svg path {
	stroke: #666;
}

.btn--buy--with-icon {
	gap: 0 10px;
	padding: 5px 20px;
}

.btn--buy--with-icon:hover svg path {
	fill: #fff;
}

.btn--buy--with-icon svg {
	flex-shrink: 0;
	width: 21px;
	height: 21px;
}

.btn--buy--with-icon svg path {
	fill: #666;
}

.btn--sort {
	gap: 0 15px;
	max-height: 35px;
	padding: 5px 41px 5px 15px;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.64;
	color: #666;
	border: 1px solid #1b1b1b;
	background-color: transparent;
}

.btn--sort:hover {
	color: #fff;
	border: 1px solid #191919;
	background-color: #191919;
}

.btn--sort:hover svg path {
	stroke: #fff;
}

.btn--sort svg {
	flex-shrink: 0;
	width: 21px;
	height: 21px;
}

.btn--sort svg path {
	stroke: #666;
}

.product-card {
	display: flex;
	flex-direction: column;
	color: #222;
	height: 100%;
}

.product-card__wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.product-card__img-box {
	margin-bottom: 11px;
	aspect-ratio: 1/1;
	background-color: #f2f2f2;
	transition: box-shadow .25s ease;
	overflow: hidden;
	position: relative;
}

@media only screen and (max-width: 1024px) {
	.product-card__img-box {
		margin-bottom: 9px;
	}
}

.product-card__descr {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.product-card__category {
	display: block;
	margin-bottom: 3px;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.399;
	color: #594f42;
}

@media only screen and (max-width: 1024px) {
	.product-card__category {
		margin-bottom: 5px;
		font-size: 10px;
		line-height: 1.6;
		letter-spacing: .6px;
	}
}

.product-card__status-label {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #222;
	border-radius: 4px;
	padding: 5px;
	position: absolute;
	top: 5px;
	right: 5px;
}

@media only screen and (max-width: 1024px) {
	.product-card__status-label {
		font-size: 12px;
	}
}

.product-card__status-text {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #222;
	margin: 0 0 5px 0;
}

.product-card__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 5px;
	overflow: hidden;
}

.product-card__link:hover + .product-card__img-box img {
	transform: scale(1.1);
}

.product-card__link:hover ~ .product-card__descr .product-card__title {
	color: #a49682;
}

.product-card__title, .product-card__price {
	display: block;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	color: #594f42;
	transition: color .25s ease;
}

@media only screen and (max-width: 1024px) {
	.product-card__title, .product-card__price {
		font-size: 14px;
		line-height: 1;
	}
}

.product-card__title {
	margin-bottom: 7px;
}

@media only screen and (max-width: 1024px) {
	.product-card__title {
		margin-bottom: 14px;
	}
}

.product-card__price {
	margin-top: auto;
}

.product-card__price.sold-price {
	color: #a6a6a6;
}

.product-card__price .old-price {
	text-decoration: line-through;
	margin: 0 10px 0 0;
}

.product-card img {
	transition: transform .25s ease;
}

.article-card__wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 17px 0;
	height: 100%;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.25;
	color: #000;
}

@media only screen and (max-width: 1600px) {
	.article-card__wrapper {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1024px) {
	.article-card__wrapper {
		gap: 10px 0;
		font-size: 16px;
	}
}

@media only screen and (max-width: 568px) {
	.article-card__wrapper {
		font-size: 14px;
		text-transform: initial;
		line-height: 1.64;
	}
}

.article-card__wrapper > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.article-card__wrapper picture {
	display: block;
	height: 274px;
	background-color: #1f1f1f;
}

@media only screen and (max-width: 1024px) {
	.article-card__wrapper picture {
		height: 200px;
	}
}

@media only screen and (max-width: 568px) {
	.article-card__wrapper picture {
		height: 143px;
	}
}

.article-card__wrapper picture img {
	height: 100%;
}

.article-card__wrapper img {
	display: block;
	width: 100%;
	height: 274px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	color: #fff;
	background-color: #1f1f1f;
}

@media only screen and (max-width: 1024px) {
	.article-card__wrapper img {
		height: 200px;
	}
}

@media only screen and (max-width: 568px) {
	.article-card__wrapper img {
		height: 143px;
	}
}

.blog-card__wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
}

.blog-card__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 5px;
	overflow: hidden;
}

.blog-card__link:hover + .blog-card__img-box img {
	transform: scale(1.1);
}

.blog-card__link:hover ~ .blog-card__descr .blog-card__title {
	color: #a49682;
}

.blog-card__img-box {
	overflow: hidden;
	margin: 0 0 15px 0;
}

.blog-card__img-box picture {
	width: 100%;
}

.blog-card__img-box img {
	transition: transform .25s ease;
	height: 180px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	.blog-card__img-box img {
		height: 230px;
	}
}

.blog-card__descr {
	display: flex;
	flex-direction: column;
}

.blog-card__title {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 1280px) {
	.blog-card__title {
		font-family: Montserrat;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 21px;
	}
}

.blog-card__date {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #9c9c9c;
}

.store-card {
	display: flex;
	flex-direction: column;
}

.store-card--tudor .store-card__descr {
	align-items: center;
}

.store-card--tudor .store-card__category {
	font-weight: 700;
	margin: 0;
}

.store-card--tudor .store-card__title {
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	line-height: normal;
	width: 75%;
}

.store-card__wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.store-card__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 5px;
	overflow: hidden;
}

.store-card__link:hover + .store-card__img-box img {
	transform: scale(1.1);
}

.store-card__link:hover ~ .store-card__descr .store-card__title {
	color: #a49682;
}

.store-card__img-box {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 10px;
	background-color: #f2f2f2;
	transition: box-shadow .25s ease;
	position: relative;
	overflow: hidden;
}

.store-card__img-box img {
	transition: transform .3s;
}

.store-card__thumbnails {
	display: flex;
	gap: 4px;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s, height .3s;
	pointer-events: none;
	background: rgba(255, 255, 255, .95);
	border-radius: 4px;
	width: 100%;
}

.store-card__thumbnails.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	height: auto;
}

.store-card__thumbnails img {
	width: 33%;
	height: 92px;
	border: 2px solid transparent;
}

@media only screen and (max-width: 568px) {
	.store-card__thumbnails img {
		height: 82px;
	}
}

@media only screen and (max-width: 480px) {
	.store-card__thumbnails img {
		height: 64px;
	}
}

@media only screen and (max-width: 375px) {
	.store-card__thumbnails img {
		height: 54px;
	}
}

.store-card__thumbnails img:hover {
	border: 2px solid #a49682;
}

.store-card__descr {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.store-card__label {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	color: #393c4b;
	position: absolute;
	padding: 5px;
	border-radius: 4px;
}

@media only screen and (max-width: 1024px) {
	.store-card__label {
		font-size: 10px;
		max-width: 100px;
	}
}

@media only screen and (max-width: 568px) {
	.store-card__label {
		font-size: 8px;
		max-width: 80px;
	}
}

.store-card__label_preowned {
	background-color: #f1ebd9;
	left: 5px;
	top: 5px;
}

.store-card__label_new {
	background-color: #393c4b;
	color: #fbdfbb;
	right: 5px;
	top: 5px;
}

.store-card__label_stock {
	background-color: #fff;
	color: #000;
	left: 5px;
	bottom: 5px;
}

.store-card__label_sold {
	background-color: #9c9c9c;
	color: #fff;
	left: 5px;
	top: 5px;
}

.store-card__label_sale {
	background-color: #fbdfbb;
	color: #000;
	bottom: 5px;
	left: 5px;
}

.store-card__status-label {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #222;
	border-radius: 4px;
	padding: 5px;
	position: absolute;
	top: 5px;
	right: 5px;
}

@media only screen and (max-width: 1024px) {
	.store-card__status-label {
		font-size: 12px;
	}
}

.store-card__status-text {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #222;
	margin: 0 0 5px 0;
}

.store-card__category {
	color: #222;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: .72px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 1024px) {
	.store-card__category {
		font-size: 10px;
		line-height: 13px;
		letter-spacing: .6px;
	}
}

@media only screen and (max-width: 568px) {
	.store-card__category {
		line-height: 10px;
		letter-spacing: 1.2px;
		margin: 0 0 5px 0;
	}
}

.store-card__title {
	color: #222;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 10px 0;
	transition: color .3s;
}

@media only screen and (max-width: 1024px) {
	.store-card__title {
		font-size: 14px;
		line-height: 17px;
	}
}

@media only screen and (max-width: 568px) {
	.store-card__title {
		margin: 0 0 5px 0;
		font-size: 12px;
	}
}

.store-card__price {
	color: #222;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	margin-top: auto;
}

@media only screen and (max-width: 1024px) {
	.store-card__price {
		line-height: 17px;
	}
}

.store-card__price.sold-price {
	color: #a6a6a6;
}

.store-card__price .old-price {
	text-decoration: line-through;
	margin: 0 10px 0 0;
}

.sell-card {
	grid-column: span 4;
}

@media only screen and (max-width: 1024px) {
	.sell-card {
		grid-column: span 3;
	}
}

@media only screen and (max-width: 767px) {
	.sell-card {
		grid-column: span 2;
	}
}

.sell-card__inner {
	display: flex;
}

@media (max-width: 650px) {
	.sell-card__inner {
		flex-direction: column;
	}
}

.sell-card__textbox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #f1ebd9;
	padding: 20px;
}

.sell-card__textbox span {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #9c9c9c;
	margin: 0 0 10px 0;
}

.sell-card__textbox h3 {
	font-family: "Philosopher";
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: normal;
	color: #000;
	text-transform: capitalize;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 568px) {
	.sell-card__textbox h3 {
		font-size: 28px;
	}
}

.sell-card__textbox p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	color: #000;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 568px) {
	.sell-card__textbox p {
		font-size: 14px;
		margin: 0 0 20px 0;
	}
}

.sell-card__textbox a {
	padding: 16px 40px;
	background: #393c4b;
	border: 1px solid #393c4b;
	border-radius: 8px;
	font-family: "Montserrat";
	font-style: normal;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
	transition: color .3s, background-color .3s;
}

.sell-card__textbox a:hover {
	color: #393c4b;
	background-color: transparent;
}

@media (max-width: 650px) {
	.sell-card__media {
		order: -1;
	}
}

.store-sort {
	align-self: flex-end;
	position: relative;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 1024px) {
	.store-sort {
		display: none;
	}
}

.store-sort select {
	cursor: pointer;
}

.select2 {
	width: 100%;
}

.select2-selection__rendered {
	padding: 8px 16px !important;
	font-family: "Montserrat" !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #000 !important;
	text-transform: uppercase !important;
	border: 1px solid #e5e5e5 !important;
	border-radius: 5px !important;
}

.select2-container .select2-selection--single {
	height: 44px !important;
}

.select2-selection__arrow {
	top: 6px !important;
}

.select2-dropdown {
	border: 1px solid #e5e5e5 !important;
	border-radius: 5px !important;
	top: 5px !important;
}

.select2-results__option {
	padding: 8px 16px !important;
	font-family: "Montserrat" !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #000 !important;
	text-transform: uppercase !important;
}

.select2-container--default .select2-selection--single {
	border: none !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #393c4b;
	color: #fff !important;
}

.store-sidebar {
	flex: 0 1 25%;
	padding: 45px 30px 0 0;
}

@media only screen and (max-width: 1024px) {
	.store-sidebar {
		flex: 0 1 100%;
		width: 100%;
		height: 100%;
		z-index: 5000;
		top: 0;
		left: 0;
		position: fixed;
		overflow: hidden;
		letter-spacing: normal;
		padding: 0;
		background: rgba(113, 113, 122, .8);
		opacity: 0;
		pointer-events: none;
		transition: opacity .3s ease;
	}
}

@media only screen and (max-width: 568px) {
	.store-sidebar {
		background: transparent;
	}
}

@media only screen and (max-width: 1024px) {
	.store-sidebar.opened {
		opacity: 1;
		pointer-events: auto;
	}
}

@media only screen and (max-width: 1024px) {
	.store-sidebar__content {
		width: 350px;
		height: 100%;
		background-color: #fff;
		box-shadow: 0 4px 50px rgba(0, 0, 0, .25);
		position: absolute;
		left: 0;
		top: 0;
		overflow: auto;
		transform: translateX(-100%);
		transition: transform .3s ease;
		will-change: transform;
	}
}

@media only screen and (max-width: 568px) {
	.store-sidebar__content {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.store-sidebar.opened .store-sidebar__content {
		transform: translateX(0);
	}
}

.store-sidebar__header {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.store-sidebar__header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px;
		background-color: #000;
		padding: 20px;
	}
}

.store-sidebar__header-textbox {
	display: flex;
	align-items: center;
}

.store-sidebar__header-textbox svg {
	width: 19px;
	height: 17px;
	margin: 0 10px 0 0;
}

.store-sidebar__close-btn svg {
	width: 20px;
	height: 20px;
}

.store-sidebar__header-text {
	color: #fff;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 20.1px;
}

.store-sidebar__main {
	padding: 20px 20px 20px 0;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.store-sidebar__main {
		padding: 20px;
	}
}

.store-sidebar__main input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
}

.store-sidebar__main input[type=search] {
	-webkit-appearance: none;
}

.store-sidebar__main input[type=search]::-webkit-search-decoration, .store-sidebar__main input[type=search]::-webkit-search-cancel-button, .store-sidebar__main input[type=search]::-webkit-search-results-button, .store-sidebar__main input[type=search]::-webkit-search-results-decoration {
	display: none;
}

.store-sidebar__main .berocket_single_filter_widget:nth-child(1), .store-sidebar__main .berocket_single_filter_widget:nth-child(2) {
	border-bottom: none !important;
}

.store-sidebar__main .berocket_single_filter_widget .bapf_colaps_togl {
	cursor: pointer !important;
}

.store-sidebar__main .berocket_single_filter_widget .bapf_colaps_togl h3 {
	cursor: pointer !important;
}

.store-sidebar__main .bapf_stylecolor input {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	display: inline-block !important;
	border: 2px solid #555 !important;
	width: 20px !important;
	height: 20px !important;
	padding: 4px !important;
}

.store-sidebar__main .bapf_stylecolor input:checked {
	background: #555 !important;
	background-clip: content-box !important;
}

.berocket_single_filter_widget {
	padding: 0 !important;
	border: none !important;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0 !important;
	border-bottom: 1px solid #f2f2f2 !important;
}

.berocket_single_filter_widget .bapf_head {
	margin: 0 0 20px 0;
}

.berocket_single_filter_widget .bapf_head h3 {
	font-family: "Montserrat" !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 20px !important;
	color: #000 !important;
	border: none !important;
	text-transform: none !important;
}

.berocket_single_filter_widget .bapf_body .bapf_form input {
	width: 100% !important;
	border: none !important;
	border-bottom: 1px solid #000 !important;
	padding: 0 25px 0 5px !important;
	color: #000 !important;
	font-family: Montserrat !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 20px !important;
	height: 35px !important;
}

.berocket_single_filter_widget .bapf_body .bapf_form .bapf_search {
	margin-top: 5px !important;
}

.berocket_single_filter_widget .bapf_body ul {
	display: flex;
	flex-direction: column;
}

.berocket_single_filter_widget .bapf_body ul li {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	font-family: "Montserrat" !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 10px !important;
	line-height: 10px !important;
	letter-spacing: 1.2px !important;
	color: #71717a !important;
	margin: 0 0 10px 0 !important;
}

.berocket_single_filter_widget .bapf_body ul li input {
	margin: 0 10px 0 0 !important;
}

.berocket_single_filter_widget .bapf_body ul li label {
	white-space: nowrap !important;
}

.berocket_single_filter_widget .bapf_sfilter.bapf_clr_txt_left .bapf_body ul li label, .berocket_single_filter_widget .bapf_sfilter.bapf_clr_txt_right .bapf_body ul li label {
	justify-content: space-between !important;
	width: 100% !important;
}

.berocket_single_filter_widget .bapf_clr_span {
	border-radius: 50% !important;
	border: 1px solid #000 !important;
}

.berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .bapf_button {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #71717a;
	text-align: left !important;
	background: none !important;
	transition: color .3s;
}

.berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .bapf_button:hover {
	color: #000;
}

.berocket_single_filter_widget .divi_slider_class .bapf_slidr_all {
	margin: 0 !important;
}

.berocket_single_filter_widget .bapf_slidr_all {
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1440px) {
	.berocket_single_filter_widget .bapf_slidr_all {
		flex-direction: column;
	}
}

@media only screen and (max-width: 1024px) {
	.berocket_single_filter_widget .bapf_slidr_all .bapf_tbprice {
		top: 10px !important;
	}
}

.berocket_single_filter_widget .bapf_slidr_all .bapf_from, .berocket_single_filter_widget .bapf_slidr_all .bapf_to {
	position: relative;
	flex: 0 1 48%;
}

@media only screen and (max-width: 1440px) {
	.berocket_single_filter_widget .bapf_slidr_all .bapf_from, .berocket_single_filter_widget .bapf_slidr_all .bapf_to {
		flex: 0 1 100%;
		width: 100%;
	}
}

.berocket_single_filter_widget .bapf_slidr_all .bapf_from .bapf_tbprice, .berocket_single_filter_widget .bapf_slidr_all .bapf_to .bapf_tbprice {
	position: absolute;
	left: 10px;
	top: 5px;
}

.berocket_single_filter_widget .bapf_slidr_all .bapf_from input, .berocket_single_filter_widget .bapf_slidr_all .bapf_to input {
	width: 100% !important;
	padding: 10px 25px !important;
	font-family: "Montserrat" !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 10px !important;
	line-height: 10px !important;
	letter-spacing: 1.2px !important;
	color: #222 !important;
}

.berocket_single_filter_widget .bapf_slidr_all .bapf_from {
	margin: 0 10px 0 0 !important;
}

@media only screen and (max-width: 1440px) {
	.berocket_single_filter_widget .bapf_slidr_all .bapf_from {
		margin: 0 0 15px 0 !important;
	}
}

.berocket_single_filter_widget .bapf_slidr_all .bapf_to {
	margin: 0 !important;
}

.berocket_single_filter_widget .bapf_slidr_jqrui .bapf_slidr_main {
	margin-bottom: 25px !important;
}

.berocket_single_filter_widget .divi_slider_class .bapf_slidr_all .bapf_slidr_main.ui-widget-content {
	flex: 0 1 100%;
	order: -1;
}

@media only screen and (max-width: 1440px) {
	.berocket_single_filter_widget .divi_slider_class .bapf_slidr_all .bapf_slidr_main.ui-widget-content {
		flex: unset;
	}
}

.berocket_single_filter_widget .divi_slider_class .bapf_slidr_all .bapf_slidr_main.ui-slider .ui-slider-range {
	background: #000 !important;
}

.dashboard-sort .select2-container {
	z-index: 20 !important;
}

.dashboard-sort .select2-dropdown {
	z-index: 20 !important;
}

.tabs__list {
	display: flex;
}

.tabs__list li {
	padding: 1.5px 15px;
	border-left: 1px solid #a69b97;
}

@media only screen and (max-width: 568px) {
	.tabs__list li {
		padding: 2px 10px;
		border-color: rgba(0, 0, 0, .2);
	}
}

.tabs__list li:first-of-type {
	padding-left: 0;
	border-left: none;
}

.tabs__btn {
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.64;
	text-align: center;
	text-transform: uppercase;
	color: #a69b97;
	transition: color .3s;
}

.tabs__btn:hover {
	color: #594f42;
}

@media only screen and (max-width: 568px) {
	.tabs__btn {
		font-size: 10px;
		text-transform: none;
		line-height: 1.6;
		letter-spacing: .6px;
		color: #666;
	}
}

.tabs__btn.active {
	color: #594f42;
}

@media only screen and (max-width: 568px) {
	.tabs__btn.active {
		color: #0d0d0d;
	}
}

.tabs__item {
	display: none;
}

.tabs__item.active {
	display: block;
}

.footer {
	background-color: #393c4b;
	position: relative;
}

.footer__inner {
	display: flex;
	flex-direction: column;
}

.footer__body {
	display: flex;
	justify-content: space-between;
	padding: 60px 0 30px 0;
	border-bottom: 1px solid #595b68;
}

@media only screen and (max-width: 1024px) {
	.footer__body {
		flex-direction: column;
		padding: 30px 0;
	}
}

@media only screen and (max-width: 568px) {
	.footer__body {
		padding: 20px 0;
	}
}

.footer__column {
	flex: 0 1 20%;
	padding: 0 20px;
}

.footer__column:nth-child(1) {
	flex: 0 1 20%;
}

@media only screen and (max-width: 1024px) {
	.footer__column {
		flex: 0 1 100%;
		margin: 0 0 20px 0;
		padding: 20px 0;
		border-bottom: 1px solid #595b68;
	}
	
	.footer__column:nth-child(1) {
		order: 10;
		margin: 0;
		border-bottom: none;
	}
	
	.footer__column:nth-child(5) {
		display: flex;
		justify-content: space-between;
		border-bottom: none;
	}
	
	.footer__column:nth-child(5) .footer__column-block {
		flex: 0 1 50%;
	}
	
	.footer__column:nth-child(5) .footer__list {
		-moz-column-count: unset;
		column-count: unset;
	}
	
	.footer__column:nth-child(5) .footer__column-title::before {
		display: none;
	}
	
	.footer__column:nth-child(5) .footer__column-title::after {
		display: none;
	}
}

@media only screen and (max-width: 568px) {
	.footer__column:nth-child(5) {
		display: flex;
		flex-direction: column;
		padding: 20px 0 0 0;
	}
	
	.footer__column:nth-child(5) .footer__column-block {
		flex: 0 1 100%;
		margin: 0 20px 0 0;
	}
}

.footer__block .footer__socials-desktop {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.footer__block {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.footer__block .footer__socials-desktop {
		display: flex;
	}
}

@media only screen and (max-width: 568px) {
	.footer__block .footer__socials-desktop {
		display: none;
	}
}

.footer__title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 24px 0;
}

@media only screen and (max-width: 1024px) {
	.footer__title {
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 568px) {
	.footer__title {
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		line-height: 30px;
	}
}

.footer__text {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	color: #ccc;
	margin: 0 0 24px 0;
}

@media only screen and (max-width: 1024px) {
	.footer__text {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
	}
}

.footer__text.shift {
	margin: 0 0 75px 0;
}

@media only screen and (max-width: 568px) {
	.footer .sib_signup_form {
		width: 100%;
	}
}

.footer .sib_signup_box_inside_3 {
	display: flex;
}

@media only screen and (max-width: 1024px) {
	.footer .sib_signup_box_inside_3 {
		flex: 0 1 65%;
		margin: 0 20px 0 0;
	}
}

@media only screen and (max-width: 568px) {
	.footer .sib_signup_box_inside_3 {
		flex: 0 1 100%;
		flex-direction: column;
	}
}

.footer .sib_signup_box_inside_3 input {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	outline: none;
	border-radius: 5px;
	margin: 0 15px 0 0;
	padding: 15px;
}

@media only screen and (max-width: 1024px) {
	.footer .sib_signup_box_inside_3 input {
		width: 100%;
	}
}

@media only screen and (max-width: 568px) {
	.footer .sib_signup_box_inside_3 input {
		width: 100%;
		margin: 0 0 15px 0;
	}
}

.footer .sib_signup_box_inside_3 .sib-default-btn {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	border-radius: 5px;
	text-transform: uppercase;
	text-align: center;
	color: #433e3a;
	background-color: #fbdfbb;
	padding: 15px 30px;
}

@media only screen and (max-width: 568px) {
	.footer .sib_signup_box_inside_3 .sib-default-btn {
		width: 100%;
	}
}

.footer__column-title {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #9c9c9c;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 1024px) {
	.footer__column-title {
		font-family: "Montserrat";
		font-style: normal;
		font-weight: 600;
		font-size: 18px;
		line-height: 24px;
		color: #fff;
		margin: 0 0 20px 0;
		cursor: pointer;
		position: relative;
	}
	
	.footer__column-title::before {
		content: "";
		width: 15px;
		height: 3px;
		background-color: #fff;
		position: absolute;
		right: 30px;
		top: 10px;
	}
	
	.footer__column-title::after {
		content: "";
		width: 15px;
		height: 3px;
		background-color: #fff;
		position: absolute;
		right: 30px;
		top: 10px;
		transform: rotate(-90deg);
		transition: transform .3s ease 0s;
	}
	
	.footer__column-title.active::after {
		transform: rotate(0deg);
	}
}

.footer__column-content {
	transition: all .3s;
}

@media only screen and (max-width: 1024px) {
	.footer__column-content {
		visibility: hidden;
		opacity: 0;
		height: 0;
	}
	
	.footer__column-content.active {
		visibility: visible;
		opacity: 1;
		height: auto;
	}
}

.footer__list {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.footer__list {
		-moz-column-count: 2;
		column-count: 2;
		display: block;
	}
}

@media only screen and (max-width: 568px) {
	.footer__list {
		-moz-column-count: 1;
		column-count: 1;
	}
}

.footer__list li {
	margin: 0 0 15px 0;
}

.footer__list li:nth-last-child(1) {
	margin: 0;
}

.footer__list a {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	display: flex;
	align-items: center;
	transition: color .3s;
}

.footer__list a:hover {
	color: #fbdfbb;
}

.footer__list a svg {
	margin: 0 10px 0 0;
}

@media only screen and (max-width: 1440px) {
	.footer__list a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1024px) {
	.footer__list a {
		font-family: "Montserrat";
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		color: #fff;
	}
}

.footer__schedule {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	display: flex;
	flex-direction: column;
	margin: 0 0 40px 0;
}

.footer__schedule span {
	white-space: nowrap;
}

.footer__socials {
	margin: 40px 0 0 0;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1024px) {
	.footer__socials {
		display: none;
	}
}

@media only screen and (max-width: 568px) {
	.footer__socials {
		display: flex;
		justify-content: center;
	}
}

.footer__socials-item {
	margin: 0 15px 0 0;
}

.footer__socials-item:nth-last-child(1) {
	margin: 0;
}

.footer__socials-link svg {
	transition: transform .3s;
}

.footer__socials-link:hover svg {
	transform: scale(1.1);
}

.footer__bottom {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}

@media only screen and (max-width: 568px) {
	.footer__bottom {
		padding: 20px 0;
		flex-direction: column;
		align-items: center;
	}
}

@media only screen and (max-width: 568px) {
	.footer__logo {
		margin: 0 0 25px 0;
	}
}

.footer__rights {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #ccc;
}

@media only screen and (max-width: 568px) {
	.footer__rights {
		text-align: center;
	}
}

.breadcrumbs {
	padding: 25px 0;
}

@media only screen and (max-width: 568px) {
	.breadcrumbs {
		padding: 10px 0;
	}
}

.breadcrumbs.breadcrumbs-with-container {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
	.breadcrumbs.breadcrumbs-with-container {
		padding: 25px 60px;
	}
}

@media only screen and (max-width: 1600px) {
	.breadcrumbs.breadcrumbs-with-container {
		max-width: 1400px;
		padding: 25px 0;
	}
}

@media only screen and (max-width: 1440px) {
	.breadcrumbs.breadcrumbs-with-container {
		max-width: 1200px;
	}
}

@media only screen and (max-width: 1280px) {
	.breadcrumbs.breadcrumbs-with-container {
		padding: 15px 20px;
	}
}

@media only screen and (max-width: 768px) {
	.breadcrumbs.breadcrumbs-with-container {
		padding: 15px 30px;
	}
}

@media only screen and (max-width: 568px) {
	.breadcrumbs.breadcrumbs-with-container {
		padding: 10px 15px;
	}
}

.breadcrumbs__list {
	display: flex;
	align-items: center;
}

.breadcrumbs__item {
	padding: 2px 20px;
	text-align: center;
	display: flex;
	border-right: 1px solid #9c9c9c;
	position: relative;
}

.breadcrumbs__item:nth-child(1) {
	padding: 0 20px 0 0;
}

@media only screen and (max-width: 375px) {
	.breadcrumbs__item:nth-child(1) {
		padding: 0 10px 0 0;
	}
}

.breadcrumbs__item:nth-last-child(1) {
	border-right: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.breadcrumbs__item:nth-last-child(1) .breadcrumbs__link {
	pointer-events: none;
	color: #9c9c9c;
	font-weight: 500;
	display: inline;
}

@media only screen and (max-width: 1024px) {
	.breadcrumbs__item:nth-last-child(2) {
		display: block;
		border-right: none;
		padding: 2px 15px;
	}
	
	.breadcrumbs__item:nth-last-child(2)::after {
		content: "";
		position: absolute;
		display: block;
		width: 5px;
		height: 5px;
		left: 0;
		top: 50%;
		transform: rotate(45deg) scale(-1);
		margin: -3px 0 0 -3px;
		border: solid;
		border-color: #393c4b;
		border-width: 1px 1px 0 0;
	}
}

@media only screen and (max-width: 1024px) {
	.breadcrumbs__item {
		display: none;
	}
}

@media only screen and (max-width: 375px) {
	.breadcrumbs__item {
		padding: 0 10px;
	}
}

.breadcrumbs__link {
	color: #393c4b;
	text-transform: uppercase;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 23px;
	display: block;
}

@media only screen and (max-width: 568px) {
	.breadcrumbs__link {
		font-size: 12px;
	}
}

.pagination {
	margin: 40px 0;
	display: flex;
	justify-content: center;
}

.pagination__list, ul.page-numbers {
	display: flex;
	align-items: center;
}

.pagination__item, ul.page-numbers li {
	margin: 0 10px;
	border: 1px solid transparent;
}

.pagination__item:nth-child(1) a, ul.page-numbers li:nth-child(1) a {
	border: 1px solid #0d0d0d;
}

.pagination__item:nth-last-child(1) a, ul.page-numbers li:nth-last-child(1) a {
	border: 1px solid #0d0d0d;
}

.pagination__link, a.page-numbers, span.page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid transparent;
	transition: background-color .3s, color .3s, border-color .3s;
}

.pagination__link:hover, a.page-numbers:hover {
	background-color: #0d0d0d;
	border-color: #0d0d0d;
	color: #fff;
}

.pagination__link:hover svg path, a.page-numbers:hover svg path {
	stroke: #fff;
}

.pagination__link.active, ul.page-numbers li span.current {
	background-color: #0d0d0d;
	border-color: #0d0d0d;
	color: #fff;
}

.pagination__link svg path, a.page-numbers svg path {
	transition: stroke .3s;
}

.view_wrap {
	display: flex;
	justify-content: flex-end;
	bottom: 5%;
	right: 5%;
	position: absolute;
	z-index: 1000;
}

.view_wrap .view_btn {
	box-sizing: border-box;
	width: 87px;
	height: 87px;
	border-radius: 50%;
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, .9);
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .25));
}

.view_wrap .view_btn:hover {
	text-decoration: none;
	width: 87px;
	height: 87px;
	background: rgba(255, 255, 255, .9);
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .25));
}

.spin_modal {
	left: 0;
	bottom: 0;
	margin: 45px auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 800px;
	max-height: 800px;
	display: none;
	z-index: 5000;
	box-sizing: border-box;
}

.spin_modal.show {
	display: flex;
}

.spin_modal .close_spin_modal {
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 1125;
	display: block;
	width: 28px;
	height: 28px;
	box-sizing: border-box;
}

@media only screen and (max-width: 568px) {
	.spin_modal .close_spin_modal {
		right: unset !important;
		left: 12px !important;
	}
}

.spin_modal .close_spin_modal:before, .spin_modal .close_spin_modal:after {
	position: absolute;
	left: 13px;
	content: " ";
	height: 29px;
	width: 2px;
	background-color: #999;
}

.spin_modal .close_spin_modal:before {
	transform: rotate(45deg);
}

.spin_modal .close_spin_modal:after {
	transform: rotate(-45deg);
}

.spin_modal .close_spin_modal:hover {
	background-color: #000;
	border-radius: 50%;
	transition: .3ms ease-in-out;
}

.spin_modal .close_spin_modal:hover:before, .spin_modal .close_spin_modal:hover:after {
	background-color: #fff;
	height: 15px;
	top: 6px;
}

.spin_modal div.Sirv {
	display: flex;
	align-items: center;
}

.spin_modal .smv .smv-button-fullscreen {
	right: auto;
	left: 0;
}

.spin_drop {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: opacity .3s, visibility 0s .3s;
	z-index: 1009;
}

.spin_modal.show ~ .spin_drop {
	opacity: .7;
	pointer-events: auto;
	visibility: visible;
	transition-delay: 0s;
}

.make_offer_modal {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	padding: 100px;
	background: rgba(0, 0, 0, .6);
	-webkit-backdrop-filter: blur(12.5px);
	backdrop-filter: blur(12.5px);
	overflow: auto;
}

@media only screen and (max-width: 1024px) {
	.make_offer_modal {
		padding: 20px;
	}
}

@media only screen and (max-width: 568px) {
	.make_offer_modal {
		padding: 0;
	}
}

.make_offer_modal.active {
	display: flex;
}

.make_offer_modal * {
	box-sizing: border-box;
}

.make_offer_content {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	padding: 40px;
	position: relative;
	border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
	.make_offer_content {
		padding: 20px;
	}
}

@media only screen and (max-width: 568px) {
	.make_offer_content {
		width: 100%;
		height: 100%;
		overflow: auto;
		border-radius: 0;
	}
}

.make_offer_content p {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.make_offer_content p input[type=submit] {
	padding: 10px 30px;
	cursor: pointer;
	background-color: #222;
	border: 1px solid #222 !important;
	border-radius: 2px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 139.9%;
	text-align: center;
	color: #fff;
}

@media only screen and (max-width: 568px) {
	.make_offer_content p input[type=submit] {
		width: 100%;
	}
}

.make_offer_content p input[type=submit]:hover {
	color: #222;
	background-color: transparent;
}

.form_description .form_title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 27px;
	color: #000;
	margin: 0 0 15px 0;
}

.form_description p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	justify-content: flex-start;
}

.form_message {
	margin: 0 0 15px 0;
}

.form_message p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #000;
}

@media only screen and (max-width: 568px) {
	.form_message p {
		text-align: left;
	}
}

.make_offer_content .form_description {
	margin: 0 0 50px 0;
}

.make_offer_content label input {
	box-sizing: border-box;
	height: 35px;
	border: 1px solid #000;
	margin-top: 6px;
}

.make_offer_content form > p {
	flex-direction: column;
	align-items: center;
}

.make_offer_content form > p .wpcf7-spinner {
	margin: 10px 0;
}

.make_offer_modal_header {
	position: absolute;
	right: 15px;
	top: 0;
}

.form-inquiry-wrapper {
	display: flex;
	justify-content: space-between;
	margin: 0 0 50px 0;
}

@media only screen and (max-width: 1024px) {
	.form-inquiry-wrapper {
		flex-direction: column;
		margin: 0 0 20px 0;
	}
}

.form-inquiry-wrapper .product_in_form-mobile {
	padding: 0;
	justify-content: space-between;
	margin: 0 0 20px 0;
	display: none;
}

@media only screen and (max-width: 1024px) {
	.form-inquiry-wrapper .product_in_form-mobile {
		display: flex;
	}
}

.form-inquiry-wrapper .product_in_form-mobile .product_information {
	padding: 0 10px 0 0;
}

.form-inquiry-wrapper .product_in_form-mobile .product_thumbnail {
	width: 81px;
	height: 81px;
}

.form-inquiry-wrapper .product_in_form-mobile .product_title {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #202020;
	margin: 0 0 10px 0;
}

.form-inquiry-wrapper .product_in_form-mobile .product_title p {
	display: flex;
	flex-direction: column;
}

.form-inquiry-wrapper .product_in_form-mobile .product_title p strong {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 15px;
	margin: 0 0 10px 0;
}

.form-inquiry-wrapper .product_in_form-mobile .product_price {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #000;
}

.form-inquiry-wrapper .product_in_form-mobile .product_price p {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
}

.form-inquiry-wrapper .product_in_form-mobile .product_price p i {
	font-style: normal;
	white-space: nowrap;
	margin: 0 10px 0 0;
}

.form-inquiry-wrapper .product_in_form-mobile .product_price p span bdi {
	display: flex;
	align-items: center;
}

.form-inquiry-wrapper .product_in_form-mobile .product_price p span bdi span {
	width: unset;
}

.form-inquiry-wrapper .product_in_form-mobile .product_price p .woocommerce-Price-amount {
	display: block;
	margin: 0 5px 0 0;
}

.form-inquiry-left-column {
	flex: 0 1 49%;
	padding: 0 10px;
	border-right: 1px solid #e6e6e6;
}

@media only screen and (max-width: 1024px) {
	.form-inquiry-left-column {
		flex: 0 1 100%;
		margin: 0;
		border-right: none;
		padding: 0;
	}
}

.form-inquiry-left-column p {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 568px) {
	.form-inquiry-left-column p {
		margin: 0;
	}
}

.form-inquiry-left-column p br {
	display: none;
}

.form-inquiry-left-column p label {
	display: flex;
	flex-direction: column;
	margin: 0 0 10px 0;
}

.form-inquiry-left-column p span {
	width: 100%;
	display: inline-block;
}

.form-inquiry-left-column p span input {
	width: 100%;
	width: 100%;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	text-align: left;
}

.form-inquiry-left-column .double_label {
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 568px) {
	.form-inquiry-left-column .double_label {
		margin: 0;
	}
}

.form-inquiry-left-column .double_label p {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	margin: 0;
}

@media only screen and (max-width: 568px) {
	.form-inquiry-left-column .double_label p {
		flex-direction: column;
	}
}

.form-inquiry-left-column .double_label p br {
	display: none;
}

.form-inquiry-left-column .double_label p label {
	flex: 0 1 48%;
}

@media only screen and (max-width: 568px) {
	.form-inquiry-left-column .double_label p label {
		flex: 0 1 100%;
		width: 100%;
		margin: 0 0 10px 0;
	}
}

.form-inquiry-left-column .double_label p label span {
	width: 100%;
	display: inline-block;
}

.form-inquiry-left-column .double_label p label span input {
	width: 100%;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
}

.form-inquiry-left-column .double_label p br {
	display: none;
}

.form-inquiry-rigth-column {
	flex: 0 1 49%;
	padding: 0 10px;
}

@media only screen and (max-width: 1024px) {
	.form-inquiry-rigth-column {
		padding: 0 0 35px 0;
		border-bottom: 1px solid #e6e6e6;
	}
}

.form-inquiry-rigth-column p {
	display: block;
}

.form-inquiry-rigth-column p label {
	display: flex;
	flex-direction: column;
}

.form-inquiry-rigth-column p label span {
	width: 100%;
	display: inline-block;
}

.form-inquiry-rigth-column p label span textarea {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	margin: 6px 0 0 0;
}

.form-inquiry-rigth-column .product_in_form {
	padding: 0;
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 1024px) {
	.form-inquiry-rigth-column .product_in_form {
		display: none;
	}
}

.form-inquiry-rigth-column .product_information {
	padding: 0 10px 0 0;
}

.form-inquiry-rigth-column .product_thumbnail {
	width: 81px;
	height: 81px;
}

.form-inquiry-rigth-column .product_title {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #202020;
	margin: 0 0 10px 0;
}

.form-inquiry-rigth-column .product_title p {
	display: flex;
	flex-direction: column;
}

.form-inquiry-rigth-column .product_title p strong {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 15px;
	margin: 0 0 10px 0;
}

.form-inquiry-rigth-column .product_price {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #000;
}

.form-inquiry-rigth-column .product_price p {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
}

.form-inquiry-rigth-column .product_price p i {
	font-style: normal;
	white-space: nowrap;
	margin: 0 10px 0 0;
}

.form-inquiry-rigth-column .product_price p span bdi {
	display: flex;
	align-items: center;
}

.form-inquiry-rigth-column .product_price p span bdi span {
	width: unset;
}

.form-inquiry-rigth-column .product_price p .woocommerce-Price-amount {
	display: block;
	margin: 0 5px 0 0;
}

.make_offer_modal .make_offer_modal_header {
	position: absolute;
	right: 15px;
	top: 10px;
	display: flex;
	width: 100%;
	justify-content: flex-end;
}

.make_offer_modal .close_offer_modal {
	width: 31px;
	height: 31px;
	border: 1px solid #000;
	display: flex;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	top: 15px;
}

@media only screen and (max-width: 568px) {
	.make_offer_modal .close_offer_modal {
		top: 0;
	}
}

.make_offer_modal .close_offer_modal:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 15px;
	height: 0;
	border: 1px solid #000;
	transform: translate(-50%, -50%) rotate(126.87deg);
}

.make_offer_modal .close_offer_modal:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 15px;
	height: 0;
	border: 1px solid #000;
	transform: translate(-50%, -50%) rotate(47.73deg);
}

.make_offer_modal .close_offer_modal:hover {
	background-color: #000;
	cursor: pointer;
}

.make_offer_modal .close_offer_modal:hover:before, .make_offer_modal .close_offer_modal:hover:after {
	border: 1px solid #fff;
}

.gallery-modal {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	padding: 10px;
	background: rgba(0, 0, 0, .6);
	-webkit-backdrop-filter: blur(12.5px);
	backdrop-filter: blur(12.5px);
	overflow: auto;
}

@media only screen and (max-width: 568px) {
	.gallery-modal {
		padding: 50px 0;
	}
}

.gallery-modal.preopen {
	visibility: hidden;
	opacity: 0;
}

.gallery-modal.show {
	display: flex;
	visibility: visible;
	opacity: 1;
	transition: opacity .15s ease;
}

.gallery-modal__content {
	width: 650px;
	position: relative;
}

@media only screen and (max-width: 768px) {
	.gallery-modal__content {
		width: 550px;
	}
}

@media only screen and (max-width: 1280px) and (max-height: 832px) {
	.gallery-modal__content {
		width: 500px;
	}
}

@media only screen and (max-width: 1536px) and (max-height: 864px) {
	.gallery-modal__content {
		width: 450px;
	}
}

@media only screen and (max-width: 1280px) and (max-height: 720px) {
	.gallery-modal__content {
		width: 450px;
	}
}

@media only screen and (max-width: 568px) {
	.gallery-modal__content {
		width: 100%;
	}
}

.gallery-modal__close-btn {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 100;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #b1b1b6;
	background-color: #f2f2f2;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 568px) {
	.gallery-modal__close-btn {
		top: -70px;
		right: 0;
		border: none;
		background-color: transparent;
	}
}

.gallery-modal__close-btn:hover svg {
	transform: rotate(90deg);
}

.gallery-modal__close-btn svg {
	width: 15px;
	height: 15px;
	transition: transform .3s;
}

@media only screen and (max-width: 568px) {
	.gallery-modal__close-btn svg {
		width: 20px;
		height: 20px;
	}
	
	.gallery-modal__close-btn svg path {
		stroke: white;
	}
}

.gallery-modal__zoom-btns {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 150px;
	right: 15px;
	z-index: 100;
}

@media only screen and (max-width: 768px) {
	.gallery-modal__zoom-btns {
		bottom: 120px;
	}
}

@media only screen and (max-width: 1280px) and (max-height: 832px) {
	.gallery-modal__zoom-btns {
		bottom: 100px;
	}
}

@media only screen and (max-width: 1536px) and (max-height: 864px) {
	.gallery-modal__zoom-btns {
		bottom: 90px;
	}
}

@media only screen and (max-width: 1280px) and (max-height: 720px) {
	.gallery-modal__zoom-btns {
		bottom: 90px;
	}
}

@media only screen and (max-width: 568px) {
	.gallery-modal__zoom-btns {
		bottom: unset;
		top: -55px;
		right: 60px;
	}
}

.gallery-modal__zoom-out {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 568px) {
	.gallery-modal__zoom-out svg path {
		fill: white;
	}
}

.gallery-modal__zoom-out.hidden {
	display: none;
}

.gallery-modal__zoom-out.active path {
	fill: black;
}

.gallery-modal__zoom-in {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 10px;
}

@media only screen and (max-width: 568px) {
	.gallery-modal__zoom-in svg path {
		fill: white;
	}
}

.gallery-modal__zoom-in.hidden {
	display: none;
}

.gallery-modal__zoom-in.unactive path {
	fill: #71717a;
}

@media only screen and (max-width: 568px) {
	.gallery-modal__bottom {
		display: none;
	}
}

.gallery-swiper-top {
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 568px) {
	.gallery-swiper-top {
		overflow: unset !important;
	}
}

@media only screen and (max-width: 568px) {
	.gallery-swiper-top .swiper-slide {
		overflow: hidden;
	}
}

.gallery-swiper-top .swiper-slide img {
	width: 662px;
	height: 662px;
}

@media only screen and (max-width: 768px) {
	.gallery-swiper-top .swiper-slide img {
		width: 550px;
		height: 550px;
	}
}

@media only screen and (max-width: 1280px) and (max-height: 832px) {
	.gallery-swiper-top .swiper-slide img {
		width: 500px;
		height: 500px;
	}
}

@media only screen and (max-width: 1536px) and (max-height: 864px) {
	.gallery-swiper-top .swiper-slide img {
		width: 450px;
		height: 450px;
	}
}

@media only screen and (max-width: 1280px) and (max-height: 720px) {
	.gallery-swiper-top .swiper-slide img {
		width: 450px;
		height: 450px;
	}
}

@media only screen and (max-width: 568px) {
	.gallery-swiper-top .swiper-slide img {
		width: 100%;
		height: auto;
	}
}

.gallery-swiper-top .swiper-slide-active img {
	transition: transform .3s;
	will-change: transform;
}

.gallery-swiper-top .swiper-slide-active img.zoom {
	transform: scale(1.4);
}

.gallery-swiper-top .swiper-pagination {
	display: none;
}

@media only screen and (max-width: 568px) {
	.gallery-swiper-top .swiper-pagination {
		display: block;
		z-index: -1;
		top: -60px !important;
		left: -40%;
		color: #fff;
		font-family: "Colgent", sans-serif;
		font-size: 21px;
		font-style: normal;
		font-weight: 400;
		line-height: 31.6px;
	}
}

.gallery-swiper-top .swiper-button-prev {
	top: 50%;
	bottom: 0;
	right: unset;
	left: 10px;
	transform: translate(0, 50%);
	width: 23px;
	height: 23px;
	border-radius: 50%;
	border: 1px solid #71717a;
	background-color: #f2f2f2;
	transition: color .3s, background-color .3s, border .3s;
}

@media (hover: hover) {
	.gallery-swiper-top .swiper-button-prev:hover {
		background-color: #000;
		border: 1px solid #000;
		color: #fff;
	}
}

@media (hover: none) {
	.gallery-swiper-top .swiper-button-prev:active {
		background-color: #000;
		border: 1px solid #000;
		color: #fff;
	}
}

.gallery-swiper-top .swiper-button-prev::after {
	font-size: 8px;
	color: #71717a;
	position: absolute;
	left: 8px;
	top: 6px;
}

.gallery-swiper-top .swiper-button-next {
	top: 50%;
	right: 10px;
	left: unset;
	bottom: 0;
	transform: translate(0, 50%);
	width: 23px;
	height: 23px;
	display: flex;
	justify-content: center;
	background-color: #f2f2f2;
	border-radius: 50%;
	border: 1px solid #71717a;
	transition: color .3s, background-color .3s, border .3s;
}

@media (hover: hover) {
	.gallery-swiper-top .swiper-button-next:hover {
		background-color: #000;
		border: 1px solid #000;
		color: #fff;
	}
}

@media (hover: none) {
	.gallery-swiper-top .swiper-button-next:active {
		background-color: #000;
		border: 1px solid #000;
		color: #fff;
	}
}

.gallery-swiper-top .swiper-button-next::after {
	font-size: 8px;
	color: #71717a;
	position: absolute;
	right: 8px;
	top: 6px;
}

.gallery-swiper-bottom {
	padding: 0 38px;
}

.gallery-swiper-bottom .swiper-slide-thumb-active img {
	border: 1px solid #000;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
}

.gallery-swiper-bottom .swiper-button-prev {
	top: 50%;
	bottom: 0;
	right: unset;
	left: 0;
	transform: translate(0, 50%);
	width: 23px;
	height: 23px;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: transparent;
	transition: color .3s, background-color .3s, border .3s;
}

.gallery-swiper-bottom .swiper-button-prev:hover {
	background-color: #000;
	border: 1px solid #000;
}

.gallery-swiper-bottom .swiper-button-prev::after {
	font-size: 8px;
	color: #fff;
	position: absolute;
	left: 8px;
	top: 6px;
}

.gallery-swiper-bottom .swiper-button-next {
	top: 50%;
	right: 1px;
	left: unset;
	bottom: 0;
	transform: translate(0, 50%);
	width: 23px;
	height: 23px;
	border-radius: 50%;
	border: 1px solid #fff;
	transition: color .3s, background-color .3s, border .3s;
}

.gallery-swiper-bottom .swiper-button-next::after {
	font-size: 8px;
	color: #fff;
	position: absolute;
	right: 8px;
	top: 6px;
}

.gallery-swiper-bottom .swiper-button-next:hover {
	background-color: #000;
	border: 1px solid #000;
}

.services-contacts {
	width: 80%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	z-index: 2;
	background-color: #fff;
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, .25);
	border-radius: 20px;
	padding: 40px;
}

.services-contacts_relative {
	position: relative;
	left: unset;
	bottom: unset;
	transform: unset;
	width: unset;
	max-width: 980px;
	margin: 0 auto;
}

.services-contacts__inner {
	display: flex;
	justify-content: space-between;
}

.services-contacts__item {
	width: 33.333%;
	border-right: 2px solid #000;
	padding: 0 20px;
}

.services-contacts__item:nth-child(1) {
	width: 25%;
	padding: 0 20px 0 0;
}

.services-contacts__item:nth-child(2) {
	width: 40%;
}

.services-contacts__item:nth-last-child(1) {
	border: none;
}

.services-contacts__item-title {
	color: #000;
	font-family: "Colgent", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 29.9px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.services-contacts__item-body {
	display: flex;
	align-items: center;
}

.services-contacts__item-body svg {
	flex-shrink: 0;
	margin: 0 10px 0 0;
}

@media only screen and (max-width: 1440px) {
	.services-contacts__item-body svg {
		width: 18px;
		height: 18px;
	}
}

.services-contacts__item-link {
	color: #000;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
}

@media only screen and (max-width: 1440px) {
	.services-contacts__item-link {
		font-size: 16px;
	}
}

.brand-header {
	padding: 40px 0;
}

@media only screen and (max-width: 568px) {
	.brand-header {
		padding: 20px 0;
	}
}

.brand-header__inner {
	display: flex;
	flex-direction: column-reverse;
}

@media only screen and (max-width: 1024px) {
	.brand-header__inner {
		flex-direction: column;
	}
}

.brand-header__title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 56px;
	line-height: 69px;
	text-align: center;
	color: #000;
}

@media only screen and (max-width: 1024px) {
	.brand-header__title {
		font-size: 48px;
		line-height: 59px;
		color: #000;
		text-align: left;
	}
}

@media only screen and (max-width: 568px) {
	.brand-header__title {
		font-weight: 400;
		font-size: 32px;
		line-height: 40px;
	}
}

.header-search {
	position: absolute;
	left: 0;
	top: -120%;
	width: 100%;
	height: 120%;
	z-index: 500;
	background-color: #393c4b;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 40px 20px 100px;
	transition: top .5s;
}

.header-search:hover .header__logo-tudor {
	filter: unset;
}

@media only screen and (max-width: 1024px) {
	.header-search {
		padding: 20px;
		bottom: 0;
	}
	
	.header-search .header__logo-tudor {
		display: none;
	}
}

.header-search.active {
	top: 0;
}

@media only screen and (max-width: 1024px) {
	.header-search.active {
		top: 35%;
	}
}

.header-search__body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media only screen and (max-width: 1024px) {
	.header-search__body {
		width: 95%;
	}
}

@media only screen and (max-width: 568px) {
	.header-search__body {
		width: 90%;
	}
}

.header-search__body .search-logo {
	margin: 0 0 15px 0;
	width: 150px;
}

.header-search__body ul:not(:is(form *)) {
	margin: 15px 0 0 0;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1024px) {
	.header-search__body ul:not(:is(form *)) {
		display: none;
	}
}

.header-search__body ul:not(:is(form *)) li {
	margin: 0 15px 0 0;
}

.header-search__body ul:not(:is(form *)) li:nth-child(1) {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	opacity: .64;
	padding: 0 15px 0 0;
	border-right: 1px solid #595b68;
}

.header-search__body ul:not(:is(form *)) li:nth-last-child(1) {
	margin: 0;
}

.header-search__body ul:not(:is(form *)) li a {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-transform: capitalize;
	color: #fff;
	transition: opacity .3s;
}

.header-search__body ul:not(:is(form *)) li a:hover {
	opacity: .64;
}

.header-search__form {
	width: 100%;
	position: relative;
}

.header-search__form input {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	width: 100%;
	padding: 16px 16px 16px 30px;
	background: #fff;
	border: .5px solid #fff;
	border-radius: 8px;
	outline: none;
}

.header-search__form input::-moz-placeholder {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	opacity: .64;
}

.header-search__form input::placeholder {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	opacity: .64;
}

.header-search__form input:-webkit-autofill, .header-search__form input:-webkit-autofill:hover, .header-search__form input:-webkit-autofill:focus {
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.header-search__form img {
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translate(0, -50%);
}

.header-search__close-btn {
	position: relative;
	top: -60px;
	transition: transform .3s;
}

@media only screen and (max-width: 1024px) {
	.header-search__close-btn {
		top: 35px;
	}
}

.header-search__close-btn:hover {
	transform: rotate(90deg);
}

.rlx-push {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	padding: 90px 8% 0 8%;
	gap: 8px;
}

@media only screen and (max-width: 768px) {
	.rlx-push {
		grid-template-columns: repeat(6, 1fr);
		padding: 60px 7% 0 7%;
		gap: 6px;
	}
}

.rlx-push_padding-all {
	padding: 90px 8% 90px 8%;
}

@media only screen and (max-width: 768px) {
	.rlx-push_padding-all {
		padding: 60px 7% 60px 7%;
	}
}

.rlx-push_no-padding {
	padding: 0 8%;
}

@media only screen and (max-width: 768px) {
	.rlx-push_no-padding {
		padding: 0 7%;
	}
}

.rlx-push_pb {
	padding: 0 8% 90px 8%;
}

@media only screen and (max-width: 768px) {
	.rlx-push_pb {
		padding: 0 7% 60px 7%;
	}
}

.rlx-push__inner {
	overflow: hidden;
	grid-column: 1/-1;
	cursor: pointer;
	padding: 5px;
}

.rlx-push__inner .rlx-banner {
	margin: 0 0 10px 0;
	overflow: hidden;
}

.rlx-push__inner .rlx-banner:hover img {
	transform: scale(1.1);
}

.rlx-push__inner .rlx-banner img {
	transition: transform .3s;
}

.rlx-push__inner h3 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	color: #472c21;
	font-family: Helvetica, Arial, sans-serif;
}

.rlx-push__inner h3:nth-child(1) {
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px) {
	.rlx-push__inner h3 {
		font-size: 24px;
	}
}

.rlx-push__inner span {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
	color: #472c21;
	font-family: Helvetica, Arial, sans-serif;
}

.rlx-push__inner p {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 15px 0;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.6;
	width: 50%;
}

@media only screen and (max-width: 1024px) {
	.rlx-push__inner p {
		width: 60%;
	}
}

@media only screen and (max-width: 768px) {
	.rlx-push__inner p {
		font-size: 18px;
		width: 100%;
	}
}

.rlx-push__inner a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	align-items: center;
	color: #127749;
	max-width: 150px;
	white-space: nowrap;
	outline: none;
}

.rlx-push__inner a:focus-visible {
	outline: 2px solid #127749;
}

.rlx-push__inner a img {
	width: 12px;
	height: 12px;
	margin: 0 0 0 6px;
}

.rlx-push__grid-container {
	display: grid;
	gap: 8px;
	row-gap: 60px;
}

.rlx-push__grid-container p {
	width: 100%;
	padding: 0 40px 0 0;
}

@media only screen and (max-width: 768px) {
	.rlx-push__grid-container p {
		padding: 0 20px 0 0;
	}
}

.rlx-push__grid-container_x2 {
	grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 768px) {
	.rlx-push__grid-container_x2 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.rlx-push__grid-container_x3 {
	grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 768px) {
	.rlx-push__grid-container_x3 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.rlx-push__grid-container_x3 h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	color: #472c21;
	font-family: Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
	.rlx-push__grid-container_x3 h3 {
		font-size: 18px;
	}
}

.rlx-push__grid-item {
	overflow: hidden;
	cursor: pointer;
	padding: 5px;
}

.rlx-push__grid-item:hover .rlx-push__grid-image img {
	transform: scale(1.1);
}

.rlx-push__grid-image {
	margin: 0 0 10px 0;
	position: relative;
	overflow: hidden;
}

.rlx-push__grid-image img {
	transition: transform .3s;
}

.rlx-push__grid-image .push-link-fixed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: unset;
}

.rlx-watches {
	padding: 90px 8% 0 8%;
}

@media only screen and (max-width: 768px) {
	.rlx-watches {
		padding: 60px 7% 0 7%;
	}
}

.rlx-watches_padding-all {
	padding: 90px 8% 90px 8%;
}

@media only screen and (max-width: 768px) {
	.rlx-watches_padding-all {
		padding: 60px 7% 60px 7%;
	}
}

.rlx-watches h3 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	color: #472c21;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px) {
	.rlx-watches h3 {
		font-size: 24px;
	}
}

.rlx-watches__grid-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	row-gap: 40px;
}

@media only screen and (max-width: 768px) {
	.rlx-watches__grid-container {
		grid-template-columns: repeat(2, 1fr);
		gap: 6px;
		row-gap: 30px;
	}
}

.rlx-watches__card {
	position: relative;
}

.rlx-watches__card:hover h4 {
	color: #015f3a;
}

.rlx-watches__card:hover .rlx-watches__card-image img {
	transform: scale(1.1);
}

.rlx-watches__card span {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #472c21;
	font-weight: bold;
	line-height: 1.1;
}

@media only screen and (max-width: 768px) {
	.rlx-watches__card span {
		font-size: 12px;
	}
}

.rlx-watches__card h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #472c21;
	line-height: 1.2;
	transition: color .3s;
}

@media only screen and (max-width: 768px) {
	.rlx-watches__card h4 {
		font-size: 18px;
	}
}

.rlx-watches__card a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.rlx-watches__card-image {
	overflow: hidden;
	margin: 0 0 10px 0;
}

.rlx-watches__card-image img {
	transition: transform .3s;
}

.rlx-discover {
	position: relative;
}

.rlx-discover .swiper-pagination {
	bottom: 10px !important;
}

@media (max-width: 850px) {
	.rlx-discover .swiper-pagination.change-pagination-color .swiper-pagination-bullet::after {
		background: #127749;
	}
}

.rlx-discover .swiper-pagination-bullet {
	position: relative;
	opacity: 1 !important;
	width: 24px !important;
	height: 4px !important;
	padding-block: 10px;
	box-sizing: content-box;
	margin: 0 12px 0 0 !important;
	background: transparent !important;
	border-radius: 0 !important;
}

.rlx-discover .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 20px;
	top: 50%;
	height: 4px;
	transform: translate(0, -50%);
	background: #fff;
	border-radius: 4px;
	transition: width .2s, background .2s, transform .2s;
}

.rlx-discover .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 50px !important;
}

.rlx-discover .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	left: 0 !important;
	transform: translateY(-50%) !important;
	width: 100% !important;
}

.rlx-discover .discover-btn-prev, .rlx-discover .discover-btn-next {
	background-color: rgba(212, 212, 212, .2);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color .3s;
	z-index: 10;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
}

.rlx-discover .discover-btn-prev:hover, .rlx-discover .discover-btn-next:hover {
	background-color: #127749;
}

.rlx-discover .discover-btn-prev img, .rlx-discover .discover-btn-next img {
	width: 16px;
	height: 16px;
}

.rlx-discover .discover-btn-prev {
	left: 20px;
	display: none;
}

@media only screen and (max-width: 568px) {
	.rlx-discover .discover-btn-prev {
		display: none;
	}
}

.rlx-discover .discover-btn-prev img {
	transform: rotate(180deg);
	position: relative;
	right: 2px;
}

.rlx-discover .discover-btn-next {
	right: 20px;
}

@media only screen and (max-width: 568px) {
	.rlx-discover .discover-btn-next {
		display: none;
	}
}

.rlx-discover__slide {
	position: relative;
	height: 700px;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	padding: 0 8%;
}

@media (max-width: 850px) {
	.rlx-discover__slide.text-white-bg img {
		height: 75%;
	}
}

@media only screen and (max-width: 568px) {
	.rlx-discover__slide.text-white-bg img {
		height: 65%;
	}
}

.rlx-discover__slide.text-left .rlx-discover__slide-text {
	grid-column: 2/span 6;
}

@media (max-width: 850px) {
	.rlx-discover__slide.text-left .rlx-discover__slide-text {
		grid-column: 1/span 6;
	}
}

@media (max-width: 850px) {
	.rlx-discover__slide.text-left .rlx-discover__slide-text span {
		width: 100%;
	}
}

.rlx-discover__slide.text-left .rlx-discover__slide-text p {
	text-align: left;
}

.rlx-discover__slide.text-left .rlx-discover__slide-text a {
	align-self: flex-start;
	outline: none;
}

.rlx-discover__slide.text-left .rlx-discover__slide-text a:focus-visible {
	outline: 2px solid #127749;
}

@media only screen and (max-width: 1440px) {
	.rlx-discover__slide {
		height: 500px;
	}
}

@media (max-width: 850px) {
	.rlx-discover__slide {
		grid-template-columns: repeat(6, 1fr);
		padding: 0 7%;
		height: 900px;
	}
}

@media only screen and (max-width: 568px) {
	.rlx-discover__slide {
		height: 600px;
	}
}

.rlx-discover__slide img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.rlx-discover__slide-text {
	position: relative;
	grid-column: 9/span 5;
	align-self: center;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media (max-width: 850px) {
	.rlx-discover__slide-text {
		position: absolute;
		left: 50%;
		bottom: 70px;
		transform: translate(-50%, 0);
		align-items: center;
		width: 90%;
	}
}

@media only screen and (max-width: 568px) {
	.rlx-discover__slide-text {
		bottom: 50px;
	}
}

.rlx-discover__slide-text.slide-text-dark span {
	color: #000;
}

.rlx-discover__slide-text.slide-text-dark p {
	color: #000;
}

@media (max-width: 850px) {
	.rlx-discover__slide-text.slide-text-dark-mobile span {
		color: #000;
	}
}

@media (max-width: 850px) {
	.rlx-discover__slide-text.slide-text-dark-mobile p {
		color: #000;
	}
}

.rlx-discover__slide-text span {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	text-align: left;
	color: #fff;
	display: block;
	margin: 0 0 10px 0;
}

@media (max-width: 850px) {
	.rlx-discover__slide-text span {
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		line-height: 1.2;
		display: block;
		margin: 0 0 5px 0;
	}
}

@media only screen and (max-width: 480px) {
	.rlx-discover__slide-text span {
		font-size: 16px;
	}
}

.rlx-discover__slide-text p {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: normal;
	color: #fff;
	margin: 0 0 10px 0;
}

@media (max-width: 850px) {
	.rlx-discover__slide-text p {
		font-weight: bold;
		font-size: 24px;
		line-height: 1.1;
		text-align: center;
		white-space: nowrap;
		width: 100%;
	}
}

@media only screen and (max-width: 568px) {
	.rlx-discover__slide-text p {
		font-size: 22px;
	}
}

@media only screen and (max-width: 480px) {
	.rlx-discover__slide-text p {
		font-size: 18px;
	}
}

.rlx-discover__slide-text a {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: flex-start;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 38px;
	color: #fff;
	text-transform: uppercase;
	background-color: #127749;
	border: 1px solid #127749;
	padding: 5px 20px;
	border-radius: 50px;
	transition: filter .3s;
	outline: none;
}

.rlx-discover__slide-text a:focus-visible {
	outline: 2px solid #127749;
}

.rlx-discover__slide-text a:hover {
	filter: brightness(.9);
}

@media (max-width: 850px) {
	.rlx-discover__slide-text a {
		font-style: normal;
		font-weight: 400;
		font-size: 13.591px;
		line-height: 23px;
		padding: 12px 30px;
		text-align: center;
		align-self: center;
	}
}

.rlx-product {
	background: #f8f7f3;
}

.rlx-product_accessories .rlx-product__media-main {
	display: block;
}

.rlx-product_accessories .rlx-product__main {
	padding: 0 8% 40px 8%;
}

.rlx-product__main {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	padding: 0 8% 0 8%;
	gap: 8px;
}

@media only screen and (max-width: 1440px) {
	.rlx-product__main {
		grid-template-columns: repeat(12, 1fr);
		padding: 40px 8% 0 8%;
		gap: 8px;
	}
}

@media only screen and (max-width: 768px) {
	.rlx-product__main {
		grid-template-columns: repeat(6, 1fr);
		padding: 0 7% 0 7%;
		gap: 6px;
	}
}

.rlx-product__gallery {
	margin: 0 auto;
	width: 90%;
	display: flex;
	gap: 16px;
	align-items: center;
}

@media only screen and (max-width: 768px) {
	.rlx-product__gallery {
		display: none;
	}
}

.rlx-product__gallery-item {
	cursor: pointer;
	overflow: hidden;
	transition: transform .4s ease, box-shadow .4s ease;
}

.rlx-product__gallery-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.rlx-product__gallery-item:hover img {
	transform: scale(1.05);
}

.rlx-product__gallery-item img {
	transition: transform .4s ease;
}

.rlx-product__textbox {
	grid-column: 1/span 4;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: center;
}

@media only screen and (max-width: 1024px) {
	.rlx-product__textbox {
		grid-column: 1/span 6;
	}
}

@media only screen and (max-width: 768px) {
	.rlx-product__textbox {
		grid-column: 1/-1;
	}
}

.rlx-product__textbox p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	color: #472c21;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 768px) {
	.rlx-product__textbox p {
		font-size: 18px;
	}
}

.rlx-product__textbox h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 50px;
	font-weight: bold;
	line-height: normal;
	color: #472c21;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 768px) {
	.rlx-product__textbox h3 {
		font-size: 30px;
	}
}

.rlx-product__textbox span {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 300;
	color: #000;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 768px) {
	.rlx-product__textbox span {
		font-size: 18px;
	}
}

.rlx-product__textbox span img {
	width: 20px;
	height: 20px;
	margin: 0 0 0 10px;
}

.rlx-product__textbox a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	display: flex;
	font-weight: 600;
	align-items: center;
	color: #472c21;
	margin: 10px 0 0 0;
	transition: color .3s;
	outline: none;
}

.rlx-product__textbox a:focus-visible {
	outline: 2px solid #127749;
}

.rlx-product__textbox a:hover {
	color: #127749;
}

.rlx-product__textbox a:hover svg path {
	fill: #127749;
}

.rlx-product__textbox a svg {
	margin: 0 0 0 5px;
}

.rlx-product__textbox a svg path {
	fill: #472c21;
	transition: fill .3s;
}

.rlx-product__textbox a img {
	width: 12px;
	height: 12px;
	margin: 0 0 0 6px;
}

.rlx-product__textbox ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 400px;
	margin: 20px 0 0 0;
}

@media only screen and (max-width: 768px) {
	.rlx-product__textbox ul {
		flex-wrap: nowrap;
		justify-content: center;
		width: 100%;
	}
}

.rlx-product__textbox ul li {
	flex: 0 1 50%;
	margin: 0 0 24px 0;
}

@media only screen and (max-width: 768px) {
	.rlx-product__textbox ul li {
		flex: unset;
		margin: 0 30px 0 0;
	}
}

@media only screen and (max-width: 568px) {
	.rlx-product__textbox ul li {
		margin: 0 20px 0 0;
	}
}

.rlx-product__textbox ul li:nth-last-child(1) {
	margin: 0 0 24px 0;
}

@media only screen and (max-width: 768px) {
	.rlx-product__textbox ul li:nth-last-child(1) {
		margin: 0;
	}
}

.rlx-product__textbox ul li a {
	margin: 0;
	display: flex;
	align-items: center;
}

.rlx-product__textbox ul li a:hover span.text {
	color: #127749;
}

.rlx-product__textbox ul li a:hover svg path {
	fill: #127749;
}

.rlx-product__textbox ul li a span.media {
	background-color: #fff;
	margin: 0 8px 0 0;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rlx-product__textbox ul li a span.media svg {
	width: 18px;
	height: 18px;
	margin: 0;
	transition: fill .3s;
}

.rlx-product__textbox ul li a span.text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #472c21;
	text-transform: capitalize;
	transition: color .3s;
}

@media only screen and (max-width: 768px) {
	.rlx-product__textbox ul li a span.text {
		display: none;
	}
}

.rlx-product__media {
	grid-column: 5/span 4;
}

@media only screen and (max-width: 1440px) {
	.rlx-product__media {
		grid-column: 6/span 6;
	}
}

@media only screen and (max-width: 1024px) {
	.rlx-product__media {
		grid-column: 7/span 6;
	}
}

@media only screen and (max-width: 768px) {
	.rlx-product__media {
		grid-column: 1/-1;
		grid-row: 1;
		margin: 0 0 20px 0;
	}
}

.rlx-product__media .rlx-product-page-swiper {
	display: none;
}

@media only screen and (max-width: 768px) {
	.rlx-product__media .rlx-product-page-swiper {
		display: block;
	}
}

.rlx-product__media .swiper-pagination {
	display: none !important;
}

@media only screen and (max-width: 768px) {
	.rlx-product__media .swiper-pagination {
		display: block !important;
	}
}

.rlx-product__media .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: 20px !important;
	height: 0 !important;
	padding-block: 12px;
	margin: 0 12px 0 0 !important;
	background: transparent !important;
	border-radius: 0 !important;
	box-sizing: content-box;
	opacity: 1 !important;
}

.rlx-product__media .swiper-pagination .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 4px;
	transform: translateY(-50%);
	background: #fff;
	border-radius: 4px;
	pointer-events: none;
	transition: width .2s, background .2s, transform .2s;
}

.rlx-product__media .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 50px !important;
}

.rlx-product__media .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	background: #127749 !important;
}

.rlx-product__media-main {
	display: block;
}

@media only screen and (max-width: 768px) {
	.rlx-product__media-main {
		display: none;
	}
}

.info {
	position: relative;
	display: inline-block;
}

.info:hover .info-text {
	visibility: visible;
}

.info img {
	cursor: pointer;
}

.info-text {
	visibility: hidden;
	width: 440px;
	background-color: #f4f4f4;
	color: #333;
	text-align: left;
	border-radius: 8px;
	padding: 20px 15px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	position: absolute;
	z-index: 1;
	top: 120%;
	left: -60px;
}

@media only screen and (max-width: 1024px) {
	.info-text {
		width: 350px;
	}
}

@media only screen and (max-width: 768px) {
	.info-text {
		width: 300px;
	}
}

.modal-rolex-gallery {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fefaf9;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5000;
}

.modal-rolex-gallery.hidden {
	display: none;
}

.modal-rolex-gallery .modal-content {
	padding: 20px;
	max-width: 50%;
	position: relative;
	opacity: 0;
	transform: scale(.96);
	transform-origin: center center;
	transition: opacity .1s ease, transform .1s ease;
}

.modal-rolex-gallery .modal-content.animated {
	opacity: 1;
	transform: scale(1);
}

.modal-rolex-gallery .modal-content .modal-gallery {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 80vh;
}

.modal-rolex-gallery .modal-content .modal-gallery .custom-slider-wrapper {
	position: relative;
	max-width: 100%;
	max-height: 80vh;
}

.modal-rolex-gallery .modal-content .modal-gallery .custom-slider-wrapper .custom-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease;
	text-align: center;
}

.modal-rolex-gallery .modal-content .modal-gallery .custom-slider-wrapper .custom-slide.active {
	position: relative;
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.modal-rolex-gallery .modal-content .modal-gallery .custom-slider-wrapper .custom-slide img {
	width: 600px;
	-o-object-fit: contain;
	object-fit: contain;
}

@media only screen and (max-width: 1536px) and (max-height: 864px) {
	.modal-rolex-gallery .modal-content .modal-gallery .custom-slider-wrapper .custom-slide img {
		width: 450px;
	}
}

.modal-rolex-gallery .modal-content .modal-gallery .custom-button-prev, .modal-rolex-gallery .modal-content .modal-gallery .custom-button-next {
	position: absolute;
	background-color: #f0efed;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50% !important;
	transform: translate(0, -50%);
	transition: background-color .3s;
	cursor: pointer;
}

.modal-rolex-gallery .modal-content .modal-gallery .custom-button-prev svg, .modal-rolex-gallery .modal-content .modal-gallery .custom-button-next svg {
	width: 18px;
	height: 18px;
}

.modal-rolex-gallery .modal-content .modal-gallery .custom-button-prev svg path, .modal-rolex-gallery .modal-content .modal-gallery .custom-button-next svg path {
	transition: fill .3s;
}

.modal-rolex-gallery .modal-content .modal-gallery .custom-button-prev:hover, .modal-rolex-gallery .modal-content .modal-gallery .custom-button-next:hover {
	background-color: #127749;
}

.modal-rolex-gallery .modal-content .modal-gallery .custom-button-prev:hover svg path, .modal-rolex-gallery .modal-content .modal-gallery .custom-button-next:hover svg path {
	fill: #fff;
}

.modal-rolex-gallery .modal-content .modal-gallery .custom-button-prev {
	left: -50px;
}

.modal-rolex-gallery .modal-content .modal-gallery .custom-button-next {
	right: -50px;
}

.modal-rolex-gallery .modal-content .custom-bullets {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 16px;
}

.modal-rolex-gallery .modal-content .custom-bullets .custom-bullet {
	cursor: pointer;
	display: block;
	background: #d3d3d3;
	width: 20px;
	height: 4px;
	border-radius: 4px;
	margin: 0 12px 0 0;
	transition: background-color .3s, width .3s;
}

.modal-rolex-gallery .modal-content .custom-bullets .custom-bullet.active {
	background: #127749;
	width: 50px;
}

.modal-rolex-gallery #modalClose {
	position: absolute;
	top: 160px;
	right: 30px;
	background-color: #f0efed;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	cursor: pointer;
	transition: background-color .3s;
}

@media (max-width: 1300px) {
	.modal-rolex-gallery #modalClose {
		top: 50px;
	}
}

.modal-rolex-gallery #modalClose::before, .modal-rolex-gallery #modalClose::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 2px;
	background-color: #000;
	transition: background-color .3s;
}

.modal-rolex-gallery #modalClose::before {
	transform: rotate(45deg);
}

.modal-rolex-gallery #modalClose::after {
	transform: rotate(-45deg);
}

.modal-rolex-gallery #modalClose:hover {
	background-color: #127749;
}

.modal-rolex-gallery #modalClose:hover::before, .modal-rolex-gallery #modalClose:hover::after {
	background-color: #fff;
}

.rlx-banner {
	position: relative;
}

.rlx-banner .push-link-fixed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: unset;
}

.rlx-about {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	padding: 0 8% 0 8%;
	gap: 8px;
}

@media only screen and (max-width: 768px) {
	.rlx-about {
		grid-template-columns: repeat(6, 1fr);
		padding: 0 7% 0 7%;
		gap: 6px;
	}
}

.rlx-about__inner {
	grid-column: 1/-1;
	display: flex;
	align-items: center;
	gap: 100px;
}

@media only screen and (max-width: 1024px) {
	.rlx-about__inner {
		flex-direction: column;
		gap: 40px;
	}
}

@media only screen and (max-width: 1024px) {
	.rlx-about__faq {
		order: -1;
	}
}

.rlx-faq__item {
	padding: 20px 0;
	border-bottom: 1px solid #d4d4d4;
}

.rlx-faq__item:nth-child(1) {
	border-top: 1px solid #d4d4d4;
}

.rlx-faq__top {
	cursor: pointer;
}

.rlx-faq__title {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #472c21;
	line-height: 20px;
	position: relative;
	padding: 0 60px 0 0;
}

@media only screen and (max-width: 568px) {
	.rlx-faq__title {
		font-size: 16px;
	}
}

@media (max-width: 400px) {
	.rlx-faq__title {
		padding: 0 24px 0 0;
	}
}

.rlx-faq__title::before {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #472c21;
	position: absolute;
	right: 30px;
	top: 10px;
}

@media (max-width: 400px) {
	.rlx-faq__title::before {
		right: 0;
	}
}

.rlx-faq__title::after {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #472c21;
	position: absolute;
	right: 30px;
	top: 10px;
	transform: rotate(-90deg);
	transition: transform .3s ease 0s;
}

@media (max-width: 400px) {
	.rlx-faq__title::after {
		right: 0;
	}
}

.rlx-faq__title.active::after {
	transform: rotate(0deg);
}

.rlx-faq__body {
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: opacity .2s ease-in;
}

.rlx-faq__body.active {
	opacity: 1;
	overflow: visible;
	height: auto;
	padding: 20px 0 0 0;
}

.rlx-faq__body p {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.rlx-characteristics {
	padding: 0 8% 90px 8%;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 768px) {
	.rlx-characteristics {
		padding: 0 0 60px 0;
	}
}

.rlx-characteristics_accessories .rlx-characteristics__inner {
	border: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

@media only screen and (max-width: 568px) {
	.rlx-characteristics_accessories .rlx-characteristics__inner {
		grid-template-columns: repeat(2, 1fr);
	}
}

.rlx-characteristics a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	color: #fff;
	margin: 30px 0 0;
	background: #127849;
	padding: 8px 40px;
	border-radius: 30px;
	align-self: flex-start;
	outline: none;
}

.rlx-characteristics a:focus-visible {
	outline: 2px solid #127749;
}

.rlx-characteristics a .download-rolex_brochure {
	width: 12px;
	height: 12px;
	margin-right: 5px;
}

.rlx-characteristics a .download-rolex_brochure path {
	fill: #fff;
}

.rlx-characteristics__wrapper {
	background: #f4efeb;
	padding: 80px 60px;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.rlx-characteristics__wrapper {
		padding: 40px;
	}
}

.rlx-characteristics__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #dcd3ce;
}

.rlx-characteristics__column {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex: 1 1 calc(33.33% - 20px);
}

@media (max-width: 1024px) {
	.rlx-characteristics__column {
		flex: 1 1 calc(50% - 20px);
	}
}

.rlx-characteristics__item h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize;
	margin: 0 0 5px 0;
}

@media only screen and (max-width: 568px) {
	.rlx-characteristics__item h3 {
		font-size: 14px;
		line-height: normal;
	}
}

.rlx-characteristics__item span {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
}

@media only screen and (max-width: 568px) {
	.rlx-characteristics__item span {
		font-size: 14px;
	}
}

.rlx-itroduction {
	padding: 90px 0 0 0;
}

@media only screen and (max-width: 768px) {
	.rlx-itroduction {
		padding: 60px 0 0 0;
	}
}

.rlx-itroduction__inner {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	padding: 0 8%;
	gap: 8px;
}

@media only screen and (max-width: 768px) {
	.rlx-itroduction__inner {
		grid-template-columns: repeat(6, 1fr);
		padding: 0 7%;
		gap: 6px;
	}
}

.rlx-itroduction__left {
	grid-column: 1/span 6;
}

@media (max-width: 1400px) {
	.rlx-itroduction__left {
		grid-column: 1/span 7;
	}
}

@media only screen and (max-width: 1024px) {
	.rlx-itroduction__left {
		grid-column: span 9;
		grid-row: 1;
		margin: 0 0 10px 0;
	}
}

@media only screen and (max-width: 768px) {
	.rlx-itroduction__left {
		grid-column: 1/-1;
		margin: 0 0 20px 0;
	}
}

.rlx-itroduction__left h1, .rlx-itroduction__left span {
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
	color: #472c21;
	font-family: Helvetica, Arial, sans-serif;
}

@media (max-width: 1700px) {
	.rlx-itroduction__left h1, .rlx-itroduction__left span {
		font-size: 44px;
	}
}

@media (max-width: 1550px) {
	.rlx-itroduction__left h1, .rlx-itroduction__left span {
		font-size: 40px;
	}
}

@media (max-width: 1280px) {
	.rlx-itroduction__left h1, .rlx-itroduction__left span {
		font-size: 32px;
	}
}

@media only screen and (max-width: 768px) {
	.rlx-itroduction__left h1, .rlx-itroduction__left span {
		font-size: 33px;
	}
}

@media only screen and (max-width: 568px) {
	.rlx-itroduction__left h1, .rlx-itroduction__left span {
		font-size: 30px;
	}
}

.rlx-itroduction__left p {
	font-size: 20px;
	line-height: 1.6;
	font-family: Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
	.rlx-itroduction__left p {
		font-size: 18px;
	}
}

.rlx-itroduction__left p.bold {
	font-weight: bold;
}

.rlx-itroduction__left p.light {
	font-weight: 300;
}

.rlx-itroduction__right {
	display: flex;
	flex-direction: column;
	grid-column: 8/span 5;
}

@media (max-width: 1400px) {
	.rlx-itroduction__right {
		grid-column: 9/span 5;
	}
}

@media only screen and (max-width: 1024px) {
	.rlx-itroduction__right {
		grid-column: 1/-1;
		grid-row: 2;
	}
}

.rlx-itroduction__right p {
	font-size: 20px;
	line-height: 1.6;
	font-family: Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
	.rlx-itroduction__right p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 568px) {
	.rlx-itroduction__right p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 568px) {
	.rlx-itroduction__right p span {
		font-size: 16px;
	}
}

.rlx-itroduction__right p.bold {
	font-weight: bold;
}

.rlx-itroduction__right p.light {
	font-weight: light;
}

@media only screen and (max-width: 568px) {
	.rlx-family_search .rlx-family__grid-container {
		padding: 25px 7% 25px 7%;
		row-gap: 16px;
	}
}

.rlx-family__grid-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 90px 8% 90px 8%;
	gap: 8px;
	row-gap: 90px;
}

@media only screen and (max-width: 768px) {
	.rlx-family__grid-container {
		grid-template-columns: repeat(1, 1fr);
		padding: 60px 7% 60px 7%;
		gap: 6px;
		row-gap: 50px;
	}
}

.rlx-family__card {
	position: relative;
}

.rlx-family__card_search .rlx-family__card-title {
	font-size: 22px;
	margin: 0 0 5px 0;
}

@media (max-width: 850px) {
	.rlx-family__card_search .rlx-family__card-title {
		font-size: 20px;
	}
}

.rlx-family__card_search img {
	height: 100%;
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.rlx-family__card_search img {
		height: 250px;
	}
}

@media only screen and (max-width: 768px) {
	.rlx-family__card_search img {
		height: auto;
	}
}

.rlx-family__card:hover .rlx-family__card-media img {
	transform: scale(1.1);
}

.rlx-family__card a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.rlx-family__card-media {
	margin: 0 0 10px 0;
	overflow: hidden;
}

.rlx-family__card-media img {
	transition: transform .3s;
}

.rlx-family__card-desc {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	color: #472c21;
	margin: 0 0 5px 0;
}

@media only screen and (max-width: 768px) {
	.rlx-family__card-desc {
		font-size: 18px;
	}
}

.rlx-family__card-title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #472c21;
	line-height: 1.2;
	transition: color .3s;
}

@media only screen and (max-width: 768px) {
	.rlx-family__card-title {
		font-size: 24px;
	}
}

.rlx-background_f4efea {
	background-color: #f4efea;
	padding: 90px 0 0 0;
}

@media only screen and (max-width: 768px) {
	.rlx-background_f4efea {
		padding: 60px 0 0 0;
	}
}

.rlx-background_f9f7f4 {
	background-color: #f9f7f4;
	padding: 90px 0 0 0;
}

@media only screen and (max-width: 768px) {
	.rlx-background_f9f7f4 {
		padding: 60px 0 0 0;
	}
}

.rlx-background_f8f7f3 {
	background-color: #f8f7f3;
	padding: 90px 0 0 0;
}

@media only screen and (max-width: 768px) {
	.rlx-background_f8f7f3 {
		padding: 60px 0 0 0;
	}
}

.rlx-background_f4efeb {
	background-color: #f4efeb;
	padding: 90px 0 0 0;
}

@media only screen and (max-width: 768px) {
	.rlx-background_f4efeb {
		padding: 60px 0 0 0;
	}
}

.rlx-background_f4efea {
	background-color: #f4efea;
	padding: 90px 0 0 0;
}

@media only screen and (max-width: 768px) {
	.rlx-background_f4efea {
		padding: 60px 0 0 0;
	}
}

.rlx-background_no-padding {
	padding: 0;
}

.rlx-background_padding-all {
	padding: 90px 0 90px 0;
}

@media only screen and (max-width: 768px) {
	.rlx-background_padding-all {
		padding: 60px 0 60px 0;
	}
}

.rlx-exploring {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	padding: 90px 8% 90px 8%;
	gap: 8px;
}

@media only screen and (max-width: 768px) {
	.rlx-exploring {
		grid-template-columns: repeat(6, 1fr);
		padding: 60px 10% 60px 10%;
		gap: 6px;
	}
}

.rlx-exploring .swiper {
	padding: 0 0 40px 0;
}

.rlx-exploring .swiper .swiper-pagination-bullet {
	position: relative;
	width: 24px !important;
	height: 0 !important;
	padding-block: 12px;
	margin: 0 12px 0 0 !important;
	background: transparent !important;
	border-radius: 0 !important;
	box-sizing: content-box;
	opacity: 1 !important;
}

.rlx-exploring .swiper .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	left: 50%;
	right: 0;
	width: 24px;
	top: 50%;
	height: 4px;
	transform: translate(-50%, -50%);
	background: #ccc;
	border-radius: 4px;
	pointer-events: none;
	transition: width .2s, background .2s, transform .2s;
}

.rlx-exploring .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 50px !important;
}

.rlx-exploring .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	background: #127749 !important;
	left: 0 !important;
	transform: translateY(-50%) !important;
	width: 100% !important;
}

.rlx-exploring__inner {
	grid-column: 1/-1;
}

.rlx-exploring__title {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	color: #472c21;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 20px 0;
}

.rlx-exploring__body {
	position: relative;
}

.rlx-exploring__body .swiper-button-prev, .rlx-exploring__body .swiper-button-next {
	background-color: #d4d4d4;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50% !important;
	transform: translate(0, -80%);
	transition: background-color .3s;
}

.rlx-exploring__body .swiper-button-prev::after, .rlx-exploring__body .swiper-button-next::after {
	color: #000 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	transition: color .3s;
}

@media only screen and (max-width: 568px) {
	.rlx-exploring__body .swiper-button-prev::after, .rlx-exploring__body .swiper-button-next::after {
		font-size: 10px !important;
	}
}

.rlx-exploring__body .swiper-button-prev:hover, .rlx-exploring__body .swiper-button-next:hover {
	background-color: #127749;
}

.rlx-exploring__body .swiper-button-prev:hover::after, .rlx-exploring__body .swiper-button-next:hover::after {
	color: #fff !important;
}

@media only screen and (max-width: 568px) {
	.rlx-exploring__body .swiper-button-prev, .rlx-exploring__body .swiper-button-next {
		transform: translate(0, -120%);
		width: 26px;
		height: 26px;
		display: none;
	}
}

.rlx-exploring__body .swiper-button-prev {
	left: -45px !important;
	display: none;
}

.rlx-exploring__body .swiper-button-prev::after {
	position: relative;
	left: -2px !important;
}

@media only screen and (max-width: 568px) {
	.rlx-exploring__body .swiper-button-prev {
		left: -32px !important;
		display: none;
	}
}

.rlx-exploring__body .swiper-button-next {
	right: -45px !important;
}

.rlx-exploring__body .swiper-button-next::after {
	position: relative;
	right: -2px !important;
}

@media only screen and (max-width: 568px) {
	.rlx-exploring__body .swiper-button-next {
		right: -32px !important;
	}
}

.rlx-exploring__link:hover .rlx-exploring__slide-text {
	color: #127749;
}

.rlx-exploring__link:hover .rlx-exploring__slide-media img {
	transform: scale(1.1);
}

.rlx-exploring__slide-media {
	overflow: hidden;
	margin: 0 0 10px 0;
}

.rlx-exploring__slide-media img {
	transition: transform .3s ease;
}

.rlx-exploring__slide-text {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	color: #472c21;
	padding: 0 20px 0 0;
	font-family: Helvetica, Arial, sans-serif;
	transition: color .3s;
}

@media only screen and (max-width: 768px) {
	.rlx-exploring__slide-text {
		font-size: 18px;
	}
}

.rlx-header {
	padding: 0 20px;
	position: relative;
	background: linear-gradient(to right, #0b3e27, #197149);
}

.rlx-header.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 6000;
}

.rlx-header__inner {
	display: flex;
	flex-direction: column;
}

.rlx-header__base {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 110px;
}

.rlx-header__logo {
	width: 120px;
	height: 60px;
}

.rlx-header__desktop-nav ul {
	display: flex;
	align-items: center;
}

.rlx-header__desktop-nav ul li {
	margin: 0 15px;
}

.rlx-header__desktop-nav ul li a {
	font-size: 16px;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
	font-weight: 400;
	white-space: nowrap;
	transition: .3s;
	outline: none;
}

.rlx-header__desktop-nav ul li a:focus-visible {
	outline: 2px solid #9bf9ce;
}

.rlx-header__desktop-nav ul li a:hover {
	color: #9bf9ce;
	text-decoration: none;
}

.rlx-header__desktop-nav ul li a.active {
	color: #9bf9ce;
}

@media (max-width: 1440px) {
	.rlx-header__desktop-nav {
		display: none;
	}
}

.rlx-header__mobile-nav {
	display: none;
}

.rlx-header__mobile-nav span {
	display: flex;
	align-items: center;
	color: #fff;
	line-height: 1.1;
	font-size: 16px;
	cursor: pointer;
	font-weight: 500;
}

.rlx-header__mobile-nav span svg {
	position: relative;
	left: 5px;
	width: 12px;
	height: 12px;
	transition: transform 1s;
}

.rlx-header__mobile-nav span svg path {
	stroke: #fff;
}

.rlx-header__mobile-nav span svg.active {
	transform: rotateX(180deg);
}

@media (max-width: 1440px) {
	.rlx-header__mobile-nav {
		display: block;
	}
}

.rlx-header__mobile-nav ul {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s ease;
	position: absolute;
	top: 100%;
	left: 0;
	background: linear-gradient(to right, #0b3e27, #197149);
	width: 100%;
	z-index: 100;
}

.rlx-header__mobile-nav ul.active {
	display: flex;
	flex-direction: column;
	max-height: 500px;
	transition: max-height 1s ease;
}

.rlx-header__mobile-nav ul li a {
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
	font-weight: 400;
	padding: 14px 19px;
	transition: .3s;
	outline: none;
}

.rlx-header__mobile-nav ul li a:focus-visible {
	outline: 2px solid #9bf9ce;
}

.rlx-header__mobile-nav ul li a:hover {
	color: #9bf9ce;
	text-decoration: none;
}

.rlx-header__mobile-nav ul li a.active {
	color: #9bf9ce;
}

.rlx-breadcrumbs {
	height: 30px;
}

.rlx-breadcrumbs ul {
	display: flex;
	align-items: center;
}

.rlx-breadcrumbs ul li {
	position: relative;
	padding: 5px 10px 5px 0;
	margin: 0 15px 0 0;
	outline: none;
}

.rlx-breadcrumbs ul li:focus-visible {
	outline: 2px solid #9bf9ce;
}

@media only screen and (max-width: 568px) {
	.rlx-breadcrumbs ul li {
		display: none;
	}
}

.rlx-breadcrumbs ul li::after {
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	top: 50%;
	left: 100%;
	margin: -3px 0 0 -3px;
	border: solid;
	border-color: #fff;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
}

.rlx-breadcrumbs ul li:nth-last-child(1) {
	border-right: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rlx-breadcrumbs ul li:nth-last-child(1)::after {
	display: none;
}

.rlx-breadcrumbs ul li:nth-last-child(1) a {
	pointer-events: none;
	color: #61bd93;
}

@media only screen and (max-width: 568px) {
	.rlx-breadcrumbs ul li:nth-last-child(2) {
		display: block;
		margin: 0;
		padding: 0 0 0 15px;
	}
	
	.rlx-breadcrumbs ul li:nth-last-child(2):after {
		left: 0;
		top: 48%;
		transform: rotate(45deg) scale(-1);
	}
}

.rlx-breadcrumbs ul li a {
	display: flex;
	font-size: 16px;
	line-height: 1.1;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	transition: .3s;
	white-space: nowrap;
	outline: none;
}

.rlx-breadcrumbs ul li a:focus-visible {
	outline: 2px solid #9bf9ce;
}

@media only screen and (max-width: 767px) {
	.rlx-breadcrumbs ul li a {
		font-size: 12px;
	}
}

.rlx-breadcrumbs ul li a:hover {
	color: #61bd93;
}

.rlx-video__inner {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(12, 1fr);
	padding: 90px 8%;
}

@media only screen and (max-width: 768px) {
	.rlx-video__inner {
		padding: 60px 7%;
		grid-template-columns: repeat(6, 1fr);
		gap: 6px;
	}
}

.rlx-video__inner.no-padding {
	padding: 0 8% 90px 8%;
}

@media only screen and (max-width: 768px) {
	.rlx-video__inner.no-padding {
		padding: 0 7% 60px 7%;
	}
}

.rlx-video__media {
	grid-column: span 12;
	display: flex;
}

@media only screen and (max-width: 768px) {
	.rlx-video__media {
		grid-column: span 6;
	}
}

@media only screen and (max-width: 1440px) {
	.rlx-video__media iframe {
		height: 600px;
	}
}

@media only screen and (max-width: 1024px) {
	.rlx-video__media iframe {
		height: 400px;
	}
}

@media only screen and (max-width: 768px) {
	.rlx-video__media iframe {
		height: 300px;
	}
}

.rlx-textbox {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	padding: 0 8% 90px 8%;
	gap: 8px;
}

@media only screen and (max-width: 768px) {
	.rlx-textbox {
		grid-template-columns: repeat(6, 1fr);
		padding: 0 7% 60px 7%;
		gap: 6px;
	}
}

.rlx-textbox_padding {
	padding: 90px 8% 90px 8%;
}

@media only screen and (max-width: 768px) {
	.rlx-textbox_padding {
		padding: 60px 7% 60px 7%;
	}
}

.rlx-textbox_no-pb {
	padding: 90px 8% 0 8%;
}

@media only screen and (max-width: 768px) {
	.rlx-textbox_no-pb {
		padding: 60px 7% 0 7%;
	}
}

.rlx-textbox__inner {
	grid-column: 5/span 5;
	text-align: left;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1600px) {
	.rlx-textbox__inner {
		grid-column: 4/span 5;
	}
}

@media only screen and (max-width: 1440px) {
	.rlx-textbox__inner {
		grid-column: 3/span 8;
	}
}

@media only screen and (max-width: 768px) {
	.rlx-textbox__inner {
		grid-column: span 6;
	}
}

.rlx-textbox__inner h1 {
	margin: 0 0 20px 0;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
	color: #472c21;
	font-family: Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
	.rlx-textbox__inner h1 {
		font-size: 30px;
	}
}

.rlx-textbox__inner p {
	font-size: 20px;
	line-height: 1.6;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px) {
	.rlx-textbox__inner p {
		font-size: 18px;
	}
}

.rlx-textbox__inner p:nth-last-child(1) {
	margin: 0;
}

.rlx-textbox__inner p._30 {
	font-size: 30px;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.rlx-textbox__inner p._30 {
		font-size: 22px;
	}
}

.rlx-textbox__inner p.rlx-quote {
	font-family: "Georgia", serif;
	font-weight: normal;
	font-size: 50px;
	line-height: 1.2;
}

@media only screen and (max-width: 768px) {
	.rlx-textbox__inner p.rlx-quote {
		font-size: 30px;
	}
}

.rlx-textbox__inner p strong {
	font-weight: 800;
}

.rlx-textbox__inner h3 {
	margin: 0 0 20px 0;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
	color: #472c21;
	font-family: Helvetica, Arial, sans-serif;
}

.rlx-textbox__inner h3:nth-last-child(1) {
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.rlx-textbox__inner h3 {
		font-size: 30px;
	}
}

.rlx-textbox__inner h4 {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 700;
	display: block;
	margin: 0 0 5px 0;
	font-family: Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
	.rlx-textbox__inner h4 {
		font-size: 18px;
	}
}

.rlx-textbox__inner span {
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
	.rlx-textbox__inner span {
		font-size: 18px;
	}
}

.rlx-textbox__inner span.light {
	font-weight: 300;
}

.rlx-textbox__inner span.bold {
	font-weight: 700;
	margin: 0;
	display: block;
}

.rlx-textbox__inner img {
	margin: 0 0 40px 0;
	width: 240px;
	height: 120px;
}

@media only screen and (max-width: 768px) {
	.rlx-textbox__inner img {
		width: 120px;
		height: 60px;
		margin: 0 0 20px 0;
	}
}

.rlx-textbox__inner a {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: flex-start;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 14px;
	height: 44px;
	background-color: #127749;
	border: 1px solid #127749;
	padding: 0 30px;
	border-radius: 30px;
	transition: background-color .3s, color .3s;
	outline: none;
}

.rlx-textbox__inner a:focus-visible {
	outline: 2px solid #127749;
}

.rlx-textbox__inner a:hover {
	background-color: #fff;
	color: #127749;
}

.rlx-textbox__inner ul {
	list-style: disc;
	margin-left: 20px;
	font-size: 20px;
	line-height: 1.6;
	font-family: Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
	.rlx-textbox__inner ul {
		font-size: 18px;
	}
}

.rlx-textbox__inner ul li {
	margin: 0 0 8px 0;
}

.rlx-textbox__inner ul li:nth-last-child(1) {
	margin: 0;
}

.rlx-media {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	padding: 0 8% 90px 8%;
	gap: 8px;
}

@media only screen and (max-width: 768px) {
	.rlx-media {
		grid-template-columns: repeat(6, 1fr);
		padding: 0 7% 60px 7%;
		gap: 6px;
	}
}

.rlx-media_send {
	grid-row: 2;
	grid-template-columns: unset;
	grid-column: 2/span 10;
	margin: 40px 0 0 0;
}

@media only screen and (max-width: 768px) {
	.rlx-media_send {
		grid-template-columns: unset;
		grid-column: 1/-1;
		padding: 0;
	}
}

.rlx-media_padding {
	padding: 90px 8% 90px 8%;
}

@media only screen and (max-width: 768px) {
	.rlx-media_padding {
		padding: 60px 7% 60px 7%;
	}
}

.rlx-media_padding-small {
	padding: 0 8% 45px 8%;
}

@media only screen and (max-width: 768px) {
	.rlx-media_padding-small {
		padding: 0 7% 40px 7%;
	}
}

.rlx-media__picture_s {
	grid-column: 4/span 6;
}

@media only screen and (max-width: 1024px) {
	.rlx-media__picture_s {
		grid-column: 3/span 8;
	}
}

@media only screen and (max-width: 768px) {
	.rlx-media__picture_s {
		grid-column: 1/-1;
	}
}

.rlx-media__picture_s.img-scale {
	transform: scale(1.2);
}

.rlx-media__picture_m {
	grid-column: 2/span 10;
}

@media only screen and (max-width: 768px) {
	.rlx-media__picture_m {
		grid-column: 1/-1;
	}
}

.rlx-media__picture_l {
	grid-column: 1/-1;
}

.rlx-accessories-collection__inner {
	grid-template-columns: repeat(12, 1fr);
	padding: 90px 13% 90px 13%;
}

@media only screen and (max-width: 768px) {
	.rlx-accessories-collection__inner {
		grid-template-columns: repeat(6, 1fr);
		padding: 60px 8% 60px 8%;
		gap: 6px;
	}
}

.rlx-accessories-collection__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	max-width: 80%;
	margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
	.rlx-accessories-collection__grid {
		max-width: 90%;
	}
}

@media only screen and (max-width: 1024px) {
	.rlx-accessories-collection__grid {
		max-width: unset;
	}
}

@media only screen and (max-width: 768px) {
	.rlx-accessories-collection__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 4px;
	}
}

.rlx-accessories-collection__grid .rlx-banner {
	grid-column: 1/-1;
}

.rlx-accessories-card {
	background-color: #f4efeb;
	position: relative;
	overflow: hidden;
	padding: 24px;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 768px) {
	.rlx-accessories-card {
		padding: 16px;
	}
}

.rlx-accessories-card:hover img {
	transform: scale(1.1);
}

.rlx-accessories-card a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.rlx-accessories-card__media {
	display: flex;
	justify-content: center;
	align-items: center;
}

.rlx-accessories-card__media picture {
	display: flex;
	justify-content: center;
	align-items: center;
}

.rlx-accessories-card__media img {
	width: 225px;
	-o-object-fit: contain;
	object-fit: contain;
	transition: transform .3s;
}

.rlx-accessories-card__textbox {
	display: flex;
	flex-direction: column;
	gap: 4px;
	position: relative;
	z-index: 1;
}

.rlx-accessories-card__textbox h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #472c21;
	font-family: Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
	.rlx-accessories-card__textbox h3 {
		font-size: 14px;
	}
}

.rlx-accessories-card__textbox span {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

@media only screen and (max-width: 768px) {
	.rlx-accessories-card__textbox span {
		font-size: 12px;
	}
}

.rlx-accessories-card__textbox span.bold {
	font-weight: 600;
	color: #472c21;
}

.rlx-footer {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 8px;
	background: linear-gradient(to right, #0b3e27, #197149);
}

@media only screen and (max-width: 768px) {
	.rlx-footer {
		grid-template-columns: repeat(6, 1fr);
		gap: 6px;
	}
}

.rlx-footer__inner {
	display: flex;
	flex-direction: column;
	grid-column: 1/-1;
}

.rlx-footer__top {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 160px;
	border-bottom: 1px solid #326d51;
}

.rlx-footer__top img {
	width: 40px;
	height: 40px;
}

.rlx-footer__bottom {
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.rlx-footer__bottom a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1.1;
	font-weight: bold;
	color: #fff;
	outline: none;
	font-family: Helvetica, Arial, sans-serif;
}

.rlx-footer__bottom a:focus-visible {
	outline: 2px solid #9bf9ce;
}

.rlx-footer__bottom a img {
	width: 15px;
	height: 15px;
	margin: 0 0 5px 0;
	transform: rotate(-90deg);
}

.rlx-availability {
	padding: 0 8%;
}

@media only screen and (max-width: 768px) {
	.rlx-availability {
		padding: 0 7%;
	}
}

.rlx-availability .rlx-textbox {
	background-color: #f4efeb;
	padding: 90px 8% 90px 8%;
}

@media only screen and (max-width: 768px) {
	.rlx-availability .rlx-textbox {
		padding: 60px 7% 60px 7%;
	}
}

.rlx-availability .rlx-textbox__inner {
	grid-column: 3/span 8;
	text-align: center;
	align-items: center;
}

@media only screen and (max-width: 768px) {
	.rlx-availability .rlx-textbox__inner {
		grid-column: span 6;
	}
}

.rlx-availability .rlx-textbox__inner img {
	width: 120px;
	height: 60px;
}

.rlx-watch {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	padding: 90px 8% 90px 8%;
	gap: 8px;
}

@media only screen and (max-width: 768px) {
	.rlx-watch {
		grid-template-columns: repeat(6, 1fr);
		padding: 60px 7% 60px 7%;
		gap: 6px;
	}
}

.rlx-watch__title {
	margin: 0 0 50px 0;
	text-align: center;
	grid-column: 3/span 8;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
	color: #472c21;
	font-family: Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
	.rlx-watch__title {
		margin: 0 0 40px 0;
		grid-column: 2/span 4;
		font-size: 30px;
	}
}

.rlx-watch__link {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: flex-start;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 14px;
	height: 44px;
	background-color: #127749;
	border: 1px solid #127749;
	padding: 0 30px;
	border-radius: 30px;
	transition: background-color .3s, color .3s;
	grid-column: 6/span 2;
}

.rlx-watch__link:hover {
	background-color: transparent;
	color: #127749;
}

@media only screen and (max-width: 768px) {
	.rlx-watch__link {
		grid-column: 2/span 2;
	}
}

.rlx-watch__inner {
	grid-column: 2/span 10;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin: 0;
}

.rlx-watch__inner > :only-child {
	grid-column: 2/3;
	margin: auto;
}

@media only screen and (max-width: 1024px) {
	.rlx-watch__inner {
		grid-column: 1/-1;
	}
}

@media only screen and (max-width: 768px) {
	.rlx-watch__inner {
		grid-template-columns: repeat(2, 1fr);
		gap: 6px;
		margin: 0 0 30px 0;
	}
	
	.rlx-watch__inner > :only-child {
		grid-column: span 2;
		margin: auto;
	}
}

.rlx-watch__inner .rlx-watch__clear {
	grid-column: 2/3;
}

@media only screen and (max-width: 768px) {
	.rlx-watch__inner .rlx-watch__clear {
		grid-column: 1/3;
	}
}

.rlx-watch__card {
	background-color: #f4efeb;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	position: relative;
}

.rlx-watch__card a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.rlx-watch__card-media {
	align-self: center;
	display: flex;
	justify-content: center;
}

.rlx-watch__card-media img {
	max-width: 200px;
}

@media only screen and (max-width: 768px) {
	.rlx-watch__card-media img {
		max-width: 150px;
	}
}

.rlx-watch__card-textbox {
	padding: 0 50px 50px 50px;
}

@media only screen and (max-width: 1024px) {
	.rlx-watch__card-textbox {
		padding: 0 30px 50px 30px;
	}
}

@media only screen and (max-width: 768px) {
	.rlx-watch__card-textbox {
		padding: 0 20px 50px 20px;
	}
}

.rlx-watch__card-textbox span {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.1;
}

@media only screen and (max-width: 768px) {
	.rlx-watch__card-textbox span {
		font-size: 12px;
	}
}

.rlx-watch__card-textbox span.bold {
	font-weight: bold;
	color: #472c21;
}

.rlx-watch__card-textbox h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	color: #472c21;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 5px 0;
}

@media only screen and (max-width: 768px) {
	.rlx-watch__card-textbox h3 {
		font-size: 18px;
	}
}

.loader-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .7);
	z-index: 9999;
	display: none;
	justify-content: center;
	align-items: center;
}

.loader-container.active {
	display: flex;
}

.loader-container .loader {
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	border-top: 8px solid #127749;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.sell-preowned {
	position: relative;
	height: 1100px;
}

@media only screen and (max-width: 1440px) {
	.sell-preowned {
		height: 850px;
	}
}

@media only screen and (max-width: 1024px) {
	.sell-preowned {
		height: unset;
	}
}

.sell-preowned__banner {
	height: 100%;
	position: relative;
}

@media only screen and (max-width: 568px) {
	.sell-preowned__banner::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(57, 60, 75, .4);
		z-index: 1;
	}
}

@media only screen and (max-width: 1024px) {
	.sell-preowned__banner {
		height: unset;
	}
}

@media only screen and (max-width: 568px) {
	.sell-preowned__banner {
		height: 200px;
	}
}

.sell-preowned__banner img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	.sell-preowned__banner img {
		height: auto;
	}
}

@media only screen and (max-width: 768px) {
	.sell-preowned__banner img {
		height: 289px;
	}
}

@media only screen and (max-width: 568px) {
	.sell-preowned__banner img {
		height: 200px;
	}
}

.sell-preowned__content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	padding: 64px 32px 0 200px;
}

@media only screen and (max-width: 1440px) {
	.sell-preowned__content {
		padding: 16px 32px;
	}
}

@media only screen and (max-width: 1024px) {
	.sell-preowned__content {
		padding: 80px 32px;
	}
}

@media (max-width: 650px) {
	.sell-preowned__content {
		padding: 64px 32px;
	}
}

@media only screen and (max-width: 568px) {
	.sell-preowned__content {
		padding: 48px 32px;
	}
}

.sell-preowned__textbox {
	width: 684px;
}

@media only screen and (max-width: 1024px) {
	.sell-preowned__textbox {
		width: 587px;
	}
}

@media (max-width: 650px) {
	.sell-preowned__textbox {
		width: 100%;
	}
}

.sell-preowned__textbox h1 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 56px;
	line-height: 69px;
	color: #fbdfbb;
	margin: 0 0 24px 0;
}

@media only screen and (max-width: 1440px) {
	.sell-preowned__textbox h1 {
		font-size: 34px;
		margin: 0;
		line-height: 40px;
	}
}

@media only screen and (max-width: 1024px) {
	.sell-preowned__textbox h1 {
		font-family: "Colgent";
		font-style: normal;
		font-weight: 400;
		font-size: 48px;
		line-height: 59px;
		color: #fbdfbb;
		margin: 0 0 16px 0;
	}
}

@media only screen and (max-width: 568px) {
	.sell-preowned__textbox h1 {
		font-family: "Colgent";
		font-style: normal;
		font-weight: 400;
		font-size: 32px;
		line-height: 40px;
		text-align: center;
		color: #fbdfbb;
	}
}

.sell-preowned__textbox p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 150%;
	color: #fff;
	text-transform: uppercase;
}

@media only screen and (max-width: 1440px) {
	.sell-preowned__textbox p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1024px) {
	.sell-preowned__textbox p {
		font-weight: 400;
		font-size: 18px;
		line-height: 150%;
	}
}

@media only screen and (max-width: 568px) {
	.sell-preowned__textbox p {
		font-weight: 400;
		font-size: 14px;
		line-height: 150%;
		text-align: center;
	}
}

.sell-preowned__custom-btn {
	display: none;
	padding: 16px 40px;
	background: #fbdfbb;
	border-radius: 8px;
	border: 1px solid #fbdfbb;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #393c4b;
	cursor: pointer;
	width: 330px !important;
	opacity: 1 !important;
	transition: color .3s, background-color .3s;
}

.sell-preowned__custom-btn:hover {
	color: #fbdfbb;
	background-color: transparent;
}

@media only screen and (max-width: 568px) {
	.sell-preowned__custom-btn {
		display: block;
		width: 50% !important;
		font-weight: 500;
		font-size: 14px;
		line-height: 24px;
		text-transform: uppercase;
	}
}

.sell-preowned__custom-btn.hidden {
	display: none;
}

.sell-preowned__desktop-form {
	position: absolute;
	left: 200px;
	top: 265px;
	width: 684px;
}

@media only screen and (max-width: 1440px) {
	.sell-preowned__desktop-form {
		left: 32px;
		top: 120px;
	}
}

@media only screen and (max-width: 1024px) {
	.sell-preowned__desktop-form {
		position: unset;
		left: unset;
		top: unset;
		width: 100%;
	}
}

.sell-preowned__desktop-form .sell__form {
	height: auto;
	padding: 20px 20px 64px 20px;
	border: 1px solid #787a83;
	border-radius: 12px;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	position: relative;
	z-index: 10;
	overflow: hidden;
}

@media only screen and (max-width: 1440px) {
	.sell-preowned__desktop-form .sell__form {
		padding: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.sell-preowned__desktop-form .sell__form {
		background-color: #393c4b;
		padding: 32px;
		border: none;
		border-radius: 0;
	}
}

@media (max-width: 520px) {
	.sell-preowned__desktop-form .sell__form {
		padding: 32px 32px 64px 32px;
	}
}

.sell-preowned__desktop-form .sell__form-inner {
	display: flex;
	flex-direction: column;
}

.sell-preowned__desktop-form .sell__form-inner .custom-upload-preview {
	margin: 0 0 24px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.sell-preowned__desktop-form .sell__form-inner .custom-upload-preview .wpcf7-form-control-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border: 1px solid rgba(255, 255, 255, .48);
	border-radius: 16px;
}

.sell-preowned__desktop-form .sell__form-inner .custom-upload-preview .wpcf7-form-control-wrap .mfcf7-zl-multifile-name {
	display: inline-block;
	max-width: 270px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: rgba(255, 255, 255, .88);
}

.sell-preowned__desktop-form .sell__form-inner .custom-upload-preview .wpcf7-form-control-wrap .delete-file {
	font-size: 0;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-image: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/icons/delete_file_sell_form_icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.sell-preowned__desktop-form .sell__form-inner form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	display: none !important;
}

.sell-preowned__desktop-form .sell__form-inner form .wpcf7-not-valid-tip {
	margin: 5px 0 0 0;
	font-size: 14px;
	font-weight: 400;
	color: #ff5954 !important;
}

.sell-preowned__desktop-form .sell__form-inner form .not-valid-custom-tip {
	margin: 5px 0 0 0;
	font-size: 14px;
	font-weight: 400;
	color: #ff5954;
}

.sell-preowned__desktop-form .sell__form-inner form.invalid .wpcf7-response-output {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0 !important;
	padding: 16px !important;
	background-color: #ff5954 !important;
	color: white !important;
	text-align: center;
	width: 100% !important;
	border-radius: 0 0 10px 10px !important;
}

@media only screen and (max-width: 1024px) {
	.sell-preowned__desktop-form .sell__form-inner form.invalid .wpcf7-response-output {
		border-radius: 0 !important;
	}
}

.sell-preowned__desktop-form .sell__form-inner form.sent .wpcf7-response-output {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0 !important;
	padding: 16px !important;
	background-color: #00a765 !important;
	color: white !important;
	text-align: center;
	width: 100% !important;
	border-radius: 0 0 10px 10px !important;
}

@media only screen and (max-width: 1024px) {
	.sell-preowned__desktop-form .sell__form-inner form.sent .wpcf7-response-output {
		border-radius: 0 !important;
	}
}

.sell-preowned__desktop-form .sell__form-inner form .wpcf7-response-output {
	margin: 0 !important;
	padding: 0 !important;
}

.sell-preowned__desktop-form .sell__form-inner form #mfcf7_zl_multifilecontainer {
	margin-top: 0;
}

@media only screen and (max-width: 1024px) {
	.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-left-column {
		width: 100% !important;
	}
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-subtitle {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #000;
}

@media only screen and (max-width: 1024px) {
	.sell-preowned__desktop-form .sell__form-inner form .contact-form-subtitle {
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 568px) {
	.sell-preowned__desktop-form .sell__form-inner form .contact-form-subtitle {
		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
	}
}

.sell-preowned__desktop-form .sell__form-inner form br {
	display: none !important;
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row {
	display: flex;
	justify-content: space-between;
	margin: 0 0 24px 0;
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row:nth-last-child(1) {
	margin: 0;
}

@media only screen and (max-width: 568px) {
	.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row {
		flex-direction: column;
		align-items: flex-start;
		margin: 0 0 16px 0;
	}
	
	.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row:nth-last-child(1) {
		margin: 0;
	}
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row.contact-from-full-width {
	margin: 0 0 24px 0;
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row.contact-from-full-width p {
	width: 100%;
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row.contact-form-upload-block {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
	gap: 24px;
}

@media only screen and (max-width: 568px) {
	.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row.contact-form-upload-block {
		flex-direction: column;
	}
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row.contact-form-upload-block .contact-form-upload-description p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	opacity: .88;
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row.contact-form-upload-block .contact-form-upload-description p span {
	color: #fbdfbb;
	display: inline;
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row.contact-form-upload-block .form-control-custom-button {
	display: flex;
	align-items: flex-start;
}

@media only screen and (max-width: 568px) {
	.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row.contact-form-upload-block .form-control-custom-button {
		width: 100%;
		flex-direction: column;
	}
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row.contact-form-upload-block .form-control-custom-button .wpcf7-not-valid-tip {
	width: 166px;
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row.contact-form-upload-block .form-control-custom-button #mfcf7_zl_multifilecontainer {
	order: 3;
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row.contact-form-upload-block .form-control-custom-button #mfcf7_zl_multifilecontainer .wpcf7-form-control-wrap {
	display: flex;
	margin-bottom: 0 !important;
	margin-left: 15px;
}

@media only screen and (max-width: 568px) {
	.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row.contact-form-upload-block .form-control-custom-button #mfcf7_zl_multifilecontainer .wpcf7-form-control-wrap {
		margin: 15px 0 0 0;
	}
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row.contact-form-upload-block .form-control-custom-button #mfcf7_zl_multifilecontainer .mfcf7-zl-multifile-name {
	width: 165px;
	word-break: break-all;
}

.sell-preowned__desktop-form .sell__form-inner .custom-upload-preview .wpcf7-form-control-wrap .delete-file.nitro-lazy {
	background-image: none !important;
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row.contact-form-upload-block .form-control-custom-button .zl-form-control-wrap {
	display: none;
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row.contact-form-upload-block .form-control-custom-button p:nth-child(4) {
	width: 100%;
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row.contact-form-upload-block .form-control-custom-button p label span input[type=button] {
	cursor: pointer;
	padding: 16px 0 16px 25px;
	border: 2px solid #fbdfbb;
	background-color: transparent;
	background-image: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/icons/upload_photo_icon.svg");
	background-repeat: no-repeat;
	background-position: calc(50% - 58px) center;
	border-radius: 8px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #fbdfbb;
	width: 160px;
	transition: border .3s, background-color .3s;
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row.contact-form-upload-block .form-control-custom-button p label span input[type=button].nitro-lazy {
	background-image: none !important;
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row.contact-form-upload-block .form-control-custom-button p label span input[type=button]:hover {
	border: 2px solid #fff;
	background-color: #fff;
}

@media only screen and (max-width: 568px) {
	.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row.contact-form-upload-block .form-control-custom-button p label span input[type=button] {
		width: 100%;
		padding: 16px;
		background-position: calc(50% - 70px) center;
	}
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row .wpcf7-form-control-wrap .wpcf7-not-valid-tip:nth-last-of-type(n+2) {
	display: none;
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row.default-hide {
	display: none;
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row.default-hide.visible {
	display: flex;
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row span {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/icons/chevron-down.svg");
	background-repeat: no-repeat;
	background-position: right 10px center;
	padding-right: 40px;
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row select.nitro-lazy {
	background-image: none !important;
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row select.open {
	background-image: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/icons/chevron-up.svg");
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row select.open.nitro-lazy {
	background-image: none !important;
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row-one {
	flex: 0 1 49%;
}

@media only screen and (max-width: 568px) {
	.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row-one {
		flex: 0 1 100%;
		width: 100%;
		margin: 0 0 16px 0;
	}
}

.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row-two {
	flex: 0 1 49%;
}

@media only screen and (max-width: 568px) {
	.sell-preowned__desktop-form .sell__form-inner form .contact-form-custom-row-two {
		flex: 0 1 100%;
		width: 100%;
	}
}

.sell-preowned__desktop-form .sell__form-inner form input, .sell-preowned__desktop-form .sell__form-inner form select, .sell-preowned__desktop-form .sell__form-inner form textarea {
	padding: 20px 16px;
	background: #fff;
	border-radius: 8px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	opacity: 1;
	width: 100%;
	outline: none !important;
}

.sell-preowned__desktop-form .sell__form-inner form input:focus, .sell-preowned__desktop-form .sell__form-inner form select:focus, .sell-preowned__desktop-form .sell__form-inner form textarea:focus {
	border: 1px solid #fbdfbb;
}

.sell-preowned__desktop-form .sell__form-inner form input.wpcf7-not-valid, .sell-preowned__desktop-form .sell__form-inner form textarea.wpcf7-not-valid, .sell-preowned__desktop-form .sell__form-inner form select.wpcf7-not-valid {
	border: 1px solid #f55 !important;
	background: #ffe4e4 !important;
}

.sell-preowned__desktop-form .sell__form-inner form input.wpcf7-not-valid::-moz-placeholder, .sell-preowned__desktop-form .sell__form-inner form textarea.wpcf7-not-valid::-moz-placeholder, .sell-preowned__desktop-form .sell__form-inner form select.wpcf7-not-valid::-moz-placeholder {
	color: #ff5954 !important;
}

.sell-preowned__desktop-form .sell__form-inner form input.wpcf7-not-valid::placeholder, .sell-preowned__desktop-form .sell__form-inner form textarea.wpcf7-not-valid::placeholder, .sell-preowned__desktop-form .sell__form-inner form select.wpcf7-not-valid::placeholder {
	color: #ff5954 !important;
}

.sell-preowned__desktop-form .sell__form-inner form input.not-valid-custom-input, .sell-preowned__desktop-form .sell__form-inner form textarea.not-valid-custom-input, .sell-preowned__desktop-form .sell__form-inner form select.not-valid-custom-input {
	border: 1px solid #f55 !important;
	background: #ffe4e4 !important;
}

.sell-preowned__desktop-form .sell__form-inner form input.not-valid-custom-input::-moz-placeholder, .sell-preowned__desktop-form .sell__form-inner form textarea.not-valid-custom-input::-moz-placeholder, .sell-preowned__desktop-form .sell__form-inner form select.not-valid-custom-input::-moz-placeholder {
	color: #ff5954 !important;
}

.sell-preowned__desktop-form .sell__form-inner form input.not-valid-custom-input::placeholder, .sell-preowned__desktop-form .sell__form-inner form textarea.not-valid-custom-input::placeholder, .sell-preowned__desktop-form .sell__form-inner form select.not-valid-custom-input::placeholder {
	color: #ff5954 !important;
}

.sell-preowned__desktop-form .sell__form-inner form select {
	height: 58px;
}

.sell-preowned__desktop-form .sell__form-inner form select, .sell-preowned__desktop-form .sell__form-inner form option {
	cursor: pointer !important;
}

.sell-preowned__desktop-form .sell__form-inner form textarea {
	height: 72px;
}

.sell-preowned__desktop-form .sell__form-inner form input[readonly] {
	outline: none !important;
}

.sell-preowned__desktop-form .sell__form-inner form .form-control-custom-right-align {
	width: 50%;
}

@media only screen and (max-width: 568px) {
	.sell-preowned__desktop-form .sell__form-inner form .form-control-custom-right-align {
		width: 100%;
	}
}

.sell-preowned__desktop-form .sell__form-inner form .form-control-custom-right-align input[type=submit] {
	padding: 16px 40px;
	background: #fbdfbb;
	border-radius: 8px;
	border: 1px solid #fbdfbb;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #393c4b;
	cursor: pointer;
	width: 330px !important;
	opacity: 1 !important;
	transition: color .3s, background-color .3s;
}

.sell-preowned__desktop-form .sell__form-inner form .form-control-custom-right-align input[type=submit]:hover {
	color: #fbdfbb;
	background-color: transparent;
}

.sell-preowned__desktop-form .sell__form-inner form .form-control-custom-right-align input[type=submit].disabled {
	pointer-events: none;
	opacity: 48% !important;
}

@media only screen and (max-width: 1024px) {
	.sell-preowned__desktop-form .sell__form-inner form .form-control-custom-right-align input[type=submit] {
		width: 100% !important;
	}
}

@media only screen and (max-width: 568px) {
	.sell-preowned__desktop-form .sell__form-inner form .form-control-custom-right-align input[type=submit] {
		font-weight: 500;
		font-size: 14px;
		line-height: 24px;
		text-transform: uppercase;
	}
}

.sell-preowned__desktop-form .sell__form-inner form .form-control-custom-right-align p {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.sell-preowned__desktop-form .sell__form-inner form .form-control-custom-right-align p input[type=submit] {
	width: 100% !important;
}

.sell-preowned__desktop-form .sell__form-inner form .form-control-custom-right-align p .wpcf7-spinner {
	width: 32px;
	height: 24px;
}

@media only screen and (max-width: 1024px) {
	.sell-preowned__desktop-form .sell__form-inner form .form-control-custom-right-align p .wpcf7-spinner {
		width: 24px;
	}
}

.rlx-homepage-slider {
	position: relative;
}

.rlx-homepage-slider .swiper-pagination {
	bottom: 10px !important;
}

@media (max-width: 850px) {
	.rlx-homepage-slider .swiper-pagination.change-pagination-color .swiper-pagination-bullet::after {
		background: #127749;
	}
}

.rlx-homepage-slider .swiper-pagination-bullet {
	position: relative;
	opacity: 1 !important;
	width: 24px !important;
	height: 4px !important;
	padding-block: 10px;
	box-sizing: content-box;
	margin: 0 12px 0 0 !important;
	background: transparent !important;
	border-radius: 0 !important;
}

.rlx-homepage-slider .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 20px;
	height: 4px;
	transform: translate(0, -50%);
	background: #fff;
	border-radius: 4px;
	transition: width .2s, background .2s, transform .2s;
}

.rlx-homepage-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 50px !important;
}

.rlx-homepage-slider .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	left: 0 !important;
	transform: translateY(-50%) !important;
	width: 100% !important;
}

.rlx-homepage-slider .homepage-rlx-btn-prev, .rlx-homepage-slider .homepage-rlx-btn-next {
	background-color: rgba(212, 212, 212, .2);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color .3s;
	z-index: 10;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
}

.rlx-homepage-slider .homepage-rlx-btn-prev:hover, .rlx-homepage-slider .homepage-rlx-btn-next:hover {
	background-color: #127749;
}

.rlx-homepage-slider .homepage-rlx-btn-prev img, .rlx-homepage-slider .homepage-rlx-btn-next img {
	width: 16px;
	height: 16px;
}

@media only screen and (max-width: 568px) {
	.rlx-homepage-slider .homepage-rlx-btn-prev, .rlx-homepage-slider .homepage-rlx-btn-next {
		display: flex !important;
	}
}

.rlx-homepage-slider .homepage-rlx-btn-prev {
	left: 20px;
}

.rlx-homepage-slider .homepage-rlx-btn-prev img {
	transform: rotate(180deg);
	position: relative;
	right: 2px;
}

.rlx-homepage-slider .homepage-rlx-btn-next {
	right: 20px;
}

@media only screen and (max-width: 568px) {
	.rlx-homepage-slider .homepage-rlx-btn-next {
		display: none;
	}
}

.rlx-homepage-slider__slide {
	position: relative;
	height: 700px;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	padding: 0 8%;
}

@media (max-width: 850px) {
	.rlx-homepage-slider__slide.text-white-bg img {
		height: 75%;
	}
}

@media only screen and (max-width: 568px) {
	.rlx-homepage-slider__slide.text-white-bg img {
		height: 65%;
	}
}

@media (max-width: 850px) {
	.rlx-homepage-slider__slide.no-mobile-text .rlx-homepage-slider__slide-text {
		display: none;
	}
}

.rlx-homepage-slider__slide.text-left .rlx-homepage-slider__slide-text {
	grid-column: 2/span 6;
}

@media (max-width: 850px) {
	.rlx-homepage-slider__slide.text-left .rlx-homepage-slider__slide-text {
		grid-column: 1/span 6;
	}
}

@media only screen and (max-width: 1440px) {
	.rlx-homepage-slider__slide {
		height: 500px;
	}
}

@media (max-width: 850px) {
	.rlx-homepage-slider__slide {
		grid-template-columns: repeat(6, 1fr);
		padding: 0 7%;
		height: 900px;
	}
}

@media only screen and (max-width: 568px) {
	.rlx-homepage-slider__slide {
		height: 600px;
	}
}

.rlx-homepage-slider__slide img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.rlx-homepage-slider__slide-text {
	position: relative;
	grid-column: 9/span 5;
	align-self: center;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media (max-width: 850px) {
	.rlx-homepage-slider__slide-text {
		position: absolute;
		left: 50%;
		bottom: 70px;
		transform: translate(-50%, 0);
		align-items: center;
		width: 90%;
	}
}

@media only screen and (max-width: 568px) {
	.rlx-homepage-slider__slide-text {
		bottom: 50px;
	}
}

.rlx-homepage-slider__slide-text.slide-text-dark span {
	color: #000;
}

.rlx-homepage-slider__slide-text.slide-text-dark p {
	color: #000;
}

@media (max-width: 850px) {
	.rlx-homepage-slider__slide-text.slide-text-dark-mobile span {
		color: #000;
	}
}

@media (max-width: 850px) {
	.rlx-homepage-slider__slide-text.slide-text-dark-mobile p {
		color: #000;
	}
}

.rlx-homepage-slider__slide-text span {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	text-align: left;
	color: #fff;
	display: block;
	margin: 0 0 10px 0;
}

@media (max-width: 850px) {
	.rlx-homepage-slider__slide-text span {
		color: #fff;
		font-weight: bold;
		font-size: 22px;
		line-height: 1.2;
		display: block;
		margin: 0 0 5px 0;
	}
}

.rlx-homepage-slider__slide-text p {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: normal;
	color: #fff;
	margin: 0 0 10px 0;
}

@media (max-width: 850px) {
	.rlx-homepage-slider__slide-text p {
		font-weight: bold;
		font-size: 24px;
		line-height: 1.1;
		text-align: center;
		white-space: nowrap;
		width: 100%;
	}
}

@media only screen and (max-width: 568px) {
	.rlx-homepage-slider__slide-text p {
		font-size: 22px;
	}
}

.rlx-homepage-slider__slide-text a {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: flex-start;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 38px;
	color: #fff;
	text-transform: uppercase;
	background-color: #127749;
	border: 1px solid #127749;
	padding: 5px 20px;
	border-radius: 50px;
	transition: filter .3s;
	outline: none;
}

.rlx-homepage-slider__slide-text a:focus-visible {
	outline: 2px solid #127749;
}

.rlx-homepage-slider__slide-text a:hover {
	filter: brightness(.9);
}

@media (max-width: 850px) {
	.rlx-homepage-slider__slide-text a {
		font-style: normal;
		font-weight: 400;
		font-size: 13.591px;
		line-height: 23px;
		padding: 12px 30px;
		text-align: center;
		align-self: center;
	}
}

.rlx-first-step {
	background-color: #fff;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	padding: 90px 8% 90px 8%;
	gap: 8px;
}

.rlx-first-step.hide {
	display: none;
}

@media only screen and (max-width: 768px) {
	.rlx-first-step {
		grid-template-columns: repeat(6, 1fr);
		padding: 60px 7% 60px 7%;
		gap: 6px;
	}
}

.rlx-first-step__inner {
	grid-column: 3/span 8;
	text-align: left;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.rlx-first-step__inner {
		grid-column: 2/span 9;
	}
}

@media only screen and (max-width: 768px) {
	.rlx-first-step__inner {
		grid-column: span 6;
	}
}

.rlx-first-step__inner textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	height: 200px;
	padding: 30px;
	margin: 0 0 30px 0;
	border: none;
	background: #f8f7f3;
}

.rlx-first-step__inner textarea:focus {
	border: 1px solid #127749;
}

.rlx-first-step__inner button {
	align-self: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 14px;
	height: 44px;
	background-color: #127749;
	border: 1px solid #127749;
	padding: 0 30px;
	border-radius: 30px;
	transition: background-color .3s, color .3s;
}

.rlx-first-step__inner button:hover {
	background-color: transparent;
	color: #127749;
}

.rlx-send-textbox {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.rlx-send-textbox span, .rlx-send-textbox h1 {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #452c1e;
	font-size: 24px;
	line-height: 1.2;
}

@media only screen and (max-width: 768px) {
	.rlx-send-textbox span, .rlx-send-textbox h1 {
		font-size: 18px;
	}
}

.rlx-send-textbox h3 {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #452c1e;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 768px) {
	.rlx-send-textbox h3 {
		font-size: 30px;
	}
}

.rlx-send-textbox h4 {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #452c1e;
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 768px) {
	.rlx-send-textbox h4 {
		font-size: 18px;
	}
}

.rlx-send-textbox p {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.6;
	font-size: 20px;
	margin: 0 0 40px 0;
}

@media only screen and (max-width: 768px) {
	.rlx-send-textbox p {
		font-size: 18px;
	}
}

.rlx-second-step {
	display: none;
	background-color: #fff;
	grid-template-columns: repeat(12, 1fr);
	padding: 0 8% 90px 8%;
	gap: 8px;
}

.rlx-second-step.active {
	display: grid;
}

@media only screen and (max-width: 768px) {
	.rlx-second-step {
		grid-template-columns: repeat(6, 1fr);
		padding: 0 7% 60px 7%;
		gap: 6px;
	}
}

.rlx-second-step__inner {
	grid-column: 4/span 6;
	grid-row: 2;
	text-align: left;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.rlx-second-step__inner {
		grid-column: 2/span 10;
	}
}

@media only screen and (max-width: 768px) {
	.rlx-second-step__inner {
		grid-column: span 6;
	}
}

.rlx-second-step__nav {
	padding: 45px 0;
}

@media only screen and (max-width: 768px) {
	.rlx-second-step__nav {
		padding: 30px 0;
	}
}

.rlx-second-step__nav button {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	align-items: center;
	color: #000;
	transition: color .3s;
}

.rlx-second-step__nav button:hover {
	color: #127749;
}

.rlx-second-step__form .rolex-contact__form {
	width: 100%;
}

.rlx-second-step__form .rolex-contact__form .rolex-contact__form-header {
	margin: 0 0 80px 0;
}

@media only screen and (max-width: 767px) {
	.rlx-second-step__form .rolex-contact__form .rolex-contact__form-header {
		margin: 0 0 50px 0;
	}
}

.rlx-second-step__form .rolex-contact__form .rolex-contact__form-header h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.1;
	font-weight: bold;
	color: #452c1e;
	text-align: center;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px) {
	.rlx-second-step__form .rolex-contact__form .rolex-contact__form-header h3 {
		font-size: 18px;
	}
}

.rlx-second-step__form .rolex-contact__form .rolex-contact__form-header p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.1;
	color: #452c1e;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.rlx-second-step__form .rolex-contact__form .rolex-contact__form-header p {
		font-size: 30px;
	}
}

.rlx-second-step__form .rolex-contact__form .rolex-contact__form-text {
	font-size: 16px;
	font-weight: 400;
	margin: 90px 0 60px 0;
}

.rlx-second-step__form .rolex-contact__form .rolex-contact__form-text a {
	font-weight: 700;
	text-decoration: underline;
}

.rlx-second-step__form .rolex-contact__form form input {
	overflow: hidden !important;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.rlx-second-step__form .rolex-contact__form form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #000;
}

.rlx-second-step__form .rolex-contact__form form input, .rlx-second-step__form .rolex-contact__form form select {
	background: transparent;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.1;
}

@media only screen and (max-width: 768px) {
	.rlx-second-step__form .rolex-contact__form form input, .rlx-second-step__form .rolex-contact__form form select {
		font-size: 12px;
	}
}

.rlx-second-step__form .rolex-contact__form form input:-webkit-autofill, .rlx-second-step__form .rolex-contact__form form input:-webkit-autofill:hover, .rlx-second-step__form .rolex-contact__form form input:-webkit-autofill:focus, .rlx-second-step__form .rolex-contact__form form textarea:-webkit-autofill, .rlx-second-step__form .rolex-contact__form form textarea:-webkit-autofill:hover, .rlx-second-step__form .rolex-contact__form form textarea:-webkit-autofill:focus, .rlx-second-step__form .rolex-contact__form form select:-webkit-autofill, .rlx-second-step__form .rolex-contact__form form select:-webkit-autofill:hover, .rlx-second-step__form .rolex-contact__form form select:-webkit-autofill:focus {
	box-shadow: 0 0 0px 1000px #f8f7f3 inset !important;
}

.rlx-second-step__form .rolex-contact__form form input:-moz-autofill, .rlx-second-step__form .rolex-contact__form form textarea:-moz-autofill, .rlx-second-step__form .rolex-contact__form form select:-moz-autofill {
	background-color: #f8f7f3 !important;
}

.rlx-second-step__form .rolex-contact__form form .wpcf7-not-valid-tip {
	font-size: 12px;
	margin: 0 !important;
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__first-row {
	margin: 0 0 40px 0;
}

@media only screen and (max-width: 568px) {
	.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__first-row {
		margin: 0 0 30px 0;
	}
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__first-row p {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 568px) {
	.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__first-row p {
		flex-wrap: wrap;
	}
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__first-row p select {
	height: 34px;
	outline: none;
	background: transparent;
	border: transparent;
	border-bottom: 1px solid #000;
	opacity: 50%;
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__first-row p span:nth-child(1) {
	margin: 0 10px 0 0;
	top: -1px;
}

@media only screen and (max-width: 768px) {
	.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__first-row p span:nth-child(1) {
		top: -5px;
	}
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__first-row p span:nth-child(4) {
	margin: 0 10px 0 0;
	flex: 0 1 45%;
}

@media only screen and (max-width: 568px) {
	.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__first-row p span:nth-child(4) {
		margin: 0;
		flex: 0 1 calc(100% - 68px);
	}
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__first-row p span:nth-child(7) {
	flex: 0 1 45%;
}

@media only screen and (max-width: 568px) {
	.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__first-row p span:nth-child(7) {
		flex: 0 1 100%;
		margin: 30px 0 0 0;
	}
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__first-row p input {
	border: none;
	outline: none;
	width: 100%;
	border-bottom: 1px solid #000;
	padding: 10px 20px 5px 5px;
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__first-row p input::-moz-placeholder {
	opacity: 50%;
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__first-row p input::placeholder {
	opacity: 50%;
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__second-row {
	margin: 0 0 40px 0;
}

@media only screen and (max-width: 768px) {
	.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__second-row {
		margin: 0 0 30px 0;
	}
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__second-row p {
	display: flex;
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__second-row p span {
	display: block;
	width: 100%;
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__second-row p span input {
	width: 100%;
	border: none;
	outline: none;
	font-size: 14px;
	border-bottom: 1px solid #000;
	padding: 10px 20px 5px 5px;
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__second-row p span input::-moz-placeholder {
	opacity: 50%;
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__second-row p span input::placeholder {
	opacity: 50%;
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__third-row {
	margin: 0 0 40px 0;
}

@media only screen and (max-width: 768px) {
	.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__third-row {
		margin: 0 0 30px 0;
	}
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__third-row p {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
	.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__third-row p {
		flex-direction: column;
	}
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__third-row p span {
	flex: 0 1 50%;
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__third-row p span:nth-child(2) {
	margin: 0 20px 0 0;
}

@media only screen and (max-width: 1024px) {
	.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__third-row p span:nth-child(2) {
		margin: 0 0 40px 0;
	}
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__third-row p input {
	width: 100%;
	font-size: 14px;
	outline: none;
	border: none;
	border-bottom: 1px solid #000;
	padding: 10px 20px 5px 5px;
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__third-row p input::-moz-placeholder {
	opacity: 50%;
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__third-row p input::placeholder {
	opacity: 50%;
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__fourth-row {
	margin: 0 0 40px 0;
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__fourth-row p label {
	opacity: 50%;
	display: inline-block;
	margin: 0 0 5px 0;
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .rolex-contact-us-form__fourth-row p textarea {
	width: 100%;
	padding: 10px;
	outline: none;
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .fourth-inline-blocks {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .fourth-inline-blocks p {
	display: block;
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .fourth-inline-blocks p:nth-child(1) {
	width: 100%;
	margin: 0 0 30px 0;
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .fourth-inline-blocks p:nth-last-child(1) {
	width: calc(100% - 65px);
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .fourth-inline-blocks .and-or-phone-code-block {
	position: relative;
	top: 1px;
	margin: 0 10px 0 0;
}

@media only screen and (max-width: 768px) {
	.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .fourth-inline-blocks .and-or-phone-code-block {
		top: unset;
	}
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .fourth-inline-blocks .and-or-phone-code-block .and-label {
	margin: 0 0 10px 0;
	opacity: 50%;
}

@media only screen and (max-width: 568px) {
	.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .fourth-inline-blocks .and-or-phone-code-block .and-label {
		margin: 0 0 5px 0;
	}
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .fourth-inline-blocks .and-or-phone-code-block p {
	margin: 0 !important;
}

.rlx-second-step__form .rolex-contact__form form .rolex-contact-us-form__block .fourth-inline-blocks select {
	border: transparent;
	border-bottom: 1px solid #000;
	opacity: 50%;
}

.rlx-second-step__form .rolex-contact__form form .rolex-agree_wrap {
	margin: 0 0 30px 0;
}

.rlx-second-step__form .rolex-contact__form form .rolex-agree_wrap .rolex-required {
	margin: 0 0 10px 0;
}

.rlx-second-step__form .rolex-contact__form form .rolex-agree_wrap br {
	display: none;
}

.rlx-second-step__form .rolex-contact__form form .rolex-agree_wrap label {
	display: flex;
	margin: 0 0 10px 0;
}

.rlx-second-step__form .rolex-contact__form form .rolex-agree_wrap label:nth-last-child(1) {
	margin: 0;
}

.rlx-second-step__form .rolex-contact__form form .rolex-agree_wrap label input {
	-webkit-appearance: unset !important;
	-moz-appearance: unset !important;
	appearance: unset !important;
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	padding: 20px;
}

.rlx-second-step__form .rolex-contact__form form .rolex-agree_wrap label .check-style {
	position: absolute;
	width: 22px;
	height: 22px;
	border: 1px solid #d1d1d2;
	border-radius: 50%;
	padding-left: 20px;
	overflow: hidden;
}

.rlx-second-step__form .rolex-contact__form form .rolex-agree_wrap label input:checked + .check-style::before {
	content: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\'><g transform=\'scale(0.8) translate(3,3)\'><path d=\'M20 6l-8 8-4-4\' stroke=\'%23FFFFFF\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/></g></svg>");
	display: block;
	width: 22px;
	height: 22px;
	background-color: #127749;
	border: 1px solid #127749;
	position: absolute;
	top: 0;
	left: -3px;
	opacity: 0;
	transition: .2s;
}

.rlx-second-step__form .rolex-contact__form form .rolex-agree_wrap label input:checked + .check-style::before {
	opacity: 1;
}

.rlx-second-step__form .rolex-contact__form form .rolex-agree_wrap label .wpcf7-list-item-label {
	padding: 0 0 0 35px;
}

.rlx-second-step__form .rolex-contact__form form .rolex-submit_form_wrap p {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	right: 30px;
}

.rlx-second-step__form .rolex-contact__form form .rolex-submit_form_wrap p input {
	order: 2;
	color: #fff;
	border-color: #127749;
	background-color: #127749;
	display: inline-block;
	margin-bottom: 0;
	text-decoration: none;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 10px 30px;
	border-radius: 20px;
	white-space: nowrap;
	transition: background-color .3s, color .3s, border-color .3s;
}

.rlx-second-step__form .rolex-contact__form form .rolex-submit_form_wrap p input.nitro-lazy {
	background-image: none !important;
}

.rlx-second-step__form .rolex-contact__form form .rolex-submit_form_wrap p input:hover {
	background-color: transparent;
	color: #127749;
	border-color: #127749;
}

.rlx-second-step__form .rolex-contact__form form .rolex-submit_form_wrap p input.disable {
	border-color: #9c9c9c;
	background-color: #9c9c9c;
	pointer-events: none;
}

.rlx-second-step__form .rolex-contact__form form .rolex-submit_form_wrap p .wpcf7-spinner {
	margin: 0 24px 0 0;
}

.rlx-third-step {
	display: none;
	background-color: #fff;
	grid-template-columns: repeat(12, 1fr);
	padding: 90px 8% 90px 8%;
	gap: 8px;
}

.rlx-third-step.active {
	display: grid;
}

@media only screen and (max-width: 768px) {
	.rlx-third-step {
		grid-template-columns: repeat(6, 1fr);
		padding: 60px 7% 60px 7%;
		gap: 6px;
	}
}

.rlx-third-step__inner {
	grid-column: 4/span 6;
	text-align: left;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.rlx-third-step__inner {
		grid-column: 3/span 8;
	}
}

@media only screen and (max-width: 768px) {
	.rlx-third-step__inner {
		grid-column: span 6;
	}
}

.rlx-third-step__inner a {
	align-self: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 14px;
	height: 44px;
	background-color: #127749;
	border: 1px solid #127749;
	padding: 0 30px;
	border-radius: 30px;
	transition: background-color .3s, color .3s;
}

.rlx-third-step__inner a:hover {
	background-color: transparent;
	color: #127749;
}

#cookie-law-info-bar {
	background-color: #fff !important;
	padding: 24px 44px !important;
}

@media only screen and (max-width: 568px) {
	#cookie-law-info-bar {
		padding: 16px;
	}
}

#cookie-law-info-bar span {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media only screen and (max-width: 1600px) {
	#cookie-law-info-bar span {
		flex-direction: column;
	}
}

@media only screen and (max-width: 568px) {
	#cookie-law-info-bar span {
		align-items: flex-start;
	}
}

#cookie-law-info-bar span .cookie-left p span {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000;
}

@media only screen and (max-width: 568px) {
	#cookie-law-info-bar span .cookie-left p span {
		text-align: left;
	}
}

#cookie-law-info-bar span .cookie-right {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1600px) {
	#cookie-law-info-bar span .cookie-right {
		margin: 12px 0 0 0;
	}
}

@media only screen and (max-width: 568px) {
	#cookie-law-info-bar span .cookie-right {
		flex-wrap: wrap;
		width: 100%;
	}
}

#cookie-law-info-bar span .cookie-right .cli_settings_button {
	margin: 0 32px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #393c4b !important;
}

@media only screen and (max-width: 568px) {
	#cookie-law-info-bar span .cookie-right .cli_settings_button {
		margin: 0 0 12px 0;
		width: 100%;
		text-align: left;
	}
}

#cookie-law-info-bar #cookie_action_close_header_reject {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px 40px !important;
	border: 1px solid #393c4b !important;
	background-color: transparent !important;
	border-radius: 8px !important;
	font-family: "Montserrat" !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	line-height: 24px !important;
	color: #393c4b !important;
	margin: 0 32px 0 0 !important;
	transition: color .3s, background-color .3s;
}

#cookie-law-info-bar #cookie_action_close_header_reject:hover {
	background-color: #393c4b !important;
	color: #fff !important;
}

@media only screen and (max-width: 568px) {
	#cookie-law-info-bar #cookie_action_close_header_reject {
		margin: 0 16px 0 0 !important;
		width: 48%;
	}
}

@media only screen and (max-width: 480px) {
	#cookie-law-info-bar #cookie_action_close_header_reject {
		width: 46%;
	}
}

#cookie-law-info-bar #wt-cli-accept-all-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px 40px !important;
	border: 1px solid #393c4b !important;
	background-color: #393c4b !important;
	border-radius: 8px !important;
	font-family: "Montserrat" !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	line-height: 24px !important;
	color: #fff !important;
	margin: 0 !important;
	transition: color .3s, background-color .3s;
}

#cookie-law-info-bar #wt-cli-accept-all-btn:hover {
	background-color: transparent !important;
	color: #393c4b !important;
}

@media only screen and (max-width: 568px) {
	#cookie-law-info-bar #wt-cli-accept-all-btn {
		width: 48%;
	}
}

@media only screen and (max-width: 480px) {
	#cookie-law-info-bar #wt-cli-accept-all-btn {
		width: 46%;
	}
}

.pr-rlx-header {
	position: relative;
	background: #000;
}

.pr-rlx-header__inner {
	display: flex;
	flex-direction: column;
}

.pr-rlx-header__base {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 110px;
}

.pr-rlx-header__logo {
	width: 120px;
	height: 60px;
	filter: invert(1);
}

.pr-rlx-header__desktop-nav ul {
	display: flex;
	align-items: center;
}

.pr-rlx-header__desktop-nav ul li {
	margin: 0 15px;
}

.pr-rlx-header__desktop-nav ul li a {
	font-size: 16px;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
	font-weight: 400;
	white-space: nowrap;
	transition: .3s;
}

.pr-rlx-header__desktop-nav ul li a:hover {
	color: #61bd93;
	text-decoration: none;
}

.pr-rlx-header__desktop-nav ul li a.active {
	color: #61bd93;
}

@media (max-width: 1440px) {
	.pr-rlx-header__desktop-nav {
		display: none;
	}
}

.pr-rlx-header__mobile-nav {
	display: none;
}

.pr-rlx-header__mobile-nav span {
	display: flex;
	align-items: center;
	color: #fff;
	line-height: 1.1;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}

.pr-rlx-header__mobile-nav span svg {
	position: relative;
	left: 5px;
	width: 12px;
	height: 12px;
	transition: transform 1s;
}

.pr-rlx-header__mobile-nav span svg path {
	stroke: #fff;
}

.pr-rlx-header__mobile-nav span svg.active {
	transform: rotateX(180deg);
}

@media (max-width: 1440px) {
	.pr-rlx-header__mobile-nav {
		display: block;
	}
}

.pr-rlx-header__mobile-nav ul {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s ease;
	position: absolute;
	top: 100%;
	left: 0;
	background: #000;
	width: 100%;
	z-index: 100;
}

.pr-rlx-header__mobile-nav ul.active {
	display: flex;
	flex-direction: column;
	max-height: 500px;
	padding: 0 0 20px 0;
	transition: max-height 1s ease;
}

.pr-rlx-header__mobile-nav ul li a {
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
	font-weight: 400;
	padding: 14px 0;
	transition: .3s;
}

.pr-rlx-header__mobile-nav ul li a:hover {
	color: #61bd93;
	text-decoration: none;
}

.pr-rlx-header__mobile-nav ul li a.active {
	color: #61bd93;
}

@media only screen and (max-width: 568px) {
	.pr-rlx-header__mobile-nav ul li a {
		text-align: center;
	}
}

.pr-rlx-breadcrumbs {
	height: 30px;
}

.pr-rlx-breadcrumbs ul {
	display: flex;
	align-items: center;
}

.pr-rlx-breadcrumbs ul li {
	position: relative;
	padding: 5px 10px 5px 0;
	margin: 0 15px 0 0;
}

.pr-rlx-breadcrumbs ul li.active a {
	color: #61bd93;
}

@media only screen and (max-width: 568px) {
	.pr-rlx-breadcrumbs ul li {
		display: none;
	}
}

.pr-rlx-breadcrumbs ul li::after {
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	top: 50%;
	left: 100%;
	margin: -3px 0 0 -3px;
	border: solid;
	border-color: #fff;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
}

.pr-rlx-breadcrumbs ul li:nth-last-child(1) {
	border-right: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pr-rlx-breadcrumbs ul li:nth-last-child(1)::after {
	display: none;
}

.pr-rlx-breadcrumbs ul li:nth-last-child(1) a {
	pointer-events: none;
}

@media only screen and (max-width: 568px) {
	.pr-rlx-breadcrumbs ul li:nth-last-child(2) {
		display: block;
		margin: 0;
		padding: 0 0 0 15px;
	}
	
	.pr-rlx-breadcrumbs ul li:nth-last-child(2):after {
		left: 0;
		top: 48%;
		transform: rotate(45deg) scale(-1);
	}
}

.pr-rlx-breadcrumbs ul li a {
	display: flex;
	font-size: 16px;
	line-height: 1.1;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	transition: .3s;
	white-space: nowrap;
}

@media only screen and (max-width: 767px) {
	.pr-rlx-breadcrumbs ul li a {
		font-size: 12px;
	}
}

.pr-rlx-breadcrumbs ul li a:hover {
	color: #61bd93;
}

.pr-rlx-homepage-banner {
	position: relative;
}

@media only screen and (max-width: 568px) {
	.pr-rlx-homepage-banner {
		height: 650px;
	}
}

.pr-rlx-homepage-banner_cpo {
	margin: 0 0 24px 0;
}

.pr-rlx-homepage-banner_cpo .pr-rlx-homepage-banner__textbox {
	left: 50px;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-homepage-banner_cpo .pr-rlx-homepage-banner__textbox {
		left: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.pr-rlx-homepage-banner picture {
		height: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-homepage-banner picture img {
		height: 340px;
	}
}

@media only screen and (max-width: 768px) {
	.pr-rlx-homepage-banner picture img {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.pr-rlx-homepage-banner__textbox {
	position: absolute;
	left: 100px;
	top: 50%;
	transform: translate(0, -50%);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.pr-rlx-homepage-banner__textbox.white h1, .pr-rlx-homepage-banner__textbox.white h2, .pr-rlx-homepage-banner__textbox.white h3 {
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-homepage-banner__textbox {
		left: 30px;
		top: unset;
		bottom: 0;
	}
}

@media only screen and (max-width: 568px) {
	.pr-rlx-homepage-banner__textbox {
		bottom: -35px;
	}
}

.pr-rlx-homepage-banner__textbox h1, .pr-rlx-homepage-banner__textbox h2, .pr-rlx-homepage-banner__textbox h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 50px;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
	max-width: 639px;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-homepage-banner__textbox h1, .pr-rlx-homepage-banner__textbox h2, .pr-rlx-homepage-banner__textbox h4 {
		font-size: 36px;
		max-width: unset;
	}
}

.pr-rlx-homepage-banner__textbox h1 span, .pr-rlx-homepage-banner__textbox h2 span, .pr-rlx-homepage-banner__textbox h4 span {
	white-space: nowrap;
}

.pr-rlx-homepage-banner__textbox a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #12784a;
	border: 1px solid #12784a;
	padding: 0 30px;
	border: 1px solid #12784a;
	border-radius: 20px;
	transition: filter .3s;
}

.pr-rlx-homepage-banner__textbox a:hover {
	filter: brightness(.9);
}

.pr-rlx-textbox {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	padding: 0 8% 90px 8%;
	gap: 8px;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-textbox {
		grid-template-columns: repeat(6, 1fr);
		padding: 0 7% 60px 7%;
		gap: 6px;
	}
}

.pr-rlx-textbox_padding {
	padding: 90px 8% 90px 8%;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-textbox_padding {
		padding: 60px 7% 60px 7%;
	}
}

.pr-rlx-textbox__inner {
	grid-column: 4/span 6;
	text-align: left;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-textbox__inner {
		grid-column: 3/span 8;
	}
}

@media only screen and (max-width: 768px) {
	.pr-rlx-textbox__inner {
		grid-column: span 6;
	}
}

.pr-rlx-textbox__inner h1 {
	margin: 0 0 20px 0;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
	color: #472c21;
	font-family: Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-textbox__inner h1 {
		font-size: 30px;
	}
}

.pr-rlx-textbox__inner p {
	font-size: 20px;
	line-height: 1.6;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: light;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-textbox__inner p {
		font-size: 18px;
	}
}

.pr-rlx-textbox__inner p:nth-last-child(1) {
	margin: 0;
}

.pr-rlx-textbox__inner p.fz-36 {
	font-size: 36px;
	font-weight: bold;
	color: #472c21;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-textbox__inner p.fz-36 {
		font-size: 22px;
	}
}

.pr-rlx-textbox__inner p.rlx-quote {
	font-family: "Georgia", serif;
	font-weight: normal;
	font-size: 50px;
	line-height: 1.2;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-textbox__inner p.rlx-quote {
		font-size: 30px;
	}
}

.pr-rlx-textbox__inner h3 {
	margin: 0 0 20px 0;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
	color: #472c21;
	font-family: Helvetica, Arial, sans-serif;
}

.pr-rlx-textbox__inner h3:nth-last-child(1) {
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-textbox__inner h3 {
		font-size: 30px;
	}
}

.pr-rlx-textbox__inner span {
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-textbox__inner span {
		font-size: 18px;
	}
}

.pr-rlx-textbox__inner span.light {
	font-weight: 300;
}

.pr-rlx-textbox__inner span.author {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
}

.pr-rlx-textbox__inner img {
	margin: 0 0 40px 0;
	width: 240px;
	height: 120px;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-textbox__inner img {
		width: 120px;
		height: 60px;
		margin: 0 0 20px 0;
	}
}

.pr-rlx-textbox__inner a {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: flex-start;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 14px;
	height: 44px;
	background-color: #127749;
	border: 1px solid #127749;
	padding: 0 30px;
	border-radius: 30px;
	transition: background-color .3s, color .3s;
}

.pr-rlx-textbox__inner a:hover {
	background-color: #fff;
	color: #127749;
}

.pr-rlx-watch-grid__inner {
	padding: 0 8%;
}

@media only screen and (max-width: 1280px) {
	.pr-rlx-watch-grid__inner.grid-3 {
		padding: 0;
	}
}

.pr-rlx-watch-grid__inner.grid-3 .pr-rlx-watch-grid__cards {
	grid-template-columns: repeat(3, 1fr);
}

.pr-rlx-watch-grid__inner h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 40px;
	color: #452c1e;
	margin: 0 0 60px 0;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-watch-grid__inner h2 {
		font-size: 30px;
		font-size: 40px;
	}
}

.pr-rlx-watch-grid__more-link {
	display: block;
	align-self: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	background: #12784a;
	padding: 7px 20px;
	width: 121px;
	margin: 0 auto;
	border: 1px solid #12784a;
	border-radius: 20px;
	transition: color .3s, background .3s;
}

.pr-rlx-watch-grid__more-link:hover {
	background: transparent;
	color: #12784a;
}

.pr-rlx-watch-grid__cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin: 0 0 32px 0;
}

@media only screen and (max-width: 1280px) {
	.pr-rlx-watch-grid__cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 768px) {
	.pr-rlx-watch-grid__cards {
		display: none;
	}
}

.pr-rlx-grid-swiper {
	display: none;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-grid-swiper {
		display: block;
		margin: 0 0 32px 0;
		padding: 0 0 60px 0;
	}
}

.pr-rlx-grid-swiper .swiper-pagination-bullet {
	width: 20px !important;
	height: 4px !important;
	border-radius: 4px;
	margin: 0 12px 0 0 !important;
}

.pr-rlx-grid-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #127749 !important;
	width: 50px !important;
}

.pr-rlx-grid-swiper .swiper-slide {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: auto;
	flex-grow: 1;
}

.pr-rlx-grid-swiper .pr-rlx-card {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.pr-rlx-grid-swiper .pr-rlx-card__textbox {
	flex-grow: 1;
}

@media only screen and (max-width: 568px) {
	.pr-rlx-grid-swiper .pr-rlx-card__textbox h3 {
		font-size: 11px;
	}
}

@media only screen and (max-width: 568px) {
	.pr-rlx-grid-swiper .pr-rlx-card__textbox h4 {
		font-size: 16px;
	}
}

.pr-rlx-card {
	position: relative;
}

.pr-rlx-card:hover .pr-rlx-card__media img {
	transform: scale(1.1);
}

.pr-rlx-card:hover .pr-rlx-card__textbox h3 {
	color: #12784a;
}

.pr-rlx-card:hover .pr-rlx-card__textbox h4 {
	color: #12784a;
}

.pr-rlx-card a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pr-rlx-card__media {
	overflow: hidden;
	position: relative;
	background: #0e0d12;
}

.pr-rlx-card__media img {
	width: 100%;
	height: auto;
	transition: transform .5s;
}

.pr-rlx-card__media .pr-rlx-cpo-logo {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
}

@media only screen and (max-width: 1280px) {
	.pr-rlx-card__media {
		height: auto;
	}
}

.pr-rlx-card__textbox {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	background: #000;
	padding: 40px;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-card__textbox {
		padding: 20px;
	}
}

@media only screen and (max-width: 568px) {
	.pr-rlx-card__textbox {
		padding: 10px;
	}
}

.pr-rlx-card__textbox h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	transition: color .3s;
}

@media only screen and (max-width: 480px) {
	.pr-rlx-card__textbox h3 {
		font-size: 11px;
		line-height: normal;
	}
}

.pr-rlx-card__textbox h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	transition: color .3s;
}

@media only screen and (max-width: 480px) {
	.pr-rlx-card__textbox h4 {
		font-size: 14px;
		line-height: normal;
	}
}

.pr-rlx-card__textbox p {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 16px;
}

.pr-rlx-card__textbox span {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}

.pr-rlx-card {
	display: flex;
	flex-direction: column;
}

.pr-rlx-card__textbox {
	flex: 1;
}

.pr-rlx-checkboard-component {
	padding: 40px 0;
}

.pr-rlx-checkboard-component__inner {
	display: flex;
	flex-direction: column;
}

.pr-rlx-checkboard-component__block {
	display: flex;
	align-items: center;
	padding: 5vw;
}

@media only screen and (max-width: 568px) {
	.pr-rlx-checkboard-component__block {
		padding: 0;
		width: 90%;
		margin: 0 auto;
		margin: 0 auto 50px auto;
	}
	
	.pr-rlx-checkboard-component__block:nth-last-child(1) {
		margin: 0 auto;
	}
}

.pr-rlx-checkboard-component__block:nth-child(even) .pr-rlx-checkboard-component__textbox {
	order: -1;
	padding: 0 10vw 0 5vw;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-checkboard-component__block:nth-child(even) .pr-rlx-checkboard-component__textbox {
		padding: 0 5vw 0 0;
	}
}

@media only screen and (max-width: 568px) {
	.pr-rlx-checkboard-component__block:nth-child(even) .pr-rlx-checkboard-component__textbox {
		padding: 0;
	}
}

@media only screen and (max-width: 568px) {
	.pr-rlx-checkboard-component__block {
		flex-direction: column;
	}
}

.pr-rlx-checkboard-component__media {
	flex: 0 1 50%;
}

.pr-rlx-checkboard-component__media img {
	width: 100%;
}

@media only screen and (max-width: 568px) {
	.pr-rlx-checkboard-component__media {
		order: -1;
		margin: 0 0 20px 0;
	}
}

.pr-rlx-checkboard-component__textbox {
	flex: 0 1 50%;
	padding: 0 5vw 0 10vw;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-checkboard-component__textbox {
		padding: 0 0 0 5vw;
	}
}

@media only screen and (max-width: 568px) {
	.pr-rlx-checkboard-component__textbox {
		padding: 0;
	}
}

.pr-rlx-checkboard-component__textbox span {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-checkboard-component__textbox span {
		margin: 0 0 10px 0;
	}
}

@media only screen and (max-width: 768px) {
	.pr-rlx-checkboard-component__textbox span {
		font-size: 14px;
	}
}

.pr-rlx-checkboard-component__textbox h3 {
	margin: 0 0 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
	max-width: 450px;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-checkboard-component__textbox h3 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 568px) {
	.pr-rlx-checkboard-component__textbox h3 {
		max-width: unset;
	}
}

.pr-rlx-checkboard-component__textbox p {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.pr-rlx-checkboard-component__textbox a {
	margin: 20px 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #12784a;
	padding: 0 30px;
	border: 1px solid #12784a;
	border-radius: 20px;
	transition: color .3s, background .3s;
}

.pr-rlx-checkboard-component__textbox a:hover {
	background: transparent;
	color: #12784a;
}

.pr-rlx-exploring {
	padding: 80px 0 40px 0;
}

.pr-rlx-exploring .swiper {
	padding: 0 0 60px 0;
}

@media only screen and (max-width: 568px) {
	.pr-rlx-exploring .swiper {
		padding: 0 0 24px 0;
	}
}

.pr-rlx-exploring .swiper .swiper-pagination-bullet {
	position: relative;
	width: 24px !important;
	height: 0 !important;
	padding-block: 12px;
	margin: 0 12px 0 0 !important;
	background: transparent !important;
	border-radius: 0 !important;
	box-sizing: content-box;
	opacity: 1 !important;
}

.pr-rlx-exploring .swiper .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	left: 50%;
	right: 0;
	width: 24px;
	top: 50%;
	height: 4px;
	transform: translate(-50%, -50%);
	background: #ccc;
	border-radius: 4px;
	pointer-events: none;
	transition: width .2s, background .2s, transform .2s;
}

.pr-rlx-exploring .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 50px !important;
}

.pr-rlx-exploring .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	background: #127749 !important;
	left: 0 !important;
	transform: translateY(-50%) !important;
	width: 100% !important;
}

.pr-rlx-exploring__inner {
	width: 80%;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-exploring__inner {
		width: 85%;
		max-width: unset;
	}
}

.pr-rlx-exploring__title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #472c21;
	margin: 0 0 24px 0;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-exploring__title {
		font-size: 24px;
	}
}

.pr-rlx-exploring__body {
	position: relative;
}

.pr-rlx-exploring__body .swiper-button-prev, .pr-rlx-exploring__body .swiper-button-next {
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50% !important;
	transform: translate(0, -150%);
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #f2f2f2;
	transition: background .3s;
}

.pr-rlx-exploring__body .swiper-button-prev::after, .pr-rlx-exploring__body .swiper-button-next::after {
	color: #000 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	transition: color .3s;
}

@media only screen and (max-width: 568px) {
	.pr-rlx-exploring__body .swiper-button-prev::after, .pr-rlx-exploring__body .swiper-button-next::after {
		font-size: 10px !important;
	}
}

.pr-rlx-exploring__body .swiper-button-prev:hover, .pr-rlx-exploring__body .swiper-button-next:hover {
	background: #127749;
}

.pr-rlx-exploring__body .swiper-button-prev:hover::after, .pr-rlx-exploring__body .swiper-button-next:hover::after {
	color: #fff !important;
}

@media only screen and (max-width: 1280px) {
	.pr-rlx-exploring__body .swiper-button-prev, .pr-rlx-exploring__body .swiper-button-next {
		transform: translate(0, -180%);
	}
}

@media only screen and (max-width: 568px) {
	.pr-rlx-exploring__body .swiper-button-prev, .pr-rlx-exploring__body .swiper-button-next {
		transform: translate(0, -120%);
		width: 26px;
		height: 26px;
		display: none;
	}
}

.pr-rlx-exploring__body .swiper-button-prev {
	left: -45px !important;
	display: none;
}

.pr-rlx-exploring__body .swiper-button-prev::after {
	position: relative;
	left: -2px !important;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-exploring__body .swiper-button-prev {
		left: -32px !important;
		display: none;
	}
}

.pr-rlx-exploring__body .swiper-button-next {
	right: -45px !important;
}

.pr-rlx-exploring__body .swiper-button-next::after {
	position: relative;
	right: -2px !important;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-exploring__body .swiper-button-next {
		right: -32px !important;
	}
}

.pr-rlx-exploring__link:hover .pr-rlx-exploring__slide-text {
	color: #127749;
}

.pr-rlx-exploring__link:hover .pr-rlx-exploring__slide-media img {
	transform: scale(1.1);
}

.pr-rlx-exploring__slide-media {
	overflow: hidden;
	margin: 0 0 10px 0;
}

.pr-rlx-exploring__slide-media img {
	transition: transform .3s ease;
}

.pr-rlx-exploring__slide-text {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #472c21;
	transition: color .3s;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-exploring__slide-text {
		font-size: 16px;
	}
}

.pr-rlx-footer {
	background: #000;
}

.pr-rlx-footer__inner {
	display: flex;
	flex-direction: column;
}

.pr-rlx-footer__top {
	display: flex;
	justify-content: center;
	padding: 40px 0;
	border-bottom: 1px solid #2c2c2c;
}

.pr-rlx-footer__top img {
	width: 35px;
	height: 40px;
}

.pr-rlx-footer__base {
	padding: 15px 0;
	margin: 0 0 30px 0;
	display: flex;
	justify-content: center;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-footer__base {
		order: 1;
		margin: 0;
		padding: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-footer__base nav {
		width: 100%;
	}
}

.pr-rlx-footer__base ul {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-footer__base ul {
		flex-direction: column;
		width: 100%;
	}
}

.pr-rlx-footer__base ul li {
	margin: 0 30px 0 0;
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-footer__base ul li {
		margin: 0;
		height: 48px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-bottom: 1px solid #f1f1f1;
	}
}

.pr-rlx-footer__base ul li:nth-last-child(1) {
	margin: 0;
}

.pr-rlx-footer__base ul li a {
	font-size: 16px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
	font-weight: 400;
	white-space: nowrap;
	transition: .3s;
}

.pr-rlx-footer__base ul li a:hover {
	color: #61bd93;
	text-decoration: none;
}

.pr-rlx-footer__base ul li a.active {
	color: #61bd93;
}

.pr-rlx-footer__bottom {
	display: flex;
	justify-content: center;
	padding: 20px 0;
}

.pr-rlx-footer__bottom button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
	font-weight: 600;
}

.pr-rlx-footer__bottom button:hover {
	text-decoration: underline;
}

.pr-rlx-media {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	padding: 40px 8% 40px 8%;
	gap: 8px;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-media {
		grid-template-columns: repeat(6, 1fr);
		padding: 40px 7% 40px 7%;
		gap: 6px;
	}
}

.pr-rlx-media_no-bp {
	padding: 40px 8% 0 8%;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-media_no-bp {
		padding: 40px 7% 0 7%;
	}
}

.pr-rlx-media_no-padding {
	padding: 0px 8% 0 8%;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-media_no-padding {
		padding: 0px 7% 0 7%;
	}
}

.pr-rlx-media__picture_s {
	grid-column: 4/span 6;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-media__picture_s {
		grid-column: 3/span 8;
	}
}

@media only screen and (max-width: 768px) {
	.pr-rlx-media__picture_s {
		grid-column: 1/-1;
	}
}

.pr-rlx-media__picture_s.img-scale {
	transform: scale(1.2);
}

.pr-rlx-media__picture_m {
	grid-column: 2/span 10;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-media__picture_m {
		grid-column: 1/-1;
	}
}

.pr-rlx-media__picture_l {
	grid-column: 1/-1;
}

.pr-rlx-text-banner {
	position: relative;
}

.pr-rlx-text-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1;
}

.pr-rlx-text-banner__textbox {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	max-width: 1280px;
	width: 100%;
}

@media only screen and (max-width: 1440px) {
	.pr-rlx-text-banner__textbox {
		left: 0;
		transform: translate(0, -50%);
		padding: 0 40px;
	}
}

.pr-rlx-text-banner__textbox h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 38px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.2;
	color: #fff;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-text-banner__textbox h3 {
		font-size: 24px;
	}
}

.pr-rlx-family-banner {
	position: relative;
	height: 700px;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-family-banner {
		height: unset;
	}
}

.pr-rlx-family-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1;
}

.pr-rlx-family-banner picture {
	height: 100%;
}

.pr-rlx-family-banner img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.pr-rlx-family-banner__textbox {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 670px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-family-banner__textbox {
		left: 0;
		transform: translate(0, -50%);
		padding: 0 40px;
	}
}

.pr-rlx-family-banner__textbox h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 38px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-family-banner__textbox h3 {
		font-size: 24px;
	}
}

.pr-rlx-family-banner__textbox p {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 16px;
}

.pr-rlx-contact__inner h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 36px;
	color: #452c1e;
	margin: 0 0 24px 0;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-contact__inner h2 {
		font-size: 24px;
	}
}

.pr-rlx-contact__content {
	display: flex;
	flex-direction: column;
}

.pr-rlx-contact__steps {
	background-color: #fff;
}

.pr-rlx-contact__steps .rlx-first-step, .pr-rlx-contact__steps .rlx-second-step, .pr-rlx-contact__steps .rlx-third-step {
	background-color: transparent;
}

.pr-rlx-contact__steps .rlx-first-step textarea, .pr-rlx-contact__steps .rlx-second-step textarea, .pr-rlx-contact__steps .rlx-third-step textarea {
	background: #f8f7f3;
}

.pr-rlx-contact__steps .rlx-first-step textarea::-moz-placeholder, .pr-rlx-contact__steps .rlx-second-step textarea::-moz-placeholder, .pr-rlx-contact__steps .rlx-third-step textarea::-moz-placeholder {
	color: #000;
}

.pr-rlx-contact__steps .rlx-first-step textarea::placeholder, .pr-rlx-contact__steps .rlx-second-step textarea::placeholder, .pr-rlx-contact__steps .rlx-third-step textarea::placeholder {
	color: #000;
}

.pr-rlx-contact__steps .rlx-first-step__inner .rlx-send-textbox span {
	font-size: 20px;
}

.pr-rlx-contact__steps .rlx-first-step__inner .rlx-send-textbox p {
	width: 80%;
	margin: 0 auto 40px auto;
}

.page-wrapper__pr-rlx-message .pr-rlx-contact__steps {
	background: #f9f7f4;
}

.page-wrapper__pr-rlx-message .pr-rlx-contact__steps .rlx-first-step textarea {
	background: #fff;
}

.pr-rlx-like-carousel {
	padding: 80px 0 0 0;
}

.pr-rlx-like-carousel .swiper {
	padding: 0 0 60px 0;
}

.pr-rlx-like-carousel .swiper .swiper-pagination-bullet {
	width: 20px !important;
	height: 4px !important;
	border-radius: 4px;
	margin: 0 12px 0 0 !important;
}

.pr-rlx-like-carousel .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #127749 !important;
	width: 50px !important;
}

.pr-rlx-like-carousel__inner {
	width: 80%;
	max-width: 1140px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-like-carousel__inner {
		width: 85%;
		max-width: unset;
	}
}

.pr-rlx-like-carousel__title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 40px 0;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-like-carousel__title {
		font-size: 16px;
	}
}

.pr-rlx-like-carousel__body {
	position: relative;
}

.pr-rlx-like-carousel__body .swiper-button-prev, .pr-rlx-like-carousel__body .swiper-button-next {
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50% !important;
	transform: translate(0, -80%);
}

.pr-rlx-like-carousel__body .swiper-button-prev::after, .pr-rlx-like-carousel__body .swiper-button-next::after {
	color: #127749 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	transition: color .3s;
}

@media only screen and (max-width: 568px) {
	.pr-rlx-like-carousel__body .swiper-button-prev::after, .pr-rlx-like-carousel__body .swiper-button-next::after {
		font-size: 10px !important;
	}
}

@media only screen and (max-width: 568px) {
	.pr-rlx-like-carousel__body .swiper-button-prev, .pr-rlx-like-carousel__body .swiper-button-next {
		transform: translate(0, -120%);
		width: 26px;
		height: 26px;
		display: none;
	}
}

.pr-rlx-like-carousel__body .swiper-button-prev {
	left: -45px !important;
	display: none;
}

.pr-rlx-like-carousel__body .swiper-button-prev::after {
	position: relative;
	left: -2px !important;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-like-carousel__body .swiper-button-prev {
		left: -32px !important;
		display: none;
	}
}

.pr-rlx-like-carousel__body .swiper-button-next {
	right: -45px !important;
}

.pr-rlx-like-carousel__body .swiper-button-next::after {
	position: relative;
	right: -2px !important;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-like-carousel__body .swiper-button-next {
		right: -32px !important;
	}
}

.pr-rlx-like-carousel__link {
	width: 100%;
}

.pr-rlx-like-carousel__link:hover .pr-rlx-like-carousel__slide-text {
	color: #127749;
}

.pr-rlx-like-carousel__link:hover .pr-rlx-like-carousel__slide-media img {
	transform: scale(1.1);
}

.pr-rlx-like-carousel__slide-media {
	overflow: hidden;
	margin: 0 0 10px 0;
	position: relative;
}

.pr-rlx-like-carousel__slide-media img {
	width: 100%;
	transition: transform .3s ease;
}

.pr-rlx-like-carousel__slide-media .pr-rlx-cpo-logo {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
}

.pr-rlx-like-carousel__slide-textbox {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.pr-rlx-like-carousel__slide-textbox h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

@media only screen and (max-width: 480px) {
	.pr-rlx-like-carousel__slide-textbox h3 {
		font-size: 11px;
	}
}

.pr-rlx-like-carousel__slide-textbox h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

.pr-rlx-like-carousel__slide-textbox p {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
}

.pr-rlx-like-carousel__slide-textbox span {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-product .container {
		padding: 0;
	}
}

.pr-rlx-product__main {
	display: flex;
	gap: 10px;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-product__main {
		flex-direction: column;
		margin: 0;
		gap: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-product__gallery {
		display: none;
	}
}

.pr-rlx-product__media {
	background-color: #0a0a0a;
	flex: 0 1 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-product__media {
		flex: 0 1 100%;
		background-color: transparent;
		order: -1;
	}
}

.pr-rlx-product__media .pr-rlx-cpo-logo {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 90px;
	height: 90px;
	z-index: 100;
}

.pr-rlx-product__media .swiper {
	height: 100%;
}

.pr-rlx-product__media .swiper .swiper-wrapper {
	height: 100% !important;
}

.pr-rlx-product__media .swiper .swiper-wrapper .swiper-slide img {
	-o-object-fit: contain;
	object-fit: contain;
}

.pr-rlx-product__media .swiper .swiper-pagination {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-product__media .swiper .swiper-pagination {
		display: block;
	}
}

.pr-rlx-product__media .swiper .swiper-pagination-bullet {
	width: 20px !important;
	height: 4px !important;
	border-radius: 4px;
	margin: 0 12px 0 0 !important;
	background: #fff !important;
	opacity: 1 !important;
}

.pr-rlx-product__media .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #127749 !important;
	width: 50px !important;
}

.pr-rlx-product__media .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pr-rlx-product__content {
	background-color: #0a0a0a;
	color: #fff;
	padding: 100px;
	flex: 0 1 50%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 1440px) {
	.pr-rlx-product__content {
		padding: 50px;
	}
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-product__content {
		padding: 40px 20px;
	}
}

.pr-rlx-product__top {
	margin: 0 0 50px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

@media only screen and (max-width: 568px) {
	.pr-rlx-product__top {
		margin: 0 0 30px 0;
	}
}

.pr-rlx-product__top span {
	margin: 0 0 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.pr-rlx-product__top span.price {
	margin: 0 0 0 5px;
}

.pr-rlx-product__top span.icon {
	margin: 0;
	margin: 0 5px;
	cursor: pointer;
	position: relative;
}

.pr-rlx-product__top span.icon:hover .tooltip {
	visibility: visible;
	opacity: 1;
}

.pr-rlx-product__top span.icon .tooltip {
	width: 300px;
	visibility: hidden;
	background-color: #f8f8f8;
	color: #000;
	text-align: center;
	border-radius: 4px;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	position: absolute;
	top: 125%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 200;
	opacity: 0;
	transition: opacity .3s;
}

.pr-rlx-product__top span.icon .tooltip::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #f8f8f8 transparent;
}

.pr-rlx-product__top p {
	margin: 0 0 5px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	display: flex;
	align-items: center;
	opacity: .9;
}

.pr-rlx-product__top p span {
	font-weight: 600;
}

.pr-rlx-product__top h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-product__top h1 {
		font-size: 24px;
	}
}

.pr-rlx-product__top h1 span {
	text-transform: capitalize;
}

.pr-rlx-product__top button {
	margin: 20px 0 0 0;
	width: 145px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #12784a;
	padding: 0 30px;
	border: 1px solid #12784a;
	border-radius: 20px;
	transition: color .3s, background .3s;
}

.pr-rlx-product__top button:hover {
	background: transparent;
	color: #12784a;
}

.pr-rlx-product__price-block {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 10px 0;
}

.pr-rlx-product__price-block p {
	margin: 0;
	opacity: 1;
}

.pr-rlx-product__price-block p.price {
	margin: 0;
}

.pr-rlx-product__price-block p.price span {
	margin: 0;
}

.pr-rlx-product__price-block span {
	margin: 0;
}

.pr-rlx-product__base {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.pr-rlx-product__socials-wrapper {
	border-bottom: 1px solid #3f3e43;
	padding: 0 0 40px 0;
	margin: 0 0 20px 0;
}

.pr-rlx-product__socials {
	-moz-column-count: 2;
	column-count: 2;
	max-width: 400px;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-product__socials {
		max-width: unset;
		-moz-column-count: unset;
		column-count: unset;
		display: flex;
		align-items: center;
		gap: 25px;
	}
}

@media only screen and (max-width: 568px) {
	.pr-rlx-product__socials {
		gap: 15px;
	}
}

.pr-rlx-product__socials li {
	margin: 0 0 15px 0;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-product__socials li {
		margin: 0;
	}
}

.pr-rlx-product__socials li:nth-last-child(1) {
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-product__socials li:nth-last-child(1) {
		margin: 0;
	}
}

.pr-rlx-product__socials li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	display: flex;
	align-items: center;
	transition: color .3s;
}

.pr-rlx-product__socials li a:hover {
	color: #12784a;
}

.pr-rlx-product__socials li a:hover span {
	background: #12784a;
}

.pr-rlx-product__socials li a span {
	width: 42px;
	height: 42px;
	background: #2d2b30;
	border-radius: 50%;
	margin: 0 10px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background .3s;
}

@media only screen and (max-width: 568px) {
	.pr-rlx-product__socials li a p {
		display: none;
	}
}

.pr-rlx-product__desc {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}

@media only screen and (max-width: 1440px) {
	.pr-rlx-product__desc {
		flex-direction: column;
		align-items: flex-start;
	}
}

.pr-rlx-product__desc p {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
	border-right: 1px solid #3f3e43;
	padding: 0 15px 0 0;
}

@media only screen and (max-width: 1440px) {
	.pr-rlx-product__desc p {
		border-right: none;
	}
}

.pr-rlx-product__desc p:nth-last-child(1) {
	border-right: none;
}

.pr-rlx-product__desc a {
	margin: 40px 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	transition: color .3s;
}

.pr-rlx-product__desc a:hover {
	color: #12784a;
}

.pr-rlx-product__bottom .swiper-slide {
	width: 90px !important;
}

.pr-rlx-product__bottom .swiper-slide.swiper-slide-thumb-active {
	border: 1px solid #fff;
}

.pr-rlx-product__bottom .swiper-slide img {
	width: 100%;
}

.pr-rlx-characteristics__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding: 90px 60px;
	background: #f4efeb;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-characteristics__inner {
		grid-template-columns: repeat(2, 1fr);
		padding: 60px 40px;
	}
}

@media only screen and (max-width: 568px) {
	.pr-rlx-characteristics__inner {
		padding: 40px 20px;
	}
}

.pr-rlx-characteristics__item h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize;
	margin: 0 0 5px 0;
}

@media only screen and (max-width: 568px) {
	.pr-rlx-characteristics__item h3 {
		font-size: 14px;
		line-height: normal;
	}
}

.pr-rlx-characteristics__item span {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
}

@media only screen and (max-width: 568px) {
	.pr-rlx-characteristics__item span {
		font-size: 14px;
	}
}

.pr-rlx-main-grid {
	display: flex;
	padding: 0 8%;
	gap: 40px;
}

@media only screen and (max-width: 568px) {
	.pr-rlx-main-grid {
		padding: 0 3%;
	}
}

.pr-rlx-main-grid__filters {
	width: 25%;
	overflow: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	transition: all .5s;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-main-grid__filters {
		width: 100%;
		height: 100%;
		z-index: 9000;
		top: 0;
		left: -100%;
		position: fixed;
		overflow-y: scroll;
		padding: 12% 6% 2% 6%;
	}
}

.pr-rlx-main-grid__filters.opened {
	background: #fff;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-main-grid__filters.opened {
		left: 0;
	}
}

.pr-rlx-main-grid__filters .berocket_single_filter_widget {
	padding: 0 0 10px 0;
}

@media only screen and (max-width: 568px) {
	.pr-rlx-main-grid__filters .berocket_single_filter_widget {
		margin: 0 0 20px 0;
		padding: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-main-grid__filters .berocket_single_filter_widget:nth-child(3) {
		order: 100;
		margin: 0;
		padding: 0 !important;
		border-bottom: none !important;
	}
}

.pr-rlx-main-grid__filters .berocket_single_filter_widget:nth-child(4) {
	padding: 25px 0 10px 0 !important;
}

@media only screen and (max-width: 568px) {
	.pr-rlx-main-grid__filters .berocket_single_filter_widget:nth-child(4) {
		padding: 16px 0 0 0 !important;
	}
}

.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_head {
	position: relative;
	padding-right: 25px;
	cursor: pointer;
}

.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_head::before, .pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_head::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 2px;
	background-color: #472c21;
	transform-origin: center;
	transition: transform .3s ease;
}

.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_head::before {
	transform: translateY(-50%) rotate(0deg);
}

.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_head::after {
	transform: translateY(-50%) rotate(90deg);
}

.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_head.open::after {
	transform: translateY(-50%) rotate(90deg) scale(0);
}

.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_head h3 {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 24px !important;
	font-weight: 600 !important;
	margin: 0 0 20px 0 !important;
	color: #472c21 !important;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_head h3 {
		font-size: 18px !important;
		margin: 0 0 16px 0 !important;
	}
}

.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_body ul li {
	margin: 0 0 20px 0 !important;
}

.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_body ul li:nth-last-child(1) {
	margin: 0 !important;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_body ul li {
		margin: 0 0 16px 0 !important;
	}
	
	.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_body ul li:nth-last-child(1) {
		margin: 0 !important;
	}
}

.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_body ul li label {
	color: #472c21 !important;
	font-size: 14px !important;
}

.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_body ul li input {
	border-radius: 5px;
	width: 18px !important;
	height: 18px !important;
}

.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_body ul li input:checked {
	padding: 3px !important;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .bapf_body {
		display: flex;
		align-items: center;
		gap: 10px;
	}
}

.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .bapf_reset {
	position: absolute;
	top: 0;
	right: 0;
	color: #472c21;
	border-color: #f0f0f0 !important;
	background-color: #f0f0f0 !important;
	display: inline-block !important;
	margin-bottom: 0 !important;
	text-decoration: none !important;
	font-size: 16px !important;
	line-height: 18px !important;
	font-weight: 500 !important;
	text-align: center !important;
	letter-spacing: 0 !important;
	vertical-align: middle !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	background-image: none !important;
	border: 1px solid #f0f0f0 !important;
	padding: 10px 20px 10px 2px !important;
	border-radius: 40px !important;
	white-space: nowrap !important;
	width: 110px !important;
	border-radius: 20px !important;
}

.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .bapf_reset.nitro-lazy {
	background-image: none !important;
}

.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .bapf_reset::after {
	content: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/icons/settings_backup_restore.svg");
	position: absolute;
	right: 15px;
	top: 11px;
}

.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .bapf_reset:hover {
	background-color: transparent !important;
	color: #127749 !important;
	border-color: #127749 !important;
}

.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .bapf_reset:hover:after {
	content: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/icons/settings_backup_restore_hover.svg");
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .bapf_reset {
		position: relative;
	}
}

.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .show-results-btn {
	color: #fff;
	border-color: #127749 !important;
	background-color: #127749 !important;
	display: inline-block !important;
	margin-bottom: 0 !important;
	text-decoration: none !important;
	font-size: 16px !important;
	line-height: 18px !important;
	font-weight: 500 !important;
	text-align: center !important;
	letter-spacing: 0 !important;
	vertical-align: middle !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	background-image: none !important;
	border: 1px solid #f0f0f0 !important;
	padding: 10px 20px !important;
	border-radius: 40px !important;
	border-radius: 20px !important;
	transition: background .3s, color .3s;
}

.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .show-results-btn.nitro-lazy {
	background-image: none !important;
}

.pr-rlx-main-grid__filters .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .show-results-btn:hover {
	background: #fff;
	color: #127749;
}

.pr-rlx-main-grid__filters .rcpo-filters-collection {
	margin: 0 0 30px 0;
}

.pr-rlx-main-grid__filters .rcpo-filters-collection .rcpo-collections-title {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 24px !important;
	font-weight: 600 !important;
	margin: 0 0 20px 0 !important;
	padding: 0 25px 0 0;
	color: #472c21 !important;
	position: relative;
	cursor: pointer;
}

.pr-rlx-main-grid__filters .rcpo-filters-collection .rcpo-collections-title::before, .pr-rlx-main-grid__filters .rcpo-filters-collection .rcpo-collections-title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 2px;
	background-color: #472c21;
	transform-origin: center;
	transition: transform .3s ease;
}

.pr-rlx-main-grid__filters .rcpo-filters-collection .rcpo-collections-title::before {
	transform: translateY(-50%) rotate(0deg);
}

.pr-rlx-main-grid__filters .rcpo-filters-collection .rcpo-collections-title::after {
	transform: translateY(-50%) rotate(90deg);
}

.pr-rlx-main-grid__filters .rcpo-filters-collection .rcpo-collections-title.open::after {
	transform: translateY(-50%) rotate(90deg) scale(0);
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-main-grid__filters .rcpo-filters-collection .rcpo-collections-title {
		font-size: 18px !important;
		margin: 0 0 16px 0 !important;
	}
}

.pr-rlx-main-grid__filters .collections-list {
	display: none;
	flex-direction: column;
	gap: 20px;
}

.pr-rlx-main-grid__filters .collections-list li {
	line-height: 10px;
	letter-spacing: 1.2px;
}

.pr-rlx-main-grid__filters .collections-list li a {
	color: #472c21;
	font-size: 14px;
}

.pr-rlx-main-grid__filters .collections-list.open {
	display: flex;
}

.pr-rlx-main-grid__filters-title {
	margin: 0 0 20px 0;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 18px !important;
	font-weight: bold !important;
	color: #472c21 !important;
	position: relative;
	top: 10px;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-main-grid__filters-title {
		font-size: 22px !important;
		border-bottom: 1px solid #f2f2f2;
		padding: 0 0 40px 0;
		margin: 0 0 16px 0;
	}
}

.pr-rlx-main-grid__filters-close {
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 20px;
	right: 20px;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-main-grid__filters-close {
		display: flex;
	}
}

.pr-rlx-main-grid__filters-close svg {
	width: 24px;
	height: 24px;
}

.pr-rlx-main-grid__content {
	width: 75%;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-main-grid__content {
		width: 100%;
	}
}

.pr-rlx-main-grid__container {
	display: flex;
	flex-direction: column;
}

.pr-rlx-main-grid__container .rlx-cpo-sort {
	align-self: flex-end;
}

.pr-rlx-main-grid__container .rlx-cpo-sort form {
	display: none !important;
}

.pr-rlx-main-grid__options {
	margin: 0 0 20px 0;
	justify-content: flex-end;
	display: flex;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-main-grid__options {
		justify-content: space-between;
	}
}

.pr-rlx-main-grid__filters-btn {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #472c21;
	white-space: nowrap;
	display: none;
	position: relative;
}

.pr-rlx-main-grid__filters-btn:after {
	content: "+";
	position: absolute;
	top: 3px;
	right: -18px;
	font-size: 20px;
	color: #472c21;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-main-grid__filters-btn {
		display: block;
	}
}

.pr-rlx-main-grid__container {
	width: 100%;
}

.pr-rlx-main-grid__container .store__products {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
	padding: 0 0 90px 0;
}

.pr-rlx-main-grid__container .store__products .pr-rlx-card {
	grid-column: span 2;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-main-grid__container .store__products .pr-rlx-card {
		grid-column: span 3;
	}
}

.pr-rlx-main-grid__container .store__products .pr-rlx-card .pr-rlx-card__textbox {
	flex-grow: 1;
}

.pr-rlx-main-grid__container .store__products .rlx-watch__clear {
	grid-column: 3/5;
}

.pr-rlx-main-grid__container .store__products .rlx-watch__clear .rlx-watch__link {
	white-space: nowrap;
	text-align: center;
}

.pr-rlx-background {
	padding: 90px 0 0 0;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-background {
		padding: 60px 0 0 0;
	}
}

.pr-rlx-background_no-padding {
	padding: 0;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-background_no-padding-tablet {
		padding: 0;
	}
}

@media only screen and (max-width: 768px) {
	.pr-rlx-background_no-padding-mobile {
		padding: 0;
	}
}

.pr-rlx-background_small-top-padding {
	padding: 40px 0 0 0;
}

.pr-rlx-background_padding-all {
	padding: 90px 0 90px 0;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-background_padding-all {
		padding: 60px 0 60px 0;
	}
}

.pr-rlx-background_pb {
	padding: 0 0 90px 0;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-background_pb {
		padding: 0 0 60px 0;
	}
}

.pr-rlx-background_f4efea {
	background-color: #f4efea;
}

.pr-rlx-background_f9f7f4 {
	background-color: #f9f7f4;
}

.pr-rlx-background_f8f7f3 {
	background-color: #f8f7f3;
}

.pr-rlx-background_f4efeb {
	background-color: #f4efeb;
}

.pr-rlx-background_f4efea {
	background-color: #f4efea;
}

.pr-rlx-itroduction {
	padding: 90px 0 0 0;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-itroduction {
		padding: 60px 0 0 0;
	}
}

.pr-rlx-itroduction__inner {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	padding: 0 8%;
	gap: 8px;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-itroduction__inner {
		grid-template-columns: repeat(6, 1fr);
		padding: 0 7%;
		gap: 6px;
	}
}

.pr-rlx-itroduction__left {
	grid-column: 1/span 5;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-itroduction__left {
		grid-column: span 9;
		grid-row: 1;
	}
}

@media only screen and (max-width: 768px) {
	.pr-rlx-itroduction__left {
		grid-column: 1/-1;
		margin: 0 0 20px 0;
	}
}

.pr-rlx-itroduction__left h1, .pr-rlx-itroduction__left h2 {
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
	color: #472c21;
	font-family: Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-itroduction__left h1, .pr-rlx-itroduction__left h2 {
		font-size: 30px;
	}
}

.pr-rlx-itroduction__left p {
	font-size: 20px;
	line-height: 1.6;
	color: #472c21;
	font-family: Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-itroduction__left p {
		font-size: 18px;
	}
}

.pr-rlx-itroduction__left p.bold {
	font-weight: bold;
}

.pr-rlx-itroduction__left p.light {
	font-weight: 300;
}

.pr-rlx-itroduction__right {
	display: flex;
	flex-direction: column;
	grid-column: 7/span 5;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-itroduction__right {
		grid-column: 1/-1;
		grid-row: 2;
	}
}

.pr-rlx-itroduction__right p {
	font-size: 20px;
	line-height: 1.6;
	font-family: Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-itroduction__right p {
		font-size: 18px;
	}
}

.pr-rlx-itroduction__right p.bold {
	font-weight: bold;
}

.pr-rlx-itroduction__right p.light {
	font-weight: light;
}

.pr-rlx-itroduction__right span {
	font-size: 20px;
	line-height: 1.6;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
}

.pr-rlx-itroduction__right span.bold {
	font-weight: bold;
}

.pr-rlx-itroduction__right span.light {
	font-weight: light;
}

.pr-rlx-push {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	padding: 90px 8% 0 8%;
	gap: 8px;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-push {
		grid-template-columns: repeat(6, 1fr);
		padding: 60px 7% 0 7%;
		gap: 6px;
	}
}

.pr-rlx-push_padding-all {
	padding: 90px 8% 90px 8%;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-push_padding-all {
		padding: 60px 7% 60px 7%;
	}
}

.pr-rlx-push_padding-m {
	padding: 40px 8% 40px 8%;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-push_padding-m {
		padding: 40px 7% 40px 7%;
	}
}

.pr-rlx-push_no-padding {
	padding: 0 8%;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-push_no-padding {
		padding: 0 7%;
	}
}

.pr-rlx-push__inner {
	overflow: hidden;
	grid-column: 1/-1;
	cursor: pointer;
}

.pr-rlx-push__inner .pr-rlx-banner {
	margin: 0 0 10px 0;
	overflow: hidden;
	position: relative;
}

.pr-rlx-push__inner .pr-rlx-banner:hover img {
	transform: scale(1.1);
}

.pr-rlx-push__inner .pr-rlx-banner img {
	transition: transform .3s;
}

.pr-rlx-push__inner .pr-rlx-banner .push-link-fixed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: unset;
	z-index: 5;
}

.pr-rlx-push__inner h3 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	color: #472c21;
	font-family: Helvetica, Arial, sans-serif;
}

.pr-rlx-push__inner h3:nth-child(1) {
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-push__inner h3 {
		font-size: 24px;
	}
}

.pr-rlx-push__inner span {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
	color: #472c21;
	font-family: Helvetica, Arial, sans-serif;
}

.pr-rlx-push__inner p {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 15px 0;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.6;
	width: 50%;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-push__inner p {
		width: 60%;
	}
}

@media only screen and (max-width: 768px) {
	.pr-rlx-push__inner p {
		font-size: 18px;
		width: 100%;
	}
}

.pr-rlx-push__inner a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	align-items: center;
	color: #127749;
	max-width: 150px;
}

.pr-rlx-push__inner a img {
	width: 12px;
	height: 12px;
	margin: 0 0 0 6px;
}

.pr-rlx-push__grid-container {
	display: grid;
	gap: 8px;
	row-gap: 60px;
}

.pr-rlx-push__grid-container p {
	width: 100%;
	padding: 0 40px 0 0;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-push__grid-container p {
		padding: 0 20px 0 0;
	}
}

.pr-rlx-push__grid-container_x2 {
	grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 768px) {
	.pr-rlx-push__grid-container_x2 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.pr-rlx-push__grid-container_x3 {
	grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 768px) {
	.pr-rlx-push__grid-container_x3 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.pr-rlx-push__grid-container_x3 h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	color: #472c21;
	font-family: Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
	.pr-rlx-push__grid-container_x3 h3 {
		font-size: 18px;
	}
}

.pr-rlx-push__grid-item {
	overflow: hidden;
	cursor: pointer;
}

.pr-rlx-push__grid-item:hover .pr-rlx-push__grid-image img {
	transform: scale(1.1);
}

.pr-rlx-push__grid-image {
	margin: 0 0 10px 0;
	position: relative;
	overflow: hidden;
}

.pr-rlx-push__grid-image img {
	transition: transform .3s;
}

.pr-rlx-push__grid-image .push-link-fixed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: unset;
}

.rlx-model-send-message {
	padding: 90px 8% 0 8%;
}

@media only screen and (max-width: 768px) {
	.rlx-model-send-message {
		padding: 60px 7% 0 7%;
	}
}

.rlx-model-send-message h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px) {
	.rlx-model-send-message h3 {
		font-size: 24px;
	}
}

.rlx-model-send-message h3.line {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #beb6ae;
}

.pw-intro {
	padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
	.pw-intro {
		padding: 40px 0;
	}
}

@media only screen and (max-width: 568px) {
	.pw-intro {
		padding: 20px 0;
	}
}

.pw-intro h1 {
	font-family: "Colgent", sans-serif;
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 2px;
	color: #000;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 768px) {
	.pw-intro h1 {
		font-size: 22px;
	}
}

@media only screen and (max-width: 568px) {
	.pw-intro h1 {
		font-size: 14px;
		text-align: center;
	}
}

.pw-intro h1 strong {
	margin: 0 0 10px 0;
}

.pr-rlx-about__inner {
	display: flex;
	align-items: center;
	gap: 100px;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-about__inner {
		flex-direction: column;
		gap: 40px;
	}
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-about__faq {
		order: -1;
	}
}

.pr-rlx-faq__item {
	padding: 20px 0;
	border-bottom: 1px solid #d4d4d4;
}

.pr-rlx-faq__item:nth-child(1) {
	border-top: 1px solid #d4d4d4;
}

.pr-rlx-faq__top {
	cursor: pointer;
}

.pr-rlx-faq__title {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #472c21;
	line-height: 20px;
	position: relative;
	padding: 0 60px 0 0;
}

@media only screen and (max-width: 568px) {
	.pr-rlx-faq__title {
		font-size: 16px;
	}
}

@media (max-width: 400px) {
	.pr-rlx-faq__title {
		padding: 0 24px 0 0;
	}
}

.pr-rlx-faq__title::before {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #472c21;
	position: absolute;
	right: 30px;
	top: 10px;
}

@media (max-width: 400px) {
	.pr-rlx-faq__title::before {
		right: 0;
	}
}

.pr-rlx-faq__title::after {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #472c21;
	position: absolute;
	right: 30px;
	top: 10px;
	transform: rotate(-90deg);
	transition: transform .3s ease 0s;
}

@media (max-width: 400px) {
	.pr-rlx-faq__title::after {
		right: 0;
	}
}

.pr-rlx-faq__title.active::after {
	transform: rotate(0deg);
}

.pr-rlx-faq__body {
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: opacity .2s ease-in;
}

.pr-rlx-faq__body.active {
	opacity: 1;
	overflow: visible;
	height: auto;
	padding: 20px 0 0 0;
}

.pr-rlx-faq__body p {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.rcpo-sort {
	position: relative;
	display: inline-block;
	width: 300px;
	font-family: Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 480px) {
	.rcpo-sort {
		width: 250px;
	}
}

.rcpo-sort__header {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	padding: 5px 0;
	cursor: pointer;
	color: #472c21;
	transition: color .3s ease;
}

@media only screen and (max-width: 568px) {
	.rcpo-sort__header {
		gap: 5px;
	}
}

.rcpo-sort__header svg {
	width: 18px;
	height: 18px;
}

.rcpo-sort__header:hover {
	color: #127749;
}

.rcpo-sort__header:hover svg path {
	stroke: #127749;
}

.rcpo-sort__title {
	font-size: 18px;
	font-weight: 600;
}

.rcpo-sort__arrow {
	display: flex;
	align-items: center;
	transition: transform .3s ease;
}

.rcpo-sort__arrow svg {
	display: block;
	width: 24px;
	height: 24px;
	transition: transform .3s;
}

.rcpo-sort__arrow svg path {
	transition: stroke .3s;
}

.rcpo-sort__arrow--open {
	transform: rotate(180deg);
}

.rcpo-sort__menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
	border-radius: 4px;
	opacity: 0;
	transform: translateY(-10px);
	pointer-events: none;
	transition: opacity .3s ease, transform .3s ease;
}

.rcpo-sort__menu--open {
	display: block;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
	z-index: 50;
}

.rcpo-sort__item {
	padding: 10px 15px;
	cursor: pointer;
	border-bottom: 1px solid #f1f1f1;
	color: #472c21;
	font-size: 16px;
	font-weight: 500;
	transition: background-color .3s ease, color .3s ease;
}

.rcpo-sort__item:last-child {
	border-bottom: none;
}

.rcpo-sort__item:hover {
	background-color: #f1f1f1;
	color: #127749;
}

.rcpo-sort__item[data-selected=true] {
	font-weight: bold;
	color: #127749;
}

.contacts-sidebar {
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0);
	display: flex;
	justify-content: flex-end;
	visibility: hidden;
	opacity: 0;
	transition: background-color .3s ease, opacity .3s ease;
	z-index: 10000;
}

.contacts-sidebar.active {
	visibility: visible;
	opacity: 1;
	background-color: rgba(57, 60, 75, .7);
}

.contacts-sidebar.closing {
	background-color: rgba(57, 60, 75, 0);
	opacity: 0;
}

.contacts-sidebar__content {
	max-width: 400px;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	padding: 32px;
	box-shadow: -4px 0 10px rgba(0, 0, 0, .2);
	display: flex;
	flex-direction: column;
	position: relative;
	overflow-y: auto;
	transform: translateX(100%);
	transition: transform .3s ease .3s;
}

@media (max-width: 750px) {
	.contacts-sidebar__content {
		max-width: unset;
		padding: 32px;
	}
}

@media only screen and (max-width: 568px) {
	.contacts-sidebar__content {
		padding: 32px 24px;
	}
}

.contacts-sidebar__content h3 {
	padding: 0 0 24px 0;
	margin: 0 0 24px 0;
	border-bottom: 1px solid #dfe0e2;
}

@media only screen and (max-width: 1280px) and (max-height: 720px) {
	.contacts-sidebar__content h3 {
		padding: 0 0 18px 0;
		margin: 0 0 18px 0;
	}
}

@media only screen and (max-width: 568px) {
	.contacts-sidebar__content h3 {
		padding: 0 0 8px 0;
		margin: 0 0 8px 0;
	}
}

.contacts-sidebar__content h3 span {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: normal;
	color: #393c4b;
	text-transform: unset;
	white-space: unset;
	margin: 0;
}

@media only screen and (max-width: 1280px) and (max-height: 720px) {
	.contacts-sidebar__content h3 span {
		font-size: 30px;
	}
}

@media only screen and (max-width: 1440px) {
	.contacts-sidebar__content h3 span {
		font-size: 18px;
		line-height: normal;
	}
}

@media (max-width: 750px) {
	.contacts-sidebar__content h3 span {
		font-size: 32px;
		line-height: 40px;
		max-width: 312px;
	}
}

@media only screen and (max-width: 568px) {
	.contacts-sidebar__content h3 span {
		font-size: 18px;
		line-height: normal;
	}
}

.contacts-sidebar__content h4 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #393c4b;
	margin: 0 0 16px 0;
}

@media only screen and (max-width: 1280px) and (max-height: 720px) {
	.contacts-sidebar__content h4 {
		font-size: 28px;
	}
}

@media (max-width: 750px) {
	.contacts-sidebar__content h4 {
		font-size: 24px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 568px) {
	.contacts-sidebar__content h4 {
		font-size: 16px;
	}
}

.contacts-sidebar__content p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #000;
	margin: 0 0 24px 0;
}

@media (max-width: 750px) {
	.contacts-sidebar__content p {
		font-size: 14px;
		line-height: 150%;
	}
}

@media only screen and (max-width: 568px) {
	.contacts-sidebar__content p {
		margin: 0 0 18px 0;
	}
}

.contacts-sidebar__content span {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #9c9c9c;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
	margin: 0 0 24px 0;
}

@media only screen and (max-width: 568px) {
	.contacts-sidebar__content span {
		font-size: 12px;
		margin: 0 0 14px 0;
	}
}

.contacts-sidebar__content span .line {
	flex-grow: 1;
	height: 1px;
	background-color: #9c9c9c;
}

.contacts-sidebar.active .contacts-sidebar__content {
	transform: translateX(0);
}

.contacts-sidebar.closing .contacts-sidebar__content {
	transform: translateX(100%);
	transition: transform .3s ease;
}

.contacts-sidebar__close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	background: none;
	border: none;
	cursor: pointer;
	transition: transform ease-in-out .4s;
}

.contacts-sidebar__close-btn:hover {
	transform: rotate(360deg);
}

@media only screen and (max-width: 568px) {
	.contacts-sidebar__close-btn {
		top: 10px;
		right: 10px;
	}
}

.contacts-sidebar__btns {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.contacts-sidebar__btn {
	padding: 10px 20px;
	background: transparent;
	border: 1px solid #393c4b;
	border-radius: 8px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	color: #393c4b;
	text-align: center;
	transition: background .3s, color .3s;
}

.contacts-sidebar__btn:hover {
	color: #fff;
	background: #393c4b;
}

@media only screen and (max-width: 568px) {
	.contacts-sidebar__btn {
		padding: 12px 40px;
	}
}

.contacts-sidebar__schedule-btn {
	padding: 16px 40px;
	background: #393c4b;
	border: 1px solid #393c4b;
	border-radius: 8px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin: 0 0 24px 0;
	transition: background .3s, color .3s;
}

.contacts-sidebar__schedule-btn:hover {
	color: #393c4b;
	background: transparent;
}

@media only screen and (max-width: 568px) {
	.contacts-sidebar__schedule-btn {
		padding: 12px 40px;
	}
}

.contacts-sidebar__contacts-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin: 0 0 24px 0;
}

@media only screen and (max-width: 568px) {
	.contacts-sidebar__contacts-list {
		gap: 14px;
		margin: 0 0 14px 0;
	}
}

.contacts-sidebar__contacts-list li a {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #393c4b;
}

.contacts-sidebar__contacts-list li a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 568px) {
	.contacts-sidebar__contacts-list li a {
		font-size: 14px;
	}
}

.contacts-sidebar__socials-list {
	display: flex;
	flex-direction: row;
	gap: 16px;
	margin-top: auto 0 40px 0;
}

.contacts-sidebar__socials-list li {
	width: 32px;
	height: 32px;
}

.contacts-sidebar__socials-list li a {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #393c4b;
	transition: transform .3s;
}

.contacts-sidebar__socials-list li a:hover {
	transform: scale(1.1);
}

.sidebar-contacts-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 80px;
	height: 80px;
	background: #fbdfbb;
	border: 4px solid #fff;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .3);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
	cursor: pointer;
	z-index: 1000;
	transition: border .3s, box-shadow .3s;
}

.sidebar-contacts-btn.shift {
	bottom: 95px;
	right: 10px;
}

.sidebar-contacts-btn img {
	transition: transform .3s;
	height: auto;
}

.sidebar-contacts-btn::before {
	content: "";
	position: absolute;
	left: 71%;
	bottom: -13px;
	transform: rotate(-42deg);
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 16px solid transparent;
	border-top: 26px solid #fff;
	transition: all .3s;
}

.sidebar-contacts-btn::after {
	content: "";
	position: absolute;
	left: 72%;
	bottom: -8px;
	transform: rotate(-41deg);
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 22px solid #fbdfbb;
}

.sidebar-contacts-btn:hover {
	border: 4px solid #393c4b;
	box-shadow: 0 12px 24px rgba(0, 0, 0, .4);
}

.sidebar-contacts-btn:hover img {
	transform: scale(1.1);
}

.sidebar-contacts-btn:hover::before {
	border-top-color: #393c4b;
}

.sidebar-contacts-btn:hover::after {
	border-top-color: #fbdfbb;
}

.banner {
	position: relative;
	min-height: 480px;
}

.banner_cartier {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.banner__textbox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

@media only screen and (max-width: 1024px) {
	.banner__textbox {
		width: 80%;
		margin: 0 auto;
	}
}

.banner__textbox h1 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 56px;
	line-height: 69px;
	text-align: center;
	color: #fff;
}

@media only screen and (max-width: 568px) {
	.banner__textbox h1 {
		font-size: 36px;
		line-height: normal;
	}
}

.banner__textbox p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 150%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

@media only screen and (max-width: 568px) {
	.banner__textbox p {
		font-size: 18px;
		line-height: normal;
	}
}

.journal-card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.journal-card:hover .journal-card__media img {
	transform: scale(1.1);
}

.journal-card a {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.journal-card__media {
	overflow: hidden;
	height: 190px;
}

@media only screen and (max-width: 1600px) {
	.journal-card__media {
		height: 120px;
	}
}

@media only screen and (max-width: 1024px) {
	.journal-card__media {
		height: 190px;
	}
}

.journal-card__media picture {
	height: 100%;
}

.journal-card__media img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform .3s;
}

.journal-card__textbox {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 16px;
}

@media only screen and (max-width: 1600px) {
	.journal-card__textbox {
		padding: 12px;
		gap: 12px;
	}
}

.journal-card__textbox p {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: normal;
	color: #000;
}

@media only screen and (max-width: 1600px) {
	.journal-card__textbox p {
		font-size: 16px;
	}
}

.journal-card__textbox-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.journal-card__textbox-top span {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	opacity: .64;
}

.new-header {
	background: #fff;
}

.new-header .header-search {
	height: unset;
}

.new-header .header-search.active {
	top: 0 !important;
}

@media only screen and (max-width: 1024px) {
	.new-header .header-search {
		height: 200px;
	}
}

.new-header .header-search__body {
	width: 100%;
}

.new-header .header-search__body form {
	width: 50%;
}

@media only screen and (max-width: 1024px) {
	.new-header .header-search__body form {
		width: 75%;
	}
}

@media only screen and (max-width: 768px) {
	.new-header .header-search__body form {
		width: 100%;
	}
}

.new-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
}

.new-header__menu-btn {
	display: block;
	cursor: pointer;
	position: relative;
	width: 30px;
	height: 19px;
	z-index: 3;
}

.new-header__menu-btn:before {
	content: "";
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 0;
	transition: transform .8s;
}

.new-header__menu-btn:after {
	content: "";
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	transition: transform .8s;
}

.new-header__menu-btn span {
	background-color: #000;
	position: absolute;
	left: 0;
	top: 8px;
	width: 100%;
	height: 2px;
	transition: transform .8s;
}

.new-header__menu-btn.active {
	position: fixed;
	top: 20px;
	right: 20px;
}

.new-header__menu-btn.active:before {
	transform: rotate(135deg);
	top: 9px;
}

.new-header__menu-btn.active:after {
	transform: rotate(-135deg);
	bottom: 9px;
}

.new-header__menu-btn.active span {
	transform: scale(0);
}

.new-header__action-nav {
	display: flex;
	align-items: center;
	gap: 24px;
}

@media only screen and (max-width: 568px) {
	.new-header__action-nav li:nth-child(1), .new-header__action-nav li:nth-child(2), .new-header__action-nav li:nth-child(3) {
		display: none;
	}
}

.new-header__action-nav li a {
	position: relative;
}

.new-header__action-nav li a sup {
	width: 14px;
	height: 14px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 9px !important;
	position: absolute;
	top: -5px !important;
	left: 10px !important;
	border: 1px solid #393c4b;
}

.new-footer {
	background-color: #fff;
	position: relative;
}

.new-footer__inner {
	display: flex;
	flex-direction: column;
}

.new-footer__body {
	display: grid;
	grid-template-columns: minmax(180px, 500px) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
	padding: 60px 0 30px 0;
	gap: 16px;
	border-bottom: 1px solid #dedee1;
}

@media (max-width: 1550px) {
	.new-footer__body {
		gap: 24px;
		grid-template-columns: minmax(180px, 350px) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
	}
}

@media only screen and (max-width: 1024px) {
	.new-footer__body {
		grid-template-columns: repeat(1, 1fr);
		padding: 0;
		gap: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.new-footer__column {
		margin: 0 0 20px 0;
		padding: 20px 0;
		border-bottom: 1px solid #dedee1;
	}
	
	.new-footer__column:nth-child(5) {
		border-bottom: none;
		margin: 0;
	}
	
	.new-footer__column:nth-child(5) .new-footer__text {
		margin: 0;
	}
	
	.new-footer__column:nth-child(5) .new-footer__column-content {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		align-items: center;
		gap: 24px;
	}
}

@media only screen and (max-width: 768px) {
	.new-footer__column:nth-child(5) .new-footer__column-content {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (max-width: 1024px) {
	.new-footer__block {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.new-footer__block .new-footer__socials-desktop {
		display: flex;
	}
}

@media only screen and (max-width: 568px) {
	.new-footer__block .new-footer__socials-desktop {
		display: none;
	}
}

.new-footer__title {
	font-family: "Libre Caslon Text";
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 39px;
	color: #595b68;
	text-transform: uppercase;
	margin: 0 0 24px 0;
}

@media only screen and (max-width: 1024px) {
	.new-footer__title {
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 568px) {
	.new-footer__title {
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		line-height: 30px;
	}
}

.new-footer__text {
	font-family: "Geist";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -.01em;
	color: #595b68;
	opacity: .8;
	margin: 0 0 24px 0;
	max-width: 370px;
}

@media only screen and (max-width: 1024px) {
	.new-footer__text {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
	}
}

.new-footer__text.shift {
	margin: 0 0 75px 0;
}

@media only screen and (max-width: 568px) {
	.new-footer .sib_signup_form {
		width: 100%;
	}
}

.new-footer .sib_signup_box_inside_3 {
	display: flex;
}

@media only screen and (max-width: 1024px) {
	.new-footer .sib_signup_box_inside_3 {
		flex: 0 1 65%;
		margin: 0 20px 0 0;
	}
}

@media only screen and (max-width: 568px) {
	.new-footer .sib_signup_box_inside_3 {
		flex: 0 1 100%;
		flex-direction: column;
	}
}

.new-footer .sib_signup_box_inside_3 input {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	outline: none;
	border-radius: 5px;
	margin: 0 15px 0 0;
	padding: 15px;
}

@media only screen and (max-width: 1024px) {
	.new-footer .sib_signup_box_inside_3 input {
		width: 100%;
	}
}

@media only screen and (max-width: 568px) {
	.new-footer .sib_signup_box_inside_3 input {
		width: 100%;
		margin: 0 0 15px 0;
	}
}

.new-footer .sib_signup_box_inside_3 .sib-default-btn {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	border-radius: 5px;
	text-transform: uppercase;
	text-align: center;
	color: #433e3a;
	background-color: #fbdfbb;
	padding: 15px 30px;
}

@media only screen and (max-width: 568px) {
	.new-footer .sib_signup_box_inside_3 .sib-default-btn {
		width: 100%;
	}
}

.new-footer__column-title {
	font-family: "Libre Caslon Text";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #595b68;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 1024px) {
	.new-footer__column-title {
		font-family: "Montserrat";
		font-style: normal;
		font-weight: 600;
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 20px 0;
		cursor: pointer;
		position: relative;
		padding-right: 40px;
	}
	
	.new-footer__column-title::after {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		width: 8px;
		height: 8px;
		border-right: 2px solid #000;
		border-bottom: 2px solid #000;
		transform: translate(-50%) rotate(45deg);
		transition: transform .3s ease;
	}
	
	.new-footer__column-title.active::after {
		transform: translateY(-50%) rotate(-135deg);
	}
}

.new-footer__column-content {
	transition: all .3s;
}

@media only screen and (max-width: 1024px) {
	.new-footer__column-content {
		visibility: hidden;
		opacity: 0;
		height: 0;
	}
	
	.new-footer__column-content.active {
		visibility: visible;
		opacity: 1;
		height: auto;
	}
}

.new-footer__list {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.new-footer__list {
		-moz-column-count: 2;
		column-count: 2;
		display: block;
	}
}

@media only screen and (max-width: 568px) {
	.new-footer__list {
		-moz-column-count: 1;
		column-count: 1;
	}
}

.new-footer__list li {
	margin: 0 0 15px 0;
}

.new-footer__list li:nth-last-child(1) {
	margin: 0;
}

.new-footer__list a {
	font-family: "Geist";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -.01em;
	color: #595b68;
	opacity: .8;
	display: flex;
	align-items: center;
	transition: color .3s, -webkit-text-decoration .3s;
	transition: color .3s, text-decoration .3s;
	transition: color .3s, text-decoration .3s, -webkit-text-decoration .3s;
}

.new-footer__list a:hover {
	color: #000;
	text-decoration: underline;
}

.new-footer__list a svg {
	margin: 0 10px 0 0;
}

@media only screen and (max-width: 1440px) {
	.new-footer__list a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1024px) {
	.new-footer__list a {
		font-family: "Montserrat";
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
	}
}

.new-footer__contacts {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.new-footer__contacts a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	background: rgba(89, 91, 104, .05);
	border: 1px solid rgba(89, 91, 104, .1);
	border-radius: 8px;
	transition: border .3s, color .3s;
}

.new-footer__contacts a:hover {
	color: #845510;
	border: 1px solid #845510;
}

.new-footer__contacts a::after {
	content: "";
	margin-left: auto;
	width: 5px;
	height: 5px;
	border-right: 2px solid #595b68;
	border-top: 2px solid #595b68;
	transform: rotate(45deg);
	transform-origin: center;
	transition: transform .3s;
}

.new-footer__contacts a:hover::after {
	transform: rotate(585deg);
}

.new-footer__contacts a svg {
	flex-shrink: 0;
}

.new-footer__schedule {
	font-family: "Geist";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -.01em;
	color: #595b68;
	margin: 0 0 24px 0;
	display: flex;
	align-items: center;
	gap: 6px;
}

.new-footer__schedule span {
	white-space: nowrap;
}

.new-footer__socials ul {
	display: flex;
	align-items: center;
	gap: 12px;
}

.new-footer__socials li a {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(57, 60, 75, .05);
	border: 1px solid rgba(57, 60, 75, .05);
	border-radius: 100%;
	transition: background .3s;
}

.new-footer__socials li a:hover {
	background: #000;
}

.new-footer__socials li a:hover svg path {
	fill: #fff;
}

.new-footer__socials li a svg path {
	transition: fill .3s;
}

.new-footer__bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}

@media only screen and (max-width: 568px) {
	.new-footer__bottom {
		padding: 20px 0;
	}
}

@media only screen and (max-width: 568px) {
	.new-footer__logo {
		margin: 0 0 25px 0;
	}
}

.new-footer__rights {
	font-family: "Geist";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	letter-spacing: -.01em;
	color: #595b68;
}

.snow-container {
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: 9999;
}

.snow-container canvas.snow-canvas {
	width: 100%;
	height: 100%;
	display: block;
}

@media (prefers-reduced-motion: reduce) {
	.snow-container canvas.snow-canvas {
		display: none;
	}
}

.cart-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 20000;
	background: rgba(34, 45, 76, .55);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

@media (max-width: 400px) {
	.cart-modal {
		top: 45px;
	}
}

.cart-modal--open {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 5px 64px;
}

@media only screen and (max-width: 1440px) {
	.cart-modal--open {
		padding: 5px 32px;
	}
}

@media only screen and (max-width: 1024px) {
	.cart-modal--open {
		justify-content: center;
		align-items: center;
	}
}

.cart-modal__box {
	width: min(592px, 100%);
	background: #fff;
	border-radius: 8px;
	padding: 32px;
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	max-height: calc(100dvh - 160px);
	overflow: hidden;
}

.cart-modal__items {
	display: flex;
	flex-direction: column;
	gap: 32px;
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 0 16px 0;
	margin: 0 0 16px 0;
	border-bottom: 1px solid #dfe0e2;
	position: static;
	scrollbar-width: thin;
	scrollbar-color: #3d414d transparent;
}

.cart-modal__items::-webkit-scrollbar {
	width: 6px;
}

.cart-modal__items::-webkit-scrollbar-track {
	background: transparent;
}

.cart-modal__items::-webkit-scrollbar-thumb {
	background: #3d414d;
	border-radius: 999px;
}

.cart-modal__items::-webkit-scrollbar-thumb:hover {
	background: #2f3340;
}

.cart-modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 0;
	background: transparent;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
}

.cart-modal__title {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	padding: 0 0 16px 0;
	margin: 0 0 16px 0;
	border-bottom: 1px solid #dfe0e2;
}

.cart-modal__line {
	height: 1px;
	background: #e7e7e7;
	margin-bottom: 12px;
}

.cart-modal__item {
	display: flex;
	align-items: center;
	gap: 24px;
}

@media only screen and (max-width: 768px) {
	.cart-modal__item {
		flex-direction: column;
	}
}

.cart-modal__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cart-modal__img {
	width: 160px;
	height: 160px;
	background: #eee;
	border-radius: 4px;
	-o-object-fit: cover;
	object-fit: cover;
	flex: 0 0 auto;
}

.cart-modal__brand {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #393c4b;
	margin: 0 0 16px 0;
}

.cart-modal__name {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #000;
	margin: 0 0 16px 0;
}

.cart-modal__price {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.cart-modal__info {
	width: 100%;
}

.cart-modal__remove {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #858585;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: -webkit-text-decoration .3s;
	transition: text-decoration .3s;
	transition: text-decoration .3s, -webkit-text-decoration .3s;
}

.cart-modal__remove:hover {
	text-decoration: underline;
}

.cart-modal__remove svg path {
	stroke: #858585;
}

.cart-modal__buttons {
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex-shrink: 0;
	position: sticky;
	bottom: 0;
	background: #fff;
}

.cart-modal__btn {
	padding: 16px 40px;
	gap: 10px;
	border-radius: 8px;
	border: 1px solid #191919;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
	transition: background .3s, color .3s;
}

.cart-modal__btn--primary {
	background: #191919;
	color: #fff;
}

.cart-modal__btn--primary:hover {
	background: #fff;
	color: #191919;
}

.cart-modal__btn--secondary {
	background: #fff;
	color: #191919;
}

.cart-modal__btn--secondary:hover {
	background: #191919;
	color: #fff;
}

.hero__home {
	position: relative;
	width: 100%;
	height: 800px;
}

@media only screen and (max-width: 2048px) {
	.hero__home {
		height: 744px;
	}
}

@media only screen and (max-width: 1024px) {
	.hero__home {
		height: 354px;
	}
}

@media only screen and (max-width: 568px) {
	.hero__home {
		height: 250px;
	}
}

@media only screen and (max-width: 375px) {
	.hero__home {
		height: 375px;
	}
}

.hero__home > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero__home img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
}

.hero__tudor .container {
	position: relative;
}

.hero__tudor .container a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero__tudor .container img {
	width: 100%;
}

.hero__rolex .hero__inner {
	position: relative;
	height: 800px;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	padding: 0 8%;
}

@media only screen and (max-width: 1440px) {
	.hero__rolex .hero__inner {
		height: 600px;
	}
}

@media (max-width: 850px) {
	.hero__rolex .hero__inner {
		grid-template-columns: repeat(6, 1fr);
		padding: 0 7%;
		height: 800px;
	}
}

@media only screen and (max-width: 568px) {
	.hero__rolex .hero__inner {
		height: 600px;
	}
}

.hero__rolex .hero__inner img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.hero__rolex .hero__inner .hero__rolex-textbox {
	position: relative;
	grid-column: 8/span 5;
	align-self: center;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media (max-width: 850px) {
	.hero__rolex .hero__inner .hero__rolex-textbox {
		grid-column: 1/-1;
	}
}

.hero__rolex .hero__inner .hero__rolex-textbox span {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
}

@media only screen and (max-width: 768px) {
	.hero__rolex .hero__inner .hero__rolex-textbox span {
		font-size: 24px;
	}
}

.hero__rolex .hero__inner .hero__rolex-textbox h3 {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 70px;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 768px) {
	.hero__rolex .hero__inner .hero__rolex-textbox h3 {
		font-size: 36px;
	}
}

.hero__rolex .hero__inner .hero__rolex-textbox a {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: flex-start;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 14px;
	height: 44px;
	background-color: #127749;
	border: 1px solid #127749;
	padding: 0 30px;
	border-radius: 30px;
	transition: background-color .3s, color .3s;
}

.hero__rolex .hero__inner .hero__rolex-textbox a:hover {
	background-color: transparent;
	color: #127749;
}

.home-seo-hidden {
	display: none;
}

.brands {
	position: relative;
	background-color: #f2f2f2;
}

.brands__wrapper {
	max-width: 1783px;
	margin: 0 auto;
	padding: 88px 0 72px;
}

@media only screen and (max-width: 1920px) {
	.brands__wrapper {
		max-width: 90%;
		padding: 70px 0;
	}
}

@media only screen and (max-width: 1600px) {
	.brands__wrapper {
		padding: 40px 0;
	}
}

@media only screen and (max-width: 1280px) {
	.brands__wrapper {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 768px) {
	.brands__wrapper {
		width: 644px;
		max-width: 90%;
		padding: 35px 0 32px;
	}
}

@media only screen and (max-width: 568px) {
	.brands__wrapper {
		padding: 28px 20px;
		max-width: 430px;
	}
}

@media only screen and (max-width: 480px) {
	.brands__wrapper {
		max-width: 350px;
	}
}

@media only screen and (max-width: 375px) {
	.brands__wrapper {
		max-width: 287px;
		padding: 15px 0 14px;
	}
}

.brands .swiper-wrapper {
	align-items: center;
}

.brands .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 233px;
	width: auto;
}

.brands .swiper-slide img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	height: 50px;
}

.brands .swiper-buttons {
	position: absolute;
	top: 57%;
	left: 50%;
	width: 100%;
	max-width: 1920px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1920px) {
	.brands .swiper-buttons {
		max-width: 95%;
	}
}

@media only screen and (max-width: 1600px) {
	.brands .swiper-buttons {
		max-width: 97%;
	}
}

@media only screen and (max-width: 768px) {
	.brands .swiper-buttons {
		max-width: 707px;
	}
}

@media only screen and (max-width: 568px) {
	.brands .swiper-buttons {
		max-width: 97%;
	}
}

.brands .swiper-button-prev, .brands .swiper-button-next {
	position: static;
	transform: translate(0);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
}

.brands .swiper-button-prev:after, .brands .swiper-button-next:after {
	display: none;
}

.brands .swiper-button-prev svg, .brands .swiper-button-next svg {
	flex-shrink: 0;
	width: 10px;
}

.brands .swiper-button-prev svg path, .brands .swiper-button-next svg path {
	width: 9px;
	height: 14px;
	transition: fill .3s;
}

.brands .swiper-button-prev:hover svg path, .brands .swiper-button-next:hover svg path {
	fill: #000;
}

.services {
	padding: 80px 0;
}

@media only screen and (max-width: 1280px) {
	.services {
		padding: 60px 0;
	}
}

@media only screen and (max-width: 1024px) {
	.services {
		padding: 40px 0;
	}
}

@media only screen and (max-width: 568px) {
	.services {
		padding: 20px 0;
	}
}

@media only screen and (max-width: 568px) {
	.services__wrapper {
		display: flex;
		flex-direction: column;
	}
}

.services__wrapper > ul {
	display: flex;
	margin: 0 -10px;
	list-style: none;
}

@media only screen and (max-width: 1280px) {
	.services__wrapper > ul {
		margin: 0 -5px;
	}
}

@media only screen and (max-width: 1024px) {
	.services__wrapper > ul {
		margin: 0 -3.5px;
	}
}

@media only screen and (max-width: 767px) {
	.services__wrapper > ul {
		flex-wrap: wrap;
		gap: 7px 0;
	}
}

@media only screen and (max-width: 568px) {
	.services__wrapper > ul {
		gap: 0;
		margin: 0;
	}
}

.services__wrapper > ul > li {
	position: relative;
	width: 25%;
	padding: 0 10px;
}

@media only screen and (max-width: 1280px) {
	.services__wrapper > ul > li {
		padding: 0 5px;
	}
}

@media only screen and (max-width: 1024px) {
	.services__wrapper > ul > li {
		padding: 0 3.5px;
	}
}

@media only screen and (max-width: 767px) {
	.services__wrapper > ul > li {
		width: 50%;
	}
}

@media only screen and (max-width: 568px) {
	.services__wrapper > ul > li {
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #f1f1f1;
	}
}

.services__wrapper > ul > li:first-of-type {
	border-top: 1px solid #f1f1f1;
}

.services__title {
	display: none;
}

@media only screen and (max-width: 568px) {
	.services__title {
		display: block;
		margin: 0 0 15px;
		font-family: "Colgent", sans-serif;
		font-size: 32px;
		font-weight: 400;
		text-align: center;
		text-transform: uppercase;
		line-height: .8;
	}
}

.services__btn {
	display: none;
}

@media only screen and (max-width: 568px) {
	.services__btn {
		display: inline-flex;
		margin: 0 auto 30px;
	}
}

.services__card {
	position: relative;
	width: 100%;
	max-width: 465px;
	height: 567px;
	overflow: hidden;
	border-radius: 5px;
	transition: box-shadow .25s ease;
}

@media only screen and (max-width: 1920px) {
	.services__card {
		height: 450px;
	}
}

@media only screen and (max-width: 1600px) {
	.services__card {
		height: 400px;
	}
}

@media only screen and (max-width: 1440px) {
	.services__card {
		height: 345px;
	}
}

@media only screen and (max-width: 1024px) {
	.services__card {
		height: 280px;
	}
}

@media only screen and (max-width: 768px) {
	.services__card {
		height: 208px;
	}
}

@media only screen and (max-width: 568px) {
	.services__card {
		max-width: 100%;
		height: auto;
	}
}

.services__card:hover {
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .45);
}

@media only screen and (max-width: 568px) {
	.services__card:hover {
		box-shadow: unset;
		text-decoration: underline;
	}
}

.services__card:before {
	position: absolute;
	z-index: 2;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 100%);
}

@media only screen and (max-width: 568px) {
	.services__card:before {
		display: none;
	}
}

.services__card img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

@media only screen and (max-width: 568px) {
	.services__card img {
		display: none;
	}
}

.services__card-title {
	position: absolute;
	z-index: 2;
	bottom: 75px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	line-height: normal;
	color: #fff;
}

@media only screen and (max-width: 1920px) {
	.services__card-title {
		bottom: 45px;
	}
}

@media only screen and (max-width: 1600px) {
	.services__card-title {
		bottom: 40px;
		font-size: 28px;
		line-height: 1.3;
	}
}

@media only screen and (max-width: 1440px) {
	.services__card-title {
		font-size: 24px;
		line-height: 1.25;
	}
}

@media only screen and (max-width: 1280px) {
	.services__card-title {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.services__card-title {
		bottom: 30px;
		font-family: Montserrat;
		font-size: 18px;
		line-height: 1.28;
	}
}

@media only screen and (max-width: 768px) {
	.services__card-title {
		bottom: 22px;
		font-size: 14px;
		font-weight: 600;
	}
}

@media only screen and (max-width: 568px) {
	.services__card-title {
		position: static;
		transform: translate(0);
		font-family: "Colgent", sans-serif;
		font-size: 18px;
		font-weight: 400;
		text-transform: capitalize;
		line-height: 1.11;
		color: #000;
	}
}

@media only screen and (max-width: 568px) {
	.services__card-title br {
		display: none;
	}
}

.services__card-link {
	position: absolute;
	inset: 0;
	z-index: 3;
	border-radius: 5px;
	overflow: hidden;
}

.demonstration__wrapper {
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
	margin: 0 auto;
}

@media only screen and (max-width: 2048px) {
	.demonstration__wrapper {
		max-height: 768px;
	}
}

@media only screen and (max-width: 1024px) {
	.demonstration__wrapper {
		max-height: 432px;
	}
}

@media only screen and (max-width: 375px) {
	.demonstration__wrapper {
		max-height: 250px;
	}
}

.demonstration__wrapper > div {
	position: relative;
	padding: 36.25% 0 0 0 !important;
	height: 0;
	overflow: hidden;
}

@media only screen and (max-width: 2048px) {
	.demonstration__wrapper > div {
		padding: 56.25% 0 0 0 !important;
	}
}

.demonstration__wrapper iframe {
	max-height: 800px;
}

.products {
	padding: 80px 0;
}

@media only screen and (max-width: 1280px) {
	.products {
		padding: 60px 0;
	}
}

@media only screen and (max-width: 1024px) {
	.products {
		padding: 40px 0;
	}
}

@media only screen and (max-width: 768px) {
	.products {
		padding: 30px 0;
	}
}

.products__wrapper {
	display: flex;
	flex-direction: column;
}

.products__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
	.products__header {
		margin-bottom: 20px;
	}
}

.products__header-wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}

@media only screen and (max-width: 1024px) {
	.products__header-wrapper {
		gap: 10px 0;
	}
}

.products__title {
	margin: 0;
	font-family: "Colgent", sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: .5px;
	color: #a49682;
}

@media only screen and (max-width: 1024px) {
	.products__title {
		font-size: 28px;
		font-weight: 400;
	}
}

@media only screen and (max-width: 568px) {
	.products__title {
		font-size: 26px;
		line-height: 1.03;
	}
}

.products__title span {
	color: #433e3a;
}

.products__header-link {
	margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
	.products__header-link {
		max-height: 34px;
		margin-top: 0;
		padding: 11px 39px;
		font-size: 10px;
		line-height: 1;
		letter-spacing: 1.2px;
	}
}

@media only screen and (max-width: 767px) {
	.products__header-link {
		display: none;
	}
}

.products__tabs-box ul {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 0;
	margin: 0 -10px;
}

@media only screen and (max-width: 1024px) {
	.products__tabs-box ul {
		gap: 20px 0;
	}
}

@media only screen and (max-width: 568px) {
	.products__tabs-box ul {
		gap: 30px 0;
		margin: 0 -9px;
	}
}

.products__tabs-box li {
	width: 25%;
	padding: 0 10px;
}

@media only screen and (max-width: 767px) {
	.products__tabs-box li {
		width: 33.3%;
	}
}

@media only screen and (max-width: 568px) {
	.products__tabs-box li {
		width: 50%;
		padding: 0 9px;
	}
}

.products__flex-list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 0;
	margin: 0 -10px;
}

@media only screen and (max-width: 1024px) {
	.products__flex-list {
		gap: 20px 0;
	}
}

@media only screen and (max-width: 568px) {
	.products__flex-list {
		gap: 30px 0;
		margin: 0 -9px;
	}
}

.products__flex-item {
	width: 25%;
	padding: 0 10px;
}

@media only screen and (max-width: 767px) {
	.products__flex-item {
		width: 33.3%;
	}
}

@media only screen and (max-width: 568px) {
	.products__flex-item {
		width: 50%;
		padding: 0 9px;
	}
}

.products__bottom-link {
	display: none;
}

@media only screen and (max-width: 767px) {
	.products__bottom-link {
		display: block;
		align-self: center;
		color: #333;
		text-align: center;
		font-family: Montserrat;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 139.9%;
		margin: 30px 0 0 0;
		padding: 10px 30px;
	}
}

.blog-list {
	padding: 80px 0;
}

@media only screen and (max-width: 1280px) {
	.blog-list {
		padding: 60px 0;
	}
}

@media only screen and (max-width: 1024px) {
	.blog-list {
		padding: 40px 0;
	}
}

@media only screen and (max-width: 768px) {
	.blog-list {
		padding: 30px 0;
	}
}

.blog-list__inner {
	display: flex;
	flex-direction: column;
}

.blog-list__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
	.blog-list__header {
		margin-bottom: 20px;
	}
}

.blog-list__title {
	margin: 0;
	font-family: "Colgent", sans-serif;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: .5px;
	color: #a49682;
}

@media only screen and (max-width: 1024px) {
	.blog-list__title {
		font-size: 28px;
		font-weight: 400;
	}
}

@media only screen and (max-width: 568px) {
	.blog-list__title {
		font-size: 26px;
		line-height: 1.03;
	}
}

.blog-list__title span {
	color: #594f42;
}

.blog-list__header-link {
	margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
	.blog-list__header-link {
		max-height: 34px;
		margin-top: 0;
		padding: 11px 39px;
		font-size: 10px;
		line-height: 1;
		letter-spacing: 1.2px;
	}
}

@media only screen and (max-width: 767px) {
	.blog-list__header-link {
		display: none;
	}
}

.blog-list__flex-list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 0;
	margin: 0 -10px;
}

@media only screen and (max-width: 1024px) {
	.blog-list__flex-list {
		gap: 20px 0;
	}
}

@media only screen and (max-width: 568px) {
	.blog-list__flex-list {
		gap: 30px 0;
		margin: 0 -9px;
	}
}

.blog-list__flex-item {
	width: 33.3%;
	padding: 0 10px;
}

@media only screen and (max-width: 767px) {
	.blog-list__flex-item {
		width: 50%;
	}
}

.blog-list__bottom-link {
	display: none;
}

@media only screen and (max-width: 767px) {
	.blog-list__bottom-link {
		display: block;
		align-self: center;
		color: #333;
		text-align: center;
		font-family: Montserrat;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 139.9%;
		margin: 30px 0 0 0;
		padding: 10px 30px;
	}
}

.benefits {
	padding: 55px 0 64px;
	background-color: #433e3a;
}

@media only screen and (max-width: 1024px) {
	.benefits {
		padding: 30px 0 40px;
	}
}

.benefits__wrapper > ul {
	display: flex;
	gap: 0 80px;
}

@media only screen and (max-width: 1600px) {
	.benefits__wrapper > ul {
		gap: 0 60px;
	}
}

@media only screen and (max-width: 1440px) {
	.benefits__wrapper > ul {
		gap: 0 40px;
	}
}

@media only screen and (max-width: 1024px) {
	.benefits__wrapper > ul {
		gap: 0 20px;
	}
}

@media only screen and (max-width: 767px) {
	.benefits__wrapper > ul {
		flex-wrap: wrap;
		gap: 20px;
	}
}

@media only screen and (max-width: 568px) {
	.benefits__wrapper > ul {
		gap: 30px 20px;
	}
}

.benefits__wrapper > ul > li {
	width: calc(33.3% - 80px);
}

@media only screen and (max-width: 1600px) {
	.benefits__wrapper > ul > li {
		width: calc(33.3% - 60px);
	}
}

@media only screen and (max-width: 1600px) {
	.benefits__wrapper > ul > li {
		width: calc(33.3% - 40px);
	}
}

@media only screen and (max-width: 1024px) {
	.benefits__wrapper > ul > li {
		width: calc(33.3% - 20px);
	}
}

@media only screen and (max-width: 767px) {
	.benefits__wrapper > ul > li {
		width: calc(50% - 20px);
	}
}

@media only screen and (max-width: 568px) {
	.benefits__wrapper > ul > li {
		width: 100%;
	}
}

@media only screen and (max-width: 568px) {
	.benefits__wrapper > ul > li:first-of-type svg path, .benefits__wrapper > ul > li:nth-of-type(2) svg path {
		stroke: #a49682;
	}
}

@media only screen and (max-width: 568px) {
	.benefits__wrapper > ul > li:nth-of-type(2) svg path, .benefits__wrapper > ul > li:nth-of-type(3) svg path, .benefits__wrapper > ul > li:last-of-type svg path {
		fill: #a49682;
	}
}

.benefits__item {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	.benefits__item {
		font-size: 12px;
		line-height: 1.39;
	}
}

@media only screen and (max-width: 568px) {
	.benefits__item {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		font-size: 14px;
		line-height: 1.64;
	}
}

.benefits__item svg {
	display: inline-block;
	margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
	.benefits__item svg {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 568px) {
	.benefits__item svg {
		margin-bottom: 13px;
	}
}

.benefits__item p {
	margin: 0 0 16px;
}

.benefits__item p:last-of-type {
	margin-bottom: 0;
}

.benefits__item-title {
	margin-bottom: 10px;
	font-family: "Colgent", sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.5;
}

@media only screen and (max-width: 1024px) {
	.benefits__item-title {
		margin-bottom: 7px;
		font-family: Montserrat;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.28;
	}
}

@media only screen and (max-width: 568px) {
	.benefits__item-title {
		margin-bottom: 13px;
		font-size: 18px;
		font-weight: 400;
		line-height: 1.11;
	}
}

@media only screen and (max-width: 1280px) {
	.banners-slider .container {
		max-width: initial;
		padding: 0;
	}
}

.banners-slider .swiper {
	max-height: 768px;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.banners-slider .swiper {
		max-height: 307px;
	}
}

@media only screen and (max-width: 568px) {
	.banners-slider .swiper {
		max-height: 768px;
	}
}

@media only screen and (max-width: 375px) {
	.banners-slider .swiper {
		max-height: 375px;
	}
}

.banners-slider .swiper-slide {
	position: relative;
	line-height: 0;
}

.banners-slider .swiper-slide img {
	width: 100%;
	-o-object-fit: fill;
	object-fit: fill;
}

.banners-slider .swiper-slide a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.banners-slider .swiper-button-prev, .banners-slider .swiper-button-next {
	top: 55%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 768px) {
	.banners-slider .swiper-button-prev, .banners-slider .swiper-button-next {
		top: 50%;
	}
}

@media only screen and (max-width: 375px) {
	.banners-slider .swiper-button-prev, .banners-slider .swiper-button-next {
		width: 70px;
		height: 70px;
	}
}

.banners-slider .swiper-button-prev {
	left: -20px;
	right: initial;
}

@media only screen and (max-width: 375px) {
	.banners-slider .swiper-button-prev {
		left: -15px;
	}
}

.banners-slider .swiper-button-prev:after {
	display: none;
}

.banners-slider .swiper-button-next {
	right: -20px;
	left: initial;
}

@media only screen and (max-width: 375px) {
	.banners-slider .swiper-button-next {
		right: -15px;
	}
}

.banners-slider .swiper-button-next:after {
	display: none;
}

.banners-slider .swiper-pagination {
	top: initial;
	bottom: 30px;
	z-index: 1;
}

@media only screen and (max-width: 768px) {
	.banners-slider .swiper-pagination {
		bottom: 11px;
	}
}

@media only screen and (max-width: 375px) {
	.banners-slider .swiper-pagination {
		bottom: 21px;
	}
}

.banners-slider .swiper-pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	margin: 0 5px;
	background-color: #fff;
	opacity: .5;
}

.banners-slider .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.banners-slider .swiper-pagination .swiper-pagination-bullet {
		width: 4px;
		height: 4px;
		margin: 0 2px;
	}
}

@media only screen and (max-width: 375px) {
	.banners-slider .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 4px;
	}
}

.quote {
	position: relative;
	content-visibility: visible !important;
	background: linear-gradient(90deg, #191919 11.98%, #000 50%);
}

@media only screen and (max-width: 767px) {
	.quote .container {
		padding: 0;
	}
}

.quote__wrapper {
	display: flex;
}

@media only screen and (max-width: 767px) {
	.quote__wrapper {
		flex-direction: column-reverse;
	}
}

.quote__col {
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.quote__col {
		width: 100%;
	}
}

.quote__col:first-of-type {
	padding: 81px 103px 111px 94px;
}

@media only screen and (max-width: 1600px) {
	.quote__col:first-of-type {
		padding: 81px 70px 111px 0;
	}
}

@media only screen and (max-width: 1280px) {
	.quote__col:first-of-type {
		padding: 81px 20px 111px 0;
	}
}

@media only screen and (max-width: 1024px) {
	.quote__col:first-of-type {
		padding: 41px 30px 41px 0;
	}
}

@media only screen and (max-width: 767px) {
	.quote__col:first-of-type {
		padding: 20px 0 16px;
	}
}

.quote__col:last-of-type {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
}

@media only screen and (max-width: 767px) {
	.quote__col:last-of-type {
		position: relative;
		left: 0;
		width: auto;
		height: auto;
		margin: 0 -15px;
	}
}

.quote__col:last-of-type picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 767px) {
	.quote__col:last-of-type picture {
		position: static;
		height: auto;
	}
}

.quote__col:last-of-type img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 767px) {
	.quote__col:last-of-type img {
		position: static;
		height: auto;
	}
}

.quote__content-box {
	font-family: "Colgent", sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.5;
	color: #a6a6a6;
}

@media only screen and (max-width: 1440px) {
	.quote__content-box {
		font-size: 18px;
		line-height: 1.4;
	}
}

@media only screen and (max-width: 1280px) {
	.quote__content-box {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1024px) {
	.quote__content-box {
		font-family: Montserrat;
		font-size: 12px;
		line-height: 1.399;
	}
}

@media only screen and (max-width: 767px) {
	.quote__content-box {
		font-size: 14px;
		line-height: 1.64;
		padding: 30px;
	}
}

@media only screen and (max-width: 568px) {
	.quote__content-box {
		padding: 15px;
	}
}

.quote__content-box p {
	margin: 0 0 16px;
}

.quote__content-box p:last-of-type {
	margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
	.quote__content-box p:last-of-type {
		margin-bottom: 20px;
	}
}

.quote__title {
	margin: 0 0 10px;
	font-family: "Colgent", sans-serif;
	font-size: 48px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.15;
	letter-spacing: .5px;
	color: #fff;
}

@media only screen and (max-width: 1280px) {
	.quote__title {
		font-size: 42px;
		line-height: 1.05;
	}
}

@media only screen and (max-width: 1440px) {
	.quote__title {
		font-size: 36px;
		font-weight: 400;
	}
}

@media only screen and (max-width: 1024px) {
	.quote__title {
		font-size: 28px;
		line-height: .94;
	}
}

@media only screen and (max-width: 767px) {
	.quote__title {
		margin-bottom: 5px;
		font-size: 26px;
		line-height: 1.03;
	}
}

.quote__form {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 10px;
	width: 100%;
	max-width: 510px;
}

@media only screen and (max-width: 1024px) {
	.quote__form {
		gap: 16px 10px;
	}
}

@media only screen and (max-width: 767px) {
	.quote__form {
		gap: 10px 0;
		max-width: 100%;
	}
}

.quote__form .field-error {
	display: none;
	margin-top: 6px;
	font-size: 16px;
	line-height: 1.3;
	color: #d92d20;
}

@media only screen and (max-width: 1024px) {
	.quote__form .field-error {
		font-size: 12px;
	}
}

.quote__form label {
	width: calc(50% - 5px);
}

.quote__form label.brands-label {
	position: relative;
	cursor: pointer;
}

.quote__form label.brands-label input {
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.quote__form label {
		width: 100%;
	}
}

.quote__form input {
	width: 100%;
	height: 44px;
	padding: 18px 14px;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	border-radius: 2.5px;
	border: 1px solid #f8f8f7;
	background-color: #f8f8f7;
	color: #000;
	outline: none;
}

@media only screen and (max-width: 1024px) {
	.quote__form input {
		height: 35px;
		padding: 6px 10px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.quote__form input {
		height: 44px;
		padding: 18px 14px;
		font-size: 12px;
		text-transform: uppercase;
	}
}

.quote__form input:focus {
	background-color: #a69b97;
	border-color: #a69b97;
}

.quote__form input::-moz-placeholder {
	color: #000;
}

.quote__form input::placeholder {
	color: #000;
}

.quote__form button {
	max-height: 40px;
	padding: 11px 39px;
}

@media only screen and (max-width: 1024px) {
	.quote__form button {
		font-size: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.quote__form button {
		width: 100%;
	}
}

.quote__brands {
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #fff;
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, height .3s, visibility .3s;
}

.quote__brands.active {
	opacity: 1;
	visibility: visible;
	height: auto;
}

.quote__brands-item {
	font-size: 14px;
	padding: 5px 10px;
	border-bottom: 1px solid #000;
	transition: color .3s, background-color .3s;
}

.quote__brands-item:hover {
	color: #fff;
	background-color: #000;
}

.about {
	position: relative;
	background-color: #222;
}

@media only screen and (max-width: 767px) {
	.about .container {
		padding: 0;
	}
}

.about__wrapper {
	display: flex;
}

@media only screen and (max-width: 767px) {
	.about__wrapper {
		flex-direction: column-reverse;
	}
}

.about__col {
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.about__col {
		width: 100%;
	}
}

.about__col:first-of-type {
	padding: 81px 103px 111px 94px;
	position: relative;
	left: 50%;
	padding: 60px;
}

@media only screen and (max-width: 1024px) {
	.about__col:first-of-type {
		padding: 40px 30px;
	}
}

@media only screen and (max-width: 767px) {
	.about__col:first-of-type {
		left: initial;
		padding: 30px;
	}
}

@media only screen and (max-width: 568px) {
	.about__col:first-of-type {
		padding: 15px;
	}
}

.about__col:last-of-type {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

@media only screen and (max-width: 767px) {
	.about__col:last-of-type {
		position: relative;
		left: 0;
		width: auto;
		height: auto;
		margin: 0 -15px;
	}
}

.about__col:last-of-type picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 767px) {
	.about__col:last-of-type picture {
		position: static;
		height: auto;
	}
}

.about__col:last-of-type img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 767px) {
	.about__col:last-of-type img {
		position: static;
		height: 388px;
	}
}

@media only screen and (max-width: 568px) {
	.about__col:last-of-type img {
		height: 288px;
	}
}

.about__col_brands:first-of-type {
	padding: 50px 50px 50px 30px;
}

@media only screen and (max-width: 1600px) {
	.about__col_brands:first-of-type {
		padding: 50px 20px 50px 10px;
	}
}

@media only screen and (max-width: 1440px) {
	.about__col_brands:first-of-type {
		padding: 50px 20px 50px 0;
	}
}

@media only screen and (max-width: 1024px) {
	.about__col_brands:first-of-type {
		padding: 32px 10px 33px 0;
	}
}

@media only screen and (max-width: 767px) {
	.about__col_brands:first-of-type {
		padding: 20px 0 16px;
	}
}

@media only screen and (max-width: 568px) {
	.about__col_brands:first-of-type {
		padding: 20px 0 30px;
	}
}

@media only screen and (max-width: 767px) {
	.about__content {
		display: flex;
		flex-direction: column;
	}
}

.about__content ul {
	display: flex;
}

@media only screen and (max-width: 1024px) {
	.about__content ul {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.about__content ul {
		display: flex;
		margin: 0 -10px;
	}
}

.about__content ul > li {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px 0;
	font-family: "Colgent", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.36;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, .4);
}

@media only screen and (max-width: 1024px) {
	.about__content ul > li {
		display: inline-flex;
		align-items: flex-start;
		gap: 10px 0;
		width: auto;
		max-width: 33.3%;
		font-family: Montserrat;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.28;
	}
}

@media only screen and (max-width: 767px) {
	.about__content ul > li {
		align-items: center;
		gap: 7px 0;
		width: 33.3%;
		font-weight: 400;
		line-height: 1.64;
		border: none;
	}
}

.about__content ul > li:first-of-type {
	padding: 5px 20px 5px 0;
}

@media only screen and (max-width: 1024px) {
	.about__content ul > li:first-of-type {
		padding: 10px 15px 10px 0;
	}
}

@media only screen and (max-width: 767px) {
	.about__content ul > li:first-of-type {
		padding: 0 15px;
	}
}

.about__content ul > li:nth-of-type(2) {
	padding: 5px 20px;
}

@media only screen and (max-width: 1024px) {
	.about__content ul > li:nth-of-type(2) {
		padding: 10px 15px;
	}
}

@media only screen and (max-width: 767px) {
	.about__content ul > li:nth-of-type(2) {
		padding: 0 15px;
	}
}

.about__content ul > li:last-of-type {
	padding: 5px 0 5px 20px;
	border-right: 0;
}

@media only screen and (max-width: 1024px) {
	.about__content ul > li:last-of-type {
		padding: 10px 0 10px 15px;
	}
}

@media only screen and (max-width: 767px) {
	.about__content ul > li:last-of-type {
		padding: 0 15px;
	}
}

.about__content ul > li span {
	display: block;
	width: 100%;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 1.64;
	color: #a6a6a6;
}

@media only screen and (max-width: 1024px) {
	.about__content ul > li span {
		display: inline-flex;
		min-width: 71px;
		width: -moz-min-content;
		width: min-content;
		font-size: 10px;
		text-align: left;
		line-height: 1.2;
		letter-spacing: .6px;
	}
}

@media only screen and (max-width: 767px) {
	.about__content ul > li span {
		text-align: center;
		justify-content: center;
	}
}

@media only screen and (max-width: 568px) {
	.about__content ul > li span {
		min-width: unset;
		width: 100%;
		line-height: 1;
		letter-spacing: 1.2px;
	}
}

.about__google-reviews-box {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	gap: 0 4px;
}

@media only screen and (max-width: 568px) {
	.about__google-reviews-box {
		gap: 0 3px;
	}
}

.about__google-reviews-box .c-star {
	width: 12px;
	height: auto;
}

@media only screen and (max-width: 568px) {
	.about__google-reviews-box .c-star {
		width: 8px;
	}
}

.about__google-reviews-box .c-star path {
	fill: #a6a6a6;
}

.about__google-reviews-box .c-star.active path {
	fill: #fff;
}

.about__title {
	margin-bottom: 15px;
	font-family: "Colgent", sans-serif;
	font-size: 48px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.15;
	letter-spacing: .5px;
	color: #fff;
}

@media only screen and (max-width: 1280px) {
	.about__title {
		font-size: 42px;
		line-height: 1.05;
	}
}

@media only screen and (max-width: 1440px) {
	.about__title {
		font-size: 36px;
		font-weight: 400;
		line-height: 1;
	}
}

@media only screen and (max-width: 1024px) {
	.about__title {
		margin-bottom: 5px;
		font-size: 28px;
		line-height: .94;
	}
}

@media only screen and (max-width: 767px) {
	.about__title {
		margin: 0 auto 5px;
		text-align: center;
	}
}

@media only screen and (max-width: 568px) {
	.about__title {
		margin-bottom: 20px;
		font-size: 32px;
		line-height: 1.35;
	}
}

.about__subtitle {
	display: block;
	margin-bottom: 5px;
	font-family: "Colgent", sans-serif;
	font-size: 21px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.5;
	color: #bdbdbd;
}

@media only screen and (max-width: 1600px) {
	.about__subtitle {
		line-height: 1.4;
	}
}

@media only screen and (max-width: 1440px) {
	.about__subtitle {
		margin-bottom: 2px;
		font-size: 18px;
		line-height: 1.1;
	}
}

@media only screen and (max-width: 1024px) {
	.about__subtitle {
		font-family: Montserrat;
		font-size: 12px;
		line-height: 1.39;
		color: #a6a6a6;
	}
}

@media only screen and (max-width: 767px) {
	.about__subtitle {
		margin: 0 auto 2px;
		text-align: center;
	}
}

@media only screen and (max-width: 568px) {
	.about__subtitle {
		font-size: 16px;
		line-height: 1.25;
		color: #bdbdbd;
	}
}

.about__caption {
	display: block;
	margin-bottom: 38px;
	font-family: "Colgent", sans-serif;
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: .95;
	color: #fff;
}

@media only screen and (max-width: 1280px) {
	.about__caption {
		font-size: 24px;
	}
}

@media only screen and (max-width: 1440px) {
	.about__caption {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1024px) {
	.about__caption {
		margin-bottom: 15px;
		font-family: Montserrat;
		font-size: 16px;
		line-height: 1.25;
	}
}

@media only screen and (max-width: 767px) {
	.about__caption {
		margin: 0 auto 15px;
		text-align: center;
	}
}

@media only screen and (max-width: 568px) {
	.about__caption {
		font-family: "Colgent", sans-serif;
		font-size: 18px;
		line-height: 1.11;
	}
}

.about__btn {
	margin-bottom: 58px;
	width: -moz-fit-content;
	width: fit-content;
}

@media only screen and (max-width: 1024px) {
	.about__btn {
		max-height: 40px;
		margin-bottom: 20px;
		padding: 11px 39px;
		font-size: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.about__btn {
		margin: 0 auto 20px;
	}
}

@media only screen and (max-width: 568px) {
	.about__btn {
		margin: 0 auto 30px;
	}
}

.about__content-bottom {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
	.about__content-bottom {
		padding: 0 20px;
	}
}

.about__content-block {
	display: flex;
	flex-direction: column;
	margin: 0 40px 0 0;
}

.about__content-block:nth-last-child(1) {
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.about__content-block {
		margin: 0 0 20px 0;
	}
}

.about__content-list {
	display: flex;
	flex-direction: column;
}

.about__content-item {
	border: none !important;
	align-items: flex-start !important;
	padding: 0 !important;
	margin: 0 0 15px 0;
}

.about__content-title {
	color: var(--FFFFFF, #fff);
	font-family: "Colgent", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 27.5px;
	margin: 0 0 20px 0;
}

.about__content-link {
	display: flex;
	align-items: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
}

.about__content-link svg {
	margin: 0 10px 0 0;
	flex-shrink: 0;
}

.about__content-text {
	color: var(--FFFFFF, #fff);
	font-family: "Colgent", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 31.5px;
	margin: 0 0 20px 0;
}

.about-us__inner {
	display: flex;
	flex-direction: column;
}

.about-us__header {
	padding: 30px 0 5px 0;
}

@media only screen and (max-width: 1024px) {
	.about-us__header {
		background-color: #433e3a;
	}
}

@media only screen and (max-width: 568px) {
	.about-us__header {
		padding: 20px 0 5px 0;
	}
}

.about-us__header-title {
	color: #000;
	font-family: "Colgent", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 51.5px;
}

@media only screen and (max-width: 1024px) {
	.about-us__header-title {
		color: #fff;
		line-height: 50.4px;
		letter-spacing: .5px;
	}
}

@media only screen and (max-width: 568px) {
	.about-us__header-title {
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
		line-height: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.about-us__breadcrubms .breadcrumbs__link {
		color: #fff;
	}
	
	.about-us__breadcrubms .breadcrumbs__item {
		border-right: 1px solid #fff;
	}
	
	.about-us__breadcrubms .breadcrumbs__item:nth-last-child(1) {
		border-right: none;
	}
	
	.about-us__breadcrubms .breadcrumbs__item:nth-last-child(1) .breadcrumbs__link {
		color: #fff;
	}
}

.about-us__content {
	padding: 30px 0 50px 0;
	display: flex;
	flex-direction: column;
}

.about-us__block {
	margin: 0 0 60px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-us__block:nth-last-child(1) {
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.about-us__block:nth-child(odd) .about-us__media {
		order: -1;
	}
}

@media only screen and (max-width: 1024px) {
	.about-us__block {
		flex-direction: column;
	}
}

@media only screen and (max-width: 568px) {
	.about-us__block {
		margin: 0 0 30px 0;
	}
}

.about-us__textbox {
	flex: 0 1 48%;
}

.about-us__title {
	color: #000;
	font-family: "Colgent", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 40.3px;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 1024px) {
	.about-us__title {
		font-size: 32px;
		line-height: 32px;
	}
}

@media only screen and (max-width: 568px) {
	.about-us__title {
		font-size: 28px;
		line-height: 25.8px;
	}
}

.about-us__text {
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 5px 0;
}

.about-us__text:nth-last-child(1) {
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.about-us__text {
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 568px) {
	.about-us__text {
		line-height: 25px;
	}
}

.about-us__text a {
	text-decoration: underline;
}

.about-us__media {
	flex: 0 1 48%;
}

@media only screen and (max-width: 1024px) {
	.about-us__media {
		flex: 0 1 100%;
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.about-us__media img {
		width: 100%;
	}
}

.about-us__media iframe {
	border-radius: 10px;
}

@media only screen and (max-width: 1600px) {
	.about-us__media iframe {
		height: 306px;
	}
}

@media only screen and (max-width: 1280px) {
	.about-us__media iframe {
		height: 255px;
	}
}

@media only screen and (max-width: 1024px) {
	.about-us__media iframe {
		height: 400px;
	}
}

@media only screen and (max-width: 767px) {
	.about-us__media iframe {
		height: 300px;
	}
}

@media only screen and (max-width: 568px) {
	.about-us__media iframe {
		height: 240px;
	}
}

@media only screen and (max-width: 480px) {
	.about-us__media iframe {
		height: 190px;
	}
}

@media only screen and (max-width: 375px) {
	.about-us__media iframe {
		height: 150px;
	}
}

@media only screen and (max-width: 1024px) {
	.banner-cta_journal .banner-cta__banner img {
		height: 1000px;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

@media only screen and (max-width: 568px) {
	.banner-cta_journal .banner-cta__banner img {
		height: 600px;
	}
}

@media only screen and (max-width: 1024px) {
	.banner-cta_journal .banner-cta__content {
		bottom: 15%;
		top: unset;
		transform: unset;
	}
}

@media only screen and (max-width: 568px) {
	.banner-cta_journal .banner-cta__content {
		bottom: 5%;
	}
}

@media only screen and (max-width: 568px) {
	.banner-cta_journal .banner-cta__content a {
		width: 100%;
		text-align: center;
	}
}

.banner-cta_journal .banner-cta__title, .banner-cta_journal .banner-cta__text {
	text-align: left;
}

.banner-cta__inner {
	position: relative;
}

.banner-cta__banner img {
	width: 100%;
}

.banner-cta__content {
	width: 40%;
	position: absolute;
	right: 100px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 2;
}

@media only screen and (max-width: 1280px) {
	.banner-cta__content {
		width: 50%;
	}
}

@media only screen and (max-width: 1024px) {
	.banner-cta__content {
		width: 80%;
		margin: 0 auto;
		left: 0;
		right: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.banner-cta__content h3 {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: normal;
	text-transform: none;
	color: #fff;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 1024px) {
	.banner-cta__content h3 {
		font-style: normal;
		font-weight: 400;
		font-size: 26px;
		text-align: center;
	}
}

@media only screen and (max-width: 568px) {
	.banner-cta__content h3 {
		font-weight: 400;
		font-size: 18px;
	}
}

.banner-cta__title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: normal;
	color: #fff;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 1440px) {
	.banner-cta__title {
		font-size: 38px;
		margin: 0 0 15px 0;
	}
}

@media only screen and (max-width: 1280px) {
	.banner-cta__title {
		font-size: 32px;
	}
}

@media only screen and (max-width: 1024px) {
	.banner-cta__title {
		font-style: normal;
		font-weight: 400;
		font-size: 40px;
		line-height: 49px;
		text-align: center;
		margin: 0 0 30px 0;
	}
}

@media only screen and (max-width: 568px) {
	.banner-cta__title {
		font-size: 32px;
		line-height: 40px;
		text-align: center;
	}
}

.banner-cta__text {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: normal;
	color: #fff;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 1440px) {
	.banner-cta__text {
		font-size: 16px;
		margin: 0 0 15px 0;
	}
}

@media only screen and (max-width: 1280px) {
	.banner-cta__text {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1024px) {
	.banner-cta__text {
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		text-align: center;
		margin: 0 0 30px 0;
	}
}

@media only screen and (max-width: 568px) {
	.banner-cta__text {
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		text-align: center;
	}
}

.banner-cta__link {
	padding: 16px 40px;
	background: #fbdfbb;
	border: 1px solid #fbdfbb;
	border-radius: 8px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #433e3a;
	transition: color .3s, background .3s;
}

.banner-cta__link:hover {
	color: #fbdfbb;
	background: transparent;
}

@media only screen and (max-width: 568px) {
	.banner-cta__link {
		width: 100%;
		text-align: center;
	}
}

.blog {
	padding: 84px 0 53px;
	background-color: #f3f3f3;
}

@media only screen and (max-width: 767px) {
	.blog {
		background-color: #fff;
	}
}

@media only screen and (max-width: 1024px) {
	.blog {
		padding: 40px 0 30px;
	}
}

@media only screen and (max-width: 767px) {
	.blog {
		padding: 28px 0 91px;
	}
}

@media only screen and (max-width: 767px) {
	.blog {
		position: relative;
	}
}

.blog__wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px 24px;
}

@media only screen and (max-width: 1600px) {
	.blog__wrapper {
		gap: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.blog__wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 30px 40px;
	}
}

@media only screen and (max-width: 767px) {
	.blog__wrapper {
		gap: 25px 15px;
	}
}

.blog__content-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 802px;
	grid-column: span 2;
	padding: 73px 0 93px;
}

@media only screen and (max-width: 1600px) {
	.blog__content-box {
		padding: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.blog__content-box {
		flex-direction: row;
		align-items: flex-end;
		width: 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.blog__content-box {
		width: 100%;
	}
}

.blog__content {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	color: #000;
}

@media only screen and (max-width: 1280px) {
	.blog__content {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1024px) {
	.blog__content {
		display: none;
	}
}

.blog__content p {
	max-width: 785px;
	margin: 0 0 16px;
}

.blog__content p:last-of-type {
	margin-bottom: 40px;
}

.blog__title {
	margin: 0 0 10px;
	font-family: "Colgent", sans-serif;
	font-size: 48px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.15;
	color: #a49682;
}

@media only screen and (max-width: 1600px) {
	.blog__title {
		font-size: 36px;
	}
}

@media only screen and (max-width: 1280px) {
	.blog__title {
		margin-bottom: 3px;
		font-size: 32px;
	}
}

@media only screen and (max-width: 1024px) {
	.blog__title {
		display: block;
		margin-bottom: 0;
		font-size: 28px;
		font-weight: 500;
		line-height: 1.01;
	}
}

@media only screen and (max-width: 767px) {
	.blog__title {
		font-size: 26px;
		font-weight: 400;
		line-height: 1.03;
		font-style: normal;
	}
}

@media only screen and (max-width: 568px) {
	.blog__title {
		width: 100%;
		text-align: left;
	}
}

@media (max-width: 390px) {
	.blog__title {
		font-size: 22px;
	}
}

@media only screen and (max-width: 375px) {
	.blog__title {
		font-size: 20px;
	}
}

.blog__title span {
	color: #433e3a;
}

.blog__subtitle {
	display: inline-block;
	margin-bottom: 27px;
	font-family: "Colgent", sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: .95;
}

@media only screen and (max-width: 1600px) {
	.blog__subtitle {
		font-size: 21px;
	}
}

@media only screen and (max-width: 1280px) {
	.blog__subtitle {
		margin-bottom: 20px;
		font-size: 18px;
	}
}

.blog__btn {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.blog__btn {
		display: inline-flex;
		height: 40px;
		margin-left: auto;
		font-size: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.blog__btn {
		position: absolute;
		left: 50%;
		bottom: 32px;
		transform: translateX(-50%);
	}
}

.blog__btns {
	display: flex;
	gap: 0 10px;
}

.blog__actions {
	display: flex;
	gap: 9px;
}

.blog__actions .primary-button {
	width: 158px;
	padding: 12px;
}

@media only screen and (max-width: 1024px) {
	.blog .article-card {
		width: calc(50% - 20px);
	}
}

@media only screen and (max-width: 767px) {
	.blog .article-card {
		width: calc(50% - 7.5px);
	}
}

.blog .article-card:first-of-type {
	display: flex;
	grid-column: span 2;
	line-height: 0;
}

@media only screen and (max-width: 1024px) {
	.blog .article-card:first-of-type {
		line-height: normal;
		grid-column: initial;
	}
}

@media only screen and (max-width: 767px) {
	.blog .article-card:first-of-type {
		width: 100%;
	}
}

.blog .article-card:first-of-type .article-card__wrapper {
	width: 100%;
	height: 100%;
}

.blog .article-card:first-of-type p {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.blog .article-card:first-of-type p {
		display: block;
	}
}

.blog .article-card:first-of-type picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 1024px) {
	.blog .article-card:first-of-type picture {
		position: static;
		height: 200px;
	}
}

@media only screen and (max-width: 568px) {
	.blog .article-card:first-of-type picture {
		height: 143px;
	}
}

.blog .article-card:first-of-type img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

@media only screen and (max-width: 1024px) {
	.blog .article-card:first-of-type img {
		position: static;
	}
}

@media only screen and (max-width: 568px) {
	.blog .article-card:first-of-type img {
		height: 210px;
	}
}

@media only screen and (max-width: 1024px) {
	.blog .article-card:last-of-type {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.blog .article-card:last-of-type {
		display: block;
	}
}

.reviews {
	padding: 60px 0;
}

@media only screen and (max-width: 568px) {
	.reviews {
		padding: 20px 0 30px 0;
	}
}

.reviews__wrapper {
	position: relative;
}

@media only screen and (max-width: 568px) {
	.reviews__wrapper {
		margin: 0 -15px;
		padding: 25px 13px 21px;
	}
}

.reviews__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 36px;
	padding-bottom: 40px;
	border-bottom: 1px solid #dfe0e2;
}

@media only screen and (max-width: 1440px) {
	.reviews__header {
		gap: 10px 0;
	}
}

@media only screen and (max-width: 1280px) {
	.reviews__header {
		gap: 5px 0;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.reviews__header {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 568px) {
	.reviews__header {
		gap: 0;
		margin-bottom: 28px;
	}
}

.reviews__header-right {
	display: flex;
	align-items: center;
}

.reviews__header-right .reviews__btn-prev {
	margin: 0 25px 0 0 !important;
}

.reviews__header-right .reviews__btn-prev svg path, .reviews__header-right .reviews__btn-next svg path {
	transition: fill .3s;
}

.reviews__header-right .reviews__btn-prev:hover svg path, .reviews__header-right .reviews__btn-next:hover svg path {
	fill: grey;
}

@media only screen and (max-width: 568px) {
	.reviews__header-right {
		position: absolute;
		right: 40px;
		bottom: 0px;
	}
}

.reviews__title {
	font-family: "Colgent", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: .5px;
	color: #433e3a;
	margin: 0 0 16px 0;
}

@media only screen and (max-width: 1440px) {
	.reviews__title {
		font-size: 42px;
	}
}

@media only screen and (max-width: 1280px) {
	.reviews__title {
		font-size: 36px;
	}
}

@media only screen and (max-width: 1024px) {
	.reviews__title {
		font-size: 28px;
		font-weight: 400;
	}
}

@media only screen and (max-width: 768px) {
	.reviews__title {
		color: #000;
	}
}

@media only screen and (max-width: 568px) {
	.reviews__title {
		font-size: 26px;
		line-height: 1.03;
	}
}

.reviews__title span {
	color: #433e3a;
}

@media only screen and (max-width: 768px) {
	.reviews__title span {
		color: #000;
	}
}

.reviews__subtitle {
	display: block;
	font-family: "Colgent", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
	color: #433e3a;
}

@media only screen and (max-width: 1280px) {
	.reviews__subtitle {
		font-size: 21px;
	}
}

@media only screen and (max-width: 1024px) {
	.reviews__subtitle {
		font-size: 18px;
	}
}

@media only screen and (max-width: 768px) {
	.reviews__subtitle {
		font-size: 21px;
		text-align: left;
		color: #7d7d7d;
	}
}

@media only screen and (max-width: 568px) {
	.reviews__subtitle {
		font-size: 14px;
		line-height: 1.64;
	}
}

.reviews__content {
	padding-bottom: 115px;
}

@media only screen and (max-width: 1280px) {
	.reviews__content {
		padding-bottom: 60px;
	}
}

@media only screen and (max-width: 768px) {
	.reviews__content {
		padding-bottom: 52px;
	}
}

@media only screen and (max-width: 568px) {
	.reviews__content {
		padding-bottom: 33px;
	}
}

.reviews .swiper-button-prev, .reviews .swiper-button-next {
	position: initial;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

.reviews .swiper-button-prev:after, .reviews .swiper-button-next:after {
	display: none;
}

.reviews .swiper-button-prev svg, .reviews .swiper-button-next svg {
	flex-shrink: 0;
}

.review-card {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	color: #0d0d0d;
}

@media only screen and (max-width: 768px) {
	.review-card {
		align-items: center;
		padding: 0 33px;
		text-align: center;
		color: #000;
	}
}

@media only screen and (max-width: 568px) {
	.review-card {
		padding: 0;
		font-size: 14px;
		line-height: 1.64;
		color: #7d7d7d;
	}
}

.review-card__header {
	display: flex;
	gap: 0 21px;
	font-family: "Colgent", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.9;
	color: #0d0d0d;
}

@media only screen and (max-width: 568px) {
	.review-card__header {
		width: 100%;
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 768px) {
	.review-card__header {
		gap: 10px;
		font-family: Montserrat;
		font-weight: 400;
		line-height: 1.25;
		color: #000;
	}
}

@media only screen and (max-width: 568px) {
	.review-card__header {
		font-size: 14px;
		line-height: 1.64;
	}
}

.review-card__stars {
	display: flex;
	align-items: center;
	gap: 4.5px;
}

@media only screen and (max-width: 768px) {
	.review-card__stars {
		gap: 4px 0;
	}
}

@media only screen and (max-width: 568px) {
	.review-card__text {
		text-align: left;
	}
}

.instagram {
	padding: 40px 0 60px 0;
}

@media only screen and (max-width: 1024px) {
	.instagram {
		padding: 40px 0;
	}
}

@media only screen and (max-width: 568px) {
	.instagram {
		padding: 20px 0;
	}
}

.instagram__slide-media {
	display: flex;
	justify-content: center;
	align-items: center;
}

.instagram .swiper-button-prev, .instagram .swiper-button-next {
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 568px) {
	.instagram .swiper-button-prev, .instagram .swiper-button-next {
		top: 31%;
		transform: translateY(-50%);
		bottom: initial;
	}
}

.instagram .swiper-button-prev:after, .instagram .swiper-button-next:after {
	display: none;
}

.instagram .swiper-button-prev svg, .instagram .swiper-button-next svg {
	flex-shrink: 0;
}

.instagram .swiper-button-prev {
	right: initial;
}

.instagram .swiper-button-next {
	left: initial;
}

.owner__wrapper {
	display: flex;
}

.owner__col {
	width: 50%;
}

@media only screen and (max-width: 1024px) {
	.owner__col {
		height: 384px;
	}
}

.owner__col:first-of-type {
	overflow: hidden;
}

.owner__col:first-of-type iframe {
	width: 100%;
	height: 100%;
}

.owner__col:last-of-type {
	padding: 130px 64px 127px 145px;
	background-color: #222;
}

.owner__content {
	max-width: 772px;
	margin-right: auto;
	color: #a6a6a6;
}

@media only screen and (max-width: 1024px) {
	.owner__content {
		font-family: Montserrat;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
	}
}

.owner__title {
	margin-bottom: 2px;
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	.owner__title {
		font-family: Montserrat;
		font-size: 34px;
		font-style: normal;
		font-weight: 400;
		line-height: 41.4px;
	}
}

.applying__wrapper {
	display: flex;
	background-color: #222;
}

@media only screen and (max-width: 767px) {
	.applying__wrapper {
		flex-direction: column-reverse;
		margin: 0 -30px;
	}
}

@media only screen and (max-width: 568px) {
	.applying__wrapper {
		margin: 0 -15px;
	}
}

.applying__col {
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.applying__col {
		width: 100%;
	}
}

.applying__col:first-of-type {
	padding: 170px 57px 195px 94px;
	font-family: "Colgent", sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
}

@media only screen and (max-width: 1920px) {
	.applying__col:first-of-type {
		padding: 150px 57px 175px 74px;
	}
}

@media only screen and (max-width: 1600px) {
	.applying__col:first-of-type {
		padding: 130px 30px 150px 50px;
		font-size: 18px;
	}
}

@media only screen and (max-width: 1280px) {
	.applying__col:first-of-type {
		padding: 100px 30px 120px;
	}
}

@media only screen and (max-width: 1024px) {
	.applying__col:first-of-type {
		padding: 77px 30px 83px;
		font-family: Montserrat;
		font-size: 16px;
		line-height: 1.25;
		color: #a6a6a6;
	}
}

@media only screen and (max-width: 568px) {
	.applying__col:first-of-type {
		padding: 30px 20px;
		text-transform: uppercase;
	}
}

.applying__col:first-of-type p {
	margin: 0 0 16px;
}

.applying__col:first-of-type p:last-of-type {
	margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
	.applying__col:first-of-type p:last-of-type {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 568px) {
	.applying__col:first-of-type p:last-of-type {
		margin-bottom: 15px;
	}
}

.applying__col:last-of-type {
	position: relative;
}

.applying__col:last-of-type picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 767px) {
	.applying__col:last-of-type picture {
		position: static;
	}
}

.applying__col:last-of-type img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 767px) {
	.applying__col:last-of-type img {
		position: static;
		height: auto;
	}
}

.applying__title {
	margin: 0 0 22px;
	font-family: "Colgent", sans-serif;
	font-size: 48px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.15;
	letter-spacing: .5px;
	color: #fff;
}

@media only screen and (max-width: 1600px) {
	.applying__title {
		margin-bottom: 15px;
		font-size: 42px;
	}
}

@media only screen and (max-width: 1280px) {
	.applying__title {
		font-size: 36px;
	}
}

@media only screen and (max-width: 1024px) {
	.applying__title {
		margin-bottom: 5px;
		font-size: 28px;
		font-weight: 400;
		line-height: .94;
	}
}

@media only screen and (max-width: 568px) {
	.applying__title {
		font-size: 26px;
		line-height: 1.03;
	}
}

.applying__btn {
	height: 40px;
}

@media only screen and (max-width: 1024px) {
	.applying__btn {
		font-size: 10px;
	}
}

@media only screen and (max-width: 568px) {
	.applying__btn {
		font-size: 12px;
	}
}

.contact {
	background-color: #f8f8f8;
}

.contact__wrapper {
	display: flex;
	padding: 74px 0 70px;
}

@media only screen and (max-width: 1600px) {
	.contact__wrapper {
		padding: 70px 0;
	}
}

@media only screen and (max-width: 1280px) {
	.contact__wrapper {
		padding: 60px 0;
	}
}

@media only screen and (max-width: 1024px) {
	.contact__wrapper {
		flex-wrap: wrap;
		gap: 30px 0;
		padding: 24px 0 28px;
	}
}

@media only screen and (max-width: 568px) {
	.contact__wrapper {
		gap: 37px 0;
		padding: 20px 0 24px;
	}
}

.contact__wrapper p {
	margin: 0 0 16px;
}

.contact__wrapper p:last-of-type {
	margin-bottom: 20px;
}

.contact__col {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.53;
	color: #222;
}

@media only screen and (max-width: 1280px) {
	.contact__col {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1024px) {
	.contact__col {
		width: 100%;
		font-size: 12px;
		line-height: 1.39;
	}
}

@media only screen and (max-width: 568px) {
	.contact__col {
		font-size: 10px;
	}
}

.contact__col:first-of-type {
	position: relative;
	padding-right: 68px;
	width: 100%;
	max-width: 885px;
}

@media only screen and (max-width: 1600px) {
	.contact__col:first-of-type {
		padding-right: 40px;
	}
}

@media only screen and (max-width: 1440px) {
	.contact__col:first-of-type {
		padding-right: 30px;
	}
}

@media only screen and (max-width: 1280px) {
	.contact__col:first-of-type {
		width: 50%;
	}
}

@media only screen and (max-width: 1024px) {
	.contact__col:first-of-type {
		width: 100%;
		padding-right: 0;
		max-width: none;
	}
}

.contact__col:first-of-type:after {
	position: absolute;
	content: "";
	top: -28px;
	right: -1px;
	bottom: -28px;
	width: 1px;
	background-color: #959595;
}

@media only screen and (max-width: 1024px) {
	.contact__col:first-of-type:after {
		display: none;
	}
}

.contact__col:first-of-type form {
	display: flex;
	gap: 0 10px;
	flex-direction: column;
}

.contact__col:first-of-type form .sib_loader img {
	width: 26px !important;
	height: 26px !important;
}

.contact__col:first-of-type form .sib_signup_box_inside_3 {
	width: 100%;
	flex-wrap: wrap;
	order: -1;
}

.contact__col:first-of-type form .sib_msg_disp {
	order: 3;
	margin: 15px 0 0 0;
	width: 100%;
}

.contact__col:first-of-type form .sib_msg_disp .sib-alert-message-warning {
	width: 40% !important;
	text-align: center;
}

.contact__col:first-of-type form > div {
	display: flex;
}

.contact__col:first-of-type form input[type=text], .contact__col:first-of-type form input[type=email] {
	width: 40%;
	min-width: 204px;
	height: 44px;
	padding: 10px 11px;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	outline: none;
	border: 1px solid #c6c6c6;
	border-radius: 5px;
	background-color: transparent;
}

@media only screen and (max-width: 1024px) {
	.contact__col:first-of-type form input[type=text], .contact__col:first-of-type form input[type=email] {
		height: 40px;
		background: #f8f8f8;
	}
}

@media only screen and (max-width: 568px) {
	.contact__col:first-of-type form input[type=text], .contact__col:first-of-type form input[type=email] {
		min-width: 156px;
		height: 31px;
		width: 100%;
	}
}

.contact__col:first-of-type form input[type=text]:focus, .contact__col:first-of-type form input[type=email]:focus {
	border-color: #594f42;
}

.contact__col:first-of-type form input[type=text]::-moz-placeholder, .contact__col:first-of-type form input[type=email]::-moz-placeholder {
	color: #000;
}

.contact__col:first-of-type form input[type=text]::placeholder, .contact__col:first-of-type form input[type=email]::placeholder {
	color: #000;
}

.contact__col:first-of-type form input[type=submit] {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 44px;
	flex-wrap: nowrap;
	margin-left: 10px;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.64;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #433e3a;
	background-color: #433e3a;
	box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .25);
}

@media only screen and (max-width: 1024px) {
	.contact__col:first-of-type form input[type=submit] {
		width: 137px;
		font-size: 10px;
		line-height: 1;
		letter-spacing: 1.2px;
	}
}

@media only screen and (max-width: 568px) {
	.contact__col:first-of-type form input[type=submit] {
		width: 100px;
		height: 31px;
		padding: 0;
		font-size: 12px;
		margin-left: 0;
		margin-top: 10px;
	}
}

.contact__col:first-of-type form input[type=submit]:hover {
	border-color: #191919;
	background-color: #191919;
	box-shadow: none;
}

.contact__col:first-of-type p {
	max-width: 796px;
	margin: 0 0 16px;
}

.contact__col:first-of-type p:last-of-type {
	margin-bottom: 40px;
}

@media only screen and (max-width: 1600px) {
	.contact__col:first-of-type p:last-of-type {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.contact__col:first-of-type p:last-of-type {
		margin-bottom: 20px;
		max-width: none;
	}
}

@media only screen and (max-width: 568px) {
	.contact__col:first-of-type p:last-of-type {
		margin-bottom: 14px;
	}
}

.contact__col:last-of-type {
	flex-grow: 1;
	padding-left: 70px;
}

@media only screen and (max-width: 1600px) {
	.contact__col:last-of-type {
		padding-left: 40px;
	}
}

@media only screen and (max-width: 1440px) {
	.contact__col:last-of-type {
		padding-left: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.contact__col:last-of-type {
		padding-left: 0;
	}
}

.contact__col:last-of-type p {
	max-width: 715px;
	margin: 0 0 16px;
}

.contact__col:last-of-type p:last-of-type {
	margin-bottom: 45px;
}

@media only screen and (max-width: 1600px) {
	.contact__col:last-of-type p:last-of-type {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.contact__col:last-of-type p:last-of-type {
		margin-bottom: 15px;
		max-width: none;
	}
}

.contact__col:last-of-type ul {
	display: flex;
}

.contact__col:last-of-type ul li {
	position: relative;
}

@media only screen and (max-width: 1024px) {
	.contact__col:last-of-type ul li:nth-child(2) a {
		border-left: 1px solid #222;
		border-right: 1px solid #222;
		padding: 5px 10px 5px 3px;
	}
}

@media only screen and (max-width: 1600px) {
	.contact__col:last-of-type ul li {
		display: flex;
		justify-content: center;
		width: auto;
		max-width: 100%;
		flex-grow: 1;
	}
}

@media only screen and (max-width: 1024px) {
	.contact__col:last-of-type ul li {
		max-width: 33.3%;
		width: initial;
		flex-grow: 0;
	}
}

.contact__col:last-of-type ul li:first-of-type a {
	padding-left: 0;
}

.contact__col:last-of-type ul li:last-of-type:after {
	display: none;
}

.contact__col:last-of-type ul li:last-of-type a {
	padding-right: 0;
}

.contact__col:last-of-type ul li:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #222;
}

@media only screen and (max-width: 1024px) {
	.contact__col:last-of-type ul li:after {
		display: none;
	}
}

.contact__col:last-of-type ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px 0;
	width: -moz-max-content;
	width: max-content;
	padding: 11px 28px 10px;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 1.25;
	color: #222;
}

@media only screen and (max-width: 1600px) {
	.contact__col:last-of-type ul li a {
		gap: 8px 0;
		padding: 11px 10px 10px;
	}
}

@media only screen and (max-width: 1280px) {
	.contact__col:last-of-type ul li a {
		padding: 8px 10px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 1024px) {
	.contact__col:last-of-type ul li a {
		flex-direction: row;
		gap: 0;
		padding: 5px 10px;
		font-size: 10px;
		line-height: 1;
		letter-spacing: 1.2px;
	}
}

.contact__col:last-of-type ul li a:hover {
	color: #a49682;
}

.contact__col:last-of-type ul li a:hover svg path {
	stroke: #a49682;
}

@media only screen and (max-width: 1024px) {
	.contact__col:last-of-type ul li a > span {
		text-transform: uppercase;
	}
}

@media only screen and (max-width: 1024px) {
	.contact__col:last-of-type ul li a > span span {
		display: none;
	}
}

.contact__col:last-of-type ul li svg {
	height: 24px;
}

.contact__col:last-of-type ul li svg path {
	transition: stroke .25s ease;
}

.contact__title {
	margin: 0 0 12px;
	font-family: "Colgent", sans-serif;
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	color: #000;
}

@media only screen and (max-width: 1600px) {
	.contact__title {
		font-size: 31px;
	}
}

@media only screen and (max-width: 1280px) {
	.contact__title {
		font-size: 26px;
	}
}

@media only screen and (max-width: 1024px) {
	.contact__title {
		margin-bottom: 15px;
		font-size: 24px;
		font-weight: 500;
		text-transform: initial;
		line-height: 1.05;
		color: #594f42;
	}
}

@media only screen and (max-width: 568px) {
	.contact__title {
		margin-bottom: 10px;
	}
}

.contact__slogan {
	display: block;
	margin: 0 0 12px;
	font-family: "Colgent", sans-serif;
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	color: #000;
}

@media only screen and (max-width: 1600px) {
	.contact__slogan {
		font-size: 31px;
	}
}

@media only screen and (max-width: 1280px) {
	.contact__slogan {
		font-size: 26px;
	}
}

@media only screen and (max-width: 1024px) {
	.contact__slogan {
		margin-bottom: 10px;
		font-size: 32px;
		font-weight: 500;
		line-height: 1.27;
	}
}

@media only screen and (max-width: 568px) {
	.contact__slogan {
		font-size: 26px;
		line-height: 1.03;
	}
}

@media only screen and (max-width: 1024px) {
	.contact__btn {
		height: 40px;
	}
}

@media only screen and (max-width: 568px) {
	.contact__btn {
		height: 31px;
		padding: 7px 18px;
	}
}

.contact .container {
	max-width: 1732px;
}

@media only screen and (max-width: 1600px) {
	.contact .container {
		padding: 0 20px;
	}
}

.product__inner {
	display: flex;
	flex-direction: column;
}

.product__head {
	background-color: #433e3a;
	padding: 25px 0;
}

@media only screen and (max-width: 568px) {
	.product__head {
		display: none;
	}
}

.product__head-inner {
	display: flex;
	align-items: center;
}

.product__head-title {
	color: #fff;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	margin: 0 10px 0 0;
}

.product__head-name {
	color: #fff;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
}

@media only screen and (max-width: 568px) {
	.product__breadcrubms {
		background-color: #433e3a;
		order: 2;
		padding: 15px 0;
	}
}

@media only screen and (max-width: 568px) {
	.product__breadcrubms .breadcrumbs__link {
		color: #fff;
		font-size: 12px;
	}
}

@media only screen and (max-width: 480px) {
	.product__breadcrubms .breadcrumbs__link {
		font-size: 9px;
	}
}

@media only screen and (max-width: 568px) {
	.product__breadcrubms .breadcrumbs__item {
		padding: 0 10px;
	}
	
	.product__breadcrubms .breadcrumbs__item:nth-last-child(1) .breadcrumbs__link {
		color: #fff;
	}
}

.product__mobile-details {
	display: none;
}

@media only screen and (max-width: 568px) {
	.product__mobile-details {
		display: block;
		padding: 20px 0;
		order: 3;
	}
}

.product__mobile-warranty {
	display: flex;
	align-items: center;
	color: var(--0000000, #000);
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 23px;
	margin: 0 0 20px 0;
}

.product__mobile-warranty svg {
	margin: 0 10px 0 0;
}

.product__mobile-shipping {
	display: flex;
	align-items: center;
	display: flex;
	align-items: center;
	color: var(--0000000, #000);
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 23px;
}

.product__mobile-shipping svg {
	margin: 0 10px 0 0;
}

.product__included {
	padding: 40px 0;
	background-color: #f8f5f5;
}

@media only screen and (max-width: 568px) {
	.product__included {
		order: 4;
		padding: 20px 0;
	}
}

.product__included-inner {
	display: flex;
	align-items: center;
	width: 75%;
	margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
	.product__included-inner {
		width: 100%;
	}
}

@media only screen and (max-width: 568px) {
	.product__included-inner {
		flex-direction: column;
	}
}

.product__included-textbox {
	flex: 0 1 48%;
	padding: 20px;
}

@media only screen and (max-width: 568px) {
	.product__included-textbox {
		flex: 0 1 100%;
		padding: 0;
		margin: 0 0 20px 0;
	}
}

.product__included-title {
	color: #000;
	font-family: "Colgent", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 55.4px;
	letter-spacing: .5px;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 1024px) {
	.product__included-title {
		font-size: 28px;
		font-weight: 400;
		line-height: 26.8px;
		margin: 0 0 10px 0;
	}
}

.product__included-text {
	color: #71717a;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24.5px;
}

@media only screen and (max-width: 1024px) {
	.product__included-text {
		font-size: 12px;
		line-height: 139.9%;
	}
}

.product__included-checkboxes {
	flex: 0 1 48%;
	padding: 20px;
	border-left: 2px solid #e6e6e6;
}

@media only screen and (max-width: 568px) {
	.product__included-checkboxes {
		flex: 0 1 100%;
		width: 100%;
		padding: 0;
		border-left: none;
	}
}

.product__checklist {
	display: flex;
	flex-direction: column;
}

.product__checklist-item {
	display: flex;
	align-items: flex-end;
	margin: 0 0 20px 0;
}

.product__checklist-item svg {
	margin: 0 15px 0 0;
}

@media only screen and (max-width: 568px) {
	.product__checklist-item svg {
		width: 18px;
		height: 18px;
		margin: 0 10px 0 0;
	}
}

.product__checklist-item span {
	position: relative;
	top: 3px;
	color: #000;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 31.5px;
	white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
	.product__checklist-item span {
		font-family: Montserrat;
		font-size: 14px;
		line-height: 17px;
		top: 0;
		white-space: initial;
	}
}

.product__description {
	padding: 60px 0;
}

@media only screen and (max-width: 568px) {
	.product__description {
		order: 5;
		padding: 40px 0;
	}
}

.product__description-inner {
	display: flex;
	align-items: center;
	width: 75%;
	margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
	.product__description-inner {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.product__description-inner {
		flex-direction: column;
	}
}

.product__description-left {
	flex: 0 1 48%;
	padding: 40px 40px 40px 20px;
}

@media only screen and (max-width: 1024px) {
	.product__description-left {
		flex: 0 1 100%;
		width: 100%;
		padding: 0;
		margin: 0 0 20px 0;
	}
}

.product__description-title {
	color: #000;
	font-family: "Colgent", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 55.4px;
	letter-spacing: .5px;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 1024px) {
	.product__description-title {
		font-size: 28px;
		font-weight: 400;
		line-height: 26.8px;
		margin: 0 0 20px 0;
	}
}

@media only screen and (max-width: 568px) {
	.product__description-title {
		font-size: 26px;
		font-weight: 700;
		line-height: 26.9px;
	}
}

.product__description-subtitle {
	color: #000;
	font-family: "Colgent", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 31.5px;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 1024px) {
	.product__description-subtitle {
		font-family: Montserrat;
		font-size: 18px;
		font-weight: 500;
		line-height: 20px;
		width: 50%;
	}
}

@media only screen and (max-width: 768px) {
	.product__description-subtitle {
		width: 60%;
	}
}

@media only screen and (max-width: 568px) {
	.product__description-subtitle {
		width: 100%;
		font-size: 18px;
		font-weight: 500;
		line-height: 20.1px;
	}
}

.product__description-text {
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24.5px;
}

@media only screen and (max-width: 1024px) {
	.product__description-text {
		font-family: Montserrat;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 17px;
	}
}

@media only screen and (max-width: 568px) {
	.product__description-text {
		font-size: 16px;
		line-height: 20px;
	}
}

.product__description-text.with-table {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.product__description-text.with-table {
		flex-direction: column;
	}
}

.product__description-text table {
	flex: 0 1 48%;
	border-collapse: collapse;
	border-radius: 10px;
	/* заокругленные углы таблицы */
	overflow: hidden;
	/* обрезаем заокругленные углы */
	font-family: Montserrat;
}

@media only screen and (max-width: 767px) {
	.product__description-text table {
		flex: 0 1 100%;
	}
	
	.product__description-text table:nth-child(1) {
		margin: 0 0 20px 0;
	}
}

.product__description-text table tr {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #fbdfbb;
}

.product__description-text table tr:nth-child(odd) {
	background-color: #393c4b;
	/* фон первой строки */
	color: #fbdfbb;
}

.product__description-text table tr:nth-child(even) {
	background-color: #fbdfbb;
	/* фон второй строки */
	color: #393c4b;
}

.product__description-text table td {
	padding: 10px;
}

.product__description-text a {
	text-decoration: underline;
}

.product__description-right {
	flex: 0 1 48%;
	padding: 40px;
	border-left: 2px solid #e6e6e6;
}

@media only screen and (max-width: 1024px) {
	.product__description-right {
		flex: 0 1 100%;
		width: 100%;
		padding: 0;
		border-left: none;
	}
}

.product__description-right .product__description-text:nth-child(1) {
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 568px) {
	.product__description-right {
		display: none;
	}
	
	.product__description-right.active {
		display: block;
	}
}

.product__description-btn {
	margin: 20px 0 0 0;
	padding: 0 0 1px 0;
	display: none;
	color: #433e3a;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	font-weight: 400;
	width: 90px;
	line-height: 139.9%;
}

@media only screen and (max-width: 568px) {
	.product__description-btn {
		display: flex;
		align-items: center;
		justify-content: space-between;
		align-self: flex-end;
	}
	
	.product__description-btn.active svg {
		transform: rotateX(180deg);
	}
}

.product__description-btn svg {
	transition: transform .3s;
}

.product__characteristics {
	padding: 60px 0;
	background-color: #f8f5f5;
}

@media only screen and (max-width: 568px) {
	.product__characteristics {
		order: 6;
		padding: 40px 0;
	}
}

.product__characteristics-inner {
	display: flex;
	align-items: stretch;
	width: 75%;
	margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
	.product__characteristics-inner {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.product__characteristics-inner {
		flex-wrap: wrap;
	}
}

.product__characteristics-column {
	flex: 0 1 25%;
	padding: 20px 20px 20px 40px;
	position: relative;
}

.product__characteristics-column::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, .19) 0%, #e6e6e6 100%);
}

@media only screen and (max-width: 1024px) {
	.product__characteristics-column {
		flex: 0 1 50%;
		margin: 0 0 20px 0;
	}
}

@media only screen and (max-width: 568px) {
	.product__characteristics-column {
		margin: 0 0 10px 0;
	}
	
	.product__characteristics-column:nth-child(odd) {
		padding: 10px 10px 10px 0;
	}
	
	.product__characteristics-column:nth-child(odd)::before {
		content: "";
		position: absolute;
		left: 0;
		top: 45px;
		width: 200%;
		height: 1px;
		background: linear-gradient(180deg, rgba(0, 0, 0, .19) 0%, #e6e6e6 100%);
	}
	
	.product__characteristics-column:nth-child(even) {
		padding: 10px 0 10px 10px;
	}
	
	.product__characteristics-column:nth-child(even)::before {
		display: none;
	}
}

.product__characteristics-title {
	color: #0d0d0d;
	font-family: "Colgent", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18.2px;
	letter-spacing: .49px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 1024px) {
	.product__characteristics-title {
		font-size: 18px;
		font-weight: 700;
		line-height: 30.5px;
		margin: 0 0 20px 0;
	}
}

.product__characteristics-items {
	display: flex;
	flex-direction: column;
}

.product-main {
	padding: 40px 0;
}

@media only screen and (max-width: 1024px) {
	.product-main {
		padding: 10px 0 20px 0;
	}
}

@media only screen and (max-width: 568px) {
	.product-main {
		order: 1;
		padding: 0 0 20px 0;
	}
}

.product-main__content {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 0 40px 0;
}

@media only screen and (max-width: 1024px) {
	.product-main__content {
		margin: 0 0 25px 0;
	}
}

.product-main__gallery .swiper {
	padding: 0 0 40px 0;
}

.product-main__gallery .swiper .swiper-wrapper {
	align-items: center;
}

.product-main__gallery .swiper .swiper-slide {
	cursor: pointer;
}

.product-main__gallery .swiper .swiper-slide-thumb-active img {
	border: 1px solid #000;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
}

.product-main__gallery .swiper .swiper-button-prev {
	top: unset;
	bottom: 0;
	right: unset;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #71717a;
	background-color: #fff;
	transition: color .3s, background-color .3s, border .3s;
}

.product-main__gallery .swiper .swiper-button-prev:hover {
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
}

.product-main__gallery .swiper .swiper-button-prev::after {
	font-size: 14px;
	color: #71717a;
}

@media only screen and (max-width: 568px) {
	.product-main__gallery .swiper .swiper-button-prev {
		left: 0px;
	}
}

.product-main__gallery .swiper .swiper-button-next {
	top: unset;
	right: 70px;
	left: unset;
	bottom: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #71717a;
	transition: color .3s, background-color .3s, border .3s;
}

.product-main__gallery .swiper .swiper-button-next::after {
	font-size: 14px;
	color: #71717a;
}

.product-main__gallery .swiper .swiper-button-next:hover {
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
}

@media only screen and (max-width: 1920px) {
	.product-main__gallery .swiper .swiper-button-next {
		right: 40px;
	}
}

@media only screen and (max-width: 1600px) {
	.product-main__gallery .swiper .swiper-button-next {
		right: 0;
	}
}

.product-main__content-media {
	width: 48%;
}

@media only screen and (max-width: 568px) {
	.product-main__content-media {
		width: 100%;
	}
}

.product-main__content-media .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.product-main__content-description {
	width: 48%;
	display: flex;
	flex-direction: column;
	padding: 0 0 0 32px;
}

@media only screen and (max-width: 568px) {
	.product-main__content-description {
		display: none;
	}
}

.product-main__brand {
	color: #71717a;
	font-family: "Colgent", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 26.8px;
	margin: 0 0 10px 0;
	display: block;
}

@media only screen and (max-width: 1024px) {
	.product-main__brand {
		font-size: 16px;
		font-weight: 700;
		line-height: 15px;
		margin: 0 0 5px 0;
	}
}

.product-main__name {
	color: #000;
	font-family: "Colgent", sans-serif;
	font-size: 28px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 26.8px;
	margin: 0 0 20px 0;
	display: block;
}

@media only screen and (max-width: 1024px) {
	.product-main__name {
		font-size: 18px;
		font-weight: 700;
		line-height: 30.5px;
		margin: 0 0 10px 0;
	}
}

.product-main__price {
	color: #000;
	font-family: "Colgent", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 105%;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 1024px) {
	.product-main__price {
		font-size: 18px;
		font-weight: 500;
		line-height: 20.1px;
		margin: 0 0 5px 0;
	}
}

.product-main__payment-block {
	display: flex;
	align-items: center;
	margin: 0 0 20px 0;
}

.product-main__payment-text {
	color: #676767;
	font-family: "Colgent", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	margin: 0 5px 0 0;
}

@media only screen and (max-width: 1024px) {
	.product-main__payment-text {
		font-size: 10px;
		font-weight: 400;
		line-height: 10px;
		letter-spacing: 1.2px;
	}
}

.product-main__payment-links {
	display: flex;
	align-items: center;
}

.product-main__payment-link {
	color: #008fef;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
}

@media only screen and (max-width: 1024px) {
	.product-main__payment-link {
		font-size: 10px;
		font-weight: 400;
		line-height: 10px;
		letter-spacing: 1.2px;
	}
}

.product-main__payment-link:nth-child(1) {
	margin: 0 5px 0 0;
}

.product-main__payment-link__uppercase {
	text-transform: uppercase;
}

.product-main__options {
	display: flex;
	flex-direction: column;
	width: 60%;
	margin: 0 0 40px 0;
}

@media only screen and (max-width: 1600px) {
	.product-main__options {
		width: 75%;
	}
}

@media only screen and (max-width: 1280px) {
	.product-main__options {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.product-main__options {
		margin: 0 0 10px 0;
	}
}

.product-main__inquiry-wrapper {
	margin: 0 0 15px 0;
}

.product-main__inquriy-btn {
	width: 100%;
	padding: 16px 40px;
}

@media only screen and (max-width: 1280px) {
	.product-main__inquriy-btn {
		font-style: normal;
		font-weight: 400;
		line-height: 10px;
		letter-spacing: 1.2px;
	}
}

@media only screen and (max-width: 1024px) {
	.product-main__inquriy-btn {
		font-size: 10px;
	}
}

.product-main__options-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-main__options-bottom form {
	width: 40%;
}

.product-main__options-bottom form button {
	width: 100%;
	border-radius: 5px;
	height: 44px;
	padding: 10px 10px;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.64;
	color: #fff;
	border: 1px solid #191919;
	background-color: #191919;
	white-space: nowrap;
	text-align: center;
	pointer-events: none;
	opacity: .5;
}

@media only screen and (max-width: 1280px) {
	.product-main__options-bottom form button {
		font-style: normal;
		font-weight: 400;
		letter-spacing: 1.2px;
	}
}

@media only screen and (max-width: 1024px) {
	.product-main__options-bottom form button {
		font-size: 10px;
	}
}

.product-main__options-bottom form button:hover {
	color: #000;
	background-color: transparent;
}

.product-main__sell-btn {
	width: 58%;
	padding: 16px 5px;
}

@media only screen and (max-width: 1280px) {
	.product-main__sell-btn {
		font-style: normal;
		font-weight: 400;
		line-height: 10px;
		letter-spacing: 1.2px;
	}
}

@media only screen and (max-width: 1024px) {
	.product-main__sell-btn {
		font-size: 10px;
	}
}

.product-main__info {
	display: flex;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 1024px) {
	.product-main__info {
		margin: 0 0 10px 0;
	}
}

.product-main__info-block {
	padding: 10px 20px;
	border-right: 1px solid #e6e6e6;
}

@media only screen and (max-width: 1024px) {
	.product-main__info-block {
		padding: 10px;
	}
}

.product-main__info-block:nth-last-child(1) {
	border-right: none;
}

.product-main__info-title {
	color: #433e3a;
	font-family: "Colgent", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

@media only screen and (max-width: 1024px) {
	.product-main__info-title {
		font-size: 10px;
		font-style: normal;
		font-weight: 700;
		line-height: 10px;
		letter-spacing: 1.2px;
		margin: 0 0 5px 0;
	}
}

.product-main__info-value {
	color: #0d0d0d;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 139.9%;
}

@media only screen and (max-width: 1024px) {
	.product-main__info-value {
		font-size: 10px;
		font-style: normal;
		font-weight: 600;
		line-height: 10px;
		letter-spacing: 1.2px;
	}
}

.product-main__details {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1024px) {
	.product-main__details {
		flex-direction: column;
		align-items: flex-start;
	}
}

.product-main__warranty {
	display: flex;
	align-items: center;
	padding: 0 15px 0 0;
	border-right: 1px solid #e6e6e6;
}

@media only screen and (max-width: 1024px) {
	.product-main__warranty {
		padding: 0;
		border-right: none;
		margin: 0 0 10px 0;
	}
}

.product-main__warranty svg {
	margin: 0 10px 0 0;
}

.product-main__shipping {
	display: flex;
	align-items: center;
	padding: 0 0 0 15px;
}

@media only screen and (max-width: 1024px) {
	.product-main__shipping {
		padding: 0;
	}
}

.product-main__shipping svg {
	margin: 0 10px 0 0;
}

.characteristics-item {
	display: flex;
	flex-direction: column;
	margin: 0 0 30px 0;
}

.characteristics-item:nth-last-child(1) {
	margin: 0;
}

.characteristics-item__title {
	color: #0d0d0d;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 568px) {
	.characteristics-item__title {
		font-size: 12px;
		line-height: 23px;
		text-transform: uppercase;
		margin: 0 0 5px 0;
	}
}

.characteristics-item__value {
	color: #0d0d0d;
	font-family: "Colgent", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 15px;
}

.swiper-scrollbar {
	left: 10% !important;
	bottom: 12px !important;
	display: block !important;
	width: 80% !important;
}

@media only screen and (max-width: 375px) {
	.swiper-scrollbar {
		width: 70% !important;
		left: 15% !important;
	}
}

.swiper-scrollbar-drag {
	background: #333 !important;
}

.mobile-description {
	display: none;
}

@media only screen and (max-width: 568px) {
	.mobile-description {
		display: flex;
		flex-direction: column;
		padding: 30px 15px 10px 15px;
	}
}

.mobile-description__brand {
	color: #594f42;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 20.1px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.mobile-description__name {
	color: #000;
	font-family: "Colgent", sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 31.6px;
	margin: 0 0 10px 0;
}

.mobile-description__price {
	color: #000;
	font-family: "Colgent", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 105%;
	margin: 0 0 10px 0;
}

.mobile-description__payment-block {
	display: flex;
	align-items: center;
	margin: 0 0 10px 0;
}

.mobile-description__payment-text {
	color: #676767;
	font-family: "Colgent", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	margin: 0 5px 0 0;
}

.mobile-description__payment-link {
	color: #008fef;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 17.304px;
}

.mobile-description__payment-link:nth-child(1) {
	margin: 0 5px 0 0;
}

.mobile-description__payment-link_uppercase {
	text-transform: uppercase;
}

.mobile-description__options {
	width: 100%;
}

.mobile-description__inquiry-wrapper {
	margin: 0 0 10px 0;
}

.mobile-description__inquriy-btn {
	width: 100%;
	padding: 16px 40px;
	font-size: 12px;
}

.mobile-description__options-bottom {
	display: flex;
	justify-content: space-between;
	gap: 5px;
	align-items: center;
}

.mobile-description__options-bottom form {
	width: 40%;
}

.mobile-description__options-bottom button {
	width: 100%;
	border-radius: 5px;
	max-height: 44px;
	padding: 10px 10px;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.64;
	color: #fff;
	border: 1px solid #191919;
	background-color: #191919;
	white-space: nowrap;
	text-align: center;
	pointer-events: none;
	opacity: .5;
}

@media only screen and (max-width: 480px) {
	.mobile-description__options-bottom button {
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		padding: 13px 10px;
		letter-spacing: 1.2px;
	}
}

.mobile-description__sell-btn {
	width: 58%;
	padding: 16px 5px;
}

@media only screen and (max-width: 480px) {
	.mobile-description__sell-btn {
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		padding: 13px 10px;
		letter-spacing: 1.2px;
	}
}

.inquiry {
	margin: 0 0 40px 0;
}

@media only screen and (max-width: 1024px) {
	.inquiry {
		margin: 0;
	}
	
	.inquiry .container {
		padding: 0;
	}
}

.inquiry__wrapper {
	position: relative;
}

@media only screen and (max-width: 568px) {
	.inquiry__wrapper {
		padding: 300px 0 0 0;
	}
}

.inquiry__wrapper picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.inquiry__wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-position: right;
	object-position: right;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
}

.inquiry__content {
	max-width: 849px;
	margin-right: auto;
	padding: 145px 60px;
	font-family: "Colgent", sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
}

@media only screen and (max-width: 1600px) {
	.inquiry__content {
		max-width: 60%;
		padding: 100px 60px;
		font-size: 18px;
	}
}

@media only screen and (max-width: 1280px) {
	.inquiry__content {
		padding: 70px 40px;
		font-size: 18px;
		line-height: 1.3;
		color: #a6a6a6;
	}
}

@media only screen and (max-width: 1024px) {
	.inquiry__content {
		font-family: "Colgent", sans-serif;
		padding: 60px 30px;
		font-size: 12px;
		line-height: 1.39;
	}
}

@media only screen and (max-width: 768px) {
	.inquiry__content {
		max-width: 384px;
		padding: 20px;
	}
}

@media only screen and (max-width: 568px) {
	.inquiry__content {
		display: flex;
		flex-direction: column;
		max-width: 100%;
		position: relative;
		top: -20px;
	}
}

.inquiry__content .form-inquiry-wrapper {
	margin: 0;
}

.inquiry__content .form-inquiry-left-column {
	flex: 0 1 80%;
	padding: 0;
	margin: 0;
	border: none;
}

.inquiry__content .form-inquiry-left-column input {
	border-width: 1px;
	cursor: text !important;
}

.inquiry__content .form-inquiry-left-column input[type=submit] {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #fff;
	padding: 16px 40px;
	background: #222;
	border: 1px solid #222;
	border-radius: 5px;
	cursor: pointer !important;
	width: 200px;
	transition: color .3s, background-color .3s;
}

.inquiry__content .form-inquiry-left-column input[type=submit]:hover {
	background-color: transparent;
	color: #222;
}

.inquiry__content .form-inquiry-left-column textarea {
	border-width: 1px;
	margin: 0 0 20px 0;
	width: 100%;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	cursor: text !important;
}

.inquiry__content .form-inquiry-left-column .wpcf7-spinner {
	width: 24px !important;
	height: 24px !important;
	margin: 20px 0 0 0 !important;
}

.inquiry__title {
	color: #a49682;
	font-family: "Colgent", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 50.4px;
	letter-spacing: .5px;
	margin: 0 0 20px 0;
}

.inquiry__title span {
	color: #594f42;
}

@media only screen and (max-width: 1024px) {
	.inquiry__title {
		font-size: 36px;
	}
}

.inquiry-form {
	display: flex;
	flex-direction: column;
	width: 80%;
}

@media only screen and (max-width: 1024px) {
	.inquiry-form {
		width: 100%;
	}
}

.inquiry-form input, .inquiry-form textarea {
	border-radius: 2.5px;
	border: .2px solid #000;
	background: #fff;
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	padding: 13px 15px;
}

.inquiry-form input::-moz-placeholder, .inquiry-form textarea::-moz-placeholder {
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
}

.inquiry-form input::placeholder, .inquiry-form textarea::placeholder {
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
}

.inquiry-form__input-wrapper {
	width: 100%;
	margin: 0 0 10px 0;
}

.inquiry-form__input-wrapper input {
	width: 100%;
}

.inquiry-form__input-wrapper textarea {
	width: 100%;
}

.inquiry-form__inputs-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.inquiry-form__inputs-wrapper input {
	width: 49%;
}

.inquiry-form__btn {
	padding: 15px 40px;
	align-self: flex-start;
}

@media only screen and (max-width: 568px) {
	.inquiry-form__btn {
		width: 100%;
	}
}

.history {
	padding: 60px 0;
}

@media only screen and (max-width: 568px) {
	.history {
		padding: 0 0 20px 0;
	}
}

.history__media-mobile {
	display: none;
}

@media only screen and (max-width: 568px) {
	.history__media-mobile {
		display: block;
		margin: 0 0 20px 0;
	}
}

.history__inner {
	display: flex;
	align-items: center;
	width: 75%;
	margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
	.history__inner {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.history__inner {
		flex-direction: column;
	}
}

.history__textbox {
	flex: 0 1 48%;
	padding: 0 40px 0 0;
}

@media only screen and (max-width: 1024px) {
	.history__textbox {
		flex: 0 1 100%;
		width: 100%;
		padding: 0;
		margin: 0 0 20px 0;
	}
}

.history__title {
	color: #a49682;
	font-family: "Colgent", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 50.4px;
	letter-spacing: .5px;
	margin: 0 0 20px 0;
}

.history__title span {
	color: #594f42;
}

@media only screen and (max-width: 1024px) {
	.history__title {
		font-size: 28px;
		line-height: 30.4px;
	}
}

.history__text {
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 30px 0;
	width: 90%;
}

@media only screen and (max-width: 1024px) {
	.history__text {
		width: 100%;
	}
}

@media only screen and (max-width: 568px) {
	.history__link {
		width: 100%;
	}
}

.history__media {
	flex: 0 1 48%;
}

@media only screen and (max-width: 1024px) {
	.history__media {
		flex: 0 1 100%;
		width: 100%;
	}
	
	.history__media img {
		width: 100%;
	}
}

@media only screen and (max-width: 568px) {
	.history__media {
		display: none;
	}
}

.store {
	padding: 20px 0;
}

.store__inner {
	display: flex;
	flex-direction: column;
}

.store__header {
	margin: 0 0 20px 0;
}

.store__title {
	color: #a49682;
	font-family: "Colgent", sans-serif;
	font-size: 44px;
	font-style: normal;
	font-weight: 400;
	line-height: 56px;
	text-align: center;
	margin: 0 0 20px 0;
}

.store__title span {
	color: #433e3a;
}

@media only screen and (max-width: 1024px) {
	.store__title {
		font-family: "Colgent", sans-serif;
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: 45px;
		text-align: left;
	}
}

@media only screen and (max-width: 568px) {
	.store__title {
		font-size: 28px;
		line-height: 25.8px;
		margin: 0 0 10px 0;
	}
}

.store__text {
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	max-width: 1270px;
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	.store__text {
		font-size: 16px;
		line-height: 25px;
		text-align: left;
		max-width: none;
	}
}

@media only screen and (max-width: 568px) {
	.store__text {
		font-size: 14px;
	}
}

.store__body {
	display: flex;
	justify-content: space-between;
}

.store__content {
	flex: 0 1 75%;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.store__content {
		flex: 0 1 100%;
	}
}

.store__content .berocket_single_filter_widget {
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: none !important;
	width: 100%;
}

.store__content .store__dashboard .berocket_single_filter_widget {
	margin: 0 0 20px 0 !important;
}

.store__content .pw-product-not-found {
	padding: 40px 0 0 0;
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: #594f42;
	font-weight: 700;
}

.store__dashboard {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.store__dashboard {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		margin: 0 0 20px 0;
	}
}

@media only screen and (max-width: 568px) {
	.store__dashboard svg {
		width: 31px;
		height: 19px;
	}
}

.store__preowned-banner {
	position: relative;
	margin: 0 0 24px 0;
}

.store__preowned-banner a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.store__preowned-banner p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translate(0, -50%);
	color: #fff;
	z-index: 1;
}

@media only screen and (max-width: 1440px) {
	.store__preowned-banner p {
		font-size: 24px;
	}
}

@media only screen and (max-width: 1280px) {
	.store__preowned-banner p {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1024px) {
	.store__preowned-banner p {
		font-size: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.store__preowned-banner p {
		font-size: 18px;
		left: 40px;
	}
}

@media only screen and (max-width: 568px) {
	.store__preowned-banner p {
		left: 20px;
		font-size: 14px;
	}
}

.store__dashboard-form {
	flex: 0 1 100%;
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 0 20px 0;
}

.store__dashboard-search {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 5px;
	left: 0;
}

.store__dashboard-search svg {
	width: 26px;
	height: 26px;
}

.store__dashboard-input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #bdbdbd;
	padding: 10px 20px 10px 35px;
	color: #000;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.store__dashboard-input::-moz-placeholder {
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 139.9%;
}

.store__dashboard-input::placeholder {
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 139.9%;
}

.store__products {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 1024px) {
	.store__products {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (max-width: 767px) {
	.store__products {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 568px) {
	.store__products {
		gap: 10px;
	}
}

.faq {
	padding: 60px 0;
}

.faq_cartier .faq__title {
	font-family: "Brilliant Cut Pro Medium";
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	color: #1d1c1c;
}

.faq_cartier .accordion__item {
	margin: 0 0 24px 0;
	padding: 0 0 24px 0;
	border-bottom: 1px solid #1d1c1c;
}

.faq_cartier .accordion__item:nth-last-child(1) {
	border-bottom: none;
	padding: 0;
}

.faq_cartier .accordion__header::before, .faq_cartier .accordion__header::after {
	top: 15px;
}

.faq_cartier h2 {
	font-family: "Brilliant Cut Pro Medium";
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #1d1c1c;
	width: 95%;
}

.faq__inner {
	width: 880px;
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	.faq__inner {
		width: 100%;
	}
}

.faq__title {
	color: #000;
	font-family: "Colgent", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 42.9px;
	margin: 0 0 30px 0;
	text-align: center;
}

@media only screen and (max-width: 568px) {
	.faq__title {
		font-size: 34px;
		line-height: 33px;
	}
}

.accordion__items {
	display: flex;
	flex-direction: column;
}

.accordion__item {
	padding: 0 0 32px 0;
	margin: 0 0 32px 0;
	border-bottom: 1px solid #dfe0e2;
}

.accordion__item:nth-last-child(1) {
	margin: 0;
	border-bottom: none;
}

.accordion__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.accordion__header::before {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #000;
	position: absolute;
	right: 15px;
	top: 10px;
}

@media (max-width: 480px) {
	.accordion__header::before {
		right: -5px;
	}
}

.accordion__header::after {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #000;
	position: absolute;
	right: 15px;
	top: 10px;
	transform: rotate(-90deg);
	transition: transform .3s ease 0s;
}

@media (max-width: 480px) {
	.accordion__header::after {
		right: -5px;
	}
}

.accordion__header.active::before {
	background-color: #000;
}

.accordion__header.active::after {
	transform: rotate(0deg);
	background-color: #000;
}

.accordion__question {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color: #393c4b;
	width: 90%;
}

@media only screen and (max-width: 568px) {
	.accordion__question {
		font-size: 16px;
	}
}

.accordion__body {
	display: none;
}

.accordion__body.active {
	display: block;
	padding: 20px 0 0 0;
}

@media only screen and (max-width: 568px) {
	.accordion__body {
		font-size: 14px;
	}
}

.accordion__body ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
	list-style-type: disc;
	padding: 0 0 0 16px;
	margin: 0 0 16px 0;
}

.accordion__body p, .accordion__body li, .accordion__body span {
	font-family: "Fancy Cut Pro";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #1d1c1c;
	width: 100%;
	margin: 0 0 16px 0;
}

.accordion__body p:nth-last-child(1), .accordion__body li:nth-last-child(1), .accordion__body span:nth-last-child(1) {
	margin: 0;
}

.accordion__body li {
	margin: 0;
}

.accordion__text {
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	width: 85%;
	line-height: 26px;
	display: none;
}

.accordion__text.active {
	display: block;
	padding: 20px 0 0 0;
}

@media only screen and (max-width: 568px) {
	.accordion__text {
		font-size: 14px;
	}
}

.main-contact__inner {
	height: 800px;
	position: relative;
}

.main-contact__inner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 1;
}

@media only screen and (max-width: 1024px) {
	.main-contact__inner::after {
		background: linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .5) 95%);
	}
}

.main-contact__banner {
	height: 100%;
}

.main-contact__banner img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 480px) {
	.main-contact__banner img {
		height: 600px;
	}
}

.main-contact__content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

@media only screen and (max-width: 1024px) {
	.main-contact__content {
		left: 0;
		transform: translate(0, -50%);
		width: 100%;
		padding: 0 20px;
	}
}

.main-contact__contact-form form .agree_wrap .wpcf7-list-item label, .main-contact__contact-form form .agree_wrap .wpcf7-list-item input, .main-contact__contact-form form .agree_wrap .wpcf7-list-item span {
	cursor: pointer;
}

.main-contact__title {
	color: #fff;
	font-family: "Colgent", sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 55px;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 1024px) {
	.main-contact__title {
		font-size: 48px;
		font-weight: 700;
		line-height: 50.4px;
		letter-spacing: .5px;
		margin: 0 0 10px 0;
	}
}

@media only screen and (max-width: 767px) {
	.main-contact__title {
		font-size: 38px;
	}
}

@media only screen and (max-width: 568px) {
	.main-contact__title {
		font-size: 32px;
		font-weight: 400;
		line-height: 30px;
		margin: 0 0 5px 0;
	}
}

.main-contact__subtitle {
	color: #fff;
	font-family: "Colgent", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 27.5px;
	width: 70%;
}

@media only screen and (max-width: 1024px) {
	.main-contact__subtitle {
		font-size: 24px;
		line-height: 23.5px;
	}
}

@media only screen and (max-width: 767px) {
	.main-contact__subtitle {
		font-size: 16px;
	}
}

@media only screen and (max-width: 568px) {
	.main-contact__subtitle {
		font-size: 14px;
		font-weight: 400;
		line-height: 17px;
		width: 100%;
	}
}

.main-services__inner {
	height: 850px;
	position: relative;
}

.main-services__inner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 1;
}

@media only screen and (max-width: 1024px) {
	.main-services__inner::after {
		background: linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .5) 95%);
	}
}

.main-services__inner .wpcf7-response-output {
	margin: 0 !important;
}

.main-services__banner {
	height: 100%;
}

.main-services__banner img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.main-services__content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

@media only screen and (max-width: 1024px) {
	.main-services__content {
		left: 0;
		transform: translate(0, -50%);
		width: 100%;
		padding: 0 20px;
	}
}

.main-services__title {
	color: #fff;
	font-family: "Colgent", sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 55px;
	width: 80%;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 1600px) {
	.main-services__title {
		width: 100%;
	}
}

@media only screen and (max-width: 1536px) and (max-height: 864px) {
	.main-services__title {
		width: 80%;
	}
}

@media only screen and (max-width: 1024px) {
	.main-services__title {
		font-size: 48px;
		font-weight: 700;
		line-height: 50.4px;
		letter-spacing: .5px;
		margin: 0 0 10px 0;
		width: 65%;
	}
}

@media (max-width: 850px) {
	.main-services__title {
		font-size: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.main-services__title {
		width: 100%;
	}
}

@media only screen and (max-width: 568px) {
	.main-services__title {
		font-size: 32px;
		font-weight: 400;
		line-height: 30px;
		margin: 0 0 5px 0;
	}
}

.main-services__title.full-width {
	width: 100%;
}

.main-services .trade_contact_form input {
	min-width: 100% !important;
}

.main-services .w-repair-form-form {
	gap: 20px;
}

.main-services .w-repair-form-form input[type=button] {
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.main-services .w-repair-form-form input[type=button] {
		width: unset;
	}
}

.location {
	padding: 70px 0;
}

@media only screen and (max-width: 1024px) {
	.location {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 568px) {
	.location__inner {
		display: flex;
		flex-direction: column;
	}
}

.location__title {
	color: #000;
	text-align: center;
	font-family: "Colgent", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 108.9%;
	margin: 0 0 50px 0;
}

@media only screen and (max-width: 1024px) {
	.location__title {
		font-size: 32px;
		font-weight: 400;
		line-height: 35px;
		margin: 0 0 20px 0;
		text-align: left;
	}
}

@media only screen and (max-width: 568px) {
	.location__title {
		font-size: 24px;
		font-weight: 700;
		line-height: 31.5px;
		margin: 0 0 15px 0;
	}
}

.location__body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 60px;
	border-radius: 10px;
	border: .5px solid rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .25);
	margin: 0 0 60px 0;
}

@media only screen and (max-width: 1440px) {
	.location__body {
		padding: 40px;
	}
}

@media only screen and (max-width: 1280px) {
	.location__body {
		padding: 50px 30px 30px 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.location__body {
		flex-direction: column;
	}
}

@media only screen and (max-width: 568px) {
	.location__body {
		padding: 0;
		box-shadow: none;
		border: none;
	}
}

.location__card {
	width: 33.333%;
	border-right: 2px solid #ccc;
	padding: 20px 40px;
}

.location__card:nth-child(1) {
	padding: 20px 20px 20px 0;
}

@media only screen and (max-width: 1024px) {
	.location__card:nth-child(1) {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 568px) {
	.location__card:nth-child(1) {
		padding: 0;
	}
}

.location__card:nth-last-child(1) {
	border: none;
}

@media only screen and (max-width: 1280px) {
	.location__card {
		padding: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.location__card {
		border-right: none;
		border-bottom: 2px solid #ccc;
		width: 100%;
		padding: 30px 0;
	}
}

@media only screen and (max-width: 568px) {
	.location__card {
		padding: 0;
		border: none;
		margin: 0 0 20px 0;
	}
	
	.location__card:nth-last-child(1) {
		margin: 0;
	}
}

.location__card-title {
	color: #362b25;
	font-family: "Colgent", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 33px;
	letter-spacing: .5px;
	margin: 0 0 20px 0;
	white-space: nowrap;
}

@media only screen and (max-width: 1280px) {
	.location__card-title {
		margin: 40px 0 10px 0;
	}
}

@media only screen and (max-width: 1024px) {
	.location__card-title {
		font-size: 24px;
		line-height: 105%;
		margin: 0 0 10px 0;
		padding: 0 0 0 65px;
	}
}

@media only screen and (max-width: 568px) {
	.location__card-title {
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
		padding: 0 0 0 35px;
	}
}

.location__card-textbox {
	display: flex;
	align-items: center;
	position: relative;
}

.location__card-textbox svg {
	margin: 0 20px 0 0;
}

@media only screen and (max-width: 1440px) {
	.location__card-textbox svg {
		margin: 0 15px 0 0;
	}
}

@media only screen and (max-width: 1280px) {
	.location__card-textbox svg {
		position: absolute;
		left: 0;
		top: -105px;
		margin: 0;
	}
}

@media only screen and (max-width: 1600px) {
	.location__card-textbox svg {
		width: 28px;
		height: 28px;
	}
}

@media only screen and (max-width: 1280px) and (max-height: 720px) {
	.location__card-textbox svg {
		width: 38px;
		height: 38px;
	}
}

@media only screen and (max-width: 1024px) {
	.location__card-textbox svg {
		left: 0;
		top: -40px;
	}
}

@media only screen and (max-width: 568px) {
	.location__card-textbox svg {
		width: 22px;
		height: 22px;
		top: -30px;
	}
}

.location__card-textbox span {
	color: #362b25;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	white-space: nowrap;
}

@media only screen and (max-width: 568px) {
	.location__card-textbox span {
		font-size: 16px;
		line-height: 20px;
		white-space: initial;
	}
}

@media only screen and (max-width: 1024px) {
	.location__card-textbox {
		padding: 0 0 0 65px;
	}
}

@media only screen and (max-width: 568px) {
	.location__card-textbox {
		padding: 0 0 0 35px;
	}
}

.location__card-address {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.location__card-schedule {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.location__card-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.location__card-link {
	color: #362b25;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	transition: color .3s;
}

.location__card-link:hover {
	color: #a49682;
}

.location__map iframe {
	vertical-align: bottom !important;
}

@media only screen and (max-width: 568px) {
	.location__map iframe {
		height: 250px !important;
	}
}

@media only screen and (max-width: 568px) {
	.location__map {
		order: -1;
		margin: 0 0 20px 0;
	}
}

.visit {
	padding: 0 0 70px 0;
}

@media only screen and (max-width: 1024px) {
	.visit {
		padding: 0;
	}
}

.visit__inner {
	display: flex;
	align-items: center;
	height: 500px;
	position: relative;
	background-color: #fbfbfb;
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	.visit__inner {
		overflow: initial;
		height: auto;
		flex-direction: column;
	}
}

.visit__media {
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.visit__media img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	.visit__media {
		position: static;
		width: 100%;
		left: initial;
		top: initial;
	}
	
	.visit__media img {
		height: auto;
		width: 100%;
		-o-object-fit: unset;
		object-fit: unset;
	}
}

.visit__textbox {
	width: 50%;
	position: relative;
	left: 50%;
	padding: 40px 60px;
	background-color: #fbfbfb;
}

@media only screen and (max-width: 1440px) {
	.visit__textbox {
		padding: 40px;
	}
}

@media only screen and (max-width: 1024px) {
	.visit__textbox {
		left: unset;
		width: 100%;
		background-color: #fff;
		padding: 40px 20px;
	}
}

.visit__textbox-title {
	color: rgba(0, 0, 0, .8);
	font-family: "Colgent", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 40.3px;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 1440px) {
	.visit__textbox-title {
		font-size: 30px;
		margin: 0 0 10px 0;
	}
}

@media only screen and (max-width: 1280px) {
	.visit__textbox-title {
		font-size: 26px;
	}
}

@media only screen and (max-width: 1024px) {
	.visit__textbox-title {
		color: #000;
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
		line-height: 35px;
		margin: 0 0 10px 0;
	}
}

@media only screen and (max-width: 568px) {
	.visit__textbox-title {
		font-size: 26px;
		line-height: 24.9px;
	}
}

.visit__textbox-text {
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
}

@media only screen and (max-width: 1440px) {
	.visit__textbox-text {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1280px) {
	.visit__textbox-text {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1024px) {
	.visit__textbox-text {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
	}
}

.services-slider {
	padding: 70px 0;
}

@media only screen and (max-width: 1024px) {
	.services-slider {
		padding: 0 0 40px 0;
		margin-top: -40px;
	}
}

@media only screen and (max-width: 568px) {
	.services-slider {
		margin-top: -20px;
	}
}

.services-slider .swiper-button-prev, .services-slider .swiper-button-next {
	z-index: 2;
	top: initial;
	bottom: 0;
	display: none;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 1024px) {
	.services-slider .swiper-button-prev, .services-slider .swiper-button-next {
		display: flex;
	}
}

.services-slider .swiper-button-prev:after, .services-slider .swiper-button-next:after {
	display: none;
}

.services-slider .swiper-button-prev svg, .services-slider .swiper-button-next svg {
	flex-shrink: 0;
}

.services-slider .swiper-button-prev {
	right: initial;
}

.services-slider .swiper-button-next {
	left: initial;
}

.services-slider .swiper-pagination {
	z-index: 1;
}

.services-slider .swiper-pagination-bullets {
	width: unset !important;
	left: 20px !important;
	height: 20px !important;
}

@media only screen and (max-width: 1024px) {
	.services-slider .swiper-pagination-bullets {
		width: 100% !important;
	}
}

@media only screen and (max-width: 568px) {
	.services-slider .swiper-pagination-bullets {
		left: 10px !important;
	}
}

.services-slider .swiper-pagination-bullet {
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: none !important;
	border-radius: unset !important;
	display: inline-block;
	margin: 0 60px 0 0 !important;
	position: relative;
}

@media only screen and (max-width: 1024px) {
	.services-slider .swiper-pagination-bullet {
		font-size: 10px;
		margin: 0 30px 0 0 !important;
	}
}

.services-slider .swiper-pagination-bullet::after {
	content: "";
	width: 50px;
	height: 3px;
	background-color: #d9d9d9;
	position: absolute;
	left: -18px;
	bottom: -12px;
}

@media only screen and (max-width: 1024px) {
	.services-slider .swiper-pagination-bullet::after {
		width: 17px;
		left: -2px;
	}
}

.services-slider .swiper-pagination-bullet-active::after {
	background: #000;
}

.services-slider__slide {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media only screen and (max-width: 1024px) {
	.services-slider__slide {
		flex-direction: column;
		position: relative;
	}
}

.services-slider__slide-textbox {
	flex: 0 1 48%;
	padding: 0 0 60px 0;
}

.services-slider__slide-title {
	color: #000;
	font-family: "Colgent", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 108.9%;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 1600px) {
	.services-slider__slide-title {
		font-size: 38px;
	}
}

@media only screen and (max-width: 1440px) {
	.services-slider__slide-title {
		font-size: 30px;
		margin: 0 0 10px 0;
	}
}

@media only screen and (max-width: 1280px) {
	.services-slider__slide-title {
		font-size: 28px;
	}
}

@media only screen and (max-width: 1024px) {
	.services-slider__slide-title {
		font-size: 40px;
		position: absolute;
		left: 0;
		top: 0;
	}
}

@media only screen and (max-width: 768px) {
	.services-slider__slide-title {
		font-size: 32px;
	}
}

@media only screen and (max-width: 568px) {
	.services-slider__slide-title {
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 25.8px;
	}
}

.services-slider__slide-subtitle {
	color: rgba(0, 0, 0, .8);
	font-family: "Colgent", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 40.3px;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 1600px) {
	.services-slider__slide-subtitle {
		font-size: 32px;
	}
}

@media only screen and (max-width: 1440px) {
	.services-slider__slide-subtitle {
		font-size: 26px;
		margin: 0 0 5px 0;
	}
}

@media only screen and (max-width: 1280px) {
	.services-slider__slide-subtitle {
		font-size: 24px;
	}
}

@media only screen and (max-width: 1024px) {
	.services-slider__slide-subtitle {
		font-size: 32px;
		line-height: 35px;
		margin: 0 0 20px 0;
	}
}

@media only screen and (max-width: 568px) {
	.services-slider__slide-subtitle {
		font-size: 26px;
		font-style: normal;
		font-weight: 400;
		line-height: 24.9px;
		margin: 0 0 15px 0;
	}
}

.services-slider__slide-text {
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 1440px) {
	.services-slider__slide-text {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1024px) {
	.services-slider__slide-text {
		font-size: 16px;
		line-height: 154.5%;
	}
}

@media only screen and (max-width: 568px) {
	.services-slider__slide-text {
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.services-slider__slide-link {
		font-family: Montserrat;
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: 10px;
		letter-spacing: 1.2px;
	}
}

.services-slider__slide-media {
	flex: 0 1 48%;
}

@media only screen and (max-width: 1024px) {
	.services-slider__slide-media {
		flex: 0 1 100%;
		width: 100%;
		padding-top: 100px;
		margin: 0 0 20px 0;
		order: -1;
	}
	
	.services-slider__slide-media img {
		width: 100%;
	}
}

@media (max-width: 370px) {
	.services-slider__slide-media {
		padding-top: 120px;
	}
}

.services-benefits .services-contacts {
	display: none;
}

@media only screen and (max-width: 568px) {
	.services-benefits .services-contacts {
		display: block;
		position: static;
		transform: initial;
		width: 100%;
		padding: 20px;
	}
}

@media only screen and (max-width: 568px) {
	.services-benefits .services-contacts .services-contacts__inner {
		flex-direction: column;
	}
}

@media only screen and (max-width: 568px) {
	.services-benefits .services-contacts .services-contacts__item {
		width: 100%;
		border: none;
		padding: 0 0 20px 0;
		border-bottom: 1px solid #bdbdbd;
		margin: 0 0 20px 0;
	}
	
	.services-benefits .services-contacts .services-contacts__item:nth-last-child(1) {
		margin: 0;
	}
}

.services-benefits .services-contacts .services-contacts__item-title {
	color: #594f42;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
}

.services-benefits .services-contacts .services-contacts__item-link {
	line-height: 20px;
}

@media (max-width: 400px) {
	.services-benefits .services-contacts .services-contacts__item-body {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.services-benefits .services-contacts .services-contacts__item-body svg {
		margin: 0 0 10px 0;
	}
}

.services-benefits__inner {
	display: flex;
	align-items: center;
	height: 500px;
	position: relative;
	background-color: #0d0d0d;
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	.services-benefits__inner {
		overflow: initial;
		height: auto;
		flex-direction: column;
	}
}

.services-benefits__media {
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.services-benefits__media img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	.services-benefits__media {
		position: static;
		width: 100%;
		left: initial;
		top: initial;
	}
	
	.services-benefits__media img {
		height: auto;
		width: 100%;
		-o-object-fit: unset;
		object-fit: unset;
	}
}

.services-benefits__textbox {
	width: 50%;
	position: relative;
	left: 50%;
	padding: 40px 250px 40px 60px;
}

@media only screen and (max-width: 1440px) {
	.services-benefits__textbox {
		padding: 40px;
	}
}

@media only screen and (max-width: 1024px) {
	.services-benefits__textbox {
		left: unset;
		width: 100%;
		padding: 40px 20px;
	}
}

.services-benefits__item {
	margin: 0 0 30px 0;
}

.services-benefits__item:nth-last-child(1) {
	margin: 0;
}

.services-benefits__item-title {
	color: #fff;
	font-family: "Colgent", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin: 0 0 5px 0;
}

@media only screen and (max-width: 568px) {
	.services-benefits__item-title {
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 23.5px;
		margin: 0 0 10px 0;
		display: flex;
		align-items: center;
	}
}

.services-benefits__item-title svg {
	margin: 0 5px 0 0;
}

@media only screen and (max-width: 568px) {
	.services-benefits__item-title svg {
		margin: 0 10px 0 0;
	}
}

.services-benefits__item-text {
	color: #fff;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
}

@media only screen and (max-width: 1024px) {
	.services-benefits__item-text {
		padding: 0 0 0 52px;
	}
}

@media only screen and (max-width: 568px) {
	.services-benefits__item-text {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		padding: 0;
	}
}

.services-about {
	padding: 70px 0;
}

@media only screen and (max-width: 1024px) {
	.services-about {
		padding: 40px 0;
	}
}

.services-about .services-contacts {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.services-about .services-contacts {
		display: block;
		position: static;
		transform: initial;
		width: 100%;
		box-shadow: none;
		margin: 0 0 30px 0;
		border: 1px solid #bdbdbd;
		border-radius: 10px;
	}
}

@media only screen and (max-width: 568px) {
	.services-about .services-contacts {
		display: none;
	}
}

.services-about .services-contacts .services-contacts__item {
	border-right: 2px solid #bdbdbd;
}

.services-about .services-contacts .services-contacts__item:nth-last-child(1) {
	border: none;
}

.services-about .services-contacts .services-contacts__item-title {
	color: #594f42;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
}

@media (max-width: 900px) {
	.services-about .services-contacts .services-contacts__item-body {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.services-about .services-contacts .services-contacts__item-body svg {
		margin: 0 0 5px 0;
	}
}

@media only screen and (max-width: 768px) {
	.services-about .services-contacts .services-contacts__item-body {
		flex-direction: row;
		align-items: center;
	}
	
	.services-about .services-contacts .services-contacts__item-body svg {
		margin: 0 10px 0 0;
	}
}

.services-about .services-contacts .services-contacts__item-link {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
}

@media only screen and (max-width: 768px) {
	.services-about .services-contacts .services-contacts__inner {
		flex-direction: column;
	}
}

@media only screen and (max-width: 768px) {
	.services-about .services-contacts .services-contacts__item {
		width: 100%;
		border: none;
		padding: 0 0 20px 0;
		border-bottom: 1px solid #bdbdbd;
		margin: 0 0 20px 0;
	}
	
	.services-about .services-contacts .services-contacts__item:nth-last-child(1) {
		margin: 0;
	}
}

.services-about__inner {
	display: flex;
	flex-direction: column;
}

.services-about__block {
	margin: 0 0 60px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.services-about__block:nth-last-child(1) {
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.services-about__block:nth-child(odd) .services-about__media {
		order: -1;
	}
}

@media only screen and (max-width: 1024px) {
	.services-about__block {
		flex-direction: column;
	}
}

@media only screen and (max-width: 568px) {
	.services-about__block {
		margin: 0 0 30px 0;
	}
}

.services-about__textbox {
	flex: 0 1 48%;
}

@media only screen and (max-width: 1024px) {
	.services-about__textbox {
		flex: 0 1 100%;
		width: 100%;
	}
}

.services-about__textbox h2, .services-about__textbox h3 {
	color: #000;
	font-family: "Colgent", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 40.3px;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 1024px) {
	.services-about__textbox h2, .services-about__textbox h3 {
		font-size: 32px;
		line-height: 32px;
	}
}

@media only screen and (max-width: 568px) {
	.services-about__textbox h2, .services-about__textbox h3 {
		font-size: 26px;
		line-height: 24.9px;
	}
}

.services-about__textbox h2 span, .services-about__textbox h3 span {
	display: block;
}

@media only screen and (max-width: 568px) {
	.services-about__textbox h2 span, .services-about__textbox h3 span {
		display: unset;
	}
}

.services-about__textbox p {
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 20px 0;
}

.services-about__textbox p:nth-last-child(1) {
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.services-about__textbox p {
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 568px) {
	.services-about__textbox p {
		line-height: 20px;
	}
}

.services-about__textbox-block {
	margin: 0 0 20px 0;
}

.services-about__textbox-block:nth-last-child(1) {
	margin: 0;
}

.services-about__textbox-block ul {
	padding: 0 0 0 25px;
	list-style: disc;
	margin: 0 0 20px 0;
}

.services-about__textbox-block ol {
	padding: 0 0 0 25px;
	margin: 0 0 20px 0;
}

.services-about__textbox-block li {
	margin: 0 0 15px 0;
}

.services-about__textbox-block li:nth-last-child(1) {
	margin: 0;
}

.services-about__textbox-block a {
	text-decoration: underline;
}

.services-about__media {
	flex: 0 1 48%;
}

@media only screen and (max-width: 1024px) {
	.services-about__media {
		flex: 0 1 100%;
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.services-about__media img {
		width: 100%;
	}
}

.services-reviews {
	padding: 70px 0;
	background-color: #f2f2f2;
}

@media only screen and (max-width: 568px) {
	.services-reviews {
		padding: 40px 0;
	}
}

.services-reviews__inner {
	display: flex;
	flex-direction: column;
}

.services-reviews__header {
	margin: 0 0 60px 0;
}

@media only screen and (max-width: 1024px) {
	.services-reviews__header {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0 0 20px 0;
	}
}

.services-reviews__title {
	color: #000;
	font-family: "Colgent", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 1024px) {
	.services-reviews__title {
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
		line-height: 35px;
	}
}

.services-reviews__details {
	width: 400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media only screen and (max-width: 568px) {
	.services-reviews__details {
		width: 100%;
		justify-content: center;
	}
}

.services-reviews__rating {
	color: rgba(0, 0, 0, .5);
	font-family: "Colgent", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 27.5px;
}

@media only screen and (max-width: 568px) {
	.services-reviews__rating {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 17px;
		margin: 0 10px 0 0;
	}
}

.services-reviews__google {
	color: rgba(0, 0, 0, .5);
	font-family: "Colgent", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 27.5px;
}

@media only screen and (max-width: 568px) {
	.services-reviews__google {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 17px;
	}
}

.services-reviews__slider .swiper {
	padding: 0 0 115px 0;
}

@media only screen and (max-width: 1024px) {
	.services-reviews__slider .swiper {
		padding: 0 0 80px 0;
	}
}

@media only screen and (max-width: 568px) {
	.services-reviews__slider .swiper {
		padding: 0 0 50px 0;
	}
}

.services-reviews__slider .swiper-pagination {
	z-index: 1;
}

.services-reviews__slider .swiper-pagination-bullet {
	background: rgba(25, 25, 25, .1);
	opacity: 1 !important;
}

.services-reviews__slider .swiper-pagination-bullet-active {
	background-color: #191919 !important;
}

.services-reviews__slider .swiper-button-prev, .services-reviews__slider .swiper-button-next {
	z-index: 2;
	top: initial;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 568px) {
	.services-reviews__slider .swiper-button-prev, .services-reviews__slider .swiper-button-next {
		top: 31%;
		transform: translateY(-50%);
		bottom: initial;
	}
}

.services-reviews__slider .swiper-button-prev:after, .services-reviews__slider .swiper-button-next:after {
	display: none;
}

.services-reviews__slider .swiper-button-prev svg, .services-reviews__slider .swiper-button-next svg {
	flex-shrink: 0;
}

.services-reviews__slider .swiper-button-prev {
	right: initial;
}

.services-reviews__slider .swiper-button-next {
	left: initial;
}

.services-reviews__slide {
	display: flex;
	flex-direction: column;
}

.services-reviews__slide-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 1024px) {
	.services-reviews__slide-top {
		justify-content: center;
	}
}

.services-reviews__slide-name {
	display: flex;
	align-items: center;
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

@media only screen and (max-width: 1024px) {
	.services-reviews__slide-name {
		line-height: 21px;
		margin: 0 20px 0 0;
	}
}

@media only screen and (max-width: 568px) {
	.services-reviews__slide-name {
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 139.9%;
		margin: 0 5px 0 0;
	}
}

.services-reviews__slide-name img {
	margin: 0 5px 0 0;
}

@media only screen and (max-width: 568px) {
	.services-reviews__slide-name img {
		display: none;
	}
}

.services-reviews__slide-text {
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
}

@media only screen and (max-width: 1024px) {
	.services-reviews__slide-text {
		text-align: center;
	}
}

@media only screen and (max-width: 568px) {
	.services-reviews__slide-text {
		font-size: 14px;
		line-height: 20px;
		padding: 0 35px;
	}
}

.services-info {
	padding: 60px 0;
}

@media only screen and (max-width: 768px) {
	.services-info {
		padding: 40px 0;
	}
}

.services-info__inner {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

@media only screen and (max-width: 1024px) {
	.services-info__inner {
		flex-direction: column;
	}
}

.services-info__card {
	flex: 0 1 32%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 32px;
	border-radius: 10px;
	background-color: #f1ebd9;
}

@media only screen and (max-width: 1024px) {
	.services-info__card {
		padding: 20px;
		flex: 0 1 100%;
		width: 100%;
		margin: 0 0 15px 0;
		flex-direction: row;
		justify-content: flex-start;
	}
	
	.services-info__card:nth-last-child(1) {
		margin: 0;
	}
}

.services-info__media {
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 1024px) {
	.services-info__media {
		margin: 0 20px 0 0;
	}
}

.services-info__text {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #000;
}

@media only screen and (max-width: 1024px) {
	.services-info__text {
		text-align: left;
	}
}

@media only screen and (max-width: 568px) {
	.services-info__text {
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
	}
}

.warranty__inner {
	display: flex;
	flex-direction: column;
}

.warranty__header {
	padding: 30px 0 5px 0;
}

@media only screen and (max-width: 1024px) {
	.warranty__header {
		background-color: #433e3a;
	}
}

@media only screen and (max-width: 568px) {
	.warranty__header {
		padding: 20px 0 5px 0;
	}
}

.warranty__header-title {
	color: #000;
	font-family: "Colgent", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 51.5px;
}

@media only screen and (max-width: 1024px) {
	.warranty__header-title {
		color: #fff;
		line-height: 50.4px;
		letter-spacing: .5px;
	}
}

@media only screen and (max-width: 568px) {
	.warranty__header-title {
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
		line-height: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.warranty__breadcrubms .breadcrumbs__link {
		color: #fff;
	}
	
	.warranty__breadcrubms .breadcrumbs__item {
		border-right: 1px solid #fff;
	}
	
	.warranty__breadcrubms .breadcrumbs__item:nth-last-child(1) {
		border-right: none;
	}
	
	.warranty__breadcrubms .breadcrumbs__item:nth-last-child(1) .breadcrumbs__link {
		color: #fff;
	}
}

.warranty__content {
	padding: 30px 0 50px 0;
	display: flex;
	flex-direction: column;
}

.warranty__block {
	margin: 0 0 60px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.warranty__block:nth-last-child(1) {
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.warranty__block:nth-child(even) .warranty__textbox {
		order: -1;
	}
}

@media only screen and (max-width: 1024px) {
	.warranty__block {
		flex-direction: column;
	}
}

@media only screen and (max-width: 568px) {
	.warranty__block {
		margin: 0 0 30px 0;
	}
}

.warranty__textbox {
	flex: 0 1 48%;
}

@media only screen and (max-width: 1024px) {
	.warranty__textbox {
		margin: 0 0 30px 0;
	}
}

.warranty__title {
	color: #000;
	font-family: "Colgent", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 40.3px;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 1024px) {
	.warranty__title {
		font-size: 32px;
		line-height: 32px;
	}
}

@media only screen and (max-width: 568px) {
	.warranty__title {
		font-size: 28px;
		line-height: 25.8px;
	}
}

.warranty__text {
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 5px 0;
}

.warranty__text:nth-last-child(1) {
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.warranty__text {
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 568px) {
	.warranty__text {
		line-height: 20px;
	}
}

.warranty__media {
	flex: 0 1 48%;
}

@media only screen and (max-width: 1024px) {
	.warranty__media {
		flex: 0 1 100%;
		width: 100%;
	}
	
	.warranty__media img {
		width: 100%;
	}
}

.explore-brands__inner {
	position: relative;
}

.explore-brands__inner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(57, 60, 75, .9) 0%, rgba(57, 60, 75, .8) 95%);
	z-index: 1;
}

.explore-brands__inner img {
	width: 100%;
}

.explore-brands__content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 45%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media only screen and (max-width: 1024px) {
	.explore-brands__content {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.explore-brands__content {
		width: 75%;
	}
}

.explore-brands__title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 56px;
	line-height: 69px;
	text-align: center;
	color: #fff;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 1024px) {
	.explore-brands__title {
		font-weight: 400;
		font-size: 48px;
		line-height: 59px;
		margin: 0 0 10px 0;
	}
}

@media only screen and (max-width: 568px) {
	.explore-brands__title {
		font-size: 32px;
		line-height: 40px;
		text-align: center;
	}
}

.explore-brands__subtitle {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	color: #fff;
}

@media only screen and (max-width: 568px) {
	.explore-brands__subtitle {
		font-size: 14px;
	}
}

.featured-brands {
	padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
	.featured-brands {
		padding: 20px 0;
	}
}

.featured-brands__inner {
	display: flex;
	flex-direction: column;
}

.featured-brands__title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 59px;
	text-align: center;
	color: #000;
	margin: 0 0 50px 0;
}

@media only screen and (max-width: 1024px) {
	.featured-brands__title {
		font-weight: 400;
		font-size: 40px;
		line-height: 49px;
		text-align: center;
		color: #000;
		margin: 0 0 30px 0;
	}
}

@media only screen and (max-width: 568px) {
	.featured-brands__title {
		font-weight: 400;
		font-size: 32px;
		line-height: 40px;
		color: #000;
		margin: 0 0 20px 0;
	}
}

.featured-brands__links {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

@media only screen and (max-width: 768px) {
	.featured-brands__links {
		grid-template-columns: repeat(3, 1fr);
	}
}

.featured-brands__link {
	display: flex;
	justify-content: center;
	border-radius: 8px;
	align-items: center;
	transition: background-color .3s;
}

.featured-brands__link:hover {
	background-color: #f1ebd9;
}

.main-brand {
	padding: 0 0 100px 0;
}

@media only screen and (max-width: 1024px) {
	.main-brand {
		padding: 0 0 20px 0;
	}
}

@media only screen and (max-width: 1024px) {
	.main-brand .services-contacts {
		display: none;
	}
}

.main-brand__inner {
	position: relative;
}

.main-brand__content {
	position: absolute;
	left: 120px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 2;
}

@media only screen and (max-width: 1024px) {
	.main-brand__content {
		left: 30px;
	}
}

@media only screen and (max-width: 568px) {
	.main-brand__content {
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

.main-brand__logo {
	display: flex;
}

.main-brand__logo img {
	max-width: 330px;
	height: 80px;
}

@media only screen and (max-width: 1024px) {
	.main-brand__logo img {
		height: 40px;
	}
}

@media only screen and (max-width: 568px) {
	.main-brand__logo img {
		height: auto;
	}
}

.about-brand {
	padding: 0 0 20px 0;
}

.about-brand__content {
	display: flex;
	flex-direction: column;
}

.about-brand__content .services-contacts {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.about-brand__content .services-contacts {
		background-color: #393c4b;
		display: block;
		position: relative;
		transform: unset;
		left: unset;
		width: 100%;
	}
}

@media (max-width: 900px) {
	.about-brand__content .services-contacts .services-contacts__inner {
		flex-direction: column;
	}
}

.about-brand__content .services-contacts .services-contacts__item-body svg path {
	stroke: #9c9c9c;
}

@media only screen and (max-width: 1024px) {
	.about-brand__content .services-contacts .services-contacts__item-body svg {
		flex-shrink: 0;
	}
}

.about-brand__content .services-contacts .services-contacts__item {
	border-right: 2px solid #9c9c9c;
	padding: 15px 0;
	margin: 0 0 15px 0;
}

.about-brand__content .services-contacts .services-contacts__item:nth-last-child(1) {
	border: none;
	margin: 0;
}

@media (max-width: 900px) {
	.about-brand__content .services-contacts .services-contacts__item {
		width: 100%;
		border-right: none;
		border-bottom: 2px solid #9c9c9c;
	}
}

@media only screen and (max-width: 1024px) {
	.about-brand__content .services-contacts .services-contacts__item-title {
		font-style: normal;
		font-weight: 700;
		font-size: 12px;
		line-height: 16px;
		color: #9c9c9c;
	}
}

@media only screen and (max-width: 1024px) {
	.about-brand__content .services-contacts .services-contacts__item-link {
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 24px;
		color: #fff;
	}
}

.about-brand__block {
	margin: 0 0 60px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-brand__block:nth-last-child(1) {
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.about-brand__block:nth-child(even) .about-brand__textbox {
		order: -1;
	}
}

@media only screen and (max-width: 1024px) {
	.about-brand__block {
		flex-direction: column;
		margin: 0 0 30px 0;
	}
}

.about-brand__textbox {
	flex: 0 1 48%;
}

@media only screen and (max-width: 1024px) {
	.about-brand__textbox {
		flex: 0 1 100%;
		width: 100%;
		margin: 0 0 20px 0;
	}
}

.about-brand__textbox h2 {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 59px;
	color: #000;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 1024px) {
	.about-brand__textbox h2 {
		font-weight: 400;
		font-size: 40px;
		line-height: 49px;
	}
}

@media only screen and (max-width: 568px) {
	.about-brand__textbox h2 {
		font-weight: 400;
		font-size: 32px;
		line-height: 40px;
	}
}

.about-brand__textbox p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin: 0 0 5px 0;
}

.about-brand__textbox p:nth-last-child(1) {
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.about-brand__textbox p {
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 568px) {
	.about-brand__textbox p {
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
	}
}

.about-brand__media {
	flex: 0 1 48%;
}

@media only screen and (max-width: 1024px) {
	.about-brand__media {
		flex: 0 1 100%;
		width: 100%;
	}
	
	.about-brand__media img {
		width: 100%;
	}
}

.schedule {
	padding: 20px 0 60px 0;
}

.schedule__inner {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

@media only screen and (max-width: 568px) {
	.schedule__inner {
		flex-direction: column-reverse;
	}
}

.schedule__textbox {
	flex: 0 1 48%;
}

@media only screen and (max-width: 568px) {
	.schedule__textbox {
		width: 100%;
		flex: 0 1 100%;
	}
}

.schedule__title {
	color: var(--Brown-Secondary, #433e3a);
	font-family: "Colgent", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 27.8px;
	margin: 0 0 5px 0;
}

@media only screen and (max-width: 1024px) {
	.schedule__title {
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 27.5px;
	}
}

@media only screen and (max-width: 568px) {
	.schedule__title {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		text-transform: uppercase;
	}
}

.schedule__subtitle {
	color: var(--0000000, #000);
	font-family: "Colgent", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 40.3px;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 1024px) {
	.schedule__subtitle {
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 27.8px;
	}
}

@media only screen and (max-width: 568px) {
	.schedule__subtitle {
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 107.833%;
		margin: 0 0 15px 0;
	}
}

.schedule__text {
	color: var(--0000000, #000);
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 20px 0;
	width: 75%;
}

@media only screen and (max-width: 1024px) {
	.schedule__text {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		width: 100%;
	}
}

@media only screen and (max-width: 568px) {
	.schedule__text {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.schedule__btn {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 17px;
	}
}

@media only screen and (max-width: 568px) {
	.schedule__btn {
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: 10px;
		letter-spacing: 1.2px;
	}
}

.schedule__media {
	flex: 0 1 48%;
}

@media only screen and (max-width: 1024px) {
	.schedule__media {
		display: flex;
		justify-content: flex-end;
	}
}

@media only screen and (max-width: 568px) {
	.schedule__media {
		margin: 0 0 20px 0;
		width: 100%;
		flex: 0 1 100%;
	}
	
	.schedule__media img {
		width: 100%;
	}
}

.main-blogs {
	padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
	.main-blogs {
		padding: 20px 0;
	}
}

.main-blogs__inner {
	display: flex;
	flex-direction: column;
}

.main-blogs__header {
	margin: 0 0 30px 0;
}

.main-blogs__header-title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
	color: #000;
}

.main-blogs__content-header {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.main-blogs__content-header {
		flex-direction: column-reverse;
	}
}

.main-blogs__content-title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 56px;
	line-height: 69px;
	color: #000;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 1024px) {
	.main-blogs__content-title {
		font-size: 48px;
		line-height: 59px;
	}
}

@media only screen and (max-width: 568px) {
	.main-blogs__content-title {
		font-size: 32px;
		line-height: 40px;
		margin: 0;
	}
}

.main-blogs__content-date {
	padding: 0 0 10px 0;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 13px;
	letter-spacing: .6px;
	color: #000;
	border-bottom: 1px solid #e4e4e4;
}

@media only screen and (max-width: 1024px) {
	.main-blogs__content-date {
		margin: 0 0 40px 0;
	}
}

.blog-latest {
	display: flex;
	flex-direction: column;
}

.blog-latest__inner {
	position: relative;
}

.blog-latest__media {
	width: 50%;
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
}

.blog-latest__media img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 768px) {
	.blog-latest__media {
		position: static;
		width: 100%;
		left: initial;
		top: initial;
	}
	
	.blog-latest__media img {
		height: auto;
		width: 100%;
		-o-object-fit: unset;
		object-fit: unset;
	}
}

.blog-latest__textbox {
	width: 50%;
	position: relative;
	left: 0;
	padding: 90px 60px;
	background-color: #f1ebd9;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1440px) {
	.blog-latest__textbox {
		padding: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.blog-latest__textbox {
		left: unset;
		width: 100%;
	}
}

@media only screen and (max-width: 568px) {
	.blog-latest__textbox {
		padding: 20px 15px;
	}
}

.blog-latest__textbox-label {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #433e3a;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 568px) {
	.blog-latest__textbox-label {
		font-weight: 400;
		font-size: 10px;
		line-height: 13px;
		letter-spacing: .6px;
		margin: 0 0 5px 0;
	}
}

.blog-latest__textbox-title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 37px;
	letter-spacing: .5px;
	color: #000;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 568px) {
	.blog-latest__textbox-title {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 15px 0;
	}
}

.blog-latest__date {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #9c9c9c;
	margin: 0 0 20px 0;
}

.blog-latest__textbox-btn {
	padding: 16px 40px;
	background: #393c4b;
	border: 1px solid #393c4b;
	border-radius: 8px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	max-width: 200px;
	transition: color .3s, background .3s;
}

.blog-latest__textbox-btn:hover {
	background: transparent;
	color: #393c4b;
}

@media only screen and (max-width: 568px) {
	.blog-latest__textbox-btn {
		width: 100%;
		max-width: none;
	}
}

.blog-latest__header {
	padding: 20px 0 0 0;
}

.blog-latest__header-title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
	color: #000;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 1024px) {
	.blog-latest__header-title {
		margin: 0 0 10px 0;
		color: #fff;
	}
}

@media only screen and (max-width: 568px) {
	.blog-latest__header-title {
		font-weight: 400;
		font-size: 32px;
		line-height: 30px;
	}
}

.blog-post__content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
	.blog-post__content {
		flex-direction: column;
	}
}

.blog-post__title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 56px;
	line-height: 69px;
	color: #000;
	margin: 0 0 20px 0;
	width: 90%;
}

@media only screen and (max-width: 1024px) {
	.blog-post__title {
		font-style: normal;
		font-weight: 400;
		font-size: 48px;
		line-height: 59px;
	}
}

@media only screen and (max-width: 568px) {
	.blog-post__title {
		font-style: normal;
		font-weight: 400;
		font-size: 32px;
		line-height: 40px;
	}
}

.blog-post__date {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #9c9c9c;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e4e4e4;
}

.blog-post__body {
	padding: 40px;
	display: flex;
	flex-direction: column;
	flex: 0 1 75%;
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.blog-post__body {
		flex: 0 1 100%;
		padding: 0 20px;
	}
}

.blog-post__inner {
	padding: 20px 0 0 0;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
	.blog-post__inner {
		flex-direction: column-reverse;
	}
}

.blog-post__links {
	flex: 0 1 10%;
}

@media only screen and (max-width: 1024px) {
	.blog-post__links {
		margin: 40px 0;
	}
}

.blog-post__social {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.blog-post__social {
		flex-direction: row;
	}
}

.blog-post__social-item {
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 1024px) {
	.blog-post__social-item {
		margin: 0 10px 0 0;
	}
}

.blog-post__social-item:nth-last-child(1) {
	margin: 0;
}

.blog-post__social-link {
	transition: transform .3s;
}

.blog-post__social-link:hover {
	transform: scale(1.1);
}

.blog-post__main {
	flex: 0 1 90%;
	display: flex;
	flex-direction: column;
}

.blog-post__main .blog-divider {
	margin: 0 0 32px 0;
	padding: 0 0 32px 0;
	border-bottom: 1px solid #dfe0e2;
}

.blog-post__main .blog-divider p {
	margin: 0;
}

.blog-post__main .blog-note {
	padding: 24px 24px 24px 32px;
	background: #f1ebd9;
	border-left: 4px solid #393c4b;
	border-radius: 8px;
	margin: 0 0 32px 0;
}

.blog-post__main .blog-note p {
	margin: 0;
}

.blog-post__main .blog-quote p {
	margin: 0;
}

.blog-post__main h1 {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 56px;
	line-height: 69px;
	color: #000;
	margin: 0 0 16px 0;
}

@media only screen and (max-width: 568px) {
	.blog-post__main h1 {
		font-size: 40px;
		line-height: 49px;
	}
}

.blog-post__main h2 {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 49px;
	color: #000;
	margin: 64px 0 32px 0;
}

@media only screen and (max-width: 568px) {
	.blog-post__main h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

.blog-post__main h3 {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #000;
	margin: 40px 0 24px 0;
}

@media only screen and (max-width: 568px) {
	.blog-post__main h3 {
		font-size: 24px;
		line-height: 30px;
	}
}

.blog-post__main h4 {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	margin: 32px 0 24px 0;
}

@media only screen and (max-width: 568px) {
	.blog-post__main h4 {
		font-size: 20px;
		line-height: 25px;
	}
}

.blog-post__main h5 {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #000;
	margin: 32px 0 24px 0;
}

@media only screen and (max-width: 568px) {
	.blog-post__main h5 {
		font-size: 18px;
		line-height: 22px;
	}
}

.blog-post__main p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000;
	margin: 0 0 32px 0;
}

.blog-post__main p a {
	margin: 0;
}

.blog-post__main a {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #393c4b;
	margin: 0 0 32px 0;
}

.blog-post__main ul, .blog-post__main ol {
	margin: 0 0 32px 0;
}

.blog-post__main ul li, .blog-post__main ol li {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000;
	margin: 0 0 10px 20px;
}

.blog-post__main ul li:nth-last-child(1), .blog-post__main ol li:nth-last-child(1) {
	margin: 0 0 0 20px;
}

.blog-post__main ul li a, .blog-post__main ol li a {
	margin: 0;
}

.blog-post__main ul {
	list-style-type: disc;
}

.blog-post__main img {
	margin: 0 0 32px 0;
}

.blog-post__cards {
	display: flex;
	flex-direction: column;
	margin: 80px 0 50px 0;
}

.blog-post__card {
	width: 90%;
	margin: 0 0 50px 0;
	border-radius: 5px;
	background-color: #f1ebd9;
}

@media only screen and (max-width: 568px) {
	.blog-post__card {
		padding: 20px;
	}
}

.blog-post__card:nth-last-child(1) {
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.blog-post__card {
		width: 100%;
	}
}

.blog-post__card-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
}

@media only screen and (max-width: 568px) {
	.blog-post__card-inner {
		flex-direction: column-reverse;
	}
}

.blog-post__card-textbox {
	padding: 0 0 0 40px;
}

@media only screen and (max-width: 568px) {
	.blog-post__card-textbox {
		margin: 20px 0 0 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.blog-post__card-textbox a {
	margin: 0;
	color: #fff;
	text-decoration: none;
}

.blog-post__card-title {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #000;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 1024px) {
	.blog-post__card-title {
		font-weight: 700;
		font-size: 18px;
		line-height: 22px;
	}
}

.blog-post__card-subtitle {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 1024px) {
	.blog-post__card-subtitle {
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
	}
}

.blog-post__card-btn {
	font-weight: 400;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	letter-spacing: 1.2px;
	color: #fff;
	background-color: #393c4b;
}

.blog-post__card-media {
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog-post__card-media img {
	margin: 0;
}

.blog-post__tags {
	margin: 40px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}

.blog-post__tags-item {
	margin: 0 10px 10px 0;
}

.blog-post__tags-item:nth-last-child(1) {
	margin: 0;
}

.blog-post__tags-link {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	border-radius: 4px;
	line-height: 24px;
	border: 1px solid #433e3a;
	color: #433e3a;
	padding: 8px 16px;
	transition: color .3s, background-color .3s;
}

.blog-post__tags-link:hover {
	background-color: #433e3a;
	color: #f1ebd9;
}

.blog-post__aside {
	flex: 0 1 25%;
	padding: 40px;
	background-color: #f1ebd9;
}

@media only screen and (max-width: 1024px) {
	.blog-post__aside {
		padding: 20px;
		flex: 0 1 100%;
	}
}

.blog-post__aside-sell {
	margin: 0 0 40px 0;
}

@media only screen and (max-width: 1024px) {
	.blog-post__aside-sell {
		display: none;
	}
}

.blog-post__aside-title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	margin: 0 0 25px 0;
}

.blog-post__aside-articles {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.blog-post__aside-articles {
		flex-direction: row;
	}
}

@media only screen and (max-width: 568px) {
	.blog-post__aside-articles {
		flex-direction: column;
	}
}

.blog-post__aside-articles .blog-card {
	margin: 0 0 25px 0;
}

@media only screen and (max-width: 1024px) {
	.blog-post__aside-articles .blog-card {
		margin: 0 25px 0 0;
	}
}

@media only screen and (max-width: 568px) {
	.blog-post__aside-articles .blog-card {
		margin: 0 0 25px 0;
	}
}

.blog-post__aside-articles .blog-card:nth-last-child(1) {
	margin: 0;
}

.blog-post__main .wpb-content-wrapper {
	max-width: 1000px;
}

.blog-post__main .wpb-content-wrapper .wpb_single_image.wpb_content_element.vc_align_left {
	text-align: center;
}

.blog-post__main .wpb-content-wrapper p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000;
	margin: 0 0 30px 0;
}

.blog-post__main .wpb-content-wrapper p a {
	text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
	.blog-post__main .wpb-content-wrapper p {
		font-family: "Montserrat";
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 150%;
		margin: 0 0 20px 0;
	}
	
	.blog-post__aside-articles .blog-card {
		max-width: 33.3%;
	}
	
	.breadcrumbs .container {
		padding: 0;
	}
}

.blog-post__main .wpb-content-wrapper h2, .blog-post__main .wpb-content-wrapper h1 {
	font-family: "Philosopher";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 49px;
	color: #000;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 1024px) {
	.blog-post__main .wpb-content-wrapper h2, .blog-post__main .wpb-content-wrapper h1 {
		font-style: normal;
		font-weight: 400;
		font-size: 32px;
		line-height: 40px;
	}
}

@media only screen and (max-width: 568px) {
	.blog-post__main .wpb-content-wrapper h2, .blog-post__main .wpb-content-wrapper h1 {
		font-weight: 400;
		font-size: 24px;
		line-height: 30px;
		color: #000;
	}
	
	.blog-post__aside-articles .blog-card {
		max-width: 100%;
	}
	
	.blog-card__img-box img {
		width: 100%;
	}
}

.blog-post__main .wpb-content-wrapper img {
	display: flex;
}

@media only screen and (max-width: 1024px) {
	.blog-post__main .wpb-content-wrapper img {
		justify-content: center;
	}
}

.blog-post__main .wpb-content-wrapper h3, .blog-post__main .wpb-content-wrapper h4 {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #000;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 1024px) {
	.blog-post__main .wpb-content-wrapper h3, .blog-post__main .wpb-content-wrapper h4 {
		font-weight: 700;
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 10px 0;
	}
}

@media only screen and (max-width: 568px) {
	.blog-post__main .wpb-content-wrapper h3, .blog-post__main .wpb-content-wrapper h4 {
		font-weight: 700;
		font-size: 18px;
		line-height: 22px;
	}
}

.blog-post__main .wpb-content-wrapper .vc_col-sm-2, .blog-post__main .wpb-content-wrapper .vc_col-sm-6, .blog-post__main .wpb-content-wrapper .vc_col-sm-8, .blog-post__main .wpb-content-wrapper .vc_col-sm-12 {
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.serial-main .services-contacts {
		display: none;
	}
}

.serial-main .services-contacts .services-contacts__item {
	border-right: 2px solid #9c9c9c;
}

.serial-main .services-contacts .services-contacts__item-title {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #9c9c9c;
}

.serial-main__inner {
	position: relative;
}

.serial-main__inner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(57, 60, 75, .9) 0%, rgba(57, 60, 75, .5) 95%);
	z-index: 1;
}

@media only screen and (max-width: 1024px) {
	.serial-main__inner::after {
		display: none;
	}
}

.serial-main__banner img {
	width: 100%;
	height: 390px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	.serial-main__banner img {
		height: auto;
	}
}

.serial-main__content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 45%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

@media only screen and (max-width: 1024px) {
	.serial-main__content {
		display: none;
	}
}

.serial-main__title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 56px;
	line-height: 69px;
	text-align: center;
	color: #fff;
}

.serial-header {
	padding: 60px 0 0 0;
}

.serial-header__title {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.serial-header__title {
		display: block;
		margin: 0 0 25px 0;
		font-family: "Colgent", sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 48px;
		line-height: 59px;
		color: #000;
		width: 70%;
	}
}

@media only screen and (max-width: 568px) {
	.serial-header__title {
		margin: 0 0 15px 0;
		font-style: normal;
		font-weight: 400;
		font-size: 32px;
		line-height: 40px;
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.serial-header__title {
		font-size: 24px;
	}
}

.serial-intro {
	padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
	.serial-intro {
		padding: 40px 0;
	}
}

@media only screen and (max-width: 568px) {
	.serial-intro {
		padding: 20px 0;
	}
}

.serial-intro__inner {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
	.serial-intro__inner {
		flex-direction: column;
	}
}

.serial-intro__inner .services-contacts {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.serial-intro__inner .services-contacts {
		background-color: #393c4b;
		display: block;
		position: relative;
		transform: unset;
		left: unset;
		width: 100%;
	}
}

@media (max-width: 900px) {
	.serial-intro__inner .services-contacts .services-contacts__inner {
		flex-direction: column;
	}
}

.serial-intro__inner .services-contacts .services-contacts__item-body svg path {
	stroke: #9c9c9c;
}

@media only screen and (max-width: 1024px) {
	.serial-intro__inner .services-contacts .services-contacts__item-body svg {
		flex-shrink: 0;
	}
}

.serial-intro__inner .services-contacts .services-contacts__item {
	border-right: 2px solid #9c9c9c;
	padding: 15px 0;
	margin: 0 0 15px 0;
}

.serial-intro__inner .services-contacts .services-contacts__item:nth-last-child(1) {
	border: none;
	margin: 0;
}

@media (max-width: 900px) {
	.serial-intro__inner .services-contacts .services-contacts__item {
		width: 100%;
		border-right: none;
		border-bottom: 2px solid #9c9c9c;
	}
}

@media only screen and (max-width: 1024px) {
	.serial-intro__inner .services-contacts .services-contacts__item-title {
		font-style: normal;
		font-weight: 700;
		font-size: 12px;
		line-height: 16px;
		color: #9c9c9c;
	}
}

@media only screen and (max-width: 1024px) {
	.serial-intro__inner .services-contacts .services-contacts__item-link {
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 24px;
		color: #fff;
	}
}

@media only screen and (max-width: 568px) {
	.serial-intro__inner .services-contacts .services-contacts__item-link {
		font-size: 12px;
	}
}

.serial-intro__media {
	flex: 0 1 39%;
	padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
	.serial-intro__media {
		flex: 0 1 100%;
		width: 100%;
		padding: 0;
		display: flex;
		justify-content: center;
		margin: 0 0 30px 0;
	}
}

@media only screen and (max-width: 1024px) {
	.serial-intro__media img {
		width: 350px;
		height: 250px;
	}
}

.serial-intro__textbox {
	flex: 0 1 59%;
	padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
	.serial-intro__textbox {
		flex: 0 1 100%;
		width: 100%;
		padding: 0;
	}
}

.serial-intro__textbox h3 {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #000;
	margin: 0 0 25px 0;
}

@media only screen and (max-width: 1024px) {
	.serial-intro__textbox h3 {
		font-weight: 400;
		font-size: 24px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 568px) {
	.serial-intro__textbox h3 {
		font-weight: 400;
		font-size: 24px;
		line-height: 30px;
	}
}

.serial-intro__textbox p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin: 0 0 25px 0;
}

@media only screen and (max-width: 1024px) {
	.serial-intro__textbox p {
		font-family: "Montserrat";
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		color: #000;
	}
}

@media only screen and (max-width: 568px) {
	.serial-intro__textbox p {
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
	}
}

.rolex-year {
	padding: 80px 0;
	background-color: #f1ebd9;
}

.rolex-year.rolex-type {
	padding: 80px 0 250px 0;
}

@media only screen and (max-width: 1024px) {
	.rolex-year.rolex-type {
		padding: 80px 0;
	}
}

@media only screen and (max-width: 568px) {
	.rolex-year.rolex-type .rolex-year__tabs-btns {
		justify-content: flex-start;
		overflow-x: auto;
	}
}

.rolex-year.audemars .rolex-year__tabs-btns {
	justify-content: center;
}

.rolex-year.audemars table tr:nth-child(1) th:nth-child(2) {
	border-radius: 0;
}

.rolex-year.audemars table tr:nth-child(1) th:nth-child(3) {
	border-radius: 0 5px 0 0;
}

.rolex-year.audemars table th:nth-child(3) {
	flex: 0 1 25%;
}

.rolex-year.audemars table td:nth-child(3) {
	flex: 0 1 25%;
	text-align: right;
}

.rolex-year.audemars .audemars-table-more {
	display: none;
}

.rolex-year.audemars .audemars-table-more.active {
	display: flex;
	flex-direction: column;
}

.rolex-year.audemars .audemars-more-btn {
	font-family: "Montserrat";
	width: 75px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #393c4b;
	position: relative;
}

.rolex-year.audemars .audemars-more-btn::before {
	content: "";
	width: 12px;
	height: 2px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 11px;
}

.rolex-year.audemars .audemars-more-btn::after {
	content: "";
	width: 12px;
	height: 2px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 11px;
	transform: rotate(-90deg);
	transition: transform .3s ease 0s;
}

.rolex-year.audemars .audemars-more-btn.active::after {
	transform: rotate(0deg);
}

.rolex-year__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.rolex-year__title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 59px;
	text-align: center;
	color: #000;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 1024px) {
	.rolex-year__title {
		font-weight: 400;
		font-size: 40px;
		line-height: 49px;
		text-align: center;
	}
}

.rolex-year__tabs {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media only screen and (max-width: 768px) {
	.rolex-year__tabs {
		width: 100%;
		display: block;
	}
}

.rolex-year__tabs-btns {
	display: flex;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 768px) {
	.rolex-year__tabs-btns {
		justify-content: center;
	}
}

.rolex-year__tabs-btn {
	background: transparent;
	border: 1px solid #393c4b;
	color: #393c4b;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 24px;
	text-transform: uppercase;
	padding: 15px 30px;
}

.rolex-year__tabs-btn:nth-child(1) {
	border-radius: 8px 0 0 8px;
}

.rolex-year__tabs-btn:nth-last-child(1) {
	border-radius: 0 8px 8px 0;
}

.rolex-year__tabs-btn.active {
	color: #fff;
	background-color: #393c4b;
}

@media only screen and (max-width: 768px) {
	.rolex-year__tabs-btn {
		font-size: 12px;
		padding: 10px 20px;
	}
}

@media only screen and (max-width: 568px) {
	.rolex-year__tabs-btn {
		white-space: nowrap;
	}
}

.rolex-year__tabs-content {
	display: none;
}

.rolex-year__tabs-content.active {
	display: block;
}

.rolex-year__tabs-content table {
	display: block;
	background: #fff;
	border-collapse: collapse;
	text-align: left;
	width: 700px;
	height: 500px;
	border-radius: 10px 10px 10px 10px;
	overflow-y: scroll;
}

@media only screen and (max-width: 768px) {
	.rolex-year__tabs-content table {
		width: 90%;
		margin: 0 auto;
	}
}

.rolex-year__tabs-content table::-webkit-scrollbar {
	width: 8px;
}

.rolex-year__tabs-content table::-webkit-scrollbar-track {
	background: #d4d4d7;
}

.rolex-year__tabs-content table::-webkit-scrollbar-thumb {
	background-color: #8d8d8f;
	border-radius: 20px;
}

.rolex-year__tabs-content table tbody {
	display: block;
	position: relative;
}

.rolex-year__tabs-content table tr {
	display: flex;
	position: relative;
}

.rolex-year__tabs-content table tr::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 96%;
	height: 2px;
	background-color: #9c9c9c;
}

.rolex-year__tabs-content table tr:nth-child(1) {
	position: sticky;
	z-index: 3;
	left: 0;
	top: 0;
}

.rolex-year__tabs-content table tr:nth-child(1)::after {
	display: none;
}

.rolex-year__tabs-content table tr:nth-child(1) th:nth-child(1) {
	border-radius: 5px 0 0 0;
}

.rolex-year__tabs-content table tr:nth-child(1) th:nth-child(2) {
	border-radius: 0 5px 0 0;
}

.rolex-year__tabs-content table tr:nth-last-child(1)::after {
	display: none;
}

.rolex-year__tabs-content table th {
	flex: 0 1 50%;
	background: #000;
	color: white;
	text-transform: uppercase;
	padding: 10px 15px;
}

.rolex-year__tabs-content table td {
	flex: 0 1 50%;
	padding: 10px 15px;
}

.serial-about {
	padding: 60px 0;
}

.serial-about__inner {
	display: flex;
	flex-direction: column;
}

.serial-about__block {
	margin: 0 0 60px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.serial-about__block:nth-last-child(1) {
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.serial-about__block:nth-child(even) .serial-about__media {
		order: -1;
	}
}

@media only screen and (max-width: 1024px) {
	.serial-about__block {
		flex-direction: column;
	}
}

@media only screen and (max-width: 568px) {
	.serial-about__block {
		margin: 0 0 30px 0;
	}
}

.serial-about__media {
	flex: 0 1 48%;
}

@media only screen and (max-width: 1024px) {
	.serial-about__media {
		flex: 0 1 100%;
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.serial-about__media img {
		width: 100%;
	}
}

.serial-about__textbox {
	flex: 0 1 48%;
}

.serial-about__textbox h3 {
	color: #000;
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 59px;
	margin: 0 0 25px 0;
}

@media only screen and (max-width: 1024px) {
	.serial-about__textbox h3 {
		font-size: 32px;
		line-height: 32px;
	}
}

@media only screen and (max-width: 568px) {
	.serial-about__textbox h3 {
		font-size: 28px;
		line-height: 25.8px;
	}
}

.serial-about__textbox h4 {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #000;
	margin: 0 0 25px 0;
}

@media only screen and (max-width: 1024px) {
	.serial-about__textbox h4 {
		font-size: 18px;
		line-height: 22px;
		ex-grow: 0;
	}
}

@media only screen and (max-width: 568px) {
	.serial-about__textbox h4 {
		font-size: 18px;
		line-height: 22px;
	}
}

.serial-about__textbox p {
	color: #000;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 5px 0;
}

.serial-about__textbox p:nth-last-child(1) {
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.serial-about__textbox p {
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 568px) {
	.serial-about__textbox p {
		line-height: 25px;
	}
}

.sell__inner {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
	.sell__inner {
		flex-direction: column;
		justify-content: flex-start;
	}
}

.sell__inner-left {
	flex: 0 1 50%;
	position: relative;
}

@media only screen and (max-width: 1024px) {
	.sell__inner-left {
		display: none;
	}
}

.sell__inner-right {
	flex: 0 1 50%;
	background-color: #f1ebd9;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
	.sell__inner-right {
		background-color: #fff;
	}
}

.sell__inner-right .sell__steps {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.sell__inner-right .sell__steps {
		display: block;
	}
}

.sell__inner-right .sell__main {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.sell__inner-right .sell__main {
		display: block;
	}
}

.sell__main .breadcrumbs {
	padding: 25px 60px;
}

@media only screen and (max-width: 1024px) {
	.sell__main .breadcrumbs {
		padding: 25px 20px;
	}
}

.sell__main-inner {
	position: relative;
}

.sell__main-inner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(57, 60, 75, .9) 0%, rgba(57, 60, 75, .5) 95%);
	z-index: 1;
}

.sell__main-content {
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 2;
	width: 65%;
}

@media only screen and (max-width: 1024px) {
	.sell__main-content {
		left: 50%;
		width: 80%;
		transform: translate(-50%, -50%);
	}
}

.sell__main-title {
	font-family: "Phoilosopher";
	font-style: normal;
	font-weight: 400;
	font-size: 56px;
	line-height: 69px;
	color: #fff;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 1600px) {
	.sell__main-title {
		font-size: 45px;
		line-height: 40px;
	}
}

@media only screen and (max-width: 1024px) {
	.sell__main-title {
		text-align: center;
	}
}

@media only screen and (max-width: 568px) {
	.sell__main-title {
		font-weight: 400;
		font-size: 32px;
		line-height: 40px;
	}
}

.sell__main-subtitle {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 150%;
	color: #fff;
}

@media only screen and (max-width: 1600px) {
	.sell__main-subtitle {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1024px) {
	.sell__main-subtitle {
		text-align: center;
	}
}

@media only screen and (max-width: 568px) {
	.sell__main-subtitle {
		font-weight: 400;
		font-size: 14px;
		line-height: 150%;
	}
}

.sell__form {
	height: auto;
	padding: 40px 80px;
}

@media only screen and (max-width: 1024px) {
	.sell__form {
		background-color: #f1ebd9;
		padding: 40px 20px;
	}
}

.sell__form-inner {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.sell__form-inner form .contact-form-custom-left-column {
		width: 100% !important;
	}
}

.sell__form-inner form .contact-form-subtitle {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #000;
}

@media only screen and (max-width: 1024px) {
	.sell__form-inner form .contact-form-subtitle {
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 568px) {
	.sell__form-inner form .contact-form-subtitle {
		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
	}
}

.sell__form-inner form br {
	display: none !important;
}

.sell__form-inner form .contact-form-custom-row {
	display: flex;
	justify-content: space-between;
	margin: 0 0 25px 0;
}

@media only screen and (max-width: 568px) {
	.sell__form-inner form .contact-form-custom-row {
		flex-direction: column;
		align-items: flex-start;
	}
}

.sell__form-inner form .contact-form-custom-row span {
	display: inline-block;
	width: 100%;
}

.sell__form-inner form .contact-form-custom-row-one {
	flex: 0 1 49%;
}

@media only screen and (max-width: 568px) {
	.sell__form-inner form .contact-form-custom-row-one {
		flex: 0 1 100%;
		width: 100%;
		margin: 0 0 25px 0;
	}
}

.sell__form-inner form .contact-form-custom-row-two {
	flex: 0 1 49%;
}

@media only screen and (max-width: 568px) {
	.sell__form-inner form .contact-form-custom-row-two {
		flex: 0 1 100%;
		width: 100%;
	}
}

.sell__form-inner form input, .sell__form-inner form select, .sell__form-inner form textarea {
	padding: 16px;
	background: #fff;
	border: 1px solid rgba(57, 60, 75, .16);
	border-radius: 8px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	opacity: .64;
	width: 100%;
}

.sell__form-inner form input[readonly] {
	outline: none !important;
}

.sell__form-inner form .form-control-custom-button p label span input {
	cursor: pointer;
}

.sell__form-inner form .form-control-custom-button input[type=button] {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #393c4b;
	border: none;
	background: transparent;
	width: 125px;
	padding-left: 24px;
}

.sell__form-inner form .contact-form-custom-right-column {
	padding: 25px 0 0 0;
	border-top: 1px solid #d4cfc2;
}

.sell__form-inner form .contact-form-custom-right-column .form-control-custom-right-align input[type=submit] {
	padding: 16px 40px;
	background: #393c4b !important;
	border-radius: 8px;
	border: 1px solid #393c4b;
	background: transparent;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	width: 330px !important;
	margin: 0 0 15px 0 !important;
	opacity: 1 !important;
	transition: color .3s, background-color .3s;
}

.sell__form-inner form .contact-form-custom-right-column .form-control-custom-right-align input[type=submit]:hover {
	background: transparent;
}

@media only screen and (max-width: 1024px) {
	.sell__form-inner form .contact-form-custom-right-column .form-control-custom-right-align input[type=submit] {
		width: 100% !important;
	}
}

@media only screen and (max-width: 568px) {
	.sell__form-inner form .contact-form-custom-right-column .form-control-custom-right-align input[type=submit] {
		font-weight: 500;
		font-size: 14px;
		line-height: 24px;
		text-transform: uppercase;
	}
}

@media only screen and (max-width: 1024px) {
	.sell__form-inner form .contact-form-custom-right-column .form-control-custom-right-align .wpcf7-spinner {
		margin: 15px 24px !important;
	}
}

.sell__form-title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 59px;
	margin: 0 0 25px 0;
	color: #000;
}

@media only screen and (max-width: 1024px) {
	.sell__form-title {
		font-weight: 400;
		font-size: 40px;
		line-height: 49px;
	}
}

@media only screen and (max-width: 1024px) {
	.sell__form-title {
		font-weight: 400;
		font-size: 32px;
		line-height: 40px;
	}
}

.sell__steps {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sell__steps-inner {
	padding: 20px 80px 20px 60px;
}

@media only screen and (max-width: 1024px) {
	.sell__steps-inner {
		padding: 40px 20px;
	}
}

.sell__steps-title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 59px;
	color: #000;
	margin: 0 0 40px 0;
}

@media only screen and (max-width: 1024px) {
	.sell__steps-title {
		font-style: normal;
		font-weight: 400;
		font-size: 40px;
		line-height: 49px;
	}
}

@media only screen and (max-width: 568px) {
	.sell__steps-title {
		font-style: normal;
		font-weight: 400;
		font-size: 32px;
		line-height: 40px;
	}
}

.steps-card {
	margin: 0 0 30px 0;
}

.steps-card:nth-last-child(1) .steps-card__text {
	border-left: none;
}

.steps-card__header {
	display: flex;
	align-items: center;
	margin: 0 0 20px 0;
}

.steps-card__number {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #fbdfbb;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #393c4b;
}

.steps-card__title {
	padding: 0 0 0 30px;
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 48px;
	color: #000;
}

@media only screen and (max-width: 1024px) {
	.steps-card__title {
		font-weight: 400;
		font-size: 32px;
		line-height: 48px;
	}
}

@media only screen and (max-width: 568px) {
	.steps-card__title {
		font-weight: 400;
		font-size: 20px;
		line-height: 48px;
	}
}

.steps-card__text {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000;
	border-left: 1px solid #fbdfbb;
	padding: 0 0 10px 55px;
	position: relative;
	left: 22px;
	width: 90%;
}

@media only screen and (max-width: 1024px) {
	.steps-card__text {
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
	}
}

@media only screen and (max-width: 568px) {
	.steps-card__text {
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		border: none;
		padding: 0;
		width: 100%;
		left: unset;
	}
}

.sell-benefits__inner {
	display: flex;
	align-items: center;
	height: 1200px;
	position: relative;
	background-color: #fbfbfb;
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	.sell-benefits__inner {
		overflow: initial;
		height: auto;
		flex-direction: column;
	}
}

.sell-benefits__media {
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.sell-benefits__media img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	.sell-benefits__media {
		position: static;
		width: 100%;
		left: initial;
		top: initial;
	}
	
	.sell-benefits__media img {
		height: auto;
		width: 100%;
		-o-object-fit: unset;
		object-fit: unset;
	}
}

.sell-benefits__textbox {
	width: 50%;
	position: relative;
	left: 50%;
	padding: 40px 60px;
	background-color: #fbfbfb;
}

@media only screen and (max-width: 1440px) {
	.sell-benefits__textbox {
		padding: 40px;
	}
}

@media only screen and (max-width: 1024px) {
	.sell-benefits__textbox {
		left: unset;
		width: 100%;
		background-color: #fff;
		padding: 40px 20px;
	}
}

.sell-benefits__textbox h3 {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 59px;
	color: #000;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 1280px) {
	.sell-benefits__textbox h3 {
		font-size: 34px;
	}
}

@media only screen and (max-width: 1024px) {
	.sell-benefits__textbox h3 {
		font-weight: 400;
		font-size: 40px;
		line-height: 49px;
	}
}

@media only screen and (max-width: 568px) {
	.sell-benefits__textbox h3 {
		font-weight: 400;
		font-size: 32px;
		line-height: 40px;
	}
}

.sell-benefits__textbox h4 {
	font-family: "Montserrat";
	font-style: normal;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #000;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 568px) {
	.sell-benefits__textbox h4 {
		font-weight: 700;
		font-size: 20px;
		line-height: 24px;
	}
}

.sell-benefits__textbox p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000;
}

@media only screen and (max-width: 1024px) {
	.sell-benefits__textbox p {
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
	}
}

.sell-benefits__block {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #dfe0e2;
}

.sell-benefits__block:nth-last-child(1) {
	margin: 0;
}

.top {
	padding: 60px 0;
	background-color: #393c4b;
}

.top__inner {
	display: flex;
	flex-direction: column;
}

.top__brands {
	margin: 0 auto 40px auto;
	width: 80%;
}

@media only screen and (max-width: 1024px) {
	.top__brands {
		width: 100%;
	}
}

.top__brands-title {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 59px;
	text-align: center;
	color: #fff;
	margin: 0 -110px 40px 0;
}

@media only screen and (max-width: 1280px) {
	.top__brands-title {
		margin: 0 0 40px 0;
	}
}

@media only screen and (max-width: 1024px) {
	.top__brands-title {
		text-align: left;
		font-weight: 400;
		font-size: 40px;
		line-height: 49px;
		color: #fff;
	}
}

@media only screen and (max-width: 568px) {
	.top__brands-title {
		font-weight: 400;
		font-size: 32px;
		line-height: 40px;
	}
}

.top__brands-list {
	-moz-column-count: 4;
	column-count: 4;
	position: relative;
}

.top__brands-list::after {
	content: "";
	position: absolute;
	right: -2px;
	top: 0;
	width: 5px;
	height: 100%;
	z-index: 10;
	background-color: #393c4b;
}

@media only screen and (max-width: 1024px) {
	.top__brands-list {
		-moz-column-count: 2;
		column-count: 2;
	}
}

.top__brands-item {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #fff;
	padding: 5px 10px;
	text-align: left;
	border-right: 1px solid #595b68;
}

@media only screen and (max-width: 1024px) {
	.top__brands-item {
		text-align: left;
		padding: 10px 20px;
	}
}

@media only screen and (max-width: 568px) {
	.top__brands-item {
		font-size: 14px;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 375px) {
	.top__brands-item {
		font-size: 12px;
	}
}

.search-results {
	padding: 20px 0 88px 0;
}

@media only screen and (max-width: 1024px) {
	.search-results {
		padding: 20px 0 64px 0;
	}
}

@media only screen and (max-width: 568px) {
	.search-results {
		padding: 20px 0 56px 0;
	}
}

.search-results__inner {
	display: flex;
	flex-direction: column;
}

.search-results__inner .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0 0 0;
}

.search-results__title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 56px;
	line-height: 69px;
	color: #000;
	margin: 0 0 40px 0;
}

@media only screen and (max-width: 1024px) {
	.search-results__title {
		font-style: normal;
		font-weight: 400;
		font-size: 48px;
		line-height: 59px;
		color: #000;
		margin: 0 0 30px 0;
	}
}

@media only screen and (max-width: 568px) {
	.search-results__title {
		font-style: normal;
		font-weight: 400;
		font-size: 32px;
		line-height: 40px;
		margin: 0 0 20px 0;
	}
}

.search-results__body {
	display: flex;
	flex-direction: column;
}

.search-results__body h3 {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 59px;
	color: #000;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 1024px) {
	.search-results__body h3 {
		font-style: normal;
		font-weight: 400;
		font-size: 40px;
		line-height: 49px;
	}
}

@media only screen and (max-width: 568px) {
	.search-results__body h3 {
		font-style: normal;
		font-weight: 400;
		font-size: 32px;
		line-height: 40px;
		margin: 0 0 20px 0;
	}
}

.search-results__cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

@media only screen and (max-width: 1024px) {
	.search-results__cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

.pr-rlx-text-component__inner {
	padding: 90px 8% 0 8%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

@media only screen and (max-width: 1024px) {
	.pr-rlx-text-component__inner {
		padding: 60px 7% 0 7%;
	}
}

@media only screen and (max-width: 568px) {
	.pr-rlx-text-component__inner {
		padding: 25px 7% 0 7%;
	}
}

.pr-rlx-text-component__inner h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #472c21;
	line-height: 1.2;
	text-align: center;
}

@media only screen and (max-width: 568px) {
	.pr-rlx-text-component__inner h3 {
		font-size: 22px;
	}
}

.pr-rlx-text-component__inner p {
	font-size: 20px;
	line-height: 1.6;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}

@media only screen and (max-width: 568px) {
	.pr-rlx-text-component__inner p {
		font-size: 16px;
	}
}

.watch-repair__inner {
	display: flex;
	align-items: center;
	position: relative;
	background-color: #fbfbfb;
	overflow: hidden;
}

.watch-repair__inner:nth-child(odd) .watch-repair__media {
	left: 0;
}

.watch-repair__inner:nth-child(odd) .watch-repair__textbox {
	left: 50%;
}

.watch-repair__inner:nth-child(even) .watch-repair__media {
	left: 50%;
}

.watch-repair__inner:nth-child(even) .watch-repair__textbox {
	left: 0;
}

@media only screen and (max-width: 1024px) {
	.watch-repair__inner {
		overflow: initial;
		flex-direction: column;
	}
	
	.watch-repair__inner:nth-child(odd) .watch-repair__textbox, .watch-repair__inner:nth-child(even) .watch-repair__textbox {
		left: initial;
	}
}

.watch-repair__media {
	width: 50%;
	position: absolute;
	top: 0;
	height: 100%;
}

.watch-repair__media img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	.watch-repair__media {
		position: static;
		width: 100%;
		left: initial;
		top: initial;
	}
	
	.watch-repair__media img {
		height: auto;
		width: 100%;
		-o-object-fit: unset;
		object-fit: unset;
	}
}

.watch-repair__textbox {
	width: 50%;
	max-width: 960px;
	position: relative;
	padding: 88px 80px;
	background-color: #fbfbfb;
}

@media only screen and (max-width: 1024px) {
	.watch-repair__textbox {
		left: unset;
		width: 100%;
		background-color: #fff;
		padding: 64px 32px;
	}
}

@media only screen and (max-width: 568px) {
	.watch-repair__textbox {
		left: unset;
		width: 100%;
		background-color: #fff;
		padding: 56px 32px;
	}
}

.watch-repair__textbox h3 {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 48px;
	line-height: 59px;
	color: #000;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 1280px) {
	.watch-repair__textbox h3 {
		font-size: 34px;
	}
}

@media only screen and (max-width: 1024px) {
	.watch-repair__textbox h3 {
		font-weight: 400;
		font-size: 40px;
		line-height: 49px;
	}
}

@media only screen and (max-width: 568px) {
	.watch-repair__textbox h3 {
		font-weight: 400;
		font-size: 32px;
		line-height: 40px;
	}
}

.watch-repair__textbox h4 {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #000;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 568px) {
	.watch-repair__textbox h4 {
		font-weight: 700;
		font-size: 20px;
		line-height: 24px;
	}
}

.watch-repair__textbox p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
}

.watch-repair__textbox p:not(:last-child) {
	margin-bottom: 24px;
}

.watch-repair__textbox ul, .watch-repair__textbox ol {
	font-size: 18px;
	line-height: 150%;
	margin-left: 28px;
}

.watch-repair__textbox ul li:not(:last-of-type), .watch-repair__textbox ol li:not(:last-of-type) {
	margin-bottom: 16px;
}

.watch-repair__textbox ul:not(:last-child), .watch-repair__textbox ol:not(:last-child) {
	margin-bottom: 24px;
}

.watch-repair__textbox ul {
	list-style: initial;
}

.watch-repair__block {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #dfe0e2;
}

.watch-repair__block:nth-last-child(1) {
	margin: 0;
}

.audemars-numbers {
	padding: 88px 0;
}

.audemars-numbers__inner {
	display: flex;
	flex-direction: column;
}

.audemars-numbers__block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
	.audemars-numbers__block {
		flex-direction: column;
	}
}

.audemars-numbers__block h3 {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 59px;
	color: #000;
	margin: 0 0 25px 0;
}

@media only screen and (max-width: 1024px) {
	.audemars-numbers__block h3 {
		font-style: normal;
		font-weight: 400;
		font-size: 40px;
		line-height: 49px;
	}
}

@media only screen and (max-width: 568px) {
	.audemars-numbers__block h3 {
		font-style: normal;
		font-weight: 400;
		font-size: 32px;
		line-height: 40px;
	}
}

.audemars-numbers__block p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin: 0 0 25px 0;
}

@media only screen and (max-width: 1024px) {
	.audemars-numbers__block p {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		color: #000;
	}
}

.audemars-numbers__block ul {
	filter: drop-shadow(0px 8px 40px rgba(57, 60, 75, .04));
	border-radius: 16px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	max-width: 560px;
	padding: 0 0 0 20px;
	margin: 0 0 25px 0;
}

@media only screen and (max-width: 1024px) {
	.audemars-numbers__block ul {
		max-width: 100%;
	}
}

.audemars-numbers__block ul li {
	padding: 12px 0;
	border-bottom: 1px solid #dfe0e2;
}

.audemars-numbers__block ul li:nth-last-child(1) {
	border: none;
}

.audemars-numbers__col {
	flex: 0 1 48%;
}

@media only screen and (max-width: 1024px) {
	.audemars-numbers__col {
		flex: 0 1 100%;
		width: 100%;
	}
}

.audemars-buying__inner {
	display: flex;
	align-items: center;
	height: 600px;
	position: relative;
	background-color: #f1ebd9;
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	.audemars-buying__inner {
		overflow: initial;
		height: auto;
		flex-direction: column;
	}
}

.audemars-buying__media {
	width: 50%;
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
}

.audemars-buying__media img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	.audemars-buying__media {
		order: 2;
		position: static;
		width: 100%;
		left: initial;
		top: initial;
	}
	
	.audemars-buying__media img {
		height: auto;
		width: 100%;
		-o-object-fit: unset;
		object-fit: unset;
	}
}

.audemars-buying__textbox {
	width: 50%;
	position: relative;
	padding: 40px 250px 40px 60px;
}

@media only screen and (max-width: 1440px) {
	.audemars-buying__textbox {
		padding: 40px;
	}
}

@media only screen and (max-width: 1024px) {
	.audemars-buying__textbox {
		left: unset;
		width: 100%;
		padding: 40px 20px;
	}
}

.audemars-buying__textbox h4 {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #9c9c9c;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 1024px) {
	.audemars-buying__textbox h4 {
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 16px;
	}
}

.audemars-buying__textbox h3 {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #000;
	margin: 0 0 25px 0;
}

@media only screen and (max-width: 1024px) {
	.audemars-buying__textbox h3 {
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		line-height: 30px;
	}
}

.audemars-buying__textbox p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

@media only screen and (max-width: 1024px) {
	.audemars-buying__textbox p {
		font-weight: 400;
		font-size: 14px;
		line-height: 150%;
		color: #000;
	}
}

.sell-steps {
	padding: 64px 196px 88px 196px;
	position: relative;
}

@media only screen and (max-width: 1440px) {
	.sell-steps {
		padding: 64px 100px 88px 100px;
	}
}

@media only screen and (max-width: 1280px) {
	.sell-steps {
		padding: 64px 50px 88px 50px;
	}
}

@media only screen and (max-width: 1024px) {
	.sell-steps {
		padding: 32px 0;
	}
}

.sell-steps__inner {
	display: flex;
	flex-direction: column;
}

.sell-steps__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 64px 0;
}

.sell-steps__header h3 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 59px;
	color: #393c4b;
}

@media only screen and (max-width: 1024px) {
	.sell-steps__header h3 {
		font-weight: 400;
		font-size: 40px;
		line-height: 49px;
		max-width: 330px;
	}
}

@media only screen and (max-width: 568px) {
	.sell-steps__header h3 {
		font-weight: 400;
		font-size: 32px;
		line-height: 40px;
	}
}

.sell-steps__slider-buttons {
	display: none;
	align-items: center;
	margin: 0 32px 0 0;
}

@media only screen and (max-width: 568px) {
	.sell-steps__slider-buttons {
		position: absolute;
		bottom: 60px;
		right: 0;
	}
}

.sell-steps__btn-prev {
	position: initial;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	margin: 0 16px 0 0;
	padding: 0;
}

.sell-steps__btn-prev:after {
	display: none;
}

.sell-steps__btn-prev svg {
	flex-shrink: 0;
}

.sell-steps__btn-next {
	position: initial;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

.sell-steps__btn-next:after {
	display: none;
}

.sell-steps__btn-next svg {
	flex-shrink: 0;
}

.sell-steps__body {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.sell-steps__body a {
	align-self: start;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
	padding: 16px 40px;
	background: #393c4b;
	border: 1px solid #393c4b;
	border-radius: 8px;
	text-align: center;
	transition: color .3s, background .3s;
}

.sell-steps__body a:hover {
	background: transparent;
	color: #393c4b;
}

@media only screen and (max-width: 568px) {
	.sell-steps__body a {
		text-align: center;
		width: 100%;
	}
}

.sell-steps__static-content {
	display: flex;
	align-items: stretch;
	gap: 80px;
}

@media only screen and (max-width: 1024px) {
	.sell-steps__static-content {
		gap: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.sell-steps__static-content {
		flex-direction: column;
	}
}

.sell-steps__card {
	flex: 0 1 33.333%;
	display: flex;
	flex-direction: column;
}

.sell-steps__card h3 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 48px;
	color: #393c4b;
	margin: 0 0 16px 0;
}

@media only screen and (max-width: 1024px) {
	.sell-steps__card h3 {
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		line-height: 32px;
	}
}

@media only screen and (max-width: 568px) {
	.sell-steps__card h3 {
		font-weight: 400;
		font-size: 20px;
		line-height: 32px;
	}
}

.sell-steps__card p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000;
}

@media only screen and (max-width: 1024px) {
	.sell-steps__card p {
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
	}
}

.sell-steps__card-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 0 16px 0;
}

@media only screen and (max-width: 768px) {
	.sell-steps__card-top::after {
		content: "";
		width: 100%;
		height: 1px;
		background-color: #fbdfbb;
		top: 50%;
		transform: translate(0, -50%);
	}
}

.sell-steps__card-media {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 48px 0 0;
}

.sell-steps__card-media:nth-last-child(1) {
	margin: 0;
	flex: 0 1 100%;
	justify-content: flex-start;
}

.sell-steps__card-media:nth-last-child(1) img {
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.sell-steps__card-media:nth-last-child(1) {
		display: none;
	}
}

@media only screen and (max-width: 568px) {
	.sell-steps__card-media {
		margin: 0 24px 0 0;
	}
}

.sell-steps__slider-content {
	display: none;
}

.perfect-way__inner {
	display: flex;
	align-items: center;
	height: 1100px;
	position: relative;
	background-color: #f1ebd9;
	overflow: hidden;
}

@media only screen and (max-width: 1280px) {
	.perfect-way__inner {
		height: 1200px;
	}
}

@media (max-width: 1100px) {
	.perfect-way__inner {
		height: 1400px;
	}
}

@media only screen and (max-width: 1024px) {
	.perfect-way__inner {
		overflow: initial;
		height: auto;
		flex-direction: column;
	}
}

.perfect-way__media {
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.perfect-way__media img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	.perfect-way__media {
		display: none;
	}
}

.perfect-way__textbox {
	width: 50%;
	position: relative;
	left: 50%;
	padding: 88px 80px;
}

@media only screen and (max-width: 1024px) {
	.perfect-way__textbox {
		left: unset;
		width: 100%;
		padding: 64px 32px;
	}
}

@media only screen and (max-width: 568px) {
	.perfect-way__textbox {
		padding: 56px 16px;
	}
}

.perfect-way__textbox h3 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 59px;
	color: #393c4b;
	margin: 0 0 32px 0;
}

@media only screen and (max-width: 1440px) {
	.perfect-way__textbox h3 {
		font-size: 38px;
		line-height: 49px;
	}
}

@media only screen and (max-width: 1024px) {
	.perfect-way__textbox h3 {
		font-weight: 400;
		font-size: 40px;
		line-height: 49px;
	}
}

@media only screen and (max-width: 568px) {
	.perfect-way__textbox h3 {
		font-weight: 400;
		font-size: 32px;
		line-height: 40px;
		margin: 0 0 24px 0;
	}
}

.perfect-way__benefits {
	display: flex;
	flex-direction: column;
}

.perfect-way__benefits-item {
	display: flex;
	align-items: center;
	padding: 32px 0;
	border-bottom: 1px solid #d4cfc2;
}

.perfect-way__benefits-item:nth-child(1) {
	padding: 0 0 32px 0;
}

@media only screen and (max-width: 1440px) {
	.perfect-way__benefits-item:nth-child(1) {
		padding: 0 0 24px 0;
	}
}

@media only screen and (max-width: 1024px) {
	.perfect-way__benefits-item:nth-child(1) {
		padding: 0 0 32px 0;
	}
}

.perfect-way__benefits-item:nth-last-child(1) {
	padding: 32px 0 0 0;
	border-bottom: none;
}

@media only screen and (max-width: 1440px) {
	.perfect-way__benefits-item:nth-last-child(1) {
		padding: 24px 0 0 0;
	}
}

@media only screen and (max-width: 1024px) {
	.perfect-way__benefits-item:nth-last-child(1) {
		padding: 32px 0 0 0;
	}
}

@media only screen and (max-width: 1440px) {
	.perfect-way__benefits-item {
		padding: 24px 0;
	}
}

@media only screen and (max-width: 1024px) {
	.perfect-way__benefits-item {
		padding: 32px 0;
	}
}

@media only screen and (max-width: 568px) {
	.perfect-way__benefits-item {
		align-items: flex-start;
	}
}

.perfect-way__benefits-item h4 {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #000;
	margin: 0 0 16px 0;
}

@media only screen and (max-width: 1440px) {
	.perfect-way__benefits-item h4 {
		font-size: 18px;
	}
}

.perfect-way__benefits-media {
	flex-shrink: 0;
	width: 72px;
	height: 72px;
	margin: 0 32px 0 0;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.perfect-way__benefits-media svg {
	flex-shrink: 0;
}

@media only screen and (max-width: 568px) {
	.perfect-way__benefits-media {
		width: 56px;
		height: 56px;
		margin: 0 24px 0 0;
	}
}

.sell-video {
	padding: 88px 0;
}

@media only screen and (max-width: 1024px) {
	.sell-video {
		padding: 64px 0 0 0;
	}
}

@media only screen and (max-width: 568px) {
	.sell-video {
		padding: 0;
	}
}

@media only screen and (max-width: 568px) {
	.sell-video .container {
		padding: 0;
	}
}

@media only screen and (max-width: 1600px) {
	.sell-video__inner iframe {
		height: 600px;
	}
}

@media only screen and (max-width: 1024px) {
	.sell-video__inner iframe {
		height: 392px;
	}
}

@media only screen and (max-width: 568px) {
	.sell-video__inner iframe {
		height: 208px;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__schedule .banner {
		min-height: 180px;
	}
}

.schedule-main {
	background: #f1ebd9;
	padding: 0 0 80px 0;
}

.schedule-main__inner h1 {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 56px;
	line-height: 69px;
	text-align: center;
	color: #000;
	margin: 0 0 24px 0;
}

@media only screen and (max-width: 1024px) {
	.schedule-main__inner h1 {
		font-weight: 400;
		font-size: 48px;
		line-height: 59px;
		margin: 0 0 16px 0;
	}
}

@media only screen and (max-width: 568px) {
	.schedule-main__inner h1 {
		font-size: 32px;
		line-height: 40px;
		text-align: center;
	}
}

.schedule-main__content {
	background: #fff;
	border-radius: 24px;
	padding: 48px;
	max-width: 1400px;
	margin: 0 auto;
}

@media only screen and (max-width: 568px) {
	.schedule-main__content {
		padding: 22px;
	}
}

.schedule-main__top {
	margin: 0 0 24px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.schedule-main__top h2 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #393c4b;
}

.schedule-main__top p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #000;
	max-width: 640px;
}

.schedule-main__logo {
	width: 64px;
	height: 64px;
}

.schedule-main__cards {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	width: 80%;
	margin: 0 auto;
	gap: 24px;
}

@media only screen and (max-width: 768px) {
	.schedule-main__cards {
		width: 100%;
		margin: 0;
	}
}

.schedule-card {
	display: flex;
	flex-direction: column;
	padding: 24px;
	border: 1px solid rgba(57, 60, 75, .32);
	border-radius: 16px;
	cursor: pointer;
	position: relative;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
	transition: box-shadow .3s ease;
	will-change: box-shadow;
}

@media only screen and (max-width: 568px) {
	.schedule-card {
		padding: 16px;
	}
}

.schedule-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, .12), 0 16px 32px rgba(0, 0, 0, .08);
}

.schedule-card:hover .schedule-card__top > img:last-child {
	transform: rotateY(180deg);
}

.schedule-card.active {
	grid-column: 1/-1;
	background: #fafafa;
	padding: 0;
	overflow: hidden;
}

.schedule-card.active .schedule-card__calendar {
	display: block;
}

.schedule-card.active .schedule-card__return-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}

.schedule-card__default.hidden {
	display: none;
}

.schedule-card__top {
	display: flex;
	gap: 16px;
	margin: 0;
	align-items: center;
}

.schedule-card__top > img:last-child {
	margin: 0 0 0 auto;
	transition: transform .3s;
}

.schedule-card__top span {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 32px;
	color: #393c4b;
}

@media only screen and (max-width: 568px) {
	.schedule-card__top span {
		font-size: 20px;
		line-height: normal;
	}
}

.schedule-card__body {
	display: none;
}

.schedule-card__calendar {
	display: none;
}

.schedule-card__return-btn {
	position: absolute;
	top: 30px;
	left: 30px;
	display: none;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(57, 60, 75, .32);
	border-radius: 50%;
	transition: background .3s;
}

.schedule-card__return-btn:hover {
	background: #393c4b;
}

.schedule-card__return-btn:hover svg path {
	stroke: #f1ebd9;
}

.schedule-card__return-btn svg {
	transform: rotateZ(180deg);
}

.schedule-card__return-btn svg path {
	transition: stroke .3s;
}

.hero-trade {
	background-image: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/trade_in_bg_desktop.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 900px;
}

.hero-trade.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 1440px) {
	.hero-trade {
		height: 720px;
	}
}

@media (max-width: 850px) {
	.hero-trade {
		background-image: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/trade_in_bg_mobile.png");
		height: auto;
		padding: 34px 0 90px 0;
	}
	
	.hero-trade.nitro-lazy {
		background-image: none !important;
	}
}

.hero-trade .container {
	height: 100%;
}

.hero-trade__inner {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto;
}

@media (max-width: 850px) {
	.hero-trade__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 34px;
	}
}

.hero-trade__form {
	max-width: 350px;
	height: auto;
	padding: 22px 34px;
	border: 1px solid #fbdfbb;
	-webkit-backdrop-filter: blur(9px);
	backdrop-filter: blur(9px);
	border-radius: 12.6503px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.hero-trade__form::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #393c4b;
	opacity: .6;
	z-index: -1;
}

@media (max-width: 850px) {
	.hero-trade__form {
		max-width: unset;
		width: 100%;
	}
}

.hero-trade__form h2 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	margin: 0 0 12px 0;
}

.hero-trade__form p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	text-align: center;
	color: #fff;
	margin: 0 0 24px 0;
}

.hero-trade__form form .contact-form-custom-row p {
	margin: 0 0 8px 0 !important;
	height: 30px !important;
}

.hero-trade__form form .contact-form-custom-row p label {
	display: block !important;
	height: 100% !important;
}

.hero-trade__form form .contact-form-custom-row p label span {
	display: flex !important;
	flex-direction: column;
	height: 100% !important;
}

.hero-trade__form form .contact-form-custom-row p label span input, .hero-trade__form form .contact-form-custom-row p label span textarea {
	height: 100% !important;
	width: 100%;
	background: #fff !important;
	padding: 8px 10px !important;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #898989;
	border: none !important;
}

.hero-trade__form form .contact-form-custom-row p label span input::-moz-placeholder, .hero-trade__form form .contact-form-custom-row p label span textarea::-moz-placeholder {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #898989;
}

.hero-trade__form form .contact-form-custom-row p label span input::placeholder, .hero-trade__form form .contact-form-custom-row p label span textarea::placeholder {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #898989;
}

.hero-trade__form form .contact-form-custom-row br {
	display: none;
}

.hero-trade__form form .trade-in-textarea p {
	height: 74px !important;
	margin: 0 0 17px 0 !important;
}

.hero-trade__form form .trade-in-textarea p label span {
	display: flex !important;
	flex-direction: column;
}

.hero-trade__form form .trade-in-submit p {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hero-trade__form form .trade-in-submit p input[type=submit] {
	background: #fbdfbb;
	padding: 10px 20px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #fbdfbb;
	cursor: pointer !important;
	transition: background .3s, color 0, 3s;
}

.hero-trade__form form .trade-in-submit p input[type=submit]:hover {
	background: transparent;
	color: #fbdfbb;
}

.hero-trade__form form .wpcf7-response-output {
	margin: 30px 0 0 0 !important;
	width: 100% !important;
}

.hero-trade__textbox {
	max-width: 428px;
	display: flex;
	flex-direction: column;
	align-items: start;
}

@media (max-width: 850px) {
	.hero-trade__textbox {
		max-width: unset;
		width: 100%;
	}
}

.hero-trade__textbox h1 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	line-height: 100%;
	color: #fff;
	max-width: 311px;
	margin: 0 0 22px 0;
}

@media only screen and (max-width: 1024px) {
	.hero-trade__textbox h1 {
		font-size: 48px;
	}
}

.hero-trade__textbox p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 155%;
	color: #fff;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 1024px) {
	.hero-trade__textbox p {
		margin: 0 0 20px 0;
	}
}

.hero-trade__textbox a {
	background: #fbdfbb;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #fbdfbb;
	padding: 10px 25px;
	transition: background .3s, color 0, 3s;
}

.hero-trade__textbox a:hover {
	background: transparent;
	color: #fbdfbb;
}

@media only screen and (max-width: 568px) {
	.hero-trade__textbox a {
		width: 100%;
	}
}

.process-trade {
	padding: 100px 0 80px 0;
}

@media only screen and (max-width: 568px) {
	.process-trade {
		padding: 90px 0 84px 0;
	}
}

.process-trade__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	max-width: 1120px;
	margin: 0 auto;
}

@media only screen and (max-width: 568px) {
	.process-trade__inner {
		gap: 16px;
	}
}

.process-trade__title {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 44px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #000;
}

.process-trade__steps {
	display: flex;
	gap: 40px;
}

@media only screen and (max-width: 1024px) {
	.process-trade__steps {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 568px) {
	.process-trade__steps {
		gap: 10px;
	}
}

.trade-step {
	width: calc(25% - 30px);
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

@media only screen and (max-width: 1024px) {
	.trade-step {
		width: calc(50% - 20px);
	}
}

@media only screen and (max-width: 568px) {
	.trade-step {
		width: 100%;
	}
}

.trade-step__number {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 72px;
	line-height: 89px;
	text-align: center;
	color: rgba(57, 60, 75, .1);
	margin: 0 0 10px 0;
}

.trade-step__media {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: #fbdfbb;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 18px 0;
}

.trade-step h3 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #000;
	white-space: nowrap;
	margin: 0 0 14px 0;
}

.trade-step p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 155%;
	text-align: center;
	color: #000;
}

.trade-step__line {
	position: absolute;
	top: 50%;
	right: -40%;
	transform: translate(0, -200%);
	z-index: -1;
}

@media only screen and (max-width: 1024px) {
	.trade-step__line {
		display: none;
	}
}

.trust-trade {
	padding: 100px 0;
	background: #393c4b url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/trade_trust/trust_bg_desktop.png") no-repeat center center;
	background-size: cover;
}

.trust-trade.nitro-lazy {
	background: none !important;
}

@media (max-width: 992px) {
	.trust-trade {
		background: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/trade_trust/trust_bg_mobile.png") no-repeat center top, #393c4b;
		background-size: 100% auto;
		background-position: top center;
		padding: 70px 0;
	}
	
	.trust-trade.nitro-lazy {
		background: none !important;
	}
}

.trust-trade__inner {
	display: flex;
	align-items: center;
	gap: 80px;
}

@media (max-width: 992px) {
	.trust-trade__inner {
		flex-direction: column;
		gap: 0;
	}
}

.trust-trade__media {
	width: calc(50% - 40px);
}

@media (max-width: 992px) {
	.trust-trade__media {
		display: none;
	}
}

.trust-trade__content {
	width: calc(50% - 40px);
}

@media (max-width: 992px) {
	.trust-trade__content {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
}

@media only screen and (max-width: 568px) {
	.trust-trade__content {
		gap: 350px;
	}
}

.trust-trade__content h2 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 44px;
	display: flex;
	align-items: center;
	color: #fff;
	margin: 0 0 25px 0;
}

.trust-trade__media-mobile {
	display: none;
}

.trust-trade__cards {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.trust-card {
	padding: 18px 20px;
	border: 1px solid #fbdfbb;
	border-radius: 5px;
	display: flex;
	align-items: center;
	gap: 20px;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

.trust-card__media {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #fbdfbb;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.trust-card__content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.trust-card__content h3 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	align-items: center;
	color: #fff;
}

.trust-card__content p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 155%;
	color: #fff;
}

.trade-feedback {
	padding: 100px 0;
}

@media only screen and (max-width: 568px) {
	.trade-feedback {
		padding: 90px 0;
	}
}

.trade-feedback__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
}

@media only screen and (max-width: 568px) {
	.trade-feedback__inner {
		gap: 40px;
	}
}

.trade-feedback__inner h2 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 44px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #000;
}

.trade-feedback__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.trade-feedback__cards {
		grid-template-columns: repeat(1, 1fr);
	}
}

.trade-feedback__card {
	border: 1px solid #898989;
	border-radius: 5px;
	position: relative;
	padding: 28px 42px 14px 36px;
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.trade-feedback__card::before {
	content: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/trade_feedback/icon.svg");
	position: absolute;
	left: 20px;
	top: -10px;
}

@media only screen and (max-width: 1280px) {
	.trade-feedback__card {
		flex-direction: column;
	}
}

@media only screen and (max-width: 568px) {
	.trade-feedback__card {
		padding: 22 20px 12px 20px;
	}
}

.trade-feedback__card-textbox {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

@media only screen and (max-width: 1280px) {
	.trade-feedback__card-textbox {
		width: 100%;
	}
}

@media only screen and (max-width: 568px) {
	.trade-feedback__card-textbox {
		align-items: flex-end;
		gap: 12px;
	}
}

.trade-feedback__card-textbox p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 135%;
	color: #000;
	text-align: right;
}

@media only screen and (max-width: 568px) {
	.trade-feedback__card-textbox p {
		max-width: 90%;
		font-size: 16px;
	}
}

.trade-feedback__card-textbox span {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #000;
	align-self: flex-end;
}

@media only screen and (max-width: 568px) {
	.trade-feedback__card-textbox span {
		font-size: 16px;
	}
}

.trade-feedback__card-media {
	flex-shrink: 0;
}

@media only screen and (max-width: 1280px) {
	.trade-feedback__card-media {
		order: -1;
	}
}

@media only screen and (max-width: 1280px) {
	.trade-feedback__card-media {
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}
}

.trade-feedback__card-media img {
	width: 75px;
	height: 75px;
	border-radius: 50%;
}

.journal-hero {
	margin: 32px 0 0 0;
}

@media only screen and (max-width: 1024px) {
	.journal-hero {
		margin: 0;
	}
}

.journal-hero__inner {
	position: relative;
}

.journal-hero__inner .hero-link {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.journal-hero__inner::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .35));
}

@media only screen and (max-width: 1024px) {
	.journal-hero__inner::after {
		display: none;
	}
}

.journal-hero__inner .breadcrumbs {
	position: absolute;
	z-index: 15;
	left: 32px;
	top: 32px;
	padding: 0;
}

@media only screen and (max-width: 1024px) {
	.journal-hero__inner .breadcrumbs {
		position: unset;
		padding: 24px 0;
	}
}

.journal-hero__inner .breadcrumbs .breadcrumbs__link {
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	.journal-hero__inner .breadcrumbs .breadcrumbs__link {
		color: unset;
	}
}

.journal-hero__inner .breadcrumbs .breadcrumbs__item:nth-last-child(1) .breadcrumbs__link {
	color: #fff !important;
	opacity: .6;
}

.journal-hero__media img {
	max-height: 450px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

@media only screen and (max-width: 1600px) {
	.journal-hero__media img {
		max-height: 350px;
	}
}

.journal-hero__media_latest {
	height: 190px;
}

@media only screen and (max-width: 768px) {
	.journal-hero__media_latest {
		height: 140px;
	}
}

.journal-hero__media_latest picture {
	height: 100%;
}

.journal-hero__media_latest img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right center;
	object-position: right center;
	height: 100%;
}

.journal-hero__latest-title {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	line-height: normal;
	color: #fff;
	position: absolute;
	z-index: 5;
	bottom: 32px;
	left: 32px;
}

@media only screen and (max-width: 1024px) {
	.journal-hero__latest-title {
		font-size: 32px;
	}
}

.journal-hero__textbox {
	position: absolute;
	z-index: 5;
	left: 32px;
	bottom: 32px;
	max-width: 50%;
	padding: 32px;
	background: #fff;
}

@media only screen and (max-width: 1600px) {
	.journal-hero__textbox {
		padding: 24px;
	}
}

@media only screen and (max-width: 1024px) {
	.journal-hero__textbox {
		position: unset;
		transform: unset;
		max-width: unset;
		border-left: 1px solid #efeff1;
		border-right: 1px solid #efeff1;
		border-bottom: 1px solid #efeff1;
		padding: 16px;
	}
}

.journal-hero__textbox h1 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: normal;
	color: #000;
}

@media only screen and (max-width: 1600px) {
	.journal-hero__textbox h1 {
		font-size: 24px;
	}
}

.journal-hero__textbox span {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	opacity: .64;
	margin: 16px 0 0 0;
}

.journal-latest__inner {
	padding: 64px 0;
	border-bottom: 1px solid #efeff1;
}

@media only screen and (max-width: 1600px) {
	.journal-latest__inner {
		padding: 56px 0;
	}
}

.journal-latest__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

@media only screen and (max-width: 1024px) {
	.journal-latest__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
}

@media only screen and (max-width: 768px) {
	.journal-latest__grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

.journal-latest__load-more {
	margin: 64px auto 0 auto;
	display: block;
	width: 200px;
	padding: 16px 48px;
	background: #393c4b;
	border: 1px solid #393c4b;
	border-radius: 8px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
	color: #fff;
	transition: background .3s, color .3s;
}

.journal-latest__load-more:hover {
	background: transparent;
	color: #393c4b;
}

@media only screen and (max-width: 768px) {
	.journal-latest__load-more {
		width: 100%;
		margin: 56px 0 0 0;
	}
}

.journal-latest__tabs {
	display: flex;
	gap: 32px;
}

@media only screen and (max-width: 1600px) {
	.journal-latest__tabs {
		gap: 24px;
	}
}

@media only screen and (max-width: 1024px) {
	.journal-latest__tabs {
		flex-direction: column;
	}
}

.journal-latest__tabs-btns {
	width: 20%;
	display: flex;
	flex-direction: column;
	border-right: 1px solid #efeff1;
}

@media only screen and (max-width: 1024px) {
	.journal-latest__tabs-btns {
		width: 100%;
		flex-direction: row;
		overflow: auto;
	}
}

.journal-latest__tabs-btn {
	width: 100%;
	padding: 24px 32px;
	background: transparent;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: normal;
	text-transform: uppercase;
	color: #80828c;
	transition: background .3s, color .3s;
}

@media only screen and (max-width: 1600px) {
	.journal-latest__tabs-btn {
		font-size: 14px;
		padding: 18px;
	}
}

@media only screen and (max-width: 1024px) {
	.journal-latest__tabs-btn {
		white-space: nowrap;
	}
}

.journal-latest__tabs-btn:hover {
	background: #efeff1;
	color: #393c4b;
}

.journal-latest__tabs-btn.active {
	background: #efeff1;
	color: #393c4b;
	border-left: 4px solid #393c4b;
}

@media only screen and (max-width: 1024px) {
	.journal-latest__tabs-btn.active {
		border-left: none;
		border-bottom: 4px solid #393c4b;
	}
}

.journal-latest__tabs-content {
	width: 80%;
}

@media only screen and (max-width: 1024px) {
	.journal-latest__tabs-content {
		width: 100%;
	}
}

.journal-latest__tab-content {
	display: none;
}

.journal-latest__tab-content.active {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

@media only screen and (max-width: 1024px) {
	.journal-latest__tab-content.active {
		gap: 24px;
	}
}

.journal-latest__tab-content-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.journal-latest__tab-content-header h2 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 36px;
	color: #000;
}

@media only screen and (max-width: 1600px) {
	.journal-latest__tab-content-header h2 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 1024px) {
	.journal-latest__tab-content-header h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

.journal-latest__tab-content-header a {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	color: #393c4b;
}

@media only screen and (max-width: 768px) {
	.journal-latest__tab-content-header a {
		font-size: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.journal-latest__tab-content-header a {
		display: none;
	}
}

.journal-latest__tab-content-header a:hover {
	text-decoration: underline;
}

.journal-latest__tab-content-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

@media only screen and (max-width: 1600px) {
	.journal-latest__tab-content-grid {
		gap: 24px;
	}
}

@media only screen and (max-width: 1024px) {
	.journal-latest__tab-content-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 768px) {
	.journal-latest__tab-content-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

.journal-latest__view-all {
	display: none;
}

@media only screen and (max-width: 768px) {
	.journal-latest__view-all {
		display: block;
		font-family: "Montserrat";
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
		text-transform: uppercase;
		color: #393c4b;
		text-align: center;
		margin: 16px 0 0 0;
	}
}

.journal-featured__inner {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 64px 0;
	border-bottom: 1px solid #efeff1;
}

@media only screen and (max-width: 1024px) {
	.journal-featured__inner {
		padding: 56px 0;
	}
}

.journal-featured__inner h2 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	padding: 0 0 0 32px;
	line-height: normal;
	color: #000;
	position: relative;
}

@media only screen and (max-width: 1600px) {
	.journal-featured__inner h2 {
		font-size: 32px;
	}
}

.journal-featured__inner h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background: #393c4b;
}

.journal-featured__content {
	display: flex;
	align-items: stretch;
	gap: 32px;
}

@media only screen and (max-width: 1600px) {
	.journal-featured__content {
		gap: 24px;
	}
}

@media only screen and (max-width: 768px) {
	.journal-featured__content {
		flex-direction: column;
	}
}

.journal-featured__main {
	display: flex;
	flex-direction: column;
	flex: 0 0 40%;
}

.journal-featured__main .journal-card {
	width: 100%;
	flex: 1 1 auto;
}

.journal-featured__main .journal-card .journal-card__textbox {
	background: #393c4b;
	padding: 32px;
}

.journal-featured__main .journal-card .journal-card__textbox span, .journal-featured__main .journal-card .journal-card__textbox p {
	color: #fff;
}

.journal-featured__main .journal-card .journal-card__media {
	height: 100%;
}

@media only screen and (max-width: 768px) {
	.journal-featured__main .journal-card .journal-card__media {
		height: 190px;
	}
}

.journal-featured__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}

@media only screen and (max-width: 1600px) {
	.journal-featured__grid {
		gap: 24px;
	}
}

@media only screen and (max-width: 768px) {
	.journal-featured__grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

.journal-popular {
	padding: 64px 0;
}

@media only screen and (max-width: 1024px) {
	.journal-popular {
		padding: 56px 0;
	}
}

.journal-popular__inner {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.journal-popular__inner h2 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	padding: 0 0 0 32px;
	line-height: normal;
	color: #000;
	position: relative;
}

@media only screen and (max-width: 1600px) {
	.journal-popular__inner h2 {
		font-size: 32px;
	}
}

.journal-popular__inner h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background: #393c4b;
}

.journal-popular__content {
	display: flex;
	align-items: flex-start;
	gap: 32px;
}

@media only screen and (max-width: 1600px) {
	.journal-popular__content {
		gap: 24px;
	}
}

@media only screen and (max-width: 1024px) {
	.journal-popular__content {
		flex-direction: column;
		align-items: unset;
		gap: 24px;
	}
}

.journal-popular__grid {
	width: 66%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}

@media only screen and (max-width: 1600px) {
	.journal-popular__grid {
		gap: 24px;
	}
}

@media only screen and (max-width: 1024px) {
	.journal-popular__grid {
		grid-template-columns: repeat(1, 1fr);
		width: 100%;
	}
}

.journal-popular__aside {
	width: 33%;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media only screen and (max-width: 1024px) {
	.journal-popular__aside {
		width: 100%;
	}
}

.journal-popular__aside .journal-card {
	padding: 0 0 8px 0;
	border-bottom: 1px solid #efeff1;
}

.journal-popular__aside .journal-card:nth-last-child(1) {
	border-bottom: none;
	padding: 0;
}

.journal-article {
	margin: 32px 0 0 0;
}

.journal-article__inner {
	display: flex;
	gap: 32px;
}

@media only screen and (max-width: 1024px) {
	.journal-article__inner {
		flex-direction: column;
	}
}

.journal-article__main {
	width: 65%;
	border-right: 1px solid #efeff1;
	padding: 0 35px 0 0;
}

@media only screen and (max-width: 1024px) {
	.journal-article__main {
		flex-direction: column;
		border-right: none;
		border-bottom: 1px solid #efeff1;
		width: 100%;
		padding: 0;
	}
}

.journal-article__details {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 0 0 0 32px;
	margin: 0 0 35px 0;
}

@media only screen and (max-width: 768px) {
	.journal-article__details {
		padding: 0;
	}
}

.journal-article__details_short {
	margin: 40px 0 0 0;
	padding: 0;
}

.journal-article__details_short::before {
	display: none;
}

.journal-article__details_short .journal-article__details-content {
	flex-direction: column-reverse;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 40px;
}

.journal-article__details::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #393c4b;
}

@media only screen and (max-width: 768px) {
	.journal-article__details::before {
		display: none;
	}
}

.journal-article__details h1 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: normal;
	color: #000;
}

@media only screen and (max-width: 1600px) {
	.journal-article__details h1 {
		font-size: 38px;
	}
}

@media only screen and (max-width: 768px) {
	.journal-article__details h1 {
		font-size: 32px;
		line-height: 40px;
	}
}

.journal-article__details-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media only screen and (max-width: 1440px) {
	.journal-article__details-content {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}
}

.journal-article__details-list {
	display: flex;
	gap: 16px;
}

@media only screen and (max-width: 568px) {
	.journal-article__details-list {
		gap: 12px;
	}
}

.journal-article__details-list li {
	display: flex;
	align-items: center;
	padding: 0 16px 0 0;
	position: relative;
}

@media only screen and (max-width: 568px) {
	.journal-article__details-list li {
		padding: 0;
	}
}

.journal-article__details-list li::after {
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	height: 50%;
	top: 50%;
	transform: translate(0, -50%);
	background: #c0c1c5;
}

@media only screen and (max-width: 568px) {
	.journal-article__details-list li::after {
		display: none;
	}
}

.journal-article__details-list li:nth-last-child(1)::after {
	display: none;
}

.journal-article__details-list a {
	padding: 8px 16px;
	white-space: nowrap;
	border: 1px solid #393c4b;
	border-radius: 8px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #393c4b;
	transition: background .3s, color .3s;
}

.journal-article__details-list a:hover {
	background: #393c4b;
	color: #fff;
}

@media only screen and (max-width: 480px) {
	.journal-article__details-list a {
		padding: 8px;
		font-size: 12px;
	}
}

.journal-article__details-list span {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	white-space: nowrap;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	opacity: .64;
}

@media only screen and (max-width: 480px) {
	.journal-article__details-list span {
		font-size: 12px;
	}
}

.journal-article__socials-list {
	display: flex;
	align-items: center;
	gap: 16px;
}

.journal-article__socials-list li a {
	width: 56px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #393c4b;
	border-radius: 8px;
	transition: border-radius .3s;
}

@media only screen and (max-width: 768px) {
	.journal-article__socials-list li a {
		width: 48px;
		height: 48px;
	}
}

.journal-article__socials-list li a:hover {
	border-radius: 50%;
}

.journal-article__content {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.journal-article__content a {
	text-decoration: underline;
	cursor: pointer;
	transition: color .3s;
}

.journal-article__content a:hover {
	color: #433e3a;
}

.journal-article__content p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000;
	margin: 0 0 40px 0;
}

@media only screen and (max-width: 1600px) {
	.journal-article__content p {
		margin: 0 0 32px;
		font-size: 16px;
	}
}

.journal-article__content h2 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	padding: 0 0 0 32px;
	margin: 0 0 40px 0;
	line-height: normal;
	color: #000;
	position: relative;
}

@media only screen and (max-width: 1600px) {
	.journal-article__content h2 {
		font-size: 38px;
		margin: 0 0 32px 0;
	}
}

@media only screen and (max-width: 768px) {
	.journal-article__content h2 {
		font-size: 28px;
		margin: 0 0 24px 0;
	}
}

.journal-article__content h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background: #393c4b;
}

.journal-article__content h3 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	padding: 0 0 0 32px;
	margin: 0 0 32px 0;
	line-height: normal;
	color: #000;
	position: relative;
}

@media only screen and (max-width: 1600px) {
	.journal-article__content h3 {
		font-size: 28px;
		margin: 0 0 24px 0;
	}
}

@media only screen and (max-width: 768px) {
	.journal-article__content h3 {
		font-size: 24px;
	}
}

.journal-article__content h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background: #393c4b;
}

.journal-article__content h4 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #000;
	margin: 0 0 24px 0;
}

@media only screen and (max-width: 768px) {
	.journal-article__content h4 {
		font-size: 24px;
	}
}

.journal-article__content ul, .journal-article__content ol {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 0 40px 0;
}

.journal-article__content ul li, .journal-article__content ol li {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000;
	padding: 0 0 0 24px;
	position: relative;
	display: block;
}

@media only screen and (max-width: 768px) {
	.journal-article__content ul li, .journal-article__content ol li {
		font-size: 16px;
		padding: 0 0 0 16px;
	}
}

.journal-article__content ul li::before, .journal-article__content ol li::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #000;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.journal-article__content img {
	width: 100%;
	margin: 40px 0 40px 0;
}

@media only screen and (max-width: 768px) {
	.journal-article__content img {
		margin: 32px 0 32px 0;
	}
}

.journal-article__content-block {
	display: flex;
	flex-direction: column;
	padding: 0 0 40px 0;
	border-bottom: 1px solid #efeff1;
}

.journal-article__note {
	padding: 24px 32px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	background: #f7f7f8;
	border-left: 2px solid #393c4b;
}

.journal-article__note h5 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #000;
}

.journal-article__note p {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000;
}

.journal-article__aside {
	width: 35%;
	display: flex;
	flex-direction: column;
	gap: 64px;
}

@media only screen and (max-width: 1024px) {
	.journal-article__aside {
		display: none;
	}
}

.journal-article__aside-banner {
	position: relative;
}

.journal-article__banner-media img {
	width: 100%;
	border-radius: 18px 18px 0 0;
	vertical-align: bottom;
}

.journal-article__banner-textbox {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 48px;
	background: #000;
	border-radius: 0 0 18px 18px;
}

.journal-article__banner-textbox h3 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #fff;
}

.journal-article__banner-textbox p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #fff;
}

.journal-article__banner-textbox a {
	padding: 20px 40px;
	background: #fbdfbb;
	border: 1px solid #fbdfbb;
	border-radius: 8px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #433e3a;
	text-align: center;
	transition: background .3s, color .3s;
}

.journal-article__banner-textbox a:hover {
	background: transparent;
	color: #fbdfbb;
}

.more-reviews {
	padding: 64px 0;
}

@media only screen and (max-width: 768px) {
	.more-reviews {
		padding: 56px 0;
	}
}

.more-reviews__inner {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

@media only screen and (max-width: 768px) {
	.more-reviews__inner {
		gap: 16px;
	}
}

.more-reviews__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.more-reviews__header h2 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	padding: 0 0 0 32px;
	line-height: 72px;
	color: #000;
	position: relative;
}

@media only screen and (max-width: 1024px) {
	.more-reviews__header h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

.more-reviews__header h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background: #393c4b;
}

.more-reviews__header a {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	color: #393c4b;
}

@media only screen and (max-width: 768px) {
	.more-reviews__header a {
		display: none;
	}
}

.more-reviews__header a:hover {
	text-decoration: underline;
}

.more-reviews__body {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

@media only screen and (max-width: 1024px) {
	.more-reviews__body {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 768px) {
	.more-reviews__body {
		grid-template-columns: repeat(1, 1fr);
	}
}

.more-reviews__mobile-link {
	display: none;
}

@media only screen and (max-width: 768px) {
	.more-reviews__mobile-link {
		display: block;
		text-align: center;
		font-family: "Montserrat";
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
		text-transform: uppercase;
		color: #393c4b;
	}
	
	.more-reviews__mobile-link:hover {
		text-decoration: underline;
	}
}

.page-wrapper__home .services-info__inner {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1280px) {
	.page-wrapper__home .services-info__inner {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.page-wrapper__home .services-info__inner .services-info__card {
	flex: 0 1 24%;
}

@media only screen and (max-width: 1280px) {
	.page-wrapper__home .services-info__inner .services-info__card {
		flex: 0 1 35%;
		margin: 0 20px 20px 0;
	}
}

.page-wrapper__home .services-info__inner .services-info__card svg {
	width: 48px;
	height: 48px;
}

.page-wrapper__home .services-info__inner .services-info__media {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__home .services-wrapper {
		display: flex;
		flex-direction: column;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__home .about-wrapper {
		display: flex;
		flex-direction: column-reverse;
	}
}

.page-wrapper__home .banner-cta {
	margin: 80px 0;
}

@media only screen and (max-width: 1280px) {
	.page-wrapper__home .banner-cta {
		margin: 60px 0;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__home .banner-cta {
		margin: 0;
	}
}

.page-wrapper__home .reviews {
	padding: 80px 0 40px;
}

@media only screen and (max-width: 1280px) {
	.page-wrapper__home .reviews {
		padding: 60px 0 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__home .reviews {
		padding: 40px 0 20px;
	}
}

@media only screen and (max-width: 768px) {
	.page-wrapper__home .reviews {
		padding: 30px 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__home .reviews {
		padding: 30px 0;
	}
}

.page-wrapper__home .applying {
	padding: 40px 0;
}

@media only screen and (max-width: 1280px) {
	.page-wrapper__home .applying {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__home .applying {
		padding: 30px 0 25px;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__home .applying {
		padding: 0;
	}
}

.page-wrapper__home .contact {
	margin: 40px 0 0;
}

@media only screen and (max-width: 1280px) {
	.page-wrapper__home .contact {
		margin: 30px 0 0;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__home .contact {
		margin: 25px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__home .contact {
		margin: 0;
	}
}

.page-wrapper__preowned .banner img {
	width: 100%;
}

.page-wrapper__preowned .services-info__inner {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1280px) {
	.page-wrapper__preowned .services-info__inner {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.page-wrapper__preowned .services-info__inner .services-info__card {
	flex: 0 1 24%;
}

@media only screen and (max-width: 1280px) {
	.page-wrapper__preowned .services-info__inner .services-info__card {
		flex: 0 1 35%;
		margin: 0 20px 20px 0;
	}
}

.page-wrapper__preowned .services-info__inner .services-info__card svg {
	width: 48px;
	height: 48px;
}

.page-wrapper__preowned .services-info__inner .services-info__media {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-wrapper__preowned-watches .banner__preowned-watches {
	min-height: unset;
	height: 250px;
}

.page-wrapper__preowned-watches .banner__preowned-watches img {
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__preowned-watches .breadcrumbs {
		background-color: #433e3a;
		padding: 15px 0;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__preowned-watches .breadcrumbs .breadcrumbs__item {
		border-color: #fff;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__preowned-watches .breadcrumbs .breadcrumbs__link {
		color: #fff;
	}
}

.page-wrapper__new-watches .banner img {
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__new-watches .breadcrumbs {
		background-color: #433e3a;
		padding: 15px 0;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__new-watches .breadcrumbs .breadcrumbs__item {
		border-color: #fff;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__new-watches .breadcrumbs .breadcrumbs__link {
		color: #fff;
	}
}

.page-wrapper__new-watch .blog-list__flex-list .blog-list__flex-item {
	width: 48%;
}

@media only screen and (max-width: 568px) {
	.page-wrapper__new-watch .blog-list__flex-list .blog-list__flex-item {
		width: 100%;
	}
}

.page-wrapper__new-watch .banner img {
	width: 100%;
}

.page-wrapper__new-watch .banner__preowned-watches {
	min-height: unset;
	height: 250px;
}

.page-wrapper__new-watch .banner__preowned-watches img {
	width: 100%;
}

.page-wrapper__new-watch .services-info__inner {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1280px) {
	.page-wrapper__new-watch .services-info__inner {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.page-wrapper__new-watch .services-info__inner .services-info__card {
	flex: 0 1 24%;
}

@media only screen and (max-width: 1280px) {
	.page-wrapper__new-watch .services-info__inner .services-info__card {
		flex: 0 1 35%;
		margin: 0 20px 20px 0;
	}
}

.page-wrapper__new-watch .services-info__inner .services-info__card svg {
	width: 48px;
	height: 48px;
}

.page-wrapper__new-watch .services-info__inner .services-info__media {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-wrapper__preowned-watches .select2, .page-wrapper__new-watch .select2, .page-wrapper__tudor-model .select2 {
	padding: 10px 20px 10px 10px !important;
	border-radius: 5px !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/icons/chevron-down.svg");
	background-repeat: no-repeat;
	background-position: right 10px center;
	transition: background-color .3s;
}

.page-wrapper__preowned-watches .select2.nitro-lazy, .page-wrapper__new-watch .select2.nitro-lazy, .page-wrapper__tudor-model .select2.nitro-lazy {
	background-image: none !important;
}

.page-wrapper__preowned-watches .select2:hover, .page-wrapper__new-watch .select2:hover, .page-wrapper__tudor-model .select2:hover {
	background-color: #f2f2f2;
}

.page-wrapper__preowned-watches .select2:focus, .page-wrapper__new-watch .select2:focus, .page-wrapper__tudor-model .select2:focus {
	background-color: #f5f5f5;
	outline: none;
}

.page-wrapper__preowned-watches .select2.is-open, .page-wrapper__new-watch .select2.is-open, .page-wrapper__tudor-model .select2.is-open {
	background-image: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/icons/chevron-up.svg");
}

.page-wrapper__preowned-watches .select2.is-open.nitro-lazy, .page-wrapper__new-watch .select2.is-open.nitro-lazy, .page-wrapper__tudor-model .select2.is-open.nitro-lazy {
	background-image: none !important;
}

.text-info {
	padding-top: 60px;
}

.text-info__inner {
	max-width: 880px;
	width: 100%;
	margin: 0 auto;
}

.text-info h2 {
	color: #000;
	font-family: "Colgent", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 42px;
	margin: 0 0 40px 0;
}

.text-info h2:not(:first-child) {
	margin-top: 40px;
}

@media only screen and (max-width: 1600px) {
	.text-info h2 {
		font-size: 38px;
		margin: 0 0 32px 0;
	}
	
	.text-info h2:not(:first-child) {
		margin-top: 32px;
	}
}

@media only screen and (max-width: 768px) {
	.text-info h2 {
		font-size: 28px;
		margin: 0 0 24px 0;
	}
	
	.text-info h2:not(:first-child) {
		margin-top: 24px;
	}
}

.text-info h3 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	margin: 0 0 32px 0;
	line-height: normal;
	color: #000;
	position: relative;
}

.text-info h3:not(:first-child) {
	margin-top: 40px;
}

@media only screen and (max-width: 1600px) {
	.text-info h3 {
		font-size: 28px;
		margin: 0 0 24px 0;
	}
	
	.text-info h3:not(:first-child) {
		margin-top: 24px;
	}
}

@media only screen and (max-width: 768px) {
	.text-info h3 {
		font-size: 24px;
	}
}

.text-info h4 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #000;
	margin: 0 0 24px 0;
}

@media only screen and (max-width: 768px) {
	.text-info h4 {
		font-size: 24px;
	}
}

.text-info ul, .text-info ol {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 0 40px 0;
}

.text-info ul li, .text-info ol li {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000;
	padding: 0 0 0 24px;
	position: relative;
	display: block;
}

@media only screen and (max-width: 768px) {
	.text-info ul li, .text-info ol li {
		font-size: 16px;
		padding: 0 0 0 16px;
	}
}

.text-info img {
	width: 100%;
	margin: 40px 0 40px 0;
}

@media only screen and (max-width: 768px) {
	.text-info img {
		margin: 32px 0 32px 0;
	}
}

.text-info p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000;
}

@media only screen and (max-width: 1600px) {
	.text-info p {
		font-size: 16px;
	}
}

.text-info strong {
	font-weight: 600;
}

.text-info a {
	text-decoration: underline;
	transition: color .3s ease;
}

.text-info a:hover {
	color: #433e3a;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__contacts .breadcrumbs {
		position: relative;
		top: -75px;
		z-index: 5;
	}
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
	.page-wrapper__contacts .breadcrumbs__item {
		border-color: #fff;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__contacts .breadcrumbs__item:nth-last-child(1) .breadcrumbs__link {
		color: #fff;
	}
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
	.page-wrapper__contacts .breadcrumbs__link {
		color: #fff;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__contacts {
		top: -60px;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__services .breadcrumbs {
		position: relative;
		top: -75px;
		z-index: 5;
	}
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
	.page-wrapper__services .breadcrumbs__item {
		border-color: #fff;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__services .breadcrumbs__item:nth-last-child(1) .breadcrumbs__link {
		color: #fff;
	}
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
	.page-wrapper__services .breadcrumbs__link {
		color: #fff;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__services {
		top: -60px;
	}
}

.page-wrapper__services .main-services {
	padding: 0 0 100px 0;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__services .main-services {
		padding: 0;
	}
	
	.page-wrapper__services .main-services .services-contacts {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__services .sliders-wrapper {
		display: flex;
		flex-direction: column-reverse;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__services .sliders-wrapper .brands {
		top: -55px;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__services .sliders-wrapper .brands {
		top: -46px;
	}
}

.page-wrapper__services form[data-status=init] .wpcf7-not-valid-tip {
	display: none;
}

.page-wrapper__inner-service .main-services__content {
	width: 80%;
	margin: 0 auto;
}

.page-wrapper__inner-service .services-contacts {
	position: static;
	transform: initial;
	width: 100%;
	margin: 30px 0 0 0;
}

.page-wrapper__inner-service .services-about .services-contacts {
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 568px) {
	.page-wrapper__inner-service .services-about .services-contacts {
		display: block;
	}
}

.page-wrapper__inner-service .services-about__media img {
	width: 100%;
	max-height: 450px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
	-o-object-position: 50%;
	object-position: 50%;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__inner-service .services-about__block:nth-child(even) .services-about__media {
		order: -1;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__inner-service .main-services .services-contacts {
		display: none;
	}
	
	.page-wrapper__inner-service .breadcrumbs-wrapper {
		display: flex;
		flex-direction: column;
		margin: -55px 0 0 0;
	}
	
	.page-wrapper__inner-service .breadcrumbs {
		order: -1;
		position: relative;
		z-index: 5;
	}
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
	.page-wrapper__inner-service .breadcrumbs__item {
		border-color: #fff;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__inner-service .breadcrumbs__item:nth-last-child(1) .breadcrumbs__link {
		color: #fff;
	}
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
	.page-wrapper__inner-service .breadcrumbs__link {
		color: #fff;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__inner-service .breadcrumbs-wrapper {
		margin: -43px 0 0 0;
	}
}

.page-wrapper__brands .explore-mobile {
	display: none;
}

@media only screen and (max-width: 568px) {
	.page-wrapper__brands .explore-mobile {
		display: block;
		padding: 20px 0;
	}
}

.page-wrapper__brands .explore-mobile .explore-mobile__title {
	color: var(--A49682, #a49682);
	font-family: "Colgent", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 27.8px;
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #808080;
}

.page-wrapper__brands .explore-mobile .explore-mobile__title span {
	color: #594f42;
}

.page-wrapper__brands .about {
	background-color: #f1ebd9;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__brands .about__wrapper {
		flex-direction: column;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__brands .about__col:last-of-type {
		position: relative;
		left: 0;
		width: auto;
		height: auto;
		margin: 0 -15px;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__brands .about__col:last-of-type img {
		position: static;
		height: 400px;
	}
}

.page-wrapper__brands .about__col_brands {
	padding: 30px 60px;
	position: relative;
	left: 0;
}

@media only screen and (max-width: 1280px) {
	.page-wrapper__brands .about__col_brands {
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__brands .about__col_brands {
		width: 100%;
		padding: 20px 30px;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__brands .about__col_brands {
		padding: 20px 15px;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__brands .about__col_brands .about__content {
		align-items: flex-start;
	}
}

.page-wrapper__brands .about__col_brands .about__subtitle {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #9c9c9c;
	margin: 0 0 10px 0;
}

.page-wrapper__brands .about__col_brands .about__title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #000;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__brands .about__col_brands .about__title {
		font-weight: 400;
		font-size: 24px;
		line-height: 30px;
	}
}

.page-wrapper__brands .about__col_brands .about__content-text {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 568px) {
	.page-wrapper__brands .about__col_brands .about__content-text {
		font-size: 18px;
	}
}

.page-wrapper__brands .about__col_brands .about__btn {
	padding: 16px 40px;
	background: #393c4b;
	border: 1px solid #393c4b;
	border-radius: 8px;
	font-family: "Montserrat";
	font-style: normal;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
	transition: color .3s, background-color .3s;
}

.page-wrapper__brands .about__col_brands .about__btn:hover {
	color: #393c4b;
	background-color: transparent;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__brands .about__col_brands .about__btn {
		max-height: none;
	}
}

.page-wrapper__brands .about__col_brands .about__content-bottom {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0;
}

.page-wrapper__brands .about__col_brands .about__content-title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #000;
	margin: 0 0 25px 0;
}

.page-wrapper__brands .about__col_brands .about__content-bottom-wrapper {
	display: flex;
	justify-content: space-between;
	position: relative;
	left: 10px;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__brands .about__col_brands .about__content-bottom-wrapper {
		flex-direction: column;
	}
}

.page-wrapper__brands .about__col_brands .about__content-list {
	flex: 0 1 45%;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__brands .about__col_brands .about__content-list {
		width: 100%;
		flex: 0 1 100%;
	}
}

.page-wrapper__brands .about__col_brands .about__content-item {
	width: 100%;
	max-width: none;
}

.page-wrapper__brands .about__col_brands .about__content-item address {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	display: flex;
	align-items: flex-start;
}

.page-wrapper__brands .about__col_brands .about__content-item address svg {
	margin: 0 10px 0 0;
	flex-shrink: 0;
}

.page-wrapper__brands .about__col_brands .about__content-link {
	display: flex;
	align-items: center;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.page-wrapper__brands .about__col_brands .about__content-link svg {
	margin: 0 10px 0 0;
	flex-shrink: 0;
}

.page-wrapper__brands .about__col_brands-media {
	position: absolute;
	left: 50%;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__brands .products__flex-list {
		justify-content: space-between;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__brands .products__flex-item {
		flex: 0 1 49%;
	}
}

.page-wrapper__blog-landing .blog-list__flex-list {
	justify-content: space-between;
}

.page-wrapper__blog-landing .blog-list__flex-item {
	flex: 0 1 24%;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__blog-landing .blog-list__flex-item {
		flex: 0 1 49%;
		margin: 0 0 20px 0;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__blog-landing .blog-list__flex-item {
		flex: 0 1 100%;
		margin: 0 0 10px 0;
	}
}

.page-wrapper__blog-landing .blog-list {
	padding: 20px 0 60px 0;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__blog-landing .blog-list {
		padding: 20px 0 40px 0;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__blog-landing .blog-list {
		padding: 20px 0;
	}
}

.page-wrapper__blog-page .blog-banner img {
	height: 360px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 1440px) {
	.page-wrapper__blog-page .blog-banner img {
		height: 320px;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__blog-page .blog-banner img {
		height: 250px;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__blog-page .blog-banner img {
		height: 200px;
	}
}

.page-wrapper__blog-page .breadcrumbs__item:nth-last-child(1) .breadcrumbs__link {
	pointer-events: none;
	color: #594f42;
	font-weight: 700;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
}

.page-wrapper__serial .serial-main {
	padding: 0 0 100px 0;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__serial .serial-main {
		padding: 0 0 20px 0;
	}
}

.page-wrapper__serial .banner-cta {
	margin: -200px 0 0 0;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__serial .banner-cta {
		margin: 0;
	}
}

.page-wrapper__serial .services-contacts .services-contacts__item:nth-last-child(1) {
	border-right: none;
}

.page-wrapper__sell-your .top__brands {
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__sell-your .top__brands {
		margin: 0;
	}
}

.page-wrapper__sell-your .about {
	background-color: #f1ebd9;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__sell-your .about__wrapper {
		flex-direction: column;
	}
}

.page-wrapper__sell-your .about__col:first-of-type {
	left: 0;
}

.page-wrapper__sell-your .about__col:last-of-type {
	left: 50%;
}

@media only screen and (max-width: 767px) {
	.page-wrapper__sell-your .about__col:last-of-type {
		position: relative;
		left: 0;
		width: auto;
		height: auto;
		margin: 0 -15px;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__sell-your .about__col:last-of-type img {
		position: static;
		height: 100%;
	}
}

.page-wrapper__sell-your .about__col_brands {
	padding: 30px 60px;
}

@media only screen and (max-width: 1280px) {
	.page-wrapper__sell-your .about__col_brands {
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__sell-your .about__col_brands {
		width: 100%;
		padding: 20px 30px;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__sell-your .about__col_brands {
		padding: 20px 15px;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__sell-your .about__col_brands .about__content {
		align-items: flex-start;
	}
}

.page-wrapper__sell-your .about__col_brands .about__subtitle {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #9c9c9c;
	margin: 0 0 10px 0;
}

.page-wrapper__sell-your .about__col_brands .about__title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #000;
	margin: 0 0 15px 0;
	text-transform: unset;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__sell-your .about__col_brands .about__title {
		font-weight: 400;
		font-size: 24px;
		line-height: 30px;
	}
}

.page-wrapper__sell-your .about__col_brands .about__content-text {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 568px) {
	.page-wrapper__sell-your .about__col_brands .about__content-text {
		font-size: 18px;
	}
}

.page-wrapper__sell-your .about__col_brands .about__btn {
	padding: 16px 40px;
	background: #393c4b;
	border-radius: 8px;
	font-family: "Montserrat";
	font-style: normal;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__sell-your .about__col_brands .about__btn {
		max-height: none;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__sell-your .about__col_brands .about__btn {
		width: 100%;
	}
}

.page-wrapper__sell-your .about__col_brands .about__content-bottom {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0;
}

.page-wrapper__sell-your .about__col_brands .about__content-title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #000;
	margin: 0 0 25px 0;
}

.page-wrapper__sell-your .about__col_brands .about__content-bottom-wrapper {
	display: flex;
	justify-content: space-between;
	position: relative;
	left: 10px;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__sell-your .about__col_brands .about__content-bottom-wrapper {
		flex-direction: column;
	}
}

.page-wrapper__sell-your .about__col_brands .about__content-list {
	flex: 0 1 45%;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__sell-your .about__col_brands .about__content-list {
		width: 100%;
		flex: 0 1 100%;
	}
}

.page-wrapper__sell-your .about__col_brands .about__content-item {
	width: 100%;
	max-width: none;
}

.page-wrapper__sell-your .about__col_brands .about__content-item address {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	display: flex;
	align-items: flex-start;
}

.page-wrapper__sell-your .about__col_brands .about__content-item address svg {
	margin: 0 10px 0 0;
	flex-shrink: 0;
}

@media only screen and (max-width: 480px) {
	.page-wrapper__sell-your .about__col_brands .about__content-item address {
		font-size: 14px;
	}
}

.page-wrapper__sell-your .about__col_brands .about__content-link {
	display: flex;
	align-items: center;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.page-wrapper__sell-your .about__col_brands .about__content-link svg {
	margin: 0 10px 0 0;
	flex-shrink: 0;
}

.page-wrapper__sell-your .services-contacts {
	padding: 64px 0;
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	left: unset;
	transform: unset;
	background-color: #393c4b;
	border-radius: unset;
	box-shadow: unset;
}

@media only screen and (max-width: 1280px) {
	.page-wrapper__sell-your .services-contacts {
		padding: 32px;
	}
}

.page-wrapper__sell-your .services-contacts .services-contacts__inner {
	width: 60%;
	margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
	.page-wrapper__sell-your .services-contacts .services-contacts__inner {
		width: 80%;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__sell-your .services-contacts .services-contacts__inner {
		width: 100%;
	}
}

@media (max-width: 800px) {
	.page-wrapper__sell-your .services-contacts .services-contacts__inner {
		flex-direction: column;
	}
}

.page-wrapper__sell-your .services-contacts .services-contacts__item-title {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #9c9c9c;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__sell-your .services-contacts .services-contacts__item-title {
		font-family: "Montserrat";
		font-style: normal;
		font-weight: 700;
		font-size: 12px;
		line-height: 16px;
	}
}

.page-wrapper__sell-your .services-contacts .services-contacts__item-body svg {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.page-wrapper__sell-your .services-contacts .services-contacts__item-body svg path {
	stroke: #9c9c9c;
}

.page-wrapper__sell-your .services-contacts .services-contacts__item {
	border-right: 1px solid #9c9c9c;
}

@media (max-width: 800px) {
	.page-wrapper__sell-your .services-contacts .services-contacts__item {
		margin: 0 0 15px 0;
		padding: 0 0 15px 0;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #9c9c9c;
	}
}

.page-wrapper__sell-your .services-contacts .services-contacts__item:nth-last-child(1) {
	border: none;
}

@media (max-width: 800px) {
	.page-wrapper__sell-your .services-contacts .services-contacts__item:nth-last-child(1) {
		margin: 0;
		padding: 0;
	}
}

.page-wrapper__sell-your .services-contacts .services-contacts__item-link {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #fbdfbb;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__sell-your .services-contacts .services-contacts__item-link {
		font-weight: 500;
		font-size: 14px;
		line-height: 24px;
	}
}

.page-wrapper__watch-repair .sell__form .sell__form-inner form .contact-form-custom-right-column .form-control-custom-right-align input[type=submit]:hover {
	background: transparent !important;
}

.page-wrapper__watch-repair .about {
	background-color: #f1ebd9;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__watch-repair .about__wrapper {
		flex-direction: column;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__watch-repair .about__col:last-of-type {
		position: relative;
		left: 0;
		width: auto;
		height: auto;
		margin: 0 -15px;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__watch-repair .about__col:last-of-type img {
		position: static;
		height: 100%;
	}
}

.page-wrapper__watch-repair .about__col_brands {
	padding: 30px 60px;
}

@media only screen and (max-width: 1280px) {
	.page-wrapper__watch-repair .about__col_brands {
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__watch-repair .about__col_brands {
		width: 100%;
		padding: 20px 30px;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__watch-repair .about__col_brands {
		padding: 20px 15px;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__watch-repair .about__col_brands .about__content {
		align-items: flex-start;
	}
}

.page-wrapper__watch-repair .about__col_brands .about__subtitle {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #9c9c9c;
	margin: 0 0 10px 0;
}

.page-wrapper__watch-repair .about__col_brands .about__title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #000;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__watch-repair .about__col_brands .about__title {
		font-weight: 400;
		font-size: 24px;
		line-height: 30px;
	}
}

.page-wrapper__watch-repair .about__col_brands .about__content-text {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 568px) {
	.page-wrapper__watch-repair .about__col_brands .about__content-text {
		font-size: 18px;
	}
}

.page-wrapper__watch-repair .about__col_brands .about__btn {
	padding: 16px 40px;
	background: #393c4b;
	border-radius: 8px;
	font-family: "Montserrat";
	font-style: normal;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__watch-repair .about__col_brands .about__btn {
		max-height: none;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__watch-repair .about__col_brands .about__btn {
		width: 100%;
	}
}

.page-wrapper__watch-repair .about__col_brands .about__content-bottom {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0;
}

.page-wrapper__watch-repair .about__col_brands .about__content-title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #000;
	margin: 0 0 25px 0;
}

.page-wrapper__watch-repair .about__col_brands .about__content-bottom-wrapper {
	display: flex;
	justify-content: space-between;
	position: relative;
	left: 10px;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__watch-repair .about__col_brands .about__content-bottom-wrapper {
		flex-direction: column;
	}
}

.page-wrapper__watch-repair .about__col_brands .about__content-list {
	flex: 0 1 45%;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__watch-repair .about__col_brands .about__content-list {
		width: 100%;
		flex: 0 1 100%;
	}
}

.page-wrapper__watch-repair .about__col_brands .about__content-item {
	width: 100%;
	max-width: none;
}

.page-wrapper__watch-repair .about__col_brands .about__content-item address {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	display: flex;
	align-items: flex-start;
}

.page-wrapper__watch-repair .about__col_brands .about__content-item address svg {
	margin: 0 10px 0 0;
	flex-shrink: 0;
}

.page-wrapper__watch-repair .about__col_brands .about__content-link {
	display: flex;
	align-items: center;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.page-wrapper__watch-repair .about__col_brands .about__content-link svg {
	margin: 0 10px 0 0;
	flex-shrink: 0;
}

.page-wrapper__watch-repair .services-contacts {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	left: unset;
	transform: unset;
	background-color: #f1ebd9;
	border-radius: unset;
	box-shadow: unset;
}

@media only screen and (max-width: 1280px) {
	.page-wrapper__watch-repair .services-contacts {
		padding: 40px 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__watch-repair .services-contacts {
		border-radius: 16px;
		padding: 0 32px 64px;
		background-color: unset;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__watch-repair .services-contacts {
		padding: 25px 16px 56px;
	}
}

.page-wrapper__watch-repair .services-contacts .services-contacts__inner {
	width: 60%;
	margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
	.page-wrapper__watch-repair .services-contacts .services-contacts__inner {
		width: 80%;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__watch-repair .services-contacts .services-contacts__inner {
		width: 100%;
		letter-spacing: normal;
		background-color: #f1ebd9;
		padding: 32px 16px;
		border-radius: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__watch-repair .services-contacts .services-contacts__inner {
		flex-direction: column;
		padding: 32px;
	}
}

.page-wrapper__watch-repair .services-contacts .services-contacts__item-title {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #9c9c9c;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__watch-repair .services-contacts .services-contacts__item-title {
		font-family: "Montserrat";
		font-style: normal;
		font-weight: 700;
		font-size: 12px;
		line-height: 16px;
	}
}

.page-wrapper__watch-repair .services-contacts .services-contacts__item-body svg {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.page-wrapper__watch-repair .services-contacts .services-contacts__item-body svg path {
	stroke: #9c9c9c;
}

.page-wrapper__watch-repair .services-contacts .services-contacts__item {
	border-right: 1px solid #9c9c9c;
}

.page-wrapper__watch-repair .services-contacts .services-contacts__item:nth-last-child(1) {
	border: none;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__watch-repair .services-contacts .services-contacts__item {
		padding: 0 16px;
		width: 36%;
	}
	
	.page-wrapper__watch-repair .services-contacts .services-contacts__item:nth-child(1) {
		width: 24.4%;
	}
	
	.page-wrapper__watch-repair .services-contacts .services-contacts__item:nth-child(2) {
		width: 43%;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__watch-repair .services-contacts .services-contacts__item {
		width: 100%;
		border-right: none;
		width: 100% !important;
		padding: 0;
	}
	
	.page-wrapper__watch-repair .services-contacts .services-contacts__item:not(:last-of-type) {
		margin: 0 0 17px 0;
		padding: 0 0 15px 0;
		border-bottom: 1px solid #9c9c9c;
	}
}

.page-wrapper__watch-repair .services-contacts .services-contacts__item-link {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #393c4b;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__watch-repair .services-contacts .services-contacts__item-link {
		font-weight: 500;
		font-size: 14px;
		line-height: 24px;
	}
}

.page-wrapper__watch-repair .top {
	padding: 64px 0;
}

@media only screen and (max-width: 568px) {
	.page-wrapper__watch-repair .top {
		padding: 56px 17px;
	}
}

.page-wrapper__watch-repair .services-info {
	padding: 0;
}

.page-wrapper__watch-repair .services-info__inner {
	gap: 32px;
}

.page-wrapper__watch-repair .services-info__card {
	height: 260px;
	border-radius: 16px;
}

.page-wrapper__watch-repair .services-info__text span {
	display: block;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__watch-repair .services-info__inner {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.page-wrapper__watch-repair .services-info__media {
		margin: 0;
	}
	
	.page-wrapper__watch-repair .services-info__text {
		text-align: center;
		font-size: 20px;
		line-height: 25px;
	}
	
	.page-wrapper__watch-repair .services-info__card {
		height: 186px;
		padding: 32px 24px;
		margin: 0;
		flex-direction: column;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__watch-repair .services-info__inner {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	
	.page-wrapper__watch-repair .services-info__card {
		height: initial;
		padding: 16px;
		flex: 0 1 100%;
		width: 100%;
		flex-direction: row;
		justify-content: flex-start;
	}
	
	.page-wrapper__watch-repair .services-info__media {
		margin: 0 14px 0 0;
		width: 40px;
		height: 40px;
	}
	
	.page-wrapper__watch-repair .services-info__media svg {
		width: inherit;
		height: inherit;
	}
	
	.page-wrapper__watch-repair .services-info__text {
		font-size: 16px;
		line-height: 19px;
		text-align: left;
	}
}

.page-wrapper__watch-repair .sell__main-title span {
	display: block;
}

.page-wrapper__watch-repair .sell__main-content {
	width: 90%;
}

.page-wrapper__watch-repair .sell__main-inner:after {
	background: rgba(57, 60, 75, .88);
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__watch-repair .sell__steps-inner {
		padding-bottom: 0;
	}
	
	.page-wrapper__watch-repair .sell__inner-left {
		display: block;
	}
	
	.page-wrapper__watch-repair .sell__inner-left .sell__steps {
		display: none;
	}
}

.page-wrapper__watch-repair .breadcrumbs__link {
	color: #393c4b;
	font-weight: 500;
	line-height: 16px;
}

.page-wrapper__watch-repair .breadcrumbs__item:nth-last-child(1) .breadcrumbs__link {
	color: #9c9c9c;
	font-weight: 500;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__watch-repair .breadcrumbs {
		padding: 32px;
	}
	
	.page-wrapper__watch-repair .breadcrumbs__item:nth-child(1) {
		padding: 0 10px 0 0;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__watch-repair .breadcrumbs {
		padding: 24px 16px;
	}
	
	.page-wrapper__watch-repair .breadcrumbs__link {
		font-size: 14px;
		letter-spacing: normal;
	}
	
	.page-wrapper__watch-repair .breadcrumbs__item:nth-child(1) {
		padding: 0 10px 0 0;
	}
}

.page-wrapper__watch-repair .steps-card__text {
	padding: 0 0 35px 55px;
}

.page-wrapper__watch-repair .steps-card__number {
	flex-shrink: 0;
}

@media only screen and (max-width: 568px) {
	.page-wrapper__watch-repair .steps-card__title {
		line-height: 25px;
		padding: 0 0 0 16px;
	}
	
	.page-wrapper__watch-repair .steps-card__text {
		padding: 0;
	}
}

.page-wrapper__thank-you .sell__main-content {
	left: 0;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__thank-you .sell__main-content {
		left: 50%;
	}
}

.page-wrapper__thank-you .sell__main-banner img {
	width: 100%;
}

.page-wrapper__thank-you .about {
	background-color: #f1ebd9;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__thank-you .about__wrapper {
		flex-direction: column;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__thank-you .about__col:last-of-type {
		position: relative;
		left: 0;
		width: auto;
		height: auto;
		margin: 0 -15px;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__thank-you .about__col:last-of-type img {
		position: static;
		height: 100%;
	}
}

.page-wrapper__thank-you .about__col_brands {
	padding: 30px 60px;
}

@media only screen and (max-width: 1280px) {
	.page-wrapper__thank-you .about__col_brands {
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__thank-you .about__col_brands {
		width: 100%;
		padding: 20px 30px;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__thank-you .about__col_brands {
		padding: 20px 15px;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__thank-you .about__col_brands .about__content {
		align-items: flex-start;
	}
}

.page-wrapper__thank-you .about__col_brands .about__subtitle {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #9c9c9c;
	margin: 0 0 10px 0;
}

.page-wrapper__thank-you .about__col_brands .about__title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #000;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__thank-you .about__col_brands .about__title {
		font-weight: 400;
		font-size: 24px;
		line-height: 30px;
	}
}

.page-wrapper__thank-you .about__col_brands .about__content-text {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 568px) {
	.page-wrapper__thank-you .about__col_brands .about__content-text {
		font-size: 18px;
	}
}

.page-wrapper__thank-you .about__col_brands .about__btn {
	padding: 16px 40px;
	background: #393c4b;
	border-radius: 8px;
	font-family: "Montserrat";
	font-style: normal;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__thank-you .about__col_brands .about__btn {
		max-height: none;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__thank-you .about__col_brands .about__btn {
		width: 100%;
	}
}

.page-wrapper__thank-you .about__col_brands .about__content-bottom {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0;
}

.page-wrapper__thank-you .about__col_brands .about__content-title {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #000;
	margin: 0 0 25px 0;
}

.page-wrapper__thank-you .about__col_brands .about__content-bottom-wrapper {
	display: flex;
	justify-content: space-between;
	position: relative;
	left: 10px;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__thank-you .about__col_brands .about__content-bottom-wrapper {
		flex-direction: column;
	}
}

.page-wrapper__thank-you .about__col_brands .about__content-list {
	flex: 0 1 45%;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__thank-you .about__col_brands .about__content-list {
		width: 100%;
		flex: 0 1 100%;
	}
}

.page-wrapper__thank-you .about__col_brands .about__content-item {
	width: 100%;
	max-width: none;
}

.page-wrapper__thank-you .about__col_brands .about__content-item address {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	display: flex;
	align-items: flex-start;
}

.page-wrapper__thank-you .about__col_brands .about__content-item address svg {
	margin: 0 10px 0 0;
	flex-shrink: 0;
}

.page-wrapper__thank-you .about__col_brands .about__content-link {
	display: flex;
	align-items: center;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.page-wrapper__thank-you .about__col_brands .about__content-link svg {
	margin: 0 10px 0 0;
	flex-shrink: 0;
}

.page-wrapper__thank-you .services-info {
	padding: 0 0 32px;
}

.page-wrapper__thank-you .services-info__title {
	font-family: "Philosopher";
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 59px;
	text-align: center;
	margin: 0 0 32px 0;
}

.page-wrapper__thank-you .services-info__card {
	border-radius: 16px;
	height: initial;
	padding: 62px 30px;
	justify-content: unset;
}

.page-wrapper__thank-you .services-info__card-heading {
	font-family: "Philosopher";
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 24px;
	text-align: center;
}

.page-wrapper__thank-you .services-info__text {
	font-family: "Montserrat";
	font-size: 18px;
	line-height: 27px;
}

.page-wrapper__thank-you .services-info__inner {
	align-items: unset;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__thank-you .services-info {
		padding-top: 20px;
	}
	
	.page-wrapper__thank-you .services-info__title {
		font-size: 40px;
		line-height: 50px;
	}
	
	.page-wrapper__thank-you .services-info__inner {
		align-items: center;
	}
	
	.page-wrapper__thank-you .services-info__card {
		flex-direction: column;
		text-align: center;
		padding: 62px 16px;
		margin: 0;
		min-height: 400px;
	}
	
	.page-wrapper__thank-you .services-info__card-heading {
		font-size: 20px;
		line-height: 25px;
	}
	
	.page-wrapper__thank-you .services-info__card-heading span {
		display: block;
	}
	
	.page-wrapper__thank-you .services-info__card:nth-child(2) {
		min-height: 421px;
	}
	
	.page-wrapper__thank-you .services-info__inner {
		flex-direction: row;
		gap: 16px;
	}
	
	.page-wrapper__thank-you .services-info__media {
		margin: 0 0 20px 0;
	}
	
	.page-wrapper__thank-you .services-info__text {
		font-size: 14px;
		line-height: 21px;
		text-align: center;
		letter-spacing: normal;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__thank-you .services-info {
		padding-top: 32px;
	}
	
	.page-wrapper__thank-you .services-info__title {
		font-size: 32px;
		line-height: 40px;
	}
	
	.page-wrapper__thank-you .services-info__inner {
		flex-direction: column;
		padding: 0 16px;
	}
	
	.page-wrapper__thank-you .services-info__media {
		margin: 0 0 10px 0;
	}
	
	.page-wrapper__thank-you .services-info__media svg {
		height: 40px;
		width: 40px;
	}
	
	.page-wrapper__thank-you .services-info__card {
		min-height: unset;
		padding: 16px;
	}
	
	.page-wrapper__thank-you .services-info__card:nth-child(2) {
		min-height: unset;
	}
	
	.page-wrapper__thank-you .services-info__card-heading {
		margin-bottom: 16px;
		max-width: 248px;
	}
}

.page-wrapper__thank-you .sell__main-title span {
	display: block;
}

.page-wrapper__thank-you .sell__main-content {
	width: 100%;
	text-align: center;
}

.page-wrapper__thank-you .sell__main-inner:after {
	background: rgba(57, 60, 75, .88);
}

.page-wrapper__thank-you .sell__steps-title {
	text-align: center;
	margin: 0 0 62px 0;
}

.page-wrapper__thank-you .sell__steps-cards {
	max-width: 860px;
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__thank-you .sell__main-subtitle {
		letter-spacing: normal;
	}
	
	.page-wrapper__thank-you .sell__steps-inner {
		padding: 0 32px;
	}
	
	.page-wrapper__thank-you .sell__steps-title {
		margin: 0 0 32px 0;
	}
	
	.page-wrapper__thank-you .sell__inner-left {
		display: block;
	}
	
	.page-wrapper__thank-you .sell__inner-left .sell__steps {
		display: none;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__thank-you .sell__steps-title {
		text-align: center;
		margin: 0 0 24px 0;
	}
}

.page-wrapper__thank-you .breadcrumbs__link {
	color: #393c4b;
	font-weight: 500;
	line-height: 16px;
}

.page-wrapper__thank-you .breadcrumbs__item:nth-last-child(1)::after {
	left: -5px;
}

.page-wrapper__thank-you .breadcrumbs__item:nth-last-child(1) .breadcrumbs__link {
	color: #9c9c9c;
	font-weight: 500;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__thank-you .breadcrumbs {
		padding: 32px;
	}
	
	.page-wrapper__thank-you .breadcrumbs__item:nth-child(1) {
		padding: 0 10px 0 0;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__thank-you .breadcrumbs {
		padding: 24px 16px;
	}
	
	.page-wrapper__thank-you .breadcrumbs__link {
		font-size: 14px;
		letter-spacing: normal;
	}
	
	.page-wrapper__thank-you .breadcrumbs__item:nth-child(1) {
		padding: 0 10px 0 0;
	}
}

.page-wrapper__thank-you .steps-card__body {
	max-width: 752px;
}

.page-wrapper__thank-you .steps-card__text {
	padding: 0 0 35px 55px;
}

.page-wrapper__thank-you .steps-card__number {
	flex-shrink: 0;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__thank-you .steps-card {
		margin: 0 0 8px 0;
	}
	
	.page-wrapper__thank-you .steps-card__text {
		letter-spacing: normal;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__thank-you .steps-card {
		margin: 0 0 20px 0;
	}
	
	.page-wrapper__thank-you .steps-card__title {
		line-height: 25px;
		padding: 0 0 0 16px;
	}
	
	.page-wrapper__thank-you .steps-card__text {
		padding: 0;
	}
}

.page-wrapper__thank-you-page .woocommerce {
	padding: 56px 0;
}

@media only screen and (max-width: 768px) {
	.page-wrapper__thank-you-page .woocommerce {
		padding: 48px 0;
	}
}

.page-wrapper__thank-you-page .woocommerce-notice {
	font-size: 32px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	line-height: normal;
	padding: 0 10px;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__thank-you-page .woocommerce-notice {
		font-size: 28px;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__thank-you-page .woocommerce-notice {
		font-size: 22px;
	}
}

.page-wrapper__thank-you-page .woocommerce-info {
	border-top: none;
	text-align: center;
}

.page-wrapper__thank-you-page .woocommerce-info::before {
	display: none;
}

.page-wrapper__thank-you-page .woocommerce-form {
	display: flex;
	flex-direction: column;
	max-width: 560px;
	padding: 40px !important;
	margin: 0 auto !important;
}

@media only screen and (max-width: 768px) {
	.page-wrapper__thank-you-page .woocommerce-form {
		max-width: unset;
		padding: 20px !important;
		width: 90%;
	}
}

.page-wrapper__thank-you-page .woocommerce-form > .clear + p.form-row {
	margin: 12px 0;
}

.page-wrapper__thank-you-page .woocommerce-form .lost_password a:hover {
	text-decoration: underline;
}

.page-wrapper__thank-you-page .woocommerce-form .form-row-first {
	width: 100%;
}

.page-wrapper__thank-you-page .woocommerce-form .form-row-last {
	width: 100%;
}

.page-wrapper__thank-you-page .woocommerce-form .woocommerce-form-login__submit {
	width: 50%;
	border-radius: 5px;
	height: 44px;
	padding: 10px 10px;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.64;
	color: #fff;
	border: 1px solid #191919;
	background-color: #191919;
	white-space: nowrap;
	text-align: center;
}

.page-wrapper__thank-you-page .woocommerce-form .woocommerce-form-login__submit:hover {
	color: #000;
	background-color: transparent;
}

@media only screen and (max-width: 480px) {
	.page-wrapper__thank-you-page .woocommerce-form .woocommerce-form-login__submit {
		width: 40%;
	}
}

.page-wrapper__thank-you-page .woocommerce-form .woocommerce-form-login__rememberme {
	position: relative;
	top: 7px;
}

.custom-thankyou-page.woocommerce-order {
	max-width: 896px;
	margin: 0 auto;
	background-color: white;
	padding: 0;
}

@media only screen and (max-width: 1024px) {
	.custom-thankyou-page.woocommerce-order {
		max-width: calc(100dvw - 96px);
		margin: 48px;
	}
}

@media only screen and (max-width: 768px) {
	.custom-thankyou-page.woocommerce-order {
		max-width: calc(100dvw - 32px);
		margin: 0 16px;
	}
}

.custom-thankyou-page.woocommerce-order .woocommerce-bacs-bank-details {
	padding: 48px;
	border: 1px solid #e3e5e8;
}

@media only screen and (max-width: 768px) {
	.custom-thankyou-page.woocommerce-order .woocommerce-bacs-bank-details {
		padding: 32px;
	}
}

@media only screen and (max-width: 568px) {
	.custom-thankyou-page.woocommerce-order .woocommerce-bacs-bank-details {
		padding: 24px;
	}
}

.custom-thankyou-page.woocommerce-order .woocommerce-bacs-bank-details h2 {
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -.5px;
	margin-bottom: 12px;
}

@media only screen and (max-width: 480px) {
	.custom-thankyou-page.woocommerce-order .woocommerce-bacs-bank-details h2 {
		margin-bottom: 16px;
	}
}

.custom-thankyou-page.woocommerce-order .woocommerce-bacs-bank-details h3 {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -.5px;
	margin-bottom: 12px;
	color: #676f7e;
}

@media only screen and (max-width: 480px) {
	.custom-thankyou-page.woocommerce-order .woocommerce-bacs-bank-details h3 {
		margin-bottom: 16px;
	}
}

.custom-thankyou-page.woocommerce-order .woocommerce-bacs-bank-details .order_details {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0;
}

.custom-thankyou-page.woocommerce-order .woocommerce-bacs-bank-details .order_details li {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	padding: 0;
	border: none;
}

.custom-thankyou-page.woocommerce-order .woocommerce-bacs-bank-details .order_details li strong {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	line-height: 22.75px;
	color: #676f7e;
}

.custom-thankyou-page.woocommerce-order .thankyou-header {
	padding: 48px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #e3e5e8;
}

@media only screen and (max-width: 768px) {
	.custom-thankyou-page.woocommerce-order .thankyou-header {
		padding: 32px;
	}
}

@media only screen and (max-width: 480px) {
	.custom-thankyou-page.woocommerce-order .thankyou-header {
		padding: 16px;
	}
}

.custom-thankyou-page.woocommerce-order .thankyou-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	margin-bottom: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f4f1ea;
}

.custom-thankyou-page.woocommerce-order .thankyou-icon svg {
	stroke: #9b8d7a;
}

.custom-thankyou-page.woocommerce-order .thankyou-title {
	font-family: Montserrat, sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 24px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.custom-thankyou-page.woocommerce-order .thankyou-title {
		font-size: 30px;
		line-height: 36px;
	}
}

.custom-thankyou-page.woocommerce-order .thankyou-subtitle {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	max-width: 672px;
	margin: 0 auto 24px;
	text-align: center;
	color: rgba(103, 111, 126, .9);
}

.custom-thankyou-page.woocommerce-order .thankyou-order-number {
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: .5px;
	color: #1f232e;
	margin-bottom: 24px;
}

.custom-thankyou-page.woocommerce-order .thankyou-email {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 32px;
	text-align: center;
	color: rgba(103, 111, 126, .7);
}

.custom-thankyou-page.woocommerce-order .thankyou-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border: 1px solid #e3e5e8;
	border-top: none;
}

@media only screen and (max-width: 1024px) {
	.custom-thankyou-page.woocommerce-order .thankyou-columns {
		grid-template-columns: 1fr;
	}
}

.custom-thankyou-page.woocommerce-order .thankyou-left {
	padding: 48px;
	border-right: 1px solid rgba(227, 229, 232, .6);
}

@media only screen and (max-width: 768px) {
	.custom-thankyou-page.woocommerce-order .thankyou-left {
		border-bottom: 1px solid rgba(227, 229, 232, .6);
		border-right: 0;
		padding: 32px;
	}
}

@media only screen and (max-width: 480px) {
	.custom-thankyou-page.woocommerce-order .thankyou-left {
		padding: 16px;
	}
}

.custom-thankyou-page.woocommerce-order .thankyou-left .thankyou-section:not(:last-child) {
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(227, 229, 232, .6);
	padding-bottom: 40px;
}

@media only screen and (max-width: 480px) {
	.custom-thankyou-page.woocommerce-order .thankyou-left .thankyou-section:not(:last-child) {
		margin-bottom: 16px;
		padding-bottom: 16px;
	}
}

.custom-thankyou-page.woocommerce-order .thankyou-left .thankyou-section h3 {
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -.5px;
	margin-bottom: 32px;
}

@media only screen and (max-width: 480px) {
	.custom-thankyou-page.woocommerce-order .thankyou-left .thankyou-section h3 {
		margin-bottom: 16px;
	}
}

.custom-thankyou-page.woocommerce-order .thankyou-left .thankyou-section .section-content {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 22.75px;
	color: #676f7e;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.custom-thankyou-page.woocommerce-order .thankyou-left .thankyou-section .section-content::first-line {
	color: #1f232e;
}

.custom-thankyou-page.woocommerce-order .thankyou-left .payment-info .section-content {
	position: relative;
	padding-left: 54px;
}

.custom-thankyou-page.woocommerce-order .thankyou-left .payment-info .section-content::after {
	position: absolute;
	width: 38px;
	height: 38px;
	top: 0;
	left: 0;
	background-color: rgba(244, 244, 246, .4);
	border: 1px solid rgba(227, 229, 232, .6);
}

.custom-thankyou-page.woocommerce-order .thankyou-left .payment-info .section-content::before {
	content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23676f7e%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22lucide%20lucide-credit-card%20w-5%20h-5%20text-muted-foreground%22%20aria-hidden%3D%22true%22%3E%3Crect%20width%3D%2220%22%20height%3D%2214%22%20x%3D%222%22%20y%3D%225%22%20rx%3D%222%22%3E%3C%2Frect%3E%3Cline%20x1%3D%222%22%20x2%3D%2222%22%20y1%3D%2210%22%20y2%3D%2210%22%3E%3C%2Fline%3E%3C%2Fsvg%3E");
	position: absolute;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-thankyou-page.woocommerce-order .thankyou-left .payment-info .section-content p:first-child {
	color: #1f232e;
}

.custom-thankyou-page.woocommerce-order .thankyou-right {
	padding: 48px;
	background-color: #f4f1ea;
}

@media only screen and (max-width: 768px) {
	.custom-thankyou-page.woocommerce-order .thankyou-right {
		padding: 32px;
	}
}

@media only screen and (max-width: 480px) {
	.custom-thankyou-page.woocommerce-order .thankyou-right {
		padding: 16px;
	}
}

.custom-thankyou-page.woocommerce-order .thankyou-right h3 {
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -.5px;
	margin-bottom: 32px;
}

@media only screen and (max-width: 480px) {
	.custom-thankyou-page.woocommerce-order .thankyou-right h3 {
		margin-bottom: 16px;
	}
}

.custom-thankyou-page.woocommerce-order .thankyou-right .order-items {
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(227, 229, 232, .4);
	padding: 24px;
	background: white;
}

@media only screen and (max-width: 480px) {
	.custom-thankyou-page.woocommerce-order .thankyou-right .order-items {
		padding: 16px;
	}
}

.custom-thankyou-page.woocommerce-order .thankyou-right .order-item {
	display: flex;
	gap: 24px;
	border-radius: 2px;
}

.custom-thankyou-page.woocommerce-order .thankyou-right .order-item:not(:last-child) {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(227, 229, 232, .4);
}

.custom-thankyou-page.woocommerce-order .thankyou-right .order-item .item-image {
	border: 1px solid rgba(227, 229, 232, .4);
	height: -moz-fit-content;
	height: fit-content;
}

.custom-thankyou-page.woocommerce-order .thankyou-right .order-item .item-image img {
	min-width: 85px;
	width: 85px;
	height: 103px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 480px) {
	.custom-thankyou-page.woocommerce-order .thankyou-right .order-item .item-image img {
		min-width: 65px;
		width: 65px;
		height: 80px;
	}
}

.custom-thankyou-page.woocommerce-order .thankyou-right .order-item .item-name {
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 22.5px;
	margin-bottom: 4px;
	color: #1f232e;
}

.custom-thankyou-page.woocommerce-order .thankyou-right .order-item .item-sku {
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	margin-bottom: 8px;
	color: #676f7e;
}

.custom-thankyou-page.woocommerce-order .thankyou-right .order-item .item-total {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	color: #1f232e;
}

.custom-thankyou-page.woocommerce-order .thankyou-right .order-summary {
	border-bottom: 1px solid rgba(227, 229, 232, .6);
	margin-bottom: 40px;
	padding-bottom: 40px;
}

@media only screen and (max-width: 480px) {
	.custom-thankyou-page.woocommerce-order .thankyou-right .order-summary {
		margin-bottom: 16px;
		padding-bottom: 16px;
	}
}

.custom-thankyou-page.woocommerce-order .thankyou-right .whats-next .section-content {
	padding: 32px;
	border: 1px solid rgba(227, 229, 232, .4);
	background-color: white;
}

@media only screen and (max-width: 480px) {
	.custom-thankyou-page.woocommerce-order .thankyou-right .whats-next .section-content {
		padding: 16px;
	}
}

.custom-thankyou-page.woocommerce-order .thankyou-right .whats-next .next-steps {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.custom-thankyou-page.woocommerce-order .thankyou-right .whats-next .next-steps li {
	position: relative;
	padding-left: 40px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 19.5px;
	color: rgba(103, 111, 126, .8);
}

.custom-thankyou-page.woocommerce-order .thankyou-right .whats-next .next-steps li strong {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #1f232e;
}

.custom-thankyou-page.woocommerce-order .thankyou-right .whats-next .next-steps .step-confirmation:after {
	position: absolute;
	content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%239b8d7a%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22lucide%20lucide-mail%20w-6%20h-6%20text-%5B%239b8d7a%5D%20mt-0.5%20shrink-0%22%20aria-hidden%3D%22true%22%3E%3Cpath%20d%3D%22m22%207-8.991%205.727a2%202%200%200%201-2.009%200L2%207%22%3E%3C%2Fpath%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%2220%22%20height%3D%2216%22%20rx%3D%222%22%3E%3C%2Frect%3E%3C%2Fsvg%3E");
	left: 0;
	top: 0;
}

.custom-thankyou-page.woocommerce-order .thankyou-right .whats-next .next-steps .step-inspection:after {
	position: absolute;
	content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%239b8d7a%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22lucide%20lucide-search-check%20w-6%20h-6%20text-%5B%239b8d7a%5D%20mt-0.5%20shrink-0%22%20aria-hidden%3D%22true%22%3E%3Cpath%20d%3D%22m8%2011%202%202%204-4%22%3E%3C%2Fpath%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22m21%2021-4.3-4.3%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	left: 0;
	top: 0;
}

.custom-thankyou-page.woocommerce-order .thankyou-right .whats-next .next-steps .step-delivery:after {
	position: absolute;
	content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%239b8d7a%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22lucide%20lucide-truck%20w-6%20h-6%20text-%5B%239b8d7a%5D%20mt-0.5%20shrink-0%22%20aria-hidden%3D%22true%22%3E%3Cpath%20d%3D%22M14%2018V6a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v11a1%201%200%200%200%201%201h2%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M15%2018H9%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M19%2018h2a1%201%200%200%200%201-1v-3.65a1%201%200%200%200-.22-.624l-3.48-4.35A1%201%200%200%200%2017.52%208H14%22%3E%3C%2Fpath%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2218%22%20r%3D%222%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2218%22%20r%3D%222%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E");
	left: 0;
	top: 0;
}

.custom-thankyou-page.woocommerce-order .thankyou-support {
	margin-top: 32px;
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
}

@media only screen and (max-width: 480px) {
	.custom-thankyou-page.woocommerce-order .thankyou-support {
		margin-top: 24px;
	}
}

.custom-thankyou-page.woocommerce-order .thankyou-support a {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #1f232e;
}

.custom-thankyou-page.woocommerce-order .thankyou-support a:hover {
	text-decoration: underline;
}

.custom-thankyou-page.woocommerce-order .woocommerce-customer-details {
	display: none;
}

.custom-thankyou-page.woocommerce-order .woocommerce-order-details {
	display: none;
}

.page-wrapper__checkout:has(.custom-thankyou-page) main {
	background-color: transparent;
}

.page-wrapper__cart .woocommerce-remove-coupon {
	display: none;
}

.page-wrapper__cart .remove-coupon {
	margin: 0 0 0 5px;
	position: relative;
	top: 1px;
}

.page-wrapper__cart .custom-coupon {
	text-align: left !important;
}

@media only screen and (max-width: 768px) {
	.page-wrapper__cart .custom-coupon {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
}

.page-wrapper__cart .custom-coupon #custom_apply_coupon {
	background-color: #393c4b;
	text-align: center;
	border: 1px solid #393c4b;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 16px;
	border-radius: 8px;
	font-size: 14px;
	line-height: normal;
	font-weight: 500;
	transition: background-color .3s, color .3s;
}

.page-wrapper__cart .custom-coupon #custom_apply_coupon:hover {
	background-color: transparent;
	color: #393c4b;
}

.page-wrapper__cart .custom-coupon #custom_coupon_code {
	width: unset !important;
	padding: 10px 8px;
	font-size: 14px;
	line-height: normal;
	color: #393c4b;
	border-radius: 8px;
	border: 1px solid #393c4b;
}

.page-wrapper__cart .custom-coupon #custom_coupon_code::-moz-placeholder {
	font-size: 14px;
	font-weight: 500;
}

.page-wrapper__cart .custom-coupon #custom_coupon_code::placeholder {
	font-size: 14px;
	font-weight: 500;
}

.page-wrapper__cart .custom-coupon #coupon_message {
	margin: 10px 0 0 0;
}

.page-wrapper__cart .custom-coupon #coupon_message ul li {
	text-align: center;
}

.page-wrapper__cart .custom-coupon #coupon_message .woocommerce-message {
	border-top-color: transparent !important;
	border-radius: 8px !important;
}

.page-wrapper__cart .return-to-shop {
	display: flex;
	align-items: center;
}

.page-wrapper__cart .wc-block-components-notice-banner {
	height: 36px !important;
	align-items: center !important;
}

.page-wrapper__cart .wc-block-components-notice-banner svg {
	width: 16px !important;
	height: 16px !important;
}

.page-wrapper__cart .breadcrumbs__item:nth-last-child(1) .breadcrumbs__link {
	font-weight: 400;
}

.page-wrapper__cart h1 {
	font-size: 56px;
	margin: 0 0 20px 0;
	line-height: 69px;
	font-weight: 400;
	font-family: "Philosopher";
}

@media only screen and (max-width: 568px) {
	.page-wrapper__cart h1 {
		padding: 0 16px;
	}
}

.page-wrapper__cart .blog-post__body {
	padding: 0 40px 40px;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__cart .blog-post__body {
		padding: 0 20px 20px;
	}
}

.page-wrapper__cart .blog-post__body {
	flex: 0 1 100%;
	width: 100%;
}

.page-wrapper__cart .woocommerce {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 65px;
	width: 100%;
	margin: 0 auto;
}

.page-wrapper__cart .woocommerce .woocommerce-notices-wrapper {
	width: 100%;
}

.page-wrapper__cart .woocommerce .woocommerce-cart-form {
	flex: 1;
}

.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
	border: unset;
}

.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
	display: none;
}

.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item {
	border: 1px solid rgba(57, 60, 75, .16);
	display: grid;
	grid-template-columns: 192px 1fr 122px 24px;
	grid-template-rows: minmax(96px, 1fr) 96px;
	gap: 0 50px;
	padding-right: 44px;
}

.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item td {
	border-top: unset;
	padding: 44px 0;
}

.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
	grid-row: 1/span 2;
	grid-column: 1;
	padding: 0;
}

.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item .product-thumbnail a {
	height: 100%;
	display: flex;
	align-items: center;
}

.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item .product-name {
	grid-column: 2;
	padding-bottom: 0;
}

.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item .product-price {
	display: none;
}

.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item .product-quantity {
	grid-column: 3;
	grid-row: 1/span 2;
}

.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item .product-subtotal {
	grid-column: 2;
	padding: 0;
	font-weight: 700;
}

.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item .product-remove {
	grid-column: 4;
	grid-row: 1/span 2;
}

.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0;
	border-top: unset;
}

.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions .coupon {
	display: flex;
	gap: 16px;
}

.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions .coupon input {
	width: 150px;
	padding-left: 8px;
}

.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions .button[name=update_cart] {
	background-color: #393c4b;
	text-align: center;
	border: 1px solid #393c4b;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 16px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	transition: background-color .3s, color .3s;
}

.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions .button[name=update_cart]:hover {
	background-color: transparent;
	color: #393c4b;
}

.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	width: 192px;
	height: 192px;
}

.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail img {
	width: inherit;
	height: inherit;
	-o-object-fit: contain;
	object-fit: contain;
}

.page-wrapper__cart .woocommerce .cart-collaterals {
	flex: 0 0 640px;
}

.page-wrapper__cart .woocommerce .cart-collaterals .cart_totals {
	width: auto;
	float: initial;
	background-color: #f1ebd9;
	padding: 48px;
}

.page-wrapper__cart .woocommerce .cart-collaterals .cart_totals h2 {
	font-family: "Philosopher";
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 8px;
	font-weight: 400;
}

.page-wrapper__cart .woocommerce .cart-collaterals .cart_totals .shop_table.shop_table_responsive {
	border: unset;
}

.page-wrapper__cart .woocommerce .cart-collaterals .cart_totals .shop_table.shop_table_responsive tbody th, .page-wrapper__cart .woocommerce .cart-collaterals .cart_totals .shop_table.shop_table_responsive tfoot td, .page-wrapper__cart .woocommerce .cart-collaterals .cart_totals .shop_table.shop_table_responsive tfoot th {
	font-weight: 500;
}

.page-wrapper__cart .woocommerce .cart-collaterals .cart_totals .shop_table.shop_table_responsive tbody tr th {
	padding-left: 0;
	font-weight: 400;
}

.page-wrapper__cart .woocommerce .cart-collaterals .cart_totals .shop_table.shop_table_responsive tbody tr th, .page-wrapper__cart .woocommerce .cart-collaterals .cart_totals .shop_table.shop_table_responsive tbody tr td {
	padding-top: 16px;
	padding-bottom: 16px;
}

.page-wrapper__cart .woocommerce .cart-collaterals .cart_totals .shop_table.shop_table_responsive tbody tr th::before, .page-wrapper__cart .woocommerce .cart-collaterals .cart_totals .shop_table.shop_table_responsive tbody tr td::before {
	display: none !important;
}

.page-wrapper__cart .woocommerce .cart-collaterals .cart_totals .shop_table.shop_table_responsive tbody tr td:last-of-type {
	text-align: right;
}

.page-wrapper__cart .woocommerce .cart-collaterals .cart_totals .shop_table.shop_table_responsive tbody tr.cart-subtotal .amount {
	font-weight: 700;
}

.page-wrapper__cart .woocommerce .cart-collaterals .cart_totals .shop_table.shop_table_responsive tbody tr.order-total th {
	text-transform: uppercase;
}

.page-wrapper__cart .woocommerce .cart-collaterals .cart_totals .shop_table.shop_table_responsive tbody tr.order-total .amount {
	font-size: 20px;
	line-height: 24px;
}

.page-wrapper__cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
	background-color: #393c4b;
	text-align: center;
	border: 1px solid #393c4b;
	color: #fff;
	text-transform: uppercase;
	padding: 14px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	width: 100% !important;
	margin: 0 0 10px 0;
	transition: background-color .3s, color .3s;
}

.page-wrapper__cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
	background-color: transparent;
	color: #393c4b;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__cart .woocommerce .cart-collaterals {
		flex: 1;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__cart .woocommerce {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.page-wrapper__cart h1 {
		font-size: 48px;
		line-height: 60px;
	}
	
	.page-wrapper__cart .woocommerce {
		gap: 32px;
	}
	
	.page-wrapper__cart .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
		background-color: unset;
	}
	
	.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
		margin: 0;
	}
	
	.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody {
		gap: 32px;
	}
	
	.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item {
		grid-template-columns: 160px 1fr 60px 24px;
		grid-template-rows: minmax(80px, 1fr) 80px;
		gap: 0 32px;
		padding-right: 32px;
	}
	
	.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item td {
		text-align: left !important;
	}
	
	.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item td::before {
		content: none;
	}
	
	.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
		display: block;
	}
	
	.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions .coupon {
		padding: 0;
	}
	
	.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions .coupon::before, .page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions .coupon::after {
		content: none;
	}
	
	.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
		width: 160px;
		height: 160px;
	}
	
	.page-wrapper__cart .woocommerce .cart-collaterals .cart_totals h2 {
		margin-bottom: 0;
	}
	
	.page-wrapper__cart .woocommerce .cart-collaterals .cart_totals .shop_table.shop_table_responsive tbody tr td {
		padding-left: 0;
		padding-right: 0;
	}
	
	.page-wrapper__cart .woocommerce .cart-collaterals .cart_totals .shop_table.shop_table_responsive tbody tr td::before {
		font-weight: 400;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__cart .breadcrumbs {
		padding: 20px 16px;
	}
	
	.page-wrapper__cart .breadcrumbs__link {
		font-size: 14px;
	}
	
	.page-wrapper__cart .blog-post__body {
		padding: 0 0 40px;
	}
	
	.page-wrapper__cart h1 {
		font-size: 32px;
		line-height: 40px;
	}
	
	.page-wrapper__cart .woocommerce {
		gap: 16px;
	}
	
	.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
		margin: 0;
	}
	
	.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody {
		gap: 16px;
	}
	
	.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item {
		grid-template-columns: 104px 1fr .1fr;
		grid-template-rows: minmax(52px, 1fr) 52px;
		gap: 0 16px;
		padding-right: 16px;
	}
	
	.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item td {
		padding: 16px 0;
	}
	
	.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item .product-name {
		font-size: 14px;
		line-height: 21px;
	}
	
	.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item .product-quantity {
		grid-row: 1;
		display: flex;
		justify-content: flex-end;
	}
	
	.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item .product-remove {
		grid-column: 3;
		grid-row: 2;
		display: flex;
		justify-content: flex-end;
	}
	
	.page-wrapper__cart .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
		width: 104px;
		height: 104px;
	}
	
	.page-wrapper__cart .woocommerce .cart-collaterals .cart_totals {
		padding: 32px;
	}
	
	.page-wrapper__cart .woocommerce .cart-collaterals .cart_totals h2 {
		font-size: 24px;
		line-height: 30px;
	}
	
	.page-wrapper__cart .woocommerce .cart-collaterals .cart_totals .shop_table.shop_table_responsive tbody tr td {
		padding-left: 0;
		padding-right: 0;
	}
	
	.page-wrapper__cart .woocommerce .cart-collaterals .cart_totals .shop_table.shop_table_responsive tbody tr td::before {
		font-weight: 400;
	}
}

@media only screen and (max-width: 1024px) {
	body {
		letter-spacing: unset;
		font-size: 16px;
		line-height: 24px;
	}
}

.page-wrapper__checkout .woocommerce-remove-coupon {
	display: none;
}

.page-wrapper__checkout .remove-coupon {
	margin: 0 0 0 5px;
	position: relative;
	top: 1px;
}

.page-wrapper__checkout .wc-backward {
	text-decoration: underline !important;
}

.page-wrapper__affirm .location__body {
	align-items: stretch;
}

.page-wrapper__affirm .location__body .step_count_icon {
	margin: 0 0 10px 0;
}

.page-wrapper__affirm .location__card .step_count_icon img {
	width: 58px;
	height: 58px;
}

.page-wrapper__affirm .services-about__textbox p {
	margin: 0 0 8px 0;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__affirm .location__card-title, .page-wrapper__affirm .location__card-textbox {
		padding: 0;
	}
	
	.page-wrapper__affirm .services-about {
		padding-bottom: 40px;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__affirm .products__header-link {
		padding: 11px 16px;
	}
}

.page-wrapper__serial-audemar .services-contacts .services-contacts__item:nth-last-child(1) {
	border-right: none;
}

.page-wrapper__serial-audemar .rolex-year.rolex-type {
	padding: 80px 0;
}

.page-wrapper__serial-audemar .serial-about .services-contacts {
	display: none;
	width: 100%;
	position: unset;
	left: unset;
	bottom: unset;
	transform: unset;
	background-color: #393c4b;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__serial-audemar .serial-about .services-contacts {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__serial-audemar .serial-about .services-contacts .services-contacts__inner {
		flex-direction: column;
	}
}

.page-wrapper__serial-audemar .serial-about .services-contacts .services-contacts__item {
	border-right: 2px solid #9c9c9c;
}

@media only screen and (max-width: 767px) {
	.page-wrapper__serial-audemar .serial-about .services-contacts .services-contacts__item {
		width: 100%;
		border-right: none;
		border-bottom: 2px solid #9c9c9c;
		padding: 15px 0;
	}
	
	.page-wrapper__serial-audemar .serial-about .services-contacts .services-contacts__item:nth-last-child(1) {
		border-bottom: none;
	}
}

.page-wrapper__serial-audemar .serial-about .services-contacts .services-contacts__item-title {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: #9c9c9c;
}

.page-wrapper__serial-audemar .serial-about .services-contacts .services-contacts__item-link {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.page-wrapper__serial-audemar .serial-about .services-contacts svg {
	flex-shrink: 0;
}

.page-wrapper__serial-audemar .serial-about .services-contacts svg path {
	stroke: #9c9c9c;
}

.page-wrapper__tudor-model .banner {
	min-height: unset !important;
}

.page-wrapper__tudor-model .banner img {
	position: unset !important;
	-o-object-fit: unset;
	object-fit: unset;
	height: unset !important;
}

.tudor-watches {
	padding: 90px 0;
}

@media only screen and (max-width: 768px) {
	.tudor-watches {
		padding: 60px 0;
	}
}

.tudor-watches__inner {
	display: flex;
	flex-direction: column;
}

.tudor-watches__inner h1 {
	font-family: "Montserrat";
	margin: 0 0 8px 0;
	font-size: 30px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
	.tudor-watches__inner h1 {
		font-size: 24px;
	}
}

.tudor-watches__inner h3 {
	font-family: "Montserrat";
	font-size: 16px;
	color: #be0000;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 32px 0;
}

@media only screen and (max-width: 768px) {
	.tudor-watches__inner h3 {
		font-size: 14px;
	}
}

.tudor-watches__inner p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	line-height: 28px;
	max-width: 768px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.tudor-watches__inner p {
		font-size: 14px;
		line-height: 24px;
	}
}

.tudor-about {
	padding: 90px 0;
}

@media only screen and (max-width: 768px) {
	.tudor-about {
		padding: 60px 0;
	}
}

.tudor-about__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tudor-about__inner h1 {
	font-family: "Montserrat";
	margin: 0 0 8px 0;
	font-size: 30px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
	.tudor-about__inner h1 {
		font-size: 24px;
	}
}

.tudor-about__inner h3 {
	font-family: "Montserrat";
	font-size: 16px;
	color: #be0000;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 32px 0;
}

@media only screen and (max-width: 768px) {
	.tudor-about__inner h3 {
		font-size: 14px;
	}
}

.tudor-about__inner p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	line-height: 28px;
	max-width: 768px;
	margin: 0 auto;
	margin: 0 0 48px 0;
}

@media only screen and (max-width: 768px) {
	.tudor-about__inner p {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 32px 0;
	}
}

.tudor-about__inner a {
	padding: 11px 30px;
	display: inline-block;
	background: transparent;
	color: #be0000;
	border: 1px solid #be0000;
	font-size: 14px;
	border-radius: 30px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	transition: color .3s, background .3s;
}

.tudor-about__inner a:hover {
	color: #fff;
	background: #be0000;
}

.tudor-banner {
	width: 100%;
}

.tudor-banner img {
	width: 100%;
}

.tudor-banner--md-h img {
	max-height: 600px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 768px) {
	.tudor-video .container {
		margin: 0;
		padding: 0;
		max-width: unset;
	}
}

.explore-tudor {
	display: flex;
	flex-direction: column;
	gap: 60px;
	align-items: center;
	padding: 0 0 60px 0;
}

.explore-tudor a {
	padding: 11px 30px;
	display: inline-block;
	background: transparent;
	color: #be0000;
	border: 1px solid #be0000;
	font-size: 14px;
	border-radius: 30px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	transition: color .3s, background .3s;
}

.explore-tudor a:hover {
	color: #fff;
	background: #be0000;
}

.tudor-world {
	padding: 90px 0;
}

@media only screen and (max-width: 768px) {
	.tudor-world {
		padding: 60px 0;
	}
}

.tudor-world__inner h2 {
	font-family: "Montserrat";
	margin: 0 0 24px 0;
	font-size: 30px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
	.tudor-world__inner h2 {
		font-size: 24px;
	}
}

.tudor-world__inner p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	line-height: 28px;
	max-width: 992px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.tudor-world__inner p {
		font-size: 14px;
		line-height: 24px;
	}
}

.tudor-slider {
	padding: 0 2% 90px 2%;
}

@media only screen and (max-width: 768px) {
	.tudor-slider {
		padding: 0 0 60px 0;
	}
}

.tudor-slider--padding {
	padding: 90px 2% 90px 2%;
}

@media only screen and (max-width: 768px) {
	.tudor-slider--padding {
		padding: 60px 20px 60px 20px;
	}
}

.tudor-slider--padding .swiper {
	width: 80% !important;
	margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
	.tudor-slider--padding .swiper {
		width: 100% !important;
	}
}

.tudor-slider__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 60px;
}

.tudor-slider__inner .swiper {
	width: 100%;
}

.tudor-slider__inner .swiper-button-next {
	position: unset !important;
}

.tudor-slider__inner .swiper-button-prev {
	position: unset !important;
}

@media only screen and (max-width: 768px) {
	.tudor-slider__inner .swiper-button-next, .tudor-slider__inner .swiper-button-prev {
		display: none;
	}
}

.tudor-slider__inner .swiper-button-next::after, .tudor-slider__inner .swiper-button-prev::after {
	font-size: 22px !important;
	color: #be0000 !important;
}

.tudor-slider__inner a {
	padding: 11px 30px;
	display: inline-block;
	background: transparent;
	color: #be0000;
	border: 1px solid #be0000;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 30px;
	font-weight: 600;
	transition: color .3s, background .3s;
}

.tudor-slider__inner a:hover {
	color: #fff;
	background: #be0000;
}

.tudor-slider__about {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tudor-slider__about h2 {
	font-family: "Montserrat";
	margin: 0 0 8px 0;
	font-size: 30px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
	.tudor-slider__about h2 {
		font-size: 24px;
	}
}

.tudor-slider__about h3 {
	font-family: "Montserrat";
	font-size: 16px;
	color: #be0000;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 32px 0;
}

@media only screen and (max-width: 768px) {
	.tudor-slider__about h3 {
		font-size: 14px;
	}
}

.tudor-slider__container {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
}

@media only screen and (max-width: 768px) {
	.tudor-slider__container {
		padding: 0 20px;
	}
}

.tudor-slider__slide {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tudor-slider__slide-textbox h3 {
	font-family: "Montserrat";
	font-size: 20px;
	margin: 10px 0 6px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin: 0 0 5px 0;
}

@media only screen and (max-width: 768px) {
	.tudor-slider__slide-textbox h3 {
		font-size: 16px;
	}
}

.tudor-slider__slide-textbox p {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 28px;
	font-weight: 100;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.tudor-slider__slide-textbox p {
		font-size: 14px;
		line-height: 24px;
	}
}

.tudor-footer {
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 24px 0;
}

.tudor-footer a {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	gap: 12px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.tudor-footer img {
	width: 160px;
}

.tudor-collections {
	padding: 90px 0;
}

@media only screen and (max-width: 768px) {
	.tudor-collections {
		padding: 60px 0;
	}
}

.tudor-collections__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

@media only screen and (max-width: 768px) {
	.tudor-collections__inner {
		gap: 20px;
	}
}

.tudor-collections__header h2 {
	font-family: "Montserrat";
	margin: 0 0 8px 0;
	font-size: 30px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
	.tudor-collections__header h2 {
		font-size: 24px;
	}
}

.tudor-collections__header h3 {
	font-family: "Montserrat";
	font-size: 16px;
	color: #be0000;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 32px 0;
}

@media only screen and (max-width: 768px) {
	.tudor-collections__header h3 {
		font-size: 14px;
	}
}

.tudor-collections__cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

@media only screen and (max-width: 768px) {
	.tudor-collections__cards {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}

.tudor-product {
	padding: 20px 0 40px 0;
}

.tudor-product__inner {
	display: flex;
	align-items: center;
	gap: 40px;
}

@media only screen and (max-width: 1024px) {
	.tudor-product__inner {
		flex-direction: column;
	}
}

.tudor-product__sliders {
	display: flex;
	gap: 20px;
	width: 60%;
	height: 760px;
	opacity: 0;
}

.tudor-product__sliders:has(.tudor-product__main-slider .swiper-initialized):has(.tudor-product__thumbs-slider .swiper-initialized) {
	opacity: 1;
}

@media only screen and (max-width: 1440px) {
	.tudor-product__sliders {
		height: 720px;
	}
}

@media only screen and (max-width: 1024px) {
	.tudor-product__sliders {
		flex-direction: column;
		width: 100%;
		height: auto;
	}
}

.tudor-product__main-slider {
	width: 75%;
	height: 100%;
}

@media only screen and (max-width: 1024px) {
	.tudor-product__main-slider {
		width: 100%;
	}
}

.tudor-product__main-slider .swiper {
	height: 100% !important;
}

.tudor-product__main-slider .swiper .swiper-wrapper {
	height: 100% !important;
}

.tudor-product__slide {
	width: 100%;
	height: 100%;
}

.tudor-product__slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

@media only screen and (max-width: 1440px) {
	.tudor-product__slide img {
		-o-object-fit: cover;
		object-fit: cover;
	}
}

@media only screen and (max-width: 1024px) {
	.tudor-product__slide img {
		-o-object-fit: contain;
		object-fit: contain;
	}
}

@media only screen and (max-width: 1024px) {
	.tudor-product__thumbs-slider {
		width: 100%;
	}
}

.tudor-product__thumbs-slider .swiper {
	height: 100%;
}

.tudor-product__thumbs-slider .swiper .swiper-slide {
	cursor: pointer;
}

.tudor-product__thumbs-slider .swiper .swiper-slide img {
	-o-object-fit: contain;
	object-fit: contain;
	height: 100%;
	width: 100%;
}

.tudor-product__thumbs-slider .swiper .swiper-slide.swiper-slide-thumb-active {
	border: 1px solid #a0a0a0;
}

.tudor-product__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
	.tudor-product__content {
		width: 100%;
	}
}

.tudor-product__purchase-btn {
	padding: 15px 30px;
	display: inline-block;
	background: #be0000;
	color: #fff;
	border: 1px solid #be0000;
	font-size: 12px;
	border-radius: 30px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	margin: 0 0 42px 0;
	transition: color .3s, background .3s;
}

.tudor-product__purchase-btn:hover {
	color: #be0000;
	background: transparent;
}

@media only screen and (max-width: 568px) {
	.tudor-product__purchase-btn {
		width: 100%;
	}
}

.tudor-product__name {
	margin: 0 0 42px 0;
}

.tudor-product__name h1 {
	font-family: "Montserrat";
	margin: 0 0 16px 0;
	font-size: 30px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
	.tudor-product__name h1 {
		font-size: 24px;
	}
}

.tudor-product__name h2 {
	font-family: "Montserrat";
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
	.tudor-product__name h2 {
		font-size: 14px;
	}
}

.tudor-product__desc {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 0 0 42px 0;
}

.tudor-product__desc span {
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: 500;
}

.tudor-product__price {
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: 800;
	margin: 0 0 42px 0;
}

.tudor-product__about {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.tudor-product__about h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.tudor-product__about p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	max-width: 768px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.tudor-product__about p {
		font-size: 14px;
		line-height: 24px;
	}
}

.tudor-product__open-specs-btn {
	padding: 15px 30px;
	display: inline-block;
	background: transparent;
	color: #be0000;
	border: 1px solid #be0000;
	font-size: 12px;
	border-radius: 30px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	margin: 24px 0 0 0;
	transition: color .3s, background .3s;
}

.tudor-product__open-specs-btn:hover {
	color: #fff;
	background: #be0000;
}

.tudor-specs-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .5);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease, visibility .3s ease;
}

.tudor-specs-modal.open {
	display: flex;
	opacity: 1;
	visibility: visible;
}

.tudor-specs-modal__content {
	background: #fff;
	padding: 100px 60px 40px 60px;
	width: 700px;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
	position: relative;
	overflow: auto;
}

@media only screen and (max-width: 768px) {
	.tudor-specs-modal__content {
		height: 100%;
		width: 100%;
		border-radius: 0;
		padding: 20px;
	}
}

.tudor-specs-modal__content h3 {
	font-family: "Montserrat";
	margin: 0 0 24px 0;
	padding: 0 0 24px 0;
	border-bottom: 1px solid #e0e0e0;
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
	.tudor-specs-modal__content h3 {
		font-size: 24px;
	}
}

.tudor-specs-modal__close {
	background: none;
	border: none;
	font-size: 24px;
	color: #333;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border-radius: 50%;
	transition: background-color .3s;
}

.tudor-specs-modal__close:hover {
	background-color: rgba(0, 0, 0, .1);
}

.tudor-specs-modal__close::before, .tudor-specs-modal__close::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #333;
	transition: all .3s;
}

.tudor-specs-modal__close::before {
	transform: rotate(45deg);
}

.tudor-specs-modal__close::after {
	transform: rotate(-45deg);
}

.tudor-specs-modal__items {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.tudor-specs-modal__item {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 0 0 24px 0;
	border-bottom: 1px solid #e0e0e0;
}

.tudor-specs-modal__item h4 {
	font-family: "Montserrat";
	font-size: 18px;
	font-weight: 700;
}

.tudor-specs-modal__item p {
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: 500;
}

.page-wrapper__pr-rlx-model .view_wrap .view_btn {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	width: unset !important;
	height: 42px !important;
	line-height: normal !important;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 20px;
	background: #39393a !important;
	transition: background .3s;
}

.page-wrapper__pr-rlx-model .view_wrap .view_btn:hover {
	background: #12784a !important;
}

.page-wrapper__pr-rlx-preowned-contact .pr-rlx-contact-thanks {
	padding: 130px 0 160px 0;
}

@media only screen and (max-width: 768px) {
	.page-wrapper__pr-rlx-preowned-contact .pr-rlx-contact-thanks {
		max-width: unset;
		padding: 50px 0 80px 0;
	}
}

.page-wrapper__cartier .header__row--base {
	height: 70px;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__cartier .header__row--base {
		height: 105px;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__cartier .header__row--base {
		height: 85px;
	}
}

.page-wrapper__cartier .about {
	background-color: #393c4b;
}

@media only screen and (max-width: 767px) {
	.page-wrapper__cartier .about__col:last-of-type {
		position: relative;
		left: 0;
		width: auto;
		height: auto;
		margin: 0 -15px;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__cartier .about__col:last-of-type img {
		position: static;
		height: 400px;
	}
}

.page-wrapper__cartier .about__col_cartier {
	padding: 80px;
	position: relative;
	left: 0;
}

@media only screen and (max-width: 1280px) {
	.page-wrapper__cartier .about__col_cartier {
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__cartier .about__col_cartier {
		width: 100%;
		padding: 20px 30px;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__cartier .about__col_cartier {
		padding: 20px 15px;
	}
}

@media only screen and (max-width: 767px) {
	.page-wrapper__cartier .about__col_cartier .about__content {
		align-items: flex-start;
	}
}

.page-wrapper__cartier .about__col_cartier .about__content .about__btn {
	margin: 0 0 32px 0;
}

@media only screen and (max-width: 568px) {
	.page-wrapper__cartier .about__col_cartier .about__content .about__btn {
		width: 100%;
		text-align: center;
	}
}

.page-wrapper__cartier .about__col_cartier .about__content ul {
	margin: 0;
}

.page-wrapper__cartier .about__col_cartier .about__subtitle {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	margin: 0 0 8px 0;
}

.page-wrapper__cartier .about__col_cartier .about__title {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	text-transform: unset;
	line-height: 59px;
	color: #fff;
	margin: 0 0 16px 0;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__cartier .about__col_cartier .about__title {
		font-weight: 400;
		font-size: 24px;
		line-height: 30px;
		text-align: left;
	}
}

.page-wrapper__cartier .about__col_cartier .about__content-text {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin: 0 0 32px 0;
}

@media only screen and (max-width: 568px) {
	.page-wrapper__cartier .about__col_cartier .about__content-text {
		font-size: 18px;
	}
}

.page-wrapper__cartier .about__col_cartier .about__btn {
	padding: 16px 40px;
	background: #fbdfbb;
	border: 1px solid #fbdfbb;
	border-radius: 8px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #393c4b;
	transition: background .3s, color .3s;
}

.page-wrapper__cartier .about__col_cartier .about__btn:hover {
	background: transparent;
	color: #fbdfbb;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__cartier .about__col_cartier .about__btn {
		max-height: none;
	}
}

.page-wrapper__cartier .about__col_cartier .about__content-bottom {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0;
}

.page-wrapper__cartier .about__col_cartier .about__content-title {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 16px 0;
}

.page-wrapper__cartier .about__col_cartier .about__content-bottom-wrapper {
	display: flex;
	flex-direction: column;
}

.page-wrapper__cartier .about__col_cartier .about__content-list {
	display: flex;
	flex-direction: column;
}

.page-wrapper__cartier .about__col_cartier .about__content-item {
	width: 100%;
	max-width: none;
}

.page-wrapper__cartier .about__col_cartier .about__content-item address {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.page-wrapper__cartier .about__col_cartier .about__content-item address svg {
	margin: 0 10px 0 0;
	flex-shrink: 0;
}

.page-wrapper__cartier .about__col_cartier .about__content-item address svg path {
	stroke: #fbdfbb;
}

.page-wrapper__cartier .about__col_cartier .about__content-link {
	display: flex;
	align-items: center;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.page-wrapper__cartier .about__col_cartier .about__content-link svg {
	margin: 0 10px 0 0;
	flex-shrink: 0;
}

.page-wrapper__cartier .about__col_cartier .about__content-link svg path {
	stroke: #fbdfbb;
}

.page-wrapper__cartier .about__col_cartier-media {
	position: absolute;
	left: 50%;
}

.page-wrapper__terms-conditions h2 {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 49px;
	color: #000;
	margin: 64px 0 32px 0;
}

@media only screen and (max-width: 568px) {
	.page-wrapper__terms-conditions h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

.page-wrapper__terms-conditions h3 {
	font-family: "Colgent", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #000;
	margin: 40px 0 24px 0;
}

@media only screen and (max-width: 568px) {
	.page-wrapper__terms-conditions h3 {
		font-size: 24px;
		line-height: 30px;
	}
}

.page-wrapper__terms-conditions p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000;
	margin: 0 0 32px 0;
}

.page-wrapper__terms-conditions a {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #393c4b;
	margin: 0 0 32px 0;
}

.page-wrapper__repair-services {
	background: #fbf9f4;
}

.page-wrapper__repair-services .services-contacts {
	margin: -80px auto 24px auto;
	background: #464a5b;
}

@media (max-width: 992px) {
	.page-wrapper__repair-services .services-contacts {
		max-width: unset;
		width: 95%;
		margin: -190px auto 24px auto;
		padding: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.page-wrapper__repair-services .services-contacts__inner {
		flex-direction: column;
	}
}

.page-wrapper__repair-services .services-contacts__item {
	border-right: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
	.page-wrapper__repair-services .services-contacts__item {
		border-right: none;
		border-bottom: 1px solid #fff;
		width: 100%;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
	}
}

.page-wrapper__repair-services .services-contacts__item-title {
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
}

.page-wrapper__repair-services .services-contacts__item-link {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}

.page-wrapper__repair-services .services-contacts__item-body svg path {
	stroke: #fff;
}

.hero-repair {
	padding: 50px 0 150px 0;
	background: #393c4b;
}

@media (max-width: 992px) {
	.hero-repair {
		padding: 50px 0 240px 0;
	}
}

.hero-repair__inner {
	max-width: 990px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
}

@media (max-width: 850px) {
	.hero-repair__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 34px;
	}
}

.hero-repair__content {
	display: flex;
	flex-direction: column;
}

.hero-repair__content h1 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	line-height: 125%;
	color: #fff;
	margin: 0 0 40px 0;
}

@media only screen and (max-width: 768px) {
	.hero-repair__content h1 {
		font-size: 36px;
		line-height: 100%;
		margin: 0 0 20px 0;
	}
}

.hero-repair__content p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 155%;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 30px;
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 768px) {
	.hero-repair__content p {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
		margin: 0 0 24px 0;
	}
}

.hero-repair__content a {
	background: #fbdfbb;
	border: 1px solid #fbdfbb;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	padding: 14px 10px;
	margin: 0 0 48px 0;
	width: 300px;
	border-radius: 8px;
	transition: background .3s, color .3s;
}

.hero-repair__content a:hover {
	background: transparent;
	color: #fbdfbb;
}

@media only screen and (max-width: 768px) {
	.hero-repair__content a {
		width: 100%;
	}
}

.hero-repair__video {
	height: 300px;
	width: 100%;
	border: 1px solid #fbdfbb;
	border-radius: 20px;
	overflow: hidden;
}

@media (max-width: 850px) {
	.hero-repair__video {
		width: 100%;
		height: 400px;
	}
}

@media only screen and (max-width: 568px) {
	.hero-repair__video {
		height: 300px;
	}
}

.hero-repair__form {
	min-width: 400px;
	max-width: 400px;
	height: auto;
	padding: 22px 34px 64px 34px;
	border: 1px solid #fbdfbb;
	-webkit-backdrop-filter: blur(9px);
	backdrop-filter: blur(9px);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

@media (max-width: 850px) {
	.hero-repair__form {
		order: -1;
		min-width: unset;
	}
}

@media (max-width: 850px) {
	.hero-repair__form .wpcf7 {
		width: 100%;
	}
}

@media (max-width: 850px) {
	.hero-repair__form {
		max-width: unset;
		width: 100%;
	}
}

.hero-repair__form h2 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	margin: 0 0 12px 0;
}

.hero-repair__form p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 135%;
	text-align: center;
	color: #fff;
	margin: 0 0 24px 0;
}

.hero-repair__form form .wpcf7-not-valid-tip {
	display: none !important;
}

.hero-repair__form form .not-valid-custom-tip {
	margin: 5px 0 0 0;
	font-size: 14px;
	font-weight: 400;
	color: #ff5954;
}

.hero-repair__form form.invalid .wpcf7-response-output {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0 !important;
	padding: 16px !important;
	background-color: #ff5954 !important;
	color: white !important;
	text-align: center;
	width: 100% !important;
	border-radius: 0 0 10px 10px !important;
}

@media only screen and (max-width: 1024px) {
	.hero-repair__form form.invalid .wpcf7-response-output {
		border-radius: 0 !important;
	}
}

.hero-repair__form form.invalid .wpcf7-display-none {
	background-color: transparent !important;
	padding: 0 !important;
}

.hero-repair__form form.sent .wpcf7-response-output {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0 !important;
	padding: 16px !important;
	background-color: #00a765 !important;
	color: white !important;
	text-align: center;
	width: 100% !important;
	border-radius: 0 0 10px 10px !important;
}

@media only screen and (max-width: 1024px) {
	.hero-repair__form form.sent .wpcf7-response-output {
		border-radius: 0 !important;
	}
}

.hero-repair__form form input.wpcf7-not-valid, .hero-repair__form form textarea.wpcf7-not-valid, .hero-repair__form form select.wpcf7-not-valid {
	border: 1px solid #f55 !important;
	background: #ffe4e4 !important;
}

.hero-repair__form form input.wpcf7-not-valid::-moz-placeholder, .hero-repair__form form textarea.wpcf7-not-valid::-moz-placeholder, .hero-repair__form form select.wpcf7-not-valid::-moz-placeholder {
	color: #ff5954 !important;
}

.hero-repair__form form input.wpcf7-not-valid::placeholder, .hero-repair__form form textarea.wpcf7-not-valid::placeholder, .hero-repair__form form select.wpcf7-not-valid::placeholder {
	color: #ff5954 !important;
}

.hero-repair__form form input.not-valid-custom-input, .hero-repair__form form textarea.not-valid-custom-input, .hero-repair__form form select.not-valid-custom-input {
	border: 1px solid #f55 !important;
	background: #ffe4e4 !important;
}

.hero-repair__form form input.not-valid-custom-input::-moz-placeholder, .hero-repair__form form textarea.not-valid-custom-input::-moz-placeholder, .hero-repair__form form select.not-valid-custom-input::-moz-placeholder {
	color: #ff5954 !important;
}

.hero-repair__form form input.not-valid-custom-input::placeholder, .hero-repair__form form textarea.not-valid-custom-input::placeholder, .hero-repair__form form select.not-valid-custom-input::placeholder {
	color: #ff5954 !important;
}

.hero-repair__form form .custom-upload-preview {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.hero-repair__form form .custom-upload-preview p {
	margin: 0 12px 12px 0 !important;
}

.hero-repair__form form .custom-upload-preview .wpcf7-form-control-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border: 1px solid rgba(255, 255, 255, .48);
	border-radius: 16px;
	max-width: 270px;
}

.hero-repair__form form .custom-upload-preview .wpcf7-form-control-wrap .mfcf7-zl-multifile-name {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: rgba(255, 255, 255, .88);
}

.hero-repair__form form .custom-upload-preview .wpcf7-form-control-wrap .delete-file {
	font-size: 0;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-image: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/icons/delete_file_sell_form_icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.hero-repair__form form .custom-upload-preview .wpcf7-form-control-wrap .delete-file.nitro-lazy {
	background-image: none !important;
}

.hero-repair__form form .contact-form-upload-block {
	margin: 10px 0 12px 0 !important;
}

.hero-repair__form form .contact-form-upload-block .zl-form-control-wrap {
	display: none !important;
}

.hero-repair__form form .contact-form-upload-block .form-control-custom-button p:empty {
	display: none !important;
}

.hero-repair__form form .contact-form-upload-block .form-control-custom-button #mfcf7_zl_multifilecontainer {
	margin: 0 !important;
}

.hero-repair__form form .contact-form-upload-block .form-control-custom-button .wpcf7-form-control-wrap {
	background-color: #d9d9d9 !important;
	padding: 4px !important;
}

.hero-repair__form form .contact-form-upload-block .form-control-custom-button .wpcf7-form-control-wrap input {
	border: 2px dashed #bdbdbd !important;
	cursor: pointer !important;
	font-family: "Montserrat";
	font-style: normal;
	padding: 18px 20px 18px 0 !important;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #393c4b;
	border-radius: 8px;
	background-color: #d9d9d9 !important;
	background-image: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/icons/upload_icon_repair.svg") !important;
	background-repeat: no-repeat !important;
	background-position: calc(50% + 45px) center !important;
}

.hero-repair__form form .contact-form-upload-block .form-control-custom-button .wpcf7-form-control-wrap input.nitro-lazy {
	background-image: none !important;
}

.hero-repair__form form .contact-form-custom-row {
	margin: 0 0 8px 0 !important;
}

.hero-repair__form form .contact-form-custom-row.trade-in-textarea p label span textarea {
	height: 74px !important;
}

.hero-repair__form form .contact-form-custom-row p {
	margin: 0 !important;
}

.hero-repair__form form .contact-form-custom-row p label {
	display: block !important;
}

.hero-repair__form form .contact-form-custom-row p label span {
	display: flex;
	flex-direction: column;
}

.hero-repair__form form .contact-form-custom-row p label span input, .hero-repair__form form .contact-form-custom-row p label span textarea {
	height: 100% !important;
	width: 100%;
	background: #fff;
	padding: 8px 10px !important;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	border-radius: 8px;
	color: #898989;
	border: none;
}

.hero-repair__form form .contact-form-custom-row p label span input::-moz-placeholder, .hero-repair__form form .contact-form-custom-row p label span textarea::-moz-placeholder {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #898989;
}

.hero-repair__form form .contact-form-custom-row p label span input::placeholder, .hero-repair__form form .contact-form-custom-row p label span textarea::placeholder {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #898989;
}

.hero-repair__form form .contact-form-custom-row br {
	display: none;
}

.hero-repair__form form .trade-in-textarea p {
	height: 74px !important;
	margin: 0 0 17px 0 !important;
}

.hero-repair__form form .trade-in-textarea p label span {
	display: flex !important;
	flex-direction: column;
}

.hero-repair__form form .trade-in-submit p {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hero-repair__form form .trade-in-submit p input[type=submit] {
	background: #fbdfbb;
	padding: 10px 20px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #fbdfbb;
	cursor: pointer !important;
	transition: background .3s, color 0, 3s;
}

.hero-repair__form form .trade-in-submit p input[type=submit]:hover {
	background: transparent;
	color: #fbdfbb;
}

.hero-repair__form form .trade-in-submit p .wpcf7-spinner {
	margin: 16px 0 0 0 !important;
}

.hero-repair__form form .wpcf7-response-output {
	margin: 0 !important;
	width: 100% !important;
}

.repair-services-intro {
	padding: 100px 0;
}

@media only screen and (max-width: 1024px) {
	.repair-services-intro {
		padding: 60px 0;
	}
}

.repair-services-intro__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.repair-services-intro__inner h2 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	color: #000;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px) {
	.repair-services-intro__inner h2 {
		margin: 0 0 16px 0;
	}
}

.repair-services-intro__inner p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 155%;
	text-align: center;
	color: #000;
	max-width: 660px;
	margin: 0 auto 30px auto;
}

@media only screen and (max-width: 768px) {
	.repair-services-intro__inner p {
		max-width: unset;
		margin: 0 0 50px 0;
	}
}

.repair-services-intro__inner iframe {
	border-radius: 20px !important;
}

@media only screen and (max-width: 768px) {
	.repair-services-intro__inner iframe {
		height: 400px;
	}
}

@media only screen and (max-width: 568px) {
	.repair-services-intro__inner iframe {
		height: 300px;
	}
}

@media only screen and (max-width: 480px) {
	.repair-services-intro__inner iframe {
		height: 200px;
	}
}

.repair-about {
	padding: 100px 0;
}

.repair-about__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 54px;
}

@media only screen and (max-width: 1280px) {
	.repair-about__cards {
		gap: 65px;
	}
}

@media only screen and (max-width: 768px) {
	.repair-about__cards {
		grid-template-columns: repeat(1, 1fr);
	}
}

.repair-about__card {
	position: relative;
	padding: 60px 12px 18px 12px;
	background: #f4f3ee;
	border-radius: 12.65px;
}

@media only screen and (max-width: 1024px) {
	.repair-about__card {
		padding: 60px 12px 24px 12px;
	}
}

.repair-about__card-media {
	background: #fbdfbb;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
}

.repair-about__card-textbox p {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 23px;
	line-height: 28px;
	text-align: center;
	color: #000;
}

@media only screen and (max-width: 1024px) {
	.repair-about__card-textbox p {
		font-size: 21px;
		line-height: 26px;
	}
}

.repair-services-block.reverse .repair-services-block__media {
	order: -1;
}

.repair-services-block__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

@media only screen and (max-width: 1440px) {
	.repair-services-block__inner {
		gap: 30px;
		padding: 30px 0;
	}
}

@media only screen and (max-width: 768px) {
	.repair-services-block__inner {
		flex-direction: column;
		padding: 0;
		margin: 0 0 45px 0;
	}
}

.repair-services-block__textbox {
	padding: 0 120px;
	margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
	.repair-services-block__textbox {
		padding: 0 60px;
	}
}

@media only screen and (max-width: 1280px) {
	.repair-services-block__textbox {
		padding: 0 20px;
	}
}

.repair-services-block__textbox h2 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 44px;
	color: #000;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 1440px) {
	.repair-services-block__textbox h2 {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 15px 0;
	}
}

.repair-services-block__textbox h3 {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 1440px) {
	.repair-services-block__textbox h3 {
		margin: 0 0 15px 0;
	}
}

.repair-services-block__textbox p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 155%;
	color: #000;
	margin: 0 0 60px 0;
}

@media only screen and (max-width: 1440px) {
	.repair-services-block__textbox p {
		margin: 0 0 30px 0;
	}
}

.repair-services-block__textbox a {
	background: #fbdfbb;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	padding: 10px 50px;
}

@media only screen and (max-width: 768px) {
	.repair-services-block__textbox a {
		width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width: 768px) {
	.repair-services-block__media {
		order: -1;
		padding: 0 20px;
	}
}

.repair-benefits {
	position: relative;
	height: 590px;
}

@media only screen and (max-width: 1024px) {
	.repair-benefits {
		background: #393c4b;
		padding: 90px 0 0 0;
		height: auto;
	}
}

.repair-benefits .container {
	height: 100%;
}

@media only screen and (max-width: 1024px) {
	.repair-benefits .container {
		height: auto;
	}
}

.repair-benefits__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

@media only screen and (max-width: 1024px) {
	.repair-benefits__bg {
		position: relative;
		height: auto;
	}
}

.repair-benefits__bg picture {
	height: 100%;
}

@media only screen and (max-width: 1024px) {
	.repair-benefits__bg picture {
		height: auto;
	}
}

.repair-benefits__bg picture img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	.repair-benefits__bg picture img {
		height: auto;
	}
}

.repair-benefits__bg img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	.repair-benefits__bg img {
		height: auto;
	}
}

.repair-benefits__inner {
	display: flex;
	justify-content: flex-end;
	position: relative;
	height: 100%;
	align-items: center;
	z-index: 1;
}

@media only screen and (max-width: 1024px) {
	.repair-benefits__inner {
		height: auto;
	}
}

.repair-benefits__items {
	display: flex;
	flex-direction: column;
	gap: 37px;
	width: 50%;
}

@media only screen and (max-width: 1024px) {
	.repair-benefits__items {
		width: 100%;
	}
}

.repair-benefits__item {
	display: flex;
	align-items: center;
	gap: 40px;
}

@media only screen and (max-width: 1024px) {
	.repair-benefits__item {
		flex-direction: column;
		gap: 20px;
	}
}

.repair-benefits__item-media {
	flex-shrink: 0;
}

.repair-benefits__item-textbox {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

@media only screen and (max-width: 1024px) {
	.repair-benefits__item-textbox {
		align-items: center;
	}
}

.repair-benefits__item-textbox h3 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 44px;
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	.repair-benefits__item-textbox h3 {
		font-size: 24px;
		line-height: 30px;
	}
}

.repair-benefits__item-textbox p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 155%;
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	.repair-benefits__item-textbox p {
		text-align: center;
	}
}

.bg-image-block {
	position: relative;
	padding: 72px 0;
}

.bg-image-block.reverse .bg-image-block__media {
	order: -1;
}

@media only screen and (max-width: 768px) {
	.bg-image-block.reverse .bg-image-block__media {
		order: unset;
	}
}

@media only screen and (max-width: 1440px) {
	.bg-image-block_dark {
		height: 500px;
		padding: 32px 0;
	}
}

@media only screen and (max-width: 1024px) {
	.bg-image-block_dark {
		height: auto;
	}
}

@media only screen and (max-width: 768px) {
	.bg-image-block_dark {
		background: #393c4b;
	}
}

.bg-image-block_dark .bg-image-block__textbox h2, .bg-image-block_dark .bg-image-block__textbox p {
	color: #fff;
}

@media only screen and (max-width: 1440px) {
	.bg-image-block_dark .bg-image-block__media picture {
		height: 400px;
	}
}

@media only screen and (max-width: 1024px) {
	.bg-image-block_dark .bg-image-block__media picture {
		height: auto;
	}
}

.bg-image-block_dark .bg-image-block__media picture img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

@media only screen and (max-width: 768px) {
	.bg-image-block {
		padding: 90px 0;
	}
}

.bg-image-block__inner {
	display: flex;
	align-items: center;
	gap: 74px;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 768px) {
	.bg-image-block__inner {
		flex-direction: column;
		gap: 35px;
	}
}

.bg-image-block__media {
	width: 50%;
}

@media only screen and (max-width: 768px) {
	.bg-image-block__media {
		width: 100%;
	}
}

.bg-image-block__textbox {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media only screen and (max-width: 768px) {
	.bg-image-block__textbox {
		gap: 10px;
		width: 100%;
	}
}

.bg-image-block__textbox h2 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	color: #393c4b;
}

@media only screen and (max-width: 768px) {
	.bg-image-block__textbox h2 {
		font-size: 24px;
		line-height: 30px;
	}
}

.bg-image-block__textbox p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 155%;
	color: #393c4b;
}

.bg-image-block__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

@media only screen and (max-width: 768px) {
	.bg-image-block__bg {
		display: none;
	}
}

.bg-image-block__bg img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.page-wrapper__journal-article .services-info, .page-wrapper__journal-latest .services-info {
	padding: 0;
}

.page-wrapper__wondercare .wondercare-banner {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.page-wrapper__wondercare .wondercare-banner img {
	width: 100%;
}

.page-wrapper__wondercare .wondercare-banner picture img {
	width: 100%;
}

@media only screen and (max-width: 1600px) {
	.page-wrapper__wondercare .wondercare-banner {
		max-width: unset;
		padding: 0;
	}
}

.page-wrapper__wondercare .wondercare-text {
	padding: 48px 0;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__wondercare .wondercare-text {
		padding: 32px 0;
	}
}

.page-wrapper__wondercare .wondercare-text__inner {
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.page-wrapper__wondercare .wondercare-text__inner ul {
	list-style: disc;
	padding: 0 0 0 18px;
}

.page-wrapper__wondercare .wondercare-text__inner ol {
	padding: 0 0 0 18px;
}

.page-wrapper__wondercare .wondercare-text__inner h1 {
	color: #000;
	font-family: "Colgent", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__wondercare .wondercare-text__inner h1 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 568px) {
	.page-wrapper__wondercare .wondercare-text__inner h1 {
		font-size: 32px;
	}
}

.page-wrapper__wondercare .wondercare-text__inner p {
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.page-wrapper__wondercare .wondercare-text__inner a {
	text-decoration: underline;
}

.page-wrapper__wondercare .wondercare-text .wondercare__button {
	margin: 24px 0 0 0;
	font-size: 16px;
	border: 1px solid #111;
	background: transparent;
	color: #111;
	text-decoration: none;
	align-self: center;
	border-radius: 5px;
	padding: 12px 32px;
	transition: background .3s, color .3s;
}

.page-wrapper__wondercare .wondercare-text .wondercare__button:hover {
	background: #111;
	color: #fff;
}

.page-wrapper__wondercare .wondercare-cards__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

@media only screen and (max-width: 768px) {
	.page-wrapper__wondercare .wondercare-cards__inner {
		overflow: scroll;
	}
}

.page-wrapper__wondercare .wondercare-cards__inner .wondercare-card {
	position: relative;
}

@media only screen and (max-width: 768px) {
	.page-wrapper__wondercare .wondercare-cards__inner .wondercare-card {
		width: 225px;
		padding: 12px;
		background: #393c4b;
	}
}

.page-wrapper__wondercare .wondercare-cards__inner .wondercare-card img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 768px) {
	.page-wrapper__wondercare .wondercare-cards__inner .wondercare-card img {
		display: none;
	}
}

.page-wrapper__wondercare .wondercare-cards__inner .wondercare-card__textbox {
	position: absolute;
	left: 24px;
	bottom: 24px;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__wondercare .wondercare-cards__inner .wondercare-card__textbox {
		left: 12px;
		bottom: 12px;
	}
}

@media only screen and (max-width: 768px) {
	.page-wrapper__wondercare .wondercare-cards__inner .wondercare-card__textbox {
		position: relative;
		left: unset;
		bottom: unset;
	}
}

.page-wrapper__wondercare .wondercare-cards__inner .wondercare-card__textbox h3 {
	font-family: Montserrat;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
}

@media only screen and (max-width: 1440px) {
	.page-wrapper__wondercare .wondercare-cards__inner .wondercare-card__textbox h3 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__wondercare .wondercare-cards__inner .wondercare-card__textbox h3 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 768px) {
	.page-wrapper__wondercare .wondercare-cards__inner .wondercare-card__textbox h3 {
		font-size: 16px;
	}
}

.page-wrapper__wondercare .wondercare-cards__inner .wondercare-card__textbox p {
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	width: 90%;
}

@media only screen and (max-width: 768px) {
	.page-wrapper__wondercare .wondercare-cards__inner .wondercare-card__textbox p {
		font-size: 14px;
		width: 100%;
	}
}

.page-wrapper__wondercare .faq {
	padding: 48px 0;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__wondercare .faq {
		padding: 32px 0;
	}
}

.page-wrapper__wondercare .faq__title {
	text-align: left;
	margin: 0 0 40px 0;
}

.page-wrapper__wondercare .faq__inner {
	display: flex;
	flex-direction: column;
}

.page-wrapper__wondercare .faq a {
	align-self: center;
	margin: 24px 0 0 0;
	font-size: 16px;
	border: 1px solid #111;
	background: transparent;
	color: #111;
	text-decoration: none;
	align-self: center;
	border-radius: 5px;
	padding: 12px 32px;
	transition: background .3s, color .3s;
}

.page-wrapper__wondercare .faq a:hover {
	background: #111;
	color: #fff;
}

.page-wrapper__wondercare .wondercare-insurance {
	padding: 48px 0;
	max-width: 80%;
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	.page-wrapper__wondercare .wondercare-insurance {
		padding: 32px 0;
	}
}

.page-wrapper__wondercare .wondercare-insurance p {
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	text-align: left;
}

.cartier-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

@media only screen and (max-width: 1024px) {
	.cartier-header__inner {
		height: 56px;
	}
}

.cartier-header__burger {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.cartier-header__burger {
		display: block;
		cursor: pointer;
		position: relative;
		width: 30px;
		height: 19px;
		z-index: 11000;
	}
	
	.cartier-header__burger:before {
		content: "";
		background: #000;
		position: absolute;
		width: 100%;
		height: 3px;
		left: 0;
		top: 0;
		transition: transform .8s;
	}
	
	.cartier-header__burger:after {
		content: "";
		background: #000;
		position: absolute;
		width: 100%;
		height: 3px;
		left: 0;
		bottom: 0;
		transition: transform .8s;
	}
	
	.cartier-header__burger span {
		background: #000;
		position: absolute;
		left: 0;
		top: 8px;
		width: 100%;
		height: 3px;
		transition: transform .8s;
	}
	
	.cartier-header__burger.active:before {
		transform: rotate(135deg);
		top: 6px;
	}
	
	.cartier-header__burger.active:after {
		transform: rotate(-135deg);
		bottom: 9px;
	}
	
	.cartier-header__burger.active span {
		transform: scale(0);
	}
}

@media only screen and (max-width: 1024px) {
	.cartier-header__logo {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 89px;
		height: 56px;
	}
}

.cartier-header__nav.active {
	right: 0;
	padding: 0 0 40px 0;
}

@media only screen and (max-width: 1024px) {
	.cartier-header__nav {
		position: fixed;
		right: -100%;
		top: 0;
		width: 50%;
		height: 100%;
		transition: all .8s;
		background-color: #fff;
		opacity: 1;
		overflow: auto;
		z-index: 3;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		z-index: 10000;
	}
}

@media only screen and (max-width: 768px) {
	.cartier-header__nav {
		width: 100%;
	}
}

.cartier-header__nav ul {
	display: flex;
	align-items: center;
	gap: 30px;
}

@media only screen and (max-width: 1024px) {
	.cartier-header__nav ul {
		flex-direction: column;
		align-items: center;
		padding: 60px 0;
	}
}

.cartier-header__nav ul li a {
	text-transform: uppercase;
	text-align: center;
	text-transform: uppercase;
	color: #393c4b;
}

.cartier-header__nav ul li a:hover {
	text-decoration: underline;
}

.cartier-intro__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

@media only screen and (max-width: 1024px) {
	.cartier-intro__inner {
		grid-template-columns: repeat(2, 1fr);
	}
}

.cartier-intro__col {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.cartier-intro__col a {
	border: 1px solid #000;
}

.cartier-intro__col a:hover {
	background: black;
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	.cartier-intro__col:nth-child(2) {
		display: none;
	}
}

.cartier-intro__logo {
	width: 300px;
}

@media only screen and (max-width: 768px) {
	.cartier-description {
		padding: 32px 0;
	}
}

.cartier-description__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.cartier-description__inner h1 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 56px;
	line-height: 69px;
	text-align: center;
	color: #393c4b;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.cartier-description__inner h1 {
		font-size: 32px;
		line-height: 40px;
		text-align: left;
	}
}

.cartier-description__inner h3 {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #000;
}

@media only screen and (max-width: 768px) {
	.cartier-description__inner h3 {
		text-align: left;
	}
}

.cartier-description__inner p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #000;
	max-width: 880px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.cartier-description__inner p {
		text-align: left;
	}
}

.cartier-watches {
	padding: 160px 0 80px 0;
}

@media only screen and (max-width: 1024px) {
	.cartier-watches {
		padding: 32px 0;
	}
}

.cartier-watches__inner {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

@media only screen and (max-width: 768px) {
	.cartier-watches__inner {
		gap: 24px;
	}
}

.cartier-watches__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cartier-watches__top h4 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 59px;
	color: #393c4b;
}

@media only screen and (max-width: 768px) {
	.cartier-watches__top h4 {
		font-size: 32px;
		line-height: 40px;
	}
}

@media only screen and (max-width: 1024px) {
	.cartier-watches__top a {
		display: none;
	}
}

.cartier-watches__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

@media only screen and (max-width: 1024px) {
	.cartier-watches__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}

.cartier-watches__bottom-link {
	display: none;
	border-color: #393c4b;
}

@media only screen and (max-width: 1024px) {
	.cartier-watches__bottom-link {
		display: block;
		align-self: center;
	}
}

@media only screen and (max-width: 768px) {
	.cartier-watches__bottom-link {
		width: 100%;
	}
}

.cartier-card {
	display: flex;
	flex-direction: column;
	position: relative;
}

.cartier-card:hover .cartier-card__media img {
	transform: scale(1.1);
}

.cartier-card__link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.cartier-card__media {
	margin: 0 0 24px 0;
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	.cartier-card__media {
		margin: 0 0 8px 0;
	}
}

.cartier-card__media img {
	transition: transform .3s;
}

.cartier-card__textbox h5 {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	color: #222;
	margin: 0 0 16px 0;
}

@media only screen and (max-width: 1024px) {
	.cartier-card__textbox h5 {
		font-size: 14px;
		line-height: 18px;
	}
}

.cartier-card__textbox span {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #393c4b;
}

@media only screen and (max-width: 1024px) {
	.cartier-card__textbox span {
		display: none;
	}
}

.text-image_reverse .text-image__textbox {
	order: -1;
}

@media only screen and (max-width: 1024px) {
	.text-image_reverse .text-image__textbox {
		order: 2;
	}
}

.text-image__inner {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1024px) {
	.text-image__inner {
		flex-direction: column;
	}
}

.text-image__media {
	width: 50%;
}

@media only screen and (max-width: 1024px) {
	.text-image__media {
		width: 100%;
	}
}

.text-image__textbox {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 32px;
	max-width: 560px;
	margin: 0 auto;
	padding: 10px 20px;
}

@media only screen and (max-width: 1024px) {
	.text-image__textbox {
		width: 100%;
		align-items: flex-start;
		padding: 32px 16px;
		max-width: unset;
		gap: 24px;
	}
}

.text-image__textbox h3 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 59px;
	color: #393c4b;
}

@media only screen and (max-width: 768px) {
	.text-image__textbox h3 {
		font-size: 32px;
		line-height: 40px;
	}
}

.text-image__textbox h3.lg-nowrap {
	white-space: nowrap;
}

@media only screen and (max-width: 1280px) {
	.text-image__textbox h3.lg-nowrap {
		font-size: 44px;
	}
}

@media only screen and (max-width: 1024px) {
	.text-image__textbox h3.lg-nowrap {
		white-space: unset;
		font-size: 48px;
	}
}

.text-image__textbox p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.text-image__textbox a {
	align-self: flex-start;
	border-color: #393c4b;
}

@media only screen and (max-width: 768px) {
	.text-image__textbox a {
		width: 100%;
	}
}

.cartier-banner__inner {
	background: #f3f3f5;
	padding: 20px 112px;
	display: flex;
	align-items: center;
	gap: 300px;
}

@media only screen and (max-width: 1280px) {
	.cartier-banner__inner {
		gap: 50px;
	}
}

@media only screen and (max-width: 1024px) {
	.cartier-banner__inner {
		flex-direction: column;
		padding: 16px;
		gap: 24px;
	}
}

.cartier-banner__textbox {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

@media only screen and (max-width: 1024px) {
	.cartier-banner__textbox {
		gap: 24px;
	}
}

.cartier-banner__textbox h3 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 59px;
	color: #393c4b;
}

@media only screen and (max-width: 1024px) {
	.cartier-banner__textbox h3 {
		font-size: 32px;
		line-height: 40px;
	}
}

.cartier-banner__textbox p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000;
	max-width: 560px;
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	.cartier-banner__textbox p {
		max-width: unset;
		font-size: 16px;
		line-height: 150%;
	}
}

.cartier-banner__textbox a {
	align-self: flex-start;
	border-color: #393c4b;
}

@media only screen and (max-width: 768px) {
	.cartier-banner__textbox a {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.cartier-banner__media {
		order: -1;
	}
}

.cartier-about {
	padding: 88px 0;
}

@media only screen and (max-width: 1024px) {
	.cartier-about {
		padding: 64px 0;
	}
}

.cartier-about__inner {
	display: flex;
	gap: 96px;
}

@media only screen and (max-width: 1024px) {
	.cartier-about__inner {
		flex-direction: column;
		gap: 24px;
	}
}

.cartier-about__col {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

@media only screen and (max-width: 1024px) {
	.cartier-about__col {
		gap: 24px;
		width: 100%;
	}
}

.cartier-about__block {
	display: flex;
	flex-direction: column;
	padding: 0 0 40px 0;
	border-bottom: 1px solid #d6d6d6;
	gap: 24px;
}

.cartier-about__block:nth-last-child(1) {
	border-bottom: none;
}

@media only screen and (max-width: 1024px) {
	.cartier-about__block {
		padding: 0 0 24px 0;
	}
}

.cartier-about__block h3 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #393c4b;
}

@media only screen and (max-width: 1024px) {
	.cartier-about__block h3 {
		font-size: 24px;
		line-height: 30px;
	}
}

.cartier-about__block h4 {
	font-family: "Colgent";
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #393c4b;
}

@media only screen and (max-width: 1024px) {
	.cartier-about__block h4 {
		font-size: 18px;
		line-height: 22px;
	}
}

.cartier-about__block p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.cartier-about__block a {
	text-decoration: underline;
}

.sell-header-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.sell-header-block span {
	font-family: "Geist";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	display: flex;
	align-items: center;
	letter-spacing: -.01em;
	color: #845510;
}

.sell-header-block h2 {
	font-family: "Libre Caslon Text";
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 39px;
	display: flex;
	align-items: center;
	color: #393c4b;
}

.sell-header-block__additions {
	margin: 10px 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.sell-header-block__additions p {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 16px;
	font-family: "Geist";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #393c4b;
}

.sell-header-block__additions p a {
	color: #388ce6;
}

.sell-header-block__additions p a:hover {
	text-decoration: underline;
}

.sell-header-block__additions p.p-0 {
	padding: 0;
}

.sell-header-block__additions p.p-small {
	max-width: 400px;
}

.sell-header-block__additions p.p-align-left {
	text-align: left;
}

.sell-header-block--centered {
	align-items: center;
}

.sell-header-block--centered h2 {
	text-align: center;
}

.sell-header-block--black h2 {
	color: #000;
}

.sell-header-block--white h2 {
	color: #fff;
}

.sell-header-block--white span {
	color: #e2dbcb;
}

.sell-header-block--md h2 {
	max-width: 594px;
}

.sell-watch {
	padding: 0 0 48px 0;
}

@media only screen and (max-width: 1024px) {
	.sell-watch {
		padding: 0 0 40px 0;
	}
}

.sell-watch__inner {
	display: flex;
	gap: 40px;
}

@media only screen and (max-width: 1024px) {
	.sell-watch__inner {
		gap: 32px;
		flex-direction: column;
	}
}

.sell-watch__form-block {
	width: 40%;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.sell-watch__form-block {
		width: 100%;
	}
}

.sell-watch__consultation {
	padding: 10px 40px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 8px;
	font-family: "Geist";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -.01em;
	color: #393c4b;
	text-align: center;
	transition: background .3s, color .3s;
}

.sell-watch__consultation:hover {
	background: #393c4b;
	color: #fff;
}

.sell-watch__textbox {
	display: flex;
	flex-direction: column;
}

.sell-watch__textbox h1 {
	font-family: "Libre Caslon Text";
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 39px;
	display: flex;
	align-items: center;
	color: #393c4b;
}

@media only screen and (max-width: 1024px) {
	.sell-watch__textbox h1 {
		font-weight: 500;
	}
}

.sell-watch__textbox p {
	font-family: "Geist";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	display: flex;
	align-items: center;
	letter-spacing: -.01em;
	color: #000;
	opacity: .6;
}

.sell-watch__authorized {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 6px 12px 6px 8px;
	background: rgba(66, 133, 244, .05);
	border: 1px solid rgba(66, 133, 244, .1);
	border-radius: 99px;
	align-self: flex-start;
	font-family: "Geist";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	display: flex;
	align-items: center;
	letter-spacing: -.01em;
	color: #393c4b;
	margin: 0 0 12px 0;
}

.sell-watch__sellers {
	margin: 12px 0 24px 0;
	background: #fff;
	border: 1px solid rgba(57, 60, 75, .1);
	border-radius: 99px;
	padding: 6px;
	display: flex;
	align-items: center;
	align-self: flex-start;
	gap: 4px;
}

.sell-watch__sellers p {
	font-family: "Geist";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	display: flex;
	align-items: center;
	letter-spacing: -.01em;
	color: #393c4b;
}

.sell-watch__form {
	margin: 0 0 24px 0;
}

.sell-watch__secure {
	margin: 24px 0;
	align-self: center;
	display: flex;
	align-items: center;
	gap: 6px;
}

.sell-watch__secure p {
	font-family: "Geist";
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: -.01em;
	color: #000;
}

.sell-watch__rating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 14px;
	background: rgba(0, 0, 0, .02);
	border-radius: 8px;
}

@media only screen and (max-width: 1440px) {
	.sell-watch__rating {
		flex-direction: column;
	}
}

@media only screen and (max-width: 1024px) {
	.sell-watch__rating {
		flex-direction: row;
	}
}

@media only screen and (max-width: 568px) {
	.sell-watch__rating {
		flex-direction: column;
	}
}

.sell-watch__rating-item {
	display: flex;
	align-items: center;
	gap: 6px;
}

@media only screen and (max-width: 568px) {
	.sell-watch__rating-item {
		justify-content: center;
		width: 100%;
	}
}

.sell-watch__rating-item:nth-child(1) {
	padding: 0 12px 0 0;
	border-right: 1px solid #c8c8c8;
}

@media only screen and (max-width: 1440px) {
	.sell-watch__rating-item:nth-child(1) {
		padding: 0;
		border-right: none;
	}
}

@media only screen and (max-width: 1024px) {
	.sell-watch__rating-item:nth-child(1) {
		padding: 0 12px 0 0;
		border-right: 1px solid #c8c8c8;
	}
}

@media only screen and (max-width: 568px) {
	.sell-watch__rating-item:nth-child(1) {
		padding: 0;
		border-right: none;
	}
}

.sell-watch__rating-item span {
	font-family: "Geist";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -.01em;
	color: #000;
}

.sell-watch__rating-item p {
	font-family: "Geist";
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -.01em;
	color: #000;
	white-space: nowrap;
}

.sell-watch__content {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	.sell-watch__content {
		width: 100%;
		height: 1000px;
	}
}

@media only screen and (max-width: 768px) {
	.sell-watch__content {
		height: 800px;
	}
}

.sell-watch__content-main {
	display: flex;
	flex-direction: column;
}

.sell-watch__image {
	position: absolute;
	top: 0;
	z-index: -1;
	left: 0;
	width: 100%;
	height: 100%;
}

.sell-watch__image picture {
	height: 100%;
}

.sell-watch__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left;
	object-position: left;
	border-radius: 20px;
}

.sell-watch__slider {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 12px;
	background: rgba(0, 0, 0, .5);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.sell-watch__slider .sell-watch-swiper {
	width: 100%;
}

.sell-watch__slider .swiper-button-prev, .sell-watch__slider .swiper-button-next {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background .3s;
}

.sell-watch__slider .swiper-button-prev:hover, .sell-watch__slider .swiper-button-next:hover {
	background: #000;
}

.sell-watch__slider .swiper-button-prev:hover svg path, .sell-watch__slider .swiper-button-next:hover svg path {
	fill: #fff;
}

.sell-watch__slider .swiper-button-prev:after, .sell-watch__slider .swiper-button-next:after {
	display: none;
}

.sell-watch__slider .swiper-button-prev svg, .sell-watch__slider .swiper-button-next svg {
	width: 20px;
	height: 20px;
}

.sell-watch__slider .swiper-button-prev svg path, .sell-watch__slider .swiper-button-next svg path {
	transition: fill .3s;
}

.sell-watch__slider .swiper-button-prev {
	bottom: 0;
	top: unset;
	left: unset;
	right: 70px;
}

.sell-watch__slider .swiper-button-next {
	bottom: 0;
	top: unset;
}

.sell-watch__slide p {
	font-family: "Geist";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: -.01em;
	color: #fff;
	margin: 8px 0;
}

.sell-watch__slide h3 {
	font-family: "Geist";
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -.01em;
	color: #fff;
}

.sell-watch__slide span {
	font-family: "Geist";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -.01em;
	color: #fff;
	opacity: .7;
}

.sell-watch__slide svg {
	width: 80px;
	height: 16px;
}

.sell-watch__benefits {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 30px;
	gap: 24px;
	background: #fff;
	border-radius: 0 0 20px 20px;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

@media only screen and (max-width: 568px) {
	.sell-watch__benefits {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px;
	}
}

.sell-watch__benefits-item {
	display: flex;
	align-items: center;
	gap: 6px;
	font-family: "Geist";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -.01em;
	color: #393c4b;
}

.sell-watch__benefits-item svg {
	flex-shrink: 0;
}

.how-to-sell {
	padding: 120px 0;
	background: #f5f6f8;
}

@media only screen and (max-width: 1024px) {
	.how-to-sell {
		padding: 40px 0;
	}
}

.how-to-sell__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.how-to-sell__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
}

@media only screen and (max-width: 768px) {
	.how-to-sell__top {
		flex-direction: column;
		align-items: flex-start;
	}
}

.how-to-sell__top a {
	padding: 12px 40px;
	background: #393c4b;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 8px;
	font-family: "Geist";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	letter-spacing: -.01em;
	color: #fff;
	transition: background .3s, color .3s;
}

.how-to-sell__top a:hover {
	background: transparent;
	color: #393c4b;
}

@media only screen and (max-width: 768px) {
	.how-to-sell__top a {
		display: none;
	}
}

.how-to-sell__steps {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 30px;
	margin: 64px 0 0 0;
}

@media only screen and (max-width: 768px) {
	.how-to-sell__steps {
		margin: 32px 0 0 0;
	}
}

.how-to-sell__steps::before {
	content: "";
	position: absolute;
	top: 24px;
	left: 16.666%;
	right: 16.666%;
	height: 2px;
	background: #e5e7eb;
	z-index: 0;
}

@media only screen and (max-width: 768px) {
	.how-to-sell__steps {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		padding-left: 36px;
	}
	
	.how-to-sell__steps::before {
		display: none;
	}
}

.how-to-sell__step {
	position: relative;
	flex: 1 1 0;
	text-align: center;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 768px) {
	.how-to-sell__step {
		width: 100%;
		text-align: left;
	}
	
	.how-to-sell__step::before {
		content: "";
		position: absolute;
		top: 22px;
		left: -8px;
		width: 2px;
		height: calc(100% + 40px);
		background: #e5e7eb;
		z-index: 0;
	}
	
	.how-to-sell__step:last-child::before {
		display: none;
	}
}

.how-to-sell__step-number {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 44px;
	height: 44px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #e5e7eb;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 1;
	z-index: 2;
}

@media only screen and (max-width: 768px) {
	.how-to-sell__step-number {
		left: -30px;
		transform: none;
	}
}

.how-to-sell__step-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1 0 auto;
	gap: 16px;
	padding: 32px 24px;
	margin-top: 70px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(15, 23, 42, .06);
}

@media only screen and (max-width: 768px) {
	.how-to-sell__step-card {
		margin-top: 0;
		margin-left: 32px;
	}
}

.how-to-sell__icon {
	width: 32px;
	height: 32px;
	margin: 0 0 24px 0;
}

.how-to-sell__step-title {
	font-family: "Geist";
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	display: flex;
	align-items: center;
	letter-spacing: -.01em;
	color: #393c4b;
	margin: 0 0 16px 0;
}

@media only screen and (max-width: 768px) {
	.how-to-sell__step-title {
		margin: 0 0 12px 0;
		font-size: 24px;
	}
}

.how-to-sell__step-text {
	font-family: "Geist";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: -.01em;
	color: #393c4b;
	opacity: .8;
}

.how-to-sell__mobile-link {
	display: none;
	width: 100%;
	margin: 32px 0 0 0;
	padding: 12px 40px;
	background: #393c4b;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 8px;
	font-family: "Geist";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	letter-spacing: -.01em;
	color: #fff;
	transition: background .3s, color .3s;
}

.how-to-sell__mobile-link:hover {
	background: transparent;
	color: #393c4b;
}

@media only screen and (max-width: 768px) {
	.how-to-sell__mobile-link {
		display: block;
	}
}

.sell-service {
	padding: 120px 0;
	background-image: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/new-sell/service-desktop.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.sell-service.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 1024px) {
	.sell-service {
		padding: 40px 0;
	}
}

.sell-service__inner {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.sell-service__title {
	font-family: "Libre Caslon Text";
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	color: #fff;
}

.sell-service__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin: 64px 0 0 0;
}

@media only screen and (max-width: 768px) {
	.sell-service__cards {
		grid-template-columns: repeat(1, 1fr);
		margin: 32px 0 0 0;
	}
}

.sell-service__card {
	position: relative;
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 40px 24px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, .18);
	background: rgba(0, 0, 0, .18);
	text-decoration: none;
	color: #fff;
	box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.sell-service__card:hover {
	background: rgba(0, 0, 0, .28);
	border-color: rgba(255, 255, 255, .4);
	transform: translateY(-2px);
}

@media only screen and (max-width: 568px) {
	.sell-service__card {
		padding: 24px 8px;
	}
}

.sell-service__icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

.sell-service__card-text {
	font-family: "Geist";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: -.01em;
	color: #fff;
	opacity: .9;
}

@media only screen and (max-width: 768px) {
	.sell-service__card-text {
		white-space: normal;
		font-size: 20px;
		line-height: 26px;
	}
}

.sell-service__cta {
	margin-top: 64px;
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 768px) {
	.sell-service__cta {
		margin-top: 32px;
	}
}

.sell-service__btn {
	padding: 12px 40px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, .7);
	background: transparent;
	font-family: "Geist";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	letter-spacing: -.01em;
	color: #fff;
	text-decoration: none;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.sell-service__btn:hover {
	background: #fff;
	color: #3b2a1f;
	border-color: #fff;
}

@media only screen and (max-width: 568px) {
	.sell-service__btn {
		width: 100%;
	}
}

.sell-choose {
	background: #e2dbcb;
	padding: 120px 0;
}

@media only screen and (max-width: 768px) {
	.sell-choose {
		padding: 40px 0;
	}
}

.sell-choose__inner a {
	padding: 12px 40px;
	background: #393c4b;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 8px;
	font-family: "Geist";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	letter-spacing: -.01em;
	color: #fff;
	transition: background .3s, color .3s;
}

.sell-choose__inner a:hover {
	background: transparent;
	color: #393c4b;
}

@media only screen and (max-width: 768px) {
	.sell-choose__cta {
		display: none;
	}
}

.sell-choose__cta-bottom {
	display: none;
}

@media only screen and (max-width: 768px) {
	.sell-choose__cta-bottom {
		display: block;
		margin: 32px 0 0 0;
	}
}

.sell-choose__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
}

.sell-choose__grid {
	display: grid;
	grid-template-columns: 1.4fr .6fr .9fr;
	gap: 24px;
	height: 500px;
	margin: 38px 0 0 0;
}

@media only screen and (max-width: 1440px) {
	.sell-choose__grid {
		height: auto;
		grid-template-columns: .8fr .6fr .6fr;
	}
}

@media only screen and (max-width: 1024px) {
	.sell-choose__grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

.sell-choose__items-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
}

.sell-choose__item {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	.sell-choose__item--wide, .sell-choose__item--overlay {
		max-height: 400px;
	}
}

.sell-choose__item--light {
	background: #d6d0c1;
	border: 1px solid rgba(0, 0, 0, .15);
}

.sell-choose__item--dark {
	background: #393c4b;
}

.sell-choose__item--dark .sell-choose__card-title, .sell-choose__item--dark .sell-choose__card-text {
	color: #fff;
}

.sell-choose picture {
	height: 100%;
	width: 100%;
}

.sell-choose img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.sell-choose__overlay {
	position: absolute;
	inset: 0;
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	text-align: center;
}

.sell-choose__overlay--right {
	align-items: flex-start;
	text-align: left;
}

.sell-choose__overlay--right .sell-choose__title, .sell-choose__overlay--right .sell-choose__text {
	text-align: left;
}

.sell-choose__card {
	padding: 24px;
	border-radius: 12px;
	height: 100%;
}

@media only screen and (max-width: 768px) {
	.sell-choose__card {
		padding: 24px;
	}
}

.sell-choose__icon {
	margin-bottom: 57px;
}

@media only screen and (max-width: 768px) {
	.sell-choose__icon {
		margin-bottom: 24px;
	}
}

.sell-choose__stars {
	font-size: 20px;
	margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
	.sell-choose__stars {
		margin-bottom: 16px;
	}
}

.sell-choose__title {
	font-family: "Geist";
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: -.01em;
	color: #fff;
	margin: 0 0 8px 0;
}

.sell-choose__text {
	font-family: "Geist";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: -.01em;
	color: #fff;
	opacity: .8;
	max-width: 390px;
}

.sell-choose__card-title {
	font-family: "Geist";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	display: flex;
	align-items: center;
	letter-spacing: -.01em;
	color: #393c4b;
	margin: 0 0 8px 0;
}

.sell-choose__card-text {
	font-family: "Geist";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	display: flex;
	align-items: center;
	letter-spacing: -.01em;
	color: #393c4b;
	opacity: .8;
}

.sell-discover {
	padding: 120px 0;
}

@media only screen and (max-width: 1024px) {
	.sell-discover {
		padding: 40px 0;
	}
}

.sell-discover__media {
	max-width: 1215px;
	height: 700px;
	margin: 64px auto 0 auto;
	overflow: hidden;
	position: relative;
}

@media only screen and (max-width: 1024px) {
	.sell-discover__media {
		margin: 32px auto 0 auto;
		height: 500px;
	}
}

@media only screen and (max-width: 768px) {
	.sell-discover__media {
		height: 400px;
	}
}

@media only screen and (max-width: 568px) {
	.sell-discover__media {
		height: 205px;
	}
}

.sell-discover__img {
	height: 100%;
}

.sell-discover__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sell-discover__img.hide {
	display: none;
}

.sell-discover__video {
	height: 100%;
	width: 100%;
	display: none;
}

.sell-discover__video iframe {
	width: 100%;
	height: 100%;
}

.sell-discover__video.show {
	display: block;
}

.sell-discover__btn {
	position: absolute;
	width: 92px;
	height: 92px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .2);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 50%;
	cursor: pointer;
}

.sell-discover__btn.hide {
	display: none;
}

.sell-discover__btn svg {
	position: relative;
	left: 4px;
}

.sell-reviews {
	padding: 120px 0;
	background: #f6f6f6;
}

@media only screen and (max-width: 1024px) {
	.sell-reviews {
		padding: 40px 0;
	}
}

.sell-reviews__inner {
	display: flex;
	flex-direction: column;
	gap: 64px;
}

@media only screen and (max-width: 768px) {
	.sell-reviews__inner {
		gap: 32px;
	}
}

.sell-reviews__inner .sell-header-block {
	padding: 0 20px;
}

.sell-reviews__slider {
	overflow: visible;
}

@media only screen and (max-width: 768px) {
	.sell-reviews__slider {
		padding: 0 20px;
	}
}

.sell-reviews__slider .sell-reviews-swiper {
	overflow: visible;
}

.sell-reviews__slider .sell-reviews-swiper .swiper-wrapper {
	align-items: stretch;
}

.sell-reviews__slider .sell-reviews-swiper .swiper-slide {
	display: flex;
	justify-content: center;
	height: auto;
	opacity: .3;
	filter: blur(2px);
	transition: opacity .3s ease, filter .3s ease;
}

.sell-reviews__slider .sell-reviews-swiper .swiper-slide-active {
	opacity: 1;
	filter: none;
}

.sell-reviews__slider .sell-reviews-swiper .swiper-slide-prev, .sell-reviews__slider .sell-reviews-swiper .swiper-slide-next {
	opacity: .6;
	filter: blur(4px);
}

.sell-reviews__btns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.sell-reviews__prev-btn, .sell-reviews__next-btn {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: background .3s;
}

.sell-reviews__prev-btn:hover, .sell-reviews__next-btn:hover {
	background: #000;
}

.sell-reviews__prev-btn:hover svg path, .sell-reviews__next-btn:hover svg path {
	stroke: #fff;
}

.sell-reviews__prev-btn svg, .sell-reviews__next-btn svg {
	width: 20px;
	height: 20px;
}

.sell-reviews__prev-btn svg path, .sell-reviews__next-btn svg path {
	transition: stroke .3s;
	stroke: #000;
}

.sell-reviews__slide {
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	padding: 44px 100px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}

@media only screen and (max-width: 1024px) {
	.sell-reviews__slide {
		padding: 36px 20px;
	}
}

.sell-reviews__slide p {
	font-family: "Geist";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #393c4b;
	max-width: 630px;
}

.sell-reviews__slide h3 {
	font-family: "Libre Caslon Text";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #393c4b;
	opacity: .8;
}

.sell-reviews__slide-icon svg {
	width: 140px;
	height: 28px;
}

@media (max-width: 768px) {
	.sell-reviews__slider .sell-reviews-swiper .swiper-slide {
		opacity: 1;
		filter: none;
	}
	
	.sell-reviews__slide {
		padding: 32px 16px;
	}
}

.sell-advantage {
	padding: 120px 0;
}

@media only screen and (max-width: 1024px) {
	.sell-advantage {
		padding: 40px 0;
	}
}

.sell-advantage__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 80px;
}

@media only screen and (max-width: 768px) {
	.sell-advantage__inner {
		gap: 32px;
	}
}

.sell-advantage__table {
	position: relative;
}

@media only screen and (max-width: 768px) {
	.sell-advantage__table {
		width: 100%;
	}
}

.sell-advantage__link {
	align-self: center;
	padding: 12px 40px;
	background: #393c4b;
	border: 1px solid #393c4b;
	color: #fff;
	border-radius: 8px;
	font-family: "Geist";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	display: flex;
	align-items: center;
	letter-spacing: -.01em;
	transition: color .3s, background .3s;
}

.sell-advantage__link:hover {
	background: transparent;
	color: #393c4b;
}

.advantage-table {
	position: relative;
}

.advantage-table__header {
	display: grid;
	grid-template-columns: minmax(180px, 280px) minmax(0, 1fr) minmax(0, 1fr);
	border-radius: 0 16px 0 0;
	overflow: hidden;
}

.advantage-table__header-spacer {
	background-color: transparent;
}

.advantage-table__header-col {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 24px 32px;
	font-family: "Geist";
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: -.01em;
	color: #fff;
	text-align: center;
}

.advantage-table__header-col--bad {
	background-color: #111;
	border-radius: 16px 0 0 0;
}

.advantage-table__header-col--good {
	background-color: #4caf50;
}

.advantage-table__header-title {
	display: block;
	line-height: 1.4;
}

.advantage-table__header-sub {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	font-weight: 500;
	opacity: .85;
}

.advantage-table__table {
	background-color: #fff;
	border-radius: 10px 0 10px 10px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, .06);
	border: 1px solid #e5e5e5;
}

.advantage-table__item {
	border-bottom: 1px solid #f0f0f0;
}

.advantage-table__item:last-child {
	border-bottom: none;
}

.advantage-table__row {
	display: grid;
	grid-template-columns: minmax(180px, 240px) minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: 32px;
	padding: 24px;
}

.advantage-table__item:nth-child(even) .advantage-table__row {
	background-color: #fafafa;
}

.advantage-table__cell {
	font-family: "Geist";
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -.01em;
	color: #000;
}

.advantage-table__cell--label {
	font-weight: 600;
	color: #111;
}

.advantage-table__cell--bad, .advantage-table__cell--good {
	display: flex;
	align-items: flex-start;
}

.advantage-table__cell--bad {
	font-family: "Geist";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -.01em;
	color: #000;
}

.advantage-table__cell--good {
	font-family: "Geist";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -.01em;
	color: #000;
}

.advantage-table__cell-inner {
	display: flex;
	gap: 16px;
	align-items: center;
}

.advantage-table__text {
	display: block;
}

.advantage-table__mobile-caption {
	display: none;
	margin-bottom: 16px;
	font-family: "Geist";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -.01em;
	color: #000;
}

.advantage-table__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.advantage-table__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.advantage-table__accordion {
	display: none;
	width: 100%;
	padding: 16px 16px;
	background-color: #fff;
	border: none;
	text-align: left;
	font-family: "Geist";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -.01em;
	color: #000;
	cursor: pointer;
}

.advantage-table__accordion-title {
	flex: 1 1 auto;
}

.advantage-table__accordion-icon {
	width: 18px;
	height: 18px;
	margin-left: 12px;
	position: relative;
	flex-shrink: 0;
}

.advantage-table__accordion-icon::before {
	content: "";
	position: absolute;
	left: 3px;
	top: 5px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	transform: rotate(45deg);
	transition: transform .2s ease, top .2s ease;
}

.advantage-table__item--active .advantage-table__accordion-icon::before {
	top: 7px;
	transform: rotate(-135deg);
}

@media (max-width: 1024px) {
	.sell-advantage {
		padding: 100px 0;
	}
	
	.sell-advantage__inner {
		gap: 60px;
	}
	
	.advantage-table__row {
		gap: 24px;
	}
	
	.advantage-table__header {
		left: 20px;
		right: 20px;
	}
}

@media (max-width: 768px) {
	.advantage-table__item:nth-child(even) .advantage-table__row {
		background: #fff;
	}
	
	.advantage-table__cell-inner {
		align-items: flex-start;
	}
	
	.sell-advantage {
		padding: 80px 0;
	}
	
	.sell-advantage__inner {
		gap: 40px;
	}
	
	.advantage-table__header {
		display: none;
	}
	
	.advantage-table__table {
		margin-top: 0;
		padding: 0;
		box-shadow: none;
		background-color: transparent;
		border-radius: 10px;
	}
	
	.advantage-table__item {
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		overflow: hidden;
		background-color: #fff;
	}
	
	.advantage-table__item:last-child {
		margin-bottom: 0;
	}
	
	.advantage-table__accordion {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.advantage-table__row {
		display: none;
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 16px 16px 18px;
		border-top: 1px solid #eee;
		flex-direction: column;
		gap: 16px;
	}
	
	.advantage-table__item--active .advantage-table__row {
		display: flex;
	}
	
	.advantage-table__cell--label {
		display: none;
	}
	
	.advantage-table__mobile-caption {
		display: block;
	}
	
	.advantage-table__cell--bad, .advantage-table__cell--good {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.advantage-table__cell--good .advantage-table__cell-inner {
		border-radius: 8px;
		background-color: #e8f5e9;
		padding: 12px;
	}
}

.sell-gallery {
	background: #000;
	padding: 120px 0;
}

@media only screen and (max-width: 1024px) {
	.sell-gallery {
		padding: 40px 0;
	}
}

.sell-gallery__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 64px;
}

@media only screen and (max-width: 768px) {
	.sell-gallery__inner {
		gap: 32px;
	}
}

.sell-gallery__grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

@media only screen and (max-width: 768px) {
	.sell-gallery__grid {
		gap: 16px;
		grid-template-columns: repeat(2, 1fr);
	}
}

.sell-gallery__grid-item img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sell-faq {
	padding: 120px 0;
}

@media only screen and (max-width: 1024px) {
	.sell-faq {
		padding: 40px 0;
	}
}

@media only screen and (max-width: 768px) {
	.sell-faq {
		background: #f5f5f5;
	}
}

.sell-faq__inner {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}

@media only screen and (max-width: 768px) {
	.sell-faq__inner {
		flex-direction: column;
		gap: 32px;
	}
}

.sell-faq__inner-textbox {
	width: 50%;
}

@media only screen and (max-width: 768px) {
	.sell-faq__inner-textbox {
		width: 100%;
	}
}

.sell-faq__inner-textbox ul {
	display: flex;
	align-items: center;
	gap: 16px;
}

.sell-faq__inner-textbox ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	background: rgba(57, 60, 75, .05);
	border: 1px solid rgba(57, 60, 75, .1);
	transition: background .3s;
}

.sell-faq__inner-textbox ul li a:hover {
	background: #000;
}

.sell-faq__inner-textbox ul li a:hover svg path {
	fill: #fff;
}

.sell-faq__inner-textbox ul li a svg path {
	transition: fill .3s;
}

.sell-faq__inner-main {
	width: 50%;
}

@media only screen and (max-width: 768px) {
	.sell-faq__inner-main {
		width: 100%;
	}
}

.sell-faq__accordion {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.sell-faq__accordion-item {
	background-color: #fff;
	border-radius: 12px;
	border: 1px solid #e4e7f2;
	transition: box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}

.sell-faq__accordion-item--active {
	border-color: #d1d6f3;
}

.sell-faq__accordion-item--active .sell-faq__accordion-body {
	display: block;
}

.sell-faq__accordion-item--active .sell-faq__accordion-icon {
	transform: rotateX(-180deg);
}

.sell-faq__accordion-header {
	width: 100%;
	padding: 24px;
	background: none;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	cursor: pointer;
	text-align: left;
	font: inherit;
}

@media only screen and (max-width: 768px) {
	.sell-faq__accordion-header {
		padding: 20px;
	}
}

.sell-faq__accordion-title {
	font-family: "Geist";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #393c4b;
}

.sell-faq__accordion-icon {
	position: relative;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	transition: transform .3s;
}

.sell-faq__accordion-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-right: 2px solid #656a7c;
	border-bottom: 2px solid #656a7c;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: transform .2s ease;
}

.sell-faq__accordion-body {
	display: none;
	padding: 0 28px 24px;
}

.sell-faq__accordion-body p {
	font-family: "Geist";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	display: flex;
	align-items: center;
	letter-spacing: -.01em;
	color: #393c4b;
	opacity: .8;
}

.new-subscribe {
	position: relative;
	color: #fff;
	overflow: hidden;
	height: 482px;
}

@media only screen and (max-width: 768px) {
	.new-subscribe {
		height: 670px;
	}
}

.new-subscribe .container {
	height: 100%;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 768px) {
	.new-subscribe .container {
		justify-content: flex-start;
	}
}

.new-subscribe__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.new-subscribe__media picture {
	width: 100%;
	height: 100%;
}

.new-subscribe__media img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.new-subscribe__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 768px) {
	.new-subscribe__inner {
		height: 100%;
		flex-direction: column;
	}
}

.new-subscribe__content {
	max-width: 520px;
}

@media only screen and (max-width: 768px) {
	.new-subscribe__content {
		margin: 40px 0 0 0;
	}
}

.new-subscribe__title {
	font-family: "Libre Caslon Text";
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 39px;
	color: #fff;
	margin: 0 0 16px 0;
}

.new-subscribe__text {
	font-family: "Geist";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -.01em;
	color: #fff;
	opacity: .8;
	margin: 0 0 60px 0;
}

.new-subscribe__text p {
	margin: 0;
}

.new-subscribe form.wpcf7-form {
	display: flex;
	align-items: flex-end;
	max-width: 510px;
	gap: 24px;
}

.new-subscribe form.wpcf7-form p {
	display: flex;
	gap: 24px;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.new-subscribe form.wpcf7-form p {
		flex-direction: column;
	}
}

.new-subscribe .wpcf7-form-control-wrap {
	flex: 1 1 auto;
	display: block;
}

.new-subscribe input[type=email] {
	width: 100%;
	padding: 12px;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	background: transparent;
	font-family: "Geist";
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	outline: none;
	/* iOS/Safari: убрать нативные скруглённые рамки/обводки */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.new-subscribe input[type=email]::-moz-placeholder {
	color: rgba(255, 255, 255, .5);
}

.new-subscribe input[type=email]::placeholder {
	color: rgba(255, 255, 255, .5);
}

.new-subscribe input[type=email]:focus {
	border-bottom-color: #fff;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.new-subscribe input[type=email]:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px transparent inset;
	-webkit-text-fill-color: #fff;
	-webkit-transition: background-color 9999s ease-out 0s;
	transition: background-color 9999s ease-out 0s;
}

.new-subscribe input[type=submit] {
	padding: 12px 40px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 8px;
	font-family: "Geist";
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	background: transparent;
	cursor: pointer;
	white-space: nowrap;
	transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

@media only screen and (max-width: 768px) {
	.new-subscribe input[type=submit] {
		width: 154px;
	}
}

.new-subscribe input[type=submit]:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .5);
}

.new-subscribe input[type=submit]:active {
	transform: translateY(0);
	box-shadow: none;
}

.new-subscribe .wpcf7-spinner {
	display: none !important;
}

.sell-watch__form form .wpcf7-response-output {
	margin: 24px 0 0 0 !important;
	width: 100% !important;
}

.sell-watch__form form.invalid .wpcf7-response-output {
	padding: 10px !important;
	border: 1px dashed #d0d0d0 !important;
	background-color: #fafafa !important;
}

.sell-watch__form form.submitting .wpcf7-spinner {
	display: block;
}

.sell-watch__form .wpcf7-spinner {
	display: none;
}

.sell-watch__form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	display: none !important;
}

.sell-watch__form .not-valid-custom-tip {
	margin: 5px 0 0 0;
	font-size: 14px;
	font-weight: 400;
	color: #ff5954;
}

.sell-watch__form .custom-upload-preview {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.sell-watch__form .custom-upload-preview .wpcf7-form-control-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border: 1px dashed #d0d0d0;
	background: #fafafa;
	border-radius: 16px;
}

.sell-watch__form .custom-upload-preview .wpcf7-form-control-wrap .mfcf7-zl-multifile-name {
	display: inline-block;
	max-width: 270px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #333;
}

.sell-watch__form .custom-upload-preview .wpcf7-form-control-wrap .delete-file {
	font-size: 0;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-image: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/icons/delete_file_sell_form_icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.sell-watch__form .custom-upload-preview .wpcf7-form-control-wrap .delete-file.nitro-lazy {
	background-image: none !important;
}

.sell-watch__form br {
	display: none;
}

.sell-watch__form .contact-form-custom-one {
	margin: 0 auto;
}

.sell-watch__form .contact-form-custom-one input[type=text], .sell-watch__form .contact-form-custom-one input[type=email], .sell-watch__form .contact-form-custom-one input[type=tel], .sell-watch__form .contact-form-custom-one select, .sell-watch__form .contact-form-custom-one textarea {
	width: 100%;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	background-color: #fff;
	padding: 12px;
	font-size: 16px;
	color: #333;
	outline: none;
}

.sell-watch__form .contact-form-custom-one input[type=text]::-moz-placeholder, .sell-watch__form .contact-form-custom-one input[type=email]::-moz-placeholder, .sell-watch__form .contact-form-custom-one input[type=tel]::-moz-placeholder, .sell-watch__form .contact-form-custom-one select::-moz-placeholder, .sell-watch__form .contact-form-custom-one textarea::-moz-placeholder {
	color: #9b9b9b;
}

.sell-watch__form .contact-form-custom-one input[type=text]::placeholder, .sell-watch__form .contact-form-custom-one input[type=email]::placeholder, .sell-watch__form .contact-form-custom-one input[type=tel]::placeholder, .sell-watch__form .contact-form-custom-one select::placeholder, .sell-watch__form .contact-form-custom-one textarea::placeholder {
	color: #9b9b9b;
}

.sell-watch__form .contact-form-custom-one input[type=text]:focus, .sell-watch__form .contact-form-custom-one input[type=email]:focus, .sell-watch__form .contact-form-custom-one input[type=tel]:focus, .sell-watch__form .contact-form-custom-one select:focus, .sell-watch__form .contact-form-custom-one textarea:focus {
	border-color: #b9b9b9;
}

.sell-watch__form .contact-form-custom-one input[type=text].not-valid-custom-input, .sell-watch__form .contact-form-custom-one input[type=email].not-valid-custom-input, .sell-watch__form .contact-form-custom-one input[type=tel].not-valid-custom-input, .sell-watch__form .contact-form-custom-one select.not-valid-custom-input, .sell-watch__form .contact-form-custom-one textarea.not-valid-custom-input {
	border: 1px solid #f55 !important;
	background-color: #ffe4e4 !important;
	color: #ff5954 !important;
}

.sell-watch__form .contact-form-custom-one input[type=text].not-valid-custom-input option, .sell-watch__form .contact-form-custom-one input[type=email].not-valid-custom-input option, .sell-watch__form .contact-form-custom-one input[type=tel].not-valid-custom-input option, .sell-watch__form .contact-form-custom-one select.not-valid-custom-input option, .sell-watch__form .contact-form-custom-one textarea.not-valid-custom-input option {
	border: 1px solid #dcdcdc;
	background-color: #fff;
	color: #333;
}

.sell-watch__form .contact-form-custom-one input[type=text].not-valid-custom-input::-moz-placeholder, .sell-watch__form .contact-form-custom-one input[type=email].not-valid-custom-input::-moz-placeholder, .sell-watch__form .contact-form-custom-one input[type=tel].not-valid-custom-input::-moz-placeholder, .sell-watch__form .contact-form-custom-one select.not-valid-custom-input::-moz-placeholder, .sell-watch__form .contact-form-custom-one textarea.not-valid-custom-input::-moz-placeholder {
	color: #ff5954 !important;
}

.sell-watch__form .contact-form-custom-one input[type=text].not-valid-custom-input::placeholder, .sell-watch__form .contact-form-custom-one input[type=email].not-valid-custom-input::placeholder, .sell-watch__form .contact-form-custom-one input[type=tel].not-valid-custom-input::placeholder, .sell-watch__form .contact-form-custom-one select.not-valid-custom-input::placeholder, .sell-watch__form .contact-form-custom-one textarea.not-valid-custom-input::placeholder {
	color: #ff5954 !important;
}

.sell-watch__form .contact-form-custom-one textarea {
	height: 46px;
	padding: 12px;
	resize: none;
}

.sell-watch__form .contact-form-custom-one select#contact_form_model, .sell-watch__form .contact-form-custom-one select#contact_form_brand, .sell-watch__form .contact-form-custom-one select#contact_form_action {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/icons/chevron-down.svg");
	background-repeat: no-repeat;
	background-position: right 10px center;
	padding-right: 40px;
	cursor: pointer;
}

.sell-watch__form .contact-form-custom-one select#contact_form_model.nitro-lazy, .sell-watch__form .contact-form-custom-one select#contact_form_brand.nitro-lazy, .sell-watch__form .contact-form-custom-one select#contact_form_action.nitro-lazy {
	background-image: none !important;
}

.sell-watch__form .contact-form-custom-one select#contact_form_model.is-open, .sell-watch__form .contact-form-custom-one select#contact_form_brand.is-open, .sell-watch__form .contact-form-custom-one select#contact_form_action.is-open {
	background-image: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/icons/chevron-up.svg");
}

.sell-watch__form .contact-form-custom-one select#contact_form_model.is-open.nitro-lazy, .sell-watch__form .contact-form-custom-one select#contact_form_brand.is-open.nitro-lazy, .sell-watch__form .contact-form-custom-one select#contact_form_action.is-open.nitro-lazy {
	background-image: none !important;
}

.sell-watch__form .contact-form-custom-one select#contact_form_model:invalid, .sell-watch__form .contact-form-custom-one select#contact_form_brand:invalid, .sell-watch__form .contact-form-custom-one select#contact_form_action:invalid {
	color: #9b9b9b;
}

.sell-watch__form .contact-form-custom-one .contact-form-custom-row {
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
}

.sell-watch__form .contact-form-custom-one .contact-form-custom-row:last-child {
	margin: 0;
}

.sell-watch__form .contact-form-custom-one .contact-form-custom-row.contact-from-full-width {
	flex-direction: column;
	gap: 0;
}

.sell-watch__form .contact-form-custom-one .contact-form-custom-row .contact-form-custom-row-one, .sell-watch__form .contact-form-custom-one .contact-form-custom-row .contact-form-custom-row-two {
	flex: 1;
}

.sell-watch__form .contact-form-custom-one .contact-form-custom-row .form-control-custom-right-align {
	width: 100%;
}

.sell-watch__form .contact-form-custom-one .contact-form-custom-row .form-control-custom-right-align p {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.sell-watch__form .contact-form-custom-one .contact-form-upload-block {
	padding: 15px 20px;
	border: 1px dashed #d0d0d0;
	background: #fafafa;
	border-radius: 8px;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 24px 0;
}

.sell-watch__form .contact-form-custom-one .contact-form-upload-block .contact-form-upload-description {
	font-size: 16px;
	color: #444;
	display: flex;
	align-items: center;
}

.sell-watch__form .contact-form-custom-one .contact-form-upload-block .contact-form-upload-description span {
	font-weight: 600;
}

.sell-watch__form .contact-form-custom-one .contact-form-upload-block .form-control-custom-button {
	position: relative;
}

.sell-watch__form .contact-form-custom-one .contact-form-upload-block .form-control-custom-button #fileuploadfield {
	display: none;
}

.sell-watch__form .contact-form-custom-one .contact-form-upload-block .form-control-custom-button #mfcf7_zl_multifilecontainer {
	margin: 0 !important;
}

.sell-watch__form .contact-form-custom-one .contact-form-upload-block .form-control-custom-button #mfcf7_zl_add_file {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 12px 16px;
	font-size: 0px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-image: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/icons/upload-new-icon.svg");
	background-repeat: no-repeat;
	background-position: center;
	transition: .2s ease;
}

.sell-watch__form .contact-form-custom-one .contact-form-upload-block .form-control-custom-button #mfcf7_zl_add_file.nitro-lazy {
	background-image: none !important;
}

.sell-watch__form .contact-form-custom-one .contact-form-upload-block .form-control-custom-button #mfcf7_zl_add_file:hover {
	border-color: #999;
}

.sell-watch__form .contact-form-custom-one .contact-form-upload-block .uploadcare--widget__button_type_open {
	width: 40px;
	height: 40px;
	background-color: #fff !important;
	border: 1px solid rgba(0, 0, 0, .1);
	font-size: 0 !important;
	cursor: pointer;
	background-image: url("https://cdn-ildpenm.nitrocdn.com/edHKbOfSkrevXHoHbuzpBMHUilyHPRIE/assets/images/optimized/rev-f62e97f/precisionwatches.com/wp-content/themes/precisionwatches/assets/icons/upload-new-icon.svg");
	background-repeat: no-repeat;
	background-position: center;
	transition: background .3s;
}

.sell-watch__form .contact-form-custom-one .contact-form-upload-block .uploadcare--widget__button_type_open.nitro-lazy {
	background-image: none !important;
}

.sell-watch__form .contact-form-custom-one .contact-form-upload-block .uploadcare--widget__button_type_open:hover {
	background-color: #f2f4f7 !important;
}

.sell-watch__form .contact-form-custom-one .contact-form-upload-block .uploadcare--widget__button_type_open:focus {
	outline: 2px solid #393c4b;
}

.sell-watch__form .contact-form-custom-one .contact-form-upload-block .uploadcare--widget__button_type_open:active {
	outline: 2px solid #393c4b;
}

.sell-watch__form .contact-form-custom-one input.wpcf7-submit {
	width: 100%;
	height: 44px;
	background: #3b3d48;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: .2s ease;
}

.sell-watch__form .contact-form-custom-one input.wpcf7-submit:hover {
	background: #2c2d35;
}

.sell-watch__form .contact-form-custom-one input.wpcf7-submit.disabled {
	pointer-events: none;
	opacity: 48% !important;
}

.uploadcare--button_primary {
	background: #393c4b !important;
	border-color: #393c4b !important;
	cursor: pointer !important;
}

.uploadcare--button_primary:focus {
	outline: 2px solid #393c4b !important;
}

.uploadcare--button_primary:active {
	outline: 2px solid #393c4b !important;
}

.uploadcare--preview__back, .uploadcare--panel__show-files {
	border-color: #393c4b !important;
	color: #393c4b !important;
	cursor: pointer !important;
}

.uploadcare--preview__back:focus, .uploadcare--panel__show-files:focus {
	outline: 2px solid #393c4b !important;
}

.uploadcare--preview__back:active, .uploadcare--panel__show-files:active {
	outline: 2px solid #393c4b !important;
}

.uploadcare--camera__button {
	color: #fff;
	border-color: #393c4b !important;
	cursor: pointer !important;
}

.uploadcare--camera__button:focus {
	outline: 2px solid #393c4b !important;
}

.uploadcare--camera__button:active {
	outline: 2px solid #393c4b !important;
}

.uploadcare--dialog__close:hover {
	color: #393c4b !important;
}

.uploadcare--dialog__close:focus {
	color: #393c4b !important;
	outline: 2px solid #393c4b !important;
}

.uploadcare--dialog__close:active {
	color: #393c4b !important;
	outline: 2px solid #393c4b !important;
}

.uploadcare--button_icon:hover, .uploadcare--menu__item:hover {
	color: #393c4b !important;
}

.uploadcare--button_icon:focus, .uploadcare--menu__item:focus {
	color: #393c4b !important;
	outline: 2px solid #393c4b !important;
	box-shadow: unset !important;
}

.uploadcare--button_icon:active, .uploadcare--menu__item:active {
	color: #393c4b !important;
	outline: 2px solid #393c4b !important;
	box-shadow: unset !important;
}

.uploadcare--progress_type_canvas {
	color: #393c4b !important;
}

.uploadcare--widget__button_type_remove {
	cursor: pointer !important;
}
