@font-face {
  font-family: "Matias";
  src: url("../../includes/fonts/Matias.eot");
  src: url("../../includes/fonts/Matias.eot?#iefix") format("embedded-opentype"), url("../../includes/fonts/Matias.woff2") format("woff2"), url("../../includes/fonts/Matias.woff") format("woff"), url("../../includes/fonts/Matias.ttf") format("truetype"), url("../../includes/fonts/Matias.svg#Matias") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TT Limes Slab";
  src: url("../../includes/fonts/TTLimesSlab-Regular.eot");
  src: url("../../includes/fonts/TTLimesSlab-Regular.eot?#iefix") format("embedded-opentype"), url("../../includes/fonts/TTLimesSlab-Regular.woff2") format("woff2"), url("../../includes/fonts/TTLimesSlab-Regular.woff") format("woff"), url("../../includes/fonts/TTLimesSlab-Regular.ttf") format("truetype"), url("../../includes/fonts/TTLimesSlab-Regular.svg#TTLimesSlab-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Matias", "Open Sans", Arial, sans-serif;
  font-size: 18px;
  color: #808080;
  margin: auto;
}

a {
  color: #1d8d93;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #f47149;
  text-decoration: underline;
}
a:focus {
  outline: none;
}

a.side {
  color: #555;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a:hover.side {
  color: #f6a504;
  text-decoration: underline;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e5fafb;
  padding: 0;
}

h2 {
  font-size: 1.5em;
  color: #414141;
  margin-top: 40px;
  margin-bottom: 30px;
}
h2.tooled {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  color: #555;
  margin-bottom: 10px;
}

div {
  font-family: inherit;
  font-size: inherit;
}

pre {
  font-family: inherit;
  font-size: 11px;
}

img {
  border: none;
}

/* Adminpanel */
.adminpanel {
  background: #555;
  color: #ccc;
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
}
.adminpanel span {
  display: none;
}
.adminpanel a {
  font-size: 16px;
  width: 40px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d6dfe2;
}
.adminpanel a:hover {
  color: #fff;
  text-decoration: none;
}

.form-signin-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  background: url(../../images/login-bg.svg) center center no-repeat, #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.signup-form {
  background-color: #fff;
  width: 350px;
  max-width: 100%;
  margin: 0 5px;
  padding: 40px;
  border-radius: 5px;
}

.form-signin-desc a:not(.btn) {
  color: #0062cc;
}

.form-signin-desc a:not(.btn):hover {
  color: #157ae6;
}

