/*color shema*/
:root {
  --c-prim: rgb(43, 18, 3);
  --c-prim-o: rgba(43, 18, 3, 0.62);
  --c-prim-two: rgb(175, 114, 73);
  --c-prim-two-o: rgba(175, 114, 73, 0.62);
  --c-option: rgb(255, 227, 38, 1);
  --c-option-o: rgba(255, 227, 38, 0.62);
  --c-accent: rgb(255, 83, 0);
  --c-accent-o: rgba(255, 83, 0, 0.62);
  --c-white: rgb(255, 255, 255);
  --c-white-o: rgba(255, 255, 255, 0.62);
  --c-blue: rgb(74, 118, 168);
}
@font-face {
  font-family: "Tavolga";
  src: url("fonts/Tavolga.eot");
  src: url("fonts/Tavolga.eot") format("embedded-opentype"),
    url("fonts/Tavolga.woff2") format("woff2"),
    url("fonts/Tavolga.woff") format("woff"),
    url("fonts/Tavolga.ttf") format("truetype"),
    url("fonts/Tavolga.svg#Tavolga") format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.2;
  font-weight: 200;
  font-family: Tavolga;
  letter-spacing: 0.1em;
}
h2 {
  line-height: 1.5;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body.frontpage {
  overflow: hidden;
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
}
a {
  text-decoration: none;
  color: #fff;
}
p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix {
  clear: both;
  float: none;
  content: "";
  display: table;
}
.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 130vh;
  position: fixed;
  width: 100%;
  -webkit-transform: translateY(30vh);
  transform: translateY(30vh);
  -webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}
.background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.background:first-child {
  background-image: url(../img/slide1.jpg);
  -webkit-transform: translateY(-15vh);
  transform: translateY(-15vh);
}
.background:first-child .content-wrapper {
  -webkit-transform: translateY(15vh);
  transform: translateY(15vh);
}
.background:nth-child(2) {
  background-image: url(../img/slide2.jpg);
}
.background:nth-child(3) {
  background-image: url(../img/slide6.jpg);
}
.background:nth-child(4) {
  background-image: url(../img/slide3.jpg);
}
.background:nth-child(5) {
  background-image: url(../img/slide4.jpg);
}
.background:nth-child(6) {
  background-image: url(../img/slide5.jpg);
}

/* Set stacking context of slides */
.background:nth-child(1) {
  z-index: 5;
}

.background:nth-child(2) {
  z-index: 4;
}

.background:nth-child(3) {
  z-index: 3;
}

.background:nth-child(4) {
  z-index: 2;
}

.background:nth-child(5) {
  z-index: 1;
}

.content-wrapper {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  color: #fff;
  -webkit-transform: translateY(40vh);
  transform: translateY(40vh);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
}
.content-title {
  font-size: 12vh;
  line-height: 1.4;
}

.background.up-scroll {
  -webkit-transform: translate3d(0, -15vh, 0);
  transform: translate3d(0, -15vh, 0);
}
.background.up-scroll .content-wrapper {
  -webkit-transform: translateY(15vh);
  transform: translateY(15vh);
}
.background.up-scroll + .background {
  -webkit-transform: translate3d(0, 30vh, 0);
  transform: translate3d(0, 30vh, 0);
}
.background.up-scroll + .background .content-wrapper {
  -webkit-transform: translateY(30vh);
  transform: translateY(30vh);
}

.background.down-scroll {
  -webkit-transform: translate3d(0, -130vh, 0);
  transform: translate3d(0, -130vh, 0);
}
.background.down-scroll .content-wrapper {
  -webkit-transform: translateY(40vh);
  transform: translateY(40vh);
}
.background.down-scroll + .background:not(.down-scroll) {
  -webkit-transform: translate3d(0, -15vh, 0);
  transform: translate3d(0, -15vh, 0);
}
.background.down-scroll + .background:not(.down-scroll) .content-wrapper {
  -webkit-transform: translateY(15vh);
  transform: translateY(15vh);
}

.content-wrapper.start_page {
  display: grid;
  justify-content: center;
  width: 50vw;
  margin-left: 45vw;
}

