Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.31 KB | None | 0 0
  1. /*============    ШРИФТЫ    ===========*/
  2. body {
  3.   font-family: 'Roboto', sans-serif;
  4. }
  5. body p {
  6.   font-family: 'PT Serif', serif;
  7. }
  8. body hr#top {
  9.   margin: 0;
  10.   height: 5px;
  11.   background-color: red;
  12.   border: 0;
  13. }
  14. body a:hover {
  15.   color: red;
  16.   text-decoration: none;
  17. }
  18. body header nav {
  19.   margin-top: 30px;
  20.   margin-bottom: 30px;
  21. }
  22. body header nav a {
  23.   color: black;
  24.   font-weight: 600;
  25.   font-size: 16px;
  26.   letter-spacing: 2px;
  27. }
  28. body header nav li {
  29.   display: inline-block;
  30.   margin-left: 20px;
  31.   margin-top: 15px;
  32. }
  33. body header nav li#one {
  34.   margin-left: 40px;
  35. }
  36. body header nav button {
  37.   margin-top: 5px;
  38.   width: 160px;
  39.   height: 40px;
  40.   background-color: #26B4CA;
  41.   border: none;
  42.   border-radius: 50px;
  43.   font-weight: 600;
  44.   color: white;
  45.   font-size: 16px;
  46.   letter-spacing: 1px;
  47. }
  48. body header section#main {
  49.   padding-top: 15px;
  50.   background-color: #f2f2f2;
  51. }
  52. body header section#main a {
  53.   font-family: 'Roboto';
  54.   color: red;
  55. }
  56. body header section#main li {
  57.   display: inline-block;
  58. }
  59. body header section#main h2 {
  60.   margin-top: 30px;
  61.   font-weight: 600;
  62. }
  63. body header section#main p {
  64.   font-size: 18px;
  65. }
  66. body header section#main span {
  67.   margin-left: 15px;
  68.   margin-top: 15px;
  69.   color: gray;
  70.   font-size: 16px;
  71. }
  72. body header section#main button {
  73.   margin-top: 20px;
  74.   margin-bottom: 5px;
  75.   color: white;
  76.   background: -webkit-gradient(linear, left top, right bottom, from(#ff2800), to(#fb6f54));
  77.   border: 0;
  78.   border-radius: 5px;
  79. }
  80. body header section#main button #image {
  81.   display: inline-block;
  82.   margin-left: 30px;
  83. }
  84. body header section#main button #image img {
  85.   margin-top: -30px;
  86. }
  87. body header section#main button #text-button {
  88.   text-align: left;
  89.   display: inline-block;
  90.   margin: 20px 25px 20px 20px;
  91. }
  92. body header section#main button #text-button p {
  93.   font-family: 'Roboto';
  94.   font-size: 17px;
  95.   letter-spacing: 1px;
  96.   margin-bottom: 5px;
  97. }
  98. body header section#main button #text-button h4 {
  99.   letter-spacing: 3px;
  100.   font-weight: 600;
  101.   font-size: 22px;
  102.   margin: 0;
  103. }
  104. body header section#main #coloum {
  105.   float: right;
  106. }
  107. body header section#main #coloum #thoo_coloum {
  108.   text-align: left;
  109. }
  110. body header section#main #coloum #thoo_coloum span {
  111.   margin: 0;
  112. }
  113. body header section#main #coloum #stars {
  114.   margin-top: -2px;
  115.   margin-left: 0px;
  116. }
  117. body header section#main #people_beach {
  118.   margin-top: 20px;
  119. }
  120. body main section#main_page_one {
  121.   margin-bottom: 50px;
  122. }
  123. body main section#main_page_one h1 {
  124.   font-weight: 600;
  125. }
  126. body main section#main_page_one p {
  127.   color: gray;
  128.   font-size: 18px;
  129.   margin-bottom: 20px;
  130. }
  131. body main section#main_page_one a {
  132.   text-decoration: underline;
  133. }
  134. body main section#main_page_one .call {
  135.   width: 730px;
  136.   background-color: #ff2800;
  137.   color: white;
  138.   text-transform: uppercase;
  139.   padding: 10px 0 11px 0;
  140.   box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  141.   border-radius: 5px;
  142.   margin-bottom: 30px;
  143. }
  144. body main section#main_page_one .image {
  145.   margin-bottom: 30px;
  146. }
  147. body main section#main_page_one .image img {
  148.   box-shadow: -5px 10px 20px rgba(0, 0, 0, 0.5);
  149. }
  150. body main section#main_page_one hr#gradient {
  151.   margin: 0;
  152.   width: 200px;
  153.   height: 5px;
  154.   background-image: linear-gradient(-90deg, #808080, transparent);
  155. }
  156. body main section#main_page_one h3 {
  157.   font-weight: 600;
  158. }
  159. body main section#main_page_one a#tel {
  160.   font-weight: 600;
  161.   font-size: 24px;
  162.   color: #ff2800;
  163.   text-decoration: none;
  164. }
  165. body main section#main_page_one #right-coloum p {
  166.   font-family: 'Roboto', sans-serif;
  167.   color: black;
  168.   font-size: 15px;
  169.   font-weight: 600;
  170. }
  171. body main section#main_page_one #right-coloum p#main {
  172.   margin-left: 20px;
  173.   margin-top: 30px;
  174. }
  175. body main section#main_page_one #right-coloum h1 {
  176.   color: black;
  177.   margin-bottom: 0;
  178. }
  179. body main section#main_page_one #right-coloum p#prepreg {
  180.   font-weight: 500;
  181.   font-size: 20px;
  182. }
  183. body main section#main_page_one #right-coloum input {
  184.   width: 100%;
  185.   height: 50px;
  186.   font-size: 18px;
  187.   padding-left: 10px;
  188. }
  189. body main section#main_page_one #right-coloum .calculate {
  190.   margin-top: 20px;
  191.   margin-bottom: 30px;
  192.   background: #ff2800;
  193.   text-align: center;
  194.   width: 100%;
  195.   padding: 10px 0;
  196. }
  197. body main section#main_page_one #right-coloum .calculate h2 {
  198.   color: white;
  199.   margin: 0;
  200. }
  201. body main section#main_page_one #right-coloum .links {
  202.   margin-bottom: 20px;
  203. }
  204. body main section#main_page_one #right-coloum .links p {
  205.   margin-right: 15px;
  206.   display: inline-block;
  207. }
  208. body main section#main_page_one #right-coloum .links img {
  209.   display: inline-block;
  210. }
  211. body main section#main_page_one #right-coloum .info {
  212.   width: 90%;
  213.   background: -webkit-gradient(linear, left top, right bottom, from(#ff2800), to(#fb6f54));
  214.   padding: 10px 0 25px 10px;
  215.   margin-bottom: 30px;
  216. }
  217. body main section#main_page_one #right-coloum .info .info_str {
  218.   margin-left: 10px;
  219.   margin-top: 10px;
  220. }
  221. body main section#main_page_one #right-coloum .info .info_str img {
  222.   vertical-align: middle;
  223.   height: 23px;
  224.   display: inline-block;
  225. }
  226. body main section#main_page_one #right-coloum .info .info_str p {
  227.   padding-left: 7px;
  228.   font-weight: 300;
  229.   color: white;
  230.   vertical-align: middle;
  231.   margin-bottom: 0;
  232.   display: inline-block;
  233. }
  234. body main section#main_page_one #right-coloum .info .info_str p#kekek {
  235.   padding-left: 15px;
  236. }
  237. body main section#main_page_one #right-coloum .paragraph {
  238.   font-weight: 400;
  239.   font-size: 18px;
  240.   margin-bottom: 10px;
  241. }
  242. body main section#main_page_one #right-coloum .paragraph a {
  243.   color: #26B4CA;
  244.   text-decoration: none;
  245. }
  246. body main section#main_page_one #right-coloum .par_one {
  247.   padding: 10px 0;
  248.   border-top: solid 1px #26B4CA;
  249.   border-bottom: solid 1px #26B4CA;
  250. }
  251. body main section#main_page_one #right-coloum .page {
  252.   padding-top: 25px;
  253.   margin-top: 70px;
  254.   box-shadow: 0 10px 15px 0px #d0d0d0;
  255. }
  256. body main section#main_page_one #right-coloum .page p {
  257.   font-weight: 400;
  258.   font-size: 20px;
  259. }
  260. body main section#main_page_one #right-coloum .page button {
  261.   background: #26B4CA;
  262.   border: none;
  263.   height: 40px;
  264.   width: 150px;
  265.   font-size: 15px;
  266.   color: white;
  267.   display: block;
  268.   margin: 0 auto;
  269.   margin-bottom: 15px;
  270. }
  271. body main section#main_page_one #right-coloum .page .box_sp {
  272.   padding-right: 10px;
  273.   height: 25px;
  274. }
  275. body main section#main_page_one #right-coloum .page .box_sp span {
  276.   color: gray;
  277.   font-size: 12px;
  278.   float: right;
  279. }
  280. body main section#main_page_two #text_main {
  281.   height: 600px;
  282.   color: white;
  283.   background: gray;
  284.   display: flex;
  285.   flex-direction: column;
  286.   justify-content: center;
  287.   align-items: center;
  288. }
  289. body main section#main_page_two #text_main h1#kek {
  290.   color: red;
  291. }
  292. body main section#main_page_two #color_blocks {
  293.   color: white;
  294. }
  295. body main section#main_page_two #color_blocks .col-md-3 {
  296.   height: 500px;
  297.   padding: 30px 20px;
  298. }
  299. body main section#main_page_two #color_blocks .block_text_t {
  300.   display: flex;
  301.   flex-direction: row;
  302.   align-items: flex-end;
  303.   justify-content: space-between;
  304. }
  305. body main section#main_page_two #color_blocks .block_text_t h3 {
  306.   font-size: 36px;
  307.   font-weight: 600;
  308. }
  309. body main section#main_page_two #color_blocks .block_text_t p {
  310.   font-size: 16px;
  311. }
  312. body main section#main_page_two #color_blocks .block_text_t img {
  313.   width: 20px;
  314. }
  315. body main section#main_page_two #color_blocks #block_one {
  316.   background: #26B4CA;
  317.   display: flex;
  318.   flex-direction: column;
  319.   justify-content: space-between;
  320. }
  321. body main section#main_page_two #color_blocks #block_two {
  322.   background: #ff2800;
  323.   display: flex;
  324.   flex-direction: column;
  325.   justify-content: space-between;
  326. }
  327. body main section#main_page_two #color_blocks #block_three {
  328.   background: #44485f;
  329.   display: flex;
  330.   flex-direction: column;
  331.   justify-content: space-between;
  332. }
  333. body main section#main_page_two #color_blocks #block_foo {
  334.   background: #b5b5b5;
  335.   display: flex;
  336.   flex-direction: column;
  337.   justify-content: space-between;
  338. }
  339. body footer {
  340.   background: #f2f2f2;
  341. }
  342. body footer .row {
  343.   margin-top: 30px;
  344.   margin-bottom: 50px;
  345. }
  346. body footer button {
  347.   background: -webkit-gradient(linear, left top, right bottom, from(#ff2800), to(#fb6f54));
  348.   border: none;
  349.   border-radius: 20px;
  350.   height: 40px;
  351.   width: 220px;
  352.   font-size: 20px;
  353.   color: white;
  354.   display: block;
  355.   margin: 0;
  356.   margin-bottom: 15px;
  357. }
  358. body footer .link img {
  359.   margin-right: 5px;
  360.   border-radius: 100px;
  361.   box-shadow: 0 0 5px  0 gray ;
  362. }
  363. body footer .col-md-4 {
  364.   margin-top: 15%;
  365. }
  366. body footer .info {
  367.   width: 70%;
  368.   background: -webkit-gradient(linear, left top, right bottom, from(#ff2800), to(#fb6f54));
  369.   padding: 5px 0 10px 5px;
  370.   margin-bottom: 30px;
  371. }
  372. body footer .info .info_str {
  373.   margin-left: 10px;
  374.   margin-top: 5px;
  375. }
  376. body footer .info .info_str img {
  377.   vertical-align: top;
  378.   height: 23px;
  379.   display: inline-block;
  380. }
  381. body footer .info .info_str p {
  382.   padding-left: 7px;
  383.   font-weight: 300;
  384.   color: white;
  385.   vertical-align: middle;
  386.   margin-bottom: 0;
  387.   display: inline-block;
  388. }
  389. body footer .info .info_str p#kekek {
  390.   padding-left: 15px;
  391. }
  392. body footer ul {
  393.   padding: 0;
  394. }
  395. body footer h4 {
  396.   font-weight: 600;
  397.   margin-bottom: 30px;
  398. }
  399. body footer li {
  400.   list-style-type: none;
  401.   font-size: 17px;
  402.   margin-bottom: 5px;
  403. }
  404. body footer .two_coloum {
  405.   display: flex;
  406.   flex-direction: row;
  407.   justify-content: space-between;
  408. }
  409. /*============    ГЛАВНЫЙ ЭКРАН    ===========*/
  410. /*============    ШРИФТЫ    ===========*/
  411. /*============    ШРИФТЫ    ===========*/
  412. /*============    ШРИФТЫ    ===========*/
  413. /*============    ШРИФТЫ    ===========*/
  414. /*============    ШРИФТЫ    ===========*/
  415. /*============    ШРИФТЫ    ===========*/
  416. /*============    ШРИФТЫ    ===========*/
  417. /*============    ШРИФТЫ    ===========*/
  418. /*============    ШРИФТЫ    ===========*/
  419. /*============    ПОДВАЛ    ===========*/
  420. /*============      ВСПЛЫВАЮЩИЕ ОКНА    ===========*/
  421. /*============      АДАПТИВ    ===========*/
  422. @media (min-width: 0px) and (max-width: 320px) {
  423.  
  424. }
  425. @media (min-width: 321px) and (max-width: 480px) {
  426.  
  427. }
  428. @media (min-width: 481px) and (max-width: 768px) {
  429.  
  430. }
  431. @media (min-width: 769px) and (max-width: 992px) {
  432.  
  433. }
  434. @media (min-width: 993px) and (max-width: 1200px) {
  435.  
  436. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement