@charset "utf-8";
/*CSS3*/

/*
Template developer: Elesin Alexander
*/

:root {
	/*site ratio*/
	--r: 20rem;

	/*header size*/
	--header-height: var(--js-header-height, 0px);
	--hTopWr-height: var(--js-hTopWr-height, 0px);

	/*margins*/
	--m1: calc(var(--r) * 20/20);
	--m2: calc(var(--r) * 30/20);
	--m3: calc(var(--r) * 40/20);
	--m4: calc(var(--r) * 50/20);
	--m5: calc(var(--r) * 60/20);

	--m-df: calc(var(--r) * 100/20);

	/*site-paddings*/
	--content-offset-top: 0px;
	--content-offset-bottom: 0px;
	--site-padding-sm: 10rem;
	--site-padding: 60rem;

	/*typography*/
	--lh: 1.3;
	--fs: 20rem;
	--fs12: calc(var(--fs) * 12/20);
	--fs14: calc(var(--fs) * 14/20);
	--fs16: calc(var(--fs) * 16/20);
	--fs17: calc(var(--fs) * 17/20);
	--fs18: calc(var(--fs) * 18/20);
	--fs20: calc(var(--fs) * 20/20);
	--fs22: calc(var(--fs) * 22/20);
	--fs24: calc(var(--fs) * 24/20);

	--hb: 20rem;
	--h1: calc(var(--hb) * 30/20);
	--h2: calc(var(--hb) * 52/20);
	--h3: calc(var(--hb) * 24/20);
	--h4: calc(var(--hb) * 22/20);
	--h5: calc(var(--hb) * 22/20);
	--h6: calc(var(--hb) * 22/20);


	/*inputs*/
	--input-height: 40rem;


	/*other*/
	--site-container: 1200rem;
	--main-color: #00265D;
	--df-margin: 80rem;
	--line-offset: 23rem;
}

