/* УБИРАЕМ ЦЕННИК
.t-store__card__price-wrapper, .js-store-price-wrapper {
    display: none;
}
*/
/* УБИРАЕМ ЦЕННИК */

.t657_long .t657__wrapper {
    width: 100%;
    padding: 10px !important;
}

.t-store__card__mark {
    width: 150px !important;
    padding: 10px !important;
}

/* СКРОЛЛ ОТ ФОРМЫ СМАРТА */
.t945__body_popupshowed {
    overflow: visible !important;
}

/* СТИЛИ СПИСКА ТОВАРОВ */

.t-store__card__img {
  margin-top: 50px;
  margin-bottom: 0px;
}

.t-store__card {
  max-width: 100%;
}

.t-store__card {
  display: inline;
  float: left;
  margin-left: 0px !important;
  margin-right: 20px;
  width: 100%;
  background-color: white;
    border-radius: 20px;
}

.t-store__card:hover {
-webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.2);
box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.2);
}

.t-store__card__imgwrapper {
  position: relative;
  width: 40%;
  padding-bottom: 0px !important;
  float: left;
  height: 250px;
}

.t-store__card__textwrapper {
  padding-top: 50px;
  float: left;
  padding-left: 30px;
}

.t776 .t-store__card__btns-wrapper {
  margin-top: 0px;
  float: right;
  clear: both;
  padding-right: 20px;
  padding-bottom: 20px;
}

.t-store__card {
  padding-left: 20px;
}

@media (max-width: 960px) {
.t-store__card__imgwrapper {
  width: 100%;
  height: 200px;
}

.t-store__card__img {
  position: absolute !important;
}

.t-store__card__btns-wrapper {
  display: grid !important;
  clear: both;
    margin: auto;
    align-content: center;
    padding: 20px 30px 20px 30px;
    float: none !important;
}
}

@media (max-width: 640px) {
    .t-store__card__textwrapper {
  padding-left: 10px;
}

.t-store__card__btns-wrapper {
  padding: 20px 10px 20px 10px !important;
}
}

.t706__product-amount, .t706__cartwin-prodamount-wrap {
    display:none !important;
}

.t-store__card__price::before {
  content: 'новая цена';
  position: absolute;
  margin-top: -10px;
  font-size: 12px;
  color: red;
}

.t-store__card__price_old::before {
  content: 'старая цена';
  position: absolute;
  margin-top: -10px;
  font-size: 12px;
}

.t-store__card__price-wrapper {
  margin-top: 25px !important;
}

/* СМАРТ УГЛОВАЯ ФОРМА */
.t945__body_popupshowed {
    overflow: visible !important;
}

#rec473017625 a, #rec498893494 a {
    width: 100%;
    background-color: #0062ff;
    padding: 10px 0px;
    display: inline-block;
    text-align: center;
    color: white !important;
    border-radius: 10px;
}

#rec473017625 .t-submit, #rec498893494 .t-submit {
    display: none;
}

#rec473017625 .t945__descr, #rec498893494 .t945__descr {
    margin-bottom: 0px;
}

/* ВСПЛЫВАШКА WELCOME */

.uc-welcome a {
  background-color: #2d2d2d;
  padding: 15px;
  width: 44%;
  color: white !important;
  text-align: center;
  display: block;
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
}

@media (min-width: 561px) and (max-width: 690px) {
  .uc-welcome a {
  width: 43%;
}
}

@media (min-width: 411px) and (max-width: 560px) {
  .uc-welcome a {
  width: 40%;
}
}

@media (max-width: 410px) {
  .uc-welcome a {
  width: 38%;
}
}

.uc-welcome .t-form__inputsbox {
    display: none;
}