

/* Start:/local/templates/restoran/css/fonts.css?17164037083035*/
@font-face {
  font-family:'HarmoniaSansProCyr-Bold';
  font-display: swap;
  src: url('/local/templates/restoran/css/../fonts/HarmoniaSansProCyr-Bold_gdi.eot');
  src: url('/local/templates/restoran/css/../fonts/HarmoniaSansProCyr-Bold_gdi.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/restoran/css/../fonts/HarmoniaSansProCyr-Bold_gdi.woff') format('woff'),
    url('/local/templates/restoran/css/../fonts/HarmoniaSansProCyr-Bold_gdi.ttf') format('truetype'),
    url('/local/templates/restoran/css/../fonts/HarmoniaSansProCyr-Bold_gdi.otf') format('opentype'),
    url('/local/templates/restoran/css/../fonts/HarmoniaSansProCyr-Bold_gdi.svg#HarmoniaSansProCyr-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family:'HarmoniaSansProCyr-Regular';
  font-display: swap;
  src: url('/local/templates/restoran/css/../fonts/HarmoniaSansProCyr-Regular_gdi.eot');
  src: url('/local/templates/restoran/css/../fonts/HarmoniaSansProCyr-Regular_gdi.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/restoran/css/../fonts/HarmoniaSansProCyr-Regular_gdi.woff') format('woff'),
    url('/local/templates/restoran/css/../fonts/HarmoniaSansProCyr-Regular_gdi.ttf') format('truetype'),
    url('/local/templates/restoran/css/../fonts/HarmoniaSansProCyr-Regular_gdi.otf') format('opentype'),
    url('/local/templates/restoran/css/../fonts/HarmoniaSansProCyr-Regular_gdi.svg#HarmoniaSansProCyr-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family:'HarmoniaSansProCyr-SemiBd';
  font-display: swap;
  src: url('/local/templates/restoran/css/../fonts/HarmoniaSansProCyr-SemiBd_gdi.eot');
  src: url('/local/templates/restoran/css/../fonts/HarmoniaSansProCyr-SemiBd_gdi.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/restoran/css/../fonts/HarmoniaSansProCyr-SemiBd_gdi.woff') format('woff'),
    url('/local/templates/restoran/css/../fonts/HarmoniaSansProCyr-SemiBd_gdi.ttf') format('truetype'),
    url('/local/templates/restoran/css/../fonts/HarmoniaSansProCyr-SemiBd_gdi.otf') format('opentype'),
    url('/local/templates/restoran/css/../fonts/HarmoniaSansProCyr-SemiBd_gdi.svg#HarmoniaSansProCyr-SemiBd') format('svg');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family: 'anglecia_pro_textlight_italic';
  font-display: swap;
  src: url('/local/templates/restoran/css/../fonts/angleciaprotextlightitalic-webfont.eot');
  src: url('/local/templates/restoran/css/../fonts/angleciaprotextlightitalic-webfont.eot?#iefix') format('embedded-opentype'),
  url('/local/templates/restoran/css/../fonts/angleciaprotextlightitalic-webfont.woff2') format('woff2'),
  url('/local/templates/restoran/css/../fonts/angleciaprotextlightitalic-webfont.woff') format('woff'),
  url('/local/templates/restoran/css/../fonts/angleciaprotextlightitalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AngleciaProText-SemiBoldItalic';
  font-display: swap;
  src: url('/local/templates/restoran/css/../fonts/AngleciaProText-SemiBoldItalic.eot');
  src: url('/local/templates/restoran/css/../fonts/AngleciaProText-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
  url('/local/templates/restoran/css/../fonts/AngleciaProText-SemiBoldItalic.woff2') format('woff2'),
  url('/local/templates/restoran/css/../fonts/AngleciaProText-SemiBoldItalic.woff') format('woff'),
  url('/local/templates/restoran/css/../fonts/AngleciaProText-SemiBoldItalic.ttf') format('truetype'),
  url('/local/templates/restoran/css/../fonts/AngleciaProText-SemiBoldItalic.svg#AngleciaProText-SemiBoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* End */


/* Start:/local/templates/restoran/css/afterload.css?17457478292954*/
/*/bitrix/js/main/popup/dist/main.popup.bundle.css*/
.popup-window {
	background-color: #fff;
	-webkit-box-shadow: 0 7px 21px rgba(83, 92, 105, .12), 0 -1px 6px 0 rgba(83, 92, 105, .06);
	        box-shadow: 0 7px 21px rgba(83, 92, 105, .12), 0 -1px 6px 0 rgba(83, 92, 105, .06);
	padding: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
	border-radius: var(--popup-window-border-radius);
	will-change: opacity;
}

.popup-window-with-titlebar {
	padding: 0 10px 10px;
}

.popup-window-titlebar {
	height: 49px;
}

.popup-window-titlebar-text {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #80868e;
	display: inline-block;
	font-size: 14px;
	font-weight: var(--ui-font-weight-bold);
	max-width: 100%;
	line-height: 49px;
	overflow: hidden;
	padding: 0 30px 0 4px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
}

.popup-window-content {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	border-radius: var(--popup-window-content-border-radius);
}

.popup-window-with-titlebar .popup-window-content {
	padding: 20px;
}

.popup-window-close-icon {
	cursor: pointer;
	height: 27px;
	outline: none;
	opacity: 0.5;
	position: absolute;
	right: 3px;
	top: 5px;
	width: 27px;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.popup-window-close-icon:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
	width: 10px;
	height: 10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.666.621a.5.5 0 00-.707 0L5.002 3.58 2.044.62a.5.5 0 00-.707 0l-.714.714a.5.5 0 000 .707L3.581 5 .623 7.957a.5.5 0 000 .708l.714.713a.5.5 0 00.707 0L5.002 6.42l2.957 2.958a.5.5 0 00.708 0l.713-.714a.5.5 0 000-.707L6.422 5 9.38 2.042a.5.5 0 000-.707L8.666.62z' fill='%23828b95'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
}

.popup-window-close-icon:hover {
	opacity: 1;
}

.popup-window-buttons {
	text-align: center;
	padding: 20px 0 10px;
	position: relative;
}

.popup-window-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: #333;
	opacity: 0.5;
}

.popup-window.--open {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

/* End */


/* Start:/local/templates/restoran/components/bitrix/menu/top_menu/style.min.css?1716403715778*/
div.blue-tabs-menu{float:left;width:100%;background:#bbd9ee;font-size:93%;line-height:normal}div.blue-tabs-menu ul{margin:0;padding:10px 10px 0 10px;list-style:none}div.blue-tabs-menu li{display:inline;margin:0;padding:0}div.blue-tabs-menu a{float:left;background:url("/local/templates/restoran/components/bitrix/menu/top_menu/images/tableft.gif") no-repeat left top;margin:0;padding:0 0 0 4px;text-decoration:none;margin-top:.2em}div.blue-tabs-menu a nobr{float:left;display:block;background:url("/local/templates/restoran/components/bitrix/menu/top_menu/images/tabright.gif") no-repeat right top;padding:5px 15px 4px 6px;white-space:nowrap;color:#666}/*\*/div.blue-tabs-menu a nobr{float:none}/**/div.blue-tabs-menu a:hover nobr{color:#ff9834}div.blue-tabs-menu a:hover{background-position:0 -42px}div.blue-tabs-menu a:hover nobr{background-position:100% -42px}div.menu-clear-left{clear:left}
/* End */


/* Start:/local/templates/restoran/components/bitrix/sale.basket.basket.line/header_basket/style.css?17164037151121*/
.pl-header-cart {}
.pl-header-cart__wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: 'HarmoniaSansProCyr-Regular', sans-serif;
	font-weight: normal;
}
.pl-header-cart__icon {
	display: block;
	position: relative;
    background-image: url(/local/templates/restoran/components/bitrix/sale.basket.basket.line/header_basket/images/cart-black.png);
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 33px;
    width: 33px;
    text-decoration: none;
}
.pl-header-cart__icon:hover {
	text-decoration: none;
}
.pl-header--home .pl-header-cart__icon {
	background-image: url(/local/templates/restoran/components/bitrix/sale.basket.basket.line/header_basket/images/cart-white.png);
}
.pl-header-cart__num-products {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	min-width: 18px;
    height: 18px;
    min-height: 18px;
	position: absolute;
	top: -2px;
	right: -6px;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    color: #000;
    background-color: #fcb700;
	border-radius: 50%;
}
.pl-header--home .pl-header-cart__num-products {
	color: #fff;
}
.pl-header-cart__total-price {
	margin-left: 6px;
    font-size: 14px;
    line-height: 1;
}
/* End */


/* Start:/local/templates/restoran/template_styles.css?174582840026600*/
* {
	outline: none;
}
html {
    height: 100%;
}
body {
	margin: 0;
	padding-top: 85px;
	background: #fff;
	font-size: 18px;
	font-family: 'HarmoniaSansProCyr-SemiBd', sans-serif;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
    min-height: 100%;
}
a:hover,
a:focus,
a:active {
	color: inherit;
	text-decoration: inherit;
	outline: inherit;
}
h1,h2,h3 {
    font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
    font-weight: normal;
    margin: 0 0 10px 0;
    text-align: center;
    line-height: normal;
}
h1 {
    font-size: 28.5px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 25px;
}

.pl-home-bg {
	position: fixed;
	/*position: absolute;*/
    z-index: 5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*padding-bottom: 150px; */
   	/*background-image: url(/local/templates/restoran/video/blank_video.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;*/
    overflow-y: auto;
}
.pl-home-bg__image {
	position: absolute;
    width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.pl-home-bg__image--landscape,
.pl-home-bg__image--portrait {
	display: none;
}
@media screen and (orientation: landscape) {
	.pl-home-bg__image--landscape {
		display: block;
	}
}
@media screen and (orientation: portrait) {
	.pl-home-bg__image--portrait {
		display: block;
	}
}
.pl-reserve-table {
	position: relative;
	padding: 50px 0 140px;
	margin-top: 70px;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
}
.pl-reserve-table__link {
	display: block;
	width: 133px;
	padding: 20px 15px;
	margin: 0 auto 20px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	background-color: rgba(0,0,0, 0.3);
	border: 2px solid #fff;
	transition: all .3s ease;
	box-sizing: content-box;
}
.pl-reserve-table__link:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(0,0,0, 0.7);
	border: 2px solid #fff;
}
.pl-reserve-table__link svg {
	border: 2px solid #fff;
}
@media (max-width: 320px) {
	.pl-reserve-table__link {
		width: 120px;
		padding: 15px 10px;
	}
}
.pl-header {
	position: fixed;
	top: 0;
    width: 100%;
	min-height: 85px;
	z-index: 100;
	background-color: #fff;
}
.pl-header--home {
	background-color: transparent;
}
.pl-header__inner {
	position: relative;
	z-index: 100;
}
.pl-header__row {
	padding: 12px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.pl-header__links,
.pl-header__contacts {
	display: flex;
	align-items: center;
}
@media (max-width: 991px) {
	.pl-header__links {
		padding-left: 48px;
	}
}
.pl-header__logo {
	display: block;
	width: 185px;
	height: 60px;
	font-size: 0;
	margin-right: 25px;
	text-decoration: none;
	background-image: url(/local/templates/restoran/images/logo-pattaya-b_2020.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}
.pl-header__logo:hover {
	text-decoration: none;
}
.pl-header--home .pl-header__logo,
.pl-header--home .pl-header__logo:hover {
	background-image: url(/local/templates/restoran/images/logo-pattaya-w_2020.png);
}
.pl-top-menu {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.pl-top-menu__link {
	display: inline-block;
	color: #000;
	font-size: 18px;
	transition: all .3s ease;
	border-bottom: 2px solid transparent;
	text-decoration: none;
}
.pl-top-menu__link:not(:last-child) {
	margin-right: 16px;
}
.pl-top-menu__link:hover {
	color: #000;
	border-bottom-color: rgba(0,0,0,.3);
	text-decoration: none;
}
.pl-header--home .pl-top-menu__link,
.pl-header--home .pl-top-menu__link:hover {
	color: #fff;
}
.pl-header--home .pl-top-menu__link:hover {
	border-bottom-color: rgba(255,255,255,.5);
}
.pl-top-contacts {
	justify-content: space-between;
	color: #000;
}
.pl-header--home .pl-top-contacts {
	justify-content: space-between;
	color: #fff;
}
.pl-top-contacts__spacer {
	width: 2px;
    height: 30px;
    margin: 2px 10px 2px 10px;
    background-color: #adadad;
}
.pl-top-contacts__phone {
	font-size: 1.4em;
}
.pl-top-contacts__lang-link{
	  /*text-transform: uppercase;*/
	  color: #000;
	 text-decoration: none;
	transition: all .3s ease;
    border-bottom: 2px solid transparent;
}
.pl-top-contacts__lang-link:hover {
	color: #000;
	text-decoration: none;
	transition: all .3s ease;
    border-bottom: 2px solid rgba(0,0,0,.3);
}
.pl-header--home .pl-top-contacts__lang-link,
.pl-header--home .pl-top-contacts__lang-link:hover{
	color: #fff;
	text-decoration: none;
}
@media (max-width: 768px) {
	.pl-top-contacts__phone a span+span {
		display:none;
	}
	.pl-top-contacts {
		border: 2px solid #adadad;
		padding: 4px 2px;
	}
}
@media (max-width: 374px) {
	.pl-header__logo{
		display:none;
	}
}
@media (max-width: 500px) {
	.pl-header__logo {
		width: 65px;
		background-size: cover;
		zoom:0.75;
		margin-left: 10px;
		margin-right: 0;
	}
	.pl-header-cart__total-price {
		display: none;
	}
}
.pl-header__line-wrap {
	position: fixed;
	top: 0;
    width: 100%;
    height: 87px;
    z-index: 50;
}
.pl-header__line {
	height: 87px;
	border-bottom: 2px solid #adadad;
}

.pl-pre-footer {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	z-index: 51;
}
.pl-pre-footer.pl-pre-footer--contacts {
	background: none;
	z-index: 49;
}
.pl-pre-footer__inner {
	min-height: 320px;
	/*background-color: rgba(0,0,0,.6);Затемение фона картинки в подвале*/
	padding-top: 50px;
}
.pl-pre-footer--contacts .pl-pre-footer__inner {
	background-color: #fff;
}

.pl-pre-footer__title {
	text-align: center;
}
h1.pl-pre-footer__h1 {
	font-family: 'HarmoniaSansProCyr-Bold', sans-serif;
    font-weight: normal;
    margin: 0 0 9px 0;
    font-size: 1.6em;
    color: #000;
}
.pl-backline {
	height: 3px;
    width: 80px;
    margin: 20px auto 60px auto;
    background-color: #000;
}

.pl-backline-black-50 {
	width: 50px;
	margin: 0 0 5px;
	border-top: 3px solid #000;
}

.pl-backline-black-100 {
	width: 100px;
	margin: 20px auto 20px;
	border-top: 2px solid #000;
}
.pl-pre-footer__btn-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.pl-pre-footer__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 320px;
    font-size: 1.2em;
    line-height: normal;
    color: #fff;
    border: 3px solid #fff;
    text-decoration: none !important;
    box-sizing: border-box;
    padding: 8px 10px;
    margin: 0 40px 25px;
}
.pl-pre-footer__btn:focus,
.pl-pre-footer__btn:active,
.pl-pre-footer__btn:hover {
    border: 3px solid #fff;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.35);
}
.pl-pre-footer__btn::before {
	content: '';
	display: inline-block;
	width: 30px;
	min-width: 30px;
	height: 30px;
	min-height: 30px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 30px;
	margin-right: 10px;
}
.pl-pre-footer__btn--call::before {
	background-image: url(/local/templates/restoran/images/call.png);
}
.pl-pre-footer__btn--delivery::before {
	background-image: url(/local/templates/restoran/images/delivery.png);
}
.pl-pre-footer__contacts {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pl-foot-contacts__item {
    font-size: 18px;
    line-height: normal;
	color: #fff;
	padding: 10px 10px 10px 60px !important; 
	background-repeat: no-repeat;
}
.pl-pre-footer--contacts .pl-foot-contacts__item {
	color: #000;
}
.pl-foot-contacts__item:not(:last-child) {
	border-right: 1px solid #fff;
}
.pl-pre-footer--contacts .pl-foot-contacts__item:not(:last-child) {
	border-right: 1px solid #000;
}
@media (max-width: 991px){
	.pl-foot-contacts__item:nth-child(-n+2) {
		border-bottom: 1px solid #fff;
	}
	.pl-pre-footer--contacts .pl-foot-contacts__item:nth-child(-n+2) {
		border-bottom: 1px solid #000;
	}
	.pl-foot-contacts__item:nth-child(2) {
		border-right: none;
	}
}
@media (max-width: 767px){
	.pl-foot-contacts__item:not(:last-child) {
		border-right: none !important;
		border-bottom: 1px solid #fff;
	}
	.pl-pre-footer--contacts .pl-foot-contacts__item:not(:last-child) {
		border-right: none !important;
		border-bottom: 1px solid #000;
	}
}
.pl-foot-contacts__item a,
.pl-foot-contacts__item span {
	display: block;
	color: #fff;
}
.pl-pre-footer--contacts .pl-foot-contacts__item a,
.pl-pre-footer--contacts .pl-foot-contacts__item span {
	color: #000;
}
.pl-foot-contacts__item a {
	text-decoration: underline;
	margin-top:8px;
	margin-bottom:8px;
}
.pl-foot-contacts__item a:hover {
	text-decoration: none;
}
.pl-foot-contacts__item--address {
	background-image: url(/local/templates/restoran/images/address.png);
	background-size: 17px 26px;
    background-position: 30px 12px;
}
.pl-pre-footer--contacts .pl-foot-contacts__item--address {
	background-image: url(/local/templates/restoran/images/address-black.png);
}
.pl-foot-contacts__item--time {
	background-image: url(/local/templates/restoran/images/time.png);
	background-size: 25px 25px;
	background-position: 25px 12px;
}
.pl-pre-footer--contacts .pl-foot-contacts__item--time {
	background-image: url(/local/templates/restoran/images/time-black.png);
}
.pl-foot-contacts__item--phone {
	background-image: url(/local/templates/restoran/images/phone.png);
	background-size: 16px 27px;
	background-position: 30px 12px;
}
.pl-pre-footer--contacts .pl-foot-contacts__item--phone {
	background-image: url(/local/templates/restoran/images/phone-black.png);
}
.pl-foot-contacts__item--social {
	background-image: url(/local/templates/restoran/images/instagram-white.svg);
	background-size: 25px 20px;
	background-position: 25px 12px;
}
.pl-pre-footer--contacts .pl-foot-contacts__item--social {
	background-image: url(/local/templates/restoran/images/instagram-black.svg);
}
.pl-footer {
    width: 100%;
    min-height: 130px;
    color: #3F3F3B;
    background-color: #dad6b7;
    display: flex;
    align-items: center;
}
.pl-footer.pl-footer--home {
    position: absolute;
    bottom: 0;
    z-index: 7;
	min-height: 70px;
    color: #000;
    background-color: rgba(204, 204, 204, .9);
}
.pl-footer__left {
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.pl-footer__right {
    align-self: center;
}
.pl-footer__logo {
	display: inline-block;
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	background-image: url(/local/templates/restoran/images/logo-pattaya-min.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	margin-right: 20px;
	border-radius: 10px;
}
.pl-footer__col-links {
	display: flex;
	flex-wrap: wrap;
}
.pl-footer__col-links a:not(:last-child) {
	margin-right: 30px;
}
.pl-footer__col-links a {
    font-size: 0.8em;
    line-height: 1.6;
    color: #3F3F3B;
    text-decoration: underline;
	padding-top:8px;
	padding-bottom:8px;
}
.pl-footer--home .pl-footer__col-links a {
    color: #000;
}
.pl-footer__col-links a:hover {
	text-decoration: none;
}
.pl-footer__icons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.pl-foot-icon__list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pl-foot-icon__item {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	font-size: 0;
	line-height: 0;
	margin-top: 2px;
	margin-bottom: 10px;
}
.pl-foot-icon__item:not(:last-child) {
	margin-right: 10px;
}
.pl-foot-icon__item--wifi {
	background-image: url(/local/templates/restoran/images/wifi-logo.png);
}
/*  
.pl-foot-icon__item--fb {
	background-image: url(/local/templates/restoran/images/fb.png);
}
.pl-foot-icon__item--inst {
	background-image: url(/local/templates/restoran/images/ig.png);
}
.pl-foot-icon__item--tripadvisor {
	background-image: url(/local/templates/restoran/images/trip.png);
}
*/
.pl-main {}

.pl-workarea {
	/*padding-top: 50px;*/
}

.pl-title {
	width: 68%;
	margin: 0 auto;
}

@media (max-width: 800px) {
	.pl-title {
		width: 80%;
	}
}
@media (max-width: 500px) {
	.pl-title {
		width: 90%;
	}
}

.pl-text {
	width: 68%;
	margin: 0 auto;
	margin-top: 30px;
    font-size: 16px;
    font-family: 'anglecia_pro_textlight_italic', sans-serif;
    font-weight: normal;
    line-height: 24px;
}
@media (max-width: 800px) {
	.pl-text {
		width: 80%;
	}
}
@media (max-width: 500px) {
	.pl-text {
		width: 90%;
	}
}
.pl-text p:first-child {
    margin-top: 0;
}
.pl-text p:last-child {
    margin-bottom: 0;
}

.pl-readmore {}
.pl-readmore__link {
	cursor: pointer;
	display: inline-block;
	font-family: 'HarmoniaSansProCyr-Regular', sans-serif;
	letter-spacing: 1px;
	color: #000;
	text-decoration: underline;
}
.pl-readmore__link:hover {
	color: #000;
	text-decoration: none;
}
.pl-readmore__text {
	margin-top: 16px;
	display: none;
}
.pl-mobile-control__wrapper {
	position: absolute;
	top: 0;
	left: -15px;
	height: 100%;
    min-width: 64px;
    width: 64px;
}
.pl-mobile-control__wrapper.open {
	background-color: #fcb700;
	box-shadow: 0 6px 5px 0px rgba(0, 0, 0, 0.4);
}
.pl-mobile-control {
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 45px;
    height: 36px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 7px 5px;
    transform: translate(-50%, -50%);
}
.pl-mobile-control .pl-mobile-control__line {
    position: relative;
    height: 3px;
    transition: transform .4s,opacity .4s,background-color .75s ease-in-out;
    border-radius: 2px
}
.pl-mobile-control .pl-mobile-control__line:not(:last-child) {
    margin-bottom: 6px
}
.pl-mobile-control .pl-mobile-control__line span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000
}
.pl-header--home .pl-mobile-control .pl-mobile-control__line span {
    background-color: #fff
}
.pl-mobile-control.open .pl-mobile-control__line {
    height: 3px
}
.pl-mobile-control.open .pl-mobile-control__line--1 {
    transform: rotate(-45deg) translate(-8px,5px)
}
.pl-mobile-control.open .pl-mobile-control__line--1 span,
.pl-mobile-control.open .pl-mobile-control__line--3 span {
    background-color: #fff
}
.pl-mobile-control.open .pl-mobile-control__line--2 {
    opacity: 0
}
.pl-mobile-control.open .pl-mobile-control__line--3 {
    transform: rotate(45deg) translate(-7px,-5px)
}
.pl-header__menu.open {
	display: flex !important;
	position: absolute;
	top: 100%;
	left: -15px;
	width: 285px;
	background-color: #fcb700;
	flex-direction: column;
	border-radius: 0 0 3px 3px;
	align-items: flex-start;
	padding: 10px;
	box-shadow: 0 6px 5px 0px rgba(0, 0, 0, 0.4);
}
.pl-header__menu.open .pl-top-menu__link {
	margin: 0 0 5px;
	color: #fff;
    width: 100%;
    line-height: 40px;
    border-bottom: none;
}
@media (max-width: 991px) {
	.pl-top-menu__link {
		display: flex;
		align-items: center;
	}
	.pl-top-menu__link::before {
		content: '';
		display: block;
		width: 25px;
		min-width: 25px;
		height: 25px;
		min-height: 25px;
		background-repeat: no-repeat;
		background-size: 25px;
		background-position: 50% 50%;
		margin-left: 3px;
		margin-right: 7px;
	}
	.pl-top-menu__link--about::before{
		background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 369.982 369.982"><defs/><path fill="%23FFF" d="M314.821 47.893c-34.797-28.139-80.904-43.636-129.83-43.636S89.958 19.754 55.161 47.894C19.59 76.661 0 115.142 0 156.249c0 41.108 19.59 79.591 55.161 108.356 34.797 28.141 80.904 43.639 129.83 43.639 4.981 0 10-.166 14.995-.496l31.509 51.959c2.213 3.648 6.134 5.916 10.399 6.018.097.002.191.002.29.002 4.155 0 8.051-2.068 10.376-5.529l66.711-99.326c32.727-28.33 50.711-65.371 50.711-104.621 0-41.11-19.589-79.591-55.161-108.358zm-13.917 195.78l-58.183 86.332-25.372-41.838c-2.279-3.76-6.348-6.018-10.686-6.018-.419 0-.84.021-1.262.062-6.752.684-13.619 1.029-20.412 1.029-88.22 0-159.991-56.97-159.991-126.994 0-70.023 71.771-126.992 159.991-126.992 88.22 0 159.991 56.969 159.991 126.992.002 32.639-15.652 63.686-44.076 87.427z"/></svg>');
	}
	.pl-top-menu__link--menu::before{
		background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 511.997 511.997"><defs/><path fill="%23FFF" d="M405.387 362.612c-35.202 0-63.84 28.639-63.84 63.84s28.639 63.84 63.84 63.84 63.84-28.639 63.84-63.84-28.639-63.84-63.84-63.84zm0 89.376c-14.083 0-25.536-11.453-25.536-25.536s11.453-25.536 25.536-25.536c14.083 0 25.536 11.453 25.536 25.536s-11.453 25.536-25.536 25.536zM507.927 115.875c-3.626-4.641-9.187-7.348-15.079-7.348H118.22l-17.237-72.12c-2.062-8.618-9.768-14.702-18.629-14.702H19.152C8.574 21.704 0 30.278 0 40.856s8.574 19.152 19.152 19.152h48.085l62.244 260.443c2.062 8.625 9.768 14.702 18.629 14.702h298.135c8.804 0 16.477-6.001 18.59-14.543l46.604-188.329c1.41-5.719.114-11.765-3.512-16.406zM431.261 296.85H163.227l-35.853-150.019h341.003L431.261 296.85zM173.646 362.612c-35.202 0-63.84 28.639-63.84 63.84s28.639 63.84 63.84 63.84 63.84-28.639 63.84-63.84-28.639-63.84-63.84-63.84zm0 89.376c-14.083 0-25.536-11.453-25.536-25.536s11.453-25.536 25.536-25.536 25.536 11.453 25.536 25.536-11.453 25.536-25.536 25.536z"/></svg>');
	}
	.pl-top-menu__link--news::before{
		background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs/><path fill="%23FFF" d="M256 146h-30v-19.667h20c5.522 0 10-4.478 10-10s-4.478-10-10-10h-20V86h30c5.522 0 10-4.478 10-10s-4.478-10-10-10h-40c-5.522 0-10 4.478-10 10v80c0 5.522 4.478 10 10 10h40c5.522 0 10-4.478 10-10s-4.478-10-10-10zM176 66c-5.522 0-10 4.478-10 10v37.321L146 78.68V76c0-5.522-4.478-10-10-10s-10 4.478-10 10v80c0 5.522 4.478 10 10 10s10-4.478 10-10v-37.321l20 34.641V156c0 5.522 4.478 10 10 10s10-4.478 10-10V76c0-5.522-4.478-10-10-10zM384.982 66.454c-5.267-1.647-10.88 1.29-12.527 6.563l-16.127 51.606-10.734-29.8 4.951-15.842c1.647-5.271-1.291-10.88-6.563-12.527-5.266-1.647-10.88 1.29-12.527 6.563L316 122.474l-15.455-49.456c-1.646-5.271-7.253-8.205-12.527-6.563-5.271 1.647-8.21 7.256-6.563 12.527l25 80C307.76 163.157 311.626 166 316 166s8.24-2.843 9.545-7.018l10.174-32.557 11.873 32.963c1.431 3.974 5.199 6.611 9.406 6.611.072 0 .145-.001.216-.002 4.294-.093 8.05-2.916 9.331-7.016l25-80c1.647-5.271-1.291-10.88-6.563-12.527zM437 106c-5.514 0-10-4.486-10-10s4.486-10 10-10c2.671 0 5.183 1.04 7.072 2.93 3.907 3.905 10.237 3.903 14.143-.002 3.904-3.906 3.903-10.237-.002-14.143C452.546 69.12 445.013 66 437 66c-16.542 0-30 13.458-30 30s13.458 30 30.027 30c5.514 0 10 4.486 10 10s-4.486 10-10 10c-2.671 0-5.183-1.04-7.072-2.93-3.907-3.905-10.237-3.903-14.143.002-3.904 3.906-3.903 10.237.002 14.143 5.667 5.665 13.2 8.785 21.213 8.785 16.542 0 30-13.458 30-30S453.569 106 437 106zM399 286c-5.514 0-10-4.486-10-10s4.486-10 10-10c2.668 0 5.178 1.039 7.066 2.925 3.908 3.902 10.24 3.896 14.143-.012 3.901-3.908 3.896-10.24-.012-14.143-3.2-3.195-6.995-5.578-11.135-7.047V236c0-5.522-4.478-10-10-10s-10 4.478-10 10v11.699C377.391 251.81 369 262.94 369 276c0 16.542 13.458 30 30 30 5.514 0 10 4.486 10 10s-4.486 10-10 10c-2.671 0-5.183-1.04-7.072-2.93-3.907-3.905-10.237-3.903-14.143.002-3.904 3.906-3.903 10.237.002 14.143 3.22 3.219 7.043 5.613 11.213 7.083V356c0 5.522 4.478 10 10 10s10-4.478 10-10v-11.72c11.639-4.128 20-15.243 20-28.28 0-16.542-13.458-30-30-30zM214 386h-64c-5.522 0-10 4.478-10 10s4.478 10 10 10h64c5.522 0 10-4.478 10-10s-4.478-10-10-10zM214 426h-84c-5.522 0-10 4.478-10 10s4.478 10 10 10h84c5.522 0 10-4.478 10-10s-4.478-10-10-10zM214 226h-84c-5.522 0-10 4.478-10 10v120c0 5.522 4.478 10 10 10h84c5.522 0 10-4.478 10-10V236c0-5.522-4.478-10-10-10zm-10 120h-64V246h64v100zM338 226h-84c-5.522 0-10 4.478-10 10s4.478 10 10 10h84c5.522 0 10-4.478 10-10s-4.478-10-10-10zM338 266h-84c-5.522 0-10 4.478-10 10s4.478 10 10 10h84c5.522 0 10-4.478 10-10s-4.478-10-10-10zM338 306h-64c-5.522 0-10 4.478-10 10s4.478 10 10 10h64c5.522 0 10-4.478 10-10s-4.478-10-10-10zM338 346h-84c-5.522 0-10 4.478-10 10s4.478 10 10 10h84c5.522 0 10-4.478 10-10s-4.478-10-10-10zM338 386h-84c-5.522 0-10 4.478-10 10s4.478 10 10 10h84c5.522 0 10-4.478 10-10s-4.478-10-10-10zM308 426h-54c-5.522 0-10 4.478-10 10s4.478 10 10 10h54c5.522 0 10-4.478 10-10s-4.478-10-10-10zM462 226h-24c-5.522 0-10 4.478-10 10s4.478 10 10 10h24c5.522 0 10-4.478 10-10s-4.478-10-10-10zM462 266h-14c-5.522 0-10 4.478-10 10s4.478 10 10 10h14c5.522 0 10-4.478 10-10s-4.478-10-10-10zM462 306h-14c-5.522 0-10 4.478-10 10s4.478 10 10 10h14c5.522 0 10-4.478 10-10s-4.478-10-10-10zM462 346h-24c-5.522 0-10 4.478-10 10s4.478 10 10 10h24c5.522 0 10-4.478 10-10s-4.478-10-10-10zM462 386h-84c-5.522 0-10 4.478-10 10s4.478 10 10 10h84c5.522 0 10-4.478 10-10s-4.478-10-10-10zM462 426h-84c-5.522 0-10 4.478-10 10s4.478 10 10 10h84c5.522 0 10-4.478 10-10s-4.478-10-10-10z"/><path fill="%23FFF" d="M502 26H90c-5.522 0-10 4.478-10 10v35.217L69.786 81.431 56.841 68.486c-3.909-3.892-10.229-3.883-14.126.016L29.786 81.431 17.071 68.715c-2.86-2.86-7.161-3.714-10.898-2.168C2.437 68.095 0 71.741 0 75.786V436c0 27.57 22.43 50 50 50h412c27.57 0 50-22.43 50-50V36c0-5.522-4.478-10-10-10zM80 121.217l-10.214 10.214-12.715-12.716c-2.859-2.86-7.161-3.714-10.898-2.168-3.736 1.548-6.173 5.194-6.173 9.239V395.79c0 5.51 4.49 9.99 10 9.99s10-4.48 10-9.99V149.929l2.715 2.716c1.875 1.875 4.419 2.929 7.071 2.929s5.195-1.054 7.071-2.929L80 149.502V436c0 16.542-13.458 30-30 30s-30-13.458-30-30V99.929l2.715 2.716a10.001 10.001 0 007.071 2.929c2.652 0 5.195-1.054 7.071-2.929l12.929-12.93 12.929 12.93c1.875 1.875 4.419 2.929 7.071 2.929s5.195-1.054 7.071-2.929L80 99.502v21.715zM492 436c0 16.542-13.458 30-30 30H89.977c6.29-8.362 10.023-18.754 10.023-30V206h392v230zm0-250H100V46h392v140z"/><path fill="%23FFF" d="M50 425.78c-5.51 0-10 4.489-10 10.01 0 5.51 4.49 9.99 10 9.99s10-4.48 10-9.99c0-5.521-4.49-10.01-10-10.01z"/></svg>');
	}
	.pl-top-menu__link--contact::before{
		background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs/><path fill="%23FFF" d="M256 0C161.896 0 85.333 76.563 85.333 170.667c0 28.25 7.063 56.26 20.49 81.104L246.667 506.5c1.875 3.396 5.448 5.5 9.333 5.5s7.458-2.104 9.333-5.5l140.896-254.813c13.375-24.76 20.438-52.771 20.438-81.021C426.667 76.563 350.104 0 256 0zm0 256c-47.052 0-85.333-38.281-85.333-85.333S208.948 85.334 256 85.334s85.333 38.281 85.333 85.333S303.052 256 256 256z"/></svg>');
	}
}

.wrap{
	position: relative;
}

a {
	text-decoration: none;
}
/*
a:active,
a:hover {
	border-color: transparent;
	text-decoration: none;
}*/

a,
.container {
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
}
/*Logo*/
/* Sections */
/* header / phone */
/* header / worktime */
/*sidebar*/

.bx-sidebar-block {
	margin-bottom: 40px;
}
/* Breadcrumb Custom*/

.bx-breadcrumb-item a {
	color: #757575;
}

.bx-breadcrumb-item a:hover {
	color: #2d2d2d;
}
/* workarea */

/*TITLE*/

/* FORMS */
/* INC.banners */
/* INC.links.footer */
/* INC.logo.footer */
/* INC.social.widget */
/* INC.wt */
/* news.list.sidebar */

/* FOOTER */

.bx-footer-bottomline {
	background: #222425;
	font-size: 14px;
	padding: 22px 0;
}

.bx-up {
	text-align: right;
}

.bx-up a,
.bx-up a:hover {
	border-bottom: none;
}

@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	.bx-up {
		text-align: center;
	}
}
/**/

.btn,
.btn:hover,
.btn:active,
.btn:focus{
	text-shadow: none !important;
	-webkit-box-shadow:none !important;
	   -moz-box-shadow:none !important;
			box-shadow:none !important;
	outline:none !important;
}

.btn-link {
	color: #1485ce;
}

.btn-link:focus,
.btn-link:hover {
	color: #53a4d8;
	text-decoration: none;
}
/*404*/

.bx-404-container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.bx-404-block {
	margin-top: 100px;
	margin-bottom: 66px;
}

@media (max-width: 768px) {
	.bx-404-block {
		margin-top: 50px;
		margin-bottom: 33px;
	}
}

.bx-404-text-block {
	font-size: 20px;
	font-family: 'HarmoniaSansProCyr-Regular', sans-serif;
	padding-bottom: 20px;
}

.bx-maps-title {
	color: #8f8f8f;
	font-size: 16px;
	font-family: 'HarmoniaSansProCyr-Regular', sans-serif;
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #e9eaea;
}

.map-columns {
	padding-top: 20px;
}

.bx-map-title {
	font-weight: bold;
	font-size: 14px;
	font-family: 'HarmoniaSansProCyr-Regular', sans-serif;
	position: relative;
	min-height: 20px;
	padding-left: 25px;
	margin-bottom: 20px;
}

.bx-map-title .fa {
	color: #0083d1;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 15px;
}

.map-columns ul {
	list-style: none;
	margin-bottom: 5px;
}

.map-level-0 {
	margin-left: 0;
	padding-left: 25px;
	margin-bottom: 20px;
}

.map-level-0 li {
	margin-left: 0;
	padding-left: 0;
}

.map-level-0 ul {
	padding-left: 15px;
}
/*ABOUT*/

.red_text {color:red;}
.popup-window-buttons .btn.btn-default.btn-buy.btn-sm {
	border: 2px solid #fcb700;
	background-color: #fff;
	color: #000;
	font-size: 25px;
	cursor: pointer;
	letter-spacing: 1px;
	padding: 8px 10px 10px 10px;
}

.pl-product-item__button, .btn.btn-primary.btn-buy.btn-sm {
	cursor:pointer;
}
body.its_working_time .show_if_work{display:block;}
body.its_working_time .hide_if_work{display:none;}
/*body.its_working_time .hide_if_unwork{display:block;}
body.its_working_time .show_if_unwork{display:none;}*/


body.not_working_time .show_if_unwork{display:block;}
body.not_working_time .hide_if_unwork{display:none;}
/*body.not_working_time .hide_if_work{display:block;}
body.not_working_time .show_if_work{display:none;}*/

.ogrnip {
	font-size: 0.8em;
	margin-top:8px;
	margin-bottom:8px;
}
.download_word {
	background-image: url(/images/wordoffice.png);
	background-size: 20px 20px;
    background-position: 30px 2px;
	padding-left:60px;
	background-repeat: no-repeat;
}
@media (min-width: 769px) {
	.pl-top-contacts__phone a.pl-top-contacts__lang-link {
		margin-left:6px;
		margin-right:6px;
	}
} 

.bx-footer-bottomline .bx-footer-section.container .col-sm-6.bx-up div{
	color:white;
}

/* Скрываем стрелки на устройствах с шириной экрана менее 768px */
@media (max-width: 768px) {
  .slick-arrow {
    display: none !important;
  }
  
  .slick-dots li {
	  margin: 14px;

	width:14px;
  }
  
  .slick-dots li button {
	  width: 15px;
	  height: 15px;
  }
  
  .owl-nav .owl-prev, .owl-nav .owl-next{
	  display: none !important;
  }
  
}
.pl-title.red {color:red;}
/* End */
/* /local/templates/restoran/css/fonts.css?17164037083035 */
/* /local/templates/restoran/css/afterload.css?17457478292954 */
/* /local/templates/restoran/components/bitrix/menu/top_menu/style.min.css?1716403715778 */
/* /local/templates/restoran/components/bitrix/sale.basket.basket.line/header_basket/style.css?17164037151121 */
/* /local/templates/restoran/template_styles.css?174582840026600 */
