main.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. main, html {
  2. background-color: #dcb495;
  3. }
  4. #header_block {
  5. position: absolute;
  6. margin-bottom: 60%;
  7. }
  8. .header_block {
  9. margin-top: -1.1vw;
  10. width: 100%;
  11. height: 75vw;
  12. background-position: center;
  13. display: flex;
  14. justify-content: center;
  15. flex-direction: column;
  16. background: linear-gradient( rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85) ), url(../images/back_main_one.jpg);background-repeat: repeat; background-position: center;
  17. }
  18. .header_title {
  19. margin-left: 10%;
  20. color: #ffffff;
  21. font: bold;
  22. font-size: 4vw;
  23. transition: font-size 0.5s ease-in, text-shadow 1s ease-in;
  24. }
  25. .header_title:hover {
  26. font-size: 4.05vw;
  27. text-shadow: 0px 0px 20px #ffffff;
  28. }
  29. .header_title_2 {
  30. margin-left: 10%;
  31. color: #afafaf;
  32. font: bold;
  33. font-size: 2vw;
  34. transition: font-size 0.5s ease-in, text-shadow 1s ease-in;
  35. }
  36. .header_title_2:hover {
  37. font-size: 2.05vw;
  38. text-shadow: 0px 0px 20px #ffffff;
  39. }
  40. .header_buttons {
  41. margin-top: 5%;
  42. margin-left: 10%;
  43. width: 90%;
  44. display: flex;
  45. justify-content: flex-start;
  46. align-items: center;
  47. }
  48. .header_button {
  49. background-color: #f5c99f;
  50. width: 20vw;
  51. height: 5vw;
  52. color: #000000;
  53. border-radius: 30px;
  54. vertical-align: middle;
  55. }
  56. .header_button:hover {
  57. text-decoration: none;
  58. color: #000000;
  59. }
  60. #link_to_about {
  61. margin-left: 40px;
  62. background-color: #000000;
  63. color: #ffffff;
  64. border: 2px solid #ffffff;
  65. }
  66. .header_button_text {
  67. width: 100%;
  68. height: 100%;
  69. text-align: center;
  70. font-size: 1.5vw;
  71. margin-top: 5%;
  72. }
  73. .body_block {
  74. background-color: #dcb495;
  75. }
  76. .about_block {
  77. margin-top: 10%;
  78. margin-left: 5%;
  79. width: 90%;
  80. }
  81. .about_title {
  82. color: #000000;
  83. font-size: 4vw;
  84. }
  85. .about_info_block {
  86. margin-top: 50px;
  87. width: 100%;
  88. display: inline-flex;
  89. justify-content: space-between;
  90. }
  91. .about_article_block {
  92. display: flex;
  93. flex-direction: column;
  94. align-content: space-around;
  95. }
  96. .about_article {
  97. display: inline-flex;
  98. justify-content: flex-start;
  99. align-items: center;
  100. }
  101. .article_image {
  102. width: 10vw;
  103. height: 10vw;
  104. }
  105. .main_image {
  106. width: 40vw;
  107. height: 26vw;
  108. }
  109. .article_text {
  110. max-width: 70%;
  111. margin-left: 10px;
  112. font-size: 1.3vw;
  113. }
  114. .how_work_block {
  115. margin-top: 20%;
  116. margin-left: 5%;
  117. width: 90%;
  118. }
  119. .how_work_title {
  120. text-align: center;
  121. color: #000000;
  122. font-size: 4vw;
  123. }
  124. .how_work_info_block {
  125. display: inline-flex;
  126. justify-content: space-evenly;
  127. margin-top: 100px;
  128. }
  129. .how_work_image {
  130. width: 10vw;
  131. height: 10vw;
  132. }
  133. .how_work_info, .how_work_article {
  134. display: flex;
  135. flex-direction: column;
  136. align-items: center;
  137. justify-content: center;
  138. }
  139. .how_work_article_title {
  140. text-align: center;
  141. font-size: 1.5vw;
  142. }
  143. .how_work_article_text {
  144. text-align: center;
  145. margin-top: 1vw;
  146. font-size: 1.1vw;
  147. }
  148. .reg_block {
  149. margin-top: 20%;
  150. width: 100%;
  151. height: 50vw;
  152. }
  153. .reg_content_block {
  154. margin-top: 100px;
  155. width: 90%;
  156. margin-left: 5%;
  157. display: inline-flex;
  158. justify-content: space-between;
  159. flex-wrap: nowrap;
  160. align-content: center;
  161. }
  162. .reg_title {
  163. text-align: center;
  164. color: #000000;
  165. font-size: 4vw;
  166. }
  167. .reg_content {
  168. display: flex;
  169. flex-direction: column;
  170. align-self: center;
  171. align-content: space-evenly;
  172. }
  173. .reg_button_group {
  174. display: flex;
  175. justify-content: flex-start;
  176. align-items: center;
  177. }
  178. .reg_button_title {
  179. margin-bottom: 10%;
  180. color: #000000;
  181. font-size: 2.5vw;
  182. text-align: left;
  183. }
  184. .reg_button_info {
  185. margin-top: 8%;
  186. }
  187. .reg_button_group {
  188. width: 100%;
  189. display: flex;
  190. justify-content: space-between;
  191. align-items: center;
  192. }
  193. .reg_button {
  194. background-color: #a8886f;
  195. width: 20vw;
  196. height: 5vw;
  197. color: #ffffff;
  198. border-radius: 30px;
  199. vertical-align: middle;
  200. }
  201. .reg_button:hover {
  202. text-decoration: none;
  203. color: #ffffff;
  204. }
  205. .reg_button_text {
  206. width: 100%;
  207. height: 100%;
  208. text-align: center;
  209. font-size: 1.5vw;
  210. margin-top: 6%;
  211. }
  212. #link_to_start{
  213. width: 18vw;
  214. background-color:#f5d3b8;
  215. }
  216. #link_to_start_text {
  217. color: #000000;
  218. }
  219. .feedback_block {
  220. display: flex;
  221. justify-content: center;
  222. align-items: center;
  223. height: 75vw;
  224. background: linear-gradient( rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85) ), url(../images/back_main_two.jpg);background-repeat: repeat; background-position: center;
  225. }
  226. .feedback {
  227. width: 50%;
  228. height: 80%;
  229. margin-left: 25%;
  230. margin-right: 25%;
  231. background-color: #dcb495;
  232. display: flex;
  233. flex-direction: column;
  234. justify-content: center;
  235. align-items: center;
  236. align-content: space-around;
  237. }
  238. .feedback_title {
  239. width: 80%;
  240. margin-bottom: 20%;
  241. text-align: center;
  242. color: #000000;
  243. font-size: 3vw;
  244. }
  245. .feedback_logo {
  246. margin-bottom: 20%;
  247. width: 10vw;
  248. height: 10vw;
  249. }
  250. .feedback_mail, .feedback_mail_link {
  251. font-size: 1.5vw;
  252. color: #000000;
  253. transition: color 0.5s ease-in, border-bottom 0.5s ease-in;
  254. }
  255. .feedback_mail_link:hover {
  256. color: #694a2d;
  257. border-bottom: 3px solid #f3c79e;
  258. text-decoration: none;
  259. }
  260. .scroll_button {
  261. position: fixed;
  262. width: 50px;
  263. height: 50px;
  264. background-color: #e5e5e5;
  265. border-radius: 2vw;
  266. margin-left: 95%;
  267. margin-top: 45%;
  268. transition: background-color 0.5s ease-in;
  269. }
  270. .scroll_image {
  271. margin-top: 5px;
  272. margin-left: 5px;
  273. width: 40px;
  274. height: 40px;
  275. border-radius: 2vw;
  276. }
  277. .scroll_button:hover {
  278. background-color: #1c59fe;
  279. }