.form-signin {
  max-width: 100%;
  width: 350px;
  padding: 15px;
  margin: 100px auto 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin-logo img {
  margin: 0 auto;
  margin-bottom: 40px;
}

.form-signin-desc {
  text-align: center;
  margin-top: 20px;
}

.squeez {
  max-width: 1280px;
  margin: 0 auto;
}

/* Attention messages properties */
.admin-message {
  font-size: 12px;
  color: #006699;
  background: #e8eef1 url(images/icons/get_info.png) 0.8em 0.5em no-repeat;
  border-top: 2px solid #1380b1;
  border-bottom: 2px solid #1380b1;
  padding: 15px 0 15px 50px;
  margin-bottom: 10px;
}

.noscript-message {
  font-size: 12px;
  color: #c54343;
  background: #f6b9b9 url(images/icons/info.png) 0.8em 0.5em no-repeat;
  border-top: 2px solid #c54343;
  border-bottom: 2px solid #c54343;
  padding: 15px 0 15px 50px;
  margin-bottom: 10px;
}

.nocomments-message {
  font-size: 12px;
  color: #555;
  background: #fff url(images/icons/get_info.png) 0.8em 0.5em no-repeat;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 15px 0 15px 50px;
}

/* Form element properties */
form {
  margin: 0px;
}

.form-control {
  border-radius: 0px;
}

.breadcrumbs {
  font-size: 16px;
  color: #b3b3b3;
  margin-bottom: 15px;
}

.breadcrumbs a {
  color: #b3b3b3;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #0dced5;
  text-decoration: none;
}

.breadcrumbs span {
  margin: 0 10px;
}

.button {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1em;
  padding: 14px 25px 12px;
  min-width: 215px;
  text-align: center;
  background-color: transparent;
  box-shadow: none;
  backface-visibility: hidden;
  color: inherit;
  border-radius: 13px;
  border: 1px solid;
  cursor: pointer;
  transition: 0.2s;
}
.button:hover {
  text-decoration: none;
}
.button:focus {
  outline: none;
}
.button.primary {
  background: #0dced5;
  color: #fff;
  border: none;
}
.button.primary:hover {
  color: #1d8d93;
  background-color: #e5fafb;
}
.button.primary.iconed {
  background-color: #e5fafb;
  border-color: #e5fafb;
  color: #1d8d93;
}
.button.primary.iconed:after {
  background-color: #1d8d93;
  color: #fff;
}
.button.primary.iconed:hover:after {
  background-color: #f47149;
}
.button.danger {
  background-color: rgba(245, 53, 62, 0.9882352941);
  border-color: rgba(245, 53, 62, 0.9882352941);
  color: #fff;
}
.button.danger:hover {
  border-color: rgba(206, 39, 48, 0.9882352941);
  background-color: rgba(255, 155, 160, 0.9882352941);
  color: rgba(206, 39, 48, 0.9882352941);
}
.button.danger.iconed {
  background-color: #fff;
  border-color: rgba(255, 155, 160, 0.9882352941);
  color: rgba(206, 39, 48, 0.9882352941);
}
.button.danger.iconed:after {
  background-color: rgba(245, 53, 62, 0.9882352941);
  color: #fff;
}
.button.danger.iconed:hover {
  background-color: rgba(255, 155, 160, 0.9882352941);
}
.button.danger.iconed:hover:after {
  background-color: rgba(206, 39, 48, 0.9882352941);
}
.button.light {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}
.button.light:hover {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}
.button.light.iconed:after {
  background-color: #fff;
  color: #e95122;
}
.button.light.iconed:hover:after {
  background-color: #f47149;
  color: #fff;
}
.button.common {
  color: #fff;
  background-color: #e95122;
  border: none;
}
.button.common:hover {
  background-color: #0dced5;
  border-color: #0dced5;
  color: #fff;
}
.button.common.iconed {
  background-color: transparent;
  border-color: transparent;
  color: #e95122;
}
.button.common.iconed:after {
  background-color: #f47149;
  color: #fff;
}
.button.common.iconed:hover {
  color: #b83b14;
}
.button.common.iconed:hover:after {
  background-color: #e95122;
  color: #fff;
}
.button.iconed {
  position: relative;
  min-width: 0;
  padding: 7px 42px 7px 16px;
  font-size: 18px;
  line-height: 16px;
  border-radius: 16px;
}
.button.iconed:after {
  font-family: "Font Awesome 5 Free";
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  right: -2px;
  transition: 0.2s;
  transform: translateY(-50%);
}
.button.iconed.bookmark:after {
  content: "\f02e";
  font-weight: bold;
}
.button.iconed.filter:after {
  content: "\f0b0";
  font-weight: bold;
}
.button.iconed.disallow:after {
  content: "\f05e";
  font-weight: bold;
}
.button.iconed.processing:after {
  content: "\f110" !important;
  font-weight: bold !important;
  animation: 1s spin linear infinite;
}
.button.iconed.remove:after {
  content: "\f05e";
  font-weight: bold;
}
.button.outline {
  background-color: transparent;
}

@keyframes spin {
  from {
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
.tdn:hover {
  text-decoration: none;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.capmain {
  position: relative;
  text-align: center;
  margin: 40px 0;
}
.capmain h1, .capmain h2, .capmain .title {
  color: #414141;
  font-size: 36px;
  line-height: 1em;
}
.capmain .title2 {
  color: #fff;
  font-size: 36px;
  line-height: 1em;
  margin-top: -10px;
}
.capmain.inherit h1, .capmain.inherit h2, .capmain.inherit .title {
  line-height: 1em;
  margin-bottom: 0;
}
.capmain.inherit .additional {
  font-size: 16px;
  color: #aaaaaa;
}

header.page-header {
  padding: 0px 0 24px;
  position: relative;
}
header.page-header:after {
  content: "";
  height: 23px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../images/header-line.png) center center repeat-x;
}

.iconed-item {
  display: inline-flex;
  align-items: center;
  font-size: 0.88em;
}
.iconed-item:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 6px;
}

.iconed-link {
  display: inline-block;
  color: #fff;
  font-size: 20px;
}
.iconed-link:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.iconed-link.brand:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
}
.iconed-link:hover {
  text-decoration: none;
}
.iconed-link.vk:before {
  content: "\f189";
}
.iconed-link.fb:before {
  content: "\f082";
}
.iconed-link.inst:before {
  content: "\f16d";
}
.iconed-link + .iconed-link {
  margin-left: 15px;
}
.iconed-link.lg {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #b83b14;
}
.iconed-link.lg:hover {
  background-color: #0dced5;
  color: #fff;
}

.nav-links {
  padding: 30px 0;
}
.nav-links .logo {
  margin: 0 10%;
}
.nav-links ul {
  display: flex;
  overflow: hidden;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  color: #414141;
}
.nav-links ul li {
  font-size: 18px;
}
.nav-links ul li + li {
  margin-left: 4%;
}
.nav-links a {
  text-transform: uppercase;
  color: inherit;
}
.nav-links a:hover {
  color: #0dced5;
}
.nav-links .showup {
  display: none;
}

.main-view-wrapper {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.main-view-wrapper .slider-wrapper {
  flex: 0 0 66.953125%;
  width: 66.953125%;
  overflow: hidden;
}
.main-view-wrapper .slider .item {
  display: block !important;
}
.main-view-wrapper .delivery-rest {
  position: relative;
  top: 0;
  bottom: 0;
  flex: 0 0 33.046875%;
  width: 33.046875%;
  padding: 30px 25px 0;
  color: #fff;
  background: url(../../images/delivery-bg.jpg) right center no-repeat, #e95122;
}
.main-view-wrapper .delivery-rest .caption {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 10px;
  font-family: "TT Limes Slab";
}
.main-view-wrapper .delivery-rest .caption.main {
  margin-top: 0;
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 30px;
}
.main-view-wrapper .delivery-rest .desc {
  font-size: 20px;
  line-height: 22px;
}
.main-view-wrapper .delivery-rest .pluses {
  margin: 25px 0;
}
.main-view-wrapper .delivery-rest .pluses .pluses-block {
  display: flex;
  align-items: center;
  line-height: 20px;
  margin: 15px 0;
}
.main-view-wrapper .delivery-rest .pluses .pluses-block .pluses-img {
  position: relative;
  overflow: hidden;
  width: 12.6086956522%;
  flex: 0 0 12.6086956522%;
  margin-right: 0px;
}
.main-view-wrapper .delivery-rest .pluses .pluses-block .pluses-info {
  font-size: 18px;
  line-height: 20px;
}
.slick-dots li {
  width: 20px;
  height: 20px;
  border: 5px solid transparent;
  border-radius: 50%;
  overflow: hidden;
}
.slick-dots li.slick-active {
  border-color: #fff;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}

.grid {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.grid > div { /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  -moz-column-break-inside: avoid;
       break-inside: avoid; /* IE 10+ */
}
.grid > div + div {
  margin-top: 25px;
}

.dp-field {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.dp-field .d-field-value {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  padding-left: 8px;
}
.dp-field .d-field-value:before {
  content: "";
  display: block;
  height: 1em;
  flex: 1 1 auto;
  border-bottom: 1px dotted #aaaaaa;
  margin-bottom: -2px;
}
.dp-field .d-field-value span {
  margin-left: 8px;
}

.amount-toggler {
  overflow: hidden;
  display: flex;
  margin-right: 10px;
}
.amount-toggler button {
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #e95122;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1em;
  color: #e95122;
  transition: 0.2s;
  cursor: pointer;
}
.amount-toggler button:focus {
  outline: none;
}
.amount-toggler button:hover {
  opacity: 0.8;
}
.amount-toggler button::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.amount-toggler button:first-child:before {
  content: "\f309";
}
.amount-toggler button:last-child:before {
  content: "\f30c";
}
.amount-toggler input {
  width: 64px;
  height: 32px;
  font-size: 18px;
  line-height: 1em;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-shadow: none !important;
  background-color: transparent;
  color: #888;
  text-align: center;
}
.amount-toggler input:focus {
  color: #808080;
  outline: none;
}

.menu-nav-wrapper {
  position: relative;
  text-align: right;
  margin-bottom: 20px;
}

nav.menu-nav-inner-links {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background: #fff;
  opacity: 0;
  height: 0;
}
nav.menu-nav-inner-links .item {
  display: inline-flex;
  align-items: center;
  color: inherit;
  margin-right: 8px;
  margin-bottom: 10px;
  border: 1px solid #0dced5;
}
nav.menu-nav-inner-links .item:hover {
  text-decoration: none;
  color: #f47149;
}
nav.menu-nav-inner-links .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0dced5;
  width: 38px;
  flex: 0 0 38px;
  height: 38px;
  padding: 3px;
}
nav.menu-nav-inner-links .item .icon img {
  max-width: 100%;
  max-height: 100%;
}
nav.menu-nav-inner-links .item .title {
  padding: 0 10px;
}
nav.menu-nav-inner-links.shown {
  height: auto;
  opacity: 1;
  transition: opacity 0.4s;
  transition-delay: left 0.4s;
}

.good-modal-window {
  width: 800px;
}

.share-block {
  display: flex;
  align-items: center;
  border: 1px solid #dddddd;
  background-color: #fff;
  margin-bottom: -63px;
  position: relative;
  z-index: 2;
}

.share-description-wrapper {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding: 0 30px;
  justify-content: space-between;
}
.share-description-wrapper .description {
  flex: 0 0 50%;
  line-height: 1em;
}

.socials {
  display: flex;
  align-items: center;
}

.share-title-wrapper {
  display: flex;
  align-items: center;
  flex: 0 0 41.6666666667%;
}
.share-title-wrapper .icon-field {
  background-color: #0dced5;
  margin: -1px 0 -1px -1px;
}
.share-title-wrapper .title {
  font-size: 30px;
  font-family: "TT Limes Slab";
  color: #414141;
  line-height: 1em;
  padding: 0 30px;
  border-right: 1px solid #dddddd;
}

section#pluses {
  margin: 50px 0 70px 0;
}
section#pluses .pluses-block {
  display: flex;
  align-items: center;
  line-height: 20px;
}
section#pluses .pluses-block .pluses-img {
  position: relative;
  overflow: hidden;
  height: 77px;
  width: 26.5993265993%;
  flex: 0 0 26.5993265993%;
  margin-right: 20px;
}
section#pluses .pluses-block .pluses-img img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  transition: all 0.2s ease-in-out;
}
section#pluses .pluses-block .pluses-title {
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}
section#pluses .pluses-block:hover .pluses-title {
  flex: 1 1 auto;
  color: #e95122;
}
section#pluses .pluses-block:hover .pluses-img img {
  top: -77px;
}

