@charset "UTF-8";
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Montserrat - Black";
  src: url("../fonts/Montserrat-Black.eot");
  src: url("../fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype"), url("../fonts/Montserrat-Black.svg#Montserrat-Black") format("svg");
  font-weight: 400;
  font-style: normal; }

* {
  box-sizing: border-box;
  outline: none; }

img {
  max-width: 100%; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  color: #2e2e2e;
  font-weight: 400;
  background: url("../images/bg.jpg") repeat top center;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.clearfix:after {
  clear: both;
  display: table;
  content: " "; }

.clearfix:before {
  clear: both;
  display: table;
  content: " "; }

.container {
  width: 960px;
  margin: 0 auto; }

a {
  color: #2e2e2e;
  text-decoration: none;
  transition: .2s; }

.center {
  text-align: center; }

input[type=password] {
  font-size: 22px;
  font-weight: bold; }

input[type=password]::placeholder {
  font-size: 14px;
  font-weight: normal; }

.wrapper {
  background-color: #ffffff;
  width: 100%;
  max-width: 1030px;
  border-radius: 10px;
  margin: 0 auto; }
  .wrapper.red {
    background-color: #dd5454; }
  .wrapper.radius {
    border-radius: 10px 10px 0 0; }
  .wrapper.clear {
    border-radius: 0 0 10px 10px; }

.top_line {
  padding: 10px 0px; }
  .top_line .row {
    display: flex;
    justify-content: space-between; }
  .top_line .links a,
  .top_line .menu a {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-right: 20px;
    line-height: 22px; }
    .top_line .links a:last-child,
    .top_line .menu a:last-child {
      margin-right: 0; }
    .top_line .links a:hover,
    .top_line .menu a:hover {
      color: #dd5454; }
    .top_line .links a.user,
    .top_line .menu a.user {
      background: url("../images/ico_user.svg") no-repeat left center;
      padding-left: 28px; }

header {
  padding: 10px 0px 10px; }
  header .row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .row.line_1 .col:nth-child(1) {
      flex: 0 0 370px;
      display: flex;
      align-items: center; }
      header .row.line_1 .col:nth-child(1) .logo img {
        max-width: 100px; }
      header .row.line_1 .col:nth-child(1) .slogan {
        color: #3b3b3b;
        font-family: "Montserrat - Black";
        font-size: 19px;
        margin-left: 10px;
        letter-spacing: 0.47px;
        line-height: 24px; }
        header .row.line_1 .col:nth-child(1) .slogan span {
          color: #dd5454;
          display: block; }
    header .row.line_1 .col:nth-child(2) {
      flex: 1 1 100%; }
      header .row.line_1 .col:nth-child(2) .row.border {
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 10px; }
      header .row.line_1 .col:nth-child(2) .row .menu {
        padding-bottom: 8px; }
      header .row.line_1 .col:nth-child(2) .row .links a,
      header .row.line_1 .col:nth-child(2) .row .menu a {
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        margin-right: 20px;
        line-height: 22px; }
        header .row.line_1 .col:nth-child(2) .row .links a:last-child,
        header .row.line_1 .col:nth-child(2) .row .menu a:last-child {
          margin-right: 0; }
        header .row.line_1 .col:nth-child(2) .row .links a:hover,
        header .row.line_1 .col:nth-child(2) .row .menu a:hover {
          color: #dd5453; }
        header .row.line_1 .col:nth-child(2) .row .links a.user,
        header .row.line_1 .col:nth-child(2) .row .menu a.user {
          background: url("../images/ico_user.svg") no-repeat left center;
          padding-left: 28px; }
      header .row.line_1 .col:nth-child(2) .row.line_2 {
        align-items: center; }
        header .row.line_1 .col:nth-child(2) .row.line_2 .col768 {
          display: none; }
        header .row.line_1 .col:nth-child(2) .row.line_2 .col {
          padding-left: 25px; }
          header .row.line_1 .col:nth-child(2) .row.line_2 .col .title {
            font-size: 13px;
            line-height: 20px;
            line-height: 24px;
            letter-spacing: 0.35px;
            position: relative; }
          header .row.line_1 .col:nth-child(2) .row.line_2 .col .region {
            line-height: 24px;
            margin-right: 40px;
            min-width: 130px;
            position: relative; }
            header .row.line_1 .col:nth-child(2) .row.line_2 .col .region .title:before {
              content: '';
              width: 16px;
              height: 19px;
              background: url("../images/ico_map.svg") no-repeat left center;
              position: absolute;
              left: -30px;
              top: 2px;
              background-size: contain; }
            header .row.line_1 .col:nth-child(2) .row.line_2 .col .region .link {
              font-size: 13px;
              color: #000000;
              font-weight: 700;
              letter-spacing: 0.35px;
              border-bottom: 1px solid rgba(85, 85, 85, 0.5); }
              header .row.line_1 .col:nth-child(2) .row.line_2 .col .region .link:hover {
                border-bottom: 1px solid transparent; }
            header .row.line_1 .col:nth-child(2) .row.line_2 .col .region .region_list {
              border-radius: 5px;
              border: 1px solid #e8e8e8;
              background-color: #ffffff;
              position: absolute;
              top: 100%;
              width: 149px;
              left: -20px;
              z-index: 6;
              margin-top: 5px;
              padding: 10px 22px;
              display: none; }
              header .row.line_1 .col:nth-child(2) .row.line_2 .col .region .region_list div {
                line-height: 30px; }
                header .row.line_1 .col:nth-child(2) .row.line_2 .col .region .region_list div a {
                  font-size: 13px;
                  color: #000000;
                  letter-spacing: 0.35px; }
                  header .row.line_1 .col:nth-child(2) .row.line_2 .col .region .region_list div a:hover {
                    color: #1ac1bf; }
          header .row.line_1 .col:nth-child(2) .row.line_2 .col .time {
            line-height: 24px;
            margin-right: 30px;
            max-width: 130px; }
            header .row.line_1 .col:nth-child(2) .row.line_2 .col .time .title:before {
              content: '';
              width: 17px;
              height: 18px;
              background: url("../images/ico_time.svg") no-repeat left center;
              position: absolute;
              left: -30px;
              top: 2px;
              background-size: contain; }
            header .row.line_1 .col:nth-child(2) .row.line_2 .col .time .work {
              font-size: 13px;
              font-weight: bold;
              line-height: 16px; }
          header .row.line_1 .col:nth-child(2) .row.line_2 .col .phone {
            background: url("../images/ico_tel.svg") no-repeat 0px 6px;
            margin-left: -25px;
            padding-left: 25px;
            margin-right: 30px; }
            header .row.line_1 .col:nth-child(2) .row.line_2 .col .phone .tel {
              white-space: nowrap;
              color: #000000;
              font-size: 22px;
              font-weight: 700;
              letter-spacing: 0.6px; }
            header .row.line_1 .col:nth-child(2) .row.line_2 .col .phone .zvonok_link {
              margin-top: 5px; }
              header .row.line_1 .col:nth-child(2) .row.line_2 .col .phone .zvonok_link a {
                color: #dd5454;
                font-size: 12px;
                text-transform: uppercase;
                font-weight: bold;
                border-bottom: 1px solid rgba(221, 84, 84, 0.5); }
                header .row.line_1 .col:nth-child(2) .row.line_2 .col .phone .zvonok_link a:hover {
                  border-bottom: 1px solid transparent; }
          header .row.line_1 .col:nth-child(2) .row.line_2 .col .cart {
            width: 192px;
            border-radius: 6px;
            background: #fff url(../images/ico_cart.svg) no-repeat 21px 14px;
            background-size: 31px;
            transition: .2s;
            white-space: nowrap; }
            header .row.line_1 .col:nth-child(2) .row.line_2 .col .cart:hover {
              background-color: #f8f7f2; }
            header .row.line_1 .col:nth-child(2) .row.line_2 .col .cart .title {
              color: #3b3b3b;
              font-size: 12px;
              line-height: inherit;
              padding-left: 60px;
              padding-right: 15px; }
            header .row.line_1 .col:nth-child(2) .row.line_2 .col .cart .link {
              margin-left: 60px;
              margin-right: 15px;
              color: #dd5454;
              font-size: 12px;
              font-weight: 700;
              border-bottom: 1px solid #dd5454;
              margin-top: 7px;
              display: inline-block; }
              header .row.line_1 .col:nth-child(2) .row.line_2 .col .cart .link:hover {
                border-bottom: 1px solid transparent; }
            header .row.line_1 .col:nth-child(2) .row.line_2 .col .cart .emptys {
              padding: 10px 0px 10px 0px; }
            header .row.line_1 .col:nth-child(2) .row.line_2 .col .cart .full {
              padding: 10px 0px 10px 0px;
              display: block;
              position: relative; }
              header .row.line_1 .col:nth-child(2) .row.line_2 .col .cart .full .title {
                padding-left: 70px; }
              header .row.line_1 .col:nth-child(2) .row.line_2 .col .cart .full .num {
                padding-left: 70px;
                padding-right: 15px;
                color: #3b3b3b;
                font-size: 12px;
                font-weight: 700;
                margin-top: 7px; }
              header .row.line_1 .col:nth-child(2) .row.line_2 .col .cart .full .count {
                position: absolute;
                width: 20px;
                height: 20px;
                background-color: #dd5454;
                color: #fff;
                font-size: 11px;
                font-weight: 500;
                border-radius: 50%;
                line-height: 20px;
                text-align: center;
                left: 40px;
                top: 9px; }

.navigation .container {
  position: relative; }
  .navigation .container:before {
    content: '';
    width: 100%;
    height: 5px;
    display: block;
    background: url("../images/line_arrow.png") repeat-x; }
  .navigation .container:after {
    content: '';
    width: 100%;
    height: 5px;
    display: block;
    background: url("../images/line_arrow.png") repeat-x; }

.navigation .row {
  display: flex;
  justify-content: space-between;
  position: relative; }
  .navigation .row .col:nth-child(1) {
    flex: 1 1 100%; }
  .navigation .row .col:nth-child(2) {
    flex: 0 0 132px; }
  .navigation .row .col .cart_mobile {
    display: none; }
  .navigation .row .col .search {
    transition: .2s;
    border-radius: 0px 6px 0 0; }
    .navigation .row .col .search:hover {
      background-color: #fff; }
    .navigation .row .col .search .search_link {
      display: block;
      line-height: 50px;
      font-size: 14px;
      color: #4b4b4b;
      font-weight: 700;
      letter-spacing: 0.4px;
      padding: 0px 20px 0px 40px;
      background: url("../images/ico_search.svg") no-repeat left 15px center; }
    .navigation .row .col .search .search__block {
      position: absolute;
      top: 0;
      right: 0;
      height: 50px;
      border-radius: 5px 5px 0 0;
      background-color: #fff;
      width: 0px;
      overflow: hidden;
      transition: .2s; }
      .navigation .row .col .search .search__block.active {
        width: 100%; }
      .navigation .row .col .search .search__block .close {
        width: 30px;
        height: 30px;
        display: block;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBGMjE2MjE5OUIwMDExRTg5NjM1ODNBMDJBNkMzMjhGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBGMjE2MjFBOUIwMDExRTg5NjM1ODNBMDJBNkMzMjhGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEYyMTYyMTc5QjAwMTFFODk2MzU4M0EwMkE2QzMyOEYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEYyMTYyMTg5QjAwMTFFODk2MzU4M0EwMkE2QzMyOEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4e16Y2AAABGUlEQVR42qyWvw6CMBCHj4PFxAdg8omMiX8WwuDgwiOxODgQFuPgIznxENZ4NdcECKV3xUt+IRb8Pmx7SGKO+zUAtJSOUlEMKArvj8Hnz+mQ0uFK2VB2GcO3fH5FOWslI/iNUvJQi3znrkq+IP0D3FaHPC3NEokHbplVQmsADJu6QDJd3u/S+hjkAcMw7S+Zhf82Qe+EVhKEjwUaiQhuK5u4MyeBHsAd3bgI7hOEJCCFzwkkkiB8ag1AsCZiuESwuDCiiQa7i7s4SuDbio1GgtoO9fWJT4JKuJlrxikJKuHBjh9LMAKukmAkXCzBhf8FwI3mlVhBHQsXSGoryJfAA5LcPuwKypPyolxi3yichKbFSt782lJ8BRgAUo6b3pM35JgAAAAASUVORK5CYII=") no-repeat center center;
        background-size: 17px;
        position: absolute;
        right: 15px;
        top: 11px; }
      .navigation .row .col .search .search__block form {
        display: flex; }
      .navigation .row .col .search .search__block .form-input {
        width: 100%;
        display: block;
        height: 50px;
        background: none;
        border: none;
        font-weight: 700;
        color: #000; }
      .navigation .row .col .search .search__block .search-btn {
        width: 40px;
        height: 50px;
        background: url(../images/ico_search.svg) no-repeat center 17px;
        border: none;
        outline: none;
        margin-left: 8px;
        margin-right: 8px; }

.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  transition: .2s; }
  .navigation ul li {
    transition: .2s;
    float: left; }
    .navigation ul li:first-child {
      border-radius: 6px 0px 0 0; }
    .navigation ul li a {
      display: block;
      line-height: 50px;
      color: #4b4b4b;
      font-weight: 700;
      letter-spacing: 0.4px;
      padding: 0px 22px;
      white-space: nowrap;
      font-size: 14px; }
      .navigation ul li a:hover {
        color: #dd5454; }
    .navigation ul li ul {
      display: flex;
      flex-wrap: wrap;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      z-index: 6;
      background-color: #ffffff;
      border-radius: 10px;
      padding-top: 30px;
      padding-right: 40px;
      padding-bottom: 20px;
      padding: 30px 20px 20px 35px;
      display: none;
      list-style: outside;
      box-shadow: 0 0 38px rgba(233, 89, 51, 0.1); }
      .navigation ul li ul:last-child {
        padding-right: 20px; }
      .navigation ul li ul li {
        flex: 0 0 20%;
        margin-bottom: 15px;
        padding-right: 20px;
        color: #dd5454; }
        .navigation ul li ul li a {
          white-space: inherit;
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 0.4px;
          line-height: 20px;
          border-bottom: 1px solid transparent;
          transition: .2s;
          display: initial;
          padding: 0; }
          .navigation ul li ul li a:hover {
            border-bottom: 1px solid rgba(233, 89, 51, 0.5); }
          .navigation ul li ul li a span {
            font-size: 13px;
            letter-spacing: 0.33px; }
    .navigation ul li:hover ul {
      display: flex; }

.main_slider_block {
  margin-top: -5px; }
  .main_slider_block .main_slider .owl-item {
    border-radius: 0 0 10px 10px;
    overflow: hidden; }
  .main_slider_block .main_slider .item {
    position: relative;
    height: 260px; }
    .main_slider_block .main_slider .item .desc {
      position: absolute;
      top: 50%;
      left: 70px;
      transform: translateY(-50%);
      z-index: 1;
      max-width: 430px; }
      .main_slider_block .main_slider .item .desc .title {
        font-family: "Montserrat - Black";
        font-size: 30px;
        letter-spacing: 1.13px;
        margin-bottom: 20px;
        line-height: 37px; }
      .main_slider_block .main_slider .item .desc .btn {
        display: inline-block;
        line-height: 50px;
        padding: 0px 34px;
        background-image: linear-gradient(to right, #dd5454 0%, #e95933 100%);
        border: 1px solid transparent;
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.35px;
        border-radius: 25px;
        transition: .2s; }
        .main_slider_block .main_slider .item .desc .btn:hover {
          background: transparent;
          border: 1px solid #dd5454;
          color: #000; }
  .main_slider_block .main_slider .owl-dots {
    position: absolute;
    right: 55px;
    bottom: 36px; }
    .main_slider_block .main_slider .owl-dots .owl-dot {
      display: inline-block;
      margin-right: 16px; }
      .main_slider_block .main_slider .owl-dots .owl-dot span {
        display: block;
        width: 15px;
        height: 15px;
        background: #fff;
        transform: rotate(45deg);
        transition: .2s; }
      .main_slider_block .main_slider .owl-dots .owl-dot.active span {
        background-color: #85dad9; }
      .main_slider_block .main_slider .owl-dots .owl-dot:hover span {
        background-color: #b7c6c6; }
  .main_slider_block .main_slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -35px; }
    .main_slider_block .main_slider .owl-nav .owl-prev,
    .main_slider_block .main_slider .owl-nav .owl-next {
      display: block;
      width: 29px;
      height: 57px;
      background: url("../images/ico_slide_arr.svg") no-repeat center center;
      position: relative; }
    .main_slider_block .main_slider .owl-nav .owl-prev {
      position: absolute;
      left: -1px; }
    .main_slider_block .main_slider .owl-nav .owl-next {
      position: absolute;
      right: -1px;
      transform: rotate(-180deg); }

.preim_block {
  margin-top: 30px;
  margin-bottom: 30px; }
  .preim_block.top {
    margin: 20px 0px; }
  .preim_block h1 {
    color: #000;
    font-size: 26px;
    letter-spacing: 0.65px;
    text-align: center;
    margin: 0;
    position: relative; }
    .preim_block h1:after, .preim_block h1:before {
      content: '';
      display: inline-block;
      width: 63px;
      height: 5px;
      background: url("../images/line_arrow.png") repeat-x;
      vertical-align: middle;
      margin: 0px 20px; }
  .preim_block .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 35px; }
    .preim_block .row .col {
      flex: 0 0 25%;
      margin-bottom: 30px; }
      .preim_block .row .col .item {
        padding-left: 65px;
        font-size: 17px;
        color: #3e3e3e;
        line-height: 24px;
        min-height: 60px;
        padding-top: 8px; }
        .preim_block .row .col .item.item_1 {
          background: url("../images/preim_block_bottom_1.png") no-repeat left center;
          padding-left: 70px; }
        .preim_block .row .col .item.item_2 {
          background: url("../images/preim_block_bottom_2.png") no-repeat left center;
          padding-left: 80px; }
        .preim_block .row .col .item.item_3 {
          background: url("../images/preim_block_bottom_3.png") no-repeat left center;
          padding-left: 75px; }
        .preim_block .row .col .item.item_4 {
          background: url("../images/preim_block_bottom_4.png") no-repeat left center;
          padding-left: 55px; }
        .preim_block .row .col .item.item_5 {
          background: url("../images/preim_block_bottom_5.png") no-repeat left 5px center;
          padding-left: 70px; }
        .preim_block .row .col .item.item_6 {
          background: url("../images/preim_block_bottom_6.png") no-repeat left 13px center;
          padding-left: 80px; }
        .preim_block .row .col .item.item_7 {
          background: url("../images/preim_block_bottom_7.png") no-repeat left 5px center;
          padding-left: 75px; }
        .preim_block .row .col .item.item_8 {
          background: url("../images/preim_block_bottom_8.png") no-repeat left center;
          padding-left: 55px; }
        .preim_block .row .col .item .title {
          font-weight: 700;
          letter-spacing: 0.42px;
          font-size: 14px; }
        .preim_block .row .col .item .text {
          font-size: 14px;
          letter-spacing: 0.35px; }

.block_filter {
  margin: 25px 0px 35px; }
  .block_filter .row {
    display: flex;
    width: 100%; }
    .block_filter .row .col {
      flex: 0 0 25%;
      padding-right: 9px; }
      .block_filter .row .col:last-child {
        padding-right: 0; }
        .block_filter .row .col:last-child a:after {
          color: #fff; }
      .block_filter .row .col:first-child a:before {
        color: #fff;
        right: inherit;
        left: -14px; }
      .block_filter .row .col a {
        display: block;
        text-align: center;
        background-color: #f8f7f2;
        color: #dd5454;
        font-size: 22px;
        letter-spacing: 0.6px;
        font-weight: bold;
        padding: 15px 20px;
        border-radius: 10px;
        position: relative; }
        .block_filter .row .col a:before, .block_filter .row .col a:after {
          content: '.';
          display: block;
          width: 22px;
          height: 22px;
          line-height: 12px;
          font-size: 24px;
          background: #fff;
          border-radius: 50%;
          font-weight: bold;
          color: #dd5454;
          position: absolute;
          right: -14px;
          top: 17px;
          z-index: 2; }
        .block_filter .row .col a .Rub:after {
          font-weight: bold;
          font-size: 22px; }
        .block_filter .row .col a:hover {
          background-image: linear-gradient(to right, #dd5454 0%, #e95933 100%);
          color: #fff; }

.line {
  width: 100%;
  max-width: 1140px;
  margin: 30px auto;
  height: 1px;
  background-color: #e8e8e8; }

.price {
  position: relative;
  display: inline-block; }
  .price .Rub {
    font-size: 0; }
    .price .Rub:after {
      content: '₽';
      font-size: initial; }

.products_block {
  margin-top: 40px; }
  .products_block .title {
    color: #de5450;
    font-size: 26px;
    letter-spacing: 0.65px;
    margin: 15px 0px 0px;
    font-weight: 500;
    position: relative;
    font-weight: bold;
    background: url("../images/line_arrow.png") no-repeat 0px 17px; }
    .products_block .title.clear {
      background: none; }
      .products_block .title.clear span:after {
        display: none; }
      .products_block .title.clear span .red {
        color: #dd5454; }
    .products_block .title.black {
      color: #2a2a2a; }
    .products_block .title span {
      background: #fff;
      padding-right: 30px;
      display: inline-block; }
      .products_block .title span:after {
        content: '';
        width: 31px;
        height: 31px;
        background: url("../images/title_flower_ico.png") no-repeat;
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle; }
    .products_block .title a {
      color: #dd5452;
      font-size: 17px;
      float: right;
      padding-right: 17px;
      background: #fff url("../images/title_arr.svg") no-repeat right center;
      margin-top: 10px;
      position: relative;
      padding-left: 20px;
      top: 4px; }
      .products_block .title a:before {
        content: '';
        display: block;
        position: absolute;
        bottom: -3px;
        background: #f00;
        height: 1px;
        width: 155px;
        opacity: 0.3;
        transition: .2s; }
      .products_block .title a:hover {
        color: #dd5452; }
        .products_block .title a:hover:before {
          opacity: 0; }
  .products_block .items .col {
    width: 100%;
    max-width: 360px;
    margin-right: 25px;
    display: inline-block;
    width: 360px;
    position: relative;
    vertical-align: top; }
    .products_block .items .col:nth-child(3n+3) {
      margin-right: 0; }
    /*
    .products_block .items .col:nth-child(4n+4) {
      display: none; }
      */
    .products_block .items .col .item {
      position: relative;
      padding-top: 34px;
      padding-bottom: 0;
      z-index: 2; }
      .products_block .items .col .item:before {
        content: '';
        display: block;
        width: 414px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -27px;
        z-index: -1;
        box-shadow: 0 0 32px 2px rgba(233, 89, 51, 0);
        border-radius: 3px;
        background-color: #ffffff;
        transition: box-shadow .2s; }
    .products_block .items .col:hover .item {
      position: absolute;
      z-index: 5;
      padding-bottom: 30px; }
      .products_block .items .col:hover .item .desc {
        max-height: 550px;
        opacity: 1;
        overflow: inherit; }
      .products_block .items .col:hover .item:before {
        box-shadow: 0 0 32px 2px rgba(233, 89, 51, 0.21); }
      .products_block .items .col:hover .item .img {
        border-color: #dd5454;}
        .products_block .items .col:hover .item .img img {
          transform: scale(1.1); }
    .products_block .items .col .img {
      margin-bottom: 20px;
      display: block;
      width: 260px;
      height: 260px;
      overflow: hidden;
      border-radius: 5px;
      border: 1px solid #f5f5f5;
      transition: .2s;
      text-align:center;}
      .products_block .items .col .img img {
        transition: .2s;
        transform: scale(1);
        max-height: 100%; }
    .products_block .items .col .name {
      display: inline-block;
      height: 70px;/*59px;*/
      color: #2a2a2a;
      font-size: 18px;
      font-weight: 700;
      line-height: 24px;
      letter-spacing: 0.9px; }
      .products_block .items .col .name:hover {
        color: #dd5453; }
    .products_block .items .col .desc {
      color: #2d2d2d;
      letter-spacing: 0.8px;
      max-height: 0px;
      overflow: hidden;
      opacity: 0;
      transition: .2s;
      font-size: 14px; }
      .products_block .items .col .desc div {
        margin-top: 10px;
        line-height: 20px; }
        .products_block .items .col .desc div .bold {
          font-weight: bold; }
      .products_block .items .col .desc .delivery {
        font-weight: 500;
        background: url("../images/ico_delivery.svg") no-repeat left top 6px;
        padding-left: 35px; }
    .products_block .items .col .main_desc {
      color: #2d2d2d;
      letter-spacing: 0.8px;
      font-size: 14px;
      margin-top: -5px; }
      .products_block .items .col .main_desc div {
        margin-top: 10px; }
      .products_block .items .col .main_desc .price {
        color: #272727;
        font-size: 33px;
        font-weight: bold;
        padding-left: 60px; }
        .products_block .items .col .main_desc .price .Rub:after {
          font-size: 33px; }
        .products_block .items .col .main_desc .price.old {
          color: #dd5454;
          font-size: 23px;
          letter-spacing: 0.8px;
          margin-left: 10px;
          margin-right: 15px;
          padding-left: 0;
          display: inline-block; }
          .products_block .items .col .main_desc .price.old .Rub:after {
            font-size: 23px; }
          .products_block .items .col .main_desc .price.old:before {
            content: '';
            display: block;
            width: 110%;
            height: 1px;
            background: #dd5454;
            position: absolute;
            top: 50%;
            left: -5%;
            transform: rotate(-14deg); }
    .products_block .items .col .btns {
      text-align: center; }
      .products_block .items .col .btns .buy {
        display: block;
        line-height: 50px;
        border-radius: 25px;
        border: 1px solid #dd5454;
        margin-top: 20px;
        font-size: 16px;
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        transition: 0s; }
        .products_block .items .col .btns .buy:hover {
          background-image: linear-gradient(to right, #dd5454 0%, #e95933 100%);
          color: #fff; }
      .products_block .items .col .btns .buy_one_click {
        color: #dd5453;
        display: inline-block;
        font-weight: 500;
        font-size: 14px;
        margin-top: 20px;
        border-bottom: 1px solid rgba(221, 84, 82, 0.3);
        position: relative; }
        .products_block .items .col .btns .buy_one_click:before {
          content: '';
          width: 18px;
          height: 18px;
          display: block;
          position: absolute;
          left: -24px;
          top: -3px;
          background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAACPUlEQVQ4T42US2sTURiG328mpg14wQsoakVn0oXYil3pSpuFVKVq53IQFZvsvPyK/IriplQjijAzGdcqWHAjCBYEKdJMIpSCLsQLYqWdmU9OdGJNJknP7pwz7/N+tzOETayGmDoRszIfMxWGPW8hTUJphyyESo4TJXc1y5oiYp+ZjLznPUnOuVxWqFyO5T4VFNjmJ4CfapQpSWA7SBrVObwH0Dlt5PheCUsHWeYMCLfBeKQp6nSdeRyIn4PprKYoL+pxVAHhGgEVza0Wu0bEANVtYwagW8xU0j2vUjPNsXy1utCwrOtM/CAxSUqQGpF0kLDANq6sR3h21Pc/J3VZFmLXGofnNco83ljHrqBezWyaCGMCsTLYTIt5pSdoWYjcOoeTMXCHmIZ0r5qXwiXLGlOI3/wz4+8doHdCbB1EdAnATTCNAixdc7KLuutPJOKGZZ0MiXJyn2H+2AQ1xRxeBpHs1AiA7B9xa/0E07TueV5DiH3M0eQRUuc6ahTY5gcABwGoXWrzNUvq/iHHWa0Js0SMudSuLRrG7gFVmWXEBYC2t8MYPJ93/UKzm3IYW3PE9zXXL/03R4EQO8DRWwCH2kCrBC5qru+0noYQaoPDWQaN6271cAv0F/IKwHBnevQlS8oBmVavkaAUiHysKwB2AtgG8Evd9U/3+0lQYJuLGyKRkCWQegqI5DO4AHBRd/2HmwHdBXADwEAC0R3n2/urF/dk1ra8/qWoo8cc50dfkPwgsE0JOyMjkZB+orT733x8/OlBDlDRAAAAAElFTkSuQmCC") no-repeat; }
        .products_block .items .col .btns .buy_one_click:hover {
          border-bottom: 1px solid transparent; }

.top_menu_mobile,
.header_mobile {
  display: none; }

.preim_block_bottom h2 {
  font-size: 30px;
  color: #de5450;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 30px 0px; }

.preim_block_bottom h3 {
  text-align: center;
  font-size: 24px;
  color: #2a2a2a;
  font-weight: 500;
  letter-spacing: 1.2px;
  margin: 20px 0px 30px; }

.preim_block_bottom p.text {
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  margin-top: -10px; }

.preim_block_bottom .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .preim_block_bottom .row .col.col-1-4 {
    flex: 0 0 25%;
    margin-bottom: 30px;
    padding-right: 60px;
    font-weight: 700; }
  .preim_block_bottom .row .col.col-1-3 {
    flex: 0 0 33.3333%; }
    .preim_block_bottom .row .col.col-1-3 .item {
      align-items: flex-start; }
      .preim_block_bottom .row .col.col-1-3 .item .num {
        color: #dd5454;
        font-size: 40px;
        font-weight: 500;
        line-height: 30px; }
      .preim_block_bottom .row .col.col-1-3 .item .text {
        line-height: 28px;
        padding-right: 30px; }
  .preim_block_bottom .row .col .item {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #2a2a2a;
    font-size: 15px;
    font-weight: 700; }
    .preim_block_bottom .row .col .item .ico {
      flex: 0 0 50px;
      text-align: right; }
    .preim_block_bottom .row .col .item .text {
      line-height: 20px;
      padding-left: 20px; }

.preim_block_bottom .icons_text_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .preim_block_bottom .icons_text_row .item {
    flex: 0 0 33.33333%;
    padding-left: 50px;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 16px;
    position: relative;
    padding-right: 30px; }
    .preim_block_bottom .icons_text_row .item:before {
      content: '';
      width: 34px;
      height: 34px;
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -17px;
      background: url("../images/ico_check.svg") no-repeat left center; }

.popular_cats_block {
  padding: 40px 0px 30px 0px;
  color: #fff;
  margin: 20px 0px 0px;
  background-color: #dd5454;
  border-radius: 0px; }
  .popular_cats_block p.dl {
    font-size: 26px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1.3px;
    margin-bottom: 30px;
    background: url("../images/arrow_red_title.png") repeat-x center center; }
    .popular_cats_block p.dl span {
      background: #dd5454;
      padding-right: 20px; }
    .popular_cats_block p.dl.left {
      text-align: left; }
  .popular_cats_block .row {
    display: flex;
    justify-content: space-between; }
    .popular_cats_block .row .col {
      flex: 0 0 20%; }
      .popular_cats_block .row .col .title {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1.2px;
        margin-bottom: 15px;
        min-height: 23px; }
      .popular_cats_block .row .col .item {
        margin-bottom: 10px;
        padding-right: 30px; }
        .popular_cats_block .row .col .item a {
          color: #ffffff;
          font-weight: 500;
          font-size: 14px;
          line-height: 24px;
          border-bottom: 1px solid transparent; }
          .popular_cats_block .row .col .item a:hover {
            border-bottom: 1px solid #fff; }

.search_mini {
  display: none; }

footer {
  padding-top: 20px;
  padding-bottom: 20px; }
  footer .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    footer .row .col {
      flex: 0 0 25%; }
      footer .row .col .item {
        margin-bottom: 20px; }
        footer .row .col .item a {
          font-size: 12px;
          font-weight: 500;
          color: #000000;
          border-bottom: 1px solid transparent; }
          footer .row .col .item a:hover {
            border-bottom: 1px solid #000; }
      footer .row .col a.tel {
        color: #000000;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 0.55px; }
      footer .row .col .btn {
        display: inline-block;
        line-height: 48px;
        background-image: linear-gradient(to right, #dd5454 0%, #e95933 100%);
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.35px;
        padding: 0px 40px;
        margin-top: 12px;
        border-radius: 23px;
        border: 1px solid transparent; }
        footer .row .col .btn:hover {
          background: #fff;
          color: #000;
          border: 1px solid #dd5454; }
      footer .row .col .social {
        margin: 15px 0px; }
        footer .row .col .social .zag {
          display: block;
          margin-bottom: 10px;
          font-weight: bold; }
        footer .row .col .social a {
          display: inline-block;
          margin-right: 5px; }
          footer .row .col .social a img {
            width: 30px;
            height: 30px; }
      footer .row .col .payments {
        margin: 20px 0px; }
        footer .row .col .payments .zag {
          display: block;
          margin-bottom: 10px;
          font-weight: bold; }
        footer .row .col .payments a {
          display: inline-block;
          margin-right: 20px;
          vertical-align: middle; }
  footer .line_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f4f4f4;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px; }

#added {
  width: 100%;
  max-width: 700px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 38px;
  padding-right: 50px;
  display: none; }
  #added .status {
    color: #272727;
    font-weight: 700;
    letter-spacing: 0.8px;
    position: relative;
    padding-left: 60px;
    line-height: 26px; }
    #added .status:before {
      content: '';
      width: 40px;
      height: 40px;
      background: url("../images/ico_check.svg") no-repeat;
      position: absolute;
      left: 0px;
      top: -6px; }
  #added .line {
    background: #e8e8e8;
    height: 1px; }
  #added .btns {
    margin-top: 0px;
    padding-left: 60px; }
    #added .btns a {
      display: inline-block;
      line-height: 50px;
      border-radius: 25px;
      border: 1px solid #dd5454;
      margin-top: 20px;
      font-size: 16px;
      color: #000;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.4px;
      padding: 0px 20px;
      transition: 0s; }
      #added .btns a:hover {
        background-image: linear-gradient(to right, #dd5454 0%, #e95933 100%);
        color: #fff; }
    #added .btns .next {
      background-image: linear-gradient(to right, #dd5454 0%, #e95933 100%);
      border: 1px solid transparent;
      color: #fff;
      margin-right: 10px; }
      #added .btns .next:hover {
        background: #dd5454; }
  #added .title {
    font-size: 18px;
    color: #272727;
    letter-spacing: 0.9px;
    padding-left: 60px; }
  #added .items {
    margin-top: 30px;
    max-width: 900px;
    max-height: 340px; }
    #added .items .item {
      width: 158px;
      margin: 0px 10px; }
      #added .items .item .img {
        width: 100%;
        height: 183px;
        border: 1px solid #e8e8e8;
        background-color: #ffffff;
        border-radius: 5px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        vertical-align: middle;
        line-height: 183px;
        margin-bottom: 15px;
        transition: .2s;
        padding: 10px; }
        #added .items .item .img img {
          max-width: 100%;
          max-height: 100%;
          display: inline-block;
          vertical-align: middle; }
        #added .items .item .img:hover {
          border: 1px solid #1ececc; }
      #added .items .item .name {
        color: #2a2a2a;
        font-size: 13px;
        font-weight: bold; }
        #added .items .item .name:hover {
          color: #1ececc; }
      #added .items .item p {
        color: #272727;
        font-size: 13px;
        letter-spacing: 1.12px; }
        #added .items .item p .price {
          font-weight: bold; }
      #added .items .item .add {
        display: block;
        line-height: 49px;
        border-radius: 3px;
        border: 1px solid #1ececc;
        text-align: center;
        color: #373737;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.65px; }
        #added .items .item .add:hover {
          border: 1px solid #1ececc;
          background: #1ececc;
          color: #fff; }
    #added .items .owl-nav {
      position: absolute;
      top: 70px;
      width: 100%; }
      #added .items .owl-nav .owl-prev,
      #added .items .owl-nav .owl-next {
        display: block;
        width: 43px;
        height: 43px;
        background: #fff;
        border: 1px solid #e8e8e8;
        opacity: 0.93;
        transform: rotate(45deg);
        position: relative;
        border-radius: 3px; }
        #added .items .owl-nav .owl-prev:before,
        #added .items .owl-nav .owl-next:before {
          content: '';
          width: 14px;
          height: 19px;
          background: url("../images/ico_slide_arr.svg") no-repeat center center;
          display: block;
          position: absolute;
          top: 12px;
          left: 13px; }
        #added .items .owl-nav .owl-prev:hover,
        #added .items .owl-nav .owl-next:hover {
          background-color: #85dad9;
          border: 1px solid #85dad9; }
          #added .items .owl-nav .owl-prev:hover:before,
          #added .items .owl-nav .owl-next:hover:before {
            background: url("../images/ico_slide_arr_h.svg") no-repeat center center; }
      #added .items .owl-nav .owl-prev {
        position: absolute;
        left: -8px; }
        #added .items .owl-nav .owl-prev:before {
          transform: rotate(-225deg); }
      #added .items .owl-nav .owl-next {
        position: absolute;
        right: -4px; }
        #added .items .owl-nav .owl-next:before {
          transform: rotate(-45deg); }

.slinky-theme-default .next::after, .slinky-theme-default .back::before {
  background: url("../images/title_arr_white.svg") center no-repeat;
  opacity: 1; }

.modal_default {
  width: 100%;
  max-width: 670px;
  background: #fff;
  border-radius: 3px;
  padding: 75px 100px;
  display: none; }
  .modal_default.big {
    max-width: 820px;
    padding: 40px; }
    .modal_default.big .cols {
      display: flex;
      justify-content: space-between;
      width: 100%;
      flex-wrap: wrap; }
      .modal_default.big .cols .col:nth-child(1) {
        flex: 0 0 45%; }
        .modal_default.big .cols .col:nth-child(1) img {
          border: 1px solid #f7f7f7; }
      .modal_default.big .cols .col:nth-child(2) {
        flex: 0 0 55%;
        padding-left: 30px; }
        .modal_default.big .cols .col:nth-child(2) .title {
          text-align: left;
          margin-bottom: 15px; }
        .modal_default.big .cols .col:nth-child(2) .product_name {
          color: #dd5454;
          font-size: 20px;
          font-weight: 500; }
        .modal_default.big .cols .col:nth-child(2) .desc {
          color: #2d2d2d;
          line-height: 22px;
          font-size: 14px;
          letter-spacing: 0.2px; }
          .modal_default.big .cols .col:nth-child(2) .desc .bold {
            font-weight: bold; }
        .modal_default.big .cols .col:nth-child(2) .small {
          color: #2d2d2d;
          font-size: 14px; }
        .modal_default.big .cols .col:nth-child(2) input[type=text],
        .modal_default.big .cols .col:nth-child(2) input[type=password] {
          padding-left: 25px; }
        .modal_default.big .cols .col:nth-child(2) .checkbox span {
          font-size: 15px; }
          .modal_default.big .cols .col:nth-child(2) .checkbox span a {
            display: inline;
            font-size: 15px;
            letter-spacing: normal;
            border-bottom: none; }
        .modal_default.big .cols .col:nth-child(2) .btn {
          text-align: center;
          font-size: 18px;
          margin-bottom: 0; }
  .modal_default .title {
    color: #2a2a2a;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    text-align: center; }
  .modal_default form input[type=text],
  .modal_default form input[type=password] {
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    background-color: #fff;
    padding-left: 54px;
    padding-right: 15px;
    margin-bottom: 20px; }
    .modal_default form input[type=text]:focus,
    .modal_default form input[type=password]:focus {
      background-color: #fff; }
  .modal_default form .name {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAQlBMVEUAAAD9U1H9U1H9U1H9U1H9U1H9U1H9U1H9U1H9U1H9U1H9U1H9U1H9U1H9U1H9U1H9U1H9U1H9U1H9U1H9U1H9U1Fe9u+YAAAAFXRSTlMAA/XaxlkzFwmdcu/BtLKrRpyEg2ltfTEjAAAAbUlEQVQY033LSRKAIAxE0Q6TgPOQ+1/VwiggZfkXWbzq4IqiZtYRVRtf7UWoF+oLdXzXZfIP+b8VKRFFyM1CM0pOyKEqJFlR5wfmwSNHS5ictW4MC4lYnb6MSVfbNBn51USI3HTAtGSgWlIfdAJt9w3is5SuTQAAAABJRU5ErkJggg==) no-repeat 20px 20px; }
  .modal_default form input[type=password] {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAJ1BMVEUAAAD9U1H9U1H9U1H9U1H9U1H9U1H9U1H9U1H9U1H9U1H9U1H9U1Hs5OpSAAAADHRSTlMAYEDwnyDfsDCQgHALBdqtAAAAYklEQVQI12MAAVbnY64MYCB85sxhBRCD4wwQmIJY7GfOTFhzBMTiOXNGIeYYlOXkcwbKAmoBsWRALJA6xjMwvTJgSQGYUClUCCgAFjqkwQDVeABi+5kzpxVgrEMMEABnIFgAmyM1JDt9HAQAAAAASUVORK5CYII=) no-repeat 20px 20px; }
  .modal_default form .btn,
  .modal_default form input[type=submit] {
    display: block;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #dd5454;
    background: #fff;
    margin-top: 20px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    transition: 0s;
    outline: none;
    cursor: pointer;
    transition: .2s;
    padding: 20px 20px;
    margin-bottom: 20px; }
    .modal_default form .btn:hover,
    .modal_default form input[type=submit]:hover {
      background-image: linear-gradient(to right, #dd5454 0%, #e95933 100%);
      color: #fff; }
  .modal_default div {
    margin-bottom: 20px; }
    .modal_default div a {
      display: inline-block;
      text-decoration: none;
      font-size: 16px;
      color: #272727;
      letter-spacing: 0.8px;
      border-bottom: 1px solid #272727; }
      .modal_default div a:hover {
        border-bottom: 1px solid transparent; }
    .modal_default div.center {
      text-align: center; }
    .modal_default div:last-child {
      margin-bottom: 0; }

.found_sale_block {
  background-image: linear-gradient(to right, #dd5454 0%, #e95933 100%);
  border-radius: 0 0 10px 10px;
  padding: 30px 40px 50px;
  color: #ffffff;
  position: relative; }
  .found_sale_block .title {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1.75px; }
    .found_sale_block .title span:after {
      content: '';
      width: 31px;
      height: 31px;
      background: url(../images/title_flower_ico_white.png) no-repeat;
      display: inline-block;
      margin-left: 10px;
      vertical-align: middle; }
  .found_sale_block .text {
    font-size: 20px;
    letter-spacing: 0.57px;
    font-weight: 700;
    margin: 20px 0px; }
  .found_sale_block form {
    display: flex;
    flex-wrap: wrap; }
    .found_sale_block form .col {
      flex: 0 0 226px;
      margin-right: 15px; }
    .found_sale_block form .col.btn {
      flex: 0 0 467px;
      margin-top:15px;
    }
      .found_sale_block form .col input[type=text] {
        display: block;
        width: 100%;
        height: 59px;
        border-radius: 30px;
        border: 1px solid #e8e8e8;
        background-color: #f2f2f2;
        padding-left: 30px;
        padding-right: 10px;
        color: #272727;
        font-size: 16px; }
      .found_sale_block form .col input[type=submit] {
        display: block;
        width: 100%;
        height: 59px;
        border-radius: 30px;
        border: 1px solid #ffffff;
        background: transparent;
        font-weight: 700;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        cursor: pointer;
        transition: .2s; }
        .found_sale_block form .col input[type=submit]:hover {
          background: #fff;
          color: #272727; }
  .found_sale_block .candy {
    position: absolute;
    right: 20px;
    top: 30px; }
    .found_sale_block .candy .text {
      position: relative;
      font-size: 24px; }
      .found_sale_block .candy .text:before {
        content: '+';
        font-size: 60px;
        font-weight: 700;
        display: inline-block;
        position: absolute;
        left: -45px;
        top: 0px;
        line-height: 60px; }
    .found_sale_block .candy .img {
      width: 196px;
      height: 173px;
      background: url("../images/candy.png") no-repeat; }

.search__result {
  position: absolute;
  top: 100%;
  background: #fff;
  left: 0;
  width: 100%;
  z-index: 6;
  padding: 0px 0px;
  box-shadow: 0 3px 12px 1px rgba(68, 70, 85, 0.09);
  border-radius: 0 0 5px 5px;
  display: none; }
  .search__result .item {
    display: block;
    text-decoration: none;
    padding: 10px 20px;
    border-bottom: 1px solid #e8e8e8; }
    .search__result .item:hover {
      background: #f5f5f5; }
    .search__result .item:last-child {
      border-bottom: none; }
    .search__result .item .search__result-cols {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .search__result .item .search__result-cols .search__result-col img {
        width: 49px;
        margin-right: 35px; }
      .search__result .item .search__result-cols .search__result-col .name {
        font-size: 15px;
        color: #383838;
        font-weight: 700;
        letter-spacing: 0.4px;
        margin-bottom: 8px; }
      .search__result .item .search__result-cols .search__result-col .info {
        font-size: 14px;
        color: #272727;
        letter-spacing: 0.7px; }
        .search__result .item .search__result-cols .search__result-col .info .price {
          font-size: 17px;
          font-weight: bold; }

.container {
  width: 960px; }

header .row.line_1 .col:nth-child(2) .row.line_2 .col .time .title:before,
header .row.line_1 .col:nth-child(2) .row.line_2 .col .region .title:before {
  left: -22px; }

header .row.line_1 .col:nth-child(2) .row .menu a {
  margin-right: 12px; }

header .row.line_1 .col:nth-child(2) .row.line_2 .col .region {
  margin-right: 10px; }

header .row.line_1 .col:nth-child(2) {
  flex: inherit; }

header .row.line_1 .col.two {
  flex: 1 1 100%; }

header .row.line_1 .col:nth-child(2) .row.line_2 .col .time {
  margin-right: 10px; }

header .row.line_1 .col:nth-child(2) .row.line_2 .col .cart {
  margin-left: -25px;
  width: 160px; }

.navigation ul li a {
  font-size: 14px;
  padding: 0 10px; }

.main_slider_block .main_slider .item .desc {
  max-width: 660px;
  color: #3b3b3b; }

.preim_block h1 {
  font-weight: 500; }

.products_block .items .col {
  width: 300px;
  max-width: 300px;
  margin-bottom: 30px; }
  .products_block .items .col .img {
    width: 300px;
    height: 280px;
    position: relative; }
  .products_block .items .col .hit {
    position: absolute;
    bottom: 10px;
    right: 5px;
    background: url("../images/hit_bg.png") no-repeat;
    width: 89px;
    height: 91px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    letter-spacing: 0.81px; }
    .products_block .items .col .hit .one {
      text-shadow: 0 2px 0 #c14128;
      font-size: 9px;
      font-weight: 700; }
    .products_block .items .col .hit .count {
      text-shadow: 0 2px 0 #c14128;
      font-weight: bold;
      font-size: 16px; 
	  line-height: 44px; }
      .products_block .items .col .hit .count .size {
        font-size: 34px;
        vertical-align: middle; }

.products_block .items .col .item:before {
  width: 355px; }

.preim_block_bottom .row .col.col-1-4 {
  padding-right: 20px; }

.popular_cats_block .row .col {
  flex: 0 0 20%; }

.main_slider_block.big .main_slider .item {
  height: 507px;
  overflow: hidden; }
  .main_slider_block.big .main_slider .item img {
    width: inherit;
    max-width: inherit;
    height: 507px; }

.main_slider_block .main_slider .item {
  height: 218px; }

.preim_block {
  margin: 20px 0px; }
  .preim_block .row {
    margin-top: 20px; }
  .preim_block h1 {
    font-size: 30px;
    font-weight: bold; }

.line {
  max-width: 960px;
  margin: 30px auto; }

.products_block .title {
  margin-top: -13px;
  position: relative;
  z-index: 3;
  font-size: 26px; }
  .products_block .title a {
    margin-top: 5px; }

.products_block {
  margin-top: 20px; }

.products_block .items .col .item {
  margin-top: -20px; }

.navigation ul.nav.active {
  display: flex;
  padding-right: 10px;
  height: 50px; }
  .navigation ul.nav.active > .search_mini {
    display: none; }

.content {
  margin: 20px 0px; }
  .content .error_block {
    display: flex;
    align-items: center;
    margin-bottom: -50px;
    padding-bottom: 20px;
    background: url("../images/error_bg.jpg") no-repeat top -40px center; }
    .content .error_block .row {
      display: flex;
      align-items: center; }
      .content .error_block .row .img {
        flex: 0 0 300px;
        background: url("../images/error_img.png") no-repeat center top;
        height: 430px; }
      .content .error_block .row .info {
        padding-left: 50px;
        padding-right: 20px; }
        .content .error_block .row .info .title {
          color: #2a2a2a;
          font-size: 40px;
          font-weight: 500;
          text-transform: uppercase;
          letter-spacing: 2px; }
        .content .error_block .row .info p {
          color: #2a2a2a;
          font-weight: 500;
          letter-spacing: 0.8px;
          line-height: 22px; }
        .content .error_block .row .info a {
          color: #85dad9;
          border-bottom: 1px solid #85dad9; }
          .content .error_block .row .info a:hover {
            border-bottom: 1px solid transparent; }
  .content .products_block .items .col:nth-child(3) {
    display: block !important; }

.breadcrumb {
  margin: 20px 0px 20px; }
  .breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .breadcrumb ul li {
      display: inline-block;
      padding-right: 19px;
      margin-bottom: 5px; }
      .breadcrumb ul li a {
        display: inline-block;
        font-size: 12px;
        color: #2d2d2d;
        font-weight: 500;
        letter-spacing: 0.6px;
        border-bottom: 1px solid rgba(221, 84, 84, 0.3);
        padding-bottom: 3px;
        position: relative; }
        .breadcrumb ul li a:after {
          content: '';
          width: 8px;
          height: 10px;
          display: inline-block;
          vertical-align: middle;
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAZ0lEQVQYV2O8Gxw8gYGR8b/ymjWFDFDAeDck5AMDAwM/w///C5TXrk0EiTPeDw01+Pf//wFkCUaQDJrERGTB/QwMDAIM//9PhGkHCzAyMCxUWrMmAW4RTABsEdhJDAwMymvXFsCcBAA8PDcvEMD+TQAAAABJRU5ErkJggg==) no-repeat;
          position: absolute;
          right: -15px;
          top: 4px; }
        .breadcrumb ul li a:hover {
          border-bottom: 1px solid rgba(221, 84, 84, 0.8); }
      .breadcrumb ul li span {
        display: inline-block;
        font-size: 12px;
        color: #2d2d2d;
        font-weight: 500;
        letter-spacing: 0.6px; }

.pagination {
  margin: 50px 0px 40px;
  text-align: center; }
  .pagination a {
    display: inline-block;
    height: 56px;
    width: 56px;
    line-height: 56px;
    position: relative;
    text-align: center;
    margin: 0px 20px;
    vertical-align: middle;
    color: #4d4c54;
    font-weight: bold;
    border: 1px solid #dc5353;
    border-radius: 50%; }
    .pagination a:hover, .pagination a.active {
      color: #fff;
      background-image: linear-gradient(to right, #dd5454 0%, #e95933 100%);
      border: 1px solid #dc5353; }
    .pagination a.prev {
      background: #fff;
      transition: none; }
      .pagination a.prev:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: url("../images/pagination_arr_red.png") no-repeat center center;
        position: absolute; }
      .pagination a.prev:hover {
        background-image: linear-gradient(to right, #dd5454 0%, #e95933 100%); }
        .pagination a.prev:hover:before {
          background: url("../images/pagination_arr.png") no-repeat center center;
          transform: rotate(180deg); }
    .pagination a.next {
      background: #fff;
      transition: none; }
      .pagination a.next:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: url("../images/pagination_arr_red.png") no-repeat center center;
        position: absolute;
        transform: rotate(180deg); }
      .pagination a.next:hover {
        background-image: linear-gradient(to right, #dd5454 0%, #e95933 100%); }
        .pagination a.next:hover:before {
          background: url("../images/pagination_arr.png") no-repeat center center;
          transform: rotate(0deg); }

h1.title {
  font-size: 30px;
  color: #2a2a2a;
  font-weight: 600;
  letter-spacing: 1.5px; }

.show_more {
  display:none !important;
  margin: 50px 0px 0px;
  display: block;
  line-height: 56px;
  border: 1px solid #dd5454;
  border-radius: 29px;
  padding: 0px 85px;
  color: #373737;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.9px; }
  .show_more:hover {
    color: #fff;
    background: #dd5454; }

.cat_desc_block {
  margin: 20px 0px;
  color: #2a2a2a;
  font-weight: 500;
  line-height: 28px; }

.sort_block {
  padding: 20px 0px;
  margin-bottom: -10px;
  margin-top: -10px;
  color: #2a2a2a;
  font-size: 13px;
  position: relative;
  z-index: 5; }
  .sort_block .sort_text {
    color: #2a2a2a;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.65px;
    display: inline-block;
    margin-right: 15px; }
  .sort_block .item {
    display: inline-block;
    position: relative;
    color: #dd5454;
    font-weight: 700;
    margin-right: 15px;
    padding-right: 0px;
    line-height: 30px;
    text-transform: uppercase;
    cursor: pointer; }
    .sort_block .item span {
      line-height: 30px;
      display: inline-block; }

.product_page .cols {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .product_page .cols.two {
    border-radius: 8px;
    border: 1px solid #dd5454; }
    .product_page .cols.two .col.img {
      flex: 1 1 100%;
      padding: 65px;
      text-align: center;
      position:relative;
    }
      .product_page .cols.two .col.img img {
        max-width: 100%;
        max-height: 530px; }
      .product_page .cols.two .col.img .hit {
        position: absolute;
        bottom: 10px;
        right: 5px;
        background:url(../images/hit_bg.png) no-repeat;
        width: 89px;
        height: 91px;
        color: #fff;
        text-align: center;
        padding-top: 15px;
        letter-spacing: 0.81px;
      }
    .product_page .cols.two .col.desc {
      flex: 1 1 430px;
      background-color: #f8f7f2;
      border: 1px solid #dd5454;
      border-radius: 0 8px 8px 0;
      margin-top: -1px;
      margin-right: -1px;
      margin-bottom: -1px;
      padding: 30px 20px; }
      .product_page .cols.two .col.desc .delivery {
        color: #dd5453;
        font-weight: bold;
        line-height: 22px;
        font-size: 14px;
        letter-spacing: 0.8px;
        background: url("../images/ico_product_delivery.png") no-repeat left center;
        padding-left: 80px; }
      .product_page .cols.two .col.desc .field_info {
        color: #2d2d2d;
        line-height: 24px;
        margin-top: 10px;
        font-size: 15px; }
        .product_page .cols.two .col.desc .field_info .bold {
          font-weight: bold; }
      .product_page .cols.two .col.desc .prices {
        display: flex;
        color: #272727;
        align-items: center;
        margin: 15px 0px; }
        .product_page .cols.two .col.desc .prices .column {
          font-size: 16px;
          white-space: nowrap; }
          .product_page .cols.two .col.desc .prices .column .small {
            font-size: 12px;
            margin-bottom: 10px; }
            .product_page .cols.two .col.desc .prices .column .small .price {
              margin-left: 10px; }
              .product_page .cols.two .col.desc .prices .column .small .price.old {
                color: #dd5454;
                font-weight: bold;
                font-size: 23px;
                letter-spacing: 0.8px; }
                .product_page .cols.two .col.desc .prices .column .small .price.old:before {
                  content: '';
                  display: block;
                  width: 110%;
                  height: 1px;
                  background: #dd5454;
                  position: absolute;
                  top: 50%;
                  left: -5%;
                  transform: rotate(-14deg); }
                .product_page .cols.two .col.desc .prices .column .small .price.old .Rub:after {
                  font-size: 23px; }
          .product_page .cols.two .col.desc .prices .column .normal .price {
            letter-spacing: 1.3px;
            font-size: 32px;
            font-weight: bold;
            margin-left: 10px; }
            .product_page .cols.two .col.desc .prices .column .normal .price .Rub:after {
              font-size: 32px; }
          .product_page .cols.two .col.desc .prices .column .count_block {
            width: 130px;
            margin-left: 20px; }
      .product_page .cols.two .col.desc .btn {
        display: block;
        width: 100%;
        line-height: 70px;
        border-radius: 36px;
        color: #ffffff;
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1.35px;
        text-align: center;
        background-image: linear-gradient(to right, #dd5454 0%, #e95933 100%);
        border: 1px solid transparent;
        margin: 25px 0px; }
        .product_page .cols.two .col.desc .btn:hover {
          background: transparent;
          color: #000;
          border: 1px solid #dd5454; }
      .product_page .cols.two .col.desc .buy_one_click {
        color: #dd5453;
        display: inline-block;
        font-weight: 500;
        font-size: 14px;
        border-bottom: 1px solid rgba(221, 84, 82, 0.3);
        position: relative; }
        .product_page .cols.two .col.desc .buy_one_click:before {
          content: '';
          width: 18px;
          height: 18px;
          display: block;
          position: absolute;
          left: -24px;
          top: -3px;
          background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAACPUlEQVQ4T42US2sTURiG328mpg14wQsoakVn0oXYil3pSpuFVKVq53IQFZvsvPyK/IriplQjijAzGdcqWHAjCBYEKdJMIpSCLsQLYqWdmU9OdGJNJknP7pwz7/N+tzOETayGmDoRszIfMxWGPW8hTUJphyyESo4TJXc1y5oiYp+ZjLznPUnOuVxWqFyO5T4VFNjmJ4CfapQpSWA7SBrVObwH0Dlt5PheCUsHWeYMCLfBeKQp6nSdeRyIn4PprKYoL+pxVAHhGgEVza0Wu0bEANVtYwagW8xU0j2vUjPNsXy1utCwrOtM/CAxSUqQGpF0kLDANq6sR3h21Pc/J3VZFmLXGofnNco83ljHrqBezWyaCGMCsTLYTIt5pSdoWYjcOoeTMXCHmIZ0r5qXwiXLGlOI3/wz4+8doHdCbB1EdAnATTCNAixdc7KLuutPJOKGZZ0MiXJyn2H+2AQ1xRxeBpHs1AiA7B9xa/0E07TueV5DiH3M0eQRUuc6ahTY5gcABwGoXWrzNUvq/iHHWa0Js0SMudSuLRrG7gFVmWXEBYC2t8MYPJ93/UKzm3IYW3PE9zXXL/03R4EQO8DRWwCH2kCrBC5qru+0noYQaoPDWQaN6271cAv0F/IKwHBnevQlS8oBmVavkaAUiHysKwB2AtgG8Evd9U/3+0lQYJuLGyKRkCWQegqI5DO4AHBRd/2HmwHdBXADwEAC0R3n2/urF/dk1ra8/qWoo8cc50dfkPwgsE0JOyMjkZB+orT733x8/OlBDlDRAAAAAElFTkSuQmCC") no-repeat; }
        .product_page .cols.two .col.desc .buy_one_click:hover {
          border-bottom: 1px solid transparent; }
      .product_page .cols.two .col.desc .oplata_block .title {
        color: #000000;
        font-weight: 700;
        letter-spacing: 0.4px;
        margin-top: 25px;
        margin-bottom: 10px; }

.block_title {
  color: #2a2a2a;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1.3px;
  margin: 0px;
  margin-bottom: 15px; }
  .block_title.mini {
    font-size: 26px; }

.info_block {
  background: url(../images/ico_inform_block.svg) no-repeat 0px 5px;
  border-radius: 10px;
  padding: 5px 50px;
  line-height: 23px;
  color: #414141;
  margin: 25px 0px;
  min-height: 32px; }

.tags_block {
  margin: 25px 0px; }
  .tags_block a {
    color: #dd5454;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.38px;
    margin-right: 4px;
    border-bottom: 1px solid transparent; }
    .tags_block a:hover {
      border-bottom: 1px solid #dd5454; }

.main_menu_mobile {
  position: absolute;
  width: 100%;
  top: 142px;
  z-index: 7;
  background: #dd5454;
  display: none; }
  .main_menu_mobile .menu_slides {
    height: inherit !important; }
  .main_menu_mobile .slinky-theme-default {
    background: #dd5454; }
  .main_menu_mobile .slinky-theme-default a:not(.back) {
    font-weight: 600;
    color: #fff; }
  .main_menu_mobile .slinky-menu ul {
    padding-left: 0px; }
    .main_menu_mobile .slinky-menu ul li {
      padding-left: 35px;
      border-bottom: 1px solid #fff; }
      .main_menu_mobile .slinky-menu ul li:last-child {
        border-bottom: none; }
      .main_menu_mobile .slinky-menu ul li a {
        padding: 14px 1em; }
  .main_menu_mobile .slinky-menu .header a {
    padding: 0; }

.search_mini {
  display: block;
  background: #bf4444 !important;
  padding-bottom: 0 !important;
  border: none !important;
  padding: 0px 15px; }
  .search_mini form {
    display: flex; }
  .search_mini input[type=submit] {
    width: 45px;
    margin-left: -10px;
    height: 50px;
    border: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABHElEQVQ4T5WSAU1DQRBE3ygAB4CCUgXUAVQBVAHgAAmgAFBAHYCEOmjrABQMmcvd5/rTBtjk599ddmZndld0YXsGXANXwDHwCXwAT5Ly3wm1m+1H4Hac0N1fgHtJISxRwB3wC7iTlMQStqMixCfAUtJ8AFep70CAM0mrcXXbsRDZE2DRyGU7VeJzeNwnvSuykjQtsm3Hw5Gkwf8h37Y3kd9yA3Zh+Rs40i+AM0mb/1ZOPyZ95SVwCcwl5bw3bJ8Ca2ArKefiOYuRbsfPtJ/jaIFK1Z1u11m2jichizBsU634BpxXsp9RVXDmGILIT0RFvrw3UC+kEOyMx/ZNNqzKa8lb4KFenjuGxcHZRm7GMfId8oHg18XYs6qN4PUbCGqABo4z4QsAAAAASUVORK5CYII=) no-repeat 12px 16px; }
  .search_mini input[type=text] {
    height: 50px;
    line-height: 50px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4px; }
    .search_mini input[type=text]::-webkit-input-placeholder {
      color: #fff; }
    .search_mini input[type=text]::-moz-placeholder {
      color: #fff; }
    .search_mini input[type=text]:-ms-input-placeholder {
      color: #fff; }
    .search_mini input[type=text]:-moz-placeholder {
      color: #fff; }

.count_block {
  display: flex; }
  .count_block a {
    flex: 0 0 35px;
    height: 48px;
    border-radius: 3px 0 0 3px;
    border: 1px solid #e8e8e8;
    background-color: #ffffff; }
    .count_block a.minus {
      border-radius: 3px 0 0 3px;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAABCAYAAADq6085AAAAEElEQVQYV2Ncs2bNfwYSAACL8QMFE2wRaAAAAABJRU5ErkJggg==) no-repeat center center; }
      .count_block a.minus:hover {
        background-color: #e8e8e8; }
    .count_block a.plus {
      border-radius: 0 3px 3px 0;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAJ0lEQVQoU2NkwAHuhoT8V16zhhFdGkMApmBYawB5DldIYRMfkaEEAEIgLpEAl4kZAAAAAElFTkSuQmCC) no-repeat center center; }
      .count_block a.plus:hover {
        background-color: #e8e8e8; }
  .count_block input[type=text] {
    border: 1px solid #e8e8e8;
    border-left: none;
    border-right: none;
    text-align: center;
    width: 100%; }

.code_row {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .code_row .col {
    flex: 1 1 100%; }
    .code_row .col.code {
      flex: 0 0 200px;
      padding-right: 20px; }
      .code_row .col.code img {
        vertical-align: middle; }

#forgot form input[type=text],
#forgot form input[type=password],
#register form input[type=text],
#register form input[type=password] {
  padding-left: 25px;
  background: #f2f2f2; }

.tab_products_block .row {
  display: flex;
  width: 100%; }
  .tab_products_block .row .left {
    flex: 0 0 270px;
    border-radius: 10px;
    padding: 15px; }
    .tab_products_block .row .left ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .tab_products_block .row .left ul li {
        line-height: 50px;
        padding: 0px 20px;
        transition: .2s;
        margin-right: 10px;
        position: relative; }
        .tab_products_block .row .left ul li:after {
          content: '';
          position: absolute;
          top: 0;
          left: 100%;
          width: 0;
          height: 0;
          border-left: 12px solid #fff;
          border-top: 25px solid transparent;
          border-bottom: 25px solid transparent;
          transition: none;
          transition: .2s; }
        .tab_products_block .row .left ul li a {
          color: #000000;
          font-size: 15px;
          font-weight: bold;
          letter-spacing: 0.38px;
          display: block;
          transition: .2s; }
        .tab_products_block .row .left ul li.active, .tab_products_block .row .left ul li:hover {
          background-color: #dd5454; }
          .tab_products_block .row .left ul li.active:after, .tab_products_block .row .left ul li:hover:after {
            border-left: 12px solid #dd5454; }
          .tab_products_block .row .left ul li.active a, .tab_products_block .row .left ul li:hover a {
            color: #fff; }
  .tab_products_block .row .products_list {
    flex: 1 1 100%;
    padding-left: 20px; }
    .tab_products_block .row .products_list .list {
      width: 100%;
      display: none; }
      .tab_products_block .row .products_list .list:nth-child(1) {
        display: block; }
    .tab_products_block .row .products_list .item {
      width: 210px;
      display: inline-block;
      font-size: 15px;
      color: #272727;
      margin-bottom: 27px;
      margin-right: 15px;
      vertical-align: top; }
      .tab_products_block .row .products_list .item:nth-child(3n+3) {
        margin-right: 0; }
      .tab_products_block .row .products_list .item .img {
        border: 1px solid #e8e8e8;
        padding: 15px;
        display: flex;
        border-radius: 5px;
        overflow: hidden;
        height: 210px;
        align-items: center;
        justify-content: center; }
        .tab_products_block .row .products_list .item .img img {
          transition: .1s;
          transform: scale(1);
          vertical-align: middle; }
      .tab_products_block .row .products_list .item .name {
        color: #2a2a2a;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.6px;
        margin: 15px 0px;
        font-weight: bold;
        display: block;
        padding-right: 10px; }
        .tab_products_block .row .products_list .item .name:hover {
          color: #dd5453; }
      .tab_products_block .row .products_list .item .price {
        font-size: 33px;
        font-weight: bold;
        margin-left: 5px; }
        .tab_products_block .row .products_list .item .price .Rub:after {
          font-size: 33px; }
      .tab_products_block .row .products_list .item .btns {
        text-align: center; }
        .tab_products_block .row .products_list .item .btns .buy {
          display: block;
          line-height: 50px;
          border-radius: 25px;
          border: 1px solid #dd5454;
          margin-top: 17px;
          font-size: 16px;
          color: #000;
          font-weight: bold;
          text-transform: uppercase;
          letter-spacing: 0.6px; }
          .tab_products_block .row .products_list .item .btns .buy.active, .tab_products_block .row .products_list .item .btns .buy:hover {
            background-image: linear-gradient(to right, #dd5454 0%, #e95933 100%);
            color: #fff; }
          .tab_products_block .row .products_list .item .btns .buy span {
            transition: padding .2s; }
          .tab_products_block .row .products_list .item .btns .buy.active span {
            position: relative;
            padding-left: 30px; }
            .tab_products_block .row .products_list .item .btns .buy.active span:before {
              content: '';
              width: 22px;
              height: 18px;
              background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAxElEQVQ4T6XSYRHCMAwF4PcUgBNwwKSAA6yggEnAAUioFFAQLqXl0q1pe7B/u3Tf+pIQfzwicgRwIHnKDH/1EnZN388ZLUAR2ZJ89n6ywPLxiH5BxQDcAQQbYYk7WD52iaDB9ssIFuxgLwATK1gRIb8MYWRQ8KGTcvoW+zKKqaGgxlR046Bam5zaJyYZirVJ6Axg15uwqa+weEPTI52y3mYErWIFaKbdQ11sBQ6gTawKNtAu5oIVdAhrgga9ATjb1Whtwhs35mvK2hksCgAAAABJRU5ErkJggg==) no-repeat;
              position: absolute;
              top: 2px;
              left: 0; }
      .tab_products_block .row .products_list .item:hover .img img {
        transform: scale(1.1); }

.cart_breadcrumbs {
  margin: 15px 0px; }
  .cart_breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .cart_breadcrumbs ul li {
      display: inline-block;
      font-weight: 700;
      letter-spacing: 0.4px;
      position: relative;
      padding-left: 55px;
      padding-right: 40px;
      min-height: 44px;
      line-height: 44px;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAOCAYAAADABlfOAAAAiklEQVQ4T63UwQ2AIAwF0LKKLuIMinecTLzLDG4Co3zTg0kPgKHAmb6k9BdDihPt5gHCHMKRKzetZrJ2AeHhOoB8Dm5GGUv76gBzlmAV+ger0RrchZZgE+2G1mHV7vPwhqNEdA1tn8HpDq4LldH6QH4aNVoC1WgNVKFyTWXLMhGq9vlDYYSHkovXC7FSY1aN+gNjAAAAAElFTkSuQmCC) no-repeat right center;
      margin-right: 15px; }
      .cart_breadcrumbs ul li span {
        display: inline-block;
        vertical-align: middle;
        width: 43px;
        height: 43px;
        border: 1px solid #ebebeb;
        border-radius: 50%;
        line-height: 43px;
        text-align: center;
        color: #000000;
        font-size: 16px;
        font-weight: 700;
        margin-right: 4px;
        position: absolute;
        top: 50%;
        margin-top: -22px;
        left: 0; }
      .cart_breadcrumbs ul li.active {
        color: #dd5454; }
        .cart_breadcrumbs ul li.active span {
          background-color: #dd5454;
          border: 1px solid #dd5454;
          color: #fff; }
      .cart_breadcrumbs ul li:last-child {
        padding-right: 0;
        background: none;
        margin-right: 0; }

.cart_page .border {
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  padding: 30px; }

.cart_page .cart_items {
  margin-top: -30px; }
  .cart_page .cart_items .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
    border-bottom: 1px solid #ebebeb;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    transition: .2s; }
    .cart_page .cart_items .item:hover {
      background: #f9f9f9; }
    .cart_page .cart_items .item .item_img {
      width: 86px;
      border-radius: 5px;
      border: 1px solid #e8e8e8;
      padding: 7px;
      text-align: center; }
    .cart_page .cart_items .item .col {
      padding-right: 20px; }
      .cart_page .cart_items .item .col:last-child {
        padding-right: 0; }
      .cart_page .cart_items .item .col.img {
        flex: 0 0 85px; }
      .cart_page .cart_items .item .col.name {
        flex: 1 1 100%; }
      .cart_page .cart_items .item .col.now_price {
        flex: 0 0 130px; }
      .cart_page .cart_items .item .col.count {
        flex: 0 0 135px; }
      .cart_page .cart_items .item .col.price_total {
        flex: 0 0 130px; }
      .cart_page .cart_items .item .col.control {
        flex: 0 0 100px; }
      .cart_page .cart_items .item .col.name a {
        font-size: 18px;
        color: #2a2a2a;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 1px; }
        .cart_page .cart_items .item .col.name a:hover {
          color: #dd5453; }
      .cart_page .cart_items .item .col.now_price {
        color: #272727;
        font-size: 14px; }
        .cart_page .cart_items .item .col.now_price .price {
          font-size: 22px;
          color: #272727;
          font-weight: bold;
          white-space: nowrap;
          margin-top: 5px; }
          .cart_page .cart_items .item .col.now_price .price .Rub:after {
            font-size: 22px; }
      .cart_page .cart_items .item .col.count .count_block {
        width: 135px; }
      .cart_page .cart_items .item .col.price_total {
        color: #272727;
        font-size: 14px; }
        .cart_page .cart_items .item .col.price_total .price {
          font-size: 22px;
          color: #272727;
          font-weight: bold;
          white-space: nowrap;
          margin-top: 5px; }
          .cart_page .cart_items .item .col.price_total .price .Rub:after {
            font-size: 22px; }
      .cart_page .cart_items .item .col.control a.del {
        color: #272727;
        font-size: 12px;
        letter-spacing: 0.6px;
        line-height: 20px;
        padding-left: 20px;
        display: inline-block;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAUCAYAAABSx2cSAAABv0lEQVQ4T+2UP2sUURTFz9mZuDGRkA3arCxmZzdYKKYRCwsRBGULZZe8hcla2AjaCP7ptfED+AnsAsE3k6S1CTZ2GlAREpzMajAoBFwNiYadt+/KDCoSNoJ9bvfuPae4l995RJ+Km00lIo8AHBXgGclrFa3Xdku5uxE1GifpOEsk7/asfe6QD0SkWAnDM3uaI98viTGVHHAdIudAPk7FBMYEuCXATYdc7gLRca3Xs9mqUk8AXAAwBmALwJoAGwS+E+hacpAiQwCOADgG4CCALwAWGSl1g8B6jnxR1vpzvxv83Vv2/eKBXu+0WFvMdo6npi5bcrIaBA/f1Wp5Dg/HebJa0vrHh1arYLrdN3Z7u/KtVLKFTufpDnDlhNZbmXlVqdsEzntBUG/X66PWdTs5YwrlhYWvbd8ft8a003eqzWauWy7Pzr7fN+8f7P8hedtsHhoU2bT5/OjEzMxmyvKAMR93yJGhJHH3IuySFwS1X6yf8sLw9e9AxI3GpDc//2plevqwmyQbjrXF8bm5TxmekVJnCSwCaOVcd6lfsmySDAC4A+CiF4YTBOTPTxIrdU+A+wBG/hHLFSGvVrV+mWp+AnHeij8qPceoAAAAAElFTkSuQmCC) no-repeat left center; }
        .cart_page .cart_items .item .col.control a.del:hover {
          color: #000; }

.cart_page .promocode_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px;
  border-bottom: 1px solid #ebebeb; }
  .cart_page .promocode_row .col {
    padding-right: 20px; }
    .cart_page .promocode_row .col:last-child {
      padding-right: 0; }
    .cart_page .promocode_row .col.promocode {
      color: #272727;
      font-size: 14px;
      flex: 1 1 100%; }
      .cart_page .promocode_row .col.promocode .form_item {
        width: 229px;
        margin-left: 20px; }
    .cart_page .promocode_row .col.discount {
      color: #272727;
      font-size: 14px;
      flex: 0 0 285px; }
      .cart_page .promocode_row .col.discount .price {
        font-size: 22px;
        color: #dd5454;
        font-weight: bold;
        white-space: nowrap;
        display: block;
        margin-top: 5px; }
        .cart_page .promocode_row .col.discount .price .Rub:after {
          font-size: 22px; }
    .cart_page .promocode_row .col.total_cart_price {
      color: #272727;
      font-size: 14px;
      flex: 0 0 230px; }
      .cart_page .promocode_row .col.total_cart_price .price {
        font-size: 30px;
        color: #dd5454;
        font-weight: bold;
        white-space: nowrap;
        display: block;
        margin-top: 5px; }
        .cart_page .promocode_row .col.total_cart_price .price .Rub:after {
          font-size: 22px; }

.cart_page .comment_row {
  display: flex;
  width: 100%;
  margin: 30px 0px; }
  .cart_page .comment_row .col {
    flex: 0 0 50%;
    padding-right: 20px; }
    .cart_page .comment_row .col:last-child {
      padding-right: 0; }
    .cart_page .comment_row .col .col_name {
      font-size: 20px;
      color: #2a2a2a;
      font-weight: 500;
      letter-spacing: 1px;
      margin-bottom: 20px; }
      .cart_page .comment_row .col .col_name span {
        color: #dd5454; }
    .cart_page .comment_row .col textarea {
      min-height: 154px; }
    .cart_page .comment_row .col .cards_list {
      display: flex;
      justify-content: space-between; }
      .cart_page .comment_row .col .cards_list .card {
        flex: 0 0 100px;
        cursor: pointer;
        position: relative; }
        .cart_page .comment_row .col .cards_list .card .img {
          height: 154px;
          border-radius: 10px;
          border: 1px solid #e8e8e8;
          overflow: hidden;
          text-align: center;
          line-height: 154px;
          transition: .2s; }
          .cart_page .comment_row .col .cards_list .card .img img {
            vertical-align: middle; }
        .cart_page .comment_row .col .cards_list .card .add {
          display: block;
          width: 42px;
          height: 43px;
          background: #dd5454 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAK0lEQVQoU2NkQAP/////jyzEyMjIiMIfhBrQ3YzuRHQ+4yDUMAiDlVQnAQA+0S/9lWbMoAAAAABJRU5ErkJggg==) no-repeat center center;
          border-radius: 50%;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0 auto;
          margin-bottom: -21px; }
          .cart_page .comment_row .col .cards_list .card .add:hover {
            background-color: #dd5453; }
          .cart_page .comment_row .col .cards_list .card .add.active {
            background: #dd5454 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAMCAYAAAC9QufkAAAAjElEQVQoU5WS3RWAIAhG+TZplTbJTRqhDWokR2iENqCDRz3+IJkvPsC9AgL6cZh5k3QAV7hn2QieMd+JIMMx6AH4VtiAKewCXAQfIlpLwQAUzEEJZoEJStmDBBEcRLQrMwn95oEZL7RsBqtpTwgqsPuqrx7bMrp/VgTdi0miLkkhGILmhjHzAuC2NvAFPW5LxxTYljoAAAAASUVORK5CYII=) no-repeat center center; }
        .cart_page .comment_row .col .cards_list .card:hover .img {
          border: 1px solid #dd5454; }

.cart_page .tab_products_block .block_title {
  font-size: 20px;
  margin-bottom: 20px; }

.cart_page .tab_products_block .row .left {
  background: none;
  padding: 0;
  flex: 0 0 237px; }
  .cart_page .tab_products_block .row .left ul li a {
    font-size: 14px; }
  .cart_page .tab_products_block .row .left ul li:after {
    border-left: 12px solid #fff; }
  .cart_page .tab_products_block .row .left ul li.active:after, .cart_page .tab_products_block .row .left ul li:hover:after {
    border-left: 12px solid #dd5454; }

.cart_page .tab_products_block .row .products_list .item {
  width: 200px; }

.cart_page .go_order_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0px 0px;
  padding-left: 255px;
  padding-right: 5px; }
  .cart_page .go_order_block .col {
    color: #272727; }
    .cart_page .go_order_block .col .price {
      color: #dd5454;
      font-size: 36px;
      font-weight: bold;
      margin-left: 10px; }
      .cart_page .go_order_block .col .price .Rub:after {
        font-size: 36px; }
    .cart_page .go_order_block .col .step_next {
      display: block;
      width: 350px;
      text-align: center;
      line-height: 90px;
      background-image: linear-gradient(to right, #dd5454 0%, #e95933 100%);
      color: #ffffff;
      font-size: 22px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      border-radius: 45px;
      transition: .2s; }
      .cart_page .go_order_block .col .step_next span {
        display: inline-block;
        position: relative;
        width: 37px;
        height: 26px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAWCAYAAABOm/V6AAAA3UlEQVRIS8XW4RGCMAwF4Pcm0E10I2UCcQIdQScQJxE30gnixSt3HIeahkb6l772o0dDiIAhIhcAd5KNZXlaJuXMSYBtylQWSFGEiCwBtABWPfhPSFGEbuyBFEd4ICGIXEgYIgcSirBCwhFfIDXJsz6niBxy6sCEuXp960G+IVkpQiYs7Ik+ASx6wWYOxAOAnko3roo4el7HkdGNd4PcnuTpnx/mDcB6rJyHI1IZ/wh43w7HsZojFkAowgoIQ+QAQhC5gOIID6A4Iv0ntK/czNbedddGRBTSWvpLzbwA6ppvUMrP2GEAAAAASUVORK5CYII=) no-repeat;
        vertical-align: middle;
        margin-left: 10px;
        right: 0;
        transition: .2s; }
      .cart_page .go_order_block .col .step_next:hover span {
        right: -15px; }

.block_title.second {
  font-size: 26px;
  margin-bottom: 20px;
  padding-left: 0px;
  font-weight: bold; }

.form_item {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background-color: #f2f2f2;
  padding: 0px 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 0.8px;
  color: #272727;
  position: relative; }
  .form_item.error {
    border-color: #ff8484;
    animation: form_error 0.2s ease-in-out;
    animation-iteration-count: 2; }

textarea.form_item {
  height: inherit;
  min-height: 160px;
  padding: 20px 30px;
  resize: none; }

.checkbox {
  margin: 10px 0px; }
  .checkbox.ml20 {
    margin-left: 20px; }
  .checkbox label {
    position: relative; }
    .checkbox label span {
      position: relative;
      display: block;
      padding-left: 38px;
      color: #272727;
      letter-spacing: 0.8px;
      line-height: 26px;
      font-size: 15px;
      cursor: pointer; }
      .checkbox label span:before {
        content: '';
        width: 24px;
        height: 24px;
        border-radius: 3px;
        border: 1px solid #d7d7d7;
        position: absolute;
        left: 0;
        top: 0; }
      .checkbox label span a {
        color: #dd5454;
        text-decoration: underline; }
        .checkbox label span a:hover {
          text-decoration: none; }
    .checkbox label input[type=checkbox] {
      display: none; }
      .checkbox label input[type=checkbox]:checked ~ span:before {
        background: #dd5454 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAJCAYAAADkZNYtAAAAkUlEQVQoU4WQ0Q3CMAxE300Ao3QD2kmgk8AIbEA3oWzQDRAbwASHXCVRVAXhn0S+d/LZ4k/ZnoBJ0qxgbXdAJymEUgk8Am9gkO098ATiHbPB9gU4V95HwDNwqJpj+t+q3mudnCKEYfcj/gfoJS05cw/cG3ABQ1vhtOQJqEdHe4grZKbADUNZtgknwxVYtmcM7QurGDkBt56QtgAAAABJRU5ErkJggg==") no-repeat center center;
        border-color: #dd5454; }

.cart_formular {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  margin-top: -17px; }
  .cart_formular .step_name {
    color: #2a2a2a;
    font-size: 26px;
    letter-spacing: 1px;
    margin-left: -20px;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 30px; }
    .cart_formular .step_name span {
      color: #dd5453; }
  .cart_formular .input_row {
    margin: 17px 0px; }
    .cart_formular .input_row p.small {
      font-size: 12px;
      line-height: 16px; }
    .cart_formular .input_row .checkbox {
      margin-left: 30px; }
    .cart_formular .input_row .cols {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      .cart_formular .input_row .cols .col:nth-child(1) {
        padding-right: 15px; }
      .cart_formular .input_row .cols .col .ico_date {
        padding-left: 63px;
        max-width: 200px;
        padding-right: 10px;
        background: #f2f2f2 url("../images/ico_date.svg") no-repeat 15px 15px; }
      .cart_formular .input_row .cols .col .table {
        display: table; }
        .cart_formular .input_row .cols .col .table .td {
          display: table-cell;
          vertical-align: middle;
          white-space: nowrap;
          padding: 0px 9px; }
          .cart_formular .input_row .cols .col .table .td input {
            max-width: 94px;
            padding: 0px 10px;
            text-align: center; }
          .cart_formular .input_row .cols .col .table .td:last-child {
            padding-right: 0; }
    .cart_formular .input_row .radio_list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .cart_formular .input_row .radio_list .item {
        flex: 0 0 265px;
        position: relative;
        height: 62px;
        padding: 20px;
        margin-bottom: 10px;
        cursor: pointer;
        display: flex;
        align-items: center; }
        .cart_formular .input_row .radio_list .item span {
          color: #000000;
          font-size: 11px;
          letter-spacing: 0.55px; }
          .cart_formular .input_row .radio_list .item span:before {
            content: '';
            display: block;
            width: 100%;
            height: 62px;
            border-radius: 10px;
            border: 1px solid #e8e8e8;
            position: absolute;
            top: 0;
            left: 0;
            transition: .2s; }
        .cart_formular .input_row .radio_list .item input[type=radio] {
          display: none; }
          .cart_formular .input_row .radio_list .item input[type=radio]:checked ~ span:before {
            border: 2px solid #dd5454; }
        .cart_formular .input_row .radio_list .item img {
          float: left;
          margin-right: 20px; }
  .cart_formular .finish .step_next {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 90px;
    background-image: linear-gradient(to right, #dd5454 0%, #e95933 100%);
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-radius: 45px;
    transition: .2s; }
    .cart_formular .finish .step_next span {
      display: inline-block;
      width: 37px;
      height: 26px;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAWCAYAAABOm/V6AAAA3UlEQVRIS8XW4RGCMAwF4Pcm0E10I2UCcQIdQScQJxE30gnixSt3HIeahkb6l772o0dDiIAhIhcAd5KNZXlaJuXMSYBtylQWSFGEiCwBtABWPfhPSFGEbuyBFEd4ICGIXEgYIgcSirBCwhFfIDXJsz6niBxy6sCEuXp960G+IVkpQiYs7Ik+ASx6wWYOxAOAnko3roo4el7HkdGNd4PcnuTpnx/mDcB6rJyHI1IZ/wh43w7HsZojFkAowgoIQ+QAQhC5gOIID6A4Iv0ntK/czNbedddGRBTSWvpLzbwA6ppvUMrP2GEAAAAASUVORK5CYII=) no-repeat;
      vertical-align: middle;
      margin-left: 10px;
      position: relative;
      right: 0;
      transition: .2s; }
    .cart_formular .finish .step_next:hover {
      background-image: linear-gradient(to right, #e95933 0%, #dd5454 100%); }
      .cart_formular .finish .step_next:hover span {
        right: -15px; }

.popular_cats_block a.more {
  display: none;
  text-align: center;
  line-height: 60px;
  border-top: 1px solid #fff;
  margin-top: 10px;
  margin-bottom: -30px;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid transparent; }
  .popular_cats_block a.more:hover {
    background: #fff;
    color: #000;
    border-bottom: 1px solid #dd5454; }

.mobile_menu_open {
  display: none; }

.border_block {
  border-radius: 5px;
  border: 1px solid #fc8585;
  margin-bottom: 30px; }
  .border_block .title_block {
    padding: 25px 30px;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #f0f0f0; }
    .border_block .title_block .links {
      float: right; }
      .border_block .title_block .links a {
        display: inline-block;
        font-size: 15px;
        border-bottom: 1px solid #000;
        margin-left: 20px;
        font-weight: 400; }
        .border_block .title_block .links a:hover {
          border-bottom: 1px solid transparent; }

.user_inf_cols {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px; }
  .user_inf_cols .col .bold {
    font-weight: bold;
    display: block;
    margin-bottom: 4px; }
  .user_inf_cols.change_block {
    justify-content: flex-start; }
    .user_inf_cols.change_block .col {
      flex: 0 0 25%;
      padding-right: 20px; }

.user_page .border_block .body_block .items .item {
  padding: 20px 30px;
  font-size: 16px;
  border-bottom: 1px solid #f0f0f0; }
  .user_page .border_block .body_block .items .item .line_1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center; }
    .user_page .border_block .body_block .items .item .line_1 .col {
      padding-right: 15px; }
      .user_page .border_block .body_block .items .item .line_1 .col:last-child {
        padding-right: 0; }
      .user_page .border_block .body_block .items .item .line_1 .col.id {
        flex: 0 0 15%; }
      .user_page .border_block .body_block .items .item .line_1 .col.date {
        flex: 0 0 25%; }
      .user_page .border_block .body_block .items .item .line_1 .col.img {
        display: flex;
        flex: 0 0 26%;
        align-items: center; }
        .user_page .border_block .body_block .items .item .line_1 .col.img a {
          display: block;
          width: 57px;
          height: 57px;
          margin-right: 10px; }
      .user_page .border_block .body_block .items .item .line_1 .col.status {
        flex: 0 0 20%; }
        .user_page .border_block .body_block .items .item .line_1 .col.status.green {
          color: #6cb36f; }
        .user_page .border_block .body_block .items .item .line_1 .col.status.red {
          color: #ff6666; }
        .user_page .border_block .body_block .items .item .line_1 .col.status.grey {
          color: #b8b8b8; }
      .user_page .border_block .body_block .items .item .line_1 .col.control {
        flex: 0 0 14%;
        text-align: right; }
        .user_page .border_block .body_block .items .item .line_1 .col.control .more {
          display: inline-block;
          position: relative;
          padding-right: 25px; }
          .user_page .border_block .body_block .items .item .line_1 .col.control .more:after {
            content: '';
            width: 10px;
            height: 6px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAYElEQVQYV12O4Q1AUAwG703AJmyAUUyKDdjACEaQk1Ye/dP0y/XaAqxAA0zAxbdaYDEvAQ7ADszRxRPqgU3QQGsXRs1nmIQOYBTM7RoWfKE8nV/VZrPHlH+n8Q87v5DDDSI5F5b4oCMgAAAAAElFTkSuQmCC) no-repeat;
            display: block;
            position: absolute;
            top: 7px;
            right: 0;
            transition: .2s; }
          .user_page .border_block .body_block .items .item .line_1 .col.control .more.active:after {
            transform: rotate(180deg); }
  .user_page .border_block .body_block .items .item .line_2 {
    display: none; }
    .user_page .border_block .body_block .items .item .line_2 .row {
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      margin-top: 20px; }
    .user_page .border_block .body_block .items .item .line_2 .col {
      padding-right: 15px; }
      .user_page .border_block .body_block .items .item .line_2 .col:last-child {
        padding-right: 0; }
      .user_page .border_block .body_block .items .item .line_2 .col.img {
        flex: 0 0 110px;
        border: 1px solid #e8e8e8;
        border-radius: 5px;
        padding-right: 0; }
      .user_page .border_block .body_block .items .item .line_2 .col.name {
        padding: 0px 20px;
        flex: 1 1 100%; }
        .user_page .border_block .body_block .items .item .line_2 .col.name .art {
          font-size: 11px; }
        .user_page .border_block .body_block .items .item .line_2 .col.name .product_name {
          font-size: 16px;
          line-height: 24px;
          font-weight: bold;
          margin: 5px 0px 5px;
          display: inline-block; }
        .user_page .border_block .body_block .items .item .line_2 .col.name .price {
          font-size: 25px;
          width: 100%;
          margin-top: -3px; }
          .user_page .border_block .body_block .items .item .line_2 .col.name .price .Rub:after {
            font-size: 25px; }
      .user_page .border_block .body_block .items .item .line_2 .col.delivery {
        flex: 0 0 34%; }
        .user_page .border_block .body_block .items .item .line_2 .col.delivery > div {
          margin-bottom: 10px;
          font-size: 15px; }
          .user_page .border_block .body_block .items .item .line_2 .col.delivery > div.bold {
            font-weight: bold;
            font-size: 16px; }
        .user_page .border_block .body_block .items .item .line_2 .col.delivery .price.big {
          font-size: 30px;
          font-weight: bold;
          margin-left: 5px; }
          .user_page .border_block .body_block .items .item .line_2 .col.delivery .price.big .Rub:after {
            font-size: 30px; }

.articles_page .page_title {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 15px; }

.articles_page .article_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .articles_page .article_list .item {
    flex: 0 0 303px;
    margin-right: 25px;
    margin-bottom: 25px; }
    .articles_page .article_list .item .img {
      display: block;
      width: 100%;
      height: 300px;
      border-radius: 5px;
      border: 1px solid #e8e8e8;
      background-color: #ffffff;
      overflow: hidden;
      line-height: 300px;
      text-align: center; }
      .articles_page .article_list .item .img img {
        vertical-align: bottom;
        transform: scale(1);
        transition: .2s; }
      .articles_page .article_list .item .img:hover {
        border-color: #dd5454; }
        .articles_page .article_list .item .img:hover img {
          transform: scale(1.1); }
    .articles_page .article_list .item .name {
      display: block;
      color: #2a2a2a;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 1px;
      font-weight: bold;
      margin-top: 15px; }
      .articles_page .article_list .item .name:hover {
        color: #dd5454; }
    .articles_page .article_list .item p {
      color: #272727;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.8px;
      margin-bottom: 0; }
    .articles_page .article_list .item:nth-child(3n+3) {
      margin-right: 0; }

.articles_page .show_more {
  margin-top: 0;
  margin-bottom: 20px; }

.text_page {
  color: #2a2a2a; }
  .text_page .page_title {
    margin: 0;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 15px; }
  .text_page .text_block {
    color: #2d2d2d; }
    .text_page .text_block p {
      line-height: 26px;
      letter-spacing: 0.8px; }
  .text_page h2 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1.3px;
    line-height: 34px; }
  .text_page h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.3px; }
  .text_page h4 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #2a2a2a; }
  .text_page ul {
    list-style: none;
    padding: 0; }
    .text_page ul li {
      line-height: 26px;
      letter-spacing: 0.8px;
      padding-left: 52px;
      margin: 1em 0;
      position: relative; }
      .text_page ul li:before {
        content: '';
        width: 32px;
        height: 32px;
        background: url("../images/ico_ul_li.png") no-repeat;
        position: absolute;
        top: -5px;
        left: 0; }
      .text_page ul li a {
        border-bottom: 1px solid rgba(221, 84, 84, 0.3);
        display: inline-block;
        padding-bottom: 3px; }
        .text_page ul li a:hover {
          border-bottom: 1px solid transparent; }
    .text_page ul.romb li {
      padding-left: 33px; }
      .text_page ul.romb li:before {
        content: '';
        width: 32px;
        height: 32px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAiklEQVQ4T6XTwQ2AIBBEUdZStBBtgjtWpt6lI2thDSQYwB1U5Ar/ESCQqoxDa0POjYO1M1pGaCLEzEuYZ14RIgJZHHcAyA0Q4wqSAdUYIBfwKhaQAHyKC4Sa4gT5BZBSW/MRfNzvu2m6xBj7k3x+xjS+AU8vUsYigBAphkCJoLgKRKRjnvxto197AlQPeFneq2XUAAAAAElFTkSuQmCC) no-repeat;
        position: absolute;
        top: 5px;
        left: 0; }
  .text_page table {
    border-collapse: collapse;
    margin-bottom: 30px; }
    .text_page table tr th {
      padding: 24px 30px;
      text-align: left;
      background-color: #f8f7f2;
      color: #2a2a2a;
      font-weight: bold;
      font-size: 20px; }
      .text_page table tr th:first-child {
        border-radius: 5px 0 0 5px; }
      .text_page table tr th:last-child {
        border-radius: 0px 5px 5px 0px; }
    .text_page table tr td {
      border-bottom: 1px solid #e8e8e8;
      padding: 20px 30px;
      color: #2a2a2a;
      font-size: 16px;
      line-height: 22px; }
  .text_page .cols_3 {
    display: flex;
    flex-wrap: wrap; }
    .text_page .cols_3 li {
      max-width: 33%;
      padding-right: 20px; }

.usl_block {
  display: flex;
  flex-wrap: wrap; }
  .usl_block .item {
    display: flex;
    width: 50%;
    margin-bottom: 20px;
    padding-right: 20px; }
    .usl_block .item div {
      flex: 0 0 70px; }
    .usl_block .item p {
      margin-top: 0; }

.opl_block_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px; }
  .opl_block_list .item {
    flex: 0 0 50%;
    margin-bottom: 20px;
    padding-left: 49px;
    padding-right: 30px; }
    .opl_block_list .item .name {
      color: #2a2a2a;
      font-size: 30px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      position: relative; }
      .opl_block_list .item .name:before {
        content: '';
        width: 32px;
        height: 32px;
        display: block;
        background: url("../images/ico_opl_block_item.png") no-repeat;
        position: absolute;
        top: 0;
        left: -50px; }
    .opl_block_list .item p {
      color: #2a2a2a;
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 0; }

.opl_border_cols {
  margin: 30px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .opl_border_cols .item {
    display: flex;
    width: 470px;
    padding: 30px 25px;
    border: 1px solid #ebebeb;
    margin-right: 20px;
    margin-bottom: 20px; }
    .opl_border_cols .item:nth-child(2n+2) {
      margin-right: 0; }
    .opl_border_cols .item .img {
      flex: 0 0 90px;
      text-align: center; }
      .opl_border_cols .item .img img {
        margin-bottom: 15px; }
    .opl_border_cols .item .text {
      padding-left: 20px; }
      .opl_border_cols .item .text .name {
        color: #2a2a2a;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 15px; }
      .opl_border_cols .item .text p {
        margin-top: 0;
        color: #2a2a2a;
        font-size: 16px;
        line-height: 26px; }

.border_img {
  border: 1px solid #ebebeb;
  padding: 30px;
  margin: 30px 0px; }

.reviews_list {
  margin-top: 20px; }
  .reviews_list .item {
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
    padding: 40px;
    padding-top: 20px;
    padding-bottom: 30px;
    float: left;
    width: calc(50% - 10px);
    transition: .2s;
    border-radius: 5px;
    margin-bottom: 20px; }
    .reviews_list .item:hover {
      box-shadow: 0 8px 27px rgba(221, 84, 84, 0.46); }
    .reviews_list .item .top {
      display: flex;
      align-items: center;
      padding-bottom: 15px; }
      .reviews_list .item .top .col {
        flex: 1 1 100%;
        padding-left: 20px; }
        .reviews_list .item .top .col.img {
          flex: 0 0 60px;
          padding-left: 0; }
          .reviews_list .item .top .col.img div {
            width: 60px;
            height: 60px;
            border: 3px solid #dd5454;
            border-radius: 50%;
            overflow: hidden; }
          .reviews_list .item .top .col.img img {
            max-width: 54px; }
      .reviews_list .item .top .name {
        color: #2a2a2a;
        font-size: 18px;
        letter-spacing: 0.4px;
        font-weight: bold; }
      .reviews_list .item .top .date {
        font-size: 11px;
        color: #2a2a2a;
        letter-spacing: 0.55px;
        margin-top: 5px; }
    .reviews_list .item .text {
      color: #2a2a2a;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.8px; }
    .reviews_list .item .gallery {
      margin-top: 0px;
      padding-top: 10px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .reviews_list .item .gallery .gallery_item {
        width: 90px;
        height: 90px;
        padding: 10px;
        display: block;
        border: 1px solid #e8e8e8;
        border-radius: 5px;
        margin-bottom: 10px; }
        .reviews_list .item .gallery .gallery_item img {
          max-width: 100%; }
        .reviews_list .item .gallery .gallery_item:hover {
          border: 1px solid #dd5454; }
    .reviews_list .item .bottom {
      margin-top: 20px; }
      .reviews_list .item .bottom .like {
        display: inline-block;
        background: url("../images/ico_like.svg") no-repeat;
        padding-left: 30px;
        font-size: 13px;
        color: #dd5454;
        line-height: 16px;
        font-weight: 500; }
        .reviews_list .item .bottom .like:hover {
          color: #ff489e;
          background: url("../images/ico_like_h.svg") no-repeat; }

.register_page .block_register {
  max-width: 570px;
  padding-bottom: 30px; }
  .register_page .block_register form input[type=text],
  .register_page .block_register form input[type=password] {
    display: block;
    width: 100%;
    height: 62px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding-left: 54px;
    padding-right: 15px;
    margin-bottom: 20px;
    padding-left: 25px;
    background: #f2f2f2; }
  .register_page .block_register form .btn {
    display: block;
    width: 100%;
    height: 70px;
    border-radius: 35px;
    border: none;
    background-image: linear-gradient(to right, #dd5454 0%, #e95933 100%);
    margin-bottom: 20px;
    padding: 0;
    outline: none;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    cursor: pointer;
    transition: .2s; }
    .register_page .block_register form .btn:hover {
      background-image: linear-gradient(to right, #e95933 0%, #dd5454 100%); }
  .register_page .block_register .code_row .col {
    flex: 1 1 100%;
    margin-bottom: 20px; }
    .register_page .block_register .code_row .col.code {
      flex: 0 0 200px;
      padding-right: 20px; }

.reviews_add {
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  padding: 40px;
  text-align: center; }
  .reviews_add h2 {
    margin: 0;
    margin-bottom: 30px; }
  .reviews_add form {
    width: 100%;
    max-width: 540px;
    margin: 0 auto; }
    .reviews_add form .input_row {
      margin-bottom: 20px; }
    .reviews_add form .send {
      display: block;
      width:100%;
      max-width: 100%;
      padding: 9px 0px;
      font-size: 16px;
      border-radius: 30px;
      text-transform: none;
      font-weight: bold;
      letter-spacing: 0.4px; }
    .reviews_add form .file_block {
      text-align: left;
      padding-left: 35px; }
      .reviews_add form .file_block input {
        display: none; }
      .reviews_add form .file_block span {
        color: #2a2a2a;
        text-decoration: none;
        font-size: 14px;
        position: relative;
        border-bottom: 1px solid #000;
        transition: .2s;
        cursor: pointer; }
        .reviews_add form .file_block span:before {
          content: '';
          width: 15px;
          height: 15px;
          background: url(../images/ico_camera.svg) no-repeat;
          background-size: 15px;
          display: block;
          position: absolute;
          left: -25px;
          top: 1px; }
        .reviews_add form .file_block span:hover {
          border-bottom: 1px solid transparent; }

.preim_block_list {
  margin: 30px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .preim_block_list .item {
    flex: 0 0 50%;
    padding-left: 73px;
    padding-right: 40px;
    margin-bottom: 30px; }
    .preim_block_list .item.ico_1 {
      background: url("../images/preim_block_bottom_1.png") no-repeat; }
    .preim_block_list .item.ico_2 {
      background: url("../images/preim_block_bottom_2.png") no-repeat; }
    .preim_block_list .item.ico_3 {
      background: url("../images/preim_block_bottom_3.png") no-repeat; }
    .preim_block_list .item.ico_4 {
      background: url("../images/preim_block_bottom_4.png") no-repeat; }
    .preim_block_list .item.ico_5 {
      background: url("../images/preim_block_bottom_5.png") no-repeat; }
    .preim_block_list .item.ico_6 {
      background: url("../images/preim_block_bottom_6.png") no-repeat; }
    .preim_block_list .item.ico_7 {
      background: url("../images/preim_block_bottom_7.png") no-repeat; }
    .preim_block_list .item.ico_8 {
      background: url("../images/preim_block_bottom_8.png") no-repeat; }
    .preim_block_list .item .name {
      color: #2a2a2a;
      font-size: 18px;
      font-weight: bold; }
    .preim_block_list .item p {
      margin-bottom: 0;
      color: #2d2d2d;
      font-size: 15px;
      line-height: 26px; }

.contact_block {
  padding-bottom: 10px; }
  .contact_block .steps {
    display: flex;
    justify-content: flex-start; }
    .contact_block .steps .step {
      display: flex;
      color: #2a2a2a;
      line-height: 28px;
      font-weight: 500;
      margin-right: 30px; }
      .contact_block .steps .step a {
        display: inline-block;
        font-weight: bold; }
      .contact_block .steps .step span {
        color: #dd5454;
        font-size: 40px;
        font-weight: 700;
        margin-right: 15px;
        display: inline-block;
        margin-top: 6px; }
      .contact_block .steps .step:first-child {
        max-width: 300px; }
      .contact_block .steps .step:last-child {
        margin-right: 0; }
  .contact_block form {
    margin-top: 25px;
    max-width: 620px; }
  .contact_block .input_row {
    margin-bottom: 15px; }

.send {
  display: inline-block;
  line-height: 48px;
  background-image: linear-gradient(to right, #dd5454 0%, #e95933 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.35px;
  padding: 0px 40px;
  margin-top: 12px;
  border-radius: 23px;
  border: 1px solid transparent;
  margin-top: 10px;
  cursor: pointer;
  transition: .2s; }
  .send:hover {
    background: #fff;
    color: #000;
    border: 1px solid #dd5454; }
  .send.btn_save {
    margin-top: 0;
    margin-bottom: 20px; }

.delivery_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-height: 300px;
  overflow: hidden;
  transition: .2s; }
  .delivery_list.active {
    max-height: 99999px; }
  .delivery_list .item {
    display: flex;
    width: 270px;
    align-items: center;
    border-radius: 25px;
    background-color: #fff;
    justify-content: space-between;
    color: #2d2d2d;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.7px;
    transition: .2s; }
    .delivery_list .item:hover {
      background-color: #dd5454;
      color: #fff; }
    .delivery_list .item .name {
      padding-left: 20px;
      padding-right: 10px; }
    .delivery_list .item .num {
      padding-right: 20px; }

.about_cols_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .about_cols_list .item {
    flex: 0 0 33.33333%;
    padding-left: 50px;
    color: #2a2a2a;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
    position: relative;
    padding-right: 30px; }
    .about_cols_list .item:before {
      content: '';
      width: 34px;
      height: 34px;
      display: block;
      position: absolute;
      left: 0;
      top: 20px;
      margin-top: -17px;
      background: url(../images/ico_check.svg) no-repeat; }

.flexMenu-popup li.search_mini {
  display: none; }

@keyframes form_error {
  0% {
    left: 0px; }
  33% {
    left: -5px; }
  60% {
    left: 5px; }
  100% {
    left: 0; } }

.flexMenu-popup li.search_mini {
  display: none; }

@media (min-width: 1441px) {
  .wrapper {
    max-width: 1217px; }
  .container {
    width: 1140px; }
  header {
    padding: 15px 0px; }
  header .row.line_1 .col:nth-child(2) .row .menu {
    padding-bottom: 12px; }
  header .row.line_1 .col:nth-child(2) .row.line_2 .col .title {
    font-size: 14px; }
  header .row.line_1 .col:nth-child(2) .row.line_2 .col .time .work {
    font-size: 14px; }
  header .row.line_1 .col:nth-child(2) .row.line_2 .col .region .link {
    font-size: 14px; }
  header .row.line_1 .col:nth-child(2) .row.line_2 .col .cart {
    width: 192px; }
  .content .error_block {
    background: url("../images/error_bg.jpg") no-repeat top center;
    height: 465px; }
    .content .error_block .info {
      padding-left: 400px; }
  .navigation ul li a {
    line-height: 60px;
    font-size: 15px;
    padding: 0 20px; }
  .navigation .row .col .search .search_link {
    line-height: 60px; }
  .main_slider_block .main_slider .item {
    height: 260px; }
  .main_slider_block.big .main_slider .item {
    height: 507px; }
  .preim_block {
    margin: 30px 0px; }
  .preim_block .row {
    margin-top: 30px; }
  .products_block {
    padding-top: 0px;
    margin-top: 0; }
  .line {
    max-width: 1140px; }
  .products_block .title {
    margin-top: 15px;
    font-size: 30px;
    margin-bottom: 20px; }
  .products_block .items .col {
    width: 260px;
    max-width: 260px;
    margin-bottom: 30px; }
  .products_block .items .col:nth-child(3n+3) {
    margin-right: 25px; }
  .products_block .items .col:nth-child(4n+4) {
    display: inline-block;
    margin-right: 0; }
  .products_block .items .col .item:before {
    width: 315px; }
  .products_block .items .col .img {
    width: 260px;
    height: 260px; }
  .products_block .items .col .desc div {
    margin-top: 10px;
    line-height: 20px; }
  .products_block .items .col .desc {
    font-size: 14px; }
  .products_block .items .col .main_desc {
    font-size: 16px; }
  .products_block .items .col .main_desc div {
    margin-top: 15px; }
  .navigation ul li ul li {
    padding-right: 15px; }
  .navigation .row .col .search .search__block {
    height: 60px; }
  .navigation .row .col .search .search__block .form-input {
    height: 60px; }
  .navigation .row .col .search .search__block .search-btn {
    background: url(../images/ico_search.svg) no-repeat center 21px; }
  .search__result .item .search__result-cols .search__result-col .name {
    font-size: 16px; }
  .navigation ul.nav.active {
    height: 60px; }
  .sort_block {
    margin-top: -30px; }
  .tab_products_block .row .products_list .item {
    width: 270px; }
    .tab_products_block .row .products_list .item .img {
      height: 260px; }
  .preim_block .row .col:nth-child(4) {
    display: block; }
  .cart_page .cart_items .item .col.price_total,
  .cart_page .cart_items .item .col.now_price {
    flex: 0 0 180px; }
    .cart_page .cart_items .item .col.price_total .price,
    .cart_page .cart_items .item .col.now_price .price {
      margin-left: 10px; }
  .cart_page .promocode_row .col.discount {
    flex: 0 0 335px; }
    .cart_page .promocode_row .col.discount .price {
      display: inline-block;
      margin-left: 10px; }
  .cart_page .promocode_row .col.total_cart_price {
    flex: 0 0 280px; }
    .cart_page .promocode_row .col.total_cart_price .price {
      display: inline-block;
      margin-left: 10px; }
  .cart_page .comment_row .col .cards_list .card {
    flex: 0 0 120px; }
  .cart_page .tab_products_block .row .products_list .item {
    width: 260px; }
  .preim_block .row .col .item .title {
    font-size: 16px; }
  .user_inf_cols .col .bold {
    display: inline-block;
    margin: 0;
    margin-right: 6px; }
  .reviews_list .item .gallery .gallery_item {
    width: 100px;
    height: 100px; }
  .articles_page .article_list .item {
    flex: 0 0 356px;
    margin-right: 35px;
    margin-bottom: 35px; }
  .articles_page .article_list .item .img {
    height: 360px;
    line-height: 360px; }
  .opl_border_cols .item {
    width: 560px; }
  .preim_block_list .item {
    flex: 0 0 30%;
    padding-right: 0px; }
  header .row.line_1 .col:nth-child(2) .row.line_2 .col .time {
    max-width: initial;
    white-space: nowrap;
    line-height: 24px; }
  .found_sale_block form .col {
    flex: 0 0 276px; }
  .found_sale_block .candy {
    right: 80px; }
  .found_sale_block .candy .img {
    margin-left: 50px; } }

@media (max-width: 989px) {
  .container {
    width: 768px;
    padding: 0px 15px; }
  header .row.line_1 .col:nth-child(2) .row.line_2 .col:nth-child(2) {
    display: none; }
  header .row.line_1 .col:nth-child(2) .row.line_2 .col:nth-child(3) {
    flex: 0 0 180px;
    padding-left: 0px; }
  header .row.line_1 .col:nth-child(2) .row.line_2 .col .time {
    white-space: normal;
    line-height: 15px; }
  .product_page .cols.two .col.img {
    padding: 15px; }
  header .row.line_1 .col:nth-child(2) .row.line_2 .col768 {
    display: flex; }
    header .row.line_1 .col:nth-child(2) .row.line_2 .col768 .slogan {
      font-size: 17px;
      line-height: 22px; }
  header .row.line_1 {
    display: block; }
  header .row.line_1 .col:nth-child(1) {
    display: none; }
  header .row.line_1 .col:nth-child(2) .row.line_2 .col {
    padding-left: 0; }
  header .row.line_1 .col:nth-child(2) .row .menu a:last-child {
    display: none; }
  header .row.line_1 .col:nth-child(2) .row.line_2 .col .region {
    margin-left: 20px; }
  header .row.line_1 .col:nth-child(2) .row.line_2 .col .phone {
    margin-right: 40px; }
  .navigation .row {
    border-radius: 0px; }
  .main_slider_block .main_slider .item img {
    max-width: inherit;
    width: inherit;
    margin-left: -200px; }
  .main_slider_block .main_slider .item .desc {
    left: 50px; }
  .preim_block .row .col {
    padding: 0px 10px; }
  .products_block .items {
    text-align: center; }
    .products_block .items .item {
      text-align: left; }
  .products_block .items .col {
    width: 352px;
    max-width: 352px; }
    .products_block .items .col:nth-child(3) {
      margin-right: 25px; }
    .products_block .items .col:nth-child(2n+2) {
      margin-right: 0; }
    .products_block .items .col .img {
      width: 352px;
      height: 319px; }
  .products_block .items .col .item:before {
    width: 395px;
    left: -25px; }
  .preim_block_bottom .row .col.col-1-4 {
    flex: 0 0 50%; }
  .preim_block_bottom .icons_text_row .item {
    flex: 0 0 50%;
    margin-bottom: 20px; }
  .popular_cats_block .row {
    flex-wrap: wrap;
    justify-content: flex-start; }
  .popular_cats_block .row .col {
    flex: 0 0 33.33333%; }
    .popular_cats_block .row .col:nth-child(4), .popular_cats_block .row .col:nth-child(5) {
      display: none;
      margin-top: 40px; }
    .popular_cats_block .row .col.active {
      display: block !important; }
  footer .row .col {
    flex: 0 0 33.3333%; }
    footer .row .col:nth-child(4) {
      flex: 0 0 100%; }
    footer .row .col .cont {
      display: flex;
      flex: 0 0 100%;
      justify-content: space-between;
      align-items: center; }
      footer .row .col .cont a.tel {
        font-size: 28px; }
      footer .row .col .cont .btn {
        padding: 0px 30px; }
  footer .row .col .payments {
    display: none; }
  .preim_block_bottom .row .col.col-1-3 .item {
    display: block; }
  .preim_block_bottom .row .col.col-1-3 .item .text {
    padding-left: 0;
    margin-top: 15px; }
  .navigation ul li ul li {
    flex: 0 0 33.33333%; }
  .navigation ul li.flexMenu-viewMore ul li {
    flex: 0 0 25%; }
  .navigation ul li:first-child,
  .navigation .row .col .search {
    border-radius: 0px; }
  #added .btns a {
    line-height: 52px; }
  #added .items .owl-nav {
    display: none; }
  .navigation ul li a {
    padding: 0px 10px; }
  .navigation .row .col .search .search_link {
    font-size: 0;
    padding: 0px 20px;
    background: url(../images/ico_search.svg) no-repeat center center; }
  .navigation .row .col:nth-child(2) {
    flex: 0 0 60px; }
  .main_slider_block .main_slider .owl-dots {
    left: inherit;
    right: 15px; }
  .preim_block .row .col {
    flex: 0 0 25%; }
    .preim_block .row .col:nth-child(4) {
      display: block; }
  .preim_block .row .col .item {
    background-position: top center !important;
    padding: 65px 0px 0px 0px !important;
    text-align: center; }
    .preim_block .row .col .item .title {
      font-size: 16px;
      padding: 0px 10px;
      min-height: 48px; }
    .preim_block .row .col .item .text {
      font-size: 13px; }
  .line {
    max-width: 768px; }
  .main_slider_block .main_slider .owl-nav {
    display: none !important; }
  .content .error_block {
    background: url("../images/error_bg.jpg") no-repeat left -400px center;
    height: 465px; }
    .content .error_block .info {
      padding-left: 350px; }
  .navigation .row .col:nth-child(1) {
    max-width: calc(100% - 60px);
    padding-right: 60px;
    height: 50px; }
  .navigation .row .col:nth-child(2) {
    flex: 0 0 55px; }
  .catalog .products_block .items .col:nth-child(3n+3) {
    margin-right: 25px; }
  .catalog .products_block .items .col:nth-child(2n+2) {
    margin-right: 0px; }
  .tab_products_block .row .products_list .item:nth-child(3n+3) {
    margin-right: 15px; }
  .tab_products_block .row .products_list .item:nth-child(2n+2) {
    margin-right: 0; }
  .cart_page .cart_items .item {
    flex-wrap: wrap;
    justify-content: flex-start; }
    .cart_page .cart_items .item .col {
      padding-right: 30px; }
      .cart_page .cart_items .item .col.img {
        order: 0;
        padding-right: 20px; }
        .cart_page .cart_items .item .col.img .item_img {
          height: 100px;
          line-height: 100px; }
      .cart_page .cart_items .item .col.name {
        flex: 0 0 450px;
        padding-right: 0;
        align-self: flex-start;
        order: 1; }
      .cart_page .cart_items .item .col.now_price {
        order: 3;
        margin-left: 110px;
        margin-top: -45px; }
      .cart_page .cart_items .item .col.count {
        order: 4;
        margin-top: -45px; }
      .cart_page .cart_items .item .col.price_total {
        order: 5;
        margin-top: -45px; }
      .cart_page .cart_items .item .col.control {
        order: 2;
        align-self: flex-start;
        text-align: right; }
  .cart_page .promocode_row .col.discount {
    flex: 0 0 160px; }
  .cart_page .promocode_row .col.total_cart_price {
    flex: 0 0 130px;
    text-align: right; }
    .cart_page .promocode_row .col.total_cart_price > span {
      text-align: left;
      display: block; }
  .cart_page .comment_row {
    flex-wrap: wrap; }
    .cart_page .comment_row .col {
      flex: 1 1 100%;
      margin-bottom: 20px;
      padding: 0; }
  .cart_page .comment_row .col .cards_list .card {
    flex: 0 0 120px; }
  .cart_page .tab_products_block .row .products_list .item {
    width: 190px; }
  .cart_page .go_order_block {
    padding: 0; }
  .popular_cats_block a.more {
    display: block; }
  .user_page .border_block .body_block .items .item {
    font-size: 14px; }
  .user_page .border_block .body_block .items .item .line_1 .col.img {
    display: block;
    text-align: center;
    flex: 0 0 24%; }
    .user_page .border_block .body_block .items .item .line_1 .col.img a {
      display: none; }
  .user_page .border_block .body_block .items .item .line_1 .col.id {
    flex: 0 0 17%; }
  .border_block .title_block {
    padding: 20px 30px;
    font-size: 18px; }
  .user_page .border_block .body_block .items .item .line_2 .col.delivery > div {
    font-size: 14px;
    margin-bottom: 5px; }
  .user_page .border_block .body_block .items .item .line_2 .col.name .product_name {
    font-size: 15px;
    line-height: inherit; }
  .user_page .border_block .body_block .items .item .line_2 .col.delivery > div.bold {
    font-size: 15px; }
  .user_page .border_block .body_block .items .item .line_2 .col.delivery .price.big .Rub:after,
  .user_page .border_block .body_block .items .item .line_2 .col.delivery .price.big {
    font-size: 25px; }
  .text_page .cols_3 li {
    max-width: 50%; }
  .user_inf_cols.change_block {
    flex-wrap: wrap; }
    .user_inf_cols.change_block .col {
      flex: 0 0 50%;
      margin-bottom: 20px; }
  .articles_page .article_list .item:nth-child(3n+3) {
    margin-right: 35px; }
  .articles_page .article_list .item:nth-child(2n+2) {
    margin-right: 0px; }
  .articles_page .article_list {
    justify-content: space-between; }
  .articles_page .article_list .item {
    flex: 0 0 350px; }
    .articles_page .article_list .item .img {
      height: 350px;
      line-height: 350px; }
  .opl_border_cols .item {
    width: 100%;
    margin-right: 0; }
  .opl_block_list {
    flex-wrap: wrap; }
    .opl_block_list .item {
      flex: 0 0 100%; }
  .delivery_list .item {
    width: 330px; }
  .about_cols_list .item {
    flex: 0 0 100%;
    margin-bottom: 25px; }
    .about_cols_list .item:before {
      top: 13px; }
  .modal_default.big {
    padding: 30px; }
  .modal_default.big .cols .col:nth-child(2) .btn {
    height: 65px;
    line-height: 65px;
    font-size: 17px; }
  .products_block .items .col:nth-child(4n+4) {
    display: inline-block; }
  .wrapper {
    max-width: 820px; }
  .preim_block_bottom .row .col .item .text br {
    display: none; }
  .preim_block_bottom .row .col .item .ico {
    text-align: center; }
    .preim_block_bottom .row .col .item .ico img {
      max-height: 35px; }
  .top_line .menu a.hidden768 {
    display: none; }
  .block_filter .row .col a {
    font-size: 16px;
    padding: 15px 10px;
    white-space: nowrap; }
    .block_filter .row .col a .Rub:after {
      font-size: 16px; }
  .block_filter .row .col a:before, .block_filter .row .col a:after {
    top: 15px; }
  .products_block .title span {
    padding-right: 50px;
    max-width: 510px; }
  .found_sale_block form .col, .found_sale_block form .col.btn {
    flex: 0 0 400px;
    margin-top: 15px; }
  .found_sale_block .candy {
    top: 115px; } }

@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0px 15px; }
  header {
    display: none; }
  .slinky-menu {
    overflow-y: scroll; }
  .slinky-menu .header .title {
    display: block;
    font-weight: bold;
    color: #fff;
    padding-left: 15px; }
  .mobile_menu_open {
    display: block;
    background: url(../images/ico_m_menu.png) no-repeat left 15px center;
    padding-left: 50px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.38px;
    margin-right: 0px;
    line-height: 50px;
    color: #3b3b3b; }
  .navigation ul.nav {
    display: none !important; }
  .main_slider_block .main_slider .item img {
    height: 250px;
    margin-left: -130px; }
  .main_slider_block.big .main_slider .item {
    height: initial;
    overflow: hidden; }
    .main_slider_block.big .main_slider .item img {
      margin-left: 0;
      height: initial;
      max-width: 100%; }
  .main_slider_block .main_slider .item .desc {
    left: 20px;
    max-width: 220px; }
    .main_slider_block .main_slider .item .desc .title {
      font-size: 21px;
      letter-spacing: 0.53px;
      line-height: 28px; }
    .main_slider_block .main_slider .item .desc .btn {
      font-size: 15px;
      padding: 0px 30px;
      line-height: 55px; }
  .main_slider_block .container {
    padding: 0; }
  .main_slider_block .main_slider .owl-item {
    border-radius: 0px; }
  .main_slider_block .main_slider .owl-dots .owl-dot span {
    width: 8px;
    height: 8px; }
  .main_slider_block .main_slider .owl-dots {
    left: 25px;
    bottom: 20px; }
  .preim_block h1 {
    font-size: 30px; }
  .preim_block .row .col .item {
    padding-top: 0px;
    margin-bottom: 20px; }
  .preim_block .row {
    flex-wrap: wrap; }
    .preim_block .row .col {
      flex: 0 0 50%; }
      .preim_block .row .col .item .title {
        min-height: inherit; }
  .products_block .title {
    font-size: 20px;
    margin-bottom: 20px;
    background: none; }
  .products_block .title a {
    height: 19px;
    font-size: 0px;
    margin-top: 0px;
    position: absolute;
    right: 10px; }
  .products_block .items .col {
    width: calc(50% - 20px);
    max-width: calc(50% - 20px); }
    .products_block .items .col .img {
      width: 100%;
      height: 300px; }
  .products_block .items .col:hover .item .desc,
  .products_block .items .col:hover .item:before {
    display: none; }
  .products_block .items .col:hover .item {
    position: inherit; }
  .preim_block_bottom h2 {
    font-size: 20px;
    text-align: left; }
  .preim_block_bottom .row .col.col-1-4 {
    flex: 0 0 50%; }
  .preim_block_bottom h3 {
    font-size: 18px;
    text-align: left; }
  .preim_block_bottom .row .col.col-1-3 {
    flex: 0 0 100%;
    margin-bottom: 20px; }
  .preim_block_bottom .row .col.col-1-3 .item {
    display: flex; }
    .preim_block_bottom .row .col.col-1-3 .item .text {
      margin-top: 0; }
    .preim_block_bottom .row .col.col-1-3 .item .num {
      margin-top: 6px;
      flex: 0 0 70px; }
  .preim_block_bottom .icons_text_row .item {
    flex: 0 0 100%; }
  .popular_cats_block .row .col:nth-child(3),
  .popular_cats_block .row .col:nth-child(4),
  .popular_cats_block .row .col:nth-child(5) {
    display: none; }
  .popular_cats_block .row .col {
    flex: 0 0 50%; }
  .popular_cats_block h2 {
    font-size: 20px;
    text-align: left; }
  .popular_cats_block .row .col .title {
    font-size: 18px;
    margin-bottom: 15px; }
  .popular_cats_block .row .col .item {
    padding-right: 20px; }
  .popular_cats_block .row .col .item a {
    font-size: 15px; }
  .popular_cats_block .row .col:nth-child(2) .item {
    padding-right: 0; }
  footer .row .col:nth-child(1), footer .row .col:nth-child(2), footer .row .col:nth-child(3) {
    display: none; }
  footer .row .col .cont {
    text-align: center; }
    footer .row .col .cont img {
      width: 54px;
      height: 54px; }
  footer .line_bottom {
    display: block;
    text-align: center; }
    footer .line_bottom div {
      margin-top: 20px;
      font-size: 13px; }
  .preim_block_bottom h2, .preim_block_bottom h3 {
    margin: 30px 0px; }
  .products_block .items .col .item:before {
    display: none; }
  .navigation .container {
    padding: 0; }
  .header_mobile {
    display: block;
    padding: 10px 0px; }
    .header_mobile .row {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .header_mobile .row .col .logo img {
        width: 69px; }
      .header_mobile .row .col .tel {
        color: #000000;
        font-size: 21px;
        font-weight: 700;
        letter-spacing: 0.53px; }
      .header_mobile .row .col .time {
        font-size: 12px;
        letter-spacing: 0.3px;
        margin-top: 5px; }
      .header_mobile .row .col .zvonok_link a {
        color: #dd5454;
        font-weight: bold;
        font-size: 14px;
        display: inline-block;
        padding-top: 7px;
        text-decoration: underline; }
      .header_mobile .row .col .m_menu {
        width: 32px;
        height: 27px;
        display: block;
        background: url("../images/ico_m_menu.svg") no-repeat top center; }
        .header_mobile .row .col .m_menu.active {
          background: url("../images/ico_close.svg") no-repeat top center; }
      .header_mobile .row .col:nth-child(2) {
        text-align: center; }
  .products_block .items .col .item {
    padding-bottom: 35px;
    padding-top: 15px; }
  .navigation ul li.flexMenu-viewMore.flexMenu-allInPopup {
    background: url("../images/ico_m_menu.png") no-repeat left 15px center;
    padding-left: 40px; }
    .navigation ul li.flexMenu-viewMore.flexMenu-allInPopup a {
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.38px;
      margin-right: 70px; }
  .navigation ul li.flexMenu-viewMore ul {
    background-color: #85dad9;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    border-radius: 0px;
    position: inherit;
    z-index: 7;
    padding-top: 0; }
  .navigation ul li.flexMenu-viewMore ul li {
    flex: 0 0 100%;
    border-bottom: 1px solid #a2f5f4;
    padding-bottom: 15px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAOCAYAAAAWo42rAAAAbklEQVQoU43S0Q2AIAwE0LtJxU10EmUTN8OUtASF0PJDAi/0oBA6Sik3gIekzMOgrCjadHefYf6QnTRggQnANan2wVbaxRVqziVu0MV9tkXeHCmdSSbvMhVJ1dXzNGRQWmZdscgnyaPPH29h9FO8pcdFCWKOf84AAAAASUVORK5CYII=") no-repeat right 20px top 18px;
    margin-bottom: 0 !important;
    padding-bottom: 0; }
    .navigation ul li.flexMenu-viewMore ul li:hover a {
      text-decoration: none; }
    .navigation ul li.flexMenu-viewMore ul li:hover ul {
      display: flex; }
    .navigation ul li.flexMenu-viewMore ul li ul {
      display: none;
      position: inherit;
      justify-content: space-between;
      padding-left: 60px; }
      .navigation ul li.flexMenu-viewMore ul li ul li {
        flex: 0 0 50%;
        background: none;
        border: none; }
        .navigation ul li.flexMenu-viewMore ul li ul li a {
          padding: 0 !important;
          font-size: 14px !important;
          font-weight: normal !important; }
    .navigation ul li.flexMenu-viewMore ul li a {
      padding-left: 57px;
      padding-top: 15px;
      padding-bottom: 15px;
      display: block; }
    .navigation ul li.flexMenu-viewMore ul li:last-child {
      margin-bottom: 0;
      border: none;
      padding-bottom: 15px; }
  .navigation .row .col .search {
    display: none; }
  .navigation .row .col .cart_mobile {
    display: block;
    width: 47px;
    height: 46px;
    border-radius: 10px;
    border: 1px solid #f8f7f2;
    background: #f8f7f2 url("../images/ico_cart.svg") no-repeat center center;
    background-size: 23px;
    margin-top: 2px;
    position: relative; }
    .navigation .row .col .cart_mobile .num {
      position: absolute;
      width: 20px;
      height: 20px;
      background-color: #dd5454;
      color: #fff;
      font-size: 11px;
      font-weight: 500;
      border-radius: 50%;
      line-height: 20px;
      text-align: center;
      left: 22px;
      top: 5px; }
  .navigation .row .col:nth-child(2) {
    flex: 0 0 55px; }
  .navigation .row .col:nth-child(1) {
    border-right: none; }
  .navigation .row .col:nth-child(1) {
    max-width: 100%;
    padding-right: 0; }
  .top_menu_mobile {
    display: none;
    max-width: 100%;
    margin: 0px auto; }
    .top_menu_mobile ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .top_menu_mobile ul li {
        border-top: 1px solid #e1e1e1; }
        .top_menu_mobile ul li a {
          display: block;
          padding: 16px 17px;
          font-size: 16px;
          font-weight: 700;
          letter-spacing: 0.4px;
          background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAOCAYAAAAWo42rAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU4QzY4NTIxOUIxMzExRTg4OTU0QzZGRjgwOUNBMTBGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU4QzY4NTIyOUIxMzExRTg4OTU0QzZGRjgwOUNBMTBGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RThDNjg1MUY5QjEzMTFFODg5NTRDNkZGODA5Q0ExMEYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RThDNjg1MjA5QjEzMTFFODg5NTRDNkZGODA5Q0ExMEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6KYjtvAAAAg0lEQVR42mL4//8/Awj/DQ5cAMQJMD46ZmIAgn8hQQuAVDwQzweyExiwAEaQSVBFyCCRac26BcgCIBMPYDEAw2QmqM5EQorBbiRGMSPIRzAAFZyPRUMDEwNxQJGJCNMWAp2WwESMIlg4ElQE87UDFkWFyIrgvkaKQqyxAgbEJgqAAAMANNBvt+RQHsIAAAAASUVORK5CYII=") no-repeat right 20px top 18px; }
          .top_menu_mobile ul li a.login {
            background: url(../images/ico_user.svg) left 15px center no-repeat;
            padding-left: 45px; }
  .products_block .items .col .img {
    margin-bottom: 20px; }
  #added .status {
    font-size: 16px;
    padding-left: 0;
    line-height: 22px; }
  #added .status:before {
    top: -2px;
    display: none; }
  #added .btns a {
    display: block;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px; }
  #added .btns {
    padding-left: 0; }
  #added .title {
    padding-left: 0; }
  #added {
    padding: 28px;
    border-radius: 3px;
    max-width: 320px;
    text-align: center; }
  #added .items .item {
    width: 170px; }
  .modal_default {
    padding: 28px;
    max-width: 400px; }
    .modal_default .title {
      font-size: 22px;
      margin-bottom: 20px; }
  .modal_default form .btn, .modal_default form input[type=submit] {
    font-size: 18px; }
  #login_modal {
    padding: 40px 30px; }
    #login_modal .title {
      font-size: 22px; }
  #login_modal form input[type=submit] {
    height: 62px;
    font-size: 20px; }
  .products_block .items .col .item:before {
    display: none; }
  footer .row .col .cont a.tel,
  footer .row .col .cont .btn {
    white-space: nowrap; }
  footer .row .col .cont {
    display: block;
    max-width: 375px;
    margin: 0 auto; }
  .content .error_block .row .img {
    display: none; }
  .content .error_block .row .info {
    padding-left: 0; }
  .content .error_block {
    background: none;
    height: inherit;
    padding: 30px 0px;
    margin-bottom: 0; }
    .content .error_block .info {
      padding-left: 0; }
      .content .error_block .info .title {
        font-size: 30px; }
      .content .error_block .info p {
        font-size: 14px; }
  .pagination a {
    height: 36px;
    width: 36px;
    line-height: 36px;
    margin: 0px 10px; }
    .pagination a:before {
      height: 36px;
      width: 36px; }
  .show_more {
    line-height: 60px;
    display: block;
    margin-top: 30px; }
  .products_block .items .col:hover .item {
    padding-bottom: 15px; }
  .cat_desc_block {
    font-size: 15px;
    line-height: 24px; }
  .sort_block {
    margin-bottom: 0;
    padding-top: 0; }
    .sort_block .item {
      margin-top: 10px; }
  .sort_block span {
    display: block; }
  .tab_products_block .row {
    flex-wrap: wrap;
    position: relative; }
    .tab_products_block .row:after {
      content: '';
      display: block;
      width: 55px;
      height: 77px;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.6) 37%, #ffffff 100%);
      position: absolute;
      top: 0;
      right: 0; }
    .tab_products_block .row .left {
      flex: 0 0 100%;
      overflow: hidden;
      overflow-x: scroll;
      margin-bottom: 20px;
      padding: 15px 0px;
      background: none; }
      .tab_products_block .row .left ul {
        display: table; }
        .tab_products_block .row .left ul li {
          display: table-cell; }
          .tab_products_block .row .left ul li:after {
            transform: rotate(90deg);
            top: 30px;
            left: 50%; }
          .tab_products_block .row .left ul li a {
            white-space: nowrap; }
  .tab_products_block .row .products_list .list:nth-child(1) {
    display: flex; }
  .tab_products_block .row .products_list .item:nth-child(2n+2) {
    margin-right: 15px; }
  .tab_products_block .row .products_list .item:nth-child(3n+3) {
    margin-right: 0; }
  .info_block {
    font-size: 14px;
    line-height: 22px;
    padding: 0px 60px 20px 50px; }
  .tab_products_block .row .products_list {
    padding-left: 0; }
  .tab_products_block .row .left ul li {
    border-radius: 2px; }
  .tab_products_block .row .products_list .list {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap; }
    .tab_products_block .row .products_list .list.active {
      display: flex !important; }
  .tab_products_block .row .products_list .item {
    margin-right: 0 !important;
    flex: 0 0 30%; }
  .product_page .cols.two {
    flex-wrap: wrap; }
    .product_page .cols.two .col.img {
      max-height: 400px;
      text-align: center;
      padding: 20px; }
      .product_page .cols.two .col.img img {
        max-width: 100%;
        max-height: 360px; }
    .product_page .cols.two .col.desc {
      flex: 1 1 100%;
      border-radius: 0 0px 8px 8px;
      margin-left: -1px;
      margin-bottom: -1px;
      margin-top: 0;
      margin-right: -1px; }
      .product_page .cols.two .col.desc .delivery {
        max-width: 400px;
        min-height: 50px; }
  h1.title {
    font-size: 20px; }
  .block_title {
    font-size: 18px; }
  .cart_page .cart_items .item .col.name {
    flex: 0 0 calc(100% - 130px);
    align-self: center; }
  .cart_page .cart_items .item {
    position: relative; }
    .cart_page .cart_items .item .col.img .item_img {
      height: 86px;
      line-height: 86px; }
  .cart_page .cart_items .item .col.control {
    position: absolute;
    right: 0;
    top: 60px; }
    .cart_page .cart_items .item .col.control a.del {
      font-size: 0; }
  .cart_page .tab_products_block .row .left {
    flex: 0 0 100%; }
  .cart_page .cart_items .item .col.now_price {
    margin-top: 20px;
    margin-left: 0; }
  .cart_page .cart_items .item .col.count {
    margin-top: 20px; }
  .cart_page .cart_items .item .col.price_total {
    margin-top: 20px; }
  .cart_page .border {
    padding: 15px; }
  .cart_page .cart_items .item {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; }
  .cart_page .cart_items {
    margin-top: -15px; }
  .cart_page .promocode_row .col.promocode .form_item {
    margin-left: 0;
    margin-top: 5px; }
  .cart_page .comment_row .col .cards_list {
    flex-wrap: wrap; }
    .cart_page .comment_row .col .cards_list .card {
      margin-bottom: 30px; }
  .cart_breadcrumbs {
    overflow-x: scroll; }
  .cart_breadcrumbs ul {
    display: flex; }
  .cart_page .go_order_block {
    display: block;
    text-align: center; }
    .cart_page .go_order_block .col .step_next {
      display: inline-block;
      margin-top: 20px;
      width: 100%; }
  .cart_formular .step_name {
    margin-left: 0; }
  .user_page .border_block .body_block .items .item .line_1 {
    flex-wrap: wrap; }
    .user_page .border_block .body_block .items .item .line_1 .col {
      flex: 1 1 100% !important;
      font-size: 16px;
      margin-bottom: 10px;
      text-align: left !important; }
      .user_page .border_block .body_block .items .item .line_1 .col:last-child {
        margin-bottom: 0; }
  .user_page .border_block .body_block .items .item .line_2 .row {
    flex-wrap: wrap; }
  .user_page .border_block .body_block .items .item .line_2 .col.name {
    flex: 1 1 calc(100% - 110px);
    padding-right: 0; }
  .user_page .border_block .body_block .items .item .line_2 .col.delivery {
    flex: 1 1 100%;
    margin-top: 20px; }
  .user_page .border_block .body_block .items .item .line_1 .col.control .more {
    font-weight: bold; }
  .user_page .border_block .body_block .items .item .line_2 .col.delivery > div {
    font-size: 16px; }
  .user_inf_cols {
    flex-wrap: wrap; }
    .user_inf_cols .col {
      flex: 0 0 50%;
      margin-bottom: 20px; }
  .usl_block .item {
    width: 100%; }
  .contact_block .steps {
    flex-wrap: wrap; }
    .contact_block .steps .step {
      max-width: 100%;
      margin-bottom: 20px; }
  .text_page .page_title {
    font-size: 20px; }
  .text_page h2 {
    font-size: 22px; }
  .reviews_list .item {
    float: none;
    width: 100%;
    position: inherit !important;
    top: 0px !important; }
  .block_title.second {
    padding-left: 0;
    margin-bottom: 5px; }
  .articles_page .article_list .item {
    flex: 0 0 100%;
    margin-right: 0 !important; }
    .articles_page .article_list .item .img {
      height: 350px;
      line-height: 350px;
      text-align: center; }
  .opl_block_list .item .name {
    font-size: 20px; }
  .opl_border_cols .item {
    flex-wrap: wrap; }
    .opl_border_cols .item .img {
      flex: 0 0 100%;
      text-align: left; }
      .opl_border_cols .item .img img {
        margin: 0px 10px 20px; }
    .opl_border_cols .item .text {
      padding-left: 0; }
      .opl_border_cols .item .text p {
        font-size: 14px; }
  .preim_block_list .item {
    flex: 0 0 100%; }
  .delivery_list .item {
    width: 100%; }
  .modal_default.big .cols .col:nth-child(1) {
    flex: 0 0 100%;
    text-align: center; }
  .modal_default.big .cols .col:nth-child(2) {
    flex: 0 0 100%;
    padding-left: 0;
    margin-top: 20px; }
  .products_block .title a:before {
    display: none; }
  .block_filter .row {
    flex-wrap: wrap; }
    .block_filter .row .col {
      margin-bottom: 10px;
      flex: 0 0 50%; }
  .preim_block h1:after, .preim_block h1:before,
  .preim_block h1:after, .preim_block h1:after {
    display: none; }
  .block_filter .row .col:nth-child(3) a:before {
    color: #fff;
    right: inherit;
    left: -14px; }
  .block_filter .row .col:nth-child(2) {
    padding-right: 0; }
  .block_filter .row .col:nth-child(2) a:after {
    color: #fff; }
  .wrapper {
    border-radius: 0px; }
  .top_line {
    display: none; }
  .wrapper.radius {
    border-radius: 0px; }
  body {
    padding-bottom: 0;
    margin-bottom: 0; }
  .found_sale_block .candy {
    display: none; }
  .found_sale_block form .col, .found_sale_block form .col.btn {
    flex: 0 0 100%;
    margin-right: 0; }
  .products_block .title span:after {
    display: none; } }

@media (max-width: 620px) {
  .tab_products_block .row .products_list .item {
    margin-right: 0 !important;
    flex: 0 0 48%;
    display: none; }
    .tab_products_block .row .products_list .item:nth-child(1), .tab_products_block .row .products_list .item:nth-child(2), .tab_products_block .row .products_list .item:nth-child(3), .tab_products_block .row .products_list .item:nth-child(4) {
      display: inline-block; }
  .cart_page .promocode_row {
    flex-wrap: wrap; }
    .cart_page .promocode_row .col.promocode {
      margin-bottom: 30px; }
  .cart_page .promocode_row .col.promocode .form_item {
    margin-left: 10px;
    margin-top: 0px; }
  .cart_formular .input_row .radio_list .item {
    flex: 1 1 100%; }
  .user_inf_cols {
    flex-wrap: wrap; }
    .user_inf_cols .col {
      flex: 0 0 100%;
      margin-bottom: 20px; }
  .border_block .title_block .links {
    float: none;
    margin-top: 7px; }
    .border_block .title_block .links a {
      margin-left: 0;
      margin-right: 10px; }
  .user_inf_cols.change_block .col {
    flex: 0 0 100%;
    padding-right: 0; }
    .user_inf_cols.change_block .col:last-child {
      margin-bottom: 0; }
  .code_row {
    flex-wrap: wrap; }
    .code_row .col {
      flex: 1 1 100%; }
      .code_row .col.code {
        flex: 1 1 100%;
        padding-right: 0px; }
        .code_row .col.code img {
          vertical-align: middle; } }

@media (max-width: 550px) {
  .products_block .items .col {
    width: 100%;
    max-width: 100%;
    margin-right: 0; }
    .products_block .items .col .img {
      width: 100%;
      height: 300px;
      text-align: center; }
      .products_block .items .col .img img {
        max-height: 100%; }
  .products_block .items .col:nth-child(3) {
    display: block; }
  .preim_block_bottom .row .col.col-1-4 {
    flex: 0 0 100%; }
  .main_slider_block .main_slider .item .desc .btn {
    line-height: 44px; }
  .main_slider_block .main_slider .item img {
    margin-left: -250px; }
  .cart_page .cart_items .item {
    justify-content: center;
    text-align: center; }
  .cart_page .cart_items .item .col {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0 !important; }
    .cart_page .cart_items .item .col.img {
      flex: 1 1 100%; }
      .cart_page .cart_items .item .col.img .item_img {
        margin: 0 auto; }
    .cart_page .cart_items .item .col.name {
      flex: 1 1 100%; }
    .cart_page .cart_items .item .col.now_price {
      flex: 1 1 100%; }
      .cart_page .cart_items .item .col.now_price > span {
        display: block; }
    .cart_page .cart_items .item .col.count {
      flex: 1 1 100%; }
      .cart_page .cart_items .item .col.count .count_block {
        margin: 0 auto; }
    .cart_page .cart_items .item .col.price_total {
      flex: 1 1 100%; }
      .cart_page .cart_items .item .col.price_total > span {
        display: block; }
    .cart_page .cart_items .item .col.control {
      flex: 1 1 100%;
      position: inherit;
      order: 5;
      text-align: center;
      top: 0; }
      .cart_page .cart_items .item .col.control a.del {
        font-size: 14px;
        margin-left: -25px; }
  .cart_breadcrumbs ul li span {
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-top: -17px; }
  .cart_breadcrumbs {
    overflow-x: scroll; }
  .cart_breadcrumbs ul li {
    padding-left: 45px;
    font-size: 14px;
    white-space: nowrap; }
  .cart_page .cart_items .item {
    position: relative; }
    .cart_page .cart_items .item .col {
      padding-right: 0; }
  .cart_page .go_order_block .col .step_next {
    line-height: 80px; }
  .cart_formular .input_row .cols {
    flex-wrap: wrap; }
    .cart_formular .input_row .cols .col {
      flex: 1 1 100%; }
      .cart_formular .input_row .cols .col .ico_date {
        max-width: 100%; }
      .cart_formular .input_row .cols .col:nth-child(1) {
        padding-right: 0;
        margin-bottom: 17px; }
  .cart_formular .input_row .checkbox {
    margin-left: 0; }
  .cart_formular .input_row .checkbox label span {
    font-size: 14px; }
  .cart_formular .step_name {
    font-size: 18px; }
  .cart_formular .finish .step_next {
    line-height: 60px;
    font-size: 18px; }
  .text_page .cols_3 li {
    max-width: 100%; }
  .text_page table tr th {
    padding: 10px;
    font-size: 16px; }
  .text_page table tr td {
    padding: 10px;
    font-size: 14px; }
  .reviews_list .item .gallery .gallery_item {
    width: 120px;
    height: 120px; } }

@media (max-width: 400px) {
  .tab_products_block .row .products_list .item {
    margin-right: 0 !important;
    flex: 0 0 100%; }
  .preim_block .row {
    display: block; }
    .preim_block .row .col .item {
      background-position: inherit !important;
      padding: inherit !important;
      text-align: left; }
  .preim_block .row .col .item {
    padding-top: 0px;
    margin-bottom: 20px;
    padding-left: 70px !important; }
    .preim_block .row .col .item .title {
      padding: 0;
      font-size: 15px;
      min-height: initial; }
    .preim_block .row .col .item.item_2 {
      background: url(../images/preim_block_bottom_2.png) no-repeat left -13px center !important; }
  .preim_block h1 {
    font-size: 26px; }
  .pagination a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin: 0px 10px; }
    .pagination a:before {
      height: 32px;
      width: 32px; }
  .show_more {
    font-size: 16px;
    padding: 0; }
  .product_page .cols.two .col.desc .prices {
    flex-wrap: wrap; }
  .product_page .cols.two .col.desc .prices .column {
    flex: 0 0 100%;
    text-align: center; }
  .product_page .cols.two .col.desc .prices .column .count_block {
    width: 150px;
    margin: 0px auto;
    margin-top: 20px; }
  .product_page .cols.two .col.desc .btn {
    line-height: 60px; }
  .cart_page .promocode_row .col.promocode span {
    margin-bottom: 7px;
    display: block; }
  .cart_page .promocode_row .col.promocode .form_item {
    margin-left: 0;
    width: 100%; }
  .cart_page .comment_row .col .cards_list .card {
    flex: 0 0 140px; }
  .cart_page .go_order_block .col .step_next {
    line-height: 60px;
    font-size: 18px; }
  .border_block .title_block .links a {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 7px; }
  .sort_block .sort_text {
    display: block; }
  .reviews_list .item {
    padding: 20px; }
  .tab_products_block .row .products_list .item {
    margin-right: 0 !important;
    flex: 0 0 100%;
    display: none; }
    .tab_products_block .row .products_list .item:nth-child(4) {
      display: none; } }

@media (max-width: 340px) {
  .header_mobile .row .col .tel {
    font-size: 17px; }
  .preim_block h1 {
    font-size: 26px; }
  .popular_cats_block .row .col:nth-child(2) {
    display: none; }
  .popular_cats_block .row .col {
    flex: 0 0 100%; }
  .popular_cats_block h2 {
    display: none; }
  .products_block .items .col .btns .buy {
    line-height: 60px; }
  .cart_page .comment_row .col .cards_list .card {
    flex: 0 0 120px; }
  .cart_page .go_order_block .col .step_next {
    line-height: 60px;
    font-size: 16px; }
  .cart_page .comment_row .col .col_name {
    font-size: 18px; }
  .cart_page .promocode_row .col.total_cart_price {
    margin-top: 7px; }
  .cart_formular .finish .step_next {
    line-height: 60px;
    font-size: 16px; }
  .cart_formular .input_row .cols .col .table .td {
    padding-left: 0; }
  .user_page .border_block .body_block .items .item .line_2 .col.name {
    flex: 1 1 100%;
    padding-right: 0;
    padding-left: 0; }
  .user_page .border_block .body_block .items .item .line_2 .col.img {
    margin-bottom: 10px;
    flex: 1 1 100%;
    text-align: center;
    overflow: hidden; }
    .user_page .border_block .body_block .items .item .line_2 .col.img img {
      min-height: 130px; }
  .user_page .border_block .body_block .items .item .line_2 .col.name .product_name {
    margin-bottom: 10px;
    margin-top: 10px; }
  .user_page .border_block .body_block .items .item {
    padding: 15px 20px; }
  .text_page h2 {
    font-size: 18px; }
  .header_mobile .row .col .time {
    display: none; }
  .articles_page .article_list .item .img {
    height: 300px;
    line-height: 300px; }
  .preim_block_list .item {
    background-position: top left !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px; }
  .modal_default.big .cols .col:nth-child(2) .product_name {
    font-size: 18px; }
  .modal_default.big .cols .col:nth-child(2) .desc {
    font-size: 14px;
    line-height: 20px; }
  .modal_default.big .cols .col:nth-child(2) .small {
    line-height: 20px; }
  .modal_default.big .cols .col:nth-child(2) .checkbox span {
    font-size: 12px;
    line-height: 18px; }
    .modal_default.big .cols .col:nth-child(2) .checkbox span a {
      font-size: 12px; }
  .found_sale_block .title {
    font-size: 30px; } }

.main_menu_mobile .slinky-menu ul li {
  padding-right: 60px; }
  .main_menu_mobile .slinky-menu ul li a {
    display: block; }
    .main_menu_mobile .slinky-menu ul li a.back i {
      transform: rotate(180deg);
      width: 100%;
      background-position: right 20px center; }
  .main_menu_mobile .slinky-menu ul li i {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAOCAYAAAAWo42rAAAAbklEQVQoU43S0Q2AIAwE0LtJxU10EmUTN8OUtASF0PJDAi/0oBA6Sik3gIekzMOgrCjadHefYf6QnTRggQnANan2wVbaxRVqziVu0MV9tkXeHCmdSSbvMhVJ1dXzNGRQWmZdscgnyaPPH29h9FO8pcdFCWKOf84AAAAASUVORK5CYII=) center no-repeat; }

.slinky-theme-default .next::after, .slinky-theme-default .back::before {
  display: none; }

.slinky-theme-default a:not(.back):hover {
  background: none; }

/*# sourceMappingURL=main.css.map*/




/* /////////// SvenSoft ///////////// */
.my-link {
  color:#DD5454;
}
.my-link:hover{
  text-decoration:underline;
}
.my-p {
  color:#DD5454;
}
.alert-danger {
  color:red;
}
.alert-success {
  color:green !important;
}
.main_menu_mobile .slinky-menu ul li {
  position:relative;
}
.search__result {
  display:block;
  margin-top:-2px;
}
.search__result .all_result {
  padding:20px 30px;
  border-bottom:1px solid #ccc;
  color:#383838;
  font-size:14px;
}
#onckickbuy-form .red-border{
  border-color: red;
}

ul.catalog_main, ul.catalog_main ul {
  list-style:none;
}
ul.catalog_main ul {
  padding-left: 0;
}
ul.catalog_main > li > a {
  display:block;
  padding:20px;
  background:#DD5454;
  color:#fff;
  margin-bottom:5px;
}
ul.catalog_main ul li a {
  display:block;
  padding:7px;
}
ul.catalog_main li a:hover {
  text-decoration:underline;
}


.sub-sections li {
  padding:7px;/*0 7px;*/
}
.sub-sections li a:hover {
  text-decoration:underline;
}

.total_cart_price .title-price {
  display:block;
}
.total_cart_price .price_old {
  color: #DD5454;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.8px;
  display:inline-block;
  position:relative;
}
.total_cart_price .price_old::before {
  content: '';
  display: block;
  width: 110%;
  height: 1px;
  background: #DD5454;
  position: absolute;
  top: 50%;
  left: -5%;
  transform: rotate(-14deg);
}


.red-border {
  border: 1px solid red !important;
}
.red-color::placeholder {
  color: red !important;
}

.form-errors {
  list-style:none;
  padding:0;
}
.form-errors li {
  padding:5px;
  color:red;
}


.payment-form {
  margin-top:80px;
  float:left;
}
.payment-form form .tablebodytext {
  font-size:0;
}
.payment-form form .tablebodytext p {
  font-size:16px;
}
.payment-form form .tablebodytext p input[type="submit"] {
  display: block;
  cursor:pointer;
  border:none;
  width: 100%;
  max-width:300px;
  text-align: center;
  line-height: 80px;
  background-color: #DD5454;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  border-radius: 3px;
  transition: .2s;
}
.payment-form form .tablebodytext p input[type="submit"]:hover {
  background-color: #DD5454;
}

.bx-socialsidebar-group {
  text-align:center;
  margin:0 auto;
  width:200px;
}
.bx-socialsidebar-group ul{
  list-style:none;
}
.bx-socialsidebar-group li{
  float:left;
  margin-right:10px;
}
.bx-socialsidebar-group img{
  width:40px;
  height:40px;
}


.line_2 form .tablebodytext {
  font-size:0;
}
.line_2 form .tablebodytext p {
  font-size:16px;
}
.line_2 form .tablebodytext p input[type="submit"] {
  display: block;
  cursor:pointer;
  border:none;
  width: 100%;
  max-width:300px;
  text-align: center;
  line-height: 60px;
  background-color: #DD5454;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  border-radius: 3px;
  transition: .2s;
}
.line_2 form .tablebodytext p input[type="submit"]:hover {
  background-color: #DD5454;
}


.input_row .date_button {
  width:170px;
  text-align:center;
  margin-bottom: 10px;
}
.input_row .date_button {
  display: block;
  line-height: 50px;
  border-radius: 3px;
  border: 1px solid #DD5454;
  font-size: 16px;
  color: #373737;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  cursor:pointer;
}
.input_row .date_button:hover, .input_row .date_button.active{
  background-color: #DD5454;
  color: #fff;
}


.metro__item .metro__title{
  margin:10px 0;
  color:#DD5454;
  font-weight:bold;
}
.metro__item .metro__place a{
  display:inline-block;
  padding:7px;
}

.all-flowers {
  margin: 50px 0px 0px;
  display: inline-block;
  line-height: 77px;
  border: 1px solid #E56464;
  border-radius: 3px;
  padding: 0px 85px;
  color: #373737;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.9px;
}
.all-flowers:hover{
  background:#DD5454;
  color:#fff;
}

.sort_block .item a {
  color:#DD5454;
}



.cart_formular .input_row .radio_list.delivery .item {
  flex: 0 0 100%;
  position: relative;
  height: 122px;
  padding: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.cart_formular .input_row .radio_list.delivery .item span {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.55px;
}
.cart_formular .input_row .radio_list.delivery .item span:before {
  content: '';
  display: block;
  width: 100%;
  height: 122px;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  position: absolute;
  top: 0;
  left: 0;
  transition: .2s;
}

.fixed-menu {
	position: fixed;
	background: #fff;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
}

#holiday .info-message span {
    font-size: 20px;
    color: #ff489e;
    padding-left: 4px;
}	
#holiday .btn  {
	padding: 10px 25px;
    border: 0;
    border-radius: 3px;
	transition: .2s;
}
#holiday .btn.yes {
    color: #fff;
    background: #DD5454;
	border:1px solid #B75252;
}
#holiday .btn.yes:hover {
	background:#B75252;
}
#holiday .btn.not {
    color: #2a2a2a;
	border: 1px solid #3c3737;
}
#holiday .btn.not:hover {
	background:#F2F2F2;
}		
.flexslider .slides img {
	width:auto !important;
	margin:auto;
}
/* Styles for Firefox */
@-moz-document url-prefix() {
  .count_block input[type="text"] {
    width: 50px !important;
  }
}

.preim_block .container {
	position:relative;
}
.preim_block .container .y-g-reviews {
	position:absolute;
	bottom:0;
	right:0;
}

/*** 2 ряда товаров на  в мобильной версии раздела каталога ***/
@media (max-width: 767px) {
  .preim_block .container .y-g-reviews {
		display:none;
  }
  .sub-sections, .sцb-sections-btn {
    display:none;
  }
  .products_block .items {
    overflow:hidden;
  }
  .products_block .items .col {
    width: calc(50% - 3px) !important;
    max-width: calc(50% - 0) !important;
  }
  .products_block .items .col:nth-child(3) {
    display: inline-block;
    margin-right: auto;
  }
  .catalog .products_block .items .col:nth-child(3n+3) {
    margin-right: auto;
  }
  .products_block .items .col:last-child {
    float:left;
  }
  .products_block .items .col .item {
    padding: 5px !important;
  }
  .products_block .items .col .img {
    height: auto;
    max-height:225px;
  }
  .products_block .items .col .name {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    /*white-space:nowrap;*/
    width:100%;
    border-bottom:1px solid #fff;
    display:block;
  }
  .products_block .items .col .main_desc .price {
    font-size: 21px !important;
  }
  .products_block .items .col .main_desc .price.old {
    display:none;
  }
  .products_block .items .col .main_desc .price .Rub:after {
    font-size: 21px !important;
  }
  .products_block .items .col .btns {
    /*display:none;*/
  }
}

@media (max-width: 550px) {
  /*
  .container {
      padding:0 3px;
  }
  */
  .products_block {
    margin:20px -5px 0 -5px;
  }
  .products_block .items {
    margin:0 -7px;
  }
  .products_block .items .col {
    margin-bottom:10px !important;
	margin-top:10px;
  }
  .products_block .items .col .item {
    padding: 3px !important;
    margin-top:-5px
  }
  .products_block .items .col .img {
    /*height: auto;*/
    height:200px;
    /*max-height:215px;*/
    /*overflow: hidden;*/
    margin-bottom: 10px;
  }
  .products_block .items .col .name {
    text-align:center;
    height: 57px !important;
  }
  .products_block .items .col .main_desc {
    text-align:center;
    margin-top:0 !important;
  }
  .products_block .items .col .main_desc div {
    font-size:0;
  }
  .products_block .items .col .btns .buy {
    margin-top:10px;
  }
  .reviews-container {
    width: 100%;
    float:none;
  }
}

@media (max-width: 380px) {
  .products_block .items .col .main_desc .price {
    padding-left: 10px;
  }
  .products_block .items .col .img {
    height: auto;
    /*height:200px;*/
  }
  .products_block .items .col .img img {
    height: 152px;
  }
  .products_block .items .col .name {
    font-size: 14px;
    line-height: 18px;
  }
  .products_block .items .col .btns .buy_one_click {
    display:none;
  }
}
