@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;700&display=swap&subset=cyrillic-ext");
.appicon {
  display: inline-block;
  text-indent: -9999em;
  background: url(../images/sprite.png) no-repeat; }
  .appicon-facebook {
    background-position: -140px 0;
    width: 26px;
    height: 26px; }

/*	Media Queries: ;*/
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes c {
  0% {
    -webkit-transform: translate(-1%, -1%) scale(1.1);
            transform: translate(-1%, -1%) scale(1.1); }
  to {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1); } }

@keyframes c {
  0% {
    -webkit-transform: translate(-1%, -1%) scale(1.1);
            transform: translate(-1%, -1%) scale(1.1); }
  to {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1); } }

.navi-wrapper .navi > li .item-name h4:after, .navi-wrapper .navi > li ul li.has-child:after, .filter-title.has-child:after {
  font-family: "Font Awesome 5 Free";
  font-size: 32px;
  font-weight: bold; }

.navi-wrapper {
  margin-bottom: 15px; }
  .navi-wrapper .toggle-menu {
    position: fixed;
    top: 5px;
    right: 10px;
    opacity: 0;
    visibility: hidden; }
  @media screen and (max-width: 991px) {
    .navi-wrapper .container {
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      width: 270px;
      background: #fff;
      display: block;
      transition: .3s;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      z-index: 1001;
      overflow: auto; } }
  .navi-wrapper:after {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    transition: .3s;
    opacity: 0;
    visibility: hidden; }
  @media screen and (max-width: 991px) {
    .navi-wrapper:after {
      display: block; } }
  .navi-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .navi-wrapper .navi {
    margin-bottom: 15px;
    margin: 0 -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media screen and (max-width: 991px) {
      .navi-wrapper .navi {
        display: block;
        margin: 10px 0 15px 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd; } }
    .navi-wrapper .navi li:hover > a {
      text-decoration: none; }
    .navi-wrapper .navi li:hover > ul {
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
              transform: none;
      z-index: 100; }
    .navi-wrapper .navi > li {
      width: calc(25% - 20px);
      margin: 0 10px;
      position: relative; }
      @media screen and (max-width: 991px) {
        .navi-wrapper .navi > li {
          width: 100%;
          margin: 0 0 5px 0; } }
      .navi-wrapper .navi > li.first-item > a {
        background-image: url(../images/section_1.jpg); }
      .navi-wrapper .navi > li.first-item ul {
        background: #2a68a5 url(../images/navi_bg.png) repeat 0 0; }
      .navi-wrapper .navi > li.second-item > a {
        background-image: url(../images/section_2.jpg); }
      .navi-wrapper .navi > li.fird-item > a {
        background-image: url(../images/section_3.jpg); }
      .navi-wrapper .navi > li.fourth-item > a {
        background-image: url(../images/section_4.jpg); }
      .navi-wrapper .navi > li.fourth-item > ul ul {
        left: auto;
        right: 100%;
        top: 0; }
      .navi-wrapper .navi > li > a {
        display: block;
        position: relative;
        padding: 140px 0 0 0;
        color: #fff;
        background: center top no-repeat;
        background-size: cover; }
        @media screen and (max-width: 991px) {
          .navi-wrapper .navi > li > a {
            padding: 0;
            background: #2a68a5 !important; } }
        .navi-wrapper .navi > li > a:hover {
          color: #e41317; }
          @media screen and (max-width: 991px) {
            .navi-wrapper .navi > li > a:hover {
              color: #fff; } }
      .navi-wrapper .navi > li .item-name {
        background: rgba(0, 0, 0, 0.6);
        left: 0;
        right: 0;
        bottom: 0;
        padding: 7px 10px;
        position: absolute; }
        @media screen and (max-width: 991px) {
          .navi-wrapper .navi > li .item-name {
            position: static;
            left: auto;
            right: auto;
            bottom: auto;
            background: none; } }
        .navi-wrapper .navi > li .item-name h4 {
          font-size: 1.2em;
          font-weight: bold;
          margin: 0;
          position: relative; }
          .navi-wrapper .navi > li .item-name h4:after {
            content: "\f105";
            display: block;
            position: absolute;
            right: 5px;
            top: 12px;
            font-size: 16px;
            line-height: 1;
            color: #fff;
            opacity: .8;
            transition: .3s; }
        .navi-wrapper .navi > li .item-name p {
          margin: 0;
          font-size: .8em; }
      .navi-wrapper .navi > li ul {
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        background: #2a68a5;
        position: absolute;
        z-index: 0;
        width: 100%;
        padding: 10px 0; }
        @media screen and (max-width: 991px) {
          .navi-wrapper .navi > li ul {
            position: static;
            display: none;
            opacity: 1;
            visibility: visible;
            transition: none; } }
        .navi-wrapper .navi > li ul li a {
          display: block;
          padding: 6px 10px;
          color: #fff;
          text-decoration: underline;
          font-size: 0.8em;
          line-height: 1.2; }
        .navi-wrapper .navi > li ul li:hover > a {
          text-decoration: none; }
        .navi-wrapper .navi > li ul li.last a {
          font-size: 0.8em;
          text-align: right; }
        .navi-wrapper .navi > li ul li.has-child {
          position: relative; }
          .navi-wrapper .navi > li ul li.has-child > a {
            padding-right: 15px; }
          @media screen and (max-width: 991px) {
            .navi-wrapper .navi > li ul li.has-child > ul {
              padding: 0; } }
          .navi-wrapper .navi > li ul li.has-child:after {
            content: "\f105";
            display: block;
            position: absolute;
            right: 7px;
            top: 5px;
            font-size: 16px;
            line-height: 1;
            color: #fff;
            opacity: .8;
            transition: .3s; }
          .navi-wrapper .navi > li ul li.has-child:hover {
            background: #e41317; }
            @media screen and (max-width: 991px) {
              .navi-wrapper .navi > li ul li.has-child:hover {
                background: none; } }
          .navi-wrapper .navi > li ul li.has-child.opened:after {
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); }
          @media screen and (max-width: 991px) {
            .navi-wrapper .navi > li ul li.has-child.opened {
              background: none; } }
      .navi-wrapper .navi > li > ul {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
        top: 100%;
        left: 0; }
        @media screen and (max-width: 991px) {
          .navi-wrapper .navi > li > ul {
            position: static;
            display: none;
            left: auto;
            top: auto;
            -webkit-transform: none;
                    transform: none; } }
        .navi-wrapper .navi > li > ul ul {
          -webkit-transform: translateX(-5px);
                  transform: translateX(-5px);
          left: 100%;
          top: 0; }
          @media screen and (max-width: 991px) {
            .navi-wrapper .navi > li > ul ul {
              left: auto;
              top: auto;
              -webkit-transform: none;
                      transform: none; } }
      .navi-wrapper .navi > li:hover > a .item-name h4:after {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }

.mobile-menu {
  display: none;
  margin-bottom: 25px; }
  @media screen and (max-width: 991px) {
    .mobile-menu {
      display: block; } }
  .mobile-menu-item a {
    display: block;
    font-size: 1em;
    color: #000;
    padding: 5px 0; }

.rtitle,
.wtitle {
  font-family: "Tahoma", serif;
  padding-bottom: 5px;
  margin-bottom: 8px; }
  .rtitle span,
  .wtitle span {
    display: inline-block;
    color: #000;
    font-size: 1.4em;
    padding-right: 20px; }
  .rtitle a,
  .wtitle a {
    color: #000cad;
    font-size: 0.8em;
    text-decoration: underline; }
    .rtitle a:hover,
    .wtitle a:hover {
      text-decoration: none; }

.wtitle {
  border-bottom: 1px solid #eff1f0; }
  .wtitle a {
    color: #e41317;
    font-size: 1em; }

h1#ptitle {
  font-weight: bold;
  font-size: 24px;
  padding: 0 0 12px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ececec; }

h2.subtitle {
  font-size: 18px;
  color: #000;
  margin: 5px 0 10px 0; }

.sub-title {
  border-bottom: 1px solid #EFF1F0;
  padding: 0px 0 5px;
  color: #272727;
  font-size: 22px;
  margin: 20px 0 10px 0; }
  .sub-title a {
    color: #272727;
    text-decoration: none; }
    .sub-title a:hover {
      text-decoration: underline; }

.tab-title {
  font-size: 24px;
  color: #2b2b2b;
  margin: 10px 0 20px 0; }

.slick-slider {
  padding-bottom: 11px; }

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex; }
  .slick-dots li {
    margin: 0 2px 0 0 !important;
    padding: 0 !important;
    border: none !important; }
    .slick-dots li button {
      border: none;
      display: block;
      text-indent: -999em;
      width: 32px;
      height: 11px;
      background: #b1b1b1;
      transition: .3s; }
    .slick-dots li:hover button, .slick-dots li.slick-active button {
      background: #e41317; }

.news-list-wide li .desc, .news-side li .desc {
  padding-left: 20px;
  position: relative; }
  .news-list-wide li .desc:before, .news-side li .desc:before {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    background: #999;
    position: absolute;
    left: 0;
    top: 7px; }

.is_obzor {
  position: relative;
  display: block; }

.news-list {
  list-style: none;
  background: #fff; }
  .news-list li {
    margin: 0 0 10px 0;
    padding: 0 0 15px 0; }
    .news-list li .thumb {
      position: relative;
      text-align: center;
      border: 2px solid #e7e7e7;
      transition: .3s;
      margin-bottom: 10px;
      overflow: hidden; }
      .news-list li .thumb img {
        transition: .3s;
        width: 100%; }
      .news-list li .thumb .is_obzor {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10; }
        .news-list li .thumb .is_obzor a,
        .news-list li .thumb .is_obzor span {
          cursor: help;
          display: block;
          text-indent: -999em;
          width: 19px;
          height: 19px;
          margin: -9px 0 0 -9px;
          background: url(../images/ico_obzory.png) no-repeat; }
        .news-list li .thumb .is_obzor .video {
          cursor: pointer;
          width: 77px;
          height: 77px;
          margin: -38px 0 0 -38px;
          background: url(../images/icon_play.png) no-repeat; }
      .news-list li .thumb:hover {
        border-color: #b0b0b0; }
    .news-list li .title {
      margin-bottom: 15px;
      text-align: left;
      font-size: 1.1em;
      line-height: 1.4;
      color: #191919; }
      @media screen and (max-width: 991px) {
        .news-list li .title {
          font-size: .9em; } }
      .news-list li .title a {
        display: block;
        text-decoration: underline; }
        .news-list li .title a:hover {
          text-decoration: none; }
    .news-list li .desc {
      font-size: .8em;
      line-height: 1.4;
      color: #929393;
      text-align: justify; }
    .news-list li a {
      color: #191919; }
      .news-list li a:hover {
        text-decoration: none; }
    .news-list li:hover .thumb img {
      -webkit-transform: scale(1.2) rotate(5deg);
              transform: scale(1.2) rotate(5deg); }
  .news-list-wide {
    padding-bottom: 10px;
    border-bottom: 1px solid #e41317; }
    .news-list-wide li {
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 0; }
      @media screen and (max-width: 991px) {
        .news-list-wide li {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-bottom: 20px; } }
      .news-list-wide li .thumb {
        -ms-flex: 0 0 300px;
            flex: 0 0 300px; }
        @media screen and (max-width: 991px) {
          .news-list-wide li .thumb {
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
      .news-list-wide li .item-main {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        margin-left: 20px; }
        @media screen and (max-width: 991px) {
          .news-list-wide li .item-main {
            margin-left: 0; } }
      .news-list-wide li .desc {
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eaeaea; }

.news-side {
  margin-bottom: 20px; }
  .news-side li {
    border-bottom: 1px solid #eaeaea; }
    .news-side li .desc {
      min-height: auto; }

.brands {
  margin: 0 0 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  .brands a {
    display: inline-block;
    text-align: center;
    text-decoration: none; }
    .brands a span {
      display: block;
      color: #191919;
      font-size: .9em; }
    .brands a img {
      opacity: 0.8;
      max-width: 100%;
      max-height: 50px;
      margin: 0 auto 15px auto; }
      .brands a img:hover {
        opacity: 1; }
    .brands a:hover {
      color: #e41317; }
      .brands a:hover img {
        opacity: 1; }
  .brands .str_item {
    font-size: 0;
    line-height: 0; }

.str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  text-align: center; }
  .str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0; }

.str_vertical .str_move_clone {
  left: 0;
  top: 100%; }

.str_vertical .str_move {
  white-space: normal; }

.brands-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px; }
  .brands-list .brand-item {
    -ms-flex: 0 0 calc(20% - 10px);
        flex: 0 0 calc(20% - 10px);
    margin: 0 5px 20px 5px; }
    @media screen and (max-width: 1199px) {
      .brands-list .brand-item {
        -ms-flex: 0 0 calc(25% - 10px);
            flex: 0 0 calc(25% - 10px); } }
    @media screen and (max-width: 991px) {
      .brands-list .brand-item {
        -ms-flex: 0 0 calc(33.33% - 10px);
            flex: 0 0 calc(33.33% - 10px); } }
    @media screen and (max-width: 766px) {
      .brands-list .brand-item {
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px); } }
    .brands-list .brand-item a {
      text-decoration: none;
      display: block;
      text-align: center;
      border: 1px solid #ECECEC;
      background: #fff;
      color: #222222;
      padding: 5px; }
      .brands-list .brand-item a:hover {
        border-color: #e41317; }
    .brands-list .brand-item img {
      width: auto;
      height: 60px;
      margin-bottom: 10px; }
    .brands-list .brand-item__name {
      height: 40px;
      overflow: hidden;
      font-size: 16px;
      font-weight: bold; }

.pagination {
  list-style: none;
  font-size: 14px;
  color: #454444;
  margin: 20px 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media screen and (max-width: 991px) {
    .pagination {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .pagination li {
    display: inline-block;
    text-align: center;
    margin: 0 6px; }
    @media screen and (max-width: 991px) {
      .pagination li:first-of-type {
        display: none; } }
    .pagination li > a,
    .pagination li > span {
      display: block;
      text-align: center;
      line-height: 26px;
      color: #454444; }
    .pagination li a {
      text-decoration: none; }
      .pagination li a:hover {
        text-decoration: underline;
        color: #ee393e; }
    .pagination li.current > span,
    .pagination li.current > a {
      color: #fff;
      background: #e41317;
      border-radius: 50%;
      min-width: 26px;
      padding: 0 7px; }

.post {
  background: #fff;
  color: #272727;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: justify; }
  @media screen and (max-width: 991px) {
    .post {
      text-align: left; } }
  .post p {
    margin-bottom: 10px; }
  .post ul,
  .post ol {
    margin: 0 0 10px 0;
    padding: 0 0 0 17px; }
  @media screen and (max-width: 991px) {
    .post img {
      width: 100% !important;
      height: auto !important;
      margin: 0 0 20px 0 !important; }
    .post iframe {
      width: 100% !important;
      height: 320px !important;
      margin: 0 0 20px 0 !important; } }

.seo-post {
  margin: 0 0 30px 0; }
  @media screen and (max-width: 991px) {
    .seo-post {
      display: none; } }

@media screen and (max-width: 991px) {
  .table-container {
    overflow-x: auto;
    margin: 0 0 20px 0; }
    .table-container table {
      margin: 0;
      min-width: 600px; } }

.page-top {
  margin-bottom: 15px; }
  @media screen and (max-width: 991px) {
    .page-top {
      margin-bottom: 0; } }
  .page-top .col-md-8 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

#breadcrumbs {
  padding: 0;
  font-size: 14px;
  line-height: 1.4; }
  @media screen and (max-width: 991px) {
    #breadcrumbs {
      font-size: 13px;
      margin-bottom: 15px; } }
  #breadcrumbs a {
    color: #000;
    text-decoration: none; }
    #breadcrumbs a:hover {
      text-decoration: underline; }
  #breadcrumbs span {
    color: #ed1c24;
    text-decoration: underline; }
    #breadcrumbs span.line {
      color: #000;
      text-decoration: none;
      padding: 0 5px; }

.options-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 15px; }
  .options-wrapper .select2-container--default {
    min-width: 100px; }
    .options-wrapper .select2-container--default .select2-selection--single {
      background-color: #fff;
      border: 4px solid #b0b0b0;
      border-radius: 0;
      font-size: .8em;
      line-height: 1;
      height: 38px;
      color: #000; }
      .options-wrapper .select2-container--default .select2-selection--single:hover {
        border-color: #a3a3a3; }
    .options-wrapper .select2-container--default .select2-selection__arrow {
      height: 28px;
      position: absolute;
      top: 5px;
      right: 1px;
      width: 28px;
      background: url(../images/arrow-down.png) no-repeat center center;
      transition: .3s; }
      .options-wrapper .select2-container--default .select2-selection__arrow b {
        display: none !important; }
    .options-wrapper .select2-container--default .select2-selection__rendered {
      color: #000000;
      line-height: 30px; }
  .options-wrapper .select2-container--open .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .options-wrapper .searchform {
    position: relative;
    -ms-flex: 1 1 220px;
        flex: 1 1 220px; }
    .options-wrapper .searchform input[type="text"] {
      width: 100%;
      height: 38px;
      padding: 5px 30px 5px 8px;
      color: #000;
      font-size: .8em;
      line-height: 1;
      background: #fff;
      border: 4px solid #e41317;
      border-radius: 0;
      transition: .3s; }
      .options-wrapper .searchform input[type="text"]::-webkit-input-placeholder {
        color: #000; }
      .options-wrapper .searchform input[type="text"]:-moz-placeholder {
        color: #000; }
      .options-wrapper .searchform input[type="text"]::-moz-placeholder {
        color: #000; }
      .options-wrapper .searchform input[type="text"]:-ms-input-placeholder {
        color: #000; }
      .options-wrapper .searchform input[type="text"]:focus {
        background: #f2f2f2; }
    .options-wrapper .searchform input[type="submit"] {
      width: 28px;
      height: 28px;
      position: absolute;
      right: 4px;
      top: 4px;
      background: #fff url(../images/srch_btn.png) 0 1px no-repeat;
      cursor: pointer;
      margin: 0;
      padding: 0;
      text-indent: -999em;
      border: none; }
      .options-wrapper .searchform input[type="submit"]:hover {
        opacity: 0.8; }

.select2-dropdown {
  border-radius: 0;
  font-size: .8em; }

.select2-container {
  z-index: 10; }
  .select2-container--default .select2-results__option {
    background-color: #ededed; }
    .select2-container--default .select2-results__option[aria-selected=true] {
      background-color: #ddd; }
      .select2-container--default .select2-results__option[aria-selected=true]:hover {
        background-color: #d0d0d0; }
    .select2-container--default .select2-results__option--highlighted[aria-selected] {
      background-color: #ededed;
      color: #000; }
      .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
        background-color: #e0e0e0; }

.filters, .left-menu, .public-tree {
  background: #efefef;
  position: relative;
  margin: 0 0 30px 0; }
  .filters:after, .left-menu:after, .public-tree:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 235px 0 0;
    border-color: #efefef transparent transparent transparent; }

.filters {
  padding: 10px; }
  .filters #filter_cloud {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3); }
  .filters-wrapper {
    position: relative;
    z-index: 1; }
  @media screen and (max-width: 991px) {
    .filters {
      position: fixed;
      z-index: 101;
      top: 0;
      width: 230px;
      left: 0;
      bottom: -20px;
      box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      opacity: 0;
      visibility: hidden;
      transition: .3s;
      display: -ms-flexbox;
      display: flex; }
      .filters.opened {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
                transform: none; }
      .filters-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
      .filters-inner {
        margin: 0 -10px;
        padding: 0 10px;
        overflow: auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
      .filters .filters-top {
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
        margin: 0 -10px 10px -10px;
        padding: 0 10px;
        border-bottom: 1px solid #e4e4e4;
        font-size: 1em; }
      .filters #filter_btns {
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
        margin: 0 -10px;
        padding: 10px;
        border-top: 1px solid #e4e4e4; }
        .filters #filter_btns a {
          font-size: .8em;
          height: 26px; } }
  .filters-top {
    color: #000;
    font-size: 18px;
    margin: 0 0 10px 0; }
  .filters:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 26px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 235px 0 0;
    border-color: #efefef transparent transparent transparent; }
  .filters .slider-inputs {
    display: -ms-flexbox;
    display: flex; }

.discontka {
  margin: 10px 0;
  position: relative; }
  .discontka img {
    max-width: 100%; }
  .discontka .title {
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 5px 15px;
    font-size: 15px;
    color: #fff;
    background: url("../images/title_bg_side.png") repeat-x 0 0;
    display: none; }
    .discontka .title a {
      font: bold italic 15px;
      color: #fff;
      text-decoration: none; }
      .discontka .title a:hover {
        text-decoration: underline; }

.srch-side {
  display: block;
  width: 100%;
  color: #000;
  font-size: 13px;
  padding: 7px 10px;
  border: none;
  background: #fff;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5);
  margin: 0 0 15px 0; }

.filter-list {
  list-style: none;
  margin: 0 0 15px 0; }
  .filter-list ul {
    list-style: none;
    margin-left: 15px; }
    @media screen and (max-width: 991px) {
      .filter-list ul {
        max-height: 120px;
        overflow-x: auto;
        margin-left: 0;
        padding: 5px;
        background: #e8e8e8; } }
    .filter-list ul li {
      padding: 0px 0 5px 0; }
      .filter-list ul li a {
        color: #484848;
        font-size: 14px;
        text-decoration: none; }
        .filter-list ul li a:hover {
          text-decoration: underline; }
      .filter-list ul li.current a {
        text-decoration: underline;
        color: #ed1c24; }

.filter-title {
  color: #000;
  font-size: 16px;
  margin: 0 0 7px 0;
  padding: 5px 0;
  border-bottom: 1px solid #e4e4e4; }
  .filter-title.has-child {
    position: relative;
    padding-right: 18px;
    text-decoration: none;
    cursor: pointer; }
    .filter-title.has-child:after {
      content: "\f106";
      display: block;
      position: absolute;
      right: 0;
      top: 7px;
      font-size: 16px;
      line-height: 1;
      color: #000;
      opacity: .8;
      transition: .3s;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .filter-title.has-child:hover {
      text-decoration: none;
      color: #666666; }
      .filter-title.has-child:hover:after {
        color: #666666; }
    .filter-title.has-child.active:after {
      -webkit-transform: rotate(0);
              transform: rotate(0); }

#filter_btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px 0 0; }
  #filter_btns .filter_btn {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    width: 45%;
    padding: 5px 10px;
    display: block; }
    #filter_btns .filter_btn:hover {
      text-decoration: none; }
  #filter_btns .fcancel {
    background: #737373; }
    #filter_btns .fcancel:hover {
      text-decoration: none;
      background: #666666; }

.fok {
  padding-top: 12px;
  background: url("../images/btn_login.png") top right no-repeat; }

.left-menu {
  padding: 10px 15px;
  list-style: none; }
  .left-menu-name {
    font-size: 18px;
    margin-bottom: 15px !important;
    background: #efefef url(../images/arrow-down-black.png) no-repeat 95% 7px; }
  .left-menu li {
    margin-bottom: 10px; }
    .left-menu li a {
      color: #000;
      font-size: 16px;
      display: inline-block;
      text-decoration: underline; }
      .left-menu li a:hover {
        text-decoration: none; }
    .left-menu li.current a {
      text-decoration: none;
      padding: 5px 20px 5px 15px;
      color: #fff;
      font-size: 16px;
      background: #e41317;
      position: relative; }
      .left-menu li.current a:after {
        content: "";
        display: block;
        position: absolute;
        right: -10px;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 0;
        border-color: #e41317 transparent transparent transparent; }

.public-tree {
  padding: 10px 5px;
  font-size: 1em;
  list-style: none; }
  .public-tree ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none; }
    .public-tree ul li a {
      padding-left: 15px;
      font-size: 14px; }
      .public-tree ul li a:hover {
        text-decoration: underline; }
  .public-tree li {
    position: relative; }
    .public-tree li a {
      display: block;
      text-decoration: none;
      color: #000;
      font-size: 16px;
      border-bottom: 1px dotted #dfdfdf; }
      .public-tree li a:hover {
        text-decoration: underline; }
    .public-tree li > a {
      padding: 5px; }
    .public-tree li.current > a {
      color: #e41317; }
  .public-tree > li {
    background: url("../images/arrow-right-filter.png") no-repeat scroll 2px 9px transparent;
    text-decoration: none;
    padding-left: 20px; }
    .public-tree > li.current {
      background: url("../images/arrow-down-filter.png") no-repeat scroll 2px 11px transparent; }
      .public-tree > li.current > ul {
        display: block; }

.profile-navi {
  padding: 10px; }
  .profile-navi ul {
    padding: 0 0 0 20px;
    list-style: none; }
    .profile-navi ul li a {
      font-size: 14px; }
  .profile-navi li span {
    display: block;
    margin-bottom: 8px;
    font-size: 18px; }
  .profile-navi li a {
    color: #000; }

.toggle-filters {
  position: fixed;
  z-index: 101;
  bottom: 10px;
  right: 10px;
  background: #fff;
  border: 1px solid #e41317;
  border-left: 3px solid #e41317;
  border-right: 3px solid #e41317;
  padding: 5px;
  line-height: 12px;
  font-size: .8em;
  color: #222;
  display: none;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3); }
  .toggle-filters i {
    margin-right: 5px; }
  @media screen and (max-width: 991px) {
    .toggle-filters {
      display: block; } }

.filter-range {
  margin: 0 0 30px 0; }
  .filter-range .formslider {
    max-width: 240px; }
  .filter-range .slider-inputs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 10px; }
    .filter-range .slider-inputs label {
      margin-right: 5px;
      margin-bottom: 0;
      position: relative;
      top: 0px;
      font-size: 13px;
      color: #727272; }
    .filter-range .slider-inputs input {
      color: #000;
      font-size: 12px;
      width: 58px;
      padding: 5px 3px;
      box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5);
      background: #fff;
      border: none;
      margin-right: 5px;
      text-align: center; }
  .filter-range .range-wrapper {
    position: relative;
    padding-right: 40px; }
    .filter-range .range-wrapper .range-btn {
      color: #fff;
      font-size: 14px;
      text-indent: -999em;
      margin: 0;
      padding: 0;
      width: 27px;
      height: 28px;
      background: url("../images/filter_ok.png") top right no-repeat;
      border: 0;
      outline: none !important;
      position: absolute;
      right: 0;
      top: -10px; }
      .filter-range .range-wrapper .range-btn:hover {
        color: #ccc;
        text-decoration: underline;
        opacity: 0.8; }
  .filter-range .noUi-target {
    border: none;
    box-shadow: none;
    background: url(../images/range_bg.png) 0 0 repeat-x;
    height: 4px; }
  .filter-range .noUi-connect {
    background: url(../images/range_bg_fill.png) 0 0 repeat-x;
    box-shadow: none;
    height: 4px; }
  .filter-range .noUi-horizontal {
    height: 4px;
    margin: 20px 8px 0 8px; }
    .filter-range .noUi-horizontal .noUi-handle {
      left: 0;
      top: -10px;
      width: 31px;
      height: 27px;
      background: url(../images/slider_arrow.png) right bottom no-repeat;
      border: none;
      box-shadow: none;
      cursor: pointer;
      outline: none !important;
      transition: .1s; }
      .filter-range .noUi-horizontal .noUi-handle:before, .filter-range .noUi-horizontal .noUi-handle:after {
        display: none; }

.autocomplete {
  width: 240px;
  padding: 0px;
  background: #FFF;
  z-index: 999;
  border: 2px solid #CCC;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 766px) {
    .autocomplete {
      width: 240px !important;
      right: 15px !important;
      left: auto !important; } }
  .autocomplete ul {
    margin: 0px;
    padding: 0px; }
  .autocomplete li {
    position: relative;
    list-style: none;
    margin: 0px 0 5px 0px;
    padding: 3px 3px 10px 3px;
    width: 100%;
    min-height: 40px;
    border-bottom: 1px dashed #CCC;
    text-align: left;
    cursor: pointer; }
  .autocomplete img {
    float: left;
    margin: 0px 5px 0px 2px;
    width: 40px;
    height: auto; }
  .autocomplete .name {
    text-decoration: none;
    font-size: 9pt;
    color: #444; }
    .autocomplete .name_cut {
      width: 136px;
      min-height: 22px;
      display: block;
      margin-left: 45px; }
    .autocomplete .name:hover {
      text-decoration: underline; }
  .autocomplete .price {
    font-size: 9pt;
    color: #844;
    text-align: left;
    display: block;
    margin-left: 45px; }
  .autocomplete .none {
    text-align: center;
    font-size: 11pt;
    color: #844;
    padding: 5px; }
  .autocomplete .exist {
    position: absolute;
    bottom: 2px;
    right: 0px;
    width: 60px;
    font-size: 6pt;
    background: #BFB;
    padding: 1px;
    text-align: center; }
  .autocomplete .absent {
    position: absolute;
    bottom: 2px;
    right: 0px;
    width: 60px;
    font-size: 6pt;
    background: #dcb8b9;
    padding: 1px;
    text-align: center; }

.rating {
  margin: 0;
  padding: 0;
  width: 85px;
  height: 13px;
  position: relative; }
  .rating .vote-block {
    position: relative; }
  .rating .vote-hover {
    cursor: pointer; }
  .rating .vote-stars {
    position: absolute;
    left: 0;
    top: 0; }
  .rating .vote-active {
    position: absolute;
    left: 0;
    top: 0; }
  .rating .vote-result {
    font-size: 12px;
    font-style: italic;
    position: absolute;
    right: 0;
    top: -4px;
    display: none; }
  .rating .vote-success {
    clear: both;
    color: #ccc;
    font-size: 8px;
    margin: 3px 0 0 3px;
    display: none; }

.selector {
  background-image: url(../images/fb-sprite.png);
  background-repeat: no-repeat;
  background-position: -483px -160px;
  line-height: 32px;
  height: 32px;
  float: left;
  margin-bottom: 0px;
  width: 250px;
  color: #464545;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  padding-left: 10px; }
  .selector span {
    background-image: url(../images/fb-sprite.png);
    background-repeat: no-repeat;
    background-position: right 0px;
    height: 32px;
    line-height: 32px;
    padding: 2px 25px 0px 2px;
    cursor: pointer;
    color: #8c8a8b;
    width: 226px;
    text-shadow: 0px 1px 0px #fff;
    display: block;
    float: left; }
  .selector select {
    top: 2px;
    left: 10px;
    border: 1px solid #333;
    width: 250px;
    position: absolute;
    opacity: 0; }
  .selector:active {
    background-position: -483px -192px; }
    .selector:active span {
      background-position: right -32px; }
  .selector:hover {
    background-position: -483px -224px; }
    .selector:hover span {
      background-position: right -64px; }
    .selector:hover:active {
      background-position: -483px -256px; }
      .selector:hover:active span {
        background-position: right -96px; }

.checker {
  width: 23px;
  height: 23px;
  margin-right: 10px;
  position: relative;
  float: left; }
  .checker span {
    background-image: url(../images/fb-sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -320px;
    height: 23px;
    width: 23px;
    display: block;
    float: left;
    text-align: center; }
  .checker input {
    width: 23px;
    height: 23px;
    opacity: 0;
    display: inline-block; }
  .checker:active span {
    background-position: -23px -320px; }
  .checker:active:hover span {
    background-position: -69px -320px; }
  .checker:active span.checked {
    background-position: -115px -320px; }
  .checker:hover span {
    background-position: -46px -320px; }
  .checker:hover span.checked {
    background-position: -138px -320px; }
  .checker:hover:active span.checked {
    background-position: -161px -320px; }
  .checker span.checked {
    background-position: -92px -320px; }

.radio {
  width: 23px;
  height: 23px;
  margin-right: 10px;
  position: relative; }
  .radio span {
    background-image: url(../images/fb-sprite.png);
    background-repeat: no-repeat;
    height: 23px;
    width: 23px;
    background-position: 0px -343px;
    display: block;
    text-align: center; }
  .radio input {
    width: 23px;
    height: 23px;
    opacity: 0;
    text-align: center;
    display: inline-block; }
  .radio:active span {
    background-position: -23px -343px; }
  .radio:active:hover span {
    background-position: -69px -343px; }
  .radio:active span.checked {
    background-position: -115px -343px; }
  .radio:hover span {
    background-position: -46px -343px; }
  .radio:hover span.checked {
    background-position: -138px -343px; }
  .radio:hover:active span.checked {
    background-position: -161px -343px; }
  .radio span.checked {
    background-position: -92px -343px; }

.uploader {
  background-image: url(../images/fb-sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -366px;
  height: 32px;
  width: 282px;
  margin-bottom: 20px;
  cursor: pointer;
  outline: 5px solid rgba(0, 0, 0, 0.1);
  position: relative;
  float: left;
  overflow: hidden; }
  .uploader span.action {
    background-image: url(../images/fb-sprite.png);
    background-repeat: no-repeat;
    background-position: right -494px;
    height: 24px;
    line-height: 24px;
    width: 120px;
    text-align: center;
    text-shadow: #fff 0px 1px 0px;
    font-weight: bold;
    background: #f2f2f2;
    background: linear-gradient(top, #f2f2f2 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e8e8e8', GradientType=0);
    box-shadow: inset 0px 1px 0px 0px white;
    border-right: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    float: left;
    display: inline;
    margin: 1px 0px;
    overflow: hidden;
    cursor: pointer;
    padding: 3px 0px; }
  .uploader span.filename {
    height: 24px;
    margin: 4px 0px 4px 0px;
    line-height: 24px;
    width: 140px;
    padding: 0px 10px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .uploader:hover {
    background-position: 0px -430px; }
    .uploader:hover span.action {
      background: #f2f2f2; }
  .uploader:active {
    outline: 5px solid rgba(0, 0, 0, 0.2); }
    .uploader:active span.action {
      background-position: right -558px;
      background: #e8e8e8; }
  .uploader:focus.active span.action {
    background-position: right -590px; }
  .uploader:focus {
    outline: 5px solid rgba(0, 0, 0, 0.2); }
    .uploader:focus:active span.action {
      background-position: right -590px; }
    .uploader:focus span.action {
      background: #e8e8e8; }
  .uploader input {
    width: 282px;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    float: right; }

.selector {
  margin: 0;
  padding: 0; }
  .selector * {
    margin: 0;
    padding: 0; }
  .selector option {
    padding: 3px;
    border-bottom: 1px dotted #ccc; }
  .selector select:focus {
    outline: 0; }

.radio {
  margin: 0;
  padding: 0; }
  .radio * {
    margin: 0;
    padding: 0; }
  .radio input:focus {
    outline: 0; }

.checker {
  margin: 0;
  padding: 0; }
  .checker * {
    margin: 0;
    padding: 0; }
  .checker input:focus {
    outline: 0; }

.uploader {
  margin: 0;
  padding: 0; }
  .uploader * {
    margin: 0;
    padding: 0; }

.selector.active {
  background-position: -483px -192px; }
  .selector.active span {
    background-position: right -32px; }
  .selector.active:hover {
    background-position: -483px -256px; }
    .selector.active:hover span {
      background-position: right -96px; }

.selector.focus {
  background-position: -483px -224px; }
  .selector.focus span {
    background-position: right -64px; }
  .selector.focus:active {
    background-position: -483px -256px; }
    .selector.focus:active span {
      background-position: right -96px; }

.selector.hover {
  background-position: -483px -224px; }
  .selector.hover span {
    background-position: right -64px; }

.selector.focus.active {
  background-position: -483px -256px; }
  .selector.focus.active span {
    background-position: right -96px; }

.selector.disabled {
  background-position: -483px -288px; }
  .selector.disabled:active {
    background-position: -483px -288px; }
    .selector.disabled:active span {
      background-position: right -128px; }
  .selector.disabled span {
    background-position: right -128px;
    color: #bbb; }

.selector.disabled.active {
  background-position: -483px -288px; }
  .selector.disabled.active span {
    background-position: right -128px; }

.checker.active span {
  background-position: -23px -320px; }

.checker.active:hover span {
  background-position: -69px -320px; }

.checker.active:hover span.checked {
  background-position: -161px -320px; }

.checker.active span.checked {
  background-position: -115px -320px; }

.checker.focus span {
  background-position: -46px -320px; }

.checker.focus:active span {
  background-position: -69px -320px; }

.checker.focus:active span.checked {
  background-position: -161px -320px; }

.checker.focus span.checked {
  background-position: -138px -320px; }

.checker.focus.active span {
  background-position: -69px -320px; }

.checker.active.focus span.checked {
  background-position: -161px -320px; }

.checker.disabled span {
  background-position: -184px -320px; }

.checker.disabled:active span {
  background-position: -184px -320px; }

.checker.disabled:active span.checked {
  background-position: -207px -320px; }

.checker.disabled span.checked {
  background-position: -207px -320px; }

.checker.disabled.active span {
  background-position: -184px -320px; }

.checker.disabled.active span.checked {
  background-position: -207px -320px; }

.radio.active span {
  background-position: -23px -343px; }

.radio.active:hover span {
  background-position: -69px -343px; }

.radio.active:hover span.checked {
  background-position: -161px -343px; }

.radio.active span.checked {
  background-position: -115px -343px; }

.radio.focus span {
  background-position: -46px -343px; }

.radio.focus:active span {
  background-position: -69px -343px; }

.radio.focus:active span.checked {
  background-position: -161px -343px; }

.radio.focus span.checked {
  background-position: -138px -343px; }

.radio.active.focus span {
  background-position: -69px -343px; }

.radio.focus.active span.checked {
  background-position: -161px -343px; }

.radio.disabled span {
  background-position: -184px -343px; }

.radio.disabled:active span {
  background-position: -184px -343px; }

.radio.disabled:active span.checked {
  background-position: -207px -343px; }

.radio.disabled span.checked {
  background-position: -207px -343px; }

.radio.disabled.active span {
  background-position: -184px -343px; }

.radio.disabled.active span.checked {
  background-position: -207px -343px; }

.uploader.focus {
  background-position: 0px -430px; }
  .uploader.focus span.action {
    background: #f2f2f2; }
  .uploader.focus:active span.action {
    background-position: right -590px; }

.uploader.hover {
  background-position: 0px -430px; }
  .uploader.hover span.action {
    background: #f2f2f2; }

.uploader.active span.action {
  background-position: right -558px; }

.uploader.focus.active span.action {
  background-position: right -590px; }

.uploader.disabled {
  background-position: 0px -398px; }
  .uploader.disabled span.action {
    background-position: right -462px;
    color: #aaa; }
  .uploader.disabled span.filename {
    border-color: #ddd;
    color: #aaa; }

.uploader input:focus {
  outline: 0; }

#feedback_frm {
  width: 100%;
  max-width: 500px; }
  #feedback_frm .fb-row:after {
    content: '';
    display: block;
    clear: both; }
  #feedback_frm label {
    float: left;
    width: 140px;
    margin: 7px 10px 0 0;
    text-align: left; }
    @media screen and (max-width: 991px) {
      #feedback_frm label {
        float: none;
        width: 100%;
        margin: 0;
        font-size: 13px; } }
  #feedback_frm .choose {
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-top: 10px; }
    #feedback_frm .choose label {
      margin: 0px 0 0 0;
      width: 100px;
      display: -ms-flexbox;
      display: flex; }
    #feedback_frm .choose .radio {
      margin: -2px 5px 0 0; }
  #feedback_frm p {
    line-height: 1.6; }
  #feedback_frm input[type=text] {
    background-color: #fff;
    border: 1px solid #A3A3A3;
    font-size: 20px;
    width: 300px;
    min-height: 30px;
    display: block;
    margin-bottom: 16px;
    margin-top: 8px;
    transition: all 0.5s ease-in-out;
    padding: 6px 10px; }
    @media screen and (max-width: 991px) {
      #feedback_frm input[type=text] {
        width: 100%; } }
    #feedback_frm input[type=text]:focus {
      box-shadow: 0 0 25px #ccc; }
    #feedback_frm input[type=text]:not(:focus) {
      opacity: 0.5; }
  #feedback_frm textarea {
    background-color: #fff;
    border: 1px solid #A3A3A3;
    font-size: 20px;
    width: 300px;
    min-height: 30px;
    display: block;
    margin-bottom: 16px;
    margin-top: 8px;
    transition: all 0.5s ease-in-out;
    padding: 6px 10px;
    min-height: 100px; }
    @media screen and (max-width: 991px) {
      #feedback_frm textarea {
        width: 100%; } }
    #feedback_frm textarea:focus {
      box-shadow: 0 0 25px #ccc; }
    #feedback_frm textarea:not(:focus) {
      opacity: 0.5; }
  #feedback_frm input[type=text].required {
    background: url("../images/asterisk_orange.png") no-repeat 275px 8px; }
    @media screen and (max-width: 991px) {
      #feedback_frm input[type=text].required {
        background-position: 260px 8px; } }
  #feedback_frm textarea.required {
    background: url("../images/asterisk_orange.png") no-repeat 275px 8px; }
    @media screen and (max-width: 991px) {
      #feedback_frm textarea.required {
        background-position: 260px 8px; } }
  #feedback_frm input[type=text].valid {
    background: url("../images/tick.png") no-repeat 275px 8px; }
    @media screen and (max-width: 991px) {
      #feedback_frm input[type=text].valid {
        background-position: 260px 8px; } }
  #feedback_frm textarea.valid {
    background: url("../images/tick.png") no-repeat 275px 8px; }
    @media screen and (max-width: 991px) {
      #feedback_frm textarea.valid {
        background-position: 260px 8px; } }
  #feedback_frm input[type=text].invalid {
    background: url("../images/cancel.png") no-repeat 275px 10px;
    border: 1px solid #FF0000; }
    @media screen and (max-width: 991px) {
      #feedback_frm input[type=text].invalid {
        background-position: 260px 8px; } }
  #feedback_frm textarea.invalid {
    background: url("../images/cancel.png") no-repeat 275px 10px;
    border: 1px solid #FF0000; }
    @media screen and (max-width: 991px) {
      #feedback_frm textarea.invalid {
        background-position: 260px 8px; } }
  #feedback_frm input[type=submit] {
    background: #e41317;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    height: 36px;
    margin: 5px 0 0;
    padding: 0px 0 0;
    text-align: center;
    width: 160px;
    margin: 0 0 0 150px; }
    @media screen and (max-width: 991px) {
      #feedback_frm input[type=submit] {
        display: block;
        margin: 0 auto; } }
    #feedback_frm input[type=submit]:hover {
      background: -o-linear-gradient(top, #a0040a, #e41317); }
  #feedback_frm input[type=button] {
    background: #e41317;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    height: 36px;
    margin: 5px 0 0;
    padding: 0px 0 0;
    text-align: center;
    width: 160px;
    margin: 0 0 0 150px; }
    @media screen and (max-width: 991px) {
      #feedback_frm input[type=button] {
        display: block;
        margin: 0 auto; } }

.qtip {
  left: -15px !important; }
  @media screen and (max-width: 991px) {
    .qtip {
      width: calc(100% - 10px);
      left: 5px !important; } }

* {
  min-height: 0;
  min-width: 0; }

html,
body {
  margin: 0;
  padding: 0; }

body {
  background: #fff url(../images/body_bg.jpg) no-repeat fixed top center;
  color: #000;
  font: 1em "Arial", serif; }
  body.account {
    background: #00042a url(../images/account_bg.jpg) fixed no-repeat top center; }
  body.not-found {
    background: #fff url(../images/bg_404.jpg) fixed no-repeat top center; }
  @media screen and (max-width: 991px) {
    body:not(.account) {
      padding-top: 71px; } }
  body.menu-opened {
    overflow: hidden; }
    body.menu-opened .navi-wrapper {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0; }
      body.menu-opened .navi-wrapper:after {
        visibility: visible;
        opacity: 1; }
      body.menu-opened .navi-wrapper .container {
        -webkit-transform: none;
                transform: none;
        visibility: visible;
        opacity: 1; }
      body.menu-opened .navi-wrapper .toggle-menu {
        opacity: 1;
        visibility: visible; }
  body.filter-opened {
    overflow: hidden; }
    body.filter-opened .navi-wrapper:after {
      visibility: visible;
      opacity: 1; }
    body.filter-opened .toggle-filters {
      z-index: 10001; }
      body.filter-opened .toggle-filters i:before {
        content: '\f00d'; }
    body.filter-opened .filters {
      z-index: 10001; }

.form-control {
  box-shadow: none !important;
  outline: none; }

button {
  outline: none !important; }

input[type=text]:focus,
input[type=password]:focus,
select:focus {
  outline: none !important; }

input.error,
textarea.error,
select.error {
  border-color: red !important;
  color: #AB1218 !important;
  background: #fef5f5; }

label.error {
  color: red;
  display: none;
  font-size: 8px;
  margin-top: -8px; }

img {
  border: none;
  max-width: 100%; }

ul {
  list-style: none; }

ul,
li,
p {
  margin: 0;
  padding: 0; }

a:focus {
  outline: 0; }

h1,
h2,
h3,
h4 {
  margin: 0 0 5px 0;
  padding: 0; }

textarea {
  outline: none; }

.select2-selection {
  outline: none; }
  .select2-selection > span {
    outline: none; }

.inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: #fff;
  min-height: calc(100vh - 185px - 155px - 190px); }
  @media screen and (max-width: 991px) {
    .inner {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .inner .sidebar {
    -ms-flex-order: 0;
        order: 0;
    -ms-flex: 0 0 235px;
        flex: 0 0 235px;
    margin: 0 30px 40px 0; }
    @media screen and (max-width: 991px) {
      .inner .sidebar {
        -ms-flex-order: 1;
            order: 1;
        margin: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
        .inner .sidebar:not(.sidebar-shop) {
          display: none; } }
  .inner .content {
    -ms-flex-order: 1;
        order: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    margin: 0 0 40px 0; }
    @media screen and (max-width: 991px) {
      .inner .content {
        -ms-flex-order: 0;
            order: 0; } }

.ukraine {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }

.loyality_area {
  margin: 0 0 20px 0; }
  .loyality_area a {
    color: #000CAD;
    font: 12px Tahoma; }

.btn-primary {
  position: relative;
  font-size: 14px;
  padding: 5px 10px;
  color: #fff;
  border: none;
  border-radius: 0;
  background: #e41317;
  transition: .3s; }
  .btn-primary:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #e41317 transparent;
    transition: .3s; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    border: none !important;
    background: #b50f12 !important;
    box-shadow: none !important; }
    .btn-primary:hover:before, .btn-primary:focus:before, .btn-primary:active:before {
      border-color: transparent transparent #b50f12 transparent; }

#fade {
  background: none repeat scroll 0 0 #000000;
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  position: fixed;
  z-index: 44; }

.popup {
  position: fixed;
  z-index: 55;
  display: none;
  box-shadow: 3px 3px 15px #000000;
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 10px 10px 10px 10px; }
  .popup .post p {
    margin: 5px 0 10px 0; }
  .popup .close {
    margin-top: -10px;
    margin-right: -9px;
    opacity: 1; }

/* ФІЛЬТРИ */
.nalik {
  padding: 5px 0 10px 0; }

.nalik input {
  float: left; }

.nalik label {
  color: #484848;
  /*text-shadow:1px 0px 0px #acacac;*/
  font: 12px Arial;
  float: left;
  margin: 2px 0 0 2px; }

/* ВИРОБНИКИ */
#manufacturers {
  list-style: none; }

#manufacturers li {
  float: left;
  margin: 0 20px 10px 0; }

#manufacturers li a {
  color: #484848;
  /*text-shadow:1px 0px 0px #c2c2c2;*/
  font: 18px Arial; }

#manufacturers li.current a {
  color: #ed1c24;
  /*text-shadow:1px 0px 0px #f5868a;*/ }

#manufacturers li sup {
  padding: 0 2px;
  font: 12px Arial;
  color: #ed1c24;
  /*text-shadow:1px 0px 0px #f5868a;*/ }

/* TOVAR SINGLE PAGE */
#alt-tovar {
  border-top: 1px solid #ECECEC;
  margin-top: 10px;
  padding-top: 10px; }

#alt-tovar .rtitle span {
  font: 24px Arial;
  color: #3eae01;
  /*text-shadow:1px 0px 0px #b2df99;*/ }

/*Алтернативні товари SLIDER*/
.alt-list {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0; }

.alt-list li {
  width: 195px;
  padding: 0 5px;
  height: 230px;
  overflow: hidden; }

.alt-list li .thumb {
  height: 170px;
  overflow: hidden;
  text-align: center; }

.alt-list li .thumb a {
  height: 170px;
  display: block; }

.alt-list li .thumb img {
  width: auto;
  height: auto;
  max-height: 170px;
  max-width: 190px; }

.alt-list li .title {
  width: 100%;
  margin-top: 10px;
  font: 16px Arial;
  color: #000;
  /*text-shadow:0px 0px 1px #999999;*/ }

#alt-tovar .bx-wrapper {
  padding-bottom: 20px; }

#alt-tovar .bx-pager {
  height: 11px;
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 105; }

#alt-tovar .pager-link {
  background: url("../images/slider_navi.png") no-repeat scroll right 0 transparent;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  height: 11px;
  margin: 0 1px;
  padding: 0;
  text-indent: -999em;
  width: 32px; }

#alt-tovar .bx-pager a:hover,
#alt-tovar .pager-active {
  background-position: left 0; }

.s_button_remove {
  font-size: 1px;
  right: 10px;
  text-indent: -1000em;
  top: 10px;
  z-index: 100;
  cursor: pointer;
  background-color: #CCCCCC;
  background-image: url("../images/sprite.png");
  background-position: 0 -498px;
  background-repeat: no-repeat;
  display: block;
  height: 11px;
  position: absolute;
  width: 11px; }

.s_button_remove:hover {
  background-color: #f23f1c; }

.ui-notify {
  position: static; }

.ui-notify {
  right: 15px;
  top: 15px; }

.ui-notify {
  position: fixed;
  z-index: 9999999; }

.s_thumb {
  float: left;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin: 0 10px 0 0; }

.s_thumb,
.s_thumb img {
  display: block;
  max-width: 100%; }

.s_thumb {
  float: left;
  position: relative; }

.ui-notify-message {
  width: 300px;
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  padding: 15px 10px 10px;
  position: relative; }

.ui-notify-message h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  margin: 0px 5px 20px 5px;
  padding-bottom: 0;
  padding-top: 0; }

.ui-notify-message .s_success_24 {
  background-color: #4CB1CA; }

.ui-notify-message .s_failure_24 {
  background-color: #ED1C24; }

.s_icon_24 .s_icon {
  height: 24px;
  margin-top: -12px;
  width: 24px; }

.s_icon_10 .s_icon,
.s_icon_16 .s_icon,
.s_icon_24 .s_icon,
.s_icon_32 .s_icon {
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  left: 0;
  position: absolute;
  top: 50%; }

.s_success_24 {
  background-image: url("../images/sprite.png");
  background-position: 0 -288px !important; }

.s_failure_24 {
  background-image: url("../images/sprite.png");
  background-position: 0 -264px !important; }

.s_icon_24 {
  padding-left: 32px !important; }

.s_icon_10,
.s_icon_16,
.s_icon_24,
.s_icon_32 {
  background-position: left center;
  background-repeat: no-repeat;
  position: relative; }

.ui-notify-message h3 {
  color: #999999;
  font-weight: normal;
  clear: none;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding-left: 48px; }

.ui-notify-message h3 a {
  color: #000CAD;
  font-size: 14px; }

#ship_cnt {
  position: relative;
  z-index: -1; }

.free-shipping {
  margin: 0;
  text-align: left;
  color: #000;
  padding: 3px 5px;
  background: #2b69a6;
  text-align: center; }
  .free-shipping span {
    padding: 3px 0 0 10px;
    color: #fff;
    font-weight: bold; }

#obzor-products {
  margin-bottom: 0px;
  background: none; }

.review_area {
  margin: 10px 0 5px 0; }
  .review_area .wtitle {
    border: none; }

.menu-opened .navi-wrapper .toggle-menu {
  transition: none; }
  .menu-opened .navi-wrapper .toggle-menu .lines {
    background: transparent; }
    .menu-opened .navi-wrapper .toggle-menu .lines:before, .menu-opened .navi-wrapper .toggle-menu .lines:after {
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      width: 22px; }
    .menu-opened .navi-wrapper .toggle-menu .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg);
      top: 0; }
    .menu-opened .navi-wrapper .toggle-menu .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg);
      top: 0; }

.header {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px; }
  @media screen and (max-width: 991px) {
    .header {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      background: #fff;
      z-index: 102;
      box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.3); } }
  .header-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .header .logo {
    display: block;
    padding-right: 35px;
    margin: 10px 0;
    position: relative;
    -ms-flex: 0 0 165px;
        flex: 0 0 165px; }
    @media screen and (max-width: 991px) {
      .header .logo {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        padding-right: 0;
        margin: 5px 15px 5px 0; }
        .header .logo img {
          height: 60px; } }
    .header .logo:after {
      content: "";
      display: block;
      width: 21px;
      height: 1px;
      background: #999;
      position: absolute;
      right: 6px;
      top: 50px; }
      @media screen and (max-width: 991px) {
        .header .logo:after {
          display: none; } }
  .header-content {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    margin-bottom: 10px; }
    @media screen and (min-width: 767px) and (max-width: 991px) {
      .header-content {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0; } }
    @media screen and (max-width: 766px) {
      .header-content {
        display: none; } }
    .header-content__top {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 5px; }
      @media screen and (max-width: 991px) {
        .header-content__top {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin: 0;
          -ms-flex-order: 1;
              order: 1; } }
    .header-content .menu-top {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      margin-right: 25px; }
      @media screen and (max-width: 991px) {
        .header-content .menu-top {
          display: none;
          -ms-flex: 1 auto;
              flex: 1 auto;
          margin-bottom: 15px; } }
      .header-content .menu-top__col {
        border-left: 1px dotted #a3a3a3;
        padding: 5px 0 0 10px;
        margin-right: 10px; }
        @media screen and (max-width: 991px) {
          .header-content .menu-top__col {
            -ms-flex: 1 30%;
                flex: 1 30%; } }
        .header-content .menu-top__col a {
          font-size: 12px;
          color: #000;
          display: block;
          margin: 0 0 5px 0;
          white-space: nowrap; }
  .header-text {
    font-size: 11px;
    line-height: 1.4;
    color: #9f9f9f; }
    @media screen and (min-width: 767px) and (max-width: 991px) {
      .header-text {
        -ms-flex-order: 0;
            order: 0;
        -ms-flex: 1 480px;
            flex: 1 480px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start;
        margin: 5px 0;
        max-height: 46px;
        overflow: hidden; } }
    @media screen and (max-width: 991px) {
      .header-text {
        display: none; } }
  .header-contacts {
    -ms-flex: 0 1 320px;
        flex: 0 1 320px;
    margin-left: auto;
    padding-top: 5px; }
    @media screen and (max-width: 991px) {
      .header-contacts {
        margin-left: auto;
        text-align: left;
        -ms-flex: 1 auto;
            flex: 1 auto;
        padding: 7px 0 0 0; } }
    .header-contacts .telephone {
      display: block;
      font-size: 18px;
      line-height: 1;
      color: #9f9f9f; }
      @media screen and (max-width: 991px) {
        .header-contacts .telephone {
          margin: 0 0 5px 0;
          padding: 0;
          display: block;
          font-size: 16px; } }
      .header-contacts .telephone span {
        color: #e41317; }
  .header-main {
    -ms-flex: 0 0 160px;
        flex: 0 0 160px;
    margin-left: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media screen and (max-width: 991px) {
      .header-main {
        -ms-flex: 0 auto;
            flex: 0 auto;
        margin-left: 0; }
        .header-main__top {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
    .header-main .loginbox {
      position: relative;
      z-index: 101;
      text-align: right; }
      .header-main .loginbox__links {
        margin-bottom: 10px;
        padding-right: 30px;
        position: relative;
        width: 140px;
        display: inline-block; }
        @media screen and (max-width: 991px) {
          .header-main .loginbox__links {
            margin-bottom: 5px; } }
        .header-main .loginbox__links span {
          background: #e41317;
          width: 25px;
          height: 38px;
          position: absolute;
          right: 0;
          top: 0;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; }
          .header-main .loginbox__links span i {
            font-size: 12px;
            color: #fff; }
        .header-main .loginbox__links a {
          display: inline-block;
          font-size: 13px;
          color: #777;
          text-decoration: underline; }
          .header-main .loginbox__links a:hover {
            text-decoration: none; }
      .header-main .loginbox__form {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(5px);
                transform: translateY(5px);
        transition: .3s;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 10;
        background: #d9d9d9;
        box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
        padding: 10px;
        text-align: left;
        min-width: 180px; }
        .header-main .loginbox__form.opened {
          opacity: 1;
          visibility: visible;
          -webkit-transform: none;
                  transform: none; }
        .header-main .loginbox__form .form-horizontal {
          font-size: 12px; }
          .header-main .loginbox__form .form-horizontal .form-group {
            margin: 0 0 10px 0; }
            .header-main .loginbox__form .form-horizontal .form-group .control-label {
              font-weight: 400;
              margin: 0 0 3px 0; }
            .header-main .loginbox__form .form-horizontal .form-group .form-control {
              border-radius: 0;
              font-size: 12px;
              padding: 5px 10px; }
            .header-main .loginbox__form .form-horizontal .form-group a {
              color: #000cad;
              text-decoration: underline; }
              .header-main .loginbox__form .form-horizontal .form-group a:hover {
                text-decoration: none; }
          .header-main .loginbox__form .form-horizontal .form-baton {
            margin: 15px -10px -10px; }
            .header-main .loginbox__form .form-horizontal .form-baton .btn-login {
              background: #e41317;
              color: #fff;
              font-size: 14px;
              line-height: 32px;
              display: block;
              border: none;
              width: 100%;
              position: relative; }
              .header-main .loginbox__form .form-horizontal .form-baton .btn-login:after {
                content: "";
                display: block;
                position: absolute;
                top: -6px;
                right: 0;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 0 6px 6px;
                border-color: transparent transparent #e41317 transparent; }
    .header-main .mobile-links {
      display: none; }
      @media screen and (max-width: 991px) {
        .header-main .mobile-links {
          display: block; } }
    .header-main .social-links {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      margin-bottom: 5px; }
      @media screen and (max-width: 991px) {
        .header-main .social-links {
          display: none; } }
      .header-main .social-links a {
        width: 22px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        line-height: 22px;
        background: #2b69a6;
        margin-left: 5px;
        border-radius: 2px;
        transition: .3s; }
        .header-main .social-links a:hover {
          background: #265c92;
          -webkit-transform: translateY(-2px);
                  transform: translateY(-2px); }
    .header-main .short-cart {
      margin-top: auto;
      text-align: right;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      position: relative;
      bottom: -1px; }
      @media screen and (max-width: 991px) {
        .header-main .short-cart {
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
      .header-main .short-cart > a {
        background: #9f9f9f;
        font-size: 12px;
        line-height: 24px;
        color: #fff;
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        position: relative; }
        @media screen and (max-width: 991px) {
          .header-main .short-cart > a {
            -ms-flex: 0 0 160px;
                flex: 0 0 160px; } }
        .header-main .short-cart > a:after {
          content: "";
          display: block;
          position: absolute;
          top: 100%;
          right: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 5px 6px 0;
          border-color: transparent #9f9f9f transparent transparent; }
        .header-main .short-cart > a .cart-icon {
          background: #e41317;
          color: #5d0000;
          margin-right: 5px;
          padding: 0 5px;
          font-size: 13px; }
        .header-main .short-cart > a .cart-cnt {
          -ms-flex: 1 auto;
              flex: 1 auto;
          text-align: center; }
      .header-main .short-cart .free-shipping {
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        padding: 5px 10px;
        background: #2b69a6;
        text-align: center; }
        @media screen and (max-width: 991px) {
          .header-main .short-cart .free-shipping {
            display: none !important; } }

.social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 20px; }
  .social a {
    display: inline-block;
    text-indent: -999em;
    background: url("../images/social2.png") no-repeat;
    height: 18px;
    width: 19px;
    margin-left: 6px; }
    .social a:hover {
      opacity: 0.8; }
    .social a.vk {
      background-position: 0 0; }
    .social a.fb {
      background-position: -26px 0; }
    .social a.gp {
      background-position: -76px 0; }
    .social a.od {
      background-position: right 0; }
    .social a.yt {
      background-position: -51px 0; }

.toggle-menu {
  display: none;
  color: #fff;
  font-weight: 500;
  background: #e41317;
  border: none;
  padding: 0 0 3px 0;
  cursor: pointer;
  width: 32px;
  height: 38px;
  margin: 0 0 5px 10px;
  position: relative;
  z-index: 9999; }
  @media screen and (max-width: 991px) {
    .toggle-menu {
      display: block; } }
  .toggle-menu:focus {
    outline: none; }
  .toggle-menu .lines {
    width: 22px;
    height: 3px;
    background: #fff;
    transition: .3s;
    display: inline-block;
    margin: 0;
    top: -2px;
    position: relative;
    transition: .3s; }
    .toggle-menu .lines:before, .toggle-menu .lines:after {
      width: 22px;
      height: 3px;
      background: #fff;
      transition: .3s;
      position: absolute;
      left: 0;
      content: '';
      -webkit-transform-origin: 4px center;
              transform-origin: 4px center;
      transition: .3s; }
    .toggle-menu .lines:before {
      top: 9px; }
    .toggle-menu .lines:after {
      top: -9px; }

.footer {
  position: relative;
  background: #000 url(../images/footer_bg.png) no-repeat center top;
  padding: 0 0 52px 0; }
  @media screen and (max-width: 991px) {
    .footer {
      background: #000; } }
  .footer .copyright {
    font-size: .8em;
    color: #fff;
    margin: 0; }
    @media screen and (max-width: 991px) {
      .footer .copyright {
        padding-left: 150px; } }
    @media screen and (max-width: 766px) {
      .footer .copyright {
        padding-left: 0; } }
  .footer .footer-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .footer .footer-main .logo-footer {
      margin: 15px 20px 0 0;
      display: inline-block;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px; }
      @media screen and (max-width: 766px) {
        .footer .footer-main .logo-footer {
          -ms-flex: 0 0 90px;
              flex: 0 0 90px; } }
    .footer .footer-main__wrapper {
      -ms-flex: 1 auto;
          flex: 1 auto; }
    .footer .footer-main__top {
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 991px) {
        .footer .footer-main__top {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .footer .footer-main__top .contacts {
        -ms-flex: 0 220px;
            flex: 0 220px;
        margin: 10px 20px 0 20px;
        text-align: right; }
        @media screen and (max-width: 991px) {
          .footer .footer-main__top .contacts {
            -ms-flex: 0 100%;
                flex: 0 100%;
            text-align: left;
            margin: 10px 0; } }
        .footer .footer-main__top .contacts .telephone {
          font-size: 1.2em;
          color: #fff; }
          .footer .footer-main__top .contacts .telephone p {
            margin: 0 0 10px 0;
            color: #fff; }
    .footer .footer-main .nav-bot {
      list-style: none;
      margin: 0 0 20px 15px;
      padding: 0;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 991px) {
        .footer .footer-main .nav-bot {
          margin-left: 0; } }
      @media screen and (max-width: 766px) {
        .footer .footer-main .nav-bot {
          display: block;
          margin-bottom: 40px; } }
      .footer .footer-main .nav-bot > li {
        padding: 15px 15px 5px 0; }
        @media screen and (max-width: 991px) {
          .footer .footer-main .nav-bot > li {
            padding: 0 15px 0 0; } }
        @media screen and (max-width: 766px) {
          .footer .footer-main .nav-bot > li {
            margin-bottom: 15px;
            padding: 0; } }
        .footer .footer-main .nav-bot > li > a {
          font-size: 1em;
          font-weight: bold;
          text-transform: uppercase;
          color: #e2e2e2;
          text-decoration: none;
          display: block; }
          .footer .footer-main .nav-bot > li > a:hover {
            color: #e41317; }

#menu-bot {
  margin-left: 17px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
  @media screen and (max-width: 991px) {
    #menu-bot {
      margin-left: 0;
      margin-bottom: 20px; } }
  @media screen and (max-width: 766px) {
    #menu-bot {
      display: block; } }
  #menu-bot .column {
    border-left: 1px dotted #a3a3a3;
    padding: 10px 0 0 10px;
    margin-right: 30px;
    margin-bottom: auto;
    font-size: .8em;
    color: #9f9f9f; }
    @media screen and (max-width: 766px) {
      #menu-bot .column {
        margin-right: 0; } }
    #menu-bot .column span {
      display: block;
      margin: 0 0 5px 0; }
    #menu-bot .column a {
      display: block;
      padding: 0 0 6px 0;
      text-decoration: none;
      color: #9f9f9f;
      white-space: nowrap; }
      #menu-bot .column a:hover {
        text-decoration: underline;
        color: #fff; }
      #menu-bot .column a b {
        color: #fff; }

.scroll {
  bottom: 10px;
  left: 10px;
  position: fixed;
  z-index: 100; }
  .scroll.shown a {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible; }
  .scroll a {
    border: 1px dotted #ccc;
    border-left: 3px solid #e41317;
    border-right: 3px solid #e41317;
    background: #fff;
    color: #222;
    display: block;
    font-size: .8em;
    line-height: 1.4;
    padding: 3px 12px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3); }
    .scroll a:hover {
      border: 1px solid #e41317;
      border-left: 3px solid #e41317;
      border-right: 3px solid #e41317; }

.modal-backdrop ~ .modal-backdrop {
  z-index: 1051; }

.modal-backdrop ~ .modal-backdrop ~ .modal-backdrop {
  z-index: 1052; }

.modal-backdrop ~ .modal-backdrop ~ .modal-backdrop ~ .modal-backdrop {
  z-index: 1053; }

.modal-open {
  padding-right: 17px; }
  .modal-open .shop-panel {
    right: 17px; }

.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  padding-right: 17px; }

.modal-open .main-bg {
  margin-right: 17px; }

.modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto; }

.modal-dialog {
  width: 100%;
  max-width: 430px;
  margin: 6% auto; }

.modal-content {
  border-radius: 0;
  padding: 0; }
  .modal-content .modal-header {
    color: #222222;
    font-size: 24px;
    line-height: 1.2;
    display: block;
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 25px 50px 10px 30px;
    position: relative;
    border-top: 3px solid #e41317;
    border-bottom: 1px solid #ebebeb; }
    .modal-content .modal-header span {
      font-size: 18px;
      line-height: 1; }
  .modal-content .modal-close {
    position: absolute;
    right: 5px;
    top: 10px;
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 34px;
    line-height: 34px;
    width: 34px;
    color: #717171;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    transition: .2s; }
    .modal-content .modal-close:hover {
      color: #2b69a6;
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg); }

.slidertop {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0 0 11px 0; }
  .slidertop li {
    position: relative; }
    .slidertop li img {
      width: 100%; }
    .slidertop li .title {
      width: 235px;
      height: 105px;
      position: absolute;
      left: 0px;
      bottom: -3px;
      z-index: 115;
      background: url("../images/slider-title.png") 0px 0px repeat-x;
      color: #fff;
      font-size: 1.3em;
      text-transform: uppercase;
      padding: 20px;
      display: none; }

.akcia {
  margin: 0 0 20px 0;
  position: relative; }
  .akcia img {
    width: 100%; }
  .akcia .title {
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 5px 15px;
    font-size: 1.3em;
    font-style: italic;
    background: url(../images/title_bg_side.png) repeat-x 0 0;
    color: #fff;
    display: none; }

.section-links .news-list li {
  border-bottom: 1px solid #eaeaea; }
  .section-links .news-list li .desc {
    text-align: left; }

.section-catalog {
  margin-bottom: 30px; }
  .section-catalog .slick-dots {
    left: auto;
    bottom: auto;
    right: 0;
    top: -20px; }

#catalog .hint {
  float: right;
  margin-right: 50px;
  width: 185px;
  padding: 6px 0 6px 45px;
  background: url("../images/trik.png") no-repeat left center;
  color: #929292;
  font: 14px Verdana;
  text-transform: uppercase; }

a.flink {
  float: left;
  color: #ff0000;
  font: 14px Verdana;
  text-transform: uppercase;
  margin: 15px 0 0 25px;
  text-decoration: none; }
  a.flink:hover {
    text-decoration: underline; }

.catalog {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .catalog:not(.slick-slider) {
    margin: 0 -5px; }
    .catalog:not(.slick-slider) li {
      -ms-flex: 0 0 calc(25% - 10px);
          flex: 0 0 calc(25% - 10px);
      margin: 0px 5px; }
  .catalog.slick-slider .slick-list {
    margin: 0 -5px; }
  .catalog.slick-slider .slick-slide {
    margin: 0 5px; }
  .catalog li {
    border: 2px solid #e7e7e7;
    padding: 5px 5px 50px 5px;
    position: relative; }
    @media screen and (max-width: 991px) {
      .catalog li {
        padding-bottom: 90px; } }
    .catalog li .thumb {
      overflow: hidden;
      text-align: center;
      margin-bottom: 5px; }
      .catalog li .thumb a {
        height: 190px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        @media screen and (max-width: 991px) {
          .catalog li .thumb a {
            height: 140px; } }
      .catalog li .thumb img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; }
    .catalog li .title {
      height: 56px;
      margin-bottom: 10px;
      overflow: hidden;
      text-align: left; }
      .catalog li .title a {
        font-size: .9em;
        color: #000;
        text-decoration: underline; }
        .catalog li .title a:hover {
          text-decoration: none; }
    .catalog li .desc {
      margin: 0 0 10px 0;
      height: 58px;
      overflow: hidden;
      font-size: .8em;
      color: #858585; }
    .catalog li .price {
      position: absolute;
      z-index: 0;
      bottom: 5px;
      left: 5px;
      font-size: 1.3em;
      font-weight: bold;
      color: #000; }
      @media screen and (max-width: 991px) {
        .catalog li .price {
          bottom: 40px;
          left: 0;
          right: 0;
          text-align: center; } }
      .catalog li .price span.curency {
        font-size: .9em;
        color: #000;
        padding-left: 5px; }
      .catalog li .price .old {
        font-size: .7em;
        color: #a7a7a7;
        text-decoration: line-through; }
      .catalog li .price .new {
        color: #e41317; }
    .catalog li .cart_add {
      position: absolute;
      z-index: 10;
      bottom: -2px;
      right: -2px;
      display: none; }
      @media screen and (max-width: 991px) {
        .catalog li .cart_add {
          display: block;
          left: -2px; } }
    .catalog li .is_akcia {
      position: absolute;
      top: 10px;
      right: 10px; }
    .catalog li:hover {
      border: 2px solid #b0b0b0;
      transition: all 600ms linear; }
      .catalog li:hover .title a {
        font-style: italic; }
      .catalog li:hover .cart_add {
        display: block; }

#ipp {
  text-align: right;
  margin: 10px 0;
  font-size: 13px; }
  #ipp label {
    margin: 0; }
  #ipp select {
    margin-left: 10px; }

#sort {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px;
  padding: 5px 0 10px 0;
  border-bottom: 1px solid #ECECEC; }
  @media screen and (max-width: 991px) {
    #sort {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0 0 10px 0; }
      #sort .ml-0 {
        margin-right: auto; } }
  #sort a,
  #sort span {
    display: block; }
  #sort span {
    font-size: 14px;
    color: #737373;
    margin: 3px 8px 0 8px; }
  #sort .sort-right {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 991px) {
      #sort .sort-right {
        padding-top: 10px;
        display: none; } }
  #sort a {
    margin: 0;
    font-size: 12px;
    color: #313131;
    display: block;
    padding: 9px 20px 0 20px;
    height: 26px;
    text-decoration: none;
    background: url("../images/sort_bg.png") top right no-repeat; }
    @media screen and (max-width: 991px) {
      #sort a {
        padding: 9px 10px 0 10px; } }
    #sort a.nal {
      background-position: left 0px;
      padding: 9px 10px 0 10px; }
      #sort a.nal.active {
        background-position: left -26px; }
    #sort a.active {
      color: #fff;
      background-position: right -26px; }
      #sort a.active.desc {
        background-position: right -52px;
        color: #FFFFFF; }
    #sort a:hover {
      text-decoration: underline; }

.product-list {
  background: #fff;
  border-bottom: 1px solid #f8a4a7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px; }
  .product-list .hint {
    margin-right: 50px;
    width: 185px;
    padding: 6px 0 6px 45px;
    background: url("../images/trik.png") no-repeat left center;
    color: #929292;
    font-size: 14px;
    text-transform: uppercase; }
  .product-list .product-item {
    -ms-flex: 0 0 calc(25% - 10px);
        flex: 0 0 calc(25% - 10px);
    margin: 0 5px 10px 5px;
    padding: 5px 5px 50px 5px;
    border: 2px solid #e7e7e7;
    position: relative; }
    @media screen and (max-width: 991px) {
      .product-list .product-item {
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
        margin: 0 2px 10px 2px;
        padding-bottom: 100px; } }
    .product-list .product-item .attribute-values {
      position: absolute;
      left: 5px;
      top: 173px;
      height: 22px;
      overflow: hidden; }
      @media screen and (max-width: 991px) {
        .product-list .product-item .attribute-values {
          top: 123px; }
          .product-list .product-item .attribute-values a {
            margin: 0 1px 0 0; } }
    .product-list .product-item .thumb {
      overflow: hidden;
      text-align: center;
      margin-bottom: 10px; }
      .product-list .product-item .thumb a {
        height: 190px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        @media screen and (max-width: 991px) {
          .product-list .product-item .thumb a {
            height: 140px; } }
      .product-list .product-item .thumb img {
        max-width: 100%;
        max-height: 190px;
        object-fit: contain; }
        @media screen and (max-width: 991px) {
          .product-list .product-item .thumb img {
            height: 140px; } }
    .product-list .product-item .title {
      margin-bottom: 10px;
      height: 55px;
      overflow: hidden;
      text-align: left; }
      .product-list .product-item .title a {
        font-size: 14px;
        color: #000; }
    .product-list .product-item .desc {
      margin-bottom: 10px;
      height: 56px;
      overflow: hidden;
      font-size: 12px;
      color: #858585; }
    .product-list .product-item .price {
      width: 60%;
      position: absolute;
      bottom: 0px;
      left: 5px;
      font-size: 20px;
      font-weight: bold;
      color: #000; }
      @media screen and (max-width: 991px) {
        .product-list .product-item .price {
          bottom: 50px;
          right: 0;
          left: 0;
          width: 100%;
          text-align: center; } }
      .product-list .product-item .price span.curency {
        font-size: 12px;
        font-weight: bold;
        color: #000;
        padding-left: 5px; }
      .product-list .product-item .price .new {
        color: #e41317; }
      .product-list .product-item .price .old {
        font-size: 14px;
        font-weight: bold;
        color: #a7a7a7;
        text-decoration: line-through; }
    .product-list .product-item .cart_add {
      position: absolute;
      bottom: 0;
      right: 0;
      display: block;
      visibility: hidden;
      opacity: 0;
      width: 90px; }
      @media screen and (max-width: 991px) {
        .product-list .product-item .cart_add {
          visibility: visible;
          opacity: 1;
          width: 100%; } }
    .product-list .product-item .is_akcia {
      position: absolute;
      top: 10px;
      right: 10px; }
    .product-list .product-item:hover {
      border: 2px solid #b0b0b0;
      transition: all 600ms linear; }
      .product-list .product-item:hover .title a {
        font-style: italic; }
      .product-list .product-item:hover .cart_add {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
                transform: none; }
      .product-list .product-item:hover .bottom-desc {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
                transform: none; }
  .product-list .tools {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 991px) {
      .product-list .tools {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: center;
            justify-content: center; } }
    .product-list .tools .rating {
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 991px) {
        .product-list .tools .rating {
          margin-bottom: 10px; } }
  .product-list .bottom-desc {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    padding-top: 8px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
    .product-list .bottom-desc .dbody {
      position: relative;
      background: #fff;
      border: 2px solid #e41317;
      border-radius: 8px;
      padding: 15px 5px 40px 5px; }
      .product-list .bottom-desc .dbody:after, .product-list .bottom-desc .dbody:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid; }
      .product-list .bottom-desc .dbody:after {
        border-width: 0 3px 6px 3px;
        border-color: transparent transparent #fff transparent;
        position: absolute;
        top: -6px;
        left: 50%;
        margin-left: 2px; }
      .product-list .bottom-desc .dbody:before {
        border-width: 0 5px 8px 5px;
        border-color: transparent transparent #e41317 transparent;
        position: absolute;
        top: -9px;
        left: 50%; }
      .product-list .bottom-desc .dbody p {
        font-size: 12px;
        margin: 0 0 5px 0;
        padding: 0;
        color: #484848; }
    .product-list .bottom-desc .dbottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 0 2px;
      margin-top: -36px;
      position: relative;
      z-index: 1; }
      .product-list .bottom-desc .dbottom .more {
        font-size: 12px;
        color: #0008b4;
        margin: 10px 0 0 10px; }
        @media screen and (max-width: 991px) {
          .product-list .bottom-desc .dbottom .more {
            display: none; } }
      .product-list .bottom-desc .dbottom .cart_compare {
        display: block;
        position: relative;
        right: -1px;
        bottom: -1px;
        text-indent: -9999em;
        width: 86px;
        height: 34px;
        text-indent: -999em;
        background: url("../images/compare.png") 0 0 no-repeat; }
        @media screen and (max-width: 991px) {
          .product-list .bottom-desc .dbottom .cart_compare {
            margin-left: auto; } }

.product-sidebar {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0; }
  .product-sidebar .product-sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .product-sidebar .product-sidebar-list li {
      padding: 1px 5px 2px 2px;
      border-top: 1px solid #eaeaea;
      margin-bottom: 15px;
      background: #eaeaea;
      position: relative;
      display: -ms-flexbox;
      display: flex; }
      .product-sidebar .product-sidebar-list li:hover {
        border-top: 1px solid #767676; }
        .product-sidebar .product-sidebar-list li:hover .item-batons {
          opacity: 1;
          visibility: visible; }
    .product-sidebar .product-sidebar-list .item-name {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      padding: 5px 0 30px 0; }
      .product-sidebar .product-sidebar-list .item-name p {
        font-size: .8em;
        color: #000;
        padding: 0;
        margin: 0 0 7px 0; }
        .product-sidebar .product-sidebar-list .item-name p span.currency {
          font-size: .9em;
          color: #726f6f;
          padding-left: 5px; }
    .product-sidebar .product-sidebar-list .item-batons {
      opacity: 0;
      visibility: hidden;
      transition: .3s;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 83px; }
      @media screen and (max-width: 991px) {
        .product-sidebar .product-sidebar-list .item-batons {
          opacity: 1;
          visibility: visible; } }
      .product-sidebar .product-sidebar-list .item-batons a {
        font-size: .8em;
        color: #000cad; }
      .product-sidebar .product-sidebar-list .item-batons .cart_add {
        text-align: center; }
        .product-sidebar .product-sidebar-list .item-batons .cart_add img {
          display: inline-block; }
    .product-sidebar .product-sidebar-list .thumb {
      width: 75px;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
      margin-right: 8px;
      text-align: center;
      background: #fff;
      object-fit: contain;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .product-sidebar .product-sidebar-list .thumb img {
        max-width: 100%;
        height: auto;
        max-height: 75px; }

.attribute-values {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .attribute-values a {
    display: block;
    cursor: help;
    margin: 0 2px 0 0;
    text-indent: -999em;
    width: 22px;
    height: 22px;
    background: url("../images/attribute-values.png") no-repeat; }
    @media screen and (max-width: 991px) {
      .attribute-values a {
        margin: 0 4px 0 0; } }
    .attribute-values a.val140_1 {
      background-position: 0 0; }
    .attribute-values a.val140_2 {
      background-position: -22px 0; }
    .attribute-values a.val140_3 {
      background-position: -44px 0; }
    .attribute-values a.val140_4 {
      background-position: -66px 0; }
    .attribute-values a.val140_5 {
      background-position: -88px 0; }
    .attribute-values a.val140_6 {
      background-position: -110px 0; }
    .attribute-values a.val140_7 {
      background-position: -154px 0; }
    .attribute-values a.val140_8 {
      background-position: -176px 0; }
    .attribute-values a.val140_9 {
      background-position: -198px 0; }
    .attribute-values a.val156_1 {
      background-position: -220px 0; }
    .attribute-values a.val156_2 {
      background-position: -242px 0; }
    .attribute-values a.val156_3 {
      background-position: -264px 0; }
    .attribute-values a.val156_4 {
      background-position: -286px 0; }
    .attribute-values a.val156_5 {
      background-position: -308px 0; }
    .attribute-values a.val156_6 {
      background-position: -330px 0; }
    .attribute-values a.val156_7 {
      background-position: 0 -22px; }
    .attribute-values a.val156_8 {
      background-position: -22px -22px; }
    .attribute-values a.val156_9 {
      background-position: -44px -22px; }
    .attribute-values a.val188_1 {
      background-position: -66px -22px; }
    .attribute-values a.val188_2 {
      background-position: -88px -22px; }
    .attribute-values a.val188_3 {
      background-position: -330px -0px; }
    .attribute-values a.val188_4 {
      background-position: -110px -22px; }
    .attribute-values a.val188_5 {
      background-position: -132px -22px; }
    .attribute-values a.val167_1 {
      background-position: -154px -22px; }
    .attribute-values a.val167_2 {
      background-position: -264px 0; }
    .attribute-values a.val167_3 {
      background-position: -198px -22px; }
    .attribute-values a.val167_4 {
      background-position: -220px -22px; }
    .attribute-values a.val167_5 {
      background-position: -242px -22px; }
    .attribute-values a.val167_6 {
      background-position: -264px -22px; }
    .attribute-values a.val167_7 {
      background-position: -286px -22px; }
    .attribute-values a.val167_8 {
      background-position: -308px -22px; }
    .attribute-values a.solar {
      background-position: -66px 0; }

.is_sklad {
  font-size: 12px;
  color: #3eae01; }
  .is_sklad.no {
    color: #e41317; }

.is_akcia a {
  display: inline-block;
  cursor: help;
  text-indent: -999em;
  width: 26px;
  height: 26px;
  margin: 0 2px 4px 2px;
  background: url("../images/akcii_ico.png") no-repeat; }
  .is_akcia a.discont {
    background-position: 0 0; }
  .is_akcia a.present {
    background-position: 0 -26px; }
  .is_akcia a.recomend {
    background-position: 0 -52px; }
  .is_akcia a.novelty {
    background-position: 0 -78px; }

a.help {
  text-decoration: none;
  color: #e41317;
  font: bold 13px Tahoma;
  cursor: pointer;
  display: inline-block;
  text-indent: -999em;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background: url("../images/help.gif") 0px 0px no-repeat; }
  a.help:hover {
    opacity: 0.8; }

.cart_add {
  display: inline-block;
  padding: 7px 20px;
  background: #e41317;
  color: #fff !important;
  text-align: center;
  transition: .3s;
  text-decoration: none !important; }
  .cart_add img {
    display: inline-block; }
  .cart_add:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #e41317 transparent;
    transition: .3s; }
  .cart_add:hover {
    background: #cc1115; }
    .cart_add:hover:before {
      border-color: transparent transparent #cc1115 transparent; }

.product {
  margin-bottom: 20px;
  border-bottom: 1px solid #ECECEC;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media screen and (max-width: 991px) {
    .product {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .product .is_akcia {
    position: absolute;
    width: 26px;
    z-index: 10;
    top: 0;
    left: 5px; }
  .product-gallery {
    position: relative;
    -ms-flex: 0 0 520px;
        flex: 0 0 520px;
    margin-bottom: 20px; }
    @media screen and (max-width: 991px) {
      .product-gallery {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
    .product-gallery .mphoto {
      height: 330px;
      margin-bottom: 10px;
      overflow: hidden;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      @media screen and (max-width: 991px) {
        .product-gallery .mphoto {
          display: none; } }
      .product-gallery .mphoto img {
        object-fit: contain;
        height: auto;
        width: auto;
        max-height: 330px;
        max-width: 100%; }
    @media screen and (max-width: 991px) {
      .product-gallery .image-list {
        margin: 0 20px; }
        .product-gallery .image-list:not(.slick-slider) {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
    @media screen and (max-width: 991px) and (max-width: 991px) {
      .product-gallery .image-list:not(.slick-slider) {
        height: 150px;
        overflow: hidden; }
        .product-gallery .image-list:not(.slick-slider) .image-item {
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
    .product-gallery .image-list .image-item a {
      border: 1px solid #828282;
      height: 63px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      position: relative; }
      @media screen and (max-width: 991px) {
        .product-gallery .image-list .image-item a {
          height: 150px; } }
      .product-gallery .image-list .image-item a:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -1px;
        left: 50%;
        right: 50%;
        height: 2px;
        background: #e41317;
        transition: .3s; }
      .product-gallery .image-list .image-item a img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover; }
    .product-gallery .image-list .image-item:hover a:after {
      left: 0;
      right: 0; }
    .product-gallery .image-list .slick-slide {
      outline: none;
      margin: 0 1px; }
    .product-gallery .image-list:not(.slick-slider) {
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -ms-flex-pack: center;
          justify-content: center;
      overflow: hidden; }
      .product-gallery .image-list:not(.slick-slider) .image-item a {
        margin: 0 1px; }
    .product-gallery .image-list .slick-list {
      margin: 0 -1px; }
    .product-gallery .image-list.slick-slider {
      padding: 0 18px; }
      .product-gallery .image-list.slick-slider li {
        text-align: center; }
      .product-gallery .image-list.slick-slider .slick-arrow {
        position: absolute;
        cursor: pointer;
        top: 50%;
        right: auto;
        margin: -14px 0 0 0;
        padding: 0;
        font-size: 28px;
        line-height: 1;
        color: #e41317;
        text-align: center; }
        .product-gallery .image-list.slick-slider .slick-arrow.slick-prev {
          left: 0; }
        .product-gallery .image-list.slick-slider .slick-arrow.slick-next {
          right: 0; }
        .product-gallery .image-list.slick-slider .slick-arrow:hover {
          color: #e41317; }
  .product-info {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    margin: 0 0 20px 30px;
    position: relative; }
    @media screen and (max-width: 991px) {
      .product-info {
        margin: 0 0 20px 0; } }
    .product-info .p-top {
      margin-bottom: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .product-info .p-top span {
        font-size: 13px;
        color: #ed1c24; }
      .product-info .p-top .share-social {
        margin-left: auto; }
    .product-info .shipping {
      font-size: 13px;
      font-weight: bold;
      padding: 5px 10px;
      margin: 15px 0 25px 0;
      background: #f1f1f1;
      box-shadow: 3px 3px 3px #CCCCCC; }
    .product-info .price {
      font-size: 45px;
      line-height: 1.2;
      font-weight: bold;
      color: #000;
      margin-bottom: 15px; }
      @media screen and (max-width: 991px) {
        .product-info .price {
          font-size: 32px; } }
      .product-info .price .old {
        font-size: 30px;
        color: #858585;
        text-decoration: line-through; }
        @media screen and (max-width: 991px) {
          .product-info .price .old {
            font-size: 24px; } }
      .product-info .price .new {
        color: #ed1c24; }
    .product-info .attribute-values {
      margin-bottom: 15px; }
    .product-info .tools {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 10px; }
      @media screen and (max-width: 991px) {
        .product-info .tools {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-bottom: 20px; } }
      .product-info .tools .rating {
        width: 100px; }
        .product-info .tools .rating .vote-result {
          display: block; }
      .product-info .tools .is_sklad {
        margin: 0 10px;
        font-size: 14px; }
      .product-info .tools .cond {
        padding-left: 12px; }
        @media screen and (max-width: 991px) {
          .product-info .tools .cond {
            margin-top: 20px; } }
        .product-info .tools .cond .strips {
          font-size: 13px;
          color: #fff;
          padding: 7px 20px;
          position: relative;
          display: block;
          text-decoration: none; }
          .product-info .tools .cond .strips:before {
            content: "";
            display: block;
            position: absolute;
            left: -12px;
            top: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 12px 10px 0; }
          .product-info .tools .cond .strips.strip_red {
            background: #f30000; }
            .product-info .tools .cond .strips.strip_red:before {
              border-color: transparent #f30000 transparent transparent; }
          .product-info .tools .cond .strips.strip_blue {
            background: #0096c0; }
            .product-info .tools .cond .strips.strip_blue:before {
              border-color: transparent #0096c0 transparent transparent; }
    .product-info .batons {
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 991px) {
        .product-info .batons {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .product-info .batons__info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        @media screen and (max-width: 991px) {
          .product-info .batons__info {
            margin-bottom: 20px; } }
        .product-info .batons__info a {
          margin-right: 40px; }
        .product-info .batons__info .link-dict img {
          transition: .3s; }
        .product-info .batons__info .link-dict:hover img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
        .product-info .batons__info .link-consult {
          font-size: 15px;
          color: #e41317;
          text-decoration: none;
          cursor: pointer;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; }
          .product-info .batons__info .link-consult:before {
            content: "";
            display: block;
            width: 26px;
            height: 26px;
            background: url("../images/consult_ico.png") 0 0 no-repeat;
            margin-right: 10px;
            transition: .3s; }
          .product-info .batons__info .link-consult:hover {
            text-decoration: underline; }
            .product-info .batons__info .link-consult:hover:before {
              -webkit-transform: scale(1.1);
                      transform: scale(1.1); }
      .product-info .batons__main {
        width: 160px;
        margin-left: auto; }
        @media screen and (max-width: 991px) {
          .product-info .batons__main {
            margin: 0 auto 0 0; } }
        .product-info .batons__main a {
          display: block;
          text-decoration: none;
          text-align: center;
          cursor: pointer; }
        .product-info .batons__main .compare {
          font-size: 14px;
          padding: 10px;
          color: #403f3f;
          background: linear-gradient(to bottom, #e4e4e4, #b0b0b0);
          transition: .3s; }
          .product-info .batons__main .compare:hover {
            color: #000; }
        .product-info .batons__main .cart_add {
          position: relative;
          font-size: 26px;
          padding: 10px;
          color: #fff;
          background: #e41317;
          transition: .3s; }
          .product-info .batons__main .cart_add:before {
            content: "";
            display: block;
            position: absolute;
            right: 0;
            top: -10px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 10px 10px;
            border-color: transparent transparent #e41317 transparent;
            transition: .3s; }
          .product-info .batons__main .cart_add:hover {
            background: #b50f12; }
            .product-info .batons__main .cart_add:hover:before {
              border-color: transparent transparent #b50f12 transparent; }
    .product-info .desc {
      color: #272727;
      font-size: 14px;
      margin-bottom: 20px;
      text-align: justify;
      background: #fff; }
      .product-info .desc .details {
        background: #fff; }
      .product-info .desc p {
        margin: 0 0 5px 0; }
      .product-info .desc .read-more a,
      .product-info .desc .read-less a {
        color: #000CAD;
        font-size: 14px; }

.product-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media screen and (max-width: 991px) {
    .product-content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .product-content__main {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    margin-right: 30px; }
    @media screen and (max-width: 991px) {
      .product-content__main {
        margin-right: 0; } }
    .product-content__main .features {
      width: 100%;
      min-width: 320px;
      font-size: 13px;
      color: #272727;
      margin-bottom: 15px; }
      .product-content__main .features td {
        width: 50%;
        padding: 10px;
        border-bottom: 1px solid #d8d8d8; }
    .product-content__main .related-article {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -10px 20px -10px; }
      .product-content__main .related-article li {
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
        padding-bottom: 0;
        margin: 0 5px 10px 5px; }
  .product-content__sidebar {
    -ms-flex: 0 0 320px;
        flex: 0 0 320px; }
    @media screen and (max-width: 991px) {
      .product-content__sidebar {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

.product-tabs .nav-tabs {
  border: none;
  padding-bottom: 3px;
  background: url("../images/tabs_border.png") repeat-x left bottom; }
  .product-tabs .nav-tabs .nav-item {
    margin: 0;
    padding: 8px 15px; }
    @media screen and (max-width: 991px) {
      .product-tabs .nav-tabs .nav-item {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        text-align: center; } }
  .product-tabs .nav-tabs .nav-link {
    font-size: 22px;
    color: #8a8a8a;
    padding: 0;
    margin: 0;
    text-decoration: none;
    border: none; }
    @media screen and (max-width: 991px) {
      .product-tabs .nav-tabs .nav-link {
        font-size: 16px; } }
    .product-tabs .nav-tabs .nav-link:hover {
      color: #272727; }
    .product-tabs .nav-tabs .nav-link.active {
      color: #272727; }

.product-tabs .tab-pane {
  padding: 15px 0; }

#com-block ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  #com-block ul li {
    margin-bottom: 15px; }

#com-block .comtop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
  font-size: 14px; }
  #com-block .comtop .comname {
    color: #e41317;
    margin-right: 10px; }
  #com-block .comtop .comdata {
    font-size: 12px;
    color: #b2b2b2;
    margin-right: 10px; }

#com-add .form-group {
  margin-bottom: 15px; }

#com-add .form-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  #com-add .form-bottom .form-kod {
    display: -ms-flexbox;
    display: flex; }
    #com-add .form-bottom .form-kod input {
      width: 160px;
      height: 29px;
      margin-right: 5px; }
      @media screen and (max-width: 991px) {
        #com-add .form-bottom .form-kod input {
          width: 130px; } }
    #com-add .form-bottom .form-kod .capcha_img img {
      width: 90px;
      height: 29px; }
      @media screen and (max-width: 991px) {
        #com-add .form-bottom .form-kod .capcha_img img {
          width: 70px !important; } }
    #com-add .form-bottom .form-kod .refresh-kod {
      margin-right: 5px;
      cursor: pointer;
      display: block;
      width: 20px;
      height: 29px;
      text-indent: -999em;
      background: url("../images/refresh2.png") no-repeat 0 0;
      transition: .3s; }
      #com-add .form-bottom .form-kod .refresh-kod:hover {
        opacity: .8; }
  #com-add .form-bottom .btn {
    width: 160px; }
    @media screen and (max-width: 991px) {
      #com-add .form-bottom .btn {
        width: 120px;
        font-size: 12px; } }

#com-add input[type="text"],
#com-add textarea {
  width: 100%;
  font-size: 14px;
  color: #2b2b2b;
  padding: 5px;
  margin: 0;
  border: 1px solid #d3d3d3;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  outline: none; }
  #com-add input[type="text"]:focus,
  #com-add textarea:focus {
    border: 1px solid #ed1c24; }

#com-add textarea {
  height: 70px; }

#basket {
  color: #858585;
  font-size: 12px;
  margin-bottom: 30px; }
  @media screen and (max-width: 991px) {
    #basket .basket-list {
      overflow: auto; } }
  #basket .item {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-width: 520px; }
    @media screen and (max-width: 991px) {
      #basket .item {
        min-width: 280px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    #basket .item .info {
      width: 38%;
      margin: 0 10px;
      vertical-align: top; }
      @media screen and (max-width: 991px) {
        #basket .item .info {
          -ms-flex: 0 0 calc(80% - 20px);
              flex: 0 0 calc(80% - 20px);
          padding-right: 25px;
          margin-bottom: 25px; } }
      #basket .item .info p {
        margin: 5px 0; }
      #basket .item .info .id {
        color: #454545; }
      #basket .item .info h4 {
        font-size: 14px;
        padding: 10px 0 5px 0; }
        #basket .item .info h4 a {
          color: #e41317;
          display: block; }
          #basket .item .info h4 a:hover {
            font-style: italic; }
      #basket .item .info .tools {
        margin-bottom: 15px; }
        #basket .item .info .tools .rating {
          margin-left: -4px; }
    #basket .item .thumb {
      width: 20%;
      text-align: center;
      vertical-align: top; }
      #basket .item .thumb img {
        height: auto;
        width: auto;
        max-height: 120px;
        max-width: 97%; }
    #basket .item .price {
      width: 13%;
      text-align: center;
      color: #000;
      font-size: 22px;
      font-weight: bold;
      vertical-align: middle; }
      @media screen and (max-width: 991px) {
        #basket .item .price {
          width: 30%; } }
      #basket .item .price .currency {
        font-size: 12px;
        font-weight: bold;
        padding-left: 0px; }
      #basket .item .price .old .currency,
      #basket .item .price .new .currency {
        padding-left: 5px; }
      #basket .item .price .old {
        font-size: 16px;
        font-weight: bold;
        color: #a7a7a7;
        text-decoration: line-through; }
      #basket .item .price .new {
        color: #e41317; }
    #basket .item .quantity {
      padding: 0 10px;
      width: 120px;
      vertical-align: middle; }
      @media screen and (max-width: 991px) {
        #basket .item .quantity {
          width: 40%; } }
      #basket .item .quantityInput {
        display: -ms-flexbox;
        display: flex; }
      #basket .item .quantityPlus, #basket .item .quantityMinus {
        padding: 0 10px;
        margin: 0;
        height: 24px;
        border: none;
        cursor: pointer;
        background: #e41317;
        color: #fff; }
        #basket .item .quantityPlus:hover, #basket .item .quantityMinus:hover {
          background: #cc1115; }
      #basket .item .quantityText {
        padding: 0px;
        margin: 0;
        width: 60px;
        height: 24px;
        border: none;
        border-top: 1px solid #e41317;
        border-bottom: 1px solid #e41317;
        text-align: center;
        color: #000; }
  #basket .itog {
    text-align: right;
    color: #000;
    font-size: 20px;
    font-weight: bold; }
    @media screen and (max-width: 991px) {
      #basket .itog {
        font-size: 16px; } }
    #basket .itog .old {
      color: #858585;
      text-decoration: line-through; }
    #basket .itog .new {
      color: #e41317; }
  #basket.profile-basket .thumb {
    max-width: 120px;
    overflow: hidden;
    text-align: center;
    vertical-align: top; }
  #basket.profile-basket .price {
    font-size: 16px;
    font-weight: bold; }

a.remove {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  text-indent: -999em;
  display: inline-block;
  background: url("../images/ico_remove.png") 0 0 no-repeat;
  cursor: pointer; }
  a.remove:hover {
    opacity: .8; }

.login_block {
  position: relative;
  margin-bottom: 50px; }
  .login_block .nav-tabs {
    border: none; }
    @media screen and (max-width: 991px) {
      .login_block .nav-tabs {
        -ms-flex-pack: center;
            justify-content: center; } }
    .login_block .nav-tabs .nav-item {
      padding: 0;
      margin: 0; }
      .login_block .nav-tabs .nav-item:last-of-type .nav-link.active {
        background: #ea410c url(../images/ltab_red2.png) no-repeat; }
    .login_block .nav-tabs .nav-link {
      display: block;
      border: none;
      border-radius: 0;
      margin: 10px 20px;
      padding: 0;
      font-size: 14px;
      font-weight: bold;
      color: #484848;
      border-bottom: 1px dotted #9e9e9e; }
      .login_block .nav-tabs .nav-link:hover {
        border-bottom-color: transparent; }
      .login_block .nav-tabs .nav-link.active {
        color: #fff;
        background: url(../images/ltab_red.png) no-repeat;
        padding: 10px 10px 10px 45px;
        margin: 0;
        border-bottom-color: transparent;
        border-radius: 4px 4px 0 0; }
  .login_block .form-body {
    position: relative;
    max-width: 520px;
    min-height: 100px;
    background: linear-gradient(to bottom, #f3f3f3, #fff 50%, #f3f3f3);
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 20px 10px 20px 30px; }
    @media screen and (max-width: 766px) {
      .login_block .form-body {
        padding: 20px 10px; } }
    .login_block .form-body form {
      max-width: 440px;
      position: relative;
      padding-right: 130px; }
      @media screen and (max-width: 766px) {
        .login_block .form-body form {
          padding-right: 0; } }
    .login_block .form-body .form-title {
      font-size: 16px;
      font-weight: bold;
      margin: 0 0 15px 0;
      padding: 0;
      color: #484848; }
    .login_block .form-body .form-group {
      margin: 0 0 10px 0;
      display: block; }
    .login_block .form-body h4 {
      font-size: 12px;
      color: #0f5cbc; }
    .login_block .form-body .form-radio {
      margin-bottom: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .login_block .form-body .form-radio input {
        margin-right: 10px;
        cursor: pointer; }
      .login_block .form-body .form-radio label {
        margin: 0;
        font-size: 14px;
        cursor: pointer; }
      .login_block .form-body .form-radio:hover label {
        text-decoration: underline; }
    .login_block .form-body input[type="text"],
    .login_block .form-body input[type="password"],
    .login_block .form-body textarea,
    .login_block .form-body select {
      width: 100%;
      border: 1px solid #fff;
      background: #d9d9d9;
      padding: 6px 10px;
      box-shadow: inset 0 4px 5px -1px #a3a3a3;
      font-size: 13px; }
    .login_block .form-body select {
      width: 100%; }
    .login_block .form-body textarea {
      height: 70px;
      resize: none; }
    .login_block .form-body .btn_check {
      position: absolute;
      right: -10px;
      top: 22px;
      display: block;
      height: 51px;
      width: 122px;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      text-decoration: none;
      background: url("../images/login_btn.png") 0 bottom no-repeat;
      border: none;
      cursor: pointer;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      outline: none; }
      @media screen and (max-width: 766px) {
        .login_block .form-body .btn_check {
          position: static;
          right: auto;
          top: auto;
          margin: 20px auto; } }
      .login_block .form-body .btn_check:hover {
        opacity: 0.8; }
  .login_block .radio {
    margin: 16px 0 17px 25px; }
    .login_block .radio .radio-label {
      margin: 3px 0 0 10px;
      color: #484848;
      font-size: 12px; }
  .login_block .input-title {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: #0f5cbc; }
    .login_block .input-title .star {
      color: #e41317;
      margin-left: 3px; }
  .login_block .back2steps,
  .login_block .cart_frps,
  .login_block .msg-bot {
    margin: 0 0 15px 0;
    font-size: 13px; }
    @media screen and (max-width: 991px) {
      .login_block .back2steps,
      .login_block .cart_frps,
      .login_block .msg-bot {
        text-align: center; } }
    .login_block .back2steps a,
    .login_block .cart_frps a,
    .login_block .msg-bot a {
      text-decoration: underline;
      color: #0000f2; }
      .login_block .back2steps a:hover,
      .login_block .cart_frps a:hover,
      .login_block .msg-bot a:hover {
        text-decoration: none; }
  .login_block .msg-bot {
    font-style: italic; }
  .login_block .error-message {
    display: none;
    color: red;
    font-size: 11px; }

#profile-form .subtitle {
  margin: 20px 0 15px 0; }

.profile-form .post {
  display: none; }

#profile {
  margin: 15px 0;
  background: #fff; }
  #profile h4 {
    font-size: 22px;
    margin: 0 0 20px 0; }
  #profile .msg {
    padding: 5px 0 10px 0; }
    #profile .msg span {
      color: #e41317; }
  #profile .profile-input {
    width: 100%;
    color: #2b2b2b;
    border: 1px solid #7f7f7f;
    padding: 7px 10px;
    background: url("../images/input_bg.png") right -24px no-repeat;
    font-size: 14px; }
    #profile .profile-input.error {
      background: url("../images/input_bg.png") right top no-repeat; }
  #profile textarea {
    width: 100%;
    color: #2b2b2b;
    height: 70px;
    border: 1px solid #7f7f7f;
    padding: 5px 10px; }
  #profile textarea.error,
  #profile input:focus,
  #profile textarea:focus {
    border: 1px solid #ed1c24; }
  #profile .btn_profile {
    display: inline-block;
    width: 160px;
    height: 36px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 8px 0 0 0;
    border: none;
    background: url("../images/btn_login.png") 0 0 no-repeat;
    cursor: pointer; }
  #profile .form-group {
    margin: 0 0 15px 0; }
    #profile .form-group label {
      font-size: 13px;
      font-weight: bold;
      margin: 0 0 5px 0;
      display: block; }
    #profile .form-group a {
      color: #0010a8;
      font-size: 12px; }
  #profile .form-baton {
    text-align: right; }
  #profile span {
    color: #9f9f9f; }

.order-list {
  margin-bottom: 10px; }

.order-list .order-id {
  float: left;
  margin-bottom: 2px;
  width: 49%; }

.order-list .order-status {
  float: right;
  margin-bottom: 2px;
  text-align: right;
  width: 49%; }

.order-list .order-status .inproces {
  color: #c7b550; }

.order-list .order-status .complete {
  color: green; }

.order-list .order-status .cancel {
  color: red; }

.order-list .order-content {
  border-bottom: 1px solid #DEDEDE;
  border-top: 1px solid #DEDEDE;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 0;
  width: 100%; }

.order-list .order-content div {
  float: left;
  width: 33.3%; }

.order-list .order-info {
  text-align: right; }

.order-list .order-info a {
  text-decoration: none; }

.order-detail {
  background: none repeat scroll 0 0 #EFEFEF;
  font-weight: bold; }

table.list {
  border-collapse: collapse;
  border-left: 1px solid #DEDEDE;
  border-top: 1px solid #DEDEDE;
  margin-bottom: 20px;
  width: 100%; }

table.list td {
  border-bottom: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  background: #fff; }

table.list thead td {
  background-color: #EFEFEF;
  color: #686868;
  padding: 0 5px; }

table.list thead td a,
.list thead td {
  color: #222222;
  font-weight: bold;
  text-decoration: none; }

table.list tbody td a {
  text-decoration: underline;
  color: #0010A8;
  font: 14px Arial;
  /*text-shadow: 0 0 1px #999FDC;*/ }

table.list tbody td .thumbb {
  width: 80px;
  height: 100%;
  float: left;
  margin: 10px;
  overflow: hidden; }

table.list tbody td .thumbb img {
  width: 80px;
  height: auto; }

table.list tbody td a:hover {
  text-decoration: none; }

table.list tbody td {
  padding: 0 5px;
  vertical-align: top; }

table.list .left {
  padding: 7px;
  text-align: left; }

table.list .right {
  padding: 7px;
  text-align: right; }

table.list .center {
  padding: 7px;
  text-align: center; }

table.list .asc {
  background: url("../image/asc.png") no-repeat scroll right center transparent;
  padding-right: 15px; }

table.list .desc {
  background: url("../image/desc.png") no-repeat scroll right center transparent;
  padding-right: 15px; }

.form-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .form-radio label {
    font-size: 14px;
    -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px); }
  .form-radio input {
    -ms-flex: 0 0 20px;
        flex: 0 0 20px;
    margin: 1px 10px 0 0; }
    .form-radio input:checked ~ label {
      font-weight: bold; }
  .form-radio .post {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    background: #f2f2f2;
    padding: 10px; }
    @media screen and (max-width: 991px) {
      .form-radio .post {
        max-height: 180px;
        overflow-y: auto; } }

.loyality {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px; }
  .loyality p {
    margin: 0 0 15px 0; }
    .loyality p strong {
      color: #e41317; }

.logo-big {
  width: 260px;
  height: 160px;
  margin: 20px 0px 0 0px;
  display: inline-block;
  text-indent: -999em;
  background: url("../images/logo-big.png") 0 0 no-repeat;
  background-size: cover; }
  @media screen and (max-width: 766px) {
    .logo-big {
      width: 140px;
      height: 85px;
      display: block;
      margin: 0 auto; } }

.acc_wrapper {
  max-width: 375px;
  min-height: calc(100vh - 190px);
  margin: 0 auto; }
  @media screen and (max-width: 766px) {
    .acc_wrapper {
      margin: 20px; } }

#acc-form {
  margin: 0 0 100px 0;
  padding: 0 35px 40px 35px;
  background: #fff;
  position: relative; }
  @media screen and (max-width: 766px) {
    #acc-form {
      padding: 15px; } }
  #acc-form h1 {
    font-weight: bold;
    font-size: 35px;
    font-style: italic;
    color: #000;
    text-align: center;
    margin: 15px 0 10px 0; }
    @media screen and (max-width: 766px) {
      #acc-form h1 {
        font-size: 24px; } }
  #acc-form .form-group {
    margin: 0 0 10px 0; }
  #acc-form span {
    font-weight: bold;
    font-style: italic;
    color: #2b2b2b;
    display: block;
    font-size: 14px;
    margin: 0 0 5px 0; }
  #acc-form .acc-input {
    width: 100%;
    border: 3px solid #e5e5e5;
    padding: 5px 10px;
    margin: 0; }
    #acc-form .acc-input:focus {
      border-color: #e41317; }
  #acc-form .msg {
    padding: 5px 0 10px 0; }
    #acc-form .msg a {
      font-style: italic; }
    #acc-form .msg span {
      color: #e41317; }
  #acc-form .link-rules {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    #acc-form .link-rules span {
      font-weight: 400;
      font-size: 12px;
      color: #2b2b2b;
      margin: 2px 0 0 10px; }
  #acc-form .form-kod {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px; }
    @media screen and (max-width: 766px) {
      #acc-form .form-kod .refresh-kod img {
        height: 36px; } }
  #acc-form .btn_acc {
    width: 160px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 7px 20px;
    border: none;
    background: #e41317;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 100%; }
    #acc-form .btn_acc:before {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 10px 10px;
      border-color: transparent transparent #e41317 transparent;
      transition: .3s; }

