* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a {
  color: black;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style-type: none;
}

img {
  vertical-align: top;
}

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

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

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

html {
  --width__nav-item: 0px;
}

.wrapper {
  position: relative;
}
.wrapper.active::before {
  content: "";
  background: #000;
  opacity: .5;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 104;
}
body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.container {
  margin: 0 auto;
  max-width: 1041px;
}

.news {
  padding-top: 50px;
  padding-bottom: 19px;
}

.news__title {
  font-family: "Noto Sans";
  font-size: 30px;
  line-height: 105.7%;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.news__hashtags-list {
  display: flex;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.news__hashtags-list-item {
  text-transform: uppercase;
  background: #F5F1EC;
  border: 0.505263px solid #F5F1EC;
  border-radius: 25.2632px;
  font-weight: 300;
  font-size: 13px;
  line-height: 105.7%;
  color: #858585;
  padding: 3px 24px;
  margin-bottom: 8px;
}

.news__hashtags-list-item:not(:last-child) {
  margin-right: 10px;
}

.news__content {
  display: flex;
  justify-content: space-between;
}

.news__content-list {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 74.6%;
  margin-right: 16px;
  gap: 18px;
  height: fit-content;
}

.news__item {
  flex: 0 0 calc(33% - 10px);
  margin-bottom: 13px;
  min-width: 176px;
}

.news__item-img {
  margin-bottom: 16px;
}

.news__item-img img {
  width: 100%;
}

.news__text {
  font-family: "Noto Sans";
  margin-bottom: 20px;
  flex: 1;
}

.news__date {
  font-weight: 300;
  font-size: 15px;
  line-height: 105.7%;
  color: #606060;
  margin-bottom: 8px;
}

.news__name {
  font-weight: 500;
  font-size: 15px;
  line-height: 126.7%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 15px;
  cursor: pointer;
}

.news__info {
  font-weight: 300;
  line-height: 125.2%;
}

.news__hashtags {
  font-weight: 300;
  font-size: 13px;
  line-height: 105.7%;
  color: #858585;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.news__hashtag {
  border: 0.505263px solid #858585;
  border-radius: 25.2632px;
  padding: 5px 16px;
  margin-bottom: 8px;
  cursor: pointer;
}

.news__hashtag:not(:last-child) {
  margin-right: 20px;
}

.news__content-col-item {
  position: relative;
}

.news__content-col-item:not(:last-child) {
  margin-bottom: 17px;
}

.news__content-col-address-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 129.7%;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  top: 25px;
  left: 38%;
  transform: translate(-50%, 0);
}

.news__content-col-address-title span {
  display: block;
}

.news__content-col-programm {
  max-width: 540px;
  margin: 0 auto;
}

.news__content-col-programm .news-item__content-col-programm-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 129.7%;
  text-transform: uppercase;
  color: #fff;
}

.news__content-col-programm .news__content-col-item-img img {
  width: 100%;
}

.news__content-col-address {
  max-width: 540px;
  margin: 0 auto;
  position: relative;
}

.news__content-col-address img {
  width: 100%;
}

.col-news-event_p {
  display: none;
}

.news-swiper_prev-1 {
  display: none;
  max-width: 540px;
  z-index: 0;
  padding-bottom: 40px;
}

.news-swiper_prev-1 .news-swiper__slide {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px 15px 7px 15px;
}

.news-swiper_prev-1 .news-swiper__prev_1 {
  position: absolute;
  z-index: 100;
  width: 26px;
  height: 15px;
  background: url(../img/svg/arrow-left_grey.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: 0.3s;
  bottom: 10px;
  left: 40%;
}

.news-swiper_prev-1 .news-swiper__prev_1:hover {
  left: 39.2%;
}

.news-swiper_prev-1 .news-swiper__next_1 {
  position: absolute;
  z-index: 100;
  width: 26px;
  height: 15px;
  background: url(../img/svg/arrow-right_grey.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: 0.3s;
  bottom: 10px;
  left: 55%;
}

.news-swiper_prev-1 .news-swiper__next_1:hover {
  left: 55.8%;
}

.news-swiper_prev-1 img {
  width: 100%;
}

.footer-w {
  background: #F5F1EC;
}

.footer {
  padding-top: 24px;
  padding-bottom: 25px;
}

.footer__content-top {
  border-bottom: 0.5px solid rgba(131, 131, 131, 0.25);
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.footer__top-nav {
  display: flex;
  justify-content: space-between;
}

.footer__bottom-contacts {
  display: flex;
  justify-content: space-between;
}

.footer__nav-item {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #878787;
  display: block;
}

.footer__content-bottom {
  font-family: "Open Sans";
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}

.footer__bottom-logo {
  font-family: "Merriweather";
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #A22143;
  text-transform: uppercase;
  display: block;
}

.footer__bottom-phone {
  font-size: 20px;
  line-height: 27px;
  color: #5C5C5C;
  display: block;
  margin-right: 17px;
}

.footer__content-email {
  font-size: 17px;
  line-height: 23px;
  color: #5C5C5C;
  display: block;
}

.footer__content-tagline {
  font-size: 15px;
  line-height: 20px;
  color: #6A5B47;
}

#footer-nav-icon {
  width: 30px;
  height: 24px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}

#footer-nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #A22143;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#footer-nav-icon span:nth-child(1) {
  top: 0px;
}

#footer-nav-icon span:nth-child(2) {
  top: 11px;
}

