.form-wrapper-popup-center {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff; }
  .form-wrapper-popup-center.dn_form {
    display: none !important; }
  .form-wrapper-popup-center.opened {
    opacity: 1;
    visibility: visible; }
  .form-wrapper-popup-center .form-wrapper-inner {
    width: 450px;
    background: #0c2448;
    padding: 2px 25px 16px 25px;
    -webkit-border-radius: 0 0 0 20px;
    -moz-border-radius: 0 0 0 20px;
    border-radius: 0 0 0 20px;
    position: relative; }
  .form-wrapper-popup-center .title {
    display: block !important;
    font-family: Arial, Tahoma, serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    box-sizing: content-box;
    margin: 10px 0 20px;
    background: transparent;
    white-space: normal; }
  .form-wrapper-popup-center .tpl-anketa-success-note {
    font-size: 20px;
    text-align: center; }
  .form-wrapper-popup-center .tpl-field {
    padding-bottom: 10px; }
    .form-wrapper-popup-center .tpl-field p {
      display: block;
      font-family: Arial, Tahoma, serif;
      font-size: 18px;
      line-height: 24px;
      margin: 10px 0 0 0;
      width: 100%;
      box-sizing: content-box;
      background: transparent;
      white-space: normal; }
    .form-wrapper-popup-center .tpl-field input, .form-wrapper-popup-center .tpl-field textarea {
      font-size: 15px;
      height: 38px;
      padding: 10px;
      border-radius: 5px;
      background: #fff;
      box-sizing: border-box;
      color: #333;
      border: 1px solid #a5a9b4;
      line-height: normal;
      font-family: Arial, Tahoma, serif;
      text-align: left; }
      .form-wrapper-popup-center .tpl-field input:focus, .form-wrapper-popup-center .tpl-field textarea:focus {
        border-color: #ccc; }
    .form-wrapper-popup-center .tpl-field textarea {
      resize: none;
      padding-top: 5px;
      padding-bottom: 5px;
      height: 76px; }
    .form-wrapper-popup-center .tpl-field.field-error input, .form-wrapper-popup-center .tpl-field.field-error textarea {
      border-color: #f00; }
    .form-wrapper-popup-center .tpl-field.tpl-field-button {
      text-align: center; }
      .form-wrapper-popup-center .tpl-field.tpl-field-button button {
        padding: 10px;
        display: block;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        border-radius: 5px;
        box-sizing: border-box;
        width: 200px;
        font-family: Arial, Tahoma, serif;
        font-size: 15px;
        background: #ee4f30;
        border: 0;
        outline: none;
        color: #fff;
        margin: 0 auto;
        cursor: pointer; }
    .form-wrapper-popup-center .tpl-field.type-checkbox ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .form-wrapper-popup-center .tpl-field.type-checkbox ul li label {
        display: flex;
        align-items: center; }
  .form-wrapper-popup-center .field-required-mark {
    color: #f00; }
  .form-wrapper-popup-center .error-message {
    display: none; }
  .form-wrapper-popup-center .icon-close {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0) url("/shared/highslide-4.1.13/graphics/close.png") repeat scroll 0 0;
    width: 30px;
    height: 30px;
    cursor: pointer; }

@media (max-width: 450px) {
  .form-wrapper .form-wrapper-inner {
    padding: 10px;
    width: 270px; } }

#tcal {
  z-index: 100300; }

#tovar_card2 .spec li.price .red-spec {
  color: red;
  font-size: 12px; }

.tovar2 .bott.spec li.price .red-spec {
  color: red; }

.tovar2 h2 {
  height: 50px; }

.wrap_catalog {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

#sandbox_theme_panel_330702 {
  top: inherit !important;
  right: 0 !important;
  bottom: 0 !important;
  left: inherit !important;
  width: 200px !important;
  font-size: 12px !important; }

.feedback {
  margin-right: -2px !important;
  display: block;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 5;
  padding: 10px 40px;
  font-size: 20px;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: Arial, Tahoma, serif;
  background: #ee4f30;
  background: linear-gradient(#aedef9, #0c49a6, #11c9f4);
  border: 0;
  outline: none;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 15px 15px 0 0;
  text-decoration: none;
  transform: rotate(-90deg); }
  .feedback:hover {
    color: #fff;
    text-decoration: none; }