.intro {
  display: grid;
  justify-content: center;
  align-items: center;
  justify-items: center;
  grid-template-columns: 1fr;
}
.intro .logo_img {
  display: none;
}
.intro #svg_gg {
  width: 400px;
  height: auto;
}
.intro #svg_gg svg path {
  fill: #fff;
}
.intro h2 {
  font-family: Tavolga;
  line-height: 1.1;
  font-size: 85px;
  font-weight: 700;
  border-top: 1px solid;
  border-bottom: 1px solid;
  /*margin-bottom: 0.5em;*/
  padding: 36px 0px;
  display: inline-block;
}
.intro span.smaller {
  font-size: 20px;
  display: block;
  font-weight: 300;
}

.about {
  padding: 3em 3em 3em 7em;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  grid-column-gap: 1em;
}

.desc_bar {
  padding: 1.2em;
  letter-spacing: 0.1em;
  background-color: var(--c-prim-o);
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
}
.desc_bar h2 {
  font-size: 1.3em;
  margin-bottom: 1em;
  font-weight: 800;
}
.desc_bar p {
  font-size: 1.1em;
  font-weight: 550;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.5em;
}
.desc_bar p.desc_sign {
  text-align: right;
  padding: 0;
}

.desc_bar ol {
  list-style: decimal;
  padding-left: 3em;
  text-align: left;
}
.desc_bar ol li::-moz-list-number {
  color: var(--c-accent-o);
}

.aboutbadge {
  background-color: var(--c-accent-o);
  width: 350px;
  height: 350px;
  max-width: 100%;
  border-radius: 50%;
  color: var(--c-white);
  line-height: 190px;
  font-weight: 300;
  font-size: 17px;
}
.aboutbadge.black {
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--c-white-o);
  width: 350px;
  height: 350px;
  font-size: 14px;
  line-height: 210px;
  margin-top: -80px;
  margin-left: 60px;
}
.aboutbadge.black span {
  font-size: 16px;
  font-weight: 300;
  padding: 50px;
}
.aboutbadge span {
  line-height: 1.5;
  display: inline-block;
  margin-top: 60px;
}
.aboutbadge span.info {
  border-top: 1px dashed;
  margin: 20px 20px 0px;
}
.aboutbadge span.info a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.aboutbadge span.img_and_plan {
  margin-top: 3em;
  text-transform: uppercase;
  font-size: 0.7em;
}
.aboutbadge span.img_and_plan a {
  display: block;
  text-decoration: none;
}
.aboutbadge span.border {
  display: inline-block;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 22px;
}
.aboutbadge p.about_phone {
  display: none;
  font-size: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0;
}

.aboutbadge p.about_phone a {
  color: var(--c-prim);
}

.aboutbadge i {
  font-size: 12px;
}

.voucher {
  width: 500px;
  max-width: 100%;
  margin: 0px auto;
}
.voucher-whitetransparent {
  display: Inline-block;
  width: 350px;
  height: 350px;
  background: var(--c-prim-two-o); /*var(--c-white-o);*/
  color: var(--c-white);
  border-radius: 100%;
}

