main.css 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776
  1. @media screen and (min-width: 1209px) {
  2. .main-button:hover {
  3. background-color: #CDB092;
  4. }
  5. .main-button--header:hover {
  6. background-color: #A52841;
  7. }
  8. .main-button--white:hover {
  9. background-color: #F7F7F7;
  10. }
  11. .general-more:hover {
  12. color: #1C1C1C;
  13. border-color: #CDB092;
  14. }
  15. .general-more:hover .icon-arrow-right {
  16. color: #CDB092;
  17. }
  18. .general-more--dark:hover {
  19. color: #ffffff;
  20. border-color: #CDB092;
  21. }
  22. .breadcrumbs__item:hover {
  23. color: #CDB092;
  24. }
  25. }
  26. /* General */
  27. * {
  28. margin: 0;
  29. padding: 0;
  30. box-sizing: border-box;
  31. -webkit-appearance: none;
  32. -moz-appearance: none;
  33. -ms-appearance: none;
  34. -o-appearance: none;
  35. appearance: none;
  36. }
  37. ul[class] {
  38. list-style: none;
  39. }
  40. ol[class] {
  41. list-style: none;
  42. }
  43. ul:not([class]),
  44. ol:not([class]) {
  45. padding-left: 17px;
  46. }
  47. img {
  48. max-width: 100%;
  49. max-height: 100%;
  50. vertical-align: top;
  51. }
  52. a {
  53. font: inherit;
  54. color: inherit;
  55. text-decoration: none;
  56. }
  57. textarea {
  58. font: inherit;
  59. color: inherit;
  60. outline: none;
  61. }
  62. input {
  63. font: inherit;
  64. color: inherit;
  65. outline: none;
  66. }
  67. button {
  68. font: inherit;
  69. color: inherit;
  70. text-transform: inherit;
  71. outline: none;
  72. border: none;
  73. background: none;
  74. cursor: pointer;
  75. }
  76. input[type=number]::-webkit-inner-spin-button {
  77. -webkit-appearance: none;
  78. -moz-appearance: none;
  79. -ms-appearance: none;
  80. -o-appearance: none;
  81. appearance: none;
  82. }
  83. input[type=date]::-webkit-inner-spin-button {
  84. -webkit-appearance: none;
  85. -moz-appearance: none;
  86. -ms-appearance: none;
  87. -o-appearance: none;
  88. appearance: none;
  89. }
  90. html {
  91. overflow-x: hidden;
  92. -webkit-overflow-scrolling: touch;
  93. }
  94. html.overflow {
  95. height: auto;
  96. position: relative;
  97. overflow: hidden !important;
  98. margin-right: 17px;
  99. }
  100. body {
  101. display: flex;
  102. flex-direction: column;
  103. overflow: hidden;
  104. min-width: 320px;
  105. min-height: 100vh;
  106. font-family: "Basis Grotesque Pro";
  107. font-weight: 400;
  108. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  109. -webkit-overflow-scrolling: touch;
  110. -webkit-font-smoothing: antialiased;
  111. -moz-osx-font-smoothing: grayscale;
  112. color: #1C1C1C;
  113. background-color: #ffffff;
  114. }
  115. main {
  116. position: relative;
  117. }
  118. .container {
  119. max-width: 1280px;
  120. width: 100%;
  121. padding: 0px 55px;
  122. margin: 0px auto;
  123. }
  124. .main-button {
  125. display: flex;
  126. justify-content: center;
  127. align-items: center;
  128. font-weight: 500;
  129. font-size: 13px;
  130. line-height: 17px;
  131. letter-spacing: 0.05em;
  132. text-transform: uppercase;
  133. color: #ffffff;
  134. max-width: 190px;
  135. width: 100%;
  136. height: 53px;
  137. background-color: #AD957C;
  138. transition: background-color 0.4s;
  139. }
  140. .main-button--header {
  141. font-size: 10px;
  142. max-width: 142px;
  143. height: 40px;
  144. background-color: #561623;
  145. }
  146. .main-button--white {
  147. color: #1C1C1C;
  148. background-color: transparent;
  149. border: 1px solid #AD957C;
  150. }
  151. .general-header {
  152. display: flex;
  153. flex-direction: column;
  154. align-items: center;
  155. text-align: center;
  156. margin-bottom: 40px;
  157. }
  158. .general-header__icon {
  159. display: block;
  160. width: 37px;
  161. height: 31px;
  162. background-size: contain;
  163. background-position: center;
  164. background-repeat: no-repeat;
  165. margin-bottom: 15px;
  166. }
  167. .main-caption-l {
  168. font-family: "Cochin", serif;
  169. font-weight: bold;
  170. font-size: 36px;
  171. line-height: 42px;
  172. letter-spacing: 0.05em;
  173. text-transform: uppercase;
  174. color: #1C1C1C;
  175. }
  176. .main-caption-s {
  177. font-family: "Cochin", serif;
  178. font-weight: 700;
  179. font-size: 24px;
  180. line-height: 28px;
  181. letter-spacing: 0.05em;
  182. text-transform: uppercase;
  183. }
  184. .main-caption-m {
  185. font-family: "Cochin", serif;
  186. font-weight: 700;
  187. font-size: 28px;
  188. line-height: 33px;
  189. letter-spacing: 0.05em;
  190. text-transform: uppercase;
  191. }
  192. .general-more {
  193. font-weight: 500;
  194. font-size: 12px;
  195. line-height: 15px;
  196. letter-spacing: 0.05em;
  197. text-transform: uppercase;
  198. color: #333333;
  199. padding: 0px 0px 8px 8px;
  200. border-bottom: 1px solid #AD957C;
  201. position: relative;
  202. z-index: 1;
  203. transition: color 0.4s, border-color 0.4s;
  204. }
  205. .general-more::before {
  206. content: "";
  207. position: absolute;
  208. left: 0px;
  209. top: 0px;
  210. width: 12px;
  211. height: 15px;
  212. background-color: #E0E0E0;
  213. z-index: -1;
  214. }
  215. .general-more .icon-arrow-right {
  216. font-size: 8px;
  217. color: #AD957C;
  218. transition: color 0.4s;
  219. margin-left: 7px;
  220. }
  221. .general-more--dark {
  222. color: #FFFFFF;
  223. }
  224. .general-more--dark::before {
  225. background-color: #561623;
  226. }
  227. .main-input__wrapper {
  228. display: block;
  229. width: 100%;
  230. margin-bottom: 20px;
  231. position: relative;
  232. }
  233. .main-input__wrapper:last-of-type {
  234. margin-bottom: 0px;
  235. }
  236. .main-input__wrapper .error-text {
  237. position: absolute;
  238. left: 0px;
  239. bottom: -18px;
  240. font-size: 12px;
  241. line-height: 120%;
  242. color: #A52841;
  243. visibility: hidden;
  244. }
  245. .main-input {
  246. width: 100%;
  247. height: 30px;
  248. font-size: 14px;
  249. line-height: 18px;
  250. padding-bottom: 10px;
  251. border: none;
  252. background: none;
  253. border-bottom: 1px solid #E0E0E0;
  254. transition: border-color 0.4s;
  255. }
  256. .main-input::placeholder {
  257. font-size: 14px;
  258. line-height: 18px;
  259. color: #AD957C;
  260. }
  261. .main-input:focus {
  262. border-color: #CDB092;
  263. }
  264. .main-input:disabled::placeholder {
  265. color: #E0E0E0;
  266. }
  267. .main-input.active {
  268. border-color: #AD957C;
  269. }
  270. .main-input.error {
  271. border-color: #A52841;
  272. }
  273. .main-input.error + .error-text {
  274. visibility: visible;
  275. }
  276. .icon-phone {
  277. font-size: 15px;
  278. margin-right: 12px;
  279. }
  280. .icon-place {
  281. font-size: 16px;
  282. margin-right: 15px;
  283. }
  284. .icon-email {
  285. font-size: 12px;
  286. margin-right: 12px;
  287. }
  288. /* Breadcrumbs */
  289. .breadcrumbs {
  290. margin: 42px 0px;
  291. }
  292. .breadcrumbs__list {
  293. display: flex;
  294. align-items: center;
  295. font-size: 14px;
  296. line-height: 14px;
  297. }
  298. .breadcrumbs__item {
  299. margin-right: 25px;
  300. position: relative;
  301. transition: color 0.4s;
  302. }
  303. .breadcrumbs__item::before {
  304. content: "";
  305. position: absolute;
  306. right: -13px;
  307. top: 50%;
  308. transform: translateY(-50%);
  309. width: 4px;
  310. height: 4px;
  311. background-color: #AD957C;
  312. }
  313. .breadcrumbs__item:last-child {
  314. color: #BDBDBD;
  315. pointer-events: none;
  316. }
  317. .breadcrumbs__item:last-child::before {
  318. display: none;
  319. }
  320. /* //Breadcrumbs */
  321. /* Seo block */
  322. .seo-block {
  323. margin-bottom: 100px;
  324. }
  325. .seo-block__content {
  326. font-size: 16px;
  327. line-height: 150%;
  328. }
  329. .seo-block__content h5 {
  330. font-size: 16px;
  331. line-height: 150%;
  332. margin-bottom: 10px;
  333. }
  334. .seo-block__content p {
  335. margin-bottom: 30px;
  336. }
  337. .seo-block__content p:last-child {
  338. margin-bottom: 0px;
  339. }
  340. /* //Seo block */
  341. @media screen and (max-width: 1280px) {
  342. .container {
  343. max-width: 1210px;
  344. padding: 0px 20px;
  345. }
  346. }
  347. @media screen and (max-width: 1210px) {
  348. html.overflow {
  349. margin-right: 0px;
  350. }
  351. .container {
  352. max-width: 400px;
  353. padding: 0px 20px;
  354. }
  355. .main-caption-l {
  356. font-size: 24px;
  357. line-height: 28px;
  358. }
  359. .main-caption-s {
  360. font-size: 20px;
  361. line-height: 23px;
  362. }
  363. .general-header {
  364. margin-bottom: 30px;
  365. }
  366. /* Seo block */
  367. .seo-block {
  368. margin-bottom: 50px;
  369. }
  370. }
  371. [class^="icon-"],
  372. [class*=" icon-"] {
  373. /* use !important to prevent issues with browser extensions that change fonts */
  374. font-family: 'icomoon' !important;
  375. speak: never;
  376. font-style: normal;
  377. font-weight: normal;
  378. font-variant: normal;
  379. text-transform: none;
  380. line-height: 1;
  381. /* Better Font Rendering =========== */
  382. -webkit-font-smoothing: antialiased;
  383. -moz-osx-font-smoothing: grayscale;
  384. }
  385. .icon-arrow-left:before {
  386. content: "\e900";
  387. }
  388. .icon-arrow-right:before {
  389. content: "\e901";
  390. }
  391. .icon-email:before {
  392. content: "\e902";
  393. }
  394. .icon-phone:before {
  395. content: "\e903";
  396. }
  397. .icon-place:before {
  398. content: "\e904";
  399. }
  400. @font-face {
  401. font-family: "Basis Grotesque Pro";
  402. src: url(../fonts/BasisGrotesquePro-Regular.ttf);
  403. font-style: normal;
  404. font-weight: 400;
  405. font-display: swap;
  406. }
  407. @font-face {
  408. font-family: "Basis Grotesque Pro";
  409. src: url(../fonts/BasisGrotesquePro-Medium.ttf);
  410. font-style: normal;
  411. font-weight: 500;
  412. font-display: swap;
  413. }
  414. @font-face {
  415. font-family: "Basis Grotesque Pro";
  416. src: url(../fonts/BasisGrotesquePro-Bold.ttf);
  417. font-style: normal;
  418. font-weight: 700;
  419. font-display: swap;
  420. }
  421. @font-face {
  422. font-family: "Cochin";
  423. src: url(../fonts/Cochin-Bold.ttf);
  424. font-style: normal;
  425. font-weight: 700;
  426. font-display: swap;
  427. }
  428. @font-face {
  429. font-family: 'icomoon';
  430. src: url('../fonts/icomoon.ttf');
  431. font-weight: normal;
  432. font-style: normal;
  433. font-display: block;
  434. }
  435. @media screen and (min-width: 1209px) {
  436. /* Header hover */
  437. .header__contact-link:hover {
  438. color: #ffffff;
  439. }
  440. .header__link:hover {
  441. color: #CDB092;
  442. }
  443. }
  444. /* Header */
  445. .header__top {
  446. display: flex;
  447. align-items: center;
  448. height: 30px;
  449. background-color: #39060A;
  450. }
  451. .header__contact-list {
  452. display: flex;
  453. justify-content: flex-end;
  454. }
  455. .header__contact-item {
  456. display: flex;
  457. align-items: center;
  458. font-weight: 500;
  459. font-size: 11px;
  460. line-height: 14px;
  461. margin-right: 30px;
  462. color: #BDBDBD;
  463. }
  464. .header__contact-item:last-child {
  465. margin-right: 0px;
  466. }
  467. .header__contact-link {
  468. transition: color 0.4s;
  469. }
  470. .header__main {
  471. display: flex;
  472. align-items: center;
  473. background-color: #7A1B2E;
  474. height: 65px;
  475. }
  476. .header__main__wrapper {
  477. display: flex;
  478. align-items: center;
  479. justify-content: space-between;
  480. }
  481. .header__logo {
  482. width: 100px;
  483. height: 41px;
  484. }
  485. .header__nav {
  486. margin-left: 40px;
  487. }
  488. .header__list {
  489. display: flex;
  490. align-items: center;
  491. font-weight: 500;
  492. font-size: 12px;
  493. line-height: 15px;
  494. letter-spacing: 0.05em;
  495. text-transform: uppercase;
  496. color: #ffffff;
  497. }
  498. .header__item {
  499. margin-right: 30px;
  500. }
  501. .header__item:last-child {
  502. margin-right: 0px;
  503. }
  504. .header__link {
  505. transition: color 0.4s;
  506. }
  507. .header-burger-menu,
  508. .header__burger-button {
  509. display: none;
  510. }
  511. @media screen and (max-width: 1210px) {
  512. .header__top .header__contact-item {
  513. margin-right: 0px;
  514. }
  515. .header__top .header__contact-item:nth-child(n + 2) {
  516. display: none;
  517. }
  518. .header__logo {
  519. width: 70px;
  520. height: 29px;
  521. margin-right: 20px;
  522. }
  523. .header-burger-menu {
  524. display: block;
  525. position: fixed;
  526. left: 0px;
  527. top: 0px;
  528. width: 100%;
  529. height: 100%;
  530. padding: 75px 20px 20px;
  531. background-color: #39060A;
  532. overflow: auto;
  533. scrollbar-width: none;
  534. -ms-overflow-style: none;
  535. z-index: 4;
  536. transform: translateX(101%);
  537. }
  538. .header-burger-menu.active {
  539. transform: translateX(0%);
  540. transition: transform 0.4s;
  541. }
  542. .header-burger-menu::-webkit-scrollbar {
  543. display: none;
  544. }
  545. .header__nav {
  546. display: none;
  547. }
  548. .header__list--burger {
  549. flex-direction: column;
  550. align-items: flex-start;
  551. padding-bottom: 30px;
  552. border-bottom: 1px solid #561623;
  553. font-size: 14px;
  554. line-height: 18px;
  555. }
  556. .header__item {
  557. margin-bottom: 30px;
  558. }
  559. .header__item:last-child {
  560. margin-bottom: 0px;
  561. }
  562. .header__contact-list--burger {
  563. flex-direction: column;
  564. justify-content: flex-start;
  565. margin-top: 30px;
  566. font-size: 14px;
  567. line-height: 18px;
  568. }
  569. .header__contact-list--burger .header__contact-item {
  570. margin-bottom: 30px;
  571. }
  572. .header__contact-list--burger .header__contact-item:last-child {
  573. margin-bottom: 0px;
  574. }
  575. .close__popup--burger::before,
  576. .close__popup--burger::after {
  577. background-color: #ffffff;
  578. }
  579. .header__burger-button {
  580. display: block;
  581. width: 25px;
  582. height: 18px;
  583. margin-left: 20px;
  584. border-top: 2px solid #ffffff;
  585. border-bottom: 2px solid #ffffff;
  586. position: relative;
  587. }
  588. .header__burger-button::before {
  589. content: "";
  590. position: absolute;
  591. left: 0px;
  592. top: 50%;
  593. transform: translateY(-50%);
  594. width: 100%;
  595. height: 2px;
  596. background-color: #ffffff;
  597. }
  598. }
  599. /* //Header */
  600. /* Main-banner */
  601. @media screen and (min-width: 1209px) {
  602. .main-banner__nav-button:hover {
  603. border-color: #ffffff;
  604. color: #ffffff;
  605. }
  606. }
  607. .main-banner {
  608. margin-bottom: 50px;
  609. }
  610. .main-banner__list {
  611. width: 100%;
  612. height: 426px;
  613. position: relative;
  614. }
  615. .main-banner__item {
  616. position: absolute;
  617. left: 0px;
  618. top: 0px;
  619. width: 100%;
  620. height: 100%;
  621. color: #ffffff;
  622. z-index: 0;
  623. }
  624. .main-banner__item.show {
  625. z-index: 1;
  626. }
  627. .main-banner__item.show .main-banner__item__img {
  628. opacity: 1;
  629. }
  630. .main-banner__item.show .main-banner__item__wrapper .main-button {
  631. transform: translateX(0px);
  632. opacity: 1;
  633. }
  634. .main-banner__item.show .main-banner__item__caption {
  635. transform: translateX(0px);
  636. opacity: 1;
  637. }
  638. .main-banner__item.show .main-banner__item__sub {
  639. transform: translateX(0px);
  640. opacity: 1;
  641. }
  642. .main-banner__item__img {
  643. position: absolute;
  644. left: 0px;
  645. top: 0px;
  646. width: 100%;
  647. height: 100%;
  648. background-position: center;
  649. background-repeat: no-repeat;
  650. background-size: cover;
  651. opacity: 0;
  652. transition: opacity 0.6s;
  653. }
  654. .main-banner__item__img::before {
  655. content: "";
  656. position: absolute;
  657. left: 0px;
  658. top: 0px;
  659. width: 100%;
  660. height: 100%;
  661. background: linear-gradient(0deg, rgba(28, 28, 28, 0.35), rgba(28, 28, 28, 0.35));
  662. }
  663. .main-banner__item__wrapper {
  664. display: flex;
  665. flex-direction: column;
  666. justify-content: center;
  667. height: 100%;
  668. padding-left: 155px;
  669. }
  670. .main-banner__item__wrapper .main-button {
  671. transform: translateX(-100px);
  672. opacity: 0;
  673. transition: opacity 0.4s 0.4s, transform 0.4s 0.4s, background-color 0.4s;
  674. }
  675. .main-banner__item__caption {
  676. font-family: "Cochin", serif;
  677. font-weight: 700;
  678. font-size: 48px;
  679. line-height: 56px;
  680. letter-spacing: 0.05em;
  681. text-transform: uppercase;
  682. margin-bottom: 20px;
  683. max-width: 500px;
  684. transform: translateX(-100px);
  685. opacity: 0;
  686. transition: opacity 0.4s, transform 0.4s;
  687. }
  688. .main-banner__item__sub {
  689. font-size: 16px;
  690. line-height: 21px;
  691. margin-bottom: 20px;
  692. max-width: 500px;
  693. transform: translateX(-100px);
  694. opacity: 0;
  695. transition: opacity 0.4s 0.2s, transform 0.4s 0.2s;
  696. }
  697. .main-banner__nav-wrapper {
  698. display: flex;
  699. justify-content: flex-end;
  700. margin-top: -81px;
  701. position: relative;
  702. z-index: 2;
  703. }
  704. .main-banner__nav-list {
  705. display: flex;
  706. align-items: center;
  707. background-color: rgba(255, 255, 255, 0.25);
  708. padding: 20px;
  709. color: #E0E0E0;
  710. }
  711. .main-banner__nav-button {
  712. display: flex;
  713. flex-direction: column;
  714. padding-left: 15px;
  715. border-left: 1px solid #E0E0E0;
  716. padding-right: 30px;
  717. font-weight: 500;
  718. font-size: 14px;
  719. line-height: 18px;
  720. width: 200px;
  721. transition: border-color 0.4s, color 0.4s;
  722. }
  723. .main-banner__nav-button:last-child {
  724. padding-right: 0px;
  725. }
  726. .main-banner__nav-button.active {
  727. border-color: #ffffff;
  728. color: #ffffff;
  729. }
  730. .main-banner__nav__number {
  731. font-size: 12px;
  732. margin-bottom: 5px;
  733. }
  734. .main-banner__nav__text {
  735. white-space: nowrap;
  736. text-overflow: ellipsis;
  737. overflow: hidden;
  738. width: 100%;
  739. text-align: left;
  740. }
  741. .main-banner__nav-arrows {
  742. display: none;
  743. }
  744. @media screen and (max-width: 1280px) {
  745. .main-banner__item__wrapper {
  746. padding-left: 120px;
  747. }
  748. }
  749. @media screen and (max-width: 1210px) {
  750. .main-banner__list {
  751. height: 360px;
  752. }
  753. .main-banner__item__wrapper {
  754. padding-left: 20px;
  755. padding-top: 50px;
  756. }
  757. .main-banner__item__wrapper .main-button {
  758. margin-top: auto;
  759. margin-bottom: 105px;
  760. }
  761. .main-banner__item__caption {
  762. font-size: 30px;
  763. line-height: 35px;
  764. }
  765. .main-banner__item__sub {
  766. font-size: 16px;
  767. line-height: 21px;
  768. }
  769. .main-banner__nav-wrapper {
  770. margin-top: -74px;
  771. padding: 0px;
  772. }
  773. .main-banner__nav-list {
  774. position: relative;
  775. justify-content: space-between;
  776. width: 100%;
  777. padding: 13px 20px;
  778. }
  779. .main-banner__nav-button {
  780. padding-left: 10px;
  781. padding-right: 20px;
  782. width: calc(100% - 95px);
  783. }
  784. .main-banner__nav-button:not(.active) {
  785. position: absolute;
  786. opacity: 0;
  787. left: 0px;
  788. top: 0px;
  789. }
  790. .main-banner__nav-arrows {
  791. display: flex;
  792. align-items: center;
  793. }
  794. .main-banner__nav-arrows__item {
  795. display: flex;
  796. justify-content: center;
  797. align-items: center;
  798. width: 48px;
  799. height: 48px;
  800. border: 1px solid #E0E0E0;
  801. color: #E0E0E0;
  802. font-size: 9px;
  803. }
  804. .main-banner__nav-arrows__item:first-child {
  805. border-right: none;
  806. }
  807. .main-banner__nav-arrows__item:last-child {
  808. margin-left: -1px;
  809. }
  810. }
  811. /* /Main-banner */
  812. /* Our services */
  813. .our-services {
  814. margin-bottom: 150px;
  815. }
  816. .our-services__list {
  817. display: flex;
  818. flex-wrap: wrap;
  819. margin-right: -30px;
  820. margin-bottom: -50px;
  821. }
  822. .our-services__item {
  823. display: flex;
  824. flex-direction: column;
  825. align-items: flex-start;
  826. width: calc(25% - 30px);
  827. margin-right: 30px;
  828. margin-bottom: 50px;
  829. }
  830. .our-services__item .general-more {
  831. margin-top: auto;
  832. }
  833. .our-services__item__img {
  834. width: 100%;
  835. height: 120px;
  836. margin-bottom: 13px;
  837. }
  838. .our-services__item__img img {
  839. width: 100%;
  840. height: 100%;
  841. object-fit: cover;
  842. }
  843. .our-services__item__caption {
  844. font-family: "Cochin", serif;
  845. font-weight: 700;
  846. font-size: 20px;
  847. line-height: 120%;
  848. letter-spacing: 0.05em;
  849. text-transform: uppercase;
  850. margin-bottom: 10px;
  851. }
  852. .our-services__item__text {
  853. font-size: 14px;
  854. line-height: 150%;
  855. display: -webkit-box;
  856. -webkit-box-orient: vertical;
  857. -webkit-line-clamp: 2;
  858. overflow: hidden;
  859. text-overflow: ellipsis;
  860. max-height: 42px;
  861. margin-bottom: 14px;
  862. }
  863. @media screen and (max-width: 1210px) {
  864. .our-services {
  865. margin-bottom: 50px;
  866. }
  867. .our-services__list--main-page .our-services__item {
  868. display: none;
  869. }
  870. .our-services__list--main-page .our-services__item:first-child {
  871. display: flex;
  872. }
  873. .our-services__list {
  874. margin-right: 0px;
  875. margin-bottom: -20px;
  876. }
  877. .our-services__item {
  878. width: 100%;
  879. margin-right: 0px;
  880. margin-bottom: 20px;
  881. }
  882. }
  883. /* //Our services */
  884. /* Price block */
  885. @media screen and (min-width: 1209px) {
  886. .price-block__item:hover {
  887. background-color: #F8F8F8;
  888. }
  889. .price-block__tabs .price-block__tabs__item:hover {
  890. color: #AD957C;
  891. }
  892. }
  893. .price-block {
  894. margin-bottom: 150px;
  895. }
  896. .price-block__tabs {
  897. display: flex;
  898. justify-content: center;
  899. margin-bottom: 40px;
  900. }
  901. .price-block__tabs .price-block__tabs__item:first-child {
  902. margin-right: 45px;
  903. }
  904. .price-block__tabs__item {
  905. font-family: "Cochin", serif;
  906. font-weight: 700;
  907. font-size: 20px;
  908. line-height: 23px;
  909. text-align: center;
  910. text-transform: uppercase;
  911. position: relative;
  912. transition: color 0.4s;
  913. }
  914. .price-block__tabs__item.active {
  915. color: #AD957C;
  916. }
  917. .price-block__tabs__item.active::before {
  918. opacity: 1;
  919. }
  920. .price-block__tabs__item::before {
  921. content: "";
  922. width: 6px;
  923. height: 6px;
  924. position: absolute;
  925. left: -15px;
  926. top: 50%;
  927. transform: translateY(-50%);
  928. background-color: #AD957C;
  929. opacity: 0;
  930. transition: opacity 0.4s;
  931. }
  932. .price-block__list {
  933. display: flex;
  934. }
  935. .price-block__slider {
  936. position: relative;
  937. min-height: 400px;
  938. transition: height 0.4s;
  939. }
  940. .price-block__list--slider {
  941. position: absolute;
  942. width: 100%;
  943. left: 0px;
  944. top: 0px;
  945. transition: opacity 0.4s;
  946. z-index: 0;
  947. }
  948. .price-block__list--slider.show {
  949. z-index: 1;
  950. }
  951. .price-block__list--slider.show .price-block__item--slider {
  952. opacity: 1;
  953. }
  954. .price-block__list--slider.show .price-block__item--slider:nth-child(1) {
  955. transform: translateY(0px);
  956. }
  957. .price-block__list--slider.show .price-block__item--slider:nth-child(2) {
  958. transform: translateY(0px);
  959. }
  960. .price-block__list--slider.show .price-block__item--slider:nth-child(3) {
  961. transform: translateY(0px);
  962. }
  963. .price-block__list--slider.show .price-block__item--slider:nth-child(4) {
  964. transform: translateY(0px);
  965. }
  966. .price-block__item {
  967. display: flex;
  968. flex-direction: column;
  969. width: 25%;
  970. padding: 20px;
  971. text-align: center;
  972. border: 1px solid #E0E0E0;
  973. margin-right: 30px;
  974. transition: background-color 0.4s;
  975. }
  976. .price-block__item:last-child {
  977. margin-right: 0px;
  978. }
  979. .price-block__item .main-button {
  980. margin: auto auto 0px;
  981. }
  982. .price-block__item--slider {
  983. opacity: 0;
  984. }
  985. .price-block__item--slider:nth-child(1) {
  986. transform: translateY(100px);
  987. transition: opacity 0.6s 0s, transform 0.6s 0s;
  988. }
  989. .price-block__item--slider:nth-child(2) {
  990. transform: translateY(100px);
  991. transition: opacity 0.6s 0.2s, transform 0.6s 0.2s;
  992. }
  993. .price-block__item--slider:nth-child(3) {
  994. transform: translateY(100px);
  995. transition: opacity 0.6s 0.4s, transform 0.6s 0.4s;
  996. }
  997. .price-block__item--slider:nth-child(4) {
  998. transform: translateY(100px);
  999. transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  1000. }
  1001. .price-block__item__name {
  1002. font-family: "Cochin", serif;
  1003. font-weight: 700;
  1004. font-size: 18px;
  1005. line-height: 21px;
  1006. letter-spacing: 0.05em;
  1007. text-transform: uppercase;
  1008. color: #7A1B2E;
  1009. max-width: 50%;
  1010. margin: 0px auto 15px;
  1011. }
  1012. .price-block__item__price {
  1013. font-family: "Cochin", serif;
  1014. font-style: normal;
  1015. font-weight: 700;
  1016. font-size: 24px;
  1017. line-height: 28px;
  1018. text-transform: uppercase;
  1019. margin-bottom: 15px;
  1020. }
  1021. .price-block__item__price span {
  1022. padding-left: 10px;
  1023. }
  1024. .price-block__item__installment {
  1025. font-weight: 700;
  1026. font-size: 11px;
  1027. line-height: 14px;
  1028. letter-spacing: 0.05em;
  1029. text-transform: uppercase;
  1030. color: #828282;
  1031. margin-bottom: 5px;
  1032. }
  1033. .price-block__item__installment-price {
  1034. font-weight: 700;
  1035. font-size: 12px;
  1036. line-height: 15px;
  1037. color: #4F4F4F;
  1038. }
  1039. .price-block__sub-list {
  1040. text-align: left;
  1041. margin: 20px 0px 30px;
  1042. font-weight: bold;
  1043. font-size: 13px;
  1044. line-height: 120%;
  1045. color: #4F4F4F;
  1046. }
  1047. .price-block__sub-item {
  1048. position: relative;
  1049. padding-left: 16px;
  1050. margin-bottom: 20px;
  1051. }
  1052. .price-block__sub-item:last-child {
  1053. margin-bottom: 0px;
  1054. }
  1055. .price-block__sub-item::before {
  1056. content: "";
  1057. position: absolute;
  1058. left: 0px;
  1059. top: 5px;
  1060. width: 6px;
  1061. height: 6px;
  1062. background-color: #AD957C;
  1063. }
  1064. .price-block__sub-text {
  1065. margin-bottom: 40px;
  1066. font-size: 16px;
  1067. line-height: 150%;
  1068. }
  1069. .price-block__sub-text__caption {
  1070. font-weight: 500;
  1071. font-size: 18px;
  1072. margin-top: 30px;
  1073. }
  1074. .price-page__item-wrapper {
  1075. margin-bottom: 100px;
  1076. }
  1077. .price-block__tabs__wrapper {
  1078. display: flex;
  1079. justify-content: center;
  1080. margin-bottom: 30px;
  1081. }
  1082. .price-block__tabs__wrapper .price-block__tabs__item::before {
  1083. opacity: 1;
  1084. }
  1085. .price-page__sub-info {
  1086. font-size: 18px;
  1087. line-height: 150%;
  1088. }
  1089. .price-page__sub-info p {
  1090. margin-bottom: 27px;
  1091. padding-left: 13px;
  1092. position: relative;
  1093. }
  1094. .price-page__sub-info p::before {
  1095. content: "";
  1096. width: 23px;
  1097. height: 23px;
  1098. position: absolute;
  1099. left: 0px;
  1100. top: -7px;
  1101. z-index: -1;
  1102. background-color: #E0E0E0;
  1103. }
  1104. .price-page__sub-info p:last-child {
  1105. margin-bottom: 0px;
  1106. }
  1107. @media screen and (max-width: 1210px) {
  1108. .price-block {
  1109. margin-bottom: 50px;
  1110. }
  1111. .price-block__slider {
  1112. min-height: 500px;
  1113. }
  1114. .price-block__list {
  1115. flex-direction: column;
  1116. margin-bottom: -20px;
  1117. }
  1118. .price-block__list--main-page .price-block__item {
  1119. display: none;
  1120. }
  1121. .price-block__list--main-page .price-block__item:nth-child(-n + 2) {
  1122. display: flex;
  1123. }
  1124. .price-block__item {
  1125. width: 100%;
  1126. margin-bottom: 20px;
  1127. margin-right: 0px;
  1128. }
  1129. .price-block__tabs {
  1130. flex-direction: column;
  1131. align-items: center;
  1132. justify-content: center;
  1133. margin-bottom: 30px;
  1134. }
  1135. .price-block__tabs .price-block__tabs__item:first-child {
  1136. margin-bottom: 20px;
  1137. margin-right: 0px;
  1138. }
  1139. }
  1140. /* //Price block */
  1141. /* About us */
  1142. .about-us {
  1143. margin-bottom: 150px;
  1144. }
  1145. .about-us__container {
  1146. background-color: #7A1B2E;
  1147. color: #FFFFFF;
  1148. padding: 30px 30px 30px 50px;
  1149. }
  1150. .about-us__container .main-caption-l {
  1151. color: #FFFFFF;
  1152. }
  1153. .about-us__wrapper-info {
  1154. display: flex;
  1155. }
  1156. .about-us__img {
  1157. width: 500px;
  1158. height: 288px;
  1159. background-size: cover;
  1160. background-position: center;
  1161. background-repeat: no-repeat;
  1162. flex-shrink: 0;
  1163. margin-right: 50px;
  1164. margin-bottom: -50px;
  1165. }
  1166. .about-us__info {
  1167. font-size: 16px;
  1168. line-height: 150%;
  1169. }
  1170. .about-us__info p {
  1171. margin-bottom: 20px;
  1172. }
  1173. .about-us__info p:last-child {
  1174. margin-bottom: 0px;
  1175. }
  1176. .about-us__info .general-more {
  1177. margin-top: 25px;
  1178. }
  1179. .about-us__info__caption {
  1180. font-weight: 500;
  1181. font-size: 18px;
  1182. line-height: 23px;
  1183. margin-bottom: 20px;
  1184. }
  1185. .about-us__wrapper-sub-info {
  1186. font-size: 16px;
  1187. line-height: 150%;
  1188. margin-top: 38px;
  1189. }
  1190. @media screen and (max-width: 1210px) {
  1191. .about-us {
  1192. margin-bottom: 50px;
  1193. }
  1194. .about-us__wrapper {
  1195. padding: 0px;
  1196. }
  1197. .about-us__container {
  1198. flex-direction: column;
  1199. padding: 50px 20px;
  1200. }
  1201. .about-us__wrapper-info {
  1202. flex-direction: column;
  1203. }
  1204. .about-us__img {
  1205. width: 100%;
  1206. height: 162px;
  1207. margin-bottom: 30px;
  1208. margin-right: 0px;
  1209. }
  1210. }
  1211. /* About us */
  1212. /* Call back */
  1213. @media screen and (min-width: 1209px) {
  1214. .call-back__info-link:hover {
  1215. color: #1C1C1C;
  1216. }
  1217. }
  1218. .call-back {
  1219. margin-bottom: 150px;
  1220. }
  1221. .call-back__wrapper {
  1222. display: flex;
  1223. align-items: center;
  1224. position: relative;
  1225. }
  1226. .call-back__wrapper::before {
  1227. content: "";
  1228. position: absolute;
  1229. left: 55px;
  1230. top: 0px;
  1231. height: 100%;
  1232. width: 1px;
  1233. background-color: #7A1B2E;
  1234. }
  1235. .call-back__form {
  1236. max-width: 470px;
  1237. width: 100%;
  1238. margin-right: 130px;
  1239. padding-left: 99px;
  1240. }
  1241. .call-back__form .main-button {
  1242. margin-top: 30px;
  1243. }
  1244. .call-back__form .main-caption-s {
  1245. color: #7A1B2E;
  1246. margin-bottom: 30px;
  1247. }
  1248. .call-back__info {
  1249. max-width: 570px;
  1250. width: 100%;
  1251. height: 308px;
  1252. background-color: #F2F2F2;
  1253. background-size: cover;
  1254. background-position: center;
  1255. background-repeat: no-repeat;
  1256. padding: 40px;
  1257. }
  1258. .call-back__info-list {
  1259. margin-top: 25px;
  1260. }
  1261. .call-back__info-item {
  1262. display: flex;
  1263. align-items: center;
  1264. margin-bottom: 20px;
  1265. font-weight: 500;
  1266. font-size: 14px;
  1267. line-height: 18px;
  1268. color: #4F4F4F;
  1269. }
  1270. .call-back__info-item:last-child {
  1271. margin-bottom: 0px;
  1272. }
  1273. .call-back__info-item [class^="icon-"] {
  1274. color: #AD957C;
  1275. }
  1276. .call-back__info-link {
  1277. transition: color 0.4s;
  1278. }
  1279. .contact-map {
  1280. margin-bottom: 150px;
  1281. width: 100%;
  1282. height: 400px;
  1283. overflow: hidden;
  1284. }
  1285. .contact-map iframe {
  1286. width: calc(100% + 400px);
  1287. height: calc(100% + 300px);
  1288. margin-left: -200px;
  1289. margin-top: -150px;
  1290. }
  1291. @media screen and (max-width: 1280px) {
  1292. .call-back__wrapper::before {
  1293. left: 20px;
  1294. }
  1295. }
  1296. @media screen and (max-width: 1210px) {
  1297. .call-back {
  1298. margin-bottom: 50px;
  1299. }
  1300. .call-back__wrapper {
  1301. flex-direction: column;
  1302. }
  1303. .call-back__wrapper::before {
  1304. display: none;
  1305. }
  1306. .call-back__form {
  1307. padding-left: 0px;
  1308. max-width: 100%;
  1309. margin-right: 0px;
  1310. margin-bottom: 50px;
  1311. }
  1312. .call-back__info {
  1313. padding: 50px 20px;
  1314. width: calc(100% + 40px);
  1315. height: 249px;
  1316. margin-left: -20px;
  1317. background-image: none !important;
  1318. }
  1319. }
  1320. /* Call back */
  1321. /* Our Services Price Block */
  1322. .our-services-price-block {
  1323. margin-bottom: 150px;
  1324. height: 369px;
  1325. background-size: cover;
  1326. background-position: center;
  1327. background-repeat: no-repeat;
  1328. }
  1329. .our-services-price-block__wrapper {
  1330. display: flex;
  1331. justify-content: center;
  1332. align-items: center;
  1333. height: 100%;
  1334. }
  1335. .our-services-price-block__container {
  1336. padding: 20px 50px 50px;
  1337. background-color: rgba(255, 255, 255, 0.75);
  1338. max-width: 663px;
  1339. height: 289px;
  1340. text-align: center;
  1341. }
  1342. .our-services-price-block__container .general-header {
  1343. margin-bottom: 20px;
  1344. }
  1345. .our-services-price-block__container .main-button {
  1346. margin: 0px auto;
  1347. }
  1348. .our-services-price-block__text {
  1349. font-size: 16px;
  1350. line-height: 150%;
  1351. margin-bottom: 20px;
  1352. }
  1353. /* //Our Services Price Block */
  1354. /* Page service */
  1355. .page-services__main-info {
  1356. padding: 70px 100px;
  1357. background-position: center;
  1358. background-repeat: no-repeat;
  1359. background-size: cover;
  1360. font-size: 16px;
  1361. line-height: 150%;
  1362. color: #ffffff;
  1363. margin-bottom: 30px;
  1364. }
  1365. .page-services__main-info h5 {
  1366. font-weight: 500;
  1367. font-size: 18px;
  1368. margin-bottom: 20px;
  1369. }
  1370. .page-services__main-info p {
  1371. margin-bottom: 20px;
  1372. }
  1373. .page-services__main-info p:last-child {
  1374. margin-bottom: 0px;
  1375. }
  1376. .page-services__main-info .wrapper {
  1377. max-width: 510px;
  1378. }
  1379. .page-services__sub-info {
  1380. font-size: 16px;
  1381. line-height: 150%;
  1382. text-align: center;
  1383. margin-bottom: 150px;
  1384. }
  1385. .page-services__sub-info p {
  1386. margin-bottom: 20px;
  1387. }
  1388. .page-services__sub-info p:last-child {
  1389. margin-bottom: 0px;
  1390. }
  1391. /* //Page service */
  1392. /* Useful */
  1393. .useful-info {
  1394. padding: 50px 0px;
  1395. margin: -50px 0px 100px;
  1396. background-color: #F9F8F8;
  1397. }
  1398. .useful-info__list {
  1399. display: flex;
  1400. margin-right: -30px;
  1401. }
  1402. .useful-info__item {
  1403. display: flex;
  1404. flex-direction: column;
  1405. width: calc(33.333% - 30px);
  1406. margin-right: 30px;
  1407. border: 1px solid #E9E4E4;
  1408. padding: 20px;
  1409. }
  1410. .useful-info__item__caption {
  1411. font-family: "Cochin", serif;
  1412. font-weight: 700;
  1413. font-size: 20px;
  1414. line-height: 120%;
  1415. letter-spacing: 0.05em;
  1416. text-transform: uppercase;
  1417. margin-bottom: 10px;
  1418. display: -webkit-box;
  1419. -webkit-box-orient: vertical;
  1420. -webkit-line-clamp: 2;
  1421. max-height: 48px;
  1422. overflow: hidden;
  1423. text-overflow: ellipsis;
  1424. }
  1425. .useful-info__item__footer {
  1426. display: flex;
  1427. justify-content: space-between;
  1428. align-items: flex-end;
  1429. margin-top: auto;
  1430. }
  1431. .useful-info__item__footer img {
  1432. width: 50px;
  1433. height: 50px;
  1434. object-fit: cover;
  1435. }
  1436. /* Our staff */
  1437. .our-staff {
  1438. margin-bottom: 150px;
  1439. }
  1440. .our-staff.active .main-button::before {
  1441. content: "Скрыть";
  1442. }
  1443. .our-staff.active .our-staff__item:nth-child(n + 9) {
  1444. display: flex;
  1445. animation: opacity-staff 0.4s;
  1446. }
  1447. .our-staff .main-button {
  1448. display: none;
  1449. margin: 40px auto 0px;
  1450. }
  1451. .our-staff .main-button.show {
  1452. display: flex;
  1453. }
  1454. .our-staff .main-button::before {
  1455. content: "показать всех";
  1456. }
  1457. @keyframes opacity-staff {
  1458. 0% {
  1459. opacity: 0;
  1460. }
  1461. 100% {
  1462. opacity: 1;
  1463. }
  1464. }
  1465. .our-staff__info {
  1466. font-size: 16px;
  1467. line-height: 150%;
  1468. margin-bottom: 80px;
  1469. }
  1470. .our-staff__info p {
  1471. margin-bottom: 20px;
  1472. }
  1473. .our-staff__info p:last-child {
  1474. margin-bottom: 0px;
  1475. }
  1476. .our-staff__list {
  1477. display: flex;
  1478. flex-wrap: wrap;
  1479. margin-right: -30px;
  1480. margin-bottom: -80px;
  1481. }
  1482. .our-staff__item {
  1483. display: flex;
  1484. flex-direction: column;
  1485. align-items: center;
  1486. width: calc(25% - 30px);
  1487. margin-right: 30px;
  1488. text-align: center;
  1489. margin-bottom: 80px;
  1490. }
  1491. .our-staff__item:nth-child(n + 9) {
  1492. display: none;
  1493. }
  1494. .our-staff__item__img {
  1495. max-width: 206px;
  1496. width: 100%;
  1497. height: 228px;
  1498. margin-bottom: 30px;
  1499. }
  1500. .our-staff__item__name {
  1501. font-family: "Cochin", serif;
  1502. font-weight: 700;
  1503. font-size: 16px;
  1504. line-height: 19px;
  1505. letter-spacing: 0.05em;
  1506. text-transform: uppercase;
  1507. margin-bottom: 10px;
  1508. }
  1509. .our-staff__item__sub {
  1510. font-weight: 700;
  1511. font-size: 12px;
  1512. line-height: 15px;
  1513. text-transform: uppercase;
  1514. color: #828282;
  1515. margin-top: auto;
  1516. }
  1517. /* Advanrages */
  1518. .advantages {
  1519. margin-bottom: 150px;
  1520. }
  1521. .advantages__list {
  1522. display: flex;
  1523. margin-right: -30px;
  1524. }
  1525. .advantages__item {
  1526. display: flex;
  1527. flex-direction: column;
  1528. align-items: center;
  1529. justify-content: flex-end;
  1530. width: calc(25% - 30px);
  1531. margin-right: 30px;
  1532. text-align: center;
  1533. }
  1534. .advantages__item__img {
  1535. background-position: center;
  1536. background-repeat: no-repeat;
  1537. background-size: contain;
  1538. margin-bottom: 20px;
  1539. }
  1540. .advantages__item__img--pay {
  1541. width: 79px;
  1542. height: 78px;
  1543. }
  1544. .advantages__item__img--quality {
  1545. width: 77px;
  1546. height: 78px;
  1547. }
  1548. .advantages__item__img--work {
  1549. width: 80px;
  1550. height: 57px;
  1551. }
  1552. .advantages__item__img--responsibility {
  1553. width: 80px;
  1554. height: 60px;
  1555. }
  1556. .advantages__item__caption {
  1557. font-weight: 700;
  1558. font-size: 14px;
  1559. line-height: 18px;
  1560. text-transform: uppercase;
  1561. margin-bottom: 10px;
  1562. }
  1563. .advantages__item__text {
  1564. font-size: 14px;
  1565. line-height: 110%;
  1566. color: #828282;
  1567. }
  1568. /* //Advanrages */
  1569. /* Popup */
  1570. @media screen and (min-width: 1209px) {
  1571. .close__popup:hover::before,
  1572. .close__popup:hover::after {
  1573. background-color: #4a4a4a;
  1574. }
  1575. }
  1576. .popup {
  1577. position: fixed;
  1578. top: 50%;
  1579. left: 50%;
  1580. transform: translate(-50%, -50%) scale(0);
  1581. z-index: 4;
  1582. padding: 50px 55px;
  1583. background-color: #fff;
  1584. max-height: 100%;
  1585. overflow: auto;
  1586. scrollbar-width: none;
  1587. -ms-overflow-style: none;
  1588. }
  1589. .popup::-webkit-scrollbar {
  1590. display: none;
  1591. }
  1592. .popup.active {
  1593. transform: translate(-50%, -50%) scale(1);
  1594. transition: transform 0.4s;
  1595. }
  1596. .close__popup {
  1597. display: block;
  1598. position: absolute;
  1599. right: 15px;
  1600. top: 15px;
  1601. width: 22px;
  1602. height: 22px;
  1603. z-index: 2;
  1604. transform: rotate(-45deg);
  1605. }
  1606. .close__popup::before,
  1607. .close__popup::after {
  1608. content: "";
  1609. position: absolute;
  1610. left: 0px;
  1611. top: 50%;
  1612. width: 100%;
  1613. height: 2px;
  1614. background-color: #BDBDBD;
  1615. transform: translateY(-50%);
  1616. transition: background-color 0.4s;
  1617. }
  1618. .close__popup::after {
  1619. left: 50%;
  1620. top: 0px;
  1621. transform: translateX(-50%);
  1622. height: 100%;
  1623. width: 2px;
  1624. }
  1625. .overlay {
  1626. display: none;
  1627. position: fixed;
  1628. left: 0px;
  1629. top: 0px;
  1630. width: 100%;
  1631. height: 100%;
  1632. background-color: rgba(0, 0, 0, 0.3);
  1633. z-index: 3;
  1634. }
  1635. .overlay.active {
  1636. display: block;
  1637. }
  1638. .popup-caption {
  1639. font-family: "Cochin", serif;
  1640. font-weight: 700;
  1641. font-size: 20px;
  1642. line-height: 23px;
  1643. letter-spacing: 0.05em;
  1644. text-transform: uppercase;
  1645. margin-bottom: 20px;
  1646. }
  1647. .popup-text {
  1648. font-size: 14px;
  1649. line-height: 18px;
  1650. margin-bottom: 20px;
  1651. }
  1652. /* Popup call-back */
  1653. .popup-call-back {
  1654. text-align: center;
  1655. }
  1656. .popup-contact-caption {
  1657. font-size: 14px;
  1658. line-height: 18px;
  1659. color: #828282;
  1660. margin-top: 40px;
  1661. }
  1662. .call-back__info-list--popup {
  1663. display: flex;
  1664. flex-direction: column;
  1665. align-items: center;
  1666. margin-top: 15px;
  1667. }
  1668. /* //Popup call-back */
  1669. /* //Popup */
  1670. /* Footer */
  1671. @media screen and (min-width: 1209px) {
  1672. .footer__link:hover {
  1673. color: #CDB092;
  1674. }
  1675. .footer-policy-link:hover {
  1676. color: #1C1C1C;
  1677. }
  1678. }
  1679. .footer {
  1680. padding: 40px 0px 20px;
  1681. border-top: 1px solid #E0E0E0;
  1682. margin-top: auto;
  1683. }
  1684. .footer__top {
  1685. display: flex;
  1686. justify-content: space-between;
  1687. }
  1688. .footer__list {
  1689. display: flex;
  1690. align-items: center;
  1691. font-weight: 500;
  1692. font-size: 12px;
  1693. line-height: 15px;
  1694. letter-spacing: 0.05em;
  1695. text-transform: uppercase;
  1696. }
  1697. .footer__item {
  1698. margin-right: 30px;
  1699. }
  1700. .footer__item:last-child {
  1701. margin-right: 0px;
  1702. }
  1703. .footer__link {
  1704. transition: color 0.4s;
  1705. }
  1706. .call-back__info-list--footer {
  1707. display: flex;
  1708. align-items: center;
  1709. margin-top: 0px;
  1710. }
  1711. .call-back__info-list--footer .call-back__info-item {
  1712. margin-right: 32px;
  1713. margin-bottom: 0px;
  1714. }
  1715. .call-back__info-list--footer .call-back__info-item:last-child {
  1716. margin-right: 0px;
  1717. }
  1718. .footer__down {
  1719. position: relative;
  1720. margin-top: 40px;
  1721. font-size: 11px;
  1722. line-height: 14px;
  1723. color: #828282;
  1724. text-transform: uppercase;
  1725. }
  1726. .footer-policy-link {
  1727. letter-spacing: 0.05em;
  1728. transition: color 0.4s;
  1729. }
  1730. .footer-copyright {
  1731. position: absolute;
  1732. left: 50%;
  1733. bottom: 0px;
  1734. transform: translateX(-50%);
  1735. }
  1736. @media screen and (max-width: 1210px) {
  1737. .footer {
  1738. padding: 20px 0px;
  1739. }
  1740. .footer__top {
  1741. flex-direction: column;
  1742. }
  1743. .footer__list {
  1744. flex-direction: column;
  1745. align-items: flex-start;
  1746. margin-bottom: 30px;
  1747. }
  1748. .footer__item {
  1749. margin-right: 0px;
  1750. margin-bottom: 20px;
  1751. }
  1752. .footer__item:last-child {
  1753. margin-bottom: 0px;
  1754. }
  1755. .call-back__info-list--footer {
  1756. flex-direction: column;
  1757. align-items: flex-start;
  1758. }
  1759. .call-back__info-list--footer .call-back__info-item {
  1760. margin-right: 0px;
  1761. margin-bottom: 20px;
  1762. }
  1763. .call-back__info-list--footer .call-back__info-item:last-child {
  1764. margin-bottom: 0px;
  1765. }
  1766. .footer__down {
  1767. flex-direction: column;
  1768. margin-top: 30px;
  1769. }
  1770. .footer-copyright {
  1771. position: static;
  1772. margin-top: 20px;
  1773. transform: none;
  1774. }
  1775. }
  1776. /* Footer */