style.css 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. * {
  2. box-sizing: border-box;
  3. margin: 0;
  4. padding: 0;
  5. }
  6. .container {
  7. position: relative;
  8. width: 1140px;
  9. margin: 0 auto;
  10. }
  11. .promo {
  12. height: 800px;
  13. background: url("../img/bg/main_bg.png") center center/cover no-repeat;
  14. padding: 39px 0 62px 0;
  15. }
  16. .logo .logo_img {
  17. display: block;
  18. margin: 0 auto;
  19. }
  20. .logo .logo_text {
  21. color: #ffffff;
  22. font-family: Roboto;
  23. font-size: 15px;
  24. font-weight: 500;
  25. line-height: 15px;
  26. text-transform: uppercase;
  27. text-align: center;
  28. margin-top: 14px;
  29. }
  30. h1 {
  31. margin-top: 53px;
  32. }
  33. .title {
  34. color: #f9bf3b;
  35. font-family: "Roboto - Black";
  36. font-size: 41px;
  37. font-weight: 400;
  38. text-align: center;
  39. line-height: 41px;
  40. text-transform: uppercase;
  41. }
  42. h2.title {
  43. margin-top: 30px;
  44. }
  45. .simple .title_big {
  46. color: #ffffff;
  47. font-family: "Roboto - Black";
  48. font-size: 80px;
  49. line-height: 80px;
  50. font-weight: 400;
  51. text-align: center;
  52. text-transform: uppercase;
  53. margin-top: 21px;
  54. }
  55. .promo .promo_text {
  56. padding: 0 111px;
  57. margin-top: 23px;
  58. color: #ffffff;
  59. font-size: 21px;
  60. font-weight: 300;
  61. line-height: 21px;
  62. text-align: center;
  63. font-family: "Roboto Light";
  64. }
  65. .promo .promo_text span {
  66. color: #f9bf3b;
  67. font-family: "Roboto - Bold";
  68. font-weight: 700;
  69. }
  70. .promo .promo_btn {
  71. display: block;
  72. margin: 0 auto;
  73. margin-top: 73px;
  74. width: 313px;
  75. height: 72px;
  76. box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.18);
  77. border: 4px solid rgba(0, 0, 0, 0.23);
  78. background-image: linear-gradient(to top, #2798b9 0%, #3ab6da 100%);
  79. text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.22);
  80. color: #ffffff;
  81. font-family: "Roboto Condensed";
  82. font-size: 21px;
  83. font-weight: 400;
  84. line-height: 21px;
  85. text-align: center;
  86. text-transform: uppercase;
  87. cursor: pointer;
  88. outline: none;
  89. }
  90. .more {
  91. margin-top: 73px;
  92. }
  93. .more .more_text {
  94. color: #ffffff;
  95. font-family: "Roboto - Thin";
  96. font-size: 15px;
  97. font-weight: 400;
  98. text-align: center;
  99. line-height: 15px;
  100. text-transform: uppercase;
  101. }
  102. .more .more_img {
  103. display: block;
  104. margin: 0 auto;
  105. margin-top: 13px;
  106. }
  107. .waiting {
  108. min-height: 604px;
  109. background-color: #efefef;
  110. padding: 85px 0 75px 0;
  111. }
  112. .waiting .waiting_header, .finish .finish_header {
  113. color: #252525;
  114. font-family: Roboto;
  115. font-size: 30px;
  116. font-weight: 400;
  117. text-align: center;
  118. text-transform: uppercase;
  119. line-height: 30px;
  120. }
  121. .finish .finish_header {
  122. color: #fff;
  123. }
  124. .waiting .waiting_divider, .finish .finish_divider {
  125. width: 217px;
  126. height: 4px;
  127. background-color: #f9bf3b;
  128. margin: 0 auto;
  129. margin-top: 18px;
  130. }
  131. .waiting .waiting_subheader {
  132. margin-top: 17px;
  133. color: #4a4a4a;
  134. font-family: Roboto;
  135. font-size: 23px;
  136. font-weight: 400;
  137. text-align: center;
  138. line-height: 23px;
  139. }
  140. .waiting .waiting_wrapper {
  141. display: flex;
  142. justify-content: space-between;
  143. margin-top: 45px;
  144. }
  145. .waiting .waiting_wrapper .waiting_item {
  146. width: 339px;
  147. text-align: center;
  148. }
  149. .waiting .waiting_wrapper .waiting_item .waiting_img {
  150. width: 100%;
  151. }
  152. .waiting .waiting_wrapper .waiting_item .waiting_descr {
  153. margin-top: 33px;
  154. color: #4a4a4a;
  155. font-family: Roboto;
  156. font-size: 15px;
  157. font-weight: 300;
  158. line-height: 15px;
  159. text-align: center;
  160. }
  161. @font-face {
  162. font-family: "Roboto - Black";
  163. src: url("../fonts/Roboto-Black.ttf");
  164. font-style: normal;
  165. font-weight: normal;
  166. }
  167. @font-face {
  168. font-family: "Roboto Light";
  169. src: url("../fonts/Roboto-Light.ttf");
  170. font-style: normal;
  171. font-weight: normal;
  172. }
  173. @font-face {
  174. font-family: "Roboto";
  175. src: url("../fonts/Roboto-Regular.ttf");
  176. font-style: normal;
  177. font-weight: normal;
  178. }
  179. @font-face {
  180. font-family: "Roboto - Thin";
  181. src: url("../fonts/Roboto-Thin.ttf");
  182. font-style: normal;
  183. font-weight: normal;
  184. }
  185. .optimization {
  186. min-height: 550px;
  187. padding: 102px 0 107px 0 ;
  188. }
  189. .optimization .optimization_header {
  190. margin-left: 391px;
  191. color: #299cbd;
  192. font-family: "Roboto - Black";
  193. font-size: 29px;
  194. font-weight: 400;
  195. line-height: 29px;
  196. text-transform: uppercase;
  197. }
  198. .optimization .optimization_text {
  199. margin-top: 25px;
  200. margin-left: 391px;
  201. width: 750px;
  202. color: #4a4a4a;
  203. font-size: 17px;
  204. font-weight: 300;
  205. line-height: 17px;
  206. font-family: "Roboto Light";
  207. font-weight: 300;
  208. }
  209. .optimization .optimization_text span {
  210. font-family: "Roboto - Bold";
  211. font-weight: 700;
  212. }
  213. .optimization .optimization_img {
  214. position: absolute;
  215. top: -54px;
  216. left: -240px;
  217. z-index: -1;
  218. }
  219. .finish {
  220. min-height: 447px;
  221. padding: 86px 0 79px 0;
  222. background: url("../img/bg/second_bg.png") center center/cover no-repeat
  223. }
  224. .finish .finish_wrapper {
  225. margin-top: 41px;
  226. display: flex;
  227. justify-content: space-between;
  228. }
  229. .finish .finish_wrapper .finish_item {
  230. width: 204px;
  231. }
  232. .finish .finish_wrapper .finish_item .finish_round {
  233. display: flex;
  234. justify-content: center;
  235. align-items: center;
  236. width: 115px;
  237. margin: 0 auto;
  238. height: 115px;
  239. background-color: #b4e2ff;
  240. border-radius: 100%;
  241. }
  242. .finish .finish_wrapper .finish_item .finish_descr {
  243. margin-top: 25px;
  244. text-align: center;
  245. color: #efefef;
  246. font-family: Roboto;
  247. font-size: 17px;
  248. font-weight: 300;
  249. line-height: 17px;
  250. }
  251. .icons_item .logo_gift {
  252. display: block;
  253. margin: 0 auto;
  254. }
  255. .gift .logo_gift {
  256. margin-top: 147px;
  257. }
  258. .gift .icons_text {
  259. margin-top: 42px;
  260. color: #252525;
  261. font-family: Roboto;
  262. font-size: 30px;
  263. font-weight: 400;
  264. line-height: 30px;
  265. text-align: center;
  266. }
  267. .gift .gift_btn {
  268. display: block;
  269. margin: 0 auto;
  270. margin-top: 52px;
  271. width: 313px;
  272. height: 72px;
  273. box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.18);
  274. border: 4px solid rgba(0, 0, 0, 0.23);
  275. background-image: linear-gradient(to top, #2798b9 0%, #3ab6da 100%);
  276. text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.22);
  277. color: #ffffff;
  278. font-family: "Roboto Condensed";
  279. font-size: 21px;
  280. font-weight: 400;
  281. line-height: 21px;
  282. text-align: center;
  283. text-transform: uppercase;
  284. cursor: pointer;
  285. outline: none;
  286. }
  287. .webinar_item .webinar_icon {
  288. display: block;
  289. margin: 0 auto;
  290. }
  291. .date .webinar_icon {
  292. margin-top: 89px;
  293. }
  294. h2.text_first {
  295. margin-top: 37px;
  296. color: #252525;
  297. font-family: Roboto;
  298. font-size: 30px;
  299. font-weight: 400;
  300. line-height: 30px;
  301. text-align: center;
  302. }
  303. h2.text_second {
  304. margin-top: 30px;
  305. color: #299cbd;
  306. font-family: "Roboto - Black";
  307. font-size: 36px;
  308. font-weight: 400;
  309. line-height: 36px;
  310. text-transform: uppercase;
  311. text-align: center;
  312. }
  313. .date .little_text {
  314. margin-top: 25px;
  315. color: #4a4a4a;
  316. font-family: Roboto;
  317. font-size: 23px;
  318. font-weight: 400;
  319. line-height: 23px;
  320. text-align: center;
  321. }
  322. footer {
  323. margin-top: 64px;
  324. min-height: 166px;
  325. background-color: #1a1a1a;
  326. padding: 61px 0 69px 0;
  327. }
  328. .info {
  329. margin: 0 auto;
  330. width: 377px;
  331. text-align: center;
  332. color: #888888;
  333. font-family: Roboto;
  334. font-size: 15px;
  335. font-weight: 300;
  336. line-height: 21px;
  337. }
  338. footer a {
  339. color: #888888;
  340. font-family: Roboto;
  341. font-size: 15px;
  342. font-weight: 300;
  343. line-height: 21px;
  344. text-decoration: none;
  345. }
  346. .underlined {
  347. text-decoration: underline;
  348. }