body {
    font-family: 'Montserrat', Tahoma;
    font-size: 12px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.231;
}

body,
button,
input,
select,
textarea {
    color: black;
}

a {
    color: #6b6892;
}

a:visited {
    color: #551a8b;
}

a:hover {
    color: #06e;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

p {
    margin: 0;
    padding: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

h1 {
    color: #e35b01;
    padding: 0;
    margin: 0 0 10px 0;
}

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
    *overflow: visible;
}

table button,
table input {
    *overflow: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.el-news-wrap-inner{
    border-collapse: unset;
    border-spacing: 5px;
}
.el-news-wrap-inner table {
    -webkit-box-shadow: 0 0 28px -10px rgb(0 0 0 / 70%);
    box-shadow: 0 0 28px -10px rgb(0 0 0 / 70%);
}
table.tablemenu {
    width: 100%;
}
.tablemenu td {
    padding: 0;
}
td {
    vertical-align: top;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

#footer table td {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    text-align: center;
}

#footer table td p {
    text-align: center;
}

#footer table td:nth-child(2),
#footer table td:nth-child(3) {
    width: 49%;
}

#footer table {
    width: 100% !important;
    margin-top: 10px;
}

.partners {
    display: none;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Более быстрая печать черного цвета: h5bp.com/s */
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    /* Не показывать ссылки для изображений или javascript/внешние ссылки */
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    /* h5bp.com/t */
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* Простой «резиновый» носитель
   Примечание. Для «резинового» носителя требуется удалить атрибуты высоты и ширины из HTML
   http://www.alistapart.com/articles/fluid-images/
*/

img,
object,
embed,
video {
    max-width: 100%;
    height: auto;
}

#form123 td {
    padding: 4px;
}

#form123 input {
    width: 250px;

    border: #A39EA6 1px solid;
}

#form123 select {
    width: 250px;
    font-size: 13px;
    color: #666;
    border: #999 1px solid;
    border: #A39EA6 1px solid;
}

#form123 option {
    font-size: 13px;
    color: #666;
    border: none;
}

#form123 textarea {
    width: 250px;
    height: 150px;
    font-family: "Trebuchet MS", Tahoma;
    border: #A39EA6 1px solid;
}

.imgcod {
    margin: 5px 0;
}

.onespec1 {
    padding: 10px;
    float: left;
    height: 148px;
    width: 155px;
    margin: 20px;
}


/* IE6 не поддерживает атрибут max-width, поэтому по умолчанию используется ширина 100 % */

.ie6 img {
    width: 100%;
}

#alogo {
    position: absolute;
    top: 10px;
    width: 120px;
    height: 50px;
}

#alogo a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}

#somemenuli {
    margin-top: 20px;
}


/*
	Свойства Dreamweaver Fluid Grid
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;

	Вдохновлено книгой «Отзывчивый веб-дизайн» (Responsive Web Design) Итана Маркота (Ethan Marcote)
	http://www.alistapart.com/articles/responsive-web-design

	и системой Golden Grid Джони Корпи (Joni Korpi)
	http://goldengridsystem.com/
*/

.clear {
    clear: both;
}


/*-------------------------------------------------------------------- cookie ------------------------------------------------------------*/
.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 10px;
    font-family: Verdana, sans-serif;  
    color: #000;
    background: lightgray;
    padding: 10px 20px; 
    border-top: 4px solid #999;
}
/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 10px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    background: rgba(0, 0, 0, 0.15);
    border: 2px solid #999;
}
.cookie_btn:hover {
    color: #FFF;
}
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #FFF;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}

ol.cookie {
  counter-reset: section;
  list-style-type: none;
}

li.cookie::before {
  counter-increment: section;
  content: counters(section,".") " ";
}
/*-------------------------------------------------------------------- cookie ------------------------------------------------------------*/


/* Мобильный макет: 480 пикс. и меньше. */

html,
body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
}

.fleft {
    width: 100%;
}

.fright {
    display: none;
}

.gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

