input, select { background:#ffffff; }
input:disabled, select:disabled { color:#707171; }
.bg-menu-gradient {
  background:#f8f6e7;
  background:-webkit-gradient(linear,0 0,0 bottom,from(#f8f6e7),to(#f4efdb));
  background:-webkit-linear-gradient(#f8f6e7,#f4efdb);
  background:-moz-linear-gradient(#f8f6e7,#f4efdb);
  background:-ms-linear-gradient(#f8f6e7,#f4efdb);
  background:-o-linear-gradient(#f8f6e7,#f4efdb);
  background:linear-gradient(#f8f6e7,#f4efdb);
}
.bg-calc-gradient {
  background:#f6f4e5;
  background:-webkit-gradient(linear,0 0,0 bottom,from(#f6f4e5),to(#ece8cf));
  background:-webkit-linear-gradient(#f6f4e5,#ece8cf);
  background:-moz-linear-gradient(#f6f4e5,#ece8cf);
  background:-ms-linear-gradient(#f6f4e5,#ece8cf);
  background:-o-linear-gradient(#f6f4e5,#ece8cf);
  background:linear-gradient(#f6f4e5,#ece8cf);
}
.bg-photo-gradient {
  background:#f4f2e3;
  background:-webkit-gradient(linear,0 0,0 bottom,from(#f4f2e3),to(#e8e1c7));
  background:-webkit-linear-gradient(#f4f2e3,#e8e1c7);
  background:-moz-linear-gradient(#f4f2e3,#e8e1c7);
  background:-ms-linear-gradient(#f4f2e3,#e8e1c7);
  background:-o-linear-gradient(#f4f2e3,#e8e1c7);
  background:linear-gradient(#f4f2e3,#e8e1c7);
}
body {
  font-family:Tahoma, sans-serif;
  font-size:12px;
  color:#000000;
  text-align:left;
}
a img { border:none 0; }
.clear { clear:both; }
a {
  color:#3d77a7;
  text-decoration:underline;
}
a:visited, .link-color, .link-color:visited { color:#005789; }
a:active, a:focus, input { outline:0; }
a:hover, .link-color:hover {
  color:#005789;
  text-decoration:none;
}
p { color:#000000;font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 14px; text-align: justify;
 }
h1, h2 {
  font-weight:100;
  margin-bottom:10px;
}
h1 { color:#3d77a7;line-height: 1.2em; }
h2 {
  color:#282627;
  font-style:italic;
}
* {
  margin:0;
  padding:0;
}
a {
  text-decoration:none;
  color:#3d77a7;
}
html, body {
  width:100%;
  height:100%;
}
body {
  width:100%;
  background:#fefdf0;
  position:absolute;
}
.pager .page:before{
  display:none;
}
.pager .page, .pager .next{
  padding-left:   10px;
}
.pager .next:before{
  display:none;
}
#wrapper {
  width:100%;
  position:relative;
}
#wrapper .top {
  position: relative;
    min-height: 92px;
    display: flex;
    padding: 20px 20px 0 20px;
    justify-content: space-between;
}
@media (max-width:900px){
#wrapper .top {
  flex-wrap:wrap;
}
}
/*#gallery{
z-index: -1;
}*/
img{
max-width:100%;
height: auto !important;
}
#wrapper.common { background:url(../images/bg-fon-texture.png) repeat-x; }
#wrapper.common-new { background:url(../images/bg-fon-texture.png) repeat-x; }
#wrapper.common #wrapper-2 { background:#fefdf0; }
#wrapper.common-new #wrapper-2 { /*background:#fefdf0;*/ }
#wrapper.common-new #wrapper-2 .top .left,
#wrapper.common #wrapper-2 .top .left {
  position:absolute;
  left:-65px;
  background:url(../images/bg-fon-top-sprite.png) no-repeat 0 0;
  width:65px;
  height:92px;
}
#wrapper.common-new #wrapper-2 .top .right,
#wrapper.common #wrapper-2 .top .right {
  position:absolute;
  right:-73px;
  background:url(../images/bg-fon-top-sprite.png) no-repeat -65px 0;
  width:75px;
  height:92px;
}
#wrapper-2 {
  /*width:980px;*/
  min-height:100vh;
  margin:0 auto;
  position:relative;
}
.menu-top {
  background:url(../images/bg-menu-main.png) repeat-x;
  z-index:100;
}
.menu-top#bg-menu, .menu-top#menu-top {
  width:100%;
  position:relative;
}
.menu-top#bg-menu {
  background-position:0 -141px;
  height:73px;
  top:92px;
  position:absolute;
}
.menu-top#menu-top {
  /*background-position:0 -94px;*/
  min-height: 47px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu-top#menu-top ul.main-menu { width:689px; }
.menu-top#menu-top ul.main-menu li {
  cursor:pointer;
  display:inline-block;
  /*width:137px;*/
  text-transform:uppercase;
  font-size:12px;
  text-align:center;
  line-height:47px !important;
  /*float:left;*/
  background:url(../images/i-menu-divider.png) no-repeat;
}
.menu-top#menu-top ul.main-menu>li>a{
 
  line-height:47px !important;
  padding: 0 20px;
}

.menu-top#menu-top ul.main-menu li:first-child { background-position:0 0; }
.menu-top#menu-top ul.main-menu li:hover > a {
  color:#5795c8;
  display:block;
  background:url(../images/bg-menu-main.png) repeat-x 0 0;
  /*width:137px;*/
 
}
.menu-top#menu-top ul.main-menu li:hover > a i {
  margin:0 0 0 8px;
  display:inline-block;
  width:8px;
  height:8px;
  background:url(../images/i-menu-arrow.png) no-repeat 0 -8px;
}
.menu-top#menu-top ul.main-menu li:hover > ul.sub-menu { display:block; }
.menu-top#menu-top ul.main-menu li.active:hover a {
  color:#f0f0f0;
  text-decoration:none;
}
.menu-top#menu-top ul.main-menu li.active:hover a i {
  margin:0 0 0 8px;
  display:inline-block;
  width:8px;
  height:8px;
  background:url(../images/i-menu-arrow.png) no-repeat;
}
.menu-top#menu-top ul.main-menu li.active > a {
  display:block;
  background:url(../images/bg-menu-main.png) repeat-x 0 -47px;
  
}
.menu-top#menu-top ul.main-menu li a {
  color:#f0f0f0;
  text-decoration:none;
}
.menu-top#menu-top ul.main-menu li a i {
  margin:0 0 0 8px;
  display:inline-block;
  width:8px;
  height:8px;
  background:url(../images/i-menu-arrow.png) no-repeat;
}
.menu-top#menu-top ul.main-menu li ul.sub-menu {
  border:1px solid #b8b6b5;
  background:#f6f6f6;
  position:absolute;
  display:none;
  color:#01578a;
  width:auto;
  z-index:999;
}
.menu-top#menu-top ul.main-menu li ul.sub-menu li.child {
  width:auto;
  font-size:14px;
  background:none;
  text-align:left;
  line-height:25px;
  min-height: 28px;
  padding:0 15px;
  text-transform:none;
  float:none;
  white-space: nowrap;
   display: block;
  border-top:1px solid #b8b6b5;
}
.menu-top#menu-top ul.main-menu li ul.sub-menu li.child:first-child {
  padding-top:1px;
  border:0;
}
.menu-top#menu-top ul.main-menu li ul.sub-menu li.child.active { background:url(../images/b-callto-sprite.png) repeat-x 0 0; }
.menu-top#menu-top ul.main-menu li ul.sub-menu li.child.active a { color:#ffffff; }
/*.menu-top#menu-top ul.main-menu li ul.sub-menu li.child.active:hover { background:url(../images/b-callto-sprite.png) repeat-x 0 0; }*/
.menu-top#menu-top ul.main-menu li ul.sub-menu li.child.active:hover a { color:#ffffff; }
/*.menu-top#menu-top ul.main-menu li ul.sub-menu li.child:hover { background:url(../images/b-callto-sprite.png) repeat-x 0 -56px; }*/
.menu-top#menu-top ul.main-menu li ul.sub-menu li.child:hover a { color:#5795c8; }
.menu-top#menu-top ul.main-menu li ul.sub-menu li.child.sub-small {
  font-size:12px;
  padding:0 15px 0 30px;
  /*background:url(../images/bg-submenu-li.png) no-repeat 0 -25px;*/
}
.menu-top#menu-top ul.main-menu li ul.sub-menu li.child.sub-small a {
  font-size:12px;
  color:#787878;
}
.menu-top#menu-top ul.main-menu li ul.sub-menu li.child.sub-small:hover a { color:#01578a; }
.menu-top#menu-top ul.main-menu li ul.sub-menu li.child.sub-small.active a { color:#5795c8; }
/*.menu-top#menu-top ul.main-menu li ul.sub-menu li.child.sub-small.first { background:url(../images/bg-submenu-li.png) no-repeat; }*/
.menu-top#menu-top ul.main-menu li ul.sub-menu li.child a {
  background:none;
  color:#01578a;
  width:auto;
  line-height: 30px;
}
#index-main{
display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#bg-center, #index-main, #index-content, #gallery, #content, #footer {
  position:relative;
  width:100%;
}
#content .leftbar #calc div.header, #index-main #calculator div.header {
  width:100%;
  font-size:22px;
  text-transform:uppercase;
  text-align:center;
}
#content .leftbar #calc div.inner, #index-main #calculator div.inner {
  width:230px;
  margin:0 auto;
}
#content .leftbar #calc div.inner div div, #index-main #calculator div.inner div div { margin:0; }
#content .leftbar #calc div.inner .div-slider, #index-main #calculator div.inner .div-slider { line-height:21px; }
#content .leftbar #calc div.inner .track, #index-main #calculator div.inner .track {
  background-image:url(../images/i-slider-track-sprite.png);
  height:6px;
  float:left;
}
#content .leftbar #calc div.inner .slider, #index-main #calculator div.inner .slider {
  position:relative;
  border:0 none;
}
#content .leftbar #calc div.inner label, #index-main #calculator div.inner label {
  font-size:11px;
  color:#adbdc8;
  float:left;
}
#content .leftbar #calc div.inner .ui-slider-handle, #index-main #calculator div.inner .ui-slider-handle {
  width:15px;
  height:14px;
  position:absolute;
  top:4px;
  margin-left:-8px;
  z-index:200;
  background:url(../images/b-slider.png);
  border:0 none;
}
#content .leftbar #calc div.inner .slider-result, #index-main #calculator div.inner .slider-result {
  float:left;
  color:#9a9378;
  padding:2px 5px;
  border:0;
  background:url(../images/i-slider-input-sprite.png) no-repeat;
  width:35px;
  height:17px;
  margin:0 6px 0 0;
}
#content .leftbar #calc div.inner .slider-result:focus, #index-main #calculator div.inner .slider-result:focus { background-position:0 -21px; }
#content .leftbar #calc div.inner .ui-widget-header, #index-main #calculator div.inner .ui-widget-header {
  background:url(../images/i-slider-track-sprite.png) repeat-x;
  height:6px;
  left:0;
  top:0;
  position:absolute;
  border:0 none;
}
#content .leftbar #calc div.inner a, #index-main #calculator div.inner a {
  outline:none;
  -moz-outline-style:none;
}
#content .leftbar #calc div.inner #calc-track, #index-main #calculator div.inner #calc-track {
  background:url(../images/bg-slider-button.png) no-repeat;
  width:226px;
  height:14px;
  margin:5px auto;
  padding:2px 2px;
}
#content .leftbar #calc div.inner #calc-button-submit, #index-main #calculator div.inner #calc-button-submit {
  text-align:center;
  cursor:pointer;
  display:block;
  width:229px;
  height:31px;
  color:#949494;
  background-repeat:repeat-x;
  background-position:0 0;
}
#content .leftbar #calc div.inner #calc-button-submit.enabled, #index-main #calculator div.inner #calc-button-submit.enabled {
  background-position:0 -31px;
  color:#00578b;
}
#content .leftbar #calc div.inner #calc-button-submit.enabled:hover, #index-main #calculator div.inner #calc-button-submit.enabled:hover { background-position:0 -62px; }
#content .leftbar #calc div.inner #calc-button-submit.enabled:active, #index-main #calculator div.inner #calc-button-submit.enabled:active { background-position:0 -93px; }
#content .leftbar #calc div.inner .calc-button, #index-main #calculator div.inner .calc-button {
  font-size:10px;
  float:left;
  display:block;
  text-align:center;
  padding-left:4px;
  padding-right:4px;
  height:14px;
  background-repeat:repeat-x;
}
#content .leftbar #calc div.inner .calc-button:hover, #index-main #calculator div.inner .calc-button:hover, #content .leftbar #calc div.inner .calc-button.active, #index-main #calculator div.inner .calc-button.active { background-image:url(../images/b-slider-sprite.png); }
#content .leftbar #calc div.inner .calc-button.first, #index-main #calculator div.inner .calc-button.first { border-left:0px none; }
#content .leftbar #calc div.inner .calc-button.last, #index-main #calculator div.inner .calc-button.last { border-right:0px none; }
#content { margin:22px 0 0; display:flex;
flex-wrap:wrap;
justify-content: space-between;}
#content .leftbar {
  width:260px;
  float:left;
  border-right:1px solid #dfd9bf;
}
#content .leftbar .left-inner { width:240px; }
#content .leftbar .left-inner .shadow {
  background:url(../images/bg-menu-main.png) repeat-x 0 -196px;
  height:44px;
  width:242px;
}
#content .leftbar .left-inner #photogallery {
  position:relative;
  width:228px;
  margin:39px 0 0;
}
#content .leftbar .left-inner #photogallery img { max-width:182px; }
#content .leftbar .left-inner #photogallery div.header {
  background:none;
  border:0;
  padding:5px 0 0;
  height:40px;
  font-size:22px;
  color:#4480b2;
  text-shadow:0 -1px 1px #3b3d3a;
  text-transform:uppercase;
  line-height:40px;
  text-align:center;
}
#content .leftbar .left-inner #photogallery div.inner {
  border:1px solid #e0d9bf;
  width:228px;
}
#content .leftbar .left-inner #photogallery div.inner ul { padding:22px 22px 10px; }
#content .leftbar .left-inner #photogallery div.inner ul li { display:none; }
#content .leftbar .left-inner #photogallery div.inner ul li.current { display:block; }
#content .leftbar .left-inner #photogallery div.inner .alt {
  color:#3d3327;
  font-size:14px;
  position:relative;
  text-align:center;
  margin:10px 0 0;
}
#content .leftbar .left-inner #photogallery div.inner .control {
  background:url(../images/b-photogallery-main-sprite.png) no-repeat;
  width:24px;
  height:42px;
  top:105px;
  position:absolute;
  cursor:pointer;
}
#content .leftbar .left-inner #photogallery div.inner .control.b-prev {
  background-position:0 -84px;
  left:-11px;
}
#content .leftbar .left-inner #photogallery div.inner .control.b-prev:hover { background-position:0 -126px; }
#content .leftbar .left-inner #photogallery div.inner .control.b-next {
  background-position:-24px -84px;
  right:-12px;
}
#content .leftbar .left-inner #photogallery div.inner .control.b-next:hover { background-position:-24px -126px; }
#content .leftbar #news { margin:44px 0 0; }
#content .leftbar #news .header {
  color:#4480b2;
  text-shadow:0 -1px 1px #3b3d3a;
  font-size:22px;
  text-transform:uppercase;
  height:40px;
  margin-left:10px;
}
#content .leftbar #news .news-item:first-child { margin-bottom: 0px; }
#content .leftbar #news .news-item .news-item-date {
  float:left;
  width:70px;
  color:#4b4a4a;
  font-size:12px;
  text-transform:uppercase;
  text-align:center;
  padding-right:8px;
}
#content .leftbar #news .news-item .news-item-date div.big {
  font-size:30px;
  color:#fc661d;
  font-weight:700;
}
#content .leftbar #news .news-item .news-item-text {
  height:76px;
  border-left:1px solid #cbcbcb;
  padding:0 0 0 11px;
  width:150px;
  float:left;
}
#content .leftbar #news .news-item .news-item-text div { padding:10px 0 0; }
#content .leftbar #news .news-item .news-item-text a {
  color:#707171;
  font-size:12px;
}
#content .leftbar #news .news-item .news-item-text a:hover { text-decoration:underline; }
#content .leftbar #stock {
  position:relative;
  cursor:pointer;
}
#content .leftbar #stock .outer {
  background:url(../images/i-akcii.png) no-repeat;
  position:absolute;
  right:-2px;
  top:15px;
  z-index:99;
  width:118px;
  height:43px;
}
#content .leftbar #stock .inner img { max-width:242px; }
#content .leftbar #left-menu {
  border:1px solid #f1ecd9;
  width:100%;
}
#content .leftbar #left-menu.header {
  padding:10px 0 0;
  height:60px;
  font-size:22px;
  color:#fefdf0;
  text-shadow:0 -1px 1px #3c3c3c;
  text-transform:uppercase;
  line-height:60px;
}
#content .leftbar #left-menu ul li { list-style:none; }
#content .leftbar #left-menu ul li hr {
  margin-left:-18px;
  border:0;
  border-top:1px dashed #4188c4;
  width:178px;
}
#content .leftbar #left-menu ul li {
  background:url(../images/i-left-menu-sprite.png) no-repeat;
  display:block;
  height:54px;
  padding-left:77px;
  font-size:16px;
  line-height:54px;
  margin-top:1px;
}
#content .leftbar #left-menu ul li:first-child { margin:0; }
#content .leftbar #left-menu ul li a {
  color:#04558a;
  display:block;
}
#content .leftbar #left-menu ul li:hover a { color:#80c3fb; }
#content .leftbar #left-menu ul li.first { background-position:0 -432px; }
#content .leftbar #left-menu ul li.first.active { background-position:0 -216px; }
#content .leftbar #left-menu ul li.second { background-position:0 -486px; }
#content .leftbar #left-menu ul li.second.active { background-position:0 -270px; }
#content .leftbar #left-menu ul li.third { background-position:0 -540px; }
#content .leftbar #left-menu ul li.third.active { background-position:0 -324px; }
#content .leftbar #left-menu ul li.fourth { background-position:0 -594px; }
#content .leftbar #left-menu ul li.fourth.active { background-position:0 -378px; }
#content .leftbar #calc {
  margin:15px 0 0;
  width:100%;
  border:1px solid #e0d9bf;
  background:#f4f1e0;
}
#content .leftbar #calc div.header {
  padding:5px 0 0;
  color:#4480b2;
  text-shadow:0 -1px 1px #3b3d3a;
  line-height:39px;
  border-bottom:1px solid #e0d9bf;
  -webkit-box-shadow:#ffffff 0 1px 0;
  -moz-box-shadow:#ffffff 0 1px 0;
  box-shadow:#ffffff 0 1px 0;
  border:none;
  background:#e9e7d2;
  background:-moz-linear-gradient(top,#f2f1df,#e1dfc8);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f2f1df),color-stop(100%,#e1dfc8));
  background:-webkit-linear-gradient(top,#f2f1df,#e1dfc8);
  background:-o-linear-gradient(top,#f2f1df,#e1dfc8);
  background:-ms-linear-gradient(top,#f2f1df,#e1dfc8);
  background:linear-gradient(top,#f2f1df,#e1dfc8);
}
#content .leftbar #calc div.inner div { margin:12px 0 0 2px; }
#content .leftbar #calc div.inner div div { margin:0 0 15px; }
#content .leftbar #calc div.inner span {
  margin:5px 5px 0;
  color:#83785a;
}
#content .leftbar #calc div.inner .track {
  background-position:0 -12px;
  width:130px;
  margin:8px 6px 0 5px;
}
#content .leftbar #calc div.inner .ui-widget-header { background-position:0 -18px; }
#content .leftbar #calc div.inner #calc-track { background-position:0 -18px; }
#content .leftbar #calc div.inner .slider { width:130px; }
#content .leftbar #calc div.inner #calc-button-submit {
  background-image:url(../images/bg-calc-button-brown.png);
  border:1px solid #b9ad87;
  width:226px;
  margin:0 auto 20px;
}
#content .leftbar #calc div.inner .calc-button {
  color:#73705f;
  border-right:#aca896 1px solid;
  border-right:#aca896 1px solid;
}
#content .leftbar #calc div.inner .calc-button:hover { background-position:0 -28px; }
#content .leftbar #calc div.inner .calc-button.active {
  color:#ffffff;
  background-position:0 -14px;
}
#content .leftbar #calc div.new_inner {
  margin-left:0px;
  padding-left:9px;
  padding-bottom:5px;
  padding-top:5px;
  margin-top:12px;
  position:relative;
  left:-7px;
  width:100%;
}
#content .content {
  max-width:700px;
  
  line-height:16px;
}
#content .content hr {
  border:0;
  border-top:1px solid #dfd9bf;
  max-width:690px;
}
#content .content .price {
  width:100%;
  border:0;
  font-size:13px;
  margin-top:33px;
  margin-bottom:33px;
}
#content .content .price tr { height:33px; }
#content .content .price td {
  padding:0 15px 0;
  border-bottom:1px solid #e0d9bf;
  text-align:center;
}
#content .content .price td:first-child {
  width:60%;
  text-align:left;
}
#content .content .price .worksname {
  color:#ffffff;
  background-color:#015989;
}
#content .content .price .worksname td { border:0; }
#content .content .price .attr { background-color:#f3f0df; }
#content .content .price .attr td { border:0; }
#content .content .breadcrumbs {
  border-top:1px solid #e0d9bf;
  border-left:1px solid #e0d9bf;
  background:#f8f6ea;
  color:#a5a3a6;
  line-height:23px;
  max-width:686px;
 
  height:23px;
  padding:0 7px;
  margin-bottom:20px;
}
#content .content #gallery {
  width:100%;
  height:auto;
  position:relative;
  display: flex;
    flex-wrap: wrap;
    gap: 10px 50px;
	justify-content: space-evenly;
}
#content .content #gallery .item {
  display:inline-block;
  /*margin:10px 50px 10px 0;*/
}
#content .content #gallery .item img {
  padding:6px;
  background:#f5f2e3;
  border:1px solid #e3ddc7;
}
#content .content #gallery .item .text {
  margin:10px 0 0;
  text-align:center;
  width: 194px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
}
#content .content .news img {
  max-width:310px;
  max-height:205px;
  padding:4px;
  border:1px solid #fc661d;
  margin:0px 15px 10px 0;
}
#content .content .news .news-date { margin:-5px 0 15px 0; }
#content .content .news-item {
  border-bottom:1px solid #e0d9bf;
  padding:0 0 15px 0;
  margin:0 0 15px 0;
}
#content .content .news-item .news-img {
  float:left;
  margin:3px 10px 0 0;
  width: 310px;
}
#content .content .news-item .news-img a { display:block; }
#content .content .news-item .news-img img {
  padding:3px;
  /* background:#f5f2e3; */
  max-width: 100%;
    height: auto;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
}
#content .content .news-item .item { float:left; }
#content .content .news-item .item.wImg { width:370px; }
#content .content .news-item .item .news-date {
  font-size:14px;
  margin:0 0 5px 0;
}
#content .content .news-item .item .news-title { margin:0 0 5px 0; }
#content .content .news-item .item .news-title a {
  text-transform:uppercase;
  text-decoration:underline;
}

