_call-back.less 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. /* Call back */
  2. @media screen and (min-width: 1209px) {
  3. .call-back__info-link {
  4. &:hover {
  5. color: #1C1C1C;
  6. }
  7. }
  8. }
  9. .call-back {
  10. margin-bottom: 150px;
  11. }
  12. .call-back__wrapper {
  13. display: flex;
  14. align-items: center;
  15. position: relative;
  16. &::before {
  17. content: "";
  18. position: absolute;
  19. left: 55px;
  20. top: 0px;
  21. height: 100%;
  22. width: 1px;
  23. background-color: #7A1B2E;
  24. }
  25. }
  26. .call-back__form {
  27. max-width: 470px;
  28. width: 100%;
  29. margin-right: 130px;
  30. padding-left: 99px;
  31. .main-button {
  32. margin-top: 30px;
  33. }
  34. .main-caption-s {
  35. color: #7A1B2E;
  36. margin-bottom: 30px;
  37. }
  38. }
  39. .call-back__info {
  40. max-width: 570px;
  41. width: 100%;
  42. height: 308px;
  43. background-color: #F2F2F2;
  44. background-size: cover;
  45. background-position: center;
  46. background-repeat: no-repeat;
  47. padding: 40px;
  48. }
  49. .call-back__info-list {
  50. margin-top: 25px;
  51. }
  52. .call-back__info-item {
  53. display: flex;
  54. align-items: center;
  55. margin-bottom: 20px;
  56. font-weight: 500;
  57. font-size: 14px;
  58. line-height: 18px;
  59. color: #4F4F4F;
  60. &:last-child {
  61. margin-bottom: 0px;
  62. }
  63. [class^="icon-"] {
  64. color: #AD957C;
  65. }
  66. }
  67. .call-back__info-link {
  68. transition: color .4s;
  69. }
  70. .contact-map {
  71. margin-bottom: 150px;
  72. width: 100%;
  73. height: 400px;
  74. overflow: hidden;
  75. iframe {
  76. width: calc(100% + 400px);
  77. height: calc(100% + 300px);
  78. margin-left: -200px;
  79. margin-top: -150px;
  80. }
  81. }
  82. @media screen and (max-width: 1280px) {
  83. .call-back__wrapper {
  84. &::before {
  85. left: 20px;
  86. }
  87. }
  88. }
  89. @media screen and (max-width: 1210px) {
  90. .call-back {
  91. margin-bottom: 50px;
  92. }
  93. .call-back__wrapper {
  94. flex-direction: column;
  95. &::before {
  96. display: none;
  97. }
  98. }
  99. .call-back__form {
  100. padding-left: 0px;
  101. max-width: 100%;
  102. margin-right: 0px;
  103. margin-bottom: 50px;
  104. }
  105. .call-back__info {
  106. padding: 50px 20px;
  107. width: calc(100% + 40px);
  108. height: 249px;
  109. margin-left: -20px;
  110. background-image: none !important;
  111. }
  112. }
  113. /* Call back */