index.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557
  1. * {
  2. padding: 0;
  3. margin: 0;
  4. }
  5. input[type=text]::-ms-clear { display: none; width : 0; height: 0; }
  6. input[type=text]::-ms-reveal { display: none; width : 0; height: 0; }
  7. input::-webkit-search-decoration,
  8. input::-webkit-search-cancel-button,
  9. input::-webkit-search-results-button,
  10. input::-webkit-search-results-decoration { display: none; }
  11. hr {
  12. border: none;
  13. background-color: #707070;
  14. height: 1px;
  15. width: 1121px;
  16. margin: 0 auto;
  17. }
  18. @font-face {
  19. font-family: 'monsterrat_regular';
  20. src: url('fonts/monsterrat/Montserrat-Regular.ttf');
  21. }
  22. @font-face {
  23. font-family: 'monsterrat_bold';
  24. src: url('fonts/monsterrat/Montserrat-Bold.ttf');
  25. }
  26. .wrapper {
  27. max-width: 1200px;
  28. margin: 0 auto;
  29. background: linear-gradient(#ffffff, #d1e3ff, #a5c8ff);
  30. box-shadow: 0 0 60px #b5d2ff;
  31. padding: 0 20px;
  32. }
  33. .header {
  34. display: flex;
  35. max-width: 1042px;
  36. justify-content: space-between;
  37. margin-bottom: 29px !important;
  38. margin: 0 auto;
  39. }
  40. .logo_name {
  41. display: flex;
  42. width: 340px;
  43. justify-content: space-between;
  44. align-items: center;
  45. }
  46. .logo_name > p {
  47. width: 218px;
  48. font-size: 20px;
  49. font-family: 'monsterrat_regular';
  50. }
  51. .header_buttons {
  52. width: 602px;
  53. margin-top: 38px;
  54. }
  55. .top_header {
  56. width: 630px;
  57. }
  58. .top_header > h1 {
  59. font-family: 'monsterrat_bold';
  60. text-shadow: 0 5px 6px #00000063;
  61. font-size: 35px;
  62. text-align: center;
  63. }
  64. .top_buttons {
  65. width: 330px;
  66. display: flex;
  67. justify-content: space-between;
  68. margin: 0 auto;
  69. }
  70. .top_buttons > button {
  71. font-family: 'monsterrat_regular';
  72. background-color: #ffffff;
  73. border: 1px solid #707070;
  74. box-shadow: 0 3px 6px #00000063;
  75. padding: 5px 25px;
  76. border-radius: 17px;
  77. font-size: 20px;
  78. height: 45px;
  79. }
  80. .top_buttons > button:hover {
  81. cursor: pointer;
  82. }
  83. #hr_between {
  84. margin: 0 20px;
  85. }
  86. .quick_links_search {
  87. display: flex;
  88. max-width: 1121px;
  89. height: 100px;
  90. margin: 0 auto;
  91. position: relative;
  92. }
  93. .quick_links_search > .link_buttons {
  94. width: 350px;
  95. display: flex;
  96. align-items: center;
  97. justify-content: space-between;
  98. margin-right: 0px;
  99. }
  100. .hide_first_top_menu {
  101. position: absolute;
  102. top: 118.5px;
  103. width: 360px;
  104. height: 150px;
  105. background-color: #ffffff;
  106. border: 1px solid #707070;
  107. border-radius: 35px;
  108. box-shadow: 0 3px 6px #707070;
  109. display: flex;
  110. align-items: center;
  111. justify-content: center;
  112. display: none;
  113. }
  114. .hide_first_top_menu > ul {
  115. padding: 0;
  116. list-style-type: none;
  117. text-align: center;
  118. line-height: 2.5;
  119. font-family: 'monsterrat_regular';
  120. font-size: 20px;
  121. }
  122. .hide_first_top_menu > ul > li > a {
  123. text-decoration: none;
  124. color: #000000;
  125. }
  126. .hide_second_top_menu {
  127. position: absolute;
  128. top: 118.5px;
  129. width: 360px;
  130. height: 250px;
  131. background-color: #ffffff;
  132. border: 1px solid #707070;
  133. border-radius: 35px;
  134. box-shadow: 0 3px 6px #707070;
  135. display: flex;
  136. align-items: center;
  137. justify-content: center;
  138. display: none;
  139. }
  140. .hide_second_top_menu > ul {
  141. padding: 0;
  142. list-style-type: none;
  143. text-align: center;
  144. line-height: 2.5;
  145. font-family: 'monsterrat_regular';
  146. font-size: 20px;
  147. }
  148. .hide_second_top_menu > ul > li > a {
  149. text-decoration: none;
  150. color: #000000;
  151. }
  152. .link_buttons > button {
  153. font-family: 'monsterrat_regular';
  154. background-color: #ffffff;
  155. border: 1px solid #707070;
  156. box-shadow: 0 3px 6px #00000063;
  157. padding: 5px 25px;
  158. border-radius: 17px;
  159. font-size: 20px;
  160. height: 45px;
  161. }
  162. .link_buttons > button:hover {
  163. cursor: pointer;
  164. }
  165. .link_buttons > button[id='top_btn_1'] {
  166. padding: 5px 11px;
  167. }
  168. .link_buttons > button[id='top_btn_2'] {
  169. padding: 5px 47px;
  170. }
  171. .quick_links_search > hr {
  172. border: none;
  173. width: 1px;
  174. background-color: #707070;
  175. height: 100px;
  176. margin: 0;
  177. }
  178. .quick_links_search > .search_field {
  179. width: 727px;
  180. display: flex;
  181. align-items: center;
  182. justify-content: center;
  183. }
  184. .search_field > form {
  185. width: 727px;
  186. height: 45px;
  187. display: flex;
  188. position: relative;
  189. border-radius: 17px;
  190. }
  191. .search_field > form > input[id="search_input_top"] {
  192. width: 727px;
  193. border-radius: 17px;
  194. border: 1px solid #707070;
  195. text-align: center;
  196. font-size: 20px;
  197. font-family: 'monsterrat_regular';
  198. }
  199. .search_field > form > button[id="send_btn_1"] {
  200. position: absolute;
  201. right: 0;
  202. border: none;
  203. background: none;
  204. height: 45px;
  205. width: 45px;
  206. }
  207. .search_field > form > button[id="send_btn_1"]:hover {
  208. cursor: pointer;
  209. }
  210. .search_field > form > button[id="send_btn_2"] {
  211. position: absolute;
  212. right: 0;
  213. border: none;
  214. background: none;
  215. height: 45px;
  216. width: 45px;
  217. display: none;
  218. }
  219. .search_field > form > button[id="send_btn_2"]:hover {
  220. cursor: pointer;
  221. }
  222. main {
  223. height: 1000px;
  224. }
  225. #left{
  226. float: left;
  227. }
  228. #right{
  229. margin-top: 20px;
  230. float: right;
  231. }
  232. footer {
  233. max-width: 1121px !important;
  234. margin: 0 auto;
  235. display: flex;
  236. justify-content: space-between;
  237. margin-top: 20px;
  238. flex-wrap: wrap;
  239. border-top: 1px solid #707070;
  240. padding: 20px 0;
  241. }
  242. #right > p, #left > p {
  243. font-family: 'monsterrat_regular';
  244. display: flex;
  245. align-items: center;
  246. }
  247. #left {
  248. display: inline-flex;
  249. justify-content: space-between;
  250. align-items: center;
  251. width: 460px;
  252. }
  253. #left img {
  254. float: left;
  255. }
  256. .fa-map {
  257. color: #00923e;
  258. }
  259. .fa-phone {
  260. color: #00923e;
  261. }
  262. @media (max-width: 1121px) {
  263. .wrapper {
  264. max-width: 1000px;
  265. }
  266. hr {
  267. width: 1000px;
  268. }
  269. .top_header > h1 {
  270. font-size: 30px;
  271. text-align: center;
  272. }
  273. .top_buttons > button {
  274. height: 35px;
  275. }
  276. .quick_links_search {
  277. max-width: 1000px;
  278. height: 75px;
  279. }
  280. #hr_between {
  281. height: 75px;
  282. }
  283. .link_buttons > button {
  284. font-size: 16px;
  285. height: 35px;
  286. }
  287. .search_field {
  288. width: 500px;
  289. }
  290. .search_field > form {
  291. width: 650px;
  292. height: 35px;
  293. }
  294. #send_btn_1 {
  295. height: 35px;
  296. width: 35px;
  297. margin-right: 10px;
  298. }
  299. .hide_first_top_menu {
  300. top: 90px;
  301. width: 330px;
  302. height: 120px;
  303. }
  304. .hide_first_top_menu > ul {
  305. font-size: 16px;
  306. }
  307. .hide_second_top_menu {
  308. top: 90px;
  309. width: 330px;
  310. height: 200px;
  311. }
  312. .hide_second_top_menu > ul {
  313. font-size: 16px;
  314. }
  315. }
  316. @media (max-width: 1000px) {
  317. .wrapper {
  318. max-width: 850px;
  319. }
  320. hr {
  321. width: 850px;
  322. }
  323. .logo_name > p {
  324. font-size: 16px;
  325. width: 180px;
  326. }
  327. .top_header {
  328. width: 550px;
  329. }
  330. .top_header > h1 {
  331. font-size: 25px;
  332. }
  333. .top_buttons {
  334. width: 270px;
  335. }
  336. .top_buttons > button {
  337. height: 28px;
  338. font-size: 16px;
  339. }
  340. .quick_links_search {
  341. max-width: 850px;
  342. height: 75px;
  343. }
  344. #hr_between {
  345. height: 75px;
  346. }
  347. .link_buttons {
  348. width: 260px !important;
  349. }
  350. .link_buttons > button {
  351. font-size: 16px;
  352. height: 28px;
  353. font-size: 14px;
  354. }
  355. .search_field {
  356. width: 530px !important;
  357. }
  358. .search_field > form {
  359. width: 530px;
  360. height: 28px;
  361. }
  362. #send_btn_1 {
  363. display: none;
  364. }
  365. #send_btn_2 {
  366. display: block;
  367. width: 28px;
  368. height: 28px;
  369. }
  370. .link_buttons > button[id='top_btn_2'] {
  371. padding: 5px 30px;
  372. }
  373. .search_field > form > input[id="search_input_top"] {
  374. font-size: 16px;
  375. }
  376. .hide_first_top_menu {
  377. top: 90px;
  378. width: 280px;
  379. height: 105px;
  380. }
  381. .hide_first_top_menu > ul {
  382. font-size: 14px;
  383. }
  384. .hide_second_top_menu {
  385. top: 90px;
  386. width: 280px;
  387. height: 175px;
  388. }
  389. .hide_second_top_menu > ul {
  390. font-size: 14px;
  391. }
  392. }
  393. @media (max-width: 850px) {
  394. .wrapper {
  395. max-width: 650px;
  396. }
  397. .logo_name > img {
  398. transform: scale(0.8);
  399. }
  400. .header {
  401. max-width: 650px !important;
  402. margin-bottom: 10px !important;
  403. }
  404. .logo_name > p {
  405. font-size: 14px;
  406. width: 150px;
  407. }
  408. .header_buttons {
  409. width: 500px;
  410. }
  411. .header_buttons > .top_header {
  412. width: 400px;
  413. }
  414. .top_header > h1 {
  415. font-size: 22px;
  416. }
  417. hr {
  418. width: 650px;
  419. }
  420. .search_field {
  421. width: 350px !important;
  422. }
  423. .search_field > form {
  424. width: 350px;
  425. }
  426. #right {
  427. margin-top: 20px;
  428. margin: 0 auto;
  429. }
  430. }
  431. @media (max-width: 660px) {
  432. .header {
  433. flex-wrap: wrap;
  434. justify-content: center;
  435. }
  436. .logo_name {
  437. width: 270px;
  438. }
  439. .logo_name > p {
  440. font-size: 21px;
  441. width: 170px;
  442. }
  443. .header_buttons {
  444. margin-top: 10px !important;
  445. }
  446. .top_header {
  447. margin: 0 auto;
  448. }
  449. .quick_links_search {
  450. flex-wrap: wrap;
  451. max-width: 500px;
  452. justify-content: center;
  453. padding: 15px 0;
  454. }
  455. #hr_between {
  456. display: none;
  457. }
  458. .search_field {
  459. margin-top: 10px;
  460. }
  461. .hide_first_top_menu, .hide_second_top_menu {
  462. top: 60px;
  463. z-index: 1;
  464. width: 350px;
  465. border-radius: 10px;
  466. }
  467. #left {
  468. margin-left: 20px;
  469. }
  470. }
  471. @media (max-width: 490px) {
  472. #left > p {
  473. width: 150px;
  474. }
  475. #left {
  476. width: 300px;
  477. justify-content: space-around;
  478. margin: 0 auto;
  479. }
  480. #right {
  481. margin-top: 20px;
  482. }
  483. }
  484. @media (max-width: 390px) {
  485. .top_header {
  486. width: 250px !important;
  487. }
  488. .top_header > h1 {
  489. font-size: 23px;
  490. }
  491. .search_field, form {
  492. width: 250px !important;
  493. }
  494. .hide_first_top_menu, .hide_second_top_menu {
  495. width: 250px;
  496. }
  497. }
  498. @media (max-width: 350px) {
  499. #right {
  500. width: 250px !important;
  501. }
  502. .fa-map {
  503. margin-right: 10px;
  504. }
  505. }