style_contacts.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. @font-face {
  2. font-family: Montserrat-bold;
  3. src: url(font/Montserrat-Bold.ttf);
  4. }
  5. @font-face {
  6. font-family: Montserrat-regular;
  7. src: url(font/Montserrat-Regular.ttf);
  8. }
  9. @font-face {
  10. font-family: Montserrat-medium;
  11. src: url(font/Montserrat-Medium.ttf);
  12. }
  13. @font-face {
  14. font-family: Roboto;
  15. src: url(font/Roboto.ttf);
  16. }
  17. @font-face {
  18. font-family: Merriweather-bold;
  19. src: url(font/Merriweather-Bold.ttf);
  20. }
  21. @font-face {
  22. font-family: Merriweather-regular;
  23. src: url(font/Merriweather-Regular.ttf);
  24. }
  25. @font-face {
  26. font-family: Play;
  27. src: url(font/Play-Regular.ttf);
  28. }
  29. @font-face {
  30. font-family: Play-bold;
  31. src: url(font/Play-Bold.ttf);
  32. }
  33. body{
  34. margin: 0;
  35. }
  36. .contact_info_2 {
  37. /*КОнтактная информация*/
  38. display: flex;
  39. height: 440px;
  40. position: absolute;
  41. right: 0px;
  42. left: 0px;
  43. top: 50px;
  44. background-color: #ffffff;
  45. display: flex;
  46. justify-content: center;
  47. }
  48. .end_2 {
  49. /*Конечная строка серая*/
  50. background-color: #efefef;
  51. display: flex;
  52. height: 60px;
  53. position: absolute;
  54. right: 0px;
  55. left: 0px;
  56. top: 60%;
  57. line-height: 60px;
  58. justify-content: center;
  59. }
  60. .end_txt2 {
  61. font-family: Roboto;
  62. font-size: 15px;
  63. font-weight: 500;
  64. color: #222222;
  65. margin-left: -38%;
  66. }
  67. #end_img2 {
  68. margin-top: 18px;
  69. margin-left: 370%;
  70. }
  71. .UpBorder2 {
  72. /*Полоска черная сверху*/
  73. height: 48px;
  74. position: absolute;
  75. right: 0px;
  76. left: 0px;
  77. top: 0px;
  78. background-color: #1e1e1e;
  79. display: flex;
  80. justify-content: center;
  81. }
  82. .text2 {
  83. margin-top: 14px;
  84. color: #ffffff;
  85. font-family: Montserrat-medium;
  86. font-size: 16px;
  87. display: inline-block;
  88. }
  89. #TextLux2 {
  90. margin-left: -340%;
  91. }
  92. #Contacts2 {
  93. margin-left: 300%;
  94. }
  95. #Help2 {
  96. margin-left: 450%;
  97. }
  98. .yandex_map {
  99. display: flex;
  100. justify-content: center;
  101. margin-top: 30%;
  102. }
  103. .div_helping{
  104. display: flex;
  105. justify-content: center;
  106. }
  107. #helping {
  108. max-width: 100%;
  109. height: 100%;
  110. }
  111. #text_helping{
  112. width: 70%;
  113. position: absolute;
  114. margin-top: 20%;
  115. font-family: Play-bold;
  116. color: #ffffff;
  117. font-weight: bold;
  118. font-size: 200%;
  119. text-align: center;
  120. }
  121. a {
  122. text-decoration: none;
  123. }