@media (min-width: 1200px) {
  #action-banner {
    float: left;
    width: 800px; }

  #subscribe {
    float: right;
    width: 370px; }

  .make-order-page .instruction-container .wrapper {
    padding: 40px 55px 40px 40px; }
    .make-order-page .instruction-container .wrapper .h1 {
      font-size: 27px; }
    .make-order-page .instruction-container .wrapper .list .num {
      font-size: 26px; }
    .make-order-page .instruction-container .wrapper .list .text {
      width: 95%;
      margin-left: 25px; } }
@media (min-width: 980px) and (max-width: 1199px) {
  #action-banner {
    width: 100%; }

  #subscribe {
    width: 100%; }
    #subscribe form #fields {
      width: 720px;
      margin: 30px auto 0; }
      #subscribe form #fields label {
        width: 50%;
        float: left; }

  .make-order-page .instruction-container .wrapper {
    padding: 40px 55px 40px 40px; }
    .make-order-page .instruction-container .wrapper .h1 {
      font-size: 27px; }
    .make-order-page .instruction-container .wrapper .list .num {
      font-size: 26px; }
    .make-order-page .instruction-container .wrapper .list .text {
      width: 93%;
      margin-left: 25px; } }
@media (min-width: 767px) and (max-width: 979px) {
  #action-banner {
    width: 100%; }

  #subscribe {
    width: 100%; }
    #subscribe form #fields {
      width: 720px;
      margin: 30px auto 0; }
      #subscribe form #fields label {
        width: 50%;
        float: left; }

  .make-order-page .instruction-container .wrapper {
    padding: 40px 55px 40px 40px; }
    .make-order-page .instruction-container .wrapper .h1 {
      font-size: 20px; }
    .make-order-page .instruction-container .wrapper .list .num {
      font-size: 26px; }
    .make-order-page .instruction-container .wrapper .list .text {
      width: 84%;
      margin-left: 20px; } }
@media (max-width: 767px) {
  #action-banner {
    width: 100%; }

  #subscribe {
    width: 100%; }
    #subscribe form #fields {
      width: 350px;
      margin: 30px auto 0; }

  .make-order-page .instruction-container .wrapper {
    padding: 40px 15px 40px 10px; }
    .make-order-page .instruction-container .wrapper .list .num {
      font-size: 20px; }
    .make-order-page .instruction-container .wrapper .list .text {
      width: 80%;
      margin-left: 15px; } }
.container.mb30 {
  margin-bottom: 30px; }

input.error {
  border: 1px solid red !important;
  background: #ffcccc; }

#action-banner {
  position: relative; }
  #action-banner:before {
    content: '';
    width: 113px;
    height: 115px;
    background: url("../img/label-action.png") no-repeat;
    position: absolute;
    top: -2px;
    left: -2px; }
  #action-banner img {
    width: 100%; }

#subscribe {
  background: #666;
  position: relative; }
  #subscribe:before {
    content: '';
    width: 53px;
    height: 54px;
    background: url("../img/subscribe-icon.png") no-repeat;
    position: absolute;
    top: -2px;
    left: 17px; }
  #subscribe p {
    color: #fff;
    font-weight: 600;
    padding: 13px 30px 0px 90px;
    font-size: 14px;
    line-height: 19px; }
  #subscribe form {
    margin-bottom: 0; }
    #subscribe form label {
      margin-bottom: 1px; }
      #subscribe form label.required span:after {
        content: '*';
        color: red;
        padding-left: 3px; }
      #subscribe form label > div {
        padding-left: 20px; }
      #subscribe form label span {
        color: #fff;
        display: block;
        float: left;
        width: 70px;
        padding-top: 3px; }
      #subscribe form label input[type=text] {
        width: 246px;
        padding: 2px 6px; }
    #subscribe form input[type=submit] {
      width: 260px;
      height: 47px;
      border: none;
      outline: none;
      margin: 0 0 5px 90px;
      background-image: url("../img/submit.png");
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: top center; }
      #subscribe form input[type=submit]:hover {
        background-position: center; }
      #subscribe form input[type=submit]:active {
        background-position: bottom center; }

