@charset "UTF-8";
/* line 7, core_a/01__structure.scss */
.header,
.breadcrumbs,
.main-inner
.footer {
  position: relative; }
  /* line 35, core_a/00__var.scss */
  .header:after,
  .breadcrumbs:after,
  .main-inner
  .footer:after {
    display: block;
    content: "";
    clear: both; }

/* line 18, core_a/01__structure.scss */
.primary > div {
  position: relative; }
  /* line 35, core_a/00__var.scss */
  .primary > div:after {
    display: block;
    content: "";
    clear: both; }

/* line 24, core_a/01__structure.scss */
.cont-fluid .primary > .area {
  max-width: none; }

/* line 30, core_a/01__structure.scss */
main {
  float: left;
  width: 100%; }
  /* line 34, core_a/01__structure.scss */
  main .main-inner {
    padding: 20px 15px; }
  /* line 37, core_a/01__structure.scss */
  main.sbl .main-inner {
    margin-left: 300px; }
  /* line 42, core_a/01__structure.scss */
  main.sbr .main-inner {
    margin-right: 300px; }

/* line 49, core_a/01__structure.scss */
.sidebar-right {
  margin: 0 0 0 -300px;
  width: 300px;
  float: right;
  padding: 20px 0 0 0; }

/* line 58, core_a/01__structure.scss */
.sidebar-left {
  width: 300px;
  float: left;
  margin: 0 0 0 -100%;
  padding: 20px; }

/* line 68, core_a/01__structure.scss */
.sidebar-left,
.sidebar-right {
  position: relative; }
  /* line 35, core_a/00__var.scss */
  .sidebar-left:after,
  .sidebar-right:after {
    display: block;
    content: "";
    clear: both; }

/* line 4, core_a/02__global.scss */
html, body {
  min-height: 100%; }

/* line 7, core_a/02__global.scss */
body {
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  color: #000;
  font-size: 16px;
  background: #fff url("/themes/basic/img/bg2.png") scroll repeat 0 0;
  line-height: 1.4; }

/* line 18, core_a/02__global.scss */
.primary {
  position: relative;
  z-index: 0; }

/* line 27, core_a/02__global.scss */
.li-empty {
  display: inline-block;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 !important; }

/* line 35, core_a/02__global.scss */
#global {
  background-size: contain; }

/* line 41, core_a/02__global.scss */
.area {
  max-width: 1300px;
  margin: 0 auto; }

/* line 46, core_a/02__global.scss */
img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%; }

/* line 54, core_a/02__global.scss */
a, a:focus, a:visited, a:active, a:hover {
  color: darkseagreen; }

/* line 74, core_a/02__global.scss */
.toggle-body {
  overflow: hidden;
  position: relative; }
  /* line 78, core_a/02__global.scss */
  .toggle-body:after {
    content: "";
    display: block;
    clear: both; }
  /* line 84, core_a/02__global.scss */
  .toggle-body .tgl-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    /* line 89, core_a/02__global.scss */
    .toggle-body .tgl-block .tgl-wall {
      height: 100px;
      background: transparent; }
    /* line 93, core_a/02__global.scss */
    .toggle-body .tgl-block .tgl-panel {
      padding: 10px 0;
      text-align: right;
      background: #fff; }
      /* line 98, core_a/02__global.scss */
      .toggle-body .tgl-block .tgl-panel .tgl-btn {
        cursor: pointer;
        display: inline-block;
        padding: 6px 15px;
        border-radius: 4px;
        color: #6b916b;
        font-weight: bold;
        background-color: #fff;
        transition: all 0.3s ease 0s;
        font-size: 14px; }
        /* line 109, core_a/02__global.scss */
        .toggle-body .tgl-block .tgl-panel .tgl-btn:hover {
          background: #6b916b none repeat scroll 0 0;
          color: #fff; }
  /* line 118, core_a/02__global.scss */
  .toggle-body.short .tgl-block .tgl-wall {
    background: linear-gradient(to bottom, transparent, #fff); }

/* line 133, core_a/02__global.scss */
html .lg-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3040; }
  /* line 136, core_a/02__global.scss */
  html .lg-backdrop.in {
    opacity: 1; }
/* line 141, core_a/02__global.scss */
html .lg-sub-html, html .lg-toolbar {
  background-color: rgba(0, 0, 0, 0); }
/* line 144, core_a/02__global.scss */
html .lg-outer {
  z-index: 3050; }

/* line 154, core_a/02__global.scss */
.f-vertical .form-group {
  position: relative;
  margin: 0;
  padding: 0 0 30px 0; }
  /* line 159, core_a/02__global.scss */
  .f-vertical .form-group input, .f-vertical .form-group textarea {
    font-size: 14px;
    border-top-width: 0 !important;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    border-bottom-width: 1px !important;
    border-radius: 0 !important; }
  /* line 168, core_a/02__global.scss */
  .f-vertical .form-group .form-control {
    box-shadow: none;
    padding: 6px 0; }
  /* line 173, core_a/02__global.scss */
  .f-vertical .form-group .help-block {
    margin: 0;
    font-size: 12px; }
  /* line 178, core_a/02__global.scss */
  .f-vertical .form-group .wc-btn {
    padding: 15px 30px;
    font-weight: normal !important;
    font-size: 16px !important; }

/* line 186, core_a/02__global.scss */
.mini-me2 {
  position: absolute;
  top: 0;
  left: 9999px; }

/* line 208, core_a/02__global.scss */
.checkbox__label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px; }

/* line 214, core_a/02__global.scss */
.checkbox__text {
  position: relative;
  padding: 0 0 0 55px;
  cursor: pointer; }
  /* line 218, core_a/02__global.scss */
  .checkbox__text:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 45px;
    height: 20px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
    transition: .2s; }
  /* line 230, core_a/02__global.scss */
  .checkbox__text:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: .2s; }

/* line 243, core_a/02__global.scss */
.checkbox__label input:checked + .checkbox__text:before {
  background: darkseagreen; }

/* line 246, core_a/02__global.scss */
.checkbox__label input:checked + .checkbox__text:after {
  left: 26px; }

/* line 262, core_a/02__global.scss */
html .select2-container--krajee .select2-dropdown {
  border-color: #009600 !important; }

/* line 265, core_a/02__global.scss */
html .select2-container--krajee .select2-results__option--highlighted[aria-selected] {
  background-color: #009600;
  color: #fff; }

/* line 287, core_a/02__global.scss */
#global .che-slider .slick-arrow {
  font-size: 0;
  width: 30px;
  height: 30px;
  z-index: 1; }
  /* line 292, core_a/02__global.scss */
  #global .che-slider .slick-arrow:before {
    display: none !important; }
/* line 296, core_a/02__global.scss */
#global .che-slider .slick-prev {
  left: 0;
  background-image: url(/themes/basic/img/ar/ab_p.png); }
  /* line 299, core_a/02__global.scss */
  #global .che-slider .slick-prev:hover {
    background-image: url(/themes/basic/img/ar/ab_a.png); }
/* line 303, core_a/02__global.scss */
#global .che-slider .slick-next {
  right: 0;
  background-image: url(/themes/basic/img/ar/an_p.png); }
  /* line 306, core_a/02__global.scss */
  #global .che-slider .slick-next:hover {
    background-image: url(/themes/basic/img/ar/an_a.png); }

/* line 327, core_a/02__global.scss */
.velo-remont {
  float: right;
  font-weight: bold;
  animation-duration: 1s;
  animation-name: colorcycle;
  animation-iteration-count: infinite; }

/* line 337, core_a/02__global.scss */
.zakazinfo table td a {
  padding-right: 10px; }
