:root {

   --bg: 37,37,39;
   --inputbg: 67,67,69;
   --black: 0,0,0;
   --red: 210, 21, 52;
   --darkred: 80, 7, 9;
   --text: 240,240,240;
   --white: 255, 255, 255;

   --faded-text: rgba(250,250,255, 0.5);

   --accent: var(--red);
   --fadeout: 154, 154, 159;

   --main-font: Calibri, sans-serif;
   --accent-font: Aphrosine, sans-serif;

   --slash-gradient-button: linear-gradient(-45deg, transparent 27%, rgb(var(--text),0.3) 27.5%, rgb(var(--text),0.5) 47%, rgb(var(--fadeout),0.1) 47.5%, transparent 100%);
   --slash-gradient-block: linear-gradient(-45deg, transparent 42%, rgb(var(--text),0.15) 42.2%, rgb(var(--fadeout),0.15) 67%, transparent 67.2%);
   --slash-gradient-fade: linear-gradient(-45deg, transparent 27%, rgb(var(--fadeout),0.07) 27.5%, rgb(var(--text),0.07) 47%, transparent 47.5%);

   --small-shadow: 0 0 5px rgba(var(--black),0.5);
   --big-shadow: 0 0 20px rgb(var(--black));
   --small-glow: 0 0 5px rgba(var(--text),0.5);
   --big-glow: 0 0 20px rgb(var(--text));

   --error-bg: transparent;
   --error-font: normal normal 12px/1.1 sans-serif;

 }

 :root {

   /* Page Body & Loader */

   --body-bg: rgb(var(--bg));   /* required - main page background */
   --body-font: normal normal 17px/1.1 var(--main-font); /* required - main text font defined as CSS font one-liner */
   --body-text: rgb(var(--text)); /* required - main text color on the page */
   --link-hover: rgb(var(--white)); /* required - link hover color for the page */
   --loader-color: rgb(var(--red)); /* required - loader color */
   --loader-opacity: 0.25; /*opacity of the loader as a whole. */
   /*--loader-radius: radius for default loader */
   --loader-scale:  1.75; /*loader scale */

   /* Logotype */
   --logo-fixed: 120px; /* required - logo image height in pixels */
   --logo-mobile: 50px; /* required - logo image height for sticky menu */
   --logo-stuck: 50px;  /* required-  logo image height for mobile menu */

   /* Menu design */
   --menu-font: normal normal 16px/1.1 var(--main-font); /* required - main website menu font for desktop */
   --menu-text: rgb(var(--text)); /* required - menu text color */
   --menu-active: rgb(var(--accent)); /* required - color of active and hover menu elements */
   --menu-bg: transparent; /*required - background for main desktop menu block with logotype. */
   --menu-padding: 0px; /* required - padding outside the menu. */
   --menu-inner-padding: 10px 20px 0 20px; /* required - padding inside menu item. */
   /*--menu-case: menu text-transform */
   /*--menu-item-bg: menu item background */
   /*--menu-item-radius: menu item block radius */
   /*--menu-active-bg: background color of active and hover menu elements */
   --menu-spacing: 20px; /* spacing between menu elements */
   --menu-slogan-font:  normal normal 46px/1.1 var(--accent-font);  /* font the the slogan element */
   /*--menu-slogan-text: color of menu slogan.*/
   /*--menu-slogan-case: menu slogan text-transform */
   --menu-slogan-padding: 0 20px; /* padding for slogan block in the menu */
   /*--menu-slogan-width: width of the slogan block */
   --menu-stuck-bg: rgba(var(--bg),0.9); /*background for the sticky menu */
   /*--menu-stuck-filter: backdrop-filter behind the sticky menu */
   --menu-stuck-padding: 0 0 10px 0; /*padding for the sticky menu */
   --menu-stuck-shadow: var(--small-shadow); /* shadow for the sticky menu */
   /*--menu-stuck-border: bottom border for the sticky menu */

   /* Mobile menu */

   --menu-toggle: rgba(var(--red),1);
   /*--menu-toggle-bg: background for menu toggle element */
   --menu-toggle-height: 2px; /* menu toggle element thickness */
   --menu-mobile-text: rgb(var(--text)); /* required - mobile menu text color */
   --menu-mobile-active: rgb(var(--accent)); /* required - active/hover menu item on mobile */
   --menu-mobile-padding: 150px 20px 20px 20px; /* required - padding for the whole menu on mobile */
   --menu-mobile-inner-padding: 5px 10px; /* required - padding for a menu item on mobile */
   --menu-mobile-bg: rgba(var(--bg),0.9); /* required - whole menu background on mobile */
   /*--menu-mobile-panel-bg: top panel background on mobile */
   /*--menu-mobile-filter: backdrop-filter behind the mobile menu */

   /* Dropdown menu (Desktop) and Submenu (mobile) */
   --menu-dropdown-bg: linear-gradient(to bottom, transparent, rgb(var(--black),1) 100%); /* required - menu dropdown background */
   /*--menu-dropdown-radius: block radius for dropdown menu */
   /*--menu-dropdown-width: fixed width of the dropdown menu and arrow offset on mobile */
   /*--dropdown-toggle: dropdown toggle color */
   /*--submenu-font: font for submenu item */
   /*--submenu-text: color for submenu item */
   --submenu-active: rgb(var(--accent)); /* color for active/hover submenu item */
   /*--submenu-offset: offset for active/hover submenu item */
   --submenu-mobile-font: normal normal 14.9px/1.1 var(--main-font);/* font for submenu item on mobile */
   /*--submenu-mobile-text: color for submenu item on mobile */
   --submenu-mobile-padding: 0; /*padding for submenu item on mobile */

   /*Social Icons*/
   --menu-icon-size: 15px; /* font size for social icons on the mobile menu */
   --menu-icon-text: rgb(var(--text)); /* color for social icons on the mobile menu */
   --menu-icon-bg: transparent; /* background for social icons on the mobile menu */
   --menu-icon-hover: rgb(var(--dark-gold)); /* hover color for social icons on the mobile menu */
   --menu-icon-hover-bg: var(--golden-gradient); /* hover background for social icons on the mobile menu */
   /*--icon-size: font-size for social icons elsewhere on the page */
   /*--icon-text: color for social icons elsewhere on the page */
   /*--icon-hover-text: hover color for social icons elsewhere on the page */
   /*--icon-bg: background for social icons elsewhere on the page */
   /*--icon-hover-bg: hover background for social icons elsewhere on the page */
   /*--icon-radius: social icons radius */
   /*--icon-hover-transform: hover transform property for social icons */
   /*--cell-icon-size: icon size when displayed in their own grid layout */

   /* Page First Blocks */
   --first-font: bold normal 30px/1.7 var(--main-font); /* required - font for the main header on the home page */
   --first-text: rgb(var(--bg)); /* required -color for the main header on the home page */
   /*--first-case: text-transform property for the main header on the home page */
   /*--first-shadow: text-shadow propery for the main header on the home page */
   --first-slogan-font: var(--body-font); /* font property for text under the main header on the first page */
   --first-slogan-text: var(--first-text); /* color for text under the main header on the first page */
   /*--first-slogan-shadow: text-shadow property for text under the main header on the first page */
   --inside-first-font: var(--first-font); /* required - font for the main header on all the site pages */
   --inside-first-text: var(--body-text); /* required - color for the main header on all the site pages */
   /*--inside-first-shadow:  text-shadow property for the main header on all the site pages */
   --first-height: 100vh; /*first block height on the home page */
   --inside-first-height: 400px; /*first block height on all the site pages */

   --first-plain-bg: transparent; /* background for the first block on inside pages when there is no image */

   /*Additional backgrounds for blocks*/
   --first-before-bg: linear-gradient(to bottom, rgb(var(--black)) 0%, transparent 33%); /* additional background for the first block on the home page */
   --inside-first-before-bg: linear-gradient(to bottom, rgb(var(--black)) 0%, rgb(var(--black),0.35) 30%, transparent 60%, rgba(var(--fadeout),0) 100%);/* additional background for the first block on all the site pages */
   --image-before-bg: linear-gradient(to top, rgba(var(--black),0) 0%, transparent 33%, transparent 66%, rgba(var(--black),0.75) 100%);/* additional background for when a block has background image */
   /*--primary-before-bg: additional background for `primary` style block */
   --accent-before-bg: var(--slash-gradient-block);/*additional background for `accent` style block */
   /*--invert-before-bg: additional background for `invert` style block */
   /*--invert-accent-before-bg: additional background for `invert-accent` style block */

   /* Special settings for `image-bg-left` and `image-bg-right` background styling for main blocks */
   /*--image-bg-width: width of the image on the size of the block */
   /*--image-bg-height: height of the image when it's moved to top on mobile */
   /*--header-height: header height offset to move the content either up or down from the image */

   /* Buttons default styling */
   --button-font: bold normal 16px/1.1 var(--main-font); /* required - button font property */
   --button-text: rgb(var(--text)); /* required - button text color */
   /*--button-case: text-transform property */
   --button-bg: rgb(var(--black)); /* required - button background */
   --button-border: 2px solid var(--button-bg); /* button border */
   --button-padding: 10px 25px 10px 25px; /* padding for buttons */
   /*--button-radius: border radius for buttons */
   /*--button-hover-text: text color when hovered */
   --button-hover-bg: rgb(var(--red));/*background when hovered */
   --button-hover-border: 2px solid var(--button-hover-bg);/*border when hovered */
   /*--button-hover-filter: filter property when hovered */
   /*--button-hover-transform: transform property when hovered */

   /* Special style for a button inside the first block on the home page */
   /*--first-button-font: font property */
   /* --first-button-text: rgb(var(--text)); /* text color */
   /* --first-button-bg: background normal state */
   /* --first-button-border: border normal state */
   /* --first-button-hover-text: text when hovered */
   /* --first-button-hover-bg: background when hovered */
   /*--first-button-hover-border: border when hovered */

   /* Form inputs, labels and messages */

   /*--input-text: color for form fields */
   --input-bg: var(--slash-gradient-fade), linear-gradient(to bottom, rgb(var(--black)), rgba(var(--inputbg),1));
   --input-border: 0; /* border for form fields */
   --input-padding: 15px 25px 15px 15px; /*padding for form fields */
   /*--input-radius: border radius for form fields */
   /*--input-disabled: text color for disabled dropdown elements */
   --label-font: var(--button-font); /* color of the field labels */
   /*--label-text: color of the field labels */
   /*--label-case: text transform property for the field labels */
   /*--error-color: text color when field has an error */
   /*--error-bg: background color when field has an error */
   /*--error-outline: field outline when there's an error */
   /*--error-font: error message under field font property */
   --snackbars-font: normal normal 20px/1.1 var(--main-font);/*form message popup block font property */
   --snackbars-text: var(--body-text);/*text color on form message popup block */
   --snackbars-bg: rgba(var(--red),1); /*form message popup block background */

   /* Default Headers and Subheaders */
   --header-font: normal normal 50px/0.9 var(--main-font); /* font for the main block header (`h2`,`.heading-2`) */
   /*--header-text: text color for the main block header */
   /*--header-case: text-transform property for the main block header */
   --subheader-font: normal normal 25px/1.1 var(--main-font); /* font for the block subheader (`h3`,`heading-3`) */
   /*--subheader-case: text-transform property for the block subheader.

   /*Block styles: `primary`, `accent`, `invert`, `invert-accent`*/

   /*--primary-bg: background for `primary` style block */
   --primary-header: var(--body-text);/* main block header color */
   /*--primary-subheader: block subheader color */
   /*--primary-text: text color for the block */
   /*--primary-button-text: button text color */
   /*--primary-button-bg: button background color */
   /*--primary-button-border: button border */
   /*--primary-button-hover-text: button text when hovered */
   /*--primary-button-hover-bg: button background when hovered */
   /*--primary-input-text: form field text color */
   /*--primary-input-bg: form field backround */
   /*--primary-input-border: form field border */

   --accent-bg: rgb(var(--black)); /* background for `accent` style block */
   /*--accent-header: main block header color */
   --accent-header-font: normal normal 86px/0.6 var(--accent-font);/*font property for main block header */
   /*--accent-subheader: block subheader color */
   /*--accent-subheader-font: font property for block subheader */
    --accent-text: var(--body-text); /* text color for the block */
   /* --accent-button-text: var(--body-bg); /*button text color */
   --accent-button-bg: rgb(var(--bg)); /*button background color */
   --accent-button-border: 2px solid rgb(var(--bg)); /* button border */
   --accent-button-hover-border: 2px solid transparent; /* button border */
   --accent-button-hover-text: var(--accent-button-text);/* button text when hovered */
   /*--accent-button-hover-bg: button background when hovered */
   /*--accent-input-text: form field text color */
   /*--accent-input-bg: form field backround */
   /*--accent-input-border: form field border */

   --invert-bg: rgb(var(--text)); /* background for `invert` style block */
   --invert-header: rgb(var(--bg)); /* main block header color */
   /*--invert-header-font: font property for main block header */
   --invert-subheader: rgb(var(--bg)); /* block subheader color */
   /*--invert-suheader-font: font property for block subheader */
   --invert-text: rgb(var(--bg)); /* text color for the block  */
   /* --invert-button-text: button text color  */
   --invert-button-bg: transparent; /* button background color */
   --invert-button-border: 1px solid rgb(var(--bg)); /* button border */
   /*--invert-button-hover-text: button text when hovered */
   /*--invert-button-hover-bg: button background when hovered */
   /*--invert-input-text: form field text color */
   /*--invert-input-bg: form field backround */
   /*--invert-input-border: form field border */

   /* --invert-accent-bg: rgb(var(--accent)); /* background for `invert-accent` style block  */
    --invert-accent-header: var(--primary-header); /* main block header color */
   /*--invert-accent-header-font: font property for main block header */
   /* --invert-accent-subheader: var(--invert-subheader); /* block subheader color */
   /*--invert-accent-subheader-font: font property for block subheader */
   --invert-accent-text: var(--accent-text); /* text color for the block */
   --invert-accent-button-text: var(--accent-button-text); /* button text color */
   /* --invert-accent-button-bg: var(--accent-button-bg); /* button background color */
   --invert-accent-button-border: var(--accent-button-border); /* button border */
   --invert-accent-button-hover-border: var(--accent-button-border); /* button border */
   --invert-accent-button-hover-text: var(--accent-button-hover-text); /* button text when hovered */
   /*--invert-accent-button-hover-bg: button background when hovered */
   /*--invert-accent-input-text: form field text color */
   /*--invert-accent-input-bg: form field backround */
   /*--invert-accent-input-border: form field border */

   /* General Blocks & wrappers */

   /*--block-radius: general block radius to used throughout CSS */
   /*--image-radius: radius for images in blocks */

   /* Services Block images: `.services-image` class: */
   /*--services-border: image border */
   /*--services-image: image height */
   /*--services-padding: image padding */
   /*--services-radius: image radius */

   /* Recommended wraper: `.post-boxed` class: */
   --accented-padding: 50px; /* padding for accented blocks */
   /*--accented-radius: border radius */
   --accented-bg: rgba(var(--accent),0.1);

   /* Another option for wrapper: `.post-info` class: */
   /*--info-font: font property */
   --info-bg: var(--body-text); /* background */
   --info-padding: 30px 50px; /*padding */
   /*--info-radius: border-radius */

   /*Slick Slider Image gallery*/
   /*--slick-height: image height for `slick-ribbon` class Slick Slider */
   --slick-spacing: 30px; /*distance in pixels from top and bottom edges for the block */
   /*--slick-caption: font property for the text caption on desktop (visible when hovered) */
   /*--slick-caption-case: text-transform property for caption (`uppercase`, `lowercase`, `capitalize` or `none`) */
   --slick-caption-bg: rgba(var(--bg),0.75); /*background for when the image is hovered */
   /*--slick-image-frame: image frame width in pixels */
   /*--slick-image-frame-color: image frame color */
   /*--slick-caption-border: decorative border on image when hovered */
   /*--slick-caption-spacing: spacing from the sides of the caption to the image */
   /*--slick-mobile-caption-bg: caption is visible on mobile on this background */
   --slick-arrow-size: 70px; /*last/next arrow size in pixels (one value) */
   /* --slick-arrow-border: 10px solid transparent; /*border for last/next arrows */
   --slick-arrow-bg: transparent; /* background color (not the full backgound property) for last/next arrows */
   /*--slick-arrow-hover-bg: hover background color (not the full backgound property) for last/next arrows */
   --slick-arrow-offset: 10px; /*horizontal offset for last/next slick arrows */
   /*--slick-fadeout: image fadeout color for `slick-gallery` class Slick Slider */

   /* Isotope Layout Image Gallery */
   --isotope-spacing: 20px; /*spacing between individual images, this value is doubled */
   /*--isotope-border: border for individual images */
   /*--isotope-radius: border-radius form images */
   /*--isotope-bg: caption background when image is hovered */
   --isotope-title-font: var(--accent-header-font); /*font property for image title (image number and text in `defaults.json`>`image-word`) */
   /*--isotope-title-text: text color for image title */
   /*--isotope-font: font property for image caption */
   /*--isotope-text: text color for image caption */
   /*--isotope-case: text transform for image caption (`uppercase`, `lowercase`, `capitalize` or `none`) */

   /* LightGallery Popup */
   /*--lg-bg: background color for when image is opened */
   /*--lg-filter: backdrop filter for when image is opened */
   /*--lg-align: text align for caption */
   /*--lg-caption-text: text color for caption */
   /*--lg-caption-bg: background for text caption */

   /* Owl Carousel and Quote `.post-quote` class** */
   --owl-arrow-size: 70px; /*last/next arrow size in pixels (one value) */
   --owl-arrow-offset: 10px; /* horizontal offset for last/next arrows */

   /*--quote-text: text color for `.post-quote` class */
   --quote-bg: linear-gradient(to top, rgb(var(--black)), rgba(var(--bg),0.8)); /*background for quote */
   --quote-border: 0; /*  border for quote */
   --quote-padding: 70px 35px 50px 35px; /*padding for the quote block */
   /*--quote-radius: quote block radius */
   --quote-mark: bold normal 30px/1.1 var(--main-font);/*font-property for quote marks (`.has-quote-before` and `.has-quote-after` extra classes) */
   --quote-color: rgb(var(--red)); /*quote marks color */
   /*--quote-scroll: thumb color for quote scroller (may appear on small sizes) */
   /*--quote-scroll-border: thumb border for quote scroller */
   /*--quote-scroll-bg: track color for quote scroller */
   /*--quote-scroll-bg-border: track border for quote scroller */

   /* Properties by layout type: pricelist */
   /*--pricelist-align: align text in the block (flex: `center`, `flex-start`,`flex-end`) */
   /*--pricelist-hover: pricelist item hover color */
   /*--pricelist-spacing: spacing between pricelist items */
   /*--pricelist-border-vertical: vertical border for price items */
   /*--pricelist-bottom-horizontal: horizontal border for price items */
   /*--pricelist-button-text: text color for pricelist hover button */
   /*--pricelist-button-case: text transform for pricelist hover button (`uppercase`, `lowercase`, `capitalize` or `none`) */
   /*--pricelist-button-bg: pricelist hover button background */
   /*--pricelist-button-border: pricelist hover button border */
   /*--pricelist-button-font: font property for pricelist hover button */
   /*--pricelist-button-padding: padding for pricelist button */
   /*--pricelist-button-radius: border radius for pricelist button */
   /*--pricelist-button-width: hover button fixed width */

   /* Properties by layout type: schedule */
   /*--schedule-header-font: font property for the days of the week */
   /*--schedule-header-case: text transform for the days of the week (`uppercase`, `lowercase`, `capitalize` or `none`) */
   /*--schedule-subheader-font: font property for the hours column */
   /*--schedule-border: border separator between week days */
   /*--schedule-item-text: text color for the scheduled item */
   /*--schedule-item-bg: background for the scheduled item */
   /*--schedule-item-border: border for the scheduled item */
   /*--schedule-item-hover-text: text color for the hovered scheduled item */
   /*--schedule-item-hover-bg: background for the hovered scheduled item */
   /*--schedule-item-hover-border: border for the hovered scheduled item */
   /*--schedule-subitem-font: font property for time and duration hover label */
   /*--schedule-subitem-text: text color the hover label */
   /*--schedule-subitem-icon-text: icon color for online label */
   /*--schedule-subitem-bg: background for the hover label */

   /*Form boxline layout*/
   /*--boxline-bg: hover background for the form in `boxline` layout (usually when the block is nested) */
   --boxline-padding: 0; /*padding for the form in block */

   /* Form checkout block & tickets */
   /*--payment-success-bg: payment success block background.
   /*--payment-success-border: border for the block.
   /*--payment-success-padding: padding for the block.
   /*--payment-success-radius: payment success block radius.

   /*--ticket-font: font property of found ticket name on Booking forms.
   /*--ticket-label: color for the found ticket name.
   /*--ticket-case: text transform property for the found ticket name (`uppercase`, `lowercase`, `capitalize` or `none`).
   /*--ticket-bg: found ticket block background.
   /*--ticket-border: found ticket block border.
   /*--ticket-padding: found ticket block padding.
   /*--ticket-radius: found ticket block radius.
   /*--ticket-selected: checkmark color for the selected ticket.
   /*--ticket-selected-bg: background color for the selected ticket.
   /*--ticket-selected-border: border color for the selected ticket.

   /* Page Footer */
   /*--footer-bg: background for the page footer */
   --footer-padding: 50px 20px 40px 20px; /*padding for the footer block */
   --footer-text: rgba(var(--text)); /* text color for the page footer */
   --footer-font: normal normal 14px/1.3 var(--main-font); /*font property for text in the footer */
   /*--footer-hover: link hover when inside footer */

   /*--map-width: embedded Google Maps width */
   /*--map-height: embedded map height */
   /*--map-border: embedded map border */
   /*--map-outline: embedded map outline */
   /*--map-radius: embedded map block radius */
   /*--map-margin: embedded map margin (sometimes necessary to make it take up whole width) */

   /* To Top Element */
   /*--totop-size: font size for the icon */
   /*--totop-text: link to top icon color */
   --totop-bg: rgb(var(--black));/*link to top background */
   /*--totop-hover: color when hovered */
   --totop-hover-bg: var(--faded-golden-gradient); /*background when hovered */
   --totop-border: var(--input-border);

   /* Other elements */
   /*--mark-text: text color for `<mark>` tag */
   --mark-bg: rgba(var(--accent),0.2); /* background color for `<mark>` tag */

 }

 @media(max-width:991px) {
   :root {

    --menu-font: normal normal 20px/1.1 var(--main-font);
    --menu-spacing: 0;
    --inside-first-height: 100vh;

   }
 }

 @media (max-width:768px) {
   :root {
    --info-padding: 30px 30px; /*padding */

   }
 }

 @media (max-width:496px) {
   :root {

   }
 }

 @font-face {
	font-family: 'Aphrosine';
	src: url("/fonts/user/aphrosine.ttf");
	src: url("/fonts/user/aphrosine.ttf") format("truetype"),url("/fonts/user/aphrosine.eot") format("embedded-opentype"),;
	font-weight: normal;
	font-style: normal;
}


 @font-face {
	font-family: 'Calibri';
	src: url("/fonts/user/calibri.ttf");
	src: url("/fonts/user/calibri.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'calibri';
	src: url("/fonts/user/calibril.ttf");
	src: url("/fonts/user/calibril.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'calibri';
	src: url("/fonts/user/calibrili.ttf");
	src: url("/fonts/user/calibrili.ttf") format("truetype");
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'calibri';
	src: url("/fonts/user/calibrii.ttf");
	src: url("/fonts/user/calibrii.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'calibri';
	src: url("/fonts/user/calibriz.ttf");
	src: url("/fonts/user/calibriz.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'calibri';
	src: url("/fonts/user/calibrib.ttf");
	src: url("/fonts/user/calibrib.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

.brand .brand__name {
  flex-direction: row;
  align-items: center;
}

.rd-navbar--is-stuck .brand .brand__name img {
  padding-right: 20px;
  border-right: 1px solid white;
}

.rd-navbar-static:not(.rd-navbar--is-stuck) .brand .brand__name img {
  padding: 35px 20px 15px 20px;
  border-right: 1px solid white;
}

.rd-navbar .current {
  padding: 45px 20px 25px 20px;
  background-color: rgb(var(--black));
  margin-bottom: -15px;
  margin-top: -35px;
}

.rd-navbar .current a {
  color: rgb(var(--text)) !important;
}

footer .rd-navbar-nav {
  margin-left: -20px;
  margin-bottom: 20px;
  justify-content: flex-start !important;
}

@media(min-width:992px) {
  footer .rd-navbar-nav {
    justify-content: space-between !important;
  } 
} 

footer .rd-navbar-nav a {
  color: rgba(var(--text),0.5);
}

footer .rd-navbar-nav .current>a {
  color: rgb(var(--text)) !important;
}

.brand__slogan, .bg-accent h2, .bg-accent .heading-2 {
  transform: rotate(-7deg);
  font-variant: normal !important;
  transition: all 0.5s ease;
  text-transform: none;
}

.bg-accent h2, .bg-accent .heading-2 {
  margin-left: -40px;
  margin-top: -30px;
  margin-bottom: 50px;
}

@media(min-width:769px) {
  .bg-accent .infoblock, .bg-accent img 
  {
    max-width: 75%;
  }

  #about_home .infoblock, #sellers_about .infoblock, #buyers_about .infoblock {
    margin-left: auto;
  }
}

#buyers_about h2, #sellers_about h2 {
  margin-left: -10px;
}

#sellers_about .content {
  margin-top: 60px;
}

.bg-primary h2, .bg-primary .heading-2 {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}

.bg-primary h2::before, .bg-primary .heading-2::before {
  content: "";
  min-width: 40px;
  width: 40px;
  height: 40px;
  background: rgb(var(--red));
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 30px;
  margin-left: 5px;
  margin-top: 5px;
}

@media(min-width:992px) {
  #about_home img {
    margin-right: auto;
    padding: 50px;
  }
}

@media(max-width:768px) { 
  #about_home img {
    padding-left: 50px;
    padding-right: 50px;
  }

}

#principles h2 {
  position: relative;
  top: -20px;
  margin-left: -10px;
}

