/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body.overflow {
  overflow: hidden;
}
main {
  display: block;
  min-height: 90vh;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 10px;
}
body {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: normal;
  font-size: 14px;
  /*background: url("../img/bg-lines.png") center top no-repeat #fff;*/
}
h1 {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 38px;
  line-height: 55px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
h2 {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 28px;
  line-height: 55px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
    line-height: 35px;
  }
}
h3 {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 21px;
  line-height: 27px;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container {
  max-width: 1340px;
  margin: 0 auto;
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
ul,
li {
  margin: 0;
  list-style-type: none;
}
svg {
  display: block;
}
figure {
  margin: 0;
}
#breadcrumbs {
  margin: 29px 0;
}
#breadcrumbs a {
  font: 1.4rem/2.6rem "Montserrat-Bold";
  color: #000;
  text-decoration: underline;
}
#breadcrumbs a:hover {
  text-decoration: none;
}
#breadcrumbs__item {
  font: 1.4rem/2.6rem "Montserrat-Regular";
  color: #d8d8d8;
}
.social {
  display: flex;
  align-items: center;
}
.social button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-right: 42px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 1279px) {
  .social button {
    margin-right: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .social button {
    margin-right: 28px;
  }
}
.social__list {
  display: flex;
  align-items: center;
}
.social__item {
  margin-right: 6px;
}
.social__item:last-child {
  margin-right: 0;
}
.social__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  width: 28px;
}
.social__facebook {
  background-color: #3b5998;
}
.social__instagram {
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%
    );
}
.social__tiktok {
  background-color: #000;
}
.social__youtube {
  background-color: #ee8008;
}
.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -200%;
  left: 0;
  z-index: 200;
  transition: 0.3s;
  background: linear-gradient(90deg, #ee8008 0%, #fbd73c 100%);
  color: #fff;
}
.mobile-menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url("../img/bg-lines-mobile-menu.png") no-repeat center;
  background-size: cover;
}
.mobile-menu.active {
  top: 0;
}
.mobile-menu__header {
  padding: 21px 0;
  z-index: 1;
}
.mobile-menu__header .mobile-menu__logo {
  max-width: 157px;
  max-height: 35px;
}
.mobile-menu__header .mobile-menu__close {
  height: 21px;
  width: 21px;
  cursor: pointer;
}
.mobile-menu__body {
  overflow-y: auto;
  z-index: 1;
}
.mobile-menu__body .mobile-menu__nav {
  margin-top: 31px;
}
@media only screen and (max-width: 360px) {
  .mobile-menu__body .mobile-menu__nav {
    margin-top: 20px;
  }
}
.mobile-menu__body .menu-item {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 360px) {
  .mobile-menu__body .menu-item {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.mobile-menu__body .menu-item .nav-link {
  padding: 10px 12px;
}
.mobile-menu__body .menu-item:nth-child(6) {
  margin-bottom: 55px;
}
@media only screen and (max-width: 360px) {
  .mobile-menu__body .menu-item:nth-child(6) {
    margin-bottom: 35px;
  }
}
.mobile-menu__body .menu-item:nth-child(n + 7) {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
}
@media only screen and (max-width: 360px) {
  .mobile-menu__body .menu-item:nth-child(n + 7) {
    font-size: 16px;
  }
}
.mobile-menu__footer {
  padding: 15px 0;
  z-index: 1;
}
.mobile-menu__footer .mobile-menu__lang {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 16px;
  border: 1px solid #fff;
}
.mobile-menu__footer .mobile-menu__social-item {
  margin-right: 15px;
}
@media (max-width: 360px) {
  .mobile-menu__footer .mobile-menu__social-item {
    margin-right: 6px;
  }
}
.mobile-menu__footer .mobile-menu__social-item:last-child {
  margin-right: 0;
}

/*.header {*/
/*  position: sticky;*/
/*  top: -52px;*/
/*  width: 100%;*/
/*  color: #000;*/
/*  z-index: 199;*/
/*}*/
/*@media (max-width: 991px) {*/
/*  .header {*/
/*    top: 0;*/
/*  }*/
/*}*/

.header--colored .header__top {
  position: relative;
  color: #fff;
}
.header--colored .header__info-item img:first-child {
  display: none;
}
.header--colored .header__info-item img:nth-child(2) {
  display: block;
}
.header--colored .header__nav li:nth-child(2) a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.header--colored .header__social-item img:first-child {
  display: none;
}
.header--colored .header__social-item img:nth-child(2) {
  display: block;
}
.header__top {
  width: 100%;
  padding: 5px 0;
}
.header__top a {
  display: inline-block;
}
.header__inner {
  min-height: 41px;
  margin: 0;
}
.header__info {
  font: 1.4rem/2rem "Montserrat-Regular";
  padding: 0;
}
.header__info-item img:nth-child(2) {
  display: none;
}
.header__info-icon {
  height: 20px;
  width: 20px;
  margin-right: 6px;
}
.header__info-schedule {
  margin-left: 37px;
}
.header__info-metro {
  margin-left: 27px;
}
.header__nav {
  padding: 0;
  margin-right: 38px;
}
@media (max-width: 1199px) {
  .header__nav {
    margin-right: 0;
  }
}
.header__nav li {
  margin-right: 32px;
}
.header__nav li:last-child {
  margin-right: 0;
}
.header__nav a {
  font: 1.4rem/1.7rem "Montserrat-Regular";
  transition: all 0.2s;
  border-bottom: 1px solid transparent;
}
.header__nav a:hover {
  border-color: currentColor;
}
.header__nav li:nth-child(2) a {
  padding: 10px;
  color: #ee8008;
  border: 1px solid rgba(238, 128, 8, 0.3);
}
.header__nav li:nth-child(2) a:hover {
  border-color: currentColor;
}
.header--colored .header__bottom {
  background: transparent;
}
.header__bottom {
  padding: 9px 0 9px 0;
  color: #000;
  background: linear-gradient(90deg, #ee8008 0%, #fbd73c 100%);
}

@media (max-width: 768px) {
  .header__bottom {
    padding: 22px 0 16px;
    background: #fff;
  }
  /* .header--colored .header__bottom {
    background: linear-gradient(90deg, #ee8008 0%, #fbd73c 100%);
  } */
}

.header__bottom .header__search {
  padding: 12px 10px 10px 12px;
  border: 1px solid #fff;
  margin-left: 0;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  .header__bottom .header__search {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .header__bottom .header__search {
    border: 1px solid #000;
  }
  .header--colored .header__bottom .header__search {
    border: 1px solid #fff;
  }
  .header__bottom .header__search {
    padding: 9px 7px 7px 9px;
  }
  .header__bottom .header__search img {
    width: 13px;
  }
}
.header__bottom .header__search img:first-child {
  display: none;
}
@media (max-width: 768px) {
  .header__bottom .header__search img:first-child {
    display: block;
  }
  .header__bottom .header__search img:last-child {
    display: none;
  }
  .header--colored .header__bottom .header__search img:first-child {
    display: none;
  }
  .header--colored .header__bottom .header__search img:last-child {
    display: block;
  }
}
.header__bottom .header__search:hover {
  /* border-color: #fff; */
  background-color: rgba(255, 255, 255, 0.2);
}
.header__bottom .header__lang {
  font: 1.4rem/1.8rem "Montserrat-Regular";
  padding: 10px 20px;
  border: 1px solid #fff;
  transition: all 0.2s;
  color: #fff;
}
.header__logo {
  width: 200px;
}
@media (max-width: 768px) {
  .header__logo {
    width: 180px;
  }
  .header__logo:first-child {
    display: none;
  }
  .header--colored .header__logo:first-child {
    display: block;
  }
  .search-main__logo .header__logo:first-child {
    display: block;
  }
}
.header__bottom .header__lang:hover {
  /* border-color: #fff; */
  background-color: rgba(255, 255, 255, 0.2);
}
.header__logo:nth-child(2) {
  display: none;
}
@media (max-width: 768px) {
  .header__logo:nth-child(2) {
    display: block;
  }
  .header--colored .header__logo:nth-child(2) {
    display: none;
  }
}
.header__navigation li {
  margin-right: 47px;
}
.header__navigation li:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .header__navigation li {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .header__navigation li {
    margin-right: 15px;
  }
}
.header__navigation a {
  position: relative;
  font: 1.6rem/2rem "Montserrat-Bold";
  color: #fff;
  text-transform: uppercase;
}
.header__navigation a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  height: 2px;
  width: 0;
  background-color: #fff;
  transform-origin: 50% 50%;
  transition-property: width, color;
  transition-duration: 0.2s;
}
.header__navigation a:hover::before {
  width: 100%;
}
.header__navigation .current-menu-item a::before {
  width: 100%;
}
.header__social {
  margin-right: 3px;
}
.header__social-item-en {
  color: #fff;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.header__social-item {
  display: inline-block;
  border: 1px solid transparent;
  margin-right: 14px;
  transition: all 0.2s;
  overflow: hidden;
}
.header__social-item img {
  width: 28px;
  height: 28px;
}
.header__social-item:hover {
  opacity: 0.7;
}
.header__social-item:last-child {
  margin-right: 0;
}
.header__social-item img:nth-child(2) {
  display: none;
}
.header__menu {
  position: relative;
  width: 26px;
  height: 22px;
  margin: -4px -2px 0 28px;
  cursor: pointer;
}
.header--colored .header__menu span {
  background-color: #fff;
}
.header__menu span {
  position: absolute;
  background-color: #fff;
  right: 0;
  top: 9px;
  width: 100%;
  height: 2px;
}
@media (max-width: 768px) {
  .header__menu span {
    background-color: #000;
  }
}
.header--colored .header__menu span::after,
.header--colored .header__menu span::before {
  background-color: #fff;
}
.header__menu span::after,
.header__menu span::before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 2px;
  right: 0;
}
@media (max-width: 768px) {
  .header__menu span::after,
  .header__menu span::before {
    background-color: #000;
  }
}
.header__menu span::before {
  bottom: 8px;
}
.header__menu span::after {
  width: 60%;
  top: 8px;
}
@media (max-width: 768px) {
  .footer__inner {
    padding: 30px 0;
  }
}
.footer__button {
  min-width: 220px;
  min-height: 55px;
  margin-right: 20px;
}
.footer__button:last-child {
  margin-right: 0;
}
.footer__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
@media (max-width: 1199px) {
  .footer__info {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .footer__info-list {
    margin-bottom: 35px;
  }
}
.footer__info-item {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .footer__info-list {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .footer__info-item {
    margin-right: 55px;
    margin-bottom: 0;
  }
}
.footer__info-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer__info-item:last-child {
    margin-right: 0;
  }
}
.footer__info-item-schedule {
  margin-right: 42px;
}
.footer__info-icon {
  height: 20px;
  width: 20px;
  margin-right: 17px;
}
.footer__info-logo {
  margin-bottom: 9px;
  max-width: 135px;
}
.footer__info-copyright {
  font-size: 12px;
  color: #8c8c8c;
}
.footer__map {
  font: 1.4rem/2.3rem "Montserrat-Regular";
  padding: 6px 32px;
  margin-left: -63px;
  color: #ee8008;
  border: 1px solid rgba(238, 128, 8, 0.25);
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .footer__map {
    margin-left: 0;
    margin-bottom: 35px;
  }
}
.footer__map:hover {
  color: #ee8008;
  background-color: rgba(238, 128, 8, 0.25);
}
.footer__map.like-btn {
  padding: 6px 32px;
  margin-left: -39px;
}
.footer__buttons {
  flex-wrap: wrap;
  padding: 25px 0px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .footer__buttons {
    padding: 32px 0;
  }
}
@media (max-width: 480px) {
  .footer__buttons {
    flex-direction: column;
  }
  .footer__buttons .btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.footer__social-item {
  display: inline-block;
  margin-right: 10px;
  transition: all 0.2s;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .footer__social-item {
    display: none;
  }
}
.footer__social-item:hover {
  opacity: 0.7;
}
.footer__social-item:last-child {
  margin-right: 0;
}
.footer__social-item img {
  height: 30px;
  width: 30px;
}
.footer .btn.btn-main {
  border: 0;
  background: linear-gradient(90deg, #ee8008 0%, #fbd73c 100%);
  background-size: 130% 100%;
  transition: all 0.3s;
}
.footer .btn.btn-main:hover {
  background-position: 100% 0;
}
.footer .btn.btn-main:last-child {
  margin-right: 0;
}
.btn-primary {
  font: 1.6rem/2rem "Montserrat-Regular";
  border: none;
  border-radius: 0;
  color: #fff;
  background: linear-gradient(90deg, #ee8008 0%, #fbd73c 100%);
}
.btn-primary:last-child {
  margin-right: 0;
}
.article::after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.article > picture {
  position: relative;
  height: 0;
  width: 49.62%;
  padding-bottom: 49.62%;
  margin: 10px 0 47px 71px;
}
@media only screen and (max-width: 1279px) {
  .article > picture {
    margin: -20px 0 20px 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .article > picture {
    display: block;
    float: none;
    width: 100%;
    padding-bottom: 70%;
    margin: 20px auto;
  }
  .single-sales .article > picture {
    padding-bottom: 100%;
  }
}
.article > picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.article__head {
  margin: 27px 0 18px;
}
@media only screen and (max-width: 1279px) {
  .article__head {
    margin: 20px 0;
  }
}
.article h1 {
  font-size: 40px;
  line-height: 60px;
  margin: 0 0 26px -2px;
  clear: none;
}
@media only screen and (max-width: 480px) {
  .article h1 {
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.single-sales-post .article h1,
.single-post .article h1 {
  font-size: 25px;
  line-height: 1.3;
}
.article h2 {
  font: 3rem/3.5rem "Montserrat-Bold";
  margin: 43px 0 27px;
}
@media only screen and (max-width: 1310px) {
  .article h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.article h3 {
  font: 2.3rem/2.8rem "Montserrat-Bold";
  margin-bottom: 36px;
}
@media only screen and (max-width: 1310px) {
  .article h3 {
    font-size: calc(18px + 5 * ((100vw - 320px) / 990));
    line-height: calc(23px + 5 * ((100vw - 320px) / 990));
    font-family: "Montserrat-Bold";
  }
}
.article__head-info {
  font: 1.6rem/2.4rem "Montserrat-Regular";
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1310px) {
  .article__head-info {
    font-size: calc(12px + 4 * ((100vw - 320px) / 990));
    line-height: calc(16px + 8 * ((100vw - 320px) / 990));
    font-family: "Montserrat-Regular";
  }
}
.article__head-info p {
  line-height: 2.3rem;
  margin-bottom: 0;
}
.article__head-action {
  color: #ee8008;
}
.article__head-date {
  color: #929292;
}
.article p {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
  /* text-align: justify; */
}
.article li {
  font-size: 16px;
  line-height: 21px;
}

.single-post .article p,
.single-sales-post .article p,
.single-post .article li,
.single-sales-post .article li {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .article p {
    font-size: 14px;
    line-height: 21px;
  }
  .article li {
    font-size: 14px;
    line-height: 21px;
  }
  .single-post .article p,
  .single-sales-post .article p,
  .single-post .article li,
  .single-sales-post .article li {
    font-size: 14px;
  }
}
.article .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 43px 0;
  grid-gap: 0;
  background-color: transparent;
  width: 100%;
}
.article .gallery-item {
  width: 25%;
  padding: 0 12.5px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .article .gallery-item {
    width: 33.33%;
  }
  .article .gallery {
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .article .gallery-item {
    width: 50%;
  }
}
.article .content a {
  font: 1.6rem/3rem "Montserrat-Bold";
  color: #ee8008;
  text-decoration: underline;
}
@media only screen and (max-width: 1310px) {
  .article .content a {
    font-size: calc(12px + 4 * ((100vw - 320px) / 990));
    line-height: calc(16px + 14 * ((100vw - 320px) / 990));
    font-family: "Montserrat-Bold";
  }
}
.article .content a:hover {
  /* color: #ee8008; */
  text-decoration: none;
  /* cursor: pointer; */
}
.article ul {
  margin: 36px 0 36px 32px;
}
.article li {
  margin: 0 19px 10px 0;
}

.article li::before {
  content: "";
  display: inline-block;
  height: 0.55em;
  width: 0.55em;
  margin: -2px 19px 0 0;
  background-color: #ee8008;
}
.about {
  padding-bottom: 42px;
}
@media (max-width: 767px) {
  .about {
    padding-top: 37px;
  }
}
.about__title {
  margin: 51px 0 53px 0;
}
.about__info .info-item {
  margin-bottom: 60px;
}
.about__info .info-item__icon {
  margin-right: 24px;
  width: 71px;
  height: 62px;
}
.about__info .info-item__text-title {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 2.7rem;
  margin-bottom: 18px;
}
.about__info .info-item__text-subtitle {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 0;
}
.about__map-item {
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 7px;
}
.about__map-item-icon {
  margin-right: 15px;
  min-width: 20px;
}
.about__map-metro {
  margin-bottom: 47px;
}
.about__map-map {
  height: 464px;
}
.gallery {
  position: relative;
}
.gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background-color: #444444;
  z-index: -1;
  opacity: 0.1;
}
.gallery__inner {
  width: 85.5%;
  margin: 0 auto;
  padding: 0;
  /* padding-top: 60px;
  padding-bottom: 74px; */
}
@media only screen and (max-width: 992px) {
  .gallery__inner {
    width: 100%;
    margin-right: 0;
  }
}
.gallery__title {
  margin-bottom: 22px;
}
.gallery__slider {
  position: relative;
  outline: none;
}
.gallery__slider-item {
  outline: none;
}
.gallery__slider-item a {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 66.07%;
}
.gallery__slider-item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.gallery__slider .slick-arrow {
  top: 50%;
  outline: none;
}
.gallery__slider .slick-arrow.slick-prev {
  transition: all 0.2s;
}
.gallery__slider .slick-arrow.slick-prev:hover {
  background-image: url("../img/slider-prev-hovered.svg");
}
.gallery__slider .slick-arrow.slick-next {
  right: 0;
  transition: all 0.2s;
}
.gallery__slider .slick-arrow.slick-next:hover {
  background-image: url("../img/slider-next-hovered.svg");
}
.mall-map {
  padding: 76px 0 100px 0;
}
@media (max-width: 768px) {
  .mall-map {
    padding: 65px 0 80px;
  }
}
.mall-map__title {
  margin-bottom: 30px;
}
.mall-map__map {
  /* height: 482px; */
  background-color: #f3f3f3;
}
.mall-map__location {
  background-color: #CFCDD0;
}
.mall-map__location picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mall-map__location picture {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .mall-map__location picture:first-child img {
    transform: scaleY(1.025);
  }
}
.mall-map__location picture:last-of-type {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .mall-map__location picture:last-of-type {
    padding: 0;
  }
}
.mall-map__location picture:last-of-type img {
  margin-right: 30px;
}
@media screen and (min-width: 768px) {
  .mall-map__location picture:last-of-type img {
    margin-right: 0;
  }
}
.contacts .form-wrap {
  padding: 0;
  background: none;
}
@media (min-width: 1200px) {
  .contacts .form-wrap {
    padding: 0;
    margin-left: 0;
  }
}
.contacts #map_contact {
  display: none;
  position: relative;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 767.98px) {
  .contacts #map_contact {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.contacts #map_contact iframe {
  display: block;
  filter: grayscale(1);
}
@media (max-width: 991px) {
  .contacts #map_contact iframe {
    height: 361px;
  }
}
.contacts #map_contact .map_contact__point {
  font-family: "Montserrat-SemiBold";
  font-size: 1.6rem;
  line-height: 2rem;
  position: absolute;
  z-index: 1;
}
.contacts #map_contact .map_contact__point-metro {
  top: 42%;
  left: 38%;
}
.contacts #map_contact .map_contact__point-location {
  top: 37%;
  left: 55%;
}
.like-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid rgba(238, 128, 8, 0.3);
}
body.page {
  margin: 0;
}
body.active {
  overflow: hidden;
}
#breadcrumbs {
  margin: 47px 0 17px -5px;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: url("../img/bg-preloader.png") center top no-repeat;
}
.home .wrapper {
  background: none;
}
.page-template-page-about .wrapper,
.page-template-home-en .wrapper {
  background: url("../img/bg-lines.png") center top no-repeat;
}
@media (max-width: 768px) {
  .page-template-page-about .wrapper {
    overflow-x: hidden;
  }
}
.page-template-page-about .gallery {
  display: block;
}
.home .main {
  position: relative;
  padding-top: 15px;
  margin-bottom: 54px;
}
@media (max-width: 768px) {
  .home .main {
    padding-top: 0;
    margin-bottom: 33px;
  }
}
@media (max-width: 360px) {
  .home .main {
    margin-bottom: 20px;
  }
}
.home .main::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% + 143px);
  width: 100%;
  background: linear-gradient(90deg, #ee8008 0%, #fbd73c 100%);
  z-index: -1;
}

.home-btn-gr {
  flex-wrap: nowrap;
}
.main__body .main__slider {
  position: relative;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.main__body .main__slider .slick-arrow {
  border: 0;
  background-color: #4d4d4f;
  color: #fff;
  outline: none;
  transition: all 0.2s;
}
.main__body .main__slider .slick-arrow:hover {
  background-color: #646467;
}
.main__body .main__slider .slick-arrow.slick-prev {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/slider-prev-white.svg");
}
.main__body .main__slider .slick-arrow.slick-next {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/slider-next-white.svg");
}
.main__body .main__slider .slick-dots {
  display: flex;
  position: absolute;
  z-index: 7;
  right: 50%;
  bottom: 21px;
  transform: translateX(50%);
}
@media (max-width: 991px) {
  .main__body .main__slider .slick-dots {
    display: none !important;
  }
}
.main__body .main__slider .slick-dots li {
  list-style: none;
}
.main__body .main__slider .slick-dots li.slick-active button {
  background-color: #fbd73c;
}
.main__body .main__slider .slick-dots button {
  font-size: 0;
  width: 80px;
  height: 3px;
  background-color: #dcdcdc;
  border: none;
  margin-left: 30px;
  outline: none;
}
.main__body .slider__item {
  position: relative;
  max-height: 531px;
}
@media (max-width: 768px) {
  .main__body .slider__item {
    /*height: 315px;*/
    height: auto;
  }
}
@media (max-width: 360px) {
  .main__body .slider__item {
    height: auto;
  }
}
.main__body .slider__item-img {
  width: 100%;
}
@media (max-width: 768px) {
  .main__body .slider__item-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.main__body .slider__item-title {
  position: absolute;
  font-size: 3.4rem;
  line-height: 4.8rem;
  color: #fff;
  z-index: 15;
  top: 125px;
  right: 78px;
}
.main__body .slider__item-title .bold-title {
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.main__body .slider__item picture {
  display: block;
  height: 100%;
  width: 100%;
}
@media (max-width: 360px) {
  .main__body .slider__item picture {
    position: relative;
    height: 0;
    padding-bottom: 74.14%;
  }
}
.main__body .slider__item picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 360px) {
  .main__body .slider__item picture img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.main__info {
  display: none !important;
}
.main__info .main__location {
  font-size: 1.8rem;
  margin-bottom: 2px;
  transform: translateX(-25px);
}
.main__info .main__location-icon {
  margin-right: 20px;
}
.main__info .main__metro {
  font-size: 1.8rem;
  margin-bottom: 25px;
  transform: translateX(-14px);
}
.main__info .main__metro-icon {
  width: 20px;
  margin-right: 8px;
}
.main__info .main__btn-map {
  margin-bottom: 30px;
  width: 180px;
  height: 40px;
  border-radius: 0;
  border: none;
  font-size: 1.6rem;
  line-height: 2.3rem;
  background-color: rgba(237, 28, 36, 0.1);
  transform: translate(-6px, -3px);
  color: #dc151d;
}
.main__info .main__schedule {
  font-size: 1.8rem;
  margin-bottom: 16px;
  transform: translateX(-23px);
}
.main__info .main__schedule-icon {
  margin-right: 12px;
}
.mobile__nav {
  margin-bottom: 30px;
}
.card-deck {
  margin: 0 -15px !important;
}
.mobile__nav-item {
  position: relative;
  min-height: 108px;
  margin: 4px;
  border: 1px solid #ee8008;
  border-radius: 0;
}
@media only screen and (max-width: 480px) {
  .mobile__nav-item {
    min-height: 100px;
  }
}
.mobile__nav-item .card-body {
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 24px 15px;
}
@media only screen and (max-width: 480px) {
  .mobile__nav-item .card-body {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 360px) {
  .mobile__nav-item .card-body {
    justify-content: center;
  }
  .mobile__nav-item .card-body img {
    display: none;
  }
}
.mobile__nav-item .card-title {
  font: 1.8rem/2.8rem "Montserrat-Regular";
  margin-bottom: 0;
  color: #ee8008;
}
@media only screen and (max-width: 480px) {
  .mobile__nav-item .card-title {
    font: 1.6rem/2.8rem "Montserrat-Regular";
  }
}
.mobile__nav-item .card-title p {
  margin-bottom: 0;
}
.card-body img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 480px) {
  .card-body img {
    width: 30px;
    height: 30px;
  }
}
.shop__title {
  margin-bottom: 34px;
}
.shop__slider {
  position: relative;
}
.shop__slider .slider__item {
  max-width: 300px;
  min-height: 100px;
  margin-right: 18px;
  margin-left: 18px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  outline: none;
}
.shop__slider .slider__item-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.3rem;
}
.shop__slider .slider__item-logo {
  margin-right: 16px;
}
.shop__slider .slick-list {
  padding-bottom: 42px;
  margin-right: -18px;
  margin-left: -18px;
}
.shop__slider .slick-arrow {
  right: 0;
  top: -55px;
  outline: none;
  z-index: 10;
}
.shop__slider .slick-arrow.slick-prev {
  right: 48px;
}
.news {
  padding-top: 23px;
}
.news__title {
  margin-bottom: 24px;
}
.news__slider {
  position: relative;
}
.news__slider a .slider__item-logo {
  transition: all 0.2s;
}
.news__slider a:hover .slider__item-logo {
  opacity: 0.8;
}
.news__slider a:hover .slider__item-title {
  color: #ee8008;
}
.news__slider .slider__item {
  text-align: left;
  max-width: 300px;
  min-height: 313px;
  margin-right: 18px;
  margin-left: 18px;
  outline: none;
}
.news__slider .slider__item-inner {
  padding: 20px 5px;
}
.news__slider .slider__item-title {
  font-family: "Montserrat-Bold";
  font-size: 1.6rem;
  line-height: 2.1rem;
  height: 42px;
  overflow: hidden;
  margin-bottom: 17px;
  transition: all 0.2s;
}
.news__slider .slider__item-logo {
  height: 300px;
  max-width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 400px) {
  .news__slider .slider__item-logo {
    height: 270px;
  }
}
@media only screen and (max-width: 360px) {
  .news__slider .slider__item-logo {
    height: 226px;
  }
}
.news__slider .slider__item-text {
  line-height: 23px;
}

/*Gallery Post*/
.article .gallery-item {
  padding: 0 !important;
}
.news__slider .slick-list {
  padding-bottom: 38px;
  margin-right: -18px;
  margin-left: -18px;
}
.article .gallery-icon {
  position: relative !important;
}
.article .gallery-item {
  padding-bottom: 0 !important;
}
.article .gallery-item,
.article .gallery-icon,
.article .fancyboxforwp,
.article .fancyboxforwp img {
  height: auto !important;
}
.article .fancyboxforwp:hover img {
  transform: scale(1) !important;
}
.article__body .gallery .slick-arrow {
  top: calc(50% - 20px);
}
.article__body p > a {
  font-weight: bold;
  color: #EE8008;
}
.article__body .gallery .slick-arrow.slick-next {
  right: 0;
}

@media only screen and (max-width: 767px) {
  .news__slider .slick-list {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 480px) {
  .news__slider .slick-list {
    padding: 0 20% 0 0;
  }
}
.news__slider .slick-arrow {
  right: 0;
  top: -69px;
  outline: none;
  z-index: 10;
}
.news__slider .slick-arrow.slick-prev {
  right: 48px;
}
.news__list .news-list__sales-item {
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 67.76%;
  margin-bottom: 21px;
}
.news__list .news-list__sales-item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news__list .news-list__item {
  display: block;
  margin-bottom: 21px;
  box-shadow: none;
}
.news__list .news-list__item-img {
  height: 305px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .news__list .news-list__item-img {
    height: auto;
  }
}

.slick-list {
  overflow: hidden;
}
.slick-track {
  display: flex;
}
.slick-arrow {
  position: absolute;
  height: 48px;
  width: 48px;
  border: 1px solid #d9d9d9;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  z-index: 10;
}
@media only screen and (max-width: 992px) {
  .slick-arrow {
    height: 40px;
    width: 40px;
  }
}
.slick-arrow.slick-prev {
  background-image: url("../img/slider-prev.svg");
  border-right: none;
}
.slick-arrow.slick-next {
  background-image: url("../img/slider-next.svg");
  border-left: none;
}
.section-title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.5rem;
}
.buttons {
  margin-bottom: 106px;
}
.buttons .btn.btn-loadmore {
  min-width: 225px;
  padding: 15px 16px 14px 58px;
  background: url(../img/icon-arr-btn-orange.svg) no-repeat 12% center;
  transition: all 0.2s;
}
.buttons .btn.btn-loadmore:hover {
  background-color: rgba(238, 128, 8, 0.25);
}
.buttons .btn-light {
  font: 1.6rem/2rem "Montserrat-Regular";
  width: 220px;
  padding: 15px 30px;
  border-color: rgba(238, 128, 8, 0.25);
  color: #ee8008;
  background-color: transparent;
}
@media (max-width: 768px) {
  .buttons .btn-light {
    width: 100%;
    max-width: 184px;
    padding: 10px;
  }
}
/* @media (max-width: 480px) {
  .buttons .btn-light {
    width: 140px;
    padding: 10px;
  }
} */
.buttons .btn-light:hover {
  background-color: rgba(238, 128, 8, 0.25);
}
.buttons .btn-light:first-child {
  margin-left: -4px;
}
.about__global-title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.5rem;
}
@media (max-width: 768px) {
  .about__global-title {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.banner {
  position: relative;
  background-image: url(../img/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 457px;
  color: #fff;
  padding-left: 81px;
  margin-top: 24px;
}
@media only screen and (max-width: 992px) {
  .banner {
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .banner {
    padding-left: 15px;
    height: 316px;
    margin-top: 0px;
  }
}
@media (max-width: 359px) {
  .banner {
    height: 215px;
  }
}
.banner #breadcrumbs {
  padding: 0;
  margin: 60px -15px 0 -15px;
}
@media (max-width: 767px) {
  .banner #breadcrumbs {
    margin: 22px -15px 0 -15px;
  }
}
.banner #breadcrumbs a,
.banner #breadcrumbs span {
  color: #fff;
}
.banner__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .banner__title {
    font-size: 3rem;
    line-height: 3.5rem;
    text-transform: none;
  }
}
.banner__text {
  font-size: 1.8rem;
  line-height: 2.7rem;
  max-width: 300px;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .banner__text {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}
.banner__button {
  width: 220px;
  max-height: 57px;
}
@media (max-width: 767px) {
  .banner__button {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
.modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  margin: 0;
  overflow-y: auto;
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog {
    max-width: 950px;
  }
}
.modal.fade .modal-dialog {
  transform: translate(-50%, calc(-50% + 50px));
}
.modal.show .modal-dialog {
  width: 100%;
  transform: translate(-50%, -50%);
}
body .establishments-single .top-section {
  background: none;
  box-shadow: none;
}
body .establishments-single .top-section-right {
  padding-left: 0;
}
body .establishments-single .content p {
  text-align: justify;
}
body .establishments-list .catalog-list-item .item-title h3 {
  max-width: unset;
}
body .establishments-list .catalog-list-item .item-title .one {
  display: none;
}
body .establishments-list .catalog-list-item .item-btn {
  display: none !important;
}
body .wpcf7-form p > label span,
body .wpcf7-form .form-line-input > label span {
  color: #ee8008;
}
body .wpcf7-form .uploadfieldtrick {
  background: url("../img/upload-orange.svg") no-repeat 98% 19px;
}
body button:hover,
body input[type="button"]:hover,
body input[type="reset"]:hover,
body input[type="submit"]:hover {
  border-color: rgba(238, 128, 8, 0.5);
}
body input:disabled:hover {
  border-color: #ccc #bbb #aaa;
}
body .search-main {
  background: linear-gradient(90deg, #ee8008 0%, #fbd73c 100%);
}
body .search-main__close {
  color: #fff;
}
body .search-main__close::after {
  background: url(../img/close-btn-white.svg) no-repeat center;
}
body .search-field-wrap #search-field {
  padding-left: 50px;
  border-bottom: 0;
  color: #fff;
}
body .search-field-wrap #search-field::placeholder {
  color: #fff;
}
body .search-field-wrap .search-btn {
  right: unset;
  left: 0;
  height: 24px;
  width: 24px;
  background: url("../img/icon-search-white.svg") no-repeat center;
}
.single-services .slider__item,
.single-restaurants .slider__item,
.single-shops .slider__item {
  margin-bottom: 29px;
}
.single-services .slider__item picture,
.single-restaurants .slider__item picture,
.single-shops .slider__item picture {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.single-services .slider__item picture img,
.single-restaurants .slider__item picture img,
.single-shops .slider__item picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single-services .slider__item-inner,
.single-restaurants .slider__item-inner,
.single-shops .slider__item-inner {
  padding: 11px 0 26px;
}
.single-services .slider__item-title,
.single-restaurants .slider__item-title,
.single-shops .slider__item-title {
  font: 1.6rem/2.4rem "Montserrat-Bold";
  margin-bottom: 14px;
  transition: all 0.2s;
}
.single-services .slider__item a,
.single-restaurants .slider__item a,
.single-shops .slider__item a {
  display: block;
  color: #000;
}
.single-services .slider__item a,
.single-restaurants .slider__item a,
.single-shops .slider__item a {
  text-decoration: none;
}
.single-services .slider__item:hover a,
.single-restaurants .slider__item:hover a,
.single-shops .slider__item:hover a {
  color: #ee8008;
}
.single-services .slider__item picture,
.single-restaurants .slider__item picture,
.single-shops .slider__item picture {
  transition: all 0.2s;
}
.single-services .slider__item:hover picture,
.single-restaurants .slider__item:hover picture,
.single-shops .slider__item:hover picture {
  opacity: 0.7;
}
.single-services .slider__item-text,
.single-restaurants .slider__item-text,
.single-shops .slider__item-text {
  font: 1.3rem/2.3rem "Montserrat-Regular";
  transition: all 0.2s;
}
.single-services .news,
.single-restaurants .news,
.single-shops .news {
  padding-top: 0;
}
.single-services .news__title,
.single-restaurants .news__title,
.single-shops .news__title {
  margin: -5px 0 33px;
}
.article .gallery-columns-5 {
  display: grid;
  grid-gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .article .gallery-columns-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .article .gallery-columns-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .article .gallery-columns-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.article .gallery-item {
  text-align: center;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  margin-bottom: 0;
}
.article .gallery-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article .fancyboxforwp {
  display: block;
  width: 100%;
  height: 100%;
}
.article .fancyboxforwp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s;
}
.article .fancyboxforwp:hover img {
  transform: scale(1.1);
}

.single-post .gallery {
  width: 85.5%;
  margin: 0 auto;
}
.single-post .gallery-item {
  height: auto;
}
.single-post .gallery-item .fancyboxforwp {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 66.07%;
}
.single-post .gallery-item .fancyboxforwp img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

img.fancybox-image {
  height: 100% !important;
  border-width: 5px !important;
  object-fit: cover;
}

/* Custom Select */
.ui-selectmenu-button.ui-button {
  width: 100%;
  max-width: 350px;
  padding: 15px 27px;
  margin-right: 0;
  border-radius: 0;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .ui-selectmenu-button.ui-button {
    max-width: none;
    margin-bottom: 17px;
  }
}
.ui-selectmenu-text {
  color: #000;
}
.ui-button .ui-icon {
  background: url("../img/icon-arrow.svg") no-repeat center;
}
.ui-button:hover .ui-icon {
  background: url("../img/icon-arrow.svg") no-repeat center;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background: url("../img/icon-arrow.svg") no-repeat center;
}
.ui-selectmenu-text {
  font-family: "Montserrat-Regular";
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.page-template-home-en .ui-widget.ui-widget-content {
  padding: 0;
}
.ui-widget.ui-widget-content {
  padding: 30px 25px;
  border: 1px solid #d8d8d8;
  border-top-color: transparent;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-button.ui-state-active:hover {
  border: 0;
  background: none;
  color: #ee8008;
}
a.ui-button:active,
.ui-button:active {
  color: #000;
  border: 1px solid #d8d8d8;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0;
}
.ui-menu .ui-menu-item-wrapper {
  font-family: "Montserrat-Regular";
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 0;
  transition: all 0.2s;
}
.ui-menu .ui-menu-item {
  margin-bottom: 20px;
}
.ui-menu .ui-menu-item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  .page-template-home-en .header__logo {
    width: 170px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-home-en .header__lang {
    border: 1px solid #000;
    color: #000;
  }
}
@media only screen and (max-width: 359px) {
  .page-template-home-en .header__lang {
    padding: 5px 8px;
  }
}
.page-template-home-en .gallery-en {
  position: relative;
}
.page-template-home-en .gallery-en::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #444444;
  z-index: -1;
  opacity: 0.1;
}
.page-template-home-en .gallery-en .gallery__slider a {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 66.07%;
}
.page-template-home-en .gallery-en .gallery__slider a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-template-home-en .btn-gr {
  margin-top: 50px;
}
@media only screen and (max-width: 480px) {
  .page-template-home-en .btn-gr {
    display: flex;
    justify-content: space-between;
  }
  .page-template-home-en .btn.btn-main {
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
    min-width: unset!important;
    margin-left: 5px !important;
    width: 49% !important;
    margin-right: 5px !important;
  }
}
@media only screen and (max-width: 359px) {
  .page-template-home-en .btn.btn-main {
    font-size: 11px;
  }
  .page-template-home-en .btn-gr {
    margin-top: 43px;
  }
}
.page-template-home-en .btn.btn-main {
  background: linear-gradient(90deg, #ff9b42 0%, #fbd63c 100%);
}
@media only screen and (max-width: 768px) {
  .page-template-home-en .btn.btn-main {
    width: auto;
    min-width: 179px;
  }
  .page-template-home-en .btn.btn-main:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-home-en .btn.btn-main {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.page-template-home-en .btn.btn-main:hover {
  background: linear-gradient(90deg, #fbd63c 0%, #ff9b42 100%);
}
.page-template-home-en .banner {
  padding-top: 120px;
}
@media only screen and (max-width: 768px) {
  .page-template-home-en .banner {
    height: auto;
    padding: 120px 10px 29px;
  }
}
@media only screen and (max-width: 359px) {
  .page-template-home-en .banner {
    padding: 10px 10px 10px;
  }
}
.page-template-home-en .banner__title {
  position: initial;
  transform: unset;
  text-transform: unset;
  min-height: 32px;
}

.footer-map {
  position: relative;
}
.map-info__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1310px;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .map-info__wrapper {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
.map-info {
  display: inline-block;
  background: #ffffff;
  box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.15);
  min-width: 448px;
  padding: 46px 38px 23px;
  pointer-events: all;
}
@media only screen and (max-width: 768px) {
  .map-info {
    display: block;
    min-width: auto;
    padding: 79px 26px 49px;
  }
}

.map-info h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 55px;
}
@media only screen and (max-width: 768px) {
  .map-info h4 {
    display: none;
  }
}

.map-info ul {
  margin-bottom: 45px;
}

.map-info li {
  font-size: 18px;
  position: relative;
  padding-left: 37px;
  margin-bottom: 27px;
}

.map-info li img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.map-info .copyright {
  font-size: 12px;
  margin-bottom: 0;
  opacity: 0.4;
}
.no-results {
  margin-top: 50px;
}
.no-results .search-form {
  transform: none;
  max-width: 427px;
  margin-top: 30px;
}
.no-results .search-form .search-btn {
  filter: brightness(0);
}
.no-results .search-form .reset-search {
  color: #000;
}
.no-results .search-form #search-field {
  color: #000 !important;
  border-bottom: 1px solid #000;
}
#searchShow {
  background-color: rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
}
#searchShow h2 {
  font-size: 22px;
}
#searchShow .catalog-list-item {
  margin-bottom: 15px;
}

.mapplic-filter .mapplic-tag {
  font-size: 16px;
}
.mapplic-filter .mapplic-search-input {
  font-size: 18px !important;
  padding-top: 0 !important;
  border-bottom: 1px solid #ccc !important;
  padding-left: 5px !important;
  height: 32px !important;
}
.mapplic-filter > .mapplic-icon {
  left: unset !important;
  right: 20px !important;
  top: 7px !important;
}
.mapplic-element .mapplic-sidebar {
  width: 26%;
}
.mapplic-element .mapplic-list-container li a {
  display: flex;
  align-items: center;
}
.mapplic-element .mapplic-list-category h4.mapplic-margin {
  margin-top: 0;
}
.mapplic-element .mapplic-filter {
  padding-bottom: 40px;
}
.mapplic-element .mapplic-filter-tags {
  right: unset;
  left: 15px;
  top: 57px;
}
.mapplic-element .mapplic-list-category .mapplic-thumbnail-placeholder {
  font-size: 0;
}
.mapplic-filtered svg [id^=MLOC] > * { opacity: 0.4 !important; }


/*VIDEO SLICK*/
.image-wr {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.play {
  position: absolute;
  left: calc(50% - 44px);
  top: calc(50% - 44px);
  background-color: #fff;
  color: #fff;
  width: 88px;
  height: 88px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}
.play svg {
  margin-left: 5px;
}
.frame {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .play {
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
  }
  .play svg {
    margin-left: 6px;
    width: 17px;
  }
}