section#about {
  padding: 20px 0;
  background: url(../../images/img-tweety-dark.png) bottom right no-repeat;
}
section#about .title {
  margin-top: -35px;
}
section#about .about-img {
  transition: 0.2s;
  backface-visibility: hidden;
}
section#about .about-img:hover {
  transform: scale(1.02);
}
section#about .about-content {
  max-width: 675px;
  font-size: 18px;
  color: #808080;
  line-height: 22px;
  text-align: center;
  margin: 0 auto;
}
section#about .about-content .about-news {
  font-family: "TT Limes Slab";
  font-size: 20px;
  color: #414141;
  text-transform: uppercase;
  padding-top: 20px;
}
section#about .socials {
  margin-top: 10px;
  justify-content: center;
}

section#rest {
  background-color: #00cbd3;
  position: relative;
  margin-top: 140px;
  padding-top: 90px;
  position: relative;
}
section#rest:before {
  content: "";
  height: 124px;
  position: absolute;
  top: -134px;
  left: 0;
  right: 0;
  background: url(../../images/header-line-up.png) center center repeat-x;
}
section#rest .rest-info {
  min-height: 445px;
  position: relative;
}
section#rest .rest-info .rest-left {
  max-width: 730px;
}
section#rest .rest-info .rest-left .rest-block .rest-item {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #fff;
}
section#rest .rest-info .rest-left .rest-block .rest-item:last-child {
  border-bottom: none;
}
section#rest .rest-info .rest-left .rest-block .rest-item .rest-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 74px;
  font-family: "TT Limes Slab";
  font-size: 48px;
  color: #fff;
  background: url(../../images/bg-rest-number.png) center center no-repeat;
  margin-right: 20px;
  padding-top: 5px;
}
section#rest .rest-info .rest-left .rest-block .rest-item .rest-contact .title {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
}
section#rest .rest-info .rest-left .rest-block .rest-item .rest-contact .address {
  font-size: 18px;
  color: #fff;
}
section#rest .rest-info .rest-left .rest-block .rest-item .rest-more {
  font-size: 18px;
  height: 52px;
  text-transform: uppercase;
  margin-left: auto;
  margin-top: 15px;
}
section#rest .rest-info .rest-left .rest-block .rest-item .rest-more a {
  color: #fff;
  background: url(../../images/icon-rest-more.png) top right no-repeat;
  padding: 5px 45px 5px 0;
}
section#rest .rest-info .rest-left .rest-block .rest-item .rest-more a:hover {
  color: #e95122;
  text-decoration: none;
  background: url(../../images/icon-rest-more.png) bottom right no-repeat;
}
section#rest .rest-info #price {
  min-width: 408px;
  min-height: 476px;
  background: url(../../images/img-price.png) bottom right no-repeat;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
}
section#rest .rest-info #price .items {
  display: block;
  position: absolute;
  bottom: 305px;
  right: 35px;
  max-width: 345px;
  overflow: hidden;
  height: 100px;
}
section#rest .rest-info #price .items .item {
  font-family: "TT Limes Slab";
  font-size: 45px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  padding-bottom: 10px;
}