#principles img {
  max-width: 60px;
}

.rd-navbar--is-stuck .brand__slogan, .rd-navbar-fixed .brand__slogan {
  display: block !important;
  font-size: 36px;
  position: relative;
  top: -7px;
}

.rd-navbar-fixed .brand__slogan { 
  top: -5px;
}

.brand__slogan {
  margin-right: -30px;
  position: relative;
}


.rd-navbar-nav li>a, .slogan, .form-label, h3, .heading-3, h1, .heading-1, h2, .heading-2, .button {
  font-variant: small-caps !important;
  text-transform: capitalize;
}

.form-label {
  top: 28px;
}

.form-validation {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  bottom: 2px !important;
  left: 13px;
}

.rd-navbar-static .rd-navbar-nav, .rd-navbar-element .list-icons {
  flex-wrap: nowrap;
}

.simple-contacts>*, .contact-links {
  max-width: 80%;
  margin-left: auto;
}

.simple-contacts>h2 {
  margin-left: calc(20% - 30px) !important;
}

.footer-contact_text {
  padding-right: 20px;
}

.contact_text {
  padding-left: 12.5%;
}

.footer-contact_text {
  margin-top: 0;
}

.contact-links {
  margin-top: 50px;
  position: relative;
  left: 15px;
}

.contact-links .fa {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  font-variant: small-caps;
}