html.ie7 #footer {
    background-repeat: no-repeat;
    background-position: center bottom;
    font-size: 10px;
    color: #aaa;
}

html.ie8 #hormenu table {
    margin-top: 0px;
}

.ui-datepicker-week-end .ui-state-default {
    border: 1px solid #ffa1a1;
}

.ui-state-custom {
    font-weight: bold;
    text-decoration: underline !important;
}


/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#carousel-mobile {
    display: none;
}

.slides_container {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    height: 334px;
}


/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
    width: 980px;
    max-width: 100%;
    height: 334px;
    display: block;
}

.slides_container a img {
    display: block;
}


/*
	Next/prev buttons
*/

#slides .next,
#slides .prev {
    position: relative;
    top: -200px;
    left: 0px;
    width: 24px;
    height: 43px;
    display: block;
    float: left;
    z-index: 101;
}

#slides .next {
    float: right;
}


/*
	Pagination
*/

.pagination {
    display: none;
}

.inner-poz-center {
    margin: 0 auto;
    padding: 25px;
    width: 285px;
    border: 1px solid gray;
}
#conts h3 {text-align: center;}
.formzayavki3 {
    padding: 20px;
}
.input-field-form124 {
    border: #b8b8b8 1px solid;
    border-radius: 3px;
    padding: 5px;
    outline: none;
    width: 164px;
    width: 108%;
}

a.feedback {
    width: 140px;
    display: block;
    padding: 16px 9px;
    text-decoration: none;
    background-image: url(/images/billyard_1.jpg);
}

a.feedback:hover {
    background-image: url(/images/billyard_2.jpg);
}

a.zak-stol {
    width: 140px;
    display: block;
    padding: 16px 9px;
    text-decoration: none;
    background-image: url(/images/caraoke_1.jpg);
}

a.zak-stol:hover {
    background-image: url(/images/caraoke_2.jpg);
}

a.bron {
    display: block;
    padding: 15px 8px;
    text-decoration: none;
    background-image: url(/images/bron_1.jpg);
    background-repeat: no-repeat;
}

a.bron:hover {
    background-image: url(/images/bron_2.jpg);
    background-repeat: no-repeat;
}

a.zakaz {
    display: block;
    padding: 15px 8px;
    text-decoration: none;
    background-image: url(/images/zakaz_1.png);
    background-repeat: no-repeat;
}

a.zakaz:hover {
    background-image: url(/images/zakaz_2.png);
    background-repeat: no-repeat;
}

a.vacancy {
    display: block;
    padding: 15px 8px;
    text-decoration: none;
    background-image: url(/images/button_send.jpg);
    background-repeat: no-repeat;
}

a.vacancy:hover {
    background-image: url(/images/button_send_r.jpg);
    background-repeat: no-repeat;
}

a.feedback-inner {
    display: block;
    padding: 15px 10px;
    text-align: center;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #4c235a;
    border: #4c235a 1px solid;
    border-radius: 7px;
    font-family: 'Montserrat', Tahoma;
    font-size: 12px;
    font-weight: bold;
}

a.feedback-inner:hover {
    background: #3e1d4c;
}

#aup {
    display: block;
    width: 48px;
    margin: 0 auto;
}

.ui-datepicker-week-end {
    color: #f00 !important;
}

.ui-datepicker-week-end a {
    color: #f00 !important;
}

.newstime {
    font-size: 11px;
}
.newstext {
    padding:0 10px;
}
.newstext a {
font-size: 18px;
    text-decoration: underline;
    display: block;
    margin-bottom: 7px;
    outline: none;
}
.menuleft a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.menuleft a:hover {
    font-size: 14px;
    color: #f00;
}

.menuleft a.act {
    font-size: 14px;
    color: #f00;
}

.menuleft li:hover {
    font-size: 14px;
    color: #f00;
}

.menuleft li.act {
    font-size: 14px;
    color: #f00;
}

.menuleft {
    margin: 0;
    padding: 0 0 0 20px;
}

.menuleft li {
    padding: 6px 0 6px 5px;
    border-bottom: #000 1px dotted;
}

