*{margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; list-style-type: none; outline: none; font-weight: normal;}
/* 
    Softeris 2021
    UI Kit
*/

/* Require fonts

    @https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap
    @https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap

*/

/* Colors */

    :root {

        --color-white: #fff !important;
        --color-light-grey: #FAFAFA !important;
        --color-separator: #E4E4E4 !important;
        --color-black-50: #808080 !important;
        --color-dm-bg: #0F0F0F !important;
        --color-black: #000000 !important;
        --color-sky-blue: #E8F2FF !important;
        --color-blue: #00AAE8 !important;
        --color-dark-blue: #0C74EA !important;
        --color-light-navy: #2670B9 !important;
        --color-navy: #3657A4 !important;


        --header-bg: #FFFFFF;
        --mobile-nav-bg: #FFFFFF;
        --welcome-bg: #FFFFFF;
        --btn-text: #ffffff;
        --about-us-bg: #FAFAFA;
        --case-study-bg: #E8F2FF;
        --case-content-bg: #ffffff;
        --workflow-bg: #0C74EA;
        --partners-bg: #FAFAFA;
        --news-bg: #ffffff;
        --footer-bg: #002C5E;
        --footer-copyright: #002C5E;
        --career__header-bg: #FAFAFA;
        --career__content-bg: #FFFFFF;
        --work_info-bg: #FAFAFA;
        --slide-elem: #ffffff;
        --apply_us-bg: #3657A4;
        --offer_welcome-bg: #FAFAFA;
        --write_us: #00AAE8;
        --company-uniqueness-bg: #FAFAFA;
        --company__content-bg: #E8F2FF;
        --company-vision-bg: #ffffff;
        --company__header-bg: #FAFAFA;
        --case__header-bg: #FAFAFA;
        --case__content-bg: #ffffff;
        --elem-desc: #ffffff;
        --contact_content-bg: #FFFFFF;
        --workflow_header-bg: #0C74EA;
        --blue_description-bg: #FAFAFA;
        --why_good-bg: #FAFAFA;
        --good__item: #FFFFFF;
        --blue_banner-bg: #0C74EA;
        --subscription-bg: #FAFAFA;
        --possibilities-bg: #FFFFFF;
        --opinions-bg: #E8F2FF;
        --single_opinion: #FFFFFF;
        --usages-bg: #E8F2FF;
        --using_item: #FFFFFF;
        --tag-button: #EFEFEF;
        --details-bg: #FFFFFF;
        --single_header-bg: #FAFAFA;
        --apply_form-bg: #FFFFFF;
        --success_container-bg: #0C74EA;
        --dropdown-bg: #EEEEEE;
        --hover-bg: #FAFAFA;
        --select-career: #00AAE8;
    }

    .dark-mode {
        background-color: #0F0F0F;
        --color-white: #fff !important;
        --color-light-grey: #FAFAFA !important;
        --color-separator: #808080 !important;
        --color-black-50: #FFFFFF !important;
        --color-dm-bg: #0F0F0F !important;
        --color-black: #FFFFFF !important;
        --color-sky-blue: #E8F2FF !important;
        --color-blue: #00AAE8 !important;
        --color-dark-blue: #0C74EA !important;
        --color-light-navy: #808080 !important;
        --color-navy:  #FAFAFA; !important;

        --header-bg: #000000;
        --mobile-nav-bg: #000000;
        --welcome-bg: #0F0F0F;
        --btn-text: #FFFFFF;
        --about-us-bg: #000000;
        --our-offer-bg: #0F0F0F;
        --case-study-bg: #000000;
        --case-content-bg: #0F0F0F;
        --workflow-bg: #0F0F0F;
        --partners-bg: #000000;
        --news-bg: #0F0F0F;
        --footer-bg: #000000;
        --footer-copyright: #000000;
        --career__header-bg: #161616;
        --career__content-bg: #0F0F0F;
        --work_info-bg: #000000;
        --slide-elem: #0F0F0F;
        --apply_us-bg: #161616;
        --offer_welcome-bg: #000000;
        --write_us: #000000;
        --company-uniqueness-bg: #000000;
        --company__content-bg: #161616;
        --company-vision-bg: #0F0F0F;
        --company__header-bg: #000000;
        --case__header-bg: #000000;
        --case__content-bg: #0F0F0F;
        --elem-desc: #0F0F0F;
        --contact_content-bg: #0F0F0F;
        --workflow_header-bg: #0F0F0F;
        --blue_description-bg: #000000;
        --why_good-bg: #000000;
        --good__item: #0F0F0F;
        --blue_banner-bg: #0F0F0F;
        --subscription-bg: #070707;
        --possibilities-bg: #070707;
        --opinions-bg: #000000;
        --single_opinion: #0F0F0F;
        --usages-bg: #0F0F0F;
        --using_item: #161616;
        --tag-button: #000000;
        --details-bg: #0F0F0F;
        --single_header-bg: #000000;
        --apply_form-bg: #0F0F0F;
        --success_container-bg: #070707;
        --dropdown-bg: #808080;
        --hover-bg: #212121;
        --select-career: #CCDFF8;
    }

    .dark-mode img {
        opacity: 0.8;
    }