.contact-links .fa::before {
  color: rgb(var(--black));
  text-align: center;
  font-size: 16px;
  margin-right: 20px;
  display: inline-block;
  width: 20px;
  text-align: center;
}

.rd-navbar-element .list-icons .icon::after, .contact-links .fa::after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background: rgb(var(--red)); 
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0%;
  top: 0%;
}

.contact-links .fa::after { 
  width: 34px;
  height: 34px;
  left: -10px;
  top: 10px;
}

.rd-navbar-element .list-icons {
  display: flex;
}

.rd-navbar-static .rd-navbar-main {
  justify-content: center;
}

@media(min-width:992px) {
  .first-block, .inside-first-block {
    margin-top: -120px;
  }
}

.inside-first-block .shell {
  align-items: flex-end;
}

.inside-first-block .shell h1 {
  text-shadow: var(--big-shadow);
}

.first-block .button {
  margin: 10px !important;
  margin-top: 0px !important;
}

.inside-first-block .button {
  display: none;
}

.bg-accent .button {
  box-shadow: var(--small-shadow), var(--big-shadow);
}

.button-slash {
  position: relative;
  min-width: 150px !important;
}

.button-slash::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: var(--slash-gradient-button);
  transition: all 0.5s ease;
}

.button-full {
  min-width: 100% !important;
  background-color: var(--button-hover-bg) !important;
  border: var(--button-hover-border) !important;
}