.content ul li { list-style: none; }
.content ul li {
	position: relative;
	overflow: hidden;
	padding-left: 20px;
  font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 14px; text-align: justify;
  padding-bottom: 5px;

}
.content ul{
  padding-top: 5px;
}
.content ul li:before { 
	content: "";
	display: block;
	width: 8px;
	height: 6px;
	transform: skew(-25deg);
	background: #fc661d;
	position: absolute;
    top: 5px;
    left: 3px;
}
.content ol {
	padding: 5px 0 0 0;
    margin: 0 0 30px 30px;
    counter-reset: myCounter;

} 
.content ol li{
	 position: relative;
    padding-left: 15px;
    list-style: none;
    overflow: hidden;
     padding-bottom: 5px;
     font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 14px; text-align: justify;
} 
.content span{
     font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 14px; text-align: justify;
}
.content ol li:after {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #000;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0px;
}
.content ol li:before {
	content: ".";
    color: #000;
    font-size: 14px;
    position: absolute;
    display: inline-block;
    left: 8px;
    top: 0px;
    width: 2px;
    height: 2px;
}



div#callto-prorab-outer div.callto-inner div.error label { color:red; }
/*#gallery { height:224px; }*/
#gallery img{ width:100%;margin:auto;}
#gallery ul.slider li { display:none; }
#gallery ul.slider li img { margin-left:-32px; }
#gallery ul.slider li.current { display:block; }
#gallery ul.slider-button {
  position:absolute;
  bottom:0;
  left:30px;
}
#gallery ul.slider-button li {
  display:inline-block;
  background:url(../images/b-top-slider-sprite.png) no-repeat;
  width:24px;
  height:24px;
}
#gallery ul.slider-button li:hover {
  background-position:0 -24px;
  cursor:pointer;
}
#gallery ul.slider-button li.active {
  background-position:0 -48px;
  cursor:default;
}
#bg-center {
  position:absolute;
  background:url(../images/bg-fon-center.png) repeat-x;
  top:363px;
  height:353px;
}
#index-content {
  margin:28px 0 0;
  min-height:191px;
  display: flex;
  flex-wrap:wrap;
}
#index-content #news {
  float:left;
  width:634px;
  margin:0 15px 0;
}
#index-content #news .header {
  color:#00588b;
  font-size:24px;
  text-transform:uppercase;
  height:50px;
}
#index-content #news .news-item {
  width:309px;
  float:left;
}
#index-content #news .news-item:first-child {  }
#index-content #news .news-item .news-item-date {
  float:left;
  width:70px;
  color:#4b4a4a;
  font-size:12px;
  text-transform:uppercase;
  text-align:center;
  padding-right:8px;
}
#index-content #news .news-item .news-item-date div.big {
  font-size:30px;
  color:#fc661d;
  font-weight:700;
}
#index-content #news .news-item .news-item-text {
  height:76px;
  border-left:1px solid #cbcbcb;
  padding:0 0 0 11px;
  width:218px;
  float:left;
}
#index-content #news .news-item .news-item-text div { padding:10px 0 0; }
#index-content #news .news-item .news-item-text a {
  color:#707171;
  font-size:12px;
}
#index-content #news .news-item .news-item-text a:hover { text-decoration:underline; }
#index-content #stock {
  float:left;
  position:relative;
  right:0;
  cursor:pointer;
}
#index-content #stock .outer {
  background:url(../images/bg-akcii.png) no-repeat;
  position:absolute;
  z-index:99;
  width:330px;
  height:160px;
}
#index-content #stock .inner {
  position:relative;
  left:25px;
}
#footer {
  margin:22px auto 0;
  
  min-height:106px;
  padding-bottom:25px;
}
#footer #footer-bottom { color:#b2b2b1; display: flex;justify-content: space-evenly;}
#footer #footer-bottom div.item {
  /*width:326px;*/
  float:left;
  border-left:1px solid #dfd9bf;
  padding-left:35px;
}
#footer #footer-bottom div.item#socialandcompany { /*width:300px;*/ }
#footer #footer-bottom div.item:first-child {
  padding:0;
  border:0;
  /*width:280px;*/
}
#menu-bottom {
  
  line-height:39px;
  border-top:1px solid #e0d9c0;
  border-bottom:1px solid #e0d9c0;
  margin-bottom:15px;
  text-align:center;
}
#menu-bottom ul li {
  display:inline-block;
  border-left:1px solid #cbd5d1;
  padding:0 10px 0 15px;
}
#menu-bottom ul li.active a { color:#fc661d; }
#menu-bottom ul li a { color:#b2b2b1; }
#menu-bottom ul li a:hover { color:#6c6c6c; }
#menu-bottom ul li:first-child { border:0; }
#company-logo {
 background-size: contain;
  display:block;
  background:url(../images/i-logo.png) no-repeat;
  width:238px;
  height:51px;
}
.icons{
display:flex;
gap: 45px;
}
.icon-top-sprite {
  
  background:url(../images/i-sprite-top-button.png) no-repeat;
  display:block;
  height:15px;
  
  
}
.icon-top-sprite#home {
  background-position:0 0;
  width:13px;
}
.icon-top-sprite#home:hover { background-position:0 -15px; }
.icon-top-sprite#sitemap {
  background-position:-20px 0;
  
  width:19px;
}
.icon-top-sprite#sitemap:hover { background-position:-20px -15px; }
.icon-top-sprite#mailto {
  background-position:-40px 0;
  
  width:15px;
}
.icon-top-sprite#mailto:hover { background-position:-40px -15px; }
#contact-phone {
  color:#000000;
  font-size:14px;
  
  text-align:right;
  display: flex;
   
    gap: 20px;
}
#contact-phone .phoneblockname {
  color:#00578a;
  font-weight:700;
  font-size: 17px;
  margin-bottom: -3px;
  text-align: center;
}
#contact-phone a:hover div {
  color:#01253a;
}
#contact-phone .big {
  /*float:left;*/
  font-size:26px;
  font-weight:700;
}
#contact-phone .small {
  font-size:15px;
  font-weight:700;
  margin:4px 4px 0 0;
}
#callto-prorab {
  
  
  background:url(../images/i-menu-callto-prorab.png) no-repeat;
  width:236px;
  height:31px;
  margin-top:8px;
  margin-right:17px;
  cursor:pointer;
}
#callto-prorab.active { background-position:0 -31px; }
div#callto-prorab-outer {
  border-top:1px solid #dfdede;
  display:none;
  background:#f5f5f5;
  width:236px;
  height:145px;
  margin:39px 0 0;
  position:absolute;
  right:17px;
  z-index:999;
}
div#callto-prorab-outer div.callto-inner {
  width:207px;
  margin:0 auto;
}
div#callto-prorab-outer div.callto-inner div {
  width:100%;
  line-height:24px;
  padding:8px 0;
  clear:both;
}
div#callto-prorab-outer div.callto-inner div label {
  color:#7d7d7d;
  font-size:12px;
  float:left;
}
div#callto-prorab-outer div.callto-inner div input {
  border:0;
  background:url(../images/i-callto-input-sprite.png) no-repeat;
  width:103px;
  height:18px;
  float:right;
  padding:4px 3px 3px;
}
div#callto-prorab-outer div.callto-inner div input:focus { background-position:0 -25px; }
div#callto-prorab-outer div.callto-inner div input.b-callto {
  color:#f4f4f4;
  background:url(../images/b-callto-sprite.png) repeat-x;
  width:207px;
  height:28px;
  line-height:28px;
  cursor:pointer;
}
div#callto-prorab-outer div.callto-inner div input.b-callto:hover {
  background:url(../images/b-callto-sprite.png) repeat-x;
  background-position:0 -28px;
}
div#callto-prorab-outer div.callto-inner div input.b-callto:active {
  background:url(../images/b-callto-sprite.png) repeat-x;
  background-position:0 -56px;
}
/*#index-main { height:326px; }*/
#index-main #popularity {
  
  margin:0 0 0 15px;
  float:left;
  position:relative;
}
#index-main #popularity a {
  color:#ffffff;
  display:block;
}
#index-main #popularity div { width:100%; }
#index-main #popularity div.header {
  padding:10px 0 0;
  height:60px;
  font-size:22px;
  color:#fefdf0;
  text-shadow:0 -1px 1px #3c3c3c;
  text-transform:uppercase;
  line-height:60px;
}
#index-main #popularity div ul li { list-style:none; }
#index-main #popularity div ul li hr {
  margin-left:-9px;
  border:0;
  border-top:1px dashed #4188c4;
  width:185px;
}
#index-main #popularity div ul li {
  background:url(../images/i-left-menu-sprite.png) no-repeat;
  display:block;
  height:54px;
  width:185px;
  padding-left:77px;
  font-size:16px;
  line-height:54px;
  margin-top:1px;
}
#index-main #popularity div ul li:hover a { color:#80c3fb; }
#index-main #popularity div ul li.first { background-position:0 0; }
#index-main #popularity div ul li.first.active { background-position:0 -216px; }
#index-main #popularity div ul li.second { background-position:0 -54px; }
#index-main #popularity div ul li.second.active { background-position:0 -270px; }
#index-main #popularity div ul li.third { background-position:0 -108px; }
#index-main #popularity div ul li.third.active { background-position:0 -324px; }
#index-main #popularity div ul li.fourth { background-position:0 -162px; }
#index-main #popularity div ul li.fourth.active { background-position:0 -378px; }
#index-main #photogallery {
  
  margin:0 0 0 15px;
 
  position:relative;
}
#index-main #photogallery div.header {
  background:none;
  border:0;
  padding:10px 0 0;
  height:60px;
  font-size:22px;
  color:#fefdf0;
  text-shadow:0 -1px 1px #3c3c3c;
  text-transform:uppercase;
  line-height:60px;
  text-align:center;
  width:290px;
}
#index-main #photogallery div.inner {
  width:294px;
  height:235px;
  background:url(../images/bg-photogallery-main.png) no-repeat;
  margin-top:-11px;
}
#index-main #photogallery div.inner ul { padding:22px 22px 10px; }
#index-main #photogallery div.inner ul li { display:none; }
#index-main #photogallery div.inner ul li.current { display:block; }
#index-main #photogallery div.inner .alt {
  color:#f1f1f1;
  font-size:14px;
  position:relative;
  text-align:center;
  margin:10px 0 0;
}
#index-main #photogallery div.inner .control {
  background:url(../images/b-photogallery-main-sprite.png) no-repeat;
  width:24px;
  height:42px;
  top:150px;
  position:absolute;
  cursor:pointer;
}
#index-main #photogallery div.inner .control.b-prev {
  background-position:0 0;
  left:-11px;
}
#index-main #photogallery div.inner .control.b-prev:hover { background-position:0 -42px; }
#index-main #photogallery div.inner .control.b-next {
  background-position:-24px 0;
  right:6px;
}
#index-main #photogallery div.inner .control.b-next:hover { background-position:-24px -42px; }
#index-main #calculator {
  
  margin:0 0 0 15px;

  position:relative;
}
#index-main #calculator #new_field {
  position:relative;
  top:-13px;
}
#index-main #calculator div.header {
  padding:10px 0 0;
  height:60px;
  color:#fefdf0;
  text-shadow:0 -1px 1px #3c3c3c;
  line-height:60px;
  border-bottom:1px solid #8badd6;
  border:none;
}
#index-main #calculator div.inner { width:240px; }
#index-main #calculator div.inner div {
  margin-top:12px;
  margin-top:0;
}
#index-main #calculator div.inner div div {
  margin:0 0 5px;
  height:43px;
}
#index-main #calculator div.inner span {
  color:#f1f1f1;
  margin:5px 5px 0;
}
#index-main #calculator div.inner .track {
  width:145px;
  padding:0 1px;
  margin:8px 6px 0 0;
}
#index-main #calculator div.inner .slider { width:145px; }
#index-main #calculator div.inner .ui-widget-header { background-position:0 -6px; }
#index-main #calculator div.inner #calc-button-submit {
  background-image:url(../images/bg-calc-button-blue.png);
  border:1px solid #003f64;
  margin-left:-10px;
}
#index-main #calculator div.inner #calc-track { margin-left:-6px; }
#index-main #calculator div.inner .calc-button {
  color:#6299c7;
  border-right:#003f64 1px solid;
  border-right:#003f64 1px solid;
}
#index-main #calculator div.inner .calc-button.active {
  color:#ffffff;
  background-position:0 -14px;
}
#index-main #calculator div.new_inner {
  margin-left:-20px;
  padding:15px;
  padding-bottom:5px;
  padding-top:5px;
  margin-top:12px;
}
.social {
  background:url(../images/b-social-sprite.png) no-repeat;
  width:34px;
  height:34px;
  display:inline-block;
}
.social#vkontakte { background-position:0 -34px; }
.social#vkontakte:hover { background-position:0 0; }
.social#facebook { background-position:-34px -34px; }
.social#facebook:hover { background-position:-34px 0; }
.social#livejournal { background-position:-68px -34px; }
.social#livejournal:hover { background-position:-68px 0; }
.pagination {
  position:relative;
  text-align:right;
}
.pagination a { color:#292728; }
.pagination .pager {
  position:relative;
  right:0;
  margin:0 0 0 15px;
  display:inline;
  width:auto;
}
.pagination .pager li { display:inline-block; }
.pagination .pager .first, .pagination .pager .last { display:none; }
.pagination .pager .hidden { display:none; }
.pagination .pager .selected a { color:#4483b8; }
.pagination .pager .previous a {
  display:block;
  color:#ffffff;
  background:url(../images/b-paginator-sprite.png) no-repeat 0 0;
  width:9px;
  height:9px;
}
.pagination .pager .next a {
  display:block;
  color:#ffffff;
  background:url(../images/b-paginator-sprite.png) no-repeat -9px 0;
  width:9px;
  height:9px;
}
#af a { color:#b2b2b1; }
#af a span { color:#3d77a7; }
.ui-pnotify {
  top:25px;
  right:25px;
  position:absolute;
  height:auto;
  background:#4484ba;
  background:-webkit-gradient(linear,0 0,0 bottom,from(#4484ba),to(#245279));
  background:-webkit-linear-gradient(#4484ba,#245279);
  background:-moz-linear-gradient(#4484ba,#245279);
  background:-ms-linear-gradient(#4484ba,#245279);
  background:-o-linear-gradient(#4484ba,#245279);
  background:linear-gradient(#4484ba,#245279);
  border-radius:2px;
  -webkit-border-radius:2px;
  -khtml-border-radius:2px;
  -opera-border-radius:2px;
  -moz-border-radius:2px;
  behavior:url(/themes/front/media/scripts/PIE.htc);
  position:relative;
  z-index:0;
  z-index:9999;
}
html > body .ui-pnotify { position:fixed; }
.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow:0px 2px 10px rgba(50,50,50,0.5);
  -moz-box-shadow:0px 2px 10px rgba(50,50,50,0.5);
  box-shadow:0px 2px 10px rgba(50,50,50,0.5);
}
.ui-pnotify-container {
  border-radius:2px;
  -webkit-border-radius:2px;
  -khtml-border-radius:2px;
  -opera-border-radius:2px;
  -moz-border-radius:2px;
  behavior:url(/themes/front/media/scripts/PIE.htc);
  position:relative;
  z-index:0;
  background-position:0 0;
  padding:10px;
  height:100%;
  margin:0;
}
.ui-pnotify-closer, .ui-pnotify-sticker {
  float:right;
  margin-left:.2em;
}
.ui-pnotify-title {
  display:block;
  margin-bottom:.4em;
}
.ui-pnotify-text {
  display:block;
  color:#fefdf0;
  font-size:13px;
  line-height:17px;
}
.ui-pnotify-icon, .ui-pnotify-icon span {
  display:block;
  float:left;
  margin-right:.2em;
}
.ui-pnotify-history-container {
  position:absolute;
  top:0;
  right:18px;
  width:70px;
  border-top:none;
  padding:0;
  -webkit-border-top-left-radius:0;
  -moz-border-top-left-radius:0;
  border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -moz-border-top-right-radius:0;
  border-top-right-radius:0;
  z-index:10000;
}
.ui-pnotify-history-container .ui-pnotify-history-header { padding:2px; }
.ui-pnotify-history-container button {
  cursor:pointer;
  display:block;
  width:100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
  display:block;
  margin:0 auto;
}
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding:0;
  margin:0;
  border:0;
  outline:none;
  vertical-align:top;
}
.fancybox-wrap {
  position:absolute;
  top:0;
  left:0;
  z-index:8020;
}
.fancybox-skin {
  position:relative;
  background:#f9f9f9;
  color:#444444;
  text-shadow:none;
  -webkit-border-radius:1px;
  -moz-border-radius:1px;
  border-radius:1px;
}
.fancybox-opened { z-index:8030; }
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);
  -moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);
  box-shadow:0 10px 25px rgba(0,0,0,0.5);
}
.fancybox-outer, .fancybox-inner { position:relative; }
.fancybox-inner { overflow:hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling:touch; }
.fancybox-error {
  color:#444444;
  font:14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin:0;
  padding:15px;
  white-space:nowrap;
}
.fancybox-image, .fancybox-iframe {
  display:block;
  width:100%;
  height:100%;
}
.fancybox-image {
  max-width:100%;
  max-height:100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image:url(../scripts/fancybox/fancybox_sprite.png); }
#fancybox-loading {
  position:fixed;
  top:50%;
  left:50%;
  margin-top:-22px;
  margin-left:-22px;
  background-position:0 -108px;
  opacity:0.8;
  cursor:pointer;
  z-index:8060;
}
#fancybox-loading div {
  width:44px;
  height:44px;
  background:url(../scripts/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  background:url(../scripts/fancybox/fancy_close.png) no-repeat;
  position:absolute;
  top:-15px;
  right:-15px;
  width:31px;
  height:31px;
  cursor:pointer;
  z-index:8040;
}
.fancybox-nav {
  position:absolute;
  top:0;
  width:50%;
  height:100%;
  cursor:pointer;
  text-decoration:none;
  background:transparent url('blank.gif');
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  z-index:8040;
}
.fancybox-prev { left:-28px; }
.fancybox-next { right:-28px; }
.fancybox-nav span {
  background:url(../scripts/fancybox/b-photogallery-main-sprite.png) no-repeat;
  position:absolute;
  top:50%;
  width:24px;
  height:42px;
  margin-top:-18px;
  cursor:pointer;
  z-index:8040;
  visibility:hidden;
}
.fancybox-prev span {
  left:0;
  background-position:0 -126px;
}
.fancybox-next span {
  right:0;
  background-position:-24px -126px;
}
.fancybox-nav:hover span { visibility:visible; }
.fancybox-tmp {
  position:absolute;
  top:-99999px;
  left:-99999px;
  visibility:hidden;
  max-width:99999px;
  max-height:99999px;
  overflow:visible !important;
}
.fancybox-lock { overflow:hidden; }
.fancybox-overlay {
  position:absolute;
  top:0;
  left:0;
  overflow:hidden;
  display:none;
  z-index:8010;
  background:url(../scripts/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position:fixed;
  bottom:0;
  right:0;
}
.fancybox-lock .fancybox-overlay {
  overflow:auto;
  overflow-y:scroll;
}
.fancybox-title {
  visibility:hidden;
  font:normal 13px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position:relative;
  text-shadow:none;
  z-index:8050;
}
.fancybox-opened .fancybox-title { visibility:visible; }
.fancybox-title-float-wrap {
  position:absolute;
  bottom:0;
  right:50%;
  margin-bottom:-35px;
  z-index:8050;
  text-align:center;
}
.fancybox-title-float-wrap .child {
  display:inline-block;
  margin-right:-100%;
  padding:2px 20px;
  background:transparent;
  background:rgba(0,0,0,0.8);
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  text-shadow:0 1px 2px #222222;
  color:#ffffff;
  font-weight:bold;
  line-height:24px;
  white-space:nowrap;
}
.fancybox-title-outside-wrap {
  position:relative;
  margin-top:10px;
  color:#ffffff;
}
.fancybox-title-inside-wrap { padding-top:10px; }
.fancybox-title-over-wrap {
  position:absolute;
  bottom:0;
  left:0;
  color:#ffffff;
  padding:10px;
  background:#000000;
  background:rgba(0,0,0,0.8);
}
.clear {
  clear:both;
  height:1px;
}
#content_calculator { color:#4b401e; }
#content_calculator form .button { cursor:pointer; }
#content_calculator form #addRoom {
  margin:10px 0;
  background:url(../images/c-button-cancel.png) repeat-x top left;
  width:116px;
  height:35px;
  border:1px solid #b9ad87;
  color:#4b401e;
  float:right;
}
#content_calculator form #addRoom:hover {
  background:url(../images/c-button-bg-orange.png) no-repeat bottom left;
  color:#fefdf0;
}
#content_calculator form .delete_room, #content_calculator form .del_str, #content_calculator form .edit {
  width:20px;
  height:19px;
  border:1px solid #e3ddc1;
  display:inline-block;
}
#content_calculator form .delete_room, #content_calculator form .del_str { background:url(../images/c-button-delete.png) no-repeat center #f8f7ee; }
#content_calculator form .edit { background:url(../images/c-button-edit.png) no-repeat center #f8f7ee; }
#content_calculator form table {
  border-collapse:collapse;
  text-align:center;
  vertical-align:middle;
}
#content_calculator form .hide_table { display:none; }
#content_calculator form #listRooms { width:700px; }
#content_calculator form #listRooms thead {
  background:url(../images/c-bg-title.png) repeat-x top center;
  height:38px;
}
#content_calculator form #listRooms thead th {
  padding:0 25px;
  font-size:14px;
  font-weight:400;
  color:#726f61;
  border:0 none;
  border-top:1px solid #e8e3cd;
  border-bottom:1px solid #e8e3cd;
}
#content_calculator form #listRooms thead tr {
  border:0 none;
  height:38px;
  border-left:1px solid #e8e3cd;
  border-right:1px solid #e8e3cd;
}
#content_calculator form #listRooms tr {
  border-bottom:1px solid #e0d9c0;
  height:32px;
}
#content_calculator form #listRooms tr * { color:#181818; }
#content_calculator form label {
  margin-right:10px;
  color:#726f61;
  font-size:14px;
}
#content_calculator form input, #content_calculator form select {
  border:1px solid #e4dec2;
  padding:3px 5px;
  color:#4b401e;
}
#content_calculator form input:disabled, #content_calculator form select:disabled { color:#707171; }
#content_calculator form .btn {
  background:url(../images/bg-head-loop.png) repeat-x center 0px transparent;
  height:38px;
  padding:0 10px 1px;
  margin:10px 0;
  cursor:pointer;
  border:1px solid #e4dec2;
  color:#4b401e;
}
#content_calculator form .btn:hover {
  background-position:center -40px;
  color:#ffffff;
  border-top:1px solid #ffffff;
  border-bottom:1px solid #633419;
}
#content_calculator form fieldset { border:0 none; }
#content_calculator form fieldset legend { display:none; }
#content_calculator form fieldset .list_fields {
  width:100%;
  text-align:left;
}
#content_calculator form fieldset .list_fields td { padding-bottom:13px; }
#content_calculator form .title_room {
  color:#3d77a7;
  margin:13px 0;
  font-size:14px;
  text-transform:uppercase;
}
#content_calculator form .navigation_tab { margin:0; }
#content_calculator form .navigation_tab li {
  list-style-type:none;
  display:inline-block;
  background:url(../images/c-bg-title.png) repeat-x top center;
  height:38px;
  border:1px solid #e8e3cd;
  line-height:38px;
  vertical-align:middle;
  padding:0 37px;
  border-right:0 none;
}
#content_calculator form .navigation_tab li a {
  color:#726f61;
  font-size:14px;
}
#content_calculator form .navigation_tab li.last {
  border-right:1px solid #e8e3cd;
  padding-right:35px;
}
#content_calculator form .tabsStepByStep fieldset { border:0 none; }
#content_calculator form .tabsStepByStep .navigation_tab {
  height:46px;
  margin-bottom:12px;
}
#content_calculator form .tabsStepByStep .navigation_tab li.ui-state-active {
  background:url(../images/c-bg-title-active.png) repeat-x top center;
  height:46px;
  margin-bottom:-6px;
  border-bottom:0 none;
  border-right:0 none;
  border-left:0 none;
  padding-right:37px;
  padding-left:38px;
}
#content_calculator form .tabsStepByStep .navigation_tab li.ui-state-active.last { padding-right:35px; }
#content_calculator form .tabsStepByStep .navigation_tab li.ui-state-active a { color:#ffffff; }
#content_calculator form .tabsStepByStep .navigation_tab li.ui-state-disabled { background:none; }
#content_calculator form .tabsStepByStep table.list_units {
  width:100%;
  margin-bottom:9px;
}
#content_calculator form .tabsStepByStep table.list_units .num { display:none; }
#content_calculator form .tabsStepByStep table.list_units thead th {
  height:30px;
  border:1px solid #e4dec3;
  color:#726f61;
  font-size:14px;
  font-weight:400;
}
#content_calculator form .tabsStepByStep table.list_units tr { border-bottom:1px solid #e4dec3; }
#content_calculator form .tabsStepByStep table.list_units tr td { height:47px; }
#content_calculator form .tabsStepByStep .addWindow, #content_calculator form .tabsStepByStep .addDoor {
  background:url(../images/c-button-add.png) no-repeat top left;
  padding-left:53px;
  height:31px;
  border:0 none;
  color:#4b401e;
  margin-bottom:13px;
}
#content_calculator form .tabsStepByStep .addWindow:hover, #content_calculator form .tabsStepByStep .addDoor:hover { background-position:bottom left; }
#content_calculator form .tabsStepByStep .buttons {
  margin-top:17px;
  width:100%;
  border-top:1px solid #e0d9c0;
  padding:13px 0;
  height:35px;
}
#content_calculator form .tabsStepByStep .buttons button {
  height:35px;
  border:1px solid #b9ad87;
  color:#4b401e;
  float:right;
  padding:0 13px;
  background:url(../images/c-button-cancel.png) repeat-x bottom left;
}
#content_calculator form .tabsStepByStep .buttons button:hover {
  background:url(../images/c-button-bg-orange.png) no-repeat bottom left;
  color:#fefdf0;
}
#content_calculator form .tabsStepByStep .buttons button.cancel {
  background:url(../images/c-button-cancel.png) repeat-x top left;
  float:left;
  padding:0 32px;
}
#content_calculator form .tabsStepByStep .buttons button.cancel:hover {
  background-position:bottom left;
  color:#4b401e;
}
#content_calculator form .tabsStepByStep .buttons button.prevStep, #content_calculator form .tabsStepByStep .buttons button.addRoom { margin-right:6px; }
#content_calculator form .tabsStepByStep .buttons button.otherWorks, #content_calculator form .tabsStepByStep .buttons button.nextStep { margin-right:0px; }
#content_calculator form #tabs {
  margin-top:33px;
  margin-bottom:33px;
}
#content_calculator form #tabs fieldset {
  border:1px solid #e4dec2;
  padding-top:13px;
}
#content_calculator form #tabs fieldset .list_fields td { padding-left:13px; }
#content_calculator form #tabs .navigation_tab {
  height:39px;
  margin-bottom:-1px;
}
#content_calculator form #tabs .navigation_tab li { border-bottom:0 none; }
#content_calculator form #tabs .navigation_tab li.ui-state-active {
  background:url(../images/c-bg-title-active.png) repeat-x top center;
  height:46px;
  margin-bottom:-6px;
  border-bottom:0 none;
  border-right:0 none;
  border-left:0 none;
  padding-right:37px;
  padding-left:38px;
}
#content_calculator form #tabs .navigation_tab li.ui-state-active.last { padding-right:35px; }
#content_calculator form #tabs .navigation_tab li.ui-state-active a { color:#ffffff; }
#content_calculator #data_for_answer { margin-top:30px; }
#content_calculator #data_for_answer #error {
  color:red;
  text-transform:uppercase;
}
img.left {
  padding:3px;
  margin-right:30px;
  border: 1px solid #fc661d; 
}
img.left-blue {
  padding:3px;
  margin-right:30px;
  border: 1px solid #005b8b !important; 
}
img.right {
  padding:5px;
  margin-left:30px;
}
.content .list-blue li:before{
  background: #005b8b;
}
.content .list-black li:before{
  background: #000;
}
.content .list-or li:before{
  transform: none;
}
.content .list-bl li:before{
  transform: none;
  background: #000;
}
.content .list-blu li:before{
  background: #005b8b;
  transform: none;
}
input.calc-button-spec, .calc-button-spec {
  padding:0 !important;
  text-align:center;
  cursor:pointer;
  display:block;
  width:231px;
  height:31px;
  line-height:31px;
  vertical-align:middle;
  font-size:13px;
  background-image:url(../images/bg-calc-button-brown.png);
  border:1px solid #b9ad87 !important;
  background-position:0 -31px;
  color:#00578b !important;
}
input.calc-button-spec:hover, .calc-button-spec:hover { background-position:0 -62px; }
input.calc-button-spec:active, .calc-button-spec:active { background-position:0 -93px; }