/* color text */

    .color-blue {color: var(--color-blue)}

/* end */

/* scroll bar */

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

/* end */

/* tags */

    .tag {
        font-family: Mulish;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: var(--color-black);
        padding: 10px 25px;
        border: 1px solid #CCDFF8;
        border-radius: 8px;
        margin-right: 12px;
        cursor: default;
        background-color: var(--tag-button);
    }

    .tag:hover {
        background-color: rgba(200, 214, 255, 0.1);
    }

/* end */

/* list checked mark */

    ul.list-checked > li {
        font-family: Mulish;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        color: var(--color-black);
        display: flex;
        align-items: center;
        margin-bottom: 17px;
    }

    ul.list-checked > li::before{
        content: url('../img/checkmark.svg');
        position: relative;
        top: 3px;
        margin-right: 20px;
    }

    /*end*/

/* mark */

    mark.color-blue {
        background-color: transparent;
        padding: 0;
        color: var(--color-blue);
    }

/* end */

/*  preload  */

    .preload {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: var(--color-white);
        z-index: 999999999999;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .progress-label {
        margin-top: 30px;
        width: 150px;
        height: 4px;
        background-color: var(--color-sky-blue);
        border-radius: 2px;
    }

    .progress-label > .progress {
        width: 0%;
        height: 100%;
        background-color: var(--color-blue);
    }

/* end */

/*  pagination  */

    ul.pagination * {
        display: block !important;
        border: 0 !important;
        font-family: 'Mulish';
    }

    .ccm-pagination-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .pagination {
        display: flex;
    }

    .pagination li.active > span {
        color: var(--color-dark-blue);
        font-weight: bold;
        background-color: transparent !important;
        font-size: 20px;
        padding-top: 15px;
    }

    .pagination li > a:hover {
        background-color: transparent !important;
    }

    .pagination li > a {
        font-size: 20px !important;
        padding-top: 15px;
    }

    .sr-only {
        font-size: 0 !important;
    }

    .pagination .prev > span,
    .pagination .prev > a{
        font-size: 0 !important;
    }

    .pagination .prev {
        margin-right: 40px;
    }

    .pagination .prev > span::before,
    .pagination .prev > a::before{
        content: url('../img/arrow-left.svg');
        font-size: 24px !important;
    }

    .pagination .next > span,
    .pagination .next > a{
        font-size: 0 !important;
        padding-top: 10px;
    }

    .pagination .next {
        margin-left: 40px;
    }

    .pagination .next > span::after,
    .pagination .next > a::after{
        content: url('../img/arrow_right.svg');
        font-size: 24px !important;
    }


        /* end */

/* Headings */

    h1 {
        font-family: 'Space Grotesk', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 56px;
        line-height: 150%;
        color: var(--color-black);
    }

    h2 {
        font-family: 'Space Grotesk', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 40px;
        line-height: 150%;
        color: var(--color-black);
    }

    h3 {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 32px;
        line-height: 150%;
        color: var(--color-black);
    }

    h4 {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 24px;
        line-height: 150%;
        color: var(--color-black);
    }

    h5 {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 20px;
        line-height: 150%;
        color: var(--color-black);
    }

/*  softeris-technology  */

    .softeris-technology span {
        font-family: 'Space Grotesk';
        color: var(--color-blue);
        font-weight: bold;
        font-size: 34px;
        position: relative;
    }

    .softeris-technology span::before {
        content: '';
        background-image: url('../img/pure-logo.svg');
        background-size: 52px;
        background-repeat: no-repeat;
        position: absolute;
        width: 100%;
        height: 100%;
        top: -12px;
        left: 3px;
    }

    /*  end   */

/*  form */

    .form-group {
        display: flex;
    }

    .field {
        display: flex;
        flex: 1 auto;
        flex-direction: column;
    }

    .field > label {
        font-family: Mulish;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
        margin-top: 26px;
        color: var(--color-black);
    }

    .field:first-child input{
        margin-right: 16px;
    }

    .field:last-child input,
    .field:last-child label{
        margin-left: 16px;
    }

    form input[type="checkbox"]{
        margin-top: 4px;
    }

    input, textarea {
        border: 1px solid #CCDFF8;
        box-sizing: border-box;
        border-radius: 50px;
        padding: 20px;
        font-family: Mulish;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        background-color: var(--contact_content-bg);
        color: var(--color-black);
    }

    input:focus,
    textarea:focus {
        border-color: var(--color-navy);
    }

    textarea {
        min-height: 221px;
        resize: vertical;
    }

    .form-footer {
        margin-top: 31px;
    }

    .require_message {
        font-family: Mulish;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 150%;
        color: #969696;
    }

    .require_message > p {
        font-family: Mulish;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 150%;
        color: #cbcbcb;
    }

    .form-rules {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        max-width: 461px;
    }

    .form-rules {
        font-family: Mulish;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 150%;
        color: #969696;
        margin-top: 29px;
    }

    .form-rules input {
        margin-right: 9px;
    }

    input[type="checkbox"]{
        -webkit-appearance: none;
        appearance: none;
        min-width: 15px !important;
        height: 15px !important;
        border: 1px solid var(--color-blue);
        padding: 0;
        border-radius: 2px;
        transition: 0.2s ease;
        cursor: pointer;
    }

    input[type="checkbox"]:checked {
        background-color: var(--color-blue);
    }

    input::-webkit-file-upload-button{
        display: none;
    }

    input[type="file"]{
        width: 147px !important;
        font-size: 0 !important;
        background-color: var(--color-white) !important;
        text-align: center !important;
    }

    input[type="file"]::before{
        content: 'Wybierz';
        font-family: Mulish;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        color: var(--color-blue);
        text-align: center;
        position: relative;
        left: 20px;
        cursor: pointer;
    }

/* end */

/*  buttons  */

    .btn {
        min-width: 205px;
        height: 56px;
        cursor: pointer;
        border-radius: 100px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 16px 32px;
        font-family: Mulish;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 24px;
        color: var(--btn-text);
        transition: background-color 0.1s ease, border-color 0.1s ease;
        border: 0;
    }

    .btn-circle {
        min-width: 42px;
        height: 42px;
        background: var(--color-white);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
        border-radius: 50%;
        border: 0;
        cursor: pointer;
        transition: 0.2s ease;
    }

    .btn-circle:hover {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    }

    .btn-switch {
        width: 64px;
        height: 32px;
        background-color: var(--color-blue);
        display: flex;
        align-items: center;
        padding: 4px;
        border-radius: 20px;
        position: relative;
        cursor: pointer;
    }

    .btn-switch::after {
        content: url('../img/icon-sun.svg');
        position: absolute;
        right: 10px;
        top: 7px;
    }

    .btn-switch::before {
        content: url('../img/icon-moon.svg');
        position: absolute;
        left: 7px;
        top: 7px;
    }

    .btn-switch > input[type="checkbox"]{
        appearance: none;
        -webkit-appearance: none;
        display: block;
        width: 24px;
        min-height: 24px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        transition: all 0.2s ease;
        z-index: 1;
    }

    .btn-switch:hover{
        cursor: pointer;
    }

    .btn-switch > input[type="checkbox"]:checked {
        transform: translateX(30px);
    }
/*
    button Primary
    @normal
    @hover
    @disabled
*/

    .btn-primary {
        background: var(--color-blue);
    }

    .btn-primary:hover {
        background: var(--color-navy);
        color: var(--color-blue);
        border-color: var(--color-blue);
    }

    .btn-primary:disabled {
        background: var(--color-separator);
        cursor: no-drop;
    }

/*
    button Secondary
    @normal
    @hover
    @disabled
*/

    .btn-secondary {
        background: transparent;
        border: 1px solid var(--color-blue);
        color: var(--color-blue);
    }

    .btn-secondary:hover {
        border: 1px solid var(--color-navy);
        color: var(--color-navy);
    }

    .btn-secondary:disabled {
        border: 1px solid var(--color-separator);
        color: var(--color-separator);
        cursor: no-drop;
    }

/*
    button Tertiary
    @normal
    @hover
    @disabled
*/

    .btn.btn-tertiary {
        padding: 0;
        height: auto;
        min-width: auto;
        position: relative;
    }

    .btn-tertiary {
        background-color: transparent;
        color: var(--color-blue);
    }

    .btn-tertiary:hover {
        color: var(--color-navy);
    }

    .btn-tertiary:disabled {
        color: var(--color-separator);
        cursor: no-drop;
    }

    .btn-tertiary img {
        position: absolute;
        right: -16px;
        top: calc(50% - 5px);
    }

/*
    button white
    @normal
    @hover
    @disabled
*/

    .btn-white {
        background-color: var(--color-white);
        color: var(--color-blue)
    }

    .btn-white:hover {
        background-color: rgba(255,255,255,0.9);
    }

    .btn-white:disabled {
        cursor: no-drop;
    }


/*
    button white secondary
    @normal
    @hover
    @disabled
*/

    .btn-white-secondary {
        border: 1px solid var(--color-white);
        background-color: transparent;
        color: var(--color-white);
    }

    .btn-white-secondary:hover {
        background-color: rgba(255,255,255,0.1);
    }

    .btn-white-secondary:disabled {
        cursor: no-drop;
    }

    #dark-mode-switch-area-1, #dark-mode-switch-area-2{
        cursor: pointer;
    }
