@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&family=Montserrat:wght@300;400;500;600&display=swap");

@font-face {
  font-family: 'CenturyGothic';
  src: url("../fonts/CenturyGothic/CenturyGothic.eot");
  src: url("../fonts/CenturyGothic/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic/CenturyGothic.woff2") format("woff2"), url("../fonts/CenturyGothic/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic/CenturyGothic.svg#CenturyGothic") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0491;
}

@font-face {
  font-family: 'CenturyGothic';
  src: url("../fonts/CenturyGothic/CenturyGothicBold.eot");
  src: url("../fonts/CenturyGothic/CenturyGothicBold.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic/CenturyGothicBold.woff2") format("woff2"), url("../fonts/CenturyGothic/CenturyGothicBold.woff") format("woff"), url("../fonts/CenturyGothic/CenturyGothicBold.svg#CenturyGothicBold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0491;
}

@font-face {
  font-family: "ALS Granate";
  src: url('../fonts/ALSGranate/ALSGranateBook.eot');
  src: url('../fonts/ALSGranate/ALSGranateBook.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ALSGranate/ALSGranateBook.woff2') format('woff2'),
    url('../fonts/ALSGranate/ALSGranateBook.woff') format('woff'),
    url('../fonts/ALSGranate/ALSGranateBook.ttf') format('truetype'),
    url('../fonts/ALSGranate/ALSGranateBook.svg#ALSGranateBook') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0525;
}

@font-face {
  font-family: "ALS Granate";
  src: url('../fonts/ALSGranate/ALS_Granate_Medium.eot');
  src: url('../fonts/ALSGranate/ALS_Granate_Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ALSGranate/ALS_Granate_Medium.woff2') format('woff2'),
    url('../fonts/ALSGranate/ALS_Granate_Medium.woff') format('woff'),
    url('../fonts/ALSGranate/ALS_Granate_Medium.ttf') format('truetype'),
    url('../fonts/ALSGranate/ALS_Granate_Medium.svg#ALS_Granate_Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0525;
}

* {
  margin: 0;
  border: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::-moz-selection {
  background: #F8C5C9;
}

*::selection {
  background: #F8C5C9;
}

body {
  height: 100%;
  font-size: 16px;
  background: #EFE6D5 url("../img/bg.jpg") 50% 0 repeat;
  position: relative;
}

body.is-clipped {
  overflow: hidden;
}

html,
body>* {
  font-family: "ALS Granate", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #120C07;
}

strong,
b {
  font-weight: 500;
}

a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

img {
  display: block;
  border: 0;
}

.container {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.header {
  border-top: 24px solid #B60506;
  text-align: center;
  padding-bottom: 68px;
}

.header .container {
  position: relative;
}

.header__logo {
  width: 190px;
  height: 204px;
  background: #B60506;
  text-align: center;
  position: absolute;
  top: -24px;
  left: 0;
}

.header__logo img {
  display: inline-block;
  margin: 16px auto;
}

.header__logo::after {
  content: '';
  background: url("../img/svg/585_zolotoi-logo-red.svg") 0 0 no-repeat;
  width: 190px;
  height: 20px;
  background-size: contain;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
}

.header__title {
  display: inline-block;
  margin: 54px auto 0;
  text-align: center;
}

.header__title img {
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
}

.footer {
  background: #B60506;
  padding: 57px 0;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
}

.footer__logo {
  display: inline-block;
  margin: 0 auto 10px;
}

.footer__logo img {
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
}

.footer__logo_slogan {
  margin: 0 auto 10px;
  font-size: 20px;
  font-weight: 500;
}

.footer__social {
  margin: 25px auto 0;
}

.footer__social a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.slider .container {
  position: relative;
}

.slider__block {
  overflow: hidden;
}

.slider__item {
  width: 295px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
  color: #50352C;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.slider__item_photo {
  width: 100%;
  height: 340px;
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 102% auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.slider__item_photo img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.slider__item_photo::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-radial-gradient(50% 50%, 81.15% 57.79%, rgba(27, 8, 4, 0) 0%, rgba(27, 8, 4, 0.7) 100%);
  background: radial-gradient(81.15% 57.79% at 50% 50%, rgba(27, 8, 4, 0) 0%, rgba(27, 8, 4, 0.7) 100%);
  -webkit-filter: drop-shadow(0px 0px 50px rgba(240, 202, 127, 0.25));
  filter: drop-shadow(0px 0px 50px rgba(240, 202, 127, 0.25));
}

.slider__item_title {
  margin-top: 12px;
}

.slider__details {
  margin: 112px 0 84px;
  position: relative;
}

.slider__details_card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.slider__details_card.is-active {
  visibility: visible;
  position: relative;
  opacity: 1;
  height: auto;
}

.slider__details_left {
  width: 41%;
  margin-right: 46px;
}

.slider__details_img {
  height: 628px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slider__details_img img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.slider__details_years {
  font-weight: 500;
  font-size: 52px;
  line-height: 1.23;
  text-align: center;
  color: #50352C;
  margin-top: 12px;
}

.slider__details_right {
  width: 59%;
}

.slider__details_right .slider__details_years {
  display: none;
}

.slider__details_right h2 {
  font-weight: 500;
  font-size: 52px;
  line-height: 1.23;
  color: #B60506;
  margin: 0 0 24px;
}

.slider__details_right dl {
  font-size: 18px;
  line-height: 1.22;
  color: #50352C;
  margin: 0 0 20px;
}

.slider__details_right dl dt {
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-bottom: 12px;
}

.slider__details_right dl dd {
  display: inline-block;
  vertical-align: top;
  width: calc(70% - 10px);
  margin-bottom: 12px;
}

.slider__details_right h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  color: #50352C;
  margin: 0 0 16px;
}

.slider__details_info {
  width: 100%;
  font-size: 18px;
  line-height: 117.5%;
  margin: 0 0 24px;
  position: relative;
}

.slider__details_info.with-shadow::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80.32%, rgba(234, 216, 183, 0)), color-stop(102.73%, rgba(230, 211, 176, 0.5)));
  background: -o-linear-gradient(top, rgba(234, 216, 183, 0) 80.32%, rgba(230, 211, 176, 0.5) 102.73%);
  background: linear-gradient(180deg, rgba(234, 216, 183, 0) 80.32%, rgba(230, 211, 176, 0.5) 102.73%);
}

.slider__details_text {
  padding: 0 20px 0 0;
  max-height: 348px;
  min-height: 348px;
  overflow-y: auto;
  scrollbar-color: #50352C;
  scrollbar-width: thin;
}

.slider__details_text::-webkit-scrollbar {
  width: 8px;
}

.slider__details_text::-webkit-scrollbar-track {
  background: #B49F93;
}

.slider__details_text::-webkit-scrollbar-thumb {
  background-color: #50352C;
  border-radius: 0;
}

.slider__search {
  margin: 50px 0 0;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider__search_title {
  color: #B60506;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  margin: 0 2% 0 0;
  min-width: 195px;
}

.slider__search_form {
  position: relative;
  width: 70%;
}

.slider__search_form form {
  display: block;
  width: 100%;
}

.slider__search_form input[type="text"],
.slider__search_form input[type="search"] {
  font: 300 14px/34px "AlS Granate", sans-serif;
  background: #fbfbfb;
  border: 1px solid #C8B3A6;
  width: 100%;
  height: 34px;
  padding: 0 10px 0 60px;
  border-radius: 4px;
}

.slider__search_form input[type="text"]::-webkit-input-placeholder,
.slider__search_form input[type="search"]::-webkit-input-placeholder {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.slider__search_form input[type="text"]::-moz-placeholder,
.slider__search_form input[type="search"]::-moz-placeholder {
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.slider__search_form input[type="text"]:-ms-input-placeholder,
.slider__search_form input[type="search"]:-ms-input-placeholder {
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.slider__search_form input[type="text"]::-ms-input-placeholder,
.slider__search_form input[type="search"]::-ms-input-placeholder {
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.slider__search_form input[type="text"]::placeholder,
.slider__search_form input[type="search"]::placeholder {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.slider__search_form input[type="text"]:focus::-webkit-input-placeholder,
.slider__search_form input[type="search"]:focus::-webkit-input-placeholder {
  color: transparent;
}

.slider__search_form input[type="text"]:focus::-moz-placeholder,
.slider__search_form input[type="search"]:focus::-moz-placeholder {
  color: transparent;
}

.slider__search_form input[type="text"]:focus:-ms-input-placeholder,
.slider__search_form input[type="search"]:focus:-ms-input-placeholder {
  color: transparent;
}

.slider__search_form input[type="text"]:focus::-ms-input-placeholder,
.slider__search_form input[type="search"]:focus::-ms-input-placeholder {
  color: transparent;
}

.slider__search_form input[type="text"]:focus::placeholder,
.slider__search_form input[type="search"]:focus::placeholder {
  color: transparent;
}

.slider__search_form input[type="text"]::-webkit-search-cancel-button,
.slider__search_form input[type="search"]::-webkit-search-cancel-button {
  color: #B60506;
}

.slider__search_form input[type="submit"],
.slider__search_form button[type="submit"] {
  background: #B60506 url("../img/svg/search.svg") 50% 50% no-repeat;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  cursor: pointer;
  border-radius: 4px 0 0 4px;
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide {
  width: 295px;
}

.swiper-slide-prev,
.swiper-slide-next {
  -webkit-transform: scale(0.82);
  -ms-transform: scale(0.82);
  transform: scale(0.82);
}

.swiper-slide-prev .slider__item_photo,
.swiper-slide-next .slider__item_photo {
  height: 337px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 56px;
  height: 57.94px;
  background: #50352C url("../img/svg/arrow.svg") 50% 50% no-repeat;
  border-radius: 100%;
  position: absolute;
  top: 131px;
  margin: auto;
  z-index: 10;
  cursor: pointer;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  left: -29px;
}

.swiper-button-next {
  right: -29px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-pagination {
  text-align: center;
  margin: 39px 0 0;
  position: relative;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #B49F93;
  margin: 0 8px;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.swiper-pagination-bullet-active {
  background-color: #50352C;
}

.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #C8B3A6;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  max-height: 494px;
  overflow-y: auto;
  border-radius: 0 0 4px 4px;
}

.autocomplete-items::-webkit-scrollbar {
  width: 3px;
}

.autocomplete-items::-webkit-scrollbar-track {
  background: #B49F93;
}

.autocomplete-items::-webkit-scrollbar-thumb {
  background-color: #50352C;
  border-radius: 0;
}

.autocomplete-items div {
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
  background-color: #fbfbfb;
  border-bottom: 1px solid #C8B3A6;
}

.autocomplete-items div:last-of-type {
  border-radius: 0 0 4px 4px;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #efefef;
  color: #B60506;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: #efefef !important;
}

@media screen and (max-width: 1320px) {

  .swiper-button-prev,
  .swiper-button-next {
    width: 36px;
    height: 36px;
    opacity: 0.5;
    top: 152px;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }

  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 1;
  }

  .swiper-button-prev {
    left: 10px;
  }

  .swiper-button-next {
    right: 10px;
  }
}

@media screen and (max-width: 1280px) {
  .container {
    max-width: 980px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 960px) {
  .container {
    max-width: 620px;
    padding: 0 10px;
  }

  .header {
    padding-bottom: 30px;
  }

  .header__logo {
    left: 0;
    right: 0;
    margin: auto;
  }

  .header__title {
    max-width: 272px;
    margin-top: 249px;
  }

  .header__title img {
    margin-bottom: 6px;
  }

  .header__title img.header__slogan {
    max-width: 199px;
  }

  .slider__block {
    padding-top: 80px;
  }

  .slider__item_photo {
    height: 314px;
  }

  .slider__item_title {
    display: none;
  }

  .slider__details {
    margin-top: 28px;
    margin-bottom: 62px;
  }

  .slider__details_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider__details_left {
    display: none;
  }

  .slider__details_right {
    width: 100%;
  }

  .slider__details_right h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 16px;
  }

  .slider__details_right .slider__details_years {
    display: block;
    font-size: 36px;
    margin: 0 0 24px;
  }

  .slider__details_right dl {
    text-align: center;
    margin-bottom: 32px;
  }

  .slider__details_right dl dt,
  .slider__details_right dl dd {
    display: block;
    width: 100%;
  }

  .slider__details_right dl dt {
    margin-bottom: 12px;
  }

  .slider__details_right dl dd {
    margin-bottom: 24px;
  }

  .slider__details_right h3 {
    text-align: center;
    border-top: 1px solid #50352C;
    padding-top: 32px;
    margin-bottom: 24px;
    font-size: 18px;
  }

  .slider__details_info {
    margin-bottom: 22px;
  }

  .slider__details_info::after {
    display: none;
  }

  .slider__details_text {
    max-height: initial;
    min-height: initial;
  }

  .slider__search {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
  }

  .slider__search_title {
    display: none;
  }

  .slider__search_form {
    width: 80%;
  }

  .slider__search_form input[type="text"] {
    padding-left: 50px;
    font-size: 12px;
  }

  .slider__search_form input[type="submit"],
  .slider__search_form button[type="submit"] {
    width: 40px;
    background-size: 14px auto;
  }

  .swiper-slide-prev .slider__item_photo,
  .swiper-slide-next .slider__item_photo {
    height: 276px;
  }

  .footer {
    padding: 32px 24px;
  }

  .footer__logo {
    max-width: 272px;
  }

  .footer__logo img {
    margin-bottom: 9px;
  }

  .footer__logo img:first-of-type {
    max-width: 234px;
  }

  .footer__social {
    margin-top: 16px;
  }

  .footer__social a {
    margin: 0 12px;
  }

  .footer__social img {
    width: 36px;
  }

  .swiper-button-prev,
  .swiper-button-next,
  .swiper-pagination {
    display: none;
  }

  .autocomplete-items {
    max-height: 396px;
  }

  .autocomplete-items div {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  /**/
}

@media screen and (max-width: 620px) {
  .slider__block {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 60px;
  }

  .slider__details {
    padding-left: 14px;
    padding-right: 14px;
  }

  .slider__search_form {
    min-width: 260px;
  }

  .swiper-slide {
    width: 272px;
  }

  .swiper-slide-prev,
  .swiper-slide-next {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .swiper-slide-prev .slider__item_photo,
  .swiper-slide-next .slider__item_photo {
    height: 314px;
  }

  .autocomplete-items {
    max-height: 288px;
  }
}

@media screen and (max-width: 480px) {
  /**/
}