/*.callback-form-top{
  position: absolute;
  top: 0px;
  left: -90px;
}*/
.callback-form-top .callback-button{
   width: 63px;
  height: 63px;
  position: relative;
}
.callback-form_bottom .callback-button{
  width: 108px;
  height: 109px;
  position: relative;
}
.callback-wrap_blue{
  width: 100%;
  height: 100%;
  background-color: #badbea;
  border-radius: 50%;
  display: block;
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
}
.callback-wrap_black{
  width: 80%;
  height: 80%;
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #005b8b;
  border-radius: 50%;
  z-index: 2;
}
.callback-button img{
  display: block;
  position: absolute;
    top:0;
  left:0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  -webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
}
.callback-form_bottom{
  position: fixed;
  bottom:50px;
  right: 20px;
  z-index: 900;
}
@-webkit-keyframes cf3FadeInOut {
0% {
opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}
@-moz-keyframes cf3FadeInOut {
0% {
opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
} 
@-o-keyframes cf3FadeInOut {
0% {
opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}
@keyframes cf3FadeInOut {
0% {
opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}
.callback-button img.img-top {
    -webkit-animation-name: cf3FadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    -webkit-animation-direction: alternate;
    -moz-animation-name: cf3FadeInOut;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 1s;
    -moz-animation-direction: alternate;
    -o-animation-name: cf3FadeInOut;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 1s;
    -o-animation-direction: alternate;
    animation-name: cf3FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-direction: alternate;
}
@keyframes cf3FadeIn {
0% {
opacity:0;
}
45% {
opacity:0;
}
55% {
opacity:1;
}
100% {
opacity:1;
}
}
@-o-keyframes cf3FadeIn {
0% {
opacity:0;
}
45% {
opacity:0;
}
55% {
opacity:1;
}
100% {
opacity:1;
}
}
@-moz-keyframes cf3FadeIn {
0% {
opacity:0;
}
45% {
opacity:0;
}
55% {
opacity:1;
}
100% {
opacity:1;
}
}
@-webkit-keyframes cf3FadeIn {
0% {
opacity:0;
}
45% {
opacity:0;
}
55% {
opacity:1;
}
100% {
opacity:1;
}
}
.callback-button img.img-bottom {
    -webkit-animation-name: cf3FadeIn;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    -webkit-animation-direction: alternate;
    -moz-animation-name: cf3FadeIn;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 1s;
    -moz-animation-direction: alternate;
    -o-animation-name: cf3FadeIn;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 1s;
    -o-animation-direction: alternate;
    animation-name: cf3FadeIn;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-direction: alternate;
}
.callback-button.callback-up{
  margin-bottom: 10px;
}
.callback-fade_active{
  position: relative;
}
.callback-fade{
  display: none;
  position: absolute;
  bottom: 110px;
  
}
.overlay{
    position: fixed;
    background-color: #000;
    opacity: 0.4;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 1001;
    width: 100%;
    height: 100%;
}

#modal_window, #modal_window-w {
    position: fixed;
    height: auto;
    display: none;
    z-index: 1200;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px 30px 20px 30px;
    width: 420px;
}
.callback-button_main.active .callback-wrap_blue{
  background: #dadada;
}
.callback-button_main.active .img-bottom, .callback-button_main.active .callback-wrap_black,.callback-button_main.active .img-top{
  display: none;
}
.callback-button.callback-fade_active .img-close{
  display: none;
}
.callback-button_main.active .img-close{
  display: block;
}
.callback-text{
  padding: 20px 30px;
  background-color: #dadada;
  font-size: 17px;
  color:#545454;
  position: absolute;
  top: 0px;
  left: -190px;
  border-radius: 2px;
  display: none;
  transform: skew(-25deg);
}
.callback-button.callback-phone:hover .callback-text.callback-text_phone{
  display: block;
}
.callback-button.callback-work:hover .callback-text.callback-text_work{
  display: block;
}
.call-form{
  width: 420px;
  height: auto;
  background-color: #fff;
  text-align: center;
  
}
.call-form_name{
  width: 100%;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  color:#fff;
  background-color: #f19142;
  text-transform: uppercase;
  background: linear-gradient(to top, #c66310, #f49446);
  position: relative;
  
}
.call-form_input input{
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border:1px solid #cccccc;
}

.call-form_label{
  text-align: left;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.call-form_form{
  padding: 30px 65px;
}
.call-form_label span{
  color: #f19142;
}
.call-form_input{
  position: relative;
}
.call-form_input:after{
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 15px;
  background: url(../images/formman.png) no-repeat;
  top:12px;
  right: 12px;
}
.input-wrap{
  margin-bottom: 15px;
}
.call-form_input.call-form_input-phone:after{
  background: url(../images/formtel.png) no-repeat;
  width: 19px;
  height: 19px;
}
.call-form_input.call-form_input-email:after{
  background: url(../images/formmail.png) no-repeat;
  width: 25px;
  height: 16px;
}
input::-moz-placeholder { 
color:#cccccc;
font-size: 14px;}

input::-webkit-input-placeholder { 
color:#cccccc;
font-size: 14px;}

input:-ms-input-placeholder{
  color:#cccccc;
font-size: 14px;
}
textarea::-moz-placeholder { 
color:#cccccc;
font-size: 14px;}

textarea::-webkit-input-placeholder { 
color:#cccccc;
font-size: 14px;}

textarea:-ms-input-placeholder{
  color:#cccccc;
font-size: 14px;
}
.input-button_wrap input{
  width: 210px;
  height: 40px;
  background-color: #3d78aa;
  border-radius: 3px;
  border: none;
  color:#fff;
  font-size: 14px;
  text-transform: uppercase;
  background: linear-gradient(to top, #2c5e89, #4383b8);
}
.input-button_wrap {
  margin-top: 30px;
}
.close-overlay{
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  background: url(../images/closeover.png) no-repeat;
  top:15px;
  right: 20px;
}
.call-form_input textarea{
  height: 100px;
  width: 100%;
  border: 1px solid #cccccc;
  padding: 10px;
  box-sizing: border-box;
}
.call-form_input.call-form_input-text:after{
  display: none;
}
#contact-phone .contact-link:hover div{
  color:#4484b9;
}
.contact-link{
  display: flex;
}
.callback-form:hover, .callback-form_bottom:hover{
  cursor: pointer;
}
.news-img_wrap{
      border: 1px solid #fc661d;
      width: 100%;
      height: 100%;
}
#content .content .news-item .item.wImg {
    position: relative;
	height: 200px;
}
#content .content .news-item .news-more {
    position: absolute;
    left: 0;
    bottom: -14px;
	font-size: 14px;
}
.newsupertable {
	padding-bottom: 26px;
}
.newsupertable td:first-child {
	width: 250px;
	padding-right: 30px;
}
.newsupertable td:first-child img {
	width: 100%;
	border: 1px solid #fc661d;
}
.newsupertable td p {
	font-size: 14px;
	line-height: 18px;
}
.newsupertable td {
	padding: 22px 0;
	vertical-align: top;
	padding-bottom: 0px;
}
.newsupertable td:last-child {
	border-bottom: 1px solid #dfd9bf;
}
.newsupertable td span {
	font-size: 14px;
	color: rgb(75, 0, 130);
	font-weight: bold;
	display: block;
	padding: 6px 0;
}
.newsupertable td strong {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}
.index-main{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#538ebe+0,224d72+91,27465f+100 */
background: #538ebe; /* Old browsers */
background: -moz-linear-gradient(top,  #538ebe 0%, #224d72 91%, #27465f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #538ebe 0%,#224d72 91%,#27465f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #538ebe 0%,#224d72 91%,#27465f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#538ebe', endColorstr='#27465f',GradientType=0 ); /* IE6-9 */
padding-bottom:36px;
-webkit-box-shadow: 0px 14px 16px -8px rgba(34, 60, 80, 0.4);
-moz-box-shadow: 0px 14px 16px -8px rgba(34, 60, 80, 0.4);
box-shadow: 0px 14px 16px -8px rgba(34, 60, 80, 0.4);
}

.topmenubg{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f4f4+0,d7d6d1+100 */
background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top,  #f4f4f4 0%, #d7d6d1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f4f4f4 0%,#d7d6d1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f4f4f4 0%,#d7d6d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d7d6d1',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 0px 14px 16px -8px rgba(34, 60, 80, 0.4);
-moz-box-shadow: 0px 14px 16px -8px rgba(34, 60, 80, 0.4);
box-shadow: 0px 14px 16px -8px rgba(34, 60, 80, 0.4);
}
#menu-top{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4786bb+0,255277+100 */
background: #4786bb; /* Old browsers */
background: -moz-linear-gradient(top,  #4786bb 0%, #255277 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4786bb 0%,#255277 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4786bb 0%,#255277 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4786bb', endColorstr='#255277',GradientType=0 ); /* IE6-9 */

}
img.left{
border-width: 1px; border-style: solid; float: left; margin: 5px; width:50%;height:auto;
}
@media (max-width:900px){
img.left{
border-width: 1px; border-style: solid; float: none; margin: 5px; width:100%;height:auto;
}
#wrapper .top {
  flex-wrap:wrap;
  justify-content: center;
}
#wrapper.common-new #wrapper-2 .top .left, #wrapper.common #wrapper-2 .top .left, #wrapper.common-new #wrapper-2 .top .right, #wrapper.common #wrapper-2 .top .right {
    display:none;
}
#company-logo {
   
    order: 1;
	flex-basis: 100%;
  
    background-position: center;
    margin: 20px;
}
.callback-form-top{
display:none;
}
.icons{
order: 0;
}
#contact-phone {
    order:2;
	margin-bottom:20px;
}
#content .content {
  order:1;
   max-width:100%;
  width:100%;
  padding: 20px;
}
#content .leftbar {
  max-width:100%;
  width:100%;
  order:2;
  border-right:none;
}
#content .leftbar .left-inner {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-evenly;
    gap: 10px;

}
#content .leftbar #left-menu, #content .leftbar #calc {
   
    flex-basis: 30%;
	margin-top:0;
}
#content .leftbar #stock {
   
    flex-basis: 94%;
	margin-top:0;
}
#content .leftbar .left-inner .shadow{
display:none;
}
#callto-prorab {
    
    position: absolute;
    right: 10px;
}
#footer #footer-bottom { flex-wrap:wrap;gap:20px;}
#footer #footer-bottom div.item {
    
    border-left: none; 
     padding-left: 0; 
}
#footer #footer-bottom {
    
    justify-content: left;
    margin-left: 20px;
}
#index-main {
    
    justify-content: center;
    
}
}


