
@font-face {
  font-family: 'Alethia Next';
  src: url('font/AlethiaNext/AlethiaNext-Light.eot');
  src: local('Alethia Next Light'), local('AlethiaNext-Light'),
  url('font/AlethiaNext/AlethiaNext-Light.eot?#iefix') format('embedded-opentype'),
  url('font/AlethiaNext/AlethiaNext-Light.woff2') format('woff2'),
  url('font/AlethiaNext/AlethiaNext-Light.woff') format('woff'),
  url('font/AlethiaNext/AlethiaNext-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Alethia Next';
  src: url('font/AlethiaNext/AlethiaNext-LightItalic.eot');
  src: local('Alethia Next Light Italic'), local('AlethiaNext-LightItalic'),
  url('font/AlethiaNext/AlethiaNext-LightItalic.eot?#iefix') format('embedded-opentype'),
  url('font/AlethiaNext/AlethiaNext-LightItalic.woff2') format('woff2'),
  url('font/AlethiaNext/AlethiaNext-LightItalic.woff') format('woff'),
  url('font/AlethiaNext/AlethiaNext-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}





@font-face {
  font-family: 'Manrope';
  src: url('font/Manrope/Manrope-Bold.eot');
  src: local('Manrope Bold'), local('Manrope-Bold'),
  url('font/Manrope/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
  url('font/Manrope/Manrope-Bold.woff2') format('woff2'),
  url('font/Manrope/Manrope-Bold.woff') format('woff'),
  url('font/Manrope/Manrope-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('font/Manrope/Manrope-Semibold.eot');
  src: local('Manrope Semibold'), local('Manrope-Semibold'),
  url('font/Manrope/Manrope-Semibold.eot?#iefix') format('embedded-opentype'),
  url('font/Manrope/Manrope-Semibold.woff2') format('woff2'),
  url('font/Manrope/Manrope-Semibold.woff') format('woff'),
  url('font/Manrope/Manrope-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('font/Manrope/Manrope-Regular.eot');
  src: local('Manrope Regular'), local('Manrope-Regular'),
  url('font/Manrope/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
  url('font/Manrope/Manrope-Regular.woff2') format('woff2'),
  url('font/Manrope/Manrope-Regular.woff') format('woff'),
  url('font/Manrope/Manrope-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('font/Manrope/Manrope-Light.eot');
  src: local('Manrope Light'), local('Manrope-Light'),
  url('font/Manrope/Manrope-Light.eot?#iefix') format('embedded-opentype'),
  url('font/Manrope/Manrope-Light.woff2') format('woff2'),
  url('font/Manrope/Manrope-Light.woff') format('woff'),
  url('font/Manrope/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('font/Manrope/Manrope-Thin.eot');
  src: local('Manrope Thin'), local('Manrope-Thin'),
  url('font/Manrope/Manrope-Thin.eot?#iefix') format('embedded-opentype'),
  url('font/Manrope/Manrope-Thin.woff2') format('woff2'),
  url('font/Manrope/Manrope-Thin.woff') format('woff'),
  url('font/Manrope/Manrope-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('font/Manrope/Manrope-Medium.eot');
  src: local('Manrope Medium'), local('Manrope-Medium'),
  url('font/Manrope/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
  url('font/Manrope/Manrope-Medium.woff2') format('woff2'),
  url('font/Manrope/Manrope-Medium.woff') format('woff'),
  url('font/Manrope/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('font/Manrope/Manrope-ExtraBold.eot');
  src: local('Manrope ExtraBold'), local('Manrope-ExtraBold'),
  url('font/Manrope/Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'),
  url('font/Manrope/Manrope-ExtraBold.woff2') format('woff2'),
  url('font/Manrope/Manrope-ExtraBold.woff') format('woff'),
  url('font/Manrope/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}





/*****/
:root {
  --theme-font-content: 'Manrope', sans-serif;
  --theme-font-title: 'Alethia Next', sans-serif;
}


/*h1{font-family: var(--theme-font-title)}*/

body,html{
  background-color: #F5F4EF;
  font-family: var(--theme-font-content)
}


html.has-scroll-smooth{overflow: auto;}
#js-scroll{
  background-color: transparent !important;
}

input[type='tel']::-moz-placeholder, input[type='text']::-moz-placeholder{
  color: #191919;
}

input[type='tel']:-ms-input-placeholder, input[type='text']:-ms-input-placeholder{
  color: #191919;
}

input[type='tel']::placeholder,
input[type='text']::placeholder{
  color: #191919;
}

input[type='tel']:focus,
input[type='text']:focus,
input[type='email']:focus
{
  outline: none;
}

input[type='checkbox']{
  background-color: transparent;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #191919;
  margin-right: 6px;
}

input[type='checkbox']:checked{
  background-color: #191919;
}

.brands-list .slick-slide > div > div > div{
  border-left: 1px solid #d1d1d1;
  transition: border 0.4s ease;
}

.brands-list .slick-slide > div:not(:empty) + div:not(:empty) > div:not(:empty) > div{
  border-top: 1px solid #d1d1d1;
}

.brands-list .slick-active > div > div:first-child > div{
  border-left: 1px solid transparent;
}

.brands-list .brand-items > div{
  height: 200px;
  display: flex;
  align-items: center;
  justify-items: center;
}

.brands-list img{
  margin: 0 auto;
  max-width: 90%;
}

.slick-dots li:only-child{
  display: none !important;
}

.brands-list .slick-slide > div{
  display: flex;
}

.history-years .slick-slide{
  color: #a1a1a1;
  position: relative;
}

.history-years .slick-slide:after{
  content: '';
  display: block;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
  margin-top: 25px;
}

.history-years .slick-slide:before{
  content: '';
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #a1a1a1;
  border-radius: 10px;
}

.history-years .slick-current{
  color: #191919;
}

.history-years .slick-current::before{
  background-color: #191919;
  border: 3px solid #fff;
  outline: 1px solid #191919;
  width: 16px;
  height: 16px;
  bottom: 2px;
  left: 1px;
}

.history-blocks{
  padding-bottom: 164px;
}

.history-blocks  .slick-prev{
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-left: -50px;
  z-index: 1;
  font-size: 0;
  background: url(/upload/images/icons/arLeft.svg) center center no-repeat;
  background-color: #fff;
  height: 44px;
  width: 44px;
}

.history-blocks  .slick-next{
  position: absolute;
  bottom: 80px;
  right: 50%;
  margin-right: -50px;
  z-index: 1;
  font-size: 0;
  background: url(/upload/images/icons/arRight.svg) center center no-repeat;
  background-color: #fff;
  width: 44px;
  height: 44px;
}
  .blockquote-wrap {
    border-top: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
    padding: 45px 120px;
    position: relative;
    margin-bottom: 50px;
}
.blockquote-wrap blockquote {
    text-align: center;
    font-family: Oranienbaum;
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1;
}
.blockquote-wrap figcaption {
	color: #828282;
    text-align: center;
    font-family: Roboto;
    font-size: 13px;
    line-height: 13px;
}	
  .blockquote-wrap:before {
    background: url(/bitrix/templates/pgkzn/images/bg-l.svg) 0 0 no-repeat;
    left: 110px;
    top: 15px;
}
.blockquote-wrap:before {
    content: '';
    width: 144px;
    height: 34px;
    display: block;
    position: absolute;
}
.blockquote-wrap:after {
    background: url(/bitrix/templates/pgkzn/images/bg-r.svg) 0 0 no-repeat;
    bottom: 15px;
    right: 0;
}
.blockquote-wrap:after {
    content: '';
    width: 144px;
    height: 34px;
    display: block;
    position: absolute;
}

#header {
  transform: translate3d(0,0,0);
}
#header.mobile-hide {
  transform: translate3d(0,-140%,0);
}

.mainh1 {
  padding-top: 4.25rem;
}

.main-list_boutiques-btn {
  margin-top: 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}

.main-about_wrapper {
  padding-bottom: 100px;
}
.main-about {
  max-width: 51rem;
}
.main-about_title {
  font-size: 18px;
  font-family: var(--theme-font-content);
}
.main-about_text {
  font-size: 29px;
  line-height: 36px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 7px white;
}


@media(min-width:1024px) {
  #mainpage #header:not(.dark) img{
    /*filter: invert(1);*/
  }

  #mainpage #header{
    transition: all 0.4s ease;
  }

  #mainpage #header.dark{
    background-color: #F5F4EF;
    color: #191919;
  }

  body:not(#mainpage) .wrapperContent{
    margin-top: 140px;
  }

  body:not(#mainpage) #header{
    background-color: #F5F4EF;
    color: #191919;
  }
  #mainpage nav {
	color: #000;
	--tw-bg-opacity: .8;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

@media(max-width: 1024px) {
  #header #mobile-top{
    transition: all 0.4s ease;
  }

  #header #mobile-top{
    transform: translate3d(0,0,0);
  }

  #header.mobile-hide #mobile-top{
    transform: translate3d(0,-140%,0);
  }

  #header.mobile-hide ~ .wrapperContent  #searchingBrand{
    top: 0 !important;
  }

  body:not(#mainpage) .wrapperContent{
    margin-top: 100px;
  }
}

.soc{
  border: 1px solid #F5F5F5;
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  margin: 0;
  margin-left: 10px;
  position: relative;
  text-decoration: none;
  width: 32px;
  min-width: 32px;
  background: url('/upload/images/icons/sprite_soc_icons.svg');
}

.soc-whatsapp{
  background-position: -10px -10px
}

.c-scrollbar{
  z-index: 999;
}

@-webkit-keyframes scroll {
  from {
    transform: translate(100%,0)
  }

  to {
    transform: translate(-200%,0)
  }
}

@keyframes scroll {
  from {
    transform: translate(100%,0)
  }

  to {
    transform: translate(-200%,0)
  }
}

.marquee {
  -webkit-animation: scroll 14s linear 0s infinite;
          animation: scroll 14s linear 0s infinite;
  white-space: nowrap;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

.rotating {
  -webkit-animation: rotating 6s linear infinite;
  animation: rotating 6s linear infinite;
}

.article-hero{
  position: relative;
  width: 100%;
  height: 140vh;
  overflow: hidden;
}

.article-hero .article-hero_title{
  z-index: 1;
  position: relative;
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  margin-top: 100px;
}

.article-hero .article-hero_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.small-btn{
  border: 1px solid #191919;
  width: 225px;
  height: 50px;
  font-size: 15px;
  text-align: center;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 1px;
  cursor: pointer;
  transition: background 0.4s ease;
  text-transform: uppercase;
}

.small-btn:hover{
  background-color: #191919;
  color: #fff;
}

.small-btn span{
  position: relative;
  top: -2px;
}

.hide{
  display: none !important;
}

#mobile-menu{
  /*height: calc(100vh - calc(100vh - 100%));*/
  transform: translate3d(0,0,0);
  transition: all 0.5s ease;
  opacity: 1;
}

#mobile-menu.hide-mobile-menu{
  transform: translate3d(0,-100%,0);
  opacity: 0;
}
#header.mobile-hide #mobile-menu{
  bottom: 100%;
}
.slick-list{
  margin-bottom: 60px;
}

.slick-dots{
  display: flex;
  justify-content: center;
}

.slick-dots li{
  margin: 0 4px;
}

.slick-dots button{
  background-color: #d5d5d5;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 15px;
  border: 4px solid #fff;
  outline: none;
}

.slick-dots .slick-active button{
  background-color: #191919;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 15px;
  border: 3px solid #fff;
  outline: 1px solid #191919;
}

.font-cormorant{
  /*font-feature-settings: 'pnum' on, 'lnum' on;*/
}

footer form input[type="text"],
footer form input[type="email"]{
  background-color: transparent;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  width: 100%;
}

footer form input[type="submit"]{
  background-color: transparent;
  font-size: 0;
  line-height: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  width: 44px;
  background: url('/upload/images/icons/arrow-right.svg') center center no-repeat;
  cursor: pointer;
}

.footer-delimiter{
  border-top:1px solid rgba(255, 255, 255, 0.3)
}

/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
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: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
  text-align: center;
    margin-left: auto;
    margin-right: auto 
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
  text-align: center;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
}

@media (min-width: 370px){
  .container{
    max-width: 370px;
  }
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.left-0{
  left: 0px;
}

.top-1\/2{
  top: 50%;
}

.left-1\/2{
  left: 50%;
}

.top-10{
  top: 2.5rem;
}

.top-0{
  top: 0px;
}

.top-5{
  top: 1.25rem;
}

.right-5{
  right: 1.25rem;
}

.bottom-0{
  bottom: 0px;
}

.right-0{
  right: 0px;
}

.z-20{
  z-index: 20;
}

.z-10{
  z-index: 10;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.m-5{
  margin: 1.25rem;
}

.m-3{
  margin: 0.75rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-15{
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.mx-15{
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

.mb-15{
  margin-bottom: 3.75rem;
}

.mt-7{
  margin-top: 1.75rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mt-8{
  margin-top: 2rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mt-40{
  margin-top: 10rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mt-15{
  margin-top: 3.75rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.ml-0{
  margin-left: 0px;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.-ml-12{
  margin-left: -3rem;
}

.-mt-12{
  margin-top: -3rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mt-25{
  margin-top: 6.25rem;
}

.mb-13{
  margin-bottom: 3.125rem;
}

.mt-30{
  margin-top: 7.5rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-3{
  margin-left: 3.25rem;
}

.mb-40{
  margin-bottom: 10rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-14{
  height: 3.5rem;
}

.h-21{
  height: 5.25rem;
}

.h-full{
  height: 100%;
}

.h-13{
  height: 3.125rem;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.w-70{
  width: 17.5rem;
}

.w-42{
  width: 10.75rem;
}

.w-19{
  width: 4.75rem;
}

.w-35{
  width: 8.75rem;
}

.w-1\/2{
  width: 50%;
}

.w-1\/3{
  width: 33.333333%;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-full{
  max-width: 100%;
}

.max-w-7xl{
  max-width: 1200px;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-none{
  max-width: none;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-small{
  max-width: 17rem;
}

.flex-1{
  flex: 1 1 0%;
}

.list-inside{
  list-style-position: inside;
}

.list-disc{
  list-style-type: disc;
}

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

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

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

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

.flex-wrap{
  flex-wrap: wrap;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.items-stretch{
  align-items: stretch;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-around{
  justify-content: space-around;
}

.gap-2{
  gap: 0.5rem;
}

.gap-5{
  gap: 1.25rem;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.rounded-md{
  border-radius: 0.375rem;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-t{
  border-top-width: 1px;
}

.border-l{
  border-left-width: 1px;
}

.border-soft-grey{
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
}

.border-gold{
  --tw-border-opacity: 1;
  border-color: rgb(191 170 96 / var(--tw-border-opacity));
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity));
}

.border-grey{
  --tw-border-opacity: 1;
  border-color: rgb(162 162 162 / var(--tw-border-opacity));
}

.bg-main{
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 239 / var(--tw-bg-opacity));
}

.bg-transparent{
  background-color: transparent;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}

.bg-gold{
  --tw-bg-opacity: 1;
  background-color: rgb(191 170 96 / var(--tw-bg-opacity));
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-15{
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-25{
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-13{
  padding-bottom: 3.125rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pb-25{
  padding-bottom: 6.25rem;
}

.pt-19{
  padding-top: 4.75rem;
}

.pr-8{
  padding-right: 2rem;
}

.pt-15{
  padding-top: 3.75rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pt-20{
  padding-top: 5rem;
}

.text-center{
  text-align: center;
}

.font-cormorant{
  font-family: var(--theme-font-title);
}

.font-inter{
  font-family: var(--theme-font-content);
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-6xl{
  font-size: 40px;
  line-height: 48px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-sm{
  font-size: 15px;
  line-height: 24px;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-big{
  font-size: 36px;
  line-height: 50px;
}

.text-0{
  font-size: 0;
  line-height: 0;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-middle{
  font-size: 35px;
  line-height: 35px;
}

.text-8xl{
  font-size: 116px;
  line-height: 110px;
}

.font-medium{
  font-weight: 500;
}

.uppercase{
  text-transform: uppercase;
}

.italic{
  /*font-style: italic;*/
}

.leading-none{
  line-height: 1;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}

.text-gold{
  --tw-text-opacity: 1;
  color: rgb(191 170 96 / var(--tw-text-opacity));
}

.text-grey{
  --tw-text-opacity: 1;
  color: rgb(162 162 162 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500{
  transition-duration: 500ms;
}

.duration-300{
  transition-duration: 300ms;
}

.hover\:scale-125:hover{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:text-gold:hover{
  --tw-text-opacity: 1;
  color: rgb(191 170 96 / var(--tw-text-opacity));
}



.footer-social-box {
  margin-top: 30px;
}
.footer-social-box .socs {
  margin-right: 25px;
}
.footer-social-box .socs.telegram {
  margin-right: 15px;
}
.footer-social-box img {
  filter: invert(1);
  opacity: .5;
}
.footer-social-box .socs a:hover img{
  opacity: 1;
}


/* MAIN SLIDER */

.main-page-slider .md-txt {
  display: none;
}
.main-page-slider {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12.5rem;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  position: relative;
  max-width: 2000px;
}
.main-page-slider .txt {
  max-width: 85%;
  margin: 0 auto;
}
.main-page-slider .slider-title{
  font-family: "Alethia Next";
  font-size: 46px;
  text-transform: uppercase;
  margin-bottom: 29px;
  line-height: 50px;
}
.slider-btn {
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 9%;
  width: 100%;
  text-align: center;
}
.slider-btn a {
  font-family: "Manrope";
  font-size: 15px;
  padding: 13px 30px;
  border: 1px solid #fff;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
}
.slider-btn a:hover{
  color: #000;
  background: #fff;
}

.main-page-slider .row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-page-slider .slider-w_50{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.desc-txt-loyaity{
  font-weight: 200;
  max-width: 65rem;
  margin: 0 auto 2rem;
  font-size: 26px;
}

@media (max-width: 1280px) {
  .main-page-slider .slider-title {
    font-size: 30px;
    line-height: 40px;
  }
  .slider-btn a {
    font-size: 13px;
    padding: 11px 25px;
  }
}
@media (max-width: 1023px){

  .main-page-slider{
    background: url("/local/templates/pgkzn/imagesNew/imgSilde2.jpg") center no-repeat;
    background-size: cover;
    padding-bottom: 4rem;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 700px;
    display: grid;
    align-items: center;
  }
  .main-page-slider .txt {
    color: #fff;
    max-width: 100%;
    text-align: center;
  }
  .main-page-slider .slider-md-title {
    display: block;
    font-family: "Cormorant";
    font-size: 50px;
    /*font-weight: bold;*/
  }
  .main-page-slider .slider-title {
    font-family: "Manrope";
    font-size: 17px;
    line-height: normal;
    text-transform: none;
    font-weight: 100;
  }
  .slider-btn {
    position: relative;
  }
  .slider-btn a{
    color: #000;
    background: #fff;
  }

  .main-page-slider .img,
  .main-page-slider .slider-title br
  {
    display: none;
  }

  .slide-content-wpapper{
    margin-top: 80px;
  }

}
@media (max-width: 480px) {
  .main-page-slider{
    min-height: 600px
  }
  .main-page-slider .slider-md-title{
    font-size: 36px;
  }
  .slider-btn a,
  .main-page-slider .slider-title{
    font-size: 12px;
  }

}

/* END MAIN SLIDER */

@media (max-width: 767px) {
  .logo_wrap{
    padding-top: 8px;
    padding-right: 15px;
  }
  .logo_wrap img{
    height: 40px;
  }
  .text-6xl{
    font-size: 24px;
  line-height: 34px;
  }
  .mb-15{
    margin-bottom: 2rem;
  }
  .pt-19{
    padding-top: 2rem;
  }
  .main-about_text{
    font-size: 24px;
  line-height: 30px;
  }
  .mt-40{
    margin-top: 2rem;
  }
  .main-about_wrapper{
    padding-bottom: 20px;
  }
  .flogo{
    margin-left: 15px;
    margin-bottom: 30px;
  }
  .fmenu{
    padding: 0 15px;
  }
}

@media (min-width: 640px){
  .sm\:block{
    display: block;
  }
}

@media (min-width: 768px){
  .md\:inline{
    display: inline;
  }
  
  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:mb-50{
    margin-bottom: 12.5rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-20{
    margin-top: 5rem;
  }

  .md\:mt-50{
    margin-top: 12.5rem;
  }

  .md\:mb-11{
    margin-bottom: 2.75rem;
  }

  .md\:mb-30{
    margin-bottom: 7.5rem;
  }

  .md\:mt-30{
    margin-top: 7.5rem;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-14{
    margin-bottom: 3.5rem;
  }

  .md\:ml-15{
    margin-left: 3.75rem;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-7\/12{
    width: 58.333333%;
  }

  .md\:max-w-xxs{
    max-width: 280px;
  }

  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .md\:gap-14{
    gap: 3.5rem;
  }

  .md\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .md\:pl-20{
    padding-left: 5rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-8xl{
    font-size: 116px;
    line-height: 110px;
  }

  .md\:text-6xl{
    font-size: 46px;
    line-height: 50px;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-big{
    font-size: 40px;
    line-height: 48px;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:ml-12{
    margin-left: 3rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-0{
    height: 0px;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:w-2\/5{
    width: 40%;
  }

  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-15{
    gap: 3.75rem;
  }

  .lg\:overflow-x-visible{
    overflow-x: visible;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-25{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pb-25{
    padding-bottom: 6.25rem;
  }

  .lg\:text-6xl{
    font-size: 46px;
    line-height: 50px;
  }

  .lg\:text-9xl{
    font-size: 122px;
    line-height: 135px;
  }

  .group:hover .group-hover\:lg\:h-7{
    height: 1.75rem;
  }

}