section#photos {
  padding-top: 80px;
  padding-bottom: 60px;
  background: url(../../images/img-tweety-light.png) top 100px left no-repeat, linear-gradient(to bottom, rgb(229, 250, 251) 0%, rgba(229, 229, 229, 0) 65%);
  position: relative;
}
section#photos:after {
  content: "";
  height: 23px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  background: url(../../images/header-line.png) center center repeat-x;
}
section#photos .desc {
  text-align: center;
  line-height: 20px;
}
section#photos .gallery {
  margin-top: 75px;
  margin-bottom: 10px;
}
section#photos .gallery .photos-item {
  padding: 5px;
  margin-bottom: 5px;
  height: 225px;
  position: relative;
  overflow: hidden;
}
section#photos .gallery .photos-item div img {
  min-height: 225px;
  vertical-align: middle;
  transition: all 0.9s ease-in-out;
  backface-visibility: hidden;
}
section#photos .gallery .photos-item div:hover img {
  opacity: 0.7;
}

section#delivery .delivery-img {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  margin-top: -10px;
}
section#delivery .delivery-content {
  max-width: 850px;
  font-size: 18px;
  color: #808080;
  line-height: 22px;
  text-align: center;
  margin: 0 auto;
}
section#delivery .button-field {
  text-align: center;
  margin-top: 50px;
}

#nav-slider .slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 10px 0 15px;
}
#nav-slider .slick-dots li + li {
  margin-left: 5px;
}
#nav-slider .slick-dots button {
  border: none;
  background-color: #808080;
  color: #808080;
  width: 20px;
  height: 20px;
  padding: 0px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  position: relative;
}
#nav-slider .slick-dots button:hover {
  background-color: transparent;
}
#nav-slider .slick-dots button:focus {
  outline: none;
}
#nav-slider .slick-dots button:before {
  content: "\f10c";
  font-family: "Font Awesome 5 Free";
  color: #64aed9;
  font-size: 15px;
  position: absolute;
  line-height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#nav-slider .slick-dots button:hover:before {
  color: #72c7f9;
}
#nav-slider .slick-dots .slick-active button::before {
  content: "\f192";
}

.map-category {
  margin-bottom: 10px;
}

.map-category:hover {
  text-decoration: none;
}

.map-category .title {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 17px;
  font-weight: bold;
  color: #333;
}

.map-category .title:focus,
.map-category .title:hover {
  background-color: #fff;
  text-decoration: none;
}