@media (max-width:740px){

#menu-bottom ul li {
    display: block;
    border-left: none;
    
    /* text-align: left; */
}
}




























#menu-top,
#menu-top ul,
#menu-top ul li,
#menu-top ul li a,
#menu-top #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#menu-top:after,
#menu-top > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-top #menu-button {
  display: none;
}


#menu-top > ul > li.has-sub > a {
  padding-right: 30px;
}
#menu-top > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
 
  content: '';
}
#menu-top > ul > li.has-sub > a:before {

  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
@media all and (min-width: 900px){
#menu-top > ul > li.has-sub > a:before {
display:none;
}
}
#menu-top > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#menu-top ul ul {
  position: absolute;
  left: -9999px;
}
#menu-top.align-right ul ul {
  text-align: right;
}
#menu-top ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#menu-top li:hover > ul {
  left: auto;
}
#menu-top.align-right li:hover > ul {
  left: auto;
  right: 0;
}

#menu-top.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#menu-top ul ul li:last-child > a,
#menu-top ul ul li.last-item > a {
  border-bottom: 0;
}
#menu-top ul ul li:hover > a,
#menu-top ul ul li a:hover {
  color: #ffffff;
}
#menu-top ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#menu-top.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#menu-top ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#menu-top.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#menu-top ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 955px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #menu-top {
    width: 100%;
  }
  #menu-top > ul > li.has-sub > a:before {
