@charset "UTF-8";
/******* COLORS */
/******* MEDIA */
* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: white;
  transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  right: 0;
}
body--open {
  right: 235px;
  overflow: hidden;
}
body::-webkit-scrollbar {
  width: 15px;
}
body::-webkit-scrollbar-track {
  background-color: #3C3C3C;
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.4);
}

.main--page {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .main--page {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.main--no-padding-bot {
  padding-bottom: 0;
}
.main--no-padding-top {
  padding-top: 0;
}

.main-content {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1400px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 728px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 988px;
    width: 100%;
  }
}
@media (min-width: 1369px) {
  .container {
    max-width: 1344px;
    width: 100%;
  }
}
.container--header {
  box-sizing: border-box;
  width: 100%;
  max-width: 728px;
}
@media (min-width: 768px) {
  .container--header {
    max-width: 1170px;
    width: 100%;
  }
}
@media (min-width: 1369px) {
  .container--header {
    max-width: 1498px;
    width: 100%;
  }
}

.site-overlay {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms linear;
}
.site-overlay.active {
  opacity: 1;
  visibility: visible;
}

/******* FLEX */
.b-flex {
  display: flex;
}

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

.e-title {
  font-weight: 900;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  color: white;
}
@media (min-width: 768px) {
  .e-title {
    font-size: 40px;
    line-height: 49px;
  }
}
@media (min-width: 1369px) {
  .e-title {
    font-size: 50px;
    line-height: 61px;
  }
}
.e-title--def {
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
}
.e-title--big {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  text-align: center;
  letter-spacing: 0.1em;
  text-shadow: none !important;
}
@media (min-width: 768px) {
  .e-title--big {
    font-size: 70px;
    line-height: 93px;
  }
}
@media (min-width: 1024px) {
  .e-title--big {
    font-size: 100px;
    line-height: 133px;
  }
}
.e-title--black {
  color: black;
}
.e-title--hidden {
  display: none;
}
.e-title--v2 {
  text-transform: initial;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
}
.e-title--home {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .e-title--home {
    margin-top: 0;
  }
}
.e-link {
  display: inline-flex;
  align-items: center;
  font-weight: 900;
  font-size: 13px;
  line-height: 130.19%;
  letter-spacing: 0.165em;
  text-transform: uppercase;
  color: white;
}
.e-link:hover:after {
  left: 8px;
}
.e-link:after {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  position: relative;
  left: 0;
  content: "";
  display: block;
  margin-left: 18px;
  width: 5px;
  height: 9px;
  background: url("data:image/svg+xml;charset=utf8, %3Csvg width='5' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.135 8.226L3.893 4.5.134.775a.451.451 0 010-.642.462.462 0 01.649 0l4.083 4.046a.45.45 0 010 .642L.783 8.867a.463.463 0 01-.65 0 .451.451 0 01.002-.642z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 0 0;
  background-size: contain;
}
.e-logo {
  display: block;
  width: 130px;
  height: 145px;
}
@media (min-width: 768px) {
  .e-logo {
    width: 140px;
    height: 155px;
  }
}
@media (min-width: 1369px) {
  .e-logo {
    width: 170px;
    height: 150px;
  }
}
.e-logo__icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.e-hidden-logo {
  position: absolute;
  width: 85%;
  opacity: 0.2;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .e-hidden-logo {
    display: none;
  }
}
.e-soc li {
  margin-bottom: 15px;
}
.e-soc li:last-child {
  margin-bottom: 0;
}
.e-soc__item {
  display: inline-flex;
  align-items: center;
}
.e-soc__item:hover .e-soc__txt {
  color: #9F9F9F;
}
.e-soc__icon {
  margin-right: 10px;
  width: 12px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.e-soc__icon-img {
  margin: 0 auto;
}
.e-soc__txt {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: white;
}
.e-soc--black .e-soc__txt {
  color: black;
}
.e-soc--black li {
  margin-bottom: 5px;
}
.e-burger {
  cursor: pointer;
  width: 33px;
  height: 23px;
}
@media (min-width: 768px) {
  .e-burger {
    display: none;
  }
}
.e-burger__item {
  width: 100%;
  height: 2px;
  margin-bottom: 8px;
  border-radius: 10px;
  background-color: white;
}
.e-burger__item:last-child {
  margin-bottom: 8px;
}
.e-breadcrumbs {
  text-shadow: 1px 1px 2px black, 0 0 1em black;
  font-size: 20px;
  line-height: 134.19%;
  font-family: "Lato", sans-serif;
}
.e-breadcrumbs a {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  color: white;
}
.e-breadcrumbs a:hover {
  color: #898989;
}
.e-field {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  padding: 20px 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: black;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.e-field::-webkit-input-placeholder {
  color: black;
  text-indent: 0;
  transition: text-indent 0.3s ease;
}
.e-field::-moz-placeholder {
  color: black;
  text-indent: 0;
  transition: text-indent 0.3s ease;
}
.e-field:-moz-placeholder {
  color: black;
  text-indent: 0;
  transition: text-indent 0.3s ease;
}
.e-field:-ms-input-placeholder {
  color: black;
  text-indent: 0;
  transition: text-indent 0.3s ease;
}
.e-field:focus::-webkit-input-placeholder {
  text-indent: 15px;
  transition: text-indent 0.3s ease;
  opacity: 0.3;
}
.e-fieldfocus::-moz-placeholder {
  text-indent: 15px;
  transition: text-indent 0.3s ease;
  opacity: 0.3;
}
.e-field:focus:-moz-placeholder {
  text-indent: 15px;
  transition: text-indent 0.3s ease;
  opacity: 0.3;
}
.e-field:focus:-ms-input-placeholder {
  text-indent: 15px;
  transition: text-indent 0.3s ease;
  opacity: 0.3;
}
.e-field--textarea {
  resize: none;
}

.header__inner {
  padding: 37px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .header__inner {
    flex-direction: column;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media (min-width: 1024px) {
  .header__inner {
    flex-direction: initial;
  }
}
@media (min-width: 1369px) {
  .header__inner {
    padding: 25px 78px;
  }
}
.header__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__bottom--def {
  margin-top: 60px;
}
.header__bottom--def .search-mod {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .header__bottom--def .search-mod {
    margin-top: 80px;
  }
}
.header__menu {
  overflow-x: scroll;
  transform: translateX(108%);
  position: fixed;
  height: 100vh;
  width: 300px;
  padding: 50px 0;
  background: white;
  top: 0;
  right: 0;
  z-index: 9999999;
  max-height: 100vh;
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .header__menu {
    overflow-x: inherit;
    transform: translateX(0);
    position: relative;
    height: auto;
    width: auto;
    z-index: 1;
    padding: 0;
    background: transparent;
    max-height: inherit;
  }
}
.header__menu ul {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .header__menu ul {
    flex-direction: initial;
  }
}
.header__menu ul li {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
@media (min-width: 768px) {
  .header__menu ul li {
    padding: 0;
    margin-bottom: 0;
    margin-left: 30px;
  }
}
@media (min-width: 1300px) {
  .header__menu ul li {
    margin-left: 30px;
  }
}
@media (min-width: 1700px) {
  .header__menu ul li {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .header__menu ul li:first-child {
    margin-left: 0;
  }
}
.header__menu ul li a {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  cursor: pointer !important;
}
@media (min-width: 768px) {
  .header__menu ul li a {
    color: white;
    font-size: 16px;
    line-height: 16px;
  }
}
.header__menu ul li a:hover:before {
  opacity: 1;
  width: 100%;
}
.header__menu ul li a:before {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: white;
  width: 13px;
  height: 2px;
  opacity: 0;
}
.header__menu ul li.current_page_item a:before, .header__menu ul li.current-menu-item a:before {
  opacity: 1;
}
.header__menu ul li.menu-item-has-children {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .header__menu ul li.menu-item-has-children {
    padding-left: 0;
    padding-right: 0;
  }
}
.header__menu ul li.menu-item-has-children:before {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  content: "";
  position: absolute;
  right: 20px;
  top: 7px;
  display: block;
  width: 10px;
  height: 5px;
  background: url(../img/icons/arrow-menu-black-x6-3.svg) no-repeat 0 0;
  background-size: contain;
  transform: rotate(0);
}
@media (min-width: 768px) {
  .header__menu ul li.menu-item-has-children:before {
    right: -20px;
    background: url(../img/icons/arrow-menu-white-x6-3.svg) no-repeat 0 0;
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .header__menu ul li.menu-item-has-children:hover:before {
    transform: rotate(180deg);
    background: url("../img/icons/arrow-menu-white-x6-3.svg") no-repeat 0 0;
    background-size: contain;
  }
}
.header__menu ul li.menu-item-has-children:hover .sub-menu {
  display: none;
}
@media (min-width: 768px) {
  .header__menu ul li.menu-item-has-children:hover .sub-menu {
    display: inherit;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
}
.header__menu ul li.menu-item-has-children._up:before {
  transform: rotate(180deg);
}
.header__menu ul li .sub-menu {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  display: none;
  z-index: 1;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .header__menu ul li .sub-menu {
    position: absolute;
    top: 20px;
    left: 0;
    width: 200px;
    border-radius: 0 0 8px 8px;
    display: inherit;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.2s, opacity 0.2s linear;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.header__menu ul li .sub-menu li {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .header__menu ul li .sub-menu li {
    margin-bottom: 15px;
  }
}
.header__menu ul li .sub-menu li a {
  text-align: left;
  display: block;
  padding: 15px 15px 15px 30px;
  font-size: 17px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .header__menu ul li .sub-menu li a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
  }
}
.header__menu ul li .sub-menu li a:before {
  display: none;
}
@media (min-width: 768px) {
  .header__menu ul li .sub-menu li a:before {
    display: block;
  }
}
.header__menu ul li .sub-menu li:after {
  display: none;
}
.header__menu-close {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    background: none !important;
    font-size: 0;
    color: transparent;
    overflow: hidden;
}

.header__menu-close > * {
    display: none !important;
}

.header__menu-close::before,
.header__menu-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #111;
    border-radius: 999px;
}

.header__menu-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.header__menu-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width:768px){
    .header__menu-close{
        display:none !important;
    }
}

.header__menu--show {
  transform: translateX(0%) !important;
}
.header__menu-contacts {
  position: relative;
  margin-top: 30px;
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .header__menu-contacts {
    display: none;
  }
}
.header__info {
  display: flex;
}
@media (min-width: 768px) {
  .header__info {
    width: 100%;
    justify-content: space-around;
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .header__info {
    width: auto;
    justify-content: inherit;
    margin-top: 0;
  }
}
.header__info-contacts {
  display: none;
}
@media (min-width: 768px) {
  .header__info-contacts {
    display: flex;
    flex-direction: column;
    margin-left: 38px;
  }
}
.header__info-link {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  display: block;
  color: black;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 768px) {
  .header__info-link {
    color: white;
  }
}
.header__info-link:hover {
  color: black;
}
.header__info-link--phone {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .header__info-link--phone {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (min-width: 1300px) {
  .header__info-link--phone {
    font-size: 21px;
  }
}
.header__info-link--mail {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .header__info-link--mail {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .header__info .lang-switch {
    margin-top: 10px;
  }
}
.header__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 130.19%;
  text-align: center;
  max-width: 541px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header__desc {
    font-size: 18px;
  }
}
.header__phone {
  font-size: 30px;
  color: white;
}
@media (min-width: 480px) {
  .header__phone {
    font-size: 30px;
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .header__phone {
    display: none;
  }
}
.header .but {
  margin-top: 20px;
}
.header .e-logo {
  margin: 30px auto 15px;
}
@media (min-width: 768px) {
  .header .e-logo {
    margin: 80px auto 25px;
  }
}
@media (min-width: 1369px) {
  .header .e-logo {
    margin: 30px auto 30px;
  }
}
.header .e-title {
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px black, 0 0 1em black;
}

.search-mod {
  display: block;
  width: 100%;
  max-width: 1017px;
  margin: 30px auto 0;
}

.footer {
  overflow: hidden;
}
.footer-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #161717;
}
@media (min-width: 1024px) {
  .footer-top {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.footer-bottom {
  padding: 15px;
  text-align: center;
}
.footer-bottom__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: black;
}
@media (min-width: 768px) {
  .footer-bottom__copy {
    flex-direction: inherit;
    justify-content: space-between;
  }
}
.footer-bottom__copy span {
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .footer-bottom__copy span {
    margin-bottom: 0;
  }
}
.footer-bottom__copy span:last-child {
  margin-bottom: 0;
}
.footer-bottom__copy span a {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  color: #161717;
}
.footer-bottom__copy span a:hover {
  color: #3C3C3C;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .footer-inner {
    flex-direction: inherit;
    align-items: inherit;
    justify-content: space-between;
  }
}
.footer-columns {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .footer-columns {
    text-align: inherit;
    flex-direction: inherit;
    align-items: inherit;
    justify-content: space-between;
    width: calc(100% - 142px);
    padding-left: 143px;
  }
}
.footer-columns__col {
  margin-bottom: 54px;
}
@media (min-width: 1024px) {
  .footer-columns__col {
    margin-bottom: 0;
  }
}
.footer-columns__col:last-child {
  margin-bottom: 0;
}
.footer__media {
  min-width: 142px;
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  .footer__media {
    margin-bottom: 0;
  }
}
.footer__media-name {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.footer__media-adress {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
.footer__label {
  position: relative;
  font-weight: 900;
  font-size: 13px;
  line-height: 130.19%;
  letter-spacing: 0.165em;
  text-transform: uppercase;
}
.footer__label:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15px;
  width: 30px;
  height: 2px;
  background-color: white;
}
@media (min-width: 1024px) {
  .footer__label:after {
    right: inherit;
    margin: 0;
  }
}
.footer__row {
  margin-top: 30px;
}
.footer__row-txt {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .footer__row-txt {
    max-width: 158px;
  }
}
@media (min-width: 1369px) {
  .footer__row-txt {
    max-width: inherit;
  }
}
.footer__menu ul li {
  margin-bottom: 20px;
}
.footer__menu ul li:last-child {
  margin-bottom: 0;
}
.footer__menu ul li a {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  font-size: 16px;
  line-height: 20px;
  color: white;
}
.footer__menu ul li a:hover {
  color: #9F9F9F;
}
.footer__menu ul li .sub-menu {
  display: none;
}
.footer__menu .sub-menu {
  display: none !important;
}
.footer__contacts-phone {
  font-size: 26px;
  line-height: 21px;
  margin-bottom: 10px;
}
.footer__contacts-mail {
  font-size: 18px;
  line-height: 22px;
}
.footer__contacts-mail span {
  text-decoration: underline;
}
.footer__contacts a {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  color: white;
  display: block;
}
.footer__contacts a:hover {
  color: #9F9F9F;
}
.footer .e-logo {
  width: 130px;
  height: 145px;
  margin: 0 auto 15px;
}

.but {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 15px 40px 15px 25px;
  border: 1px solid white;
  font-weight: 900;
  font-size: 13px;
  line-height: 130.19%;
  letter-spacing: 0.165em;
  text-transform: uppercase;
  cursor: pointer;
  color: white;
  overflow: hidden;
  transition: 1s all ease;
}
.but span {
  position: relative;
}
@media (min-width: 1024px) {
  .but span {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
}
.but::before {
  width: 0;
  height: 105%;
  background: white;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
}
.but:hover span {
  color: black;
}
.but:hover::before {
  width: 101%;
}
.but:hover:after {
  background: url("data:image/svg+xml;charset=utf8, %3Csvg width='5' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.135 8.226L3.893 4.5.134.775a.451.451 0 010-.642.462.462 0 01.649 0l4.083 4.046a.45.45 0 010 .642L.783 8.867a.463.463 0 01-.65 0 .451.451 0 01.002-.642z' fill='%23000'/%3E%3C/svg%3E") no-repeat 0 0;
  background-size: contain;
}
.but:after {
  position: absolute;
  right: 20px;
  content: "";
  width: 5px;
  height: 9px;
  background: url("data:image/svg+xml;charset=utf8, %3Csvg width='5' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.135 8.226L3.893 4.5.134.775a.451.451 0 010-.642.462.462 0 01.649 0l4.083 4.046a.45.45 0 010 .642L.783 8.867a.463.463 0 01-.65 0 .451.451 0 01.002-.642z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 0 0;
  background-size: contain;
}
@media (min-width: 1024px) {
  .but:after {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
}
.but--black {
  color: black;
  border-color: black;
}
.but--black::before {
  background: black;
}
.but--black:hover span {
  color: white;
}
.but--black:hover:after {
  background: url("data:image/svg+xml;charset=utf8, %3Csvg width='5' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.135 8.226L3.893 4.5.134.775a.451.451 0 010-.642.462.462 0 01.649 0l4.083 4.046a.45.45 0 010 .642L.783 8.867a.463.463 0 01-.65 0 .451.451 0 01.002-.642z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat 0 0;
  background-size: contain;
}
.but--black:after {
  background: url("data:image/svg+xml;charset=utf8, %3Csvg width='5' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.135 8.226L3.893 4.5.134.775a.451.451 0 010-.642.462.462 0 01.649 0l4.083 4.046a.45.45 0 010 .642L.783 8.867a.463.463 0 01-.65 0 .451.451 0 01.002-.642z' fill='%23000'/%3E%3C/svg%3E") no-repeat 0 0;
  background-size: contain;
}
.but--revert {
  color: white;
  border-color: black;
  background-color: black;
}
.but--revert::before {
  background: black;
}
.but--revert:hover::before {
  background: white;
}
.but--revert:hover span {
  color: #727272;
}
.but--revert:hover:after {
  background: url("data:image/svg+xml;charset=utf8, %3Csvg width='5' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.135 8.226L3.893 4.5.134.775a.451.451 0 010-.642.462.462 0 01.649 0l4.083 4.046a.45.45 0 010 .642L.783 8.867a.463.463 0 01-.65 0 .451.451 0 01.002-.642z' fill='%23727272'/%3E%3C/svg%3E") no-repeat 0 0;
  background-size: contain;
}
.but--revert:after {
  background: url("data:image/svg+xml;charset=utf8, %3Csvg width='5' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.135 8.226L3.893 4.5.134.775a.451.451 0 010-.642.462.462 0 01.649 0l4.083 4.046a.45.45 0 010 .642L.783 8.867a.463.463 0 01-.65 0 .451.451 0 01.002-.642z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 0 0;
  background-size: contain;
}

.lang-switch ul li a {
  border: none;
  background: none;
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: white;
}
@media (min-width: 1024px) {
  .lang-switch ul li a {
    font-size: 18px;
    line-height: 16px;
  }
}
.lang-switch .wpml-ls-legacy-dropdown {
  width: auto;
}

.card-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 515px;
}
@media (min-width: 480px) {
  .card-slide {
    height: 380px;
  }
}
@media (min-width: 1369px) {
  .card-slide {
    height: 470px;
  }
}
.card-slide__body {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-transition: 0.7s ease-out;
  -moz-transition: 0.7s ease-out;
  -o-transition: 0.7s ease-out;
  transition: 0.7s ease-out;
  position: relative;
  padding: 15px;
}
@media (min-width: 768px) {
  .card-slide__body {
    bottom: -195px;
    padding: 35px;
  }
}
.card-slide__body-content {
  margin-top: 20px;
  height: 164px;
}
.card-slide__content {
  position: relative;
}
.card-slide__content-name {
  font-weight: 500;
  font-size: 35px;
  line-height: 43px;
  margin-bottom: 10px;
}
.card-slide__inner {
  width: 100%;
  height: calc(100% - 46px);
  padding: 23px;
}
.card-slide__media {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.card-slide__media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-slide__price {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.card-slide__price span {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
.card-slide__name {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.card-slide__desc {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 155%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.card-slide:hover .card-slide__body {
  bottom: 0;
}
.card-slide--center {
  text-align: center;
}
.card-slide--gallery .card-slide__media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.card-slide--gallery .card-slide__content {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  border: 1px solid white;
}
.card-slide--rest .card-slide__body {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  bottom: -100px;
  padding: 15px;
}
.card-slide--rest .card-slide__body-content {
  height: 80px;
}
.card-slide--rest .card-slide__name {
  margin-top: 0;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .card-slide--rest .card-slide__name {
    font-size: 20px;
    line-height: 24px;
  }
}
.card-slide--rest .card-slide__desc {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .card-slide--rest .card-slide__desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.card-prev {
  overflow: hidden;
  position: relative;
  padding: 0 15px;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 252px;
}
.card-prev img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card-prev:hover img {
  transform: scale(1.07, 1.07);
  transition: transform 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 768px) {
  .card-prev {
    height: 320px;
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  .card-prev {
    height: 360px;
  }
}
@media (min-width: 1369px) {
  .card-prev {
    height: 451px;
    justify-content: inherit;
  }
}
.card-prev__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-prev__info {
  position: relative;
  width: 100%;
  max-width: 270px;
  padding: 15px;
  margin-bottom: 15px;
  background-color: white;
  color: #141414;
  text-align: center;
}
@media (min-width: 768px) {
  .card-prev__info {
    max-width: 390px;
  }
}
@media (min-width: 1024px) {
  .card-prev__info {
    padding: 20px 25px;
    margin-bottom: 61px;
  }
}
.card-prev__info-name {
  display: block;
  font-weight: 900;
  font-size: 13px;
  line-height: 130.19%;
  letter-spacing: 0.165em;
  text-transform: uppercase;
}
.card-prev__info-desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 130%;
}
.card-prev--right {
  justify-content: center;
}
@media (min-width: 1369px) {
  .card-prev--right {
    justify-content: flex-end;
  }
}
.card-news {
  display: block;
}
.card-news__media {
  overflow: hidden;
  height: 225px;
  margin-bottom: 23px;
}
.card-news__media img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card-news__media:hover img {
  transform: scale(1.07, 1.07);
  transition: transform 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card-news__media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-news__body-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
}
.card-news__body-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 155%;
  margin-bottom: 20px;
}
.card-news__nav-link {
  display: table;
  margin: 0 auto 10px;
  font-size: 14px;
  line-height: 113.19%;
  color: black;
}
.card-news__nav-link:hover:before {
  left: -5px;
}
.card-news__nav-link:hover:after {
  right: -5px;
}
.card-news__nav-link:after, .card-news__nav-link:before {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  content: "";
  position: relative;
  top: 4px;
  display: block;
  float: left;
  width: 4px;
  height: 6px;
  background: url("data:image/svg+xml;charset=utf8, %3Csvg width='4' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.29 3c0-.108.042-.215.124-.297l2.58-2.58a.42.42 0 11.594.594L1.305 3l2.283 2.283a.42.42 0 11-.594.594l-2.58-2.58A.419.419 0 01.29 3z' fill='%23000'/%3E%3C/svg%3E") no-repeat 0 0;
  background-size: contain;
}
.card-news__nav-link:before {
  margin-right: 6px;
  left: 0;
}
.card-news__nav-link:after {
  display: none;
  right: 0;
}
.card-news__nav-link--revert:before {
  display: none;
}
.card-news__nav-link--revert:after {
  display: block;
  transform: rotate(180deg);
  margin-left: 6px;
  float: right;
}
.card-review {
  width: 100%;
  cursor: pointer;
  text-align: center;
  color: #898989;
}
.card-review__avatar {
  width: 103px;
  height: 103px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 16px;
}
.card-review__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-review__name {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}
.card-review__desc {
  position: relative;
  max-width: 411px;
  min-height: 99px;
  font-weight: 300;
  font-size: 16px;
  line-height: 155%;
  margin: 0 auto 50px;
}
.card-review__desc span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.card-review__desc:before, .card-review__desc:after {
  content: "“";
  position: absolute;
  font-size: 101px;
  line-height: 123px;
  color: #898989;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.card-review__desc:before {
  left: -35px;
  top: -100px;
}
.card-review__desc:after {
  right: -35px;
  bottom: -80px;
  transform: rotate(0);
}
.card-review__rating {
  display: inline-flex;
}
.card-review__rating-item {
  cursor: pointer;
  width: 21px;
  height: 20px;
  margin: 0 4px;
  background: url("data:image/svg+xml;charset=utf8, %3Csvg width='21' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.487.265l2.297 7.442h7.434l-6.014 4.6 2.297 7.442-6.014-4.6-6.014 4.6 2.297-7.442-6.014-4.6H8.19L10.487.265z' fill='%23898989'/%3E%3C/svg%3E") no-repeat 0 0;
  background-size: contain;
}

.slider-arrow {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid white;
  cursor: pointer;
  margin: 0 3px;
}
@media (min-width: 768px) {
  .slider-arrow {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}
.slider-arrow:before {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  transform: rotate(180deg);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background: url("data:image/svg+xml;charset=utf8, %3Csvg width='5' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.135 8.226L3.893 4.5.134.775a.451.451 0 010-.642.462.462 0 01.649 0l4.083 4.046a.45.45 0 010 .642L.783 8.867a.463.463 0 01-.65 0 .451.451 0 01.002-.642z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 0 0;
  background-size: contain;
}
.slider-arrow:hover {
  background-color: white;
}
.slider-arrow:hover:before {
  background: url("data:image/svg+xml;charset=utf8, %3Csvg width='5' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.135 8.226L3.893 4.5.134.775a.451.451 0 010-.642.462.462 0 01.649 0l4.083 4.046a.45.45 0 010 .642L.783 8.867a.463.463 0 01-.65 0 .451.451 0 01.002-.642z' fill='%23000'/%3E%3C/svg%3E") no-repeat 0 0;
  background-size: contain;
}
.slider-arrow--next:before {
  transform: rotate(0);
  background: url("data:image/svg+xml;charset=utf8, %3Csvg width='5' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.135 8.226L3.893 4.5.134.775a.451.451 0 010-.642.462.462 0 01.649 0l4.083 4.046a.45.45 0 010 .642L.783 8.867a.463.463 0 01-.65 0 .451.451 0 01.002-.642z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 0 0;
  background-size: contain;
}

.slider-num__slides {
  overflow: hidden;
}
.slider-num .slick-list {
  padding: 0 !important;
}
@media (min-width: 1300px) {
  .slider-num .slick-list {
    padding: 0 33% 0 0 !important;
  }
}
@media (min-width: 1300px) {
  .slider-num .slick-slide-inners {
    padding-right: 12px;
  }
}
.slider-inst {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .slider-inst {
    margin-top: 30px;
  }
}
@media (min-width: 1369px) {
  .slider-inst {
    margin-top: 90px;
  }
}
.slider-inst__item {
  overflow: hidden;
  cursor: pointer;
  height: 300px;
}
.slider-inst__item img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slider-inst__item:hover img {
  transform: scale(1.07, 1.07);
  transition: transform 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slider-inst__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-inst .slick-list {
  padding: 0 !important;
}
@media (min-width: 1300px) {
  .slider-inst .slick-list {
    padding: 0 33% 0 0 !important;
  }
}
@media (min-width: 1300px) {
  .slider-inst .slick-slide-inners {
    padding-right: 12px;
  }
}
.slider-reviews .slick-list {
  padding: 0 !important;
}
.slider-reviews .slick-slide-inners {
  padding: 55px;
  background-color: #181818;
}
.slider-reviews .slick-center .slick-slide-inners {
  background-color: white;
}
.slider-reviews .slick-center .card-review {
  color: black;
}
.slider-reviews .slick-center .card-review .card-review__desc:before, .slider-reviews .slick-center .card-review .card-review__desc:after {
  color: black;
}
.slider-gallery__slides {
  margin-left: -12px;
}
.slider-gallery__slide {
  height: 279px;
  overflow: hidden;
}
.slider-gallery__slide img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slider-gallery__slide:hover img {
  transform: scale(1.07, 1.07);
  transition: transform 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slider-gallery__slide-img {
  object-fit: cover;
}
.slider-gallery .slick-slide-inners {
  padding-left: 12px;
}
.slider-menus {
  max-width: 767px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .slider-menus {
    margin: 45px auto 0;
  }
}
@media (min-width: 992px) {
  .slider-menus {
    margin: 0 auto;
  }
}

.b-head {
  position: relative;
}
.b-head__row {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .b-head__row {
    flex-direction: inherit;
    justify-content: space-between;
  }
}
.b-head__row--top {
  padding-bottom: 7px;
}
@media (min-width: 1024px) {
  .b-head__row--top {
    border-bottom: 1px solid #727272;
  }
}
@media (min-width: 1024px) {
  .b-head__row--top-black {
    border-color: black;
    border-width: 2px;
  }
}
.b-head__row--bot {
  margin-top: 14px;
}
.b-head__sub-title {
  font-weight: 300;
  font-size: 13px;
  line-height: 130.19%;
  letter-spacing: 0.165em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 1024px) {
  .b-head__sub-title {
    font-size: 16px;
  }
}
.b-head__sub-title--lite {
  color: rgba(99, 99, 99, 0.4);
}
.b-head__desc {
  max-width: 482px;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 13px;
  line-height: 155%;
  text-align: center;
  text-transform: uppercase;
  color: #9F9F9F;
}
@media (min-width: 768px) {
  .b-head__desc {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .b-head__desc {
    text-align: left;
    margin-bottom: 0;
  }
}
.b-head__desc--v2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #141414;
}
.b-head .e-title {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #727272;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  .b-head .e-title {
    width: auto;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.b-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .b-nav {
    justify-content: flex-end;
    margin-top: 68px;
  }
}
.b-nav__dots {
  display: none;
}
@media (min-width: 768px) {
  .b-nav__dots {
    display: block;
  }
}
.b-nav__dots ul {
  display: flex;
}
.b-nav__dots ul li {
  height: 3px;
}
@media (min-width: 768px) {
  .b-nav__dots ul li {
    height: 4px;
  }
}
.b-nav__dots ul li button {
  background-color: #3C3C3C;
  border: none;
  width: 20px;
  height: 3px;
  text-indent: -99999px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .b-nav__dots ul li button {
    width: 50px;
    height: 4px;
  }
}
.b-nav__dots ul li.slick-active button {
  width: 20px;
  background-color: white;
}
@media (min-width: 768px) {
  .b-nav__dots ul li.slick-active button {
    width: 50px;
  }
}
.b-nav__arrows {
  display: flex;
}
.b-nav__arrows--black .slider-arrow {
  border: 1px solid black;
}
.b-nav__arrows--black .slider-arrow:before {
  background: url("data:image/svg+xml;charset=utf8, %3Csvg width='5' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.135 8.226L3.893 4.5.134.775a.451.451 0 010-.642.462.462 0 01.649 0l4.083 4.046a.45.45 0 010 .642L.783 8.867a.463.463 0 01-.65 0 .451.451 0 01.002-.642z' fill='%23000'/%3E%3C/svg%3E") no-repeat 0 0;
  background-size: contain;
}
.b-nav__arrows--black .slider-arrow:hover {
  background-color: black;
}
.b-nav__arrows--black .slider-arrow:hover:before {
  background: url("data:image/svg+xml;charset=utf8, %3Csvg width='5' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.135 8.226L3.893 4.5.134.775a.451.451 0 010-.642.462.462 0 01.649 0l4.083 4.046a.45.45 0 010 .642L.783 8.867a.463.463 0 01-.65 0 .451.451 0 01.002-.642z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 0 0;
  background-size: contain;
}
.b-nav--black .b-nav__dots ul li button {
  background-color: #CDCDCD;
}
.b-nav--black .b-nav__dots ul li.slick-active button {
  background-color: black;
}
.b-rules {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #F7F7F7;
}
.b-rules__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .b-rules__inner {
    flex-direction: inherit;
    margin-left: -70px;
  }
}
.b-rules__inner-col {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .b-rules__inner-col {
    width: 33.33%;
    padding-left: 70px;
    margin-bottom: 0;
  }
}
.b-rules__inner-col:last-child {
  margin-bottom: 0;
}
.b-rules__label {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: black;
}
.b-rules__items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .b-rules__items {
    margin-top: 28px;
  }
}
.b-rules__item {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.b-rules__item:last-child {
  margin-bottom: 0;
}
.b-rules__param {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  min-width: 80px;
  height: 80px;
  background-color: white;
}
.b-rules__param span {
  font-weight: bold;
  font-size: 45px;
  line-height: 134.19%;
  color: #DFDFDF;
}
.b-rules__info {
  padding-left: 15px;
}
.b-rules__info-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 134.19%;
  color: black;
}
.b-rules__info-desc {
  margin-top: 5px;
  font-size: 14px;
  line-height: 144%;
  color: #909090;
}
.b-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .b-info {
    display: flex;
    flex-direction: inherit;
    justify-content: center;
  }
}
.b-info__item {
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .b-info__item {
    text-align: left;
    padding-left: 80px;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .b-info__item {
    padding: 0 82px;
  }
}
@media (min-width: 768px) {
  .b-info__item:first-child {
    padding-left: 0;
  }
}
.b-info__item:last-child {
  margin-bottom: 0;
  grid-area: 2/1/3/3;
}
.b-info__item-num {
  position: relative;
  display: inline-flex;
  font-weight: 900;
  font-size: 50px;
  line-height: 61px;
}
.b-info__item-num:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 18px;
  height: 3px;
  background-color: white;
}
@media (min-width: 768px) {
  .b-info__item-num:after {
    right: inherit;
  }
}
.b-info__item-desc {
  margin: 40px auto 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  max-width: 185px;
}
@media (min-width: 768px) {
  .b-info__item-desc {
    margin: 40px 0 0;
    padding: 0;
  }
}
.b-info--black {
  color: black;
}
@media (min-width: 1024px) {
  .b-info--black .b-info__item {
    border-right: 1px solid #C4C4C4;
  }
}
.b-info--black .b-info__item:last-child {
  border-right: none;
  grid-area: 2/2/3/3;
}
.b-info--black .b-info__item:nth-child(1), .b-info--black .b-info__item:nth-child(3) {
  border-right: 1px solid #C4C4C4;
}
.b-info--black .b-info__item-num:after {
  background-color: black;
}
.b-news-min {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C9C9C9;
}
.b-news-min:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.b-news-min__name {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  font-size: 18px;
  line-height: 22px;
  color: black;
  margin-bottom: 5px;
}
.b-news-min__name:hover {
  color: #ABABAB;
}
.b-news-min__date {
  font-size: 14px;
  line-height: 17px;
  color: #ABABAB;
}

.p-numbers-columns {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  grid-auto-rows: 422px;
}
@media (min-width: 768px) {
  .p-numbers-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-numbers-columns__col:nth-child(odd):last-child {
  margin: 0 auto;
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .p-numbers-columns__col:nth-child(odd):last-child {
    max-width: 50%;
  }
}
.p-numbers .card-slide {
  height: 100%;
}
.p-numbers .card-slide .card-slide__body {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}
.p-number {
  display: flex;
  flex-direction: column;
  padding-bottom: 45px;
}
@media (min-width: 1024px) {
  .p-number {
    flex-direction: inherit;
  }
}
.p-number__col--left {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .p-number__col--left {
    margin-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  .p-number__col--left {
    width: 60%;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .p-number__col--right {
    width: 40%;
    padding-left: 54px;
  }
}
.p-number-info {
  padding: 30px 15px;
  border: 1px solid #C8C8C8;
}
@media (min-width: 992px) {
  .p-number-info {
    padding: 60px 35px;
  }
}
.p-number-info__head {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #C8C8C8;
}
.p-number-info__head-price {
  font-weight: 700;
  font-size: 35px;
  line-height: 79%;
  color: #111212;
}
.p-number-info__head-price span {
  position: relative;
  left: -7px;
  top: -3px;
  font-size: 17px;
}
.p-number-info .but {
  margin-top: 35px;
  width: 100%;
  height: 63px;
  box-sizing: border-box;
  justify-content: center;
}
.p-number-info .but:after {
  display: none;
}
.p-number__desc {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .p-number__desc {
    margin-top: 45px;
  }
}
.p-number__desc-title {
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
  color: black;
}
@media (min-width: 768px) {
  .p-number__desc-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.p-number__desc-txt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 21px;
  color: #909090;
}
@media (min-width: 768px) {
  .p-number__desc-txt {
    font-size: 18px;
    line-height: 26px;
  }
}
.p-number-gallery {
  display: flex;
  flex-direction: column;
}
.p-number-gallery-main__media {
  height: 290px;
}
@media (min-width: 768px) {
  .p-number-gallery-main__media {
    height: 410px;
  }
}
.p-number-gallery-main__media a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-number-gallery-main__media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-number-gallery-main__media .slick-list, .p-number-gallery-main__media .slick-track, .p-number-gallery-main__media .slick-slide, .p-number-gallery-main__media .slick-slide-inners {
  height: 100%;
}
.p-number-gallery__thumbs {
  margin-top: 9px;
  margin-left: -8px;
}
.p-number-gallery__thumbs-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-number-gallery__thumbs .slick-track {
  display: flex;
}
.p-number-gallery__thumbs .slick-slide {
  width: 50% !important;
  cursor: pointer;
}
.p-number-gallery__thumbs .slick-slide-inners {
  height: 90px;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .p-number-gallery__thumbs .slick-slide-inners {
    height: 125px;
  }
}
.p-number-gallery .slick-list {
  padding: 0 !important;
}
.p-number #block-search {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  box-sizing: border-box;
  z-index: 9;
}
.p-number .be-container {
  padding: 0 !important;
}
.p-gallery-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .p-gallery-head {
    flex-direction: initial;
    justify-content: space-between;
  }
}
.p-gallery-head__title {
  font-weight: 900;
  font-size: 50px;
  line-height: 61px;
  text-transform: uppercase;
  color: black;
}
.p-gallery-head__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .p-gallery-head__list {
    width: auto;
    margin-top: 0;
    justify-content: inherit;
  }
}
.p-gallery-head__list li {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #909090;
  padding: 10px 17px;
}
@media (min-width: 768px) {
  .p-gallery-head__list li {
    margin-left: 20px;
  }
}
.p-gallery-head__list li:first-child {
  margin-left: 0;
}
.p-gallery-head__list li:hover, .p-gallery-head__list li.active {
  color: white;
  background-color: black;
}
.p-gallery-content {
  display: none;
  position: relative;
  margin-bottom: 75px;
}
.p-gallery-content.active {
  display: block;
}
.p-gallery-content .ngg-navigation {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -55px;
}
.p-gallery .slider-gallery {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #F7F7F7;
}
@media (min-width: 1024px) {
  .p-gallery .slider-gallery {
    padding-top: 90px;
    padding-bottom: 180px;
  }
}
.p-gallery .slick-slide {
  height: 279px;
}
.p-gallery .b-nav {
  justify-content: space-between;
}
.p-restaurant-info {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 1024px) {
  .p-restaurant-info {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.p-restaurant-posts {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (min-width: 480px) {
  .p-restaurant-posts {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .p-restaurant-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: initial;
    grid-column-gap: initial;
    grid-row-gap: initial;
    grid-auto-rows: 332px;
    margin-top: 50px;
  }
}
.p-restaurant-posts__item {
  position: relative;
  overflow: hidden;
}
@media (min-width: 480px) {
  .p-restaurant-posts__item:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.p-restaurant-posts__item:nth-child(2) {
  min-width: 50%;
}
@media (min-width: 1369px) {
  .p-restaurant-posts__item:nth-child(2) {
    min-width: 565px;
  }
}
.p-restaurant-posts__item--shadow {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  background-color: white;
  box-shadow: 0 4px 29px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .p-restaurant-posts__item--shadow {
    display: block;
    margin: -40px -25px 0 0;
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .p-restaurant-posts__item--shadow {
    margin: -80px -0px 0 0;
    padding: 70px;
  }
}
.p-restaurant-posts__title {
  position: relative;
  font-weight: bold;
  font-size: 25px;
  line-height: 120%;
  text-align: center;
  color: black;
}
@media (min-width: 768px) {
  .p-restaurant-posts__title {
    max-width: 580px;
    font-size: 30px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .p-restaurant-posts__title {
    font-size: 50px;
  }
}
.p-restaurant-posts__title:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: black;
  position: absolute;
  bottom: -10px;
  left: 0;
  margin: 0 auto;
  right: 0;
}
@media (min-width: 768px) {
  .p-restaurant-posts__title:after {
    width: 107px;
    height: 3px;
    margin: 0;
    right: initial;
  }
}
.p-restaurant-posts__desc {
  position: relative;
  max-width: 470px;
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #909090;
}
@media (min-width: 1024px) {
  .p-restaurant-posts__desc {
    font-size: 20px;
    line-height: 30px;
    margin-top: 40px;
    text-align: left;
  }
}
.p-restaurant-posts__desc a {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  font-weight: 700;
  color: #909090;
}
.p-restaurant-posts__desc a:hover {
  color: black;
}
.p-restaurant-posts .card-slide {
  height: 100%;
  color: white;
}
.p-restaurant-posts--bar {
  margin-top: 45px;
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scalex(-1);
  background-color: black;
}
@media (min-width: 768px) {
  .p-restaurant-posts--bar {
    margin-top: 160px;
  }
}
.p-restaurant-posts--bar .p-restaurant-posts__item {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scalex(-1);
}
.p-restaurant-posts--bar .p-restaurant-posts__item--shadow {
  background-color: black;
  position: relative;
  z-index: 1;
}
.p-restaurant-posts--bar .p-restaurant-posts__title {
  color: white;
}
.p-restaurant-posts--bar .p-restaurant-posts__title:after {
  background-color: white;
}
.p-restaurant-posts--bar .p-restaurant-posts__desc a:hover {
  color: white;
}
@media (min-width: 768px) {
  .p-restaurant-posts--bar .p-restaurant-posts__item:nth-child(2) .card-slide__body {
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .p-restaurant-posts--bar .p-restaurant-posts__item:nth-child(2) .card-slide__body {
    padding-right: 60px;
  }
}
.p-restaurant__paralax {
  position: absolute;
  bottom: -324px;
  right: -256px;
  width: 560px;
  height: 550px;
  display: none;
}
@media (min-width: 1024px) {
  .p-restaurant__paralax {
    display: block;
  }
}
.p-restaurant__paralax-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-restaurant__paralax--bar {
  width: 335px;
  height: 440px;
  bottom: -85px;
  right: -202px;
}
.p-menu-inner--slider {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 70px;
}
@media (min-width: 992px) {
  .p-menu-inner--slider {
    align-items: center;
    margin-top: 0;
  }
}
.p-menu-inner--slider .slider-arrow {
  position: absolute;
  top: -50px;
}
@media (min-width: 992px) {
  .p-menu-inner--slider .slider-arrow {
    position: relative;
    top: 0;
  }
}
.p-menu-inner--slider .slider-arrow--next {
  left: 50px;
}
@media (min-width: 480px) {
  .p-menu-inner--slider .slider-arrow--next {
    left: 65px;
  }
}
@media (min-width: 992px) {
  .p-menu-inner--slider .slider-arrow--next {
    left: 0;
  }
}
.p-menu-body {
  background-color: black;
  padding-top: 45px;
}
.p-menu-body--img {
  display: flex !important;
  flex-direction: column;
  padding: 0;
  background-color: transparent;
}
@media (min-width: 768px) {
  .p-menu-body--img {
    flex-direction: initial;
  }
}
.p-menu-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}
.p-menu__logo {
  width: 155px;
  height: 185px;
  margin-bottom: 45px;
}
@media (min-width: 1200px) {
  .p-menu__logo {
    width: 225px;
    height: 250px;
  }
}
.p-menu__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-menu__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 325px;
  font-weight: bold;
  font-size: 21px;
  line-height: 120%;
  text-align: center;
  color: white;
}
@media (min-width: 768px) {
  .p-menu__title {
    font-size: 30px;
  }
}
.p-menu__title:before {
  content: "";
  width: 90px;
  height: 3px;
  background-color: white;
  position: absolute;
  bottom: -20px;
}
@media (min-width: 768px) {
  .p-menu__title:before {
    bottom: -40px;
  }
}
.p-menu__desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  margin: 45px auto 0;
  max-width: 265px;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  color: #909090;
}
@media (min-width: 768px) {
  .p-menu__desc {
    font-size: 20px;
    line-height: 40px;
  }
}
.p-menu__desc a {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  color: #909090;
}
.p-menu__desc a:hover {
  color: #F7F7F7;
}
.p-menu__desc-img {
  display: none;
  position: absolute;
  right: -70px;
  bottom: 0;
  width: 173px;
  height: 228px;
}
@media (min-width: 768px) {
  .p-menu__desc-img {
    display: block;
  }
}
.p-menu__desc-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-menu__desc-img--min {
  right: -135px;
  bottom: -54px;
  width: 250px;
}
.p-menu__img {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .p-menu__img {
    margin: 0 10px;
    max-height: 710px;
  }
}
.p-menu__img:last-child {
  margin-bottom: 0;
}
.p-menu__img img {
  width: 100%;
  object-fit: contain;
}
.p-news-posts {
  display: grid;
  grid-gap: 10px;
}
@media (min-width: 768px) {
  .p-news-posts {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
.p-news-posts .card-slide {
  height: 350px;
  color: white;
}
.p-news .card-news {
  padding: 15px;
  background-color: #141414;
}
.p-news .card-news__body-desc {
  min-height: 72px;
}
.p-news .card-news__body-desc iframe {
  display: none;
}
.p-news-one-last {
  margin-top: 15px;
}
.p-def .e-title {
  margin-bottom: 45px;
}
.p-def__media {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
  height: 315px;
}
.p-def__media img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-def__media:hover img {
  transform: scale(1.07, 1.07);
  transition: transform 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-def__media:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 27.6%, rgba(0, 0, 0, 0.68) 100%);
}
.p-def__media-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  box-sizing: border-box;
}
.p-def__media-date, .p-def__media-name {
  position: relative;
  z-index: 1;
}
.p-def__media-date {
  display: inline-flex;
  align-items: center;
  background-color: black;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 17px;
  color: white;
}
.p-def__media-date:before {
  content: "";
  display: block;
  position: relative;
  top: -1px;
  background: url("data:image/svg+xml;charset=utf8, %3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.938 1.25H12.5V.5a.5.5 0 10-1 0v.75h-7V.5a.5.5 0 10-1 0v.75H2.062A2.065 2.065 0 000 3.313v10.624C0 15.075.925 16 2.063 16h11.874A2.065 2.065 0 0016 13.937V3.313a2.065 2.065 0 00-2.063-2.063zm-11.876 1H3.5v.5a.5.5 0 001 0v-.5h7v.5a.5.5 0 101 0v-.5h1.438c.585 0 1.062.477 1.062 1.063V4.5H1V3.312c0-.585.477-1.062 1.063-1.062zM13.938 15H2.062A1.064 1.064 0 011 13.937V5.5h14v8.438c0 .585-.477 1.062-1.063 1.062z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 0 0;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.p-def__media-name {
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  color: white;
  padding: 0 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media (min-width: 1300px) {
  .p-def__media-name {
    font-size: 35px;
    line-height: 43px;
  }
}
.p-def__content {
  color: black;
}
@media (min-width: 1300px) {
  .p-def__content--col {
    display: flex;
  }
}
.p-def__content--col .p-def__inner {
  padding: 25px;
}
.p-def__inner {
  padding-top: 25px;
  font-size: 15px;
  line-height: 155%;
  color: #141414;
}
@media (min-width: 1300px) {
  .p-def__inner {
    font-size: 18px;
  }
}
.p-def__inner h2, .p-def__inner h3, .p-def__inner h4, .p-def__inner h5, .p-def__inner h6 {
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
}
.p-def__inner h2 {
  font-size: 27px;
  line-height: 32px;
}
.p-def__inner h3 {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 1300px) {
  .p-def__inner h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.p-def__inner h4 {
  font-size: 21px;
  line-height: 26px;
}
@media (min-width: 1300px) {
  .p-def__inner h4 {
    font-size: 23px;
    line-height: 28px;
  }
}
.p-def__inner h5 {
  font-size: 19px;
  line-height: 24px;
}
@media (min-width: 1300px) {
  .p-def__inner h5 {
    font-size: 21px;
    line-height: 26px;
  }
}
.p-def__inner h6 {
  font-size: 17px;
  line-height: 22px;
}
@media (min-width: 1300px) {
  .p-def__inner h6 {
    font-size: 19px;
    line-height: 24px;
  }
}
.p-def__inner p {
  margin-bottom: 15px;
}
.p-def__inner iframe {
  width: 100%;
  float: left;
  padding-right: 25px;
  padding-bottom: 25px;
}
@media (min-width: 1300px) {
  .p-def__inner iframe {
    width: 560px;
    padding-bottom: 0;
  }
}
@media (min-width: 1300px) {
  .p-def-col--left {
    width: 70%;
  }
}
.p-def-col--right {
  display: none;
}
@media (min-width: 1300px) {
  .p-def-col--right {
    display: block;
    width: 30%;
    padding-left: 37px;
  }
}
.p-def-col--right .e-title--v2 {
  margin-bottom: 20px;
}
.p-def-prev {
  margin-top: 35px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F7F7F7;
}
.p-def-prev-columns {
  display: flex;
}
@media (min-width: 1300px) {
  .p-def-prev-columns {
    max-width: 940px;
  }
}
.p-def-prev__col {
  width: 50%;
  padding-left: 20px;
}
.p-def-prev__col:last-child {
  padding-right: 20px;
}
.p-def-prev .card-news__body-desc {
  color: black;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  line-height: 130%;
}
.p-contacts-top {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 30px;
  margin-bottom: 45px;
}
@media (min-width: 1300px) {
  .p-contacts-top {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-contacts__col {
  color: black;
}
.p-contacts__col:last-child {
  display: none;
}
@media (min-width: 1300px) {
  .p-contacts__col:last-child {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1369px) {
  .p-contacts__col:last-child {
    display: block;
  }
}
.p-contacts__title {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: black;
}
.p-contacts__adress {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 40px;
  grid-column-gap: 15px;
  margin-top: 35px;
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #E5E5E5;
}
@media (min-width: 1300px) {
  .p-contacts__adress {
    grid-column-gap: 100px;
  }
}
.p-contacts__adress-row {
  margin-top: 10px;
}
.p-contacts__adress-row:first-child {
  margin-top: 0;
}
.p-contacts__adress-label {
  font-weight: bold;
  font-size: 15px;
  line-height: 121.19%;
}
@media (min-width: 1300px) {
  .p-contacts__adress-label {
    font-size: 18px;
  }
}
.p-contacts__adress-txt {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  color: black;
  display: block;
  margin-top: 10px;
}
@media (min-width: 1300px) {
  .p-contacts__adress-txt {
    font-size: 18px;
    line-height: 22px;
  }
}
.p-contacts__adress-txt--phone {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 480px) {
  .p-contacts__adress-txt--phone {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (min-width: 1369px) {
  .p-contacts__adress-txt--phone {
    font-size: 30px;
    line-height: 45px;
  }
}
.p-contacts__adress .e-soc {
  margin-top: 10px;
}
.p-contacts__adress .e-soc__txt {
  font-size: 15px;
  line-height: 19px;
}
@media (min-width: 1300px) {
  .p-contacts__adress .e-soc__txt {
    font-size: 18px;
    line-height: 22px;
  }
}
.p-contacts__adress a {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.p-contacts__adress a:hover {
  color: #9F9F9F;
}
.p-contacts__media {
  overflow: hidden;
}
.p-contacts__media img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-contacts__media:hover img {
  transform: scale(1.07, 1.07);
  transition: transform 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-contacts__form-fields {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1300px) {
  .p-contacts__form-fields {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-contacts__form-item {
  height: 55px;
}
.p-contacts__form-item:last-child {
  height: 202px;
}
@media (min-width: 1300px) {
  .p-contacts__form-item:last-child {
    grid-area: 2/1/3/4;
  }
}
.p-contacts__form .but {
  width: 100%;
  height: 63px;
  justify-content: center;
  padding: 15px;
}
.p-contacts__form .but:after {
  display: none;
}
.p-contacts__form .wpcf7-not-valid-tip {
  position: relative;
  top: -12px;
  z-index: 1;
}
.p-contacts__desc {
  color: black;
  font-weight: 300;
  font-size: 14px;
  line-height: 149.19%;
  margin-bottom: 45px;
}
@media (min-width: 1300px) {
  .p-contacts__desc {
    font-size: 16px;
  }
}

div.ngg-galleryoverview {
  column-count: 1;
  grid-gap: 10px;
}
@media (min-width: 768px) {
  div.ngg-galleryoverview {
    column-count: 2;
  }
}

.ngg-gallery-thumbnail-box {
  overflow: hidden;
  display: grid !important;
  grid-template-rows: 2fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
  height: 428px;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail {
  height: 100%;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
  height: 100%;
  margin: 0 !important;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main-top {
  min-height: 653px;
  padding-bottom: 25px;
  background: url("../img/sections-main-top-bg.jpg") no-repeat center;
  background-size: cover;
}
.main-top--min {
  height: 1px;
  min-height: 475px;
}
@media (min-width: 1024px) {
  .main-top--min {
    min-height: 544px;
  }
}
.main-top--min .header {
  height: 100%;
  display: flex;
}
@media (max-width: 768px) {
  .main-top--min .header__inner {
    padding: 37px 0 0;
  }
}
.main-top--min .header__bottom {
  justify-content: center;
  height: 88%;
  margin-top: 0;
}
.main-top--numbers {
  height: 1px;
  min-height: 625px;
}

.our {
  position: relative;
  padding: 45px 0;
  background-color: #121212;
}
@media (min-width: 768px) {
  .our {
    padding: 90px 0;
  }
}
@media (min-width: 1024px) {
  .our {
    padding: 70px 0 105px;
  }
}
.our__slogan {
  display: none;
  position: absolute;
  top: 0;
  white-space: nowrap;
  font-weight: 900;
  font-size: 250px;
  line-height: 305px;
  height: 305px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.02);
}
@media (min-width: 1024px) {
  .our__slogan {
    display: block;
  }
}
.our__slogan span {
  position: relative;
  display: block;
  padding: 0 50px;
}

/*Plugin CSS*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  height: 100%;
}

.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}

.str_wrap img {
  max-width: none !important;
}

.type {
  position: relative;
  background-color: #141414;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .type {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.type-content {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .type-content {
    margin-top: 90px;
  }
}
.type .b-nav {
  justify-content: center;
}
@media (min-width: 768px) {
  .type .b-nav {
    justify-content: space-between;
  }
}

.preview {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .preview {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .preview {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1369px) {
  .preview {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.preview__txt {
  display: none;
  position: absolute;
  left: 0;
  bottom: 87px;
  width: 240px;
  font-weight: 900;
  font-size: 250px;
  line-height: 305px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.04);
  transform: rotate(-90deg);
}
@media (min-width: 1700px) {
  .preview__txt {
    display: block;
  }
}
.preview__txt--two {
  display: none;
  transform: rotate(0);
  width: 100%;
  bottom: -35px;
  left: -15px;
}
@media (min-width: 1369px) {
  .preview__txt--two {
    display: block;
  }
}
.preview-posts {
  position: relative;
}
@media (min-width: 1300px) {
  .preview-posts__body {
    display: flex;
    margin-left: -44px;
    margin-top: 24px;
  }
}
@media (min-width: 1300px) {
  .preview-posts__col {
    width: 50%;
    padding-left: 44px;
  }
}
.preview-posts__row {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .preview-posts__row {
    margin-bottom: 30px;
  }
}
@media (min-width: 1300px) {
  .preview-posts__row {
    margin-bottom: 44px;
    text-align: left;
  }
}
@media (min-width: 1300px) {
  .preview-posts__row:last-child {
    margin-bottom: 0;
  }
}
.preview-posts__desc {
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 155%;
  color: #141414;
}
@media (min-width: 768px) {
  .preview-posts__desc {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1300px) {
  .preview-posts__desc {
    margin-top: 24px;
    margin-bottom: 45px;
    text-align: left;
  }
}
.preview-inst {
  margin-top: 45px;
}
@media (min-width: 1369px) {
  .preview-inst {
    margin-top: 282px;
  }
}

.insta-gallery-feed[data-feed_layout=carousel] .swiper-button-next > i, .qligg-mfp-wrap[data-feed_layout=carousel] .swiper-button-next > i, .insta-gallery-feed[data-feed_layout=carousel] .swiper-button-prev > i, .qligg-mfp-wrap[data-feed_layout=carousel] .swiper-button-prev > i {
  color: white !important;
}

.insta-gallery-feed[data-feed_layout=carousel] .swiper-pagination-bullet-active, .qligg-mfp-wrap[data-feed_layout=carousel] .swiper-pagination-bullet-active {
  background-color: white !important;
}

.news {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #141414;
}
@media (min-width: 768px) {
  .news {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .news {
    padding-top: 12px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1369px) {
  .news {
    padding-top: 180px;
    padding-bottom: 90px;
  }
}
.news .b-head__desc {
  max-width: 540px;
}
.news-cards {
  display: flex;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .news-cards {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .news-cards {
    margin-top: 70px;
  }
}
@media (min-width: 1369px) {
  .news-cards {
    margin-top: 90px;
  }
}
.news-cards .card-news {
  width: 33.33%;
}
.news-cards .card-news__body-name {
  color: white;
}
.news-cards .card-news__body-desc {
  color: white;
}
.news .slick-list {
  padding: 0 !important;
}
.news .slick-center .slick-slide-inners {
  color: #141414;
  background-color: white;
}
.news .slick-center .slick-slide-inners .but {
  color: #141414;
  border-color: #141414;
}
.news .slick-center .slick-slide-inners .but:after {
  background: url("data:image/svg+xml;charset=utf8, %3Csvg width='5' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.135 8.226L3.893 4.5.134.775a.451.451 0 010-.642.462.462 0 01.649 0l4.083 4.046a.45.45 0 010 .642L.783 8.867a.463.463 0 01-.65 0 .451.451 0 01.002-.642z' fill='%23000'/%3E%3C/svg%3E") no-repeat 0 0;
  background-size: contain;
}
.news .slick-center .slick-slide-inners .card-news__body-name, .news .slick-center .slick-slide-inners .card-news__body-desc {
  color: #141414;
}
@media (min-width: 768px) {
  .news .slick-center .slick-slide-inners {
    color: white;
    background-color: #141414;
  }
  .news .slick-center .slick-slide-inners .but {
    color: white;
    border-color: white;
  }
  .news .slick-center .slick-slide-inners .but:after {
    background: url("data:image/svg+xml;charset=utf8, %3Csvg width='5' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.135 8.226L3.893 4.5.134.775a.451.451 0 010-.642.462.462 0 01.649 0l4.083 4.046a.45.45 0 010 .642L.783 8.867a.463.463 0 01-.65 0 .451.451 0 01.002-.642z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 0 0;
    background-size: contain;
  }
  .news .slick-center .slick-slide-inners .card-news__body-name, .news .slick-center .slick-slide-inners .card-news__body-desc {
    color: white;
  }
}
.news .slick-slide-inners {
  color: white;
  padding: 13px 13px 18px;
  background-color: #141414;
}
@media (min-width: 1024px) {
  .news .slick-slide-inners {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
}
.news .slick-slide-inners:hover {
  color: #141414;
  background-color: white;
}
.news .slick-slide-inners:hover .card-news__body-name {
  color: black;
}
.news .slick-slide-inners:hover .card-news__body-desc {
  color: black;
}
.news .slick-slide-inners:hover .but {
  color: #141414;
  border-color: #141414;
}
.news .slick-slide-inners:hover .but:after {
  background: url("data:image/svg+xml;charset=utf8, %3Csvg width='5' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.135 8.226L3.893 4.5.134.775a.451.451 0 010-.642.462.462 0 01.649 0l4.083 4.046a.45.45 0 010 .642L.783 8.867a.463.463 0 01-.65 0 .451.451 0 01.002-.642z' fill='%23000'/%3E%3C/svg%3E") no-repeat 0 0;
  background-size: contain;
}

.reviews {
  padding-bottom: 45px;
  background-color: #141414;
}
@media (min-width: 1369px) {
  .reviews {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.reviews .slider-reviews {
  margin-top: 5px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .reviews .slider-reviews {
    margin-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  .reviews .slider-reviews {
    margin-top: 95px;
    margin-bottom: 90px;
  }
}
@media (min-width: 1369px) {
  .reviews .slider-reviews {
    margin-top: 90px;
    margin-bottom: 70px;
  }
}
.reviews .b-nav {
  justify-content: center;
}
@media (min-width: 768px) {
  .reviews .b-nav {
    justify-content: space-between;
  }
}

.map {
  height: 467px;
}

/* ==== Conference page (page-conference.php) ==== */

/* Картка залу мала жорстку висоту 332px і overflow:hidden (успадковано від
   restaurant.scss, розраховано лише під заголовок+опис+кнопку) — через це
   рядок з ціною обрізався. Дозволяємо картці рости по висоті: */
.p-restaurant-posts__item.p-conference-hall-card {
  overflow: visible;
}

@media (min-width: 768px) {
  .p-conference-hall-card {
    grid-row: span 2;
  }
}

.p-conference-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.p-conference-meta__item {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #3C3C3C;
}

.p-conference-meta__item--price {
  color: white;
  background-color: #141414;
  border-color: #141414;
}

/* Малий зал (--bar) має чорний фон картки — міняємо бейджі на світлі,
   інакше темний текст губиться на чорному тлі */
.p-restaurant-posts--bar .p-conference-meta__item {
  color: white;
  border-color: rgba(255, 255, 255, 0.35);
}

.p-restaurant-posts--bar .p-conference-meta__item--price {
  background-color: white;
  color: #141414;
  border-color: white;
}

.p-conference-block {
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #DFDFDF;
}

@media (min-width: 1024px) {
  .p-conference-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.p-conference-block__title {
  position: relative;
  font-weight: bold;
  font-size: 25px;
  line-height: 120%;
  color: black;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

@media (min-width: 1024px) {
  .p-conference-block__title {
    font-size: 32px;
  }
}

.p-conference-block__title:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-conference-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 1;
}

@media (min-width: 768px) {
  .p-conference-card__list {
    columns: 2;
    column-gap: 40px;
  }
}

.p-conference-card__list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 150%;
  color: #3C3C3C;
  break-inside: avoid;
}

.p-conference-card__list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #141414;
  border-radius: 50%;
}

.p-conference-cta {
  margin: 45px 0;
  padding: 40px 25px;
  background-color: #141414;
  color: white;
  text-align: center;
}

@media (min-width: 768px) {
  .p-conference-cta {
    margin: 60px 0;
    padding: 60px;
  }
}

.p-conference-cta__title {
  font-weight: bold;
  font-size: 28px;
  color: white;
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .p-conference-cta__title {
    font-size: 36px;
  }
}

.p-conference-cta__desc {
  font-size: 16px;
  line-height: 150%;
  color: #9F9F9F;
  max-width: 520px;
  margin: 0 auto 30px;
}

.p-conference-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

/* ===== Custom UX fixes (added by request) ===== */

/* 1. Close button: correct 23x23 icon, aligned with header row */
.header__menu-close {
	  top: 37px;
	  left: 15px;
	  width: 23px;
	  height: 23px;
	  background: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cimage width='20' height='20' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAABGdBTUEAALGPC/xhBQAAACBjSFJN AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAFVBMVEUAAAAFBkwFBkwFBkwF BkwFBkz////B04IoAAAABXRSTlMABrFpsrLMzwQAAAABYktHRAZhZrh9AAAAB3RJTUUH5AwFDikd nvEwPwAAAFRJREFUCNdjYFRmAAMjAQaRUAMQiznUkUE1NBjENA0NAmKQMHMoUARMQAVAJIQPFoYI goUhgmBhqCBYGCKIzERSgNCGZBjCCiSLkZyD5EgkpyM8BADJHyAlBbJrUAAAACV0RVh0ZGF0ZTpj cmVhdGUAMjAyMC0xMi0wNVQxNDo0MToyOSswMDowMLIGV6EAAAAldEVYdGRhdGU6bW9kaWZ5ADIw MjAtMTItMDVUMTQ6NDE6MjkrMDA6MDDDW+8dAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJl YWR5ccllPAAAAABJRU5ErkJggg=='/%3E%3C/svg%3E") no-repeat 0 0;
	  background-size: contain;
}

/* 2. Bigger menu font + dividers between items */
@media (min-width: 768px) {
	.header__menu ul li a {
		    font-size: 18px;
		    line-height: 18px;
	}
	.header__menu ul li:not(:first-child):after {
		    content: "";
		    position: absolute;
		    left: -15px;
		    top: 50%;
		    transform: translateY(-50%);
		    width: 1px;
		    height: 14px;
		    background-color: rgba(255, 255, 255, 0.25);
	}
}
@media (min-width: 1300px) {
	.header__menu ul li:not(:first-child):after {
		    left: -15px;
	}
}
@media (min-width: 1700px) {
	.header__menu ul li:not(:first-child):after {
		    left: -15px;
	}
}
@media (max-width: 767px) {
	.header__menu ul li a {
		    font-size: 17px;
		    line-height: 22px;
	}
	.header__menu ul li:not(:last-child) {
		    padding-bottom: 15px;
		    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
}

/* 3. Remove watermark logo from mobile menu background */
.e-hidden-logo {
	  display: none !important;
}

/* 4. Room categories submenu toggle: fixed position, doesn't move when submenu opens */
.header__menu ul li.menu-item-has-children {
    position: relative;
    padding-right: 40px;
}

.header__menu ul li.menu-item-has-children:before {
    display: none !important;
}

.header__menu ul li.menu-item-has-children .submenu-toggle {
    position: absolute;
    top: 10px;
    right: 0;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header__menu ul li.menu-item-has-children .submenu-toggle:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/icons/arrow-menu-black-x6-3.svg) no-repeat center;
    background-size: contain;
    transition: transform 0.2s ease-out;
}

@media (min-width: 768px) {
    .header__menu ul li.menu-item-has-children .submenu-toggle:before {
        background: url(../img/icons/arrow-menu-white-x6-3.svg) no-repeat center;
        background-size: contain;
    }

    .header__menu ul li.menu-item-has-children:hover .submenu-toggle:before {
        transform: rotate(180deg);
    }
}

.header__menu ul li.menu-item-has-children._up .submenu-toggle:before {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .header__menu ul li.menu-item-has-children {
        padding-right: 60px;
    }

    .header__menu ul li.menu-item-has-children .submenu-toggle {
        position: absolute;
        top: -40px;
        right: -20px;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 20;
        cursor: pointer;
        transform: none;
        -webkit-tap-highlight-color: transparent;
    }

    .header__menu ul li.menu-item-has-children .submenu-toggle:before {
        width: 15px;
        height: 15px;
    }
}

/* 5. Email displayed in uppercase (visual only) */
.header__menu-contact-row span,
.header__info-link--mail {
	  text-transform: uppercase;
}
/* 6. Фон выпадающего подменю (категории номеров): белый только на мобилке.
   На ПК (от 768px и выше) правило не действует — там остаётся исходный
   .header__menu ul li .sub-menu { background-color: rgba(0, 0, 0, 0.5); } */
@media (max-width: 767px) {
  .header__menu ul li .sub-menu {
    background-color: white;
  }
}