.voucher-whitetransparent h1 {
  line-height: 1.5;
  font-weight: 800;
  color: var(--c-option);
  padding: 70px 30px 20px 30px;
  font-size: 22px;
}
.voucher-whitetransparent h1 span {
  display: block;
  font-weight: 300;
  font-size: 0.9em;
}
.voucher-whitetransparent ul li {
  margin-bottom: 0.3em;
}
.voucher-whitetransparent ul li a {
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.voucher-whitetransparent ul li a:hover {
  color: var(--c-option);
  background: transparent;
}

.uppercase {
  text-transform: uppercase;
}

.testimonialarea {
  width: 1200px;
  max-width: 100%;
  margin: 0px auto;
}

.contact-bubble {
  display: Inline-block;
  width: 330px;
  height: 330px;
  background: var(--c-option-o);
  border-radius: 100%;
}
.contact-bubble .contact {
  position: relative;
  text-align: left;
  overflow: hidden;
  padding: 30% 12%;
  color: var(--c-prim);
}
.contact-bubble .contact p {
  display: inline-block;
  min-height: 1.6em;
  font-size: 1.1em;
  line-height: 1.6em;
  margin-bottom: 0.1em;
}
.contact-bubble .contact p small {
  color: var(--c-prim);
}
.contact p span.number,
.contact p i {
  margin: 0px 0.4em;
  font-size: 1.3em;
  color: var(--c-white);
}
.contact-bubble .contact p i {
  cursor: pointer;
}

.reservation{
  padding: 6rem 3rem 5rem;
}

.reservation .reservation_text {
  margin-bottom: 3rem;
  font-size: 1.2em;
  line-height: 1.5em;
}

.reservation .contact p{
  font-size: 1.3em;
}

.contactform-bubble {
  display: inline-block;
  position: relative;
  width: 400px;
  height: 400px;
  background: rgba(6, 6, 6, 0.5);
  color: var(--c-white);
  border-radius: 100%;
  margin-left: -60px;
}
.contactform-bubble .plan_bar a {
  color: var(--c-white-o);
  font-size: 0.9em;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.contactform-bubble .plan_bar a:hover {
  color: var(--c-white);
}

.contactform {
  display:none;
  padding: 18% 3em 2em;
}
.contactform h4 {
  margin-bottom: 5px;
}
.contactform input,
.contactform textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--c-white-o);
  font-family: Tavolga;
  padding: 10px 0;
  margin-bottom: 5px;
  color: var(--c-option);
  resize: none;
}
.contactform input[type="email"] {
  display: none;
}
.contactform #submit {
  border: 0;
  padding: 0.3em;
  color: var(--c-white);
  cursor: pointer;
  width: 100%;
  border-radius: 40px;
  margin-top: 15px;
  background: var(--c-accent-o);
  letter-spacing: 0.5px;
}
input:focus,
textarea:focus {
  outline: 0;
  outline: none;
}
.contactform input:not([type="submit"]):focus,
.contactform textarea:focus {
  border-bottom: 1px solid var(--c-option);
}

.error input,
input.error,
.error textarea,
textarea.error {
  background-color: var(--c-accent);
  color: var(--c-prim);
  border-radius: 5px 5px 0px 0px;
  border-color: var(--c-accent);
}

.social-bubble {
  display: inline-block;
  width: 200px;
  height: 200px;
  background: var(--c-accent-o);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  margin-left: -50px;
}
.social {
  padding: 30% 20%;
  color: var(--c-white);
}
.social h4 {
  margin-bottom: 1em;
  color: var(--c-prim);
}

.social-bubble .social i {
  font-size: 2em;
}
/*
.social-bubble .social i.fa-vk {
  color: var(--c-blue);
}

.social-bubble .social i.fa-instagram {
  background-image: -webkit-radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background-image: -moz-radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background-image: -ms-radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background-image: -o-radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background-image: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.social-bubble .social i.fa-youtube {
  color: #c4302b;
}
*/

.iconstartitle {
  position: absolute;
  top: 95px;
}

.textwhite {
  color: #fff;
}
.textmagenta {
  color: #f50986;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11000;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--c-accent);

  -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--c-prim-two);

  -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--c-option);

  -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

.delivery_info {
  padding: 3em 3em 3em 7em;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  grid-column-gap: 1em;
}

.delivery_info .delivery_time {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: var(--c-option-o);
  color: var(--c-white);
}
.delivery_time span {
  line-height: 1.5;
  display: inline-block;
  margin-top: 70px;
}
.delivery_time span.border {
  display: inline-block;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 22px;
}
.delivery_time span.delivery_order {
  border-top: 1px dashed;
  margin: 20px 20px 0px;
}
.delivery_time span.delivery_property {
  margin-top: 2em;
  text-transform: uppercase;
  font-size: 0.7em;
}
.delivery_time span.delivery_order a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.delivery_time span.delivery_order a:hover {
  background: transparent;
  color: var(--c-white);
}

a.phone_large {
  font-size: 1.2em;
  font-weight: 800;
  color: var(--c-accent);
  border-bottom: 1px dashed;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
a.phone_large:hover {
  color: var(--c-white);
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg); /* IE 9 */
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg); /* IE 9 */
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg); /* IE 9 */
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg); /* IE 9 */
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #222;
  z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}