/*
.button:nth-of-type(2) {
  background-color: var(--button-hover-bg) !important;
  border: var(--button-hover-border) !important;

}*/

.button-slash:hover::after {
  opacity: 1;
}

.bg-primary .infoblock {
  max-width: 80%;
  margin-left: 10%;
}

.content p:last-of-type {
  margin-bottom: 10px;
}

.speech-bubble::after, .speech-bubble-outline::after {
  background-color: rgb(var(--black));
  width: 40px;
  height: 40px;
  bottom: 16px
}

.first-block .shell {
  align-items: flex-start;
}

.rd-navbar-static .rd-navbar-dropdown {
  padding-top: 15px !important;
}

.rd-navbar-static .current .rd-navbar-dropdown {
  padding-top: 35px !important;
}


footer .rd-navbar-dropdown { 

  margin-top: -5px;
}

.gallery-caption, .reviews-text-wrapper {
  display: block;
  padding: 25px 30px;
  transition: none;
  position: relative;
  background: linear-gradient(to top, rgb(var(--black)) 10%, transparent 75%);
}

.gallery-caption {
  position: relative;
  padding-top: 50px;
}

.gallery-caption .t-line {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  padding-top: 10px;
  width: 100%;
}

#sold h2 {
  margin-bottom: 70px !important;
}

