@font-face {
  font-family: "OpenSans";
  src: url("../fonts/opensans.woff");
  src: url("../fonts/opensans.woff2");
}
/* END FONTS */
html {
  scroll-behavior: smooth;
}
body {
  font-family: "OpenSans";
}
*,
*::before,
*:after {
  box-sizing: border-box;
}
a:focus {
  outline: none;
}
button:focus {
  outline: none;
}
h1,
h2,
h3,
p {
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
}
button {
  border: none;
}
.more-news {
  text-align: right;
  width: 100%;
  font-size: 20px;
  padding: 10px 10px 10px 0px;
  font-weight: 800;
}
.more-news a {
  color: black !important;
}
.more-news a:hover {
  color: #f4b835 !important;
}
.date_news {
  text-align: right;
}
#myFrame {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vw;
}
.dogovor {
  color: black;
}
.dogovor:hover {
  text-decoration: underline;
}
/* button */
.button {
  width: 151px;
  height: 47px;
  border-radius: 10px;
  background: #f4b835;
  cursor: pointer;
  transition: 0.3s;
}
.button--white {
  background: #ffffff;
}
.button__text {
  font-size: 18px;
  font-family: "OpenSans";
  color: rgb(36, 36, 36);
  font-weight: bold;
  line-height: 2.333;
  margin: 0;
  transition: 0.3s;
}
/* HOVER button */
.button:hover {
  background: #ffffff60;
  border: 2px solid #f2b532;
}
.link__error:hover {
  color: #f2b532;
}
.error__wrapper-text {
  margin: 20% 0 20% 0;
}
.error-404 {
  color: #f2b532;
  font-size: 64px;
  text-align: center;
  margin: 30px 0;
}
.error__text {
  font-size: 20px;
  margin-bottom: 20px;
}
/* Preloader*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  z-index: 9999999999999;
}

.load-circle {
  margin: 20vh auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 10px solid #111;
  border-top: 10px solid #f4b835;
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader__title {
  margin-top: 392px;
}
.preloader__title-text {
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin-top: 24px;
  font-family: "OpenSans";
}
.preloader__title-text__metropole {
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-family: "OpenSans";
}
@media (min-width: 320px) and (max-width: 540px) {
  .preloader__title-text {
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-top: 14px;
  }
  .preloader__title {
    margin-top: 150px;
  }
  .preloader__title-text__metropole {
    text-align: center;
    color: #fff;
    font-size: 34px;
  }
}
body {
  font-family: "OpenSans";
  margin: 0;
  padding: 0;
}
main {
  width: 100%;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
/* Title page */
.page-title__wrapper {
  width: 100%;
  margin: 130px 0 54px 0;
}
.page-title__wrapper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.page-title {
  font-size: 40px;
  font-family: "OpenSans";
  color: rgb(36, 36, 36);
  font-weight: bold;
  line-height: 1.105;
  margin: 0px 77px;
  transition: 0.3s;
  text-align: center;
}
.page-title:hover {
  color: #f2b532;
}
.page-title--wihte {
  color: #fff;
}
.triangle {
  position: relative;
  left: 50%;
}
.content__wrapper {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin: 0 auto;
}
.content__cookies {
  display: flex;
  margin: 50px 0 42px 0;
  align-items: center;
}
.main-page__cookies {
  font-size: 18px;
  font-family: "OpenSans";
  color: rgb(36, 36, 36);
  line-height: 1.556;
}
.main-page__cookies--grey {
  color: #9f9f9f;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.span-cookies {
  margin: 0 12px;
  display: flex;
}
/* BEGIN HEADER */
/* navigation */
.header-navigation {
  width: 100%;
  background: #000000;
  border-bottom: 1px solid #ffffff64;
}
.header-navigation__container {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
/* hamburger */
.menu {
  display: flex;
  align-items: center;
}
.menu__icon {
  display: none;
  width: 45px;
  height: 35px;
  position: relative;
  cursor: pointer;
}
.menu__icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menu__icon span:nth-child(1) {
  top: 0px;
}

.menu__icon span:nth-child(2),
.menu__icon span:nth-child(3) {
  top: 11px;
}

.menu__icon span:nth-child(4) {
  top: 22px;
}
.menu.menu_state_open .menu__icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu.menu_state_open .menu__icon span:nth-child(2) {
  transform: rotate(45deg);
}

.menu.menu_state_open .menu__icon span:nth-child(3) {
  transform: rotate(-45deg);
}

.menu.menu_state_open .menu__icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu.menu_state_open .header-navigation__menu-nav,
.menu.menu_state_open .header-navigation__social-networks,
.menu.menu_state_open .header-navigation__lang {
  display: flex;
}
/* end hamburger */
.header-navigation__menu-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-navigation__item {
  margin: 0 18px;
  font-size: 18px;
  font-family: "OpenSans";
  line-height: 1.556;
  padding: 20px 0;
}

.header-navigation__link {
  color: #ffffff;
  padding: 19px 0;
  transition: 0.1s;
}

.header-navigation__link:hover {
  border-bottom: 3px solid #ffffff;
}
.header-navigation__social-networks {
  display: flex;
  margin: 0 40px 0 67px;
}
.social-networks__item {
  margin: 0 5px;
}
.social-networks__link {
  padding: 6px 8px;
  background: #ffffff50;
  border-radius: 50%;
  transition: 0.3s;
}
.social-networks__link i {
  width: 19px;
  height: 11px;
  color: #ffffff;
  text-align: center;
  transition: 0.3s;
}
.social-networks__item:hover .social-networks__link {
  background: #f6ba3a;
}
.social-networks__item:hover .social-networks__link i {
  color: #000000;
}
.header-navigation__lang {
  display: flex;
}
.lang__item {
  margin: 0 7px;
}
.lang__link {
  padding: 20px 0;
  transition: 0.1s;
}
.lang__link-span {
  font-size: 18px;
  font-family: "OpenSans";
  color: rgb(255, 255, 255);
  line-height: 1.556;
}
.lang__link:hover {
  border-bottom: 3px solid #ffffff;
}
/* END HEADER */
.event__image {
  width: 100%;
  margin-bottom: 30px;
}
.event__text {
  font-size: 18px;
  font-family: "OpenSans";
  color: rgb(36, 36, 36);
  line-height: 1.556;
  margin-bottom: 24px;
  text-align: justify;
}

.event-block__photo {
  display: flex;
  margin: 25px 0;
  justify-content: center;
  flex-wrap: wrap;
}
.event-photo {
  width: 100%;
  margin-top: 10px;
  filter: grayscale(1);
  transition: 0.3s;
}
.event-photo:hover {
  filter: grayscale(0);
}
.event-block__photo a {
  width: 18%;
  margin: 3px 5px;
}
/* BEGIN NEWS */
.news__wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background: #f0f0f0;
  margin-bottom: 120px;
  flex-wrap: wrap;
}
.news__wrapper--two-cards {
  justify-content: center;
}
.news__box {
  border-radius: 10px;
  width: 32.43%;
  border-bottom: 4px solid #dfa424;
  background: #ffffff;
  overflow: hidden;
}
.news__box--two-cards {
  margin: 0 10px;
}
.news__box:hover {
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.news-text__wrapper {
  margin: 26px 22px;
}
.news__link {
  width: 100%;
}
.news__image {
  width: 100%;
  height: 300px;
  background-size: cover !important;
}
.news__date {
  font-size: 15px;
  font-family: "OpenSans";
  color: rgb(36, 36, 36);
  line-height: 1.867;
  margin: 0 0 10px 0;
}
.news__title {
  font-size: 18px;
  font-family: "OpenSans";
  color: rgb(36, 36, 36);
  line-height: 1.556;
  font-weight: bold;
  margin: 10px 0 10px 0;
}
.news__text {
  font-size: 18px;
  font-family: "OpenSans";
  color: rgb(36, 36, 36);
  line-height: 1.556;
  margin: 10px 0 0 0;
}
/* END NEWS */
/* BEGIN DISCOUNT */
.discount__wrapper {
  width: 1200px;
  margin: 0 auto;
}
.discont__block {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 120px;
}
.discount__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
.discount-box__text {
  display: flex;
  width: 41.58%;
  height: 100%;
  background: #fff;
}
.discount__date {
  font-size: 15px;
  font-family: "OpenSans";
  color: rgb(36, 36, 36);
  line-height: 1.867;
  margin: 0 0 15px 0;
}
.discount__title {
  font-size: 25px;
  font-family: "OpenSans";
  color: rgb(36, 36, 36);
  font-weight: bold;
  line-height: 1.28;
  margin-bottom: 32px;
  width: 87%;
}
.discount__text {
  font-size: 18px;
  font-family: "OpenSans";
  color: rgb(36, 36, 36);
  line-height: 1.556;
  text-align: justify;
  margin-bottom: 40px;
}
.discont-box__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 35px 30px;
}

