.fastconst_productlist_pack {
  padding: 0 0 70px 0; }
  @media all and (max-width: 768px) {
  .fastconst_productlist_pack {
    padding-bottom: 30px; } }
  .fastconst_productlist_pack .fastconst_productlist_title {
    color: #212121;
    font-size: 32px;
    line-height: 40px;
    padding: 0 0 27px;
    font-weight: normal;
    margin: 0; }
  @media all and (max-width: 1024px) and (min-width: 600px) {
    .fastconst_productlist_pack .fastconst_productlist_title {
      font-size: 28px; } }
  @media all and (max-width: 599px) {
    .fastconst_productlist_pack .fastconst_productlist_title {
      font-size: 20px;
      line-height: 25px;
      padding-bottom: 18px; } }
  .fastconst_productlist_pack .fastconst_productlist_body {
    margin: 0 -5px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media all and (max-width: 800px) {
    .fastconst_productlist_pack .fastconst_productlist_body {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; } }
  .fastconst_productlist_pack .fastconst_productlist_product {
    border: 1px solid #d4d4d4;
    background-color: #fff;
    width: 32%;
    margin: 0 0.65% 10px;
    box-sizing: border-box;
    padding: 24px 24px 17px;
    position: relative;
    border-radius: 4px; }
  @media all and (max-width: 768px) and (min-width: 500px) {
    .fastconst_productlist_pack .fastconst_productlist_product {
      width: 100%;
      padding: 23px 23px 20px;
      display: -moz-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media all and (max-width: 499px) {
    .fastconst_productlist_pack .fastconst_productlist_product {
      width: 100%;
      padding: 21px 18px 13px; } }
  .fastconst_productlist_pack .fastconst_productlist_product:hover {
    border-color: #acc4ed; }
  .fastconst_productlist_pack .fastconst_productlist_flags {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 0; }
  .fastconst_productlist_pack .fastconst_productlist_flags_new {
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 6px 6px -4px rgba(255, 42, 42, 0.4);
    border-radius: 2px;
    background-color: #ff2a2a;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 12px; }
  .fastconst_productlist_pack .fastconst_productlist_flags_spec {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 6px 6px -4px rgba(255, 211, 72, 0.4);
    border-radius: 2px;
    background-color: #ffd348;
    padding: 2px 12px; }
  .fastconst_productlist_pack .fastconst_productlist_image {
    width: 100%;
    font-size: 0;
    height: 190px;
    overflow: hidden;
    padding: 0 0 17px 0; }
  @media all and (max-width: 768px) and (min-width: 500px) {
    .fastconst_productlist_pack .fastconst_productlist_image {
      width: 210px;
      height: 167px;
      padding: 0 10px 0 0; } }
  .fastconst_productlist_pack .fastconst_productlist_image_in {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .fastconst_productlist_pack .fastconst_productlist_image_in img {
    max-width: 100%;
    height: auto; }
  @media all and (max-width: 768px) and (min-width: 500px) {
    .fastconst_productlist_pack .fastconst_productlist_info {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 1%;
      -moz-box-flex: 1;
      -moz-flex: 1 0 1%;
      -ms-flex: 1 0 1%;
      flex: 1 0 1%;
      display: -moz-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .fastconst_productlist_pack .fastconst_productlist_prod_tit {
    color: #15c;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.11px;
    padding: 0 0 6px; }
  .fastconst_productlist_pack .fastconst_productlist_prod_body {
    color: #8c8c8c;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 19px; }
  .fastconst_productlist_pack .fastconst_productlist_prod_bot {
    font-size: 0;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  @media all and (max-width: 768px) and (min-width: 500px) {
    .fastconst_productlist_pack .fastconst_productlist_prod_bot {
      margin-top: auto; } }
  .fastconst_productlist_pack .fastconst_productlist_prod_prise {
    padding-bottom: 10px; }
  .fastconst_productlist_pack .fastconst_productlist_prise_top {
    padding: 0; }
  .fastconst_productlist_pack .fastconst_productlist_prise_tit {
    color: #8c8c8c;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.2px;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    padding: 0 6px 0 0; }
  .fastconst_productlist_pack .fastconst_productlist_prise_old {
    color: #8c8c8c;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.12px;
    position: relative;
    display: inline-block;
    vertical-align: top; }
  .fastconst_productlist_pack .fastconst_productlist_prise_old:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 7px;
    height: 1px;
    background: #ff6262; }
  .fastconst_productlist_pack .fastconst_productlist_prise_bot {
    color: #212121;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.1px; }
  .fastconst_productlist_pack .fastconst_productlist_prod_button {
    color: #15c;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    border-radius: 4px;
    border: 1px solid rgba(17, 85, 204, 0.5);
    background-color: #fff;
    padding: 12px;
    box-sizing: border-box;
    display: inline-block;
    min-width: 125px;
    text-align: center;
    text-decoration: none;
    cursor: pointer; }
  @media all and (max-width: 768px) and (min-width: 640px) {
    .fastconst_productlist_pack .fastconst_productlist_prod_button {
      min-width: 180px; } }
  .fastconst_productlist_pack .fastconst_productlist_prod_button:hover {
    color: #fff;
    border-color: #15c;
    background: #15c;
    text-shadow: 0 0.07143em 0.07143em rgba(0, 0, 0, 0.2); }

@media all and (min-width: 1025px) {
      .decor-wrap.fullWidth .fastconst_productlist_product {
        width: 18.65%;
        padding: 17px; } }
  @media all and (min-width: 1025px) {
      .decor-wrap.fullWidth .fastconst_productlist_product .fastconst_productlist_prod_button {
        width: 100%; } }

@media all and (min-width: 1025px) {
      .decor-wrap.middelWidth .fastconst_productlist_product {
        margin-left: 1.5px;
        margin-right: 1.5px; } }
  @media all and (min-width: 1025px) {
      .decor-wrap.middelWidth .fastconst_productlist_product .fastconst_productlist_prod_button {
        width: 100%; } }

@media all and (min-width: 1025px) {
      .decor-wrap.miniWidth .fastconst_productlist_title {
        font-size: 28px;
        line-height: 36px; } }
  @media all and (min-width: 1025px) {
    .decor-wrap.miniWidth .fastconst_productlist_product {
      width: 47%; } }
  @media all and (min-width: 1025px) {
    .decor-wrap.miniWidth .fastconst_productlist_body {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; } }