/* mobile btn */

    .mobile {
        background-color: transparent;
        border: 0;
    }

/*  links  */

    a {
        font-family: 'Mulish';
        /*font-size: 16px;*/
        line-height: 24px;
        font-weight: 400;
        color: var(--color-blue);
    }

    a:link {
        color: var(--color-blue);
    }

    a:visited {
        color: var(--color-blue);
    }

    a:active {
        color: var(--color-navy);
    }

    a:focus {
        color: var(--color-navy);
    }

    a:hover {
        color: var(--color-navy);
    }

/* class */

    .d-flex {display: flex !important;}
    .flex-row {flex-direction: row !important;}
    .flex-column {flex-direction: column !important;}
    .flex-wrap {flex-wrap: wrap !important;}
    .flex-nowrap {flex-wrap: nowrap !important;}
    .flex-justify-center {justify-content: center !important;}
    .flex-justify-between {justify-content: space-between !important;}

    .flex-justify-start {justify-content: flex-start !important;}
    .flex-justify-end {justify-content: flex-end !important;}

    .flex-align-center {align-items: center !important;}
    .flex-align-start {align-items: flex-start !important;}
    .flex-align-end {align-items: flex-end !important;}

    .text-center {text-align: center;}

    .pr-200 {
        padding-right: 200px;
    }

