/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
* { outline: none; }

html { font-family: Roboto, sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */     background: #242935; }

/** Remove default margin. */
body { margin: 0;     overflow-x: hidden;}

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section{ display: block; }

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background: transparent; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari and Chrome. */
dfn { font-style: italic; }

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 {     font-size: 52px;
    font-weight: 600;
    line-height: 68px;
    letter-spacing: 0.2px;
    word-spacing: 0px;
    /* text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.78); */
    font-family: 'Roboto';
    color: #393939;
	margin-bottom:-5px
	}
h2 {
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 35px;
    color: #393939;

}

h3 {font-family:Roboto, sans-serif;
font-size:24px;
font-weight:600;
line-height:36px;
color:#393939

}
/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img { border: 0; }

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: poRoboto; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input { line-height: normal; }

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width.  1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table {     margin-top: 20px; border-collapse: collapse; border-spacing: 0; width:100%;   border: 1px solid #ddd; }
/* Нечетные строки */
table tbody tr:nth-child(odd){
	background: #fff;
}
 
/* Четные строки */
table tbody tr:nth-child(even){
	background: #f9f9f9;
}
thead tr {background: #f9f9f9;}
td, th { padding: 0;     border: 1px solid #ddd;     line-height: 37px;
    text-align: center; }

img { display: block; }

ul { padding: 0; margin: 0; /*list-style: none;*/ }
.header__nav ul, footer ul {list-style: none;}

li { padding: 0; }

p { margin: 0; padding: 0; }

a { text-decoration: none; }

strong { font-weight: bold; }

input:focus, textarea:focus { outline: none; }

input[type="submit"] { border: 0; }

*:after, *:before { display: block; }

html { --color-red: #DE0202; --color-yellow: #FFB41D; --color-yellow-faded: #F6CE5F; --color-grey: #222222; --color-grey-dark: #292929; --color-grey-light: #E5E5E5; --color-green: #01AA1C; --color-wa: #01B901; --color-vi: #8C489D; --color-vk: #4a76a8; --speed-fast: 0.15s linear; --speed-medium: 0.3s linear; }

html, body { font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 18px; color: #464646;     background: #fff;}

textarea {    width: 100%;
    padding: 10px;}

@font-face {
  font-family: "Passions Conflict";
  src: url("../fonts/PassionsConflictRUS-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

.post_single_text h2, .post_single_text h4, .post_single_text h3, .post_single_text h5, .post_single_text h6, .def_template h2, .def_template h3, .def_template h4, .def_template h5, .def_template h6 {font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #393939;}	
.pagination {text-align:center; margin-top:20px}
.page-numbers {
	color: #000;
padding: 1% 2%;
box-shadow: 0 0 10px #ccc;
margin: 0 1% 0 0;
background: #fff;
border-radius: 3px;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.banner_oplata h2{font-size: 52px;
    font-weight: 600;
    line-height: 68px;
    letter-spacing: 0.2px;
    word-spacing: 0px;
    /* text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.78); */
    font-family: 'Roboto';
    color: #393939;
    margin-bottom: -5px;}
.b_block h1 {  
    margin-top: 0px;
	    line-height: 36px;
    margin-bottom: 20px;
    font-size: 36px;}
.header_search {    width: 20px;
    padding-top: 5px;
    padding-left: 20px;}
	

.search_block {   position: absolute;
    width: 100%;
    top: 65px;
    height: 35px;
    background: #fff;
    z-index: 9999;
    right: 5px;}
	.search-form__input {    width: 95%;
    margin: 0 auto;
    border: 1px solid #9f9a9a;
    margin-left: 15px;
    font-size: 18px;
    padding: 10px;
    border-radius: 10px;}
#searchsubmit {         padding-right: 10px;padding-top: 5px;   position: absolute;
    right: 0px;
    height: 43px;
    border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
 border: 1px solid #9f9a9a;
}	
.red { color: var(--color-red); }

.green { color: var(--color-green); }

.wrapper { overflow: hidden; }

.wrap { width: 100%; max-width: 1210px; box-sizing: border-box; padding: 0 15px; margin: 0 auto; }

.wrap.wrap_long { max-width: 1390px; }
.wrap.wrap_full { max-width: 100%;  padding: 0px;}

.row { display: flex; flex-wrap: wrap; margin: 0 -10px; }

.col-1, .col-1-2, .col-1-3, .col-1-33, .col-2-3, .col-40, .col-60, .col-1-4, .col-3-4, .col-1-5, .col-4-5, .col-70, .col-30  { box-sizing: border-box; padding: 0 10px; }

.col-1 { flex: 0 0 100%; max-width: 100%; }

.col-1-2 { flex: 0 0 50%; max-width: 50%; }
.col-1-4 { flex: 0 0 25%; max-width: 25%; }
.col-3-4 { flex: 0 0 75%; max-width: 75%; }
.col-1-3 { flex: 0 0 30%; max-width: 30%; }
.col-1-33 { flex: 0 0 33%; max-width: 33%; }
.col-1-3-1 { flex: 0 0 30%; max-width: 30%; }
.col-1-5 { flex: 0 0 20%; max-width: 20%; }

.col-2-3 { flex: 0 0 70%; max-width: 70%; }

.col-40 { flex: 0 0 35%; max-width: 35%; }


.col-60 { flex: 0 0 65%; max-width: 65%; }
.col-70 { flex: 0 0 70%; max-width: 70%; }
.col-30 { flex: 0 0 30%; max-width: 30%; }

.col-4-5 { flex: 0 0 80%;
    max-width: 80%;
   }


.fbc-page * {
     margin: 0;
    padding: 0;
  }

.fbc-page .fbc-wrap .fbc-items {
    background-color: rgba(255, 255, 255, 0);
}

.fbc-page .fbc-wrap .fbc-items li:first-child {
    border-radius: 4px 0 0 4px;
    padding-left: 0px;
    padding-right: 5px;
	background-color: rgba(255, 255, 255, 0);
	font-weight: 600;
}

.fbc-page .fbc-wrap .fbc-items li:last-child {
    border-radius: 0 4px 4px 0;
    padding-right: 15px;
    margin-left: 5px;
	background-color: rgba(255, 255, 255, 0);
}


.logo { font-family: 'Bebas Neue'; display: inline-block; font-size: 35px; color: #fff; position: relative; padding-left: 40px;}
.logo:before { content: ""; display: block; width: 37px; height: 40px; background: url(../images/logo.png) center no-repeat; background-size: contain; position: absolute; left: 0; top: 50%; transform: translate(0, -50%); }

/* ==== Header ==== */

.header { width: 100%; position: fixed; z-index: 500; transition: all var(--speed-fast); z-index:9999 }
.header__top > .wrap { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 500; }

.header__logo, .header__logo:before { transition: all var(--speed-fast); }
.header__right { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; }

.header__bottom {
	padding: 0;
	background: rgba(255, 255, 255, 0.15);
	transition: all var(--speed-fast);
	    border-bottom: 1px solid #e2e2e2;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header__nav { font-size: 15px; font-weight: 900; }
.header__nav > ul { display: flex; flex-wrap: wrap; position: relative;    justify-content: space-between;     align-items: center;}
.header__nav > ul > li { position: relative; z-index: 550; }
.header__nav > ul > .menu-item-has-children { padding-right: 10px; padding-bottom: 15px; margin-bottom: -15px; position: relative; }
.header__nav > ul > .menu-item-has-children:before { content: ''; position: absolute; border-top: 6px solid #000; border-left: 3px solid transparent; border-right: 3px solid transparent; position: absolute; top: 7px; right: 0; transition: all var(--speed-fast); } 
.header__nav > ul > .menu-item-has-children:hover:before { border-top-color: #990707; }
.header__nav > ul > li + li { margin-left: 20px; }
.header__nav > ul > li > a { 
        
    font-size: 22px;
    font-weight: 300;
	color:#fff;
	text-shadow: -0.1px -0.1px 0 #DFBC8D, 0.1px -0.1px 0 #DFBC8D, -0.1px 0.1px 0 #DFBC8D, 0.1px 0.1px 0 #DFBC8D;
	
	}
	.header_scroll .header__nav > ul > li > a {color:#796c5c}
/*.header__nav > ul > li:hover > a{ color: #990707;    border-bottom: 1px solid #990707; }*/
.header__nav > ul > li > ul { min-width: 200px;list-style: none; display: none;padding: 0px 10px; background: rgba(255,255,255,.95); box-shadow: 0 10px 10px rgba(0,0,0,.15); position: absolute; top: 100%; left: -10px; }
.header__nav > ul > li:hover > ul { display: block; }
.header__nav > ul > li > ul li {    padding: 12px 0; }
.header__nav > ul > li > ul li + li { margin-top: 6px; }
.header__nav > ul > li > ul a { line-height: 1.25; font-size: 18px; color: #464646; transition: all var(--speed-fast); font-weight:400; }
/*.header__nav > ul > li > ul a.active, .header__nav > ul > li > ul a:hover { font-weight: 400; color: #990707 !important; border-bottom: 1px solid #990707}*/

.header__nav__icon, .header__nav__mobil { display: none; }

.header__messengers { margin: 0 10px 0 0; }

.header__messengers__list { display: flex; }
.header__messengers__list a, .header__messengers__list span { display: block; flex: 0 0 36px; width: 36px; height: 36px; background: var(--color-red); border-radius: 25px; position: relative; }
.header__messengers__list a:before, .header__messengers__list span:before { content: ""; display: block; width: 24px; height: 24px; background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.header__messengers__list * + * { margin-left: 7px; }
.header__messengers__list .wa { background: var(--color-wa); }
.header__messengers__list .wa:before { -webkit-mask: url(../images/messengers.svg#wa) center no-repeat; mask: url(../images/messengers.svg#wa) center no-repeat; -webkit-mask-size: contain; mask-size: contain; }
.header__messengers__list .vi { background: var(--color-vi); }
.header__messengers__list .vi:before { width: 28px; height: 28px; -webkit-mask: url(../images/messengers.svg#vi) center no-repeat; mask: url(../images/messengers.svg#vi) center no-repeat; -webkit-mask-size: contain; mask-size: contain; margin: 1px 0 0; }
.header__messengers__list .vk { background: var(--color-vk); }
.header__messengers__list .vk:before { width: 28px; height: 28px; -webkit-mask: url(../images/vk.svg) center no-repeat; mask: url(../images/vk.svg) center no-repeat; -webkit-mask-size: contain; mask-size: contain; margin: 1px 0 0; }
.header__messengers__list .worktime:before { width: 23px; height: 23px; -webkit-mask: url(../images/messengers.svg#work) center no-repeat; mask: url(../images/messengers.svg#work) center no-repeat; -webkit-mask-size: contain; mask-size: contain; margin: 1px 0 0; }
.header__phone.btn { height: 36px; padding: 0 10px; line-height: 36px; font-size: 20px; font-weight: 600; margin-left:10px; }

/* Header Scroll */

.header.header_scroll, .header.header_scrol_all { background: #fff; /*box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15); */}
.header.header_scroll > .wrap, .header.header_scroll_all > .wrap { padding-top: 9px; padding-bottom: 6px; background: #fff; }
/*.header.header_scroll .header__nav a, .header.header_scroll_all .header__nav a { color: #000; }*/
.header.header_scroll .header__logo, .header.header_scroll_all .header__logo { color: #04244d; }
.header.header_scroll .header__logo:before, .header.header_scroll_all .header__logo:before { background-image: url(../images/logo-b.png); }
.header.header_scroll .header__bottom, .header.header_scroll_all .header__bottom { background: #fff; }

.header.header_scroll .header__nav > ul > li:hover > a, .header.header_scroll .header__nav > ul > li > a.active,
/*.header.header_scroll_all .header__nav > ul > li:hover > a, .header.header_scroll_all .header__nav > ul > li > a.active { color: #990707; opacity: .8; }*/
/*.header.header_scroll .header__nav > ul > .menu-item-has-children:hover:before, .header.header_scroll_all .header__nav > ul > .menu-item-has-children:hover:before { border-top-color: #fff; opacity: .8; }*/

/*.header.header_scroll .header__logo { padding: 0 0 0 42px; font-size: 35px; }*/
.header.header_scroll .header__logo:before { width: 34px; height: 37px; }
.header.header_scroll .header__bottom { padding: 10px 0; }
.header.header_scroll .header__nav > ul > .menu-item-has-children { padding-bottom: 10px; margin-bottom: -10px; }

    

	
	
	
/*СТИЛИ*/

.datefield {    border-bottom: 2px solid #DFBC8D;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: 15px;
    padding: 9px;
    margin-left: 10px;}
.banner {    height: 100vh;
    background-size: cover;
    background-position: center;}
.banner .row {    align-items: center;
    justify-content: center;
	height: 100vh;
	text-align: center;
	}
	
.banner .title {font-family: 'Passions Conflict';
    font-size: 150px;
    color: #fff;     line-height: 104px;
	text-shadow: -0.5px -0.5px 0 #DFBC8D,
0.5px -0.5px 0 #DFBC8D,
-0.5px 0.5px 0 #DFBC8D,
0.5px 0.5px 0 #DFBC8D;
	}
.banner .subtitle {    color: #fff;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: -2px;    margin-top: 20px; }	
.banner .link {     border-radius: 3px;   display: inline-block;
    border: 1px solid #DFBC8D;
    background: #DFBC8D5e;
    width: 217px;
    padding: 15px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 40px;}	
.banner .link a {color:#fff;     font-size: 16px;}	
.banner .link:hover {background:#DFBC8D }	
.banner .title img {    max-width: 100px;
    display: inline;
    position: relative;
    top: 15px;}	

	.advantage .subrow { align-items: center;
    justify-content: center;}
.advantage .icon {    padding: 10px 12px 10px 12px;
    border: 2px solid #DFBC8D;
    color: #DFBC8D;
    border-radius: 5px;
    margin-right: 20px;}
.advantage .title {font-size: 16px;
    font-weight: 600;
    color: #796c5c;
    text-decoration: underline;}
.advantage .subtitle	{font-size: 14px;
    color: #796c5c;
    font-weight: 300;
    margin-top: 4px;
}
.advantage {margin-top:40px}	
	
.about {margin-top:80px}	
.about .title {    font-size: 50px;
    font-weight: 300;
    color: #dfbc8d;
    margin-bottom: 20px;
}
	
.about .text {padding-right: 60px;}
.about .text p {    color: #1d1d1d;
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 300;}	
.about img {    max-width: 100%;}	
.about .row {align-items: center;}
	
.contacts {margin-top:80px}
.contacts .title {font-size: 50px;
    font-weight: 300;
    color: #dfbc8d;
    margin-bottom: 20px;}	
.contact_data {    color: #1d1d1d;
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 300;}	
	
.contacts .form_input, .popup .form_input {  width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #DFBC8D;
	
	}
.hidden-fields-container {display:none}	
	
	.contacts .form_input::placeholder, .popup .form_input::placeholder,{font-weight: 300;}
	
	.contacts .input_btn, .popup .input_btn {  border-radius: 3px;
    border: 1px solid #DFBC8D;
    background: #DFBC8D5e;
    padding: 15px;
    width: 100%;
    max-width: 300px;
    margin: 20px auto auto auto;
    display: block;}
	
.contacts .info, .popup .info {    border-radius: 3px;
    border: 1px solid #DFBC8D;
    background: #DFBC8D5e;
    padding: 15px;
    width: 100%;
    margin: 20px auto auto auto;
    display: block;
    font-size: 14px;     padding-bottom: 25px;
    margin-bottom: 40px;}	
	.contacts .info span, .popup .info span  {    font-weight: 600;
    line-height: 30px;}
	.contacts .info a, .popup .info a  {    font-weight: 600; color:#464646}
	
	
	.popup .title {   font-size: 50px;
    font-weight: 300;
    color: #dfbc8d;
    margin-bottom: 20px;}
	
.z_menu .title {    width: 100%;
    font-size: 30px;
    font-weight: 300;
    color: #dfbc8d;
    margin-bottom: 20px;
    margin-top: 20px;}
	.z_menu .title span {padding-left: 64%;
    font-weight: 600;}
.z_menu .menu_title {    border-bottom: 2px dotted #e5dfc8;
    margin-bottom: 5px;
    margin-top: 5px; padding-bottom:5px}	
.z_menu .menu_price {    position: relative;
    top: 15px;}	
	
	
#btn_menu {     background: none;
    border: none;
    font-size: 40px;
    font-weight: 300;
    color: #dfbc8d;
    margin-bottom: 20px;
    cursor: pointer;
    margin-top: 80px;}	
	
	.z_menu .block_title {font-size: 40px;
    font-weight: 300;
    color: #dfbc8d;
    margin-bottom: 20px;
  
    margin-top: 80px; text-align:center}
	
	.gallery_item {
    height: 300px;
    background-size: cover;
    background-position: center;
	    margin-bottom: 40px;
}

.gallery .title {
       font-size: 40px;
    font-weight: 300;
    color: #dfbc8d;
    margin-bottom: 20px;
   
    margin-top: 80px;
    text-align: center;
}
	
	
	
#lcl_title a {font-weight: 300;}
	
	.all_menu {margin: 0 auto}
	
	.contacts_all {margin-top:45px}
	
	.contacts_all .title {margin-top:40px}
	
.page-template-contacts .header__bottom, .page-template-all_menu .header__bottom{background:#fff}
	
	.page-template-contacts  .header__nav > ul > li > a,
	.page-template-all_menu  .header__nav > ul > li > a 
	{    color: #796c5c;}
	
.tab {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.tab > input[type="radio"] {
  display: none;
}

.tab-content {
  display: none;
  width: 100%;
 
}

#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3 {
  display: block;
}

.tab > label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
  transition: color .15s ease-in-out, border-color .15s ease-in-out;
  color: #dfbc8d;
  background: 0 0;
  border-bottom: 0.125rem solid transparent;
}

.tab > label:hover {
  border-bottom-color: #dfbc8d;
}

.tab > input[type="radio"]:checked + label {
  cursor: default;
  font-weight: bold;
  color: #796c5c;;
  border-bottom-color: #796c5c;
}	
	
.tab-content .title {}
	.menu_item {width:100%}
	
	
	
	
	
	
	
	
	
	
/* Footer */
footer {    background: #2c2b2b;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
	margin-top:40px;
	}
.footer { padding: 36px 0 24px; background: var(--color-grey) center no-repeat; background-size: cover; }
.footer .wrap { display: grid; grid-gap: 60px; grid-template-columns: calc(34.3% - 82px) calc(18.2% - 44px) calc(13.8% - 33px) calc(16.4% - 39px) calc(17.3% - 42px); }
.footer h6.title { margin: 0 0 16px; color: #fff; }

.footer__logo { margin: 0 0 20px; }
.footer__desc { padding-left: 48px; line-height: 1.28; font-size: 14px; color: #fff; }

.footer__nav, .footer__contacts { line-height: 1.28; font-size: 12px; color: rgba(255, 255, 255, 0.5); }
.footer__nav a, .footer__contacts a { color: rgba(255, 255, 255, 0.5); transition: color var(--speed-fast); }
.footer__nav a:hover, .footer__contacts a:hover { color: rgba(255, 255, 255, 0.8); }

.footer__nav li + li { margin-top: 1px; }

.footer__contacts li + li { margin-top: 6px; }
.footer__contacts > li > a, .footer__contacts > li > span { display: inline-flex; align-items: center; }

.footer__contacts__icon { width: 25px; height: 25px; background: #fff; border-radius: 50%; position: relative; }
.footer__contacts__icon:before { content: ""; display: block; width: 17px; height: 17px; background: #000; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.footer__contacts__icon.worktime:before { -webkit-mask: url(../images/messengers.svg#work) center no-repeat; mask: url(../images/messengers.svg#work) center no-repeat; -webkit-mask-size: contain; mask-size: contain; }
.footer__contacts__icon.phone:before { width: 14px; height: 14px; -webkit-mask: url(../images/messengers.svg#phone) center no-repeat; mask: url(../images/messengers.svg#phone) center no-repeat; -webkit-mask-size: contain; mask-size: contain; }
.footer__contacts__icon.wa { background: var(--color-wa); }
.footer__contacts__icon.wa:before { width: 16px; height: 16px; background: #fff; -webkit-mask: url(../images/messengers.svg#wa) center no-repeat; mask: url(../images/messengers.svg#wa) center no-repeat; -webkit-mask-size: contain; mask-size: contain; }
.footer__contacts__icon.vi { background: var(--color-vi); }
.footer__contacts__icon.vi:before { width: 20px; height: 20px; background: #fff; -webkit-mask: url(../images/messengers.svg#vi) center no-repeat; mask: url(../images/messengers.svg#vi) center no-repeat; -webkit-mask-size: contain; mask-size: contain; margin: 1px 0 0; }
.footer__contacts__icon.vk { background: var(--color-vk); }
.footer__contacts__icon.vk:before { width: 20px; height: 20px; background: #fff; -webkit-mask: url(../images/vk.svg) center no-repeat; mask: url(../images/vk.svg) center no-repeat; -webkit-mask-size: contain; mask-size: contain; margin: 1px 0 0; }
.footer__contacts__icon.in { background: #d6249f; background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.footer__contacts__icon.in:before { width: 17px; height: 17px; background: #fff; -webkit-mask: url(../images/messengers.svg#in) center no-repeat; mask: url(../images/messengers.svg#in) center no-repeat; -webkit-mask-size: contain; mask-size: contain; }


.footer__contacts__icon + * { display: inline-block; margin: 0 0 0 12px; }

.footer__col_1 { display: flex; flex-wrap: wrap; align-content: space-between; } 
.footer__col_1 > * { flex: 0 0 100%; max-width: 100%; }

.footer__copyright { padding-left: 48px; font-size: 12px; color: #fff; }

.footer__copyright_mobil { display: none; padding: 0; }

/* Popups */

.popup { 
	display: none;
	width: 100%;
	max-width: 50%;
	box-sizing: border-box;
	padding: 45px;
background: #fff;
    border-radius: 10px;
}

.popup .fancybox-close-small {
	top: 12px;
	right: 12px;
}
.popup .fancybox-close-small svg {
	filter: brightness(0) invert(0);
}

.popup .title {
	    text-align: center;
   font-size: 50px;
    font-weight: 300;
    color: #dfbc8d;
    margin-bottom: 20px;
}

.popup .form-box input {
    margin: 0 0 15px;
	    padding: 10px;
    width: 100%;
}
.popup .form-box input[type="submit"] {
	    width: 100%;
    margin: 0;
    background: #ed0b0b;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
	cursor:pointer
}

.popup .form-box input[type="submit"]:focus {
	    width: 100%;
    margin: 0;
    background: #da0e0e;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
	cursor:pointer
}

.popup__head {
	margin: 0 0 25px;
	text-align: center;
	position:relative
}
.popup__head img {max-width: 100%;
    }
	
	.popup__head .row {justify-content: center;
    align-items: center;
	margin-bottom:20px;}
	.hm_logo {display:none}
	
@media (max-width: 1380px) {}
@media (max-width: 1360px) {}
@media (max-width: 1300px) {}
@media (max-width: 1280px) {}
@media (max-width: 1250px) {}
@media (max-width: 1200px) {}

@media (max-width: 1140px) {}
@media (max-width: 1130px) {}
@media (max-width: 1100px) {}
@media (max-width: 1020px) {}
@media (max-width: 980px) {
	
	.datefield {width:100%; margin-left:0px;}
	
	.z_menu .title span {
    padding-left: 45%; }
	.page-template-contacts  .header__nav__icon:before,
	
	   .page-template-contacts   .header__nav__icon:after,
.page-template-contacts .header__nav__icon span 
	   {        background: #000;}
	.contacts {
    margin-top: 50px;
}
.contacts .title {
font-size: 40px;}
	.menu_item {
    width: 100%;
    margin-left: -2px !important;
}
	/*.z_menu .menu_price {
    position: relative;
    top: 0px;
}
	/*.menu_item {         margin-bottom: 20px !important;
        border: 2px dotted #e5dfc8;
        padding-bottom: 10px;
        text-align: center;} */
	.z_menu .menu_title { flex: 0 0 70%;
    max-width: 70%;}
	
	.z_menu .menu_price {    flex: 0 0 30%;
    max-width: 30%;         text-align: right;}
	.about img {margin-bottom:20px}
	.contacts .form_input, .popup .form_input {box-sizing: border-box;}
.hm_logo {           display: block; max-width: 200px;
    /* margin-top: -10px; */
    margin-top: 5px;
    margin-bottom: 5px;}
	.header__top {padding-bottom:10px}
    .col-1-3, .col-1-2, .col-1-4, .col-2-3, .col-3-4, .col-4-5, .col-70, .col-30, .col-1-33{flex: 0 0 100%;
    max-width: 100%;}
    .col-1-5 {    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0px;
    
    margin-bottom: 80px;}
    
   
  .row { margin: 0 -8px; }
  .col-1, .col-1-2 { padding: 0 8px; }
  
 
  .logo, .header.header_scroll .header__logo { padding: 10px 0 0 42px;
    font-size: 30px;}
  .logo:before, .header.header_scroll .header__logo:before { width: 34px; height: 37px; }
  .header__bottom { display: none; }
  .header__nav__icon { display: block; width: 40px; height: 29px; background: transparent; border: 0; margin: 0 0 0 15px; position: relative; cursor: pointer; margin-top: 10px; }
  .header__nav__icon:after, .header__nav__icon:before, .header__nav__icon span { display: block; width: 100%; height: 3px; background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
  .header__nav__icon:after, .header__nav__icon:before { content: ''; transition: margin 0.15s linear 0.15s, transform 0.15s linear; }
  .header__nav__icon:after { margin: 11px 0 0; }
  .header__nav__icon:before { margin: -11px 0 0; }
  .header__nav__icon.active:after, .header__nav__icon.active:before { margin: 0; transition: margin 0.15s linear, transform 0.15s linear 0.15s; }
  .header__nav__icon.active:after { transform: translate(-50%, -50%) rotate(45deg); }
  .header__nav__icon.active:before { transform: translate(-50%, -50%) rotate(-45deg); }
  .header__nav__icon.active span { opacity: 0; transition: opacity 0 linear 0.15s; }
  .header.header_scroll .header__nav__icon:after, .header.header_scroll .header__nav__icon:before, .header.header_scroll .header__nav__icon span,
  .header.header_scroll_all .header__nav__icon:after, .header.header_scroll_all .header__nav__icon:before, .header.header_scroll_all .header__nav__icon span { background: #000; } 
  .header__nav__mobil {
  	display: block;
  	width: 100%;
  	height: 100vh;
  	box-sizing: border-box;
  	padding: 70px 0 20px;
  	background: #fff;
  	position: absolute;
  	top: 0;
  	left: 0; 
  	overflow: auto;
  	transform: translate(0, -100%);
  	transition: transform var(--speed-medium);
  }
  .header.menu-open .header__nav__mobil {
  	transform: translate(0);
  }
  .header__nav__mobil .wrap > ul {
  	margin: 0 0 20px
  }
  .header__nav__mobil ul ul {
  	display: none;
  	padding: 0 0 0 20px;
  	border-top: 1px solid rgba(0,0,0,.15);
  	margin: 10px 0 0;
  }
  .header__nav__mobil li {
	          padding: 10px 0;
        list-style-type: none;
  	padding: 10px 0;
  }
  .header__nav__mobil .menu-item-has-children {
  	position: relative;
  }
  .header__nav__mobil .menu-item-has-children:before {
  	content: '';
  	display: block;
  	width: 12px;
  	height: 12px;
  	box-sizing: border-box;
  	border: 2px solid var(--color-red);
  	border-width: 0 2px 2px 0;
  	position: absolute;
  	top: 12px;
  	right: 4px;
  	transform: rotate(45deg);
  }
  .header__nav__mobil li + li {
  	border-top: 1px solid rgba(0,0,0,.15);
  }
  .header__nav__mobil .menu-item-has-children > a {
	display: inline-block;
  	max-width: calc(100% - 40px);
  }
  .header__nav__mobil .menu-item-has-children > a[href="#"]:focus, .header__nav__mobil .menu-item-has-children > a[href="#"]:active { outline: none; }
  .header__nav__mobil .menu-item-has-children > a[href="#"]:hover { color: #000 !important; cursor: default; }
  .header__nav__mobil ul a {
  font-size: 22px;
    font-weight: 300;
    color: #796c5c;
    text-shadow: -0.1px -0.1px 0 #DFBC8D, 0.1px -0.1px 0 #DFBC8D, -0.1px 0.1px 0 #DFBC8D, 0.1px 0.1px 0 #DFBC8D;
  }
  .header__nav__mobil ul a:hover {
   	color: var(--color-red);
  } 
  .header__nav__mobil .header__phone {
  	display: none;
  }
  .mobile_messenger {text-align: center;
        margin-top: 50px;}
.mobile_messenger a {font-size: 25px;
        color: #796c5c;
        line-height: 40px;
        font-weight: 600;}
 .mobile_messenger .subtitle {            margin-bottom: 30px;
        font-size: 20px;
        color: #796c5c;}

		.mobile_messenger .title {   font-family: 'Passions Conflict';
           font-size: 90px;
        color: #796c5c;

    line-height: 104px;
    text-shadow: -0.5px -0.5px 0 #DFBC8D, 0.5px -0.5px 0 #DFBC8D, -0.5px 0.5px 0 #DFBC8D, 0.5px 0.5px 0 #DFBC8D;
 }

.popup {max-width:100%}
.popup .title {
 
    font-size: 30px;
 
}
    .advantage .subrow {
        margin-bottom: 20px;
        margin: 1px auto 20px auto;
     justify-content: flex-start;
    }
	.contacts .info, .popup .info {width:auto}











}


@media (max-width: 900px) {}
@media (max-width: 880px) {}
@media (max-width: 820px) {}
@media (max-width: 780px) {}
@media (max-width: 660px) {}
@media (max-width: 640px) {}
@media (max-width: 600px) {}
@media (max-width: 580px) {}
@media (max-width: 550px) {}
@media (max-width: 666px) {}
@media (max-width: 530px) {}
@media (max-width: 500px) {}
@media (max-width: 480px) {}
@media (max-width: 460px) {}
@media (max-width: 450px) {}
@media (max-width: 420px) {}
@media (max-width: 390px) {}
@media (max-width: 380px) {}
@media (max-width: 375px) {}
@media (max-width: 370px) {}
@media (max-width: 350px) {}