.btnZayk {
  display: inline-block;
  box-shadow: inset 0 0 0 1px #5bb75b;
  background: #5bb75b;
  width: 330px;
  color: #fff;
  padding: 15px 30px 16px;
  font: 22px/29px 'roboto_condensed-light', Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 4px;
  transition: all 0.2s linear; }
  .btnZayk:hover {
    color: #5bb75b;
    background: #fff; }

.buy-one-click-form-wrTwo {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.63);
  transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0; }
  .buy-one-click-form-wrTwo.active {
    visibility: visible;
    opacity: 1; }
  .buy-one-click-form-wrTwo .buy-one-click-form-in {
    width: 940px;
    max-width: 90vw;
    border-radius: 5px;
    background: #fff;
    padding: 30px 30px 25px 30px;
    position: relative; }
    .buy-one-click-form-wrTwo .buy-one-click-form-in .close-btn {
      position: absolute;
      display: inline-block;
      right: 10px;
      top: 10px;
      width: 40px;
      height: 40px;
      background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M0.290%2C1.696%20L7.505%2C8.910%20L0.290%2C16.125%20C-0.098%2C16.509%20-0.100%2C17.136%200.285%2C17.524%20C0.287%2C17.526%200.289%2C17.528%200.290%2C17.530%20C0.675%2C17.918%201.302%2C17.921%201.690%2C17.536%20C1.692%2C17.534%201.694%2C17.532%201.696%2C17.530%20L8.910%2C10.315%20L16.125%2C17.530%20C16.509%2C17.918%2017.136%2C17.921%2017.524%2C17.536%20C17.526%2C17.534%2017.528%2C17.532%2017.530%2C17.530%20C17.918%2C17.145%2017.921%2C16.518%2017.536%2C16.130%20C17.534%2C16.128%2017.532%2C16.127%2017.530%2C16.125%20L10.315%2C8.910%20L17.530%2C1.696%20C17.918%2C1.311%2017.921%2C0.684%2017.536%2C0.296%20C17.534%2C0.294%2017.532%2C0.292%2017.530%2C0.290%20C17.145%2C-0.098%2016.518%2C-0.100%2016.130%2C0.285%20C16.128%2C0.287%2016.127%2C0.289%2016.125%2C0.290%20L8.910%2C7.505%20L1.696%2C0.290%20C1.311%2C-0.098%200.684%2C-0.100%200.296%2C0.285%20C0.294%2C0.287%200.292%2C0.289%200.290%2C0.290%20C-0.098%2C0.675%20-0.100%2C1.302%200.285%2C1.690%20C0.287%2C1.692%200.289%2C1.694%200.290%2C1.696%20Z%22%2F%3E%3C%2Fsvg%3E") left 50% top 50% / auto no-repeat;
      cursor: pointer; }
    .buy-one-click-form-wrTwo .buy-one-click-form-in .form_bl_title {
      font-family: 'roboto-bold', Arial, Helvetica, sans-serif;
      font-size: 28px;
      color: #000;
      text-transform: uppercase;
      margin-bottom: 25px; }
    .buy-one-click-form-wrTwo .buy-one-click-form-in .form_inner {
      display: flex;
      align-items: unset;
      flex-wrap: wrap;
      justify-content: space-between; }
      .buy-one-click-form-wrTwo .buy-one-click-form-in .form_inner .tpl-field {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(50% - 20px);
        margin-bottom: 20px; }
        .buy-one-click-form-wrTwo .buy-one-click-form-in .form_inner .tpl-field input[type="text"] {
          width: 100%;
          height: 50px;
          box-sizing: border-box;
          border-radius: 5px;
          border: solid 1px rgba(0, 0, 0, 0.15);
          padding: 10px 15px 10px 20px; }
        .buy-one-click-form-wrTwo .buy-one-click-form-in .form_inner .tpl-field .tpl-form-button {
          display: inline-block;
          box-shadow: inset 0 0 0 1px #5bb75b;
          background: #5bb75b;
          color: #fff;
          padding: 13px 30px 15px;
          font: 22px/ 1 'roboto_condensed-light', Arial, Helvetica, sans-serif;
          box-sizing: border-box;
          width: 100%;
          border-radius: 3px;
          cursor: pointer;
          transition: all 0.2s linear;
          box-sizing: border-box;
          border: 0; }
          .buy-one-click-form-wrTwo .buy-one-click-form-in .form_inner .tpl-field .tpl-form-button:hover {
            color: #5bb75b;
            background: #fff; }

.socblWr {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .socblWr .socList {
    display: inline-flex;
    align-items: center; }
  .socblWr span {
    font-family: 'roboto-light', Arial, Helvetica, sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-right: 20px; }
  .socblWr .socList a {
    width: 48px;
    height: 48px;
    display: inline-block;
    font-size: 0;
    text-decoration: none;
    margin: 2px 2px 2px 5px; }
    .socblWr .socList a img {
      max-width: 100%;
      max-height: 100%; }

@media (max-width: 840px) {
  .buy-one-click-form-wrTwo .buy-one-click-form-in {
    width: 100%; }

  .socblWr span {
    font-size: 16px; }

  .socblWr .socList a {
    width: 40px;
    height: 40px; } }

@media (max-width: 680px) {
  .buy-one-click-form-wrTwo .buy-one-click-form-in .form_inner {
    flex-direction: column; }

  .buy-one-click-form-wrTwo .buy-one-click-form-in {
    width: auto; }

  .buy-one-click-form-wrTwo .buy-one-click-form-in .form_inner .tpl-field {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }

  .buy-one-click-form-wrTwo .buy-one-click-form-in .form_bl_title {
    font-size: 25px; } }

@media (max-width: 625px) {
  .btnZayk {
    margin-top: 5px; } }

@media (max-width: 500px) {
  .btnZayk {
    width: 240px;
    padding: 5px 8px 6px;
    font-size: 18px; } }

body .shop_main_block.main_prod_block .product_list_in .shop2_product_item .product_bot_wr {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  bottom: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4); }

.prod_list_wrap .product_list_in.product-list-thumbs .product_bot_wr .product-anonce {
  display: none; }

.menu404 {
  margin-bottom: 40px; }

.search404Wr {
  font-size: 0;
  display: flex;
  align-items: center;
  margin-top: 10px; }
  .search404Wr input {
    box-sizing: border-box; }
    .search404Wr input[type="text"] {
      width: 250px;
      height: 40px;
      border: 1px solid #c5c5c5;
      box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      margin-right: 5px;
      color: #484848;
      font-size: 14px;
      font-weight: 400;
      padding: 10px 10px 10px 15px; }
    .search404Wr input[type="submit"] {
      height: 40px;
      color: #fff;
      border: 0.07143em solid rgba(0, 0, 0, 0.1);
      border-radius: 0.28571em;
      outline: 0;
      background-color: #f06354;
      background-image: linear-gradient(-180deg, #f6a39a 0, #f06354 100%);
      box-shadow: 0 0.07143em 0.07143em 0 rgba(0, 0, 0, 0.2);
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      font-size: 14px;
      font-weight: 700;
      line-height: 1.2;
      padding-left: 15px;
      padding-right: 15px; }

.recent-products-inner .tpl-rating-block {
  display: none !important; }
  .recent-products-inner .product_bot_wr .shop2-product-article {
    display: none !important; }

.recent-title {
  color: #9f3856;
  font-family: 'roboto-light', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 30px; }

@media (max-width: 599px) {
  .recent-title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    text-align: center; } }

.kinds-submit-wrap {
  position: relative; }
  .kinds-submit-wrap .prImagWr {
    position: absolute; }
    .kinds-submit-wrap .prImagWr > img {
      visibility: hidden;
      opacity: 0; }
