html {
	scroll-behavior: smooth;
	scroll-padding-top: 74px;
}
p {
	font-weight: 200;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #deb158;
}
body {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    background: #000;
}
header {
    background: #000;
    position: fixed;
    width: 100%;
    z-index: 100;
}
header a {
    color: #fff;
}
h2, h3, h4 {
    margin: 0;
    padding: 20px 0 40px;
}
.container {
    width: 1040px;
    margin: 0 auto;
    padding: 60px 0;
	position: relative;
	z-index: 1;
}
.contacts svg {
    width: 36px;
}
div#main .container {
    padding-top: 130px;
}
header .container {
	padding: 0;
}
header .container, nav.nav ul, .contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav.nav ul {
    padding: 0;
    list-style-type: none;
}
a.logo img {
    width: 200px;
    padding: 10px 20px 10px 0;
    vertical-align: top;
}
nav.nav a {
    font-size: 18px;
    padding: 0 20px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}
nav.nav a:hover {
    color: #deb158;
}
.contacts a {
    font-size: 21px;
    margin-left: 10px;
}
.faq-text {
    padding: 15px 0 5px;
}
.faq-text p {
    margin: 10px 0;
}
div#main {
    background: url(../images/background-main.jpg) 50% 24% no-repeat;
    background-size: cover;
    font-size: 24px;
}
.left-60 {
    width: 60%;
    color: #fff;
}
div#main h1 {
    font-size: 56px;
}
span.colorspan {
    color: #deb158;
}
a.btn {
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 10px 30px;
    font-size: 20px;
    display: inline-block;
    clear: both;
	transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}
.pbut {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,0%);
	padding: 0 0 20px 0!important;
}
div#menu h3 {
    text-align: center;
    font-size: 42px;
}
.menu-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    margin: 0 -15px;
}
.menu-item {
    width: calc((100%/3) - 30px);
    margin: 0 15px 30px;
    box-sizing: border-box;
	position: relative;
    text-align: center;
    background: linear-gradient(45deg, #2c2c2c, #26262657);
    box-shadow: 0 0 7px 5px #00000094;
	cursor: pointer;
	transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}
a.menu-link {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.menu-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.menu-item:hover {
    transform: scale(1.05);
}
.img-item {
    height: 220px;
	overflow: hidden;
}
.menu-item h4 {
    padding: 15px;
    font-size: 26px;
}
.menu-item a.btn {
    font-size: 16px;
    padding: 8px 25px;
}
a.btn:hover, .menu-item:hover a.btn {
    background: #deb158;
    border-color: #deb158;
    color: #ffffff;
}
.menu-item p {
    margin: 0 0 5px 0;
    line-height: 1.4;
    color: #fff9;
}
.menu-item .menu-item-price {
    font-size: 20px;
    font-weight: 400;
    color: #deb158;
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,0%);
    padding: 0 0 20px 0!important;
}
.menu-item-desc {
    padding: 0 10px 120px;
}
div#menu {
    color: #fff;
    position: relative;
    background: url(../images/stol.jpg);
    background-size: 100%;
}
div#menu:before {
    background: url(../images/logo.png) -15% 5%;
    background-size: 25%;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
div#menu:after {
    background: url(../images/logo.png) 110% 75%;
    background-size: 20%;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
div#lamb {
    color: #fff;
    position: relative;
    background: url(../images/lamb.jpg) 50% 24% no-repeat;
    background-size: cover;
}
div#lamb p, div#lamb h3 {
    margin: 0;
	padding: 0;
}
div#lamb h3 {
    font-size: 62px;
    margin: 0px 0 40px;
}