display:block;
 
}
  #menu-top ul {
    width: 100%;
    display: none;
  }
  #menu-top.align-center > ul {
    text-align: left;
  }
  #menu-top ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #menu-top ul ul li,
  #menu-top li:hover > ul > li {
    height: auto;
  }
  #menu-top ul li a,
  #menu-top ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #menu-top > ul > li {
    float: none;
  }
  #menu-top ul ul li a {
    padding-left: 25px;
  }
  #menu-top ul ul ul li a {
    padding-left: 35px;
  }
  #menu-top ul ul li a {
    color: #dddddd;
    background: none;
  }
  #menu-top ul ul li:hover > a,
  #menu-top ul ul li.active > a {
    color: #ffffff;
  }
  #menu-top ul ul,
  #menu-top ul ul ul,
  #menu-top.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #menu-top > ul > li.has-sub > a:after,
  #menu-top > ul > li.has-sub > a:before,
  #menu-top ul ul > li.has-sub > a:after,
  #menu-top ul ul > li.has-sub > a:before {
    display: none;
  }
  #menu-top #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
	margin-left: 20px;
  }
  #menu-top #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #menu-top #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #menu-top #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
	color:transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu-top #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
	color:transparent;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu-top .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
 
  #menu-top ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #menu-top .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: ' ';
  }
  #menu-top ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #menu-top .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #menu-top .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: ' ';
  }
  #menu-top ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #menu-top .submenu-button.submenu-opened:before {
    display: none;
  }
  .menu-top#menu-top ul.main-menu li {
   
    text-align: left;
    
}
.menu-top#menu-top ul.main-menu li a{
    
    padding-left: 20px;
}
.menu-top#menu-top ul.main-menu li:hover > ul.sub-menu { display:none }
.menu-top#menu-top ul.main-menu li ul.sub-menu {
  
  position:relative

  
}
.menu-top#menu-top ul.main-menu li ul.sub-menu li.child {
    width: 100%;
    
}
}