/*  row  */

    .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

/* spacing between grids */

    [class*="col"] {
        /* padding: 0 16px; */
    }

/* BreakPoints */


    .col-1 {width: 8.333333333333333%;}
    .col-2 {width: 16.66666666666667%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33333333333333%;}
    .col-5 {width: 41.66666666666667%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33333333333333%;}
    .col-8 {width: 66.66666666666667%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33333333333333%;}
    .col-11 {width: 91.66666666666667%;}
    .col-12 {width: 100%;}

    .container, .container_fluid, .container-small, .container-xsmall {
        height: 100%;
        max-width: 2000px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .min-w-100 {
        min-width: 100% !important;
    }

    .max-w-100 {
        max-width: 100% !important;
    }

    .padding-0 {
        padding: 0 !important;
    }


    body.screen-breakpoint::before {
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #17a2b8!important;
        color: #fff;
        padding: 5px;
        z-index: 999;
        font-family: 'Mulish';
        font-size: 14px;
        letter-spacing: 1px;
    }

    /*
        Media on device
        range between 0 and 500px

        col-xsm
    */

    @media screen and (min-width: 0px) and (max-width: 500px) {

        h1{font-size: 24px}
        h2{font-size: 24px}
        h3{}
        h4{}

        /*for developer -> allow screen breakpoints*/
        body.screen-breakpoint::before {
            content: 'Mobile : (min-width: 0px) and (max-width: 500px) [col-xsm]';
        }

        .container, .container_fluid, .container-small, .container-xsmall {
            max-width: 576px;
            padding: 0 32px;
        }

        .container-off-grid-right {
            padding-left: 32px;
            padding-right: 32px;
        }

        .col-xsm-1 {width: 8.333333333333333%;}
        .col-xsm-2 {width: 16.66666666666667%;}
        .col-xsm-3 {width: 25%;}
        .col-xsm-4 {width: 33.33333333333333%;}
        .col-xsm-5 {width: 41.66666666666667%;}
        .col-xsm-6 {width: 50%;}
        .col-xsm-7 {width: 58.33333333333333%;}
        .col-xsm-8 {width: 66.66666666666667%;}
        .col-xsm-9 {width: 75%;}
        .col-xsm-10 {width: 83.33333333333333%;}
        .col-xsm-11 {width: 91.66666666666667%;}
        .col-xsm-12 {width: 100%;}

        .d-xsm-none {
            display: none !important;
        }

        button.btn.btn-secondary {
            width: 100%;
        }

        .product_elem {
            margin-right: 0 !important;
        }

    }

    /*
        Media on device
        range between 0 and 900px

        col-sm
    */

    @media screen and (min-width: 501px) and (max-width: 900px) {

        h1{font-size: 24px}
        h2{font-size: 24px}
        h3{}
        h4{}

        /*for developer -> allow screen breakpoints*/
        body.screen-breakpoint::before {
            content: 'Mobile : (min-width: 501px) and (max-width: 900px) [col-sm]';
            position: fixed;
            bottom: 0;
            background-color: #17a2b8!important;
            color: #fff;
            padding: 5px;
            z-index: 999;
        }

        .container, .container_fluid, .container-small, .container-xsmall {
            max-width: 576px;
            padding: 0 32px;
        }

        .container-off-grid-right {
            padding-left: 32px;
            padding-right: 32px;
        }

        .col-sm-1 {width: 8.333333333333333%;}
        .col-sm-2 {width: 16.66666666666667%;}
        .col-sm-3 {width: 25%;}
        .col-sm-4 {width: 33.33333333333333%;}
        .col-sm-5 {width: 41.66666666666667%;}
        .col-sm-6 {width: 50%;}
        .col-sm-7 {width: 58.33333333333333%;}
        .col-sm-8 {width: 66.66666666666667%;}
        .col-sm-9 {width: 75%;}
        .col-sm-10 {width: 83.33333333333333%;}
        .col-sm-11 {width: 91.66666666666667%;}
        .col-sm-12 {width: 100%;}

        button.btn.btn-secondary {
            width: 100%;
        }

        .product_elem {
            margin-right: 0 !important;
        }

    }

    /*
        Media on device
        range between 901 and 1300px

        col-md
    */

    @media screen and (min-width: 901px) and (max-width: 1300px){
        h1{font-size: 40px}
        h2{font-size: 32px}
        h3{}
        h4{}

        body.screen-breakpoint::before {
            content: '[BreakPoints] (min-width: 901px) and (max-width: 1300px) [col-md]';
        }

        .container, .container_fluid, .container-small, .container-xsmall {
            max-width: 1200px;
            padding: 0 69px;
        }

        .container-off-grid-right {
            padding-left: 69px;
            padding-right: 69px;
        }

        .col-md-1 {width: 8.333333333333333%;}
        .col-md-2 {width: 16.66666666666667%;}
        .col-md-3 {width: 25%;}
        .col-md-4 {width: 33.33333333333333%;}
        .col-md-5 {width: 41.66666666666667%;}
        .col-md-6 {width: 50%;}
        .col-md-7 {width: 58.33333333333333%;}
        .col-md-8 {width: 66.66666666666667%;}
        .col-md-9 {width: 75%;}
        .col-md-10 {width: 83.33333333333333%;}
        .col-md-11 {width: 91.66666666666667%;}
        .col-md-12 {width: 100%;}

    }

    /*
        Media on device
        range between 1301 and 1500px

        col-lg

    */

    @media screen and (min-width: 1301px) and (max-width: 1500px){

        h1{font-size: 40px}
        h2{font-size: 32px}
        h3{}
        h4{}

        body.screen-breakpoint::before {
            content: '[BreakPoints] (min-width: 1301px) and (max-width: 1500px) [col-lg]';
        }

        .container, .container_fluid, .container-small, .container-xsmall {
            max-width: 1200px;
            padding: 0 69px;
        }

        .container-off-grid-right {
            padding-left: 69px;
        }

        .container-small {
            width: 1259px;
            margin: 0 auto;
        }

        .container-xsmall {
            width: 1000px;
            margin: 0 auto;
        }

        .col-lg-1 {width: 8.333333333333333%;}
        .col-lg-2 {width: 16.66666666666667%;}
        .col-lg-3 {width: 25%;}
        .col-lg-4 {width: 33.33333333333333%;}
        .col-lg-5 {width: 41.66666666666667%;}
        .col-lg-6 {width: 50%;}
        .col-lg-7 {width: 58.33333333333333%;}
        .col-lg-8 {width: 66.66666666666667%;}
        .col-lg-9 {width: 75%;}
        .col-lg-10 {width: 83.33333333333333%;}
        .col-lg-11 {width: 91.66666666666667%;}
        .col-lg-12 {width: 100%;}

    }

    /*
        Media on device
        range between 1501 and 1880px

        col-xl

    */

    @media screen and (min-width: 1501px) and (max-width: 1880px) {

        h1{font-size: 40px}
        h2{font-size: 32px}
        h3{}
        h4{}

        /*for developer -> allow screen breakpoints*/
        body.screen-breakpoint::before {
            content: '[BreakPoints] (min-width: 1501px) and (max-width: 1800px) [col-xl]';
        }

        .container, .container_fluid, .container-small {
            max-width: 1200px;
            padding: 0 69px;
        }

        .container-off-grid-right {
            padding-left: 69px;
        }

        .container-small {
            width: 1259px;
            margin: 0 auto;
        }

        .container-xsmall {
            width: 1000px;
            margin: 0 auto;
        }

        .col-xl-1 {width: 8.333333333333333%;}
        .col-xl-2 {width: 16.66666666666667%;}
        .col-xl-3 {width: 25%;}
        .col-xl-4 {width: 33.33333333333333%;}
        .col-xl-5 {width: 41.66666666666667%;}
        .col-xl-6 {width: 50%;}
        .col-xl-7 {width: 58.33333333333333%;}
        .col-xl-8 {width: 66.66666666666667%;}
        .col-xl-9 {width: 75%;}
        .col-xl-10 {width: 83.33333333333333%;}
        .col-xl-11 {width: 91.66666666666667%;}
        .col-xl-12 {width: 100%;}

    }

    /*
        Media on device
        range min 1881px

        col-xxl

    */

    @media screen and (min-width: 1801px){

        /*for developer -> allow screen breakpoints*/
        body.screen-breakpoint::before {
            content: '[BreakPoints] (min-width: 1801px) [col-xxl]';
        }

        .container {
            min-width: 1200px;
            padding: 0 200px;
        }

        .container_fluid {
            min-width: 1200px;
            padding: 0 56px;
        }

        .container-off-grid-right {
            padding-left: 200px;
        }

        .container-small {
            width: 1259px;
            margin: 0 auto;
        }

        .container-xsmall {
            width: 1000px;
            margin: 0 auto;
        }

        .col-xxl-1 {width: 8.333333333333333%;}
        .col-xxl-2 {width: 16.66666666666667%;}
        .col-xxl-3 {width: 25%;}
        .col-xxl-4 {width: 33.33333333333333%;}
        .col-xxl-5 {width: 41.66666666666667%;}
        .col-xxl-6 {width: 50%;}
        .col-xxl-7 {width: 58.33333333333333%;}
        .col-xxl-8 {width: 66.66666666666667%;}
        .col-xxl-9 {width: 75%;}
        .col-xxl-10 {width: 83.33333333333333%;}
        .col-xxl-11 {width: 91.66666666666667%;}
        .col-xxl-12 {width: 100%;}

    }

.pagelist-form > fieldset > .form-group{
    display: block !important;
}