@import"reset.css";
html * {max-height:1000000px;}
.vertical_center {
vertical-align: middle;
}
.clearfix {
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
}
HTML {
min-width: 300px;
margin: 0;
padding: 0;
background-color: #fff;
font:15px/18px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
color: #333;
-webkit-text-size-adjust:none !important;
-moz-text-size-adjust:none !important;
-ms-text-size-adjust:none !important;
text-size-adjust:none !important;
}
.wrapper {
position: relative;
margin: 0 auto;
min-width: 300px;
max-width: 1400px;
}
.wrapper-small {
position: relative;
margin: 0 auto;
min-width: 300px;
max-width: 1000px;
}
.col_50_left {
position: relative;
display:inline-block;
float: left;
width: 45.8%;
padding-left: 1.4%;
}
.col_50_right {
position: relative;
display:inline-block;
float: right;
width: 45.8%;
padding-right: 1.4%;
}
.col_50 {
position: relative;
display:inline-block;
padding: 0 2.5%;
width: 45%;
}

BODY {
margin: 0;
padding: 0;
min-width: 300px;
font:15px/18px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
color: #333;
-webkit-text-size-adjust:none !important;
-moz-text-size-adjust:none !important;
-ms-text-size-adjust:none !important;
text-size-adjust:none !important;
}
DIV {
font:15px/18px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
color: #333;
}
HR {
border:0;
border-bottom: dotted 1px #ccc;
height: 0;
clear: both;
}
body,td,th {
font:15px/18px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
color: #333;
}
body {
background: url('/images/body_bg_pattern.jpg');
background-size: contain;

}
.spacer_10 {
height: 10px;
position: relative;
clear: both;
}
.spacer_20 {
height: 20px;
position: relative;
clear: both;
}
.spacer_30 {
height: 30px;
position: relative;
clear: both;
}
.spacer_40 {
height: 40px;
position: relative;
clear: both;
}
.spacer_50 {
height: 50px;
position: relative;
clear: both;
}
.spacer_60 {
height: 60px;
position: relative;
clear: both;
}
.spacer_70 {
height: 70px;
position: relative;
clear: both;
}
.spacer_80 {
height: 80px;
position: relative;
clear: both;
}
.spacer_90 {
height: 90px;
position: relative;
clear: both;
}
.spacer_100 {
height: 100px;
position: relative;
clear: both;
}
.cur {
cursor: pointer;
}
H1 A {
text-decoration: none !important;
border-bottom: solid 1px #369;
}
H1 A:hover {
border-bottom: none;
}
a {
  color: #369;
  outline: none;
  text-decoration: underline;
}
a:link {
  color: #369;
  text-decoration: underline;
}
a:visited {
  color: #369;
  text-decoration: underline;
}
a:hover {
  color: #369;
  text-decoration: none;
}
a:active {
  color: #ff5900;
  text-decoration: underline;
}
img {
  border: none;
  max-width: 100%;
  height:auto !important;
  max-height: 100%;
}
input, textarea {   max-width:100% }
input {
font:15px/24px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
color: #000;
}


H1 {
font:24px/28px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 300;
color: #000;
margin-bottom: 40px;
}
H2 {
font:22px/26px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 300;
color: #000;
margin-bottom: 26px;
}
H3 {
font:18px/24px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
color: #000;
margin-bottom: 15px;
}
H4 {
font:15px/18px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 700;
color: #333;
margin-bottom: 15px;
}
P {
font:16px/24px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 300;
color: #666;
text-align: justify;
margin-bottom: 12px;
}
UL {
color: #666;
margin: 10px 0 17px 0;
clear: both;
}
LI {
font:16px/24px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 300;
background: url('/images/bullet.png') left 10px no-repeat;
padding-left: 15px;
color: #666;
list-style: none;
}

/* -- INPUTS -------------------------------------------------------------------------------------- */