.discount__text--left {
  align-items: flex-start;
}
.discount__text--right {
  align-items: flex-end;
}
.discount__title--right {
  text-align: end;
}
.discont__image {
  width: 55.83%;
  height: 100%;
}
.discont__image img {
  height: 100%;
}
/* .discont__image--right{
    display: flex;
    order: 1;
} */

/* END DISCOUNT */
/* BEGIN FOOTER */
.footer {
  background: #000000;
  width: 100%;
  overflow: hidden;
}

.footer-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0 30px 0;
  background: #2a2a2a;
}
.footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-nav__item {
  margin: 0 0 0 26px;
}
.footer--margin-botton {
  margin-bottom: 36px;
}
.footer-bottom__text {
  font-size: 18px;
  font-family: "OpenSans";
  color: rgb(255, 255, 255);
  line-height: 1.111;
  text-align: center;
  padding: 25px;
}
.ft1 {
  padding: 0px;
  font-size: 13px;
}
.footer-nav__link {
  font-size: 18px;
  font-family: "OpenSans";
  color: rgb(255, 255, 255);
  line-height: 1.556;
}
.footer-bottom__link {
  font-size: 16px;
  font-family: "OpenSans";
  color: rgb(255, 255, 255);
  line-height: 1.111;
}
.footer-bottom__text--right {
  text-align: right;
  padding: 5px 15px 5px 0;
  font-size: 16px;
}
.footer-nav__link:hover {
  color: rgb(236, 227, 227);
}
/* END FOOTER */
/* BEGIN PARKING  */
.img__parKing {
  width: 100%;
  margin-bottom: 50px;
}
.img__parKing--info {
  width: 70%;
}
.parking--flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content__text-shop {
  font-size: 18px;
  font-family: "OpenSans";
  color: rgb(36, 36, 36);
  line-height: 1.556;
  margin-bottom: 34px;
}
/* @MEDIA */