.map-category .title .icon {
  margin-right: 5px;
  flex: 0 0 32px;
  padding: 5px;
}

.map-category .title .caption {
  flex: 1 1 auto;
  transition: 0.2s;
  font-size: inherit;
  height: 100%;
  padding: 7px 0px;
}

.map-category .title:hover .caption {
  color: #64aed9;
}

.map-category .childs {
  font-size: 16px;
  padding-left: 42px;
  text-align: left;
}

.map-category .childs a {
  color: #888;
  margin-right: 5px;
}

.map-object {
  border-bottom: 1px solid #e5fafb;
  padding: 15px 10px;
}
.map-object:last-child {
  border-bottom: none;
}
.map-object .title {
  color: #0dced5;
  font-size: 24px;
  display: block;
}
.map-object .title:hover {
  color: #e95122;
  text-decoration: none;
}
.map-object .body {
  margin-bottom: 15px;
}

.point-info {
  display: flex;
  margin-bottom: 15px;
  margin-right: 15px;
}

.point-main-image {
  position: relative;
  max-width: 220px;
  min-width: 180px;
  overflow: hidden;
  max-height: 250px;
}

.point-main-image .no-image {
  width: 220px;
  height: 200px;
  background-color: #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: #fff;
}

.point-main-image .no-image:before {
  content: "\f1c5";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.point-main-image img {
  max-width: 100%;
}

/*.point-main-description{padding-left: 15px; text-align: left; font-size: 1.2em; line-height: 1.3em;}*/
.page-slider-wrapper {
  overflow: hidden;
  position: relative;
}

.page-slider-wrapper.restricted .page-slider-img-pos img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer.page-footer {
  padding: 75px 0 45px 0;
  margin-top: 100px;
  background: #e95122 url(../../images/footer-bg.jpg) top no-repeat;
}
footer.page-footer .logo {
  text-align: center;
}
footer.page-footer .slogan {
  font-family: "TT Limes Slab";
  font-size: 48px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
}
footer.page-footer .contacts {
  text-align: center;
  margin-top: 55px;
}
footer.page-footer .phone {
  font-size: 36px;
  color: #fff;
  line-height: 1.2em;
  display: block;
}
footer.page-footer .phone:hover {
  text-decoration: none;
  color: #0dced5;
}
footer.page-footer .email {
  font-size: 22px;
  color: #fff;
  display: block;
}
footer.page-footer .email:hover {
  text-decoration: none;
  color: #0dced5;
}
footer.page-footer .socials {
  margin-top: 30px;
  justify-content: center;
}
footer.page-footer .info {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 60px;
}
footer.page-footer .info a {
  color: #fff;
}
footer.page-footer .info a:hover {
  color: #fff;
}
footer.page-footer .info span {
  margin: 0 5px 0 8px;
}

.contact-page {
  max-width: 600px;
  margin: 0 auto;
}

.contact-block {
  border: 1px solid #e5fafb;
  display: flex;
  align-items: center;
  font-size: 26px;
  line-height: 1em;
  margin-bottom: 20px;
  color: #414141;
  padding-right: 64px;
}
.contact-block:hover {
  text-decoration: none;
  color: #0dced5;
}
.contact-block .icon {
  width: 65px;
  height: 65px;
  padding: 10px;
  background-color: #0dced5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.contact-block .icon img {
  max-width: 100%;
  max-height: 100%;
}
.contact-block .caption {
  text-align: center;
  flex: 1 1 auto;
}

.slider-nav {
  display: flex;
  align-items: center;
}
.slider-nav-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #dedede;
  color: #dedede;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  transition: 0.2s;
  font-size: 16px;
  line-height: 1em;
}
.slider-nav-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.slider-nav-arrow:focus {
  outline: none;
}
.slider-nav-arrow:hover {
  border-color: #0dced5;
  color: #0dced5;
}
.slider-nav-arrow + .slider-nav-arrow {
  margin-left: 10px;
}
.slider-nav-arrow.prev:before {
  content: "\f060";
}
.slider-nav-arrow.next:before {
  content: "\f061";
}