.input_block {
display: inline-block;
background-color: #fff;
-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.07);
-moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.07);
box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.07);
font:14px/38px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 300;
font-style: normal;
color: #666;
text-align: left;
height: 38px;
border: solid 1px #909fa5;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
padding: 0 2%;
font-style: italic;
width: 100%;
margin-bottom: 10px;
}
.textarea_block {
display: inline-block;
background-color: #fff;
-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.07);
-moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.07);
box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.07);
font:14px/24px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 300;
font-style: normal;
color: #666;
text-align: left;
height: 98px;
border: solid 1px #909fa5;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
padding: 10px 2%;
font-style: italic;
width: 100%;
margin-bottom: 10px;
}
.button_block {
display: inline-block;
font:18px/38px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
font-style: normal;
color: #fff;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.74);
text-align: center;
height: 38px;
border: none;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
padding: 0 2%;
width: 95%;
cursor: pointer;
background-color: #21932c;
margin-bottom: 10px;
}
input[type="radio"] {
display: none;
}
input[type="radio"] + label {
font:15px/18px 'Roboto', Tahoma, sans-serif;
font-weight: 400;
color: #333;
}

input[type="radio"] + label span {
display: inline-block;
width: 19px;
height: 24px;
background:url('/cms_admin_images/bullet1.png') left top no-repeat;
border: none;
cursor: pointer;
vertical-align:middle;
}
input[type="radio"]:checked + label span {
background:url('/cms_admin_images/bullet1_selected.png') left top no-repeat;
}


input[type="checkbox"] {
/*display: none;*/
}
input[type="checkbox"] + label {
font:15px/18px 'Roboto', Tahoma, sans-serif;
font-weight: 400;
color: #333;
}

input[type="checkbox"] + label span {
display: inline-block;
width: 19px;
height: 24px;
background:url('/cms_admin_images/bullet2.png') left top no-repeat;
border: none;
cursor: pointer;
vertical-align:middle;
}
input[type="checkbox"]:checked + label span {
background:url('/cms_admin_images/bullet2_selected.png') left top no-repeat;
}

/* ------------------------------------------------------------------------------------------- */
/* -------------------- */
/* VIDEO & GAL */


.video_prew {
background-color: #fff;
display: inline-block;
max-width: 200px;
margin: 10px 10px;
padding: 10px;
vertical-align: top;
cursor: pointer;
text-align: center;
}
.video_prew:hover {
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.video_prew A {
text-decoration: none;
font:13px/18px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
}
.video_prew IMG {
margin: 0;
padding: 0;
}
.video_viewer {
display: none;
clear: both;
margin: 20px 20px;
text-align: center;
}
.gal_prew {
background-color: #fff;
display: inline-block;
width: 23%;
margin: 10px 0 10px 1%;
/* border: 1px solid #ddd; */
padding: 2px;
text-align: center;
height: 150px;
}
.gal_prew:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.gal_prew:hover {
}
.gal_prew A {
text-decoration: none;
font:13px/18px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
}
.gal_prew IMG {
margin: 0;
padding: 0;
width: auto;
height: auto;
border-radius:8px;
border: solid 2px #eee;
}
/* ------------------------------------------------------------------------------------------- */
/* -------------------- */
/* PAGER */


.pager_active {
display: inline-block;
* display: inline;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #369;
padding: 3px 7px;
margin: 2px;
font:18px/18px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 700;
color: #fff;
}
.pager_active A {
text-decoration: none;
color: #fff;
}
.pager_nonactive {
display: inline-block;
* display: inline;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #8b8b8b;
background: linear-gradient(to top, #848484, #d3d3d3);
padding: 3px 7px;
margin: 2px;
font:18px/18px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 700;
color: #fff;
}
.pager_nonactive A {
text-decoration: none;
color: #fff;
}
/* ------------------------------------------------------------------------------------------- */
/* SLIDER */
#mainpage_slider_wrapper {
position: relative;
display:block;
width: 100%;
height:650px;
}
#mainpage_slider {
position: relative;
display:block;
width: 100%;
height:650px;
}
.slide_link {
width: 100%;
height: 100%;
position: relative;
}

/* ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------- */
/* SHAPKA */