ul.lastlist li {
  float: left;
  width: 33.333%;
  margin-bottom: 80px;
  list-style-type: none; }
  ul.lastlist li .info {
    padding-right: 50px; }
  ul.lastlist li span {
    display: block;
    padding-bottom: 15px; }
    ul.lastlist li span.date {
      font-size: 12px; }
  ul.lastlist li a {
    display: block;
    padding-bottom: 15px;
    font-weight: 600;
    text-decoration: underline; }
  ul.lastlist li .img {
    width: 100%;
    height: 125px;
    position: relative;
    margin-bottom: 15px; }
    ul.lastlist li .img img {
      position: absolute;
      max-width: 100%;
      max-height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none; }

.modal {
  opacity: 0;
  background: #eee;
  padding: 0 20px 20px;
  overflow: auto;
  z-index: 1001;
  position: absolute; }
  .modal.auth {
    width: 300px; }
  .modal .closeBtn {
    position: absolute;
    right: 10px;
    top: 10px; }
  .modal .modal-title {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 35px; }
  .modal form {
    margin-top: 25px;
    margin-bottom: 0; }

.users-form {
  width: 320px; }
  .users-form.registrate {
    width: 400px; }
    .users-form.registrate .field span {
      width: 130px; }
  .users-form .field span {
    font-weight: bold;
    display: block;
    float: left;
    width: 100px;
    line-height: 27px; }
  .users-form .links {
    text-align: center;
    margin-top: 10px; }
    .users-form .links a {
      padding: 0 15px; }
  .users-form .submit-button {
    text-align: center; }
    .users-form .submit-button input {
      left: 0;
      top: 0;
      margin-top: 12px; }
  .users-form label.error {
    display: none !important; }

input.error:focus {
  border-color: rgba(255, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6); }

.make-order-page {
  font-family: 'Tahoma', sans-serif; }
  .make-order-page .bold {
    font-weight: bold; }
  .make-order-page .clear {
    clear: both; }
  .make-order-page .hello-container .wrapper {
    padding: 30px 40px; }
    .make-order-page .hello-container .wrapper p {
      font-size: 14px;
      color: #333;
      margin: 0; }
      .make-order-page .hello-container .wrapper p:first-child {
        margin-bottom: 15px; }
  .make-order-page .instruction-container {
    width: 100%;
    background: #666; }
    .make-order-page .instruction-container .wrapper .h1 {
      text-transform: uppercase;
      color: #fff;
      margin: 0;
      line-height: 30px;
      margin-bottom: 40px; }
    .make-order-page .instruction-container .wrapper .list {
      margin: 0 0 40px 0;
      list-style-type: none; }
      .make-order-page .instruction-container .wrapper .list:last-child {
        margin: 0; }
      .make-order-page .instruction-container .wrapper .list .num {
        color: #ffcc00;
        display: inline-block;
        float: left; }
        .make-order-page .instruction-container .wrapper .list .num p {
          margin: 0; }
      .make-order-page .instruction-container .wrapper .list .text {
        font-size: 14px;
        color: #ccc;
        display: inline-block; }
  .make-order-page .video-container {
    width: 100%;
    background: #fff; }
    .make-order-page .video-container .wrapper {
      padding: 30px 40px;
      font-size: 14px;
      color: #333;
      line-height: 24px; }
      .make-order-page .video-container .wrapper p {
        margin: 0 0 25px 0; }
        .make-order-page .video-container .wrapper p .link {
          color: #0066ff; }
        .make-order-page .video-container .wrapper p.center {
          text-align: center;
          margin: 0; }

.justi {
  text-align: justify; }
  .justi:after {
    content: '';
    width: 100%;
    height: 0px;
    display: inline-block; }
  .justi div, .justi span, .justi ins, .justi p, .justi a {
    text-align: left; }

#catalog_wrap .holder h2 {
  font-size: 14px; }
#catalog_wrap .search-panel {
  padding: 20px; }
  #catalog_wrap .search-panel input {
    margin-right: 10px; }
  #catalog_wrap .search-panel .links a {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px !important; }
    #catalog_wrap .search-panel .links a.how-to {
      line-height: 32px;
      margin: 5px 0 10px;
      text-transform: uppercase;
      text-decoration: underline;
      padding-left: 40px;
      background: url("../img/question.png") no-repeat top left; }
    #catalog_wrap .search-panel .links a.download_price {
      width: 216px;
      height: 46px;
      background: url("../img/download_price.png") no-repeat top center; }
      #catalog_wrap .search-panel .links a.download_price:hover {
        background-position: bottom center; }
