[id ^= sandbox_theme_panel] {
  width: 120px !important;
  font-size: 12px !important;
  right: 0;
  top: auto !important;
  bottom: 0; }

.form-btn {
  cursor: pointer; }

.buy-one-click-form-wrTwo {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  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;
          outline: none; }
          .buy-one-click-form-wrTwo .buy-one-click-form-in .form_inner .tpl-field input[type="text"].errors {
            border-color: red; }
        .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; } }

.site_header .bl_right .cart_bl_wrap .cart_icon a:before {
  content: 'My order'; }

.kinds-submit2 {
  padding-left: 10px;
  padding-right: 10px; }

.filter_bl_wr .shop2-filter-fields .price_from {
  margin-left: -20px; }

.site_header .header_contacts .site_header_phones {
  display: flex;
  justify-content: flex-end; }

.site-versions {
  padding: 0 30px 0 0;
  font-size: 0;
  display: flex; }
  .site-versions a {
    display: inline-block;
    vertical-align: top;
    width: 32px; }
    .site-versions a img {
      border: 0; }
    .site-versions a + a {
      margin-left: 10px; }

@media (max-width: 900px) {
  .site_header .header_contacts .site_header_phones {
    justify-content: center; } }

@media (max-width: 480px) {
  .site_header .header_contacts .site_header_phones {
    display: block; }

  .site-versions {
    padding: 0 0 10px;
    justify-content: center; } }

.site_header .header_contacts .site_header_phones .top_phones_body.messengers-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  font-size: 0;
  justify-content: flex-end; }
  .site_header .header_contacts .site_header_phones .top_phones_body.messengers-items a {
    width: 30px;
    height: 30px;
    width: 30px;
    height: 30px; }
  .site_header .header_contacts .site_header_phones .top_phones_body.messengers-items a img {
    max-width: 100%;
    max-height: 100%; }
  .site_header .header_contacts .site_header_phones .top_phones_body.messengers-items a + a {
    margin: 0 0 0 9px; }

.sample-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  -ms-flex-align: start;
  padding: 40px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -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; }
  .sample-popup.opened {
    opacity: 1;
    visibility: visible; }
  .sample-popup .sample-popup-in {
    text-align: left;
    position: relative;
    flex: 0 0 auto;
    margin: auto;
    max-width: 100%;
    box-sizing: border-box;
    display: inline-block;
    width: 800px;
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.13);
    position: relative;
    font-family: 'roboto-regular', Arial, Helvetica, sans-serif; }
  .sample-popup .sample-popup-inner {
    display: flex; }
  .sample-popup .sample-popup-left {
    width: 50%;
    font-size: 0;
    line-height: 0; }
  .sample-popup .sample-popup-left img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover; }
  .sample-popup .sample-popup-right {
    flex: 1 0 0;
    padding: 30px; }
  .sample-popup .sample-close {
    z-index: 2;
    position: absolute;
    cursor: pointer;
    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%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23575757%22%20d%3D%22M15.985%2C14.571%20L14.571%2C15.985%20L8.000%2C9.414%20L1.429%2C15.985%20L0.015%2C14.571%20L6.586%2C8.000%20L0.015%2C1.429%20L1.429%2C0.015%20L8.000%2C6.586%20L14.571%2C0.015%20L15.985%2C1.429%20L9.414%2C8.000%20L15.985%2C14.571%20Z%22%2F%3E%3C%2Fsvg%3E) center center/12px no-repeat;
    width: 12px;
    height: 12px;
    top: 10px;
    right: 10px; }
  .sample-popup .sample-popup-title {
    font-size: 22px;
    line-height: 1.25;
    color: #000; }
  .sample-popup .sample-popup-text {
    font-family: 'roboto-bold', Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #000; }
  .sample-popup .sample-popup-form {
    margin: 24px 0 0; }
  .sample-popup .tpl-field {
    padding-bottom: 15px;
    font-size: 14px; }
  .sample-popup .tpl-field p:first-child {
    margin-top: 0; }
  .sample-popup .tpl-field p:last-child {
    margin-bottom: 0; }
  .sample-popup .tpl-field.type-checkbox ul, .sample-popup .tpl-field.type-radio_group ul, .sample-popup .tpl-field.type-multi_checkbox ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sample-popup .field-title {
    color: #555;
    padding-bottom: 4px; }
  .sample-popup .field-title span {
    color: red; }
  .sample-popup .error-message {
    padding: 0 0 5px; }
  .sample-popup .tpl-field input[type=text], .sample-popup .tpl-field input[type=email], .sample-popup .tpl-field input[type=tel], .sample-popup .tpl-field select, .sample-popup .tpl-field textarea {
    outline: none;
    color: #000;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    background: none;
    border: 1px solid #d0d5dd;
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    border-radius: 25px; }
  .sample-popup .tpl-field-button {
    padding-bottom: 0;
    font-size: 14px; }
  .sample-popup .tpl-field-button button {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    border: none;
    background: #9e3856;
    outline: none;
    padding: 16px;
    width: 100%;
    font-family: 'roboto-bold', Arial, Helvetica, sans-serif;
    border-radius: 25px; }

@media (max-width: 640px) {
  .sample-popup .sample-popup-inner {
    flex-wrap: wrap; }

  .sample-popup .sample-popup-left {
    width: 100%;
    height: 300px; }

  .sample-popup .sample-popup-right {
    padding: 20px 0 0; }

  .sample-popup .sample-popup-in {
    padding: 26px 16px 16px; } }

@media (max-width: 480px) {
  .sample-popup .sample-popup-left {
    height: 170px; }

  .sample-popup .sample-popup-title, .sample-popup .sample-popup-text {
    font-size: 18px; }

  .sample-popup .sample-popup-form {
    margin-top: 15px; }

  .sample-popup .tpl-field input[type=text], .sample-popup .tpl-field input[type=email], .sample-popup .tpl-field input[type=tel], .sample-popup .tpl-field select, .sample-popup .tpl-field textarea {
    min-height: 40px; }

  .sample-popup .tpl-field-button button {
    padding: 12px 16px 13px; } }