#float_shapka_menu_wrapper {
display: block;
position: fixed;
top: 0;
left: 0;
background-color: #660200;
background:url('/images/footer_logo_bg.png') top left repeat #660200;
min-height: 60px;
width: 100%;
z-index: 1100;
}
#float_shapka_menu {
min-width: 300px;
max-width: 1400px;
margin: 0 auto;
min-height: 60px;
position: relative;
font:18px/18px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
color: #e9973a;
/* text-shadow: 0 1px 1px #000; */
text-decoration: none;
text-transform: uppercase;
text-align: center;
z-index: 1000;
}
#float_shapka_menu_inner {
display:block;
margin-left:127px;
position:relative;
}
#float_shapka_menu_inner SPAN {
text-align: center;
display: inline-block;
position: relative;
margin: 20px 15px 10px 15px;
color: #e9973a;
}
#float_shapka_menu_inner SPAN A {
color: #e1d658;
text-decoration:none;
}
#float_shapka_menu_inner SPAN A:hover {
color: #fff;
text-decoration:none;
}
#float_up_menu_logo {
position: absolute;
top: 0;
left: 0;
width:9.07%;
min-width: 127px;
height: 60px;
background:url('/images/logo_small.png') center left no-repeat;
}
.up_menu_hidden {
    transform: translateY(-60px);
    opacity: 0;
    transition: all 0.9s;
}
.up_menu_fixed {
    position: fixed;
    opacity: 0.95;
    transform: translateY(0);
    transition: all 0.9s;
}

#shapka {
background:url('/images/up_menu_bg.png') bottom center repeat-x;

min-height: 175px;
position:relative;
display:block;
width:100%;
text-align:center;
}
.shapka_inner {
position:relative;
display:block;
min-height:175px;
font-size:0;
}
#up_menu_1 {
display:inline-block;
text-align: center;
position:relative;
float:left;
margin-top:60px;
width:36.5%;
}
#up_menu_2 {
display:inline-block;
text-align: center;
position:relative;
float:right;
margin-top:60px;
width:36.5%;
}
.up_menu SPAN {
text-transform: uppercase;
text-align: center;
font:18px/18px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight:400;
display:inline-block;
text-align: center;
display: inline-block;
position: relative;
margin: 20px 15px 0 15px;
color: #e9973a;
}
.up_menu SPAN A {
color: #e1d658;
text-decoration:none;
}
.up_menu SPAN A:hover {
color: #fff;
text-decoration:none;
}
#logo {
position:absolute;
left: 36.5%;
top:0;
width:27%;
height:100%;
background:url('/images/logo.png') center center no-repeat;
background-size: contain;
}

#newyear_shapka {
position:absolute;
left:0px;
top:0px;
z-index:999;
}
/* ------------------------------------------------------------------------------------------- */
/* MAINPAGE ABOUT TEXT */
#mainpage_about_text {
font-size:0;
}
#mainpage_about_text h1 {
background:url('/images/1px_bcbec0.png') center center repeat-x;
text-align:center;
}
#mainpage_about_text h1 SPAN {
display:inline-block;
background-color: #fff;
padding: 0 20px;
}
#mainpage_about_text h1 A {
text-decoration:none;
color:#ce8c40;
border-bottom: dashed 1px #ce8c40;
}
#mainpage_about_text h1 A:hover {
text-decoration:none;
color:#ce8c40;
border-bottom: dashed 1px #fff;
}