#catalog_wrap .name_position {
  background: #fff; }
  #catalog_wrap .name_position .np_title {
    padding: 15px 0;
    background: #ffcc02; }
    #catalog_wrap .name_position .np_title h4 {
      text-align: center;
      color: #0c0c0c;
      text-transform: uppercase;
      margin: 0;
      font: 600 16px/18px 'Open Sans', Open Sans, Arial, Helvetica, sans-serif; }
  #catalog_wrap .name_position .basket_message {
    min-height: 47px;
    text-align: center;
    background: #66bd82; }
    #catalog_wrap .name_position .basket_message span {
      font-size: 18px;
      color: #fff;
      font: 700 16px/18px 'Open Sans', Open Sans, Arial, Helvetica, sans-serif;
      line-height: 47px;
      position: relative; }
      #catalog_wrap .name_position .basket_message span:after {
        content: '';
        background: url("../img/small_basket_ico.png") no-repeat;
        width: 13px;
        height: 13px;
        position: absolute;
        top: 5px;
        left: -20px; }
      #catalog_wrap .name_position .basket_message span ins {
        text-decoration: none; }
  #catalog_wrap .name_position strong {
    color: #0c0c0c;
    display: block;
    text-align: center;
    margin: 17px 0;
    font: 700 16px/18px 'Open Sans', Open Sans, Arial, Helvetica, sans-serif;
    padding: 0; }
  #catalog_wrap .name_position table {
    margin: auto;
    width: 100%;
    border: 1px solid #cecece;
    margin-bottom: 10px; }
    #catalog_wrap .name_position table tr td {
      border: 1px solid #cecece;
      padding-left: 10px; }
      #catalog_wrap .name_position table tr td p {
        font: 600 16px/18px 'Open Sans', Open Sans, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 16px;
        color: #0c0c0c;
        margin: 0;
        padding: 5px 0;
        word-break: break-all; }
      #catalog_wrap .name_position table tr td a {
        width: 32px;
        height: 32px;
        margin: 5px 0;
        display: inline-block;
        vertical-align: middle;
        background: url("../img/basket_ico.png") no-repeat; }
      #catalog_wrap .name_position table tr td b {
        display: block;
        text-align: center;
        color: #0c0c0c; }
      #catalog_wrap .name_position table tr td:nth-child(1) {
        width: 21%;
        border-left: none; }
      #catalog_wrap .name_position table tr td:nth-child(2) {
        width: 41%; }
      #catalog_wrap .name_position table tr td:nth-child(3) {
        width: 20%;
        padding: 0;
        text-align: center; }
      #catalog_wrap .name_position table tr td:nth-child(4) {
        width: 18%;
        border-right: none;
        padding: 0;
        text-align: center; }

.popup_to_basket {
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none; }

