stylesPavel.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. .about-us{
  2. background-image: url(../images/block_2.jpg);
  3. background-size:cover;
  4. z-index: -1;
  5. height: 1300px;
  6. top:100px;
  7. background-attachment:fixed;
  8. max-width: 100%;
  9. }
  10. .about-us-main {
  11. background-image: url(../images/about_fullscreen_bg.jpg);
  12. background-position: center center;
  13. background-repeat: no-repeat;
  14. background-size: cover;
  15. width: 100%;
  16. height: 100vh;
  17. padding-top: 130px;
  18. position: relative;
  19. }
  20. .about-us-main h3{
  21. max-width: 500px;
  22. width: 100%;
  23. font-weight: 700;
  24. margin: 0;
  25. padding: 60px 0;
  26. color: #fff;
  27. font-size: 72px;
  28. letter-spacing: .72px;
  29. line-height: 60px;
  30. text-align: center;
  31. margin: 0 auto;
  32. z-index: 0;
  33. position: absolute;
  34. left: 50%;
  35. top: calc(50% - 65px);
  36. -webkit-transform: translate(-50%,-50%);
  37. transform: translate(-50%,-50%);
  38. }
  39. .counter{
  40. background: #fff;
  41. padding: 20px;
  42. max-width: 900px;
  43. text-align: center;
  44. position: absolute;
  45. top: 100vh;
  46. left: 50%;
  47. z-index: 2;
  48. /* -webkit-transform: translate(-50%,-50%);*/
  49. transform: translate(-50%,-50%);
  50. box-shadow: 0 1px 1px 0 rgba(84,84,84,.3);
  51. }
  52. .description{
  53. font-weight: 300;
  54. color: #676767;
  55. font-size: 16px;
  56. letter-spacing: .16px;
  57. line-height: 24px;
  58. text-align: center;
  59. max-width: 560px;
  60. margin: 0 auto 10px;
  61. }
  62. .timer-left{
  63. width: 50%;
  64. float: left;
  65. }
  66. .timer-brend{
  67. margin: 0 auto;
  68. font-weight: 700;
  69. color: #e4ca87;
  70. font-size: 110px;
  71. }
  72. .timer-right{
  73. width: 50%;
  74. float: right;
  75. }
  76. .timer-restaurant{
  77. margin: 0 auto;
  78. font-weight: 700;
  79. color: #e4ca87;
  80. font-size: 110px;
  81. }
  82. .block_1{
  83. background-image: url(../images/block_1.png);
  84. background-repeat: no-repeat;
  85. background-position: center calc(100% + 140px);
  86. background-color: #f3f3f3;
  87. padding-top: 420px;
  88. padding-bottom: 140px;
  89. }
  90. .block_2{
  91. padding: 100px 20px;
  92. border: solid 1px;
  93. position: relative;
  94. overflow: hidden;
  95. }
  96. .block_2 h2{
  97. font-size: 30px;
  98. letter-spacing: .3px;
  99. font-weight: 700;
  100. font-size: 48px;
  101. color: #fff;
  102. text-align: center;
  103. z-index: 2;
  104. position: relative;
  105. display: block;
  106. }
  107. .block_3{
  108. background: white;
  109. height: 200px;
  110. width: 100%;
  111. border: solid 1px;
  112. }