/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
||===================================================||
||                                                   ||
||          Table of Contents                        ||
||                                                   ||
||          1. 	Mixins                               ||
==================================================== ||
*/
/*-------------------------------------------------------------------

==  Mixins

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

==  Reset Styles

-------------------------------------------------------------------*/
.main--container {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.entry-section {
  padding-bottom: 100px;
  padding-top: 100px;
}

.templines-main-content {
  overflow: hidden;
}

.section-content div ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.overflow {
  position: relative;
  overflow: hidden;
}

body {
  padding: 0;
  margin: 0;
  line-height: 24px;
}

a {
  z-index: 1;
  position: relative;
  color: #fff;
  text-decoration: none !important;
  cursor: pointer !important;
}

@font-face {
  font-family: "Forum-Regular";
  src: url("./fonts/Forum-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "TTNorms-Light";
  src: url("./fonts/TTNorms-Light.ttf") format("truetype");
}
@font-face {
  font-family: "TTNorms-Regular";
  src: url("./fonts/TTNorms-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Gogol Regular";
  src: url("./fonts/Gogol Regular.ttf") format("truetype");
}
.normal-font-style {
  font-family: "Forum-Regular";
}

.nom-regular-font {
  font-family: "TTNorms-Regular";
  font-weight: normal;
}

.nom-light-font {
  font-family: "TTNorms-Light";
  font-weight: 300;
}

.nom-regular-font-two {
  font-family: "Forum-Regular";
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Forum-Regular";
  font-weight: normal;
  margin-bottom: 30px;
}

body {
  background: #13161C;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  font-family: "TTNorms-Light";
  font-weight: 300;
}

.templines-site-header {
  position: fixed;
  padding: 25px 60px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.templines-site-header img {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.templines-site-header .header-logotype-wrap {
  opacity: 0;
}
.templines-site-header .header-logotype-wrap img {
  max-width: 60px;
}
.templines-site-header .header-entry-content .header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.templines-site-header .header-entry-content .header-row .right-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.templines-site-header .header-entry-content .header-row .right-header-wrap .navigation-container ul {
  margin: 0;
  padding: 0;
}
.templines-site-header .header-entry-content .header-row .right-header-wrap .navigation-container ul li {
  opacity: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.templines-site-header .header-entry-content .header-row .right-header-wrap .navigation-container ul li a {
  color: #fff;
  padding: 0 17.5px;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 14px;
}
.templines-site-header .header-entry-content .header-row .right-header-wrap .navigation-container ul li a:hover {
  opacity: 0.7;
}
.templines-site-header .header-entry-content .header-row .right-header-wrap .header-phone-container {
  margin-left: 18px;
  overflow: hidden;
}
.templines-site-header .header-entry-content .header-row .right-header-wrap .header-phone-container a {
  -webkit-transform: translate3d(-25%, 5%, 0);
  transform: translate3d(-25%, 5%, 0);
  opacity: 0;
  color: #fff;
  font-size: 13px;
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 25px;
}
.templines-site-header .header-entry-content .header-row .right-header-wrap .header-phone-container a svg {
  max-width: 18px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-right: 15px;
}
.templines-site-header .header-entry-content .header-row .right-header-wrap .header-phone-container a svg path {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.templines-site-header .header-entry-content .header-row .right-header-wrap .header-phone-container a .text-hover-span {
  overflow: hidden;
  width: auto;
}
.templines-site-header .header-entry-content .header-row .right-header-wrap .header-phone-container a .text-hover-span span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  width: auto;
  text-align: center;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  letter-spacing: 0.45px;
}
.templines-site-header .header-entry-content .header-row .right-header-wrap .header-phone-container a .text-hover-span span:before {
  position: absolute;
  width: auto;
  top: 100%;
  left: 0;
  content: attr(data-hover);
}
.templines-site-header .header-entry-content .header-row .right-header-wrap .header-phone-container a:hover {
  background: #fff;
  color: #13161C;
}
.templines-site-header .header-entry-content .header-row .right-header-wrap .header-phone-container a:hover svg path {
  fill: #13161C;
}
.templines-site-header .header-entry-content .header-row .right-header-wrap .header-phone-container a:hover .text-hover-span span {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.templines-site-header.fixed-nav-wrapper {
  background: rgba(0, 0, 0, 0.6);
  padding-top: 15px;
  padding-bottom: 15px;
}
.templines-site-header.fixed-nav-wrapper .header-logotype-image-light {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

body.admin-bar .templines-site-header {
  top: 30px;
}

.main-screen-section {
  padding: 140px 0;
  min-height: 100vh;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
.main-screen-section .main-screen-container {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
.main-screen-section .main-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation: scale 25s linear infinite;
  animation: scale 25s linear infinite;
  z-index: -2;
}
.main-screen-section .image-decor-bg {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(25, 29, 36, 0.7)), to(rgba(25, 29, 36, 0.7)));
  background: -o-linear-gradient(bottom, rgba(25, 29, 36, 0.7), rgba(25, 29, 36, 0.7));
  background: linear-gradient(0deg, rgba(25, 29, 36, 0.7), rgba(25, 29, 36, 0.7));
}
.main-screen-section .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-screen-section .main-title {
  font-size: 80px;
  line-height: 85px;
}
.main-screen-section .main-title p {
  margin-bottom: 0;
}
.main-screen-section.section-rest {
  max-height: 640px;
  min-height: auto;
}
.main-screen-section.section-rest .main-screen-text-content {
  max-width: 720px;
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 30px;
}
.main-screen-section.section-rest .main-screen-text-content .split-text p {
  margin-bottom: 0;
  opacity: 0;
}

.main-title div p {
  opacity: 0;
  line-height: 1;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: inline-block;
}

.button-main-screen-wrap {
  margin-top: 35px;
}
.button-main-screen-wrap a {
  opacity: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  padding: 25px 40px;
  border: 1px solid #fff;
  font-size: 14px;
  letter-spacing: 0.25em;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.button-main-screen-wrap a span {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.button-main-screen-wrap a:hover {
  background: #fff;
}
.button-main-screen-wrap a:hover span {
  color: #13161C;
}

.about-us-section .row div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-us-section .row div:nth-child(2) .custom-content-wrap .page-rest-text-wrap p + p {
  margin-top: 30px;
}
.about-us-section .row div:nth-child(2) .custom-content-wrap .page-rest-text-wrap p:last-child {
  margin-top: 15px;
  font-family: "Forum-Regular";
  font-size: 24px;
}

.about-us-content-wrap {
  max-width: 455px;
  margin-left: 65px;
}

.menu-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 0;
}
.menu-section:before {
  content: "";
  background: #191D24;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.menu-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-title-wrap .custom-title-wrap {
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 15px;
}
.menu-title-wrap .custom-title-wrap .title {
  margin-bottom: 10px;
}
.menu-title-wrap .custom-title-wrap .back-title {
  text-transform: uppercase;
  left: -50%;
}
.menu-title-wrap .custom-title-wrap .back-title .entry-back-title-wrap {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.menu-item-slider-wrap {
  margin-top: 50px;
}
.menu-item-slider-wrap .menu-item-wrap {
  position: relative;
  overflow: hidden;
}
.menu-item-slider-wrap .menu-item-wrap img {
  -webkit-transition: 0.6s cubic-bezier(0.15, 0.73, 1, 1.07);
  -o-transition: 0.6s cubic-bezier(0.15, 0.73, 1, 1.07);
  transition: 0.6s cubic-bezier(0.15, 0.73, 1, 1.07);
}
.menu-item-slider-wrap .menu-item-wrap .menu-item-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(41.56%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 41.56%);
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 41.56%);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.menu-item-slider-wrap .menu-item-wrap .menu-item-content-wrap .top-menu-item-wrap {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.menu-item-slider-wrap .menu-item-wrap .menu-item-content-wrap .top-menu-item-wrap .menu-item-title {
  margin-bottom: 10px;
}
.menu-item-slider-wrap .menu-item-wrap .menu-item-content-wrap .top-menu-item-wrap .price-wrap {
  font-weight: 400;
}
.menu-item-slider-wrap .menu-item-wrap .menu-item-content-wrap .bottom-menu-item-wrap {
  overflow: hidden;
  padding-top: 20px;
}
.menu-item-slider-wrap .menu-item-wrap .menu-item-content-wrap .bottom-menu-item-wrap ul.menu-item-slide-wrap {
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}
.menu-item-slider-wrap .menu-item-wrap .menu-item-content-wrap .bottom-menu-item-wrap ul.menu-item-slide-wrap li {
  font-size: 15px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  padding-left: 13px;
}
.menu-item-slider-wrap .menu-item-wrap .menu-item-content-wrap .bottom-menu-item-wrap ul.menu-item-slide-wrap li:before {
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  left: 0;
}
.menu-item-slider-wrap .menu-item-wrap .menu-item-content-wrap .bottom-menu-item-wrap ul.menu-item-slide-wrap li + li {
  margin-top: 7px;
}
.menu-item-slider-wrap .menu-item-wrap:hover .menu-item-content-wrap {
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(75%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 75%);
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 75%);
}
.menu-item-slider-wrap .menu-item-wrap:hover img.bg-img {
  -webkit-transform: scale(1.2) !important;
  -ms-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}
.menu-item-slider-wrap .menu-item-wrap:hover .top-menu-item-wrap {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.menu-item-slider-wrap .menu-item-wrap:hover .bottom-menu-item-wrap ul.menu-item-slide-wrap {
  opacity: 1;
  visibility: visible;
}
.menu-item-slider-wrap .menu-item-wrap:hover .bottom-menu-item-wrap ul.menu-item-slide-wrap li {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.menu-item-slider-wrap .menu-item-wrap:hover .bottom-menu-item-wrap ul.menu-item-slide-wrap li:nth-child(1) {
  -webkit-transition: 0.2s ease 0.3s;
  -o-transition: 0.2s ease 0.3s;
  transition: 0.2s ease 0.3s;
}
.menu-item-slider-wrap .menu-item-wrap:hover .bottom-menu-item-wrap ul.menu-item-slide-wrap li:nth-child(2) {
  -webkit-transition: 0.2s ease 0.4s;
  -o-transition: 0.2s ease 0.4s;
  transition: 0.2s ease 0.4s;
}
.menu-item-slider-wrap .menu-item-wrap:hover .bottom-menu-item-wrap ul.menu-item-slide-wrap li:nth-child(3) {
  -webkit-transition: 0.2s ease 0.5s;
  -o-transition: 0.2s ease 0.5s;
  transition: 0.2s ease 0.5s;
}
.menu-item-slider-wrap .menu-item-wrap:hover .bottom-menu-item-wrap ul.menu-item-slide-wrap li:nth-child(4) {
  -webkit-transition: 0.2s ease 0.6s;
  -o-transition: 0.2s ease 0.6s;
  transition: 0.2s ease 0.6s;
}
.menu-item-slider-wrap .menu-item-wrap:hover .bottom-menu-item-wrap ul.menu-item-slide-wrap li:nth-child(5) {
  -webkit-transition: 0.2s ease 0.7s;
  -o-transition: 0.2s ease 0.7s;
  transition: 0.2s ease 0.7s;
}
.menu-item-slider-wrap .menu-item-wrap:hover .bottom-menu-item-wrap ul.menu-item-slide-wrap li:nth-child(6) {
  -webkit-transition: 0.2s ease 0.8s;
  -o-transition: 0.2s ease 0.8s;
  transition: 0.2s ease 0.8s;
}
.menu-item-slider-wrap .menu-item-wrap:hover .bottom-menu-item-wrap ul.menu-item-slide-wrap li:nth-child(7) {
  -webkit-transition: 0.2s ease 0.9s;
  -o-transition: 0.2s ease 0.9s;
  transition: 0.2s ease 0.9s;
}
.menu-item-slider-wrap .menu-item-wrap:hover .bottom-menu-item-wrap ul.menu-item-slide-wrap li:nth-child(8) {
  -webkit-transition: 0.2s ease 1s;
  -o-transition: 0.2s ease 1s;
  transition: 0.2s ease 1s;
}
.menu-item-slider-wrap .menu-item-wrap:hover .bottom-menu-item-wrap ul.menu-item-slide-wrap li:nth-child(9) {
  -webkit-transition: 0.2s ease 1.1s;
  -o-transition: 0.2s ease 1.1s;
  transition: 0.2s ease 1.1s;
}

.menu-btn-wrap {
  margin-top: 55px;
  text-align: center;
}
.menu-btn-wrap a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 14px 40px;
  letter-spacing: 0.25em;
}
.menu-btn-wrap a:hover {
  color: #000000;
  background: #fff;
}

.deliver-section .row div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.deliver-section .row div:nth-child(2) .deliver-content-wrap {
  margin-left: 65px;
}
.deliver-section .row div:nth-child(2) .deliver-content-wrap .custom-title-wrap .back-title {
  top: -125px;
}

.del-btn-wrap {
  margin-top: 25px;
}

.event-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 0;
}
.event-section:before {
  content: "";
  background: #191D24;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.event-section .row > div:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.event-section .custom-title-wrap .back-title {
  top: -65px;
}
.event-section .custom-title-wrap .back-title .entry-back-title-wrap {
  -webkit-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  transform: translateX(-15%);
}
.event-section .slogan-wrap {
  max-width: 335px;
}

.event-slider-wrap {
  position: relative;
}
.event-slider-wrap .event-slider {
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0);
}
.event-slider-wrap .event-slider .swiper-slide {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 400px;
  width: 400px !important;
}
.event-slider-wrap .event-slider .swiper-slide .entry-content {
  position: relative;
}
.event-slider-wrap .event-slider .swiper-slide .entry-content .event-item-img-wrap {
  overflow: hidden;
}
.event-slider-wrap .event-slider .swiper-slide .entry-content .event-item-img-wrap img {
  -webkit-transition: 0.6s cubic-bezier(0.15, 0.73, 1, 1.07);
  -o-transition: 0.6s cubic-bezier(0.15, 0.73, 1, 1.07);
  transition: 0.6s cubic-bezier(0.15, 0.73, 1, 1.07);
}
.event-slider-wrap .event-slider .swiper-slide .entry-content .event-content-container-wrap {
  position: absolute;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(41.56%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 41.56%);
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 41.56%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.event-slider-wrap .event-slider .swiper-slide .entry-content .event-content-container-wrap .preview-logo-rest-wrap {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.event-slider-wrap .event-slider .swiper-slide .entry-content .event-content-container-wrap .preview-logo-rest-wrap img {
  max-width: 60px;
  height: auto;
}
.event-slider-wrap .event-slider .swiper-slide .entry-content .event-content-container-wrap .top-content-wrap {
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.event-slider-wrap .event-slider .swiper-slide .entry-content .event-content-container-wrap .top-content-wrap .event-title {
  margin-bottom: 5px;
  cursor: pointer;
}
.event-slider-wrap .event-slider .swiper-slide .entry-content .event-content-container-wrap .top-content-wrap .event-date {
  color: #9AA0A1;
  font-size: 16px;
}
.event-slider-wrap .event-slider .swiper-slide .entry-content .event-content-container-wrap .bottom-content-wrap {
  padding-top: 25px;
  overflow: hidden;
}
.event-slider-wrap .event-slider .swiper-slide .entry-content .event-content-container-wrap .bottom-content-wrap .event-content-wrap {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.event-slider-wrap .event-slider .swiper-slide .entry-content .event-content-container-wrap .bottom-content-wrap .btn-event-btn-wrap {
  cursor: pointer;
  font-size: 12px;
  margin-top: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.event-slider-wrap .event-slider .swiper-slide:hover .event-content-container-wrap {
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(75%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 75%);
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 75%);
}
.event-slider-wrap .event-slider .swiper-slide:hover img.event-preview-img {
  -webkit-transform: scale(1.2) !important;
  -ms-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}
.event-slider-wrap .event-slider .swiper-slide:hover .top-content-wrap {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.event-slider-wrap .event-slider .swiper-slide:hover .bottom-content-wrap .event-content-wrap {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.event-slider-wrap .event-slider .swiper-slide:hover .btn-event-btn-wrap {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.event-slider-wrap .nav-event-slider-wrap {
  position: absolute;
  left: 0;
  top: 50%;
}
.event-slider-wrap .nav-event-slider-wrap svg {
  max-width: 30px;
}
.event-slider-wrap .nav-event-slider-wrap .btn-nav {
  z-index: 2;
  position: relative;
  left: -55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.event-slider-wrap .nav-event-slider-wrap .btn-nav:nth-child(2) {
  display: none;
}
.event-slider-wrap .nav-event-slider-wrap .btn-nav:hover {
  -webkit-transform: translate3d(-5px, -50%, 0);
  transform: translate3d(-5px, -50%, 0);
  opacity: 0.7;
}

.int-section {
  padding-top: 100px;
}
.int-section .int-title-wrap {
  text-align: center;
  padding-top: 15px;
}
.int-section .int-title-wrap .custom-title-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.int-section .int-title-wrap .custom-title-wrap .title {
  margin-bottom: 10px;
}
.int-section .int-title-wrap .custom-title-wrap .back-title {
  top: -95px;
}
.int-section .int-title-wrap .custom-title-wrap .back-title .entry-back-title-wrap {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.interior-slider-wrap {
  margin-top: 55px;
  position: relative;
}
.interior-slider-wrap .interior-slider {
  max-width: 965px;
  margin: 0 auto;
}
.interior-slider-wrap .interior-slider .swiper-slide {
  max-width: 70vw !important;
  position: relative;
}
.interior-slider-wrap .interior-slider .swiper-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.interior-slider-wrap .interior-slider .swiper-slide img {
  max-width: 70vw !important;
}
.interior-slider-wrap .interior-slider .swiper-slide.swiper-slide-active:before {
  background: transparent !important;
}
.interior-slider-wrap .nav-interior-slider-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
  width: 100%;
}
.interior-slider-wrap .nav-interior-slider-wrap .btn-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.interior-slider-wrap .nav-interior-slider-wrap .btn-nav svg {
  max-width: 30px;
}
.interior-slider-wrap .nav-interior-slider-wrap .btn-nav.right-btn-nav {
  right: -15px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.interior-slider-wrap .nav-interior-slider-wrap .btn-nav.right-btn-nav:hover {
  -webkit-transform: translate3d(-5px, -50%, 0);
  transform: translate3d(-5px, -50%, 0);
  opacity: 0.7;
}
.interior-slider-wrap .nav-interior-slider-wrap .btn-nav.left-btn-nav {
  left: -15px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.interior-slider-wrap .nav-interior-slider-wrap .btn-nav.left-btn-nav:hover {
  -webkit-transform: translate3d(5px, -50%, 0);
  transform: translate3d(5px, -50%, 0);
  opacity: 0.7;
}

.contact-section {
  padding-top: 100px;
  margin-bottom: 100px;
}
.contact-section .row .contact-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.contact-section .custom-title-wrap .back-title {
  top: -95px;
}
.contact-section .custom-title-wrap .back-title .entry-back-title-wrap {
  -webkit-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  transform: translateX(-15%);
}
.contact-section .contact-info-wrap .contact-info-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-section .contact-info-wrap .contact-info-item-wrap svg {
  margin-right: 10px;
}
.contact-section .contact-info-wrap .contact-info-item-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.contact-section .contact-info-wrap .contact-info-item-wrap a:hover {
  opacity: 0.7;
  color: #fff;
}
.contact-section .contact-info-wrap .contact-info-item-wrap + .contact-info-item-wrap {
  margin-top: 20px;
}
.contact-section .social-profile-wrap {
  margin-bottom: 30px;
  margin-top: 30px;
}
.contact-section .social-profile-wrap ul {
  padding: 0;
  margin: 0;
}
.contact-section .social-profile-wrap ul li {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}
.contact-section .social-profile-wrap ul li:before {
  display: none !important;
}
.contact-section .social-profile-wrap ul li + li {
  margin-left: 12px;
}
.contact-section .google-map-wrap {
  margin-left: 15px;
}

.custom-title-wrap {
  position: relative;
  margin-bottom: 30px;
}
.custom-title-wrap .back-title {
  position: absolute;
  left: 0;
  top: -45px;
  z-index: -1;
}
.custom-title-wrap .back-title .entry-back-title-wrap {
  font-family: "Forum-Regular";
  font-size: 250px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000000;
  opacity: 0.2;
  white-space: nowrap !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.custom-title-wrap .title {
  font-size: 57px;
  line-height: 70.66px;
}
.custom-title-wrap .title p {
  margin-bottom: 0;
}

.section-content ul {
  padding-left: 65px;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 30px;
  list-style: none;
}
.section-content ul li {
  position: relative;
}
.section-content ul li:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../list-decor.svg") center center;
  background-size: cover !important;
}
.section-content ul li + li {
  margin-top: 15px;
}

.about-us-slogan-wrap, .slogan-wrap {
  font-family: "Gogol Regular";
  font-size: 36px;
  line-height: 43px;
  color: #4F5561;
}

.main-btn-style {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 14px 40px;
  letter-spacing: 0.25em;
}
.main-btn-style .text-hover-span {
  overflow: hidden;
  width: auto;
}
.main-btn-style .text-hover-span span {
  font-size: 14px;
  font-family: "Forum-Regular";
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  width: auto;
  text-align: center;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.main-btn-style .text-hover-span span:before {
  position: absolute;
  width: auto;
  top: 100%;
  left: 0;
  content: attr(data-hover);
}
.main-btn-style:hover {
  color: #000000 !important;
  background: #fff;
}
.main-btn-style:hover .text-hover-span span {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.hidden {
  display: none !important;
}

footer .footer-wrap {
  padding-top: 40px;
  padding-bottom: 30px;
}
footer .header-logotype-wrap {
  opacity: 0;
}
footer .footer-entry-content .footer-row {
  padding-left: 60px;
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
}
footer .footer-entry-content .footer-row .left-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .right-footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
}
footer ul li {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  width: auto !important;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}
footer ul li + li {
  margin-top: 0 !important;
}
footer ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  padding: 0 17.5px;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 14px;
}
footer ul li a:hover {
  opacity: 0.7;
  color: #fff;
}
footer ul li:before {
  display: none !important;
}
footer ul li:last-child a {
  padding-right: 0 !important;
}
footer .footer-phone-container {
  margin-left: 18px;
  overflow: hidden;
}
footer .footer-phone-container a {
  opacity: 0;
  color: #fff;
  font-size: 13px;
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 25px;
}
footer .footer-phone-container a svg {
  max-width: 18px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-right: 15px;
}
footer .footer-phone-container a .text-hover-span {
  overflow: hidden;
  width: auto;
}
footer .footer-phone-container a .text-hover-span span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  width: auto;
  text-align: center;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  letter-spacing: 0.45px;
}
footer .footer-phone-container a .text-hover-span span:before {
  position: absolute;
  width: auto;
  top: 100%;
  left: 0;
  content: attr(data-hover);
}
footer .footer-phone-container a:hover {
  background: #fff;
  color: #000000;
}
footer .footer-phone-container a:hover svg path {
  fill: #13161C;
}
footer .footer-phone-container a:hover .text-hover-span span {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
footer .bottom-footer-row {
  line-height: 1;
  border-top: 1px solid #292E37;
  margin-top: 25px;
  padding-top: 25px;
  padding-left: 60px;
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
}
footer .bottom-footer-row div {
  opacity: 0;
}
footer .bottom-footer-row a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline !important;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer .bottom-footer-row a:hover {
  color: #fff;
  opacity: 0.8;
}

::-moz-selection { /* Code for Firefox */
  color: #000;
  background: #fff;
}

::selection {
  color: #000;
  background: #fff;
}

.text-center {
  text-align: center;
}

@-webkit-keyframes scale {
  50% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup-content-wrap {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
}
.popup-content-wrap .bg-popup-content {
  position: fixed;
  cursor: pointer;
  z-index: 3;
  background: rgba(25, 29, 36, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.popup-content-wrap .slide-popup-wrap {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 4;
  max-width: 600px;
  width: 600px;
  background: #191D24;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
}
.popup-content-wrap .slide-popup-wrap .close-btn {
  position: absolute;
  left: -35px;
  top: 20px;
  cursor: pointer;
}
.popup-content-wrap .slide-popup-wrap .popup-post-wrap {
  height: 100%;
}
.popup-content-wrap .slide-popup-wrap .popup-post-wrap .post-content-wrap {
  display: none;
  height: 100%;
  overflow-y: auto;
}
.popup-content-wrap .slide-popup-wrap .bottom-item-popup-wrap {
  padding: 30px 40px;
}
.popup-content-wrap .slide-popup-wrap .bottom-item-popup-wrap .event-title {
  margin-bottom: 10px;
  font-size: 24px;
}
.popup-content-wrap .slide-popup-wrap .bottom-item-popup-wrap .event-date {
  font-size: 16px;
  color: #9AA0A1;
  margin-bottom: 25px;
}
.popup-content-wrap .slide-popup-wrap .bottom-item-popup-wrap p + p {
  margin-top: 20px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.41);
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.41);
}

.custom-title-wrap .back-title .entry-back-title-wrap {
  overflow: hidden;
}
.custom-title-wrap .back-title .entry-back-title-wrap .letter {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.custom-title-wrap .back-title .entry-back-title-wrap .letter.empty-letter-item {
  margin-right: 40px;
}

.custom-title-wrap .title {
  overflow: hidden;
}
.custom-title-wrap .title p {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.custom-title-wrap .title .split-text p {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.custom-title-wrap .title-text-content p {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  margin-bottom: 0;
}

.about-us-section .row div:nth-child(2) .about-us-text {
  overflow: hidden;
}
.about-us-section .row div:nth-child(2) .about-us-text p {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.custom-content-wrap .dev-text {
  overflow: hidden;
}
.custom-content-wrap .dev-text p {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.del-btn-wrap {
  overflow: hidden;
}
.del-btn-wrap a {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.reveal-text {
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.reveal-text .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.reveal-mask {
  opacity: 0;
  overflow: hidden;
  position: relative;
}
.reveal-mask .outer {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.reveal-mask .inner {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.reveal-mask .inner img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.reveal-container {
  position: relative;
}
.reveal-container .reveal {
  visibility: hidden;
  position: relative;
}

.eve-text-content-wrap .ev-text {
  overflow: hidden;
}
.eve-text-content-wrap .ev-text p {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.contact-info-wrap {
  overflow: hidden;
}
.contact-info-wrap .contact-info-item-wrap {
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.menu-header-content {
  cursor: pointer;
}
.menu-header-content .icon-menu-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-header-content .menu-icon {
  width: 2.5rem;
  height: 2.5rem;
  float: right;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  pointer-events: initial;
}
.menu-header-content .menu-icon .menu-hamburger {
  top: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  pointer-events: none;
}
.menu-header-content .menu-icon .menu-hamburger span {
  background-color: #fff;
  display: block;
  position: absolute;
  height: 0.3125rem;
  width: 0.3125rem;
  border-radius: 0.3125rem;
  opacity: 1;
  top: 0.625rem;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: background-color 0.05s ease-in-out, height 0.2s ease-in-out, width 0.2s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.05s ease-in-out, height 0.2s ease-in-out, width 0.2s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -o-transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, height 0.2s ease-in-out, width 0.2s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out;
  transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, height 0.2s ease-in-out, width 0.2s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out;
  transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, height 0.2s ease-in-out, width 0.2s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.menu-header-content .menu-icon .menu-hamburger span:nth-child(1) {
  left: 0;
}
.menu-header-content .menu-icon .menu-hamburger span:nth-child(2) {
  left: 0.625rem;
}
.menu-header-content .menu-icon .menu-hamburger span:nth-child(3) {
  left: 1.25rem;
}
.menu-header-content .menu-text-content {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  margin: 1.5625rem 0;
  overflow: hidden;
  width: auto;
  padding: 0 0.625rem;
  -webkit-transition: color 0.05s ease-in-out;
  -o-transition: color 0.05s ease-in-out;
  transition: color 0.05s ease-in-out;
}
.menu-header-content .menu-text-content span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  width: auto;
  text-align: center;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.menu-header-content .menu-text-content span:before {
  position: absolute;
  width: auto;
  top: 100%;
  left: 0;
  content: attr(data-hover);
}
.menu-header-content:hover .menu-text-content span {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.tel-phone-mob-wrap {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
  width: 60px;
  height: 60px;
  z-index: 14;
}
.tel-phone-mob-wrap .tel-phone-link {
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 60px;
  height: 60px;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tel-phone-mob-wrap .tel-phone-link i {
  color: #000;
  position: relative;
  font-size: 20px;
  -webkit-animation: ring 2s infinite;
  animation: ring 2s infinite;
}

.mobile-menu-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.mobile-menu-wrap .mobile-menu-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 29, 36, 0.8);
  cursor: pointer;
  opacity: 0;
}
.mobile-menu-wrap .mobile-menu-container {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 4;
  max-width: 300px;
  width: 600px;
  background: #191D24;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
}
.mobile-menu-wrap .mobile-menu-container .close-menu-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -40px;
  top: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.mobile-menu-wrap .mobile-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu-wrap .mobile-menu-container ul li {
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
}
.mobile-menu-wrap .mobile-menu-container ul li a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mobile-menu-wrap .mobile-menu-container ul li a:hover {
  opacity: 0.7;
}
.mobile-menu-wrap .mobile-menu-container ul li + li {
  margin-top: 15px;
}

@-webkit-keyframes ring {
  25% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  75% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes ring {
  25% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  75% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-entry-content .footer-row {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .footer-entry-content .footer-row img {
    max-width: 80%;
  }
  footer .bottom-footer-row {
    padding-right: 15px;
    padding-left: 15px;
  }
  footer .footer-phone-container {
    display: none;
  }
  .tel-phone-mob-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .templines-site-header .header-entry-content .header-row .right-header-wrap .header-phone-container {
    display: none;
  }
  .main-screen-section .main-title {
    font-size: 65px;
    line-height: 75px;
  }
  .button-main-screen-wrap a {
    font-size: 16px;
  }
  .about-us-content-wrap {
    max-width: 100%;
    margin-left: 15px;
  }
  .custom-title-wrap {
    margin-bottom: 25px;
  }
  .custom-title-wrap .back-title .entry-back-title-wrap {
    font-size: 185px;
  }
  .custom-title-wrap .title {
    font-size: 46px;
    line-height: 55.66px;
    margin-bottom: 20px;
  }
  .section-content ul {
    padding-left: 35px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .about-us-slogan-wrap, .slogan-wrap {
    font-size: 30px;
    line-height: 38px;
  }
  .image-container-col {
    margin-bottom: 25px;
  }
  .custom-title-wrap .back-title {
    top: -30px;
  }
  .custom-title-wrap .back-title .entry-back-title-wrap {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .menu-item-slider-wrap .menu-item-wrap .menu-item-content-wrap .top-menu-item-wrap {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .menu-item-slider-wrap .menu-item-wrap .menu-item-content-wrap .bottom-menu-item-wrap ul.menu-item-slide-wrap {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .menu-item-slider-wrap .menu-item-wrap .menu-item-content-wrap .bottom-menu-item-wrap ul.menu-item-slide-wrap li {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    visibility: visible !important;
    font-size: 15px;
  }
  .menu-item-slider-wrap .menu-item-wrap .menu-item-content-wrap .bottom-menu-item-wrap ul.menu-item-slide-wrap li + li {
    margin-top: 5px;
  }
  .deliver-section .row div.content-container-col .deliver-content-wrap {
    margin-left: 0;
  }
  .deliver-section .row div.content-container-col .deliver-content-wrap .custom-title-wrap .back-title {
    top: -73px;
  }
  .deliver-section .row div.content-container-col .del-btn-wrap a {
    font-size: 16px;
  }
  .event-section .slider-container-col {
    margin-top: 25px;
  }
  .event-slider-wrap .nav-event-slider-wrap .btn-nav {
    display: none;
  }
  .event-slider-wrap .event-slider .swiper-slide .entry-content .event-content-container-wrap .top-content-wrap {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .event-slider-wrap .event-slider .swiper-slide .entry-content .event-content-container-wrap .bottom-content-wrap .event-content-wrap {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
  }
  .int-section .int-title-wrap .custom-title-wrap .back-title {
    width: 100%;
  }
  .int-section .int-title-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .int-section .int-title-wrap .custom-title-wrap .back-title {
    top: -79px;
  }
  .interior-slider-wrap .interior-slider .swiper-slide:before {
    display: none !important;
  }
  .map-container-col {
    margin-top: 25px;
  }
  .map-container-col .google-map-wrap {
    margin-left: 0;
    width: 100% !important;
  }
  .map-container-col .google-map-wrap .custom-google-map {
    min-height: 350px !important;
    height: 350px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .contact-section {
    margin-bottom: 60px;
  }
  .contact-section .custom-title-wrap .back-title .entry-back-title-wrap {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .contact-section .custom-title-wrap .back-title {
    top: -60px;
  }
  .about-us-content-wrap {
    margin-left: 15px;
  }
  .about-us-content-wrap .custom-title-wrap .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-us-content-wrap .custom-title-wrap .title div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .about-us-content-wrap .custom-title-wrap .title div + div {
    margin-left: 20px;
  }
}
.menu-item-slider-wrap .menu-item-wrap .menu-item-image-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
.menu-item-slider-wrap .menu-item-wrap .rest-item-content-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.menu-item-slider-wrap .menu-item-wrap .rest-item-content-wrap .font-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.menu-item-slider-wrap .menu-item-wrap .rest-item-content-wrap .font-content .logotype-font-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-item-slider-wrap .menu-item-wrap .rest-item-content-wrap .font-content .logotype-font-wrap img {
  max-width: 113px;
  height: auto;
}
.menu-item-slider-wrap .menu-item-wrap .rest-item-content-wrap .back-content {
  padding: 20px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.menu-item-slider-wrap .menu-item-wrap .rest-item-content-wrap .back-content .logotype-back-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}
.menu-item-slider-wrap .menu-item-wrap .rest-item-content-wrap .back-content .logotype-back-wrap img {
  max-width: 113px;
  height: auto;
}
.menu-item-slider-wrap .menu-item-wrap .rest-item-content-wrap .back-content .rest-title-wrap .rest-title {
  margin-bottom: 10px;
}
.menu-item-slider-wrap .menu-item-wrap .rest-item-content-wrap .back-content .rest-content-wrap {
  margin-bottom: 35px;
  font-size: 15px;
}
.menu-item-slider-wrap .menu-item-wrap .rest-item-content-wrap .coming-soon-content {
  padding: 35px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-item-slider-wrap .menu-item-wrap .rest-item-content-wrap .coming-soon-content .logotype-back-wrap {
  margin-bottom: 20px;
  position: absolute;
  top: 35px;
}
.menu-item-slider-wrap .menu-item-wrap .rest-item-content-wrap .coming-soon-content .logotype-back-wrap img {
  max-width: 113px;
  height: auto;
}
.menu-item-slider-wrap .menu-item-wrap .rest-item-content-wrap .coming-soon-content .rest-title-coming-soon-wrap {
  padding-top: 130px;
}
.menu-item-slider-wrap .menu-item-wrap .rest-item-content-wrap .coming-soon-content .rest-title-coming-soon-wrap .rest-title {
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 1.2;
  text-align: center;
}
.menu-item-slider-wrap .menu-item-wrap .rest-item-content-wrap .coming-soon-content .rest-content-coming-soon-wrap {
  font-size: 15px;
}
.menu-item-slider-wrap .menu-item-wrap .rest-item-content-wrap:hover .font-content {
  opacity: 0;
  visibility: hidden;
}
.menu-item-slider-wrap .menu-item-wrap .rest-item-content-wrap:hover .back-content {
  opacity: 1;
  visibility: visible;
}

.arrow-slider--wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.arrow-slider--wrap .prev-arrow-wrap span, .arrow-slider--wrap .next-arrow-wrap span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0.7;
}
.arrow-slider--wrap .prev-arrow-wrap span:hover {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}
.arrow-slider--wrap .next-arrow-wrap span:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.arrow-slider--wrap .line-decor {
  background: #3A404B;
  height: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 100px;
  margin-right: 100px;
}

.breadcrumbs {
  color: #9AA0A1;
  margin-bottom: 10px;
}
.breadcrumbs a {
  color: #fff;
}
.breadcrumbs a:hover {
  opacity: 0.7;
}
.breadcrumbs .breadcrumbs-delimiter {
  margin-left: 10px;
  margin-right: 10px;
}

.header-vacancy-wrap .vacancy-title {
  font-size: 64px;
  line-height: 61px;
  margin-bottom: 0;
}

.vacancy-items-container {
  margin-bottom: 80px;
  margin-top: 80px;
}

.vacancy-items-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.vacancy-items-wrap .vacancy-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px;
  gap: 32px;
  border: 1px solid #2D323C;
}
.vacancy-items-wrap .vacancy-item .vacancy-item-title {
  margin-bottom: 20px;
  font-size: 33px;
  line-height: 38px;
}
.vacancy-items-wrap .vacancy-item .vacancy-item-info {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.vacancy-items-wrap .vacancy-item .vacancy-item-info .vacancy-info {
  padding: 4px 12px;
  background: #2D323C;
}
.vacancy-items-wrap .vacancy-item .vacancy-item-text-content {
  margin-bottom: 25px;
}
.vacancy-items-wrap .vacancy-item .main-btn-style {
  cursor: pointer;
}

.vacancy-popup {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
}
.vacancy-popup .bg-popup-content {
  position: fixed;
  cursor: pointer;
  z-index: 3;
  background: rgba(25, 29, 36, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.vacancy-popup .slide-vacancy-popup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 4;
  max-width: 600px;
  width: 600px;
  background: #191D24;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
.vacancy-popup .slide-vacancy-popup-wrap .close-btn {
  position: absolute;
  left: -35px;
  top: 20px;
  cursor: pointer;
}
.vacancy-popup .slide-vacancy-popup-wrap .vacancy-popup-post-wrap {
  height: 100%;
  overflow-y: auto;
}
.vacancy-popup .slide-vacancy-popup-wrap .vacancy-entry-content {
  padding: 30px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vacancy-popup .slide-vacancy-popup-wrap .vacancy-entry-content .vacancy-popup-title {
  font-size: 38px;
  line-height: 24px;
  margin-bottom: 20px;
}
.vacancy-popup .slide-vacancy-popup-wrap .vacancy-entry-content .date-content {
  font-size: 18px;
  line-height: 24px;
  color: #9AA0A1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #2D323C;
}
.vacancy-popup .slide-vacancy-popup-wrap .vacancy-entry-content .vacancy-item-info {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.vacancy-popup .slide-vacancy-popup-wrap .vacancy-entry-content .vacancy-item-info .vacancy-info {
  padding: 4px 12px;
  background: #2D323C;
}
.vacancy-popup .slide-vacancy-popup-wrap .vacancy-entry-content .vacancy-item-text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vacancy-popup .slide-vacancy-popup-wrap .vacancy-entry-content strong {
  font-family: "TTNorms-Regular";
  color: #fff;
}

.rest-title-wrap {
  text-align: center;
}
.rest-title-wrap .back-title {
  left: 50%;
  top: -90px;
}

.int-restaurant-gallery-section {
  position: relative;
  z-index: 0;
}
.int-restaurant-gallery-section:before {
  content: "";
  background: #191D24;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gallery-image-item .gallery-item-image-wrap {
  margin-top: 24px;
  position: relative;
  overflow: hidden;
}
.gallery-image-item .gallery-item-image-wrap .gallery-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.gallery-image-item .gallery-item-image-wrap .gallery-mask a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gallery-image-item .gallery-item-image-wrap img {
  width: 100%;
}
.gallery-image-item .gallery-item-image-wrap:hover .gallery-mask {
  opacity: 1;
  visibility: visible;
}

.gallery-btn-wrap {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-rest-section .text-container-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-rest-section .text-container-col .rest-menu-btn-wrap {
  margin-top: 35px;
}

.home-page-del-column-text .custom-content-wrap ul {
  margin-bottom: 10px;
}
.home-page-del-column-text .before-phone-number-text {
  opacity: 0;
}
.home-page-del-column-text .before-phone-number-text a {
  font-family: "TTNorms-Regular";
  margin-left: 6px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.home-page-del-column-text .before-phone-number-text a:hover {
  color: #fff;
  opacity: 0.7;
}

.social-item-container a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-item-container a svg {
  max-width: 17px !important;
  height: auto;
  width: 100%;
}
.social-item-container a svg path {
  fill: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.social-item-container a:hover svg path {
  fill: rgb(255, 255, 255);
}

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

==  max-width 992px Desktop

-------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  .main-site-nav {
    display: none !important;
  }
  .menu-header-content {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/*-------------------------------------------------------------------

min-width 768px mobile big

-------------------------------------------------------------------*/
@media (max-width: 768px) {
  .page-template-template-restaurant .menu-rest-section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .page-template-template-restaurant .menu-rest-section .row .image-container-col {
    margin-bottom: 20px;
  }
  .button-main-screen-wrap a {
    padding: 17px 38px;
  }
  .event-slider-wrap .event-slider .swiper-slide .entry-content .event-content-container-wrap .bottom-content-wrap .btn-event-btn-wrap {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .deliver-section .main-btn-style .text-hover-span span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .deliver-section .main-btn-style .text-hover-span span:before {
    display: none !important;
  }
  .templines-site-header.fixed-nav-wrapper .header-logotype-image-light {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .menu-header-content .menu-text-content {
    margin: 0.5rem 0 !important;
  }
  .templines-site-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-screen-section .main-title {
    font-size: 40px;
    line-height: 50px;
  }
  .button-main-screen-wrap a {
    font-size: 15px;
  }
  .about-us-content-wrap .custom-title-wrap .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-us-content-wrap .custom-title-wrap .title div {
    width: 100%;
  }
  .about-us-content-wrap .custom-title-wrap .title div + div {
    margin-left: 0;
  }
  .about-us-content-wrap {
    margin-left: 0 !important;
  }
  .custom-title-wrap .back-title .entry-back-title-wrap {
    display: none;
  }
  .swiper-slide img {
    max-width: 100%;
  }
  .menu-item-slider-wrap {
    overflow: hidden;
  }
  .menu-btn-wrap a {
    font-size: 14px;
  }
  .event-slider-wrap .event-slider .swiper-slide {
    min-width: 100% !important;
    width: 100% !important;
  }
  .popup-content-wrap .slide-popup-wrap {
    max-width: 330px;
    width: 330px;
  }
  .int-section .int-title-wrap {
    padding-top: 0;
  }
  .int-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .event-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .menu-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .interior-slider-wrap .interior-slider .swiper-slide {
    max-width: 100% !important;
  }
  .interior-slider-wrap .interior-slider .swiper-slide img {
    max-width: 100% !important;
  }
  .interior-slider-wrap .interior-slider {
    overflow: hidden;
  }
  .interior-slider-wrap .nav-interior-slider-wrap .btn-nav.left-btn-nav {
    left: 15px;
  }
  .interior-slider-wrap .nav-interior-slider-wrap .btn-nav.right-btn-nav {
    right: 15px;
  }
  .custom-title-wrap .title {
    font-size: 40px;
    line-height: 45.66px;
  }
  .menu-item-slider-wrap .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .menu-section .arrow-slider--wrap {
    display: none;
  }
  .menu-item-slider-wrap .menu-item-wrap .rest-item-content-wrap .font-content {
    opacity: 0;
    visibility: hidden;
  }
  .menu-item-slider-wrap .menu-item-wrap .rest-item-content-wrap .back-content {
    opacity: 1;
    visibility: visible;
  }
  .menu-item-slider-wrap .menu-item-wrap .rest-item-content-wrap .coming-soon-content .rest-title-coming-soon-wrap {
    padding-top: 55px;
  }
  .menu-item-slider-wrap .menu-item-wrap .rest-item-content-wrap .back-content .logotype-back-wrap img {
    max-width: 80px;
  }
  .event-slider-wrap .event-slider .swiper-slide .event-content-container-wrap {
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(75%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 75%);
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 75%);
  }
  .event-slider-wrap .event-slider .swiper-slide img.event-preview-img {
    -webkit-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
  }
  .vacancy-items-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .vacancy-items-container .vacancy-items-wrap {
    -ms-grid-columns: (1fr)[1] !important;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .vacancy-items-wrap .vacancy-item .vacancy-item-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vacancy-popup .slide-vacancy-popup-wrap {
    max-width: calc(100% - 40px);
  }
  .vacancy-popup .slide-vacancy-popup-wrap .vacancy-entry-content .vacancy-popup-title {
    font-size: 27px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .vacancy-popup .slide-vacancy-popup-wrap .vacancy-entry-content {
    padding: 20px;
    font-size: 15px;
  }
  .vacancy-popup .slide-vacancy-popup-wrap .vacancy-entry-content .vacancy-item-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vacancy-popup .slide-vacancy-popup-wrap .vacancy-entry-content .date-content {
    font-size: 15px;
  }
  .event-slider-wrap .event-slider .swiper-slide .event-content-container-wrap {
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(75%, rgba(0, 0, 0, 0))) !important;
    background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 75%) !important;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 75%) !important;
  }
  .interior-slider-wrap .nav-interior-slider-wrap {
    display: none !important;
  }
}
/*-------------------------------------------------------------------

==  max-width 570px mobile small

-------------------------------------------------------------------*/
.custom-title-wrap {
  position: relative;
  z-index: -1;
}
.custom-title-wrap .back-title {
  z-index: 1;
}
.custom-title-wrap .title {
  position: relative;
  z-index: 2;
}