#basket_wrap {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 50px; }
  #basket_wrap h3 {
    padding: 0 10px;
    margin: 0;
    color: #1b1b1b;
    font: 700 15px/18px 'Open Sans', Open Sans, Arial, Helvetica, sans-serif; }
  #basket_wrap strong {
    color: #1b1b1b;
    font: 600 16px/18px 'Open Sans', Open Sans, Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-left: 25px;
    position: relative;
    margin-top: 20px;
    display: block;
    padding: 0 10px;
    display: block; }
    #basket_wrap strong:after {
      content: '';
      background: url("../img/small_basket_ico_green.png") no-repeat;
      width: 13px;
      height: 13px;
      position: absolute;
      top: 3px;
      left: -15px; }
  #basket_wrap .gray_block {
    background: #efefef;
    padding: 10px;
    padding-top: 16px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 10px;
    padding-bottom: 0; }
    #basket_wrap .gray_block p {
      font-size: 13px;
      text-transform: uppercase;
      color: #868686;
      font-family: 'Open Sans', Open Sans, Arial, Helvetica, sans-serif;
      font-weight: 500;
      padding-bottom: 6px;
      border-bottom: 1px solid #e1e1e1;
      margin: 0; }
    #basket_wrap .gray_block .good_block {
      padding: 7px 0 15px 0;
      border-bottom: 1px solid #e1e1e1; }
      #basket_wrap .gray_block .good_block:last-child {
        border-bottom: none; }
      #basket_wrap .gray_block .good_block p {
        font-size: 16px;
        line-height: 20px;
        color: #747474;
        font-family: 'Open Sans', Open Sans, Arial, Helvetica, sans-serif;
        padding: 20px 0 5px 0;
        font-weight: 600;
        border-bottom: none; }
      #basket_wrap .gray_block .good_block .gb_desc {
        min-height: 63px; }
        #basket_wrap .gray_block .good_block .gb_desc span {
          color: #5b65c1;
          font-size: 20px;
          font-family: 'Open Sans', Open Sans, Arial, Helvetica, sans-serif;
          font-weight: 600; }
          #basket_wrap .gray_block .good_block .gb_desc span i {
            font-style: normal; }
        #basket_wrap .gray_block .good_block .gb_desc .enter_num {
          width: 113px;
          display: inline-block;
          float: right;
          text-align: center; }
          #basket_wrap .gray_block .good_block .gb_desc .enter_num button {
            width: 30px;
            height: 29px;
            border: none;
            float: left; }
            #basket_wrap .gray_block .good_block .gb_desc .enter_num button.plus {
              background: url("../img/basket_plus.png"); }
            #basket_wrap .gray_block .good_block .gb_desc .enter_num button.minus {
              background: url("../img/basket_minus.png"); }
          #basket_wrap .gray_block .good_block .gb_desc .enter_num input[type="text"] {
            width: 53px;
            height: 29px;
            background: transparent;
            text-align: center;
            color: #1b1b1b;
            font-size: 13px;
            font-family: 'Open Sans', Open Sans, Arial, Helvetica, sans-serif;
            font-weight: 600;
            border: none;
            box-shadow: none;
            padding: 0;
            margin: 0;
            line-height: 29px;
            float: left; }
          #basket_wrap .gray_block .good_block .gb_desc .enter_num a {
            color: #e82828;
            font-family: 'Open Sans', Open Sans, Arial, Helvetica, sans-serif;
            font-weight: 600;
            margin-top: 12px;
            display: inline-block;
            border-bottom: 1px solid #e82828; }
  #basket_wrap .total {
    height: 78px;
    text-align: right;
    margin: 0 10px;
    border-bottom: 1px solid #e1e1e1; }
    #basket_wrap .total strong {
      color: #1b1b1b;
      font-size: 16px;
      text-transform: uppercase;
      font-family: 'Open Sans', Open Sans, Arial, Helvetica, sans-serif;
      font-weight: 700;
      line-height: 78px;
      margin: 0;
      padding: 0;
      margin-right: 25px;
      display: inline-block; }
      #basket_wrap .total strong:after {
        display: none; }
    #basket_wrap .total span {
      color: #5b65c1;
      font-size: 20px;
      font-family: 'Open Sans', Open Sans, Arial, Helvetica, sans-serif;
      font-weight: 600; }
      #basket_wrap .total span ins {
        text-transform: none;
        text-decoration: none; }
  #basket_wrap .adjustable_block {
    padding-top: 30px;
    text-align: center; }
    #basket_wrap .adjustable_block > a {
      color: #1b1b1b;
      font-size: 12px;
      text-transform: uppercase;
      font-family: 'Open Sans', Open Sans, Arial, Helvetica, sans-serif;
      font-weight: 700;
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #1b1b1b; }
    #basket_wrap .adjustable_block .checkout {
      width: 196px;
      height: 41px;
      background: #5b65c1;
      border: none;
      margin: auto;
      color: #fff;
      font-family: 'Open Sans', Open Sans, Arial, Helvetica, sans-serif;
      font-weight: 600;
      font-size: 15px;
      float: none;
      margin-top: 17px;
      margin-bottom: 35px; }
    #basket_wrap .adjustable_block .text {
      max-width: 275px;
      margin: auto; }
      #basket_wrap .adjustable_block .text p {
        font-size: 12px;
        color: #626262;
        font-family: 'Open Sans', Open Sans, Arial, Helvetica, sans-serif;
        font-weight: 500;
        margin-top: 15px;
        line-height: 15px;
        margin-bottom: 0px; }
        #basket_wrap .adjustable_block .text p.phone {
          font-size: 16px;
          margin-top: 5px; }
        #basket_wrap .adjustable_block .text p a {
          font-size: 12px;
          border-bottom: 1px solid #5b65c1;
          color: #5b65c1; }