@font-face {
	font-family: "PP Object Sans";
	font-display: swap;
	src: local("☺");
	src: url("../fonts/subset-ObjectSans-Regular.woff2") format("woff2"),
		url("../fonts/subset-ObjectSans-Regular.woff") format("woff"),
		url("../fonts/subset-ObjectSans-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Circe Contrast";
	font-display: swap;
	src: local("☺");
	src: url("../fonts/subset-CirceContrastText-Regular.woff2") format("woff2"),
		url("../fonts/subset-CirceContrastText-Regular.woff") format("woff"),
		url("../fonts/subset-CirceContrastText-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	font-display: swap;
	src: local("☺");
	src: url("../fonts/icomoon.woff") format("woff"),
		url("../fonts/icomoon.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}


[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-appstore:before {
	content: "\e909";
}

.icon-play:before {
	content: "\e90a";
}

.icon-rustore:before {
	content: "\e90b";
}

.icon-arr-b:before {
	content: "\e900";
}

.icon-arr-t:before {
	content: "\e901";
}

.icon-arr-l:before {
	content: "\e902";
}

.icon-arr-r:before {
	content: "\e903";
}

.icon-arr-sm-b:before {
	content: "\e904";
}

.icon-arr-sm-t:before {
	content: "\e905";
}

.icon-arr-sm-l:before {
	content: "\e906";
}

.icon-arr-sm-r:before {
	content: "\e907";
}

.icon-msg:before {
	content: "\e908";
}

html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	font-size: calc(100vw / 1440);
}

body {
	margin: 0;
}

::-moz-selection {
	background-color: #006d4a;
	color: white;
}

::webkit-selection {
	background-color: #006d4a;
	color: white;
}

::-moz-selection {
	background-color: #006d4a;
	color: white;
}

::selection {
	background-color: #006d4a;
	color: white;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],

/* 1 */

input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
	border-radius: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type='password'] {
	font-family: Verdana;
	letter-spacing: 0.125em;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	min-width: 0;
}

legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

a {
	text-decoration: underline;
	color: inherit;
}

a:hover {
	text-decoration: none;
}


img {
	max-width: 100%;
	width: auto;
	height: auto;
	border: 0;
}

.row:after,
.clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

.container {
	width: calc(var(--site-container) + (var(--site-padding) * 2));
	margin: 0 auto;
	padding: 0 var(--site-padding);
	max-width: 100%;
}

.btn {
	/*	iOS reset style*/
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
	padding-left: var(--line-offset);
	padding-right: var(--line-offset);
	font-family: "Circe Contrast";
	font-weight: 400;
	font-size: var(--fs17);
	line-height: 100%;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	text-decoration: none;
	border-left: 1rem solid #000;
	padding-top: 10rem;
	padding-bottom: 10rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	text-align: left;
	background-color: transparent;
}


.btn > i:after {
	content: '\e903';
	font-family: "icomoon";
	position: absolute;
	right: 100%;
	margin-right: 5rem;
}

.btn > i {
	font-size: 0.8em;
	margin-left: 9rem;
	margin-top: 0;
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}



.btn > i:before,
.btn > i:after {
	position: relative;
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.btn > i:after {
	position: absolute;
}


.btn:hover > i:before,
.btn:hover > i:after {
	-webkit-transform: translateX(calc(100% + 5rem));
	transform: translateX(calc(100% + 5rem));
}

.btn:hover {
	text-decoration: none;
}

/*
.btn:hover:after {
	transform: translateX(4rem);
}
*/



.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

ul.custom {
	display: block;
	margin: 0;
	padding: 0;
}

ul.custom > li {
	display: block;
	list-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	width: auto;
	height: auto;
	margin: auto;
	padding: 0;
}

html body input[type="checkbox"],
html body input[type="radio"] {
	width: auto;
	height: auto;
	padding: 0;
}

body {
	font-family: "PP Object Sans", sans-serif;
	min-width: 320px;
	font-size: var(--fs20);
	line-height: var(--lh);
	background: #fafaf0;
	color: #0b0b0b;
}

.site-wrapper {
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-top: var(--content-offset-top);
	padding-bottom: var(--content-offset-top);
}

body.compensate-for-scrollbar {
	overflow: hidden;
	overflow-y: visible;
}

body.compensate-for-scrollbar {
	margin-right: 0px;
}

.cover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.cover:after {
	content: ' ';
	padding: 20% 0;
	width: 1px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.cover > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;';
}


html body .m0 {
	margin-bottom: 0;
}

html body .m0-top {
	margin-top: 0;
}

html body .p0 {
	padding-bottom: 0;
}

html body .p0-top {
	padding-top: 0;
}


html body .m1 {
	margin-bottom: var(--m1);
}

html body .m1-top {
	margin-top: var(--m1);
}

html body .p1 {
	padding-bottom: var(--m1);
}

html body .p1-top {
	padding-top: var(--m1);
}

html body .m2 {
	margin-bottom: var(--m2);
}

html body .m2-top {
	margin-top: var(--m2);
}

html body .p2 {
	padding-bottom: var(--m2);
}

html body .p2-top {
	padding-top: var(--m2);
}

html body .m3 {
	margin-bottom: var(--m3);
}

html body .m3-top {
	margin-top: var(--m3);
}

html body .p3 {
	padding-bottom: var(--m3);
}

html body .p3-top {
	padding-top: var(--m3);
}

html body .m4 {
	margin-bottom: var(--m4);
}

html body .m4-top {
	margin-top: var(--m4);
}

html body .p4 {
	padding-bottom: var(--m4);
}

html body .p4-top {
	padding-top: var(--m4);
}

html body .m5 {
	margin-bottom: var(--m5);
}

html body .m5-top {
	margin-top: var(--m5);
}

html body .p5 {
	padding-bottom: var(--m5);
}

html body .p5-top {
	padding-top: var(--m5);
}

p {
	margin: 0 0 15rem 0;
	padding: 0;
}

.hidden-heading {
	position: absolute;
	right: 1000%;
	bottom: 1000%;
	opacity: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading,
.heading2,
.heading3,
.heading4,
.heading5,
.heading6 {
	margin: 0 0 15rem 0;
	padding: 0;
	font-weight: 400;
	font-size: var(--h1);
	line-height: 1;
	text-transform: uppercase;
	font-family: "Circe Contrast";
	text-transform: uppercase;
	color: #000;
}

h1,
.heading {
	font-size: var(--h1);
}

h2,
.heading2 {
	font-size: var(--h2);
}

h3,
.heading3 {
	font-size: var(--h3);
}

h4,
.heading4 {
	font-size: var(--h4);
}

h5,
.heading5 {
	font-size: var(--h5);
}

h6,
.heading6 {
	font-size: var(--h6);
}

.df-section {
	--df-section-top-offset: 20rem;
}

.content-wrapper > .df-section:not(.horizontal-scroll) {
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	overflow: hidden;
}

.content-wrapper > .df-section:not(.horizontal-scroll),
.horizontal-scroll .df-section {
	padding-top: calc(var(--header-height) + var(--df-section-top-offset));
	padding-left: var(--site-padding);
	padding-right: var(--site-padding);
	padding-bottom: var(--df-section-top-offset);
}

.content-wrapper > .df-section:not(.horizontal-scroll) {
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.content-wrapper > .df-section:not(.horizontal-scroll) .df-inner {
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.horizontal-scroll {
	min-height: calc(110vh * var(--horizontal-screen-count, 1));
	min-height: calc((var(--vh, 1vh) * 110) * var(--horizontal-screen-count, 1));
}

.horizontal-scroll-content {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	overflow: hidden;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}


.horizontal-scroll-content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}

.horizontal-scroll-content-wrapper > * {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	background: #fafaf1;

}

.f-fdbk-btn {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 0;
	width: 44rem;
	height: 44rem;
	border: none;
	background-color: #084632;
	color: white;
	z-index: 118;
	font-size: 22rem;
	padding-bottom: 2rem;
	-webkit-transition: background-color 300ms;
	transition: background-color 300ms;
}

.f-fdbk-btn:hover {
	background-color: #066547;
}

.stores-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 0;
	border: none;
	background-color: #084632;
	color: white;
	z-index: 118;
	font-size: 22rem;
	-webkit-transition: background-color 300ms;
	transition: background-color 300ms;
}

ul.stores-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

ul.stores-list a {
	text-decoration: none;
	width: 44rem;
	height: 44rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: background-color 300ms;
	transition: background-color 300ms;
}

ul.stores-list a:hover {
	text-decoration: none;
	background-color: #066547;
}

p {
	margin: 0;
	margin-bottom: var(--m1);
}


.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fafaf0;
	padding-left: var(--site-padding-sm);
	padding-right: var(--site-padding-sm);
	color: black;
	text-transform: uppercase;
	font-family: "Circe Contrast";
	z-index: 120;
}

.h-top-wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 8rem;
	padding-bottom: 8rem;
	font-size: var(--fs14);
}

.h-col-c {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.h-col-l,
.h-col-r {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
}

.h-col-r {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.h-tel:hover,
.h-tel {
	text-decoration: none;
}

.h-address {
	text-decoration: none;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.h-address:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
	width: 30rem;
}

.logo:after {
	content: ' ';
	padding: 48.37% 0;
	width: 1rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.logo > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}


.nav {
	margin-left: calc(-1 * var(--site-padding-sm));
	margin-right: calc(-1 * var(--site-padding-sm));
	overflow: hidden;
	/*	overflow-x: auto;*/
	text-align: center;
}

ul.h-nav-list {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-top: 7rem;
	padding-bottom: 7rem;
	padding-left: var(--site-padding-sm);
	padding-right: var(--site-padding-sm);
	min-width: 100%;
}


ul.h-nav-list > li {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

ul.h-nav-list > li:last-child a {
	padding-right: 0;
}

ul.h-nav-list > li:not(:first-child) {
	border-left: 1rem solid black;
}

ul.h-nav-list > li a {
	text-decoration: none;
	min-width: 259rem;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: var(--fs17);
	line-height: 1;
	padding-right: 15rem;
}

ul.h-nav-list > li a:before {
	content: ' ';
	width: 10rem;
	height: 10rem;
	background-color: currentColor;
	margin-right: 5rem;
	border-radius: 50%;
	margin-bottom: 0.1em;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

ul.h-nav-list > li.active a:before,
ul.h-nav-list > li a:hover:before {
	opacity: 1;
}

.nav .scrollbar-track {
	display: none !important;
}


.line-decor {
	border-left: 1rem solid black;
	padding-left: var(--line-offset);
}

.horizontal-scroll .df-inner {
	height: 100%;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.image-text-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.image-text-main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.image-text-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 47%;
	background-color: #fafaf1;
	margin-left: var(--df-margin);
}

.image-text-main > *:last-child,
.image-text-img > *:last-child {
	margin-bottom: 0;
}

.ct-heading {
	margin-bottom: 5rem;
}

.ct-heading strong {
	display: block;
	font-weight: 400;
}

.ct-heading + p {
	margin-top: 29rem;
}

.ct-info-wrp {
	overflow: hidden;
	margin-bottom: 28rem;
}

ul.ct-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -1rem;
	margin-left: -17rem;
	margin-right: -17rem;
}

ul.ct-info > li {
	padding-left: 16rem;
	padding-right: 16rem;
	border-left: 1rem solid rgba(0, 0, 0, 0.4);
	margin-top: 10rem;
}

ul.ct-info span,
ul.ct-info a {
	font-family: "Circe Contrast";
	font-weight: 400;
	font-size: var(--fs14);
	line-height: 100%;
	text-transform: uppercase;
	text-align: left;
	color: rgba(0, 0, 0, 0.4);
	text-decoration: none;
	display: block;
}

.image-text-main-top p {
	margin-bottom: 50rem;
}


.image-text-main-bottom > *:last-child,
.image-text-main-top > *:last-child {
	margin-bottom: 0;
}

ul.ct-info a:hover {
	text-decoration: none;
}


ul.tm-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10rem;
	margin-top: -15rem;
}

ul.tm-list > li {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 33.3333%;
	padding-left: 10rem;
	margin-top: 15rem;
}

.tm-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tm-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 52rem;
	height: 52rem;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 15rem;
}

.tm-img > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.tm-main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: var(--fs12);
	line-height: 130%;
	-ms-flex-item-align: center;
	align-self: center;
}

.tm-name {
	color: #21272a;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.tm-discription {
	color: rgba(0, 0, 0, 0.4);
	width: 100%;
}

.btn-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -15rem;
}

.image-text-main-top {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 1%;
}

.image-text-main-bottom .btn-wrp {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.image-text-main-top-scroll {
	max-height: 100%;
	overflow: hidden;
	overflow-y: auto;
}

.image-text-main-top-scroll.no-scroll {
	overflow: visible;
	overflow-y: visible;
}

.image-text-main-top-scroll::-webkit-scrollbar {
	width: 3rem;
}

.image-text-main-top-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: rgba(0, 0, 0, 0.1);
}

.image-text-main-top-scroll::-webkit-scrollbar-thumb {
	background-color: black;
	outline: none;
}


.btn-wrp .btn {
	margin-top: 15rem;
}

.image-text-main-bottom {
	margin-top: 20rem;
}

.image-text-main-bottom.line-decor .btn-wrp {
	margin-left: calc(-1 * (var(--line-offset) + 1rem));
}

.image-slider-wrp {
	position: relative;
}

.image-slider,
.image-slider-wrp {
	height: 100%;
}

.image-slider .swiper-slide {
	position: relative;
}

.image-slider .swiper-slide > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.image-slider .swiper-slide a {
	height: 100%;
	position: relative;
	display: block;
}

.image-slider .swiper-slide a > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.image-slider .swiper-slide {
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	background-color: #eaeae2;
}



.df-arrow-wr {
	position: absolute;
	top: 25rem;
	left: 25rem;
	right: 25rem;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.df-arrow {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: none;
	background-color: transparent;
	color: white;
	font-size: 24rem;
	margin-right: 18rem;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	text-shadow: 0 0 6rem rgba(0, 0, 0, 0.1);
}

.df-arrow.swiper-button-lock {
	display: none;
}

.df-arrow.swiper-button-disabled {
	cursor: not-allowed;
}

.df-arrow:not(.swiper-button-disabled):hover {
	opacity: 0.5;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.pg-wrp,
.pg-wrp {
	position: absolute;
	bottom: 18rem;
	left: 25rem;
	right: 25rem;
	z-index: 3;
	width: auto;
}

.sw-dot {
	height: 2rem;
	width: 24rem;
	border: none;
	background-color: #fafaf0;
	margin-right: 8rem;
	-webkit-box-shadow: 0 0 6rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 6rem rgba(0, 0, 0, 0.1);
	opacity: 0.3;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	position: relative;
	padding: 0;
}

.sw-dot:before {
	content: ' ';
	position: absolute;
	top: -10rem;
	bottom: -10rem;
	background-color: transparent;
	left: 0;
	width: 100%;
	z-index: -1;
}

.sw-dot.sw-dot-active {
	opacity: 1;
}

ul.other-navs {}

ul.other-navs > li:not(:last-child) {
	margin-bottom: 18rem;
}

ul.other-navs > li span,
ul.other-navs > li a {
	font-family: "Circe Contrast";
	font-size: 32rem;
	line-height: 80%;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

ul.other-navs > li a:hover {
	text-decoration: none;
	opacity: 0.5;
}

.pswp__custom-caption {
	position: absolute;
	bottom: 20rem;
	left: 0;
	width: 100%;
	text-align: center;
	color: white;
	font-size: var(--fs16);
	text-shadow: 0 0 10rem rgba(0, 0, 0, 0.6);
}

.at-grid {
	display: block;
}

.at-main {
	grid-column: 1 / 2;
	margin-bottom: 60rem;
}

.at-arrows {
	grid-column: 2 / 3;
	padding-right: 8rem;
	padding-top: 8rem;
}

.at-slider {
	grid-column: 1 / 3;

}

.at-arrows .df-arrow-wr {
	position: static;
	top: auto;
	left: auto;
	right: auto;
}

.at-arrows .df-arrow {
	color: #000;
	font-size: 24rem;
	margin-right: 18rem;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	text-shadow: none;
}

.at-arrows .df-arrow:last-child {
	margin-right: 0;
}

.at-section,
.ot-section {
	margin-bottom: 80rem;
}

.at-section {}

.at-main-wr h2 {
	margin-bottom: 29rem;
}

.at-main-wr p {
	max-width: 550rem;
}

.at-slider {
	margin-top: 22rem;
}


.at-gallery {
	overflow: visible;
	margin-left: -8rem;
	margin-right: -8rem;
}

.at-gallery .swiper-slide {
	width: 27.9%;
	padding-left: 8rem;
	padding-right: 8rem;
}

.at-gallery .swiper-slide.portrait {
	width: 61.27%;
}

.at-item {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.at-item:hover {
	text-decoration: none;
}

.at-item-img {
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 37.2vw;
	margin-bottom: 14rem;
}

.at-item-description {
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: rgba(0, 0, 0, 0.4);
}

.at-item-img > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.at-item:hover .at-item-img > img {
	opacity: 0.8;
}

.at-gallery .swiper-slide.portrait .at-item-description {
	max-width: 50%;
}

.top-slider-wrp {
	position: absolute;
	top: var(--header-height);
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 10rem;
	padding-top: 0;
}

.top-slider {
	width: 100%;
	height: 100%;
	background-color: black;
}


.top-slider .swiper-slide {
	position: relative;
	overflow: hidden;
}

.top-slider .swiper-slide > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	opacity: 0.8;
}


.ts-section {
	color: #fafaf1;
	text-align: center;
	position: relative;
}

.ts-section .df-inner {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 30rem;
}

.ts-section h1,
.ts-section h2,
.ts-section h3 {
	color: inherit;
}

.ts-bottom,
.ts-top {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ts-center {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ts-center > * {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 100%;
}

.ts-text {
	font-size: 32rem;
	line-height: 100%;
	text-transform: uppercase;
	max-width: 370rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


.ts-emblem {
	width: 265rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: 50rem;
}

.ts-emblem:after {
	content: ' ';
	padding: 60.8% 0;
	width: 1rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.ts-emblem > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.ts-top {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 1%;
	max-height: 54rem;
}


.top-scroll-arrow {
	font-size: 25rem;
}

.top-scroll-arrow:before {
	-webkit-animation: scrollArrow 2s ease infinite;
	animation: scrollArrow 2s ease infinite;
	position: relative;
	display: block;
}

@-webkit-keyframes scrollArrow {

	50%,
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	25% {
		-webkit-transform: translateY(10rem);
		transform: translateY(10rem);
	}
}

@keyframes scrollArrow {

	50%,
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	25% {
		-webkit-transform: translateY(10rem);
		transform: translateY(10rem);
	}
}


.pswp__button .df-arrow {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-shadow: 0 0 5px black;
	font-size: 20rem;
}


.clbk-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100%;
	position: relative;
}

.clbk-info-col {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	background: #084632;
	color: #fafaf1;
}

.clbk-info-col h2,
.clbk-info-col h3,
.clbk-info-col h4 {
	color: inherit;
}


.clbk-form-col {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 52.75%;
	padding-left: 80rem;
}

.fixed-clbk-form .clbk-form-col {
	width: 100%;
}

.clbk-section,
.content-wrapper > .df-section.clbk-section {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.ts-emblem.sm {
	width: 117rem;
}

.clbk-info-col {
	padding-left: var(--site-padding);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 23rem;
}

.clbk-form-col {
	padding-right: var(--site-padding);
}

.clbk-info-col,
.clbk-form-col {
	padding-top: 49rem;
	padding-bottom: 49rem;
}

.clbk-info-top .ts-emblem.sm {
	margin-top: 10rem;
}

.clbk-form-heading {
	font-size: 32rem;
	max-width: 94%;
	line-height: 1;
	margin-bottom: 50rem;
}

.clbk-heading {
	font-size: 64rem;
	line-height: 100%;
	letter-spacing: -0.02em;
	margin-bottom: 40rem;
}

.cts-wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5rem;
	margin-right: -5rem;
	margin-top: -10rem;
}

.cts-item {
	width: 33.3333%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-left: 5rem;
	padding-right: 5rem;
	margin-top: 10rem;
}

.cts-title {
	font-size: var(--fs12);
	line-height: 130%;
	font-family: "PP Object Sans";
	text-transform: none;
	opacity: 0.4;
	margin-bottom: 5rem;
}

.cts-content {
	display: block;
	text-decoration: none;
	font-size: var(--fs14);
	line-height: 130%;
	text-transform: uppercase;
	font-family: "Circe Contrast";
}

.cts-content:hover {
	text-decoration: none;
}

.copy {
	font-family: "Circe Contrast";
	font-weight: 400;
	font-size: var(--fs14);
	line-height: 100%;
	text-transform: uppercase;
	margin-top: 50rem;
}

.clbk-info-top {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

.clbk-info-bottom {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}

.copyright-col {
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.clbk-info-col:after {
	content: ' ';
	width: 100%;
	-webkit-box-flex: 0.66;
	-ms-flex-positive: 0.66;
	flex-grow: 0.66;
	display: block;
}

.f-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -12rem;
	margin-right: -12rem;
	margin-top: -42rem;
	padding-top: 1rem;
}

.f-item {
	width: 50%;
	padding-left: 12rem;
	padding-right: 12rem;
	margin-top: 42rem;
}

.f-item.full {
	width: 100%;
}




.fc-component {
	--fComponent-select-main-color: #fafaf0;
	--fComponent-select-bg-color: #fafaf0;
	--fComponent-select-padding-v: 5rem;
	--fComponent-select-padding-h: 8rem;
	--fComponent-font-size: 16rem;
	--fComponent-line-height: 1.3;
	--fComponent-input-height: var(--input-height);
	--fComponent-error-color: red;
	--fComponent-placeholder-color: grey;
	--fComponent-scroll-bar-width: 3rem;
	--fComponent-scroll-bar-track-bg: grey;
	--fComponent-scroll-bar-thumb-bg: black;
	--fc-input-fs: var(--fComponent-font-size, inherit);
	--fc-input-v-padding: 5rem;
	--fc-em-border: 1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.fc-in-error-msg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: var(--fComponent-select-padding-h);
	right: var(--fComponent-select-padding-h);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none;
	-webkit-transition: opacity 100ms;
	transition: opacity 100ms;
	z-index: 1;
	line-height: 1;
	color: #ff693c;
	font-size: var(--fs12);
	opacity: 0;
	pointer-events: none;
	background-color: var(--fComponent-select-main-color);
}

.fc-component.parsley-error:not(.focus) .fc-in-error-msg {
	opacity: 1;
}


.f-label {
	font-size: var(--fs16);
	line-height: 120%;
	color: #000;
}

.fc-input {
	background-color: var(--fComponent-select-main-color);
	font-family: "PP Object Sans";

}

.fc-input.fc-bottom-active-line {
	-webkit-box-shadow: 0 1rem 0 0 black;
	box-shadow: 0 1rem 0 0 black;
}

.fc-input.fc-bottom-active-line:after,
.fc-input.fc-bottom-active-line:before {
	display: none;
}

.fc-select-title {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1rem solid black;
}

.fc-select-title-placeholder {
	color: rgba(0, 0, 0, 0.4);
}

.fc-select-title:after {
	content: '\e904';
	font-family: "icomoon";
	font-size: 8rem;
	font-style: normal;
}

.fc-select-drop-down {
	background-color: #fafaf0;
	/*	color: white;*/
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translate3d(0, -30rem, 0);
	transform: translate3d(0, -30rem, 0);
	-webkit-box-shadow: inset 0 0 0 1rem rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 0 1rem rgba(0, 0, 0, 0.3);
}

.fc-select-list button {
	/*	border-top: 1rem solid rgba(250, 250, 241, 0.3);*/
	border-top: 1rem solid rgba(0, 0, 0, 0.3);
	font-weight: 400;
	font-family: "PP Object Sans";
	padding-top: 4rem;
	padding-bottom: 4rem;
	line-height: 1.25;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.fc-select-list button > span {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
}

.fc-select-list button:after {
	content: ' ';
	width: 10rem;
	height: 10rem;
	background-color: currentColor;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	border-radius: 50%;
	margin-left: 6rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 300ms, visibility 300ms;
	transition: opacity 300ms, visibility 300ms;
}

.fc-select-list > li.selected button:after,
.fc-select-list button:hover:after {
	opacity: 1;
	visibility: visible;
}

.fc-select-list > li:first-child button {
	border-top: none;
}

.fc-select-list > li.selected button,
.fc-select-list button:hover {
	background-color: transparent;
}

.fc-select-scroll {
	max-height: 116rem;
}

.f-label.sm {
	font-size: var(--fs14);
	margin-bottom: 10rem;
}

.fc-textarea.fc-placeholder-shift,
.fc-textarea {
	min-height: 68rem;
	cursor: text;
}

.fc-textarea.fc-placeholder-shift[data-fs-type="textarea-autoheight"] textarea,
.fc-textarea.fc-placeholder-shift[data-fs-type="textarea-autoheight"] .text-autosize-container,
.fc-textarea .text-autosize-container,
.fc-input.fc-placeholder-shift textarea {
	max-height: calc(68rem - var(--fComponent-select-padding-v));
	padding-left: var(--fComponent-select-padding-h);
	padding-right: var(--fComponent-select-padding-h);

}

.fc-input.fc-placeholder-shift {
	padding-bottom: var(--fComponent-select-padding-v);
}

.fc-textarea.fc-placeholder-shift {
	padding-top: 0;
}

.textarea-counter {
	font-weight: 400;
	font-size: 12rem;
	line-height: 130%;
	color: rgba(0, 0, 0, 0.4);
	margin-top: 8rem;
}

.btn-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 16rem;
}


.clbk-form-tnx {
	position: absolute;
	z-index: 5;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fafaf0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 400ms, opacity 400ms;
	transition: visibility 400ms, opacity 400ms;
}

/* Shedu */
.clbk-form-col.clbk-form-tnx.tnx-active {
	opacity: 1;
	visibility: visible;
}

.clbk-form-tnx .clbk-form-wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}

.clbk-form-tnx-top {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}

.clbk-form-tnx-bottom {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}

.clbk-form-tnx-top > *:last-child,
.clbk-form-tnx-bottom > *:last-child {
	margin-bottom: 0;
}

.clbk-form-fixed {
	position: fixed;
	z-index: 124;
	background-color: #084632;
	right: 0;
	top: var(--hTopWr-height);
	bottom: 0;
	color: #fafaf0;
	width: 50%;
	min-width: 372px;
	padding: 0;
	-webkit-box-shadow: 0 500px 0 0 #084632;
	box-shadow: 0 500px 0 0 #084632;
	right: auto;
	left: 100%;
	visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: visibility 400ms, -webkit-transform 400ms;
	transition: visibility 400ms, -webkit-transform 400ms;
	transition: visibility 400ms, transform 400ms;
	transition: visibility 400ms, transform 400ms, -webkit-transform 400ms;
}

.clbk-form-fixed .clbk-form-tnx {
	-webkit-box-shadow: 0 500px 0 0 #084632;
	box-shadow: 0 500px 0 0 #084632;
}

.clbk-form-fixed > .clbk-form-wr {
	padding: 0;
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
	position: relative;

}

.clbk-form-fixed > .clbk-form-wr,
.clbk-form-fixed > .clbk-form-tnx {
	padding-top: 49rem;
	padding-bottom: 40rem;
	padding-left: 80rem;
	padding-right: 80rem;
}

.apps {
	margin-top: 64rem;
}

.apps-heading {
	font-family: "Circe Contrast";
	font-weight: 400;
	font-size: var(--fs17);
	line-height: 100%;
	text-transform: uppercase;
	color: inherit;
}

.apps ul.stores-list a {
	width: auto;
	font-size: 25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.apps ul.stores-list a:hover {
	background-color: transparent;
	opacity: 0.7;
}

.apps ul.stores-list {
	margin-left: -11rem;
}

.apps ul.stores-list > li {
	margin-left: 11rem;
	margin-top: 6rem;
}


body.clbk-form-open .clbk-form-fixed {
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}



.clbk-form-fixed .clbk-form-tnx {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #084632;

}


.clbk-form-fixed .f-label,
.clbk-form-fixed .clbk-form-heading {
	color: inherit;
}

.clbk-form-fixed .line-decor {
	border-left: 1rem solid currentColor;
}

.clbk-form-fixed .fc-component {
	--fComponent-select-main-color: #084632;
	--fComponent-select-bg-color: #084632;

	--fComponent-scroll-bar-width: 3rem;
	--fComponent-scroll-bar-track-bg: rgba(255, 255, 255, 0.39);
	--fComponent-scroll-bar-thumb-bg: white;
}

.clbk-form-fixed .fc-input.fc-bottom-active-line {
	-webkit-box-shadow: 0 2rem 0 -1rem #fafaf0;
	box-shadow: 0 2rem 0 -1rem #fafaf0;
}

.clbk-form-fixed .fc-select-title {
	border-bottom: 1rem solid #fafaf0;
}

.clbk-form-fixed .textarea-counter,
.clbk-form-fixed .fc-select-title-placeholder {
	color: rgba(250, 250, 241, 0.3);
}

.clbk-form-fixed .fc-select-drop-down {
	background-color: #084632;
	-webkit-box-shadow: inset 0 0 0 1rem rgba(250, 250, 241, 0.3);
	box-shadow: inset 0 0 0 1rem rgba(250, 250, 241, 0.3);
}

.clbk-form-fixed .fc-select-list button {
	border-top: 1rem solid rgba(250, 250, 241, 0.3);
	color: #fafaf0;
}

.clbk-form-fixed .fc-textarea .text-autosize-container,
.clbk-form-fixed .fc-textarea textarea,
.clbk-form-fixed .fc-input input {
	color: #fafaf0;
}

.clbk-form-fixed .fc-select-title,
.clbk-form-fixed .fc-select-title:after {
	color: #fafaf0;
}

.clbk-form-fixed .btn {
	color: #fafaf0;
	border-left: 1rem solid #fafaf0;
	margin-top: 0;
}

.clbk-form-fixed .f-item {
	margin-top: 32rem;
}

.clbk-form-fixed-close {
	position: absolute;
	right: 12rem;
	top: 10rem;
	background-color: transparent;
	border: none;
	font-family: 'Times New Roman';
	font-size: 40rem;
	padding: 0;
	line-height: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	z-index: 1;
}

.clbk-form-fixed-close:hover {
	opacity: 0.7;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 123;
	background-color: transparent;
	display: none;
}


.clbk-form-fixed .clbk-form-heading {
	margin-bottom: 60rem;
}

.df-inner > .clbk-wrp > .clbk-form-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


.df-inner > .clbk-wrp > .clbk-form-col > .clbk-form-wr {
	-ms-flex-item-align: center;
	align-self: center;
}



.cr {
	display: inline-block;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	position: relative;
	font-weight: 400;
	font-size: 12rem;
}

.cr input {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
}

.cr-ps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cr-icon {
	width: 17rem;
	height: 17rem;
	border: 1px solid currentColor;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cr-icon:before {
	content: ' ';
	position: absolute;
	width: 10rem;
	height: 10rem;
	background-color: currentColor;
	opacity: 0;
	border-radius: 50%;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.cr input[type="radio"] + .cr-ps .cr-icon,
.cr input[type="radio"] + .cr-ps .cr-icon:before {
	border-radius: 50%;
}

.cr-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	-ms-flex-item-align: center;
	align-self: center;
}

.cr input:checked + .cr-ps .cr-icon:before {
	opacity: 1;
}

.cr.parsley-error .cr-icon {}

.cr .fc-in-error-msg {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 9rem;
	margin-left: 24rem;
	font-size: 0.9em;
}

.cr.parsley-error .fc-in-error-msg {
	opacity: 1;
}


.image-slider-wrp:before {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #fafaf0;
	z-index: 4;
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.76, 0, 0.24, 1);
	transition: -webkit-transform 1s cubic-bezier(0.76, 0, 0.24, 1);
	transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1);
	transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 1s cubic-bezier(0.76, 0, 0.24, 1);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-box-shadow: 0 0 0 10px #fafaf0;
	box-shadow: 0 0 0 10px #fafaf0;
}

.image-slider img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(0.76, 0, 0.24, 1);
	transition: -webkit-transform 1.2s cubic-bezier(0.76, 0, 0.24, 1);
	transition: transform 1.2s cubic-bezier(0.76, 0, 0.24, 1);
	transition: transform 1.2s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 1.2s cubic-bezier(0.76, 0, 0.24, 1);
}

.image-slider-wrp.animated:before {
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);

}

.image-slider-wrp.animated img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.fc-input input:-webkit-autofill,
.fc-input input:-webkit-autofill:hover,
.fc-input input:-webkit-autofill:focus {
	-webkit-text-fill-color: black;
	-webkit-box-shadow: 0 0 0px 40rem #fafaf0 inset;
}

.clbk-form-fixed .fc-input input:-webkit-autofill,
.clbk-form-fixed .fc-input input:-webkit-autofill:hover,
.clbk-form-fixed .fc-input input:-webkit-autofill:focus {
	-webkit-text-fill-color: white;
	-webkit-box-shadow: 0 0 0px 40rem #084632 inset;
}


.pswp__img.pswp__img--placeholder {
	display: none !important;
}

.pswp__item:before {
	content: ' ';
	display: block;
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	opacity: .7;
	padding: 0;
	width: 50px;
	height: 50px;
	z-index: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.pswp__zoom-wrap {
	z-index: 1;
}

.pswp__img.pswp__img--placeholder + .pswp__img {
	opacity: 0;
}

.pswp__img {
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.stores-fixed {
	visibility: visible;
	-webkit-transition: opacity 200ms, visibility 200ms;
	transition: opacity 200ms, visibility 200ms;
}

body.scrolled .stores-fixed {
	opacity: 0;
	visibility: hidden;
}



@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
	a {
		text-decoration: underline;
		-webkit-text-decoration-color: currentColor;
		text-decoration-color: currentColor;
		-webkit-transition: -webkit-text-decoration-color 300ms;
		transition: -webkit-text-decoration-color 300ms;
		transition: text-decoration-color 300ms;
		transition: text-decoration-color 300ms, -webkit-text-decoration-color 300ms;
	}

	a:hover {
		text-decoration: underline;
		-webkit-text-decoration-color: transparent;
		text-decoration-color: transparent;
		transition: -webkit-text-decoration-color 300ms;
		-webkit-transition: -webkit-text-decoration-color 300ms;
		transition: text-decoration-color 300ms;
		transition: text-decoration-color 300ms, -webkit-text-decoration-color 300ms;
	}

	a:hover,
	a {
		text-underline-offset: 0.1em;
		text-decoration-thickness: 1rem;
		text-decoration-skip-ink: none;
	}
}


@media screen and (max-width: 1199px) {

	html {
		font-size: calc(100vw / 1330);
	}

	.clbk-heading {
		font-size: 56rem;
	}

	.clbk-form-fixed .clbk-form-heading {
		font-size: 28rem;
	}
}

@media screen and (max-width: 991px) {
	:root {
		--df-margin: 20rem;
		--line-offset: 15rem;
	}

	html {
		font-size: 0.8px;
	}

	.h-top-wr {
		font-size: var(--fs16);
	}

	.ts-emblem {
		width: 200rem;
	}

	.content-wrapper > .df-section:not(.horizontal-scroll),
	.horizontal-scroll .df-section {
		padding-left: var(--site-padding-sm);
		padding-right: var(--site-padding-sm);
	}

	.clbk-section .clbk-info-col,
	.clbk-section .clbk-form-col,
	.clbk-form-fixed > .clbk-form-wr,
	.clbk-form-fixed > .clbk-form-tnx {
		padding-top: 39rem;
		padding-bottom: 40rem;
		padding-left: 30rem;
		padding-right: 30rem;
	}

	.btn-wrp .btn {
		margin-top: 7rem;
	}

	.image-text-img {
		width: 40%;
	}

	.cts-title {
		font-size: var(--fs14);
	}

	.at-section,
	.ot-section {
		margin-bottom: 10rem;
	}

	.clbk-form-heading {
		font-size: 30rem;
		max-width: 100%;
		margin-bottom: 30rem;
	}

	ul.h-nav-list > li a {
		min-width: 219rem;
	}
}

@media screen and (min-width: 870px) {

	.ts-top > *,
	.sm-compensate,
	.header.sm-header,
	.sm-nav {
		display: none;
	}
}

@media screen and (max-width: 869px) {
	.horizontal-scroll-content {
		position: relative;
		top: auto;
		overflow: hidden;
		height: auto;
	}

	.horizontal-scroll-content-wrapper > * {
		height: auto;
	}

	.horizontal-scroll-content-wrapper {
		height: auto;
		display: block;
	}

	.horizontal-scroll {
		min-height: 0;
	}

	.horizontal-scroll-content-wrapper {
		-webkit-transform: none !important;
		transform: none !important;
	}


	:root {
		--site-padding-sm: 10px;
		--sm-nav-height: 50px;
		--line-offset: 23px;
		--input-height: 40px;
	}

	.content-wrapper > .df-section:not(.horizontal-scroll),
	.horizontal-scroll .df-section,
	.top-slider-wrp {
		padding-left: 16px;
		padding-right: 16px;
	}

	.h-col-l {
		display: none;
	}

	.header.lg-header {
		display: none;
	}

	.header.sm-header {
		position: -webkit-sticky;
		position: sticky;
	}

	.content-wrapper > .df-section:not(.horizontal-scroll),
	.horizontal-scroll .df-section {
		padding-top: calc(var(--header-height) + var(--df-section-top-offset));
	}


	.top-slider-wrp {
		top: var(--df-section-top-offset);
	}

	.content-wrapper > .df-section.ts-section {
		padding-top: var(--df-section-top-offset);
	}

	.f-fdbk-btn {
		display: none;
	}

	.ts-section .df-inner {
		padding-bottom: 57px;
	}

	.top-scroll-arrow {
		font-size: 24px;
	}

	.ts-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 26px;
		height: auto;
		max-height: none;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		text-align: center;
		margin-bottom: 25px;

	}

	.h-address {
		font-family: "Circe Contrast";
		font-weight: 400;
		font-size: 19px;
		line-height: 100%;
		text-transform: uppercase;
		max-width: 280px;
		margin-bottom: 16px;
	}

	.h-tel {
		font-family: "Circe Contrast";
		font-weight: 400;
		font-size: 19px;
		line-height: 100%;
		text-transform: uppercase;
		text-align: center;
	}

	.ts-emblem {
		margin-bottom: 27px;
	}

	.logo {
		width: 34px;
	}

	.h-top-wr {
		padding-top: 12rem;
		padding-bottom: 12rem;
	}

	.h-fdbk-btn {
		text-decoration: none;
		font-family: "Circe Contrast";
		font-weight: 400;
		font-size: 14px;
		line-height: 100%;
		text-transform: uppercase;
		color: #000;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.h-fdbk-btn:hover {
		text-decoration: none;
	}

	.h-fdbk-btn i {
		margin-right: 6px;
	}


	.content-wrapper > .df-section:not(.horizontal-scroll):not(.ts-section),
	.horizontal-scroll .df-section {
		padding-top: var(--header-height);
		margin-bottom: 132px;
	}

	.horizontal-scroll .df-section:first-child {
		padding-top: calc(159px - var(--header-height) - var(--sm-nav-height));
	}

	.content-wrapper > .df-section:not(.horizontal-scroll):not(.ts-section) {
		min-height: 0;
	}

	.sm-nav {
		position: -webkit-sticky;
		position: sticky;
		background-color: #fafaf1;
		top: calc(100vh - var(--sm-nav-height));
		top: calc((var(--vh, 1vh) * 100) - var(--sm-nav-height));
		z-index: 119;
		-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.19);
		box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.19);
		min-height: var(--sm-nav-height);
	}

	.site-wrapper .content .content-wrapper > *:last-child {
		margin-bottom: 0;
	}

	.image-text-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.image-text-main {
		width: 100%;
	}

	.image-text-img {
		width: 100%;
	}

	.image-slider {
		margin-bottom: 16px;
	}

	.image-slider .swiper-slide a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
	}

	.image-slider .swiper-slide a:after {
		content: ' ';
		padding: 50.1% 0;
		width: 1px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.image-text-img {
		margin-left: 0;
	}

	.image-slider-wrp .df-arrow-wr {
		display: none;
	}

	.image-slider-wrp .swiper-pagination-bullets.swiper-pagination-horizontal.pg-wrp,
	.image-slider-wrp .pg-wrp {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		z-index: 3;
		width: auto;
		padding-left: 8px;
		padding-right: 8px;
		margin-top: -10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.image-slider-wrp .swiper-pagination-bullets.swiper-pagination-horizontal.pg-wrp.swiper-pagination-lock,
	.image-slider-wrp .pg-wrp.swiper-pagination-lock {
		display: none;
	}

	.image-slider-wrp .sw-dot {
		height: 2px;
		width: 24px;
		border: none;
		background-color: black;
		margin-right: 8px;
		-webkit-box-shadow: none;
		box-shadow: none;
		opacity: 0.3;
		position: relative;
		padding: 0;
		display: block;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 10px;
	}

	.image-slider-wrp .sw-dot.sw-dot-active {
		opacity: 1;
	}

	.image-text-main {
		margin-top: 71px;
	}

	.line-decor {
		border-left-width: 1px;
	}

	.ct-heading {
		margin-bottom: 0px;
	}

	ul.ct-info span,
	ul.ct-info a {
		font-size: 14px;
	}

	ul.ct-info {
		margin-top: 0rem;
		margin-left: -20rem;
		margin-right: -20rem;
	}

	ul.ct-info > li {
		padding-left: 20rem;
		padding-right: 20rem;
		border-left: 1px solid rgba(0, 0, 0, 0.4);
		margin-top: 8px;
	}

	.ct-info-wrp {
		margin-bottom: 30px;
	}

	body {
		font-size: 18px;
	}

	.image-text-main-top p {
		max-width: 530px;
		margin-bottom: 49px;
	}

	.tm-img {
		width: 52px;
		height: 52px;
		margin-right: 15px;
	}

	.tm-main {
		font-size: 12px;
	}

	ul.tm-list {
		max-width: 580px;
	}

	.image-text-main-bottom .btn-wrp,
	.btn-wrp {
		margin-top: 43px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-left: -29px;
	}

	.image-text-main-bottom .btn-wrp > * {
		margin-left: 29px;
	}

	.btn {
		font-size: 19px;
		border-left: 1px solid #000;
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

	.image-text-main-top-scroll-content > *:last-child {
		margin-bottom: 0;
	}


	.ot-section .image-text-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.ot-section .image-text-main {
		margin-top: 0;
	}

	.ot-section .image-text-main-top {
		margin-bottom: 50px;
	}

	ul.other-navs > li:not(:last-child) {
		margin-bottom: 19px;
	}

	.ot-section .image-text-main-bottom {
		margin-bottom: 62px;
	}

	.at-grid {
		display: block;
	}

	.at-main-wr h2 {
		margin-bottom: 38rem;
	}

	.at-main-wr p {
		max-width: 660rem;
	}

	.at-arrows {}

	.at-arrows .df-arrow {
		font-size: 24px;
	}

	.at-main {
		padding-right: 0;
		margin-bottom: 67px;
	}

	.at-gallery .swiper-slide {
		width: 31.5%;
		padding-left: 8px;
		padding-right: 8px;
	}

	.at-gallery .swiper-slide.portrait {
		width: 73.27%;
	}

	.at-gallery {
		margin-left: -8px;
		margin-right: -8px;
	}

	.at-item-img {
		height: 46.2vw;
		margin-bottom: 14px;
	}

	.at-gallery .swiper-slide.portrait .at-item-description {
		max-width: 70%;
	}

	.clbk-wrp {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}


	.clbk-section .clbk-form-col {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 157px;
		position: relative;
	}

	.clbk-form-wr {
		padding-right: 0;
	}

	.f-item {
		width: 100%;
	}

	.clbk-form-wr .btn-wrp {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.clbk-info-col {
		width: 100%;
	}

	.clbk-form-heading {
		font-size: 26px;
		max-width: 470px;
		margin-bottom: 64px;
	}

	.f-label {
		font-size: 16px;
	}

	.f-item {
		margin-top: 52rem;
	}

	.f-form {
		margin-top: -52rem;
	}

	.fc-select {
		margin-top: 7px;
	}

	.fc-textarea .text-autosize-container,
	.fc-textarea textarea,
	.fc-input input {
		font-size: 16px;
	}

	.fc-component {
		--fComponent-select-padding-v: 5px;
		--fComponent-select-padding-h: 5px;
		--fComponent-font-size: 16px;
		--fComponent-scroll-bar-width: 3px;
		--fc-input-v-padding: 5px;
		--fc-em-border: 1px;
	}

	.f-label.sm {
		font-size: 14px;
	}

	.textarea-counter {
		font-size: 12px;
	}

	.fc-textarea.fc-placeholder-shift,
	.fc-textarea {
		min-height: 70px;
	}

	.clbk-form-wr .btn-wrp .btn {
		margin-top: 24px;
	}

	.clbk-section .clbk-info-col {
		width: auto;
		margin-left: calc(-1 * var(--site-padding));
		margin-right: calc(-1 * var(--site-padding));
		padding-left: var(--site-padding);
		padding-right: var(--site-padding);
		padding-top: 17px;
		padding-bottom: 16px;
	}

	.clbk-info-top .ts-emblem.sm {
		margin-top: 0;
		margin-bottom: 0;
	}

	.clbk-info-top {
		margin-bottom: 81px;

	}

	.clbk-heading {
		font-size: 64px;
		letter-spacing: 0;
		max-width: 600px;
		line-height: 0.9;
		margin-bottom: 34px;
	}

	.cts-title {
		font-size: 12px;
	}

	.cts-content {
		font-size: 14px;
	}

	.cts-wr {
		max-width: 617px;
	}

	.copy {
		font-size: 14px;
		margin-top: 78px;
	}

	.clbk-form-col.clbk-form-tnx {
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
	}

	.fc-select-scroll {
		max-height: 136px;
	}

	.content-wrapper {
		padding-bottom: 1px;
	}

	.site-wrapper .content .content-wrapper > *:last-child {
		margin-bottom: var(--sm-nav-height);
	}

	.clbk-form-wr .btn-wrp {
		margin-left: 0;
	}


	ul.tm-list > li {
		min-width: 180px;
	}

	.sm-header-wrapper {
		min-height: var(--header-height);
		position: relative;
		z-index: 124;
		pointer-events: none;
	}

	.header.sm-header {
		position: absolute;
		min-height: 53px;
		width: 100%;
		top: 0;
		right: auto;
		width: 100%;
		z-index: 120;
		pointer-events: auto;
	}

	.sm-nav-wrapper {
		min-height: var(--sm-nav-height);
		position: relative;
		/*		margin-top: calc(-1 * var(--sm-nav-height));*/
		z-index: 124;
		pointer-events: none;
	}

	.sm-nav {
		position: absolute;
		width: 100%;
		top: auto;
		bottom: 0;
		z-index: 119;
		pointer-events: auto;
	}

	body.clbk-form-open .sm-nav-wrapper,
	body.category-open .sm-header-wrapper {
		z-index: 121;
	}

	body.sm-header-fixed .header.sm-header,
	body.sm-nav-fixed .sm-nav {
		position: fixed;
	}



	.nav-md {
		position: fixed;
		left: 0;
		width: 100%;
		top: 100%;
		z-index: 122;
		background-color: #fafaf1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: calc(100vh - var(--header-height));
		max-height: calc((var(--vh, 1vh) * 100) - var(--header-height));
		visibility: hidden;
		-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.19);
		box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.19);
		-webkit-transition: visibility 400ms, -webkit-transform 400ms;
		transition: visibility 400ms, -webkit-transform 400ms;
		transition: transform 400ms, visibility 400ms;
		transition: transform 400ms, visibility 400ms, -webkit-transform 400ms;
		max-height: 100vh;
		max-height: calc(var(--vh, 1vh) * 100);
	}

	body.category-open .nav-md {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	ul.h-nav-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 0;
		padding-bottom: 0;
	}

	ul.h-nav-list > li {
		width: 100%;
	}

	.nav-dash,
	ul.h-nav-list > li > a {
		font-family: "Circe Contrast";
		font-weight: 400;
		font-size: 26px;
		line-height: 100%;
		text-transform: uppercase;
		color: #000;
		padding: 0;
		margin: 0;
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	ul.h-nav-list > li a:before {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	ul.h-nav-list > li:not(:first-child) {
		border-left: none;
	}

	.nav-md-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 6px;
		padding-bottom: 6px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 100%;
	}

	.nav-md-close {
		margin: 0;
		padding: 0;
		line-height: 1;
		border: none;
		background-color: transparent;
		font-size: 40px;
		font-family: 'Times New Roman';
		margin-right: -4px;
	}

	.nav-md-body {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 100%;
		height: 1%;
		overflow: hidden;
		overflow-y: auto;
	}

	.sm-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

	}

	.nav-dash {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		cursor: pointer;
	}

	ul.h-nav-list > li > a {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.nav-dash:before,
	ul.h-nav-list > li a:before {
		content: ' ';
		width: 13px;
		height: 13px;
		margin-right: 0;
		margin-bottom: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		background-color: currentColor;
		-ms-flex-item-align: center;
		align-self: center;
		border-radius: 50%;
		margin-left: 5px;
	}

	.fc-in-error-msg {
		font-size: 12px;
	}

	.cr-icon {
		width: 17px;
		height: 17px;
	}

	.cr {
		font-size: 12px;
		margin-right: 8px;
	}

	.cr .fc-in-error-msg {
		margin-top: 9px;
		margin-left: 24px;
		font-size: 0.9em;
	}

	.stores-fixed {
		position: absolute;
	}

	.apps {
		text-align: center;
	}

	.apps ul.stores-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.apps-heading {
		font-size: 19px;
	}

	.apps ul.stores-list a {
		font-size: 30rem;
	}

	ul.stores-list a {
		font-size: 24px;
		width: 44px;
		height: 44px;
	}


}


@media screen and (max-width: 744px) {
	.pswp__button--arrow {
		width: 50px;
	}
}

@media screen and (max-width: 629px) {

	.at-item-img {
		margin-bottom: 8px;
	}

	.at-gallery .swiper-slide {
		width: 343px;
	}

	.at-gallery .swiper-slide.portrait {
		width: 672px;
	}

	.at-item-img {
		height: 440px;
	}

	.at-main {
		margin-bottom: 50rem;
	}
}

@media screen and (max-width: 479px) {
	.at-gallery .swiper-slide {
		width: 100%;
	}

	.at-gallery .swiper-slide.portrait {
		width: 148.47%;
	}

	.at-item-img {
		height: 91.8vw;
	}

	.at-gallery .swiper-slide.portrait .at-item-description {
		max-width: 92vw;
	}

	.df-section {
		--df-section-top-offset: 8px;
	}

	.content-wrapper > .df-section.ts-section .top-slider-wrp {
		padding-left: 8px;
		padding-right: 8px;
	}


	.ts-emblem {
		width: 120rem;
	}

	.ts-section .df-inner {
		padding-bottom: 37px;
	}


	.df-inner:after {
		content: ' ';
		-webkit-box-flex: 0.3;
		-ms-flex-positive: 0.3;
		flex-grow: 0.3;
		width: 1%;
	}

	.ts-bottom {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	ul.tm-list > li {
		width: 100%;

	}

	ul.tm-list > li:not(:first-child) {
		margin-top: 24px;
	}

	.image-text-main-bottom .btn {
		padding-right: 0;
	}

	.image-text-main-bottom .btn-wrp {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.btn-wrp .btn:not(:first-child) {
		margin-top: 47rem;
	}

	.horizontal-scroll .df-section:first-child {
		padding-top: 0;
	}

	.clbk-heading {
		font-size: 42px;
		line-height: 1;
	}

	.clbk-info-top {
		margin-bottom: 97px;
	}

	.cts-wr {
		margin-top: -36rem;
	}

	.cts-item {
		width: 50%;
		margin-top: 36rem;
	}

	.copy {
		margin-top: 95px;
	}

	.clbk-form-fixed {
		min-width: 0;
		width: 100%;
	}

	.df-section.horizontal-scroll {
		margin-top: 23px;
	}

	.pswp__button--arrow {
		width: 35px;
	}

	.at-main {
		margin-bottom: 40rem;
	}
	.clbk-form-fixed .clbk-form-heading {
		margin-bottom: 90rem;
	}
}


@media screen and (max-width: 375px) {}

@media screen and (max-width: 340px) {
	:root {
		--line-offset: 12px;
	}
}