#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%); /* IE 9 */
  transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%); /* IE 9 */
  transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader-wrapper {
  visibility: hidden;

  -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%); /* IE 9 */
  transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.3s 1s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s 1s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.menu-outer:hover ~ .menu-close {
  margin-right: -100px;
}
.menu-outer:hover .bar {
  background: rgba(145, 255, 255, 0.65);
}
.menu-inner ul {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
html,
body {
  background: rgb(29, 24, 24);
}

.our_staff {
  padding: 3em 3em 3em 7em;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 40% 1fr;
  align-content: space-evenly;
  justify-content: space-evenly;
  align-items: stretch;
  justify-items: stretch;
  grid-column-gap: 1em;
}
.our_staff .desc_team {
  justify-self: center;
  align-self: center;
  text-align: justify;
  text-indent: 2em;
  padding: 1.2em;
  letter-spacing: 0.1em;
  background-color: var(--c-prim-o);
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
}
.our_staff .desc_team h2 {
  font-size: 1.3em;
  margin-bottom: 1em;
  font-weight: 800;
  text-align: center;
}
.desc_sign {
  text-align: right;
}

.our_staff .employ .content_employ {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: 2fr 3fr;
  align-content: space-evenly;
  justify-content: space-evenly;
  align-items: stretch;
  grid-gap: 0.5em;
  padding: 0.5em 0;
  box-sizing: border-box;
}
.our_staff .employ .content_employ img {
  background-color: var(--c-prim-o);
  padding: 0.5em;
  justify-self: center;
  align-self: center;
  text-align: justify;
  height: 180px;
  width: 180px;
  border-radius: 50%;
  object-fit: cover;
  grid-area: 1/ 1 / 4 / 2;
}
.our_staff .employ .content_employ h3.title_name {
  background-color: var(--c-option-o);
  border-radius: 5px;
  width: 100%;
  line-height: 2.5em;
  justify-self: center;
  align-self: center;
  text-align: center;
  text-transform: uppercase;
}
.our_staff .employ .content_employ .desc_employ {
  grid-area: 2/ 2 / 4 / 4;
  justify-self: center;
  align-self: center;
  text-align: justify;
}

footer.footer {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 12px;
  color: rgba(255, 255, 255, 0.3);
  font-family: Tavolga;
  font-size: 14px;
}
footer.footer.front {
  position: absolute;
  width: 100%;
  bottom: 0;
}
footer .container {
  max-width: 96%;
  margin: 0px auto;
}
.footericons i {
  margin-left: 5px;
  margin-right: 5px;
}
.footericons a {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  p.comment-form-email,
  p.comment-form-author,
  p.comment-form-url {
    width: 100%;
    display: block;
    float: none;
  }
  #comments input {
    width: 80%;
  }
  body {
    overflow-x: hidden;
    overflow-y: scroll !important;
  }
  body.frontbeauttio {
    overflow-y: scroll !important;
  }

  .background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    will-change: none;
    -webkit-backface-visibility: none;
    backface-visibility: none;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: 0;
    transition: 0;
    padding: 150px 0;
  }
  body.frontbeauttio {
    overflow-y: scroll !important;
  }
  .content-wrapper {
    height: 100%;
    display: block;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    text-align: center;
    -webkit-flex-flow: initial;
    -ms-flex-flow: initial;
    flex-flow: initial;
    color: #fff;
    -webkit-transform: none;
    transform: none;
    will-change: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: initial;
    transition: 0;
    color: #fff;
    position: relative;
  }
  .background.up-scroll .content-wrapper,
  .background.down-scroll .content-wrapper,
  .background:first-child .content-wrapper,
  .background.up-scroll,
  .background.down-scroll,
  .background:first-child,
  .background.down-scroll + .background:not(.down-scroll),
  .background.up-scroll + .background .content-wrapper,
  .background.down-scroll + .background .content-wrapper,
  .background.up-scroll + .background {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: none !important;
    transform: none !important;
  }

  .intro h2 {
    font-size: 65px;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 992px) {
  #commentform #comment {
    max-width: 80%;
  }

  .background {
    padding: 70px 0;
  }
  .content-wrapper.start_page {
    display: block;
    width: 100vw;
    margin-left: 0;
  }
  .about,
  .delivery_info,
  .our_staff {
    grid-template-columns: 1fr;
    row-gap: 1em;
    padding: 1em;
  }
}
/* Responsive */
@media screen and (max-width: 768px) {
  .intro h2 {
    font-size: 45px;
    line-height: 1.2;
    padding: 50px 20px;
  }
  .intro span.smaller {
    font-size: 16px;
  }
  .delivery_info {
    grid-template-columns: 1fr;
    row-gap: 1em;
    padding: 1em;
  }
}
@media screen and (max-width: 600px) {
  .fixed_block {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .background {
    padding: 100px 0;
  }
  .aboutbadge.black {
    margin: 0px auto;
    margin-top: -30px;
    max-width: 100%;
  }
  .aboutbadge.black span {
    padding: 90px 50px;
  }
  .aboutbadge {
    margin: 0px auto;
    max-width: 100%;
  }
  .aboutbadge p.about_phone {
    display: block;
  }
  .aboutbadge span.img_and_plan {
    margin-top: 0;
  }
  .contact-bubble {
    width: 260px;
    height: 260px;
    margin: 0px auto;
  }
  .contact-bubble .contact {
    padding: 28% 9%;
    font-size: 0.93em;
  }
  .contactform-bubble {
    width: 330px;
    height: 330px;
    margin: 0px auto;
  }
  .social-bubble {
    margin: 0 auto;
  }

  .contactform #submit {
    width: 50%;
    margin-left: 25%;
  }
  .our_staff .employ .content_employ {
    grid-template-rows: 4fr 1fr 1fr;
    grid-template-columns: 1fr;
  }
  .our_staff .employ .content_employ .desc_employ {
    grid-area: 5 / 1 / 6 /2;
  }
  .contactform {
    padding: 15% 3em 0.5em;
  }
  .contactform-bubble .plan_bar a {
    font-size: 0.7em;
    padding-left: -0.3em;
  }
  .desc_team,
  .desc_bar,
  .desc_bar {
    font-size: 0.8em;
  }
  .fotorama__nav-wrap {
    display: none;
  }

  .reservation {
    padding: 4rem 2rem 3rem;
  }
}
/*Start LYNX*/
body.overflow_hidden {
  overflow-y: hidden !important;
}

