@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@font-face {
  font-family: "Cygre";
  src: url("../fonts/cygre-light.eot");
  src: url("../fonts/cygre-light.eot") format("embedded-opentype"), url("../fonts/cygre-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Cygre";
  src: url("../fonts/cygre-lightit.eot");
  src: url("../fonts/cygre-lightit.eot") format("embedded-opentype"), url("../fonts/cygre-lightit.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Cygre";
  src: url("../fonts/cygre-regular.eot");
  src: url("../fonts/cygre-regular.eot") format("embedded-opentype"), url("../fonts/cygre-regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Cygre";
  src: url("../fonts/cygre-regularit.eot");
  src: url("../fonts/cygre-regularit.eot") format("embedded-opentype"), url("../fonts/cygre-regularit.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Cygre";
  src: url("../fonts/cygre-bold.eot");
  src: url("../fonts/cygre-bold.eot") format("embedded-opentype"), url("../fonts/cygre-bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Cygre";
  src: url("../fonts/cygre-boldit.eot");
  src: url("../fonts/cygre-boldit.eot") format("embedded-opentype"), url("../fonts/cygre-boldit.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Cygre";
  src: url("../fonts/cygre-medium.eot");
  src: url("../fonts/cygre-medium.eot") format("embedded-opentype"), url("../fonts/cygre-medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Cygre";
  src: url("../fonts/cygre-mediumit.eot");
  src: url("../fonts/cygre-mediumit.eot") format("embedded-opentype"), url("../fonts/cygre-mediumit.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
/*Mixins*/
.mb-5px {
  margin-bottom: 5px !important;
}

.mb-10px {
  margin-bottom: 10px !important;
}

.mb-15px {
  margin-bottom: 15px !important;
}

.mb-20px {
  margin-bottom: 20px !important;
}

.mb-25px {
  margin-bottom: 25px !important;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.mb-35px {
  margin-bottom: 35px !important;
}

.mb-40px {
  margin-bottom: 40px !important;
}

.mb-45px {
  margin-bottom: 45px !important;
}

.mb-50px {
  margin-bottom: 50px !important;
}

.mb-60px {
  margin-bottom: 60px !important;
}

.mb-65px {
  margin-bottom: 65px !important;
}

.mb-70px {
  margin-bottom: 70px !important;
}

.mb-75px {
  margin-bottom: 75px !important;
}

.mb-80px {
  margin-bottom: 80px !important;
}

.mb-85px {
  margin-bottom: 85px !important;
}

.mb-90px {
  margin-bottom: 90px !important;
}

.mb-95px {
  margin-bottom: 95px !important;
}

.mb-100px {
  margin-bottom: 100px !important;
}

.bt .custom-module__title:after, .bt .custom-module__title:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

html {
  overflow-x: hidden;
  font-size: 14px;
  min-height: 100%;
}

body {
  overflow: hidden;
  font: 14px "Cygre", sans-serif;
  line-height: 1.4 !important;
  width: 100%;
  font-weight: 400;
  background: #F4F5F0;
}

a:hover, a:focus, .btn:hover, .btn:focus {
  outline: none !important;
  text-decoration: none !important;
}

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

/*CSS*/
a {
  text-decoration: none;
  color: #383D2A;
  border-bottom: 1px solid #383D2A;
}
a.silver {
  color: #5c6c79;
}
a.brown {
  color: #866256;
}
a.white {
  color: #fff;
}
a:hover, a:focus {
  text-decoration: none;
  color: #383D2A;
  opacity: 1;
  border-color: transparent;
}

h1, .h1 {
  margin: 0px 0 21px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 300;
  font-size: 72;
  line-height: 110%;
  color: #fff;
  text-transform: uppercase;
}

h2, .h2 {
  margin: 0px 0 8px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 28;
  line-height: 1.2;
  color: #A8A29E;
}

h3, .h3 {
  margin: 0px 0 8px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 24;
  line-height: 1.2;
  color: #A8A29E;
}

h4, .h4 {
  margin: 0px 0 30px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 20;
  color: #A8A29E;
  line-height: 1.2;
}

h5, .h5 {
  margin: 0px 0 20px;
  font-family: "Cygre", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}

h6, .h6 {
  margin: 0px 0 20px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.2;
  background: linear-gradient(180deg, #FFDE98 0%, #A08958 100%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
h6 span, .h6 span {
  -webkit-text-fill-color: initial;
}

p {
  font-family: "Cygre", sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 25px;
  color: #000;
}
p.white {
  color: #fff;
}

.fs-16px {
  font-size: 16px;
}

.fs-18px {
  font-size: 18px;
}

.fs-20px {
  font-size: 20px;
}

.fs-24px {
  font-size: 24px;
}

hr {
  margin-bottom: 20px;
  margin-top: 20px;
  border-color: rgba(255, 255, 255, 0.2);
}

ul {
  list-style: disc;
  margin-bottom: 40px;
  padding-left: 20px;
}
ul li {
  line-height: 1.2;
  padding-left: 0px;
  font-family: "Cygre", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #000;
}

ul.list-unstyled, ul.menu {
  list-style: none !important;
  padding-left: 0;
}
ul.list-unstyled li, ul.menu li {
  padding-left: 0 !important;
  background: none !important;
}

ol {
  padding-left: 17px;
}
ol li {
  font-family: "Cygre", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ccc;
}
ol li strong {
  font-family: "Cygre", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ccc;
}

.btn-default {
  background: transparent;
  border-radius: 0px;
  font-family: "Cygre", sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 15px 50px 15px;
  color: #fff;
  position: relative;
  border: 3px solid #fff;
}
.btn-default:hover, .btn-default:focus {
  opacity: 0.5;
  color: #fff;
  border: 3px solid #fff;
}

.btn-primary {
  font-family: "Cygre", sans-serif;
  font-weight: 900;
  font-size: 12px;
  border-radius: 4px;
  line-height: 1.5;
  text-decoration: none;
  border: 0;
  display: inline-block;
  color: #8f98a6;
  padding: 12px 60px 12px;
  white-space: normal;
  text-transform: uppercase;
}
.btn-primary:disabled {
  color: #8f98a6;
  background: #ccc;
}
.btn-primary:hover, .btn-primary:focus {
  color: #8f98a6;
  text-decoration: none;
  background: #e7ecf2;
}

.btn-primary {
  background: transparent;
  border-radius: 0px;
  font-family: "Cygre", sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 10px 50px 10px;
  color: #00193C;
  position: relative;
  border: 3px solid #00193C;
}
.btn-primary:hover, .btn-primary:focus {
  opacity: 0.5;
  color: #00193C;
  border: 3px solid #00193C;
}

.btn-lg {
  font-size: 22px !important;
  line-height: 25px !important;
  padding: 14px 25px 10px;
}

.mw-90 {
  max-width: 90px;
}

.mw-150 {
  max-width: 150px;
}

.mb-130px {
  margin-bottom: 130px;
}

.disp-no {
  display: none;
}

.title-block {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 50;
  color: #fff;
  line-height: 3.6rem;
  margin-bottom: 50px;
}

.block-title {
  font-family: "Cygre", sans-serif;
  font-weight: 300;
  font-size: 45px;
  color: #00193C;
  text-align: center;
  margin-bottom: 40px;
}
.block-subtitle {
  font-family: "Cygre", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  margin-bottom: 50px;
}

.breadcrumbs-dot {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.breadcrumbs-dot:before {
  content: "";
  position: absolute;
  top: -7px;
  left: -3px;
  width: 5px;
  height: 5px;
  background-color: #A8A29E;
  border-radius: 50%;
}

.fancybox-skin {
  background: transparent !important;
  box-shadow: none !important;
}
.fancybox-skin .bottom-block {
  padding: 50px;
  max-width: 640px;
  background-color: #C43539;
  border-radius: 24px;
}
.fancybox-skin .bottom-block__text {
  font-size: 48px;
  margin-bottom: 48px;
  line-height: 120%;
}

.fancybox-close {
  background-size: cover;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border: 0;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1320px;
  }
}
#footer {
  background-color: #383D2A;
  padding: 100px 0 38px 0;
}

.footer-logo {
  margin-bottom: 100px;
}

.footer-address {
  margin-bottom: 48px;
}
.footer-address__name {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
  line-height: 120%;
}
.footer-address__address {
  font-family: "Playfair Display", sans-serif;
  font-weight: 100;
  font-size: 23px;
  color: #fff;
  font-style: italic;
  margin-bottom: 17px;
  line-height: 120%;
}
.footer-address__social {
  display: flex;
  gap: 30px;
}
.footer-address__social-link {
  color: #fff;
  font-family: "Cygre", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.footer-address__social-link img {
  margin-right: 10px;
}
.footer-address__social-link:hover, .footer-address__social-link:focus {
  opacity: 0.8;
  color: #fff;
}

.footer-title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 120%;
}

.footer-delivery {
  margin-bottom: 90px;
}
.footer-delivery__list {
  display: flex;
  gap: 30px;
}
.footer-delivery__list a {
  display: inline-block;
  max-width: 116px;
}

.footer-middle {
  margin-bottom: 200px;
}

.footer-middle__socials-list {
  display: flex;
  gap: 30px;
}

.copyright p {
  color: #fff;
  font-family: "Cygre", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.copyright p a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.copyright p a:hover, .copyright p a:focus {
  border-color: transparent;
}

.footer-bottom__made {
  font-family: "Cygre", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
.footer-bottom__made a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.footer-bottom__made a:hover, .footer-bottom__made a:focus {
  border-color: transparent;
}

#header {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 53px;
  padding-bottom: 40px;
}
#header a {
  border-bottom: 0;
}

.mobile-menu {
  position: absolute;
  left: -9999px;
  transition: all 1s ease-in-out;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  padding-bottom: 30px;
}
.mobile-menu.active {
  left: 0;
  transition: all 1s ease-in-out;
}

.header-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.header-title__container {
  background-color: #383D2A;
  width: 100%;
  padding: 25px 50px;
}
.header-title__container h1 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #fff;
  margin-bottom: 0;
}
.header-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.header-top__white {
  width: 40%;
}
.header-top__image {
  width: 70%;
  text-align: left;
  position: relative;
}
.header-top__image img {
  width: 100%;
}
.header-address ul li a {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #1D1D1D;
  text-transform: uppercase;
}
.header-text {
  border: 1px solid #E57D37;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 25px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #E57D37;
}
.header-text span {
  font-style: italic;
}
.header-menu ul li a {
  border-bottom: 0;
  font-family: "Cygre", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #383D2A;
}
.header-menu ul li a:hover, .header-menu ul li a:focus {
  opacity: 0.6;
}

.custom-module {
  padding: 50px 0;
}
.custom-module__menu-files {
  text-align: center;
  margin-top: 100px;
}
.custom-module__menu-file-title {
  text-align: left;
  color: #383D2A;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  border: 0;
}
.custom-module__menu-file-title span {
  display: block;
  font-size: 20px;
  font-style: italic;
  text-transform: none;
  color: #6B6C31;
}
.custom-module__menu-list {
  border: 3px solid #fff;
  padding: 27px 50px;
  display: inline-flex;
  gap: 136px;
  align-items: center;
}
.custom-module__menu-content-title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 23px;
  color: #6B6C31;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.custom-module__menu-content-text p {
  font-style: italic;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-family: "Playfair Display", sans-serif !important;
}
.custom-module__menu-title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #383D2A;
}
.custom-module__menu-subtitle {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #6B6C31;
  font-style: italic;
}
.custom-module__np-location {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #383D2A;
  font-style: italic;
  margin-bottom: 42px;
}
.custom-module__np-subtitle {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #6B6C31;
  font-style: italic;
}
.custom-module__np-title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #383D2A;
  margin-bottom: 40px;
}
.custom-module__np-text {
  margin-bottom: 40px;
}
.custom-module__np-link {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 30px;
  font-style: italic;
  color: #6B6C31;
  border: 0;
}
.custom-module__bottom {
  display: flex;
  border-bottom: 0;
  justify-content: end;
  align-items: center;
  text-align: right;
  margin-bottom: 40px;
}
.custom-module__bottom img {
  width: 45px;
  margin-left: 20px;
}
.custom-module__bottom-text {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 21px;
  font-style: italic;
  color: #fff;
}
.custom-module__bottom-text span {
  display: block;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  font-style: normal;
}
.custom-module__link {
  border-bottom: 0;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 30px;
  font-style: italic;
  color: #6B6C31;
}
.custom-module__image {
  border-radius: 25px;
  overflow: hidden;
}
.custom-module__text ul, .custom-module__text ol {
  margin-bottom: 30px;
}
.custom-module__text ul li, .custom-module__text ol li {
  color: #000;
  font-family: "Cygre", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.custom-module__gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.custom-module__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.custom-module__tag {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 8px 20px;
  border-radius: 30px;
  color: #383D2A;
  text-transform: uppercase;
  border: 1px solid #6B6C31;
}
.custom-module.gallery {
  padding: 0 !important;
}
.custom-module.green {
  background-color: #6B6C31;
}
.custom-module.green p, .custom-module.green h2, .custom-module.green h3, .custom-module.green h4, .custom-module.green h5, .custom-module.green ul li, .custom-module.green ol li {
  color: #fff;
}
.custom-module.green .custom-module__tag {
  color: #fff;
  border-color: #fff;
}
.custom-module p {
  font-family: "Cygre", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.custom-module p a {
  color: #6B6C31;
}
.custom-module h2, .custom-module h3, .custom-module h4, .custom-module h5 {
  color: #6B6C31;
  margin-bottom: 30px;
}

.custom-slider__image {
  border-radius: 25px;
  overflow: hidden;
}
.custom-slider .owl-dots {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
  gap: 27px;
}
.custom-slider .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #6B6C31;
}
.custom-slider .owl-dot.active {
  background-color: #6B6C31;
  border-color: #fff;
}

.about-title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #fff;
}

.about-subtitle {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  font-style: italic;
  margin-bottom: 40px;
}

.in-food {
  padding-top: 100px;
  padding-bottom: 120px;
}

.white-module__subtitle {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #383D2A;
  margin-bottom: 20px;
}
.white-module__title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #6B6C31;
  margin-bottom: 50px;
}
.white-module__text {
  margin-bottom: 35px;
}
.white-module__tags .custom-module__tag {
  display: inline-block;
  margin-bottom: 30px;
}

.ta-title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #6B6C31;
  margin-bottom: 40px;
}
.ta-title span {
  display: block;
  font-size: 22px;
  font-style: italic;
}

.ta-images {
  display: flex;
  gap: 50px;
}
.ta-images img {
  max-width: 150px;
}

.ta-image {
  border-bottom: 0;
}

.slider-navs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.slider-next, .slider-prev {
  font-size: 40px;
  color: #383D2A;
  line-height: 40px;
}

.venues {
  padding: 100px 0;
}
.venues-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.venues-flex__bottom {
  margin-bottom: 100px;
}
.venues .custom-module__title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #383D2A;
  margin-top: 50px;
}
.venues .custom-module__subtitle {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #6B6C31;
  font-style: italic;
}

.custom-module.gr .custom-module__title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #fff;
  font-style: normal;
}
.custom-module.gr .custom-module__subtitle {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  font-style: italic;
  margin-bottom: 40px;
}
.custom-module.gr .custom-module__link {
  color: #fff;
}
.custom-module__lb {
  display: flex;
  gap: 30px;
}
.custom-module__lb, .custom-module__link {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 21px;
  font-style: italic;
  color: #6B6C31;
  position: relative;
}
.custom-module__lb:first-child::after, .custom-module__link:first-child::after {
  content: "|";
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  color: #D4D4D4;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 21px;
}
.custom-module__venue {
  text-align: left;
}
.custom-module__venue-image {
  margin-bottom: 20px;
  border-radius: 25px;
  overflow: hidden;
}
.custom-module__venue-title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #383D2A;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.custom-module.pr .custom-module__title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #383D2A;
  font-style: normal;
}
.custom-module.pr .custom-module__subtitle {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #6B6C31;
  font-style: italic;
  margin-bottom: 40px;
}

.info-text {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6B6B6B;
  font-style: italic;
}

.gallery .custom-module__title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #383D2A;
  margin-bottom: 20px;
}

.bt {
  margin-bottom: 30px;
}
.bt .custom-module {
  padding: 50px 0;
}
.bt .custom-module__title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #6B6C31;
  text-align: center;
  font-style: italic;
}
.bt .custom-module__title:before {
  content: "";
  position: absolute;
  text-align: center;
  top: -34px;
  left: 50%;
  width: 98px;
  height: 8px;
  background-image: url("../images/dots.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.bt .custom-module__title:after {
  content: "";
  position: absolute;
  text-align: center;
  bottom: -34px;
  left: 50%;
  width: 98px;
  height: 8px;
  background-image: url("../images/dots.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}