#sold .t-line {
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
  margin-right: 25px;
  margin-top: 15px;
}

#sold p:first-of-type:not(:only-of-type) {
  opacity: 0.5;
}

#sold .text-bold {
  color: rgb(var(--red));
  font-size: 20px;
}

#listing .t-line span {
  padding-right: 20px;
}

.t-line span {
  display: inline-flex;
  align-items: center;
}

.t-line span::before {
  content: "";
  width: 8px;
  height: 8px;
  background: rgb(var(--red));
  transform: rotate(45deg);
  margin-right: 10px;
  display: inline-block;
}

.galleries-1  {
  font-size: 30px;
  color: rgb(var(--red));
  font-weight: bold;
}

#listing .galleries-1 {
  font-size: 40px;
  margin-top: 0 !important;
  margin-bottom: 20px;
}

.infoblock-has-image-left {
  margin-left: auto;
  margin-right: auto;
}

.reviews-text-wrapper .heading-3 {
  font-size: 25px;
}

.reviews-text-wrapper, .reviews-image {
  width: calc(100% - 2px);
}

.form-wrap+* {
  margin-top: 10px;
}

.rd-mailform .button {
  max-width: 200px !important;
}

textarea {
  min-height: 150px !important;
  padding-bottom: 50px;
}

.box-line {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media(min-width:992px) {
  .box-line {
    max-width: 100%;
    margin: 0;
  }
}


.box-line__main {
  max-width: 70%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media(max-width:992px) {
  .box-line__main {
    max-width: 100%;
  }
  .contact-links {
    margin-top: 50px;
  }
}

#contacts .fa {
  font-size: 26px;
  line-height: 1.8;
}

@media(min-width:992px) {

  #contacts:not(:has(.evaluation))::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background: rgb(var(--text));
  }
  
  #contacts:has(.evaluation)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 500px;
    left: 50%;
    bottom: 0;
    background: rgb(var(--text)); 
  }

}

