/home/bdqbpbxa/demo-subdomains/sparkskyiv.goodface.com.ua/wp-content/themes/sparks/css/style.css
@font-face {
font-family: 'Crimson';
src: url('../fonts/crimson-text-regular.woff2') format('woff2'), url('../fonts/crimson-text-regular.woff') format('woff');
font-weight: normal;
}
@font-face {
font-family: 'Proxima';
src: url('../fonts/proxima-nova-light.woff2') format('woff2'), url('../fonts/proxima-nova-light.woff') format('woff');
font-weight: 300;
}
@font-face {
font-family: 'Proxima';
src: url('../fonts/proxima-nova-semibold.woff2') format('woff2'), url('../fonts/proxima-nova-semibold.woff') format('woff');
font-weight: 600;
}
@font-face {
font-family: 'Proxima';
src: url('../fonts/proxima-nova-regular.woff2') format('woff2'), url('../fonts/proxima-nova-regular.woff') format('woff');
font-weight: normal;
}
html {
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
html * {
box-sizing: inherit;
-webkit-box-sizing: inherit;
}
body {
margin: 0;
font-family: 'Proxima';
-webkit-font-smoothing: antialiased;
position: relative;
overflow-x: hidden;
}
.hidden-scroll {
position: fixed;
width: 100%;
}
.no-hidden-scroll {
position: static;
width: auto;
}
.no-scroll {
overflow-y: hidden;
}
ul, ol {
list-style: none;
margin: 0;
padding: 0;
}
p {
margin: 0;
}
a {
text-decoration: none;
outline: none;
}
img,
svg,
iframe {
display: block;
}
iframe {
border: none;
width: 100%;
height: 100%;
}
.clearfix:after,
.block:after {
content: '';
display: block;
clear: both;
}
.wrapper {
position: relative;
overflow: hidden;
}
.block {
position: relative;
z-index: 1;
}
.half {
position: relative;
width: 50%;
height: 100%;
float: left;
background: #fff;
}
.heading {
font-family: 'Crimson';
font-weight: normal;
}
.heading .word {
display: inline-block;
}
.heading .word span {
display: inline-block;
transform-origin: 50% 54%;
-webkit-transform-origin: 50% 54%;
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
}
.white-heading {
color: #fff;
}
.black-heading {
color: #000714;
}
.heading1 {
font-size: 55px;
line-height: 55px;
}
.heading2 {
font-size: 40px;
line-height: 25px;
}
.heading3 {
font-size: 20px;
line-height: 25px;
}
.text p {
margin: 0;
font-size: 14px;
line-height: 25px;
color: #797b80;
}
.text p+p {
margin-top: 36px;
}
.description {
font-size: 14px;
letter-spacing: 0.3px;
color: #333;
}
.icon {
display: inline-block;
vertical-align: middle;
}
.icon-text {
display: inline-block;
vertical-align: middle;
}
.buttons {
font-size: 0;
}
.button {
position: relative;
display: inline-block;
vertical-align: middle;
border: solid 1px #d79660;
height: 50px;
padding: 0 20px;
line-height: 48px;
}
.button:before {
content: '';
display: block;
opacity: 0;
position: absolute;
left: -1px;
right: -1px;
top: -1px;
bottom: -1px;
background: url(../img/square-hover.png) 50% 50% no-repeat;
background-size: cover;
-webkit-background-size: cover;
transition: opacity .25s ease;
-webkit-transition: opacity .25s ease;
}
.button span {
position: relative;
display: block;
font-size: 14px;
font-weight: 600;
color: #d79660;
transition: color .25s ease;
-webkit-transition: color .25s ease;
}
.button:hover span {
color: #fff;
}
.button:hover:before {
opacity: 1;
}
.link {
position: relative;
font-size: 0;
display: inline-block;
vertical-align: middle;
}
.link:before {
content: '';
display: block;
position: absolute;
right: 50%;
bottom: 0;
background: #d79660;
width: 50%;
height: 1px;
transition: background .25s ease, width .25s ease;
-webkit-transition: background .25s ease, width .25s ease;
}
.link:hover:before {
background: #101317;
width: 0;
}
.link:after {
content: '';
display: block;
position: absolute;
left: 50%;
bottom: 0;
background: #d79660;
width: 50%;
height: 1px;
transition: background .25s ease, width .25s ease;
-webkit-transition: background .25s ease, width .25s ease;
}
.link:hover:after {
background: #101317;
width: 0;
}
.link .icon {
margin-left: 8px;
}
.link .icon svg path {
-webkit-transition: fill .25s ease;
}
.link:hover .icon svg path {
fill: #101317;
}
.link .icon-text {
font-size: 14px;
font-weight: 600;
line-height: 25px;
color: #d79660;
transition: color .25s ease;
-webkit-transition: color .25s ease;
}
.link:hover .icon-text {
color: #101317;
}
.intro {
position: relative;
height: 100vh;
overflow: hidden;
padding: 0 35px;
}
.about .intro {
height: 480px;
background: url(../img/about.jpg) 50% 35% no-repeat;
background-size: cover;
-webkit-background-size: cover;
}
.backgrounds {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #000714;
}
.about .backgrounds {
display: none;
}
.backgrounds .background {
position: absolute;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
-webkit-background-size: cover;
opacity: 0;
transition: opacity 1s ease-in-out;
-webkit-transition: opacity 1s ease-in-out;
}
.backgrounds .background.background-show {
opacity: 1;
}
.backgrounds .background:before {
content: '';
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(25, 26, 30, .8);
}
.backgrounds .background:first-of-type:before {
display: none;
}
.overlay {
position: absolute;
left: 50%;
top: 50%;
z-index: 10;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.overlay .overlay1 {
position: relative;
width: 1920px;
height: 1280px;
background: url(../img/sparks1.png) 50% 50% no-repeat;
}
.overlay .overlay2 {
position: absolute;
left: 0;
top: 0;
width: 1920px;
height: 1280px;
background: url(../img/sparks2.png) 50% 50% no-repeat;
}
.intro-top {
position: absolute;
left: 0;
right: 0;
top: 0;
z-index: 25;
}
.intro-middle {
position: relative;
left: 50%;
top: 60%;
transform: translate(-50%, -60%);
-webkit-transform: translate(-50%, -60%);
text-align: center;
z-index: 26;
}
.about .intro-middle {
position: absolute;
left: 35px;
right: 35px;
top: auto;
z-index: 25;
bottom: 84px;
transform: none;
-webkit-transform: none;
}
.intro-bottom {
position: absolute;
left: 0;
right: 0;
bottom: 35px;
z-index: 25;
}
.about .intro-bottom {
display: none;
}
.left {
float: left;
margin-left: 35px;
}
.intro-top .left {
margin-top: 35px;
}
.middle {
position: absolute;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
text-align: center;
}
.intro-top .middle {
top: 0;
font-size: 0;
z-index: 30;
}
.intro-bottom .middle {
bottom: 0;
z-index: 20;
}
.right {
float: right;
margin-right: 35px;
}
.intro-top .right {
margin-top: 35px;
}
.about .intro-top .right {
font-size: 0;
}
.adress {
font-size: 0;
}
.adress .icon {
margin: 0 10px 0 0;
}
.adress .icon-text {
font-size: 14px;
line-height: 17px;
letter-spacing: 0.3px;
color: #bebebe;
}
.adress .icon svg {
width: 15px;
height: 17px;
}
.timetable {
margin-top: 10px;
font-size: 0;
white-space: nowrap;
}
.timetable .icon {
margin: 0 10px 0 0;
}
.timetable .icon svg {
width: 15px;
height: 15px;
}
.timetable .schedule .schedule-block .schedule-text:after {
content: ':\00a0';
}
.timetable .schedule .schedule-block .schedule-number:after {
content: ';\00a0';
}
.timetable .schedule .schedule-block:last-of-type .schedule-number:after {
content: '';
}
.timetable .schedule .schedule-block span {
display: inline-block;
vertical-align: baseline;
font-size: 14px;
line-height: 15px;
letter-spacing: 0.3px;
color: #bebebe;
}
.navicon {
display: none;
position: absolute;
left: 35px;
top: 35px;
width: 36px;
height: 23px;
z-index: 101;
}
.navicon:before {
content: '';
display: block;
width: 36px;
height: 3px;
background: #fff;
border-radius: 3px;
-webkit-border-radius: 3px;
position: absolute;
top: 0;
transition: background .25s ease-in-out, transform .25s ease-in-out, top .25s ease-in-out;
-webkit-transition: background .25s ease-in-out, -webkit-transform .25s ease-in-out, top .25s ease-in-out;
}
.navicon.navicon-toggle:before {
background: #000714;
transform: rotate(45deg) scale(0.82, 1);
-webkit-transform: rotate(45deg) scale(0.82, 1);
top: 10px;
}
.navicon:after {
content: '';
display: block;
width: 36px;
height: 3px;
background: #fff;
border-radius: 3px;
-webkit-border-radius: 3px;
position: absolute;
bottom: 0;
transition: background .25s ease-in-out, transform .25s ease-in-out, top .25s ease-in-out;
-webkit-transition: background .25s ease-in-out, -webkit-transform .25s ease-in-out, top .25s ease-in-out;
}
.navicon.navicon-toggle:after {
background: #000714;
transform: rotate(-45deg) scale(0.82, 1);
-webkit-transform: rotate(-45deg) scale(0.82, 1);
bottom: 10px;
}
.navicon span {
display: block;
width: 100%;
height: 3px;
position: absolute;
top: 10px;
background: #fff;
border-radius: 3px;
-webkit-border-radius: 3px;
opacity: 1;
transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}
.navicon.navicon-toggle span {
opacity: 0;
}
.logo {
display: inline-block;
}
.logo svg {
width: 93px;
height: 92px;
}
.menu {
margin: 58px 0 0 -32px;
font-size: 0;
}
.menu li {
display: inline-block;
margin: 0 32px;
}
.menu li a {
position: relative;
display: block;
font-family: 'Crimson';
font-size: 15px;
line-height: 25px;
letter-spacing: 2.3px;
color: #fff;
text-transform: uppercase;
padding-bottom: 16px;
transition: color .25s ease;
-webkit-transition: color .25s ease;
}
.menu li a:hover {
color: #d79660;
}
.menu li a:before {
content: '';
display: block;
position: absolute;
right: 50%;
bottom: 0;
background: #fff;
width: 25%;
height: 1px;
transition: background .25s ease, width .25s ease;
-webkit-transition: background .25s ease, width .25s ease;
}
.menu li a:hover:before {
background: #d79660;
width: 0;
}
.menu li a:after {
content: '';
display: block;
position: absolute;
left: 50%;
bottom: 0;
background: #fff;
width: 25%;
height: 1px;
transition: background .25s ease, width .25s ease;
-webkit-transition: background .25s ease, width .25s ease;
}
.menu li a:hover:after {
background: #d79660;
width: 0;
}
.tel {
display: inline-block;
font-size: 0;
}
.tel .icon {
margin: 0 10px 0 0;
}
.tel .icon svg {
width: 15px;
height: 16px;
}
.tel .icon-text {
font-size: 14px;
line-height: 16px;
letter-spacing: 0.3px;
color: #fff;
transition: color .25s ease;
-webkit-transition: color .25s ease;
}
.tel:hover .icon-text {
color: #d79660;
}
.tel .icon svg path {
-webkit-transition: fill .25s ease;
}
.tel:hover .icon svg path {
fill: #d79660;
}
.phone {
font-size: 0;
text-align: right;
}
.about .phone {
display: inline-block;
vertical-align: top;
margin-left: 30px;
}
.phone .phone-text {
font-size: 14px;
letter-spacing: 0.3px;
color: #bebebe;
margin-top: 4px;
}
.phone .phone-text span {
display: inline-block;
padding: 0 15px;
margin: 0 -15px;
text-align: center;
background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
background-repeat: no-repeat;
background-size: 15px 100%;
-webkit-background-size: 15px 100%;
-webkit-background-clip: text;
-webkit-animation: shine 3s linear infinite;
}
@-webkit-keyframes shine {
0% {
background-position: top left;
}
20%, 100% {
background-position: top right;
}
}
.about .intro .heading1 {
display: none;
}
.after-head-title {
color: #ffffff;
font-size: 55px;
line-height: 55px;
font-family: "Crimson";
max-width: 600px;
margin: 0 auto;
}
.intro-text {
font-size: 17px;
font-weight: 300;
line-height: 30px;
color: #fff;
margin: 0 auto;
margin-top: 48px;
max-width: 490px;
}
.about .intro-text {
font-family: 'Crimson';
font-size: 25px;
font-weight: normal;
margin-top: 0;
max-width: none;
}
.play {
display: inline-block;
margin-top: 42px;
}
.play .icon {
position: relative;
margin: 0 14px 0 0;
}
.play .icon:before {
content: '';
display: block;
opacity: 0;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: url(../img/circle-hover.png) 50% 50% no-repeat;
background-size: cover;
-webkit-background-size: cover;
transition: opacity .25s ease;
-webkit-transition: opacity .25s ease;
}
.play .icon svg {
position: relative;
border: solid 1px #d79660;
border-radius: 50%;
-webkit-border-radius: 50%;
}
.play .icon-text {
font-size: 14px;
font-weight: 600;
line-height: 25px;
color: #fefefe;
transition: color .25s ease;
-webkit-transition: color .25s ease;
}
.play:hover .icon:before {
opacity: 1;
}
.play:hover .icon-text {
color: #d79660;
}
.play .icon .triangle {
-webkit-transition: fill .25s ease;
}
.play:hover .icon .triangle {
fill: transparent;
}
.lang {
font-size: 0;
}
.about .lang {
display: inline-block;
vertical-align: top;
}
.lang li {
display: inline-block;
}
.lang li:after {
content: '/';
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 12px;
font-size: 14px;
color: #bebebe;
}
.lang li:last-of-type:after {
display: none;
}
.lang li a {
display: inline-block;
vertical-align: middle;
font-size: 14px;
letter-spacing: 0.3px;
color: #fff;
text-transform: uppercase;
transition: color .25s ease;
-webkit-transition: color .25s ease;
}
.lang li a:hover {
color: #d79660;
}
.lang li.current-lang a {
color: #bebebe;
pointer-events: none;
}
.circles .circle {
animation: circles 1.5s ease infinite;
-webkit-animation: circles 1.5s ease infinite;
}
@keyframes circles {
0%, 100% {
opacity: .15;
}
50% {
opacity: 1;
}
}
@-webkit-keyframes circles {
0%, 100% {
opacity: .15;
}
50% {
opacity: 1;
}
}
.circles .circle2 {
animation-delay: .25s;
-webkit-animation-delay: .25s;
}
.circles .circle3 {
animation-delay: .5s;
-webkit-animation-delay: .5s;
}
.social {
font-size: 0;
}
.social li {
display: inline-block;
vertical-align: middle;
}
.social li+li {
margin-left: 20px;
}
.social li a {
display: block;
}
.social li a svg path {
-webkit-transition: fill .25s ease;
}
.social li a:hover svg path {
fill: #d79660;
}
.facebook svg {
width: 9px;
height: 16px;
}
.instagram svg {
width: 15px;
height: 15px;
}
.tripadvisor svg {
width: 26px;
height: 15px;
}
.pattern {
font-size: 0;
background: #fff url(../img/marble.png) 50% 50% no-repeat;
overflow: hidden;
text-align: center;
float: right;
}
.bar .pattern {
float: left;
}
.pattern:before {
content: '';
height: 100%;
display: inline-block;
vertical-align: middle;
}
.letter {
position: absolute;
left: 50%;
top: 30%;
transform: translate(-50%, -30%);
-webkit-transform: translate(-50%, -30%);
font-family: 'Crimson';
font-size: 800px;
line-height: 500px;
color: rgba(0, 7, 20, .07);
}
.inner {
position: relative;
display: inline-block;
vertical-align: middle;
text-align: left;
}
.kitchen .half {
height: 640px;
}
.kitchen .inner {
width: 100%;
max-width: 480px;
}
.kitchen .text {
margin-top: 45px;
}
.kitchen .buttons {
margin-top: 38px;
}
.kitchen .button {
margin-right: 30px;
}
.about .kitchen .button {
display: none;
}
.kitchen .link .icon {
vertical-align: baseline;
}
.kitchen .link .icon-text {
vertical-align: baseline;
}
.kitchen .link svg {
width: 14px;
height: 10px;
-webkit-transform-origin: 50% 50%;
-webkit-transform: scaleY(1);
-webkit-animation: blink 4s ease-in-out infinite;
}
@-webkit-keyframes blink {
0%, 5% {
-webkit-transform: scaleY(1);
}
1% {
-webkit-transform: scaleY(.5);
}
}
.reserve {
padding: 100px 35px;
background: url(../img/copper.jpg) 50% 50%;
background-size: cover;
-webkit-background-size: cover;
text-align: center;
}
.reserve .reserve-block {
display: inline-block;
position: relative;
width: 100%;
max-width: 520px;
background: #fff;
box-shadow: 0px 10px 15px 0 rgba(0, 7, 20, .25);
-webkit-box-shadow: 0px 10px 15px 0 rgba(0, 7, 20, .25);
padding: 10px;
}
.reserve .reserve-block .border {
position: absolute;
left: 0;
right: 0;
height: 26px;
}
.reserve .reserve-block .border-top {
top: 0;
}
.reserve .reserve-block .border-bottom {
bottom: 0;
}
.reserve .reserve-block .point {
width: 26px;
height: 26px;
position: absolute;
top: 0;
background: #fff;
z-index: 1;
}
.reserve .reserve-block .point-left {
left: 0;
}
.reserve .reserve-block .point-right {
right: 0;
}
.reserve .reserve-block .point:before {
content: '';
display: block;
position: absolute;
width: 4px;
height: 4px;
background: #d79660;
border-radius: 50%;
-webkit-border-radius: 50%;
}
.reserve .reserve-block .border-top .point:before {
top: 10px;
}
.reserve .reserve-block .point-left:before {
left: 10px;
}
.reserve .reserve-block .border-bottom .point:before {
bottom: 10px;
}
.reserve .reserve-block .point-right:before {
right: 10px;
}
.reserve .reserve-block .reserve-inner {
border: 1px solid #d79660;
padding: 37px 50px;
}
.reserve .text {
color: rgba(0, 7, 20, .8);
margin-top: 30px;
}
.reserve .tel {
font-family: 'Crimson';
font-size: 20px;
line-height: 25px;
color: #000714;
margin-top: 36px;
transition: .25s;
}
.reserve .tel:hover {
color: #d79660;
transition: .25s;
}
.events {
background: url(../img/beton.jpg) 50% 50% no-repeat;
background-size: cover;
-webkit-background-size: cover;
padding: 124px 0 135px;
}
.events .heading2 {
padding: 0 9.5%;
margin-bottom: 38px;
}
.events .link svg {
width: 14px;
height: 14px;
}
.main .gallery {
padding: 100px 0 200px;
background: url(../img/marble.jpg) 50% 50% no-repeat;
background-size: cover;
-webkit-background-size: cover;
overflow: hidden;
}
.contacts .half {
height: 520px;
overflow: hidden;
}
.map {
width: 100%;
height: 100%;
}
.contacts .inner {
width: 100%;
max-width: 480px;
}
.contacts .contact {
margin-top: 50px;
}
.footer .contact {
margin-top: 38px;
}
.contacts .contact .contact-block+.contact-block {
margin-top: 25px;
}
.footer .contact .contact-block {
width: 33.3333333333%;
float: left;
}
.contact .adress {
font-family: 'Crimson';
font-size: 20px;
line-height: 25px;
}
.contacts .adress {
color: #000714;
margin-top: 10px;
}
.contacts .adress a {
color: #000714;
transition: .25s;
}
.contacts .adress a:hover {
color: #d79660;
transition: .25s;
}
.footer .adress {
color: #fff;
}
.footer .adress a {
color: #ffffff;
transition: .25s;
}
.footer .adress a:hover {
color: #d79660;
transition: .25s;
}
.schedule {
display: table;
}
.contact .schedule {
font-family: 'Crimson';
font-size: 20px;
line-height: 25px;
}
.contacts .schedule {
color: #000714;
margin-top: 10px;
}
.footer .schedule {
color: #fff;
position: relative;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
.schedule-block {
display: table-cell;
vertical-align: top;
}
.contacts .schedule-block, .footer .schedule-block {
display: block;
}
.contact .tel {
font-family: 'Crimson';
font-size: 20px;
line-height: 25px;
}
.contacts .tel {
color: #000714;
margin-top: 10px;
}
.contacts .delivery {
display: inline-block;
margin-top: 10px;
}
.glovo svg {
width: auto;
height: 20px;
}
.delivery svg {
width: auto;
height: 20px;
}
.ubereats svg {
width: auto;
height: 12px;
}
.delivery svg path {
transition: .25s;
}
.delivery:hover svg path {
fill: #d79660;
}
.contact .tel {
transition: .25s;
}
.contact .tel:hover {
color: #d79660 !important;
transition: .25s;
}
.footer .contact .tel {
color: #fff;
transition: .25s;
}
.footer {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
background: #101317;
}
.footer:before {
content: '';
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: url(../img/sparks2.png) 50% 50% no-repeat;
}
.footer-min {
position: relative;
padding: 35px 0;
}
.footer-max {
position: relative;
padding: 25px 9.5%;
text-align: center;
}
.main .footer-max {
opacity: 0;
}
.footer .description {
margin-bottom: 18px;
color: #bebebe;
}
.copyright {
font-size: 14px;
letter-spacing: 0.3px;
color: #bebebe;
}
.developer {
font-size: 0;
}
.developer span {
display: inline-block;
vertical-align: baseline;
font-size: 14px;
letter-spacing: 0.3px;
color: #bebebe;
}
.developer a {
display: inline-block;
vertical-align: baseline;
font-size: 14px;
letter-spacing: 0.3px;
color: #d79660;
transition: color .25s ease;
-webkit-transition: color .25s ease;
}
.developer a:before {
content: '\00a0';
}
.developer a:hover {
color: #fff;
}
.modal {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 100;
overflow: hidden;
font-size: 0;
text-align: center;
opacity: 0;
pointer-events: none;
transition: opacity .25s ease;
-webkit-transition: opacity .25s ease;
-webkit-overflow-scrolling: auto;
}
.modal:before {
content: '';
height: 100%;
display: inline-block;
vertical-align: middle;
}
.modal.modal-show {
opacity: 1;
pointer-events: auto;
}
.modal.modal-scroll {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
.modal .modal-background {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(25, 26, 30, .8);
z-index: 1;
}
.modal .modal-window {
width: 100%;
max-width: 61.7585%;
height: 64.7065%;
position: relative;
background: #000;
display: inline-block;
vertical-align: middle;
z-index: 101;
}
.menu-modal .modal-window {
max-width: 100%;
height: 100%;
padding: 0 40px;
background: #fff url(../img/marble.png) 50% 50% no-repeat;
}
.menu-modal .modal-window:before {
content: '';
height: 100%;
display: inline-block;
vertical-align: middle;
}
.modal .modal-close {
display: block;
width: 23px;
height: 23px;
position: absolute;
right: -37px;
top: -37px;
z-index: 1;
}
.modal .modal-close:before {
content: '';
display: block;
background: #fff;
width: 100%;
height: 3px;
position: absolute;
top: 10px;
transform: rotate(45deg) scale(1.2835, 1);
-webkit-transform: rotate(45deg) scale(1.2835, 1);
}
.modal .modal-close:after {
content: '';
display: block;
background: #fff;
width: 100%;
height: 3px;
position: absolute;
top: 10px;
transform: rotate(-45deg) scale(1.2835, 1);
-webkit-transform: rotate(-45deg) scale(1.2835, 1);
}
.modal-content {
height: 100%;
}
.menu-modal .modal-content {
height: auto;
display: inline-block;
vertical-align: middle;
}
.modal-content .menu {
margin: 0;
}
.modal-content .menu li {
display: block;
margin: 0;
}
.modal-content .menu li+li {
margin: 28px 0 0;
}
.modal-content .menu li a {
display: inline-block;
font-size: 20px;
letter-spacing: 3px;
color: #d79660;
}
.modal-content .menu li a:before {
background: #d79660;
}
.modal-content .menu li a:after {
background: #d79660;
}
.modal-content .timetable {
margin-top: 28px;
}
.modal-content .timetable .icon {
vertical-align: top;
}
.modal-content .timetable .icon svg path {
fill: #333;
}
.modal-content .timetable .icon-text {
vertical-align: top;
}
.modal-content .timetable .schedule {
text-align: left;
}
.modal-content .timetable .schedule .schedule-block span {
display: block;
color: #333;
}
.modal-content .timetable .schedule .schedule-block .schedule-text:after {
content: '';
}
.modal-content .timetable .schedule .schedule-block .schedule-number:after {
content: '';
}
.modal-content .adress {
margin-top: 28px;
}
.modal-content .adress .icon svg path {
fill: #333;
}
.modal-content .adress .icon-text {
color: #333;
}
.modal-content .social {
margin-top: 28px;
}
.modal-content .social li a svg path {
fill: #d79660;
}
.modal-content .lang {
margin-top: 28px;
}
.modal-content .lang li:after {
color: #333;
}
.modal-content .lang li a {
color: #000714;
}
.modal-content .lang li.current-lang a {
color: #333;
}
.tabs {
position: relative;
text-align: center;
}
.tabs .tabs-nav {
position: relative;
font-size: 0;
}
.tabs .tabs-nav ul {
display: inline-block;
position: relative;
}
.tabs .tabs-nav ul li {
position: relative;
display: inline-block;
vertical-align: baseline;
}
.tabs .tabs-nav ul li:after {
content: '/';
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 12px;
font-size: 40px;
color: #858b99;
}
.tabs .tabs-nav ul li:last-of-type:after {
display: none;
}
.tabs .tabs-nav ul li a {
position: relative;
display: inline-block;
vertical-align: middle;
font-family: 'Crimson';
font-size: 40px;
color: #fff;
letter-spacing: 1px;
border-bottom: 2px dotted #fff;
pointer-events: auto;
transition: color .25s ease, border .25s ease;
-webkit-transition: color .25s ease, border .25s ease;
}
.tabs .tabs-nav ul li.current a {
color: #858b99;
border-bottom: 2px dotted transparent;
pointer-events: none;
}
.tabs .tabs-content {
position: relative;
margin-top: 104px;
}
.tabs-content .tab-content {
position: relative;
opacity: 0;
pointer-events: none;
transition: opacity .5s ease;
-webkit-transition: opacity .5s ease;
}
.tabs-content .tab-content.tab-show {
opacity: 1;
pointer-events: auto;
}
.tabs-content>div:nth-of-type(n+2) {
position: absolute;
left: 0;
right: 0;
top: 0;
}
.events-slider {
user-select: text;
-webkit-user-select: text;
margin: 0 -15px;
}
.slider .slick-list {
margin: 0 9.5%;
}
.slider .slick-track {
margin: 0;
}
.kitchen-slider .slick-list {
margin: 0;
}
.gallery-slider .slick-list {
overflow-y: visible;
}
.slider .slick-slide {
outline: 0;
font-size: 0;
}
.slider .slide {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
-webkit-background-size: cover;
}
.kitchen-slider .slide {
height: 640px;
}
.gallery-slider .slide {
transform: scale(1, .75);
-webkit-transform: scale(1, .75);
transition: transform .25s ease;
-webkit-transition: -webkit-transform .25s ease;
}
.gallery-slider .slick-center .slide, .gallery-slider .slick-clone-center .slide {
position: relative;
transform: scale(1, 1);
-webkit-transform: scale(1, 1);
z-index: 1;
}
.events-slider .slide {
padding: 15px 15px 0;
}
.gallery-slider .slide:before {
content: '';
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(25, 26, 30, .8);
transition: background .25s ease;
-webkit-transition: background .25s ease;
}
.gallery-slider .slick-center .slide:before, .gallery-slider .slick-clone-center .slide:before {
background: rgba(25, 26, 30, 0);
}
.slider .slide .image {
display: block;
height: 100%;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
-webkit-background-size: cover;
min-height: 1px;
}
.events-slider .slide .description {
margin-top: 23px;
}
.events-slider .slide .heading3 {
margin-top: 14px;
margin-bottom: 0;
}
.events-slider .slide .heading3 a {
color: #000714;
transition: .25s;
}
.events-slider .slide .heading3 a:hover {
color: #d79660;
transition: .25s;
}
.events-slider .slide .link {
margin-top: 23px;
}
.slider .slick-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
cursor: pointer;
z-index: 1;
}
.slider .slick-arrow svg path {
-webkit-transition: stroke .25s ease;
}
.slider .slick-arrow:hover svg path {
stroke: #d79660;
}
.events-slider .slick-arrow {
top: auto;
transform: none;
-webkit-transform: none;
margin-top: 15px;
}
.slider .prev-arrow {
left: 35px;
}
.events-slider .prev-arrow {
left: calc(5% - 10px);
}
.gallery-slider .prev-arrow {
left: calc(26.25% - 25px);
}
.slider .next-arrow {
right: 35px;
}
.events-slider .next-arrow {
right: calc(5% - 10px);
}
.gallery-slider .next-arrow {
right: calc(26.25% - 25px);
}
.slider .slick-dots {
position: absolute;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
bottom: 20px;
width: 100%;
text-align: center;
font-size: 0;
z-index: 1;
}
.slider .slick-dots li {
position: relative;
display: inline-block;
vertical-align: middle;
width: 8px;
height: 8px;
background: rgba(255, 255, 255, .4);
border-radius: 50%;
-webkit-border-radius: 50%;
cursor: pointer;
}
.slider .slick-dots li.slick-active {
background: #fff;
}
.slider .slick-dots li+li {
margin-left: 5px
}
.start-window-container {
display: -webkit-flex;
display: -ms-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
position: fixed;
z-index: 102;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(25, 26, 30, .8);
overflow-y: scroll;
display: none;
}
.start-window-container_scroll {
display: block;
overflow: auto;
padding: 64px 0px;
}
.start-window-container.active {
display: -webkit-flex;
display: -ms-flex;
display: flex;
}
.start-window {
position: relative;
width: 1000px;
background-color: #F5F5F5;
background-image: url(../img/grey-pattern.png);
}
.start-window-container_scroll .start-window {
margin: auto;
}
.start-window__close {
position: absolute;
top: -33px;
right: -33px;
width: 22px;
height: 22px;
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuNTg1NzQgMTFMMC4yOTI4NDcgMS43MDcxMUwxLjcwNzA2IDAuMjkyODkyTDExIDkuNTg1NzlMMjAuMjkyOCAwLjI5Mjg5MkwyMS43MDcxIDEuNzA3MTFMMTIuNDE0MiAxMUwyMS43MDcxIDIwLjI5MjlMMjAuMjkyOCAyMS43MDcxTDExIDEyLjQxNDJMMS43MDcwNiAyMS43MDcxTDAuMjkyODQ3IDIwLjI5MjlMOS41ODU3NCAxMVoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
cursor: pointer;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.start-window__close:hover {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.start-window-image {
width: auto !important;
}
.start-window-image img {
display: block;
max-width: 90vw;
max-height: calc(100vh - 128px);
}
.start-window-video {
position: relative;
width: auto !important;
background-image: none;
}
.start-window video {
display: block;
width: auto;
height: auto;
max-width: 85vw;
max-height: 85vh;
border: none !important;
}
.sound-button {
position: absolute;
right: 15px;
bottom: 15px;
z-index: 1;
width: 35px;
height: 35px;
border-radius: 50%;
background-color: rgba(0,0,0,0.7);
cursor: pointer;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: 60% auto;
background-size: 60% auto;
background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogIDxwYXRoIGQ9Ik0yNjIuNTkzIDkxLjc5MzNMMTQ4LjIzMyAxOTAuNzA3SDQwVjMxNy45OTNIMTQ2LjU5M0wyNjIuNTkzIDQxOC4zMzNWOTEuNzkzM1oiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIzMy4zMzMzIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==');
}
.sound-button.active {
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4wIiB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDc1IDc1Ij4NCiAgPHBhdGggZD0iTTM5LjM4OSwxMy43NjkgTDIyLjIzNSwyOC42MDYgTDYsMjguNjA2IEw2LDQ3LjY5OSBMMjEuOTg5LDQ3LjY5OSBMMzkuMzg5LDYyLjc1IEwzOS4zODksMTMuNzY5eiIgc3R5bGU9InN0cm9rZTojZmZmO3N0cm9rZS13aWR0aDo1O3N0cm9rZS1saW5lam9pbjpyb3VuZDtmaWxsOiNmZmY7Ii8+DQogIDxwYXRoIGQ9Ik00OCwyNy42YTE5LjUsMTkuNSAwIDAgMSAwLDIxLjRNNTUuMSwyMC41YTMwLDMwIDAgMCAxIDAsMzUuNk02MS42LDE0YTM4LjgsMzguOCAwIDAgMSAwLDQ4LjYiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLXdpZHRoOjU7c3Ryb2tlLWxpbmVjYXA6cm91bmQiLz4NCjwvc3ZnPg0K');
}
.start-window__border {
position: absolute;
top: 10px;
right: 26px;
left: 26px;
bottom: 10px;
border: 1px solid #D69563;
border-right: none;
border-left: none;
}
.start-window__border div:first-child {
position: absolute;
top: 15px;
left: -15px;
bottom: 15px;
border-left: 1px solid #D69563;
}
.start-window__border div:last-child {
position: absolute;
top: 15px;
right: -15px;
bottom: 15px;
border-left: 1px solid #D69563;
}
.start-window__border div:first-child:before,
.start-window__border div:first-child:after,
.start-window__border div:last-child:before,
.start-window__border div:last-child:after {
content: '';
display: block;
position: absolute;
width: 4px;
height: 4px;
border-radius: 50%;
background-color: #D69563;
}
.start-window__border div:first-child:before {
top: -15px;
left: 0px;
}
.start-window__border div:first-child:after {
bottom: -15px;
left: 0px;
}
.start-window__border div:last-child:before {
top: -15px;
right: 0px;
}
.start-window__border div:last-child:after {
bottom: -15px;
right: 0px;
}
.start-window__content {
position: relative;
z-index: 1;
display: -webkit-flex;
display: -ms-flex;
display: flex;
justify-content: space-between;
-ms-align-items: flex-start;
align-items: flex-start;
padding: 48px;
}
.start-window__content img {
display: block;
width: 360px;
}
.start-window__description {
width: 496px;
}
.start-window__title {
width: 430px;
font-family: 'Crimson';
font-size: 36px;
line-height: 40px;
letter-spacing: -1px;
}
.start-window__price {
display: -webkit-flex;
display: -ms-flex;
display: flex;
-ms-align-items: center;
align-items: center;
margin: 32px 0px;
}
.start-window__price div {
width: 131px;
padding-right: 15px;
font-size: 28px;
line-height: 28px;
letter-spacing: -0.5px;
font-weight: 600;
}
.start-window__price div span {
display: block;
color: #999999;
font-size: 15px;
line-height: 20px;
letter-spacing: 0px;
font-weight: 400;
margin-top: 4px;
}
.start-window__price p {
padding: 16px 24px;
font-size: 15px;
line-height: 20px;
background-color: #F2EBE6;
}
.start-window__info {
width: 450px;
margin-bottom: 40px;
}
.start-window__info p {
font-size: 17px;
line-height: 20px;
color: #222222;
margin-bottom: 8px;
}
.start-window__info p:last-child {
margin-bottom: 0;
}
.start-window__info strong {
font-weight: 600;
}
.start-window__info a {
font-weight: 600;
color: #D69563;
}
.start-window__info ul {
margin-bottom: 24px;
}
.start-window__info ul:last-child {
margin-bottom: 0;
}
.start-window__info ul li {
position: relative;
padding-left: 15px;
font-size: 15px;
line-height: 20px;
color: #595959;
margin-bottom: 12px;
}
.start-window__info ul li:last-child {
margin-bottom: 0;
}
.start-window__info ul li:before {
content: '';
display: block;
position: absolute;
top: 9px;
left: 0;
width: 3px;
height: 3px;
border-radius: 50%;
background-color: #595959;
}
.start-window__bottom-info {
text-transform: uppercase;
font-size: 12px;
line-height: 20px;
}
.start-window__bottom-info strong {
font-weight: 600;
}
@media screen and (max-width: 1599px) {
.intro-middle {
top: 65%;
transform: translate(-50%, -65%);
-webkit-transform: translate(-50%, -65%);
}
}
@media screen and (max-width: 1279px) {
.heading1, .after-head-title {
font-size: 50px;
}
.kitchen .half {
height: 512px;
}
.kitchen-slider .slide {
height: 512px;
}
.letter {
font-size: 700px;
line-height: 400px;
}
.kitchen .inner {
max-width: 420px;
}
.kitchen .text {
margin-top: 35px;
}
.kitchen .text p+p {
margin-top: 26px;
}
.kitchen .buttons {
margin-top: 28px;
}
.gallery-slider .prev-arrow {
left: calc(20.75% - 25px);
}
.gallery-slider .next-arrow {
right: calc(20.75% - 25px);
}
.contacts .half {
height: 512px;
}
.contacts .inner {
max-width: 420px;
}
.intro-top .middle {
width: 100%;
}
.start-window {
width: 720px;
}
.start-window__close {
right: 0;
top: -40px;
}
.start-window__content {
padding: 35px;
}
.start-window__content img {
width: 230px;
}
.start-window__description {
width: 390px;
}
.start-window__title {
width: auto;
font-size: 31px;
line-height: 35px;
letter-spacing: -1px;
}
.start-window__price {
display: block;
margin: 20px 0px 25px 0px;
}
.start-window__price p {
margin-top: 20px;
}
.start-window__info {
width: auto;
margin-bottom: 30px;
}
}
@media screen and (max-width: 1023px) {
.heading .word:after {
content: ' \2014';
}
.heading .word span {
transform-origin: 50% 53%;
-webkit-transform-origin: 50% 53%;
}
.heading br {
display: none;
}
.intro {
background-position: 20% 50%;
}
.about .intro {
background-position: 50% 35%;
}
.intro-top .middle {
top: 70px;
width: 100%;
}
.about .timetable .icon, .about .timetable .icon-text {
vertical-align: top;
}
.menu {
margin: 58px 0 0 0;
}
.intro-middle {
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.half {
width: 100%;
float: none;
}
.kitchen .inner {
max-width: 420px;
}
.about .kitchen .inner {
max-width: 520px;
}
.bar .pattern {
float: none;
}
.reserve .tel {
margin-top: 26px;
}
.footer .contact {
margin-top: 28px;
}
.footer .contact .contact-block {
width: 100%;
float: none;
}
.footer .contact .contact-block+.contact-block {
margin-top: 28px;
}
.footer .middle {
position: relative;
left: auto;
transform: none;
-webkit-transform: none;
}
.footer-max {
padding: 35px;
}
.footer-min {
padding: 35px 0;
text-align: center;
}
.about .footer-min {
padding: 13px 0 35px;
}
.footer .left {
float: none;
margin: 28px 0 0;
}
.footer .right {
float: none;
margin: 28px 0 0;
}
.events-slider .slide .link {
margin-top: 16px;
}
.modal .modal-window {
max-width: calc(100% - 70px);
height: 50%;
}
.menu-modal .modal-window {
max-width: 100%;
height: 100%;
}
.modal .modal-close {
right: 0;
top: -43px;
}
.about .intro-middle {
bottom: 40px;
}
}
@media screen and (max-width: 767px) {
.start-window video {
max-height: 70vh;
}
.navicon {
left: 20px;
top: 20px;
display: block;
}
.heading1, .after-head-title {
font-size: 30px;
line-height: 35px;
}
.intro {
height: 600px;
padding: 0 20px;
}
.about .intro {
height: 480px;
}
.intro-text {
font-size: 14px;
line-height: 25px;
margin-top: 38px;
}
.intro-top .left {
margin: 20px 0 0 20px
}
.intro-top .right {
margin: 20px 20px 0 0;
}
.intro-middle {
top: 65%;
transform: translate(-50%, -65%);
-webkit-transform: translate(-50%, -65%);
}
.about .intro-middle {
left: 20px;
right: 20px;
}
.play {
margin-top: 28px;
}
.kitchen .half {
height: 375px;
}
.kitchen .pattern {
height: 500px;
padding: 0 25px;
}
.kitchen-slider .slide {
height: 375px;
}
.letter {
font-size: 550px;
line-height: 400px;
}
.kitchen .inner {
max-width: 100%;
}
.events {
padding: 74px 25px;
}
.events .heading2 {
padding: 0;
margin-bottom: 18px;
}
.slider .slick-list {
margin: 0;
}
.slider .prev-arrow {
left: 20px;
}
.events-slider .prev-arrow {
left: -10px;
}
.gallery-slider .prev-arrow {
left: -25px;
}
.slider .next-arrow {
right: 20px;
}
.events-slider .next-arrow {
right: -10px;
}
.gallery-slider .next-arrow {
right: -25px;
}
.main .gallery {
padding: 75px 25px;
}
.tabs .tabs-content {
margin-top: 35px;
}
.reserve {
padding: 75px 25px;
}
.reserve .reserve-block .reserve-inner {
padding: 50px 25px;
}
.reserve .heading2 {
line-height: 40px;
font-size: 33px;
}
.contacts .half {
height: 375px;
}
.contacts .pattern {
padding: 0 25px;
height: 475px;
}
.contacts .inner {
max-width: 100%;
}
.footer {
position: relative;
left: auto;
right: auto;
bottom: auto;
}
.modal .modal-window {
max-width: calc(100% - 40px);
height: calc(100% - 83px);
margin: 63px 0 20px;
}
.menu-modal .modal-window {
max-width: 100%;
height: 100%;
margin: 0;
}
.about .intro-text {
font-size: 19px;
}
.start-window {
width: 351px;
}
.start-window__content {
display: block;
padding: 25px;
}
.start-window__border {
top: 8px;
bottom: 8px;
}
.start-window__border div:first-child {
top: 16px;
left: -18px;
}
.start-window__border div:first-child:before {
top: -16px;
}
.start-window__content img {
width: 100%;
height: 301px;
object-fit: cover;
margin-bottom: 16px;
}
.start-window__description {
width: auto;
}
.start-window__title {
font-size: 24px;
line-height: 28px;
letter-spacing: -0.5px;
}
.start-window__price {
margin-bottom: 24px;
}
.start-window__price div {
font-size: 24px;
line-height: 24px;
letter-spacing: -0.5px;
margin-bottom: 4px;
}
.start-window__price p {
margin-top: 16px;
font-size: 14px;
padding: 14px 10px 14px 15px;
}
.start-window__info {
margin-bottom: 20px;
}
.start-window__info ul {
margin-bottom: 16px;
}
}
@media screen and (max-width: 767px) and (orientation: landscape) {
.modal-content .menu li {
display: inline-block;
vertical-align: baseline;
}
.modal-content .menu li+li {
margin: 0 0 0 38px;
}
}
@media screen and (max-width: 567px) {
.gallery-slider .slide {
height: 228px;
transform: scale(1, 1);
-webkit-transform: scale(1, 1);
}
.gallery-slider .slide:before {
display: none;
}
}