common.css 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. vertical-align: top;
  5. color: inherit;
  6. font-family: 'Roboto', sans-serif;
  7. -webkit-transition: all .3s ease;
  8. -moz-transition: all .3s ease;
  9. transition: all .3s ease;
  10. background-repeat: no-repeat;
  11. font-size: 100%;
  12. }
  13. input::-moz-placeholder {
  14. color: #fff;
  15. }
  16. textarea::-moz-placeholder {
  17. color: #fff;
  18. }
  19. textarea::-webkit-input-placeholder {
  20. color: #fff;
  21. }
  22. input::-webkit-input-placeholder {
  23. color: #fff;
  24. }
  25. img {
  26. max-width: 100%;
  27. }
  28. .container {
  29. width: 1200px;
  30. max-width: 90%;
  31. margin: 0 auto;
  32. /*position: relative;*/
  33. }
  34. .sm {
  35. display: none !important;
  36. }
  37. a {
  38. text-decoration: none;
  39. }
  40. section {
  41. margin-top: 60px;
  42. }
  43. .left, .right {
  44. display: inline-block;
  45. width: 49%;
  46. }
  47. .left {
  48. text-align: left;
  49. }
  50. .right {
  51. /*text-align: right;*/
  52. }
  53. .quater {
  54. display: inline-block;
  55. width: 24.5%;
  56. text-align: center;
  57. }
  58. .three {
  59. width: 48%;
  60. display: inline-block;
  61. vertical-align: top;
  62. }
  63. .small-three {
  64. width: 25%;
  65. }
  66. .border-btn {
  67. width: 180px;
  68. max-width: 90%;
  69. height: 50px;
  70. line-height: 50px;
  71. display: inline-block;
  72. text-align: center;
  73. color: #33aefd;
  74. border: 1px solid #33aefd;
  75. text-transform: uppercase;
  76. }
  77. .phone {
  78. font-size: 27px;
  79. }
  80. /*header styles*/
  81. header {
  82. background-image: url(../img/bg.png);
  83. border-bottom: 1px solid #fff;
  84. background-size: 100%;
  85. background-size: cover;
  86. background-position: center center;
  87. position: relative;
  88. }
  89. header .top-mnu {
  90. min-height: 130px;
  91. line-height: 130px;
  92. background-color: rgba(255, 255, 255, .7);
  93. width: 100%;
  94. top: 0;
  95. left: 0;
  96. z-index: 99;
  97. }
  98. header .top-mnu .logo {
  99. vertical-align: middle;
  100. }
  101. nav ul li {
  102. text-transform: uppercase;
  103. display: inline-block;
  104. color: #000;
  105. font-size: 17px;
  106. text-align: center;
  107. width: 30%;
  108. }
  109. nav ul li:hover {
  110. color: #33aefd;
  111. }
  112. nav ul li:last-child:after {
  113. display: none;
  114. }
  115. .top-mnu .contacts {
  116. text-align: right;
  117. line-height: 50px;
  118. }
  119. /*//slider*/
  120. .slider {
  121. padding: 250px 0;
  122. background-color: rgba(0, 0, 0, .6);
  123. /*padding: 55px 0 60px;*/
  124. }
  125. .slider .slide-item {
  126. text-align: center;
  127. }
  128. h1 {
  129. text-transform: uppercase;
  130. color: #fff;
  131. font-size: 30px;
  132. line-height: 80px;
  133. font-weight: 200;
  134. }
  135. .slider h2 {
  136. font-size: 23px;
  137. color: #fff;
  138. font-weight: 200;
  139. }
  140. img.stripe-block {
  141. position: absolute;
  142. top: 10%;
  143. width: 90%;
  144. z-index: -1;
  145. }
  146. .em {
  147. color: #33aefd;
  148. }
  149. .common-h2 {
  150. text-align: center;
  151. font-size: 30px;
  152. margin: 40px auto;
  153. max-width: 80%;
  154. width: 740px;
  155. }
  156. .common-h2 .em {
  157. font-size: 100%;
  158. text-transform: uppercase;
  159. }
  160. /*chess*/
  161. .chess-item {
  162. text-align: center;
  163. display: inline-block;
  164. font-size: 23px;
  165. position: relative;
  166. box-sizing: padding-box;
  167. margin-top: 40px;
  168. }
  169. .row.top .chess-item {
  170. width: 32%;
  171. }
  172. .row.bottom .chess-item {
  173. width: 49%;
  174. }
  175. .chess-item p:before {
  176. content: " ";
  177. display: block;
  178. width: 140px;
  179. height: 140px;
  180. position: absolute;
  181. left: 0;
  182. top: 0;
  183. background-image: url(../img/l-stripe.png);
  184. background-repeat: no-repeat;
  185. }
  186. .advs .chess-item p:before {
  187. display: none;
  188. }
  189. .advs .chess-item:before {
  190. content: " ";
  191. display: block;
  192. width: 140px;
  193. height: 140px;
  194. position: absolute;
  195. left: 0;
  196. top: 0;
  197. background-repeat: no-repeat;
  198. color: #b0e0ff;
  199. font-size: 200px;
  200. line-height: 140px;
  201. font-weight: 900;
  202. }
  203. .advs .row.top .chess-item:nth-child(1):before {
  204. content: "1 ";
  205. }
  206. .advs .row.top .chess-item:nth-child(2):before {
  207. content: "2";
  208. }
  209. .advs .row.top .chess-item:nth-child(3):before {
  210. content: "3 ";
  211. }
  212. .advs .row.bottom .chess-item:nth-child(1):before {
  213. content: "4 ";
  214. }
  215. .advs .row.bottom .chess-item:nth-child(2):before {
  216. content: "5";
  217. }
  218. .chess-item p {
  219. position: relative;
  220. max-width: 400px;
  221. margin: 0 auto;
  222. padding: 40px 0;
  223. text-align: left;
  224. padding-left: 40px;
  225. }
  226. section h1 {
  227. position: relative;
  228. display: inline-block;
  229. color: #000;
  230. }
  231. section h1:after {
  232. content: "";
  233. display: block;
  234. position: absolute;
  235. width: 90px;
  236. height: 1px;
  237. background-color: #33aefd;
  238. top: 50%;
  239. right: -50%;
  240. }
  241. section h1.rev:after {
  242. left: -50%;
  243. }
  244. .accept,
  245. .advs {
  246. background-image: url(../img/bg2.png);
  247. -webkit-background-size: cover;
  248. background-size: cover;
  249. padding-bottom: 20px;
  250. }
  251. .accept .common-h2 {
  252. font-weight: 100;
  253. }
  254. .border-btn.rev {
  255. color: #fff;
  256. background-color: #33aefd;
  257. display: block;
  258. margin: 0 auto;
  259. }
  260. .nine-item {
  261. text-align: center;
  262. display: inline-block;
  263. width: 19.5%;
  264. margin-top: 50px;
  265. vertical-align: text-bottom;
  266. }
  267. .nine-item img {
  268. max-width: 40%;
  269. }
  270. .nine-p {
  271. font-size: 16px;
  272. margin-top: 20px;
  273. }
  274. .row.bottom-9 .nine-item .img {
  275. transform: translateX(50%);
  276. }
  277. .advs h2 {
  278. text-align: left;
  279. font-weight: 400;
  280. }
  281. .advs .chess-item p {
  282. padding-top: 20px;
  283. font-size: 16px;
  284. }
  285. .advs .chess-item p.h2 {
  286. padding-bottom: 0;
  287. padding-top: 40px;
  288. text-transform: uppercase;
  289. font-size: 28px;
  290. }
  291. .advs .row.bottom .chess-item {
  292. width: 33%;
  293. transform: translateX(50%);
  294. }
  295. .async .row.top,
  296. .async .row.bottom {
  297. position: relative;
  298. }
  299. .async .text-img {
  300. background-image: url(../img/bg3.png);
  301. -webkit-background-size: cover;
  302. background-size: cover;
  303. display: inline-block;
  304. margin: 100px 0;
  305. width: 700px;
  306. max-width: 60%;
  307. min-height: 500px;
  308. text-align: left;
  309. }
  310. .async .row.top img,
  311. .async .row.bottom img {
  312. position: absolute;
  313. top: 0;
  314. max-width: 48%;
  315. z-index: -1;
  316. }
  317. .async .row.top img {
  318. right: 0;
  319. }
  320. .async .row.bottom img {
  321. left: 0;
  322. }
  323. .async .row.bottom {
  324. text-align: right;
  325. }
  326. .text-img {
  327. padding: 40px;
  328. }
  329. .text-img .head {
  330. font-size: 50px;
  331. font-weight: bold;
  332. text-transform: uppercase;
  333. width: 50%;
  334. }
  335. .container.h1-rev {
  336. text-align: right;
  337. }
  338. .content {
  339. max-width: 70%;
  340. padding-left: 100px;
  341. position: relative;
  342. margin-top: 20px;
  343. /*font-size: 20px;*/
  344. max-width: 370px;
  345. }
  346. .content:after {
  347. content: "";
  348. display: block;
  349. position: absolute;
  350. width: 70px;
  351. height: 1px;
  352. background-color: #33aefd;
  353. top: 17px;
  354. left: 0%;
  355. }
  356. .content * {
  357. padding-top: 10px;
  358. font-size: 17px;
  359. }
  360. .serv-type {
  361. margin-top: 10px;
  362. list-style-type: none;
  363. }
  364. .serv-type li:before {
  365. content: " ";
  366. display: inline-block;
  367. width: 5px;
  368. height: 5px;
  369. background-color: #33aefd;
  370. margin-right: 10px;
  371. margin-left: 10px;
  372. vertical-align: middle;
  373. }
  374. .icons-item {
  375. display: inline-block;
  376. width: 24%;
  377. text-align: center;
  378. vertical-align: bottom;
  379. margin-top: 30px;
  380. }
  381. .icons-item img {
  382. max-width: 80%;
  383. }
  384. .clients {
  385. padding-bottom: 50px;
  386. }
  387. footer {
  388. background-color: #33aefd;
  389. color: #fff;
  390. padding-top: 30px;
  391. }
  392. .sign {
  393. border-top: 1px solid #fff;
  394. text-align: center;
  395. padding: 10px 0;
  396. margin-top: 20px;
  397. }
  398. .city {
  399. font-weight: 100;
  400. font-size: 24px;
  401. }
  402. .addr,
  403. .mail,
  404. .phone {
  405. font-size: 17px;
  406. margin-top: 15px;
  407. max-width: 330px;
  408. font-weight: 100;
  409. }
  410. .phone {
  411. max-width: 100%;
  412. }
  413. .num {
  414. font-size: 30px;
  415. margin-top: 15px;
  416. }
  417. form {
  418. margin-top: 20px;
  419. max-width: 330px;
  420. }
  421. .field:focus {
  422. border: 1px solid #fff;
  423. outline: none;
  424. }
  425. .field {
  426. border: 1px solid #fff;
  427. width: 300px;
  428. height: 50px;
  429. background-color: transparent;
  430. box-sizing: border-box;
  431. padding-left: 5px;
  432. margin-top: 10px;
  433. -webkit-appearance: none;
  434. }
  435. .field.sub {
  436. color: #33aefd;
  437. background-color: #fff;
  438. }
  439. .center {
  440. display: inline-block;
  441. text-align: left;
  442. position: relative;
  443. }
  444. footer .left,
  445. footer .right {
  446. text-align: center;
  447. position: relative;
  448. }
  449. footer .left .center:after {
  450. content: "";
  451. display: block;
  452. margin-top: 225px;
  453. width: 90px;
  454. height: 2px;
  455. background-color: #FFF;
  456. }
  457. .content.lh {
  458. line-height: 35px;
  459. }
  460. .error {
  461. border: 1px solid lightcoral !important;
  462. }
  463. .popup {
  464. background-color: #363739;
  465. min-height: 70vh;
  466. /*width: 380px;*/
  467. position: fixed;
  468. top: 0;
  469. right: 0;
  470. padding: 3% 5%;
  471. max-width: 50%;
  472. display: none;
  473. color: #fff;
  474. }
  475. .popup .close {
  476. width: 30px;
  477. height: 30px;
  478. float: right;
  479. color: #fff;
  480. font-size: 40px;
  481. }
  482. .popup .submit {
  483. width: 100%;
  484. background-color: #009bfe;
  485. margin-top: 40px;
  486. color: #fff;
  487. border: none;
  488. outline: none;
  489. height: 50px;
  490. line-height: 50px;
  491. text-transform: uppercase;
  492. }
  493. .popup .title {
  494. font-size: 30px;
  495. color: #fff;
  496. text-align: center;
  497. margin-top: 60px;
  498. margin-bottom: 5px;
  499. }
  500. .popup .nameText {
  501. color: #6a98b0;
  502. font-size: 20px;
  503. text-align: left;
  504. margin-top: 35px;
  505. margin-bottom: 12px;
  506. }
  507. .popup .textArea {
  508. width: 100%;
  509. background-color: #363739;
  510. border: solid 2px #fff;
  511. line-height: 36px;
  512. }
  513. .popup form {
  514. max-width: 100%;
  515. }