.product-text-block {
  width: 250px;
  padding: 0 0 0 10px;
  border-left: 1px solid #e1e1e1;
  margin: 0 0 0 20px; }

.product-text-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px; }
  .product-text-item:hover .product-text-item-image {
    background: #000; }

.product-text-item-image {
  width: 36px;
  height: 36px;
  min-width: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 0;
  margin: 0 10px 0 0;
  border-radius: 50%;
  background: #d0021b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .product-text-item-image img {
    max-width: 30px;
    max-height: 30px;
    vertical-align: middle; }
  .product-text-item-image svg {
    display: inline-block;
    vertical-align: middle;
    max-width: 30px;
    max-height: 30px; }
    .product-text-item-image svg path {
      fill: #fff; }

.product-text-item-text {
  color: #34383a;
  font-size: 14px;
  padding: 2px 0 0; }
  .product-text-item-text p:first-child {
    margin-top: 0; }
    .product-text-item-text p:last-child {
      margin-bottom: 0; }

@media (max-width: 1190px) {
  .product-text-block {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 20px 0 0;
    padding: 15px 0 0;
    border-left: 0;
    border-top: 1px solid #e1e1e1; }

  .shop-product {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap; } }

@media (max-width: 1023px) and (min-width: 901px) {
  .product-text-block {
    width: auto;
    padding: 0 0 0 15px;
    margin: 0 0 0 20px;
    border-top: 0;
    border-left: 1px solid #e1e1e1;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
    -moz-box-flex: 1;
    -moz-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px; } }

@media (max-width: 900px) {
  .shop-product {
    display: flex; } }

@media (max-width: 739px) {
  .product-text-block {
    width: auto;
    padding: 0 0 0 15px;
    margin: 0 0 0 20px;
    border-top: 0;
    border-left: 1px solid #e1e1e1;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
    -moz-box-flex: 1;
    -moz-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px; } }

@media (max-width: 630px) {
  .product-text-block {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 20px 0 0;
    padding: 15px 0 0;
    border-left: 0;
    border-top: 1px solid #e1e1e1;
    -webkit-flex: inherit;
    -moz-flex: inherit;
    -ms-flex: inherit;
    flex: inherit; }

  .product-right-side {
    width: 100%; } }

.phone-block-wr .site-phone .s2 {
  line-height: 28px; }

.lg-icon {
  font-family: lg !important; }