.copyright {
  font: var(--body-font);
  opacity: 0.5;
  font-size: 13px;
}

footer .rd-navbar-nav>li:last-child {
  display: none;
}

.owl-arrow {
  top: -85px;
}

.owl-arrow, .slick-next, .slick-prev {
  opacity: 1 !important;
  transition: none !important;
}

.owl-arrow:hover, .slick-next:hover, .slick-prev:hover {
  opacity: 1 !important;
  filter: invert(82%) sepia(82%) saturate(3716%) hue-rotate(340deg) brightness(82%) contrast(100%);
}

.owl-arrow-prev {
  left: unset !important;
  right: calc(var(--owl-arrow-size) + var(--owl-arrow-offset) - 20px) !important;
}

.gallery-image, .reviews-image-wrapper {
  position: relative;
  display: block;
}

.gallery-image::before, .reviews-image-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(var(--bg),1), transparent 30%);
}

.post-quote {
  min-height: 350px;
}

.post-quote::before, .post-quote::after {
  content: "" !important;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(/images/quote.svg);
  background-size: cover;
  display: block;
}

.post-quote::before {
  top: 30px !important;
  left: 30px !important;
}

.post-quote::after {
  transform: rotate(180deg);
  bottom: 30px !important;
  right: 30px !important;
}

