Advertisement
dimalebedev

Untitled

Sep 25th, 2015
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.32 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. </head>
  9. <style>
  10.  
  11. /* Newsletter */
  12.  
  13. body {
  14. background-color: #fff;
  15. margin: 0;
  16. }
  17.  
  18. .outer {
  19. margin: 0 auto;
  20. max-width: 700px;
  21. min-width: 280px;
  22. width:100%;
  23. border: 1px solid #ebebeb;
  24. }
  25.  
  26. .header-outer {
  27. padding:30px 0;
  28. border-bottom: none;
  29. }
  30.  
  31. .middle-outer {
  32. border-bottom: none;
  33. }
  34.  
  35. .middle .outer {
  36. background-color: #ffffff;
  37. border-radius:4px;
  38. }
  39.  
  40. .footer-outer {
  41. border-top: none;
  42. background: #f5f5f5;
  43. }
  44.  
  45. /*.header {
  46. margin-top: 30px!important;
  47. }*/
  48.  
  49. .header,
  50. .middle,
  51. .footer {
  52. margin:0 5px;
  53. text-align: center;
  54. table-layout: fixed;
  55. -webkit-text-size-adjust: 100%;
  56. -ms-text-size-adjust: 100%;
  57. border-top: none;
  58. }
  59.  
  60. .header,
  61. .middle {
  62. background-color: #fff;
  63. }
  64.  
  65. /* Basic Styles */
  66.  
  67. a {
  68. color: black;
  69. text-decoration: none;
  70. }
  71.  
  72. a span {
  73. color: #0077cc;
  74. }
  75.  
  76. a img {
  77. border: 0;
  78. }
  79.  
  80. div, p, td {
  81. -webkit-font-smoothing: subpixel-antialiased;
  82. }
  83.  
  84. table {
  85. border-collapse: collapse;
  86. }
  87.  
  88. .h1 {
  89. font-family: 'helvetica', arial;
  90. font-size: 24px;
  91. color: #333333;
  92. text-align: left;
  93. line-height: 30px;
  94. }
  95.  
  96. p,
  97. .paragraph {
  98. font-family: helvetica, arial;
  99. font-size: 14px;
  100. color: black;
  101. text-align: left;
  102. line-height: 16px;
  103. }
  104.  
  105. p {
  106. Margin: 1em 0;
  107. }
  108.  
  109. .quote {
  110. font-style: italic;
  111. color: #999999;
  112. }
  113.  
  114. .cover {
  115. padding: 0;
  116. width: 80px;
  117. height: 120px;
  118. }
  119.  
  120. .cover img {
  121. height: auto;
  122. max-width: 80px;
  123. height: auto;
  124. display: block;
  125. border-radius: 4px 4px 0 0;
  126. }
  127.  
  128. /* Buttons */
  129.  
  130. .button {
  131. width:auto;
  132. margin: auto;
  133. }
  134.  
  135. .button td {
  136. padding:0;
  137. }
  138.  
  139. .button-link {
  140. font-family: helvetica;
  141. font-size: 14px;
  142. color:#ffffff;
  143. font-weight: bold;
  144. text-decoration: none;
  145. background-color: #333333;
  146. border:#333333 10px solid;
  147. border-radius: 25px;
  148. display: inline-block;
  149. }
  150.  
  151. .button-link span {
  152. display: inline-block;
  153. border-left:#333333 20px solid;
  154. border-right:#333333 20px solid;
  155. color:#ffffff;
  156. }
  157.  
  158. /* Custom CSS */
  159.  
  160. .contacts .h1 {
  161. text-align: center;
  162. }
  163.  
  164. .contacts .paragraph {
  165. text-align: center;
  166. }
  167.  
  168.  
  169.  
  170.  
  171. .content {
  172. padding:0 0 0 0;
  173. }
  174.  
  175. .credits .paragraph {
  176. color: #999999;
  177. font-size: 12px;
  178. text-align: center;
  179. }
  180.  
  181. .header .h1 {
  182. text-align: center;
  183. }
  184.  
  185. .header .paragraph {
  186. text-align: center;
  187. font-size: 11px;
  188. color:#666666;
  189. }
  190.  
  191. .header-wrap {
  192. padding:30px 30px;
  193. }
  194.  
  195. .footer-wrap {
  196. padding: 40px 30px 20px 30px;
  197. }
  198.  
  199. .main-wrap {
  200. padding:0 30px;
  201. }
  202.  
  203. .paragraph {
  204. padding: 0 30px;
  205. }
  206.  
  207. .product-column {
  208. padding: 0 30px;
  209. }
  210.  
  211. /* Multicolumns */
  212.  
  213. .one-column, .two-columns, .three-columns, .four-columns {
  214. text-align: center;
  215. font-size: 0;
  216. }
  217. /*.two-columns, .four-columns {
  218. padding-left: 0px;
  219. padding-right: 0px;
  220. }
  221. */
  222. .column {
  223. width: 100%;
  224. display: inline-block;
  225. vertical-align: top;
  226. font-size: 14px;
  227. }
  228.  
  229. .one-column .one-whole,
  230. .two-columns .one-whole,
  231. .three-columns .one-whole,
  232. .four-columns .one-whole {
  233.  
  234. max-width: 100%
  235.  
  236. }
  237.  
  238. .one-column .one-half,
  239. .two-columns .one-half,
  240. .three-columns .one-half,
  241. .four-columns .one-half {
  242.  
  243. max-width: 50%
  244.  
  245. }
  246.  
  247. .one-column .hidden,
  248. .two-columns .hidden,
  249. .three-columns .hidden,
  250. .four-columns .hidden {
  251.  
  252. display: none
  253.  
  254. }
  255.  
  256. .one-column .three-quarter,
  257. .two-columns .three-quarter,
  258. .three-columns .three-quarter,
  259. .four-columns .three-quarter {
  260.  
  261. max-width: 75%;
  262.  
  263. }
  264.  
  265. .one-column .two-quarter,
  266. .two-columns .two-quarter,
  267. .three-columns .two-quarter,
  268. .four-columns .two-quarter {
  269. max-width: 25%;
  270. }
  271.  
  272. .one-column .two-sixteenths,
  273. .two-columns .two-sixteenths,
  274. .three-columns .two-sixteenths,
  275. .four-columns .two-sixteenths {
  276. max-width: 12.5%;
  277. }
  278.  
  279. .one-column .fourteen-sixteenths,
  280. .two-columns .fourteen-sixteenths,
  281. .three-columns .fourteen-sixteenths,
  282. .four-columns .fourteen-sixteenths {
  283. max-width: 87.5%;
  284. }
  285.  
  286. .one-column .three-sixteenths,
  287. .two-columns .three-sixteenths,
  288. .three-columns .three-sixteenths,
  289. .four-columns .three-sixteenths {
  290. max-width: 18.75%;
  291. }
  292.  
  293. .one-column .thirteen-sixteenths,
  294. .two-columns .thirteen-sixteenths,
  295. .three-columns .thirteen-sixteenths,
  296. .four-columns .thirteen-sixteenths {
  297. max-width: 81.25%;
  298. }
  299.  
  300. .site-link {
  301. color: #636363;
  302. font-family: Arial;
  303. font-size: 14px;
  304. font-weight: 400;
  305. line-height: 16px;
  306. text-decoration: underline;
  307. }
  308.  
  309. .site-link--turquoise {
  310. color:#5aadc3;
  311. }
  312.  
  313. .site-link--black {
  314. color:black;
  315. }
  316.  
  317. .site-link--mr5 {
  318. margin-right: 5px;
  319. }
  320.  
  321. .site-link--small {
  322. font-size: 11px;
  323. }
  324.  
  325. .copyright {
  326. color: #636363;
  327. font-family: Arial;
  328. font-size: 11px;
  329. font-weight: 400;
  330. line-height: 16px;
  331. white-space: nowrap;
  332. }
  333.  
  334. .site-link:hover {
  335. text-decoration: underline;
  336. color: black;
  337. }
  338.  
  339. .phone {
  340. color: #010101;
  341. font-family: Arial;
  342. font-size: 13px;
  343. font-weight: 400;
  344. white-space: nowrap;
  345. text-align: right;
  346. }
  347.  
  348. .phone--hidden {
  349. display: none;
  350. }
  351.  
  352. .paragraph--right {
  353. text-align: right!important;
  354. }
  355.  
  356. .paragraph--left {
  357. text-align: left!important;
  358. }
  359.  
  360. .paragraph--handling p {
  361.  
  362. margin-top: 20px;
  363. margin-bottom: 20px;
  364.  
  365. }
  366.  
  367. .paragraph--handling .main-text {
  368. font-size: 18px!important;
  369. }
  370.  
  371. .main-text {
  372. color: #010101;
  373. font-family: Arial;
  374. font-size: 18px;
  375. font-weight: 400;
  376. }
  377.  
  378. .product {
  379. padding: 20px 0;
  380. border-top: 1px solid #ebebeb;
  381. }
  382.  
  383. .product-info {
  384. text-align: left;
  385. padding: 0;
  386. vertical-align: top;
  387. }
  388.  
  389. .product-name {
  390. font-size: 14px;
  391. font-weight: 400;
  392. line-height: 16px;
  393. margin-bottom: 15px;
  394. }
  395. .product-article {
  396. font-size: 14px;
  397. font-weight: 400;
  398. line-height: 16px;
  399. margin-bottom: 24px;
  400. }
  401. .product-price {
  402. color: black;
  403. font-family: Arial;
  404. font-size: 14px;
  405. font-weight: 400;
  406. line-height: 16px;
  407. }
  408.  
  409. .text-center {
  410. text-align: center;
  411. }
  412.  
  413. .text-left {
  414. text-align: left;
  415. }
  416.  
  417. .text-right {
  418. text-align: right;
  419. }
  420.  
  421. .order {
  422.  
  423. padding-top: 25px;
  424. color: black;
  425. font-family: Arial;
  426. font-size: 14px;
  427. font-weight: 400;
  428. line-height: 28px;
  429. border-top: 1px solid #ebebeb;
  430. }
  431.  
  432. .order__main {
  433. text-align: left;
  434. }
  435.  
  436. .order__sub {
  437. text-align: right;
  438. }
  439.  
  440. .order-param {
  441. margin-top: 17px;
  442. }
  443.  
  444. .order-param p {
  445. color: black;
  446. font-family: Arial;
  447. font-size: 14px;
  448. font-weight: 400;
  449. line-height: 20px;
  450. margin: 0;
  451. }
  452.  
  453. .order-param .order-param__info{
  454. font-size: 16px;
  455. font-weight: 700;
  456. line-height: 40px;
  457. margin-top: 25px;
  458. }
  459.  
  460. .signature {
  461. color: #898989;
  462. font-size: 14px;
  463. font-weight: 400;
  464. line-height: 20px;
  465. }
  466.  
  467. .order-param .signature {
  468. margin-top: 45px;
  469. margin-bottom: 20px;
  470. color: #898989;
  471. }
  472.  
  473. .footer p {
  474. color: black;
  475. font-family: Arial;
  476. font-size: 14px;
  477. font-weight: 400;
  478. line-height: 20px;
  479. margin: 0;
  480. }
  481.  
  482. .footer .footer__info{
  483. font-size: 16px;
  484. font-weight: 700;
  485. line-height: 16px;
  486. margin-bottom: 14px;
  487. margin-top: 25px;
  488. }
  489.  
  490. .hidden {
  491. display: none;
  492. }
  493.  
  494. .shown {
  495. display: block;
  496. }
  497.  
  498. .mb15 {
  499. margin-bottom: 15px;
  500. }
  501.  
  502.  
  503. @media screen and (min-width: 420px) and (max-width: 639px) {
  504.  
  505. .lap-mb15 {
  506. margin-bottom: 15px;
  507. }
  508.  
  509. .main-wrap {
  510. padding:0 15px;
  511. }
  512.  
  513. .header-wrap {
  514. padding: 30px 15px;
  515. }
  516.  
  517. .footer-wrap {
  518. padding: 30px 15px 20px 15px;
  519. }
  520.  
  521. .product-column,
  522. .product,
  523. .paragraph {
  524. padding: 0 15px;
  525. }
  526.  
  527. .product {
  528. padding: 15px 0;
  529. }
  530.  
  531. .lap--hidden{
  532. display: none;
  533. }
  534.  
  535. .lap--shown{
  536. display: block;
  537. }
  538.  
  539. /* Text */
  540.  
  541. .lap--text-center {
  542. text-align: center;
  543. }
  544.  
  545. .lap--text-left {
  546. text-align: left;
  547. }
  548.  
  549. .lap--text-right {
  550. text-align: right;
  551. }
  552.  
  553. /* Grid */
  554.  
  555. .one-column .column,
  556. .two-columns .column,
  557. .three-columns .column,
  558. .four-columns .column {
  559. max-width: 100%;
  560. }
  561.  
  562. .one-column .one-whole,
  563. .two-columns .one-whole,
  564. .three-columns .one-whole,
  565. .four-columns .one-whole {
  566.  
  567. max-width: 100%
  568.  
  569. }
  570.  
  571. .one-column .lap-one-half,
  572. .two-columns .lap-one-half,
  573. .three-columns .lap-one-half,
  574. .four-columns .lap-one-half {
  575.  
  576. max-width: 50%
  577.  
  578. }
  579.  
  580. .one-column .lap-hidden,
  581. .two-columns .lap-hidden,
  582. .three-columns .lap-hidden,
  583. .four-columns .lap-hidden {
  584.  
  585. display: none
  586.  
  587. }
  588.  
  589. .one-column .lap-three-quarter,
  590. .two-columns .lap-three-quarter,
  591. .three-columns .lap-three-quarter,
  592. .four-columns .lap-three-quarter {
  593.  
  594. max-width: 75%;
  595.  
  596. }
  597.  
  598. .one-column .lap-two-quarter,
  599. .two-columns .lap-two-quarter,
  600. .three-columns .lap-two-quarter,
  601. .four-columns .lap-two-quarter {
  602. max-width: 25%;
  603. }
  604.  
  605. .one-column .lap-two-sixteenths,
  606. .two-columns .lap-two-sixteenths,
  607. .three-columns .lap-two-sixteenths,
  608. .four-columns .lap-two-sixteenths {
  609. max-width: 12.5%;
  610. }
  611.  
  612. .one-column .lap-fourteen-sixteenths,
  613. .two-columns .lap-fourteen-sixteenths,
  614. .three-columns .lap-fourteen-sixteenths,
  615. .four-columns .lap-fourteen-sixteenths {
  616. max-width: 87.5%;
  617. }
  618.  
  619. .one-column .lap-three-sixteenths,
  620. .two-columns .lap-three-sixteenths,
  621. .three-columns .lap-three-sixteenths,
  622. .four-columns .lap-three-sixteenths {
  623. max-width: 18.75%;
  624. }
  625.  
  626. .one-column .lap-thirteen-sixteenths,
  627. .two-columns .lap-thirteen-sixteenths,
  628. .three-columns .lap-thirteen-sixteenths,
  629. .four-columns .lap-thirteen-sixteenths {
  630. max-width: 81.25%;
  631. }
  632.  
  633. }
  634.  
  635.  
  636. @media only screen and (max-width: 419px) {
  637.  
  638. .palm-mb15 {
  639. margin-bottom: 15px;
  640. }
  641.  
  642. .product-column,
  643. .product,
  644. .paragraph {
  645. padding: 0 15px;
  646. }
  647.  
  648. .product {
  649. padding: 15px 0;
  650. }
  651.  
  652. .footer-wrap {
  653. padding: 30px 15px 20px 15px;
  654. }
  655.  
  656. .header-wrap {
  657. padding: 30px 15px;
  658. }
  659.  
  660. .main-wrap {
  661. padding:0 15px;
  662. }
  663.  
  664. /* Text */
  665.  
  666. .palm--text-center {
  667. text-align: center;
  668. }
  669.  
  670. .palm--text-left {
  671. text-align: left;
  672. }
  673.  
  674. .palm--text-right {
  675. text-align: right;
  676. }
  677.  
  678. .paragraph--handling p {
  679. font-size: 12px;
  680. }
  681.  
  682. /* Grid */
  683.  
  684. .one-column .palm-one-whole,
  685. .two-columns .palm-one-whole,
  686. .three-columns .palm-one-whole,
  687. .four-columns .palm-one-whole {
  688.  
  689. max-width: 100%
  690.  
  691. }
  692.  
  693. .one-column .palm-three-quarter,
  694. .two-columns .palm-three-quarter,
  695. .three-columns .palm-three-quarter,
  696. .four-columns .palm-three-quarter {
  697. max-width: 75%;
  698. }
  699.  
  700. .one-column .palm-one-half,
  701. .two-columns .palm-one-half,
  702. .three-columns .palm-one-half,
  703. .four-columns .palm-one-half {
  704. max-width: 50%;
  705. }
  706.  
  707.  
  708. .one-column .palm-two-quarter,
  709. .two-columns .palm-two-quarter,
  710. .three-columns .palm-two-quarter,
  711. .four-columns .palm-two-quarter {
  712. max-width: 25%;
  713. }
  714.  
  715. .one-column .palm-three-sixteenths,
  716. .two-columns .palm-three-sixteenths,
  717. .three-columns .palm-three-sixteenths,
  718. .four-columns .palm-three-sixteenths {
  719. max-width: 18.75%;
  720. }
  721.  
  722. .one-column .palm-thirteen-sixteenths,
  723. .two-columns .palm-thirteen-sixteenths,
  724. .three-columns .palm-thirteen-sixteenths,
  725. .four-columns .palm-thirteen-sixteenths {
  726. max-width: 81.25%;
  727. }
  728.  
  729. .one-column .palm-three-sixteenths,
  730. .two-columns .palm-three-sixteenths,
  731. .three-columns .palm-three-sixteenths,
  732. .four-columns .palm-three-sixteenths {
  733. max-width: 18.75%;
  734. }
  735.  
  736. .one-column .palm-thirteen-sixteenths,
  737. .two-columns .palm-thirteen-sixteenths,
  738. .three-columns .palm-thirteen-sixteenths,
  739. .four-columns .palm-thirteen-sixteenths {
  740. max-width: 81.25%;
  741. }
  742.  
  743. }
  744.  
  745.  
  746. </style>
  747.  
  748. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  749. <html xmlns="http://www.w3.org/1999/xhtml">
  750.  
  751. <head>
  752. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  753. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  754. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  755. <link rel="stylesheet" href="styles.css">
  756. </head>
  757.  
  758. <body>
  759. <div class="header">
  760. <table class="outer header-outer" cellpadding="0" align="center">
  761. <tbody>
  762. <tr>
  763. <td class="three-columns header-wrap">
  764. <div class="column one-whole lap-one-whole mb15 palm-one-whole lap-mb15 palm-mb15">
  765. <table width="100%">
  766. <tbody><tr>
  767. <td>
  768. <table width="100%">
  769. <tbody><tr>
  770. <td class="text-center palm--text-center lap--text-center">
  771. <a href="http://nepovtorimie.ru" class="main-logo">
  772. <img src="http://breadhead.ru/x/nepovtorimie-letters/logo.png" width="175" height="20" alt="Nepovtorimie"/>
  773. </a>
  774. </td>
  775. </tr>
  776. </tbody></table>
  777. </td>
  778. </tr>
  779. </tbody></table>
  780. </div>
  781. <div class="column one-whole lap-one-whole palm-one-whole">
  782. <table width="100%">
  783. <tbody><tr>
  784. <td>
  785. <table width="100%">
  786. <tbody><tr>
  787. <td class="text-center palm--text-center lap--text-center">
  788. <a href="#" class="site-link site-link--turquoise site-link--mr5">nepovtorimie.ru</a>
  789. <span class="phone">+7 (800) 250-28-60</span>
  790. </td>
  791. </tr>
  792. </tbody></table>
  793. </td>
  794. </tr>
  795. </tbody></table>
  796. </div>
  797. </td>
  798. </tr>
  799. </tbody>
  800. </table>
  801. </div>
  802. <div class="middle">
  803. <table class="outer middle-outer" cellpadding="0" align="center">
  804. <tbody>
  805. <tr>
  806. <td class="one-column paragraph">
  807. <div class="column one-whole lap-one-whole palm-one-whole">
  808. <table width="100%" cellpadding="0" align="center">
  809. <tbody><tr>
  810. <td>
  811. <table width="100%">
  812. <tbody>
  813. <tr height="10"></tr>
  814. <tr>
  815. <td class="paragraph--handling">
  816. <p class="main-text">Здравствуйте, <span>Александр</span>.</p>
  817. <p>Ваш заказ <span>236957</span> был принят в обработку.</p>
  818. <p class="order-info-title"><strong>Информация о заказе</strong></p>
  819. </td>
  820. </tr>
  821. <tr height="10"></tr>
  822. </tbody></table>
  823. </td>
  824. </tr>
  825. </tbody></table>
  826. </div>
  827. </td>
  828. </tr>
  829. <tr>
  830. <td class="one-column product-column">
  831. <div class="column">
  832. <table width="100%">
  833. <tbody>
  834. <tr>
  835. <td class="two-columns product">
  836. <div class="column one-whole">
  837. <table width="100%">
  838. <tbody><tr>
  839. <td>
  840. <table width="100%">
  841. <tbody>
  842. <tr>
  843. <td class="cover">
  844. <a href="#" target="_blank">
  845. <img src="http://breadhead.ru/x/nepovtorimie-letters/123.png" width="80">
  846. </a>
  847. </td>
  848. <td width="20"></td>
  849. <td class="product-info">
  850. <a href="#" class="site-link site-link--black">Платье приталенное в цветочек, 42</a>
  851. <p class="product__article">Артикул 7901011</p>
  852. <p class="product__price"><span>1 X</span> 4 000 Р</p>
  853. </td>
  854. </tr>
  855. </tbody>
  856. </table>
  857. </td>
  858. </tr>
  859. </tbody></table>
  860. </div>
  861. </td>
  862. </tr>
  863. </tbody>
  864. </table>
  865. </div>
  866. </td>
  867. </tr>
  868. <tr>
  869. <td class="one-column product-column">
  870. <div class="column">
  871. <table width="100%">
  872. <tbody>
  873. <tr>
  874. <td class="two-columns product">
  875. <div class="column one-whole">
  876. <table width="100%">
  877. <tbody><tr>
  878. <td>
  879. <table width="100%">
  880. <tbody>
  881. <tr>
  882. <td class="cover">
  883. <a href="#" target="_blank">
  884. <img src="http://breadhead.ru/x/nepovtorimie-letters/123.png" width="80">
  885. </a>
  886. </td>
  887. <td width="20"></td>
  888. <td class="product-info">
  889. <a href="#" class="site-link site-link--black">Платье приталенное в цветочек, 42</a>
  890. <p class="product__article">Артикул 7901011</p>
  891. <p class="product__price"><span>1 X</span> 4 000 Р</p>
  892. </td>
  893. </tr>
  894. </tbody>
  895. </table>
  896. </td>
  897. </tr>
  898. </tbody></table>
  899. </div>
  900. </td>
  901. </tr>
  902. </tbody>
  903. </table>
  904. </div>
  905. </td>
  906. </tr>
  907. <tr>
  908. <td class="two-columns product-column">
  909. <div class="column">
  910. <table width="100%">
  911. <tbody>
  912. <tr>
  913. <td class="order">
  914. <table width="100%">
  915. <tbody>
  916. <tr>
  917. <td class="order__main">
  918. Сумма покупки
  919. </td>
  920. <td class="order__sub">
  921. 11 200 Р
  922. </td>
  923. </tr>
  924. <tr>
  925. <td class="order__main">
  926. Скидка по карте
  927. </td>
  928. <td class="order__sub">
  929. -2 200 Р
  930. </td>
  931. </tr>
  932. <tr>
  933. <td class="order__main">
  934. Доставка
  935. </td>
  936. <td class="order__sub">
  937. 250 Р
  938. </td>
  939. </tr>
  940. <tr>
  941. <td class="order__main">
  942. Итоговая стоимость
  943. </td>
  944. <td class="order__sub">
  945. 22 250 Р
  946. </td>
  947. </tr>
  948. </tbody>
  949. </table>
  950. </td>
  951. </tr>
  952. </tbody>
  953. </table>
  954. </div>
  955. </td>
  956. </tr>
  957. <tr>
  958. <td class="two-columns main-wrap">
  959. <div class="column">
  960. <table width="100%">
  961. <tbody>
  962. <tr>
  963. <td>
  964. <table class="order-param" width="100%">
  965. <tbody>
  966. <tr>
  967. <td>
  968. <p class="order-param__info">Способ доставки</p>
  969. <p>Курьерская доставка, от 1 до 4 рабочих дней</p>
  970. <p class="order-param__info">Способ оплаты</p>
  971. <p>Наличными при получении</p>
  972. <p class="order-param__info">Личные данные</p>
  973. <p>
  974. Константин Константинопольский<br>
  975. <a href="mailto:konstantinopolski@gmail.com" class="site-link">konstantinopolski@gmail.com</a><br>
  976. +7 911 888 00 00<br>
  977. ул. Кораблестроителей, д. 32/1, кв. 102, 2 подъезд, 5 этаж
  978. </p>
  979. <p class="signature">С уважением, команда #Nepovtorimie.</p>
  980. </td>
  981. </tr>
  982. </tbody>
  983. </table>
  984. </td>
  985. </tr>
  986. </tbody>
  987. </table>
  988. </div>
  989. </td>
  990. </tr>
  991. </tbody>
  992. </table>
  993.  
  994. </div>
  995. <div class="footer">
  996. <table class="outer footer-outer" cellpadding="0" align="center">
  997. <tbody>
  998. <tr>
  999. <td class="two-columns main-wrap">
  1000. <div class="column one-whole lap-one-whole palm-one-whole">
  1001. <table width="100%">
  1002. <tbody>
  1003. <tr>
  1004. <td>
  1005. <table width="100%">
  1006. <tbody>
  1007. <tr>
  1008. <td>
  1009. <p class="footer__info">Ищите #nepovtorimie в соц сетях</p>
  1010. <p>
  1011. <a href="#" class="site-link site-link--mr5">Instagram</a>
  1012. <a href="#" class="site-link site-link--mr5">Vkontakte</a>
  1013. <a href="#" class="site-link site-link--mr5">Facebook</a>
  1014. <a href="#" class="site-link site-link--mr5">Whatsapp</a>
  1015. </p>
  1016. <p class="footer__info">Нужна помощь?</p>
  1017. <p>Свяжитесь с нами по электронной почте <a href="mailto:help@nepovtorimie.ru" class="site-link">help@nepovtorimie.ru</a> или по телефону +7 (800) 250-28-60 (ежедневно с 10:00 до 22:00)</p>
  1018. </td>
  1019. </tr>
  1020. </tbody>
  1021. </table>
  1022. </td>
  1023. </tr>
  1024. </tbody>
  1025. </table>
  1026. </div>
  1027. </td>
  1028. </tr>
  1029. <tr>
  1030. <td class="two-columns footer-wrap">
  1031. <div class="column one-half lap-one-whole palm-one-whole lap-mb15 palm-mb15">
  1032. <table width="100%">
  1033. <tbody><tr>
  1034. <td>
  1035. <table width="100%">
  1036. <tbody><tr>
  1037. <td class="text-left palm--text-center lap--text-center">
  1038. <a href="#" class="site-link site-link--small site-link--mr5">Платья&nbsp;Черешня</a>
  1039. <a href="#" class="site-link site-link--small site-link--mr5">Адреса&nbsp;магазинов</a>
  1040. <a href="#" class="site-link site-link--small site-link--mr5">Наша&nbsp;миссия</a>
  1041. </td>
  1042. </tr>
  1043. </tbody></table>
  1044. </td>
  1045. </tr>
  1046. </tbody></table>
  1047. </div>
  1048. <div class="column one-half lap-one-whole palm-one-whole">
  1049. <table width="100%">
  1050. <tbody><tr>
  1051. <td>
  1052. <table width="100%">
  1053. <tbody><tr>
  1054. <td class="text-right palm--text-center lap--text-center">
  1055. <a href="#" class="site-link site-link--small site-link--turquoise site-link--mr5">nepovtorimie.ru</a>
  1056. <span class="copyright">©&nbsp;2015&nbsp;Nepovtorimie</span>
  1057. </td>
  1058. </tr>
  1059. </tbody></table>
  1060. </td>
  1061. </tr>
  1062. </tbody></table>
  1063. </div>
  1064. </td>
  1065. </tr>
  1066. </tbody>
  1067. </table>
  1068.  
  1069. </div>
  1070. </body>
  1071.  
  1072. </html>
  1073.  
  1074. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement