button {
  border: none;
  outline: none; }
  button:hover {
    cursor: pointer; }

.clear {
  font-size: 0;
  line-height: 0;
  clear: both; }

.mg-but {
  display: inline-block;
  text-decoration: none; }

.mg-but1 {
  padding: 8px 15px;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  margin: 10px 20px;
  min-width: 140px;
  background-color: #690d01;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01); }
  .mg-but1:hover {
    background-color: #911201;
    background-image: -o-linear-gradient(#9e1402, #690d01);
    background-image: -moz-linear-gradient(#9e1402, #690d01);
    background-image: -webkit-linear-gradient(#9e1402, #690d01);
    background-image: -ms-linear-gradient(#9e1402, #690d01);
    background-image: linear-gradient( #9e1402, #690d01);
    -pie-background: linear-gradient( #9e1402, #690d01); }
  .mg-but1:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #690d01;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(11.1111111111%, #690d01));
    background-image: -o-linear-gradient(bottom, #891101, #690d01);
    background-image: -moz-linear-gradient(bottom, #891101, #690d01);
    background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
    background-image: -ms-linear-gradient(bottom, #891101, #690d01);
    background-image: linear-gradient(to top, #891101, #690d01);
    -pie-background: linear-gradient(to top, #891101, #690d01); }

.mg-but2 {
  min-width: 150px;
  padding: 8px 15px;
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  background-color: #690d01;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01); }
  .mg-but2:hover {
    background-color: #911201;
    background-image: -o-linear-gradient(#9e1402, #690d01);
    background-image: -moz-linear-gradient(#9e1402, #690d01);
    background-image: -webkit-linear-gradient(#9e1402, #690d01);
    background-image: -ms-linear-gradient(#9e1402, #690d01);
    background-image: linear-gradient( #9e1402, #690d01);
    -pie-background: linear-gradient( #9e1402, #690d01); }
  .mg-but2:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #690d01;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(11.1111111111%, #690d01));
    background-image: -o-linear-gradient(bottom, #891101, #690d01);
    background-image: -moz-linear-gradient(bottom, #891101, #690d01);
    background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
    background-image: -ms-linear-gradient(bottom, #891101, #690d01);
    background-image: linear-gradient(to top, #891101, #690d01);
    -pie-background: linear-gradient(to top, #891101, #690d01); }

.mg-but3 {
  min-width: 160px;
  padding: 6px;
  color: #fff;
  border: 1px solid #500a01;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  background-color: #690d01;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01); }
  .mg-but3:hover {
    border: 1px solid #9c1301;
    background-color: #911201;
    background-image: -o-linear-gradient(#9e1402, #690d01);
    background-image: -moz-linear-gradient(#9e1402, #690d01);
    background-image: -webkit-linear-gradient(#9e1402, #690d01);
    background-image: -ms-linear-gradient(#9e1402, #690d01);
    background-image: linear-gradient( #9e1402, #690d01);
    -pie-background: linear-gradient( #9e1402, #690d01); }
  .mg-but3:active {
    border: 1px solid #680d01;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #690d01;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(11.1111111111%, #690d01));
    background-image: -o-linear-gradient(bottom, #891101, #690d01);
    background-image: -moz-linear-gradient(bottom, #891101, #690d01);
    background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
    background-image: -ms-linear-gradient(bottom, #891101, #690d01);
    background-image: linear-gradient(to top, #891101, #690d01);
    -pie-background: linear-gradient(to top, #891101, #690d01); }

.mg-but4 {
  padding: 8px 15px;
  color: #000;
  border: 1px solid #690d01;
  border-radius: 3px;
  line-height: 1;
  background-color: #fff;
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: -moz-linear-gradient(#fff, #fff);
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: -ms-linear-gradient(#fff, #fff);
  background-image: linear-gradient( #fff, #fff);
  -pie-background: linear-gradient( #fff, #fff); }
  .mg-but4:hover {
    color: #fff;
    background-color: #821001;
    background-image: -o-linear-gradient(#891101, #690d01);
    background-image: -moz-linear-gradient(#891101, #690d01);
    background-image: -webkit-linear-gradient(#891101, #690d01);
    background-image: -ms-linear-gradient(#891101, #690d01);
    background-image: linear-gradient( #891101, #690d01);
    -pie-background: linear-gradient( #891101, #690d01); }
  .mg-but4:active {
    color: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #690d01;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(11.1111111111%, #690d01));
    background-image: -o-linear-gradient(bottom, #891101, #690d01);
    background-image: -moz-linear-gradient(bottom, #891101, #690d01);
    background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
    background-image: -ms-linear-gradient(bottom, #891101, #690d01);
    background-image: linear-gradient(to top, #891101, #690d01);
    -pie-background: linear-gradient(to top, #891101, #690d01); }

.mg-but5 {
  position: relative;
  padding: 8px 15px;
  color: #fff;
  border: #f00 transparent transparent transparent;
  border-radius: 2px 0 0 2px;
  background: #690d01;
  line-height: 1; }
  .mg-but5:before {
    position: absolute;
    top: 0;
    right: -28px;
    bottom: 0;
    width: 7px;
    content: "";
    border: 14px solid transparent;
    border-left: 7px solid #690d01; }
  .mg-but5:hover {
    background: #821001; }
    .mg-but5:hover:before {
      border-left-color: #821001; }
  .mg-but5:active {
    background: #500a01; }
    .mg-but5:active:before {
      border-left-color: #500a01; }

table.mg-tabs1 {
  border-collapse: collapse; }
  table.mg-tabs1 td {
    padding: 5px;
    border: none; }

table.mg-tabs2 {
  border: 1px solid #cecece;
  border-collapse: collapse; }
  table.mg-tabs2 td {
    padding: 5px;
    border: 1px solid #cecece; }

table.mg-tabs3 {
  border: 1px solid #cecece;
  border-collapse: collapse; }
  table.mg-tabs3 th {
    padding: 5px 0;
    color: #333;
    border: 1px solid #cecece;
    background: #e5e5e5; }
  table.mg-tabs3 td {
    padding: 5px;
    border: 1px solid #cecece; }

table.mg-tabs4 {
  border-collapse: collapse; }
  table.mg-tabs4 th {
    padding: 5px 0;
    color: #333;
    background: #e5e5e5; }
  table.mg-tabs4 td {
    padding: 5px;
    border-bottom: 1px solid #cecece; }

.mg-tab {
  margin: 10px 0;
  padding: 12px;
  border-radius: 2px;
  font: normal 14px/17px arial; }
  .mg-tab p {
    margin: 0; }

.mg-tb1 {
  color: #4d4d4d;
  border: 2px solid #9c1301; }

.mg-tb2 {
  color: #fff;
  border: 2px solid #5f0c01;
  background: #7e1001; }

.mg-tb3 {
  color: #fff;
  border: 2px solid #5f0c01;
  background: #7e1001; }

.mg-tb4 {
  color: #fff;
  border: 2px solid #7e1001;
  background: #7e1001;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

.mg-tb5 {
  color: #4d4d4d;
  border: none;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 4px 0px 0px #6a0d01; }

.mg-tb6 {
  min-width: 264px;
  color: #4d4d4d;
  border: none;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.mg-tb7 {
  min-width: 264px;
  color: #4d4d4d;
  border: none;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0px 0px 6px rgba(0, 0, 0, 0.2); }

.mg-tb8 {
  min-width: 306px;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4); }
  .mg-tb8 .title {
    padding: 11px 20px 11px;
    color: #fff;
    border-radius: 2px 2px 0 0;
    font: normal 18px/18px arial;
    background-image: -o-linear-gradient(#b01602, #690d01);
    background-image: -moz-linear-gradient(#b01602, #690d01);
    background-image: -webkit-linear-gradient(#b01602, #690d01);
    background-image: -ms-linear-gradient(#b01602, #690d01);
    background-image: linear-gradient( #b01602, #690d01);
    -pie-background: linear-gradient( #b01602, #690d01); }
  .mg-tb8 .body {
    padding: 14px 20px;
    color: #4d4d4d;
    font: 14px arial; }

.mg-tb9 {
  min-width: 200px;
  padding: 0;
  border: 2px solid #6a0d01;
  border-radius: 4px 4px 0 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4); }
  .mg-tb9 .title {
    padding: 5px 3px;
    color: #fff;
    border-radius: 2px 2px 0 0;
    font: normal 18px/18px arial;
    background-color: #690d01;
    background-image: -o-linear-gradient(#6a0d01, #6a0d01);
    background-image: -moz-linear-gradient(#6a0d01, #6a0d01);
    background-image: -webkit-linear-gradient(#6a0d01, #6a0d01);
    background-image: -ms-linear-gradient(#6a0d01, #6a0d01);
    background-image: linear-gradient( #6a0d01, #6a0d01);
    -pie-background: linear-gradient( #6a0d01, #6a0d01); }
  .mg-tb9 .body {
    padding: 5px;
    color: #4d4d4d;
    font: 14px arial; }

.mg-tb10 {
  min-width: 306px;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4); }
  .mg-tb10 .title {
    padding: 11px 20px 11px;
    color: #fff;
    border-radius: 2px 2px 0 0;
    font: normal 18px/18px arial;
    background-color: #911201;
    background-image: -o-linear-gradient(#ce1a02, #730e01);
    background-image: -moz-linear-gradient(#ce1a02, #730e01);
    background-image: -webkit-linear-gradient(#ce1a02, #730e01);
    background-image: -ms-linear-gradient(#ce1a02, #730e01);
    background-image: linear-gradient( #ce1a02, #730e01);
    -pie-background: linear-gradient( #ce1a02, #730e01); }
  .mg-tb10 .body {
    padding: 14px 20px;
    color: #4d4d4d;
    font: 14px arial; }

.mg-navig {
  display: inline-block;
  min-width: 38px;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 50%;
  font: 19px/38px arial; }

.mg-navig1 {
  color: #fff;
  background: #690d01; }

.mg-navig2 {
  color: #4d4d4d;
  border-color: #ce1a02;
  background: #f61f02; }

.mg-navig3 {
  color: #4d4d4d;
  border-color: #9c1301;
  background: #fff; }

.mg-navig4 {
  color: #4d4d4d;
  background: #e71d02;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

.tabs-wrap {
  margin: 1.57em 0; }

.tabs-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0; }
  .tabs-nav li {
    display: inline-block;
    vertical-align: top; }
    .tabs-nav li:first-child a {
      border-left: 1px solid #cecece; }
    .tabs-nav li a {
      position: relative;
      display: block;
      height: 37px;
      padding: 0 15px;
      text-decoration: none;
      color: #666;
      border: solid #cecece;
      border-width: 1px 1px 1px 0;
      background-color: #ebebeb;
      font-size: 12px;
      line-height: 37px; }
      .tabs-nav li a:hover, .tabs-nav li a.active {
        z-index: 10;
        height: 36px;
        margin-top: -1px;
        border-top: 3px solid #690d01;
        background-color: #fff;
        line-height: 35px; }
      .tabs-nav li a:focus {
        outline: none; }

.tabs-body {
  margin-top: -1px;
  padding: 25px;
  border: 1px solid #cecece; }
  .tabs-body > div {
    display: none; }
    .tabs-body > div.active {
      display: block; }

.my-map-wr {
  width: 711px;
  padding: 786px 5px 5px;
  background: #fff url(../map-pic.jpg) no-repeat center 5px;
  -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.06);
  margin-left: -8px;
  margin-top: -22px;
  position: relative; }

.my-map-wr a {
  position: absolute;
  left: 0;
  top: 0; }

.my-map-wr a:hover, .my-map-wr a.active {
  background: url(../map-pic-h.jpg) no-repeat 0 0; }

.my-map-wr a.mb1 {
  width: 70px;
  height: 64px;
  background-position: -281px -36px;
  top: 41px;
  left: 286px; }

.my-map-wr a.mb2 {
  width: 70px;
  height: 64px;
  background-position: -355px -260px;
  top: 265px;
  left: 360px; }

.my-map-wr a.mb3 {
  width: 63px;
  height: 54px;
  background-position: -396px -127px;
  top: 132px;
  left: 401px; }

.my-map-wr a.mb4 {
  width: 70px;
  height: 64px;
  background-position: -537px -56px;
  top: 61px;
  left: 542px; }

.my-map-wr a.mb5 {
  width: 61px;
  height: 78px;
  background-position: -433px -204px;
  top: 209px;
  left: 438px; }

.my-map-wr a.mb6 {
  width: 83px;
  height: 114px;
  top: 267px;
  left: 264px; }

.my-map-wr a.mb6:hover, .my-map-wr a.mb6.active {
  background: url(../h-6.png) no-repeat 0 0; }

.my-map-wr a.mb7 {
  width: 117px;
  height: 88px;
  top: 334px;
  left: 80px; }

.my-map-wr a.mb7:hover, .my-map-wr a.mb7.active {
  background: url(../h-7.png) no-repeat 0 0; }

.my-map-wr a.mb8 {
  width: 89px;
  height: 76px;
  background-position: -72px -428px;
  top: 433px;
  left: 77px; }

.my-map-wr a.mb9 {
  width: 78px;
  height: 101px;
  top: 368px;
  left: 168px; }

.my-map-wr a.mb9:hover, .my-map-wr a.mb9.active {
  background: url(../h-9.png) no-repeat 0 0; }

.my-map-wr a.mb10 {
  width: 80px;
  height: 72px;
  background-position: -201px -327px;
  top: 332px;
  left: 206px; }

.my-map-wr a.mb11 {
  width: 69px;
  height: 57px;
  background-position: -268px -424px;
  top: 429px;
  left: 273px; }

.my-map-wr a.mb12 {
  width: 65px;
  height: 53px;
  background-position: -219px -517px;
  top: 522px;
  left: 224px; }

.my-map-wr a.mb13 {
  width: 77px;
  height: 59px;
  background-position: -325px -528px;
  top: 533px;
  left: 330px; }

.my-map-wr a.mb14 {
  width: 51px;
  height: 38px;
  background-position: -347px -407px;
  top: 412px;
  left: 352px; }

.my-map-wr a.mb15 {
  width: 126px;
  height: 94px;
  top: 283px;
  left: 443px; }

.my-map-wr a.mb15:hover, .my-map-wr a.mb15.active {
  background: url(../h-15.png) no-repeat 0 0; }

.my-map-wr a.mb16 {
  width: 203px;
  height: 37px;
  top: 368px;
  left: 411px;
  -ms-transform: rotate(-34deg);
  -webkit-transform: rotate(-34deg);
  transform: rotate(-34deg); }

.my-map-wr a.mb16:hover, .my-map-wr a.mb16.active {
  background: url(../16-hover.png) no-repeat 3px 5px; }

.my-map-wr a.mb17 {
  width: 56px;
  height: 54px;
  background-position: -438px -483px;
  top: 488px;
  left: 443px; }

.my-map-wr a.mb18 {
  width: 56px;
  height: 54px;
  background-position: -566px -405px;
  top: 410px;
  left: 571px; }

.my-map-wr a.mb19 {
  width: 60px;
  height: 54px;
  background-position: -464px -639px;
  top: 644px;
  left: 469px; }

.my-map-wr a.mb20 {
  width: 110px;
  height: 83px;
  background-position: -530px -506px;
  top: 511px;
  left: 535px; }

.my-map-wr ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.my-map-wr ul li {
  margin: -23px 0 0 -7px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 23px;
  background: url(../map-flag.png) no-repeat left top; }

.my-map-wr ul li div.map-dick {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.13);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.13);
  width: 125px;
  padding: 10px 15px;
  position: absolute;
  left: 20px;
  top: -22px;
  color: #615947;
  font-family: "Arial";
  font-size: 13px;
  display: none;
  z-index: 999; }

.my-map-wr ul li div.map-dick p {
  margin: 0; }

.js-block-wr {
  font-size: 0;
  text-align: left; }

.js-block-wr .js-block-wr2 {
  margin: 0 0 25px; }

.js-block-wr .js-title {
  color: #9a4b35;
  font: 17px/1 'robotobl', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background: url(../pics-strp.png) 0 100% no-repeat;
  padding: 0 0 10px;
  text-align: center;
  display: inline-block;
  min-width: 285px;
  margin: 0 0 25px 13px; }

.js-block-wr .js-inner {
  margin: 0 0 10px; }

.js-block-wr .js-inner img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle; }

.js-block-wr .js-inner a {
  color: #347fe5;
  font: 17px/1 'robotobl', Arial, Helvetica, sans-serif;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin-left: 20px;
  max-width: 220px; }

.js-block-wr .js-inner a:before {
  content: "- "; }

.js-block-wr .js-inner a:hover {
  text-decoration: underline; }

.cont-inner2 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #f1f985;
  padding: 32px 16px 32px 0px;
  margin: 0 0 40px; }

.widget-7 {
  width: 100%; }

.widget-8 {
  max-width: 100%;
  width: 100%; }

.blocklist-9 .img-convert {
  height: auto; }

.block-7 a {
  text-decoration: underline;
  color: #ff5400; }
  .block-7 a:hover {
    text-decoration: none; }

.for-mobile-view {
  display: inline; }

.menu-8 .menu-scroll > ul ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px; }
  .menu-8 .menu-scroll > ul ul > li > a:before {
    content: "- "; }

@media (min-width: 961px) {
  .widget-8 {
    width: 460px; }

  .width-for-map {
    width: 100%;
    padding-right: 7px; }

  .block-7 {
    margin: 0;
    padding: 0; }

  .menu-8 .menu-scroll > ul ul {
    display: block; }

  .block-2 .layout_7, .block-2 .layout_11 {
    background: #00a010;
    margin-top: 2px; }

  .block-6 {
    width: 220px; } }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase; }

h5, h6 {
  font-weight: bold; }

.banner-right {
  padding-top: 0;
  margin-top: -20px; }

.block-2 .layout_13 {
  background: #d7fcd1;
  border-left: 5px solid #9a4b35;
  border-right: 5px solid #9a4b35;
  box-sizing: border-box; }

.block-8 .layout_center_16_id_17_1 {
  position: absolute;
  top: 13px;
  right: 20px;
  width: auto; }

@media (min-width: 961px) {
  .js-block-wr {
    margin-left: 100px; }

  .menu-8 .menu-scroll > ul > li.menu-item > a {
    font-size: 14px;
    padding: 10px 16px 10px 20px; }

  .menu-6 .menu-scroll > ul > li.menu-item > a {
    min-width: 102px; } }

@media (max-width: 960px) {
  .js-block-wr {
    margin-left: auto;
    margin-right: auto; }

  .block-8 .layout_center_16_id_17_1 {
    display: none; } }

.widget-16 {
  display: none; }

.localpic--little {
  width: 220px !important;
  height: 220px !important;
  margin-right: 10px; }
  @media (max-width: 479px) {
  .localpic--little {
    margin: 0 auto !important;
    margin-bottom: 10px !important; } }

.localproducts__block-text {
  margin-left: 230px !important; }
  @media (max-width: 479px) {
  .localproducts__block-text {
    margin-left: 0 !important; } }