#new_catalog_wrap .new_catalog {
  background: #fff;
  display: inline-block; }
  #new_catalog_wrap .new_catalog .holder h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #2d2c2c;
    font-weight: 600;
    margin: 0;
    font-family: 'Open Sans', Open Sans, Arial, Helvetica, sans-serif; }
  #new_catalog_wrap .new_catalog ul {
    margin: 30px 30px 0px 33px; }
    #new_catalog_wrap .new_catalog ul li {
      list-style-type: none;
      display: inline-block;
      max-width: 131px;
      vertical-align: top;
      position: relative;
      margin-bottom: 15px; }
      #new_catalog_wrap .new_catalog ul li a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 33; }
      #new_catalog_wrap .new_catalog ul li .item_wrap {
        position: relative; }
        #new_catalog_wrap .new_catalog ul li .item_wrap:after {
          content: '';
          border: 3px solid transparent;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          opacity: 0;
          z-index: 11; }
        #new_catalog_wrap .new_catalog ul li .item_wrap img {
          border: 1px solid #828282;
          max-width: 130px; }
      #new_catalog_wrap .new_catalog ul li .item_desc {
        padding-top: 7px;
        min-height: 70px; }
        #new_catalog_wrap .new_catalog ul li .item_desc p {
          font-size: 14px;
          color: #2d2c2c;
          font-weight: 700;
          margin: 0;
          line-height: 20px;
          text-align: center;
          font-family: 'Open Sans', Open Sans, Arial, Helvetica, sans-serif; }
          #new_catalog_wrap .new_catalog ul li .item_desc p span {
            color: #2d2c2c; }
      #new_catalog_wrap .new_catalog ul li:hover .item_wrap:after {
        opacity: 1;
        border: 3px solid #5d67c3; }
      #new_catalog_wrap .new_catalog ul li:hover .item_wrap img {
        border: 1px solid transparent; }
      #new_catalog_wrap .new_catalog ul li:hover .item_desc p span {
        border-bottom: 1px solid #5d67c3; }

.b-order-btn.popeasy {
  background: #37A737; }

/*# sourceMappingURL=custom%202.css.map */