/* ------------------------------------------------------------------------------------------- */
/* MAINPAGE ARENDA */
.mp_arenda_hr {
margin: 2px 0;
background-color: #ce8c40;
height: 1px;
display:block;
width:100%;
}
#mainpage_arenda {
background:url('/images/orange_bg.png') center center repeat #e86c00;
text-align:center;
font-size:0;
padding-top:35px;
}
.mp_arenda_col {
text-align:center;
margin-bottom:35px;
}
.mp_arenda_col P {
font:18px/26px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight:400;
color:#fff;
}
.mp_arenda_col A {
font-weight:700;
color:#ffdc67;
}
/* ------------------------------------------------------------------------------------------- */
/* MAINPAGE CATALOGUE */
#mainpage_catalogue {
background:url('/images/mainpage_catalogue_bg.jpg') center center repeat #580000;
text-align:center;
font-size:0;
padding: 45px 0;
}
#mainpage_catalogue H1 {
color:#ffdc66;
text-shadow: 0 1px 1px #000;
}
.mp_cat_block {
display:inline-block;
border-radius:16px;
background-color:#000;
min-height:200px;
margin: 0 1% 30px 1%;
width: 23%;
border: solid 1px #835151;
-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    0px 3px 6px 0px rgba(0, 0, 0, 0.5);
box-shadow:         0px 3px 6px 0px rgba(0, 0, 0, 0.5);
background-size: cover !important;
position:relative;
}
.mp_cat_block DIV {
position:absolute;
background-color:rgba(49, 0, 0, 0.75);
bottom:0;
left:0;
width:100%;
min-height: 40px;
padding: 10px 0;
text-align: center;
color: #FFF;
font:17px/20px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight:400;
border-radius: 0 0 16px 16px;
vertical-align: top;
text-shadow: 0 1px 3px #000;
}
.mp_cat_block:hover {
opacity:0.75;
}
/* ------------------------------------------------------------------------------------------- */
/* MAP */
#map {
position:relative;
padding-top:60px;
}
/* ------------------------------------------------------------------------------------------- */
/* MAINPAGE NEWS */
#mainpage_news_text {
}
#mp_news_title {
display: inline-block;
font:24px/42px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
color: #ce8c40;
font-weight: 300;
padding: 0;
margin-bottom: 10px;
float:left;
}
#mp_news_title A {
text-decoration: none;
color: #fff;
display: inline-block;
border-bottom: dotted 1px #fff;
}
#mp_news_title A:hover {
text-decoration: none;
color: #fff;
border-bottom: dotted 1px #369;
}
#mp_all_news_link {
float:right;
display: inline-block;
border-radius: 32px;
background-color:#ce8c40;
padding: 10px 15px;
font:18px/22px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
color: #fff;
}
.news_date {
color: #fff;
font:14px/18px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 300;
font-style: italic;
padding: 5px 10px;
background-color: #666;
display: inline-block;
border-radius: 8px;
margin-bottom: 10px;
}
.news_item {
margin-bottom: 50px;
}
.news_text {
overflow:hidden;
}
.news_text H3 {
color: #336699;
font:18px/20px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
}
.news_text H3 A {
color: #336699;
}
.news_text P {
font:15px/18px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 300;
color: #333;
}
.news_text B {
font:15px/18px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
color: #000;
}

.news_img {
width: 140px;
height: 140px;
border-radius: 70px;
border: solid 2px #fff;
-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.21);
-moz-box-shadow:    0px 0px 7px 0px rgba(0, 0, 0, 0.21);
box-shadow:         0px 0px 7px 0px rgba(0, 0, 0, 0.21);
display: inline-block;
margin-right: 4%;
float: left;
background-position: center center !important;
background-size: cover !important;
}
.news_img_empty {
margin-right: 4%;
display: inline-block;
width: 140px;
height: 140px;
float: left;
background: none;
background-image: none;
}
/* ------------------------------------------------------------------------------------------- */
/* MAINPAGE ARTICLE */

/* ------------------------------------------------------------------------------------------- */

/* FOOTER */
/* ------------------------------------------------------------------------------------------- */
#footer {
background:url('/images/footer_bg.png') top left repeat #570000;
text-align:center;
/*padding-bottom: 20px;*/
}
.footer_1 {
display:inline-block;
float:left;
width:30%;
text-align:left;
margin-top:30px;
margin-bottom:30px;
min-height: 300px;
margin-left: 1%;
margin-right: 1%;
}
.footer_2 {
text-align:left;
display:inline-block;
float:right;
width:30%;
margin-top:30px;
margin-bottom:30px;
min-height: 300px;
margin-left: 1%;
margin-right: 1%;
}
.footer_3 {
display:inline-block;
background:url('/images/footer_logo_bg.png') top left repeat #610000;
width:30%;
margin-top:-30px;
margin-bottom:0px;
border-radius: 24px 24px 0 0;
padding-top:30px;
text-align:center;
min-height: 470px;
}
#footer H3 {
font:18px/22px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
color: #fff;
margin-bottom: 0px;
}
#footer H4 {
font:18px/22px 'Roboto Condensed', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 700;
color: #e2c975;
margin-bottom: 0px;
}
#footer P {
font:14px/22px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 300;
color: #fff;
text-align: left;
margin-bottom: 0px;
}
#footer A {
color:#ce8c40;
}
.footer_1 HR {
border:0;
border-bottom: solid 1px #7d6962;
height: 0;
background-color:#7d6962;
clear: both;
margin:20px 0;
}
.footer_input_block {
display: inline-block;
background-color: #e5dbd1;
font:14px/40px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 300;
font-style: normal;
color: #666;
text-align: left;
height: 40px;
border:none;
border-radius: 6px;
padding: 0 2%;
font-style: italic;
width:100%;
margin-bottom:10px;
}
.footer_textarea_block {
display: inline-block;
background-color: #e5dbd1;
font:14px/22px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 300;
font-style: normal;
color: #666;
text-align: left;
height: 98px;
border:none;
border-radius: 6px;
padding: 10px 2%;
font-style: italic;
width:100%;
margin-bottom:10px;
height: 150px;
}
.footer_button_block {
display: inline-block;
background-color: #ce8c40;
font:18px/40px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
font-style: normal;
color: #fff;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.74);
text-align: center;
height: 40px;
border:none;
border-radius: 8px;
padding: 0 2%;
width: 96%;
cursor: pointer;
margin-bottom:10px;
font-style: italic;
}
.footer_form {
margin:20px 0;
display:block;
position:relative;
width:100%;
text-align:center;
}
/* ------------------------------------------------------------------------------------------- */