#compare-wrap {
  width: 100%;
  overflow: auto;
  margin-bottom: 30px; }

#compare-tbl {
  margin-bottom: 20px; }
  @media screen and (max-width: 991px) {
    #compare-tbl {
      min-width: 120px; } }
  #compare-tbl .item {
    width: 220px;
    height: 300px;
    position: relative;
    border: 1px solid #ececec; }
    @media screen and (max-width: 991px) {
      #compare-tbl .item {
        width: 180px;
        height: 250px; } }
    #compare-tbl .item .thumb {
      overflow: hidden;
      text-align: center;
      margin-bottom: 5px; }
      #compare-tbl .item .thumb a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        height: 200px; }
        @media screen and (max-width: 991px) {
          #compare-tbl .item .thumb a {
            height: 140px; } }
      #compare-tbl .item .thumb img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    #compare-tbl .item .title {
      height: 70px;
      overflow: hidden;
      margin: 0 5px; }
      #compare-tbl .item .title a {
        font-size: 14px;
        color: #000; }
        @media screen and (max-width: 991px) {
          #compare-tbl .item .title a {
            font-size: 13px; } }
    #compare-tbl .item .price {
      width: 100%;
      margin-left: 5px;
      margin-top: 10px;
      font-weight: bold;
      font-size: 16px;
      color: #000; }
      #compare-tbl .item .price .currency {
        margin-left: 5px; }
  #compare-tbl .cart_add {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    padding: 7px 12px; }
  #compare-tbl td .ff {
    width: 200px; }
    @media screen and (max-width: 991px) {
      #compare-tbl td .ff {
        width: 120px; } }
  #compare-tbl .goods td {
    border-bottom: 3px solid #ececec; }
  #compare-tbl .params:hover {
    background: #ffeee8; }
  #compare-tbl .params td {
    width: 220px;
    vertical-align: top;
    border-bottom: 1px solid #ececec;
    font-size: 12px;
    color: #484848; }
    @media screen and (max-width: 991px) {
      #compare-tbl .params td {
        width: 120px; } }
    #compare-tbl .params td.val {
      border-bottom: 1px solid #ececec;
      border-left: 1px solid #ececec; }
  #compare-tbl .params p {
    padding: 5px 3px; }
  #compare-tbl .params .bingo {
    background: #e41317 url("../images/bingo_bg.png") no-repeat top left;
    border-bottom: 1px solid #fff;
    color: #fff; }
  #compare-tbl ul {
    margin-left: 15px; }