@media (max-width: 1124px) {
  .lang__link-span {
    font-size: 15px;
  }
  .header-navigation__item {
    font-size: 15px;
  }
  .header-navigation__social-networks {
    margin: 0px 25px 0 19px;
  }
  .header-navigation__social-networks {
    display: flex;
    margin: 0px 25px 0 19px;
  }
  .header-slider__text {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .header-navigation__container {
    width: 90%;
  }
  .footer__nav {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }

  .container {
    width: 90%;
  }
  .news__wrapper {
    width: 90%;
  }
  .discount__wrapper {
    width: 90%;
  }
  .discont__image img {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .header-navigation__item {
    margin: 0 16px;
  }
}
@media (max-width: 780px) {
  .header-navigation__logo-image {
    margin: 10px 0;
  }
  .menu {
    align-items: center;
  }
  .menu__icon {
    display: inline-block;
  }
  .menu__wrapper {
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: 73px;
    z-index: 1000;
    width: 100%;
    right: 0;
    top: 0;
  }
  .menu .header-navigation__menu-nav,
  .menu .header-navigation__social-networks,
  .menu .header-navigation__lang {
    position: relative;
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
  }
  .header-navigation__item {
    font-size: 20px;
    font-weight: bold;
  }
  .lang__link-span {
    font-size: 20px;
    font-weight: bold;
  }

  .header-navigation__item {
    justify-content: center;
    display: flex;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ffffff64;
    width: 100%;
  }

  .header-navigation__social-networks {
    width: 100%;
    margin: 0;
    justify-content: center;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff64;
  }
  .social-networks__item {
    margin: 5px 20px;
    display: flex;
    justify-content: center;
  }
  .social-networks__link i {
    color: #ffffff;
  }
  .menu .header-navigation__lang {
    margin: 0;
    justify-content: center;
  }
  .lang__item {
    padding: 10px;
  }
  .lang__link {
    padding: 10px;
  }
  .header-navigation__menu-nav .header-navigation__item {
    margin-left: 0;
  }
  .news__wrapper {
    flex-direction: column;
  }
  .news__box {
    width: 100%;
    margin-bottom: 20px;
  }
  .discount__box {
    flex-direction: column;
  }
  .discont__image {
    width: 100%;
    margin-bottom: 20px;
  }
  .discount-box__text {
    width: 100%;
  }
  .nav .item {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
  }
  .footer__nav {
    align-items: center;
    justify-content: center;
  }
  .footer-nav__item {
    margin: 0 0 10px 26px;
  }
  .news__box--two-cards {
    margin: 0;
  }
}
@media (max-width: 540px) and (min-width: 320px) {
  .page-title {
    margin: 0px 12px;
    font-size: 15px;
    text-align: center;
  }
  .triangle {
    left: 48%;
  }
  .page-title__wrapper {
    margin: 51px 0 25px 0;
  }
  .page-title-image {
    width: 60px;
    height: 30px;
  }
  .page-title__wrapper-wrapper {
    margin-bottom: 10px;
  }
  .content__cookies {
    align-items: inherit;
  }
  .event__image {
    width: 100%;
    /*height: 300px;*/
  }
  .event__text {
    font-size: 16px;
  }
  .event-photo {
    width: 100%;
  }
  .event-block__photo a {
    width: 46%;
  }
  .event-block__photo a {
    margin: 5px 5px;
    width: 46%;
  }
  .main-page__cookies {
    font-size: 14px;
  }
  .discont__block {
    margin-bottom: 50px;
  }
  .discount__title {
    font-size: 23px;
  }
  .discount__date {
    font-size: 13px;
  }
  .discount__text {
    font-size: 15px;
  }
  .button {
    width: 120px;
    height: 41px;
  }
  .button__text {
    font-size: 14px;
  }
  .footer-bottom__text {
    font-size: 13px;
    padding: 12px;
  }
  .footer-nav__item {
    margin: 0px 13px 10px 13px;
  }
  .error-404 {
    font-size: 38px;
    margin: 20px 0;
  }
  .error__text {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media (max-width: 320px) {
  .event-photo {
    width: 100%;
  }
  .event-block__photo a {
    width: 46%;
  }
  .event-block__photo a {
    margin: 5px 5px;
    width: 46%;
  }
  .discount__title {
    font-size: 22px;
  }
  .main-page__cookies {
    font-size: 14px;
    width: 17%;
  }
}
