﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,700i");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

html {
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="submit"],
input[type="button"],
input[type="search"],
button {
  -webkit-appearance: none; }

a {
  text-decoration: none; 
  outline: 0 !important;
	color:#000;
}

.clearfix:after {
  clear: both;
  height: 0;
  display: block;
  content: ""; }

.table-block {
  display: table;
  width: 100%;
  height: 100%; }

.block-vertical {
  display: table-cell;
  vertical-align: middle; }

.block-bottom {
  display: table-cell;
  vertical-align: bottom; }

.middle {
  display: inline-block;
  vertical-align: middle; }

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

body {
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333; }

img {
  max-width: 100%;
  height: auto; }

b {
  font-weight: bold; }

i {
  font-style: italic; }

.btn {
  display: inline-block;
  vertical-align: middle; }
  .btn-blue {
    background: #c41a50;
    color: #fff;
    padding: 15px;
    text-align: center; }
    .btn-blue:hover {
      background: #ffff00;
      color: #c41a50; }
    .btn-blue--product-footer {
      width: 190px;
      font-size: 24px;
      font-weight: 700; }
      @media (max-width: 1199px) {
        .btn-blue--product-footer {
          font-size: 18px;
          width: 145px;
          padding: 10px; } }
  .btn-map {
    margin-top: 10px;
    width: 100%;
    font-size: 32px;
    padding: 20px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .btn-map {
        font-size: 24px; } }
    @media (max-width: 575px) {
      .btn-map {
        font-size: 20px;
        padding: 15px 10px; } }
  .btn-full {
    width: 100%; }

.page-title {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase; }
  .page-title:after {
    content: "";
    display: block;
    width: 55px;
    height: 5px;
    margin: 25px auto;
    background: #ededed; }
  @media (max-width: 1199px) {
    .page-title {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .page-title {
      font-size: 26px; } }
  @media (max-width: 767px) {
    .page-title {
      font-size: 24px; } }

@media (max-width: 767px) {
  .for-desktop {
    display: none; } }

@media (min-width: 768px) {
  .for-mobile {
    display: none !important; } }

h2 {
  font-size: 36px;
  font-weight: 600; }
  @media (max-width: 991px) {
    h2 {
      font-size: 30px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 24px; } }

.item-title {
  text-transform: uppercase;
  margin-bottom: 80px; }
  .item-title--blue {
    color: #c41a50; }
  .item-title--manufacturer {
    margin-bottom: 60px; }
  @media (max-width: 991px) {
    .item-title {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .item-title {
      margin-bottom: 30px; } }

.text-block {
  font-size: 16px;
  color: #333;
  padding-top: 5px;
  border-top: 1px solid #e4e4e4; }
  .text-block h5 {
    margin-top: 20px;
    font-size: 16px; }
  .text-block p {
    margin-top: 20px; }
  @media (max-width: 767px) {
    .text-block {
      font-size: 14px;
      line-height: 1.3; } }

.top-panel {
  font-size: 16px;
  padding: 10px 0;
  background: #ededed; }
  .top-panel__link {
    line-height: 1;
    color: #333;
    border-bottom: 1px solid transparent; }
    .top-panel__link:hover {}
  .top-panel__delimiter {
    margin: 0 5px; }
  .top-panel .fa {
    font-size: 18px;
    color: #c41a50;
    margin-right: 5px; }
  @media (max-width: 767px) {
    .top-panel {
      font-size: 14px; } }

.header__center {
  padding: 15px 0;
  color: #333;
height:160px; }

.header__title {
  font-size: 18px;
  margin-bottom: 5px;
  padding-left: 35px; }
  @media (max-width: 991px) {
    .header__title {
      font-size: 16px; } }
  @media (max-width: 575px) {
    .header__title {
      padding-left: 0; } }

@media (max-width: 575px) {
  .header__contacts {
    margin-top: 20px;
    width: 100%;
    text-align: center; } }

@media (max-width: 575px) {
  .header__info {
    width: 100%;
    text-align: center; } }

.logo__text {
  font-size: 72px;
  color: #c41a50;
  text-transform: uppercase;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
  font-weight: 600; }
  @media (max-width: 1199px) {
    .logo__text {
      font-size: 50px; } }
  @media (max-width: 991px) {
    .logo__text {
      font-size: 38px; } }

@media (max-width: 767px) {
  .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; } }

.time {
  font-size: 14px;
  position: relative;
  margin-top: 6px;
  padding-left: 35px; }
  .time .fa {
    color: #c41a50;
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 28px; }
    @media (max-width: 575px) {
      .time .fa {
        display: none; } }
  @media (max-width: 991px) {
    .time {
      font-size: 14px; } }
  @media (max-width: 575px) {
    .time {
      padding-left: 0; } }

.search {
  width: 450px;
  position: relative; }
  .search__field {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 35px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    border: 1px solid #e4e4e4;
    font-family: "Open Sans", sans-serif; }
    @media (max-width: 991px) {
      .search__field {
        font-size: 14px; } }
  .search__btn {
    border: 0;
    outline: 0;
    background: none;
    cursor: pointer;
    color: #a2a1a1;
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 45%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  @media (max-width: 1199px) {
    .search {
      width: 370px; } }
  @media (max-width: 991px) {
    .search {
      width: 245px; } }
  @media (max-width: 575px) {
    .search {
      width: 100%; } }

.phone {
  display: flex;
  align-items: center;
  margin-top: 6px;
  margin-left: 0;
  color: #333;
  font-size: 14px;
  margin-bottom: 0px; }
  .phone .fa {
    color: #c41a50;
    margin-right: 5px; }
  @media (max-width: 991px) {
    .phone {
      font-size: 14px;
      margin-bottom: 5px; } }

.social {
  text-align: center; }
  .social__item {
    display: inline-block;
    vertical-align: middle;
    background: #c41a50;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    color: #fff; }
    .social__item + .social__item {
      margin-left: 5px; }
    .social__item .fa {
      font-size: 24px;
      vertical-align: middle; }
  @media (max-width: 575px) {
    .social {
      margin-top: 10px; } }

.footer {
  padding-top: 40px;
  padding-bottom: 30px; 
  margin-top: 40px;
  border-top: 1px solid #c41a50;
}
  .footer__logo__item {
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    color: #c41a50;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
    line-height: 1; }
  @media (max-width: 1199px) {
    .footer__logo {
      width: 100%;
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .footer__item {
      width: 33.3%;
      margin-bottom: 20px; } }
  @media (max-width: 575px) {
    .footer__item {
      width: 100%; } }
  .footer__title {
    font-size: 14px;
    color: #000; }
  .footer__menu li {
    margin-top: 5px; }
  .footer__menu a {
    color: #000;  }
    .footer__menu a:hover {
      border-bottom: 1px solid; }
  .footer__bottom {
    padding-left: 325px;
    margin-top: -45px; }
    @media (max-width: 1199px) {
      .footer__bottom {
        margin-top: 20px;
        padding-left: 0; } }
  .footer__social__item {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    background: #7b7a7a;
    color: #fff;
    font-size: 30px;
    opacity: 0.6;
    margin: 5px; }
    .footer__social__item:hover {
      opacity: 1; }
  .footer__payment {
    margin-top: 35px; }
    .footer__payment__item {
      display: inline-block;
      vertical-align: middle;
      margin: 5px 4px; }
      /*
    @media (max-width: 767px) {
      .footer__payment {
        display: none; } }*/

.top-btn {
  display: none;
  width: 134px;
  height: 135px;
  position: fixed;
  z-index: 10;
  bottom: 50px;
  right: 30px;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: url(../images/to-top.png) no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain; }
  @media (max-width: 1199px) {
    .top-btn {
      width: 90px;
      height: 90px; } }
  @media (max-width: 767px) {
    .top-btn {
      right: 15px;
      width: 50px;
      height: 50px; } }

.tab-pane {
  display: none; }
  .tab-pane.is-active {
    display: block; }

.view-btn {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px; }
  .view-btn--column {
    background: url(../images/column-view.png) no-repeat; }
    .view-btn--column.active {
      background: url(../images/column-view-active.png) no-repeat; }
  .view-btn--list {
    margin-left: 10px;
    background: url(../images/list-view.png) no-repeat; }
    .view-btn--list.active {
      background: url(../images/list-view-active.png) no-repeat; }

.basket {
  margin-top: 55px; }
  .basket__header {
    text-align: center; }
    .basket__header__title {
      display: inline-block;
      font-size: 30px;
      color: #c41a50;
      text-transform: uppercase;
      font-weight: 700;
      position: relative; }
      .basket__header__title:after {
        content: "";
        display: block;
        width: 200px;
        height: 1px;
        background: #e1deda;
        margin: 10px auto; }
      @media (max-width: 991px) {
        .basket__header__title {
          font-size: 24px; } }
    .basket__header__text {
      font-size: 16px;
      color: #33394b;
      font-weight: 600; }
      @media (max-width: 991px) {
        .basket__header__text {
          font-size: 14px; } }
    .basket__header__delete {
      position: absolute;
      z-index: 2;
      right: -75px;
      top: -40px;
      width: 18px;
      height: 18px;
      background: url(../images/close.png) no-repeat; }
  @media (max-width: 991px) {
    .basket__wrapp {
      overflow: auto; } }
  .basket__content {
    margin-top: 30px; }
  .basket__table {
    width: 100%; }
    .basket__table td {
      vertical-align: middle;
      padding: 5px 0; }
    .basket__table thead {
      font-size: 18px; }
      @media (max-width: 991px) {
        .basket__table thead {
          font-size: 14px; } }
    .basket__table tbody {
      font-size: 18px; }
      .basket__table tbody td {
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        padding: 15px 10px; }
        .basket__table tbody td:first-child {
          border-left: 1px solid #ececec; }
        .basket__table tbody td:last-child {
          border-right: 1px solid #ececec; }
      @media (max-width: 991px) {
        .basket__table tbody {
          font-size: 14px; } }
    .basket__table tfoot {
      font-size: 24px;
      font-weight: 600; }
      .basket__table tfoot span {
        font-size: 48px; }
        @media (max-width: 991px) {
          .basket__table tfoot span {
            font-size: 24px; } }
      .basket__table tfoot td {
        padding: 25px 10px;
        border-bottom: 1px solid #ececec; }
        .basket__table tfoot td:first-child {
          text-transform: uppercase;
          border-left: 1px solid #ececec; }
        .basket__table tfoot td:last-child {
          text-align: right;
          border-right: 1px solid #ececec; }
      @media (max-width: 991px) {
        .basket__table tfoot {
          font-size: 18px; } }
    @media (max-width: 991px) {
      .basket__table {
        width: 730px; } }
  .basket__footer {
    margin-top: 20px;
    text-align: right; }
  .wishlist-btn , .compare-btn{
      font-size: 16px;
      text-decoration: none;
  }
  .wishlist-btn{
    margin-right: 10px;
  }
  .wishlist-btn.wishlist-prod-list{
    margin-right: 0px;
  }
  .wishlist-btn:hover , .compare-btn:hover{
    color: #000;
    text-decoration: none;
  }
  .wishlist-btn.active ,.compare-btn.active{
    color: red;
    font-weight: bold;
  }
.btn-basket {
  width: 315px;
  padding: 20px 15px;
  font-size: 24px;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .btn-basket {
      width: 240px;
      font-size: 18px; } }