#somemenuli {
    margin-bottom: 10px;
    display: none;
    width: 98%;
    position: absolute;
    background: #fff;
    right: 2px;
    top: 85px;
    width: 98%;
    border: #ccc 1px solid;
    z-index: 10000;
}

#somemenuli a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

#somemenuli .menuleft {
    margin: 0;
    padding: 0 0 0 20px;
    z-index: 10000;
}

#somemenuli .menuleft li {
    padding: 6px 0 6px 5px;
    border-bottom: #000 1px dotted;
    z-index: 10000;
}

#somemenuli .menuleft li a:hover {
    color: #CB6445;
}

#somemenuli .menuleft li.act a {
    color: #CB6445;
}

.gridContainer {
    min-height: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    /*background:url(/images/bg_small_01.png) 10px top no-repeat;*/
}

#main {
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 100px;
}

#footer {
    position: relative;
    margin: -100px auto 0 auto;
    /* negative value of footer height */
    height: 100px;
    clear: both;
    background: none;
    color: #9a93a2;
    font-size: 13px;
    padding: 0 10px;
    border-top: #9a93a2 1px solid;
}

#footer a {
    font-size: 13px;
    color: #000;
    margin: 0 10px;
}

#footermenu {
    display: none;
}

#leftcol {
    display: none;
}

#centercol {
    /*width:99%;*/
    /*float:left;*/
    /*padding:0px 0 0 20px;*/
    padding: 0 10px;
}

#rightcol {
    display: none;
}

#tel {
    background: rgba(0, 0, 0, 0.5);
    float: right;
    width: 186px;
    color: #fff;
    height: 70px;
    margin-right: 10px;
    position: absolute;
    right: -10px;
    top: 0;
}

.mobilelogo {
    padding-top: 5px;
    padding-bottom: 20px;
}
.mobilelogo a {
    padding-left:1em;
}
#tel .telspan {
    font-size: 22px;
    display: block;
    width: 100%;
    text-align: center;
}

#tel .addrspan {
    font-size: 10px;
    text-align: center;
}

#hormenu {
    display: none;
}


/*#mob-carousel {display: none;}************************************************************************************************************************************/

#carousel {
    display: block;
}

#smallnews {
    display: block;
}

.smallnewstime {
    background: #cb6445;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
}

.smallnewsname {
    font-size: 22px;
    color: #000;
}

#smallzakaz {
    display: none;
}

#smallmenu {
    display: block;
    padding-left: 0px;
    margin-left: 0px;
    position: absolute;
    right: 10px;
    top: 49px;
}

#sommenu {
    background: url(/images/vmenu_033.png) 0 0 no-repeat;
    width: 270px;
    height: 37px;
    color: #fff;
    float: left;
    padding: 10px 0 10px 20px;
    font-size: 22px;
}

#smallmenu a {
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
}

.for420 {
    display: block;
    width: 120px
}

.smallnewsimg {
    display: none;
}

.smallnewsimg1 {
    display: none;
}

#conts td {
    padding: 10px;
}

.obr {
    width: 140px;
    height: 54px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.zakstol {
    width: 140px;
    height: 54px;
    margin-left: auto;
    margin-right: auto;
}

.head1 {
    display: block;
}

#nav640 {
    display: block;
    color: #a39ea6;
    font-size: 11px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 0px;
}

#nav640 a {
    color: #a39ea6;
    font-size: 11px;
}

#navline {
    display: none;
}


/* Макет для планшета: 481–768 пикс. Наследует стили от мобильного макета. */

a.slick-slide {
    text-align: center;
}

.slick-slide img {
    display: inline-block !important;
}

.el-news-wrap {
    width: 100%;
    display: block;
}

.insta {
    display: none;
}

.stoltable td {
    display: inline-block;
    width: 47%;
    padding: 7px 0 !important;
}

.nopol {
    display: none;
}
.text-center {
    display: none;
}

