/* ============================================================
   Template: ГПД
   ============================================================ */

.princip__subtitle { font-size: 20px; font-weight: 600; color: #2b2b39; margin-bottom: 32px; }
.princip__item { height: 100%; padding: 32px; border-radius: 8px; border: 2px solid #e8e8f0; background: #fff; }
.princip__item--group { border-color: #e8251a; }
.princip__item-header { margin-bottom: 16px; }
.label.label--red { background: #e8251a; color: #fff; }
.princip__item-content p { font-size: 16px; line-height: 1.6; color: #555; margin: 0; }

.notatka { background: #2b2b39 !important; border-radius: 8px; padding: 24px !important; display: flex; align-items: center; }
.notatka .icon-list__icon { flex-shrink: 0; margin-right: 20px; }
.notatka p.white { color: #ffffff !important; margin: 0 !important; font-size: 16px; line-height: 1.5; }

.reccomend__item-img { position: relative; display: block; overflow: hidden; }
.play--center { position: absolute !important; top: 50% !important; left: 50% !important; transform: translate(-50%, -50%) !important; z-index: 10; }

@media screen and (max-width: 767px) {
    .princip__item { padding: 24px 20px; }
    .princip__subtitle { font-size: 17px; }
    .notatka { padding: 20px !important; }
}
