/* product.css - карточка товара LAKOL.
   Подключать ПОСЛЕ style.css, responsive.css и ux-fixes.css.
   Дизайн-система сайта: Open Sans; #659CD5 синий, #2b2c36 тёмный,
   #e0f0f7 светло-голубой, плоская тень 8px 8px 0 0 #e7e7e7. */

.page-product .header,
.page-product .header.affix { background: #fff; border-bottom: 1px solid #e7e7e7; }

.page-head { background: #e0f0f7; padding-top: 130px; padding-bottom: 40px; }
.page-head h1 { font-size: 38px; line-height: 1.25; margin: 0 0 10px; color: #2b2c36; font-weight: 300; }
.page-head .page-lead { font-size: 18px; line-height: 28px; color: #2b2c36; margin: 0; max-width: 780px; }

.breadcrumbs { font-size: 13px; font-weight: 600; letter-spacing: 0.03em; margin-bottom: 18px; color: #6d7180; }
.breadcrumbs a { color: #2b2c36; }
.breadcrumbs a:hover { color: #659CD5; }
.breadcrumbs .sep { margin: 0 8px; color: #a9b6c4; }
.breadcrumbs .current { color: #6d7180; }

.product-main { background: #fff; padding-top: 50px; padding-bottom: 50px; }
.product-image { background: #fff; padding: 30px; text-align: center; border: 1px solid #e7e7e7;
    -webkit-box-shadow: 8px 8px 0 0 #e7e7e7; box-shadow: 8px 8px 0 0 #e7e7e7; }
.product-image img { max-width: 100%; height: auto; display: inline-block; }

.product-summary { padding-left: 15px; }
.product-summary .product-intro { font-size: 18px; line-height: 30px; font-weight: 600; color: #2b2c36; margin-bottom: 20px; }
.product-summary p { margin-bottom: 16px; }
.product-summary ul { padding-left: 20px; margin-bottom: 20px; }
.product-summary li { margin-bottom: 8px; }

.product-fact { border-left: 3px solid #659CD5; padding: 4px 0 4px 16px; margin-bottom: 20px; }
.product-fact-label { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; color: #659CD5; margin-bottom: 4px; }
.product-fact-body { color: #2b2c36; }

.product-cta { margin-top: 30px; }
.product-cta .btn { margin: 0 10px 10px 0; min-height: 48px; padding: 12px 28px; font-weight: 600; letter-spacing: 0.03em; }
.btn-outline { background: transparent; color: #2b2c36; border: 2px solid #2b2c36; }
.btn-outline:hover, .btn-outline:focus { background: #2b2c36; color: #fff; border-color: #2b2c36; }

.product-specs { background: #fff; padding-top: 10px; padding-bottom: 50px; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th, .spec-table td { padding: 14px 16px; border-bottom: 1px solid #e7e7e7; vertical-align: top; text-align: left; }
.spec-table th { width: 55%; font-weight: 600; color: #2b2c36; background: #f6fafc; }
.spec-table td { font-weight: 600; color: #659CD5; }
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: 0; }
.spec-note { margin-top: 15px; font-size: 14px; font-style: italic; color: #6d7180; }

.product-usage .box-body p:last-child { margin-bottom: 0; }
.product-usage .experience .box { border-color: #4a4c5d; }
.product-usage .experience .box-body { color: #e6e7ec; }

.product-others { padding-bottom: 60px; }
.catalog-intro { font-size: 17px; line-height: 28px; text-align: center; margin-bottom: 45px; }
.catalog-intro p:last-child { margin-bottom: 0; }
@media (max-width: 767px) { .catalog-intro { font-size: 15px; line-height: 25px; text-align: left; margin-bottom: 30px; } }

.product-grid { display: -webkit-box; display: -ms-flexbox; display: flex;
    -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    margin: 0 -12px; padding: 0; list-style: none; }
.product-cell { padding: 0 12px; margin-bottom: 30px; width: 25%; display: -webkit-box; display: flex; }
.product-grid .team-member { display: block; width: 100%; margin-right: 0; padding: 20px 18px 24px;
    background: #fff; border: 1px solid #eef2f5; text-align: center; color: #2b2c36;
    -webkit-box-shadow: 6px 6px 0 0 #e7e7e7; box-shadow: 6px 6px 0 0 #e7e7e7;
    -webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }
.product-grid .team-member:hover,
.product-grid .team-member:focus { -webkit-transform: translate(-2px, -2px); transform: translate(-2px, -2px);
    -webkit-box-shadow: 10px 10px 0 0 #cfe0ea; box-shadow: 10px 10px 0 0 #cfe0ea; text-decoration: none; }
.product-grid .team-member-image { display: block; margin-bottom: 16px; box-shadow: none; }
.product-grid .team-member-image img { max-width: 100%; height: auto; }
.product-grid .team-member-title { display: block; font-size: 17px; font-weight: 700; line-height: 1.3;
    text-transform: uppercase; color: #2b2c36; margin-bottom: 6px; }
.product-grid .team-member-desc { display: block; font-size: 14px; line-height: 22px; color: #6d7180; min-height: 44px; }
.product-grid .team-member-more { display: inline-block; margin-top: 14px; font-size: 12px; font-weight: 700;
    letter-spacing: 0.08em; color: #659CD5; border-bottom: 1px solid rgba(101, 156, 213, .4); padding-bottom: 2px; }
.product-grid .team-member:hover .team-member-more { color: #2b2c36; border-bottom-color: #2b2c36; }

@media (max-width: 1199px) { .product-cell { width: 33.3333%; } }
@media (max-width: 991px) {
    .page-head { padding-top: 110px; padding-bottom: 30px; }
    .page-head h1 { font-size: 30px; }
    .page-head .page-lead { font-size: 16px; line-height: 26px; }
    .product-summary { padding-left: 0; padding-top: 30px; }
    .product-cell { width: 50%; }
    .spec-table th { width: 50%; }
}
@media (max-width: 767px) {
    .page-head { padding-top: 100px; padding-bottom: 26px; }
    .page-head h1 { font-size: 26px; }
    .breadcrumbs { font-size: 12px; margin-bottom: 14px; }
    .product-main { padding-top: 30px; padding-bottom: 30px; }
    .product-image { padding: 20px; margin-right: 8px; }
    .product-cta .btn { display: block; width: 100%; margin-right: 0; text-align: center; }
    .spec-table th, .spec-table td { display: block; width: 100%; padding: 10px 14px; }
    .spec-table th { background: #f6fafc; border-bottom: 0; }
    .spec-table td { padding-top: 0; }
}
@media (max-width: 479px) {
    .page-head h1 { font-size: 22px; }
    .product-cell { width: 100%; max-width: 320px; }
    .product-grid { margin-left: 0; margin-right: 0; }
}

/* --- Текстовые страницы: юридические документы -------------------------- */
.text-page { background: #fff; padding-top: 45px; padding-bottom: 60px; }
.text-page h2 { font-size: 21px; line-height: 1.35; color: #2b2c36; margin: 34px 0 14px; }
.text-page h2:first-of-type { margin-top: 0; }
.text-page p { margin-bottom: 14px; }
.text-page ul { padding-left: 22px; margin-bottom: 18px; }
.text-page li { margin-bottom: 8px; }
.text-page a { text-decoration: underline; text-underline-offset: 3px; }
.text-page .doc-date { color: #6d7180; font-size: 14px; margin-bottom: 28px; }
.text-page .doc-links { margin-top: 40px; padding-top: 20px; border-top: 1px solid #e7e7e7; font-size: 15px; color: #6d7180; }
@media (max-width: 767px) {
    .text-page { padding-top: 30px; padding-bottom: 40px; }
    .text-page h2 { font-size: 18px; margin-top: 26px; }
}