@media(max-width:991px) {
  .post-quote {
    height: 300px;
    overflow: auto;
  }
  
  .post-quote::after {
    display: none !important;
  }

  .speech-bubble::before {
    content: "";
    position: absolute;
    z-index: 10;
    width: calc(100% - 20px);
    height: 30px;
    background: linear-gradient(to top, rgb(var(--black)), transparent);
    bottom: 30px;
    left: 0;
  }
}

.rd-navbar-fixed .rd-navbar-nav li, .rd-navbar-fixed .rd-navbar-element {
  text-align: center;
}

@media(max-width:376px) {

  #contacts .link-email {
    font-size: 15px;
  }
}

footer .rd-navbar-nav {
  flex-wrap: wrap;
  font: var(--submenu-mobile-font);
}

.form-wrap.has-error .form-input {
  background: var(--slash-gradient-fade), linear-gradient(to bottom, rgb(var(--black)), rgba(var(--darkred),1));
}

.thumb-ann__title {
  color: var(--body-text);
  display: none;
}

.mobile .thumb-ann__title {
  display: none;
}

.inside-first-block + section {
  padding-top: 95px !important;
}

#lg-download, #lg-share {
  display: none;
}

.isotope {
  background-color: rgb(var(--black));
}

#listing {
  padding-top: 50px;
  padding-bottom: 60px;
}

