.checkout_page, .checkout_page1 {
  margin-bottom: 80px;
  border-top: 1px solid #ebebeb;
  color: dimgray;
  font-size: 1.4rem;
  line-height: 1.4; }
  .checkout_page h2, .checkout_page1 h2 {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 5px;
    text-align: left;
    font-weight: 700;
    font-size: 1.8rem;
    color: #333333; }
    .checkout_page h2:before, .checkout_page1 h2:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 132px;
      height: 3px;
      background: #5894cd; }
  .checkout_page p, .checkout_page1 p {
    margin-bottom: 20px; }
  .checkout_page form, .checkout_page1 form {
    color: #363636; }
    .checkout_page form p, .checkout_page1 form p {
      font-size: 1.6rem;
      color: #1b1b1b; }
  .checkout_page ul.tabs, .checkout_page1 ul.tabs {
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 1.5rem; }
    .checkout_page ul.tabs :last-child, .checkout_page1 ul.tabs :last-child {
      border-right: none; }
    .checkout_page ul.tabs li, .checkout_page1 ul.tabs li {
      position: relative;
      float: left;
      border-right: 1px solid #c8c8c8;
      color: #1b1b1b;
      overflow: hidden; }
      .checkout_page ul.tabs li span, .checkout_page1 ul.tabs li span {
        cursor: pointer;
        display: inline-block;
        padding: 12px 30px 12px 50px;
        border-top: 2px solid #f7f7f7;
        background: #f7f7f7 url(../img/checkout.png) no-repeat; }
    .checkout_page ul.tabs [rel="tab1"] span, .checkout_page1 ul.tabs [rel="tab1"] span {
      background-position: 15px 12px; }
    .checkout_page ul.tabs [rel="tab2"] span, .checkout_page1 ul.tabs [rel="tab2"] span {
      background-position: 15px -22px; }
    .checkout_page ul.tabs [rel="tab3"] span, .checkout_page1 ul.tabs [rel="tab3"] span {
      background-position: 15px -56px; }
    .checkout_page ul.tabs .active, .checkout_page1 ul.tabs .active {
      display: block; }
      .checkout_page ul.tabs .active span, .checkout_page1 ul.tabs .active span {
        border-top: 2px solid #5894cd; }
  .checkout_page .tab_container, .checkout_page1 .tab_container {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 30px; }
  .checkout_page .tab_content, .checkout_page1 .tab_content {
    display: none; }
  .checkout_page .tab_drawer_heading, .checkout_page1 .tab_drawer_heading {
    display: none; }
  @media screen and (max-width: 767px) {
    .checkout_page, .checkout_page1 {
      border-top: none; }
      .checkout_page ul.tabs, .checkout_page1 ul.tabs {
        display: none; }
      .checkout_page .tab_drawer_heading, .checkout_page1 .tab_drawer_heading {
        display: block;
        width: 100%;
        cursor: pointer;
        padding: 0;
        text-align: center;
        color: #1b1b1b;
        overflow: hidden;
        border-bottom: 1px solid #c8c8c8;
        background: #f7f7f7; }
        .checkout_page .tab_drawer_heading span, .checkout_page1 .tab_drawer_heading span {
          display: inline-block;
          margin: 0 auto;
          padding: 12px 0 12px 35px;
          background: #f7f7f7 url(../img/checkout.png) no-repeat; }
      .checkout_page [rel="tab1"] span, .checkout_page1 [rel="tab1"] span {
        background-position: left 12px; }
      .checkout_page [rel="tab2"] span, .checkout_page1 [rel="tab2"] span {
        background-position: left -22px; }
      .checkout_page [rel="tab3"] span, .checkout_page1 [rel="tab3"] span {
        background-position: left -56px; }
      .checkout_page .d_active, .checkout_page1 .d_active {
        border-bottom: 2px solid #5894cd; }
      .checkout_page .tab_container, .checkout_page1 .tab_container {
        border-right: none;
        margin-bottom: 0; }
      .checkout_page .tab_content, .checkout_page1 .tab_content {
        margin-top: 30px;
        margin-bottom: 15px; } }
  @media screen and (min-width: 576px) {
    .checkout_page .loginBlock, .checkout_page .signUpBlock, .checkout_page .unregistered, .checkout_page1 .loginBlock, .checkout_page1 .signUpBlock, .checkout_page1 .unregistered {
      padding-right: 60px; } }
  @media screen and (min-width: 768px) {
    .checkout_page .loginBlock, .checkout_page .signUpBlock, .checkout_page .unregistered, .checkout_page1 .loginBlock, .checkout_page1 .signUpBlock, .checkout_page1 .unregistered {
      border-right: 1px solid #ebebeb; } }
  .checkout_page .loginBlock input, .checkout_page .signUpBlock input, .checkout_page .unregistered input, .checkout_page1 .loginBlock input, .checkout_page1 .signUpBlock input, .checkout_page1 .unregistered input {
    display: block;
    width: 100%;
    max-width: 230px;
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px solid #5894cd;
    border-radius: 2px;
    font-size: 1.4rem; }
    .checkout_page .loginBlock input:focus, .checkout_page .signUpBlock input:focus, .checkout_page .unregistered input:focus, .checkout_page1 .loginBlock input:focus, .checkout_page1 .signUpBlock input:focus, .checkout_page1 .unregistered input:focus {
      box-shadow: 0 0 4px rgba(88, 148, 205, 0.4); }
  .checkout_page .loginBlock [type="submit"], .checkout_page .signUpBlock [type="submit"], .checkout_page .unregistered [type="submit"], .checkout_page1 .loginBlock [type="submit"], .checkout_page1 .signUpBlock [type="submit"], .checkout_page1 .unregistered [type="submit"] {
    cursor: pointer;
    display: inline-block;
    max-width: 180px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 30px;
    padding: 12px;
    border: none;
    border-radius: 2px;
    text-align: center;
    font-size: 1.6rem;
    background-color: #febf01;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

  .checkout_page .loginBlock [type="button"], .checkout_page .signUpBlock [type="button"], .checkout_page .unregistered [type="button"], .checkout_page1 .loginBlock [type="button"], .checkout_page1 .signUpBlock [type="button"], .checkout_page1 .unregistered [type="button"] {
    cursor: pointer;
    display: inline-block;
    max-width: 180px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 30px;
    padding: 12px;
    border: none;
    border-radius: 2px;
    text-align: center;
    font-size: 1.6rem;
    background-color: #febf01;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

  
    .checkout_page .loginBlock [type="button"]:focus, .checkout_page .signUpBlock [type="button"]:focus, .checkout_page .unregistered [type="button"]:focus, .checkout_page1 .loginBlock [type="button"]:focus, .checkout_page1 .signUpBlock [type="button"]:focus, .checkout_page1 .unregistered [type="button"]:focus {
      box-shadow: none; }
    .checkout_page .loginBlock [type="button"]:hover, .checkout_page .signUpBlock [type="button"]:hover, .checkout_page .unregistered [type="button"]:hover, .checkout_page1 .loginBlock [type="button"]:hover, .checkout_page1 .signUpBlock [type="button"]:hover, .checkout_page1 .unregistered [type="button"]:hover {
      background-color: #fec80a;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
    .checkout_page .loginBlock [type="button"]:active, .checkout_page .signUpBlock [type="button"]:active, .checkout_page .unregistered [type="button"]:active, .checkout_page1 .loginBlock [type="button"]:active, .checkout_page1 .signUpBlock [type="button"]:active, .checkout_page1 .unregistered [type="button"]:active {
      background-color: #febf01;
      box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2); }

    .checkout_page .loginBlock [type="submit"]:focus, .checkout_page .signUpBlock [type="submit"]:focus, .checkout_page .unregistered [type="submit"]:focus, .checkout_page1 .loginBlock [type="submit"]:focus, .checkout_page1 .signUpBlock [type="submit"]:focus, .checkout_page1 .unregistered [type="submit"]:focus {
      box-shadow: none; }
    .checkout_page .loginBlock [type="submit"]:hover, .checkout_page .signUpBlock [type="submit"]:hover, .checkout_page .unregistered [type="submit"]:hover, .checkout_page1 .loginBlock [type="submit"]:hover, .checkout_page1 .signUpBlock [type="submit"]:hover, .checkout_page1 .unregistered [type="submit"]:hover {
      background-color: #fec80a;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
    .checkout_page .loginBlock [type="submit"]:active, .checkout_page .signUpBlock [type="submit"]:active, .checkout_page .unregistered [type="submit"]:active, .checkout_page1 .loginBlock [type="submit"]:active, .checkout_page1 .signUpBlock [type="submit"]:active, .checkout_page1 .unregistered [type="submit"]:active {
      background-color: #febf01;
      box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2); }
  .checkout_page .loginBlock a, .checkout_page .signUpBlock a, .checkout_page .unregistered a, .checkout_page1 .loginBlock a, .checkout_page1 .signUpBlock a, .checkout_page1 .unregistered a {
    display: inline-block;
    text-decoration: underline;
    color: #9f9f9f; }
    .checkout_page .loginBlock a:hover, .checkout_page .loginBlock a:active, .checkout_page .signUpBlock a:hover, .checkout_page .signUpBlock a:active, .checkout_page .unregistered a:hover, .checkout_page .unregistered a:active, .checkout_page1 .loginBlock a:hover, .checkout_page1 .loginBlock a:active, .checkout_page1 .signUpBlock a:hover, .checkout_page1 .signUpBlock a:active, .checkout_page1 .unregistered a:hover, .checkout_page1 .unregistered a:active {
      color: dimgray; }
  .checkout_page .offers_container, .checkout_page1 .offers_container {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .checkout_page .offers_container, .checkout_page1 .offers_container {
        margin: 40px auto; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .checkout_page .offers_container, .checkout_page1 .offers_container {
        text-align: right; } }
    .checkout_page .offers_container .current_offers, .checkout_page1 .offers_container .current_offers {
      display: inline-block;
      text-align: center; }
      .checkout_page .offers_container .current_offers .offer_item, .checkout_page1 .offers_container .current_offers .offer_item {
        display: inline-block;
        margin-bottom: 15px;
        padding: 20px 15px;
        border-radius: 5px;
        text-align: center; }
        .checkout_page .offers_container .current_offers .offer_item p, .checkout_page1 .offers_container .current_offers .offer_item p {
          margin-bottom: 15px;
          font-size: 1.6rem;
          color: #1b1b1b; }
        .checkout_page .offers_container .current_offers .offer_item .offer_btn, .checkout_page1 .offers_container .current_offers .offer_item .offer_btn {
          display: inline-block;
          border-radius: 2px;
          font-size: 1.6rem;
          text-decoration: none;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        .checkout_page .offers_container .current_offers .offer_item.for_unregistered, .checkout_page1 .offers_container .current_offers .offer_item.for_unregistered {
          border: 1px solid #ff0119; }
          .checkout_page .offers_container .current_offers .offer_item.for_unregistered .offer_btn, .checkout_page1 .offers_container .current_offers .offer_item.for_unregistered .offer_btn {
            padding: 7px 40px 9px;
            font-weight: 700;
            color: white;
            background-color: #f80202; }
            .checkout_page .offers_container .current_offers .offer_item.for_unregistered .offer_btn:hover, .checkout_page1 .offers_container .current_offers .offer_item.for_unregistered .offer_btn:hover {
              background-color: #ff2f2f;
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
            .checkout_page .offers_container .current_offers .offer_item.for_unregistered .offer_btn:active, .checkout_page1 .offers_container .current_offers .offer_item.for_unregistered .offer_btn:active {
              background-color: #f80202;
              box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3); }
        .checkout_page .offers_container .current_offers .offer_item.for_registered, .checkout_page1 .offers_container .current_offers .offer_item.for_registered {
          border: 1px solid #fec80a; }
          .checkout_page .offers_container .current_offers .offer_item.for_registered .offer_btn, .checkout_page1 .offers_container .current_offers .offer_item.for_registered .offer_btn {
            padding: 7px 20px 9px;
            font-weight: 400;
            color: #363636;
            background-color: #febf01; }
            
            .checkout_page .offers_container .current_offers .offer_item.for_registered .offer_btn:hover, .checkout_page1 .offers_container .current_offers .offer_item.for_registered .offer_btn:hover {
              background-color: #fec80a;
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

            .checkout_page .offers_container .current_offers .offer_item.for_registered .offer_btn:active, .checkout_page1 .offers_container .current_offers .offer_item.for_registered .offer_btn:active {
              background-color: #febf01;
              box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2); }
      .checkout_page .offers_container .current_offers a, .checkout_page1 .offers_container .current_offers a {
        display: block;
        color: #5894cd;
        text-decoration: underline;
        text-align: right; }
  @media screen and (max-width: 767px) {
    .checkout_page #tab3 .offers_container, .checkout_page1 #tab3 .offers_container {
      margin-bottom: 0; } }

.checkout_page1 {
  padding-top: 40px; }
  @media screen and (max-width: 767px) {
    .checkout_page1 {
      padding-top: 0; } }
  @media screen and (max-width: 767px) {
    .checkout_page1 .order_interim {
      padding-top: 40px;
      padding-bottom: 50px;
      border-top: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb; } }
  .checkout_page1 .order_interim p {
    margin-bottom: 10px;
    color: dimgray; }
    .checkout_page1 .order_interim p.sum {
      font-weight: 700;
      font-size: 2rem;
      color: #494949; }
  .checkout_page1 .order_interim a {
    color: #5894cd;
    text-decoration: underline; }
  .checkout_page1 .order_interim .order_list {
    margin-top: 40px; }
    .checkout_page1 .order_interim .order_list .list_item {
      margin-bottom: 20px;
      padding: 20px;
      border-radius: 5px;
      background: whitesmoke; }
    .checkout_page1 .order_interim .order_list :last-child {
      margin-bottom: 0; }
    .checkout_page1 .order_interim .order_list .miniature {
      display: inline-block;
      height: 73px;
      width: 73px;
      padding: 6px;
      border-radius: 5px;
      background: white;
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2); }
      .checkout_page1 .order_interim .order_list .miniature img {
        width: auto;
        height: auto; }
    .checkout_page1 .order_interim .order_list .order_information {
      width: calc(100% - 78px);
      min-height: 73px;
      display: inline-block;
      vertical-align: top;
      font-size: 1.5rem;
      letter-spacing: 0;
      color: #333333; }
      .checkout_page1 .order_interim .order_list .order_information * {
        display: inline-block;
        vertical-align: top; }
      .checkout_page1 .order_interim .order_list .order_information h3 {
        width: 100%;
        min-height: 52px;
        height: auto;
        padding: 4px 14px;
        font-weight: 400; }
      .checkout_page1 .order_interim .order_list .order_information .amount {
        width: 49%;
        margin: 0;
        padding-top: 0;
        padding-left: 14px;
        text-align: left;
        color: #333333; }
      .checkout_page1 .order_interim .order_list .order_information .price {
        width: 49%;
        margin: 0;
        padding-top: 0;
        padding-left: 14px;
        font-weight: 700;
        text-align: right;
        color: #2c6ca9; }
      @media screen and (max-width: 399px) {
        .checkout_page1 .order_interim .order_list .order_information {
          width: 100%;
          display: block; }
          .checkout_page1 .order_interim .order_list .order_information h3 {
            min-height: 0;
            padding: 4px 0;
            margin-top: 15px;
            margin-bottom: 15px; }
          .checkout_page1 .order_interim .order_list .order_information .amount {
            width: 35%;
            padding: 0;
            text-align: left; }
          .checkout_page1 .order_interim .order_list .order_information .price {
            width: 62%;
            padding: 0;
            text-align: right; } }
  @media screen and (min-width: 400px) {
    .checkout_page1 .unregistered {
      padding-right: 40px; } }
  @media screen and (max-width: 767px) {
    .checkout_page1 .unregistered {
      padding-top: 40px;
      border-right: none; } }
  @media screen and (min-width: 768px) {
    .checkout_page1 .unregistered {
      border-right: 1px solid #ebebeb;
      border-bottom: none; } }
  .checkout_page1 .unregistered .back {
    display: inline-block;
    padding-left: 28px;
    text-decoration: none;
    font-size: 1.4rem;
    color: #9f9f9f;
    background: url(../img/back.png) no-repeat left center; }
    .checkout_page1 .unregistered .back:hover, .checkout_page1 .unregistered .back:active {
      color: dimgray; }
  .checkout_page1 .unregistered [type="submit"] {
    cursor: pointer;
    display: inline-block;
    margin-right: 0;
    margin-left: 40px;
    font-weight: 700;
    color: white;
    background-color: #f80202;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .checkout_page1 .unregistered [type="submit"]:focus {
      box-shadow: none; }
    .checkout_page1 .unregistered [type="submit"]:hover {
      background-color: #ff2f2f;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
    .checkout_page1 .unregistered [type="submit"]:active {
      background-color: #f80202;
      box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3); }

/*# sourceMappingURL=checkout.css.map */