@media only screen and (min-width: 640px) {
    .stoltable td {
        display: table-cell;
        width: inherit;
    }
    #fmstol input[type="text"] {
        width: 87% !important;
    }
    .tte textarea {
        width: 93% !important;
    }
    #footer table td {
        display: inline-block;
        width: 25%;
        padding: 5px 0;
        text-align: center;
    }
    #footer table td p {
        text-align: center;
    }
    #footer table td:nth-child(2),
    #footer table td:nth-child(3) {
        width: 25%;
    }
    #footer table {
        width: 100% !important;
        margin-top: 10px;
    }
    .partners {
        display: none;
    }
    .el-news{
        -webkit-box-shadow: 0 0 28px -10px rgb(0 0 0 / 70%);
        box-shadow: 0 0 28px -10px rgb(0 0 0 / 70%);
    }
    .el-news-wrap {
        width: 33%;
        display: table-cell;
    }
    #aup {
        display: none;
    }
    .zakstol {
        display: block;
        right: 30px;
        top: 90px;
        width: 200px;
    }
    #alogo {
        position: absolute;
        top: 10px;
        width: 220px;
        height: 200px;
    }
    #somemenuli {
        margin-top: 180px;
        width: 300px;
        position: absolute;
        background: #fff;
        right: 30px;
        padding: 15px;
        border: #ccc 1px solid;
        top: -123px;
        z-index: 10000;
    }
    .for420 {
        display: none;
    }
    .smallnewsimg {
        display: block;
    }
    .smallnewsimg1 {
        display: block;
    }
    .fleft {
        width: 48%;
        float: left;
    }
    .fright {
        width: 48%;
        float: right;
        display: block;
    }
    .ser-wrap {
        background: #fff;
        margin-top: 119px;
    }
    .gridContainer {
        min-height: 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        background: url(/images/bg.jpg) center top no-repeat;
    }
    #main {
        overflow-x: hidden;
        overflow-y: hidden;
        padding-bottom: 200px;
    }
    #footer {
        position: relative;
        margin: -200px auto 0 auto;
        /* negative value of footer height */
        height: 215px;
        clear: both;
        /*background:url(/images/vh_24.jpg) center bottom no-repeat;*/
        color: #9a93a2;
        font-size: 10px;
        padding: 0 10px;
        border-top: none;
    }
    #footer a {
        font-size: 12px;
        color: #000;
        margin: 0 10px;
    }
    #footermenu {
        display: none;
    }
    #leftcol {
        /*display: none;*/
    }
    #centercol {
        position: relative;
        width: 99%;
        float: left;
        padding: 0px 0 0 20px;
    }
    #rightcol {
        display: none;
    }
    #tel {
        background: rgba(0, 0, 0, 0.5);
        float: right;
        width: 286px;
        color: #fff;
        height: 80px;
        margin-right: 10px;
    }
    #tel .telspan {
        font-size: 24px;
        display: block;
        width: 100%;
        text-align: center;
    }
    #tel .addrspan {
        font-size: 12px;
        text-align: center;
    }
    #hormenu {
        display: none;
    }
    #carousel {
        display: block;
        padding: 5px;
    }
    #smallnews {
        display: block;
    }
    .smallnewstime {
        background: #cb6445;
        color: #fff;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 5px;
        margin-bottom: 5px;
    }
    .smallnewsname {
        font-size: 22px;
        color: #000;
    }
    #smallzakaz {
        display: block;
        float: right;
        margin-right: 25px;
        height: 49px;
        margin-top: 10px;
        margin-bottom: 20px;
        background: url(/images/vknop_03.png) 0 0 no-repeat;
        width: 177px;
    }
    #smallzakaz a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }
    #smallmenu {
        display: block;
        /*float: right;*/
        position: absolute;
        top: 0px;
        right: 30px;
        /*margin-top:35px;*/
        /*padding-right: 30px;*/
        width: 32px;
        z-index: 10000;
    }
    #sommenu {
        background: url(/images/vmenu_03.png) 0 0 no-repeat;
        width: 335px;
        height: 37px;
        color: #fff;
        float: left;
        padding: 10px 10px 10px 20px;
        font-size: 22px;
    }
    #sommenu a {
        color: #FFF;
    }
    .mobilecenter {
        text-align: center;
    }

}
/* Макет для настольного компьютера: 769–1232 пикс. (максимум). Наследует стили от мобильного макета и макета для планшета. */
@media only screen and (min-width: 995px) {
    #mob-carousel-1 {
        display: none;
    }
    .insta {
        display: block;
    }
    .partners {
        display: block;
    }
    .mobilelogo {
        display: none;
    }
    .submenu640 {
        display: none;
    }
    .ser-wrap {
        background: #fff;
    }
    #conts {
        position: relative;
        top: -60px;
    }
    #nav640 {
        display: none;
    }
    #aup {
        display: none;
    }
    .zakstol {
        display: none;
    }
    .obr {
        display: none;
    }
    #alogo1 {
        position: relative;
        top: -150px;
        width: 220px;
        height: 200px;
    }
    #alogo1 a {
        width: 100%;
        height: 100%;
        display: block;
        text-decoration: none;
    }
    #alogo {
        display: none;
    }
    #somemenuli {
        display: none;
    }
    .fleft {
        width: 48%;
        float: left;
    }
    .fright {
        width: 48%;
        float: right;
        display: block;
    }
    #smallnews {
        display: none;
    }
    #smallzakaz {
        display: none;
    }
    #smallmenu {
        display: none;
    }
    .gridContainer {
        min-height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        background: none;
    }
    #main {
        background: url(/images/bg.jpg) center top no-repeat;
        overflow: auto;
        padding-bottom: 200px;
    }
    #footer {
        position: relative;
        margin: -200px auto 0 auto;
        /* negative value of footer height */
        height: 215px;
        clear: both;
        /*background:url(/images/vh_24.jpg) center bottom no-repeat;*/
        color: #9a93a2;
        font-size: 10px;
        padding: 0 10px;
        border-top: none;
    }
    #footer a {
        font-size: 12px;
        color: #000;
        margin: 0 10px;
        font-weight: normal;
    }
    #footer a.act {
        font-size: 12px;
        color: #000;
        margin: 0 10px;
        font-weight: bold;
    }
    #footermenu {
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: #ccc 1px solid;
        display: block
    }
    body:before {
        /*Opera Fix*/
        content: "";
        height: 100%;
        float: left;
        width: 0;
        margin-top: -32767px;
    }
    html.ie7 gridContainer {
        display: table;
        height: 100%;
    }
    .seredinka995 {
        width: 1000px;
        margin: 0 auto;
        position: relative;
        background-color: white;
    }
    #tel {
        /*background:url(/images/telbg_021.png) 0 0 no-repeat;*/
        background: rgba(0, 0, 0, 0.5);
        width: 286px;
        color: #fff;
        height: 70px;
        position: absolute;
        right: -10px;
        top: -186px;
    }
    #tel .telspan {
        font-size: 20px;
        font-family: 'Montserrat', Tahoma;
        display: block;
        width: 100%;
        text-align: center;
    }
    #tel .addrspan {
        font-family: 'Montserrat', Tahoma;
        text-align: center;
        font-size: 12px;
    }
    #hormenu {
        border-top: #fff 0px solid;
        margin-top: 186px;
        display: block;
    }
    .menu-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 21px;
    }
    #hormenu a {
        color: #000;
        /*width: 100%; */
        height: 100%;
        /*display: block;*/
        font-size: 14px;
        font-family: 'Montserrat';
        font-weight: bold;
        text-decoration: none;
    }
    #hormenu a:hover {
        text-decoration: underline;
    }
    #hormenu td {
        text-align: center;
        vertical-align: middle !important;
    }
    #hormenu tr {
        vertical-align: middle !important;
    }
    .tdsplit {
        width: 1px;
        background: url(/images/menubg_07.png) 0 0 repeat-x;
    }
    .tdmenu {
        /*background:url(/images/menubg_07.png) 0 0 repeat-x;*/
    }
    .tdmenu:hover {
        /*background:url(/images/menuact_03.png) 0 0 repeat-x;*/
    }
    .tdmenuact {
        /*background:url(/images/menuact_03.png) 0 0 repeat-x;*/
    }
    .td1 {
        /*background:url(/images/menubg_03.png) 0 0 no-repeat;*/
        padding-left: 10px;
    }
    .td1:hover {
        /*background:url(/images/menuact1_03.png) 0 0 no-repeat;*/
        padding-left: 10px;
    }
    .td1act {
        /*background:url(/images/menuact1_03.png) 0 0 no-repeat;*/
        padding-left: 10px;
    }
    .td13 {
        /*background:url(/images/menubg_09.png) top right no-repeat;*/
        padding-right: 10px;
    }
    .td13:hover {
        /*background:url(/images/menuact2_05.png) top right no-repeat;*/
        padding-right: 10px;
    }
    .td13act {
        /*background:url(/images/menuact2_05.png) top right no-repeat;*/
        padding-right: 10px;
    }
    #leftcol {
        width: 240px;
        padding: 0 0 0 10px;
        float: left;
        display: block;
    }
    .el-news td {
        padding-left: 0 !important;
        padding-right: 5px !important;
    }
    #centercol {
        width: 729px;
        float: left;
        padding: 0px 0 0 20px;
    }
    #rightcol {
        width: 180px;
        float: right;
        /*padding:40px 10px 0 10px;*/
        padding: 10px 10px 0 10px;
        display: block;
    }
    #navline {
        color: #a39ea6;
        font-size: 11px;
        padding-top: 15px;
        margin-bottom: 59px;
        padding-left: 0px;
        display: block;
        position: static;
    }
    #navline a {
        color: #a39ea6;
        font-size: 11px;
    }
    #carousel {
        display: block;
    }
}