#footer-nav-icon span:nth-child(3) {
  top: 22px;
}

#footer-nav-icon.open span:nth-child(1) {
  top: 18px;
  transform: rotate(135deg);
}

#footer-nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#footer-nav-icon.open span:nth-child(3) {
  top: 18px;
  transform: rotate(-135deg);
}

input.header__search-input:focus::-webkit-input-placeholder {
  color: transparent;
}

input.header__search-input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */

input.header__search-input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */

input.header__search-input:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  padding-top: 12px;
  padding-bottom: 17px;
  border-bottom: solid 0.5px #D9D9D9;
}

.header__top-logo {
  display: block;
  font-family: "Merriweather";
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #A22143;
  text-transform: uppercase;
  flex: 0 0 16%;
  padding-top: 4px;
}

.header__top-search {
  display: flex;
  padding-top: 4px;
  justify-content: end;
  flex: 0 0 22%;
}

.header__search-input {
  background-color: #edebeb;
  padding-left: 0px;
  transition: 0.4s;
  width: 0;
}

.header__search-input.active {
  padding-left: 4px;
  width: 100%;
}

.header__search-img {
  cursor: pointer;
  margin-left: 5px;
}

.header__city {
  position: relative;
}

.header__city-item {
  color: #121212;
  position: relative;
  cursor: pointer;
  margin-right: 26px;
}

.header__city-item::after {
  content: "";
  position: absolute;
  background: url(../img/svg/arrow-down_black.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 6px;
  right: -23px;
  top: 9px;
}

.header__city-item::before {
  content: "";
  position: absolute;
  display: block;
  background: #121212;
  width: 100%;
  height: 1px;
  bottom: -2px;
}

.header__city-list {
  display: none;
  position: absolute;
  background: #edeaea;
  padding: 20px;
  z-index: 100;
}

.header__city-list.active {
  display: block;
}

.header__city-list-item {
  margin-bottom: 5px;
  cursor: pointer;
}

.header__top-phone {
  display: block;
}

.header__footer {
  padding-top: 21px;
  padding-bottom: 20px;
}

.header__footer-nav {
  display: flex;
  justify-content: space-between;
}

.header__nav-item {
  display: block;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #242E45;
  transition: 0.3s;
  position: relative;
}

.header__nav-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 3px;
  background-color: #A22143;
  transition: 0.5s;
}

.header__nav-item:hover {
  color: #A22143;
}

.header__nav-item:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.header__top-phone-dropdown-menu {
  position: absolute;
  left: -100%;
  top: 0;
  height: 100vh;
  background: #F5F1EC;
  transition: 0.4s;
  z-index: 100;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 35px;
  display: none;
  z-index: 1000;
}

.header__top-phone-dropdown-menu.active {
  position: fixed;
  left: 0;
}

.header__top-phone-dropdown-list {
}

.header__nav-item_p {
  display: block;
  margin-bottom: 15px;
}

.header__top-phone-menu {
  display: none;
  z-index: 105;
}
.footer__phone-menu {
  z-index: 105;
}
.header__top-phone-dropdown-logo {
  color: #A22143;
  margin-bottom: 20px;
  font-family: "Merriweather";
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  display: block;
}

#nav-icon {
  width: 30px;
  height: 24px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000000;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 11px;
}

#nav-icon span:nth-child(3) {
  top: 22px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon.open span:nth-child(3) {
  top: 18px;
  transform: rotate(-135deg);
}

@keyframes showLeft {
  from {
    left: 100%;
  }

  to {
    left: 0;
  }
}

