.scroll-mode {
  overflow-y: auto !important;
}
.core-menu {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 50px;
  right: 0;
  max-width: 100%;
  height: 70px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.core-menu__container {
  max-width: 750px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.core-menu__burger {
  padding-right: 20px;
}
.core-menu__logo {
  width: 160px;
  height: 24px;
}
.core-menu__logo .logo {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.core-menu__logo .logo:active,
.core-menu__logo .logo:focus,
.core-menu__logo .logo:hover {
  color: #bfa178;
  text-decoration: none;
}
.core-menu__list {
  display: none;
  visibility: hidden;
}
.core-menu__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.core-menu__list ul li {
  font-family: ArnoPro, serif;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.core-menu__list ul li a {
  color: #fff;
  text-decoration: none;
  vertical-align: sub;
  -webkit-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.core-menu__list ul li a:active,
.core-menu__list ul li a:focus,
.core-menu__list ul li a:hover {
  color: #bfa178;
  text-decoration: none;
}
.core-menu__search {
  padding-left: 20px;
}
.core-menu__search .search-btn {
  padding-left: 0;
  padding-right: 0;
}
.core-menu-space {
  height: 50px;
}
.core-nav {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  /* height: 50px; */
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.core-nav.fixed-mode {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  max-width: 100%;
}
.core-nav.sticky-mode {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
}
.core-nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  /* height: 50px; */
  max-width: 100%;
}
.core-nav__list {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  min-width: 100%;
}
.lt-ie9 .core-nav__list,
.no-flexboxlegacy .core-nav__list {
  overflow: visible;
  overflow-y: visible;
}
.core-nav__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
.core-nav__list ul + ul {
  display: none;
  visibility: hidden;
}
.core-nav__list ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: ArnoPro, serif;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  padding-left: 9px;
  padding-right: 9px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.core-nav__list ul li:first-of-type {
  padding-left: 18px;
}
.core-nav__list ul li:last-of-type {
  padding-right: 18px;
}
.core-nav__list ul li + li {
  position: relative;
}
.core-nav__list ul li a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.core-nav__list ul li a:active,
.core-nav__list ul li a:focus,
.core-nav__list ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.core-nav__list ul li a.active,
.core-nav__list ul li a:hover {
  position: relative;
}
.core-nav__list ul .list-cover {
  display: none;
  visibility: hidden;
  cursor: pointer;
  position: relative;
  line-height: 50px;
  height: 50px;
  width: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
}
.core-nav__list ul .list-cover:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.core-nav__list ul .list-cover:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -2px;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: -8px 0 0 #fff, 8px 0 0 #fff;
  box-shadow: -8px 0 0 #fff, 8px 0 0 #fff;
}
.core-nav__list ul .list-cover.showed {
  display: block;
  visibility: visible;
}
.core-nav__list ul .list-cover.showed:hover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
}
.core-nav__list ul .list-cover.showed:hover > div {
  visibility: visible;
  height: auto;
}
.core-nav__list ul .list-cover.showed:hover > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.core-nav__list ul .list-cover > div {
  overflow: hidden;
  height: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1000;
  top: 100%;
  right: 0;
  padding: 12px 24px;
  background-color: rgba(0, 0, 0, 0.5);
}
.core-nav__list ul .list-cover > div ul {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  visibility: visible;
}
.core-nav__list ul .list-cover > div ul li {
  line-height: 40px;
}
.core-nav__list ul .list-cover > div ul li + li {
  padding-left: 0;
}
.core-nav__list ul .list-cover > div ul a {
  display: block;
  width: 100%;
}
.core-nav__social {
  display: none;
  visibility: hidden;
}
.core-nav__lang {
  display: none;
  visibility: hidden;
  margin-left: 10px;
  font-family: ArnoPro, serif;
  font-size: 24px;
  line-height: 30px;
}
.core-nav__lang a {
  opacity: 0.5;
  color: #fff;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.core-nav__lang a:active,
.core-nav__lang a:focus,
.core-nav__lang a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.core-nav__search {
  display: none;
  visibility: hidden;
  margin-left: 10px;
}
.search-btn {
  color: #fff;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.search-btn:active,
.search-btn:focus,
.search-btn:hover {
  outline: 0;
  text-decoration: none;
}
.search-btn:active,
.search-btn:hover {
  color: #bfa178;
}
.search-btn:hover:active {
  color: #bfa178;
}
.search-btn:hover:focus {
  color: #fff;
}
.search-btn .state.open,
.search-btn.open .state.closed {
  display: none;
  visibility: hidden;
}
.search-btn.open .state.open {
  display: inline-block;
  visibility: visible;
}
.footer-grad {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(18.72%, rgba(0, 0, 0, 0)),
    to(#272525)
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 18.72%,
    #272525 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 18.72%,
    #272525 100%
  );
}
.core-footer.short-mode {
  padding-top: 60px;
}
.core-footer-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.core-footer-nav__list {
  overflow: hidden;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 33px;
  padding-bottom: 33px;
}
.core-footer-nav__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.core-footer-nav__list ul li {
  display: block;
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-align: center;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.core-footer-nav__list ul li a {
  opacity: 0.4;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.core-footer-nav__list ul li a:active,
.core-footer-nav__list ul li a:focus,
.core-footer-nav__list ul li a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}
.core-footer-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 78px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.core-footer-brands .cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 30px;
}
.core-footer-brands .cell img {
  display: block;
  max-height: 105px;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.core-footer-brands .cell.maw140 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.core-footer-brands .cell.maw140 img {
  max-width: 140px;
}
.core-footer-copy {
  padding-top: 78px;
  padding-bottom: 46px;
  text-align: center;
}
.core-footer-copy p {
  position: relative;
  margin: 0;
  color: rgba(255, 255, 255, 0.2);
  line-height: 25px;
}
.core-footer-copy p + p {
  margin-top: 10px;
}
.core-footer-copy p span {
  font-family: Arial, sans-serif;
}
.core-footer-copy p .kd-logo {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  opacity: 0.3;
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.core-footer-copy p .kd-logo:active,
.core-footer-copy p .kd-logo:focus,
.core-footer-copy p .kd-logo:hover {
  opacity: 0.8;
}
.core-footer-copy p a {
  color: #fff;
  text-decoration: none;
  opacity: 0.2;
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.core-footer-copy p a:active,
.core-footer-copy p a:focus,
.core-footer-copy p a:hover {
  opacity: 1;
}
.anik {
  position: static;
}
.anik:before {
  content: "anik.pro";
  position: fixed;
  z-index: 9000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 3vw;
  line-height: 100vh;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
}
input[type="email"],
input[type="phone"],
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: 0 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: border-color 250ms ease-out;
  -o-transition: border-color 250ms ease-out;
  transition: border-color 250ms ease-out;
}
input[type="email"]::-webkit-input-placeholder,
input[type="phone"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  opacity: 0.5;
}
input[type="email"]::-moz-placeholder,
input[type="phone"]::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  opacity: 0.5;
}
input[type="email"]:-ms-input-placeholder,
input[type="phone"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
  opacity: 0.5;
}
input[type="email"]::-ms-input-placeholder,
input[type="phone"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder {
  opacity: 0.5;
}
input[type="email"]::placeholder,
input[type="phone"]::placeholder,
input[type="text"]::placeholder {
  opacity: 0.5;
}
input[type="email"]:active,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="phone"]:active,
input[type="phone"]:focus,
input[type="phone"]:hover,
input[type="text"]:active,
input[type="text"]:focus,
input[type="text"]:hover {
  border-left: none;
  border-top: none;
  border-right: none;
  outline: 0;
}
input[type="email"]:hover,
input[type="phone"]:hover,
input[type="text"]:hover {
  border-bottom-color: #fff;
}
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="text"]:focus {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #272525 inset;
  -webkit-transition: background-color 5000s ease-in-out;
  transition: background-color 5000s ease-in-out;
}
.is-invalid + .invalid-tooltip,
.is-valid + .invalid-tooltip {
  display: none !important;
}
input.is-valid {
  color: #bfa178;
  border-bottom-color: #bfa178;
}
input.is-valid:active,
input.is-valid:focus,
input.is-valid:hover {
  border-bottom-color: #bfa178;
}
input.is-invalid {
  color: #a02842;
  border-bottom-color: #a02842;
}
input.is-invalid:active,
input.is-invalid:focus,
input.is-invalid:hover {
  border-bottom-color: #a02842;
}
.form-row {
  position: relative;
  margin-bottom: 10px;
}
.form-row input {
  display: block;
  width: 100%;
}
.checkbox {
  cursor: pointer;
  display: block;
  padding-left: 30px !important;
  font-size: 15px;
  line-height: 18px;
  text-transform: none;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  margin-bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkbox:hover {
  color: #fff;
}
.checkbox:hover input[type="checkbox"],
.checkbox:hover input[type="radio"] {
  border-color: #fff;
}
.checkbox:hover input[type="checkbox"]:after,
.checkbox:hover input[type="radio"]:after {
  background-color: #fff;
}
.checkbox:hover a {
  color: #fff;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  position: absolute;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: -30px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-transition: color 250ms ease-out, border-color 250ms ease-out;
  -o-transition: color 250ms ease-out, border-color 250ms ease-out;
  transition: color 250ms ease-out, border-color 250ms ease-out;
}
.checkbox input[type="checkbox"]:after,
.checkbox input[type="radio"]:after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  background-color: #ced4da;
  border-radius: 1px;
}
.checkbox input[type="checkbox"]:checked,
.checkbox input[type="radio"]:checked {
  border-color: #fff;
}
.checkbox input[type="checkbox"]:checked:after,
.checkbox input[type="radio"]:checked:after {
  opacity: 1;
  background-color: #fff;
}
.checkbox input[type="radio"],
.checkbox input[type="radio"]:after {
  border-radius: 50%;
}
.checkbox input[type="checkbox"].is-invalid,
.checkbox input[type="radio"].is-invalid {
  border-color: #a02842;
}
.checkbox input[type="checkbox"].is-invalid:after,
.checkbox input[type="radio"].is-invalid:after {
  background-color: #a02842;
}
.checkbox input[type="checkbox"].is-invalid:checked,
.checkbox input[type="radio"].is-invalid:checked {
  border-color: #a02842;
}
.checkbox input[type="checkbox"].is-invalid:checked:after,
.checkbox input[type="radio"].is-invalid:checked:after {
  opacity: 1;
  background-color: #a02842;
}
.checkbox input[type="checkbox"].is-invalid ~ span,
.checkbox input[type="checkbox"].is-invalid ~ span a,
.checkbox input[type="radio"].is-invalid ~ span,
.checkbox input[type="radio"].is-invalid ~ span a {
  color: #a02842;
}
.checkbox input[type="checkbox"].is-invalid ~ span a:active,
.checkbox input[type="checkbox"].is-invalid ~ span a:focus,
.checkbox input[type="checkbox"].is-invalid ~ span a:hover,
.checkbox input[type="radio"].is-invalid ~ span a:active,
.checkbox input[type="radio"].is-invalid ~ span a:focus,
.checkbox input[type="radio"].is-invalid ~ span a:hover {
  color: #a02842;
}
.checkbox span {
  -webkit-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.checkbox a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: underline;
  -webkit-transition: color 250ms ease-out, border-color 250ms ease-out;
  -o-transition: color 250ms ease-out, border-color 250ms ease-out;
  transition: color 250ms ease-out, border-color 250ms ease-out;
}
.checkbox a:active,
.checkbox a:focus,
.checkbox a:hover {
  color: #fff;
  text-decoration: none;
}
.checkbox .invalid-tooltip {
  display: none;
  visibility: hidden;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.progress {
  width: 29px;
  height: 29px;
}
.progress.progress-next svg {
  display: block;
  width: 100%;
  height: auto;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.progress.progress-next:active svg,
.progress.progress-next:focus svg,
.progress.progress-next:hover svg {
  color: #bfa178;
}
.crumbs a {
  color: rgba(255, 255, 255, 0.4);
  font-family: ArnoPro, serif;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.crumbs a:active,
.crumbs a:focus,
.crumbs a:hover {
  color: #bfa178;
}
.crumbs a:active:after,
.crumbs a:focus:after,
.crumbs a:hover:after {
  content: "/";
  color: rgba(255, 255, 255, 0.4);
}
.crumbs a:after {
  content: "/";
  padding-left: 0.3em;
  padding-right: 0.3em;
}
.crumbs a:first-of-type:last-of-type:after {
  content: none;
}
.crumbs--dark a {
  color: rgba(0, 0, 0, 0.4);
}
.crumbs--dark a:active,
.crumbs--dark a:focus,
.crumbs--dark a:hover {
  color: #343331;
}
.crumbs--dark a:active:after,
.crumbs--dark a:focus:after,
.crumbs--dark a:hover:after {
  content: "/";
  color: rgba(0, 0, 0, 0.4);
}
a.arrow-down {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
}
a.arrow-down:hover {
  outline: 0;
}
a.arrow-down:hover:after,
a.arrow-down:hover:before {
  border-color: #fff;
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
  -ms-transform: rotate(-45deg) translate(5px, -5px);
  transform: rotate(-45deg) translate(5px, -5px);
}
a.arrow-down:after,
a.arrow-down:before {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  top: -6px;
  width: 24px;
  height: 24px;
  -webkit-transition: border-color 250ms, -webkit-transform 250ms;
  transition: transform 250ms, border-color 250ms, -webkit-transform 250ms;
  -o-transition: transform 250ms, border-color 250ms;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a.arrow-down:before {
  border-left: 1px solid #bfa178;
}
a.arrow-down:after {
  border-bottom: 1px solid #bfa178;
}
a.arrow-down.mod-white:after,
a.arrow-down.mod-white:before {
  border-color: #fff;
}
.gallery-slider {
  margin-bottom: 30px;
}
.gallery-slider.slick-dotted.slick-slider {
  padding-bottom: 0;
}
.gallery-slider .slick-dots {
  bottom: 20px;
}
.gallery-slider .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.gallery-slider .slick-dots li.slick-active,
.gallery-slider .slick-dots li:hover {
  background-color: #fff;
}
.gallery-slider .slick-dots li img,
.gallery-slider .slick-dots li span {
  display: none;
}
.gallery-slider .slick-dots li button:before {
  content: none;
}
.gallery-slider .slick-next:after,
.gallery-slider .slick-next:before,
.gallery-slider .slick-prev:after,
.gallery-slider .slick-prev:before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  margin-top: -14px;
  margin-left: -9px;
  width: 24px;
  height: 24px;
  -webkit-transition: border-color 250ms, -webkit-transform 250ms;
  transition: transform 250ms, border-color 250ms, -webkit-transform 250ms;
  -o-transition: transform 250ms, border-color 250ms;
  pointer-events: none;
}
.gallery-slider .slick-next:before,
.gallery-slider .slick-prev:before {
  border-left: 1px solid #bfa178;
}
.gallery-slider .slick-next:after,
.gallery-slider .slick-prev:after {
  border-bottom: 1px solid #bfa178;
}
.gallery-slider .slick-next svg,
.gallery-slider .slick-prev svg {
  display: none;
}
.gallery-slider .slick-next:active,
.gallery-slider .slick-next:focus,
.gallery-slider .slick-next:hover,
.gallery-slider .slick-prev:active,
.gallery-slider .slick-prev:focus,
.gallery-slider .slick-prev:hover {
  opacity: 1;
}
.gallery-slider .slick-next:active:after,
.gallery-slider .slick-next:active:before,
.gallery-slider .slick-next:focus:after,
.gallery-slider .slick-next:focus:before,
.gallery-slider .slick-next:hover:after,
.gallery-slider .slick-next:hover:before,
.gallery-slider .slick-prev:active:after,
.gallery-slider .slick-prev:active:before,
.gallery-slider .slick-prev:focus:after,
.gallery-slider .slick-prev:focus:before,
.gallery-slider .slick-prev:hover:after,
.gallery-slider .slick-prev:hover:before {
  border-color: #fff;
}
.carousel-slider {
  margin-bottom: 10px;
}
.carousel-slider.slick-dotted.slick-slider {
  padding-bottom: 0;
}
.carousel-slider .slick-track .slick-slide:first-of-type .slide-page:before {
  opacity: 0 !important;
}
.carousel-slider .slick-track .slick-slide:last-of-type .slide-page:after {
  opacity: 0 !important;
}
.carousel-slider .slick-next,
.carousel-slider .slick-prev {
  position: absolute;
  z-index: 50;
  opacity: 0.5;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  -webkit-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
  opacity: 1;
}
.carousel-slider .slick-next:after,
.carousel-slider .slick-next:before,
.carousel-slider .slick-prev:after,
.carousel-slider .slick-prev:before {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 50%;
  margin-top: -14px;
  margin-left: -9px;
  width: 24px;
  height: 24px;
  -webkit-transition: border-color 250ms, -webkit-transform 250ms;
  transition: transform 250ms, border-color 250ms, -webkit-transform 250ms;
  -o-transition: transform 250ms, border-color 250ms;
}
.carousel-slider .slick-next:before,
.carousel-slider .slick-prev:before {
  border-left: 1px solid #bfa178;
}
.carousel-slider .slick-next:after,
.carousel-slider .slick-prev:after {
  border-bottom: 1px solid #bfa178;
}
.carousel-slider .slick-next:active,
.carousel-slider .slick-next:focus,
.carousel-slider .slick-next:hover,
.carousel-slider .slick-prev:active,
.carousel-slider .slick-prev:focus,
.carousel-slider .slick-prev:hover {
  opacity: 1;
}
.carousel-slider .slick-next:active:after,
.carousel-slider .slick-next:active:before,
.carousel-slider .slick-next:focus:after,
.carousel-slider .slick-next:focus:before,
.carousel-slider .slick-next:hover:after,
.carousel-slider .slick-next:hover:before,
.carousel-slider .slick-prev:active:after,
.carousel-slider .slick-prev:active:before,
.carousel-slider .slick-prev:focus:after,
.carousel-slider .slick-prev:focus:before,
.carousel-slider .slick-prev:hover:after,
.carousel-slider .slick-prev:hover:before {
  border-color: #fff;
}
.carousel-slider .slick-prev {
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carousel-slider .slick-next {
  right: 0;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.carousel-slider .slick-disabled {
  opacity: 0 !important;
  pointer-events: none;
}
.carousel-slider .slick-disabled:active,
.carousel-slider .slick-disabled:focus,
.carousel-slider .slick-disabled:hover {
  opacity: 0;
}
.carousel-slider .slick-center .slide-page,
.carousel-slider
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"]
  .slide-page {
  z-index: 20;
}
.carousel-slider .slick-center .slide-page:after,
.carousel-slider .slick-center .slide-page:before,
.carousel-slider
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"]
  .slide-page:after,
.carousel-slider
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"]
  .slide-page:before {
  opacity: 1;
}
.carousel-slider .slick-center .slide-page__img img.lazy.loaded,
.carousel-slider
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"]
  .slide-page__img
  img.lazy.loaded {
  opacity: 1 !important;
}
.carousel-slider .slide-page {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}
.carousel-slider .slide-page:after,
.carousel-slider .slide-page:before {
  content: "";
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 50%;
  top: 35px;
  bottom: 35px;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.carousel-slider .slide-page:before {
  left: -50%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.5))
  );
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.carousel-slider .slide-page:after {
  right: -50%;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.5))
  );
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.carousel-slider .slide-page__img {
  background-color: #000;
  will-change: transform;
  -webkit-transition: -webkit-transform 150ms;
  transition: transform 150ms;
  -o-transition: transform 150ms;
  transition: transform 150ms, -webkit-transform 150ms;
}
.slick-active .carousel-slider .slide-page__img .slide-page__img,
.slick-active .carousel-slider .slide-page__img .slide-page__img img {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.carousel-slider .slide-page__img img {
  display: block;
  max-width: 100%;
  border-radius: 3px;
  will-change: opacity;
  -webkit-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
.progress-slider {
  position: relative;
}
.progress-slider__nav {
  pointer-events: none;
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.progress-slider__nav .slick-next,
.progress-slider__nav .slick-prev {
  position: absolute;
  pointer-events: auto;
  top: 50%;
}
.progress-slider__nav .slick-prev {
  left: 20px;
}
.progress-slider__nav .slick-next {
  right: 20px;
}
.progress-slider__content {
  overflow: hidden;
}
.progress-slider__content:not(.slick-initialized) .slide-page {
  display: none;
  visibility: hidden;
}
.progress-slider__content:not(.slick-initialized) .slide-page:first-of-type {
  display: block;
  visibility: visible;
}
.progress-slider__content.slick-initialized {
  overflow: visible;
  visibility: visible;
  max-height: auto;
}
.slick-no-arrows .slick-next,
.slick-no-arrows .slick-prev {
  display: none;
  visibility: hidden;
}
.slick-no-dots .slick-dots {
  display: none;
}
@-webkit-keyframes countdown-circle {
  from {
    stroke-dashoffset: 0;
  }
  94% {
    opacity: 1;
  }
  94.001%,
  to {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 220px;
  }
}
@keyframes countdown-circle {
  from {
    stroke-dashoffset: 0;
  }
  94% {
    opacity: 1;
  }
  94.001%,
  to {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 220px;
  }
}
.circle-slick-arrows .progress-slider__nav .slick-next,
.circle-slick-arrows .progress-slider__nav .slick-prev {
  position: absolute;
  z-index: 5;
  top: 50%;
}
.circle-slick-arrows .progress-slider__nav .slick-next:after,
.circle-slick-arrows .progress-slider__nav .slick-next:before,
.circle-slick-arrows .progress-slider__nav .slick-prev:after,
.circle-slick-arrows .progress-slider__nav .slick-prev:before {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 50%;
  margin-top: -14px;
  margin-left: -9px;
  width: 24px;
  height: 24px;
  -webkit-transition: border-color 250ms, -webkit-transform 250ms;
  transition: transform 250ms, border-color 250ms, -webkit-transform 250ms;
  -o-transition: transform 250ms, border-color 250ms;
}
.circle-slick-arrows .progress-slider__nav .slick-next:before,
.circle-slick-arrows .progress-slider__nav .slick-prev:before {
  border-left: 1px solid #bfa178;
}
.circle-slick-arrows .progress-slider__nav .slick-next:after,
.circle-slick-arrows .progress-slider__nav .slick-prev:after {
  border-bottom: 1px solid #bfa178;
}
.circle-slick-arrows .progress-slider__nav .slick-next svg,
.circle-slick-arrows .progress-slider__nav .slick-prev svg {
  display: none;
}
.circle-slick-arrows .progress-slider__nav .slick-next:active,
.circle-slick-arrows .progress-slider__nav .slick-next:focus,
.circle-slick-arrows .progress-slider__nav .slick-next:hover,
.circle-slick-arrows .progress-slider__nav .slick-prev:active,
.circle-slick-arrows .progress-slider__nav .slick-prev:focus,
.circle-slick-arrows .progress-slider__nav .slick-prev:hover {
  opacity: 1;
}
.circle-slick-arrows .progress-slider__nav .slick-next:active:after,
.circle-slick-arrows .progress-slider__nav .slick-next:active:before,
.circle-slick-arrows .progress-slider__nav .slick-next:focus:after,
.circle-slick-arrows .progress-slider__nav .slick-next:focus:before,
.circle-slick-arrows .progress-slider__nav .slick-next:hover:after,
.circle-slick-arrows .progress-slider__nav .slick-next:hover:before,
.circle-slick-arrows .progress-slider__nav .slick-prev:active:after,
.circle-slick-arrows .progress-slider__nav .slick-prev:active:before,
.circle-slick-arrows .progress-slider__nav .slick-prev:focus:after,
.circle-slick-arrows .progress-slider__nav .slick-prev:focus:before,
.circle-slick-arrows .progress-slider__nav .slick-prev:hover:after,
.circle-slick-arrows .progress-slider__nav .slick-prev:hover:before {
  border-color: #fff;
}
.circle-slick-arrows .progress-slider__nav .slick-next.anim svg,
.circle-slick-arrows .progress-slider__nav .slick-prev.anim svg {
  opacity: 0;
}
.circle-slick-arrows .progress-slider__nav .slick-prev {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.circle-slick-arrows .progress-slider__nav .slick-next {
  -webkit-transform: translate(0, -50%) rotate(-135deg);
  -ms-transform: translate(0, -50%) rotate(-135deg);
  transform: translate(0, -50%) rotate(-135deg);
}
.simple-slick-arrows {
  margin-bottom: 70px;
}
.simple-slick-arrows.slick-dotted.slick-slider {
  padding-bottom: 0;
}
.simple-slick-arrows .slick-next,
.simple-slick-arrows .slick-prev {
  position: absolute;
  z-index: 50;
  opacity: 0.5;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  -webkit-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
  opacity: 1;
}
.simple-slick-arrows .slick-next:after,
.simple-slick-arrows .slick-next:before,
.simple-slick-arrows .slick-prev:after,
.simple-slick-arrows .slick-prev:before {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 50%;
  margin-top: -14px;
  margin-left: -9px;
  width: 24px;
  height: 24px;
  -webkit-transition: border-color 250ms, -webkit-transform 250ms;
  transition: transform 250ms, border-color 250ms, -webkit-transform 250ms;
  -o-transition: transform 250ms, border-color 250ms;
}
.simple-slick-arrows .slick-next:before,
.simple-slick-arrows .slick-prev:before {
  border-left: 1px solid #bfa178;
}
.simple-slick-arrows .slick-next:after,
.simple-slick-arrows .slick-prev:after {
  border-bottom: 1px solid #bfa178;
}
.simple-slick-arrows .slick-next:active,
.simple-slick-arrows .slick-next:focus,
.simple-slick-arrows .slick-next:hover,
.simple-slick-arrows .slick-prev:active,
.simple-slick-arrows .slick-prev:focus,
.simple-slick-arrows .slick-prev:hover {
  opacity: 1;
}
.simple-slick-arrows .slick-next:active:after,
.simple-slick-arrows .slick-next:active:before,
.simple-slick-arrows .slick-next:focus:after,
.simple-slick-arrows .slick-next:focus:before,
.simple-slick-arrows .slick-next:hover:after,
.simple-slick-arrows .slick-next:hover:before,
.simple-slick-arrows .slick-prev:active:after,
.simple-slick-arrows .slick-prev:active:before,
.simple-slick-arrows .slick-prev:focus:after,
.simple-slick-arrows .slick-prev:focus:before,
.simple-slick-arrows .slick-prev:hover:after,
.simple-slick-arrows .slick-prev:hover:before {
  border-color: #fff;
}
.simple-slick-arrows .slick-prev {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: auto;
  bottom: -80px;
  left: 25%;
}
.simple-slick-arrows .slick-next {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: auto;
  bottom: -80px;
  right: 25%;
}
.render .circle-slick-arrows .progress-slider__nav .slick-next.anim svg {
  opacity: 1;
}
.render
  .circle-slick-arrows
  .progress-slider__nav
  .slick-next.anim
  svg
  circle#cp {
  -webkit-animation: 7s linear forwards countdown-circle;
  animation: 7s linear forwards countdown-circle;
}
.video {
  position: relative;
  cursor: pointer;
  background-color: #000;
}
.video:focus:after,
.video:hover:after {
  opacity: 0.5;
}
.video:focus .video__play,
.video:hover .video__play {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.video.opened .video__play,
.video.opened:after {
  content: none;
  display: none;
}
.video.opened .embed-responsive {
  display: block;
}
.video.opened iframe {
  z-index: 5;
}
.video.opened img {
  display: none !important;
}
.video .embed-responsive {
  display: none;
}
.video__play {
  position: absolute;
  z-index: 5;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
}
.video img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.form-toast {
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  visibility: hidden;
  pointer-events: none;
  background-color: #1c1c1c;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
}
.form-toast.open {
  display: block;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.form-toast.open.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.form-toast__container {
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.form-toast__title {
  font-size: 20px;
  line-height: 52px;
}
.debug {
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 0;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  font-size: 12px;
  line-height: 1.5;
}
.debug ol,
.debug ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.debug ol li,
.debug ul li {
  margin: 0;
  padding: 0;
}
.debug ol li a,
.debug ul li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.debug ol li a:hover,
.debug ul li a:hover {
  color: #070;
  text-decoration: none;
}
.burger-menu {
  position: fixed;
  z-index: 90;
  left: 0;
  top: 120px;
  right: 0;
  bottom: 0;
  opacity: 0;
  padding-top: 5vh;
  padding-bottom: 0;
  display: block;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  -webkit-transition: opacity 250ms ease-out, _ 250ms ease-out;
  -o-transition: opacity 250ms ease-out, _ 250ms ease-out;
  transition: opacity 250ms ease-out, _ 250ms ease-out;
}
.burger-menu.open {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  pointer-events: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.burger-menu.open .burger-menu__list {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.burger-menu.open .burger-menu__list ul li {
  opacity: 1;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.burger-menu__content {
  padding-left: 50px;
  padding-right: 10px;
}
.touchevents .burger-menu__content {
  overflow-y: auto;
  height: calc(100vh - 50px - 70px - 5vh);
  max-height: -webkit-fill-available;
}
.burger-menu__social {
  position: absolute;
  z-index: 100;
  top: 5vh;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
}
.burger-menu__social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42px;
  flex: 0 0 42px;
  height: 42px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
.burger-menu__social a:active,
.burger-menu__social a:focus,
.burger-menu__social a:hover {
  background-color: #bfa178;
}
.burger-menu__social a + a {
  margin-top: 20px;
}
.burger-menu__info {
  padding-top: 20px;
  padding-bottom: 5vh;
}
.burger-menu__info-title {
  color: #bfa178;
  font-size: 14px;
  line-height: 16px;
  margin-left: -35px;
}
.burger-menu__info .core-footer-brands {
  padding-top: 20px;
  margin-left: -40px;
}
.burger-menu__info .core-footer-brands .cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-bottom: 0;
}
.burger-menu__info .core-footer-brands .cell img {
  max-width: 80%;
  max-height: 100px;
}
.burger-menu__list {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}
.burger-menu__list .change-lang {
  position: absolute;
  z-index: 100;
  bottom: -5px;
  right: 25px;
  font-family: ArnoPro, serif;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  padding: 15px 0 15px 15px;
}
.burger-menu__list .change-lang a {
  color: rgba(255, 255, 255, 0.5);
}
.burger-menu__list .change-lang a:active,
.burger-menu__list .change-lang a:focus,
.burger-menu__list .change-lang a:hover {
  color: #fff;
}
.burger-menu__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: burger-list;
}
.burger-menu__list ul li {
  position: relative;
  color: #bfa178;
  font-family: ArnoPro, serif;
  font-size: 30px;
  line-height: 1;
  padding-top: 1vh;
  padding-bottom: 1vh;
  opacity: 0;
}
.burger-menu__list ul li:before {
  counter-increment: burger-list;
  content: "0" counter(burger-list);
  position: absolute;
  top: 50%;
  left: -33px;
  bottom: 0;
  font-size: 14px;
  line-height: 20px;
  margin-top: -10px;
}
.burger-menu__list ul li a {
  display: block;
  color: #fff;
}
.burger-menu__list ul li a:active,
.burger-menu__list ul li a:focus,
.burger-menu__list ul li a:hover {
  color: #bfa178;
  text-decoration: none;
}
.burger-menu__list ul li:nth-of-type(1) {
  -webkit-transform: translateY(-44px);
  -ms-transform: translateY(-44px);
  transform: translateY(-44px);
  -webkit-transition: opacity 0.3091s cubic-bezier(0.32, 0.08, 0.24, 1) 30ms,
    -webkit-transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 20ms;
  transition: opacity 0.3091s cubic-bezier(0.32, 0.08, 0.24, 1) 30ms,
    transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 20ms,
    -webkit-transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 20ms;
  -o-transition: opacity 0.3091s cubic-bezier(0.32, 0.08, 0.24, 1) 30ms,
    transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 20ms;
}
.burger-menu__list ul li:nth-of-type(2) {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: opacity 0.3091s cubic-bezier(0.32, 0.08, 0.24, 1) 30ms,
    -webkit-transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 20ms;
  transition: opacity 0.3091s cubic-bezier(0.32, 0.08, 0.24, 1) 30ms,
    transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 20ms,
    -webkit-transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 20ms;
  -o-transition: opacity 0.3091s cubic-bezier(0.32, 0.08, 0.24, 1) 30ms,
    transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 20ms;
}
.burger-menu__list ul li:nth-of-type(3) {
  -webkit-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  transform: translateY(-36px);
  -webkit-transition: opacity 0.32244s cubic-bezier(0.32, 0.08, 0.24, 1) 50ms,
    -webkit-transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 40ms;
  transition: opacity 0.32244s cubic-bezier(0.32, 0.08, 0.24, 1) 50ms,
    transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 40ms,
    -webkit-transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 40ms;
  -o-transition: opacity 0.32244s cubic-bezier(0.32, 0.08, 0.24, 1) 50ms,
    transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 40ms;
}
.burger-menu__list ul li:nth-of-type(4) {
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
  -webkit-transition: opacity 0.33467s cubic-bezier(0.32, 0.08, 0.24, 1) 70ms,
    -webkit-transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 60ms;
  transition: opacity 0.33467s cubic-bezier(0.32, 0.08, 0.24, 1) 70ms,
    transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 60ms,
    -webkit-transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 60ms;
  -o-transition: opacity 0.33467s cubic-bezier(0.32, 0.08, 0.24, 1) 70ms,
    transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 60ms;
}
.burger-menu__list ul li:nth-of-type(5) {
  -webkit-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  transform: translateY(-28px);
  -webkit-transition: opacity 0.34577s cubic-bezier(0.32, 0.08, 0.24, 1) 90ms,
    -webkit-transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 80ms;
  transition: opacity 0.34577s cubic-bezier(0.32, 0.08, 0.24, 1) 90ms,
    transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 80ms,
    -webkit-transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 80ms;
  -o-transition: opacity 0.34577s cubic-bezier(0.32, 0.08, 0.24, 1) 90ms,
    transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 80ms;
}
.burger-menu__list ul li:nth-of-type(6) {
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
  -webkit-transition: opacity 0.35577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.11s,
    -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s;
  transition: opacity 0.35577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.11s,
    transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s,
    -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s;
  -o-transition: opacity 0.35577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.11s,
    transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s;
}
.burger-menu__list ul li:nth-of-type(7) {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: opacity 0.36464s cubic-bezier(0.32, 0.08, 0.24, 1) 0.13s,
    -webkit-transform 0.45318s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s;
  transition: opacity 0.36464s cubic-bezier(0.32, 0.08, 0.24, 1) 0.13s,
    transform 0.45318s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s,
    -webkit-transform 0.45318s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s;
  -o-transition: opacity 0.36464s cubic-bezier(0.32, 0.08, 0.24, 1) 0.13s,
    transform 0.45318s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s;
}
.burger-menu__list ul li:nth-of-type(8) {
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  -webkit-transition: opacity 0.3724s cubic-bezier(0.32, 0.08, 0.24, 1) 0.15s,
    -webkit-transform 0.4879s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s;
  transition: opacity 0.3724s cubic-bezier(0.32, 0.08, 0.24, 1) 0.15s,
    transform 0.4879s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s,
    -webkit-transform 0.4879s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s;
  -o-transition: opacity 0.3724s cubic-bezier(0.32, 0.08, 0.24, 1) 0.15s,
    transform 0.4879s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s;
}
.burger-menu__list ul li:nth-of-type(9) {
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
  -webkit-transition: opacity 0.38016s cubic-bezier(0.32, 0.08, 0.24, 1) 0.15s,
    -webkit-transform 0.52262s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s;
  transition: opacity 0.38016s cubic-bezier(0.32, 0.08, 0.24, 1) 0.15s,
    transform 0.52262s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s,
    -webkit-transform 0.52262s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s;
  -o-transition: opacity 0.38016s cubic-bezier(0.32, 0.08, 0.24, 1) 0.15s,
    transform 0.52262s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s;
}
.search {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 120px;
  right: 0;
  bottom: 0;
  opacity: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  height: 0;
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.search.open {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  pointer-events: auto;
  height: auto;
}
.search.open .search__form {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.search.hasresults .search__form {
  margin-bottom: 10px;
}
.search.hasresults .search__results {
  opacity: 1;
  height: 400px;
  max-height: 400px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.search.done .search__results {
  overflow-y: auto !important;
  overflow-anchor: none;
}
.search.done .search__results::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}
.search.done .search__results::-webkit-scrollbar {
  width: 2px;
  background-color: rgba(255, 255, 255, 0.1);
}
.search.done .search__results::-webkit-scrollbar-thumb {
  background-color: #bfa178;
  border-radius: 2px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.search__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
}
.search__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 90%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.search__form {
  opacity: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-bottom: 1px solid #fff;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.search__input[type="search"],
.search__input[type="text"] {
  padding: 0;
  width: 100%;
  color: #fff;
  font-family: ArnoPro, serif;
  font-size: 20px;
  line-height: 64px;
  border-bottom: none;
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.search__input[type="search"]::-webkit-input-placeholder,
.search__input[type="text"]::-webkit-input-placeholder {
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  opacity: 0.2;
}
.search__input[type="search"]::-moz-placeholder,
.search__input[type="text"]::-moz-placeholder {
  -moz-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  opacity: 0.2;
}
.search__input[type="search"]:-ms-input-placeholder,
.search__input[type="text"]:-ms-input-placeholder {
  -ms-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  opacity: 0.2;
}
.search__input[type="search"]::-ms-input-placeholder,
.search__input[type="text"]::-ms-input-placeholder {
  -ms-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  opacity: 0.2;
}
.search__input[type="search"]::placeholder,
.search__input[type="text"]::placeholder {
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  opacity: 0.2;
}
.search__input[type="search"]:focus::-webkit-input-placeholder,
.search__input[type="text"]:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
.search__input[type="search"]:focus::-moz-placeholder,
.search__input[type="text"]:focus::-moz-placeholder {
  opacity: 0.5;
}
.search__input[type="search"]:focus:-ms-input-placeholder,
.search__input[type="text"]:focus:-ms-input-placeholder {
  opacity: 0.5;
}
.search__input[type="search"]:focus::-ms-input-placeholder,
.search__input[type="text"]:focus::-ms-input-placeholder {
  opacity: 0.5;
}
.search__input[type="search"]:focus::placeholder,
.search__input[type="text"]:focus::placeholder {
  opacity: 0.5;
}
.search__submit {
  pointer-events: none;
  width: 40px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.search__submit:active,
.search__submit:focus,
.search__submit:hover {
  outline: 0;
  color: #bfa178;
  text-decoration: none;
}
.search__submit svg {
  width: 25px;
  height: 24px;
}
.search__results {
  overflow: hidden;
  opacity: 0;
  height: 0;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.search__results .result {
  display: block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.search__results .result:active,
.search__results .result:focus,
.search__results .result:hover {
  text-decoration: none;
}
.search__results .result:active .result__title,
.search__results .result:focus .result__title,
.search__results .result:hover .result__title {
  color: #bfa178;
}
.search__results .result:active .result__more,
.search__results .result:focus .result__more,
.search__results .result:hover .result__more {
  color: #fff;
}
.search__results .result__title {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: ArnoPro, serif;
  text-transform: uppercase;
  margin-bottom: 14px;
  -webkit-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.search__results .result__excerpt {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 25px;
}
.search__results .result__excerpt p:last-of-type {
  margin-bottom: 0;
}
.search__results .result__excerpt p span.fadeout {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(10%, #fff),
    color-stop(10%, #fff),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    left,
    #fff 10%,
    #fff 10%,
    rgba(255, 255, 255, 0)
  );
  background: linear-gradient(
    to right,
    #fff 10%,
    #fff 10%,
    rgba(255, 255, 255, 0)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.search__results .result__more {
  color: #bfa178;
  font-size: 14px;
  line-height: 1.6;
  -webkit-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.main-test {
  position: relative;
  min-height: 700px;
  padding-top: 30vh;
  background-color: #55f;
  font-size: 20px;
}
.main-test:before {
  content: "mobile > iphone5";
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 2rem;
}
.fixed-right-nav {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #acc;
}
.fixed-right-nav > strong {
  font-weight: 400;
}
.page-navi {
  display: none;
  visibility: hidden;
  position: fixed;
  z-index: 80;
  top: 50%;
  right: 0;
  padding: 35px 38px;
  min-width: 350px;
  background: -o-linear-gradient(
    275.45deg,
    rgba(33, 32, 32, 0.7) 19.8%,
    rgba(17, 17, 17, 0.7) 136.26%
  );
  background: linear-gradient(
    174.55deg,
    rgba(33, 32, 32, 0.7) 19.8%,
    rgba(17, 17, 17, 0.7) 136.26%
  );
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.modal-open .page-navi {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.page-navi.hasarrow {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  will-change: transform;
  -webkit-transition: -webkit-transform 250ms;
  transition: transform 250ms;
  -o-transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}
.page-navi.hasarrow:before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(30, 30, 30, 0.7);
  opacity: 0;
  -webkit-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
.page-navi.hasarrow:hover:before {
  opacity: 1;
}
.page-navi.hasarrow:hover .page-navi__arrow {
  background-color: rgba(30, 30, 30, 0.9);
}
.page-navi.hasarrow.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.page-navi.hasarrow.open .page-navi__arrow .arrow-right {
  -webkit-animation: 2s ease-in-out infinite arrow-movement;
  animation: 2s ease-in-out infinite arrow-movement;
}
.page-navi.hasarrow.open .page-navi__arrow .arrow-right:after,
.page-navi.hasarrow.open .page-navi__arrow .arrow-right:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.page-navi.hasarrow.open .page-navi__arrow .arrow-right + .arrow-right {
  -webkit-animation: 2s ease-in-out 1s infinite arrow-movement;
  animation: 2s ease-in-out 1s infinite arrow-movement;
}
.page-navi.hasarrow.animated .page-navi__arrow {
  background-color: #1e1e1e;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.page-navi.hasarrow.animated .page-navi__list {
  visibility: hidden;
}
.page-navi__arrow {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 50%;
  left: -50px;
  width: 50px;
  height: 86px;
  text-align: center;
  margin-top: -43px;
  background-color: rgba(30, 30, 30, 0.7);
  border: none;
  -webkit-transition: background-color 150ms;
  -o-transition: background-color 150ms;
  transition: background-color 150ms;
  padding: 5px 0 0;
}
.page-navi__arrow:active,
.page-navi__arrow:focus,
.page-navi__arrow:hover {
  outline: 0;
}
.page-navi__arrow:active .arrow-right:after,
.page-navi__arrow:active .arrow-right:before,
.page-navi__arrow:hover .arrow-right:after,
.page-navi__arrow:hover .arrow-right:before {
  border-color: #fff;
}
.page-navi__arrow:hover:active .arrow-right:after,
.page-navi__arrow:hover:active .arrow-right:before {
  border-color: #fff;
}
@-webkit-keyframes arrow-movement {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-movement {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow-movement-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-movement-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.page-navi__arrow .arrow-box {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 23px;
}
.page-navi__arrow .arrow-box .arrow-right {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.page-navi__arrow .arrow-box .arrow-right:after,
.page-navi__arrow .arrow-box .arrow-right:before {
  top: 3px;
}
.page-navi__arrow .arrow-right {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-transition: -webkit-transform 250ms;
  transition: transform 250ms;
  -o-transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
  -webkit-animation: 2s ease-in-out infinite arrow-movement-left;
  animation: 2s ease-in-out infinite arrow-movement-left;
}
.page-navi__arrow .arrow-right:after,
.page-navi__arrow .arrow-right:before {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 3px;
  top: -3px;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 250ms, -webkit-transform 250ms;
  transition: transform 250ms, border-color 250ms, -webkit-transform 250ms;
  -o-transition: transform 250ms, border-color 250ms;
}
.page-navi__arrow .arrow-right:before {
  border-left: 1px solid #bfa178;
}
.page-navi__arrow .arrow-right:after {
  border-bottom: 1px solid #bfa178;
}
.page-navi__arrow .arrow-right + .arrow-right {
  -webkit-animation: 2s ease-in-out 1s infinite arrow-movement-left;
  animation: 2s ease-in-out 1s infinite arrow-movement-left;
}
ul.navi {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.navi li {
  padding: 0;
  margin: 0;
  display: block;
}
ul.navi li + li {
  margin-top: 10px;
}
ul.navi li a {
  display: inline-block;
  color: #fff;
  font-family: ArnoPro, serif;
  font-size: 16px;
  white-space: nowrap;
  line-height: 30px;
  padding-left: 15px;
  padding-top: 4px;
  padding-right: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
ul.navi li a.active {
  background-color: #bfa178;
}
ul.navi li a.active:active,
ul.navi li a.active:hover {
  background-color: #bfa178;
}
ul.navi li a.active:hover:active {
  background-color: #bfa178;
}
ul.navi li a:active,
ul.navi li a:focus,
ul.navi li a:hover {
  text-decoration: none;
}
ul.navi li a:active,
ul.navi li a:hover {
  background-color: rgba(191, 161, 120, 0.2);
}
ul.navi li a:hover:active {
  background-color: rgba(191, 161, 120, 0.2);
}
.disclaimer-modal {
  display: none;
  visibility: hidden;
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.disclaimer-modal.open {
  display: block;
  visibility: visible;
  pointer-events: auto;
  height: auto;
}
.disclaimer-modal.open .disclaimer {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.disclaimer-modal.open.animated {
  opacity: 1;
}
.disclaimer-modal.open.animated .disclaimer {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.disclaimer {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 44px;
  pointer-events: all;
  background-color: rgba(255, 255, 255, 0.05);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transition: opacity 250ms, background-color 250ms,
    -webkit-transform 250ms;
  transition: opacity 250ms, background-color 250ms, transform 250ms,
    -webkit-transform 250ms;
  -o-transition: opacity 250ms, background-color 250ms, transform 250ms;
}
.disclaimer:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.disclaimer__title {
  padding-bottom: 32px;
}
.disclaimer__title span {
  display: block;
  color: #bfa178;
  font-family: ArnoPro, serif;
  font-size: 31px;
  line-height: 1;
  background-image: 42px;
  letter-spacing: 1px;
}
.disclaimer__buttons {
  padding-bottom: 40px;
}
.disclaimer__buttons .btn + .btn {
  margin-left: 32px;
}
.disclaimer__text {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.disclaimer__text a {
  text-decoration: none;
  border-bottom: 1px solid #bfa178;
  -webkit-transition: border-color 250ms;
  -o-transition: border-color 250ms;
  transition: border-color 250ms;
}
.disclaimer__text a:active,
.disclaimer__text a:focus,
.disclaimer__text a:hover {
  color: #bfa178;
  text-decoration: none;
  border-bottom-color: transparent;
}
.disclaimer__text p {
  margin-bottom: 0;
}
.category-btn {
  position: fixed;
  z-index: 110;
  left: 6px;
  top: 278px;
  width: 58px;
  height: 58px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
.category-btn:active,
.category-btn:focus,
.category-btn:hover {
  outline: 0;
  background-color: #000;
}
.nav-box__header {
  color: #fff;
  font-family: ArnoPro, serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-box__header sup {
  font-size: 14px;
  line-height: 1;
  margin-left: 0.6em;
}
.nav-box__header.active,
.nav-box__header.active a {
  color: #bfa178;
}
.nav-box__header.active a:active,
.nav-box__header.active a:focus,
.nav-box__header.active a:hover {
  color: #fff;
}
.nav-box__header a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.nav-box__header a:active,
.nav-box__header a:focus,
.nav-box__header a:hover {
  color: #bfa178;
}
.nav-box__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-box__list ul li {
  font-size: 17.5px;
  line-height: 2;
}
.nav-box__list ul li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  -webkit-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.nav-box__list ul li a:active,
.nav-box__list ul li a:focus,
.nav-box__list ul li a:hover {
  color: #bfa178;
}
.nav-box + .nav-box {
  margin-top: 38px;
}
.news-card {
  display: block;
  padding-bottom: 34px;
}
.news-card:active,
.news-card:focus,
.news-card:hover {
  text-decoration: none;
}
.news-card:active .news-card__img img,
.news-card:focus .news-card__img img,
.news-card:hover .news-card__img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.news-card:active .news-card__title,
.news-card:focus .news-card__title,
.news-card:hover .news-card__title {
  color: #bfa178;
}
.news-card__img {
  overflow: hidden;
  margin-bottom: 34px;
  border-radius: 5px;
}
.news-card__img img {
  display: block;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 250ms;
  transition: transform 250ms;
  -o-transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
  will-change: transform;
}
.news-card__date {
  color: #bfa178;
  font-family: ArnoPro, serif;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0 0.5em;
  margin-bottom: 13px;
}
.news-card__title {
  font-size: 25px;
  line-height: 28px;
  color: #fff;
  -webkit-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.fullscreen {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 182px;
  padding-bottom: 100px;
  overflow: hidden;
}
.fullscreen.bgc1 {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#1d1d1d),
    to(#1d1d1d)
  );
  background: -o-linear-gradient(bottom, #1d1d1d, #1d1d1d);
  background: linear-gradient(0deg, #1d1d1d, #1d1d1d);
}
.fullscreen.bgc2 {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(43.1%, rgba(17, 17, 17, 0.3)),
      color-stop(123.15%, rgba(39, 37, 37, 0.3))
    ),
    #111;
  background: -o-linear-gradient(
      bottom,
      rgba(17, 17, 17, 0.3) 43.1%,
      rgba(39, 37, 37, 0.3) 123.15%
    ),
    #111;
  background: linear-gradient(
      360deg,
      rgba(17, 17, 17, 0.3) 43.1%,
      rgba(39, 37, 37, 0.3) 123.15%
    ),
    #111;
}
.fullscreen.bgc3 {
  background: -o-linear-gradient(
      359.53deg,
      #111 -23.41%,
      rgba(17, 17, 17, 0) 115.32%
    ),
    -o-linear-gradient(bottom, rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6));
  background: linear-gradient(
      90.47deg,
      #111 -23.41%,
      rgba(17, 17, 17, 0) 115.32%
    ),
    linear-gradient(0deg, rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6));
}
.fullscreen.fullbg-mode {
  padding-top: 43px;
  padding-bottom: 15px;
}
.fullscreen.fullbg-mode .fullscreen__bg {
  bottom: 0;
}
.fullscreen.fullbg-mode .fullscreen__bg:after {
  background: -o-linear-gradient(
      359.53deg,
      #111 -23.41%,
      rgba(17, 17, 17, 0) 115.32%
    ),
    -o-linear-gradient(bottom, rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6));
  background: linear-gradient(
      90.47deg,
      #111 -23.41%,
      rgba(17, 17, 17, 0) 115.32%
    ),
    linear-gradient(0deg, rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6));
}
.fullscreen.fullbg-mode .fullscreen__bg img {
  height: 100%;
}
.fullscreen.fullbg-mode .fullscreen__bg img.lazy {
  max-width: 100%;
}
.fullscreen.fullbg-mode .fullscreen__bg img.lazy.loaded {
  margin-left: 0;
}
.fullscreen__bg {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  min-height: 100px;
  max-width: 100%;
}
.fullscreen__bg:after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: -1px;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(17, 17, 17, 0.3)),
      to(rgba(17, 17, 17, 0.3))
    ),
    -webkit-gradient(linear, left bottom, left top, from(#111), color-stop(60%, rgba(17, 17, 17, 0)));
  background: -o-linear-gradient(
      bottom,
      rgba(17, 17, 17, 0.3),
      rgba(17, 17, 17, 0.3)
    ),
    -o-linear-gradient(bottom, #111 0, rgba(17, 17, 17, 0) 60%);
  background: linear-gradient(
      0deg,
      rgba(17, 17, 17, 0.3),
      rgba(17, 17, 17, 0.3)
    ),
    linear-gradient(0deg, #111 0, rgba(17, 17, 17, 0) 60%);
}
.fullscreen__bg img {
  display: block;
  min-height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
.fullscreen__bg img.lazy {
  max-width: 140%;
}
.fullscreen__bg img.lazy.loaded {
  margin-left: -20%;
}
.fullscreen__arrow-down {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 5vh;
  width: 24px;
  height: 24px;
  margin-left: -12px;
}
.fullscreen__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 25px;
  padding-right: 25px;
}
.fullscreen__link {
  position: absolute;
  top: 0;
  right: 30px;
}
.fullscreen__link a {
  opacity: 0.6;
  display: inline-block;
  color: #fff;
  font-family: ArnoPro, serif;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-decoration: none;
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fullscreen__link a:active,
.fullscreen__link a:focus,
.fullscreen__link a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}
.fullscreen__link a span {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: sub;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: -webkit-transform 250ms;
  transition: transform 250ms;
  -o-transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}
.fullscreen__link a span:after,
.fullscreen__link a span:before {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  -webkit-transition: border-color 250ms, -webkit-transform 250ms;
  transition: transform 250ms, border-color 250ms, -webkit-transform 250ms;
  -o-transition: transform 250ms, border-color 250ms;
}
.fullscreen__link a span:before {
  border-left: 1px solid #fff;
}
.fullscreen__link a span:after {
  border-bottom: 1px solid #fff;
}
.fullscreen__link a.double-line {
  position: relative;
}
.fullscreen__link a.double-line span {
  -webkit-transform: rotate(-135deg) translate(4px, 4px);
  -ms-transform: rotate(-135deg) translate(4px, 4px);
  transform: rotate(-135deg) translate(4px, 4px);
}
.fullscreen__link a.double-line span:after,
.fullscreen__link a.double-line span:before {
  width: 11px;
  height: 11px;
}
.fullscreen__link a.double-line .subicon {
  display: none;
  position: absolute;
  left: -40px;
  top: 4px;
}
.fullscreen__content .title {
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.fullscreen__content .desc {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.fullscreen__content .para {
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 38px;
}
.fullscreen__image {
  margin-bottom: 30px;
}
.fullscreen__image img {
  display: block;
  max-width: 150px;
  max-height: 234px;
  margin-left: auto;
  margin-right: auto;
}
.fullscreen__image.double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 80px;
}
.fullscreen__image.double .cell {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.fullscreen__image.double .cell:first-of-type {
  margin-top: 10vw;
}
.fullscreen__image.double .cell + .cell .fullscreen__imagecard {
  margin-left: auto;
}
.fullscreen__imagecard {
  position: relative;
  z-index: 5;
}
.fullscreen__imagecard:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 20%;
  top: 50%;
  width: 60%;
  padding-top: 70%;
  background-color: #1d1d1d;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fullscreen__imagecard-title {
  position: absolute;
  top: 20%;
  right: -30px;
  width: 70px;
  color: #fff;
  font-family: ArnoPro, serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  word-break: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fullscreen__imagecard img {
  display: block;
  max-width: 50%;
  max-height: 40vw;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@-webkit-keyframes cursor-svg1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes cursor-svg1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes cursor-svg2 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes cursor-svg2 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.cursor-frame {
  position: absolute;
  z-index: 2000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: red;
  opacity: 0.1;
}
.cursor {
  position: absolute;
  z-index: 1000;
  mix-blend-mode: screen;
  color: #fff;
  opacity: 0;
  top: -200%;
  left: -200%;
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  display: none;
  visibility: hidden;
}
.cursor svg {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: 0.5s linear infinite cursor-svg1;
  animation: 0.5s linear infinite cursor-svg1;
}
.cursor svg + svg {
  -webkit-animation: 0.5s linear infinite cursor-svg2;
  animation: 0.5s linear infinite cursor-svg2;
}
.cursor .touchevents {
  display: none;
  visibility: hidden;
}
.wii {
  position: absolute;
  top: 0;
  right: 0;
  background-color: red;
  color: #fff;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.new-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#272525),
    to(#111)
  );
  background: -o-linear-gradient(top, #272525 0, #111 100%);
  background: linear-gradient(180deg, #272525 0, #111 100%);
  overflow-x: hidden;
}
.new-slider.blocked-scroll {
  pointer-events: none !important;
}
.new-slider__desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-height: calc(100vh - 70px);
  overflow-y: hidden;
  overflow-x: auto;
}
.new-slider__desktop .new-slider__section {
  min-height: calc(100vh - 70px);
  max-height: calc(100vh - 70px);
}
.no-touchevents .new-slider__desktop {
  overflow-x: hidden;
}
.no-touchevents .new-slider__desktop:hover .cursor {
  opacity: 1;
}
.new-slider__timeline {
  overflow: hidden;
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: 20px;
  right: 0;
  height: 42px;
  display: none;
  visibility: hidden;
}
.new-slider__timeline .timeline__titles {
  display: none;
}
.new-slider__timeline .timeline__line {
  position: absolute;
  left: 0;
  top: 0;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.new-slider__timeline .timeline__line .line {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: 100px;
  width: auto;
}
.new-slider__timeline .timeline__line .line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid #bfa178;
  opacity: 0.6;
}
.new-slider__timeline .timeline__line .line.active,
.new-slider__timeline .timeline__line .line.active .line__progress,
.new-slider__timeline .timeline__line .line.active .line__progress .point,
.new-slider__timeline .timeline__line .line.active .point {
  opacity: 1;
}
.new-slider__timeline .timeline__line .line__progress {
  overflow: visible !important;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
}
.new-slider__timeline .timeline__line .line__progress:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid #bfa178;
}
.new-slider__timeline .timeline__line .line__progress .point {
  opacity: 0;
  position: absolute;
  top: -23px;
  right: 0;
  width: 2px;
  font-family: ArnoPro, serif;
  color: #bfa178;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
.new-slider__timeline .timeline__line .line__progress .point:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 24px;
  height: 20px;
  border-left: 2px solid #bfa178;
}
.new-slider__timeline .timeline__line .line__progress .point span {
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.new-slider__timeline .timeline__line .line__progress .point span:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 24px;
  height: 20px;
  border-left: 2px solid #bfa178;
}
.new-slider__timeline .timeline__line .line__icon {
  pointer-events: none;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
  width: 62px;
  padding-left: 10px;
  padding-right: 10px;
}
.new-slider__timeline .timeline__line .line__icon.active,
.new-slider__timeline .timeline__line .line__icon.active .point,
.new-slider__timeline .timeline__line .line__icon:hover {
  opacity: 1;
}
.new-slider__timeline .timeline__line .line__icon .icon-date {
  font-family: ArnoPro, serif;
  font-size: 20px;
  line-height: 40px;
  color: #bfa178;
  white-space: nowrap;
  text-align: center;
}
.new-slider__timeline .timeline__cursor {
  overflow: hidden;
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  top: 0;
  left: 0;
}
.new-slider__timeline .timeline .icon {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
}
.new-slider__section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150vh;
  flex: 0 0 150vh;
  width: 150vh;
}
.new-slider__section.s1 {
  max-width: auto !important;
  max-width: none;
  background-size: cover;
}
.new-slider__section.s1 .new-slider__title {
  margin-right: 20vh;
}
.new-slider__section.s1 .new-slider__title .title {
  font-size: 32px;
  line-height: 1;
  font-family: ArnoPro, serif;
  color: #bfa178;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.new-slider__section.s1 .new-slider__title .title span {
  margin-left: -0.6em;
}
.new-slider__section.s1 .new-slider__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 18vh;
  padding-right: 18vh;
}
.new-slider__section.s1 .new-slider__container .slide-box {
  width: 65vh;
}
.new-slider__section.s1 .new-slider__container .slide-box .para {
  width: 30vh;
}
.new-slider__section.s1 .new-slider__container .slide-box .date {
  op: -18px;
  left: -20%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.new-slider__section.s1 .new-slider__container .slide-box .figure {
  width: 30vh;
  margin-left: 5vh;
  margin-right: 0;
}
.new-slider__section.s6 .new-slider__container {
  padding-left: 15vh;
}
.new-slider__section.s6 .new-slider__container .slide-box .figure .img0 {
  z-index: 20;
  bottom: 5vh;
  left: 0;
  -webkit-transform: translateX(-70%);
  -ms-transform: translateX(-70%);
  transform: translateX(-70%);
  max-width: 35vh;
}
.new-slider__section.s6 .new-slider__container .slide-box .figure .img1 {
  left: 0;
  right: auto;
}
.new-slider__section.s6 .new-slider__container .slide-box .figure .img2 {
  left: auto;
  right: 0;
}
.new-slider__section.s6 .new-slider__container .slide-box .figure .img2 img {
  max-height: 35vh;
}
.new-slider__section.s6 .new-slider__container .slide-box .date {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(0, -70%);
  -ms-transform: translate(0, -70%);
  transform: translate(0, -70%);
}
.new-slider__section.mod-half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100vh;
  flex: 0 0 100vh;
  width: 100vh;
}
.new-slider__section.mod-final {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100vw;
  flex: 0 0 100vw;
  width: 100vw;
}
.new-slider__section.mod-final0 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10vh;
  flex: 0 0 10vh;
  width: 10vh;
}
.new-slider__bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
.new-slider__bg.s3-5 {
  background-position: 10vh 0;
}
.new-slider__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}
.slide-box {
  --date_fz: 12vh;
  --figure_w: 60vh;
  --figure_h: 48vh;
  --figure_summ: 100vh;
  --figure_p: 700px;
  --figure_mr: 5vh;
  --para_w: 40vh;
  --para_h: 48vh;
  --para_p: 700px;
  --para_fz: 2vh;
  --quote_fz: 4vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: var(--figure_summ);
  max-width: var(--figure_summ);
  will-change: transform;
}
.slide-box .figure {
  position: relative;
  width: var(--figure_w);
  height: var(--figure_h);
  margin-right: var(--figure_mr);
}
.slide-box .figure .quote {
  position: absolute;
  right: -25%;
  bottom: 15%;
  color: #bfa178;
  font-family: ArnoPro, serif;
  font-size: var(--quote_fz);
  line-height: 1;
  letter-spacing: 0.01em;
}
.slide-box .figure img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slide-box .figure .img0,
.slide-box .figure .img1,
.slide-box .figure .img2,
.slide-box .figure .img3 {
  position: relative;
}
.slide-box .figure .img0 .date,
.slide-box .figure .img1 .date,
.slide-box .figure .img2 .date,
.slide-box .figure .img3 .date {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(20%, 70%);
  -ms-transform: translate(20%, 70%);
  transform: translate(20%, 70%);
}
.slide-box .figure.mod-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slide-box .figure.mod-double .img0,
.slide-box .figure.mod-double .img1,
.slide-box .figure.mod-double .img2,
.slide-box .figure.mod-double .img3 {
  position: absolute;
}
.slide-box .figure.mod-double .img1 {
  max-width: 85%;
}
.slide-box .figure.mod-double .img2 {
  max-width: 60%;
}
.slide-box .figure.mod-double .img3 {
  max-width: 100%;
}
.slide-box .date {
  opacity: 0.7;
  position: absolute;
  z-index: 30;
  display: inline-block;
  font-size: var(--date_fz);
  line-height: 0.5;
  white-space: nowrap;
  font-family: ArnoPro, serif;
  color: #bfa178;
  letter-spacing: 0.01em;
}
.slide-box .date span {
  vertical-align: text-bottom;
}
.slide-box .para {
  padding-bottom: 6vh;
  width: var(--para_w);
  font-size: var(--para_fz);
  line-height: 1.5;
  -webkit-transition: font-size 0.1s linear;
  -o-transition: font-size 0.1s linear;
  transition: font-size 0.1s linear;
}
.slide-box--mod1 .figure .img0 img,
.slide-box--mod1 .figure .img1 img,
.slide-box--mod1 .figure .img2 img,
.slide-box--mod1 .figure .img3 img {
  width: auto;
  height: auto;
}
.slide-box--mod1 .figure.mod-double .img1 {
  top: 0;
  right: 0;
}
.slide-box--mod1 .figure.mod-double .img2 {
  z-index: 20;
  left: 0;
  bottom: 0;
}
.slide-box--mod1 .figure.mod-double + .date {
  padding-bottom: 6vh;
}
.slide-box--mod1 .figure.mod-double + .para {
  padding-bottom: 16vh;
}
.slide-box--mod2 .figure .img0 img,
.slide-box--mod2 .figure .img1 img,
.slide-box--mod2 .figure .img2 img,
.slide-box--mod2 .figure .img3 img {
  width: auto;
  height: auto;
}
.slide-box--mod2 .figure .img0 .date,
.slide-box--mod2 .figure .img1 .date,
.slide-box--mod2 .figure .img2 .date,
.slide-box--mod2 .figure .img3 .date {
  top: 0;
  right: 0;
  bottom: auto;
  -webkit-transform: translate(20%, -70%);
  -ms-transform: translate(20%, -70%);
  transform: translate(20%, -70%);
}
.slide-box--mod2 .figure.mod-double .img1 {
  bottom: 0;
  right: 0;
}
.slide-box--mod2 .figure.mod-double .img2 {
  z-index: 20;
  top: 0;
  left: 0;
}
.slide-box--mod2 .figure.mod-double + .date {
  padding-bottom: 6vh;
}
.slide-box--mod2 .figure + .para {
  padding-top: 16vh;
}
.slide-box--mod2 .para {
  padding-top: 16vh;
  padding-bottom: 0;
}
.slide-box--vh .figure.mod-double .img1 {
  max-width: 85%;
}
.slide-box--vh .figure.mod-double .img2 {
  max-width: none;
  height: 70%;
}
.slide-box--vh .figure.mod-double .img2 img {
  max-height: 100%;
}
.slide-box--single .figure .img1 {
  height: 100%;
}
.slide-box--single .figure .img1 img {
  max-height: 100%;
}
.slide-box--mod3 .figure .img0 img,
.slide-box--mod3 .figure .img1 img,
.slide-box--mod3 .figure .img2 img,
.slide-box--mod3 .figure .img3 img {
  width: auto;
  height: auto;
}
.slide-box--mod3 .figure .img0 .date,
.slide-box--mod3 .figure .img1 .date,
.slide-box--mod3 .figure .img2 .date,
.slide-box--mod3 .figure .img3 .date {
  -webkit-transform: translate(20%, 70%);
  -ms-transform: translate(20%, 70%);
  transform: translate(20%, 70%);
}
.slide-box--mod3 .figure .img1 {
  height: 100%;
}
.slide-box--mod3 .figure .img1 img {
  min-width: 50%;
}
.slide-box--mod3 .figure.mod-double .img1 {
  bottom: 0;
  top: 0;
  right: 0;
}
.slide-box--mod3 .para {
  padding-bottom: 6vh;
}
.slide-box--mod4 .figure .img0 img,
.slide-box--mod4 .figure .img1 img,
.slide-box--mod4 .figure .img2 img {
  width: auto;
  height: auto;
}
.slide-box--mod4 .figure .img0 .date,
.slide-box--mod4 .figure .img1 .date,
.slide-box--mod4 .figure .img2 .date {
  top: 0;
  right: 0;
  bottom: auto;
  -webkit-transform: translate(20%, -70%);
  -ms-transform: translate(20%, -70%);
  transform: translate(20%, -70%);
}
.slide-box--mod4 .figure .img1 {
  height: 100%;
}
.slide-box--mod4 .figure.mod-double .img1 {
  bottom: 0;
  right: 0;
}
.slide-box--mod4 .figure.mod-double .img2 {
  z-index: 20;
  top: 0;
  left: 0;
}
.slide-box--mod4 .figure.mod-double + .date {
  padding-bottom: 6vh;
}
.slide-box--mod4 .para {
  padding-top: 6vh;
  padding-bottom: 0;
}
.slide-box--mod5 .figure .img0 img,
.slide-box--mod5 .figure .img1 img,
.slide-box--mod5 .figure .img2 img {
  width: auto;
  height: auto;
}
.slide-box--mod5 .figure .img0 .date,
.slide-box--mod5 .figure .img1 .date,
.slide-box--mod5 .figure .img2 .date {
  -webkit-transform: translate(0, 70%);
  -ms-transform: translate(0, 70%);
  transform: translate(0, 70%);
}
.slide-box--mod5 .figure .img1 {
  height: 100%;
}
.slide-box--mod5 .figure .img1 img {
  min-width: 50%;
  width: 100%;
  height: 100%;
}
.slide-box--mod5 .para {
  padding-bottom: 6vh;
}
.slide-box--mod5.date-top .figure .date {
  top: 0;
  right: 0;
  bottom: auto;
  -webkit-transform: translate(20%, -70%);
  -ms-transform: translate(20%, -70%);
  transform: translate(20%, -70%);
}
.slide-box--mod6 .figure .img0 img,
.slide-box--mod6 .figure .img1 img,
.slide-box--mod6 .figure .img2 img {
  width: auto;
  height: auto;
}
.slide-box--mod6 .figure.mod-double .img1 {
  top: 0;
  right: 0;
}
.slide-box--mod6 .figure.mod-double .img2 {
  z-index: 20;
  left: 0;
  bottom: 0;
}
.slide-box--mod6 .figure.mod-double + .date {
  padding-bottom: 6vh;
}
.new-slider__section.s1897 .slide-box {
  --figure_w: 40vh;
  --figure_h: 37vh;
}
.new-slider__section.s1897 .slide-box .figure {
  position: relative;
  width: var(--figure_w);
  height: var(--figure_h);
}
.new-slider__section.s1897 .slide-box .figure.mod-double .img1 {
  z-index: 30;
}
.new-slider__section.s1900 .slide-box {
  --figure_w: 50vh;
  --figure_h: 40vh;
}
.new-slider__section.s1900 .slide-box .figure {
  position: relative;
  width: var(--figure_w);
  height: var(--figure_h);
}
.new-slider__section.s1910 .slide-box .figure {
  position: relative;
}
.new-slider__section.s1910 .slide-box .figure.mod-double .img1 {
  max-width: 70%;
}
.new-slider__section.s1910 .slide-box .figure.mod-double .img2 {
  max-width: 50%;
  top: auto;
  left: 0;
  bottom: 5vh;
  height: 50%;
}
.new-slider__section.s1910 .slide-box .figure.mod-double .img3 {
  z-index: 30;
  top: 5vh;
  left: 10vh;
  height: 10vh;
}
.new-slider__section.s1917 .slide-box {
  --figure_w: 50vh;
}
.new-slider__section.s1917 .slide-box--mod1 .figure {
  position: relative;
  width: var(--figure_w);
}
.new-slider__section.s1917 .slide-box--mod1 .figure .img1 img {
  width: 100%;
}
.new-slider__section.s1920 .slide-box .figure,
.new-slider__section.s1942 .slide-box .figure {
  position: relative;
}
.new-slider__section.s1943 .slide-box {
  --figure_h: 40vh;
}
.new-slider__section.s1943 .slide-box .figure {
  height: var(--figure_h);
}
.new-slider__section.s1943 .slide-box .figure .img1 {
  max-width: 100%;
}
.new-slider__section.s1943 .slide-box .figure .img1 img {
  width: 100%;
}
.new-slider__section.s1945 .slide-box .figure.mod-double .img1,
.new-slider__section.s1945 .slide-box .figure.mod-double .img2 {
  max-width: 90%;
  width: 90%;
}
.new-slider__section.s1945 .slide-box .figure.mod-double .img1 img,
.new-slider__section.s1945 .slide-box .figure.mod-double .img2 img {
  width: 100%;
}
.new-slider__section.s1950 .slide-box .figure.mod-double .img2 {
  max-width: 45%;
  width: 45%;
  bottom: 5vh;
}
.new-slider__section.s1950 .slide-box .figure.mod-double .img2 img {
  width: 100%;
}
.new-slider__section.s1980 .slide-box .figure {
  position: relative;
}
.new-slider__section.s1980 .slide-box .figure.mod-double .img1 {
  z-index: 30;
  max-width: 60%;
}
.new-slider__section.s1980 .slide-box .figure.mod-double .img2 {
  height: 80%;
}
.new-slider__section.s1980 .slide-box .figure.mod-double .img3 {
  z-index: 40;
  top: auto;
  left: -3vh;
  bottom: 3px;
  height: 15vh;
}
.new-slider__section.s1990 .slide-box .figure {
  position: relative;
}
.new-slider__section.s1990 .slide-box .figure.mod-double .img1 {
  z-index: 30;
  max-width: 60%;
}
.new-slider__section.s1990 .slide-box .figure.mod-double .img2 {
  height: 80%;
}
.new-slider__section.s1990 .slide-box .figure.mod-double .img3 {
  z-index: 40;
  top: auto;
  left: -2vh;
  bottom: 1vh;
  height: 15vh;
}
.new-slider__section.s2011 .slide-box {
  --figure_w: 30vh;
  max-width: 50vh;
  width: 50vh;
}
.new-slider__section.s2011 .slide-box--mod4 .para {
  padding-top: 0;
}
.new-slider__section.s2011 .slide-box--mod4 .figure {
  width: var(--figure_w);
}
.new-slider__section.s2011 .slide-box--mod4 .figure .img1 img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: initial;
  object-fit: initial;
}
.slide-box--mod3 .figure .img0 img,
.slide-box--mod3 .figure .img1 img,
.slide-box--mod3 .figure .img2 img {
  width: auto;
  height: auto;
}
.slide-box--mod3 .figure.mod-double .img2 {
  top: 0;
  z-index: 20;
  left: 0;
  bottom: 0;
}
.slide-box--mod3 .figure.mod-double + .date {
  padding-bottom: 6vh;
}
.slide-box--mod3 .figure.mod-double + .para {
  padding-bottom: 16vh;
}
.universal-section {
  position: relative;
  height: 100%;
  min-height: 500px;
  max-height: calc(100vh - 50px);
}
.universal-section > img {
  display: block;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.universal-section > img.posa {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.universal-section > img + img {
  display: none;
  visibility: hidden;
}
.universal-section .hor-slider__container {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
}
.universal-section__container {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.universal-section__container-box {
  pointer-events: all;
  position: relative;
  z-index: 25;
}
.universal-section__container-box h3 {
  font-family: ArnoPro, serif;
  font-size: 50px;
  letter-spacing: 0.05em;
  margin-bottom: 9px;
}
.universal-section__container-box > img {
  display: block;
  max-width: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 2vh;
}
.universal-section__container-box p {
  font-family: ArnoPro, serif;
  color: #fff;
  font-size: 33px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.universal-section__container0 {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #222;
  height: 100%;
  min-height: 500px;
  max-height: calc(100vh - 50px);
}
.universal-section__container2 {
  position: relative;
}
.universal-section__container2-box {
  pointer-events: all;
  position: relative;
  z-index: 25;
}
.universal-section__container2-box h3 {
  font-family: ArnoPro, serif;
  font-size: 50px;
  letter-spacing: 0.05em;
  margin-bottom: 9px;
}
.universal-section__container2-box p {
  font-size: 20px;
  line-height: 1.6;
  color: #bfa178;
  margin-bottom: 32px;
}
.hor-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(39.14%, #272525),
      color-stop(81%, #111)
    ),
    #c4c4c4;
  background: -o-linear-gradient(top, #272525 39.14%, #111 81%), #c4c4c4;
  background: linear-gradient(180deg, #272525 39.14%, #111 81%), #c4c4c4;
  overflow-x: hidden;
}
.hor-slider__card {
  padding-top: 12vw;
  padding-left: 12vw;
  padding-bottom: 6vw;
}
.hor-slider__card:first-of-type {
  padding-top: calc(9vw + 70px);
}
.hor-slider__card:last-of-type {
  padding-bottom: 12vw;
}
.hor-slider__cardbox {
  position: relative;
  display: block;
  width: 100%;
  height: 72.8125vw;
  background-repeat: no-repeat;
  background-size: cover;
}
.hor-slider__cardbox:after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}
.hor-slider__cardbox .bor-decor.bl,
.hor-slider__cardbox .bor-decor.br {
  position: absolute;
  opacity: 0.6;
  left: 0;
  width: 10px;
  height: 10px;
  border-color: #bfa178;
  -webkit-transition: opacity 150ms, -webkit-transform 150ms;
  transition: transform 150ms, opacity 150ms, -webkit-transform 150ms;
  -o-transition: transform 150ms, opacity 150ms;
  will-change: opacity, transform;
}
.hor-slider__cardbox .bor-decor.bl {
  top: 0;
  border-left: 1px solid #bfa178;
  border-top: 1px solid #bfa178;
  -webkit-transform: translate(-6px, -6px);
  -ms-transform: translate(-6px, -6px);
  transform: translate(-6px, -6px);
}
.hor-slider__cardbox .bor-decor.br {
  bottom: 0;
  border-left: 1px solid #bfa178;
  border-bottom: 1px solid #bfa178;
  -webkit-transform: translate(-6px, 6px);
  -ms-transform: translate(-6px, 6px);
  transform: translate(-6px, 6px);
}
.hor-slider__cardbox-content {
  position: absolute;
  z-index: 10;
  left: -3vw;
  top: 18vw;
}
.hor-slider__cardbox-content-title .title {
  color: #fff;
  font-family: ArnoPro, serif;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.5px;
  margin: 0 0 14vw;
}
.hor-slider__cardbox-content-icon {
  display: inline-block;
  width: 13.125vw;
  height: 13.125vw;
}
.hor-slider__cardbox-content-icon img {
  display: block;
  max-width: 100%;
  height: 100%;
}
.hor-slider__desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: hidden;
}
.no-touchevents .hor-slider__desktop:hover .cursor {
  opacity: 1;
}
.hor-slider__timeline {
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: 50px;
  right: 0;
  height: 42px;
  display: none;
  visibility: hidden;
}
.hor-slider__timeline .timeline__titles {
  display: none;
}
.hor-slider__timeline .timeline__line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.hor-slider__timeline .timeline__line .line {
  position: relative;
  display: block;
  width: auto;
}
.hor-slider__timeline .timeline__line .line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid #bfa178;
  opacity: 0.6;
}
.hor-slider__timeline .timeline__line .line.active,
.hor-slider__timeline .timeline__line .line.active .line__progress,
.hor-slider__timeline .timeline__line .line.active .line__progress .point,
.hor-slider__timeline .timeline__line .line.active .point {
  opacity: 1;
}
.hor-slider__timeline .timeline__line .line__progress {
  overflow: visible !important;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
}
.hor-slider__timeline .timeline__line .line__progress:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid #bfa178;
}
.hor-slider__timeline .timeline__line .line__progress .point {
  opacity: 0;
  position: absolute;
  top: -23px;
  right: 0;
  width: 2px;
  font-family: ArnoPro, serif;
  color: #bfa178;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
.hor-slider__timeline .timeline__line .line__progress .point span {
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hor-slider__timeline .timeline__line .line__progress .point span:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 24px;
  height: 20px;
  border-left: 2px solid #bfa178;
}
.hor-slider__timeline .timeline__line .line.l0 {
  width: 14%;
}
.hor-slider__timeline .timeline__line .line.l0:before {
  left: 0;
  opacity: 1;
}
.hor-slider__timeline .timeline__line .line.l1p,
.hor-slider__timeline .timeline__line .line.l2p,
.hor-slider__timeline .timeline__line .line.l3p {
  width: calc(24% - 63px);
}
.hor-slider__timeline .timeline__line .line.l4p {
  width: 14%;
}
.hor-slider__timeline .timeline__line .line.l4p:before {
  right: 0;
}
.hor-slider__timeline .timeline__line .line__icon {
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
.hor-slider__timeline .timeline__line .line__icon.l1,
.hor-slider__timeline .timeline__line .line__icon.l3,
.hor-slider__timeline .timeline__line .line__icon.l5,
.hor-slider__timeline .timeline__line .line__icon.l7 {
  width: 62px;
  padding-left: 10px;
  padding-right: 10px;
}
.hor-slider__timeline .timeline__line .line__icon.active,
.hor-slider__timeline .timeline__line .line__icon.active .point,
.hor-slider__timeline .timeline__line .line__icon:hover {
  opacity: 1;
}
.hor-slider__timeline .timeline__cursor {
  overflow: hidden;
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  top: 0;
  left: 0;
}
.hor-slider__timeline .timeline .icon {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
}
.hor-slider__bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hor-slider__bg.desktop,
.hor-slider__bg.tablet {
  display: none;
  visibility: hidden;
}
.hor-slider__bg img {
  display: block;
  min-height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
.hor-slider__section {
  pointer-events: none;
  position: relative;
  display: none;
  visibility: hidden;
  max-width: 1920px;
  background-repeat: no-repeat;
  width: 100vw !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100vw !important;
  flex: 0 0 100vw !important;
  max-width: 100vw !important;
}
.hor-slider__section.universal {
  width: auto !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  max-width: 100vw !important;
}
.hor-slider__section.s1 {
  max-width: 100%;
  padding-top: 110px;
}
.hor-slider__section.s1 .hor-slider__bg {
  min-height: 645px;
}
.hor-slider__section.s1 .hor-slider__bg:before {
  content: "";
  padding-top: 56%;
  display: block;
}
.hor-slider__section.s1 .b-main-first,
.hor-slider__section.s1 .b-main-first .content {
  height: 100%;
}
.hor-slider__section.s1 .b-main-first .content > img {
  max-height: 100%;
  height: 100%;
}
.hor-slider__container {
  position: relative;
}
.hor-slider__container-box {
  pointer-events: all;
  position: relative;
  z-index: 25;
}
.hor-slider__container-box h3 {
  font-family: ArnoPro, serif;
  font-size: 50px;
  letter-spacing: 0.05em;
  margin-bottom: 9px;
}
.hor-slider__container-box p {
  font-size: 20px;
  line-height: 1.6;
  color: #bfa178;
  margin-bottom: 32px;
}
.hor-slider__img figure {
  position: relative;
}
.hor-slider__img figure:after {
  content: "";
  position: absolute;
  z-index: 10;
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -o-linear-gradient(
      169.71deg,
      rgba(28, 28, 28, 0) 86.62%,
      #1c1c1c 147.3%
    ),
    -o-linear-gradient(314.46deg, rgba(28, 28, 28, 0) 60.39%, #1c1c1c 108.34%),
    rgba(28, 28, 28, 0.2);
  background: linear-gradient(
      280.29deg,
      rgba(28, 28, 28, 0) 86.62%,
      #1c1c1c 147.3%
    ),
    linear-gradient(135.54deg, rgba(28, 28, 28, 0) 60.39%, #1c1c1c 108.34%),
    rgba(28, 28, 28, 0.2);
}
.hor-slider__img figure img {
  display: block;
  max-width: 100%;
  min-height: 100vh;
}
.no-touchevents .hor-slider__img figure img {
  min-height: calc(100vh - 70px);
}
.hor-slider__figure {
  position: absolute;
  z-index: 10;
  display: none;
  visibility: hidden;
}
.b-main-news-grid {
  padding-top: 30px;
  padding-bottom: 30px;
}
.b-main-news-grid .container {
  padding-left: 0;
  padding-right: 0;
}
.b-main-news-grid .row {
  margin-left: 0;
  margin-right: 0;
}
.main-news-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-news-grid__left-side .main-news-card,
.main-news-grid__right-side .main-news-card {
  margin-bottom: 30px;
}
.main-news-card {
  overflow: hidden;
  position: relative;
  background-color: #1c1c1c;
}
.main-news-card.hasimg {
  padding-top: 0;
}
.main-news-card.hasimg .main-news-card__img {
  margin-left: -46px;
  margin-right: -46px;
}
.main-news-card__content {
  padding: 22px 25px;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-news-card__title {
  color: #bfa178;
}
.main-news-card__img img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.main-news-card__event {
  position: relative;
  padding-left: 40px;
  padding-bottom: 38px;
}
.main-news-card__event-date {
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.main-news-card__event-date time {
  display: inline-block;
  width: 35px;
  font-family: ArnoPro, serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transform: translate(0, 100%) rotate(-90deg);
  -ms-transform: translate(0, 100%) rotate(-90deg);
  transform: translate(0, 100%) rotate(-90deg);
}
.main-news-card__event-para {
  margin-bottom: 34px;
  line-height: 1.6;
}
.main-news-card__event-para p {
  margin-bottom: 0;
}
.main-news-card__event + .main-news-card__event {
  padding-top: 41px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.main-news-card__event + .main-news-card__event .main-news-card__event-date {
  top: 41px;
}
.main-news-card__more .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.main-news-card__arrow {
  display: block;
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
}
.main-news-card__arrow:hover {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.main-news-card__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-news-card__number-title {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  white-space: nowrap;
  margin-bottom: 3px;
}
.main-news-card__number-value {
  color: #bfa178;
  font-family: ArnoPro, serif;
  font-size: 50px;
  line-height: 1.6;
  white-space: nowrap;
  margin-bottom: 26px;
}
.main-news-card__number-value small {
  font-size: 30px;
}
.b-sbor-urozhaya {
  overflow: hidden;
}
.b-sbor-urozhaya .fullblock-slider,
.b-sbor-urozhaya .progress-slider__content {
  min-height: 420px;
}
.b-sbor-urozhaya .fullblock-slider .slide-page,
.b-sbor-urozhaya .progress-slider__content .slide-page {
  position: relative;
}
.b-sbor-urozhaya .fullblock-slider .slide-page__img,
.b-sbor-urozhaya .progress-slider__content .slide-page__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.b-sbor-urozhaya .fullblock-slider .slide-page__img:after,
.b-sbor-urozhaya .progress-slider__content .slide-page__img:after {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(28, 28, 28, 0.7)),
    to(rgba(28, 28, 28, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(28, 28, 28, 0.7) 0,
    rgba(28, 28, 28, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(28, 28, 28, 0.7) 0,
    rgba(28, 28, 28, 0) 100%
  );
}

.b-sbor-urozhaya .progress-slider__content .slide-page__img:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.progress-slider .progress-slider__content .slide-page:after {
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.b-sbor-urozhaya .fullblock-slider .slide-page__img img,
.b-sbor-urozhaya .progress-slider__content .slide-page__img img {
  display: block;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
  height: 100%;
}
.b-sbor-urozhaya .fullblock-slider .slide-page__container,
.b-sbor-urozhaya .progress-slider__content .slide-page__container {
  position: relative;
  padding-top: 40px;
  padding-bottom: 100px;
  min-height: 500px;
z-index: 1;
}
.b-sbor-urozhaya .fullblock-slider .slide-page__container .container {
/* .b-sbor-urozhaya .progress-slider__content .slide-page__container .container { */
  max-width: 1220px;
  padding-left: 50px;
  padding-right: 50px;
}
.b-sbor-urozhaya
  .fullblock-slider
  .slide-page__container
  .container
  .btn.btn-cube,
.b-sbor-urozhaya
  .progress-slider__content
  .slide-page__container
  .container
  .btn.btn-cube {
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.b-sbor-urozhaya .fullblock-slider .slide-page__content {
  max-width: 840px;
  text-align: center;
}

.b-sbor-urozhaya .progress-slider__content .slide-page__content {
  max-width: 840px;
  text-align: center;
}

.b-sbor-urozhaya .progress-slider__content .slide-page__content .title {
  font-size: 40px;
}



.b-sbor-urozhaya .fullblock-slider .slide-page__content .titles,
.b-sbor-urozhaya .progress-slider__content .slide-page__content .titles {
  min-height: 84px;
}
.b-sbor-urozhaya .fullblock-slider .slide-page__content .titles .title,
.b-sbor-urozhaya .progress-slider__content .slide-page__content .titles .title {
  letter-spacing: 0.5px;
}
.b-sbor-urozhaya .fullblock-slider .slide-page__content .para,
.b-sbor-urozhaya .progress-slider__content .slide-page__content .para {
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 26px;
  min-height: 132px;
}
.b-footer-contacts {
  overflow: hidden;
  position: relative;
  background-color: #1c1c1c;
  padding-top: 30px;
}
.b-footer-contacts .contacts {
  pointer-events: none;
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.b-footer-contacts .contacts .nopad {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.b-footer-contacts .contacts__left,
.b-footer-contacts .contacts__right {
  height: 470px;
}
.b-footer-contacts .contacts__right {
  background-color: rgba(255, 255, 255, 0.5);
}
.b-footer-contacts .contacts-title {
  margin-bottom: 33px;
}
.b-footer-contacts .contacts-desc {
  margin-bottom: 43px;
  font-size: 20px;
}
.b-footer-contacts .contacts-desc .link {
  display: block;
}
.b-footer-contacts .contacts-desc a {
  display: inline-block;
  color: #bfa178;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: border-color 250ms ease-out, color 250ms ease-out;
  -o-transition: border-color 250ms ease-out, color 250ms ease-out;
  transition: border-color 250ms ease-out, color 250ms ease-out;
}
.b-footer-contacts .contacts-desc a:active,
.b-footer-contacts .contacts-desc a:focus,
.b-footer-contacts .contacts-desc a:hover {
  color: #bfa178;
  text-decoration: none;
  border-bottom: 1px solid #bfa178;
}
.b-footer-contacts .img-fluid {
  width: 100%;
}
.b-callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 500px;
  padding-top: 20vw;
  padding-bottom: 20vw;
}
.b-callback .callback-box {
  max-width: 500px;
  padding-left: 10px;
  padding-right: 10px;
}
.b-callback .callback-box .titles {
  text-align: center;
  margin-bottom: 28px;
}
.b-callback .callback-box__form .checkbox {
  margin-top: 40px;
}
.b-callback .callback-box__form .form-row:last-of-type {
  margin-top: 20px;
}
.b-callback .callback-box__form .form-row .btn {
  display: block;
  width: 100%;
}
.b-about-awards {
  position: relative;
  padding-top: 80px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#272525),
    to(#111)
  );
  background: -o-linear-gradient(top, #272525, #111);
  background: linear-gradient(to bottom, #272525, #111);
}
.b-about-awards + .b-single {
  padding-top: 60px !important;
}
.b-about-awards .titles {
  margin-bottom: 0;
}
.b-about-awards .titles .title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 55px;
}
.b-about-awards .container {
  padding-left: 25px;
  padding-right: 25px;
}
.b-about-awards .sections {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
}
.b-about-awards .sections .section__left,
.b-about-awards .sections .section__right {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 650px;
}
.b-about-awards .award-title {
  font-family: ArnoPro, serif;
  font-size: 30px;
  line-height: 1;
  color: #bfa178;
  margin-bottom: 60px;
}
.b-about-awards .awards-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.b-about-awards .awards-grid .cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-bottom: 55px;
}
.b-about-awards .awards-grid .cell .award {
  margin-right: auto;
}
.b-about-awards .awards-grid .cell:nth-child(even) .award {
  margin-left: auto;
}
.b-about-awards .awards-grid .award {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  max-width: 130px;
}
.b-about-awards .awards-grid .award__img {
  margin-bottom: 38px;
}
.b-about-awards .awards-grid .award__img img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.b-about-awards .awards-grid .award__name {
  opacity: 0.6;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
}
.b-about-awards .awards-text .award-text {
  max-width: 384px;
  margin-bottom: 55px;
}
.b-about-awards .awards-text .para {
  margin-bottom: 36px;
}
.b-collection .fullscreen {
  padding-top: 44px;
  padding-bottom: 44px;
}
.touchevents .fullpage-grid__aside .scroll-box {
  height: -webkit-fill-available;
}
.fullpage-grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
}
.fullpage-grid__aside {
  position: fixed;
  z-index: 30;
  left: 0;
  top: 0;
  bottom: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 250ms linear;
  transition: transform 250ms linear;
  -o-transition: transform 250ms linear;
  transition: transform 250ms linear, -webkit-transform 250ms linear;
}
.fullpage-grid__aside.open {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.fullpage-grid__aside .nav-boxes {
  height: 100%;
  background: -o-linear-gradient(298.94deg, #272525 -88%, #111 88%, #111 88%);
  background: linear-gradient(151.06deg, #272525 -88%, #111 88%, #111 88%);
  padding: 139px 30px 15px 70px;
}
.fullpage-grid__content {
  background-color: #222;
}
.fullpage-grid__article {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1460px;
  padding-top: 92px;
}
.fullpage-grid__article-crumbs {
  margin-bottom: 23px;
}
.fullpage-grid__article .titles .title {
  margin-bottom: 19px;
}
.fullpage-grid__article .para p:last-of-type {
  margin-bottom: 0;
}
.fullpage-grid__slides {
  padding-top: 34px;
}
.fullpage-grid__slides .slides .slide-page img {
  width: 100%;
}
.bottles-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 80px;
}
.bottles-grid .cell {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.bottle {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
.bottle.active,
.bottle:active,
.bottle:focus,
.bottle:hover {
  text-decoration: none;
}
.bottle.active .bottle__title,
.bottle:active .bottle__title,
.bottle:focus .bottle__title,
.bottle:hover .bottle__title {
  color: #bfa178;
}
.bottle.active .bottle__icon,
.bottle:active .bottle__icon,
.bottle:focus .bottle__icon,
.bottle:hover .bottle__icon {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.bottle__img {
  padding-bottom: 20px;
}
.bottle__img img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
}
.bottle__title {
  padding-bottom: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.bottle__icon {
  opacity: 0;
  display: none;
  text-align: center;
  -webkit-transition: opacity 250ms, -webkit-transform 250ms;
  transition: transform 250ms, opacity 250ms, -webkit-transform 250ms;
  -o-transition: transform 250ms, opacity 250ms;
  will-change: transform, opacity;
}
.bottle__icon .circle-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  font-size: 0;
  line-height: 42px;
  border-radius: 50%;
  background-color: #bfa178;
  color: #fff;
}
.gallery-slider.fullpage-slider .slide-page,
.slides .slide-page {
  position: relative;
  max-width: 100%;
  display: block;
}
.gallery-slider.fullpage-slider .slide-page:hover img,
.slides .slide-page:hover img {
  opacity: 0.8;
}
.gallery-slider.fullpage-slider .slide-page__box,
.slides .slide-page__box {
  pointer-events: none;
  position: absolute;
  z-index: 20;
  top: 50%;
  right: 0;
  width: 130px;
  height: 106px;
  padding: 18px 22px;
  background: -o-linear-gradient(279.75deg, #212020 19.8%, #111 136.26%);
  background: linear-gradient(170.25deg, #212020 19.8%, #111 136.26%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery-slider.fullpage-slider .slide-page__box strong,
.slides .slide-page__box strong {
  color: #fff;
  font-family: ArnoPro, serif;
  font-size: 16px;
  line-height: 1;
}
.gallery-slider.fullpage-slider .slide-page__box .progress,
.slides .slide-page__box .progress {
  position: absolute;
  left: 22px;
  bottom: 12px;
  cursor: pointer;
}
.gallery-slider.fullpage-slider .slide-page img,
.slides .slide-page img {
  display: block;
  max-width: 100%;
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.double-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
}
.double-section__left {
  position: relative;
}
.b-news .double-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.b-news .double-section__left,
.b-news .double-section__right {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.news-grid {
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
}
.news-grid__title {
  text-align: center;
}
.news-grid__title .title {
  text-transform: uppercase;
  margin-bottom: 45px;
}
.news-grid__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-grid__cards .left-side .news-card,
.news-grid__cards .right-side .news-card {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.news-grid__cards .left-side .news-card + .news-card,
.news-grid__cards .right-side .news-card + .news-card {
  padding-top: 68px;
}
.news-grid__more {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.news-slider .progress-slider__content.circle-slick-arrows .slick-prev {
  left: 50px;
}
.news-slider .progress-slider__content.circle-slick-arrows .slick-next {
  right: 50px;
}
.news-slider .slide-page {
  position: relative;
  max-width: 100%;
}
.news-slider .slide-page__box {
  position: absolute;
  left: 0;
  /* top: 0; */
  right: 0;
  /* bottom: 0; */
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 16px;
  padding-top: 160px;
}
.news-slider .slide-page__content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
.news-slider .slide-page__content .title {
  color: #fff;
  margin: 0 0 40px;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}
.news-slider .slide-page img {
  display: block;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 350px;
}
.b-contacts {
  padding-top: 130px;
  background-repeat: no-repeat;
  background-position: top center;
}
.b-contacts .titles {
  margin-bottom: 60px;
  max-width: 483px;
}
.b-contacts .titles .title {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.b-contacts .titles .desc {
  line-height: 1.1;
}
.location-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #1c1c1c;
}
.location-card + .location-card {
  margin-top: 71px;
}
.location-card__map {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  min-height: 150px;
}
.location-card__map .map {
  position: relative;
  min-height: 150px;
}
.location-card__map .map__location {
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 61px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.location-card__map .map__location img {
  display: block;
  max-width: 100%;
  height: auto;
}
.location-card__map .map__link {
  cursor: pointer;
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 0;
  width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bfa178;
  color: #000;
}
.location-card__map .map__link-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.location-card__map .map__link span {
  display: none;
  color: #000;
  font-family: ArnoPro, serif;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 20px;
  -webkit-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.location-card__map .map__link:active,
.location-card__map .map__link:focus,
.location-card__map .map__link:hover {
  color: #fff;
}
.location-card__map .map__link:active span,
.location-card__map .map__link:focus span,
.location-card__map .map__link:hover span {
  color: #fff;
}
.location-card__map .map__link:active .map__link-icon,
.location-card__map .map__link:focus .map__link-icon,
.location-card__map .map__link:hover .map__link-icon {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.location-card__map .map__canvas {
  position: absolute;
  z-index: 15;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
}
.location-card__map .map__canvas img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.location-card__content {
  padding: 16px 8px 16px 16px;
}
.location-card__name {
  max-width: 800px;
  font-family: ArnoPro, serif;
  color: #bfa178;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 57px;
}
.location-card__info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 1.6;
  font-size: 14px;
}
.location-card__info .info + .info {
  margin-top: 16px;
}
.location-card__info .info__type {
  width: 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  line-height: 1;
  margin-right: 10px;
}
.location-card__info .info__type span {
  display: block;
}
.location-card__info .info .contact-link {
  margin-bottom: 22px;
}
.contact-link {
  position: relative;
  display: block;
  padding-left: 20px;
  line-height: 1.6;
  margin-bottom: 22px;
  font-size: 14px;
}
.contact-link-icon {
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-block;
  color: #bfa178;
  width: 16px;
  height: 16px;
}
.contact-link-icon.icon-point {
  top: -2px;
  width: 16px;
  height: 16px;
}
.contact-link-text {
  line-height: 1.1;
}
a.contact-link {
  text-decoration: none;
}
a.contact-link:active,
a.contact-link:focus,
a.contact-link:hover {
  text-decoration: none;
}
a.contact-link:active .contact-link-text,
a.contact-link:focus .contact-link-text,
a.contact-link:hover .contact-link-text {
  color: #bfa178;
  text-decoration: none;
}
a.contact-link .contact-link-text {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #bfa178;
  -webkit-transition: color 250ms, border-color 250ms;
  -o-transition: color 250ms, border-color 250ms;
  transition: color 250ms, border-color 250ms;
}
.b-social-links {
  padding-top: 120px;
  padding-bottom: 120px;
}
.b-social-links .titles {
  margin-bottom: 66px;
}
.b-social-links .titles .title {
  margin-bottom: 14px;
  text-transform: uppercase;
}
.b-social-links .titles .desc {
  letter-spacing: 0.5px;
}
.b-social-links .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.b-social-links .social-links a {
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.135em;
  font-family: ArnoPro, serif;
  text-transform: uppercase;
  display: inline-block;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  -webkit-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.b-social-links .social-links a:active,
.b-social-links .social-links a:focus,
.b-social-links .social-links a:hover {
  opacity: 1;
  color: #bfa178;
  text-decoration: none;
}
.b-media-bank {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
  margin-bottom: 168px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(-7.03%, #111),
    color-stop(25.22%, #1c1c1c),
    color-stop(74.59%, #1c1c1c),
    color-stop(107.89%, #111)
  );
  background: -o-linear-gradient(
    right,
    #111 -7.03%,
    #1c1c1c 25.22%,
    #1c1c1c 74.59%,
    #111 107.89%
  );
  background: linear-gradient(
    270deg,
    #111 -7.03%,
    #1c1c1c 25.22%,
    #1c1c1c 74.59%,
    #111 107.89%
  );
}
.b-media-bank .titles .title {
  margin-bottom: 78px;
  text-transform: uppercase;
}
.b-media-bank .media-row {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow-x: scroll;
}
.b-media-bank .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 180px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.b-media-bank .media:first-of-type {
  padding-left: 40px;
}
.b-media-bank .media:last-of-type {
  padding-right: 40px;
}
.b-media-bank .media__title {
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  font-family: ArnoPro, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.b-media-bank .media__icon {
  max-width: 100px;
  min-height: 140px;
}
.b-media-bank .media__icon img {
  display: block;
  max-width: 100%;
  margin-bottom: 40px;
}
.b-media-bank .media__btn a,
.b-media-bank .media__btn button {
  display: block;
  min-width: 120px;
}
.b-single {
  position: relative;
  padding-bottom: 105px;
  background-repeat: no-repeat;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#272525),
      to(#111)
    ),
    #c4c4c4;
  background: -o-linear-gradient(top, #272525 0, #111 100%), #c4c4c4;
  background: linear-gradient(to bottom, #272525 0, #111 100%), #c4c4c4;
  padding-top: 145px;
}
.b-single.nobg {
  background: 0 0;
}
.b-single .container {
  padding-left: 25px;
  padding-right: 25px;
}
.b-single .single__img,
.b-single .single__slider,
.b-single .single__thumb,
.b-single .single__video {
  margin-left: -25px;
  margin-right: -25px;
}
.single__date {
  color: #bfa178;
  font-family: ArnoPro, serif;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 31px;
  text-align: center;
}
.single__title {
  text-align: center;
  margin-bottom: 30px;
}
.single__title .title {
  font-family: ArnoPro, serif;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
}
.single__thumb {
  margin-bottom: 30px;
}
.single__thumb img {
  display: block;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.single__content {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.05em;
}
.single__content p {
  margin-bottom: 1em;
}
.single__article,
.single__slider,
.single__video {
  margin-bottom: 30px;
}
.single__article .small-title {
  text-align: center;
}
.single__slider .gallery-slider .slide-page img {
  max-width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.single__backlink {
  padding-top: 80px;
  text-align: center;
}
.product-card .double-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-card .double-section__left,
.product-card .double-section__right {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.product-card .double-section__left {
  background: -o-linear-gradient(298.7deg, #272525 -29.33%, #111 100%);
  background: linear-gradient(151.3deg, #272525 -29.33%, #111 100%);
}
.product-card .double-section__right {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#f0efed),
      to(#f0efed)
    ),
    #111;
  background: -o-linear-gradient(bottom, #f0efed, #f0efed), #111;
  background: linear-gradient(0deg, #f0efed, #f0efed), #111;
}
.product-card__img {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 70px;
  height: 450px;
}
.product-card__img-crumbs {
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 30;
}
.product-card__img-card {
  position: relative;
  height: 100%;
}
.product-card__img-card-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.product-card__img-alcho,
.product-card__img-type,
.product-card__img-value {
  pointer-events: none;
  position: absolute;
  letter-spacing: 0.05em;
}
.product-card__img-alcho {
  left: 20px;
  bottom: 20px;
  font-size: 16px;
  line-height: 25px;
}
.product-card__img-alcho strong {
  font-family: ArnoPro, serif;
  font-weight: 700;
  font-size: 24px;
}
.product-card__img-value {
  top: 90px;
  right: 0;
  width: 74px;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.product-card__img-value strong {
  font-family: ArnoPro, serif;
  display: inline-block;
  vertical-align: sub;
}
.product-card__img-value sub {
  font-size: 22px;
  line-height: 1;
}
.product-card__img-type {
  top: 90px;
  left: 25px;
  min-width: 180px;
  min-height: 180px;
  font-size: 16px;
  line-height: 1;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.product-card__img-type:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.product-card__img-type span {
  position: relative;
  white-space: nowrap;
}
.product-card__img-type span:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  margin-top: -2px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #bfa178;
  -webkit-box-shadow: 8px -5px 0 #bfa178, 8px 5px 0 #bfa178;
  box-shadow: 8px -5px 0 #bfa178, 8px 5px 0 #bfa178;
}
.product-card__img-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
}
.product-card__img-thumb img {
  display: block;
  max-width: 100%;
  max-height: 250px;
  margin: auto;
}
.product-card__info {
  color: #343331;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 42px 25px 80px;
}
.product-card__crumbs {
  display: none;
  visibility: hidden;
  margin-bottom: 40px;
}
.product-card__title {
  margin-bottom: 60px;
}
.product-card__title .title {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.product-card__table {
  margin-bottom: 60px;
}
.product-card__table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin-bottom: 22px;
}
.product-card__table .tr.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 26px;
}
.product-card__table .tr .td:first-of-type {
  width: 90px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  font-size: 14px;
  line-height: 16px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-card__table .tr .td + .td {
  margin-left: 15px;
}
.product-card__table .tr .td figure {
  width: 34px;
}
.product-card__table .tr .td figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-card__table .tr .td p {
  margin-bottom: 0;
}
.product-card__table span {
  color: #bfa178;
}
.product-card__table span.accent {
  font-family: ArnoPro, serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.product-card__table span.big {
  font-size: 20px;
  line-height: 1;
}
.product-card__table p {
  font-size: 14px;
  line-height: 1.25;
}
.product-card__prizes {
  margin-left: -25px;
  margin-right: -25px;
}
.product-card__prizes .title {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}
.product-card__prizes .prizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-card__prizes .prizes .cell {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 5px 51px;
}
.product-card__prizes .prize {
  text-align: center;
}
.product-card__prizes .prize__img {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
}
.product-card__prizes .prize__img img {
  display: inline-block;
  margin-bottom: 0;
  max-width: 100px;
}
.product-card__prizes .prize__text {
  opacity: 0.3;
  color: #343331;
  font-size: 14px;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.b-investors .decor-table {
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: -4px 0;
  width: 228px;
  height: 275px;
  padding-top: 32px;
  padding-left: 37px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 44px;
}
.b-investors .decor-table .cell {
  margin-bottom: 7px;
}
.b-investors .decor-table span,
.b-investors .decor-table strong {
  display: block;
}
.b-investors .decor-table span {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}
.b-investors .decor-table strong {
  font-family: ArnoPro, serif;
  font-weight: 400;
  color: #bfa178;
  font-size: 30px;
  line-height: 1.6;
}
.b-investors .decor-table strong small {
  font-size: 20px;
  font-weight: 400;
}
.b-investors .fullscreen__content .title {
  margin-bottom: 18px;
  font-size: 30px;
}
.b-investors .fullscreen__content .title + .desc {
  margin-top: -10px;
}
.b-investors .fullscreen__content .para {
  font-size: 14px;
}
.b-investors .fullscreen.s1 {
  padding-top: 180px;
}
.b-investors .fullscreen.s1 .fullscreen__content {
  margin-left: auto;
  margin-right: auto;
}
.b-investors .fullscreen.s1 .titles .title {
  margin-bottom: 33px;
  text-align: center;
}
.b-investors .fullscreen.s2 .fullscreen__content .titles .title {
  margin-bottom: 32px;
  text-align: center;
}
.b-investors .fullscreen.s2 .fullscreen__content ol li,
.b-investors .fullscreen.s2 .fullscreen__content ul li {
  margin: 0;
}
.b-reports {
  padding-top: 51px;
  padding-bottom: 168px;
}
.b-reports .titles .title {
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}
.b-reports .reports {
  max-width: 1060px;
}
.b-reports .reports .acard {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.b-reports .reports .acard-header {
  position: relative;
}
.b-reports .reports .acard-header button {
  padding: 20px 50px 20px 0;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  font-family: ArnoPro, serif;
  text-align: left;
  -webkit-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.b-reports .reports .acard-header button:active,
.b-reports .reports .acard-header button:focus,
.b-reports .reports .acard-header button:hover {
  outline: 0;
}
.b-reports .reports .acard-header button:hover + .arrow-down:after,
.b-reports .reports .acard-header button:hover + .arrow-down:before {
  border-color: #fff;
}
.b-reports .reports .acard-header button.collapsed,
.b-reports .reports .acard-header button.show {
  color: #bfa178;
}
.b-reports .reports .acard-header button.collapsed + .arrow-down {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.b-reports .reports .acard-header .arrow-down {
  position: absolute;
  top: 18px;
  right: 20px;
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: -webkit-transform 250ms;
  transition: transform 250ms;
  -o-transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}
.b-reports .reports .acard-header .arrow-down:after,
.b-reports .reports .acard-header .arrow-down:before {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 3px;
  top: -3px;
  width: 16px;
  height: 16px;
  -webkit-transition: border-color 250ms, -webkit-transform 250ms;
  transition: transform 250ms, border-color 250ms, -webkit-transform 250ms;
  -o-transition: transform 250ms, border-color 250ms;
}
.b-reports .reports .acard-header .arrow-down:before {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.b-reports .reports .acard-header .arrow-down:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.b-reports .reports .acard-body {
  padding: 25px;
}
.b-reports .reports .acard-body__content {
  padding-right: 15px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  overflow-y: auto !important;
  overflow-anchor: none;
  max-height: 50vh;
}
.b-reports .reports .acard-body__content::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}
.b-reports .reports .acard-body__content::-webkit-scrollbar {
  width: 2px;
  background-color: rgba(255, 255, 255, 0.1);
}
.b-reports .reports .acard-body__content::-webkit-scrollbar-thumb {
  background-color: #bfa178;
  border-radius: 2px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.b-reports .reports .acard-body__content ol,
.b-reports .reports .acard-body__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b-reports .reports .acard-body__content ol li,
.b-reports .reports .acard-body__content ul li {
  margin: 0 0 20px;
}
.b-reports .reports .acard-body__content ol li:last-of-type,
.b-reports .reports .acard-body__content ul li:last-of-type {
  margin-bottom: 0;
}
.b-reports .reports .acard-body__content a {
  color: #fff;
  text-decoration: none;
}
.b-reports .reports .acard-body__content a:active,
.b-reports .reports .acard-body__content a:focus,
.b-reports .reports .acard-body__content a:hover {
  color: #bfa178;
  text-decoration: none;
}
.b-buy-first {
  overflow: hidden;
  position: relative;
  padding-top: 111px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: top center;
  background-repeat: no-repeat;
}
.b-buy-first .background-img {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
}
.b-buy-first .background-img:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(17, 17, 17, 0)),
      to(rgba(17, 17, 17, 0.3))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), to(rgba(17, 17, 17, 0.3))),
    -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), to(rgba(17, 17, 17, 0.3))),
    -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), to(#111));
  background: -o-linear-gradient(
      top,
      rgba(17, 17, 17, 0) 0,
      rgba(17, 17, 17, 0.3) 100%
    ),
    -o-linear-gradient(top, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.3) 100%),
    -o-linear-gradient(top, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.3) 100%),
    -o-linear-gradient(top, rgba(17, 17, 17, 0) 0, #111 100%);
  background: linear-gradient(
      180deg,
      rgba(17, 17, 17, 0) 0,
      rgba(17, 17, 17, 0.3) 100%
    ),
    linear-gradient(180deg, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.3) 100%),
    linear-gradient(180deg, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.3) 100%),
    linear-gradient(180deg, rgba(17, 17, 17, 0) 0, #111 100%);
}
.b-buy-first .background-img img {
  display: block;
  max-width: 100%;
  height: 120vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.b-buy-first .container {
  position: relative;
  z-index: 20;
}
.b-buy-first .titles .title {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.b-buy-first .titles .para {
  margin-bottom: 50px;
}
.b-buy-first .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.b-buy-first .info__img {
  width: 175px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 175px;
  flex: 0 0 175px;
  padding-right: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.b-buy-first .info__img > img {
  display: block;
  max-width: 100%;
}
.b-buy-first .info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.b-buy-first .info__contacts .block-title {
  color: #bfa178;
  font-family: ArnoPro, serif;
  letter-spacing: 0.5px;
  margin-bottom: 37px;
  font-size: 22px;
  line-height: 26px;
}
.b-buy-first .info__contacts .mobile-dropdown .dropdown {
  padding-bottom: 20px;
}
.b-buy-first .info__contacts .mobile-dropdown .dropdown .btn {
  padding: 0 20px 0 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  outline: 0;
}
.b-buy-first .info__contacts .mobile-dropdown .dropdown .btn:active,
.b-buy-first .info__contacts .mobile-dropdown .dropdown .btn:focus,
.b-buy-first .info__contacts .mobile-dropdown .dropdown .btn:hover {
  outline: 0;
  color: #bfa178;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.b-buy-first .info__contacts .mobile-dropdown .dropdown .dropdown-menu {
  padding: 15px;
  border-radius: 0;
  background: -o-linear-gradient(
    281.56deg,
    rgba(33, 32, 32, 0.9) 19.8%,
    rgba(17, 17, 17, 0.9) 136.26%
  );
  background: linear-gradient(
    168.44deg,
    rgba(33, 32, 32, 0.9) 19.8%,
    rgba(17, 17, 17, 0.9) 136.26%
  );
}
.b-buy-first .info__contacts .mobile-dropdown .dropdown .dropdown-menu ul {
  list-style: none;
  margin-bottom: 0;
}
.b-buy-first
  .info__contacts
  .mobile-dropdown
  .dropdown
  .dropdown-menu
  .nav-tabs {
  padding: 0;
}
.b-buy-first
  .info__contacts
  .mobile-dropdown
  .dropdown
  .dropdown-menu
  .nav-tabs
  a {
  display: block;
  font-family: ArnoPro, serif;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 10px;
}
.b-buy-first
  .info__contacts
  .mobile-dropdown
  .dropdown
  .dropdown-menu
  .nav-tabs
  a:active,
.b-buy-first
  .info__contacts
  .mobile-dropdown
  .dropdown
  .dropdown-menu
  .nav-tabs
  a:focus,
.b-buy-first
  .info__contacts
  .mobile-dropdown
  .dropdown
  .dropdown-menu
  .nav-tabs
  a:hover {
  outline: 0;
  color: #bfa178;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.b-buy-first
  .info__contacts
  .mobile-dropdown
  .dropdown
  .dropdown-menu
  .nav-tabs
  a.active {
  color: #bfa178;
}
.b-buy-first .info__contacts .contacts .contact-link {
  margin-bottom: 34px;
}
.b-buy-first .info__tabs {
  display: none;
  visibility: hidden;
}
.b-retail .titles .title {
  margin-bottom: 70px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
}
.b-retail .retail-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-retail .retail-grid .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 33.333333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
}
.b-retail .retail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-height: 60px;
  max-width: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  text-align: center;
}
.b-retail .retail:before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #1B1B1B;
  will-change: opacity;
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.b-retail .retail img {
  display: block;
  max-width: 100%;
}
.b-export .titles .title {
  margin-bottom: 27px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
}
.b-export .export-map [class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}
.b-export .export-map .map {
  overflow: hidden;
  height: 310px;
}
.b-about {
  position: relative;
  padding-bottom: 60px;
}
.b-about .b-single.nobg {
  padding-top: 30px;
  padding-bottom: 30px;
}
.b-about .b-single.nobg .single__video {
  margin-bottom: 0 !important;
}
.b-about .simple-slick-arrows .content {
  width: 100%;
}
.b-about-family {
  padding-top: 54px;
  padding-bottom: 0;
}
.b-about-family + .b-about-zavod {
  padding-top: 0;
}
.b-about-create {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
overflow: hidden;
}
.b-about-create .titles {
  margin-bottom: 0;
}
.b-about-create .titles .title {
  text-transform: uppercase;
  margin-bottom: 26px;
}
.b-about-create .block-title {
  color: #bfa178;
  font-family: ArnoPro, serif;
  margin-bottom: 21px;
  font-size: 28px;
  line-height: 1.2;
}
.b-about-zavod {
  position: relative;
  padding-bottom: 60px;
}
.b-about-zavod .titles .title {
  text-transform: uppercase;
}
.b-about-team {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#272525),
    to(#111)
  );
  background: -o-linear-gradient(top, #272525, #111);
  background: linear-gradient(to bottom, #272525, #111);
}
.b-about-team .titles .title {
  text-transform: uppercase;
}
.b-house {
  position: relative;
  padding-bottom: 120px;
}
.b-house .fullscreen__content .title {
  line-height: 1;
  margin-bottom: 18px;
}
.b-house .fullscreen__content .title + .desc {
  margin-top: -10px;
}
.b-house .fullscreen.s1 {
  padding-top: 200px;
}
.b-universary .b-single {
  padding-top: 51px;
}
.b-universary .b-single .single__title .title {
  font-size: 35px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
.b-universary-bottles {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #222;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.b-universary-bottles figure,
.b-universary-bottles img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.b-universary-bottles .bottles {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
.b-universary-bottles .bottles-logo {
  text-align: center;
  margin-bottom: 30px;
}
.b-universary-bottles .bottles-logo figure {
  max-width: 90%;
}
.b-universary-bottles .bottles-img {
  text-align: center;
}
.b-universary-bottles .para {
  text-align: center;
  line-height: 1.5;
  padding-left: 30px;
  padding-right: 30px;
}
.b-resort-map {
  padding-top: 80px;
  padding-bottom: 200px;
}
.b-resort-map .titles {
  margin-bottom: 66px;
}
.b-resort-map .titles .title {
  margin-bottom: 0;
  color: #bfa178;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.b-resort-map .map-box {
  margin-bottom: 60px;
}
.b-resort-map .map-box img {
  display: block;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fullscreen-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #1d1d1d;
  overflow-y: hidden;
  overflow-x: auto;
}
.no-touchevents .fullscreen-slider {
  overflow-x: hidden;
}
.fullscreen-slider .fullscreen {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  min-height: 100vh;
  max-width: 1920px;
}
.fullscreen-slider .fullscreen:first-of-type {
  max-width: 100%;
}
.fullscreen-slider.production-slider {
  position: relative;
}
.disable-scroll .fullscreen-slider.production-slider .fullscreen:hover .cursor,
.disable-scroll .fullscreen-slider.production-slider.show-cursor .cursor {
  opacity: 1;
}
.fullscreen-slider.production-slider .fullscreen {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 90%;
}
.fullscreen-slider.production-slider .fullscreen__content .titles .title {
  font-size: 25px;
}
.fullscreen-slider.production-slider .fullscreen.s11 {
  padding-top: 110px;
}
.fullscreen-slider.production-slider .fullscreen.s11 .fullscreen__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fullscreen-slider.production-slider .fullscreen.s11 .fullscreen__content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.fullscreen-slider.production-slider .fullscreen.s11 .fullscreen__image img {
  max-height: 234px;
}
.fullscreen-slider.production-slider .fullscreen.s12,
.fullscreen-slider.production-slider .fullscreen.s13 {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-top: 110px;
}
.fullscreen-slider.production-slider .fullscreen.s12 .fullscreen__container,
.fullscreen-slider.production-slider .fullscreen.s13 .fullscreen__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fullscreen-slider.production-slider
  .fullscreen.s12
  .fullscreen__content
  .title
  br,
.fullscreen-slider.production-slider
  .fullscreen.s13
  .fullscreen__content
  .title
  br {
  display: none;
}
.fullscreen-slider.production-slider .fullscreen.s12 .fullscreen__image,
.fullscreen-slider.production-slider .fullscreen.s13 .fullscreen__image {
  margin-bottom: 0;
}
@media (min-width: 320px) {
  .hor-slider__cardbox-content-title .title {
    font-size: 10vw;
  }
 .b-sbor-urozhaya .progress-slider__content .slide-page__content .title {
    font-size: 34px;
  }
}
@media (min-width: 375px) {
  .b-main-news-grid .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .b-main-news-grid .row,
  .main-news-grid {
    margin-left: -10px;
    margin-right: -10px;
  }
  .main-news-grid__left-side,
  .main-news-grid__right-side {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-news-grid__left-side .main-news-card,
  .main-news-grid__right-side .main-news-card {
    margin-bottom: 40px;
  }
  .main-news-card {
    border-radius: 5px;
  }
  .main-news-card.hasimg .main-news-card__img {
    margin-left: 0;
    margin-right: 0;
  }
  .main-news-card__content {
    padding: 46px;
  }
  .b-footer-contacts {
    padding-top: 56px;
  }
  .product-card__img-alcho {
    left: 29px;
    bottom: 29px;
  }
  .product-card__img-type,
  .product-card__img-value {
    top: 74px;
  }
}
@media (min-width: 414px) {
  .fullscreen__imagecard-title {
    width: 75px;
    font-size: 15px;
  }
}
@media (min-width: 576px) {
  .core-footer-brands .cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .main-test {
    background-color: #cfc;
  }
  .main-test:before {
    content: "sm mobile landscape";
  }
  .fullscreen__content .desc {
    font-size: 21px;
  }
  .fullscreen__imagecard:before {
    padding-top: 120%;
    left: 7%;
    width: 86%;
  }
  .fullscreen__imagecard-title {
    top: 130px;
    right: -60px;
    width: 120px;
    font-size: 20px;
  }
  .fullscreen__imagecard img {
    max-width: 100%;
    max-height: none;
  }
  .b-sbor-urozhaya .fullblock-slider .slide-page__container .container,
  .b-sbor-urozhaya .progress-slider__content .slide-page__container .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 576px) and (orientation: portrait) {
  .slide-box {
    --figure_w: 50vh;
    --para_fz: 1.6vh;
    --date_fz: 12vh;
  }
}
@media screen and (min-width: 576px) and (orientation: landscape) {
  .slide-box {
    --date_fz: 16vh;
    --figure_w: 60vh;
    --figure_h: 48vh;
    --figure_summ: 100vh;
    --figure_p: 700px;
    --para_w: 40vh;
    --para_h: 48vh;
    --para_p: 700px;
    --para_fz: 1.6vh;
    --quote_fz: 4vh;
  }
  .slide-box--mod3,
  .slide-box--mod4,
  .slide-box--mod5 {
    --figure_w: 40vh;
    --figure_summ: 70vh;
    --para_w: 30vh;
  }
  .slide-box--mod6 {
    --figure_w: 60vh;
    --figure_summ: 100vh;
    --para_w: 40vh;
  }
}
@media (min-width: 768px) {
  .core-menu {
    top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .core-menu__logo {
    width: 180px;
    padding-right: 20px;
  }
  .core-menu__list {
    display: block;
    visibility: visible;
    width: 510px;
  }
  html:lang(en) .core-menu__list {
    min-width: 510px;
    width: auto;
  }
  html:lang(en) .core-menu__list ul li + li {
    margin-left: 20px;
  }
  .core-menu-space {
    height: 0;
  }
  .core-nav {
    position: relative;
    display: none;
    /* height: 80px; */
    padding-left: 10px;
    padding-right: 10px;
  }
  .core-nav.fixed-mode {
    top: 70px;
  }
  .core-nav__container {
    justify-content: space-between;
    /* height: 80px; */
  }
  .core-nav__list {
    overflow: unset;
    min-width: auto;
    max-width: calc(100% - 137px);
  }
  .lt-ie9 .core-nav__list,
  .no-flexboxlegacy .core-nav__list {
    overflow: visible;
    overflow-y: visible;
  }
  .core-nav__list ul {
    display: none;
    visibility: hidden;
  }
  .core-nav__list ul + ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .core-nav__list ul li {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 80px;
    letter-spacing: 0.05em;
    text-decoration: none;
  }
  .core-nav__list ul li:first-of-type {
    padding-left: 0;
  }
  .core-nav__list ul li:last-of-type {
    padding-right: 0;
  }
  .core-nav__list ul li + li {
    padding-left: 1.8vw;
  }
  .core-nav__list ul li + li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(1vw - 2px);
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #bfa178;
    border-radius: 50%;
  }
  .core-nav__list ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #bfa178;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  .core-nav__list ul li a.active:after,
  .core-nav__list ul li a:hover:after {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .core-nav__list ul .list-cover {
    margin-left: 10px;
    line-height: 80px;
    height: 80px;
  }
  .core-nav__list ul .list-cover > div {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 14px;
  }
  .core-nav__list ul .list-cover > div ul li + li:before {
    display: none;
    content: none;
  }
  .core-nav__social {
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
       margin-left: 20px;
    padding-left: 0;
  }
  .core-nav__social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
   flex: 0 0 38px;
    height: 38px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    -webkit-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
  }
  .core-nav__social a:active,
  .core-nav__social a:focus,
  .core-nav__social a:hover {
    background-color: #bfa178;
  }
  .core-nav__social a + a {
    margin-left: 10px;
  }
  .core-nav__lang,
  .core-nav__search {
    display: block;
    visibility: visible;
  }
  .core-footer {
    padding-left: 3%;
    padding-right: 3%;
  }
  .core-footer-nav__list ul li {
    display: inline-block;
    width: auto;
    line-height: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .crumbs a {
    font-size: 16px;
    line-height: 1;
  }
  .gallery-slider .slick-next,
  .gallery-slider .slick-prev {
    width: 61px;
    height: 61px;
    -webkit-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
    opacity: 0.3;
    background-repeat: no-repeat;
  }
  .gallery-slider .slick-next:after,
  .gallery-slider .slick-next:before,
  .gallery-slider .slick-prev:after,
  .gallery-slider .slick-prev:before {
    border: none;
    content: none;
  }
  .gallery-slider .slick-prev {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iNjEiIHZpZXdCb3g9IjAgMCA2MSA2MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGc+CjxjaXJjbGUgY3g9IjMwLjQyMTIiIGN5PSIzMC40MjEyIiByPSIyOS42NzExIiB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDMwLjQyMTIgMzAuNDIxMikiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik00Ny4wMTQ2IDMwLjQyMTFMMTYuMTk4NCAzMC40MjExIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cGF0aCBkPSJNMjIuMTI0NSAzNi4zNDc0TDE1LjgwMzIgMzAuNDIxMkwyMi4xMjQ1IDI0LjQ5NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9nPgo8L3N2Zz4K);
  }
  .gallery-slider .slick-next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iNjEiIHZpZXdCb3g9IjAgMCA2MSA2MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGc+CjxjaXJjbGUgcj0iMjkuNjcxMSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAtOC43NDIyOGUtMDggLTguNzQyMjhlLTA4IC0xIDMwLjQyMTYgMzAuNDIxMikiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik0xMy44MjgxIDMwLjQyMTFMNDQuNjQ0MyAzMC40MjExIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cGF0aCBkPSJNMzguNzE4MyAzNi4zNDc0TDQ1LjAzOTUgMzAuNDIxMkwzOC43MTgzIDI0LjQ5NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9nPgo8L3N2Zz4K);
  }
  .carousel-slider {
    margin-bottom: 30px;
  }
  .carousel-slider .slick-prev {
    left: 25%;
  }
  .carousel-slider .slick-next {
    right: 25%;
  }
  .carousel-slider .slick-slide .slide-page__img,
  .carousel-slider
    .slick-slide[aria-hidden="true"]:not(.slick-cloned)
    ~ .slick-cloned[aria-hidden="true"]
    .slide-page__img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .carousel-slider .slick-slide .slide-page__img img.lazy.loaded,
  .carousel-slider .slick-slide .slide-page__img img.lazy.loading,
  .carousel-slider
    .slick-slide[aria-hidden="true"]:not(.slick-cloned)
    ~ .slick-cloned[aria-hidden="true"]
    .slide-page__img
    img.lazy.loaded,
  .carousel-slider
    .slick-slide[aria-hidden="true"]:not(.slick-cloned)
    ~ .slick-cloned[aria-hidden="true"]
    .slide-page__img
    img.lazy.loading {
    opacity: 0.6 !important;
  }
  .carousel-slider
    .slick-slide.slick-current.slick-active.slick-center
    .slide-page__img
    img.lazy.loaded,
  .carousel-slider
    .slick-slide.slick-current.slick-active.slick-center
    .slide-page__img
    img.lazy.loading,
  .carousel-slider
    .slick-slide.slick-current.slick-center
    .slide-page__img
    img.lazy.loaded,
  .carousel-slider
    .slick-slide.slick-current.slick-center
    .slide-page__img
    img.lazy.loading {
    opacity: 1 !important;
  }
  .carousel-slider .slick-center .slide-page__img,
  .carousel-slider
    .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
    + .slick-cloned[aria-hidden="true"]
    .slide-page__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .circle-slick-arrows .progress-slider__nav .slick-next,
  .circle-slick-arrows .progress-slider__nav .slick-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 0;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    -webkit-transition: opacity 250ms, background-color 250ms;
    -o-transition: opacity 250ms, background-color 250ms;
    transition: opacity 250ms, background-color 250ms;
  }
  .circle-slick-arrows .progress-slider__nav .slick-next:active:before,
  .circle-slick-arrows .progress-slider__nav .slick-next:focus:before,
  .circle-slick-arrows .progress-slider__nav .slick-next:hover:before,
  .circle-slick-arrows .progress-slider__nav .slick-prev:active:before,
  .circle-slick-arrows .progress-slider__nav .slick-prev:focus:before,
  .circle-slick-arrows .progress-slider__nav .slick-prev:hover:before {
    opacity: 1;
    color: #fff;
    background-color: transparent;
  }
  .circle-slick-arrows .progress-slider__nav .slick-next:active svg,
  .circle-slick-arrows .progress-slider__nav .slick-next:focus svg,
  .circle-slick-arrows .progress-slider__nav .slick-next:hover svg,
  .circle-slick-arrows .progress-slider__nav .slick-prev:active svg,
  .circle-slick-arrows .progress-slider__nav .slick-prev:focus svg,
  .circle-slick-arrows .progress-slider__nav .slick-prev:hover svg {
    color: #fff;
  }
  .circle-slick-arrows .progress-slider__nav .slick-next:before,
  .circle-slick-arrows .progress-slider__nav .slick-prev:before {
    border: 1.5px solid #fff;
    width: 60px;
    height: 60px;
    margin-top: 0;
    margin-left: 0;
    content: "";
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: inherit;
    line-height: inherit;
    border-radius: 50%;
    -webkit-transition: opacity 250ms, border-color 250ms;
    -o-transition: opacity 250ms, border-color 250ms;
    transition: opacity 250ms, border-color 250ms;
  }
  .circle-slick-arrows .progress-slider__nav .slick-next:after,
  .circle-slick-arrows .progress-slider__nav .slick-prev:after {
    content: none;
  }
  .circle-slick-arrows .progress-slider__nav .slick-next svg,
  .circle-slick-arrows .progress-slider__nav .slick-prev svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    display: block;
    -webkit-transition: color 250ms ease-out;
    -o-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
  }
  .circle-slick-arrows .progress-slider__nav .slick-next svg circle#cp,
  .circle-slick-arrows .progress-slider__nav .slick-prev svg circle#cp {
    stroke-dasharray: 220px;
    stroke-dashoffset: 0;
    stroke-linecap: round;
  }
  .circle-slick-arrows .progress-slider__nav .slick-prev {
    -webkit-transform: translate(0, -50%) rotate(0);
    -ms-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0);
  }
  .circle-slick-arrows .progress-slider__nav .slick-prev svg {
    color: rgba(255, 255, 255, 0.5);
  }
  .circle-slick-arrows .progress-slider__nav .slick-next {
    -webkit-transform: translate(0, -50%) rotate(0);
    -ms-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0);
  }
  .circle-slick-arrows .progress-slider__nav .slick-next svg {
    color: #bfa178;
  }
  .simple-slick-arrows .slick-prev {
    top: 50%;
    left: -40px;
  }
  .simple-slick-arrows .slick-next {
    top: 50%;
    right: -40px;
  }
  .video__play {
    width: 54px;
    height: 54px;
  }
  .form-toast {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .form-toast.open {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .form-toast__container {
    max-width: 480px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .burger-menu {
    top: 70px;
    padding-bottom: 5vh;
  }
  .touchevents .burger-menu__content {
    height: calc(100vh - 70px - 5vh);
  }
  .burger-menu__content {
    padding-left: 100px;
  }
  .burger-menu__info {
    padding-top: 60px;
  }
  .burger-menu__info-title {
    font-size: 20px;
    line-height: 23px;
    margin-left: -50px;
  }
  .burger-menu__info .core-footer-brands {
    padding-top: 60px;
    margin-left: -90px;
  }
  .burger-menu__list .change-lang {
    padding: 0;
    bottom: 0;
    display: none;
    visibility: hidden;
  }
  .burger-menu__list ul li {
    font-size: 50px;
  }
  .burger-menu__list ul li:before {
    left: -50px;
  }
  .search {
    top: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .search__input[type="search"],
  .search__input[type="text"] {
    font-size: 35px;
  }
  .search__submit svg {
    width: 25px;
    height: 27px;
  }
  .search__results .result__title {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 17px;
  }
  .search__results .result__excerpt {
    font-size: 20px;
    line-height: 26px;
  }
  .search__results .result__more {
    font-size: 18px;
  }
  .main-test {
    background-color: #ccf;
  }
  .main-test:before {
    content: "md ipad";
  }
  .disclaimer-modal.open .disclaimer {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .disclaimer-modal.open.animated .disclaimer {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .disclaimer {
    left: auto;
    top: 50%;
    bottom: auto;
    padding: 50px 70px;
  }
  .disclaimer__title {
    padding-bottom: 34px;
  }
  .disclaimer__title span {
    font-size: 35px;
    line-height: 42px;
  }
  .disclaimer__buttons {
    padding-bottom: 50px;
  }
  .disclaimer__buttons .btn {
    padding-left: 34px;
    padding-right: 34px;
  }
  .disclaimer__buttons .btn + .btn {
    margin-left: 44px;
    padding-left: 34px;
    padding-right: 34px;
  }
  .category-btn {
    top: 244px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .nav-box__header {
    font-size: 30px;
  }
  .fullscreen {
    overflow: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .fullscreen.mah100vh,
  .fullscreen.min100vh {
    overflow: hidden;
    min-height: calc(100vh - 70px);
  }
  .fullscreen.fullbg-mode {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .fullscreen.fullbg-mode .fullscreen__bg:after {
    background: -o-linear-gradient(
        359.53deg,
        #111 -23.41%,
        rgba(17, 17, 17, 0) 115.32%
      ),
      -o-linear-gradient(bottom, rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6));
    background: linear-gradient(
        90.47deg,
        #111 -23.41%,
        rgba(17, 17, 17, 0) 115.32%
      ),
      linear-gradient(0deg, rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6));
  }
  .fullscreen__bg {
    bottom: 0;
  }
  .fullscreen__bg:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    
  }
  .fullscreen__bg img {
    width: 100%;
    height: 100%;
  }
  .fullscreen__bg img.lazy {
    max-width: 100%;
  }
  .fullscreen__bg img.lazy.loaded {
    margin-left: 0;
  }
  .fullscreen__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .flexboxtweener .fullscreen__container {
    margin-left: 0;
    margin-right: 0;
  }
  .fullscreen__link a.double-line .subicon {
    display: block;
  }
  .fullscreen__content {
    max-width: 640px;
  }
  .fullscreen__content .desc {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.05em;
  }
  .fullscreen__image img {
    max-width: 100%;
    max-height: 520px;
  }
  .fullscreen__image.double {
    width: 660px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 660px;
    flex: 0 0 660px;
    height: 660px;
  }
  .fullscreen__image.double .cell:first-of-type {
    margin-top: auto;
  }
  .fullscreen__imagecard {
    width: 270px;
  }
  .fullscreen__imagecard:before {
    left: 0;
    width: 270px;
  }
  .new-slider__timeline {
    display: block;
    visibility: visible;
  }
  .new-slider__section {
    display: block;
    visibility: visible;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150vh;
    flex: 0 0 150vh;
    width: 150vh;
  }
  .new-slider__section.s1 .new-slider__title .title {
    font-size: 4.7vw;
  }
  .new-slider__section.s1 .new-slider__container .slide-box .date {
    left: 0;
    -webkit-transform: translate(-67px, -171px);
    -ms-transform: translate(-67px, -171px);
    transform: translate(-67px, -171px);
  }
  .new-slider__section.s6 .new-slider__container .slide-box .figure .img0 {
    max-width: none;
  }
  .new-slider__section.s6 .new-slider__container .slide-box .figure .img2 img {
    max-height: none;
  }
  .new-slider__section.mod-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100vh;
    flex: 0 0 100vh;
    width: 100vh;
  }
  .new-slider__section.mod-final {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100vw;
    flex: 0 0 100vw;
    width: 100vw;
  }
  .new-slider__section.mod-final0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10vh;
    flex: 0 0 10vh;
    width: 10vh;
  }
  .slide-box .para {
    letter-spacing: 0.8px;
  }
  .universal-section {
    max-height: 820px;
  }
  .universal-section > img {
    width: 100%;
  }
  .universal-section__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }
  .universal-section__container-box {
    padding-bottom: 10vw;
    max-width: 70%;
  }
  .universal-section__container0 {
    max-height: 820px;
  }
  .universal-section__container2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 7vw;
    padding-left: 10vw;
  }
  .universal-section__container2-box {
    padding-bottom: 10vw;
  }
  .hor-slider__bg.mobile,
  .hor-slider__card,
  .hor-slider__column {
    display: none;
    visibility: hidden;
  }
  .hor-slider__bg.tablet {
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hor-slider__bg.tablet .tablet-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hor-slider__bg.tablet img {
    display: inline-block;
    margin: 0 0 54px;
  }
  .hor-slider__bg.tablet .btn {
    pointer-events: all;
  }
  .hor-slider__section {
    display: block;
    visibility: visible;
  }
  .hor-slider__section.s1 {
    padding-top: 0;
  }
  .hor-slider__section.s3 .hor-slider__container {
    padding-right: 8vw;
  }
  .hor-slider__section.s3 .hor-slider__container-box {
    padding-left: 12vw;
  }
  .hor-slider__section.s3 .hor-slider__double {
    padding-left: 2vw;
  }
  .hor-slider__section.s3 .hor-slider__double figure .img1 img {
    height: 100%;
    border-radius: 5px;
  }
  .hor-slider__section.s3 .hor-slider__double figure .img2 {
    z-index: 20;
    height: 0;
  }
  .hor-slider__section.s3 .hor-slider__double figure .img2 img {
    -webkit-transform: translate(-30%, -70%);
    -ms-transform: translate(-30%, -70%);
    transform: translate(-30%, -70%);
  }
  .hor-slider__section.s3 .hor-slider__figure {
    left: 0;
  }
  .hor-slider__section.s3 .hor-slider__figure figure {
    padding-bottom: 0;
  }
  .hor-slider__section.s3 .hor-slider__figure figure img {
    -webkit-transform: translate(-34%, -70%) rotateY(180deg);
    transform: translate(-34%, -70%) rotateY(180deg);
  }
  .hor-slider__section.s4 .hor-slider__container {
    padding-left: 0;
    padding-top: 19vw;
    padding-right: 12vw;
    padding-bottom: 8vw;
  }
  .hor-slider__section.s4 .hor-slider__container-box {
    padding-left: 10vw;
  }
  .hor-slider__section.s4 .hor-slider__double figure .img0 img {
    display: block;
    width: 100%;
    border-radius: 5px;
  }
  .hor-slider__section.s4 .hor-slider__double figure .img1 {
    display: none;
    visibility: hidden;
  }
  .hor-slider__section.s4 .hor-slider__figure figure {
    left: 0;
    padding-bottom: 0;
  }
  .hor-slider__section.s4 .hor-slider__figure figure img {
    -webkit-transform: translate(-70%, -25%);
    -ms-transform: translate(-70%, -25%);
    transform: translate(-70%, -25%);
  }
  .hor-slider__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 7vw;
    padding-left: 10vw;
  }
  .hor-slider__container-box {
    padding-bottom: 10vw;
  }
  .hor-slider__container-box p {
    max-width: 65%;
  }
  .hor-slider__double figure,
  .hor-slider__double figure .img0,
  .hor-slider__double figure .img1,
  .hor-slider__double figure .img2 {
    position: relative;
  }
  .hor-slider__double figure .img0 img,
  .hor-slider__double figure .img1 img,
  .hor-slider__double figure .img2 img {
    display: block;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .hor-slider__double figure .img0:after,
  .hor-slider__double figure .img1:after {
    content: "";
    position: absolute;
    z-index: 10;
    pointer-events: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -o-linear-gradient(
        169.71deg,
        rgba(28, 28, 28, 0) 86.62%,
        #1c1c1c 147.3%
      ),
      -o-linear-gradient(314.46deg, rgba(28, 28, 28, 0) 60.39%, #1c1c1c 108.34%),
      rgba(28, 28, 28, 0.2);
    background: linear-gradient(
        280.29deg,
        rgba(28, 28, 28, 0) 86.62%,
        #1c1c1c 147.3%
      ),
      linear-gradient(135.54deg, rgba(28, 28, 28, 0) 60.39%, #1c1c1c 108.34%),
      rgba(28, 28, 28, 0.2);
  }
  .hor-slider__figure {
    display: block;
    visibility: visible;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .hor-slider__figure figure {
    position: absolute;
    top: 0;
  }
  .hor-slider__figure figure img {
    -webkit-transform: translate(-53%, -25%);
    -ms-transform: translate(-53%, -25%);
    transform: translate(-53%, -25%);
    max-width: 50vw;
  }
  .main-news-card__event {
    padding-left: 66px;
  }
  .main-news-card__event-date {
    top: 0;
  }
  .main-news-card__event-date time {
    width: 60px;
    font-size: 55px;
    line-height: 66px;
  }
  .main-news-card__numbers .main-news-card__number {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .b-sbor-urozhaya .fullblock-slider,
  .b-sbor-urozhaya .progress-slider__content {
    height: 500px;
  }
  .b-sbor-urozhaya .fullblock-slider .slide-page__img,
  .b-sbor-urozhaya .progress-slider__content .slide-page__img {
    position: relative;
  }
  .b-sbor-urozhaya .fullblock-slider .slide-page__img img,
  .b-sbor-urozhaya .progress-slider__content .slide-page__img img {
    min-height: 500px;
    height: auto;
  }
  .b-sbor-urozhaya .fullblock-slider .slide-page__container,
  .b-sbor-urozhaya .progress-slider__content .slide-page__container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .b-sbor-urozhaya .fullblock-slider .slide-page__container .container,
  .b-sbor-urozhaya .progress-slider__content .slide-page__container .container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .b-sbor-urozhaya
    .fullblock-slider
    .slide-page__container
    .container
    .btn.btn-cube,
  .b-sbor-urozhaya
    .progress-slider__content
    .slide-page__container
    .container
    .btn.btn-cube {
    position: relative;
    left: auto;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .b-sbor-urozhaya .fullblock-slider .slide-page__content,
  .b-sbor-urozhaya .progress-slider__content .slide-page__content {
    text-align: left;
  }
  .b-sbor-urozhaya .fullblock-slider .slide-page__content .para,
  .b-sbor-urozhaya .progress-slider__content .slide-page__content .para {
    min-height: 140px;
  }
  .b-about-awards .titles .title {
    font-size: 35px;
    margin-bottom: 120px;
  }
  .b-about-awards .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .b-about-awards .sections {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .b-about-awards .award-title {
    font-size: 35px;
  }
  .b-about-awards .awards-grid .cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .b-about-awards .awards-grid .cell .award {
    margin-left: auto;
    margin-right: auto;
  }
  .b-about-awards .awards-grid .award__img img {
    max-width: 150px;
  }
  .b-about-awards .awards-text .award-text {
    margin-bottom: 84px;
  }
  .b-about-awards .awards-text .para {
    min-height: 192px;
  }
  .b-collection .fullscreen {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .b-collection .fullscreen__container .titles .title {
    font-size: 50px;
  }
  .fullpage-grid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 70px;
  }
  .fullpage-grid__aside.open.animated {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .fullpage-grid__aside {
    padding-right: 30%;
    background-color: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    -webkit-transition: background-color 250ms linear,
      -webkit-transform 250ms linear, -webkit-filter 250ms linear;
    transition: transform 250ms linear, filter 250ms linear,
      background-color 250ms linear, -webkit-transform 250ms linear,
      -webkit-filter 250ms linear;
    -o-transition: transform 250ms linear, filter 250ms linear,
      background-color 250ms linear;
    will-change: transform, filter;
  }
  .fullpage-grid__aside .nav-boxes {
    padding-top: 104px;
    padding-bottom: 0;
  }
  .fullpage-grid__article {
    padding-top: 24px;
    padding-left: 113px;
  }
  .fullpage-grid__article-crumbs {
    margin-bottom: 50px;
  }
  .bottles-grid {
    margin-left: 10px;
    margin-right: 10px;
  }
  .bottles-grid .cell {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
  }
  .bottle__icon {
    display: block;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  .gallery-slider.fullpage-slider .slide-page__box,
  .slides .slide-page__box {
    width: 215px;
    height: 181px;
    padding: 33px 27px;
  }
  .gallery-slider.fullpage-slider .slide-page__box strong,
  .slides .slide-page__box strong {
    font-size: 24px;
  }
  .gallery-slider.fullpage-slider .slide-page__box .progress,
  .slides .slide-page__box .progress {
    left: 27px;
    bottom: 33px;
  }
  .b-news .double-section {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .news-grid {
    padding-top: 63px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .news-grid__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -25px;
    margin-right: -25px;
  }
  .news-grid__cards .left-side,
  .news-grid__cards .right-side {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .news-slider .slide-page__box {
    padding-top: 12.5%;
    bottom: 0;
  }
  .news-slider .slide-page__content {
    text-align: left;
  }
  .news-slider .slide-page__content .title {
    font-size: 24px;
    line-height: 1.2;
    width: calc(100% - 220px);
    margin: 0;
    text-align: left;
  }
  .news-slider .slide-page img {
    min-height: 100vh;
  }
  .b-contacts {
    padding-top: 120px;
  }
  .b-contacts .titles {
    max-width: 100%;
  }
  .location-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 400px;
  }
  .location-card__map {
    width: 240px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    min-height: 400px;
  }
  .location-card__map .map {
    height: 100%;
  }
  .location-card__map .map__location {
    width: 58px;
    height: 90px;
  }
  .location-card__map .map__link {
    width: 120px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    height: 120px;
  }
  .location-card__map .map__link-icon {
    width: 37px;
    height: 37px;
  }
  .location-card__map .map__link span {
    display: inline-block;
  }
  .location-card__content {
    padding: 42px 30px;
  }
  .location-card__name {
    font-size: 30px;
    line-height: 36px;
  }
  .location-card__info .info {
    font-size: 16px;
  }
  .location-card__info .info__type {
    width: 160px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    margin-right: 0;
  }
  .contact-link {
    font-size: 16px;
    padding-left: 30px;
  }
  .contact-link-icon,
  .contact-link-icon.icon-point {
    width: 20px;
    height: 20px;
  }
  .b-social-links {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .b-social-links .titles .title {
    margin-bottom: 20px;
  }
  .b-social-links .social-links {
    max-width: 550px;
  }
  .b-social-links .social-links a {
    font-size: 20px;
  }
  .b-media-bank .media-row {
    overflow-x: unset;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .b-media-bank .media {
    padding-left: 0;
    padding-right: 0;
    min-width: 160px;
    max-width: 200px;
  }
  .b-media-bank .media:first-of-type {
    padding-left: 0;
  }
  .b-media-bank .media:last-of-type {
    padding-right: 0;
  }
  .b-media-bank .media__title {
    font-size: 20px;
  }
  .b-media-bank .media__icon {
    max-width: 140px;
  }
  .b-media-bank .media__btn a,
  .b-media-bank .media__btn button {
    min-width: 140px;
  }
  .b-single {
    padding-top: 95px;
  }
  .b-single .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .b-single .single__img,
  .b-single .single__slider,
  .b-single .single__thumb,
  .b-single .single__video {
    margin-left: -50px;
    margin-right: -50px;
  }
  .single__date {
    font-size: 22px;
    line-height: 26px;
  }
  .single__title .title {
    font-size: 30px;
    line-height: 36px;
  }
  .product-card__img {
    height: 670px;
  }
  .product-card__img-crumbs {
    left: 29px;
    top: 29px;
  }
  .product-card__img-alcho {
    left: 50px;
    bottom: 60px;
    font-size: 22px;
  }
  .product-card__img-alcho strong {
    font-size: 36px;
    line-height: 43px;
  }
  .product-card__img-value {
    top: 40px;
    right: 10px;
    font-size: 36px;
    width: 100px;
    height: 100px;
  }
  .product-card__img-type {
    left: 30px;
    font-size: 22px;
  }
  .product-card__img-thumb img {
    max-height: 410px;
  }
  .product-card__info {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .product-card__title .title {
    font-size: 40px;
  }
  .product-card__table {
    margin-bottom: 60px;
  }
  .product-card__table .tr,
  .product-card__table .tr.aic {
    margin-bottom: 40px;
  }
  .product-card__table .tr .td:first-of-type {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.05em;
  }
  .product-card__table .tr .td + .td {
    margin-left: 30px;
  }
  .product-card__table span.accent {
    font-size: 20px;
  }
  .product-card__table span.big {
    font-size: 30px;
  }
  .product-card__table p {
    font-size: 17px;
    letter-spacing: 0.05em;
  }
  .product-card__prizes {
    padding-left: 0;
    padding-right: 0;
  }
  .product-card__prizes .title {
    text-align: center;
    font-size: 40px;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
  }
  .product-card__prizes .prizes .cell {
    max-width: 33.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
  }
  .product-card__prizes .prize__img {
    padding-bottom: 41px;
  }
  .product-card__prizes .prize__img img {
    max-width: 152px;
  }
  .product-card__prizes .prize__text {
    font-size: 17px;
    letter-spacing: 0.05em;
  }
  .b-investors .decor-table {
    width: 337px;
    height: 564px;
    padding: 68px 20px 68px 45px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 80px;
  }
  .b-investors .decor-table .cell {
    margin-bottom: 40px;
  }
  .b-investors .decor-table span {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .b-investors .decor-table strong {
    font-size: 50px;
  }
  .b-investors .decor-table strong small {
    font-size: 30px;
  }
  .b-investors .fullscreen__content .title {
    font-size: 50px;
  }
  .b-investors .fullscreen__content .para {
    font-size: 18px;
  }
  .b-investors .fullscreen.s1 .titles .title {
    margin-bottom: 42px;
  }
  .b-investors .fullscreen.s2 .fullscreen__content {
    max-width: 1156px;
  }
  .b-investors .fullscreen.s2 .fullscreen__content .titles .title {
    text-align: left;
  }
  .b-reports {
    padding-top: 168px;
    padding-bottom: 168px;
  }
  .b-reports .titles .title {
    font-size: 50px;
  }
  .b-reports .reports .acard-header button {
    padding: 6px 50px 6px 0;
    line-height: 40px;
  }
  .b-reports .reports .acard-body__content {
    font-size: 14px;
    max-height: 200px;
  }
  .b-buy-first {
    padding-top: 172px;
  }
  .b-buy-first .background-img img {
    height: 100vh;
  }
  .b-buy-first .titles .title {
    font-size: 35px;
    line-height: 42px;
  }
  .b-buy-first .info__img {
    width: 250px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    margin-bottom: 80px;
  }
  .b-buy-first .info__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .b-buy-first .info__contacts .block-title {
    font-size: 35px;
    line-height: 42px;
  }
  .b-buy-first .info__contacts .mobile-dropdown {
    display: none;
    visibility: hidden;
  }
  .b-buy-first .info__tabs {
    display: block;
    visibility: visible;
    margin-left: auto;
  }
  .b-retail .titles .title {
    font-size: 35px;
    line-height: 42px;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  .b-retail .retail {
    max-width: 115px;
    max-height: 115px;
    margin-bottom: 100px;
  }
  .b-export .titles .title {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  .b-export .export-map .map {
    height: 460px;
  }
  .b-about {
    padding-top: 70px;
    padding-bottom: 120px;
  }
  .b-about-family {
    padding-top: 74px;
  }
  .b-about-family + .b-about-zavod {
    padding-top: 60px;
  }
  .b-about-create {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .b-about-create .titles .title {
    margin-bottom: 85px;
  }
  .b-about-create .block-title {
    font-size: 50px;
  }
  .b-about-zavod {
    padding-bottom: 90px;
  }
  .b-house .fullscreen__content .title {
    font-size: 80px;
  }
  .b-house .fullscreen.s1 .fullscreen__content {
    max-width: 678px;
  }
  .b-house .fullscreen.s2 .fullscreen__content {
    max-width: 780px;
  }
  .b-house .fullscreen.s2 .fullscreen__content .para {
    max-width: 678px;
  }
  .b-house .fullscreen.s3 .fullscreen__content {
    max-width: 750px;
  }
  .b-house .fullscreen.s3 .fullscreen__content .para {
    max-width: 678px;
  }
  .b-universary .b-single {
    padding-top: 62 px;
  }
  .b-universary .b-single .single__title .title {
    font-size: 50px;
    margin-bottom: 55px;
  }
  .b-universary-bottles {
    padding-bottom: 80px;
  }
  .fullscreen-slider.production-slider .fullscreen__content .titles .title {
    font-size: 50px;
  }
  .fullscreen-slider.production-slider .fullscreen.s11 {
    padding-top: 100px;
  }
  .fullscreen-slider.production-slider .fullscreen.s11 .fullscreen__image img {
    max-height: 520px;
  }
  .fullscreen-slider.production-slider .fullscreen.s12,
  .fullscreen-slider.production-slider .fullscreen.s13 {
    padding-top: 150px;
  }
}
@media (max-width: 768px) {
  .circle-slick-arrows .progress-slider__nav .slick-next svg, .circle-slick-arrows .progress-slider__nav .slick-prev svg {
    display: block;
    width: 48px;
    height: 48px;
    color: #FFFFFF;
    border: 1px solid #818081;
    border-radius: 50%;
  }
  .circle-slick-arrows .progress-slider__nav .slick-next,
  .circle-slick-arrows .progress-slider__nav .slick-prev {
    width: 48px;
    height: 48px;
    position: relative;
    position: absolute;
    left: 0;
    transform: translate(0, -50%) rotate(0deg);
  }
  .circle-slick-arrows .progress-slider__nav .slick-next {
    right: 0;
    left: initial;
  }
  .circle-slick-arrows .progress-slider__nav .slick-next::after,
  .circle-slick-arrows .progress-slider__nav .slick-next::before,
  .circle-slick-arrows .progress-slider__nav .slick-prev::after,
  .circle-slick-arrows .progress-slider__nav .slick-prev::before {
    display: none;
  }
  .circle-slick-arrows .progress-slider__nav .slick-next svg {
    color: #818081;
    border: none;
  }
  .circle-slick-arrows .progress-slider__nav .slick-next svg circle {
    stroke: #818081;
  }
  .progress-slider .progress-slider__content .slide-page:after{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  }
  .news-slider .slide-page__box .btn.btn-cube {
    border:none;
    height: auto;
    margin: 0 auto;
    font-size: 21px;
    text-transform: initial;
    font-weight: 400;
    line-height: initial;
    padding: 0;
    color: #B0956F;
    border-bottom: 1px solid #B0956F;
  }
  .news-slider .slide-page__box  .btn-cube__border {
    display: none;
  }
  .progress-slider__nav {
    width: 36%;
    left: calc(50% - (36%/2));
    top: initial;
    bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1450px) {
  .slide-page__box .btn.btn-cube {
    width: 148px;
    height: 48px;
    line-height: 50px;
    padding: 0;
  }
  .b-sbor-urozhaya .progress-slider__content {
    height: 390px;
  }
  .b-sbor-urozhaya .progress-slider__content .slide-page__img img {
    min-height: 390px;
    max-height: 390px;
  }
  .b-sbor-urozhaya .progress-slider__content .slide-page__content {
    max-width: 700px;
    margin-left: 10px;
  }
  .b-sbor-urozhaya .progress-slider__content .slide-page__container {
    padding-top: 50px;
  }
  .b-sbor-urozhaya .progress-slider__content .slide-page__content .titles {
    min-height: auto;
  }
  .progress-slider__content .slide-page__content .titles .title {
    font-size: 30px;
  }
  .b-sbor-urozhaya .progress-slider__content .slide-page__content .para,
  .b-sbor-urozhaya .progress-slider__content .slide-page__content .para p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: initial!important;
  }
}
@media (min-width: 768px) and (min-width: 1240px) {
  .hor-slider__section.s3 .hor-slider__double figure .img1 {
    height: 40vh;
  }
}
@media screen and (min-width: 922px) {
  .core-nav__list ul.second-list li:nth-of-type(6),
  .core-nav__list ul.second-list li:nth-of-type(7),
  .core-nav__list ul.second-list li:nth-of-type(8),
  .core-nav__list ul.second-list li:nth-of-type(9) {
    display: none;
    visibility: hidden;
    padding-left: 0;
    padding-right: 0;
  }
  .core-nav__list ul.second-list .list-cover {
    display: block;
    visibility: visible;
  }
  .core-nav__list ul.second-list .list-cover:hover:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 100%;
  }
  .core-nav__list ul.second-list .list-cover:hover > div {
    visibility: visible;
    height: auto;
  }
  .core-nav__list ul.second-list .list-cover:hover > div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .scroll-mode {
    overflow-y: auto !important;
    overflow-anchor: none;
  }
  .scroll-mode::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .scroll-mode::-webkit-scrollbar {
    width: 2px;
    background-color: transparent;
  }
  .scroll-mode::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #bfa178;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
@media (min-width: 992px) {
  .core-menu {
    padding-left: 10px;
    padding-right: 10px;
    background: -o-radial-gradient(50% 50%, 50% 50%, #111 0, #1c1c1c 100%);
    background: radial-gradient(50% 50% at 50% 50%, #111 0, #1c1c1c 100%);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .core-menu__burger {
    display: none;
    visibility: hidden;
  }
  .core-menu__logo {
    width: 160px;
    padding-right: 0;
  }
  .core-menu__search {
    display: none;
    visibility: hidden;
  }
  .core-nav {
    display: block;
  }
  .core-footer-nav__list {
    padding-top: 0;
    padding-bottom: 0;
  }
  .core-footer-nav__list ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .core-footer-nav__list ul li {
    padding-left: 0;
    padding-right: 0;
    line-height: 100px;
  }
  .core-footer-brands {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .core-footer-brands .cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-bottom: 0;
  }
  .core-footer-brands .cell img {
    max-height: 100%;
    max-width: 100%;
  }
  .core-footer-brands .cell.maw140 img {
    max-width: 100%;
  }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"] {
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
  }
  .checkbox input[type="checkbox"]:after,
  .checkbox input[type="radio"]:after {
    -webkit-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
  }
  .circle-slick-arrows .progress-slider__nav .slick-next,
  .circle-slick-arrows .progress-slider__nav .slick-prev {
    width: 77px;
    height: 77px;
    line-height: 77px;
  }
  .circle-slick-arrows .progress-slider__nav .slick-next svg,
  .circle-slick-arrows .progress-slider__nav .slick-next:before,
  .circle-slick-arrows .progress-slider__nav .slick-prev svg,
  .circle-slick-arrows .progress-slider__nav .slick-prev:before {
    width: 77px;
    height: 77px;
  }
  .burger-menu,
  .search {
    top: 150px;
  }
  .main-test {
    background-color: #fcf;
  }
  .main-test:before {
    content: "lg small pc & ipadpro";
  }
  .category-btn {
    display: none;
    visibility: hidden;
  }
  .fullscreen.mah100vh {
    max-height: calc(100vh - 70px);
  }
  .fullscreen,
  .fullscreen.fullbg-mode {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .fullscreen__link {
    right: 10px;
  }
  .b-main-news-grid {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .main-news-grid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .main-news-grid__left-side,
  .main-news-grid__right-side {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .main-news-grid__left-side .main-news-card,
  .main-news-grid__right-side .main-news-card {
    margin-bottom: 20px;
  }
  .main-news-card.hasimg .main-news-card__content {
    padding-top: 44px;
    padding-bottom: 32px;
  }
  .main-news-card__content {
    background-size: auto;
    padding: 62px 46px 54px;
  }
  .main-news-card__numbers .main-news-card__number {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .b-sbor-urozhaya .fullblock-slider .slide-page__container,
  .b-sbor-urozhaya .progress-slider__content .slide-page__container {
    padding-top: 79px;
    padding-bottom: 84px;
  }
  .b-footer-contacts {
    height: 470px;
    padding-bottom: 56px;
    padding-left: 0;
    padding-right: 0;
  }
  .b-callback {
    height: auto;
    padding: 95px 0 110px;
  }
  .b-callback .callback-box {
    height: 330px;
  }
  .b-collection {
    padding-top: 0;
  }
  .b-collection .fullscreen {
    padding-top: 20vh;
  }
  .fullpage-grid {
    padding-top: 70px;
  }
  .fullpage-grid__aside {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    display: block;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 320px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    padding-top: 80px;
    background: 0 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding-right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .fullpage-grid__aside .nav-boxes {
    height: auto;
    padding-top: 34px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .fullpage-grid__content {
    padding-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
  }
  .fullpage-grid__article {
    padding-top: 124px;
    padding-left: 50px;
  }
  .fullpage-grid__article .titles .title {
    margin-bottom: 40px;
  }
  .b-news .double-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .b-news .double-section__left,
  .b-news .double-section__right {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .b-news .double-section__left .news-slider {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 70px;
  }
  .b-news .double-section__right {
    padding-top: 150px;
  }
  .news-slider .slide-page img {
    min-height: calc(100vh - 70px);
    height: calc(100vh - 70px);
  }
  .b-contacts {
    padding-top: 200px;
    background-position: center -50px;
  }
  .b-contacts .titles br {
    display: none;
  }
  .location-card {
    min-height: 400px;
  }
  .location-card__map {
    width: 400px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
  }
  .b-single {
    padding-top: 146px;
  }
  .single__date {
    font-size: 30px;
    line-height: 36px;
  }
  .single__title {
    margin-bottom: 54px;
  }
  .single__title .title {
    font-size: 46px;
    line-height: 55px;
  }
  .single__title .title br {
    display: none;
  }
  .single__article,
  .single__slider,
  .single__thumb,
  .single__video {
    margin-bottom: 54px;
  }
  .product-card .double-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .product-card .double-section__left,
  .product-card .double-section__right {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .product-card .double-section__right {
    padding-top: 150px;
  }
  .product-card__img {
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 70px;
    height: calc(100vh - 70px);
    padding-top: 80px;
  }
  .product-card__img-crumbs {
    display: none;
    visibility: hidden;
  }
  .product-card__img-thumb img {
    max-height: 100%;
  }
  .product-card__info {
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .product-card__crumbs {
    display: block;
    visibility: visible;
    margin-bottom: 60px;
  }
  .product-card__table {
    max-width: 500px;
  }
  .product-card__table .tr,
  .product-card__table .tr.aic {
    margin-bottom: 50px;
  }
  .product-card__prizes .prize__img img {
    max-width: 120px;
  }
  .b-investors .decor-table {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 927px;
    height: 198px;
    padding: 40px 48px;
    margin-bottom: 73px;
  }
  .b-investors .decor-table .cell {
    max-width: 33.33333%;
    margin-bottom: 0;
  }
  html:lang(en) .b-investors .decor-table .cell {
    max-width: 37%;
  }
  .b-investors .decor-table span {
    margin-bottom: 0;
  }
  .b-investors .decor-table strong {
    font-weight: 700;
  }
  .b-investors .fullscreen.s1 .fullscreen__content {
    margin-left: 0;
    margin-right: 0;
  }
  .b-investors .fullscreen.s1 .titles .title {
    text-align: left;
  }
  .b-reports .reports .acard-header button {
    font-size: 26px;
    line-height: 60px;
  }
  .b-reports .reports .acard-header .arrow-down {
    top: 28px;
  }
  .b-retail .retail-grid .cell {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .b-about .b-single.nobg {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .b-about-create .container .row .cell {
    padding-left: 30px;
    padding-right: 30px;
  }
  .fullscreen-slider.production-slider .fullscreen.s11 {
    padding-top: 16vh;
    padding-bottom: 0;
    max-height: calc(100vh - 70px);
  }
  .fullscreen-slider.production-slider .fullscreen.s12,
  .fullscreen-slider.production-slider .fullscreen.s13 {
    padding-top: 230px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .news-slider .slide-page {
    height: calc(100vh - 70px);
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .fullscreen-slider.production-slider .fullscreen.s11 {
    max-height: none;
    padding-top: 22vh;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .core-nav__list ul.second-list li:nth-of-type(6) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    padding-left: 2vw;
  }
  .core-nav__list ul.second-list .list-cover > div ul li:nth-of-type(1) {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1240px) {
  .core-menu-space {
    height: 70px;
  }
  .no-touchevents .is-invalid + .invalid-tooltip,
  .no-touchevents .is-valid + .invalid-tooltip {
    display: block !important;
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
  }
  .no-touchevents .is-invalid:hover + .invalid-tooltip {
    opacity: 1;
  }
  .progress {
    width: 44px;
    height: 44px;
  }
  .crumbs a {
    font-size: 25px;
    line-height: 45px;
  }
  .progress-slider__nav .slick-prev {
    left: 10px;
  }
  .progress-slider__nav .slick-next {
    right: 10px;
  }
  .page-navi {
    display: block;
    visibility: visible;
  }
  .fullscreen__content {
    max-width: 500px;
  }
  .fullscreen__image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .fullscreen__image img {
    max-height: 60vh;
  }
  .fullscreen__image.double {
    width: 610px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 610px;
    flex: 0 0 610px;
    height: 610px;
    margin-bottom: 0;
  }
  .fullscreen__imagecard:before {
    top: 55%;
    left: 7%;
    width: 86%;
    padding-top: 100%;
  }
  .fullscreen__imagecard img {
    max-height: 400px;
  }
  .cursor {
    display: block;
    visibility: visible;
  }
  .new-slider__section.s6 .new-slider__container .slide-box .date {
    -webkit-transform: translate(112%, -92%);
    -ms-transform: translate(112%, -92%);
    transform: translate(112%, -92%);
  }
  .slide-box {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .slide-box .figure .img0 .date,
  .slide-box .figure .img1 .date,
  .slide-box .figure .img2 .date,
  .slide-box .figure .img3 .date {
    -webkit-transform: translate(65%, 70%);
    -ms-transform: translate(65%, 70%);
    transform: translate(65%, 70%);
  }
  .slide-box--mod2 .figure .img0 .date,
  .slide-box--mod2 .figure .img1 .date,
  .slide-box--mod2 .figure .img2 .date,
  .slide-box--mod2 .figure .img3 .date {
    -webkit-transform: translate(65%, -70%);
    -ms-transform: translate(65%, -70%);
    transform: translate(65%, -70%);
  }
  .slide-box--mod3 .figure .img0 .date,
  .slide-box--mod3 .figure .img1 .date,
  .slide-box--mod3 .figure .img2 .date,
  .slide-box--mod3 .figure .img3 .date {
    -webkit-transform: translate(65%, 70%);
    -ms-transform: translate(65%, 70%);
    transform: translate(65%, 70%);
  }
  .slide-box--mod4 .figure .img0 .date,
  .slide-box--mod4 .figure .img1 .date,
  .slide-box--mod4 .figure .img2 .date,
  .slide-box--mod5.date-top .figure .date {
    -webkit-transform: translate(65%, -70%);
    -ms-transform: translate(65%, -70%);
    transform: translate(65%, -70%);
  }
  .new-slider__section.s1917 .slide-box--mod1 .figure .img1 .date {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }
  .new-slider__section.s1920 .slide-box .figure .img1 .date,
  .new-slider__section.s1942 .slide-box .figure .img1 .date {
    -webkit-transform: translate(50%, 30%);
    -ms-transform: translate(50%, 30%);
    transform: translate(50%, 30%);
  }
  .new-slider__section.s1945 .slide-box .figure.mod-double .img1 .date {
    -webkit-transform: translate(60%, -110%);
    -ms-transform: translate(60%, -110%);
    transform: translate(60%, -110%);
  }
  .new-slider__section.s1950 .slide-box .figure.mod-double .img1 .date,
  .new-slider__section.s1974 .slide-box .figure .img1 .date {
    -webkit-transform: translate(60%, 50%);
    -ms-transform: translate(60%, 50%);
    transform: translate(60%, 50%);
  }
  .new-slider__section.s1980 .slide-box .figure.mod-double .img2 .date {
    -webkit-transform: translate(75%, 30%);
    -ms-transform: translate(75%, 30%);
    transform: translate(75%, 30%);
  }
  .new-slider__section.s1990 .slide-box .figure.mod-double .img2 .date {
    -webkit-transform: translate(74%, 0);
    -ms-transform: translate(74%, 0);
    transform: translate(74%, 0);
  }
  .new-slider__section.s2000 .slide-box .figure .img1 .date {
    -webkit-transform: translate(60%, 50%);
    -ms-transform: translate(60%, 50%);
    transform: translate(60%, 50%);
  }
  .universal-section {
    width: 100vw;
    max-height: calc(100vh - 70px);
  }
  .universal-section > img {
    display: none;
    visibility: hidden;
    width: 100%;
    max-width: 100%;
  }
  .universal-section > img + img {
    display: block;
    visibility: visible;
  }
  .universal-section__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 100%;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 0;
  }
  .universal-section__container-box h3 {
    font-size: 6vh;
    margin-bottom: 1vh;
  }
  .universal-section__container-box > img {
    max-width: 90%;
  }
  .universal-section__container-box p {
    font-size: 4vh;
    margin-bottom: 25px;
  }
  .universal-section__container-box {
    width: 50vh;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50vh;
    flex: 0 0 50vh;
    max-width: 650px;
    padding-bottom: 0;
  }
  .universal-section__container0 {
    max-height: calc(100vh - 70px);
  }
  .universal-section__container2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 100%;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 0;
  }
  .universal-section__container2-box h3 {
    font-size: 6vh;
    margin-bottom: 1vh;
  }
  .universal-section__container2-box p {
    font-size: 1.7vh;
    margin-bottom: 25px;
  }
  .universal-section__container2-box {
    width: 40vh;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40vh;
    flex: 0 0 40vh;
    height: 50%;
    padding-bottom: 0;
  }
  .no-touchevents .disable-scroll > .hor-slider ~ :not(.hor-slider) {
    height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    visibility: hidden;
    overflow: hidden;
  }
  .hor-slider {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#272525),
      to(#111)
    );
    background: -o-linear-gradient(top, #272525 0, #111 100%);
    background: linear-gradient(180deg, #272525 0, #111 100%);
  }
  .no-touchevents .hor-slider {
    overflow-x: hidden;
  }
  .no-touchevents .hor-slider:hover .cursor {
    opacity: 1;
  }
  .hor-slider__cardbox:after {
    background: -o-radial-gradient(
      50% 50%,
      84.33% 84.33%,
      rgba(17, 17, 17, 0) 0,
      #111 100%
    );
    background: radial-gradient(
      84.33% 84.33% at 50% 50%,
      rgba(17, 17, 17, 0) 0,
      #111 100%
    );
  }
  .hor-slider__desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .hor-slider__timeline {
    display: block;
    visibility: visible;
  }
  .hor-slider__bg {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    min-height: 100px;
    max-width: 100%;
  }
  .hor-slider__bg.tablet,
  .hor-slider__bg.tablet img,
  .hor-slider__bg.tablet > * {
    display: none;
    visibility: hidden;
  }
  .hor-slider__bg.tablet .btn {
    pointer-events: none;
  }
  .hor-slider__bg.desktop {
    display: block;
    visibility: visible;
  }
  .hor-slider__bg img {
    width: 100%;
    height: 100%;
  }
  .hor-slider__bg img.lazy {
    max-width: 100%;
  }
  .hor-slider__section {
    width: 177vh;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 177vh;
    flex: 0 0 177vh;
    min-height: 100vh;
  }
  .no-touchevents .hor-slider__section {
    min-height: calc(100vh - 70px);
  }
  .hor-slider__section.s1 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .hor-slider__section.s1 .hor-slider__bg {
    min-height: 0;
  }
  .hor-slider__section.s1 .hor-slider__bg:before {
    content: none;
    padding-top: 0;
  }
  .hor-slider__section.s2 .hor-slider__container {
    padding-left: 340px;
  }
  .hor-slider__section.s2 .hor-slider__double,
  .hor-slider__section.s2 .hor-slider__double figure {
    width: 1195px;
    height: 100%;
  }
  .hor-slider__section.s2 .hor-slider__double figure .img1 {
    bottom: 0;
  }
  .hor-slider__section.s2 .hor-slider__double figure .img1 img {
    height: 100%;
  }
  .hor-slider__section.s3 .hor-slider__container {
    padding-left: 35vh;
    padding-right: 0;
  }
  .hor-slider__section.s3 .hor-slider__container-box,
  .hor-slider__section.s3 .hor-slider__double {
    padding-left: 0;
  }
  .hor-slider__section.s3 .hor-slider__double figure .img1 {
    height: 50vh;
  }
  .hor-slider__section.s3 .hor-slider__double figure .img2 {
    height: 30vh;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .hor-slider__section.s3 .hor-slider__double figure .img2 img {
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hor-slider__section.s3 .hor-slider__figure figure img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .hor-slider__section.s4 {
    width: 100vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100vw;
    flex: 0 0 100vw;
    max-width: 100vw;
  }
  .hor-slider__section.s4 .hor-slider__container-box {
    padding-left: 0;
  }
  .hor-slider__section.s4 .hor-slider__container {
    padding-left: 25vh;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .hor-slider__section.s4 .hor-slider__double,
  .hor-slider__section.s4 .hor-slider__double figure {
    width: 1081px;
    height: 100%;
  }
  .hor-slider__section.s4 .hor-slider__double figure .img0 {
    display: none;
    visibility: hidden;
  }
  .hor-slider__section.s4 .hor-slider__double figure .img1 {
    bottom: 0;
    display: block;
    visibility: visible;
  }
  .hor-slider__section.s4 .hor-slider__double figure .img1 img {
    height: 100%;
  }
  .hor-slider__section.s4 .hor-slider__figure figure img {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    max-height: 35vh;
  }
  .hor-slider__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 100%;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 0;
  }
  .hor-slider__container-box h3 {
    font-size: 6vh;
    margin-bottom: 1vh;
  }
  .hor-slider__container-box p {
    font-size: 1.7vh;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .hor-slider__container-box {
    width: 40vh;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40vh;
    flex: 0 0 40vh;
    height: 50%;
    padding-bottom: 0;
  }
  .hor-slider__container .hor-slider__double {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .hor-slider__container .hor-slider__double.hs3 {
    right: 20vh;
  }
  .hor-slider__container .hor-slider__double.hs3 figure {
    width: 78vh;
    height: 60vh;
    margin-left: auto;
  }
  .hor-slider__double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
  }
  .no-touchevents .hor-slider__double {
    min-height: calc(100vh - 70px);
  }
  .hor-slider__double.hs3 {
    width: 82vh;
    height: 60vh;
  }
  .hor-slider__double figure {
    position: relative;
  }
  .hor-slider__double figure .img1,
  .hor-slider__double figure .img2 {
    position: absolute;
  }
  .hor-slider__double figure .img1 {
    top: 0;
    right: 0;
  }
  .hor-slider__double figure .img1:after {
    content: "";
    position: absolute;
    z-index: 10;
    pointer-events: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -o-linear-gradient(
        169.71deg,
        rgba(28, 28, 28, 0) 86.62%,
        #1c1c1c 147.3%
      ),
      -o-linear-gradient(314.46deg, rgba(28, 28, 28, 0) 60.39%, #1c1c1c 108.34%),
      rgba(28, 28, 28, 0.2);
    background: linear-gradient(
        280.29deg,
        rgba(28, 28, 28, 0) 86.62%,
        #1c1c1c 147.3%
      ),
      linear-gradient(135.54deg, rgba(28, 28, 28, 0) 60.39%, #1c1c1c 108.34%),
      rgba(28, 28, 28, 0.2);
  }
  .hor-slider__double figure .img1 img {
    border-radius: 5px;
  }
  .hor-slider__double figure .img2 {
    z-index: 20;
    left: 0;
    bottom: 0;
  }
  .hor-slider__figure {
    top: 0;
    left: 0;
    bottom: 0;
  }
  .hor-slider__figure figure {
    top: 50%;
  }
  .hor-slider__figure figure img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 65vh;
  }
  .main-news-card.news-mod .main-news-card__content {
    padding-bottom: 52px;
  }
  .main-news-card.investors-mod .main-news-card__content {
    padding-bottom: 78px;
  }
  .main-news-card.hasimg .main-news-card__title .title {
    margin-bottom: 12px;
  }
  .main-news-card.hasimg .main-news-card__event-para {
    min-height: 78px;
  }
  .main-news-card__title .title {
    margin-bottom: 24px;
    letter-spacing: 1px;
  }
  .main-news-card__event-para {
    min-height: 120px;
    line-height: 30px;
  }
  .main-news-card__numbers .main-news-card__number {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .main-news-card__number-value {
    font-size: 32px;
  }
  .b-sbor-urozhaya .fullblock-slider .slide-page__content .para,
  .b-sbor-urozhaya .progress-slider__content .slide-page__content .para {
    min-height: 128px;
  }
  .b-about-awards .titles .title {
    font-size: 50px;
  }
  .b-about-awards .award-title {
    font-size: 40px;
  }
  .b-about-awards .awards-grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .b-about-awards .awards-grid .cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-bottom: 60px;
  }
  .b-about-awards .awards-text .award-text {
    margin-bottom: 60px;
  }
  .b-about-awards .awards-text .para {
    min-height: 160px;
  }
  .b-collection .fullscreen__container .titles .title {
    font-size: 60px;
  }
  .fullpage-grid {
    padding-top: 0;
  }
  .fullpage-grid__aside {
    width: 460px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 460px;
    flex: 0 0 460px;
    padding-top: 80px;
  }
  .fullpage-grid__aside .nav-boxes {
    padding-left: 50px;
  }
  .fullpage-grid__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 460px);
    flex: 0 0 calc(100% - 460px);
    max-width: calc(100% - 460px);
  }
  .fullpage-grid__article {
    padding-top: 124px;
    padding-left: 100px;
    padding-right: 64px;
  }
  .fullpage-grid__article-crumbs {
    margin-bottom: 40px;
  }
  .fullpage-grid__slides {
    padding-top: 80px;
  }
  .bottles-grid .cell {
    max-width: 33.3333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .gallery-slider.fullpage-slider .slide-page__box,
  .slides .slide-page__box {
    width: 320px;
    height: 270px;
    padding: 50px 40px;
  }
  .gallery-slider.fullpage-slider .slide-page__box strong,
  .slides .slide-page__box strong {
    font-size: 36px;
  }
  .gallery-slider.fullpage-slider .slide-page__box .progress,
  .slides .slide-page__box .progress {
    left: 40px;
    bottom: 50px;
  }
  .b-news .double-section__right {
    padding-top: 80px;
  }
  .news-slider .slide-page__box {
    padding: 65px 48px 48px;
  }
  .b-contacts .titles .title {
    margin-bottom: 0;
  }
  .location-card__map .map__link {
    width: 140px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    height: 140px;
  }
  .location-card__map .map__link span {
    font-size: 14px;
  }
  .location-card__content {
    padding: 65px 50px;
  }
  .location-card__name {
    font-size: 42px;
    line-height: 50px;
  }
  .location-card__info .info {
    font-size: 22px;
  }
  .contact-link {
    font-size: 22px;
    padding-left: 48px;
  }
  .contact-link-icon,
  .contact-link-icon.icon-point {
    width: 24px;
    height: 25px;
  }
  .b-social-links .titles .title {
    margin-bottom: 10px;
  }
  .b-social-links .social-links a {
    font-size: 26px;
  }
  .b-media-bank .media__title {
    font-size: 30px;
  }
  .b-single {
    padding-bottom: 195px;
  }
  .b-single .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .b-single .single__img,
  .b-single .single__slider,
  .b-single .single__thumb,
  .b-single .single__video {
    margin-left: -30px;
    margin-right: -30px;
  }
  .product-card .double-section__right {
    padding-top: 80px;
  }
  .product-card__img-crumbs a {
    font-size: 21px;
    line-height: 35px;
  }
  .product-card__img-type {
    top: 40px;
  }
  .product-card__info {
    padding-top: 44px;
  }
  .product-card__crumbs a {
    font-size: 21px;
    line-height: 35px;
  }
  .product-card__title .title {
    font-size: 50px;
  }
  .product-card__table .tr .td + .td {
    margin-left: 40px;
  }
  .product-card__table span.accent {
    font-size: 24px;
  }
  .product-card__table span.big {
    font-size: 35px;
  }
  .product-card__prizes .title {
    font-size: 50px;
    margin-bottom: 68px;
  }
  .product-card__prizes .prize__img img {
    max-width: 152px;
  }
  .b-investors .fullscreen__content .para {
    font-size: 20px;
  }
  .b-reports {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .b-reports .reports .acard-body {
    padding: 50px;
  }
  .b-reports .reports .acard-body__content {
    font-size: 20px;
    line-height: 2;
    max-height: 326px;
  }
  .b-reports .reports .acard-body__content ol li,
  .b-reports .reports .acard-body__content ul li {
    margin-bottom: 0.5em;
  }
  .b-buy-first {
    padding-top: 205px;
    background-position: bottom center;
  }
  .b-buy-first .titles .title {
    font-size: 50px;
    line-height: 60px;
  }
  .b-buy-first .titles .para {
    min-height: 220px;
    margin-bottom: 10px;
  }
  .b-buy-first .titles {
    max-width: 987px;
  }
  .b-buy-first .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .b-buy-first .info__img {
    margin-left: 0;
    margin-right: 0;
    padding-right: 105px;
    margin-bottom: 0;
  }
  .b-buy-first .info__img > img {
    margin-left: -35px;
  }
  .b-buy-first .info__contacts {
    width: 608px;
  }
  .b-buy-first .info__contacts .block-title {
    font-size: 42px;
    line-height: 50px;
  }
  .b-retail .titles .title {
    font-size: 50px;
    line-height: 60px;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
  }
  .b-retail .retail:hover:before {
    content: "";
    opacity: 1;
  }
  .b-retail .retail:hover img {
    -webkit-filter: none;
    filter: none;
  }
  .b-retail .retail {
    max-width: 250px;
    max-height: 250px;
    min-height: 120px;
  }
  .b-retail .retail img {
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
    -webkit-transition: -webkit-filter 250ms;
    transition: filter 250ms;
    -o-transition: filter 250ms;
    transition: filter 250ms, -webkit-filter 250ms;
    will-change: filter;
  }
  .b-export .titles .title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 50px;
  }
  .b-export .export-map .map {
    height: 70vh;
  }
  .b-about {
    padding-top: 0;
    padding-bottom: 160px;
  }
  .b-about-family {
    padding-top: 93px;
    padding-bottom: 0;
  }
  .b-about-create {
    padding-top: 90px;
    padding-bottom: 200px;
  }
  .b-about-create .titles .title {
    margin-bottom: 181px;
  }
  .b-about-create .block-title {
    font-size: 60px;
  }
  .b-universary .b-main-first {
    height: calc(100vh - 70px);
  }
  .b-universary .b-main-first .content {
    height: 100%;
  }
  .b-universary .b-single {
    padding-top: 85px;
  }
  .b-universary-bottles .bottles-logo {
    margin-bottom: 10px;
  }
  .b-universary-bottles .bottles-logo figure {
    max-width: 100%;
    margin-right: 26px;
  }
  .fullscreen-slider .fullscreen {
    min-height: 100vh;
  }
  .no-touchevents .fullscreen-slider .fullscreen {
    min-height: calc(100vh - 70px);
  }
  .fullscreen-slider.production-slider .fullscreen {
    background-size: 100%;
  }
  .fullscreen-slider.production-slider .fullscreen__content .titles .title {
    font-size: 60px;
    line-height: 1;
  }
  .fullscreen-slider.production-slider .fullscreen.s11 .fullscreen__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .fullscreen-slider.production-slider .fullscreen.s11 .fullscreen__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .fullscreen-slider.production-slider .fullscreen.s11 .fullscreen__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .fullscreen-slider.production-slider .fullscreen.s11 .fullscreen__image img {
    max-height: 60vh;
  }
  .fullscreen-slider.production-slider .fullscreen.s12,
  .fullscreen-slider.production-slider .fullscreen.s13 {
    max-width: 1920px;
    min-height: 100vh;
  }
  .no-touchevents .fullscreen-slider.production-slider .fullscreen.s12,
  .no-touchevents .fullscreen-slider.production-slider .fullscreen.s13 {
    min-height: calc(100vh - 70px);
  }
  .fullscreen-slider.production-slider .fullscreen.s12 .fullscreen__container,
  .fullscreen-slider.production-slider .fullscreen.s13 .fullscreen__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .fullscreen-slider.production-slider .fullscreen.s12 .fullscreen__content,
  .fullscreen-slider.production-slider .fullscreen.s13 .fullscreen__content {
    max-width: 50%;
  }
  .fullscreen-slider.production-slider
    .fullscreen.s12
    .fullscreen__content
    .title
    br,
  .fullscreen-slider.production-slider
    .fullscreen.s13
    .fullscreen__content
    .title
    br {
    display: block;
  }
  .fullscreen-slider.production-slider .fullscreen.s12 .fullscreen__image,
  .fullscreen-slider.production-slider .fullscreen.s13 .fullscreen__image {
    display: none;
    visibility: hidden;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1286px) {
  .core-nav__list ul.second-list li:nth-of-type(7) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    padding-left: 2vw;
  }
  .core-nav__list ul.second-list .list-cover > div ul li:nth-of-type(2) {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1360px) {
  .universal-section__container-box > img {
    max-width: 100%;
  }
}
@media (min-width: 1450px) {
  .b-sbor-urozhaya .progress-slider__content .slide-page__content .para,
  .b-sbor-urozhaya .progress-slider__content .slide-page__content .para p {
    font-size: 17px;
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: initial!important;
  }
  .video__play {
    width: 94px;
    height: 94px;
  }
  .main-test {
    background-color: purple;
  }
  .main-test:before {
    content: "xl > 1280px mac12";
  }
  .fullscreen__content {
    max-width: 680px;
  }
  .fullscreen__content .para {
    font-size: 20px;
  }
  .fullscreen__image img {
    max-height: 70vh;
  }
  .new-slider__section.s1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140vw;
    flex: 0 0 140vw;
    width: 140vw;
    max-width: 2000px;
  }
  .main-news-card__number-value {
    font-size: 50px;
  }
  .b-sbor-urozhaya .fullblock-slider .slide-page__container .container,
  .b-sbor-urozhaya .progress-slider__content .slide-page__container .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .b-about-awards .container {
    max-width: 1710px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .b-about-awards .container .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .b-about-awards .container .row .cell {
    max-width: 650px;
  }
  .b-about-awards .awards-grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .b-about-awards .awards-grid .cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-bottom: 55px;
  }
  .b-about-awards .awards-grid .cell:nth-child(3n-1) .award {
    margin-left: auto;
    margin-right: auto;
  }
  .b-about-awards .awards-grid .cell:nth-child(3n) .award {
    margin-left: auto;
  }
  .b-about-awards .awards-grid .award {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
  }
  .b-about-awards .awards-grid .award__name {
    font-size: 17px;
  }
  .b-about-awards .awards-text .row > div:nth-of-type(2) .award-text {
    margin-left: auto;
    margin-right: auto;
  }
  .b-about-awards .awards-text .row > div:last-of-type .award-text {
    margin-left: auto;
  }
  .b-about-awards .awards-text .para {
    min-height: 151px;
  }
  .b-collection .fullscreen__container .titles .title {
    font-size: 80px;
  }
  .bottles-grid .cell {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .news-slider .slide-page__box {
    padding: 65px 48px 48px ;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.473438) 37%, rgba(0, 0, 0, 0.9) 100%);
  }
  .news-slider .slide-page__content .title {
    font-size: 35px;
    line-height: 1.2;
  }
  .location-card__map .map__link {
    width: 160px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    height: 160px;
  }
  .location-card__map .map__link span {
    font-size: 15px;
  }
  .location-card__info .info__type {
    width: 260px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
  }
  .b-social-links {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .b-media-bank .media__icon {
    max-width: 100%;
  }
  .b-single .single__img,
  .b-single .single__slider,
  .b-single .single__thumb,
  .b-single .single__video {
    margin-left: 0;
    margin-right: 0;
  }
  .product-card__img-crumbs a {
    font-size: 25px;
    line-height: 45px;
  }
  .product-card__info {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .product-card__crumbs a {
    font-size: 25px;
    line-height: 45px;
  }
  .b-investors .fullscreen__content .title {
    font-size: 80px;
    line-height: 1;
  }
  .b-reports {
    padding-top: 250px;
    padding-bottom: 250px;
  }
  .b-reports .titles .title {
    font-size: 80px;
    line-height: 1;
  }
  .b-retail .container {
    max-width: 1710px;
  }
  .b-retail .retail-grid .cell {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
  .b-about-create {
    padding-left: 5%;
    padding-right: 5%;
  }
  .b-about-create .container {
    max-width: 1710px;
  }
  .b-about-create .container .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .b-about-create .container .row .cell {
    max-width: 680px;
  }
  .b-universary .b-single {
    padding-top: 91px;
  }
  .fullscreen-slider.production-slider .fullscreen__content .titles .title {
    font-size: 80px;
  }
  .fullscreen-slider.production-slider .fullscreen.s11 .fullscreen__image img {
    max-height: 70vh;
  }
}
@media screen and (min-width: 1426px) {
  .core-nav__list ul.second-list li:nth-of-type(8) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    padding-left: 2vw;
  }
  .core-nav__list ul.second-list .list-cover > div ul li:nth-of-type(3) {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 1490px) {
  .progress-slider__nav .slick-prev {
    left: 50px;
  }
  .progress-slider__nav .slick-next {
    right: 50px;
  }
}
@media screen and (min-width: 1500px) {
  .fullscreen__image {
    margin-left: 130px;
    margin-right: 0;
  }
 .simple-slick-arrows .slick-prev {
    left: -60px;
  }
  .simple-slick-arrows .slick-next {
    right: -60px;
  }
}
@media screen and (min-width: 1600px) {
  .fullscreen__image {
    margin-left: 165px;
  }
  .b-contacts .container {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1600px;
  }
  .location-card {
    min-height: 460px;
  }
  .location-card__map {
    width: 460px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 460px;
    flex: 0 0 460px;
    min-height: 460px;
  }
  .location-card__content {
    padding: 76px 80px;
  }
 .core-nav__search,
  .core-nav__lang,
  .core-nav__social a + a {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1406px) {
  .core-nav__list ul.second-list li:nth-of-type(9) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    padding-left: 2vw;
  }
  .core-nav__list ul.second-list .list-cover {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1700px) {
  .b-contacts .container {
    max-width: 1710px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .location-card {
    min-height: 520px;
  }
  .location-card__map {
    width: 520px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 520px;
    flex: 0 0 520px;
    min-height: 520px;
  }
}
@media screen and (min-width: 1920px) {
  .fullscreen__bg img,
  .hor-slider__bg img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1920px) {
  .universal-section > img {
    width: 100%;
  }
  .no-touchevents .hor-slider__section {
    max-height: calc(100vh - 70px);
  }
  .b-contacts {
    background-size: cover;
    background-position: top center;
  }
  .b-buy-first {
    background-size: cover;
  }
}
@media (max-width: 1241px) {
  .slide-box {
    padding-left: 5%;
    padding-right: 5%;
  }
  .b-about-awards .awards-text .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  .b-collection {
    overflow: hidden;
  }
  .b-collection .fullscreen__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .fullpage-grid__aside .scroll-box {
    max-height: calc(100vh - 34px - 70px);
    overflow-y: auto;
    padding-bottom: 70px;
  }
  .fullscreen-slider.production-slider .fullscreen.s12 .fullscreen__image img,
  .fullscreen-slider.production-slider .fullscreen.s13 .fullscreen__image img {
    max-height: 65vh;
  }
}
@media (max-width: 1239px) {
  .fullscreen-slider.production-slider .fullscreen {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: 0 0 !important;
  }
  .fullscreen-slider.production-slider .fullscreen__container {
    max-width: 606px;
  }
}
@media screen and (max-width: 1239px) and (orientation: landscape) {
  .fullscreen-slider.production-slider .fullscreen__container {
    max-width: 760px;
  }
  .fullscreen-slider.production-slider .fullscreen__content {
    max-width: 100%;
  }
  .fullscreen-slider.production-slider .fullscreen__content .para {
    font-size: 18px;
  }
}
@media (max-width: 993px) {
  .b-collection .fullscreen .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .b-about-family .single__slider {
    margin-left: 0;
    margin-right: 0;
  }
  .b-about-create
    .container
    .slick-slider
    .slick-slide:nth-child(odd)
    .cell:first-of-type {
    display: none;
    visibility: hidden;
  }
  .b-about-create
    .container
    .slick-slider
    .slick-slide:nth-child(even)
    .cell
    + .cell {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 992px) {
  .b-investors .decor-table {
    background-image: url(../img/investors/decor-table-small.svg) !important;
    background-size: auto;
    background-position: -23px 0;
  }
  .b-investors .fullscreen.s1 .fullscreen__more {
    padding-left: 25px;
    padding-right: 25px;
  }
  .b-investors .fullscreen.s1 .fullscreen__more .btn {
    display: block;
  }
}
@media (max-width: 769px) {
  .core-menu__logo .logo svg {
    width: 153px;
    height: 22px;
  }
  .core-menu__search svg {
    width: 25px;
    height: 24px;
  }
  .core-nav__container {
    padding-left: 0;
    padding-right: 0;
    width: auto;
    max-width: auto;
  }
  .core-nav__list ul {
    text-transform: uppercase;
  }
  .main-news-card__title .title {
    font-size: 32px;
  }
  .fullpage-grid__aside .scroll-box {
    max-height: calc(100vh - 19px - 70px - 50px);
  }
  .b-social-links .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .b-media-bank .container {
    padding-left: 0;
    padding-right: 0;
  }
  .b-single .container {
    max-width: 100%;
  }
  .b-reports .titles .title {
    text-align: center;
  }
  .b-reports .reports .accordion {
    margin-left: -10px;
    margin-right: -10px;
  }
  .b-reports .reports .acard-header button {
    padding-left: 25px;
  }
  .b-reports .reports .acard-body__content {
    padding-left: 20px;
  }
  .b-buy-first .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .b-about .b-fullscreen .fullscreen__bg {
    bottom: 0;
  }
  .b-about .b-fullscreen .fullscreen__bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .b-about .b-fullscreen .fullscreen__bg img.lazy {
    max-width: 100%;
  }
  .b-about .b-fullscreen .fullscreen__bg img.lazy.loaded {
    margin-left: 0;
  }
  .b-about .b-fullscreen .fullscreen__bg:after {
    background: -o-linear-gradient(
        359.74deg,
        rgba(17, 17, 17, 0.8) -21.73%,
        rgba(17, 17, 17, 0) 80.96%
      ),
      -o-linear-gradient(bottom, rgba(17, 17, 17, 0.2), rgba(17, 17, 17, 0.2)),
      -o-linear-gradient(314.46deg, rgba(28, 28, 28, 0) 60.39%, #1c1c1c 108.34%);
    background: linear-gradient(
        90.26deg,
        rgba(17, 17, 17, 0.8) -21.73%,
        rgba(17, 17, 17, 0) 80.96%
      ),
      linear-gradient(0deg, rgba(17, 17, 17, 0.2), rgba(17, 17, 17, 0.2)),
      linear-gradient(135.54deg, rgba(28, 28, 28, 0) 60.39%, #1c1c1c 108.34%);
  }
  .b-about .b-fullscreen.s1 {
    padding-top: 140px;
  }
  .b-about-family .single__title .title {
    font-size: 28px;
  }
  .b-about-family .single__slider .para {
    line-height: 1.5;
  }
  .b-about-create .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .b-about-create .container .para {
    line-height: 1.5;
  }
  .b-about-zavod .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .b-about-zavod .para {
    line-height: 1.5;
  }
  .b-about-team .carousel-slider-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .fullscreen-slider.production-slider .fullscreen__content .para {
    font-size: 14px;
  }
  .fullscreen-slider.production-slider .fullscreen.s11 .fullscreen__link {
    top: 20px;
    right: 20px;
    font-size: 14px;
  }
  .fullscreen-slider.production-slider .fullscreen.s12 .fullscreen__image,
  .fullscreen-slider.production-slider .fullscreen.s13 .fullscreen__image {
    margin-left: -25px;
    margin-right: -25px;
  }
  .fullscreen-slider.production-slider .fullscreen.s12 .fullscreen__image img,
  .fullscreen-slider.production-slider .fullscreen.s13 .fullscreen__image img {
    display: block;
    max-height: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .universal-section {
    min-height: auto;
  }
  .universal-section > img {
    height: auto;
  }
  .universal-section__container0 {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .b-investors .decor-table {
    background-image: url(../img/investors/decor-table-mobile.svg) !important;
    background-size: auto;
    background-position: -23px -23px;
  }
  .b-investors .fullscreen.s1 .fullscreen__content {
    max-width: 227px;
  }
  .b-investors .fullscreen.s1 .fullscreen__more {
    padding-left: 0;
    padding-right: 0;
  }
  .single__content p {
    text-align: left!important;
  }
}
@media (max-width: 577px) {
  .b-reports .reports .acard-header .arrow-down {
    top: 25px;
  }
  .b-reports .reports .acard-body {
    padding-top: 2px;
    padding-bottom: 22px;
  }
}
@media (max-width: 376px) {
  .b-footer-contacts .contacts-space {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .fullscreen-slider.production-slider .fullscreen.s11 .fullscreen__image img {
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
  }
}
@media (max-width: 321px) {
  .main-test {
    background-color: #acc;
  }
  .main-test:before {
    content: "iphone4, iphone5, iphoneSE1";
  }
}
@media screen and (min-height: 650px) {
  .search.hasresults .search__form {
    margin-bottom: 5vh;
  }
  .search.hasresults .search__results {
    height: 60vh;
    max-height: 60vh;
  }
}
@media screen and (max-height: 900px) {
  .hor-slider__timeline,
  .new-slider__timeline {
    bottom: 2vh;
  }
}

@media (min-width: 1500px) {
  .core-nav__list{ 
    max-width: initial;
    width: calc(100% - 246px);
  }
  
  .core-nav__list ul li {
    padding-left: 35px!important;
  }

  .core-nav__list ul li:first-of-type {
    padding-left: 0!important;
  }

  .core-nav__list ul li + li:before {
    left: 15px;
  }
}
@media (min-width: 1624px) {
  .core-nav__container {
    max-width: 1638px;
  }

  .core-nav__list ul li {
    font-size: 23px;
  }
}