.pagenav {
  font-size: 15px;
  padding: 4px;
  margin: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagenav i {
  margin: 0 5px;
}

.pagenav span,
.pagenav a {
  width: 30px;
  height: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: auto;
  margin: 0 5px;
  border-radius: 50px;
}

.pagenav span {
  background-color: #0dced5;
  padding: 3px 8px 3px 8px;
}

.pagenav span + a,
.pagenav a + a,
.pagenav a + span,
.pagenav a + i,
.pagenav span + i,
.pagenav i + span,
.pagenav i + a {
  margin-left: 0;
}

.pagenav a {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
  padding: 3px 8px 3px 8px;
}

.pagenav a:hover {
  color: #fff;
  background-color: #0dced5;
  text-decoration: none;
}

.side-menu-toggle, .side-menu-close {
  display: none !important;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.side-menu-toggle:before, .side-menu-close:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.side-menu-toggle:focus, .side-menu-close:focus {
  outline: none;
}
.side-menu-toggle:hover, .side-menu-close:hover {
  color: #fff;
  text-decoration: none;
}
.side-menu-toggle {
  background-color: #0dced5;
  color: #fff;
}
.side-menu-toggle:hover {
  opacity: 0.8;
}
.side-menu-toggle:before {
  content: "\f0c9";
}
.side-menu-close {
  position: absolute;
  top: 15px;
  left: 25px;
  background-color: #e95122;
  color: #fff;
}
.side-menu-close:hover {
  opacity: 0.8;
}
.side-menu-close::before {
  content: "\f060";
}

.backward {
  position: absolute;
  top: 15px;
  left: 25px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  background-color: #e99260;
  color: #fff;
  box-shadow: none;
  border: none;
  transition: 0.2s;
  cursor: pointer;
}
.backward:hover {
  opacity: 0.9;
}
.backward:focus {
  outline: none;
}
.backward:before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.text-small {
  font-size: 14px;
}

.contacts-map {
  min-height: 100px;
}

.contact-page-answer {
  text-align: center;
}
.contact-page-answer:before {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 120px;
  line-height: 1em;
  margin-bottom: 30px;
}
.contact-page-answer.danger::before {
  content: "\f071";
  color: red;
  font-weight: bold;
}
.contact-page-answer.success::before {
  content: "\f058";
  color: #2bbf2b;
  font-weight: bold;
}

.side {
  margin-top: 5px;
  margin-left: -30px;
}
.side .menu-nav-links {
  display: block;
  min-height: 0;
}
.side .menu-nav-links .item {
  margin: 0 1px 3px 0;
}

.sideblock {
  margin-bottom: 30px;
}
.sideblock .sidebody {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.articles-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.articles-title a {
  color: inherit;
}
.articles-title a:hover {
  color: #f16b20;
  text-decoration: none;
}

.article-tools {
  margin-top: 10px;
  display: flex;
}
.article-tools .item {
  color: #aaa;
}
.article-tools .item a {
  color: inherit;
}
.article-tools .item a:hover {
  color: #0dced5;
}
.article-tools .item i {
  margin-right: 5px;
}
.article-tools .item + .item {
  margin-left: 10px;
}

.article-description {
  font-size: 15px;
}

.text-buttons-filed {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-info {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-info.sm {
  margin: 10px 0 0;
}
.news-info .infos {
  display: flex;
}
.news-info .item i {
  margin-right: 5px;
}
.news-info .item + .item {
  margin-left: 15px;
}
.news-info .item a {
  color: inherit;
}
.news-info .item a:hover {
  color: #0dced5;
}

body.inner .capmain {
  margin: 30px 0;
  text-align: left;
}
body.inner .capmain.inherit {
  margin: 0 0 20px;
}
body.inner #main-bg {
  padding: 0 0 40px;
}

/* Guest Book */
.gb-item {
  border-top: 1px solid #eee;
  padding: 20px 0;
}

.gb-name {
  font-size: 16px;
  font-weight: bold;
}

.gb-date {
  font-size: 14px;
}

.gb-msg {
  font-size: 18px;
  padding: 5px 0;
}

.gb-ip {
  float: left;
  font-size: 15px;
}

.gb-mail {
  font-size: 14px;
  margin-top: 5px;
}

.gb-move {
  font-size: 14px;
  text-align: right;
  margin-top: 5px;
}

.gb-comment {
  font-size: 18px;
  background-color: #f5f5f5;
  margin: 20px 0 0 0;
  padding: 15px 20px 20px 20px;
}

.gb-comment div {
  text-align: right;
}

.gb-button {
  margin-bottom: 20px;
  text-align: center;
}

.reviews-form-system {
  font-size: 18px;
  color: #ff0000;
  text-align: center;
}

.info {
  vertical-align: top;
}

.gb-gender-woman {
  min-height: 40px;
  background: url(../../images/icon-woman.svg) center left no-repeat;
  background-size: contain;
  padding-left: 50px;
}

.gb-gender-man {
  min-height: 40px;
  background: url(../../images/icon-man.svg) center left no-repeat;
  background-size: contain;
  padding-left: 50px;
}

/*sprite with stars*/
#reviewStars-input {
  font-size: inherit;
}

#reviewStars-input input:checked ~ label, #reviewStars-input label, #reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  background: url("../../images/stars.svg") no-repeat;
}

#reviewStars-input {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  float: left;
}

#reviewStars-input input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 43px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 0;
}

#reviewStars-input input:checked ~ label {
  background-position: 0 -40px;
  height: 40px;
  width: 43px;
}

#reviewStars-input label {
  background-position: 0 0;
  height: 40px;
  width: 43px;
  float: right;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

#reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  background-position: 0 -40px;
  height: 40px;
  width: 43px;
}

#reviewStars-input #star-0 {
  left: 0px;
}

#reviewStars-input #star-1 {
  left: 53px;
}

#reviewStars-input #star-2 {
  left: 106px;
}

#reviewStars-input #star-3 {
  left: 159px;
}

#reviewStars-input #star-4 {
  left: 212px;
}

#reviewStars-input #star-5 {
  left: 265px;
}

