@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */

/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */

/* Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */

html {
  /*font-family: sans-serif;*/
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  position: relative;
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

*:focus {
  outline: none;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active, a:hover {
  outline: 0;
}

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */

button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*--------------------------------------------------------------------------*/

* {
  box-sizing: border-box;
}

*::before, *::after {
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  line-height: 1.4;
  overflow-x: hidden;
}

body.prevent-scroll {
  overflow: hidden;
}

@font-face {
  font-family: 'Bebas Neue Light';
  src: url("../fonts/BebasNeueLight.woff2") format("woff2"), url("../fonts/BebasNeueLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Aver Bold';
  src: url("../fonts/Aver-Bold.woff2") format("woff2"), url("../fonts/Aver-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Aver BoldItalic';
  src: url("../fonts/Aver-BoldItalic.woff2") format("woff2"), url("../fonts/Aver-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Prata', sans-serif;
  src: url("../fonts/Aver.woff2") format("woff2"), url("../fonts/Aver.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Aver Italic';
  src: url("../fonts/Aver-Italic.woff2") format("woff2"), url("../fonts/Aver-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Museo Sans Cyrl 700';
  src: url("../fonts/MuseoSansCyrl-700.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-700.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Sans Cyrl 300';
  src: url("../fonts/MuseoSansCyrl-300.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Circe-Regular';
  src: url("../fonts/Circe-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Circe-ExtraBold';
  src: url("../fonts/Circe-ExtraBold.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Circe-Light';
  src: url("../fonts/Circe-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

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

/*@import url('https://fonts.googleapis.com/css?family=Lora&display=swap');*/

/*@import url('https://fonts.googleapis.com/css?family=PT+Serif&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rub_ik&display=swap');
@import url('https://fonts.googleapis.com/css?family=Prata&display=swap');*/

/*@import url('https://fonts.googleapis.com/css?family=PT+Serif:700&display=swap&subset=cyrillic');
*/

@keyframes show_menu {
  0% {
    opacity: 0;
    /*transform: scaleX(0);*/
    transform-origin: 0 50%;
  }
  100% {
    opacity: 1;
    /*transform: scaleX(1);*/
    transform-origin: 0 50%;
  }
}

@keyframes show_menu_item {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.mobile_menu {
  position: fixed;
  top: 0;
  left: -10000px;
  width: 0;
  height: 100%;
  min-height: 100%;
  z-index: 99999;
  overflow: hidden;
  display: table;
  text-align: center;
  background: #321b0d;
  opacity: 0;
}

.mobile_menu .it {
  display: table-cell;
  vertical-align: middle;
}

.mobile_menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin: 4em;
}

.mobile_menu ul li {
  opacity: 0;
}

.mobile_menu ul li a {
  /* font-family: 'Prata', sans-serif;*/
  /* font-family: 'Circe-Light';*/
  font-family: 'PT Serif';
  color: #fff;
  text-decoration: none;
  /*font-size: 28px;*/
  /*  font-size: calc(24px + (56 - 24) * ((100vw - 300px) / (1600 - 300)));
  margin-bottom: calc(24px + (56 - 24) * ((100vw - 300px) / (1600 - 300)));;\*/
  line-height: 40px;
  position: relative;
  background: linear-gradient(#d8c5b2, #d8c5b2) left no-repeat, #fff;
  background-size: 0 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 1s;
}

.mobile_menu ul li a:hover {
  animation: color 1.3s forwards;
  background-size: 100% 100%;
}

@keyframes color {
  from {
    color: #fff;
  }
  to {
    color: #c4aa99;
  }
}

.blur {
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.mobile_menu ul li a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  height: 2px;
  width: 100%;
  transform-origin: center;
  transform: translateX(-50%) scaleX(0);
  background-color: #c4aa99;
  transition: transform 0.6s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  /*z-index: -1;*/
}

.mobile_menu ul li a:hover::before {
  transform: translateX(-50%) scaleX(1);
}

.mobile_menu ul.submenu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin: 4em;
}

.mobile_menu ul.submenu li a {
  /*font-family: 'Prata', sans-serif;*/
  font-family: 'Circe-Light';
  color: #c4aa99;
  text-decoration: none;
  /*font-size: 18px;*/
  line-height: 29px;
}

.mobile_menu.open {
  position: fixed;
  top: -0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  width: 100vw;
  z-index: 9;
  overflow: hidden;
  display: table;
  text-align: center;
  background: #321b0d;
  /*background: #321b0ded;*/
  animation: show_menu 0.4s forwards;
}

.mobile_menu.open ul li {
  animation: .5s show_menu_item 1s forwards;
  margin-bottom: 0.3em;
  font-size: calc(24px + (45 - 24) * ((100vw - 300px) / (1600 - 300)));
}

.mobile_menu ul.submenu li {
  /*  margin-bottom: 0.4em !important;*/
  font-size: calc(14px + (20 - 14) * ((100vw - 80px) / (1600 - 80))) !important;
}

.video .bg {
  display: none;
}

.video video {
  position: absolute;
  top: -80px;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  width: 100vw;
  z-index: -1;
  overflow: hidden;
  display: inline-block;
}

.video .main {
  background: none;
}

.main {
  background-color: #321b0d;
  color: #ffffff;
  height: 63vh;
}

.main_info {
  color: #fff;
  font-family: 'Prata', sans-serif;
  font-size: 23px;
  line-height: 30px;
  overflow-x: hidden;
  margin: 0 auto;
  min-height: 60vh;
}

.main_info__arrow {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}

.cssgrid .main_info {
  display: grid;
  align-items: center;
  justify-items: center;
  max-width: 1400px;
}

.cssgrid .main_info__left {
  grid-column: 1/2;
  grid-row: 1/2;
}

.cssgrid .main_info__center {
  grid-column: 2/3;
  grid-row: 1/2;
}

.cssgrid .main_info__right {
  grid-column: 3/4;
  grid-row: 1/2;
  position: relative;
}

.cssgrid .main_info__arrow {
  grid-column: 2/3;
  grid-row: 2/2;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}

.no-cssgrid .header {
  max-width: 1500px;
}

.no-cssgrid .main {
  margin: 0 auto;
}

.no-cssgrid .main_info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  max-width: 1500px;
}

.no-cssgrid .main_info__left {
  flex: 2;
  text-align: center;
}

.no-cssgrid .main_info__right {
  flex: 2;
  position: relative;
  text-align: center;
}

.no-cssgrid .main_info__arrow {
  flex: 1;
  justify-content: center;
  text-align: center;
  position: relative;
  align-self: flex-end;
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: translate(0, 1rem);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 0.7;
  }
}

@keyframes pulse2 {
  0% {
    transform: translate(0, 0);
    opacity: 0.7;
  }
  50% {
    transform: translate(0, 10px);
    opacity: 1;
  }
  99% {
    transform: translate(0, 0);
    opacity: 0.7;
  }
}

.arrows {
  animation: pulse2 1s infinite;
  display: block;
  position: absolute;
  bottom: 100px;
  left: 50%;
  cursor: pointer;
  width: 14px;
  height: 50px;
  margin-left: -7px;
  opacity: 1;
}

.arrow {
  border-left: 2px solid rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: .5rem;
  opacity: 1;
  -webkit-transition: opacity .35s ease 1.9s;
  transition: opacity .35s ease 1.9s;
}

.arrow.arrow-02 {
  top: 1.9rem;
  border-color: rgba(255, 255, 255, 0.4);
  transition: opacity .35s ease 2s;
}

.arrow.arrow-03 {
  top: 3.1rem;
  border-color: rgba(255, 255, 255, 0.2);
  transition: opacity .35s ease 2.1s;
}

.animate .arrow {
  opacity: 1;
}

.awards_block {
  margin-bottom: 20px;
}

.filler {
  background-size: 200% 200%;
  background-image: linear-gradient(to bottom, transparent 50%, #fcf7f3 50%);
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

.filler:hover {
  background-image: linear-gradient(to bottom, transparent 50%, #fcf7f3 51%);
  background-position: 0 100%;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

.filler_dark {
  background-size: 200% 200%;
  background-image: linear-gradient(to bottom, transparent 50%, #fcf7f3 50%);
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

.filler_dark:hover {
  background-image: linear-gradient(to bottom, transparent 50%, #321b0d 51%);
  background-position: 0 100%;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

.filler_dark:hover .conditions_header {
  color: #fff;
}

.filler_dark:hover .conditions_text {
  color: #f3e5d8;
}

/*.flexbox .benefits {
  display: flex;
  max-width: 1400px;
}

.flexbox .benefits_box1 {
  width: 50%;
  display: flex;
  justify-content: center;
}

.flexbox .benefits_box2 {
  width: 16.6666%;
  display: flex;
  justify-content: center;
}

.flexbox .benefits_box3 {
  width: 16.6666%;
  display: flex;
  justify-content: center;
}

.flexbox .benefits_box4 {
  width: 16.6666%;
  display: flex;
  justify-content: center;
}*/

/*.cssgrid .benefits {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 1400px;
}

.cssgrid .benefits_box1 {
  display: grid !important;
  grid-column: 1/4;
  grid-row: 1/2;
  width: auto;
}

.cssgrid .benefits_box2 {
  display: grid  !important;
  grid-column: 4/5;
  grid-row: 1/2;
  width: auto;
}

.cssgrid .benefits_box3 {
  display: grid  !important;
  grid-column: 5/6;
  grid-row: 1/2;
  width: auto;
}

.cssgrid .benefits_box4 {
  display: grid  !important;
  grid-column: 6/7;
  grid-row: 1/2;
  width: auto;
}

.benefits {
  display: grid;
  margin: 0 auto;
  background: #ffffff;
  font-family: 'Prata', sans-serif;
}*/

.cssgrid .benefits {
  display: flex;
  max-width: 1400px;
}

.cssgrid .benefits_box1 {
  flex: 3;
}

.cssgrid .benefits_box2 {
  flex: 1;
}

.cssgrid .benefits_box3 {
  flex: 1;
}

.cssgrid .benefits_box4 {
  flex: 1;
}

.benefits {
  display: grid;
  margin: 0 auto;
  background: #ffffff;
  font-family: 'Prata', sans-serif;
}

.benefits_float {
  align-self: center;
}

.benefits_float_text {
  color: #c1a68f;
  text-transform: uppercase;
  font-size: 16px;
  /*font-family: 'Circe-Regular';*/
  font-family: 'PT Serif';
}

.benefits_box1 {
  text-align: center;
  border-right: 1px solid #e5e1de;
}

.benefits_box1__big_text {
  font-size: 53px;
  line-height: 40px;
  color: #321b0d;
  position: relative;
  top: -90px;
  z-index: 8;
  font-family: 'PT Serif';
  font-weight: bold;
}

.benefits_box2 {
  text-align: center;
  border-right: 1px solid #e5e1de;
}

.benefits_box3 {
  text-align: center;
  border-right: 1px solid #e5e1de;
}

.benefits_box4 {
  text-align: center;
  border-right: 1px solid #e5e1de;
}

.benefits_number {
  font-size: 60px;
  line-height: 25px;
  color: #937761;
  position: relative;
  padding-bottom: 20px;
  /*font-family: 'Prata', sans-serif;*/
  font-family: 'Aver Bold';
}

.benefits_number_plus {
  font-size: 30px;
  position: absolute;
  top: 0;
  right: -20px;
}

.benefits_number__big {
  font-size: 465px;
  line-height: 161px;
  color: #f3e5d8;
  position: relative;
  top: -10px;
  z-index: 7;
}

.subbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.lbrown {
  color: #937761;
}

.bold {
  /* font-family: 'Prata', sans-serif;*/
  font-family: 'PT Serif';
}

.regular {
  /*font-family: 'Aver', Tahoma, Geneva, Verdana, sans-serif;*/
  font-family: 'PT Serif';
}

@keyframes slide-in {
  from {
    transform: translateY(-1em) rotate(-0.5turn) scale(0.5);
    opacity: 0;
  }
}

.char {
  opacity: 1;
  transform: rotateX(90deg);
  transform-origin: 50% 100%;
  transition: opacity 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s, transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.is_visible .char {
  opacity: 1;
  animation: slide-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(60ms * var(--char-index));
}

.sliders {
  max-width: 1400px;
  margin: 0 auto;
}

.sliders .slide {
  /*display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;*/
  display: flex;
}

.sliders .slide_header {
  opacity: 0;
}

.sliders .slide_header.is_visible {
  opacity: 1;
}

.sliders .slide_text {
  opacity: 0.0;
  transform: translateX(50px);
  transition: all 0.5s ease 0s;
  font-family: 'Circe-Light';
}

.sliders .slide_text.is_visible {
  opacity: 1.0;
  transform: translateX(0);
  transition: transform 1000ms ease 0s, opacity 500ms ease;
  transition-delay: 0.5s;
}

.sliders .slide_box1 {
  /*grid-column: 1/4;
  grid-row: 1/1;*/
  flex: 1;
}

.sliders .slide_box1 img {
  display: block;
  width: auto;
  height: 100%;
}

.sliders .slide_box2 {
  background: #321b0d;
  color: #ffffff;
  /* grid-column: 4/7;
  grid-row: 1/1;*/
  font-family: 'Aver', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 17px;
  line-height: 22px;
  /*display: grid;*/
  z-index: 1;
  flex: 1;
}

.sliders .slide_box2_block {
  align-self: center;
  padding-left: 100px;
  padding-right: 100px;
}

.sliders .slide_box2 h2 {
  /*font-family: 'Prata', sans-serif;*/
  /* font-family: 'Circe-Light';*/
  font-family: 'PT Serif';
  color: #e9c59e;
  font-size: 31px;
  line-height: 35px;
  margin-top: 0;
}

.with_dash::before {
  content: "—";
  color: #e9c59e;
  position: absolute;
  top: 0;
  left: -45px;
  font-size: 44px;
  line-height: 24px;
  font-family: 'Aver', Tahoma, Geneva, Verdana, sans-serif;
}

.light_brown {
  color: #e9c59e;
}

.kanzler_name {
  font-family: 'Aver', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.header_wrapper {
  padding-top: 4px;
  background-color: #321b0d;
}

.header_wrapper.fixed {
  position: fixed;
  margin-top: 0;
  padding-top: 0;
  min-width: 100%;
  background: #321b0d;
  z-index: 1000;
}

.header_wrapper.fixed .header {
  padding-top: 12px;
  padding-bottom: 12px;
}

.header_wrapper.fixed .header img.logo {
  position: absolute;
  left: calc(50% - 45px);
  top: -30px;
}

.no-cssgrid .header_wrapper.fixed .header {
  width: 100% !important;
  max-width: 1400px;
}

.no-cssgrid .header {
  display: flex;
  max-width: 1400px;
  width: 100%;
}

.no-cssgrid .header-icons {
  flex: 1;
  justify-content: center;
  align-self: center;
}

.no-cssgrid .header-left-menu {
  flex: 2;
  justify-content: flex-end;
  text-align: right;
  align-self: center;
}

.no-cssgrid .header-logo {
  flex: 1;
  justify-content: center;
  position: relative;
  align-self: center;
  text-align: center;
}

.no-cssgrid .header-right-menu {
  flex: 2;
  justify-content: flex-start;
  align-self: center;
}

.no-cssgrid .header-cross {
  flex: 1;
  justify-content: center;
  align-self: center;
}

.cssgrid .header {
  display: grid;
}

.cssgrid .header-icons {
  grid-column: 1/2;
  justify-self: center;
  width: auto;
  align-self: center;
}

.cssgrid .header-left-menu {
  grid-column: 2/4;
  justify-self: end;
  width: auto;
  align-self: center;
}

.cssgrid .header-logo {
  grid-column: 4/5;
  justify-self: center;
  position: relative;
  width: 100%;
  text-align: center;
  width: auto;
  align-self: center;
}

.cssgrid .header-right-menu {
  grid-column: 5/7;
  justify-self: start;
  width: auto;
  align-self: center;
}

.cssgrid .header-cross {
  grid-column: 7/8;
  justify-self: center;
  width: auto;
  align-self: center;
}

.header {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  color: #ffffff;
  width: 100%;
  z-index: 9;
}

.header.fixed {
  min-width: 100%;
  background: #321b0d;
}

.header-icons a:first-child {
  padding-right: 20px;
}

.header-left-menu {
  justify-self: end;
}

ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.right_menu_ {
  text-align: right !important;
}

ul.menu li {
  display: inline;
}

ul.menu li a {
  color: #fff;
  /*font-family: 'Aver Bold';*/
  font-family: 'Circe-Regular';
  font-size: 19px;
  line-height: 21px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

ul.menu li a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  height: 2px;
  width: 81%;
  transform-origin: center;
  transform: translateX(-50%) scaleX(0);
  background-color: #fff;
  transition: transform 0.6s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  /*z-index: -1;*/
}

ul.menu li a:hover::before {
  transform: translateX(-50%) scaleX(1);
}

/*ul.menu li a:hover {
  text-decoration: underline;
}*/

/* --- toggle-menu  ------ */

.toggle-menu {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  top: 0px;
  float: right;
  z-index: 1000;
  transition: all 0.2s;
}

.toggle-menu i {
  position: absolute;
  display: block;
  height: 2px;
  background: #fff;
  width: 30px;
  left: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.toggle-menu.active {
  /* position: fixed;*/
  /* right: 15px;
  top: 10px;*/
}

.toggle-menu.active i {
  background: #fff;
}

.toggle-menu i:nth-child(1) {
  top: 22px;
}

.toggle-menu i:nth-child(2) {
  top: 30px;
}

/* .toggle-menu i:nth-child(3)
    top: 32px
 */

.toggle-menu.active i:nth-child(1) {
  top: 25px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

/* .toggle-menu.active i:nth-child(2)
    background: transparent
 */

.toggle-menu.active i:nth-child(2) {
  top: 25px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

/* --- toggle-menu  ------ */

/*Slick slider*/

.slick-prev {
  position: absolute;
  left: 0px;
  top: 40%;
  z-index: 9;
}

.slick-next {
  position: absolute;
  right: 0px;
  top: 40%;
  z-index: 9;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #662a74;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
  content: "←";
}

.slick-prev:hover:before {
  color: #686569;
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

[dir="rtl"] .slick-next {
  left: -10px;
  top: 70px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

.slick-next:hover:before {
  color: #686569;
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-arrow {
  height: 50px;
  width: 50px;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  border-radius: 30px;
}

a.slick-arrow:hover {
  background: #fcf7f3;
  color: #000;
}

ul.slick-dots {
  list-style-type: none;
}

ul.slick-dots li {
  display: inline;
}

.slick-dots {
  position: absolute;
  /* bottom: -45px */
  bottom: -80px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: none;
}

.slick-dots li:before {
  top: 1px;
  transition: all 0.5s;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #662a74;
  position: absolute;
  border-radius: 10px;
}

.slick-dots li.slick-active:before {
  top: 0;
  width: 6px;
  height: 6px;
  /* margin-left: -2px */
  margin-top: 1px;
  background-color: #fff;
  border: 1px solid #662a74;
}

.slick-slide img {
  margin-left: 45px;
  height: 254px;
}

.main_slider {
  max-width: 1400px;
  margin: 0 auto;
  transform: translateY(100px);
}

.main_slider.is_visible {
  transform: translateY(0);
  transition: all .3s ease 0s;
}

.slick_item {
  font-family: 'Prata', sans-serif;
  background: none;
  text-align: center;
  color: #662a74;
  padding: 20px;
  position: relative;
}

.slick_item a {
  text-decoration: none;
}

.slick_item:hover {
  background: #fcf7f3;
  transition: 1s;
}

.slick_item:hover .slick_item_photo img {
  transform: scale(1.05) !important;
  transition: 2s;
}

.slick_item:hover .slick_item_name {
  opacity: 1;
  transition: 2s;
}

.slick_item:hover .slick_item_brend {
  opacity: 1;
  transition: 2s;
}

.slick_item:hover .slick_item_link {
  opacity: 1;
  transition: 2s;
}

.slick_item_photo {
  margin-top: 40px !important;
  position: relative;
  width: 230px;
  margin: 0 auto;
  overflow: hidden;
}

.slick_item_photo_mark {
  height: 99px;
  width: 99px;
  position: absolute;
  top: 60px;
  right: 15px;
}

.slick_item_photo img {
  transform: scale(1) !important;
  transition: 2s;
}

.slick_item_brend {
  font-family: 'Aver Bold';
  font-size: 28px;
  color: #7a4f37;
  opacity: 0;
  height: 70px;
}

.slick_item_brend_subname {
  font-family: 'Prata', sans-serif;
  font-size: 18px;
}

.slick_item_name {
  color: #7a4f37;
  opacity: 0;
}

.slick_item_link {
  opacity: 0;
  color: #c3ac9a;
}

/*Slick slider*/

.lightbrown {
  color: #937761;
}

.hmel {
  background: #fdfaf8;
  transform: translateY(100px);
}

.hmel.is_visible {
  transform: translateY(0);
  transition: all .3s ease 0s;
}

.grid_center {
  display: grid;
  align-self: center;
  justify-content: center;
}

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

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.hmel_blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.hmel_blocks_left {
  grid-column: 1/2;
  align-self: center;
  padding: 3em;
}

.hmel_blocks_left_header {
  font-size: 43px;
  line-height: 36px;
  color: #321b0d;
  transform: translateY(100px);
  /*font-family: 'Prata', sans-serif;*/
  /* font-family: 'Prata', sans-serif;*/
  font-weight: bold;
}

.hmel_blocks_left_header.is_visible {
  transform: translateY(0);
  transition: all .3s ease 0s;
}

.hmel_blocks_left_text {
  color: #321b0d;
  margin-top: 40px;
  line-height: 30px;
  font-size: 21px;
  transform: translateY(100px);
}

.hmel_blocks_left_text.is_visible {
  transform: translateY(0);
  transition: all 1.3s ease 0s;
}

.hmel_blocks_right {
  grid-column: 2/2;
  color: #ffffff;
  font-size: 100px;
  text-transform: uppercase;
  font-size: 120px;
  line-height: 100px;
  font-weight: bold;
  position: relative;
}

.hmel_blocks_right_img {
  /* position: absolute;
  top: 0;*/
  transform: translateY(-50px);
  transform: scale(1.2) !important;
}

.hmel_blocks_right_img.is_visible {
  transform: translateY(0);
  transition: all 1.3s ease 0s;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100vh;
  width: 100vw;
  z-index: 10000999;
  display: table;
  opacity: 0;
}

.preloader img {
  opacity: 0;
  transition: all .8s ease 0s;
}

.preloader.loading {
  opacity: 1;
  transition: all 5.3s ease 3.6s;
}

.preloader.loading img {
  opacity: 1;
}

.preloader.loaded {
  opacity: 0;
  transition: all 1.5s ease .6s;
  position: absolute;
  top: -10000px !important;
  height: 0;
}

.preloader div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.animate {
  transform: translateY(100px);
}

.animate.is_visible {
  transform: translateY(0);
  transition: all 0.5s ease 0s;
}

/*offer*/

.offer_block {
  max-width: 600px;
  margin: 0 auto;
  padding: 4em;
  margin-top: 80px;
  margin-bottom: 80px;
  /*background-image: url("../images/baki.png");*/
  background-position: center;
  background-repeat: no-repeat;
}

.offer_header {
  font-size: 43px;
  line-height: 36px;
  color: #321b0d;
  font-family: 'PT Serif';
  font-weight: bold;
}

.offer_text {
  color: #321b0d;
  font-size: 21px;
  line-height: 30px;
  margin-top: 44px;
  margin-bottom: 60px;
}

.offer_button {
  display: inline-block;
  background: #937761;
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 25px;
  padding-left: 40px;
  padding-right: 40px;
  border: none;
  font-size: 17px;
  font-family: 'Circe-Light';
}

.offer_button:hover {
  background: #583218;
  transition: 1.2s;
}

/*offer*/

/*conditions*/

.conditions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 200px;
}

.conditions .box {
  justify-self: center;
  width: 100%;
  border: 1px solid #f1e0cf;
  border-right: none;
  align-self: center;
  padding: 50px;
}

/*.conditions .box:last-child  {
  border-right: 1px solid #f1e0cf !important;
}*/

/*.conditions .box:last-child {
  border-right: 1px solid #f1e0cf;
  background: red;
}
*/

.conditions_header {
  text-align: center;
  color: #321b0d;
  /*font-size: 32px;
  font-family: 'Circe-Light';*/
  font-size: 33px;
  /*font-family: 'Prata';*/
  font-weight: bold;
}

.conditions_text {
  /*font-family: 'Prata', sans-serif;*/
  font-family: 'Circe-Light';
  text-align: center;
  color: #937761;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 10px;
}

/*conditions*/

/*feedback*/

.feedback {
  background: #fefcfa;
  text-align: center;
}

.feedback_form {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4em;
}

.feedback_form_header {
  font-size: 43px;
  line-height: 36px;
  color: #321b0d;
  /*font-family: 'Aver Bold';*/
  font-family: 'PT Serif';
  line-height: 40px;
  font-weight: bold;
}

.feedback_form_text {
  /* font-family: 'Aver Bold';*/
  color: #aa9184;
  margin-top: 40px;
  line-height: 30px;
  font-size: 21px;
}

/*feedback*/

.warning {
  font-family: 'Bebas Neue Light';
  font-size: 3em;
  text-align: center;
  padding: 20px;
}

.warning_popup {
  font-family: 'Bebas Neue Light';
  font-size: 28px;
  text-align: center;
  padding: 0px;
  color: #ffffff30;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer {
  background-color: #fcf7f3;
}

.footer_nav {
  /*display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;*/
  display: flex;
  justify-content: center;
}

.footer_nav_menu {
  padding: 1.3em;
  width: 100%;
}

.footer_nav_menu_header {
  /*font-family: 'Aver Bold';*/
  /*font-family: 'Circe-Light';*/
  font-family: 'PT Serif';
  font-weight: bold;
  color: #937761;
  font-size: 20px;
}

.footer_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 20px;
}

.footer_nav_menu ul li a {
  font-size: 14px;
  color: #9d9790;
  text-decoration: none;
  font-family: 'Circe-Light';
  position: relative;
  line-height: 2em;
}

.footer_nav_menu ul li a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 1px;
  width: 100%;
  transform-origin: center;
  transform: translateX(-50%) scaleX(0);
  background-color: #937761;
  transition: transform 0.6s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  /*z-index: -1;*/
}

@keyframes color_footer {
  from {
    color: #9d9790;
  }
  to {
    color: #937761;
  }
}

.footer_nav_menu ul li a:hover::before {
  transform: translateX(-50%) scaleX(1);
}

.footer_nav_menu ul li a:hover {
  /*text-decoration: underline;*/
  animation: color_footer 1.2s forwards;
}

.socials .tag {
  font-family: 'Aver Bold';
  font-size: 25px;
  color: #af8a70;
}

/*.socials .r {
  text-align: right;
  width: 100%;
}

.socials .r img {
  width: 30px;
  height: 30px;
}*/

.copyright {
  /*display: grid;
  grid-template-columns: 1fr 1fr;*/
  display: flex;
  padding: 1.3em;
  border-top: 1px solid #efe8e4;
}

.copyright .l {
  flex: 1;
  font-size: 17px;
  color: #b2ada6;
  font-family: 'Circe-Light';
}

.copyright .l .tag {
  font-family: 'Aver Bold';
  font-size: 25px;
  color: #af8a70;
}

.copyright .r {
  flex: 1;
  text-align: right;
  /*width: 100%;*/
  font-size: 17px;
  font-family: 'Circe-Light';
}

.copyright .r span {
  font-family: 'PT Serif';
  font-weight: bold;
  color: #937761;
}

.copyright .r a {
  color: #b2ada6;
  text-decoration: underline;
}

.copyright .r a:hover {
  text-decoration: none;
  color: #321b0d;
  transition: 1s;
}

.previewActive {
  background: red;
  border: 1px solid orange;
  position: absolute;
  width: 250px;
  top: 0;
  height: 70px;
}

.catalog_big {
  font-family: 'Aver Bold';
  font-size: 100px;
  position: absolute;
  right: 15%;
  bottom: 30%;
  color: #faf2ec;
  letter-spacing: -12px;
}

.catalog_menu {
  padding: 45px;
}

.catalog a {
  font-family: 'Museo Sans Cyrl 700';
  color: #c4aa99;
  font-size: 15px;
  text-decoration: none;
}

.catalog a:hover {
  text-decoration: underline;
}

.catalog_wrapper {
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 70px;
}

.catalog aside {
  background: #fdfaf8;
  font-family: 'Prata';
  font-size: 23px;
  line-height: 20px;
  padding-top: 30px;
}

.catalog aside ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.catalog_title {
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
}

.catalog_header {
  color: #e0d0c3;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 25px;
}

.catalog_item {
  font-family: 'Prata', sans-serif;
  background: none;
  text-align: center;
  color: #662a74;
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  height: 100%;
  min-height: 550px;
  width: 100%;
}

.catalog_item a {
  text-decoration: none;
}

.catalog_item a:hover {
  text-decoration: none;
}

.catalog_item_photo {
  margin-top: 40px !important;
  position: relative;
  width: 230px;
  margin: 0 auto;
}

.catalog_item_photo_mark {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 60px;
  right: 15px;
}

.catalog_item_photo img {
  transform: scale(1) !important;
  transition: 1s;
  margin-left: 31px;
}

.catalog_item:hover {
  background: #fcf7f3;
  transition: 1s;
}

.catalog_item:hover .specs {
  background: #f8f1ec;
  transition: 1.3s;
}

.catalog_item:hover .catalog_item_photo img {
  transform: scale(1.05) !important;
  transition: 2s;
}

.catalog_item:hover .catalog_item_name {
  opacity: 1;
  transition: 2s;
}

.catalog_item:hover .catalog_item_brend {
  opacity: 1;
  transition: 2s;
}

.catalog_item:hover .catalog_item_link {
  opacity: 1;
  transition: 2s;
}

.catalog_item:hover .catalog_item_brend {
  opacity: 1;
}

.catalog_item_brend {
  color: #7a4f37;
  opacity: 0;
  font-size: 27px;
  line-height: 28px;
}

.catalog_item_brend_subname {
  color: #e3cab6;
  font-family: 'Aver Bold';
  font-size: 20px;
}

.catalog_item_name {
  color: #7a4f37;
  opacity: 0;
  padding-bottom: 10px;
}

.catalog_item_link {
  opacity: 0;
  color: #c3ac9a;
}

.catalog {
  display: flex;
}

.catalog aside {
  flex: 1;
}

.catalog main {
  flex: 4;
  justify-items: flex-start;
  margin-left: 50px;
}

.catalog_items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%
}

.catalog_item {
  /* flex-grow: 1;
  flex-basis: 23%; */
  /* flex: 1 0 21%; explanation below */
  margin: 1%;
  width: 22%;
}

.catalog_title {
  padding-bottom: 20px;
}

.bg {
  position: absolute;
  top: -80px;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  width: 100vw;
  z-index: -1;
  overflow: hidden;
  display: inline-block;
  background: #321b0d;
}

.catalog_big {
  font-family: 'Aver Bold';
  font-size: 100px;
  position: absolute;
  right: 15%;
  bottom: 30%;
  color: #faf2ec;
  letter-spacing: -12px;
}

.catalog_menu {
  padding: 45px;
}

.catalog a {
  font-family: 'Museo Sans Cyrl 700';
  color: #c4aa99;
  font-size: 15px;
  text-decoration: none;
}

.catalog a:hover {
  text-decoration: underline;
}

.catalog_wrapper {
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 70px;
}

.catalog_title {
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
  font-family: 'PT Serif';
}

.catalog_title h1 {
  max-width: 300px;
}

.catalog_header {
  color: #e0d0c3;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 25px;
}

.catalog_items {
  display: flex;
}

.catalog_item {
  font-family: 'Prata', sans-serif;
  background: none;
  text-align: center;
  color: #662a74;
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  height: 100%;
  min-height: 550px;
}

.catalog_item a {
  text-decoration: none;
}

.catalog_item a:hover {
  text-decoration: none;
}

.catalog_item_photo {
  margin-top: 40px !important;
  position: relative;
  width: 230px;
  margin: 0 auto;
}

.catalog_item_photo_mark {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 60px;
  right: 15px;
}

.catalog_item_photo img {
  transform: scale(1) !important;
  transition: 1s;
  margin-left: 31px;
}

/*.catalog_item:hover {
  background: #fcf7f3;
  transition: 1s;
}

.catalog_item:hover .specs {
  background: #f8f1ec;
  transition: 1.3s;
}

.catalog_item:hover .catalog_item_photo img {
  transform: scale(1.05) !important;
  transition: 2s;
}

.catalog_item:hover .catalog_item_name {
  opacity: 1;
  transition: 2s;
}

.catalog_item:hover .catalog_item_brend {
  opacity: 1;
  transition: 2s;
}

.catalog_item:hover .catalog_item_link {
  opacity: 1;
  transition: 2s;
}

.catalog_item:hover .catalog_item_brend {
  opacity: 1;
}

*/

.catalog_item {
  background: #fcf7f3;
  transition: 1s;
  min-height: 555px;
}

.catalog_item:hover {
  background: #f3e5d8;
  transition: 1s;
  /*min-height: 500px;*/
}

.catalog_item.specs {
  background: #f8f1ec;
  transition: 1.3s;
}

.catalog_item:hover .catalog_item_photo img {
  transform: scale(1.05) !important;
  transition: 2s;
}

.catalog_item .catalog_item_name {
  opacity: 1;
  transition: 2s;
}

.catalog_item .catalog_item_brend {
  opacity: 1;
  transition: 2s;
}

.catalog_item .catalog_item_link {
  opacity: 1;
  transition: 2s;
}

.catalog_item .catalog_item_brend {
  opacity: 1;
}

.catalog_item_brend {
  color: #7a4f37;
  opacity: 0;
  font-size: 27px;
  line-height: 28px;
}

.catalog_item_brend_subname {
  /*color: #e3cab6;*/
  color: #937761;
  /*font-family: 'Aver Bold';*/
  font-family: 'PT Serif';
  font-size: 20px;
}

.catalog_item_name {
  color: #7a4f37;
  opacity: 0;
  padding-bottom: 10px;
}

.catalog_item_link {
  opacity: 0;
  color: #c3ac9a;
}

.specs {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  background: #fdfaf8b3;
}

.spec::last-child {
  border-right: 1px solid #e8e0d8;
}

.main_page .header_wrapper {
  background-color: transparent;
  padding-top: 35px;
}

.main_page .header_wrapper.fixed {
  position: fixed;
  margin-top: 0;
  padding-top: 0;
  min-width: 100%;
  background: #321b0d;
}

.trigger {
  /*background-image: url(../images/baki.png);*/
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  margin-top: 10px;
  padding: 10px;
  padding-bottom: 50px;
}

.trigger_header {
  font-size: 26px;
  line-height: 27px;
  padding-top: 40px;
}

.trigger p {
  font-family: 'Circe-Light' !important;
  font-size: 17px;
  color: #321b0d;
  font-size: 16px !important;
  line-height: 24px !important;
}

.trigger a.offer_button {
  color: #ffffff !important;
}

.trigger a.offer_button:hover {
  text-decoration: none;
}

.n-product-spec {
  position: relative;
  margin: 0;
  color: #404040;
}

.n-product-spec__value {
  display: inline-block;
  width: 66%;
  margin: 0 0 7px;
  vertical-align: bottom;
  text-align: right;
}

.n-product-spec__name-inner {
  position: relative;
  z-index: 2;
  padding: 0 10px 0 0;
  font-size: 14px;
  color: #af8a70;
  font-family: 'Museo Sans Cyrl 700';
}

.n-product-spec__value-inner {
  position: relative;
  padding: 0 0 0 10px;
  z-index: 2;
  font-size: 13px;
  color: #321b0d;
  font-family: 'Museo Sans Cyrl 700';
}

.n-product-spec__name {
  display: inline-block;
  width: 32%;
  margin: 0 0 7px;
  vertical-align: top;
  background: inherit;
  text-align: left;
}

.text_wrapper {
  /*padding-top: 120px;*/
  padding-top: 90px;
}

.text_content {
  display: flex;
}

.text_content aside {
  width: 320px;
  font-family: 'Aver Bold';
  font-size: 23px;
  line-height: 20px;
  padding: 30px;
  padding-top: 60px;
}

.text_content aside a {
  font-family: 'Museo Sans Cyrl 700';
  /*color: #c4aa99;*/
  font-size: 15px;
  text-decoration: none;
  color: #937761
}

.text_content aside a:hover {
  text-decoration: underline;
}

.text_content aside ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.text_content aside ul li {
  margin-bottom: 15px;
}

.text_content main {
  width: 100%;
  padding-left: 20px;
  padding-right: 270px;
  padding-bottom: 50px;
  padding-top: 0;
}

.text_content main p {
  font-family: 'Museo Sans Cyrl 300';
  /*font-size: 16px;
  line-height: 25px;*/
  font-size: 21px;
  line-height: 30px;
  /*color: #846656;*/
  color: #6b4b39;
}

.text_content main .text_header h1 {
  font-size: 38px;
  line-height: 1em;
  padding-top: 30px;
  margin-bottom: 40px;
}

.text_content main h2 {
  padding-top: 1em;
}

.two_blocks {
  display: flex;
  margin-top: 35px;
}

.block_picture {
  flex: 1 0 50%;
  width: 100%;
  display: block;
}

.block_picture img {
  display: block;
}

.block_text {
  flex: 2 0 50%;
  padding: 10px;
  magin: 0;
}

.block_text h2 {
  margin: 0;
  font-family: 'Aver Bold';
  color: #937761;
  font-size: 30px;
}

.block_text p {
  font-size: 14px !important;
  line-height: 18px !important;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.block_left_picture .block_text {
  padding-left: 30px;
}

.block_left_picture .block_picture {
  text-align: right;
}

.block_left_picture .block_picture img {
  float: right;
}

.block_right_picture .block_text {
  order: 1;
  padding: 0;
  padding-top: 10px;
  padding-right: 30px;
}

.block_right_picture .block_picture {
  order: 2;
  text-align: left;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.item_modal_cell {
  vertical-align: middle;
}

.item_modal .n-product-spec__name:after {
  position: absolute;
  right: 5px;
  left: 0;
  height: 1px;
  margin: .85em 0 0;
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=) 0 0 repeat-x;
}

.item_modal_info {
  display: flex;
}

.item_modal_info .bigpic {
  flex: 2;
}

.item_modal_info .bigpic img {
  width: 100%;
  display: block;
}

.item_modal_info .bigtext {
  flex: 1;
  font-family: 'Museo Sans Cyrl 300';
  font-size: 14px;
  color: #846656;
  line-height: 21px;
  padding-left: 30px;
  position: relative;
}

.item_modal_info .bigtext .subheader {
  font-family: 'Museo Sans Cyrl 700';
}

.item_modal_info .bigtext .descr {
  line-height: 21px;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.item_modal_info .bigtext .descr p {
  padding: 0;
}

.modal_title {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}

.modal_title h1 {
  padding: 0;
  margin: 0;
  font-size: 45px;
  line-height: 41px;
}

.tovar_wrapper {
  max-width: 1200px;
}

.medals {
  background: #f5f5f5;
  padding: 15px;
}

.infograf {
  margin-top: 20px;
  margin-bottom: 20px;
}

.infograf img {
  width: 100%;
  vertical-align: middle;
}

.order_form {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 5px 2em;
  position: relative;
  border-radius: 25px;
}

.bej {
  background: #fcf7f3;
}

.order_form_input {
  padding: 10px;
  font-family: 'Prata', sans-serif;
  color: #715e4f;
  font-size: 20px;
  margin-bottom: 0em;
}

.order_form select {
  height: 50px;
  background: #fcf7f3;
  padding: 10px;
}

.order_form_input div {
  width: 100%;
}

.order_form_input div:last-child {
  margin-left: 20px;
}

.order_form_input div input {
  width: 100%;
}

.order_form_input input {
  border: none;
  background: none;
  border-bottom: 1px solid #e6e3e0;
  padding-top: 5px;
  padding-bottom: 5px;
  flex: 1 0 100%;
  width: 100%;
  font-size: 19px;
  font-family: 'Circe-Light';
}

.order_form_input select {
  font-size: 17px;
  /* font-family: Rubik; */
  font-family: 'Prata', sans-serif;
  font-weight: normal;
  padding: 5px 10px;
  width: 100%;
}

.order_form_input input::placeholder {
  color: #715e4f;
}

.two_inputs {
  display: flex;
}

.two_inputs input {
  flex: 1 0 50%;
  width: 50%;
}

.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  max-width: 100%;
  max-height: 100vh;
}

.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fullscreen {
  height: 75vh;
  position: relative;
}

.head_blocks {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  height: 130px;
}

.head_blocks div:nth-child(1) {
  flex: 1;
}

.head_blocks div:nth-child(1) a {
  margin-left: 15px;
}

.head_blocks div:nth-child(2) {
  flex: 2;
  text-align: right;
}

.head_blocks div:nth-child(3) {
  flex: 1;
  width: 100%;
  text-align: center;
  position: relative;
}

.head_blocks div:nth-child(3) img {
  position: absolute;
  top: -45px;
  left: calc(50% - 45px);
}

.head_blocks div:nth-child(4) {
  flex: 2;
}

.head_blocks div:nth-child(5) {
  flex: 1;
}

.head {
  background: #321b0d;
}

.main_page .head {
  background: transparent;
}

.head.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #321b0d;
  z-index: 9;
}

.head.fixed .head_blocks {
  height: 70px;
}

.head.fixed .head_blocks div:nth-child(3) img {
  top: -30px;
}

.three_blocks {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
  color: #fff;
  font-family: 'Prata', sans-serif;
  font-size: 23px;
  line-height: 30px;
}

.three_blocks div:nth-child(1) {
  text-align: center;
  flex: 1;
}

.three_blocks div:nth-child(2) {
  text-align: center;
  flex: 1;
}

.three_blocks div:nth-child(3) {
  text-align: center;
  flex: 1;
}

.video_bg333 {
  background: #321b0d;
  height: 100vh;
}

.video_bg333 video {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(bkg.jpg) no-repeat;
  background-size: cover;
}

.subscribe-popup {
  width: 100%;
  height: 100%;
  background-color: #2f1b10;
  position: fixed;
  top: 0;
  z-index: 1109;
}

.subscribe-popup._hidden {
  display: none;
}

.subscribe-popup__container {
  width: 450px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 45px 13px 30px;
  font-family: 'Prata', sans-serif;
  background-color: #2f1b10;
  text-align: center;
  line-height: normal;
}

.subscribe-popup__form._hidden {
  display: none;
}

.subscribe-popup__close-window {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
}

.subscribe-popup__close-cross {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform-transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  fill: #959595;
}

.subscribe-popup__close-cross:hover {
  fill: #c33;
  cursor: pointer;
}

.subscribe-popup__success-title {
  width: 400px;
  position: relative;
  margin: 0 auto;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.subscribe-popup__success-title._hidden {
  display: none;
}

.subscribe-popup__success-title:after {
  display: block;
  width: 104px;
  height: 97px;
  content: '';
  margin: 20px auto 30px;
  background-size: contain;
  background-position: 0 0;
}

.subscribe-popup__title {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.subscribe-popup__email-input {
  width: 86%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  font-size: 15px;
  line-height: 1.1;
  text-align: left;
  background-color: #000;
  opacity: 0.7;
  color: #fff;
}

.subscribe-popup__email-input._red {
  border-bottom: 1px solid #ce312d;
  color: #c33;
}

.subscribe-popup__email-input::-webkit-input-placeholder {
  color: #fff;
}

.subscribe-popup__email-input::-ms-input-placeholder {
  color: #fff;
}

.subscribe-popup__email-input::placeholder {
  color: #fff;
}

.subscribe-popup__submit {
  font-family: 'Prata', sans-serif;
  width: 220px;
  height: 50px;
  margin-top: 8px;
  font-weight: bold;
  border-color: #2c180b;
  border-radius: 4px;
  background-color: #937761;
  color: #321b0d;
  font-size: 14px;
  letter-spacing: -1.4px;
  text-align: center;
  text-transform: uppercase;
}

.subscribe-popup__error-text {
  display: block;
  color: #c33;
  font-size: 13px;
  text-align: left;
}

.subscribe-popup__footer {
  font-family: 'Museo Sans Cyrl 300';
  margin-top: 20px;
  opacity: 0.7;
  font-size: 13px;
  text-align: center;
  color: #fff;
}

.subscribe-popup__subtitle-container {
  position: relative;
}

.subscribe-popup__text {
  font-family: 'Museo Sans Cyrl 300';
  position: relative;
  padding: 0 20px;
  margin-left: 3px;
  opacity: 0.7;
  font-size: 13px;
  line-height: 1.11;
  text-align: center;
  color: #fff;
}

.subscribe-popup__email-container {
  margin-top: 0;
  position: relative;
}

.subscribe-popup__email:after {
  width: 186px;
  height: 141px;
  margin: 20px auto 0;
  display: block;
  position: relative;
  content: '';
  background: url(/assets/webpack/images/agutto.f8491ddc.png) no-repeat;
  background-size: contain;
  background-position: 0 0;
}

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

.subscribe-popup__link {
  color: #fff;
  opacity: 0.5;
  text-decoration: underline;
}

.subscribe-popup__link:visited {
  color: #fff;
}

.subscribe-popup_filler {
  background-size: 200% 200%;
  background-image: linear-gradient(to bottom, transparent 50%, #f3e5d8 50%);
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

.subscribe-popup_filler:hover {
  background-image: linear-gradient(to bottom, transparent 50%, #f3e5d8 51%);
  background-position: 0 100%;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

.subscribe-popup__email-container {
  display: flex;
}

.hidden {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  video {
    display: none;
  }
  .bg {
    display: block !important;
  }
  .main {
    background-color: #321b0d !important;
  }
  .header-icons {
    display: none;
  }
  .header-left-menu {
    display: none;
  }
  .header-right-menu {
    display: none;
  }
  .header-logo {
    text-align: left !important;
    margin-left: 20px;
  }
  .main_page .header_wrapper {
    background-color: transparent;
    padding-top: 7px;
  }
  .main_page .header_wrapper.fixed {
    padding-top: 0;
  }
  .main {
    height: 100vh;
  }
  .header_wrapper.fixed .header img.logo {
    position: absolute;
    left: 0;
    top: -30px;
  }
  .header {
    display: flex !important;
  }
  .header .header-logo {
    flex: 1;
  }
  .header_wrapper {
    padding-top: 0;
  }
  .main_info {
    display: flex !important;
    flex-direction: column;
  }
  .main_info__right {
    flex: 1 100%;
  }
  .main_info__left {
    flex: 1 100%;
  }
  .main_info__arrow {
    /*display: none;*/
  }
  .benefits {
    /*height: 25vh*/
  }
  .benefits {
    display: flex !important;
    flex-direction: column;
  }
  .benefits_box1 {
    flex: 1 100%;
    padding: 3em;
    width: 100% !important;
  }
  .benefits_box2 {
    flex: 1 100%;
    padding: 3em;
    border-top: 1px solid #f3e5d8;
    width: 100% !important;
  }
  .benefits_box3 {
    flex: 1 100% !important;
    padding: 3em;
    border-top: 1px solid #f3e5d8;
    width: 100% !important;
  }
  .benefits_box4 {
    flex: 1 100%;
    padding: 3em;
    border-top: 1px solid #f3e5d8;
    width: 100% !important;
  }
  .benefits_number__big {
    top: 30px;
  }
  .flexbox .benefits_box1 {
    /* width: 100%;*/
  }
  .slide {
    display: flex !important;
    flex-direction: column;
  }
  .slide_box1 {
    flex: 1 100%;
  }
  .sliders .slide_box1 img {
    width: 100%;
  }
  .sliders .slide_box2_block {
    padding: 2em;
  }
  .sliders .slide_box2 h2 {
    font-size: 27px;
  }
  .sliders .slide_text {
    font-size: 20px;
    line-height: 28px;
  }
  .hmel_blocks {
    display: flex;
    flex-direction: column;
  }
  .hmel_blocks .in {
    display: flex;
    flex-direction: column;
  }
  .hmel_blocks_left {
    flex: 1 100%;
    width: 100% !important;
  }
  .hmel_blocks_right {
    flex: 1 100%;
    width: 100% !important;
    font-size: 75px;
  }
  .hmel_blocks_right_img img {
    width: 100%;
  }
  .offer_header {
    font-size: 38px;
    line-height: 35px;
  }
  .feedback_form_header {
    font-size: 31px;
    line-height: 30px;
  }
  .feedback_form_text {
    font-size: 19px;
    line-height: 22px;
  }
  .conditions {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .conditions .box {
    flex: 1 100%;
    width: 100% !important;
    border: none;
    border-top: 1px solid #f3e5d8;
  }
  .footer_nav {
    display: flex;
    flex-direction: column;
  }
  .footer_nav_menu {
    flex: 1 100%;
    width: 100% !important;
  }
  .footer_nav_menu ul li a {
    font-size: 19px;
    line-height: 33px;
  }
  .footer_nav_menu_header {
    font-size: 27px;
  }
  .copyright {
    display: flex;
    flex-direction: column;
  }
  .copyright .l {
    flex: 1 100%;
    width: 100% !important;
    text-align: center;
    font-size: 19px;
  }
  .copyright .r {
    flex: 1 100%;
    width: 100% !important;
    text-align: center;
    font-size: 19px;
    margin-top: 40px;
    color: #321b0d;
  }
  .catalog {
    display: flex !important;
    flex-direction: column;
  }
  .catalog aside {
    flex: 1 100%;
  }
  .catalog main {
    flex: 1 100%;
  }
  .catalog main .catalog_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .catalog main .catalog_item {
    /* flex-grow: 1;
    flex-basis: 100%; */
    /* margin-left: 10%;
    margin-right: 10%; */
  }
  .catalog main .catalog_item_photo img {
    width: 100%;
  }
  .catalog main .catalog_item_brend {
    opacity: 1;
  }
  .catalog main .catalog_item_name {
    opacity: 1;
  }
  .catalog main .catalog_big {
    display: none;
  }
  .catalog main .catalog_title {
    text-align: center;
  }
  .catalog .trigger {
    display: none;
  }
  .text_content {
    flex-direction: column !important;
  }
  .text_content aside {
    flex: 1 !important;
  }
  .text_content main {
    flex: 1 !important;
    padding: 2em;
  }
  .two_blocks {
    flex-direction: column;
  }
  .block_picture {
    flex: 1 100%;
    text-align: center;
  }
  .block_picture img {
    float: center;
  }
  .block_text {
    flex: 1 100%;
  }
  .block_left_picture .block_text {
    padding-left: 0;
  }
  .block_picture img {
    float: center !important;
    width: 100%;
  }
  .modal_title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .benefits_number__big {
    top: -11px;
  }
  .main_page.header_wrapper.fixed {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .main_page .header_wrapper.fixed {
    padding-top: 10px;
  }
  .item_modal_info .bigpic {
    flex: 2;
  }
  .tovar_wrapper {
    padding-top: 70px;
  }
  .bigtext {
    padding-top: 20px;
  }
  .footer_nav {
    flex-direction: row;
  }
  .block_picture img {
    height: auto;
  }
  .catalog {
    flex-direction: row;
  }
  .catalog aside {
    flex: 1;
  }
  .catalog main {
    flex: 2;
  }
  .catalog main .catalog_title {
    text-align: left;
  }
  .catalog main .catalog_items {
    flex-direction: initial;
  }
  /* .catalog main .catalog_item {
    margin-left: 0;
    margin-right: 0;
    flex: 1 1 50%;
    width: 50%;
  } */
  .text_content {
    flex-direction: row !important;
  }
  .text_content aside {
    flex: initial !important;
  }
  .text_content main {
    flex: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .item_modal_info {
    flex-direction: column;
  }
  .bigtext {
    padding: 35px;
  }
  .tovar_wrapper {
    padding-top: 30px;
  }
  .catalog {
    flex-direction: row;
  }
  .catalog aside {
    flex: 1;
  }
  .catalog main {
    flex: 2;
  }
  .catalog main .catalog_title {
    text-align: left;
  }
  .catalog main .catalog_items {
    flex-direction: initial;
  }
  /* .catalog main .catalog_item {
    margin-left: 0;
    margin-right: 10px;
    flex: 1 1 50%;
    width: 50%;
  } */
  .catalog main .specs {
    background: #fdfaf8;
  }
  .catalog .catalog_header {
    font-size: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .head_blocks div:nth-child(1) {
    display: none;
  }
  .head_blocks div:nth-child(2) {
    display: none;
  }
  .head_blocks div:nth-child(3) {
    flex: 1;
  }
  .head_blocks div:nth-child(3) img {
    left: 20px;
  }
  .head_blocks div:nth-child(4) {
    display: none;
  }
  .head_blocks div:nth-child(5) {
    flex: 1;
  }
  .item_modal_info {
    flex-direction: column;
  }
  .bigtext {
    padding: 35px;
  }
  .tovar_wrapper {
    padding-top: 60px;
  }
  .item_modal_info .bigtext {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .head_blocks div:nth-child(1) {
    display: none;
  }
  .head_blocks div:nth-child(2) {
    display: none;
  }
  .head_blocks div:nth-child(3) {
    flex: 1;
  }
  .head_blocks div:nth-child(3) img {
    left: 20px;
  }
  .head_blocks div:nth-child(4) {
    display: none;
  }
  .head_blocks div:nth-child(5) {
    flex: 1;
  }
  .subscribe-popup__email-container {
    justify-content: center;
  }
  .subscribe-popup__submit {
    width: 160px;
  }
  .warning_popup {
    padding: 20px;
  }
  .feedback_form {
    padding: 1em;
  }
  .item_modal_info {
    flex-direction: column;
  }
  .header {
    padding-top: 0;
  }
  .header_wrapper.fixed .header {
    padding-top: 35px;
  }
  .main_info {
    padding-top: 70px;
  }
  .bigtext {
    padding: 35px;
  }
  .warning {
    font-size: 36px;
    padding: 20px;
    line-height: 36px;
  }
  .tovar_wrapper {
    padding-top: 60px;
  }
  .tovar_wrapper .breadcrumps {
    display: none;
  }
  .catalog main {
    margin-left: 0;
  }
}

/*# sourceMappingURL=style.css.map */

.etiketka {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-70%);
  height: 60px;
}

.bigpic {
  overflow: hidden;
}

.bigpic img {
  transform: scale(1);
  transition: transform 2s ease-in;
}

.bigpic:hover img {
  transform: scale(1.03);
  transition: transform 2s ease-in;
}

.catalog_menu_header {
  /*color: #e0d0c3;*/
  color: #937761;
  margin-top: 35px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: bold;
  font-family: 'PT Serif';
}

.catalog_menu_header a {
  /*color: #e0d0c3;*/
  color: #937761;
  margin-top: 35px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: bold;
  font-family: 'PT Serif';
}

.js_door {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #e9e8e4;
  z-index: 10;
  transform-origin: bottom;
  transform: scaleY(0);
  display: table;
}

.history_two_blocks {
  display: flex;
}

.history_two_blocks .block_left_text {
  flex: 1 0 50%;
  padding-right: 2em;
}

.history_two_blocks .block_right_text {
  flex: 1 0 50%;
  padding-left: 2em;
}

.history_two_blocks .block_right_text img {
  min-width: 100%;
}

.block_left_text h2 {
  margin: 0;
  font-family: 'PT Serif';
  color: #937761;
  font-size: 50px;
}

.block_left_text p {
  font-family: 'Museo Sans Cyrl 300';
  font-size: 16px;
  line-height: 25px;
  color: #846656;
}

.block_right_text ul {
  padding: 0;
  margin: 0;
  margin-left: 20px;
}

.block_right_text ul li {
  color: #937761;
  font-size: 17px;
  font-weight: bold;
}

.content {
  margin-bottom: 50px;
}

.history_subtitle {
  font-weight: bold;
}

.text_h1 h1 {
  /*font-size: 50px !important;*/
}

.text_content ol {
  padding: 0;
  margin: 0;
  margin-left: 20px;
}

.text_content ol li {
  padding-left: 21px;
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 27px;
  font-family: 'Circe-Light';
}

.text_content main {
  font-family: 'Museo Sans Cyrl 300';
  font-size: 16px;
  line-height: 25px;
  color: #846656;
}

h2 {
  line-height: 1.2em;
  /*color: #b2a092;*/
  color: #988677;
  /*padding-bottom: 30px;*/
  font-size: 28px;
  font-family: 'PT Serif';
}

h1 {
  /*color: #b2a092;*/
  color: #988677;
  font-family: 'PT Serif';
  font-size: 40px !important;
  line-height: 1.1em;
}

a {
  color: #937761;
}

.partneram {
  display: flex;
  padding-right: 2em;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
  .partneram {
    flex-direction: column;
    padding-right: 2em;
  }
  .parner_zayavka {
    margin-left: 0 !important;
    margin-top: 2em !important;
  }
}

.partners_text {
  flex: auto;
}

.partners_offer {
  /* flex: 1 0 30%;*/
  min-width: 350px;
}

.partners_wrapper main {
  padding-right: 0 !important;
}

.parner_zayavka {
  text-align: center;
  padding: 2em;
  border: 1px dashed #846656;
  border-radius: 10px;
  margin-left: 3em;
  margin-top: 70px;
  font-family: 'Museo Sans Cyrl 300';
  font-size: 16px;
  line-height: 25px;
  color: #846656;
}

.parner_zayavka_header {
  font-size: 28px;
  line-height: 36px;
  color: #321b0d;
  /*font-family: 'Aver Bold';*/
  line-height: 25px;
  font-family: 'PT Serif';
  font-weight: bold;
}

.parner_zayavka p {
  font-size: 16px !important;
  line-height: 24px !important;
}

.text_content img {
  max-width: 100%;
  height: auto;
}

.fr_blocks {
  background-image: linear-gradient(#e9e1dc99 33%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 6px 20px;
  background-repeat: repeat-y;
  margin-top: 60px;
  margin-bottom: 70px;
}

.fr_block {
  padding-left: 6em;
  position: relative;
  padding-bottom: 20px;
  font-family: 'Museo Sans Cyrl 300';
}

.fr_block h2 {
  padding-top: 0 !important;
  /*font-family: 'Aver Bold';*/
  font-size: 31px;
}

.fr_block__number {
  position: absolute;
  top: -5px;
  left: -14px;
  background: #fff;
  font-family: 'Aver Bold';
  font-size: 25px;
  color: #937761;
  padding: 8px;
  color: #937761;
}

.fr_after h2 {
  margin-top: 40px;
  padding-bottom: 25px;
  /* font-family: 'Aver Bold';*/
}

.fr_block__img {
  /*background: #fdfaf8;*/
  display: inline-block;
  /*padding: 30px;*/
  /*border-radius: 15px;
  margin-bottom: 30px;*/
}

.vacancy_block {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b2a09247;
}

/*.vacancy_block:hover .vacancy_header{
  animation: pad 1s forwards;
}

@keyframes pad {
  0% {
    padding-left: 0;

  },
  100% {
    padding-left: 20px;
    transform: translateX(20px);
  }
}*/

.vacancy_block a:hover {
  background: #fefcfa;
  border-radius: 10px;
}

.vacancy_block a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  position: relative;
}

.vacancy_header {
  font-family: 'Prata';
  font-size: 25px;
  font-weight: bold;
  color: #b2a092;
}

.vacancy_block a .vacancy_header {
  transform: translateX(0);
  transition: transform 0.4s ease-in;
}

/*.vacancy_block span {
  transform: translateX(0);
  transition: transform 0.4s ease-in;
}

.vacancy_block:hover span {
  transform: translateX(10px);
  transition: transform 0.4s ease-in;
}*/

/*.vacancy_block a:hover .vacancy_header{
  transform: translateX(10px);
  transition: transform 0.4s ease-in;
}*/

.vacancy_block a:after {
  content: '→';
  position: absolute;
  right: 0;
  top: 18px;
  font-family: 'Museo Sans Cyrl 300';
  transform: translateX(0);
  transition: transform 0.8s ease-in-out;
}

.vacancy_block a:hover:after {
  transform: translateX(-20px);
  transition: transform 0.8s ease-in-out;
}

@keyframes translateXandZ {
  0% {
    -webkit-transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-20px);
  }
}

.vacancy_block span {
  font-family: 'Museo Sans Cyrl 300';
  font-size: 13px;
  display: inline-block;
}

/*.vacancy_block span:last-child {
  padding-left: 40px;
}*/

.vacancy_header h1 {
  margin-bottom: 10px!important;
}

/*aside nav ul li a {
  position: relative;
}

aside nav ul li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0
  background:#fff;
}*/

.js-door {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /*background: #fcf7f3;*/
  background: #000000d6;
  z-index: 11;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
  display: flex;
  height: 100%;
}

.js-door.open {
  transform: scaleX(1);
  transition: transform 0.5s ease-in-out;
}

.js-door.open .cross {
  animation: 1s show_opacity 0.5s forwards;
}

.js-door.open .js-door__info {
  animation: 0.7s show_opacity 0.5s forwards;
}

.js-door .cross {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
}

.js-door .js-door__info {
  align-self: center;
  justify-content: center;
  width: 100%;
  opacity: 0;
}

@keyframes show_opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
  }
}

.order_form_ {
  /*background: #fefcfa;*/
  background: #fcf7f3;
  border-radius: 10px;
  padding: 9px 32px;
}

.dolgnost {
  margin-left: 8px;
  color: #715e4f;
  font-size: 21px;
  margin-bottom: 26px;
  font-family: 'Circe-Light';
  text-align: center;
}

/*olor: #927761;
    font-weight: bold;
    padding-left: 10px;
*/

/*.vacancy-response h1 {
  margin: 0 4px;
    font-family: 'Prata', sans-serif;
    font-size: 37px;
}

.vacancy-response__checkbox input[type='checkbox'] {
  width:20px;
}

.dolgnost {
    margin-left: 8px;
    color: #937862;

    font-size: 21px;
    margin-bottom: 26px;
    font-family: Aver;
}

.vacancy-response__checkbox a {
  font-size: 19px;
}

.vacancy-response__file-title {
  font-size: 19px
}



.vacancy h1,
.vacancy__title {
    color: #131313;
}

.vacancy h1 {
    margin: 0;
    font-weight: 400;
    z-index: 2;
    margin-bottom: 70px;
    font-size: 40px;
}

.vacancy__section {
    margin-bottom: 40px;
}

.vacancy__title {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 30px;
}

.vacancy__date {
    color: rgba(19, 19, 19, 0.9);
    font-family: Prata, 'sans-serif';
    font-size: 15px;
    margin-bottom: 20px;
}

.vacancy__admin li,
.vacancy__admin>p {
    font-size: 18px;
}

.vacancy__admin>p {
    margin: 20px 0;
    margin-top: 30px;
    line-height: 1.6em;
    font-size: 15px;
}

.vacancy__admin>p:first-of-type {
    margin-top: 0;
}

.vacancy__admin ul {
    margin: 0;
    padding-left: 20px;
}

.vacancy__admin li {
    line-height: 2em;
    margin-bottom: 15px;
}

.vacancy-response {
    font-family: Prata, 'sans-serif';
    padding: 40px 0;
}

.vacancy-response__title {
    font-size: 30px;
    margin-bottom: 30px;
}

.vacancy-response__label {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
}

.vacancy-response__input {
    height: 100%;
    width: 100%;
    line-height: 1;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.87);
    border: none;
    border-bottom: 2px solid #d2d2d2;
    background-color: transparent;
    padding: 15px 0 0;
    display: block;
    transition: 0.25s ease-in-out;
}

.vacancy-response__label-text {
    font-size: 13px;
    line-height: 13px;
    position: absolute;
    left: 0;
    bottom: 10px;
    white-space: nowrap;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.54);
    transform-origin: left center;
    transform: scale(1.15) translateY(0);
    transition: all 200ms ease;
}

.vacancy-response__label.focused .vacancy-response__label-text {
    opacity: .8;
    transform: scale(1) translateY(-25px);
}

.vacancy-response__file-wrapper {
    position: relative;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.vacancy-response__file {
    margin-left: 20px;
    width: calc(100% - 200px);
    flex: none;
}

.vacancy-response__file-input {
    cursor: pointer;

}

.vacancy-response__file-input {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.vacancy-response__file-input + label {
    max-width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    overflow: hidden;
    color: #339999;
}

.vacancy-response__file-input + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */

margin-right: 0.25em;
/* 4px */

}

.vacancy-response__file-input:focus+label, .vacancy-response__file-input.has-focus+label, .vacancy-response__file-input+label:hover {
  color: #347575;
}

.vacancy-response__button {
  height: 50px;
  line-height: 50px;
  padding: 0 22px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #339999;
  border: none;
  display: block;
}

.vacancy-response__label-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.vacancy-response__label-checkbox a {
  color: #339999;
}

.vacancy-response__label-checkbox a:hover {
  text-decoration: underline;
}

.vacancy-response__checkbox {
  display: inline-block;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border: 1px solid #c2c2c2;
  cursor: pointer;
  padding: 4px;
  margin-right: 18px;
  position: relative;
}

.vacancy-response__checkbox input {
  background-color: transparent;
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: 0;
  z-index: -1;
}

.vacancy-response__checkbox input:checked~.vacancy-response__checkbox-square {
  background: #339999;
}

.vacancy-response__checkbox-square {
  width: 10px;
  height: 10px;
}

.vacancy-response__file-title {
  white-space: nowrap;
  flex: none;
  width: 200px;
  font-family: 'Circe-Light';
}

@media(max-width: 767px) {
  .vacancy-response__file-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .vacancy-response__file {
    margin-left: 0;
    margin-top: 5px;
    width: 100%
  }
  .vacancy-response__button {
    width: 100%;
  }
}

.vacancy-response__checkbox {
  font-size: 16px;
}

p {
  font-family: 'Circe-Light' !important;
  font-size: 20px !important;
  line-height: 30px !important;
}

.sepia {
  -webkit-filter: sepia(80%);
  filter: sepia(80%);
  transition: 1s;
}

.sepia:hover {
  -webkit-filter: sepia(0);
  filter: sepia(0);
}

.header_geo {
  display: none;
}

@media(max-width: 1023px) {
  /*.header_phone {
    display: inline-block;
  }*/
  /*.header_geo{
    display: none;
  }*/
}

/*@media(min-width: 1024px) {
  .header_phone {
    display: none;
  }
  .header_geo {
    display: inline-block;
  }
}
*/

@media(max-height: 762px) {
  .order_form {
    /*height: 100vh;*/
    overflow-y: auto;
  }
}

.js-vacancy-response-form {
  margin-bottom: 2em;
}

.vacancy-response h1 {
  margin-bottom: 0;
  text-align: center !important;
}

.faq h1 {
  line-height: 1em;
  padding-top: 30px;
  margin-bottom: 40px;
}

.faq input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.row {
  display: flex;
}

.row .col {
  flex: 1;
}

.row .col:last-child {
  /*margin-left: 1em;*/
}

/* Accordion styles */

.tabs {
  border-radius: 8px;
  overflow: hidden;
  /*box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);*/
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}

.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  /*background: #fefcfa;*/
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}

.tab-label>i {
  text-decoration: none;
  background-image: linear-gradient(to right, #846656 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 1px;
  background-repeat: repeat-x;
  color: #937761;
  font-style: normal;
}

.tab-label:hover {
  background: #efefef;
}

.tab-label i:hover {
  /*color: #fff;*/
}

.tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all .35s;
  color: #937761;
}

.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all .35s;
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #fefcfa;
  cursor: pointer;
}

.tab-close:hover {
  background: #1a252f;
}

.faq input:checked+.tab-label {
  background: #937761;
}

.faq input:checked+.tab-label i {
  color: #fff !important;
  padding: 0;
  margin: 0;
  background-image: none;
}

.faq input:checked+.tab-label::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
}

.faq input:checked~.tab-content {
  max-height: 100vh;
  padding: 1em;
}

.tab-content p {
  padding: 0;
  margin: 0;
}

.tab-label p {
  padding: 0;
  margin: 0;
}

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

.hits_header {
  font-size: 53px;
  line-height: 40px;
  color: #321b0d;
  position: relative;
  /* top: -90px; */
  z-index: 8;
  font-family: 'PT Serif';
  font-weight: bold;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 30px;
}

.nums {
  font-family: 'PT Serif';
}

@media only screen and (max-width: 1024px) {
  .text_content aside {
    width: 220px !important;
  }
  .text_content main .text_header h1 {
    padding-top: 0 !important;
    margin-top: 25px !important;
  }
}

@media only screen and (max-width: 968px) {
  .text_content aside {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
  }
  .hmel_blocks_right_img {
    display: none;
  }
  .hits_header {
    font-size: 40px;
  }
  .hmel_blocks_left_header {
    text-align: center;
  }
  .offer_block {
    padding: 3em;
  }
  .offer_header {
    font-size: 30px;
    text-align: center !important;
  }
}

/*@media screen and (min-width: 320px) {
  html {
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 22px;
  }
}*/

.word {
  color: #f3e5d8;
}

ul.breadcrumps {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 25px 1px;
}

ul.breadcrumps li {
  display: inline;
  font-size: 14px;
  color: #af8a70;
  font-family: 'Museo Sans Cyrl 700';
}

.breadcrumb-nav__separator {
  margin-left: 5px;
  text-decoration: none;
}

.header_phone {
  display: inline-block;
}

.phone_div {
  position: relative;
}

.phone_modal {
  /*display: none;*/
  position: absolute;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  opacity: 0;
  transform: scaleX(0);
  transition: all 1.2s;
}

.active {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: 0 0;
}

.socials {
  display: flex;
  /*justify-content: center;*/
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.socials_icons {
  display: flex;
}

.socials_icons div {
  padding-left: 5px;
}

.socials .svg {
  height: 25px;
  width: 25px;
  margin-top: 7px;
}

.socials .tag {
  margin-right: 10px;
}

.brown__slider {
  display: flex;
  min-height: 500px;
  background: #321b0d;
}

.brown__slider-image {
  flex: 1;
  background-size: cover;
  background-position-x: center;
}

.brown__slider-content {
  flex: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subcontent {
  padding: 0px 40px;
}

.slide_text p {
  font-size: 19px !important;
  line-height: 1.5em !important;
}

.man {
  background: url(/templates/kanzler/images/man.jpg) no-repeat;
  height: 100%;
  width: 100%;
}

.catalog_menu ul li a.active {
  /*background: #988677;*/
  color: #321b0d;
  /*padding: 0 10px;
    border-radius: 8px;*/
}

.catalog_title .breadcrumps {
  padding: 0;
}

.text_content_no_menu {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px;
}

.contact_content {
  display: flex;
  padding-bottom: 30px;
  flex-direction: row;
}

.contact_content .lightbrown {
  font-size: 30px;
}

@media only screen and (max-width: 968px) {
  .contact_content {
    flex-direction: column;
  }
}

.contact_content__block {
  flex: 1;
}

.contact_order_form {
  padding: 20px 0;
}

.order_form_input textarea {
  width: 100%;
  border: 1px solid #e6e3e0;
  height: 80px;
  padding: 8px;
}

.order_form_input textarea::placeholder {
  color: #715e4f;
  font-size: 17px;
  padding: 4px;
}

/*.catalog_item_photo img {
  border: 1px solid red;
  position: absolute;
  bottom: 200px;
    left: 10%;
}

.catalog_item .catalog_item_brend {
    opacity: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    top: 10px;
}*/

.catalog_item_brend {
  height: 70px;
}

.cookies {
  background: #321b0d;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  /*bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;*/
}

.cookies_text {
  max-width: 900px;
  margin: 0 auto;
  /*padding-top: 20px;*/
  font-family: 'Circe-Light';
  text-align: center;
}

.btn {
  display: inline-block;
  background: #937761;
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 25px;
  padding-left: 40px;
  padding-right: 40px;
  border: none;
  font-size: 17px;
  font-family: 'Circe-Light';
  width: auto;
}

.cookies_button {
  text-align: center;
  padding: 20px 0;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.styled-checkbox+label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid;
}

.styled-checkbox:hover+label:before {
  background: #927761;
}

.styled-checkbox:focus+label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
  background: #927761;
}

.styled-checkbox:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled+label:before {
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked+label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.two_blocks2 {
  display: flex;
}

.block_picture2 {
  flex: 1;
  padding-right: 5%;
}

@media only screen and (max-width: 968px) {
  .two_blocks2 {
    flex-direction: column;
  }
  .block_picture2 {
    padding-right: 0;
  }
}

.block_text2 {
  flex: 1;
}

a.news_header {
  text-decoration: none;
}

a.news_header:hover {
  text-decoration: underline;
}

.pagging {
  position: relative;
}

.numpages {
  text-align: center;
  padding-top: 30px;
}

.numpages .pages {
  /*display: flex;*/
  font-family: 'PT Serif';
  font-size: 21px;
}

.numpages .pages a {
  text-decoration: none;
}

.numpages .pages div {
  padding: 3px;
  display: inline-block;
}

.numpages .pages span {
  background: #937761;
  color: #fff;
  padding: 2px 6px;
}

.numpages .pages .next {
  text-decoration: none;
}

.numpages .pages .prev {
  text-decoration: none;
}

.soc-icon {
  height: 40px;
  width: 40px;
  background-image: url('/templates/kanzler/images/sprite.png');
}

.inst:hover {
  background-position: 0 50px;
}

.vk {
  background-position: 50px 0;
}

.vk:hover {
  background-position: 50px 50px;
}

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

.news_date {
  padding-top: 10px !important;
  margin-top: 0 !important;
}

.news_time {
  padding-top: 15px !important;
}

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

.cookies_button_close {
  padding: 2px 6px;
  margin-left: 5px;
}

.agree_text {
  flex: 1;
  padding: 1rem;
}

.block_text_ {
  padding-right: 40px;
  padding: 35px;
}

.block_text_ h2 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.two_blocks {
  position: relative;
}

.hren {
  position: absolute;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #fcf7f3;
  z-index: -1;
  opacity: 0;
}

.block_picture {
  align-self: center;
}

.bg_photo img {
  position: relative;
}

.bg_photo img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #eaee44, #33d0ff);
  opacity: .7;
}

.hren_right {
  right: 0;
}

.lower_text {
  margin-left: 40px;
}

.is_visible_line {
  width: 90%;
  opacity: 1;
  transition: 2s all ease;
}

.page_8 {
  padding-right: 70px !important;
}

.float_menu .razdel_selector {
  display: none;
}

@media only screen and (max-width: 968px) {
  .contact_content {
    flex-direction: column;
  }
  .brown__slider {
    flex-direction: column;
  }
  .catalog_title h1 {
    max-width: none;
  }
  .partners_offer {
    min-width: 0 !important;
  }
  .fr_blocks {
    background-image: none !important;
  }
  .fr_block {
    padding-left: 0 !important;
  }
  h1 {
    font-size: 30px !important;
    /*color: red;*/
  }
  .history_two_blocks {
    flex-direction: column;
  }
  .history_two_blocks .block_right_text {
    padding-left: 0;
  }
  /* .text_content aside {
     width: 100% !important;
  }
*/
  /*  .float_menu {
    position: relative;
  }

  .float_menu .razdel_selector {
    display: block;
  }

  .float_menu .razdel_selector a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #dadada;
    padding: 10px;
  }

  .float_menu ul {
    position: absolute;
    background: #f5f5f5;
    border: 1px solid #dadada;
    border-top: none;
    width: 100%;
    padding: 18px !important;
    visibility: hidden;
    opacity: 0;
  }

  .float_menu ul.active {
    visibility: visible;
    opacity: 1;
  }*/
}

/*.fit {
  display: inline-block !important;
  white-space: normal !important;
}*/

/*
@media (max-width: 768px) {
  .catalog_item {
    flex: 1;
  }
} */

.container {
  max-width: 1000px;
  margin: 120px auto;
  padding: 0 2rem;
  margin-top: 0;
}

@media screen and (max-width: 1320px) {
  .catalog_item {
    width: 31%;
  }
}

@media screen and (max-width: 1034px) {
  .catalog_item {
    width: 48%;
  }
}

@media screen and (max-width: 1024px) {
  .catalog_item {
    width: 90%;
  }
}

.wrapper2 {
  height: 200px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.button-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
}

.carousel {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  position: absolute;
  left: 0;
  transition: all 1s ease;
}

.card {
  background: black;
  min-width: 200px;
  height: 200px;
  margin-right: 1rem;
  display: inline-block;
}

.slideLeft {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.slideRight {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.splide__slide {
  padding-right: 10px;
}

.catalog_title h1 {
  max-width: 502px;
}

.order_form_input--file {
  font-size: 19px;
  font-family: 'Circe-Light';
}

.js-arenda-response-form .order_form_input {
  padding: 10px 0;
}

.arenda__form {
  font-family: 'Prata', sans-serif;
  color: #715e4f;
  font-size: 20px;
  margin-top: 40px;
}

#styled-checkbox-1_ {
  float: left;
  width: 34px;
  height: 17px;
  margin-top: 3px;
  margin-left: -8px;
}