@media only screen and (max-width: 639px) {
    #tel {
        width: 60%;
    }
    #smallmenu {
        /*margin-top: 45px;*/
        top:unset;
    }
    .text-center {
    display: block;
    }
}

@media only screen and (max-width: 620px) {
    #tel .telspan {
        font-size: 22px;
        text-align: right;
    }
    .telspan a {
        padding-right: 10px;
    }
    #tel .addrspan {
        text-align: right;
    }
    .addrspan span {
        padding-right: 10px;
    }
    .mobilecenter {
        text-align: center;
    }
    .el-news {
    -webkit-box-shadow: 0 0 28px -10px rgb(0 0 0 / 70%);
    box-shadow: 0 0 28px -10px rgb(0 0 0 / 70%);
    }
    #conts td {
        padding:10px 0;
    }
    .text-center {
    display: block;
    }
}

@media only screen and (max-width: 360px) {
    #tel .telspan {
        font-size: 18px;
        text-align: right;
    }
    .telspan a {
        padding-right: 10px;
    }
    .mobilecenter {
        text-align: center;
    }
    .text-center {
    display: block;
    }
}

.pirog {
    background: url(/images/pirogi_07.jpg) 0 0 no-repeat;
    width: 512px;
    height: 185px;
    padding: 20px;
}

