.main-blocks .main-products .tns-controls button {
  background: #ffc000;
}
.main-blocks .main-products .tns-controls svg.gr_small_icon {
  fill: #fff;
}
.g-article__text video {
  float: left;
  margin-right: 1.33333em;
}
body .shop-product-btn {
  background-color: #ffc000;
  border: 1px solid #fff;
  color: #1a1a1a;
}
body .shop-product-btn:hover {
  background-color: #fff;
  border: 1px solid #ffc000;
  color: #1a1a1a;
}
body .shop-product-btn span {
  padding-right: 0;
}
body .shop-product-btn.buy span svg {
  fill: #1a1a1a;
  display: none;
}
body .shop-product-btn.buy:hover span svg {
  fill: #1a1a1a;
}
@media (max-width: 480px) {
  .g-article__text video {
    width: 100% !important;
  }
}
