Blame view
public/css/blocks/productModal.css
13.1 KB
b80175387 Начальный проект ... |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 |
.modal-card__overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 99; overflow: auto; } .modal-card__overlay .modal-card__wrapper { max-width: 1440px; width: 100%; margin: 100px auto; background-color: #fff; } .modal-card__overlay .modal-card__wrapper .modal-card { background-color: #F2F2F2; padding: 60px; } .modal-card__overlay .modal-card__wrapper .modal-card__container { display: -webkit-box; display: -ms-flexbox; display: flex; } .modal-card__overlay .modal-card__wrapper .modal-card__container .modal-card__img { max-width: 762px; width: 100%; max-height: 353px; height: 100%; } .modal-card__overlay .modal-card__wrapper .modal-card__container .modal-card__info { margin-left: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .modal-card__overlay .modal-card__wrapper .modal-card__container .modal-card__info-title { font-weight: 600; font-size: 36px; line-height: 42px; color: #333B49; } .modal-card__overlay .modal-card__wrapper .modal-card__container .modal-card__info-links { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 24px; font-size: 14px; line-height: 16px; letter-spacing: -0.01em; -webkit-text-decoration-line: underline; text-decoration-line: underline; color: #ABB2BF; } .modal-card__overlay .modal-card__wrapper .modal-card__container .modal-card__info-links > :not(:first-child) { margin-top: 8px; } .modal-card__overlay .modal-card__wrapper .modal-card__container .modal-card__info-btn { margin-top: 150px; -ms-flex-item-align: end; align-self: flex-end; background: #F5851A; border-radius: 9.375px; font-weight: 600; font-style: normal; font-size: 14px; line-height: 16px; letter-spacing: -0.01em; color: #FFFFFF; border: 1px solid #F5851A; cursor: pointer; width: 210px; height: 48px; } .modal-card__overlay .modal-card__wrapper .modal-card__container .modal-card__info-btn:hover { border: 1px solid #F2994A; background-color: #FFFFFF; color: #F2994A; border-radius: 9.375px; font-weight: 600; font-style: normal; font-size: 14px; line-height: 16px; letter-spacing: -0.01em; } .modal-card__overlay .modal-card__wrapper .modal-spec { background-color: #fff; padding-top: 40px; } .modal-card__overlay .modal-card__wrapper .modal-spec .modal-spec__tabs { display: -webkit-box; display: -ms-flexbox; display: flex; font-weight: 400; font-size: 16px; line-height: 22px; letter-spacing: -0.01em; color: #333B49; } .modal-card__overlay .modal-card__wrapper .modal-spec .modal-spec__tabs .modal-spec__tab { margin-right: 48px; cursor: pointer; } .modal-card__overlay .modal-card__wrapper .modal-spec .modal-spec__tabs .active { color: #F5851A; } .modal-card__overlay .modal-card__wrapper .modal-spec .modal-spec__tabs-content .modal-spec__tabs-item { margin-top: 50px; display: none; } .modal-card__overlay .modal-card__wrapper .modal-spec .modal-spec__tabs-content .modal-spec__tabs-item_active { display: block; } .modal-card__overlay .modal-card__wrapper .modal-spec .modal-spec__tabs-content .modal-spec__tabs-item .description { font-size: 16px; line-height: 22px; letter-spacing: -0.01em; color: #333B49; } .modal-card__overlay .modal-card__wrapper .modal-spec .modal-spec__tabs-content .modal-spec__tabs-item .description__title { font-weight: 600; font-size: 16px; line-height: 20px; letter-spacing: -0.01em; color: #333B49; margin-bottom: 12px; } .modal-card__overlay .modal-card__wrapper .modal-spec .modal-spec__tabs-content .modal-spec__tabs-item .description__par { margin-bottom: 32px; } .modal-card__overlay .modal-card__wrapper .modal-spec .modal-spec__tabs-content .modal-spec__tabs-item .description__par .par__item { list-style-type: circle; margin-left: 20px; } .modal-card__overlay .modal-card__wrapper .modal-spec .modal-spec__tabs-content .modal-spec__tabs-item .description__par-1 { margin-bottom: 12px; } .modal-card__overlay .modal-card__wrapper .modal-spec .modal-spec__tabs-content .modal-spec__tabs-item .description__par-3 { font-weight: 600; font-size: 16px; line-height: 20px; color: #F5851A; background-color: #F7F7F9; border-radius: 10px; } .modal-card__overlay .modal-card__wrapper .modal-spec .modal-spec__tabs-content .modal-spec__tabs-item .description__par-3_text { padding: 24px; } .modal-card__overlay .modal-card__wrapper .modal-spec .modal-spec__tabs-content .modal-spec__tab-2 .modal-spec-tab-2-table-container { max-height: 560px; height: 100%; max-width: 1270px; width: 100%; overflow: auto; margin-top: 60px; } .modal-card__overlay .modal-card__wrapper .modal-spec .modal-spec__tabs-content .modal-spec__tab-2 .modal-spec-tab-2-table-container .modal-spec-tab-2-table { width: auto; white-space: nowrap; border-collapse: collapse; color: #333B49; } .modal-card__overlay .modal-card__wrapper .modal-spec .modal-spec__tabs-content .modal-spec__tab-2 .modal-spec-tab-2-table-container .modal-spec-tab-2-table .spec-table_line { height: 63px; font-weight: 600; font-size: 15.4186px; line-height: 21px; } .modal-card__overlay .modal-card__wrapper .modal-spec .modal-spec__tabs-content .modal-spec__tab-2 .modal-spec-tab-2-table-container .modal-spec-tab-2-table .spec-table_line .spec-table__title { font-weight: 600; font-size: 15.4186px; line-height: 21px; text-align: center; width: 170px; } .modal-card__overlay .modal-card__wrapper .modal-spec .modal-spec__tabs-content .modal-spec__tab-2 .modal-spec-tab-2-table-container .modal-spec-tab-2-table .spec-table_line .title-main { width: 250px; text-align: left; padding-left: 15px; } .modal-card__overlay .modal-card__wrapper .modal-spec .modal-spec__tabs-content .modal-spec__tab-2 .modal-spec-tab-2-table-container .modal-spec-tab-2-table .spec-table_line .spec-table__info { text-align: center; } .modal-card__overlay .modal-card__wrapper .modal-spec .modal-spec__tabs-content .modal-spec__tab-2 .modal-spec-tab-2-table-container .modal-spec-tab-2-table .line-two { color: #ABB2BF; font-weight: 600; font-size: 15.4186px; line-height: 21px; text-align: left; } .modal-card__overlay .modal-card__wrapper .modal-spec .modal-spec__tabs-content .modal-spec__tab-2 .modal-spec-tab-2-table-container .modal-spec-tab-2-table .line-two > * { padding-left: 15px; } .modal-card__overlay .modal-card__wrapper .modal-spec .modal-spec__tabs-content .modal-spec__tab-2 .modal-spec-tab-2-table-container .modal-spec-tab-2-table .line-color { background: #F7F7F9; border-radius: 9.63664px; } .modal-card__overlay .modal-card__wrapper .modal-spec .modal-spec__tabs-content .modal-spec__tab-2 .modal-spec-tab-2-table-container .modal-spec-tab-2-table thead th:hover { background-color: #E7EAEE; border-radius: 9.63664px; cursor: pointer; color: #F2994A; } .modal-card__overlay .modal-card__wrapper .modal-viewed { padding-top: 60px; } .modal-card__overlay .modal-card__wrapper .modal-viewed__container { color: #333B49; position: relative; } .modal-card__overlay .modal-card__wrapper .modal-viewed__container .modal-viewed__title { font-weight: 600; font-size: 36px; line-height: 42px; } .modal-card__overlay .modal-card__wrapper .modal-viewed__container .modal-viewed__item { margin-top: 48px; } .modal-card__overlay .modal-card__wrapper .modal-viewed__container .modal-viewed__item-info { margin-left: 12px; max-width: 291px; width: 100%; } .modal-card__overlay .modal-card__wrapper .modal-viewed__container .modal-viewed__item-info .modal-viewed__item-title { font-weight: 600; font-size: 14.6087px; line-height: 20px; margin-top: 18px; max-width: 176px; width: 100%; } .modal-card__overlay .modal-card__wrapper .modal-viewed__container .modal-viewed__item-info .modal-viewed__item-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 17px; } .modal-card__overlay .modal-card__wrapper .modal-viewed__container .modal-viewed__item-info .modal-viewed__item-bottom .modal-viewed__item-price { font-weight: 600; font-size: 21.913px; line-height: 26px; } .modal-card__overlay .modal-card__wrapper .modal-viewed__container .modal-viewed__item-info .modal-viewed__item-bottom .modal-viewed__item-btn { background: #F5851A; border-radius: 9.375px; font-weight: 600; font-style: normal; font-size: 14px; line-height: 16px; letter-spacing: -0.01em; color: #FFFFFF; border: 1px solid #F5851A; cursor: pointer; width: 108px; height: 34px; } .modal-card__overlay .modal-card__wrapper .modal-viewed__container .modal-viewed__item-info .modal-viewed__item-bottom .modal-viewed__item-btn:hover { border: 1px solid #F2994A; background-color: #FFFFFF; color: #F2994A; border-radius: 9.375px; font-weight: 600; font-style: normal; font-size: 14px; line-height: 16px; letter-spacing: -0.01em; } .modal-card__overlay .modal-card__wrapper .modal-viewed__container .swiper-button-next_modal-viewed, .modal-card__overlay .modal-card__wrapper .modal-viewed__container .swiper-button-prev_modal-viewed { position: absolute; } .modal-card__overlay .modal-card__wrapper .modal-viewed__container .swiper-button-next_modal-viewed { top: 40px; right: 20px; width: 20px; height: 20px; } .modal-card__overlay .modal-card__wrapper .modal-viewed__container .swiper-button-prev_modal-viewed { top: 40px; left: 1234px; width: 20px; height: 20px; } .modal-card__overlay .modal-card__wrapper .modal-form { margin-top: 60px; position: relative; height: 738px; } .modal-card__overlay .modal-card__wrapper .modal-form .modal-form__bc { position: absolute; background-image: url("../../img/product/form-min.png"); background-repeat: no-repeat; background-size: cover; top: 0px; left: 0; width: 50%; height: 100%; } .modal-card__overlay .modal-card__wrapper .modal-form .modal-form__container { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; } .modal-card__overlay .modal-card__wrapper .modal-form .modal-form__container .modal-form__right { height: 738px; position: relative; z-index: 1; color: #fff; } .modal-card__overlay .modal-card__wrapper .modal-form .modal-form__container .modal-form__right .to-map { font-size: 16px; line-height: 24px; -webkit-text-decoration-line: underline; text-decoration-line: underline; color: #F7F7F9; margin-top: 50px; } .modal-card__overlay .modal-card__wrapper .modal-form .modal-form__container .modal-form__right-title { font-weight: 700; font-size: 48px; line-height: 100%; color: #F7F7F9; margin-top: 462px; max-width: 368px; width: 100%; } .modal-card__overlay .modal-card__wrapper .modal-form .modal-form__container .modal-form__left { -webkit-transform: translateX(47%); -ms-transform: translateX(47%); transform: translateX(47%); width: 50%; } .modal-card__overlay .modal-card__wrapper .modal-form .modal-form__container .modal-form__left .right__form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-top: 60px; max-width: 538px; width: 100%; max-height: 632px; height: 100%; margin: 0 auto; } .modal-card__overlay .modal-card__wrapper .modal-form .modal-form__container .modal-form__left .right__form .form__label { font-weight: 600; font-size: 16px; line-height: 22px; color: #333B49; margin-bottom: 16px; } .modal-card__overlay .modal-card__wrapper .modal-form .modal-form__container .modal-form__left .right__form .form__label .required { color: #F2994A; } .modal-card__overlay .modal-card__wrapper .modal-form .modal-form__container .modal-form__left .right__form-input { border: none; border-bottom: 1px solid #ABB2BF; height: 30px; margin-bottom: 32px; } .modal-card__overlay .modal-card__wrapper .modal-form .modal-form__container .modal-form__left .right__form .form__question { height: 142px; } .modal-card__overlay .modal-card__wrapper .modal-form .modal-form__container .modal-form__left .right__form-button { background: #F5851A; border-radius: 9.375px; font-weight: 600; font-style: normal; font-size: 14px; line-height: 16px; letter-spacing: -0.01em; color: #FFFFFF; border: 1px solid #F5851A; cursor: pointer; width: 100%; height: 60px; } .modal-card__overlay .modal-card__wrapper .modal-form .modal-form__container .modal-form__left .right__form-button:hover { border: 1px solid #F2994A; background-color: #FFFFFF; color: #F2994A; border-radius: 9.375px; font-weight: 600; font-style: normal; font-size: 14px; line-height: 16px; letter-spacing: -0.01em; } .modal-card__overlay .modal-viewed__container [class^=swiper-button-]::after { content: ""; } |