.pirog img {
    border: #fff 1px solid;
}

.pirogname {
    color: #4b2227;
    font-size: 23px;
}

.piroganons {
    color: #4b2227;
    font-size: 13px;
}

.pirogprice {
    color: #e35b01;
    font-size: 36px;
    margin-top: 20px;
}

#conts .form1234 td {
    padding: 5px 5px 5px 0;
}

#fmstol {
    /*font-size: 14px;*/
    display: none;
}

#fmstol input[type="text"]:focus {
    border: #000 1px solid;
}

#fmstol input[type="text"] {
    border: #b8b8b8 1px solid;
    border-radius: 3px;
    padding: 5px;
    outline: none;
    /*position: relative; top: -5px;*/
    width: 164px;
    width: 108%;
}

.zap {
    display: none;
    color: #fb0000;
}

.zap1 {
    color: #fb0000;
    border: #fb0000 1px solid;
}

#fmstol input[type="text"].zap1:focus {
    border: #fb0000 1px solid !important;
}

.tte textarea:focus {
    border: #000 1px solid;
}

.tte textarea {
    display: block;
    width: 100%;
    padding: 5px 10px;
    height: 55px;
    resize: none;
    outline: none;
    border: #b8b8b8 1px solid;
    border-radius: 3px;
    font-family: Tahoma;
    font-size: 14px;
}