.preview-swiper__slide {
  color: #FEFAF3;
  font-family: "Open Sans";
  padding-top: 116px;
  padding-bottom: 123px;
  position: relative;
  cursor: default;
}

.preview-swiper__slide.swiper-slide-active .preview-swiper__slide-content {
  opacity: 1;
  transform: translate(0, 0);
  transition: 2.4s;
}

.preview-swiper__slide.swiper-slide-active .preview-swiper__slide-button {
  cursor: pointer;
}









.preview-swiper__slide-title {
  margin-bottom: 17px;
  font-family: "Vetrino";
  font-weight: 300;
  font-size: 50px;
  line-height: 126.7%;
  letter-spacing: 3px;
}

.preview-swiper__slide-title span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  line-height: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 9.4px;
  font-family: "Open Sans";
}

.preview-swiper__slide-subtitle {
  font-size: 30px;
  line-height: 37px;
  max-width: 553px;
  margin-bottom: 60px;
}

.preview-swiper__slide-footer {
  display: flex;
}

.preview-swiper__slide-button {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  border: 1px solid #FFFFFF;
  flex: 0 0 28.4%;
  padding: 13px 25px;
  margin-right: 41px;
  cursor: default;
  min-width: 300px;
  text-align: center;
}

.preview-swiper__slide-info {
  font-size: 17px;
  line-height: 23px;
  color: #FFFFFF;
}

.preview-swiper__slide-date {
  font-weight: 700;
  margin-bottom: 10px;
}

.preview-swiper__slide-content {
  transform: translate(35%, 0);
  opacity: 0;
}

.preview-swiper__slide-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.preview-swiper__slide-img img {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
}

.preview-swiper__pagination {
  position: absolute;
  z-index: 100;
  text-align: center;
}

.preview-swiper__pagination.swiper-pagination-horizontal {
  bottom: 46px;
}

.preview-swiper__pagination .swiper-pagination-bullet {
  background: #FEFAF3;
  opacity: 1;
  width: 7px;
  height: 7px;
}

.preview-swiper__pagination .swiper-pagination-bullet-active {
  background: #fefaf3;
  outline: 1px solid #fefaf3;
  outline-offset: 2px;
}

.stock-news__content {
  padding-top: 101px;
  padding-bottom: 77px;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5px solid #D9D9D9;
}

.stock-slider {
  position: relative;
  max-width: 46%;
}

.stock-slider__title {
  font-family: "Noto Sans";
  font-size: 30px;
  line-height: 105.7%;
  margin-bottom: 16px;
}

.stock-slider__subtitle {
  font-family: "Noto Sans";
  font-weight: 500;
  font-size: 15px;
  line-height: 105.7%;
  text-transform: uppercase;
}

.stock-swiper__slide-content {
  margin-bottom: 25px;
}

.stock-swiper__slide-content img {
  width: 100%;
}