#listing .cell-xs-12 {
  padding-top: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#listing .cell-xs-12::before, #listing .t-line {
  flex-basis: 100%;
}

@media(min-width:1200px) {
  #listing .t-line {
    margin-left: 80px;
  }
}

#sold .range {
  align-items: flex-start !important;
}

#sold .infoblock-has-image-top {
  overflow: hidden;
  position: relative;
  border: 15px solid rgb(var(--bg));
  padding: 0 !important;
  padding-bottom: 20px !important;
  justify-content: space-between;
}

#sold .infoblock-has-image-top.no-image {
  padding-top: 230px !important;
}

#sold .infoblock-has-image-top h3, #sold .infoblock-has-image-top p {
  padding-left: 30px;
  padding-right: 30px;
}

#sold .infoblock-has-image-top.no-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 210px;
  background: url(/images/sold-default.png);
  background-color: rgba(var(--fadeout),0.5);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.15;

}

@media(max-width:1200px) {
  #sold .infoblock-has-image-top.no-image {
    padding-top: 185px !important;
  }
  #sold .infoblock-has-image-top.no-image::after {
    height: 165px;
  }
}

@media(max-width:991px) {
  #sold .infoblock-has-image-top.no-image {
    padding-top: 215px !important;
  }
  #sold .infoblock-has-image-top.no-image::after {
    height: 195px;
  }
}

#sold .infoblock-has-image-top::before {
  content: "sold";
  transform: rotate(-45deg);
  background: rgb(var(--red));
  position: absolute;
  left: -30px;
  top: 20px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 5px;
  padding-bottom: 3px;
  text-transform: uppercase;
  font-weight: bold;
}

#sold .infoblock-has-image-top {
  margin-top: -20px;
  padding: 20px;
  background: linear-gradient(to top, rgb(var(--black)), transparent 100px);
}

.infoblock-image-top {
  animation:  none !important;
}

.evaluation h3 {
  font: var(--accent-header-font);
  font-variant: normal !important;
  text-transform: none !important;
  transform: rotate(-3deg);
  margin-bottom: 60px;
  margin-left: -10px;
}

.evaluation .infoblock {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media(max-width:991px) {
  .evaluation .infoblock {
    max-width: 60%;
  }
}

.evaluation p {
  max-width: 750px;
}

footer img {
  max-width: 50px;
  margin-bottom: -20px;
  margin-top: -10px;
  margin-left: -5px;
}