media.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408
  1. @media all and (max-width: 1400px) {
  2. .slider {
  3. padding: 220px 0;
  4. }
  5. .text-img .head {
  6. font-size: 40px;
  7. }
  8. }
  9. @media all and (max-width: 1200px) {
  10. .slider {
  11. padding: 180px 0;
  12. }
  13. .common-h2 {
  14. font-size: 24px;
  15. }
  16. .chess-item p {
  17. position: relative;
  18. max-width: 320px;
  19. font-size: 20px;
  20. }
  21. .phone {
  22. font-size: 23px;
  23. }
  24. }
  25. @media all and (max-width: 1000px) {
  26. .text-img .head {
  27. font-size: 35px;
  28. width: 100%;
  29. }
  30. .row.top .chess-item {
  31. width: 49%;
  32. margin-top: 40px;
  33. }
  34. .row.top .chess-item:last-child {
  35. margin-left: 25%;
  36. text-align: center;
  37. }
  38. h1 {
  39. font-size: 25px;
  40. }
  41. .slider h2 {
  42. font-size: 20px;
  43. }
  44. .slider {
  45. padding: 120px 0;
  46. }
  47. .common-h2 {
  48. font-size: 22px;
  49. }
  50. .phone {
  51. font-size: 20px;
  52. }
  53. .border-btn {
  54. width: 150px;
  55. font-size: 14px;
  56. }
  57. nav ul li {
  58. font-size: 15px;
  59. }
  60. header .top-mnu .logo {
  61. max-width: 140px;
  62. }
  63. .advs .row.bottom .chess-item {
  64. width: 49%;
  65. transform: translateX(0%);
  66. }
  67. .advs .chess-item p.h2 {
  68. font-size: 24px;
  69. }
  70. .async .row.bottom,
  71. .async .row.top {
  72. text-align: center;
  73. }
  74. .async .text-img {
  75. margin-bottom: 0;
  76. padding: 20px;
  77. min-height: 400px;
  78. }
  79. .async .row.top img,
  80. .async .row.bottom img {
  81. opacity: 0.8;
  82. max-width: 65%;
  83. }
  84. .content.lh {
  85. line-height: 30px;
  86. }
  87. }
  88. @media all and (max-width: 800px) {
  89. .icons-item {
  90. width: 49%;
  91. }
  92. .async .text-img {
  93. margin: 50px auto;
  94. }
  95. .text-img .head {
  96. font-size: 30px;
  97. }
  98. .text-img {
  99. min-height: auto;
  100. }
  101. .text-img .head {
  102. width: 90%;
  103. }
  104. header .top-mnu .logo {
  105. max-width: 100px;
  106. }
  107. .border-btn {
  108. width: 140px;
  109. font-size: 11px;
  110. height: 35px;
  111. line-height: 34px;
  112. }
  113. .phone {
  114. font-size: 17px;
  115. }
  116. header .top-mnu {
  117. min-height: 100px;
  118. line-height: 100px;
  119. }
  120. .common-h2 {
  121. font-size: 18px;
  122. max-width: 80%;
  123. }
  124. .chess-item p {
  125. position: relative;
  126. max-width: 260px;
  127. font-size: 16px;
  128. }
  129. .chess-item p::before {
  130. width: 100px;
  131. height: 100px;
  132. }
  133. h1 {
  134. font-size: 23px;
  135. }
  136. .slider h2 {
  137. font-size: 18px;
  138. }
  139. .slider {
  140. padding: 100px 0;
  141. }
  142. .top-mnu .contacts {
  143. text-align: right;
  144. line-height: 30px;
  145. }
  146. header .top-mnu {
  147. line-height: 60px;
  148. }
  149. .three.nav {
  150. display: none;
  151. }
  152. .small-three {
  153. width: 49%;
  154. }
  155. .three.nav {
  156. display: none;
  157. }
  158. .row.bottom-9 .nine-item .img {
  159. transform: translateX(0%);
  160. }
  161. .row.top-9 .nine-item:nth-child(4),
  162. .row.top-9 .nine-item:nth-child(5) {
  163. transform: translateX(50%);
  164. }
  165. .row.bottom-9 .nine-item:last-child {
  166. margin-left: auto;
  167. margin-right: auto;
  168. display: block;
  169. }
  170. .sm {
  171. display: block !important;
  172. width: 100%;
  173. margin: 0 auto;
  174. }
  175. .chess-item p {
  176. padding-left: 20px;
  177. }
  178. .nine-item {
  179. text-align: center;
  180. display: inline-block;
  181. width: 32%;
  182. margin-top: 50px;
  183. }
  184. .content * {
  185. padding-top: 10px;
  186. font-size: 15px;
  187. }
  188. footer .left,
  189. footer .right {
  190. width: 100%;
  191. }
  192. footer .left .center:after {
  193. content: "";
  194. margin-top: 40px;
  195. margin-bottom: 20px;
  196. }
  197. .popup .title {
  198. margin-top: 55px;
  199. font-size: 16px;
  200. }
  201. .popup .nameText {
  202. font-size: 15px;
  203. margin-top: 20px;
  204. }
  205. .popup .close {
  206. font-size: 24x;
  207. }
  208. .popup .submit {
  209. font-size: 14px;
  210. height: 40px;
  211. line-height: 40px;
  212. }
  213. }
  214. @media all and (max-width: 550px) {
  215. .nine-p {
  216. font-size: 13px;
  217. margin-top: 15px;
  218. }
  219. .async .text-img {
  220. max-width: 90%;
  221. }
  222. .popup .title {
  223. margin-top: 55px;
  224. font-size: 16px;
  225. }
  226. .popup .nameText {
  227. font-size: 15px;
  228. }
  229. .popup .close {
  230. font-size: 24x;
  231. }
  232. .addr, .mail, .phone, .field {
  233. font-size: 13px;
  234. }
  235. .field {
  236. height: 40px;
  237. }
  238. .sign {
  239. font-size: 12px;
  240. }
  241. .num {
  242. font-size: 25px;
  243. }
  244. section {
  245. margin-top: 40px;
  246. }
  247. .advs .chess-item p {
  248. font-size: 15px;
  249. }
  250. .advs .chess-item p.h2 {
  251. font-size: 18px;
  252. }
  253. .advs .chess-item::before {
  254. font-size: 130px;
  255. line-height: 110px;
  256. left: 60px;
  257. }
  258. .async .text-img {
  259. width: 90%;
  260. margin: 20px auto;
  261. }
  262. .content {
  263. max-width: 100%;
  264. padding-left: 10px;
  265. }
  266. .content::after {
  267. display: none;
  268. }
  269. .text-img .head {
  270. font-size: 20px;
  271. }
  272. .content * {
  273. padding-top: 10px;
  274. font-size: 12px;
  275. }
  276. .chess-item {
  277. width: 100% !important;
  278. margin-top: 20px;
  279. margin-left: 0 !important;
  280. }
  281. .common-h2 {
  282. font-size: 15px;
  283. }
  284. .slider {
  285. padding: 70px 0;
  286. }
  287. h1 {
  288. font-size: 20px;
  289. line-height: 40px;
  290. }
  291. .slider h2 {
  292. font-size: 16px;
  293. }
  294. nav ul li {
  295. font-size: 13px;
  296. }
  297. .phone {
  298. font-size: 15px;
  299. }
  300. .border-btn {
  301. width: 110px;
  302. font-size: 10px;
  303. height: 30px;
  304. line-height: 30px;
  305. }
  306. section h1:after {
  307. width: 40px;
  308. right: -35%;
  309. }
  310. section h1.rev:after {
  311. left: -35%;
  312. }
  313. section h1 {
  314. font-size: 16px;
  315. }
  316. }
  317. @media all and (max-width: 480px) {
  318. .popup {
  319. height: 400px;
  320. max-width: 90%;
  321. }
  322. }