.stock-swiper__prev {
  position: absolute;
  width: 26px;
  height: 15px;
  top: 9px;
  left: 122px;
  background: url(../img/svg/arrow-left_grey.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: 0.3s;
}

.stock-swiper__prev:hover {
  left: 114px;
}

.stock-swiper__next {
  position: absolute;
  width: 26px;
  height: 15px;
  top: 9px;
  left: 180px;
  background: url(../img/svg/arrow-right_grey.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: 0.3s;
}

.stock-swiper__next:hover {
  left: 188px;
}

.news-slider {
  position: relative;
  max-width: 49.2%;
}

.news-slider__title {
  font-family: "Noto Sans";
  font-size: 30px;
  line-height: 105.7%;
  margin-bottom: 16px;
}

.news-swiper__slide-img {
  margin-bottom: 16px;
}

.news-swiper__slide-img img {
  width: 100%;
}

.news-swiper__slide-text {
  font-family: "Noto Sans";
  margin-bottom: 16px;
}

.news-swiper__slide-date {
  font-weight: 300;
  font-size: 15px;
  line-height: 105.7%;
  color: #606060;
  margin-bottom: 8px;
}

.news-swiper__slide-name {
  font-weight: 500;
  font-size: 15px;
  line-height: 126.7%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 15px;
  cursor: pointer;
}

.news-swiper__slide-info {
  font-weight: 300;
  line-height: 125.2%;
}

.news-swiper__slide-hashtags {
  font-weight: 300;
  font-size: 13px;
  line-height: 105.7%;
  color: #858585;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.news-swiper__slide-hashtag {
  border: 0.505263px solid #858585;
  border-radius: 25.2632px;
  padding: 5px 10px;
  margin-bottom: 8px;
  cursor: pointer;
}

.news-swiper__slide-hashtag:not(:last-child) {
  margin-right: 10px;
}

.news-swiper__prev {
  position: absolute;
  z-index: 100;
  width: 26px;
  height: 15px;
  top: 9px;
  left: 154px;
  background: url(../img/svg/arrow-left_grey.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: 0.3s;
}

.news-swiper__prev:hover {
  left: 146px;
}

.news-swiper__next {
  position: absolute;
  z-index: 100;
  width: 26px;
  height: 15px;
  top: 9px;
  left: 213px;
  background: url(../img/svg/arrow-right_grey.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: 0.3s;
}

.news-swiper__next:hover {
  left: 221px;
}

.map {
  position: relative;
}

.map__google-map {
  width: 100%;
  height: 552px;
}

.map__content-title {
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 36px;
}

.map__content-title_m {
  display: none;
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.map__content-list {
  max-height: 448px;
  overflow-y: auto;
  padding-right: 20px;
}

.map__content-text {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(2px);
  max-width: 336px;
  padding-top: 34px;
  padding-left: 49px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding-right: 10px;
}

.map__content-item {
  font-size: 15px;
  line-height: 20px;
  color: #121212;
  position: relative;
  display: block;
  cursor: pointer;
}

.map__content-item:not(:last-child) {
  margin-bottom: 17px;
}

.map__content-item.active {
  font-weight: 600;
  display: inline-block;
}

.map__content-item.active::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -8px;
  background: #121212;
}

.index-map {
  max-width: 1041px;
  margin: 73px auto 63px;
}

.description {
  padding-bottom: 90px;
}

.description__content {
  display: flex;
}

.description__content-img {
  flex: 0 0 45.3%;
}

.description__content-img img {
  width: 100%;
  height: 100%;
}

.description__content-text {
  background: #F5F1EC;
  padding-top: 47px;
  padding-left: 61px;
  padding-right: 68px;
  padding-bottom: 20px;
}

.description__text-title {
  font-size: 30px;
  line-height: 135.7%;
  color: #121212;
  margin-bottom: 33px;
}

.description__text-info {
  font-family: "Roboto";
  font-size: 15px;
  line-height: 181.7%;
  color: rgba(18, 18, 18, 0.5);
  margin-bottom: 35px;
}

.description__text-button {
  font-family: "Open Sans";
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.04em;
  color: #121212;
  position: relative;
  border-bottom: 1px solid #121212;
}

.description__text-button:hover {
  color: #A22143;
  transition: 0.3s;
  border-bottom: 1px solid #A22143;
}

.partners {
  padding-bottom: 110px;
}

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

.partners__content-item {
  border: 0.5px solid #838383;
  flex: 0 0 24%;
  justify-content: center;
  display: flex;
  align-items: center;
  min-width: 248px;
  margin-bottom: 15px;
  margin-right: 13px;
}

.partners__content-item img {
  width: 100%;
}

.news-item {
  padding-bottom: 91px;
}

.news-item__preview {
  position: relative;
  text-align: center;
  padding: 203px 0px 203px;
  margin-bottom: 29px;
}

.news-item__preview-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.news-item__preview-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-item__preview-img_m {
  display: none;
}

.news-item__preview-title {
  font-family: "Roboto";
  font-size: 35px;
  line-height: 41px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.news-item__route {
  display: flex;
  margin-bottom: 42px;
}

.news-item__route-item {
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
}

.news-item__route-item a {
  display: block;
  margin-right: 20px;
}

.news-item__route-item span {
  display: block;
  margin-right: 20px;
}

.news-item__content {
  display: flex;
  justify-content: space-between;
}

.news-item__content-text {
  flex: 0 0 70%;
  padding-right: 10px;
}

.news-item__content-text-item {
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 0.7);
}

.news-item__content-text-item img{
  width: 100%;
}

.news-item__content-text-item:not(:last-child) {
  margin-bottom: 32px;
}

.news-item__content-col {
  flex: 0 0 27%;
}

.news-item__content-col-programm {
  position: relative;
  font-weight: 600;
  font-size: 25px;
  line-height: 129.7%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.news-item__content-col-programm img {
  width: 100%;
}

.news-item__content-col-programm-title {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, 0);
}

.news-item__content-col-programm span {
  display: block;
}

.news-item__content-col-event {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 16px 17px 25px 16px;
}

.news-item__content-col-event img {
  width: 100%;
}

.news-item__content-col-event .news__item {
  margin-bottom: 0px;
}

.news-item_swiper_prev-1 {
  display: block;
  max-width: 281px;
}

.wine-cellar {
  padding-bottom: 98px;
}

.wine-cellar__google-map {
  width: 100%;
}

.wine-cellar__preview {
  position: relative;
  text-align: center;
  padding: 188px 0px 110px;
}

.wine-cellar__preview-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.wine-cellar__preview-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wine-cellar__preview-text {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 500;
}

.wine-cellar__preview-title {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 28px;
  font-weight: 500;
}

.wine-cellar__preview-title span {
  display: block;
}

.wine-cellar__preview-subtitle {
  font-size: 17px;
  line-height: 10px;
}

.wine-cellar__preview-phone:not(:last-child) {
  margin-bottom: 20px;
}

.wine-cellar__content {
  display: flex;
  padding-top: 71px;
}

.wine-cellar__content-info {
  flex: 0 0 67%;
  margin-right: 62px;
}

.wine-cellar__info-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 170%;
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 46px;
}

.wine-cellar__text-item {
  margin-bottom: 28px;
}

.wine-cellar__text-images {
  margin-bottom: 50px;
}

.wine-cellar__map {
  width: 100%;
}

.wine-cellar__map iframe {
  height: 307px;
}

.collage-swiper {
  display: none;
  padding-bottom: 40px;
  padding-top: 40px;
}

.collage__slide-content {
  display: flex;
}

.collage__slide-img {
  position: relative;
}

.collage__slide-img_b {
  flex: 0 0 48%;
}

.collage__slide-img_s {
  flex: 0 0 48%;
}

.collage__slide-img_s:not(:last-child) {
  margin-bottom: 15px;
}

.collage__slide-img_m {
  flex: 0 0 100%;
}

.collage__slide-content-col {
  flex-wrap: wrap;
  display: flex;
  margin-left: 16px;
  justify-content: space-between;
}

.collage__prev {
  position: absolute;
  z-index: 100;
  width: 26px;
  height: 15px;
  left: 39%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/svg/arrow-left_grey.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: 0.3s;
}

.collage__prev:hover {
  left: 38.2%;
}

.collage__next {
  position: absolute;
  z-index: 100;
  width: 26px;
  height: 15px;
  bottom: 0px;
  left: 54%;
  background: url(../img/svg/arrow-right_grey.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: 0.3s;
}

.collage__next:hover {
  left: 54.8%;
}

.swiper-button-prev {
  display: none;
}

.swiper-button-next {
  display: none;
}

.collage-img {
  transition: 0.2s;
  position: relative;
  cursor: url(../img/svg/magnifying-glass.svg),auto;
}

.collage-img.disable:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.collage-img img {
  width: 100%;
  object-fit: cover;
}

.collage-img.active {
  transform: scale(1.4);
  z-index: 5;
}

.blackout {
  transition: 0.2s;
}

.blackout.active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.popup-gallery {
  z-index: 105;
  display: none;
  position: relative;
}

.popup-gallery.active {
  display: block;
}

.popup-gallery::before {
  content: "";
  background: #000;
  opacity: 0.7;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 104;
}

.popup-gallery__content-w {
  border-radius: 15px;
  position: fixed;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 782px;
  z-index: 105;
  padding: 0 47px;
}

.popup-gallery__content {
  max-height: calc(98vh - 20px);
  overflow-y: auto;
  padding: 10px;
  background: #fff;
}

.popup-gallery__close {
  z-index: 10;
  position: absolute;
  right: 15px;
  top: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: 0.2s;
}

.popup-gallery__close .exit {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2.81px;
}

.swiper-slide img {
  width: 100%;
  object-fit: cover;
}

.popop-swiper__prev {
  left: 10px;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}

.popop-swiper__next {
  right: 10px;
  left: auto;
  transform: translateY(-50%);
}

.popop-swiper__prev,
.popop-swiper__next {
  width: 40px;
  height: 34px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 50%;
}

.popop-swiper__prev img,
.popop-swiper__next img {
  width: 100%;
}

.wine-cellars {
  padding-top: 50px;
  padding-bottom: 22px;
}

.wine-cellars__top {
  display: flex;
  align-items: center;
  border-bottom: 0.5px solid #D9D9D9;
  padding-bottom: 24px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.wine-cellars__title {
  font-size: 30px;
  line-height: 105.7%;
  color: #000000;
  cursor: pointer;
  margin-right: 61px;
  margin-bottom: 8px;
}

.wine-cellars__top-button {
  font-weight: 300;
  font-size: 17px;
  line-height: 105.7%;
  text-decoration-line: underline;
  color: #63283C;
}

.wine-cellars__hashtags {
  display: flex;
  margin-bottom: 61px;
  cursor: pointer;
  flex-wrap: wrap;
  row-gap: 10px;
}

.wine-cellars__hashtag {
  font-weight: 300;
  font-size: 13px;
  line-height: 105.7%;
  color: #858585;
  background: #F5F1EC;
  border: 0.505263px solid #F5F1EC;
  border-radius: 25.2632px;
  padding: 5px 25px;
}

.wine-cellars__hashtag:not(:last-child) {
  margin-right: 10px;
}

.wine-cellars__content {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  gap: 18px;
  align-items: stretch;
}

.wine-cellars__content-item {
  margin-bottom: 52px;
  display: flex;
  flex: 0 0 calc(33.3333333% - 12px);
  justify-content: space-between;
  flex-direction: column;
}

.wine-cellars__item-preview {
  margin-bottom: 10px;
}

.wine-cellars__item-preview img {
  width: 100%;
}

.wine-cellars__text {
  padding-right: 20px;
  margin-bottom: 20px;
  flex: 1;
}

.wine-cellars__item-address {
  font-weight: 500;
  font-size: 15px;
  line-height: 126.7%;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  cursor: pointer;
}

.wine-cellars__item-info {
  font-weight: 300;
  font-size: 14px;
  line-height: 125.2%;
}

.wine-cellars__item-hashtags {
  display: flex;
  justify-self: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  cursor: pointer;
}

.wine-cellars__item-hashtag {
  font-weight: 300;
  font-size: 13px;
  line-height: 105.7%;
  color: #858585;
  border: 0.505263px solid #858585;
  border-radius: 25.2632px;
  padding: 5px 25px;
}

.wine-club {
  padding-bottom: 99px;
}

.wine-club__content {
  padding-top: 79px;
  display: flex;
  margin-bottom: 126px;
}

.wine-club__content-text {
  flex: 0 0 51%;
  margin-right: 70px;
  padding-top: 33px;
}

.wine-club__title {
  font-size: 30px;
  line-height: 20px;
  margin-bottom: 32px;
}

.wine-club__info {
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
}
.wine-club__info strong {
  word-break: break-all;
}
.wine-club__img img {
  width: 100%;
}

.wine-club__footer-content {
  display: flex;
  justify-content: space-between;
}

.wine-club__footer-time {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  color: #121212;
  margin-bottom: 20px;
}

.wine-club__footer-address {
  font-family: "Open Sans";
  font-size: 17px;
  line-height: 23px;
  color: #121212;
  margin-bottom: 26px;
}

.wine-club__footer-subtitle {
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.wine-club__contacts {
  min-width: 305px;
}

.wine-club__contacts-enroll {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 13px;
}

.wine-club__contacts-phone {
  font-family: "Open Sans";
  font-size: 17px;
  line-height: 23px;
  text-decoration-line: underline;
  display: inline-block;
}

.wine-club__contacts-name {
  font-family: "Open Sans";
  font-size: 17px;
  line-height: 23px;
  display: inline-block;
}
@media (max-width: 539px) {
.wine-club__contacts-name {
font-size: 16px;
}
}
.wine-club__contacts-social {
  display: flex;
  margin-top: 15px;
  justify-content: flex-end;
}

.wine-club__contacts-social-item {
  display: block;
}

.wine-club__contacts-social-item:not(:last-child) {
  margin-right: 15px;
}
.header__city-phone-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 15px;
}
.header__city-phone-item::after {
    content: "";
    background: url(../img/svg/arrow-down_black.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 12px;
    height: 6px;
    right: 0;
    top: 5px;
    transition: .2s ease;
    display: block;
    margin-top:4px;
}
.header__city-phone-item.active::after {
  transform: rotate(180deg);
}
.header__city-phone-list {
  display: none;
}
.header__city-phone-list:last-child {
  margin-bottom: 20px;
}
.header__city-phone-list.active {
  display: block;
}
@media (max-width: 1200px) {
  .news-item__preview-img img {
    object-fit: fill;
  }
}
@media (max-width: 767px) {
  .wine-cellars__content-item {
        flex: 0 0 calc(50% - 9px);
  }
}
@media (max-width: 1061px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1041px) {
  .wine-cellar__content-info {
    margin-right: 20px;
  }
}

@media (max-width: 948px) {
  .collage__slide-img_s {
    flex: auto;
  }

  .news__content-col-address {
    display: none;
  }

  .col-news-event_p {
    display: block;
  }

  .news-swiper_prev-1 {
    display: block;
  }

  .stock-news {
    max-width: 540px;
    margin: 0 auto;
    border-bottom: none;
  }

  .stock-news__content {
    align-items: center;
    flex-direction: column;
    border-bottom: none;
  }

  .stock-slider {
    max-width: 100%;
    margin-bottom: 67px;
  }

  .news-slider {
    max-width: 100%;
  }

  .description__content {
    flex-direction: column;
  }

  .description__content-img img {
    object-fit: cover;
    max-height: 500px;
  }

  .description__content-text {
    padding-top: 25px;
    padding-left: 23px;
    padding-right: 20px;
    padding-bottom: 59px;
  }

  .news-item__content {
    flex-direction: column;
  }

  .news-item__content-text {
    margin-bottom: 50px;
    padding-right: 0px;
  }

  .news-item__content-col-programm {
    max-width: 540px;
    margin: 0 auto 25px;
  }

  .news-item__content-col-programm-title {
    left: 41%;
  }

  .news-item__content-col-programm span {
    display: inline-block;
  }

  .news-item__content-col-event {
    max-width: 540px;
    margin: 0 auto;
  }

  .news-item_swiper_prev-1 {
    max-width: 540px;
  }

  .wine-cellar__preview-title {
    font-size: 34px;
  }

  .wine-cellar__content {
    flex-direction: column;
    padding-top: 48px;
  }

  .wine-cellar__content-info {
    flex: 0 0 100%;
    margin-right: 0px;
  }

  .wine-cellar__map {
    margin-bottom: 50px;
  }

  .collage-swiper {
    display: flex;
  }

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

  .collage__slide-img_s:not(:last-child) {
    margin-bottom: 10px;
  }

  .collage__slide-content-col {
    flex-direction: column;
    margin-right: 10px;
    flex-wrap: nowrap;
    margin-left: 0px;
  }

  .collage-images {
    display: none;
  }
}

@media (max-width: 946px) {
  .news__content {
    flex-direction: column;
  }

  .news__content-list {
    margin-right: 0px;
  }
}

@media (max-width: 940px) {
  .wine-club__footer-subtitle {
    padding-right: 100px;
  }
}


@media (max-width: 840px) {
  .footer__content-top {
    display: none;
  }

  .footer__bottom-contacts {
    flex: 0 0 100%;
    margin-top: 60px;
  }

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

  #footer-nav-icon {
    display: block;
  }

  .header__top {
    border-bottom: none;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .header__top-search {
    display: none;
  }

  .header__search-input {
    display: none;
  }

  .header__city {
    display: none;
  }

  .header__top-phone {
    display: none;
  }

  .header__footer {
    display: none;
  }

  .header__top-phone-dropdown-menu {
    display: block;
  }

  .header__top-phone-menu {
    display: block;
  }
}

@media (max-width: 812px) {
  .partners__content {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .news-item__preview-img img {
    object-fit: cover;
  }

  .wine-club__content {
    flex-direction: column-reverse;
    padding-top: 0px;
  }

  .wine-club__content-text {
    padding-top: 50px;
    margin-right: 0px;
  }

  .wine-club__footer-subtitle {
    padding-right: 20px;
  }
}

@media (max-width: 678px) {
  .news-item {
    flex: 0 0 calc(50% - 10px);
    min-width: none;
  }
  .wine-club__footer-content {
    flex-direction: column;
  }

  .wine-club__footer-info {
    margin-bottom: 50px;
  }

  .wine-club__footer-time {
    margin-bottom: 12px;
  }

  .wine-club__contacts-social {
    justify-content: flex-start;
    margin-top: 21px;
  }
}

@media (max-width: 668px) {
  .preview-swiper__slide {
    padding-bottom: 37px;
    padding-top: 30px;
  }
  .news__item {
    flex: 0 0 calc(50% - 10px)
  }
  .preview-swiper__slide-footer {
    flex-wrap: wrap;
  }

  .preview-swiper__slide-button {
    flex: 0 0 100%;
    max-width: 540px;
    margin: 0 auto 35px;
  }

  .preview-swiper__pagination {
    display: none;
  }

  .stock-news__content {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .wine-cellar__preview {
    padding: 67px 0 100px;
  }
}

@media (max-width: 600px) {
  .news__item {
    margin-bottom: 20px;
  }

  .partners__content-item {
    min-width: auto;
    flex: 0 0 44%;
    max-width: 248px;
    margin-right: 0px;
  }

  .partners__content-item:not(:nth-child(2n)) {
    margin-right: 13px;
  }
}


@media (max-width: 540px) {
  .footer {
    margin-top: 54px;
    padding-top: 31px;
    padding-bottom: 29px;
  }

  .footer__content-bottom {
    margin-bottom: 20px;
  }

  .footer__content-tagline {
    color: #A22143;
  }

  .stock-slider__title {
    font-size: 25px;
  }

  .news-slider__title {
    font-size: 25px;
  }

  .map__google-map {
    height: 468px;
  }

  .map__content-title {
    display: none;
  }

  .map__content-title_m {
    display: block;
  }

  .map__content-list {
    max-height: 177px;
  }

  .map__content-text {
    width: 100%;
    max-width: none;
    padding-top: 15px;
    padding-left: 15px;
    top: 60px;
    bottom: auto;
    padding-bottom: 15px;
  }

  .index-map {
    margin: 50px auto 63px;
  }

  .description {
    padding-bottom: 95px;
  }

  .description__content {
    padding-left: 0px;
    padding-right: 0px;
  }

  .description__content-img img {
    max-height: 193px;
  }

  .description__text-title {
    font-size: 25px;
    margin-bottom: 28px;
  }

  .description__text-info {
    margin-bottom: 28px;
  }

  .partners {
    padding-bottom: 16px;
  }

  .news-item {
    padding-bottom: 0px;
  }

  .news-item__preview {
    padding: 23% 0;
  }

  .news-item__preview-img {
    display: none;
  }

  .news-item__preview-img img {
    object-fit: contain;
  }

  .news-item__preview-img_m {
    display: block;
  }

  .news-item__route-item a {
    margin-right: 13px;
    color: rgba(0, 0, 0, 0.6);
  }

  .news-item-footer {
    display: none;
  }

  .wine-cellar {
    padding-bottom: 0px;
  }

  .wine-cellars__hashtags {
    margin-bottom: 50px;
  }

  .wine-cellars__text {
    padding-right: 0px;
  }

  .wine-club {
    padding-bottom: 0px;
  }

  .wine-club__content {
    margin-bottom: 72px;
  }

  .wine-club__title {
    font-weight: 400;
    font-size: 25px;
    line-height: 20px;
  }

  .wine-club__info {
    padding-right: 9px;
  }

  .wine-club__footer-address {
    margin-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .preview-swiper__slide-title span {
    font-weight: 300;
    font-size: 13px;
  }

  .preview-swiper__slide-title {
    font-weight: 400;
    font-size: 35px;
  }

  .preview-swiper__slide-subtitle {
    font-family: "Open Sans";
    font-size: 17px;
    line-height: 24px;
    color: #FEFAF3;
  }
}

@media (max-width: 480px) {
.news__item {
    flex: 0 0 100%;
}
}

@media (max-width: 420px) {
  .collage__slide-img_b {
    flex: 1;
  }
}

@media (max-width: 390px) {
  .news__item {
    min-width: 133px;
  }

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

@media (max-width: 450px) {
  .wine-cellars__content-item {
    margin-bottom: 0px;
    flex: 0 0 100%;
  }

  .wine-cellars__content-item:not(:last-child) {
    margin-bottom: 69px;
  }
}

@media (max-width: 360px) {
  .footer__bottom-phone {
    font-size: 15px;
  }
}
.social {
      display: flex;
      gap: 5px;
      align-items: center;
}
@media (max-width: 840px) {
      .header__social {
            display: none;
      }
}
.social-item {
      width: 30px;
}
.social-item img{
      width: 100%;
}
.header__social_m {
      margin-top: 5px;
}
.footer__social {
      justify-content: flex-end;
}
@media (max-width: 840px) {
      .footer__social {
            display: none;
      }
}
.footer__bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
}

.partners-swiper__slide {
    border: 0.5px solid #838383;
    justify-content: center;
    display: flex;
    align-items: center;
    height: auto;
    padding: 5px;
}
.partners-swiper__slide img {
    width: 100%;
}