/* line 341, core_a/02__global.scss */
.zakazinfo table:hover td {
  background: #a2dda2 !important; }
  /* line 343, core_a/02__global.scss */
  .zakazinfo table:hover td, .zakazinfo table:hover td a {
    color: #000 !important; }

/* line 349, core_a/02__global.scss */
.page-wrapper ol {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px; }

/* line 353, core_a/02__global.scss */
.page-wrapper .price_table {
  border: medium none;
  border-collapse: collapse; }

/* line 357, core_a/02__global.scss */
.page-wrapper .price_table tr td {
  background: #cccccc none repeat scroll 0 0;
  border: 1px solid #ffffff;
  color: #333333;
  font: 12px Tahoma;
  padding: 5px; }

/* line 364, core_a/02__global.scss */
.page-wrapper .price_table tr th {
  background: #6b916b none repeat scroll 0 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  font: bold 12px Tahoma;
  padding: 5px;
  text-align: center;
  text-transform: uppercase; }

/* line 373, core_a/02__global.scss */
.page-wrapper .price_table tr th.head {
  background: #9b9595 none repeat scroll 0 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  font: bold 12px Tahoma;
  padding: 5px;
  text-align: center;
  text-transform: uppercase; }

/* line 382, core_a/02__global.scss */
.page-wrapper .price_table tr:hover td {
  background: #edcba6 none repeat scroll 0 0;
  border: 1px solid #ffffff;
  color: #333333;
  font: 12px Tahoma;
  padding: 5px; }

/* line 395, core_a/02__global.scss */
.page-wrapper.contacts .body {
  background: #fff;
  padding: 40px 20px; }
/* line 399, core_a/02__global.scss */
.page-wrapper.contacts iframe {
  width: 100% !important; }

/* line 416, core_a/02__global.scss */
.p-reviews .answer-no .toggle-body .tgl-block .tgl-wall {
  height: 50px !important; }
/* line 419, core_a/02__global.scss */
.p-reviews .answer-no .toggle-body.short .tgl-block .tgl-wall {
  background: linear-gradient(to bottom, transparent, #f0f5e2) !important; }
/* line 422, core_a/02__global.scss */
.p-reviews .answer-no .toggle-body .tgl-block .tgl-panel {
  background: #f0f5e2 !important;
  padding: 10px !important; }
/* line 426, core_a/02__global.scss */
.p-reviews .answer-no .toggle-body .tgl-block .tgl-panel .tgl-btn {
  padding: 6px 15px;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  background-color: green;
  transition: all .3s ease 0s;
  font-size: 14px; }

/* line 437, core_a/02__global.scss */
.p-reviews .answer-yes .toggle-body .tgl-block .tgl-wall {
  height: 50px !important; }
/* line 440, core_a/02__global.scss */
.p-reviews .answer-yes .toggle-body.short .tgl-block .tgl-wall {
  background: linear-gradient(to bottom, transparent, #e9e9e9) !important; }
/* line 443, core_a/02__global.scss */
.p-reviews .answer-yes .toggle-body .tgl-block .tgl-panel {
  background: #e9e9e9 !important;
  padding: 10px !important; }
/* line 447, core_a/02__global.scss */
.p-reviews .answer-yes .toggle-body .tgl-block .tgl-panel .tgl-btn {
  padding: 6px 15px;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  background-color: green;
  transition: all .3s ease 0s;
  font-size: 14px; }

/* line 470, core_a/02__global.scss */
#message {
  background: darkseagreen;
  color: #fff;
  padding: 5px; }
  /* line 474, core_a/02__global.scss */
  #message.hide-yes {
    display: none !important; }

/* line 478, core_a/02__global.scss */
.alert-close {
  color: #fff !important;
  opacity: 0.7 !important; }

/* line 496, core_a/02__global.scss */
a[href="/repair"] {
  color: #6b916b !important;
  font-weight: 400 !important; }

/* line 5, core_a/03__bootstrap.scss */
.wc-btn {
  display: inline-block;
  line-height: 1;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.7s ease;
  font-size: 15px;
  font-weight: bold; }
  /* line 16, core_a/03__bootstrap.scss */
  .wc-btn.classic {
    border: 1px solid transparent; }
  /* line 20, core_a/03__bootstrap.scss */
  .wc-btn span, .wc-btn .fa {
    display: inline-block;
    vertical-align: middle; }
  /* line 24, core_a/03__bootstrap.scss */
  .wc-btn, .wc-btn:hover, .wc-btn:visited, .wc-btn:active, .wc-btn:focus {
    text-decoration: none; }
  /* line 28, core_a/03__bootstrap.scss */
  .wc-btn.wc-primary {
    border-color: #8db53a;
    background: darkseagreen;
    color: #fff !important; }
    /* line 32, core_a/03__bootstrap.scss */
    .wc-btn.wc-primary:hover, .wc-btn.wc-primary:visited, .wc-btn.wc-primary:active, .wc-btn.wc-primary:focus {
      border-color: #8db53a;
      background: darkseagreen;
      color: #fff; }
    /* line 37, core_a/03__bootstrap.scss */
    .wc-btn.wc-primary:hover {
      border-color: #6b916b;
      background: #6b916b;
      color: #fff; }
    /* line 42, core_a/03__bootstrap.scss */
    .wc-btn.wc-primary:active {
      border-color: #6b916b;
      background: #6b916b;
      color: #fff; }
  /* line 48, core_a/03__bootstrap.scss */
  .wc-btn.wc-primary-clr {
    border-color: darkseagreen;
    background: none;
    color: darkseagreen; }
    /* line 52, core_a/03__bootstrap.scss */
    .wc-btn.wc-primary-clr:hover, .wc-btn.wc-primary-clr:visited, .wc-btn.wc-primary-clr:active, .wc-btn.wc-primary-clr:focus {
      border-color: darkseagreen;
      background: none;
      color: darkseagreen; }
    /* line 57, core_a/03__bootstrap.scss */
    .wc-btn.wc-primary-clr:hover {
      border-color: #6b916b;
      background: none;
      color: #6b916b; }
    /* line 62, core_a/03__bootstrap.scss */
    .wc-btn.wc-primary-clr:active {
      border-color: #6b916b;
      background: none;
      color: #6b916b; }
  /* line 68, core_a/03__bootstrap.scss */
  .wc-btn.wc-clear {
    border: 1px solid silver;
    background: #fff;
    color: silver; }
    /* line 72, core_a/03__bootstrap.scss */
    .wc-btn.wc-clear:hover, .wc-btn.wc-clear:visited, .wc-btn.wc-clear:active, .wc-btn.wc-clear:focus {
      border-color: silver;
      background: #fff;
      color: silver; }
    /* line 77, core_a/03__bootstrap.scss */
    .wc-btn.wc-clear:hover {
      border-color: #6b916b;
      background: #fff;
      color: #6b916b; }
    /* line 82, core_a/03__bootstrap.scss */
    .wc-btn.wc-clear:active {
      border-color: #eaa72b;
      background: #fff;
      color: #6b916b; }
  /* line 88, core_a/03__bootstrap.scss */
  .wc-btn.wc-orange {
    border-color: #6b916b;
    background: #6b916b;
    color: #fff !important; }
    /* line 92, core_a/03__bootstrap.scss */
    .wc-btn.wc-orange:hover, .wc-btn.wc-orange:visited, .wc-btn.wc-orange:active, .wc-btn.wc-orange:focus {
      border-color: #6b916b;
      background: #6b916b;
      color: #fff; }
    /* line 97, core_a/03__bootstrap.scss */
    .wc-btn.wc-orange:hover {
      border-color: #6b916b;
      background: #dd8828;
      color: #fff; }
    /* line 102, core_a/03__bootstrap.scss */
    .wc-btn.wc-orange:active {
      border-color: #6b916b;
      background: #eaa72b;
      color: #fff; }
  /* line 108, core_a/03__bootstrap.scss */
  .wc-btn.wc-red {
    border-color: #ff7800;
    background: #FF0000;
    color: #fff !important; }
    /* line 112, core_a/03__bootstrap.scss */
    .wc-btn.wc-red:hover, .wc-btn.wc-red:visited, .wc-btn.wc-red:active, .wc-btn.wc-red:focus {
      border-color: #ff7800;
      background: #FF0000;
      color: #fff; }
    /* line 117, core_a/03__bootstrap.scss */
    .wc-btn.wc-red:hover {
      border-color: #6b916b;
      background: #FF0000;
      color: #fff; }
    /* line 122, core_a/03__bootstrap.scss */
    .wc-btn.wc-red:active {
      border-color: #6b916b;
      background: #FF0000;
      color: #fff; }
  /* line 128, core_a/03__bootstrap.scss */
  .wc-btn.wc-red-white {
    border-color: #FF0000;
    background: #fff;
    color: #FF0000; }
    /* line 132, core_a/03__bootstrap.scss */
    .wc-btn.wc-red-white:hover, .wc-btn.wc-red-white:visited, .wc-btn.wc-red-white:active, .wc-btn.wc-red-white:focus {
      border-color: #FF0000;
      background: #fff;
      color: #FF0000; }
    /* line 137, core_a/03__bootstrap.scss */
    .wc-btn.wc-red-white:hover {
      border-color: #FF0000;
      background: #fff;
      color: #6b916b; }
    /* line 142, core_a/03__bootstrap.scss */
    .wc-btn.wc-red-white:active {
      border-color: #FF0000;
      background: #fff;
      color: #FF0000; }
  /* line 149, core_a/03__bootstrap.scss */
  .wc-btn .wc-disabled {
    opacity: 0.3 !important; }

/*
.form-control {
    box-shadow: none !important;
    &:focus {
        border-color: $colorMain;
        //box-shadow: 0 1px 1px $colorMain inset, 0 0 8px $colorMain;
        box-shadow: none;
        outline: 0 none;
    }
}
.has-error,
.has-success {
    .form-control {
        box-shadow: none;
    }
}
form {
    .help-block {
        margin: 0;
        font-size: 12px;
    }
}
*/
/* line 183, core_a/03__bootstrap.scss */
body .breadcrumbs {
  background: transparent;
  padding: 0;
  position: relative;
  z-index: 1;
  margin: 0 0 -6px 0; }

/* line 190, core_a/03__bootstrap.scss */
body ul.breadcrumb {
  display: block;
  font-size: 0;
  margin: 1px auto 0 auto;
  border-radius: 0;
  padding: 4px 15px;
  background: transparent;
  clear: both; }
  /* line 205, core_a/03__bootstrap.scss */
  body ul.breadcrumb > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0; }
    /* line 211, core_a/03__bootstrap.scss */
    body ul.breadcrumb > li > * {
      font-size: 14px;
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      margin: 0;
      color: #6b916b; }
    /* line 220, core_a/03__bootstrap.scss */
    body ul.breadcrumb > li > span {
      color: #000 !important; }
    /* line 223, core_a/03__bootstrap.scss */
    body ul.breadcrumb > li > a {
      font-weight: bold; }
      /* line 226, core_a/03__bootstrap.scss */
      body ul.breadcrumb > li > a:hover {
        text-decoration: none; }
    /* line 236, core_a/03__bootstrap.scss */
    body ul.breadcrumb > li:before {
      content: "";
      font-size: 20px;
      display: inline-block;
      vertical-align: middle; }
    /* line 242, core_a/03__bootstrap.scss */
    body ul.breadcrumb > li + li:before {
      content: "\203a";
      position: relative;
      top: -2px;
      color: #009600 !important;
      margin: 0 15px 0 15px; }

/* line 263, core_a/03__bootstrap.scss */
.cont-default body ul.breadcrumb {
  max-width: 1300px; }

/* line 273, core_a/03__bootstrap.scss */
.pagination {
  border-radius: 0;
  display: inline-block;
  margin: 10px 0 20px 0;
  padding-left: 0; }
  /* line 279, core_a/03__bootstrap.scss */
  .pagination > li {
    display: inline; }
    /* line 283, core_a/03__bootstrap.scss */
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0; }
    /* line 290, core_a/03__bootstrap.scss */
    .pagination > li > a,
    .pagination > li > span {
      background-color: #fff;
      color: black;
      float: left;
      line-height: 1.42857;
      margin-left: -1px;
      padding: 4px 12px;
      border-radius: 6px;
      position: relative;
      text-decoration: none;
      font-size: 18px;
      font-weight: bold;
      border: none; }
      /* line 307, core_a/03__bootstrap.scss */
      .pagination > li > a:focus, .pagination > li > a:hover,
      .pagination > li > span:focus,
      .pagination > li > span:hover {
        background-color: #fff;
        border: none;
        color: #000;
        cursor: pointer;
        z-index: 2;
        text-decoration: none; }
    /* line 320, core_a/03__bootstrap.scss */
    .pagination > li > a {
      background: #fff;
      margin: 0 2px;
      display: inline-block; }
      /* line 324, core_a/03__bootstrap.scss */
      .pagination > li > a:hover {
        background: #fff;
        color: #000; }
    /* line 331, core_a/03__bootstrap.scss */
    .pagination > li.active > a,
    .pagination > li.active > span,
    .pagination > li.active > a:hover,
    .pagination > li.active > span:hover,
    .pagination > li.active > a:focus,
    .pagination > li.active > span:focus {
      background-color: #eaa72b;
      border: none;
      color: #fff;
      cursor: default;
      z-index: 2; }
    /* line 346, core_a/03__bootstrap.scss */
    .pagination > li.disabled > a,
    .pagination > li.disabled > span,
    .pagination > li.disabled > a:hover,
    .pagination > li.disabled > span:hover,
    .pagination > li.disabled > a:focus,
    .pagination > li.disabled > span:focus {
      background-color: #fafafa;
      border: none;
      color: #cacaca;
      cursor: not-allowed; }

/*
.breadcrumbs {
    //font-family: "MyriadProRegular", Arial, sans-serif;
    background: $bgBreadcrumbs;
    //padding: 13px;
    .container {

    }
}
$bcPaddingTopBottom: 10px;
$bcLinkPaddingTopBottom: 8px;
$bcFontSize: 12px;
ul.breadcrumb {
    margin: 0;
    //padding: $bcPaddingTopBottom+$bcLinkPaddingTopBottom 10px $bcPaddingTopBottom 10px;
    //padding: 10px 0 0 0;
    padding: 0;
    background: none;
    font-size: $bcFontSize;
    &:before {
        content: "";
        display: block;
        clear: both;
        border-bottom: 1px solid #ececec;
        //padding: 0 0 10px 0;
        margin: 0 0 10px 0;
    }

    .glyphicon {
        //padding-right: 10px;
    }
    li:first-child a {
        //font-weight: bold;
    }

    > li {
        a {
            color: $colorLink !important;
            font-size: $bcFontSize;
            padding: 0 5px $bcLinkPaddingTopBottom 0;
            &:hover {
                color: $colorLink !important;
                text-decoration: underline;
            }
        }
        &.active {
            color: $colorBreadcrumbsActive !important;
            font-size: $bcFontSize;
            padding: 0 5px $bcLinkPaddingTopBottom 0;
        }

        + li::before {
            //content:"» ";
            //content: "\263a";
            //content: "\203a"; //&rsaquo;
            content: "\007c"; //&vert;
            //content: "/";
            padding: 0 10px 0 0;
            font-size: $bcFontSize;
            color: $colorBreadcrumbs !important;
            display: inline-block;
            //position: relative;
            //top: -2px;
            vertical-align: bottom;
        }
    }

}
*/
/* line 4, core_a/04__modal.scss */
.modal-backdrop {
  z-index: 2040; }
  /* line 6, core_a/04__modal.scss */
  .modal-backdrop.in {
    opacity: 0.8; }

/* line 14, core_a/04__modal.scss */
#modal-form.modal {
  z-index: 10000;
  text-align: center;
  padding: 0 !important;
  font-size: 0; }
  /* line 20, core_a/04__modal.scss */
  #modal-form.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  /* line 27, core_a/04__modal.scss */
  #modal-form.modal .modal-dialog {
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-size: 16px; }
/* line 36, core_a/04__modal.scss */
#modal-form .modal-dialog {
  width: 100%;
  max-width: 500px;
  background: none;
  box-shadow: none; }
  /* line 43, core_a/04__modal.scss */
  #modal-form .modal-dialog .modal-content {
    background: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 10px;
    position: relative; }
    /* line 52, core_a/04__modal.scss */
    #modal-form .modal-dialog .modal-content .modal-header {
      padding: 30px 40px 0 40px;
      background: #fff;
      position: relative;
      border-radius: 10px 10px 0 0;
      border: none !important; }
      /* line 35, core_a/00__var.scss */
      #modal-form .modal-dialog .modal-content .modal-header:after {
        display: block;
        content: "";
        clear: both; }
      /* line 62, core_a/04__modal.scss */
      #modal-form .modal-dialog .modal-content .modal-header .close {
        width: 30px;
        height: 30px;
        color: transparent;
        text-shadow: none;
        overflow: hidden;
        background: transparent url("/themes/basic/img/modal/close-p.png") scroll no-repeat 0 0;
        background-size: contain;
        position: absolute;
        top: 34px;
        right: 0;
        opacity: 1; }
        /* line 69, core_a/04__modal.scss */
        #modal-form .modal-dialog .modal-content .modal-header .close:hover {
          background-image: url("/themes/basic/img/modal/close-a.png"); }
      /* line 89, core_a/04__modal.scss */
      #modal-form .modal-dialog .modal-content .modal-header .custom-header {
        font-size: 24px;
        font-weight: bold;
        font-family: 'PT Sans',Arial,sans-serif;
        color: darkseagreen;
        text-transform: uppercase;
        text-align: center; }
    /* line 100, core_a/04__modal.scss */
    #modal-form .modal-dialog .modal-content .modal-body {
      padding: 30px 40px 30px 40px;
      background: #fff;
      border-radius: 0 0 10px 10px; }
      /* line 35, core_a/00__var.scss */
      #modal-form .modal-dialog .modal-content .modal-body:after {
        display: block;
        content: "";
        clear: both; }
      /* line 112, core_a/04__modal.scss */
      #modal-form .modal-dialog .modal-content .modal-body .custom-body {
        font-size: 14px;
        color: black; }
        /* line 116, core_a/04__modal.scss */
        #modal-form .modal-dialog .modal-content .modal-body .custom-body .required-hint {
          color: darkseagreen;
          font-size: 14px; }
        /* line 120, core_a/04__modal.scss */
        #modal-form .modal-dialog .modal-content .modal-body .custom-body .form-group {
          position: relative;
          margin: 0;
          padding: 0 0 30px 0; }
          /* line 125, core_a/04__modal.scss */
          #modal-form .modal-dialog .modal-content .modal-body .custom-body .form-group input, #modal-form .modal-dialog .modal-content .modal-body .custom-body .form-group textarea {
            font-size: 14px;
            border-top-width: 0 !important;
            border-left-width: 0 !important;
            border-right-width: 0 !important;
            border-bottom-width: 1px !important;
            border-radius: 0 !important; }
          /* line 134, core_a/04__modal.scss */
          #modal-form .modal-dialog .modal-content .modal-body .custom-body .form-group .form-control {
            box-shadow: none; }
          /* line 138, core_a/04__modal.scss */
          #modal-form .modal-dialog .modal-content .modal-body .custom-body .form-group .help-block {
            margin: 0;
            font-size: 12px; }
          /* line 143, core_a/04__modal.scss */
          #modal-form .modal-dialog .modal-content .modal-body .custom-body .form-group.modal-submit {
            padding: 20px 0 0 0;
            text-align: center; }
            /* line 169, core_a/04__modal.scss */
            #modal-form .modal-dialog .modal-content .modal-body .custom-body .form-group.modal-submit [type="submit"] {
              padding: 10px 50px; }
/* line 182, core_a/04__modal.scss */
#modal-form.head-off .modal-dialog .modal-content .modal-header {
  padding: 0; }
  /* line 184, core_a/04__modal.scss */
  #modal-form.head-off .modal-dialog .modal-content .modal-header .custom-header {
    display: none !important; }

/* line 201, core_a/04__modal.scss */
.field-eventform-types label {
  display: block; }

/* line 5, core_a/10__header.scss */
header.header {
  background: url("/themes/basic/img/fon_heder.jpg") scroll no-repeat 50% 0/cover; }
  /* line 8, core_a/10__header.scss */
  header.header .head-inner {
    background-color: rgba(88, 213, 255, 0.13); }

/* line 13, core_a/10__header.scss */
.head-nav {
  background: none;
  text-align: right;
  text-align-last: right; }

/* line 23, core_a/10__header.scss */
.head-main {
  padding: 10px 15px;
  font-size: 0;
  line-height: 1;
  text-align: justify;
  text-align-last: justify;
  color: darkseagreen; }
  /* line 34, core_a/10__header.scss */
  .head-main a {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: inline-block;
    color: darkseagreen; }
    /* line 40, core_a/10__header.scss */
    .head-main a:hover {
      color: #6b916b;
      text-decoration: none !important; }
  /* line 46, core_a/10__header.scss */
  .head-main .cell {
    text-align: left;
    text-align-last: left;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    font-size: 14px;
    color: #000;
    line-height: 1.4; }
    /* line 62, core_a/10__header.scss */
    .head-main .cell.logo {
      margin: 0 10px 0 0; }
      /* line 64, core_a/10__header.scss */
      .head-main .cell.logo > a {
        display: block;
        position: relative;
        margin: -20px 0;
        top: -20px; }
    /* line 72, core_a/10__header.scss */
    .head-main .cell.address {
      padding: 0 0 0 40px;
      background: transparent url(/themes/basic/img/adress.png) scroll no-repeat 0 0;
      min-height: 41px;
      font-weight: 700; }
    /* line 80, core_a/10__header.scss */
    .head-main .cell.hours span {
      font-weight: 700; }
    /* line 85, core_a/10__header.scss */
    .head-main .cell.phones {
      font-weight: 700; }
    /* line 89, core_a/10__header.scss */
    .head-main .cell.cart {
      margin: 0 0 0 10px;
      font-weight: 700;
      text-align: right; }
  /* line 97, core_a/10__header.scss */
  .head-main .example {
    color: #4fa7d0; }
    /* line 99, core_a/10__header.scss */
    .head-main .example span {
      font-weight: 700; }

/* line 109, core_a/10__header.scss */
ul.menu-main {
  display: inline-block;
  margin: 0;
  text-align: right;
  text-align-last: right;
  padding: 0;
  font-size: 0; }
  /* line 117, core_a/10__header.scss */
  ul.menu-main > li {
    list-style: none;
    display: inline-block; }
    /* line 120, core_a/10__header.scss */
    ul.menu-main > li > a {
      background: #cadfff;
      display: block;
      padding: 10px 20px;
      font-weight: 400;
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      font-size: 16px;
      color: #3b78d7; }
      /* line 130, core_a/10__header.scss */
      ul.menu-main > li > a:hover {
        color: silver;
        text-decoration: none !important; }
      /* line 134, core_a/10__header.scss */
      ul.menu-main > li > a span {
        display: inline-block;
        vertical-align: middle; }
      /* line 138, core_a/10__header.scss */
      ul.menu-main > li > a .item-image {
        margin: 0 0 10px 0;
        display: block; }
        /* line 141, core_a/10__header.scss */
        ul.menu-main > li > a .item-image img {
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(104%) contrast(101%); }
    /* line 148, core_a/10__header.scss */
    ul.menu-main > li:first-child > a {
      border-radius: 0 0 0 200px;
      padding-left: 40px; }
  /* line 171, core_a/10__header.scss */
  ul.menu-main > li.active > a {
    color: deepskyblue; }

/* line 190, core_a/10__header.scss */
.header > nav {
  font-size: 0;
  line-height: 1;
  text-align: justify;
  text-align-last: justify;
  color: #fff;
  background: #52a75f;
  padding: 5px; }
  /* line 203, core_a/10__header.scss */
  .header > nav ul {
    margin: 0;
    padding: 0;
    text-align: justify;
    text-align-last: justify; }
    /* line 208, core_a/10__header.scss */
    .header > nav ul li {
      list-style: none;
      display: inline-block;
      margin: 2px; }
  /* line 215, core_a/10__header.scss */
  .header > nav ul.lvl-1 {
    display: block; }
    /* line 217, core_a/10__header.scss */
    .header > nav ul.lvl-1 > li {
      text-align: center;
      text-align-last: center; }
      /* line 220, core_a/10__header.scss */
      .header > nav ul.lvl-1 > li > a {
        display: block;
        font-size: 18px;
        padding: 10px 5px 12px 5px;
        font-weight: 400;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        border-radius: 8px;
        max-width: 100px;
        background: rgba(0, 0, 0, 0);
        color: #fff; }
        /* line 233, core_a/10__header.scss */
        .header > nav ul.lvl-1 > li > a:hover {
          color: #000;
          text-decoration: none !important; }
        /* line 238, core_a/10__header.scss */
        .header > nav ul.lvl-1 > li > a span {
          display: inline-block;
          vertical-align: middle; }
        /* line 242, core_a/10__header.scss */
        .header > nav ul.lvl-1 > li > a .item-image {
          margin: 0 0 10px 0;
          display: block; }
          /* line 247, core_a/10__header.scss */
          .header > nav ul.lvl-1 > li > a .item-image img {
            filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(104%) contrast(101%); }
    /* line 259, core_a/10__header.scss */
    .header > nav ul.lvl-1 > li.active > a {
      color: yellow; }

/* line 283, core_a/10__header.scss */
.search-form {
  text-align: left;
  text-align-last: left; }
  /* line 288, core_a/10__header.scss */
  .search-form > div > label, .search-form > div > .help-block {
    display: none; }
  /* line 291, core_a/10__header.scss */
  .search-form > div > .input-group {
    width: 100%; }
    /* line 294, core_a/10__header.scss */
    .search-form > div > .input-group > .twitter-typeahead > input {
      border: 1px solid silver;
      border-radius: 4px;
      width: 350px;
      box-shadow: none;
      padding: 6px 30px 6px 12px; }
      /* line 301, core_a/10__header.scss */
      .search-form > div > .input-group > .twitter-typeahead > input:focus {
        border-color: darkseagreen !important; }
    /* line 305, core_a/10__header.scss */
    .search-form > div > .input-group > .twitter-typeahead .tt-menu {
      z-index: 3000 !important; }
    /* line 309, core_a/10__header.scss */
    .search-form > div > .input-group > .search-append {
      width: 40px;
      border: none;
      position: absolute;
      top: 2px;
      right: 0;
      z-index: 3;
      color: darkseagreen;
      background-color: transparent;
      border-radius: 0;
      cursor: pointer; }

/* line 333, core_a/10__header.scss */
.hdr-lng {
  margin: 0 0 10px 0; }
  /* line 335, core_a/10__header.scss */
  .hdr-lng a {
    margin: 0 0 0 5px;
    font-size: 18px;
    height: 18px;
    text-decoration: none !important;
    position: relative; }
    /* line 341, core_a/10__header.scss */
    .hdr-lng a:before {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      height: 1px;
      background: none; }
    /* line 350, core_a/10__header.scss */
    .hdr-lng a.current-no {
      color: #4fa7d0 !important; }
    /* line 353, core_a/10__header.scss */
    .hdr-lng a.current-yes {
      color: #4fa7d0 !important; }
      /* line 357, core_a/10__header.scss */
      .hdr-lng a.current-yes:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 1px;
        background: #4fa7d0; }

/* line 374, core_a/10__header.scss */
#search-q {
  border-radius: 8px !important;
  border: 1px solid #3b78d7 !important; }

/* line 393, core_a/10__header.scss */
.checkbox__label2 input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px; }

/* line 399, core_a/10__header.scss */
.checkbox__text2 {
  position: relative;
  padding: 32px 0 0 45px;
  cursor: pointer; }
  /* line 403, core_a/10__header.scss */
  .checkbox__text2:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0;
    width: 36px;
    height: 10px;
    border-radius: 13px;
    background: #A6A7A8;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
    transition: .2s; }
  /* line 415, core_a/10__header.scss */
  .checkbox__text2:after {
    content: '';
    position: absolute;
    top: 24px;
    left: 1px;
    width: 16px;
    height: 16px;
    border-radius: 7px;
    background: #52a75f;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: .2s; }

/* line 431, core_a/10__header.scss */
.checkbox__label2 input:checked + .checkbox__text2:after {
  left: 20px;
  background: #52a75f; }

/* line 436, core_a/10__header.scss */
.lang-lbl {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px !important;
  font-weight: bold; }
  /* line 442, core_a/10__header.scss */
  .lang-lbl:first-child {
    margin-right: 5px; }

/* line 447, core_a/10__header.scss */
.m-lang, .m-lang:hover, .m-lang:active, .m-lang:focus, .m-lang:visited {
  text-decoration: none; }

/* line 451, core_a/10__header.scss */
.lru {
  color: #52a75f; }

/* line 454, core_a/10__header.scss */
.luk {
  color: silver; }

/* line 458, core_a/10__header.scss */
.m-lang[data-lang=ru] .lru {
  color: silver; }
/* line 461, core_a/10__header.scss */
.m-lang[data-lang=ru] .luk {
  color: #52a75f; }

/* line 35, core_a/00__var.scss */
.foot-main:after {
  display: block;
  content: "";
  clear: both; }

/* line 7, core_a/11__footer.scss */
.footer {
  border-top: 4px solid #6b916b;
  background: url("/themes/basic/img/bgf2.jpg") scroll no-repeat 0 0;
  background-size: cover;
  color: #000;
  font-size: 14px;
  line-height: 1.2; }
  /* line 16, core_a/11__footer.scss */
  .footer .area-inner {
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px; }
  /* line 35, core_a/00__var.scss */
  .footer:after {
    display: block;
    content: "";
    clear: both; }
  /* line 24, core_a/11__footer.scss */
  .footer .area {
    padding: 10px 10px; }
  /* line 31, core_a/11__footer.scss */
  .footer a, .footer a:focus, .footer a:visited, .footer a:active {
    color: #000;
    text-decoration: none; }
  /* line 35, core_a/11__footer.scss */
  .footer a:hover {
    text-decoration: underline; }
  /* line 39, core_a/11__footer.scss */
  .footer .title {
    margin: 0 0 20px 0;
    color: #000;
    font-size: 16px;
    text-transform: uppercase; }
  /* line 46, core_a/11__footer.scss */
  .footer .body ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border: none;
    background: none;
    font-size: 0; }
    /* line 53, core_a/11__footer.scss */
    .footer .body ul li {
      display: block; }
      /* line 55, core_a/11__footer.scss */
      .footer .body ul li a {
        font-size: 16px;
        display: block;
        line-height: 1;
        color: #6b916b;
        padding: 10px 0px; }
    /* line 64, core_a/11__footer.scss */
    .footer .body ul li:hover a {
      color: #6b916b; }
  /* line 72, core_a/11__footer.scss */
  .footer .cell {
    display: inline-block;
    vertical-align: top;
    padding: 0 50px 30px 0;
    width: 100%;
    float: left; }
    /* line 80, core_a/11__footer.scss */
    .footer .cell.catalog {
      max-width: 420px;
      font-size: 16px; }
    /* line 84, core_a/11__footer.scss */
    .footer .cell.info {
      max-width: 220px;
      font-size: 16px; }
    /* line 88, core_a/11__footer.scss */
    .footer .cell.contacts {
      max-width: 460px;
      padding: 0;
      color: #f1f1f1; }
      /* line 93, core_a/11__footer.scss */
      .footer .cell.contacts .ftnavt {
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 10px;
        display: block; }
      /* line 100, core_a/11__footer.scss */
      .footer .cell.contacts .ftcontact .tel {
        background: url("/images/footer/tel.png") no-repeat 0 center; }
      /* line 103, core_a/11__footer.scss */
      .footer .cell.contacts .ftcontact .mail {
        background: url("/images/footer/email.png") no-repeat 0 center; }
      /* line 106, core_a/11__footer.scss */
      .footer .cell.contacts .ftcontact .addr {
        background: url("/images/footer/geo.png") no-repeat 0 center; }
      /* line 110, core_a/11__footer.scss */
      .footer .cell.contacts .ftcontact > div {
        padding-left: 30px;
        margin: 5px 0px;
        font-size: 14px; }
      /* line 116, core_a/11__footer.scss */
      .footer .cell.contacts:after {
        content: "";
        display: block;
        clear: both; }
    /* line 124, core_a/11__footer.scss */
    .footer .cell .address {
      margin: 20px 0 0 0; }
  /* line 165, core_a/11__footer.scss */
  .footer .copyright {
    text-align: center;
    padding: 15px 0 20px 0;
    border-top: 1px solid rgba(192, 192, 192, 0.32); }
  /* line 171, core_a/11__footer.scss */
  .footer .finner {
    background: url("/images/footer_bg_line_spring.png") scroll repeat-x 50% 100%; }
  /* line 185, core_a/11__footer.scss */
  .footer .foot-block {
    display: inline-block;
    vertical-align: top;
    padding: 0 50px 30px 0;
    width: 100%;
    float: left; }
    /* line 191, core_a/11__footer.scss */
    .footer .foot-block.logo {
      max-width: 260px;
      text-align: center; }
      /* line 194, core_a/11__footer.scss */
      .footer .foot-block.logo a.foot-logo {
        display: block;
        max-width: 100%;
        margin: 0 0 20px 0; }
      /* line 199, core_a/11__footer.scss */
      .footer .foot-block.logo .foot-name {
        margin: 0 0 20px 0; }
        /* line 201, core_a/11__footer.scss */
        .footer .foot-block.logo .foot-name span {
          font-weight: bold; }
      /* line 205, core_a/11__footer.scss */
      .footer .foot-block.logo .foot-desc {
        color: #888;
        font-size: 12px; }
    /* line 212, core_a/11__footer.scss */
    .footer .foot-block .subscribe-title {
      font-weight: bold; }
    /* line 215, core_a/11__footer.scss */
    .footer .foot-block.subscribe {
      max-width: 340px;
      min-height: 140px; }
    /* line 219, core_a/11__footer.scss */
    .footer .foot-block.subscribe form {
      position: relative; }
      /* line 221, core_a/11__footer.scss */
      .footer .foot-block.subscribe form .form-group {
        margin: 20px 0 0 0; }
      /* line 224, core_a/11__footer.scss */
      .footer .foot-block.subscribe form input {
        min-height: 44px;
        background: #e0e0e0;
        border: 0;
        padding: 6px 80px 6px 12px; }
      /* line 231, core_a/11__footer.scss */
      .footer .foot-block.subscribe form button[type="submit"] {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        position: absolute;
        top: 6px;
        right: 4px;
        background: #6b916b;
        color: white;
        font-weight: bold;
        padding: 6px 24px; }
    /* line 263, core_a/11__footer.scss */
    .footer .foot-block.categories {
      padding: 0;
      width: auto; }

/* line 272, core_a/11__footer.scss */
.foot-block-body ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border: 0; }
/* line 279, core_a/11__footer.scss */
.foot-block-body > ul > li {
  width: 140px;
  display: inline-block;
  vertical-align: top; }
  /* line 283, core_a/11__footer.scss */
  .foot-block-body > ul > li > a {
    display: block;
    color: #4fa7d0 !important;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 10px 0;
    height: 40px;
    padding: 0; }
/* line 296, core_a/11__footer.scss */
.foot-block-body ul ul li {
  display: block; }
  /* line 299, core_a/11__footer.scss */
  .foot-block-body ul ul li a {
    display: block;
    line-height: 1;
    padding: 8px 0;
    font-size: 14px;
    font-weight: normal; }

/* line 311, core_a/11__footer.scss */
.we-social2 {
  display: block; }
  /* line 317, core_a/11__footer.scss */
  .we-social2 .we-social-a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0; }
    /* line 327, core_a/11__footer.scss */
    .we-social2 .we-social-a.fb {
      background: transparent url("/themes/basic/img/we-social/chemodany-facebook.png") scroll no-repeat 0 0; }
    /* line 334, core_a/11__footer.scss */
    .we-social2 .we-social-a.gl {
      background: transparent url("/themes/basic/img/we-social/chemodany-google+.png") scroll no-repeat 0 0; }
    /* line 340, core_a/11__footer.scss */
    .we-social2 .we-social-a.in {
      background: transparent url("/themes/basic/img/we-social/instagram-logo.png") scroll no-repeat 0 0; }
    /* line 346, core_a/11__footer.scss */
    .we-social2 .we-social-a.yt {
      background: transparent url("/themes/basic/img/we-social/youtube-logo.png") scroll no-repeat 0 0; }
    /* line 353, core_a/11__footer.scss */
    .we-social2 .we-social-a.fb, .we-social2 .we-social-a.in, .we-social2 .we-social-a.yt, .we-social2 .we-social-a.gl {
      background-size: contain; }
      /* line 359, core_a/11__footer.scss */
      .we-social2 .we-social-a.fb:hover, .we-social2 .we-social-a.in:hover, .we-social2 .we-social-a.yt:hover, .we-social2 .we-social-a.gl:hover {
        opacity: 0.9; }

/* line 368, core_a/11__footer.scss */
.map-form {
  width: 400px;
  height: 400px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
  position: absolute;
  top: -35px;
  right: 60px;
  padding: 0 30px 30px 30px;
  margin: 5px 10px 5px 10px; }
  /* line 380, core_a/11__footer.scss */
  .map-form:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 10px;
    border-color: transparent transparent #000 transparent; }
  /* line 392, core_a/11__footer.scss */
  .map-form:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 10px;
    border-color: transparent transparent transparent #000; }
  /* line 405, core_a/11__footer.scss */
  .map-form .form-group {
    margin: 0 0 5px 0;
    position: relative; }
  /* line 409, core_a/11__footer.scss */
  .map-form .help-block {
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 10px;
    line-height: 1;
    margin: 0; }

/* line 419, core_a/11__footer.scss */
.map-form > .ico {
  text-align: center; }
/* line 422, core_a/11__footer.scss */
.map-form > .title {
  text-align: center;
  font-size: 24px;
  color: darkseagreen;
  text-transform: uppercase;
  font-family: GothamProBold, sans-serif; }
  /* line 428, core_a/11__footer.scss */
  .map-form > .title:after {
    content: "";
    display: block;
    border-bottom: 1px solid darkseagreen;
    margin: 5px auto 5px;
    width: 90px; }
/* line 436, core_a/11__footer.scss */
.map-form > .desc {
  text-align: center;
  font-size: 14px;
  padding: 0 0 15px 0;
  font-weight: bold; }

/* line 3, core_a/18__home.scss */
html.front main .main-inner {
  padding: 0; }

/* line 11, core_a/18__home.scss */
body #global .front-slider, body #global .front-slider a, body #global .front-slider img {
  font-size: 0;
  line-height: 1; }
/* line 16, core_a/18__home.scss */
body #global .front-slider img {
  height: auto !important;
  max-height: none !important; }
/* line 29, core_a/18__home.scss */
body #global .front-slider button.owl-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: silver;
  margin: 0 5px; }
  /* line 37, core_a/18__home.scss */
  body #global .front-slider button.owl-dot.active {
    background: darkseagreen; }
/* line 45, core_a/18__home.scss */
body #global .front-slider div.owl-nav > button {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 70px;
  margin-top: -50px; }
/* line 55, core_a/18__home.scss */
body #global .front-slider div.owl-nav > .owl-prev {
  left: 0;
  border-radius: 0;
  background: url("/themes/basic/img/arnew/lt_p.png") scroll no-repeat 50% 50%; }
  /* line 60, core_a/18__home.scss */
  body #global .front-slider div.owl-nav > .owl-prev:hover {
    background-image: url("/themes/basic/img/arnew/lt_a.png");
    width: 60px; }
/* line 65, core_a/18__home.scss */
body #global .front-slider div.owl-nav > .owl-next {
  right: 0;
  border-radius: 0;
  background: url("/themes/basic/img/arnew/rt_p.png") scroll no-repeat 50% 50%; }
  /* line 70, core_a/18__home.scss */
  body #global .front-slider div.owl-nav > .owl-next:hover {
    background-image: url("/themes/basic/img/arnew/rt_a.png");
    width: 60px; }
/* line 75, core_a/18__home.scss */
body #global .front-slider div.owl-nav > .owl-prev,
body #global .front-slider div.owl-nav > .owl-prev:hover,
body #global .front-slider div.owl-nav > .owl-next,
body #global .front-slider div.owl-nav > .owl-next:hover {
  background-size: contain; }

