﻿
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* COOKIE *********************************/
#cookieModal {
    backdrop-filter: blur(3px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    visibility: hidden;
    z-index: 9999999;
}

    #cookieModal .cookieInnerDiv {
        background:#ffffff;
        padding: 20px;
        max-width: 600px;
        display: inline-block;
        position: relative;
        top:50%;
        transform: translateY(-50%);
        text-align: center;
        line-height: 18px;
        border-radius: 4px;
    }

        #cookieModal .cookieInnerDiv a,
        #cookieModal .cookieInnerDiv a:visited {
            color: #EF7F00;
        }

            #cookieModal .cookieInnerDiv a:hover {
                text-decoration: underline;
                cursor: pointer;
            }

        #cookieModal .cookieInnerDiv .close-reveal-modal,
        #cookieModal .cookieInnerDiv .discard-reveal-modal {
            margin: 8px 0 0 0;
            display: inline-block;
            background: #EF7F00;
            color: #ffffff;
            width: auto;
            padding: 4px 8px;
            border-radius: 4px;
        }

            #cookieModal .cookieInnerDiv .close-reveal-modal:before {
                content: "\2713";
                display: inline-block;
                width: 16px;
                height: 16px;
                font-weight: bold;
                margin-right: 2px;
                font-size: 16px;
                position: relative;
                top: 1px;
            }

            #cookieModal .cookieInnerDiv .discard-reveal-modal:before {
                content: "\2717";
                display: inline-block;
                width: 16px;
                height: 16px;
                font-weight: bold;
                margin-right: 2px;
                font-size: 16px;
                position: relative;
                top: 1px;
                left: -2px;
            }

/* UPDATE *********************************/

/*----------------------- WAIT START --------------------------------------------*/

.blockUI.blockMsg {
    opacity: 1 !important;
    outline: none !important;
}

.blockUI.blockOverlay {
    background: #ffffff !important;
    opacity: 0.66 !important;
}

.masterupdatestyle,
.blockUI.blockOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.66);
    top: 0px;
    left: 0px;
    z-index: 99;
}

.masterupdateinnerstyle,
.blockUI.blockMsg {
    margin: 0 !important;
    top: calc(50% - 2em) !important;
    left: calc(50% - 2em) !important;
    font-size: 10px;
    position: fixed !important;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(8, 44, 80, 0.1) !important;
    border-right: 1.1em solid rgba(8, 44, 80, 0.1) !important;
    border-bottom: 1.1em solid rgba(8, 44, 80, 0.1) !important;
    border-left: 1.1em solid rgba(8, 44, 80, 1) !important;
    background: transparent !important;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

    .masterupdateinnerstyle img {
        display: none;
    }

    .masterupdateinnerstyle,
    .masterupdateinnerstyle:after,
    .blockUI.blockMsg,
    .blockUI.blockMsg:after {
        content: "";
        border-radius: 50%;
        width: 4em !important;
        height: 4em !important;
    }

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*FRAMEWORK*/

html {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 100%;
    background-image: url("../../Images/Layout/PI_GIEK/bg_grayArch.svg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: calc(100vw - 680px) calc(0px - 1500px);
    background-color: #ffffff;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    background-image: url("../../Images/Layout/PI_GIEK/bg_photoArch.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: calc(100vw - 810px) bottom;
    background-color: transparent;
}

    body > form,
    body > form > .main{
        height: 100%;
    }

html * {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

h1, h2 {
    font-family: 'Cabin', sans-serif;
    font-weight: 500;
    margin:0px 0px 20px 0px;
}

h1 {
    font-size:26px;
}

h2 {
    font-size:16px;
}

#navPanel {
    height: 80px;
    width: 100%;
    background: url("../../Images/Layout/PI_GIEK/PGE logo poziom.svg") no-repeat scroll 30px center transparent;
    background-size: auto 40px;
    padding: 0px 30px;
}

    #navPanel #leftblock {
        border-bottom: 1px solid rgba(0,0,0,0.1);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        #navPanel #leftblock table.menustyle td {
            padding: 0px 0px 0px 40px;
            color: #092D74;
        }

            #navPanel #leftblock table.menustyle td[onclick*="Zaloguj"],
            #navPanel #leftblock table.menustyle td[onclick*="Wyloguj"] {
                color: #EF7F00;
            }

            #content {
                padding: 50px 30px 0px 30px;
                height: calc(100% - 150px);
                display: inline-block;
                width: 100%;
                overflow: auto;
            }