#contact-page,
#contact-page h3 {
  color: #000;
  font-size: 15px; }

.contact-txt select {
  margin-bottom: 10px;
  padding: 5px 10px;
  width: 100%; }

#contact-page {
  margin-bottom: 30px; }
  #contact-page .post p {
    margin-bottom: 5px; }
  #contact-page h3 {
    font-size: 16px;
    padding: 7px 0; }
  #contact-page .tel {
    font-size: 18px;
    color: #9f9f9f;
    margin: 5px 0; }
    #contact-page .tel span {
      font-size: 18px;
      color: #e41317; }

#contact-page .post span,
#contact-page .post a,
#contact-page .contact-map span {
  color: #e41317;
  font-size: 15px; }

.contact-grafik {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec; }
  .contact-grafik .post {
    font-size: 16px; }
  .contact-grafik .alert {
    margin: 26px 0 auto 0;
    padding: 12px 15px;
    color: #fff;
    font-size: 15px;
    background: #e41317;
    position: relative; }
    .contact-grafik .alert:after {
      content: "";
      display: block;
      position: absolute;
      right: -1px;
      top: -15px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 16px 16px;
      border-color: transparent transparent #e41317 transparent; }

.conteiner_nf {
  background: url("../images/bot_nf.png") no-repeat fixed top;
  height: 100%;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1; }

.wrapper_nf {
  width: 280px;
  margin: 140px auto 50px auto;
  position: relative;
  z-index: 10; }

.wrapper_nf .nf-title {
  font: 57px Arial;
  text-align: right;
  padding-right: 20px; }

.wrapper_nf .nf-dig {
  font: 167px Arial;
  text-align: center; }

.wrapper_nf .nf-post {
  font: 12px/1.5 Arial;
  text-align: left; }

.wrapper_nf .nf-post a {
  font: 12px/1.5 Arial;
  color: #00509d; }