/* line 86, core_a/18__home.scss */
.best {
  background: #f0f5e2;
  border-radius: 8px;
  margin: 20px 0 0 0 !important;
  padding: 20px 10px;
  text-align: justify;
  text-align-last: justify;
  font-size: 0; }
  /* line 98, core_a/18__home.scss */
  .best .block > div {
    display: inline-block;
    vertical-align: middle; }
  /* line 102, core_a/18__home.scss */
  .best .block .pic {
    width: 30%; }
  /* line 105, core_a/18__home.scss */
  .best .block .txt {
    width: 70%;
    font-size: 16px;
    color: #000;
    text-align: left;
    text-align-last: left;
    font-weight: bold;
    padding: 0 0 0 20px; }
    /* line 109, core_a/18__home.scss */
    .best .block .txt span {
      color: #000 !important;
      -webkit-transition: all 400ms ease;
      transition: all 400ms ease; }
  /* line 122, core_a/18__home.scss */
  .best .block:hover .txt span {
    color: #6b916b !important; }

/* line 131, core_a/18__home.scss */
.pop {
  padding: 20px 0;
  text-align: center; }
  /* line 135, core_a/18__home.scss */
  .pop ul.home-tabs {
    border: none;
    padding: 0;
    font-size: 0; }
    /* line 140, core_a/18__home.scss */
    .pop ul.home-tabs li {
      width: 25%;
      float: none;
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      padding: 2px 4px; }
      /* line 149, core_a/18__home.scss */
      .pop ul.home-tabs li a {
        border: 1px dashed darkseagreen;
        background: darkseagreen;
        color: #fff;
        border-radius: 6px;
        font-size: 24px;
        font-weight: bold;
        padding: 10px; }
    /* line 160, core_a/18__home.scss */
    .pop ul.home-tabs li.active a {
      border: 1px dashed transparent;
      background: #6b916b;
      background-size: cover;
      color: #fff;
      font-weight: bold; }
  /* line 171, core_a/18__home.scss */
  .pop .tab-content {
    padding: 20px 0 0 0; }

/* line 178, core_a/18__home.scss */
.front-cat {
  text-align: left;
  padding: 30px 0; }
  /* line 181, core_a/18__home.scss */
  .front-cat .cell {
    display: inline-block;
    vertical-align: top;
    margin: 10px; }
    /* line 186, core_a/18__home.scss */
    .front-cat .cell .ico {
      display: inline-block;
      vertical-align: top;
      width: 180px; }
    /* line 192, core_a/18__home.scss */
    .front-cat .cell .links {
      display: inline-block;
      vertical-align: top;
      width: 170px;
      font-size: 16px;
      text-align: left !important; }
      /* line 199, core_a/18__home.scss */
      .front-cat .cell .links .cat a {
        display: block;
        font-size: 18px;
        font-weight: bold;
        color: #000;
        text-align: left !important;
        padding: 0 0 20px 0; }
        /* line 206, core_a/18__home.scss */
        .front-cat .cell .links .cat a:hover {
          text-decoration: underline;
          color: orange; }
      /* line 213, core_a/18__home.scss */
      .front-cat .cell .links .subcat a {
        position: relative;
        display: inline-block;
        padding: 0 0 10px 15px;
        font-size: 16px;
        color: #009600;
        text-align: left !important;
        text-decoration: none;
        -webkit-transition: all 1s ease;
        transition: all 1s ease; }
        /* line 225, core_a/18__home.scss */
        .front-cat .cell .links .subcat a:after {
          content: "";
          display: block;
          border-bottom: 1px solid transparent;
          height: 1px;
          position: absolute;
          top: 100%;
          left: 15px;
          right: 0;
          -webkit-transition: all 1s ease;
          transition: all 1s ease;
          margin-top: -10px; }
        /* line 239, core_a/18__home.scss */
        .front-cat .cell .links .subcat a:hover {
          text-decoration: none;
          color: orange; }
          /* line 242, core_a/18__home.scss */
          .front-cat .cell .links .subcat a:hover:after {
            border-bottom: 1px solid orange; }
        /* line 246, core_a/18__home.scss */
        .front-cat .cell .links .subcat a.simple:before {
          content: "";
          background: orange;
          position: absolute;
          left: 0;
          top: 8px;
          width: 5px;
          height: 5px;
          border-radius: 5px; }
        /* line 256, core_a/18__home.scss */
        .front-cat .cell .links .subcat a.cat-more {
          color: orange; }
        /* line 259, core_a/18__home.scss */
        .front-cat .cell .links .subcat a.cat-more:after {
          content: "";
          display: inline-block;
          vertical-align: middle;
          width: 5px;
          height: 8px;
          margin: 0 0 0 5px;
          background: url("/themes/basic/img/front/ar_p.png") no-repeat 0 0; }
    /* line 272, core_a/18__home.scss */
    .front-cat .cell.wide {
      width: 100%;
      max-width: 900px; }
      /* line 275, core_a/18__home.scss */
      .front-cat .cell.wide .links {
        width: 100%;
        max-width: 700px; }
        /* line 278, core_a/18__home.scss */
        .front-cat .cell.wide .links .subcat a {
          display: inline-block;
          vertical-align: top;
          width: 230px; }
  /* line 286, core_a/18__home.scss */
  .front-cat .cat-sep {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 10px 0; }

/* line 294, core_a/18__home.scss */
.front-desc {
  padding: 20px;
  text-align: justify; }

/* line 306, core_a/18__home.scss */
.block-container {
  margin: 0 0 20px 0; }
  /* line 308, core_a/18__home.scss */
  .block-container .block-head {
    border-bottom: 1px solid #e7e7e7; }
    /* line 311, core_a/18__home.scss */
    .block-container .block-head .block-head-title {
      display: inline-block;
      vertical-align: middle;
      font-size: 20px;
      color: #444;
      padding-bottom: 6px;
      border-bottom: 1px solid #6b916b;
      margin-bottom: -1px; }
    /* line 321, core_a/18__home.scss */
    .block-container .block-head .block-head-url {
      display: inline-block;
      vertical-align: middle;
      float: right;
      margin: 8px 0 0 0;
      font-size: 12px;
      color: #888; }
      /* line 328, core_a/18__home.scss */
      .block-container .block-head .block-head-url:hover {
        color: #6b916b; }
  /* line 333, core_a/18__home.scss */
  .block-container .block-body {
    padding: 20px 0; }

/* line 346, core_a/18__home.scss */
.news-block .news-card {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e7e7e7; }
  /* line 351, core_a/18__home.scss */
  .news-block .news-card:last-of-type {
    border: none; }
  /* line 355, core_a/18__home.scss */
  .news-block .news-card .news-pic {
    float: left;
    margin: 0 20px 0 0; }
    /* line 359, core_a/18__home.scss */
    .news-block .news-card .news-pic a {
      display: block; }
  /* line 366, core_a/18__home.scss */
  .news-block .news-card .news-date {
    margin: 0 0 10px 0;
    font-size: 12px; }
  /* line 371, core_a/18__home.scss */
  .news-block .news-card .news-title a {
    color: #444;
    display: block;
    font-size: 18px; }
    /* line 375, core_a/18__home.scss */
    .news-block .news-card .news-title a:hover {
      color: #6b916b; }
  /* line 381, core_a/18__home.scss */
  .news-block .news-card:after {
    display: block;
    content: "";
    clear: both; }

/* line 395, core_a/18__home.scss */
.front-cat {
  padding: 70px 0; }

/* line 399, core_a/18__home.scss */
.home-cats {
  text-align: center; }
  /* line 407, core_a/18__home.scss */
  .home-cats a, .home-cats a:focus, .home-cats a:visited, .home-cats a:active, .home-cats a:hover {
    color: #6b916b;
    text-decoration: none; }
  /* line 414, core_a/18__home.scss */
  .home-cats {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border: none;
    background: none;
    font-size: 0; }
    /* line 421, core_a/18__home.scss */
    .home-cats li:not(.li-empty) {
      display: inline-block;
      overflow: hidden;
      margin: 15px 65px; }
      /* line 427, core_a/18__home.scss */
      .home-cats li:not(.li-empty) a {
        display: block; }
    /* line 431, core_a/18__home.scss */
    .home-cats li:hover {
      transition: all 0.5s ease;
      border-color: darkseagreen; }
      /* line 434, core_a/18__home.scss */
      .home-cats li:hover a {
        transition: all 0.5s ease;
        color: darkseagreen; }
    /* line 440, core_a/18__home.scss */
    .home-cats .item-image,
    .home-cats .item-label {
      display: block; }
    /* line 445, core_a/18__home.scss */
    .home-cats .item-image {
      width: 210px;
      height: 210px;
      padding: 5px;
      overflow: hidden;
      border: 1px solid #6b916b;
      border-radius: 6px; }
      /* line 454, core_a/18__home.scss */
      .home-cats .item-image img {
        transition: all .5s ease-in-out; }
    /* line 458, core_a/18__home.scss */
    .home-cats .item-label {
      line-height: 1;
      color: #6b916b;
      font-size: 24px;
      font-weight: bold;
      padding: 10px 0 0 0;
      height: 60px;
      overflow: hidden;
      width: 210px;
      font-family: 'Ruslan Display', Arial, sans-serif;
      text-shadow: 1px 1px 1px #292929;
      letter-spacing: 0; }
    /* line 474, core_a/18__home.scss */
    .home-cats li:hover .item-image img {
      transform: scale(1.1); }
    /* line 478, core_a/18__home.scss */
    .home-cats li:hover .item-label {
      transition: all 0.5s ease;
      color: darkseagreen; }

/* line 500, core_a/18__home.scss */
.home-cats {
  margin: 40px 0 40px 0;
  background: #fff;
  box-shadow: 0px 0px 5px 3px rgba(130, 130, 130, 0.3);
  text-align: center;
  border-radius: 10px; }
  /* line 508, core_a/18__home.scss */
  .home-cats .cats {
    padding: 20px;
    border-bottom: 1px solid #6b916b;
    font-size: 0; }
    /* line 513, core_a/18__home.scss */
    .home-cats .cats .cell {
      padding: 10px;
      display: inline-block;
      vertical-align: top;
      margin: 0 18px 40px 18px; }
    /* line 520, core_a/18__home.scss */
    .home-cats .cats .pic {
      position: relative; }
      /* line 522, core_a/18__home.scss */
      .home-cats .cats .pic > img {
        transition: all 1s ease; }
      /* line 525, core_a/18__home.scss */
      .home-cats .cats .pic .inner {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0;
        transition: all 1s ease; }
    /* line 536, core_a/18__home.scss */
    .home-cats .cats .text {
      font-size: 18px;
      color: #777;
      transition: all 1s ease;
      padding: 20px 0 0 0; }
    /* line 543, core_a/18__home.scss */
    .home-cats .cats .cell:hover {
      text-decoration: none; }
      /* line 546, core_a/18__home.scss */
      .home-cats .cats .cell:hover .pic > img {
        opacity: 0; }
      /* line 549, core_a/18__home.scss */
      .home-cats .cats .cell:hover .pic .inner {
        opacity: 1; }
      /* line 553, core_a/18__home.scss */
      .home-cats .cats .cell:hover .text {
        color: #6b916b; }
  /* line 558, core_a/18__home.scss */
  .home-cats .brand {
    padding: 20px; }
    /* line 561, core_a/18__home.scss */
    .home-cats .brand .cell {
      padding: 10px;
      display: inline-block;
      vertical-align: top;
      margin: 0 18px 0 18px; }
    /* line 568, core_a/18__home.scss */
    .home-cats .brand .pic {
      position: relative; }
      /* line 570, core_a/18__home.scss */
      .home-cats .brand .pic > img {
        transition: all 1s ease; }
      /* line 573, core_a/18__home.scss */
      .home-cats .brand .pic .inner {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0;
        transition: all 1s ease; }
    /* line 585, core_a/18__home.scss */
    .home-cats .brand .cell:hover {
      text-decoration: none; }
      /* line 588, core_a/18__home.scss */
      .home-cats .brand .cell:hover .pic > img {
        opacity: 0; }
      /* line 591, core_a/18__home.scss */
      .home-cats .brand .cell:hover .pic .inner {
        opacity: 1; }

/* line 603, core_a/18__home.scss */
.front-slider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding: 10px 15px; }
  /* line 615, core_a/18__home.scss */
  .front-slider .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #fff scroll no-repeat 50% 50%; }
    /* line 624, core_a/18__home.scss */
    .front-slider .owl-dots .owl-dot.active {
      background: #6b916b; }

/* line 633, core_a/18__home.scss */
.home-down {
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 5px 3px rgba(130, 130, 130, 0.3);
  border-radius: 10px; }

/* line 5, core_a/21__widget.scss */
.widget.with-bg {
  background: #f1f1f1; }
/* line 8, core_a/21__widget.scss */
.widget.wide {
  margin-left: -15px;
  margin-right: -15px; }
/* line 12, core_a/21__widget.scss */
.widget > .head {
  padding: 20px 0 0 0; }
  /* line 14, core_a/21__widget.scss */
  .widget > .head .title {
    display: block;
    border-radius: 0;
    padding: 4px 20px;
    background: #4fa7d0;
    color: white;
    font-size: 20px;
    margin: 0; }
/* line 25, core_a/21__widget.scss */
.widget > .body {
  padding: 20px 0 20px 0; }
  /* line 35, core_a/00__var.scss */
  .widget > .body:after {
    display: block;
    content: "";
    clear: both; }

/* line 36, core_a/21__widget.scss */
.widget-wrapper {
  background: #f4f4f4; }
  /* line 38, core_a/21__widget.scss */
  .widget-wrapper > .head {
    background: #4fa7d0;
    padding: 8px 10px; }
    /* line 43, core_a/21__widget.scss */
    .widget-wrapper > .head .title {
      color: #fff;
      font-size: 16px;
      font-weight: 900; }
  /* line 50, core_a/21__widget.scss */
  .widget-wrapper > .body {
    padding: 20px 10px 40px 10px; }
    /* line 35, core_a/00__var.scss */
    .widget-wrapper > .body:after {
      display: block;
      content: "";
      clear: both; }

/* line 57, core_a/21__widget.scss */
.widget-wrapper > .head {
  position: relative; }

/* line 98, core_a/21__widget.scss */
.widget-wrapper.c_best > .body .article-card {
  clear: both;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #c4c4c4; }
  /* line 35, core_a/00__var.scss */
  .widget-wrapper.c_best > .body .article-card:after {
    display: block;
    content: "";
    clear: both; }
  /* line 105, core_a/21__widget.scss */
  .widget-wrapper.c_best > .body .article-card:last-child {
    padding: 0;
    margin: 0;
    border: none; }
  /* line 111, core_a/21__widget.scss */
  .widget-wrapper.c_best > .body .article-card a {
    display: block; }
    /* line 113, core_a/21__widget.scss */
    .widget-wrapper.c_best > .body .article-card a.picture {
      float: left;
      margin: 0 10px 10px 0; }
    /* line 117, core_a/21__widget.scss */
    .widget-wrapper.c_best > .body .article-card a.title {
      color: #444444;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.2; }
    /* line 123, core_a/21__widget.scss */
    .widget-wrapper.c_best > .body .article-card a.category {
      color: #000;
      font-size: 12px;
      padding: 10px 0 0 0; }
    /* line 128, core_a/21__widget.scss */
    .widget-wrapper.c_best > .body .article-card a:hover {
      color: #000; }

/* line 146, core_a/21__widget.scss */
.widget-wrapper.c_rec > .body .article-card {
  clear: both;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #c4c4c4; }
  /* line 35, core_a/00__var.scss */
  .widget-wrapper.c_rec > .body .article-card:after {
    display: block;
    content: "";
    clear: both; }
  /* line 153, core_a/21__widget.scss */
  .widget-wrapper.c_rec > .body .article-card:last-child {
    padding: 0;
    margin: 0;
    border: none; }
  /* line 159, core_a/21__widget.scss */
  .widget-wrapper.c_rec > .body .article-card a {
    display: block; }
    /* line 163, core_a/21__widget.scss */
    .widget-wrapper.c_rec > .body .article-card a.title {
      color: #444444;
      font-size: 12px;
      font-weight: bold;
      line-height: 1.2;
      padding: 6px 0 0 0; }
    /* line 170, core_a/21__widget.scss */
    .widget-wrapper.c_rec > .body .article-card a.category {
      color: #000;
      font-size: 12px;
      padding: 10px 0 0 0; }
    /* line 175, core_a/21__widget.scss */
    .widget-wrapper.c_rec > .body .article-card a:hover {
      color: #000; }

/* line 193, core_a/21__widget.scss */
.widget-wrapper.tags > .body a {
  color: #444444;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #c4c4c4;
  margin: 0 5px 5px 0;
  font-size: 12px;
  font-weight: 900;
  padding: 2px 4px; }
  /* line 202, core_a/21__widget.scss */
  .widget-wrapper.tags > .body a:hover {
    text-decoration: none;
    color: #000;
    border-color: #000; }

/* line 230, core_a/21__widget.scss */
.networks .title {
  font-size: 16px;
  font-weight: bold;
  text-align: center; }
/* line 235, core_a/21__widget.scss */
.networks .head .title {
  text-align: left; }
/* line 238, core_a/21__widget.scss */
.networks .social {
  padding: 20px 0;
  text-align: center; }
  /* line 241, core_a/21__widget.scss */
  .networks .social a {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin: 0 15px 0 0; }
    /* line 247, core_a/21__widget.scss */
    .networks .social a.fb {
      background: transparent url("/themes/basic/img/social/fb_passive.png") scroll no-repeat 50% 50%; }
      /* line 249, core_a/21__widget.scss */
      .networks .social a.fb:hover {
        background: transparent url("/themes/basic/img/social/fb_active.png") scroll no-repeat 50% 50%; }
    /* line 253, core_a/21__widget.scss */
    .networks .social a.vk {
      background: transparent url("/themes/basic/img/social/vk_passive.png") scroll no-repeat 50% 50%; }
      /* line 255, core_a/21__widget.scss */
      .networks .social a.vk:hover {
        background: transparent url("/themes/basic/img/social/vk_active.png") scroll no-repeat 50% 50%; }
    /* line 259, core_a/21__widget.scss */
    .networks .social a.gl {
      background: transparent url("/themes/basic/img/social/gp_passive.png") scroll no-repeat 50% 50%; }
      /* line 261, core_a/21__widget.scss */
      .networks .social a.gl:hover {
        background: transparent url("/themes/basic/img/social/gp_active.png") scroll no-repeat 50% 50%; }
    /* line 265, core_a/21__widget.scss */
    .networks .social a.fb, .networks .social a.vk, .networks .social a.gl {
      background-size: contain; }
    /* line 268, core_a/21__widget.scss */
    .networks .social a:last-child {
      margin-right: 0; }

/* line 2, core_a/41__page-article.scss */
.article-block {
  padding: 0 0 30px 0; }
  /* line 4, core_a/41__page-article.scss */
  .article-block:last-child {
    padding: 0; }
  /* line 8, core_a/41__page-article.scss */
  .article-block:after {
    display: block;
    content: "";
    border-bottom: 1px solid #eeeeee;
    margin-left: 45px;
    padding: 30px 0 0 0; }
  /* line 15, core_a/41__page-article.scss */
  .article-block:last-child:after {
    border: none; }
  /* line 19, core_a/41__page-article.scss */
  .article-block > .inner {
    margin-left: 45px; }
    /* line 22, core_a/41__page-article.scss */
    .article-block > .inner > .picture {
      position: relative; }
      /* line 25, core_a/41__page-article.scss */
      .article-block > .inner > .picture a {
        display: block;
        border: 1px solid #f1f1f1; }
    /* line 31, core_a/41__page-article.scss */
    .article-block > .inner > .title {
      padding: 0 0 15px 0; }
      /* line 34, core_a/41__page-article.scss */
      .article-block > .inner > .title a {
        color: #000;
        font-size: 24px;
        font-weight: bold; }
    /* line 41, core_a/41__page-article.scss */
    .article-block > .inner > .preview {
      padding: 20px 0 15px 0;
      color: #000;
      font-size: 14px;
      line-height: 1.2; }
    /* line 48, core_a/41__page-article.scss */
    .article-block > .inner > .info {
      font-size: 10px;
      color: #999999; }
      /* line 51, core_a/41__page-article.scss */
      .article-block > .inner > .info > span {
        display: inline-block;
        vertical-align: top;
        padding-right: 20px; }
      /* line 56, core_a/41__page-article.scss */
      .article-block > .inner > .info .fa {
        font-size: 20px;
        vertical-align: top;
        position: relative;
        top: -2px;
        padding-right: 6px; }
      /* line 64, core_a/41__page-article.scss */
      .article-block > .inner > .info .date {
        font-weight: bold; }
      /* line 68, core_a/41__page-article.scss */
      .article-block > .inner > .info .category a {
        font-weight: bold;
        text-transform: uppercase; }
  /* line 76, core_a/41__page-article.scss */
  .article-block .stat {
    background: #f4f4f4;
    font-size: 10px;
    color: #999999;
    text-align: center;
    width: 35px;
    position: absolute;
    left: -45px;
    top: 0;
    padding: 4px 0; }
    /* line 88, core_a/41__page-article.scss */
    .article-block .stat > span {
      display: block; }
    /* line 91, core_a/41__page-article.scss */
    .article-block .stat .fa {
      display: block;
      font-size: 16px;
      vertical-align: top; }
    /* line 100, core_a/41__page-article.scss */
    .article-block .stat .comments {
      padding-top: 10px; }

/* line 106, core_a/41__page-article.scss */
.page-wrapper.article {
  margin: 0 0 0 20px; }
  /* line 115, core_a/41__page-article.scss */
  .page-wrapper.article > .body > .picture {
    position: relative; }
    /* line 118, core_a/41__page-article.scss */
    .page-wrapper.article > .body > .picture img {
      border: 1px solid #c4c4c4; }
    /* line 122, core_a/41__page-article.scss */
    .page-wrapper.article > .body > .picture .stat {
      position: absolute;
      left: -45px;
      width: 35px;
      overflow: hidden; }
      /* line 128, core_a/41__page-article.scss */
      .page-wrapper.article > .body > .picture .stat .social-likes {
        width: 100%; }
        /* line 131, core_a/41__page-article.scss */
        .page-wrapper.article > .body > .picture .stat .social-likes, .page-wrapper.article > .body > .picture .stat .social-likes * {
          margin: 0;
          color: #999999;
          padding: 0;
          background: none; }
        /* line 137, core_a/41__page-article.scss */
        .page-wrapper.article > .body > .picture .stat .social-likes .social-likes__widget {
          width: 35px;
          height: 35px;
          border-radius: 0;
          background: none; }
        /* line 143, core_a/41__page-article.scss */
        .page-wrapper.article > .body > .picture .stat .social-likes .social-likes__button {
          background: #f4f4f4;
          width: 35px;
          height: 35px;
          color: transparent; }
          /* line 148, core_a/41__page-article.scss */
          .page-wrapper.article > .body > .picture .stat .social-likes .social-likes__button:hover {
            background: #dcdcdc; }
        /* line 153, core_a/41__page-article.scss */
        .page-wrapper.article > .body > .picture .stat .social-likes .social-likes__icon {
          width: 35px;
          height: 35px;
          font-size: 24px;
          left: 6px;
          top: 0; }
          /* line 159, core_a/41__page-article.scss */
          .page-wrapper.article > .body > .picture .stat .social-likes .social-likes__icon.social-likes__icon_vkontakte {
            top: 5px; }
  /* line 168, core_a/41__page-article.scss */
  .page-wrapper.article > .body > .info {
    font-size: 10px;
    color: #999999;
    padding: 0 0 10px 0; }
    /* line 173, core_a/41__page-article.scss */
    .page-wrapper.article > .body > .info > span {
      display: inline-block;
      vertical-align: top;
      padding-right: 20px; }
    /* line 178, core_a/41__page-article.scss */
    .page-wrapper.article > .body > .info .fa {
      font-size: 20px;
      vertical-align: top;
      position: relative;
      top: -2px;
      padding-right: 6px; }
    /* line 186, core_a/41__page-article.scss */
    .page-wrapper.article > .body > .info .date {
      font-weight: bold; }
    /* line 190, core_a/41__page-article.scss */
    .page-wrapper.article > .body > .info .category a {
      font-weight: bold;
      text-transform: uppercase; }
  /* line 198, core_a/41__page-article.scss */
  .page-wrapper.article > .body > .picture-after {
    min-height: 1px;
    text-align: center;
    color: #999999;
    font-size: 12px;
    padding: 10px 0 30px 0; }
  /* line 211, core_a/41__page-article.scss */
  .page-wrapper.article > .body > .question {
    background: #6b916b;
    padding: 20px;
    margin: 0 0 20px 0;
    position: relative;
    border-radius: 10px; }
    /* line 218, core_a/41__page-article.scss */
    .page-wrapper.article > .body > .question .title {
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      padding: 5px 0 20px 0;
      position: relative; }
      /* line 224, core_a/41__page-article.scss */
      .page-wrapper.article > .body > .question .title span {
        display: block;
        padding: 0 0 0 80px; }
      /* line 228, core_a/41__page-article.scss */
      .page-wrapper.article > .body > .question .title img {
        position: absolute;
        left: 0;
        top: 0; }
    /* line 234, core_a/41__page-article.scss */
    .page-wrapper.article > .body > .question .form-group.field-formquestion-comment {
      margin-bottom: 25px; }
    /* line 237, core_a/41__page-article.scss */
    .page-wrapper.article > .body > .question button[type="submit"] {
      position: absolute;
      bottom: -15px;
      right: 30px;
      background: #ffa90d !important;
      color: #fff !important; }
  /* line 246, core_a/41__page-article.scss */
  .page-wrapper.article > .body > .tags {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eeeeee; }
    /* line 247, core_a/41__page-article.scss */
    .page-wrapper.article > .body > .tags > .title {
      color: #000;
      font-weight: bold;
      font-size: 16px;
      padding: 0 0 15px 0; }
      /* line 253, core_a/41__page-article.scss */
      .page-wrapper.article > .body > .tags > .title img {
        vertical-align: top; }
    /* line 257, core_a/41__page-article.scss */
    .page-wrapper.article > .body > .tags a {
      color: #444444;
      display: inline-block;
      vertical-align: top;
      border: 1px solid #c4c4c4;
      margin: 0 5px 5px 0;
      font-size: 12px;
      font-weight: 900;
      padding: 2px 4px;
      background: #eeeeee; }
      /* line 267, core_a/41__page-article.scss */
      .page-wrapper.article > .body > .tags a:hover {
        text-decoration: none;
        color: #000;
        border-color: #000; }
  /* line 280, core_a/41__page-article.scss */
  .page-wrapper.article > .body > .near .title {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 20px 0; }
  /* line 35, core_a/00__var.scss */
  .page-wrapper.article > .body > .near .list:after {
    display: block;
    content: "";
    clear: both; }
  /* line 289, core_a/41__page-article.scss */
  .page-wrapper.article > .body > .near .list .also-card {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 390px;
    padding: 0 10px 20px 0;
    border-bottom: 1px solid #eeeeee; }
    /* line 297, core_a/41__page-article.scss */
    .page-wrapper.article > .body > .near .list .also-card a {
      display: block; }
      /* line 299, core_a/41__page-article.scss */
      .page-wrapper.article > .body > .near .list .also-card a:hover {
        color: #000; }
    /* line 303, core_a/41__page-article.scss */
    .page-wrapper.article > .body > .near .list .also-card > .pic {
      float: left;
      margin: 0 10px 10px 0; }
    /* line 307, core_a/41__page-article.scss */
    .page-wrapper.article > .body > .near .list .also-card > .head {
      color: #000;
      font-size: 14px;
      font-weight: bold;
      padding: 0 0 15px 0; }
    /* line 313, core_a/41__page-article.scss */
    .page-wrapper.article > .body > .near .list .also-card > .desc {
      color: #000;
      font-size: 10px;
      line-height: 1.2; }
  /* line 324, core_a/41__page-article.scss */
  .page-wrapper.article .form-group {
    position: relative; }
  /* line 327, core_a/41__page-article.scss */
  .page-wrapper.article .help-block {
    margin: 0;
    padding: 0 0 2px 4px;
    font-size: 10px !important;
    position: absolute;
    top: 0;
    left: 0;
    color: red !important; }

/* line 353, core_a/41__page-article.scss */
.article-block + .article-block {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px dashed silver; }
/* line 358, core_a/41__page-article.scss */
.article-block .title {
  font-size: 18px;
  font-weight: bold; }
/* line 364, core_a/41__page-article.scss */
.article-block .info .date {
  color: grey;
  font-weight: bold;
  font-size: 12px; }
/* line 370, core_a/41__page-article.scss */
.article-block .preview {
  font-size: 14px;
  clear: both; }

/* line 381, core_a/41__page-article.scss */
html.article.view .page-wrapper h1 {
  font-weight: bold;
  color: #ea8601; }
/* line 385, core_a/41__page-article.scss */
html.article.view .page-wrapper ul, html.article.view .page-wrapper p {
  margin-bottom: 20px;
  text-indent: 20px; }
/* line 389, core_a/41__page-article.scss */
html.article.view .page-wrapper strong {
  color: #ea8601;
  font-weight: 700;
  font-weight: 900; }
/* line 394, core_a/41__page-article.scss */
html.article.view .page-wrapper a {
  font-weight: bold;
  color: #ea8601 !important;
  text-decoration: underline; }
  /* line 398, core_a/41__page-article.scss */
  html.article.view .page-wrapper a:hover {
    text-decoration: none;
    color: #b16101 !important; }
/* line 404, core_a/41__page-article.scss */
html.article.view .page-wrapper li {
  list-style-type: none;
  /* Прячем исходные маркеры */ }
/* line 407, core_a/41__page-article.scss */
html.article.view .page-wrapper li:before {
  color: #ea8601 !important;
  content: "\25C9";
  padding-right: 10px; }

@media (max-width: 800px) {
  /* line 14, core_a/99__mobile.scss */
  .home-cats {
    margin: 0;
    background: none;
    box-shadow: none; }

  /* line 19, core_a/99__mobile.scss */
  .home-cats .cats, .home-cats .brand {
    padding: 0; }

  /* line 22, core_a/99__mobile.scss */
  .home-cats .cats .cell, .home-cats .brand .cell {
    padding: 10px;
    margin: 0;
    max-width: 170px; } }

/*# sourceMappingURL=core.css.map */