#full_box {
  background-color: var(--c-prim-two); /* rgba(46, 219, 219, .98);*/
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  opacity: 0;
  z-index: 10000;
  box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.4s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0.58, 1);
}

#full_box .full_content {
  display: block;
  position: absolute;
  top: 2vh;
  left: 2vw;
  bottom: 2vh;
  right: 2vw;
}

.content_close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-content: center;
  cursor: pointer;
  z-index: 11111;
}
.content_close i {
  color: var(--c-white);
  font-size: 1.5em;
  transition: all ease 0.5s;
}

@media (max-width: 767px) {
  .content_close {
    top: 3px;
    right: 3px;
  }
  .content_close i {
    font-size: 1.2em;
  }
}
.full_content #y_map {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
}

.full_content #y_map:first-child {
  justify-self: center;
  align-self: center;
}

.full_content iframe {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0.5em;
  box-sizing: border-box;
}
.full_content .empty_img,
.full_content .done {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.2em;
  line-height: 1.5em;
  color: var(--c-white);
}
.full_content .empty_img h2,
.full_content .done h2 {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 1em;
}

.full_content .done.done_err h2 {
  background-color: var(--c-accent);
  border-radius: 5px;
}
.full_content .empty_img div p,
.full_content .done div p {
  text-align: right;
  font-size: 0.9em;
  color: var(--c-option);
}
.fixed_block {
  color: var(--c-accent);
  position: fixed;
  top: 50%;
  left: 0.2em;
  font-size: 3em;
  line-height: 2em;
  z-index: 1100;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.fixed_block #svg_de path {
  fill: var(--c-accent);
  transition: all 0.5s ease-in;
}
.fixedcallicon,
.fixed_delivery {
  position: relative;
  width: 2em;
  height: 2em;
  margin: 0.3em 0;
  text-align: left;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.5s ease-in;
}

.fixedcallicon {
  overflow: hidden;
}
.fixedcallicon i {
  width: 2em;
  text-align: center;
}
.fixedcallicon a {
  line-height: 3em;
  font-size: 30px;
  vertical-align: middle;
}
.fixedcallicon a span {
  font-size: 0.5em;
  color: var(--c-prim);
}
.fixed_delivery:hover {
  background: var(--c-accent);
  color: var(--c-prim-o);
}
.fixed_delivery:hover #svg_de path {
  fill: var(--c-prim-o);
}
.fixedcallicon:hover {
  width: 310px;
  background: var(--c-accent);
  color: var(--c-prim-o);
}

.approval {
    font-size: .6em;
    color: #bbbbbbcc;
}
/*end LYNX*/