.tte td {
    vertical-align: middle !important;
}

#fmstol area {
    outline: none;
}

a[title="позвонить"],
.telspan a {
    text-decoration: none !important;
    outline: none;
}

.telspan a {
    color: #fff;
}

.lime a {
    margin: 0px !important;
    color: #9a93a2 !important;
}

.content img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

#lightgallery a {
    position: relative;
    display: block;
    overflow: hidden;
    /*cursor: url(http://victory-park.ru/inc/highslide/graphics/zoomin.cur), pointer;*/
}

#lightgallery a img {
    -webkit-transition: -webkit-transform .15s ease 0s;
    -moz-transition: -moz-transform .15s ease 0s;
    -o-transition: -o-transform .15s ease 0s;
    transition: transform .15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

#lightgallery a .demo-gallery-poster {
    /*background-color: rgba(0, 0, 0, .1);*/
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .15s ease 0s;
    -o-transition: background-color .15s ease 0s;
    transition: background-color .15s ease 0s;
}

#lightgallery a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
}

#lightgallery a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, .5);
}

#lightgallery a:hover .demo-gallery-poster>img {
    opacity: 1;
}

#lightgallery a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.content.inner #lightgallery table tr:nth-child(even) td {
    background: none;
}
/*
@media only screen and (max-width: 639px) {
    #tel {
        width: 60%;
    }
    #smallmenu {
        top:unset;
    }
}

@media only screen and (max-width: 620px) {
    #tel .telspan {
        font-size: 22px;
        text-align: right;
    }
    .telspan a {
        padding-right: 10px;
    }
    #tel .addrspan {
        text-align: right;
    }
    .addrspan span {
        padding-right: 10px;
    }
    .mobilecenter {
        text-align: center;
    }
}

@media only screen and (max-width: 360px) {
    #tel .telspan {
        font-size: 18px;
        text-align: right;
    }
    .telspan a {
        padding-right: 10px;
    }
    .mobilecenter {
        text-align: center;
    }
}
*/

/**************************************** SLIDERS *******************************************/

.slider {
    position: relative;
    z-index: 0;
}

.slider__container {
    overflow: hidden;
    z-index: 0;
}

.slider__wrapper {
    /* overflow: hidden; */
}

.slider__items {
    display: flex;
    transition: transform 0.5s ease;
    z-index: 0;
}

.slider_disable-transition {
    transition: none;
}

.slider__item {
    flex: 0 0 100%;
    width: 100%;
    user-select: none;
    z-index: 0;
}
.slider__item a {
    display: inline-block;
}

/* кнопки влево и вправо */

.slider__control {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 50px;
    color: #fff;
    text-align: center;
    background: rgb(0 0 0 / 20%);
    border: none;
    transform: translateY(-50%);
    cursor: pointer;
}

.slider__control_hide {
    display: none;
}

.slider__control[data-slide="prev"] {
    left: 0;
}

.slider__control[data-slide="next"] {
    right: 0;
}

.slider__control:hover,
.slider__control:focus {
    color: #fff;
    text-decoration: none;
    background: rgb(0 0 0 / 30%);
    outline: 0;
}

.slider__control::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.slider__control[data-slide="prev"]::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider__control[data-slide="next"]::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}


/* индикаторы */

.slider__indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-right: 15%;
    margin-bottom: 0;
    margin-left: 15%;
    padding-left: 0;
    list-style: none;
}

.slider__indicators li {
    flex: 0 1 auto;
    box-sizing: content-box;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgb(255 255 255 / 25%);
    background-clip: padding-box;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    cursor: pointer;
}

.slider__indicators li.active {
    background-color: rgb(255 255 255 / 100%);
}