.logo-xs {
  display: none;
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }
  header.page-header {
    margin-bottom: 15px;
  }
  header.page-header .container {
    flex-direction: column;
  }
  .button.iconed {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
  }
  .button.iconed:after {
    width: 28px;
    height: 28px;
  }
  .nav-links .logo {
    display: none;
  }
  .nav-links ul li {
    font-size: 15px;
  }
  .nav-links ul li + li {
    margin-left: 2%;
  }
  .slick-slide img {
    max-width: 150%;
  }
  .main-view-wrapper {
    border-radius: 0;
    margin: 0 -15px;
    flex-direction: column;
  }
  .main-view-wrapper .slider-wrapper {
    flex: 0 0 100%;
    width: 100%;
  }
  .main-view-wrapper .delivery-rest {
    position: static;
    flex: 0 0 100%;
    width: 100%;
    background: #e95122;
  }
  .main-view-wrapper .delivery-rest .caption.main {
    margin-bottom: 20px;
  }
  #categories-links .slider-nav {
    display: none;
  }
  .categories-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
  .categories-slider .item {
    flex: 0 0 50%;
  }
  .logo-xs {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  #good_insert_field hr {
    display: none;
  }
  .share-title-wrapper .title {
    font-size: 1.3em;
  }
  .contact-block {
    font-size: 1em;
    padding-right: 20px;
  }
  .contact-block .icon {
    width: 50px;
    height: 50px;
  }
  footer.page-footer .contacts {
    margin-top: 30px;
  }
  .terms .container {
    flex-direction: column;
  }
  .terms .links {
    margin-bottom: 20px;
  }
  .terms .links a {
    text-align: center;
    display: block;
  }
  .terms .links a + a:before {
    content: none;
  }
  .nav-links {
    position: fixed;
    top: 0;
    left: -120%;
    bottom: 0;
    width: 300px;
    padding: 60px 25px 0;
    box-shadow: 0 0 30px rgba(79, 75, 71, 0.5);
    background-color: #fff;
    z-index: 25;
    transition: 0.2s;
  }
  .nav-links.normal-left {
    left: 0;
  }
  .nav-links ul {
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
  }
  .nav-links ul li {
    padding: 5px 0;
  }
  .nav-links ul li + li {
    margin-left: 0px;
  }
  .nav-links ul li:hover .showup {
    left: -100%;
  }
  .nav-links a {
    font-size: 18px;
  }
  .nav-links .showup {
    display: flex;
    position: fixed;
    top: 0;
    right: auto;
    left: -100%;
    bottom: 0;
    width: 300px;
    padding: 60px 25px 0;
    background-color: #fff;
    flex-direction: column;
    transition: 0.2s;
    z-index: 26;
  }
  .nav-links .showup .showup-item {
    flex: 0 0 auto;
    font-size: 18px;
    padding: 5px 0;
    text-align: center;
  }
  .nav-links .showup.normal-left {
    left: 0 !important;
  }
  .side-menu-toggle, .side-menu-close {
    display: flex !important;
  }
  .side-menu-toggle {
    position: fixed;
    top: 15px;
    right: 10px;
    z-index: 50;
  }
  .side-menu-cart {
    position: fixed;
    top: 52px;
    right: 10px;
    z-index: 50;
  }
  .slick-slide img {
    max-width: 100%;
  }
  .main-view-wrapper {
    flex-direction: column;
  }
  .main-view-wrapper .slider-wrapper, .main-view-wrapper .delivery-rest {
    width: 100%;
    flex: 0 0 100%;
  }
  .main-view-wrapper .slick-slide img {
    max-width: 100%;
    width: 100%;
  }
  .main-view-wrapper .delivery-rest {
    padding-bottom: 30px;
  }
  .main-view-wrapper .pluses .pluses-img {
    margin-right: 10px !important;
    width: auto !important;
    flex: 0 0 auto !important;
  }
  .main-view-wrapper .pluses .pluses-img img {
    max-width: 100%;
  }
  section#pluses .pluses-block {
    margin-bottom: 20px;
  }
  section#pluses .pluses-block .pluses-img {
    width: 70px;
    max-width: 70px;
    height: 69px;
  }
  section#pluses .pluses-block:hover .pluses-img img {
    top: -69px;
  }
  section#about .about-img {
    display: none;
  }
  section#photos .gallery .photos-item {
    text-align: center;
    height: auto;
  }
  section#photos .gallery .photos-item div img {
    min-height: 0;
  }
  section#rest .rest-info .rest-left {
    max-width: none;
    margin-bottom: 30px;
  }
  section#rest .rest-info .rest-left .rest-block .rest-item {
    flex-direction: column;
  }
  section#rest .rest-info .rest-left .rest-block .rest-item .rest-number {
    margin-right: 0;
    margin-bottom: 20px;
  }
  section#rest .rest-info #price {
    position: relative;
    max-width: 275px;
    min-width: 0;
    margin: 0 auto;
    min-height: 380px;
    background-size: contain;
  }
  section#rest .rest-info #price .items {
    height: 60px;
    right: 10px;
    left: 10px;
    bottom: 200px;
  }
  section#rest .rest-info #price .items .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 60px;
    font-size: 25px;
    line-height: 1em;
  }
  section#delivery .delivery-content {
    font-size: 16px;
  }
  .share-title-wrapper .title {
    font-size: 1.3em;
  }
  footer.page-footer .contacts {
    margin-top: 30px;
  }
  footer.page-footer .slogan {
    font-size: 28px;
  }
  .terms .container {
    flex-direction: column;
  }
  .terms .links {
    margin-bottom: 20px;
  }
  footer.page-footer .info {
    font-size: 16px;
  }
  footer.page-footer .info .links span {
    display: block;
    visibility: hidden;
    height: 0;
  }
  .share-block {
    text-align: center;
  }
  .share-block, .share-block .share-title-wrapper, .share-block .share-description-wrapper {
    flex-direction: column;
  }
  .share-block .share-title-wrapper {
    flex: 0 0 100%;
  }
  .share-block .share-title-wrapper .icon-field {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .share-block .share-description-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .share-block .share-description-wrapper .socials {
    margin-top: 10px;
  }
  .grid {
    -moz-columns: 1;
         columns: 1;
  }
  #about .image-field img {
    max-width: 100%;
  }
  .hnp {
    font-size: 16px;
  }
  .breadcrumbs {
    font-size: 14px;
  }
  .capmain h1, .capmain h2, .capmain .title {
    font-size: 2em;
  }
  .payment img {
    max-width: 100%;
  }
}
@media (min-width: 760px) and (max-width: 980px) {
  body {
    font-size: 16px;
  }
  .button.iconed {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
  }
  .button.iconed:after {
    width: 28px;
    height: 28px;
  }
  .nav-links .logo {
    margin: 0 6%;
  }
  .nav-links ul li {
    font-size: 15px;
  }
  .nav-links ul li + li {
    margin-left: 2%;
  }
  .slick-slide img {
    max-width: 100%;
  }
  .main-view-wrapper {
    flex-direction: column;
  }
  .main-view-wrapper .slider-wrapper, .main-view-wrapper .delivery-rest {
    width: 100%;
    flex: 0 0 100%;
  }
  .main-view-wrapper .slick-slide img {
    max-width: 100%;
    width: 100%;
  }
  .main-view-wrapper .delivery-rest {
    padding-bottom: 30px;
  }
  .main-view-wrapper .pluses .pluses-img {
    margin-right: 10px !important;
    width: auto !important;
    flex: 0 0 auto !important;
  }
  .main-view-wrapper .pluses .pluses-img img {
    max-width: 100%;
  }
  section#pluses .pluses-block {
    margin-bottom: 20px;
  }
  section#pluses .pluses-block .pluses-img {
    height: 77px;
  }
  section#about .about-img {
    display: none;
  }
  section#photos .gallery .photos-item {
    text-align: center;
  }
  section#rest .rest-info .rest-left {
    max-width: none;
    margin-bottom: 30px;
  }
  section#rest .rest-info #price {
    position: static;
  }
  .share-title-wrapper .title {
    font-size: 1.3em;
  }
  footer.page-footer .contacts {
    margin-top: 30px;
  }
  .terms .container {
    flex-direction: column;
  }
  .terms .links {
    margin-bottom: 20px;
  }
  footer.page-footer .info {
    font-size: 13px;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  body {
    font-size: 16px;
  }
  .main-view-wrapper {
    flex-direction: column;
  }
  .main-view-wrapper .slider-wrapper, .main-view-wrapper .delivery-rest {
    width: 100%;
    flex: 0 0 100%;
  }
  .main-view-wrapper .slick-slide img {
    max-width: 100%;
    width: 100%;
  }
  .main-view-wrapper .delivery-rest {
    padding-bottom: 30px;
  }
  .main-view-wrapper .pluses {
    display: flex;
    width: 90%;
  }
  .main-view-wrapper .pluses .pluses-block {
    padding: 0 15px;
    flex: 0 0 33.333%;
  }
  .main-view-wrapper .pluses .pluses-img {
    margin-right: 10px !important;
  }
  .main-view-wrapper .pluses .pluses-img img {
    max-width: 100%;
  }
  section#pluses .pluses-block .pluses-img {
    height: 55px;
  }
  section#pluses .pluses-block:hover .pluses-img img {
    top: -55px;
  }
  section#rest .rest-info .rest-left {
    max-width: none;
    margin-bottom: 30px;
  }
  section#rest .rest-info #price {
    position: static;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  body {
    overflow-x: hidden;
  }
  .nav-links ul li + li {
    margin-left: 30px;
  }
  section#pluses .pluses-block .pluses-img {
    height: 74px;
  }
  section#pluses .pluses-block:hover .pluses-img img {
    top: -74px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1310px;
  }
}
.footer__cookie {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 100%;
  max-width: 660px;
  z-index: 9999;
  padding: 0 15px;
  display: none;
}

@media (max-width: 576px) {
  .footer__cookie {
    max-width: unset;
  }
}
.footer__cookie .cookie__wrapper {
  background-color: white;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  padding: 16px 30px;
}

.footer__cookie .cookie__content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

@media (max-width: 425px) {
  .footer__cookie .cookie__content {
    flex-direction: column;
    align-items: center;
  }
}
.footer__cookie .cookie__text {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 640px) {
  .footer__cookie .cookie__text {
    text-align: center;
  }
}
.footer__cookie .cookie__text a {
  text-decoration: underline;
}

.footer__cookie .cookie__accept {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  width: 145px;
  min-width: unset;
}/*# sourceMappingURL=styles.css.map */