div#lamb p {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px;
	font-weight: 300;
}
div#lamb p.px26 {
    font-size: 26px;
	margin-bottom: 0;
}
p.price {
    font-size: 56px !important;
    font-weight: 700!important;
    margin-bottom: 25px !important;
}
p.offer {
    text-transform: uppercase;
	font-weight: 400!important;
}
div#faq {
    color: #fff;
    position: relative;
    background: url(../images/background-faq.jpg) 50% 0% no-repeat;
    background-size: revert;
    font-size: 26px;
}
div#faq .container {
	padding: 120px 0;
}
div#faq h3, div#comments h3 {
    font-size: 48px;
	text-align: center;
}
div#about-us h3 {
    font-size: 56px;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
}
details {
    background: #0000009e;
    margin-bottom: 20px;
    padding: 15px;
    cursor: pointer;
}
details p {
    font-size: 18px;
    padding: 0 20px;
    opacity: .6;
    font-weight: 300;
    margin: 20px 0 15px;
    line-height: 1.4;
}
summary:hover::marker, details[open] summary::marker {
    color: #deb158;
}
div#about-us {
	color: #fff;
    position: relative;
    background: url(../images/about-us-fon.jpg) 50% 0 no-repeat;
    background-size: cover;
	font-size: 20px;
}
div#about-us a.btn {
    margin-top: 30px;
}
div#about-us .container {
    padding: 120px 0;
}
.footer-block p {
    text-align: right;
    font-size: 18px;
    font-weight: 400;
}
#video {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	filter: grayscale(70%);
}
.footer-block img {
    width: 250px;
	vertical-align: top;
}
footer .container {
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
footer .container p {
    margin: 5px 0;
}
.footer-block svg {
    width: 36px;
    margin: 0 5px;
}
.copyright {
    background: #101010;
    text-align: CENTER;
    padding: 15px 0;
    color: #fff;
}
.copyright span {
    opacity: .6;
	font-weight: 200;
}
.copyright a {
    color: #deb158;
	opacity: .6;
}
.copyright a:hover {
	opacity: 1;
}
.contacts svg path, .footer-block svg path {
    fill: #000;
}
.contacts svg, .footer-block svg {
    background: #fff;
    border-radius: 10px;
    padding: 6px;
    box-sizing: border-box;
    vertical-align: middle;
}
.whatsapp:hover svg {
    background: linear-gradient(45deg, #28D146, #5EFB7A);
}
.telegram:hover svg {
    background: linear-gradient(45deg, #00BFFF, #1E90FF);

}
.instagram:hover svg {
    background: linear-gradient(45deg, #F79E44 0%, #D81639 30%, #78389E 70%);
}
.instagram:hover svg path, .whatsapp:hover path {
	fill: #fff;
}
html:not(.touch) .gallery-image figcaption, .touch .gallery-image figcaption, .mfp-with-zoom .mfp-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  color: rgba(255, 255, 255, 0);
  padding: 1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 600;
  max-width: calc(100% - 9em);
  line-height: 1.25;
  text-align: center;
  box-sizing: border-box;
}
a.gallery-link {
    width: 25%;
}

.gallery {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
@media (min-width: 480px) {
  .gallery {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (min-width: 1260px) {
  .gallery {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
			display: flex;
    flex-wrap: wrap;
  }
}

.gallery-image {
    position: relative;
    margin: 0;
    padding: 0;
    height: 230px;
    width: 100%;
    display: block;
}
.gallery-image:hover img {
	transform: scale(1.05);
	filter: grayscale(0)
}
.gallery-image:before, .gallery-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 16px solid #00000080;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  will-change: border;
}
.gallery-image:after {
  border-width: 0;
}
.gallery-image img {
  display: block;
  max-width: 100%;
    object-fit: cover;
    height: 100%;
    width: 100%;
      filter: grayscale(0%);
	   transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}
html:not(.touch) .gallery-image {
  overflow: hidden;
}
html:not(.touch) .gallery-image:hover:before {
  border-width: 16px;
}
html:not(.touch) .gallery-image:hover:after {
  border-width: 32px;
}
.touch .gallery-image figcaption {
  top: auto;
  bottom: 2em;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-bg {
  background-color: rgba(0, 0, 0, 0.9);
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 1;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-with-zoom img.mfp-img {
  padding: 0;
}
.mfp-with-zoom .mfp-figure:after {
  top: 0;
  bottom: 0;
}
.mfp-with-zoom .mfp-container {
  padding: 0;
}
.mfp-with-zoom .mfp-content {
  overflow: hidden;
}
.mfp-with-zoom .mfp-bottom-bar {
  top: auto;
  bottom: 0;
  margin-top: 0;
}
.mfp-with-zoom .mfp-title {
  top: auto;
  bottom: 2em;
}

.mfp-arrow {
  opacity: 1;
  margin-top: 0 !important;
  width: 20%;
  height: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mfp-arrow:before, .mfp-arrow:after {
  margin: 0;
  border: none;
  width: 2rem;
  height: 2rem;
  -webkit-transform: rotate(-45deg) translate(-50%, -100%);
          transform: rotate(-45deg) translate(-50%, -100%);
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.mfp-arrow:active {
  -webkit-transform: translateY(-50%) scale(0.95);
          transform: translateY(-50%) scale(0.95);
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:before, .mfp-arrow-left:after {
  border-top: 2px solid white;
  border-left: 2px solid white;
}
.mfp-arrow-left:after {
  margin-left: 2rem;
}
.mfp-arrow-left:hover:before, .mfp-arrow-left:active:before {
  margin-left: 2rem;
}
.mfp-arrow-left:hover:after, .mfp-arrow-left:active:after {
  margin-left: 0;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:before, .mfp-arrow-right:after {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}
.mfp-arrow-right:after {
  margin-left: 2rem;
}
.mfp-arrow-right:hover:before {
  margin-left: 2rem;
}
.mfp-arrow-right:hover:after {
  margin-left: 0;
}

button.mfp-close {
  opacity: 1;
  margin-top: 0 !important;
  width: 20%;
  height: 30%;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
button.mfp-close:before, button.mfp-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  border: none;
  width: 2rem;
  height: 2rem;
  opacity: 1;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  border-top: 2px solid white;
  border-left: 2px solid white;
}
button.mfp-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
button.mfp-close:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
button.mfp-close:hover:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
button.mfp-close:hover:after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
button.mfp-close:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
div#comments {
    color: #fff;
    background: linear-gradient(315deg, #252525, #1c1c1c);
}
.comment p {
    margin: 0;
    padding-bottom: 50px;
}
p.name {
    font-weight: 600;
    font-size: 26px;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,0%);
    padding: 0 0 20px 0!important;
    color: #deb158;
}
.comments {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    margin: 0 -15px;
}
.comment {
    font-size: 18px;
    padding: 30px;
    border-radius: 10px;
    width: calc((100%/3) - 30px);
    margin: 0 15px 30px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    background: linear-gradient(45deg, #2c2c2c, #26262657);
    cursor: pointer;
    box-shadow: 0 0 15px #00000030;
}
.comment img {
    width: 85px;
    padding: 0 0 20px 0;
}


@media (max-width: 767px) {
.container {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
	padding-top: 40px;
	padding-bottom: 40px;
	box-sizing: border-box;
}
div#menu {
    background-size: contain;
    background-repeat: repeat;
}
a.menu-link {
    display: none;
}
	a.btn:hover {
    background: #deb158;
    border-color: #deb158;
}
	.menu-item:hover a.btn {
    background: transparent;
    border-color: #fff;
}
	.menu-item:hover {
    transform: scale(1);
}
.contacts svg, .footer-block svg {
    padding: 4px;
	border-radius: 6px;
}
header .container {
	width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
	box-sizing: border-box;
}
.contacts a {
    font-size: 18px;
}
.contacts svg {
    width: 24px;
}
	nav.nav {
    display: none;
}
a.logo img {
    width: 130px;
    padding: 10px 0;
}
.left-60 {
    width: 100%;
}
div#main {
    background-position-x: 60% !important;
}
div#main p {
    font-size: 20px;
}
div#main h1, div#about-us h3 {
    font-size: 40px;
}
div#menu h3 {
    font-size: 28px;
}
.menu-item {
    width: 100%;
    margin: 10px 0;
}
.menu-list {
    margin: 0;
    padding: 0;
    flex-direction: column;
}
.menu-item {
    width: 100%;
}
div#menu:before {
    background: url(../images/logo left.png) -39% 0%;
    background-size: 46%;
	background-repeat: no-repeat;
}
div#menu:after {
    background: url(../images/logo left.png) 126% 99%;
    background-size: 37%;
	background-repeat: no-repeat;
}
div#about-us {
    background-position: 82% 0%;
}
div#lamb h3 {
    font-size: 42px;
    line-height: 1;
}
.footer-block p {
	text-align: center;
}
div#lamb p {
    font-size: 18px;
}
div#lamb {
	background-position: 80% 0;
}
div#faq h3, div#comments h3 {
    font-size: 32px;
}
div#faq .container {
    padding: 60px 0;
}
summary {
    font-size: 20px;
}
footer .container {
    align-items: center;
    flex-direction: column;
	text-align: center;
}
.footer-block {
    margin: 10px 0;
}
}

@media (max-width: 500px) {
	.contacts a {
	    margin-left: 5px;
}
.comment {
	width: 100%;
}

}