#footer {
    margin: 0px 30px;
    border-top: 1px solid rgba(0,0,0,0.1);
    width:calc(100% - 60px);
    height:70px;
    font-size:10px;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    padding:8px 0px;
}

    #footer #footer_right_logo {
        height: 100%;
        display: inline-flex;
        flex-direction: column;
        justify-content: flex-end;
        color: rgba(0,0,0,0.25);
        max-width: 150px;
        text-align: right;
        line-height: 16px;
    }

body > form > .notation {
    color: #092D74;
    position: fixed;
    bottom: 0px;
    left: 0px;
    font-size: 10px;
    padding: 0px 0px 8px 30px;
}

div[style="clear: both; height: 150px;"],
body > form > #main.main {
    display: none;
}

/*INPUTS*/
a,
a:visited {
    color: #EF7F00;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

button,
input[type="submit"],
input[type="button"] {
    height: 40px;
    font-size: 16px;
    background: url("../../Images/Layout/PI_GIEK/ico_btnArw_white.svg") no-repeat scroll right center #B2CF65;
    color: #ffffff;
    cursor: pointer;
    padding: 0px 80px 0px 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    transition: all 0.3s ease-in-out;
    border:none;
}

    button:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover {
        text-decoration: none;
        background-color: #092D74;
        border:none;
    }

    button:disabled,
    input[type="submit"]:disabled,
    input[type="button"]:disabled,
    button:disabled:hover,
    input[type="submit"]:disabled:hover,
    input[type="button"]:disabled:hover {
        background-color: #B2CF65;
        color:rgba(0,0,0,0.8);
        filter: grayscale(1);
        opacity: 0.5;
    }

input[type="password"],
input[type="text"],
input[type="password"]:focus,
input[type="text"]:focus {
    height: 40px;
    border: 1px solid rgba(0,0,0,0.25);
    outline: none;
}

    input[type="password"]:focus,
    input[type="text"]:focus {
        border-color: #000000;
    }

input[type="checkbox"] {
    appearance: none;
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: 3px;
    width: 18px;
    height: 18px;
    background: #fff;
    display: inline-block
}

    input[type="checkbox"]:checked {
        background: url("../../Images/Layout/PI_GIEK/ico_check_white.svg") no-repeat scroll center center #000000;
        background-size:90% auto;
    }

/*HOME PAGE*/

.homePageContent {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.notLoggedUser {
    padding-right:600px;
}

    .notLoggedUser .ContactButton,
    .notLoggedUser .ReportClaimButton,
    .notLoggedUser .PzuHelpButton,
    .ButtonsDivClass.notLoggedUser .leftFiller {
        display: none;
    }

.headerWrapper {
    position: relative;
    min-height: 99px;
    padding-left: 80px;
}

.headerWrapper:before {
    content: '';
    background: url("../../Images/Layout/PI_GIEK/bg_header.svg") no-repeat scroll center center transparent;
    background-size: contain;
    height: 99px;
    width: 56px;
    display: block;
    position:absolute;
    top:0px; 
    left:0px;
}

    .headerWrapper:after {
        content: '';
        background: url("../../Images/Layout/PI_GIEK/ico_socialSecurity.svg") no-repeat scroll center center transparent;
        background-size: contain;
        height: 40px;
        width: 42px;
        display: block;
        position: absolute;
        top: 15px;
        left: 8px;
        filter: invert(100%) sepia(1%) saturate(2%) hue-rotate(344deg) brightness(108%) contrast(101%);
    }

    .headerWrapper h1 {
        color: #092D74;
        margin:0px 0px 20px 0px;
    }

    .headerWrapper h2 {
        color: #7297CE;
        margin:0px;
    }

.listWrapper {
    margin-top:50px;
    padding-left: 80px;
}

    .listWrapper .listHeader {
        color: #092D74;
        font-size: 16px;
        font-weight: 500;
    }

    .listWrapper ul {
        list-style-image: url("../../Images/Layout/PI_GIEK/ico_check_green.svg");
        padding-left: 0;
        list-style-position: outside;
    }

        .listWrapper ul li {
            margin-top:16px;
            margin-bottom:0px;
        }

.noteWrapper {
    color:rgba(0,0,0,0.25);
}

.note {
    color: #EF7F00;
}

.ButtonsDivClass.notLoggedUser {
    text-align:center;
}

.LoginButton a {
    height: 40px;
    font-size: 16px;
    background: url("../../Images/Layout/PI_GIEK/ico_btnArw_white.svg") no-repeat scroll right center #B2CF65;
    color: #ffffff;
    cursor: pointer;
    padding: 0px 80px 0px 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    transition: all 0.3s ease-in-out;
}

    .LoginButton a:hover {
        text-decoration: none;
        background-color: #092D74;
    }

/*FORM*/

html .ajax__tab_xp .ajax__tab_body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 400;
    border:none;
    padding:0px;
    margin:0px;
    background:transparent;
}

fieldset {
    margin:0px;
    padding:0px;
    border:none;
    position:relative;
}

html .dhtmlx_toolbar,
html .dhx_toolbar_dhx_terrace {
    margin: 0px;
    padding: 0px;
    background: transparent;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 400;
    height:auto;
}

.field {
    position:relative;
    float:left;
}

    .field input[type="text"],
    .field input[type="password"] {
        width: 100%;
    }

.hintCtl {
    width: 16px;
    height: 16px;
    display: block !important;
    position: absolute;
    bottom: 12px;
    right: 10px;
    background: url('../../Images/Layout/PI_GIEK/ico_question.svg') no-repeat center center transparent;
    background-size: contain;
    z-index: 100 !important;
}
    .hintCtl .text {
        visibility: hidden;
        display:none;
        width: 280px;
        background-color: #000000;
        color: #fff;
        text-align: center;
        border-radius: 3px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: -6px;
        left: 18px;
        text-align: center !important;
        padding-top: 7px;
    }

    .hintCtl:hover .text {
        visibility: visible;
        display: block;
    }

table.formvalidation_fieldError,
input.formvalidation_fieldError,
input.formvalidation_fieldFatalError,
textarea.formvalidation_fieldError,
textarea.formvalidation_fieldFatalError,
select.formvalidation_fieldError,
select.formvalidation_fieldFatalError {
    border-color: #D10000 !important;
}

/*POPUP*/
.ModalBackground,
.modalBackground,
.PopupDivModal {
    backdrop-filter:blur(3px);
    z-index: 999999 !important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.modalAnnexPopup,
.errorModalPopup,
.modalPopup,
.PrivilegePanel,
.popup,
.QuestionPanel,
.UploadPanel,
.ScanPanel,
.QuestionPanel,
.upQuestionPopup,
.field.selectAttachmentButton + .SearchPanel,
.ErrorModalPopup,
.ValidModalPopup {
    background: #fff;
    border: 1px solid #e6e6e6;
    width: auto !important;
    padding: 50px 30px 20px 30px;
    z-index: 9999999 !important;
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform:translate(-50%, -50%);
}

    .modalAnnexPopup .popupHandle,
    .errorModalPopup .popupHandle,
    .modalPopup .popupHandle,
    .NewsManagementContent + .PopupPanel .popupHandle,
    .PrivilegePanel .PrivilegeInfoLabel,
    .QuestionPanel .ModalLabel {
        background: #1A7466;
        color: #fff;
        text-align: center;
        font-size: 16px;
        padding: 8px;
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

/*LOGIN PAGE*/
.linkMenuContainerOuter,
html .ajax__tab_xp .ajax__tab_header {
    display: none;
}

.directContactForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 35vw;
}

.DirectContainer.loginBox {
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    background:#ffffff;
    width:400px;
    padding:150px 60px 30px 60px;
    position:relative;
    margin-bottom:15px;
}

    .DirectContainer.loginBox > legend {
        display: block;
        font-family: 'Cabin', sans-serif;
        font-weight: 500;
        font-size: 0px;
        color: #ffffff;
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        padding:20px 40px 0px 40px;
        z-index:3;
        text-align:center;
    }

    .DirectContainer.loginBox > legend:before {
        content: "Logowanie do programu";
        font-family: 'Cabin', sans-serif;
        font-weight: 500;
        font-size:30px;
        color:#ffffff;
        display:block;
        white-space:nowrap;
        overflow:visible;
    }

    .DirectContainer.loginBox div[style="text-align:center"] {
        color: #ffffff;
        position: absolute;
        left: 0px;
        top: 0px;
        padding: 70px 40px 20px 40px;
        width: 0px;
        width: 100%;
        background: #1A7466;
        z-index:2;
    }

.DirectContainer.loginBox .field label {
    position:absolute;
    color:rgba(0,0,0,0.5);
    left: 10px;
    bottom:12px;
}

    .DirectContainer.loginBox .field input[type="password"] {
        padding-left:160px;
        padding-right:30px;
    }

    .DirectContainer.loginBox .field.captchaField {
        margin-bottom:15px;
    }

    .DirectContainer.loginBox .field.captchaField > span[id*="Label"] {
        display: block !important;
        color: rgba(0,0,0,0.5);
        overflow: visible;
        white-space: nowrap;
        text-align: left;
        padding: 20px 0px 10px 0px;
        font-size: 11px;
    }

    .DirectContainer.loginBox .field.captchaField img {
        width: 100%;
        border: 1px solid rgba(0,0,0,0.25) !important;
        border-bottom:none !important;
    }

    .DirectContainer.loginBox .field.captchaField input[type="submit"] {
        background: url("../../Images/Layout/PI_GIEK/ico_btnCheck_blue.svg") no-repeat scroll right center #FFFFFF;
        color: #7297CE;
        width:100%;
        margin-top:15px;
    }

        .DirectContainer.loginBox .field.captchaField input[type="submit"]:hover {
            background-color: #7297CE;
            color:#ffffff;
        }

    .DirectContainer.loginBox .LoginButtonDiv input[type="submit"] {
        width:100%;
        margin-top:25px;
    }

    .DirectContainer.loginBox .field {
        width:100%;
    }

    .field.statementText.broker {
        width:400px;
        color:rgba(0,0,0,0.5);
        font-size:11px;
    }

    .DirectContainer.loginBox .field.checkBoxDiv.statementCheckbox {
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }

    .DirectContainer.loginBox .field.statementText.broker {
        width: calc(100% - 25px);
        color: #000000;
        font-size: 13px;
    }

        .field.statementText.broker a,
        .field.statementText.broker a:visited{
            color: #7297CE;
        }

/*DOCUMENT LIBRARY PAGE*/
.docLibraryFieldset > legend {
    font-family: 'Cabin', sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #092D74;
    margin-bottom:35px;
}

.docLibraryFieldset .docCategoriesFieldset {
    display: inline-flex;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    align-items: center;
    margin-bottom: 65px;
}

    .docLibraryFieldset .docCategoriesFieldset input[type="submit"] {
        background: #ffffff;
        color: #7297CE;
        padding: 0px 43px; /*43 to even the width with docList*/
        box-shadow: none;
        border-right: 1px solid rgba(0,0,0,0.1);
    }

    .docLibraryFieldset .docCategoriesFieldset > div:last-of-type input[type="submit"] {
        border-right: none;
        padding: 0px 41px; /*41 to even the width with docList*/
    }

        .docLibraryFieldset .docCategoriesFieldset input[type="submit"]:hover,
        .docLibraryFieldset .docCategoriesFieldset input[type="submit"]:disabled,
        .docLibraryFieldset .docCategoriesFieldset input[type="submit"]:disabled:hover {
            color: #ffffff;
            background: #7297CE;
            filter: none;
            opacity: 1;
        }

.docLibraryFieldset .docListFieldset {
    max-width:900px;
}

.docLibraryFieldset .docListFieldset .field {
    float: left;
    margin: 0px 40px 40px 0px;
}

.docLibraryFieldset .docListFieldset .field > span {
    display: inline-block;
    perspective: 500px;
    width: 140px;
    height: 140px;
}

    .docLibraryFieldset .docListFieldset .field > span a {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 100%;
        transition: all 0.8s ease-in-out;
        transform-style: preserve-3d;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
        background-color: #ffffff;
        text-decoration: none;
    }

    .docLibraryFieldset .docListFieldset .field > span:hover a {
        transform: rotateY(180deg);
        background-color: #B2CF65;
    }

    .docLibraryFieldset .docListFieldset .field > span a span.front,
    .docLibraryFieldset .docListFieldset .field > span a span.back {
        transition: all 0.8s ease-in-out;
        display: inline-flex;
        flex-direction:column;
        height:100%;
        width:100%;
        position:absolute;
        top:0px;
        left:0px;
        justify-content:flex-end;
        align-items:center;
        font-size:11px;
        overflow:visible;
        text-align:center;
        width:100%;
        padding:10px;
        background-repeat:no-repeat;
        background-attachment:scroll;
        background-position:center 15px;
        background-size:auto 50px;
    }

    .docLibraryFieldset .docListFieldset .field > span a span.front {
        opacity: 1;
        color: #7297CE;
    }

    .docLibraryFieldset .docListFieldset .field > span:hover a span.front {
        opacity: 0;
        color: #7297CE;
    }

    .docLibraryFieldset .docListFieldset .field > span a span.back {
        opacity: 0;
        color: #ffffff;
        transform: rotateY(180deg);
        background-image: url("../../Images/Layout/PI_GIEK/ico_download_white.svg");
    }

    .docLibraryFieldset .docListFieldset .field > span:hover a span.back {
        opacity: 1;
        color:#ffffff;
    }

    .docLibraryFieldset .docListFieldset .field > span a span.back:before {
        content: 'Pobierz';
        font-size: 16px;
        font-family: 'Cabin', sans-serif;
        font-weight: 500;
        pointer-events: none;
        width: 100%;
        display: inline-block;
        text-align: center;
        color: #ffffff;
        z-index: 2;
        padding-bottom: 5px;
        position: absolute;
        top: 70px;
    }

    .docLibraryFieldset .docListFieldset .field.owuLink > span a span.front {
        background-image: url("../../Images/Layout/PI_GIEK/ico_owu_blue.svg");
    }

    .docLibraryFieldset .docListFieldset .field.flyerLink > span a span.front {
        background-image: url("../../Images/Layout/PI_GIEK/ico_flyer_blue.svg");
    }

    .docLibraryFieldset .docListFieldset .field.declarationLink > span a span.front {
        background-image: url("../../Images/Layout/PI_GIEK/ico_signDoc_blue.svg");
    }

    .docLibraryFieldset .docListFieldset .field.miscDocLink > span a span.front {
        background-image: url("../../Images/Layout/PI_GIEK/ico_doc_blue.svg");
    }

    .docLibraryFieldset .docListFieldset .field.faqLink > span a span.front {
        background-image: url("../../Images/Layout/PI_GIEK/ico_faq_blue.svg");
    }

.docLibrary .field.headerWrapper,
.docLibrary .infoFieldset {
    margin-right: 510px;
}

.docLibrary .field.headerWrapper {
    margin-bottom:60px;
}

.field.docLibraryAnchor {
    width: 100%;
    padding: 0px;
    min-height: 0px;
    height:0px;
    visibility:hidden;
}

.docLibrary {
    position:relative;
}

.field.docLibraryAnchorLink {
    position: absolute;
    top: 0px;
    right: 100px;
}

a.button,
a.button:visited {
    height: 40px;
    font-size: 16px;
    background: url("../../Images/Layout/PI_GIEK/ico_btnArw_down_white.svg") no-repeat scroll right center #7297CE;
    color: #ffffff;
    cursor: pointer;
    padding: 0px 80px 0px 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    transition: all 0.3s ease-in-out;
    border: none;
}

    a.button:hover {
        text-decoration: none;
        background-color: #092D74;
        border: none;
    }

    a.button:disabled,
    a.button:disabled:hover {
        background-color: #B2CF65;
        color: rgba(0,0,0,0.8);
        filter: grayscale(1);
        opacity: 0.5;
    }

.infoFieldset {
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    background-color: #ffffff;
    padding: 80px 20px 20px 20px;
    margin-bottom: 40px;
}

    .infoFieldset legend {
        font-family: "Cabin", sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #092D74;
        display: inline-flex;
        align-items: center;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        padding:10px 20px 0px 20px;
    }

        .infoFieldset legend:before {
            content: '';
            display: inline-block;
            width: 38px;
            height: 38px;
            background-position: center center;
            background-attachment: scroll;
            background-repeat: no-repeat;
            background-size: contain;
            filter: invert(72%) sepia(49%) saturate(389%) hue-rotate(35deg) brightness(100%) contrast(85%);
            margin-right: 10px;
            flex-shrink: 0;
            flex-grow: 0;
        }

        .infoFieldset.howTo legend:before {
            background-image:url("../../Images/Layout/PI_GIEK/ico_personalProtection.svg");
        }

        .infoFieldset.whoMay legend:before {
            background-image: url("../../Images/Layout/PI_GIEK/ico_family.svg");
        }

    .infoFieldset .field {
        margin-bottom: 20px;
        display: inline-flex;
        width: 100%;
        align-items: center;
        padding-left: 48px;
    }

        .infoFieldset .field:before {
            content: '';
            display: inline-block;
            width: 30px;
            height: 30px;
            background-position: center center;
            background-attachment: scroll;
            background-repeat: no-repeat;
            background-size: contain;
            margin-right: 10px;
            flex-shrink:0;
            flex-grow:0;
        }

    .infoFieldset.howTo .field:before {
        border-radius: 50%;
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: "Cabin", sans-serif;
        font-weight: 500;
        font-size: 20px;
    }

    .infoFieldset.howTo .field.howTo_1:before {
        content: "1";
        background-color:#EBEBED;
    }

    .infoFieldset.howTo .field.howTo_2:before {
        content: "2";
        background-color: #D6D8DC;
    }

    .infoFieldset.howTo .field.howTo_3:before {
        content: "3";
        background-color: #C4C5CD;
    }

    .infoFieldset.whoMay .field:before {
        filter: invert(95%) sepia(26%) saturate(236%) hue-rotate(177deg) brightness(90%) contrast(91%);
    }

    .infoFieldset.whoMay .field.whoMay_1:before {
        background-image:url("../../Images/Layout/PI_GIEK/ico_groupProtection.svg");
    }

    .infoFieldset.whoMay .field.whoMay_2:before {
        background-image: url("../../Images/Layout/PI_GIEK/ico_contract.svg");
    }

    .infoFieldset.whoMay .field.whoMay_3:before {
        background-image: url("../../Images/Layout/PI_GIEK/ico_protectAnother.svg");
    }