/* TEXT BLOCK */
.text_block {
font-size:0;
}
.text_block h1 {
/* background:url('/images/1px_bcbec0.png') center center repeat-x; */
/* text-align:center; */
}
.text_block h1 SPAN {
display:inline-block;
background-color: #fff;
padding: 0 20px;
}
.text_block h1 A {
text-decoration:none;
color:#ce8c40;
border-bottom: dashed 1px #ce8c40;
}
.text_block h1 A:hover {
text-decoration:none;
color:#ce8c40;
border-bottom: dashed 1px #fff;
}
.orange_text_block {
background:url('/images/orange_bg.png') left top repeat;
border-radius:16px;
padding: 20px 2%;
}
#submenu_block {
background:url('/images/left_menu_bg.png') left top repeat;
padding-bottom: 30px;
margin-bottom: -60px;
}
#submenu_block LI {
font:15px/30px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 300;
background: url('/images/menu_bullet.png') left 11px no-repeat;
padding-left: 10px;
color: #000;
list-style: none;
}
#submenu_block LI A {
color: #62514b;
}
.submenu_block_title {
display:inline-block;
background-color:#570000;
padding: 5px 10px;
font:24px/30px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
color:#fff;
}

/* ------------------------------------------------------------------------------------------- */
/* 2 columns */
.left_column {
display:inline-block;
position:relative;
float:left;
width:26.45%;
margin-left:1.4%;
}
.right_column {
display:inline-block;
position:relative;
float:right;
width:67.88%;
margin-right:1.4%;
}
/* ------------------------------------------------------------------------------------------- */
/* left column */
.left_menu_block_title {
display:inline-block;
background-color:#570000;
padding: 5px 30px 5px 30px;
font:24px/30px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
color:#fff;
}
.left_menu_hidden_title {
font:24px/30px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
color:#fff;
padding: 10px 2% 10px 2%;
cursor:pointer;
background: url('/images/hidden_menu_title_bg.png') right 10px center no-repeat #570000;
display:none;
}
.left_menu_hidden_close {
display:none;
position: absolute;
top:-10px;;
right:2%;
width:25px;
height:25px;
border-radius:12px;
border: solid 1px #bbb;
background-color:#fff;
font:19px/19px Tahoma, Verdana, Helvetica, sans-serif;
vertical-align:top;
font-weight: 400;
text-align:center;
color:#bbb;
cursor:pointer;
}
.left_menu {
border-radius: 0 16px 16px 16px;
background: url('/images/left_menu_bg.png') left top repeat #f5ebe1;
position:relative;
}
.left_menu UL {
margin: 20px 0 50px 10px;
}
.left_menu UL LI {
background: url('/images/menu_bullet.png') 10px 14px no-repeat;
font:15px/18px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
color:#62514b;
font-weight: 300;
padding: 8px 20px 8px 22px;
margin:0;
}
.left_menu UL LI A {
font:15px/18px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
color:#62514b;
font-weight: 300;
}
.left_menu UL .left_menu_active {
font:15px/18px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 700;
color:#c86b00;
background-color:#fff;
background-image:none;
border-radius: 8px 0 0 8px;
}
.left_menu UL .left_menu_active A {
font:15px/18px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 700;
color:#c86b00;
text-decoration:none;
}
.left_banners {
position:relative;
margin-top:30px;
}
/* ------------------------------------------------------------------------------------------- */
/* OFFERS */
.offer_area {
margin: 0 0 40px 0;
}
.offer_area_show {
display:block;
}
.offer_area_hide {
display:none; 
}
.offer_tab {
display:inline-block;
font:18px/20px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
height:40px;
padding: 10px 20px;
margin: 0 5px 10px 0;
cursor:pointer;
border-radius:8px;
}
.offer_tab_active {
background: url('/images/brown_bg.png') left top repeat #5a4841;
color:#ffc500;
font-weight: 700;
text-decoration:none;
}
.offer_tab_unactive {
background-color:#bcbec0;
color:#fff;
font-weight: 400;
text-decoration:underline;
}
.offer_group_big_image_preview {
border: solid 1px #999;
max-width:100%;
height:auto;
margin-bottom:10px;
}
.offer_group_image_preview {
display:inline-block;
width: 31%;
height: 93px;
border: solid 1px #999;
margin: 0 2% 5px 0;
background-size: cover !important;
}
.offer_table {
position:relative;
width:100%;
margin: 20px 0;
}
.offer_table TR TD {
border-bottom: solid 1px #f0f0f0;
position:relative;
}
.offer_table_head {
background: url('/images/brown_bg.png') left top repeat #5a4841;
color:#fff;
font-weight: 400;
}
.offer_table_head TD {
border-radius: 8px 8px 0 0;
font:24px/26px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 700;
color:#fff;
padding: 10px 2%;
}
.offer_table_head_global {
background: url('/images/brown_bg.png') left top repeat #5a4841;
color:#fff;
font-weight: 400;
}
.offer_table_head_global TD {
border-radius: 8px 8px 0 0;
font:16px/18px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 700;
color:#fff;
padding: 10px 2%;
}
.cc1 {
padding: 10px 2%;
font:18px/22px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 700;
}
.cc2 {
padding: 10px 2%;
font:18px/22px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 700;
}
.cc3 {
padding: 10px 2%;
font:12px/16px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
text-align:center;
}
.cc4 {
padding: 10px 2%;
font:12px/16px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
text-align:center;
}
.offer_status {
display:inline-block;
border-radius:8px;
padding: 8px 20px;
width:100%;
font:13px/14px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 400;
color:#fff;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.54);
text-align:center;
}
.odd_row { /* Задаем стили для нечетных рядов таблицы */
	background: #f0f0f0;
}
.even_row { /* Задаем стили для четных рядов таблицы */
	background: #fff;
}
.offer_table_switch {
position:absolute;
top:15px;
right:1%;
font:14px/18px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 300;
color:#aaa;
}
.sw1 {
display:inline-block;
margin: 0 5px;
font-weight: 300;
color:#e5dbd1;
cursor:pointer;
}
.sw2 {
display:inline-block;
margin: 0 5px;
font-weight: 300;
color:#e5dbd1;
cursor:pointer;
}
.sw_selected {
font-weight: 700 !important;
color:#fff;
}
.sw_unselected {
text-decoration:underline;
}
/* ------------------------------------------------------------------------------------------- */
/* PARTNERS */
.partner_preview {
display:inline-block;
text-align:center;
font:15px/20px 'Roboto', Tahoma, Verdana, Helvetica, sans-serif;
font-weight: 700;
margin: 0 2% 40px 2%;
text-decoration:none;
width:29%;
}
.partner_logo_preview {
display:block;
width: 100%;
height: 200px;
text-align:center;
background-size:contain !important;
margin-bottom: 20px;
}
.partner_group_big_image_preview {
border: solid 1px #999;
max-width:300px;
height:auto;
margin-bottom:10px;
text-align:center;
}
.partner_group_image_preview {
display:inline-block;
width: 31%;
height: 150px;
border: solid 1px #999;
margin: 0 2% 5px 0;
background-size: cover !important;
}
.partner_contact_block {
-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:    0px 1px 10px 0px rgba(0, 0, 0, 0.1);
box-shadow:         0px 1px 10px 0px rgba(0, 0, 0, 0.1);
padding: 20px 2%;
border-radius: 16px;
}
.partner_contact_block P {
text-align:left;
}

#cookie-consent-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  z-index: 9999;
  display: none;
  animation: slideDown 0.5s ease;
}

.cookie-consent-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px;
  text-align: center;
}

.cookie-consent-content p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.5;
}

#cookie-consent-button {
  background-color: #ff9800;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#cookie-consent-button:hover {
  background-color: #e68a00;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}