/* cmsms stylesheet: NetQM modified: 08/25/26 17:53:44 */
html{
    font-family: 'Poppins', sans-serif;
}
*{
    font-family: 'Poppins', sans-serif;
}
body, html{
    position:relative;
    width:100%;
    margin:0;
    padding:0;
    background-color:#F5F5F5;
}
#header > .menu li{
    position:relative;
    padding-bottom:50px;
    margin-bottom:-50px;
}
#header > .menu li ul{
    display:block;
    position:absolute;
    top:55px;
    right:-90px;
    margin:0;
    background-color:#638696;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
#header > .menu > li > ul{
    margin:0;
    background-color:#638696;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding:10px;
}
#header > .menu > li > ul:after {
    content: '';
    position: absolute;
    top: 0;
    right:100px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #638696;
    border-top: 0;
    margin-left: -6px;
    margin-top: -6px;
}


#header > .menu li ul *{
    font-size:calc(6px + 0.6vw) !important;
    line-height:calc(21px + 0.6vw) !important;
    color:#ffffff;
    white-space: nowrap;
}
#header > .menu li ul li:hover{
    font-weight:bold
}
#header > .menu li ul{
    clear:both;
    float:none;
    display:none;
}
#header > .menu li ul li{
    display:block;
    float:none;
}
#header > .menu li:hover ul{
    display:block;

}
#hamburger{
    font-size:50px;
    cursor:pointer;
    position:fixed;
    top:20px;
    right:30px;
    color:#333333;
    display:none;
}
#logo{
    background:url(https://test.netqm.tech/media/img/netqm.png);
    width:calc(7.4vw + 100px);
    height:calc(4.4vw + 40px);
    display:block;
    float:left;
    background-size:contain;
    background-repeat:no-repeat;
    margin:calc(1.0vw + 20px);
    margin-bottom:5px;
}
.menu{
    float:right;
    display:block;
    margin:calc(5px + 2.1vw) calc(20px + 4.6vw);
}

.menu a, .menu li{
    font-size:calc(12px + 0.45vw);
    text-decoration:none;
    color:#162025;
    line-height:40px;
}

ul.menu {
    list-style: none;
    padding: 0;
}

.menu li{
    display:inline-block;
    margin:0px calc(5px + 0.5vw);
}
.menu a:hover, .menu a:currentpage{
    font-weight:bold;
}
.menu a.currentpage, .menu li.currentpage a{
    color:#658798;
    font-weight:bold;

}
#header{
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index:999;
}
#baner{
    background-image:url(https://test.netqm.tech/media/img/bg_up2.jpg);
    background-position:bottom center;
    background-repeat:no-repeat;
    overflow:hidden;
    background-size:contain;
    position:relative;
margin-bottom:-20px;
 z-index:1;
}

#baner > img{
    float:right;
    display:block;
    width:60%;
    max-width:1313px;
    min-width:800px;
}
.purple{
    color:#7e1f6a;
}
.grey{
    color:#638696;
}
p strong{
    color:#648797;
}
#blue_content p strong{
    color:#fff;
    font-weight:bold;
}
.button{
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display:inline-block;
    padding:calc(5px + 0.8vw) calc(15px + 1.6vw);
    color:#fff;
    text-decoration:none;
    border: 1px solid rgba(255,255,255,0.01);
    font-size:calc(8px + 0.4vw);
}
.button.button-long{
    padding:calc(3px + 0.5vw) calc(15px + 1.6vw);
}
.button:active, .button:hover, .more_url:hover .button-transparent{
    -webkit-box-shadow: 0 0 0 8px rgba(244,244,244,0.5);
    box-shadow: 0 0 0 8px rgba(244,244,244,0.5);
}
.button-circle {
    padding:calc(2px + 0.4vw);
    line-height:20px;
    height:20px;
    width:20px;
    text-align:center;
}
.button-transparent{
    border:#8aa2ad 1px solid;
}


.button-purple, .button-transparent:hover, .more_url:hover .button-transparent{
    border: 1px solid rgba(255,255,255,0.01);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a22f8a+0,7a2f71+100 */
    background: #a22f8a; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #a22f8a 0%, #7a2f71 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #a22f8a 0%,#7a2f71 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #a22f8a 0%,#7a2f71 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a22f8a', endColorstr='#7a2f71',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.button-purple2{
    background: #720e5d; /* Old browsers */
}

#baner .button{
    position:absolute;
    bottom:calc(20% - 24px);
    left:5%;
}
#baner .button:after{
    content: "\203a";
    margin-left: 10px;
    font-size:calc(8px + 0.4vw);
}
.arr-left:after{
    content: "\203a";
    margin-left: 60px;
    font-size:calc(8px + 0.4vw);
}


.baner_text h1, .baner_text h2{
    font-size:calc(10px + 1.4vw);
    line-height:calc(12px + 2.0vw);
    margin:11px 0;
    padding:0;
}

.baner_text{
    font-size:calc(10px + 1.4vw);
    line-height:calc(12px + 2.0vw);
    bottom:calc(36% - 14px);
    position:absolute;
    display:inline-block;
    font-weight:bold;
    left:5%;
}
.baner_text p{
    margin:11px 0;
}
.baner_text .small{
    font-size:calc(6px + 0.8vw);
    line-height:calc(8px + 1.0vw);
    margin:4px 0;
    font-weight:normal;
}
.baner_text .medium{
    font-size:calc(8px + 0.8vw);
    line-height:calc(10px + 1.0vw);
    margin:4px 0;
    font-weight:normal;
}

.customers_slider_container p{
    text-align:center;
    color:#b0d4e5;
    font-size:calc(5px + 1.0vw);
    line-height:calc(7px + 1.1vw);
    margin:5px 0 60px 0;
}
.customers_slider_container h3{
    text-align:center;
    color:#fff;
    font-size:calc(11px + 1.5vw);
    line-height:calc(14px + 2.0vw);
    margin:0;
}


.customers_slider{
    -webkit-box-shadow: 0px 8px 0 0 rgba(55,55,55,0.2);
    box-shadow: 0px 8px 0 0 rgba(55,55,55,0.2);
    -webkit-border-radius: 70px;
    border-radius: 70px;
    background-color:#fff;
    display:block;
    padding:1vw 5vw;
    overflow:hidden;
    height:5vw;
}
.customers_slider img{
    height:5vw;
    margin:0 auto;
}
#blue_content{
    background:#628696 url(https://test.netqm.tech/media/img/bg_down.jpg);
    background-position:bottom center;
    background-repeat:no-repeat;
    padding-bottom:100px;
    margin:0;
    overflow:visible;
    background-size:contain;
 position:relative;
z-index:10;
}

.center{
    margin: 0 5vw;
    padding:10px 0;
}

.one_customer{
    width:20%;
    display:block;
    float:left;
    overflow:hidden;
    height:5vw;
    padding-bottom:30px;
}

.slick-slider{
    box-sizing:content-box !important;
}
.normBlock{
    margin:1vw 0 4vw;
    display: table;
    vertical-align: middle;
    width:90vw;
}
.normBlock > *{
    display: table-cell;
    vertical-align: middle;
    width:40vw;
}
.normBlock .blockImg{
    width:40vw;
    margin:5px 2.2vw;
    padding:0;
}
.normBlock .blockImg img{
    width:90%;
    margin:0 auto;
}

.normBlock .blockText{
    width:40vw;
    margin:20px 2.2vw;
    color:#ffffff;
    padding:0;
    vertical-align: middle;
}
.normBlock .blockText > div{
    padding:0 120px;
    width:25vw
}
.normBlock .blockText > *{
    flex: 0 0 40vw;
    display:block;
    float:left;
    clear:both;
}
.more_url{
    color:#fff !important;
    text-decoration:none;
    font-weight:bold;
    margin-top:10px;
}
.more_url .button{
    font-weight:normal;
    font-size:16px;
    line-height:20px;
}
.more_url:hover{
    text-decoration:underline;
}
.normBlock .button:after{
    content: "\203a";
    text-align:center;
}
.normBlock .button{
    margin-right:20px;
}

.normBlock.normBlock-left{
    direction: rtl;
}
.normBlock.normBlock-left *{
    direction: ltr;
}

#white_content, #white_second_content{
    background:#FFFFFF url(https://test.netqm.tech/media/img/bg_bottom.jpg);
    color:#162025 !important;
    background-position:bottom center;
    background-repeat:no-repeat;
    overflow:hidden;
    background-size:contain;
    position:relative;
    padding-bottom:140px;
    min-height:160px;
}
.normBlock .blockText h2, #grey_content h2{
    font-size:calc(10px + 1vw);
}
#white_content .normBlock .blockText, #white_content .normBlock .blockText a, #white_second_content .normBlock .blockText, #white_second_content .normBlock .blockText a{
    color:#162025 !important;
}
#white_content .normBlock .blockText .button{
    color:#999999 !important;
}
#white_content .normBlock .blockText .button:hover{
    color:#ffffff !important;
}
#contact_container{
    background-color:#A22F8A;
    overflow:hidden;
    padding-bottom:50px;
}
#contact_container form{
    width:60%;
    overflow:hidden;
}

#contact_container form .netqmform{
    padding:20px 2.5vw;
    overflow:hidden;
}
.netqmform > div:nth-child(-n+3) {
    display:block;
    float:left;
    width:33.333%;
    position:relative;
    overflow:hidden;
}
.netqmform > div:nth-child(4) {
    display:block;
    float:left;
    width:99.999%;
    position:relative;
    overflow:hidden;
}
.netqmform > div:nth-child(-n+3) input{
    margin:10px 0;
    display:block;
    padding:15px 30px;
    border:0;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width:8vw;
}
.formbuilderform > div textarea, .netqmform  > div textarea{
    width:auto;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border:0;
    padding:15px 30px;
    margin:10px 0;
    display:block;
    width:calc(38.9vw + 26px);
    height:70px;

}
.agree{
    display:block;
    width:25px;
    float:left;
    margin-top:10px;
    clear:left;
}
.agree-text{
    color:#ffffff;
    font-size:calc(6px + 0.2vw);
    line-height:calc(10px + 0.2vw);
    display:block;
    width: 20vw;
    overflow:hidden;
    float:left;
    margin-top:10px;
    clear:right;
    padding-right:100px;

}
.agree-text a{
    color:#ffffff;
}
#mysubmitbutton{
    float:right;
    margin:15px calc(9.45vw - 80px) 0  0;
}

.contact_us{
    width:30%;
    float:left;
    height:18vw;
    background:url(https://test.netqm.tech/media/img/contact_smudge.png);
    background-repeat:no-repeat;
    background-size:contain;
    background-position: center;
    color:#ffffff;
    text-align:center;
}
.contact_us h4{
    font-size:calc(15px + 1.2vw);
    line-height:calc(22px + 1.5vw);
    text-align:left;

    display:inline-block;
    margin:3vw auto 0 auto;
    padding-left:3vw;
    width:calc(10vw + 80px);
}
.contact_us p{
    font-size:calc(6px + 0.4vw);
    line-height:calc(8px + 0.44vw);
    text-align:center;
    text-align:left;
    display:inline-block;
    margin:1vw auto 0 auto;
    padding-left:3vw;
    width:calc(10vw + 100px);
    color:rgba(255, 255, 255, 0.7);
}

.block_1_2{
    width:50%;
    float:left;
    margin:0;
}
#footy{
    background-color:#1d1d1d;
    overflow:hidden;
    padding:30px 0 90px 0;
}
#footy h5{
    font-size:calc(7px + 0.5vw);
    line-height:calc(9px + 0.54vw);
    color:#ffffff;
    margin-bottom:20px;
}
#footy a{
    font-size:calc(7px + 0.5vw);
}
#footy p{
    font-size:calc(7px + 0.5vw);
    line-height:calc(12px + 0.64vw);
    color:#cccccc;
}

.icon:before{
    content: "\f2a0";
    font-family:FontAwesome;
    color:#ffffff;
    background-color:#638696;
    font-size:calc(10px + 0.8vw);
    line-height:calc(10px + 0.8vw);
    padding:20px;
    height:calc(10px + 0.8vw);
    width:calc(10px + 0.8vw);
    display:block;
    float:left;
    margin-right:20px;
    margin-top:10px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    text-align:center;
}
.icon.icon-email:before{
    content: "\f0e0";
}
#footy p strong{
    color:#ffffff;
}
#footy p a{
    color:#7393a1;
    text-decoration:none;
}
#footy p a:hover{
    color:#7393a1;
    text-decoration:underline;
}
#footy .center{
    margin:0 12vw;
}
.footy_menus{
    margin-left:100px;
    padding-left:0;
    border-bottom:#3f3f3f 1px solid;
    margin-right:-1000px;
    padding-right:1000px;
    overflow:hidden;
}
input, textarea, button{
    outline:none;
}
input, textarea{
    font-size:calc(6px + 0.5vw);
    line-height:calc(6px + 0.5vw);
}
#blue_content .center{
    color:#ffffff;
}

.footy_menu li{
    display:block;
    float:none;
    clear:both;
    color:#aeaeae;
}
.footy_menu{
    margin:0 0 40px 0;
    padding:0;
}
.footy_menu li a{
    color:#aeaeae;
    text-decoration:none;
}

.footy_menu li a:hover{

    text-decoration:underline;
}


#blue_content.blue_content_to_purple{
    background-image:url(https://test.netqm.tech/media/img/bg_bottom2.jpg);
}
#baner.baner_no{
    background-image:url(https://test.netqm.tech/media/img/bg_bottom3.jpg);

}



#blue_content ul, #grey_content ul, #white_content ul{
    list-style-type: none;
    margin:0 0 0 24px;
    padding:0;

}
#blue_content ul> li, #grey_content ul > li, #white_content ul >li{
    text-indent: -24px;
}
#blue_content  ul> li:before , #grey_content ul> li:before , #white_content ul> li:before{
    content: "---";
    text-indent: -43px;
    letter-spacing: -3px;
    color:#bbdae8;
    font-size:14px;
    font-weigh:bold;
    line-height:16px;
    width:20px;
    margin-right:10px;
    margin-top:10px;
}
body #grey_content ul> li:before {
    color:#e0aad5;
}
body #white_content ul> li:before {
    color:#7e1f6a;
}
.grey_end{
    background-image:url(https://test.netqm.tech/media/img/grey_start.jpg) !important;
}

#grey_content{

    background:#e8f1f5 url(https://test.netqm.tech/media/img/grey_end.jpg);
    color:#162025 !important;
    background-position:bottom center;
    background-repeat:no-repeat;
    overflow:hidden;
    background-size:contain;
    position:relative;
    padding-bottom:210px;

}

#grey_content ul{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}



/* ==========================================================
   DYNAMICZNE BLOKI TREŚCI
   Nie zmieniają starych #blue_content / #grey_content itd.
   ========================================================== */

.qm-section {
    position:relative;
    margin:0;
    padding:0;
    overflow:hidden;
}

.qm-section--white {
    background:#ffffff;
    color:#162025 !important;
}

.qm-section--lightgrey {
    background:#e8f1f5;
    color:#162025 !important;
}

.qm-section--grey {
    background:#628696;
    color:#ffffff !important;
}

.qm-section--magenta {
    background:#A22F8A;
    color:#ffffff !important;
}


/* ----------------------------------------------------------
   TYPOGRAFIA - zgodna ze starymi blokami
   ---------------------------------------------------------- */

.qm-section--grey .center,
.qm-section--magenta .center {
    color:#ffffff;
}

.qm-section--grey p strong,
.qm-section--magenta p strong {
    color:#ffffff;
}

.qm-section--white .normBlock .blockText,
.qm-section--white .normBlock .blockText a,
.qm-section--lightgrey .normBlock .blockText,
.qm-section--lightgrey .normBlock .blockText a {
    color:#162025 !important;
}

.qm-section--grey .normBlock .blockText,
.qm-section--grey .normBlock .blockText a,
.qm-section--magenta .normBlock .blockText,
.qm-section--magenta .normBlock .blockText a {
    color:#ffffff !important;
}


/* ----------------------------------------------------------
   LISTY - zachowanie starego wyglądu
   ---------------------------------------------------------- */

.qm-section ul {
    list-style-type:none;
    margin:0 0 0 24px;
    padding:0;
}

.qm-section ul > li {
    text-indent:-24px;
}

.qm-section ul > li:before {
    content:"---";
    text-indent:-43px;
    letter-spacing:-3px;
    font-size:14px;
    font-weight:bold;
    line-height:16px;
    width:20px;
    margin-right:10px;
    margin-top:10px;
}

.qm-section--white ul > li:before {
    color:#7e1f6a;
}

.qm-section--lightgrey ul > li:before {
    color:#e0aad5;
}

.qm-section--grey ul > li:before {
    color:#bbdae8;
}

.qm-section--magenta ul > li:before {
    color:#ffffff;
}


/* jeżeli chcesz zachować stare dwie kolumny list w jasnoszarym */
.qm-section--lightgrey ul {
    columns:2;
    -webkit-columns:2;
    -moz-columns:2;
}


/* ----------------------------------------------------------
   FALE
   ---------------------------------------------------------- */

.qm-wave {
    display:block;
    clear:both;
    width:100%;
    height:0;
    margin:-1px 0;
    padding:0;

    background-position:center center;
    background-repeat:no-repeat;
    background-size:100% 100%;

    position:relative;
    z-index:2;
}


/* WHITE -> LIGHTGREY */
.qm-wave--lightgrey-start {
    padding-top:10.9375%; /* 210 / 1920 */
    background-image:url(https://test.netqm.tech/media/img/grey_start-new.png);
}


/* LIGHTGREY -> WHITE */
.qm-wave--lightgrey-end {
    padding-top:12.291667%; /* 236 / 1920 */
    background-image:url(https://test.netqm.tech/media/img/grey_end.jpg);
}


/* WHITE -> GREY */
.qm-wave--grey-start {
    padding-top:15.78125%; /* 303 / 1920 */
    background-image:url(https://test.netqm.tech/media/img/bg_up2-new.png);
}


/* GREY -> WHITE */
.qm-wave--grey-end {
    padding-top:10.46875%; /* 201 / 1920 */
    background-image:url(https://test.netqm.tech/media/img/bg_down.jpg);
}


/* WHITE -> MAGENTA */
.qm-wave--magenta-start {
    padding-top:14.375%; /* 276 / 1920 */
    background-image:url(https://test.netqm.tech/media/img/bg_bottom.jpg);
}


/* MAGENTA -> WHITE */
.qm-wave--magenta-end {
    padding-top:14.375%;
    background-image:url(https://test.netqm.tech/media/img/bg_bottom.jpg);
    transform:scaleY(-1);
}


/* Nowy start strony: banner przechodzi do lightgrey */
body.new_start #baner {
    background-image: url(https://test.netqm.tech/media/img/grey_start-new.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}
body.new_start .baner_text p{
 font-size: calc(15px + 0.8vw);
  line-height: calc(14px + 0.7vw);
 font-weight:normal;
}

body.new_start .baner_text .medium{
    font-size:calc(8px + 0.8vw);
    line-height:calc(8px + 1.0vw);
}

body.new_start .baner_text .small{
    font-size:calc(6px + 0.4vw);
    line-height:calc(8px + 0.6vw);
}

.new_start p strong{
 color:#000000;
}


/* ==========================================================
   HFC MONITORING - BLOK 6 IKON
   istniejący HTML:
   .icons > .oneBlock
   ========================================================== */

body.new_start .icons {
    width: 100%;
    max-width: 1200px;
    margin: 35px auto 65px auto;
    padding: 0;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    column-gap: 55px;
    row-gap: 45px;

    box-sizing: border-box;

    clear: both;
}


/* pojedynczy kafelek */

body.new_start .icons .oneBlock {
    width: auto;
    margin: 0;
    padding: 0;

    float: none;
    clear: none;

    display: block;

    text-align: center;
    box-sizing: border-box;
}


/* ==========================================================
   IKONY
   ========================================================== */

body.new_start .icons .oneBlock img {
    display: block;

    width: 64px !important;
    height: 64px !important;

    max-width: 64px !important;
    max-height: 64px !important;

    object-fit: contain;

    margin: 0 auto 14px auto;
    padding: 0;

    float: none !important;
}


/* ==========================================================
   TYTUŁY
   ========================================================== */

body.new_start .icons .oneBlock h4 {
    margin: 0 auto 7px auto;
    padding: 0;

    max-width: 270px;

    color: #a22f8a;

    font-size: 18px;
    line-height: 1.2;

    font-weight: 400;

    text-align: center;
}


/* ==========================================================
   OPISY
   ========================================================== */

body.new_start .icons .oneBlock p {
    margin: 0 auto;
    padding: 0;

    max-width: 300px;

    color: #162025;

    font-size: 12px;
    line-height: 1.45;

    font-weight: 400;

    text-align: center;
}


/* ==========================================================
   JEŚLI STARY CSS NADAJE FLOAT ELEMENTOM WEWNĘTRZNYM
   ========================================================== */

body.new_start .icons .oneBlock > * {
    float: none;
}


/* ==========================================================
   HR NAD BLOKIEM

   Masz już:
   <hr class="violet-hr center-hr">
   ========================================================== */

body.new_start .violet-hr.center-hr {
    display: block;

    width: 55px;
    height: 2px;

    margin: 0 auto 28px auto;
    padding: 0;

    border: 0;

    background: #a22f8a;
}

/* BLUE - biały -> niebieski */
.qm-wave--blue-start {
    padding-top:15.78125%; /* 303 / 1920 */
    background-image:url(https://test.netqm.tech/media/img/bg_up.jpg);
}

/* BLUE - niebieski -> biały */
.qm-wave--blue-end {
    padding-top:10.46875%; /* 201 / 1920 */
    background-image:url(https://test.netqm.tech/media/img/bg_down.jpg);
}

.qm-section--blue {
    background:#628696;
    color:#fff !important;
}

.qm-section--blue .center,
.qm-section--blue p strong,
.qm-section--blue .normBlock .blockText,
.qm-section--blue .normBlock .blockText a {
    color:#fff !important;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1000px) {

    body.new_start .icons {
        grid-template-columns: repeat(2, 1fr);

        max-width: 760px;

        column-gap: 45px;
        row-gap: 40px;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 650px) {

    body.new_start .icons {
        grid-template-columns: 1fr;

        max-width: 420px;

        row-gap: 35px;
    }

}


/* ==========================================================
   HFC MONITORING - KLUCZOWE FUNKCJONALNOŚCI
   ========================================================== */

body.new_start .hfc-functionalities {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 25px 35px 70px;
    box-sizing: border-box;
    color: #162025;
}

/* Nagłówek sekcji */
body.new_start .hfc-functionalities-title {
    width: 100%;
    margin: 0 0 55px;
    padding: 0;
    text-align: center;
    color: #a22f8a;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
}

/* ==========================================================
   GŁÓWNA SIATKA 2 KOLUMNY
   ========================================================== */

body.new_start .hfc-functionalities-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 85px;
    row-gap: 65px;
    width: 100%;
    align-items: center;
}

/* pojedynczy blok */
body.new_start .hfc-functionalities-item {
    min-width: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ==========================================================
   TYTUŁY BLOKÓW
   ========================================================== */

body.new_start .hfc-functionalities-item h3 {
    margin: 0 0 13px;
    padding: 0;
    color: #162025;
    font-size: 21px;
    line-height: 1.18;
    font-weight: 700;
}

/* ==========================================================
   TEKST
   ========================================================== */

body.new_start .hfc-functionalities-item p {
    margin: 0 0 10px;
    padding: 0;
    color: #162025;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
}

/* ==========================================================
   LISTY
   ========================================================== */

body.new_start .hfc-functionalities-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    columns: auto !important;
    -webkit-columns: auto !important;
    -moz-columns: auto !important;
}

body.new_start .hfc-functionalities-item li {
    position: relative;
    margin: 0 0 4px;
    padding: 0 0 0 17px;
    text-indent: 0 !important;
    color: #162025;
    font-size: 12px;
    line-height: 1.45;
}

body.new_start .hfc-functionalities-item li:before {
    content: "—";
    position: absolute;
    left: 0;
    top: 0;

    width: auto;
    margin: 0;

    color: #a22f8a;
    font-size: 12px;
    line-height: inherit;
    letter-spacing: 0;
    text-indent: 0;
}

/* ==========================================================
   GRAFIKI
   ========================================================== */

body.new_start .hfc-functionalities-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.new_start .hfc-functionalities-image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 520px;

    margin: 0 auto;
    padding: 0;

    float: none !important;
}

/* Pierwsza grafika może być trochę mniejsza */
body.new_start .hfc-functionalities-image:nth-child(3) img {
    max-width: 500px;
}

/* Druga grafika z GPON */
body.new_start .hfc-functionalities-image:nth-child(8) img {
    max-width: 560px;
}

/* ==========================================================
   CTA NA DOLE
   ========================================================== */

body.new_start .hfc-functionalities-cta {
    max-width: 1120px;
    margin: 75px auto 0;
    padding: 0;

    color: #a22f8a;

    font-size: 18px;
    line-height: 1.35;
    font-weight: 400;

    text-align: center;
}

/* ==========================================================
   ZABEZPIECZENIA PRZED STARYMI STYLAMI
   ========================================================== */

body.new_start .hfc-functionalities *,
body.new_start .hfc-functionalities *:before,
body.new_start .hfc-functionalities *:after {
    box-sizing: border-box;
}

body.new_start .hfc-functionalities-item,
body.new_start .hfc-functionalities-item > * {
    float: none;
}

/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1000px) {

    body.new_start .hfc-functionalities {
        padding-left: 25px;
        padding-right: 25px;
    }

    body.new_start .hfc-functionalities-grid {
        column-gap: 45px;
        row-gap: 50px;
    }

    body.new_start .hfc-functionalities-item h3 {
        font-size: 18px;
    }

    body.new_start .hfc-functionalities-image img {
        max-width: 430px;
    }
}

/* ==========================================================
   TELEFON
   ========================================================== */

@media (max-width: 700px) {

    body.new_start .hfc-functionalities {
        padding: 20px 20px 50px;
    }

    body.new_start .hfc-functionalities-title {
        margin-bottom: 35px;
        font-size: 20px;
    }

    body.new_start .hfc-functionalities-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 38px;
    }

    body.new_start .hfc-functionalities-item {
        width: 100%;
    }

    body.new_start .hfc-functionalities-image img,
    body.new_start .hfc-functionalities-image:nth-child(3) img,
    body.new_start .hfc-functionalities-image:nth-child(8) img {
        max-width: 500px;
    }

    body.new_start .hfc-functionalities-cta {
        margin-top: 50px;
        font-size: 16px;
    }

    body.new_start .hfc-functionalities-cta br {
        display: none;
    }
}
/* cmsms stylesheet: Netqm-blog modified: 08/25/26 17:53:44 */
.blog{
    margin:-90px auto 0 auto;
    width:80%;
    padding-bottom: 100px;

}
.baza-info{
    margin:-100px auto 0 auto;
}
.img_news{
    position:relative;
}
.date_and_share {
  width: 45%;
  position: absolute;
  bottom: 5px;
  right: 0px;
}

.NewsSummary .img_news img{
    width:100%;
    margin:0 auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.NewsSummary{
    margin-bottom:20px;
    flex-basis: 100%;

}


.NewsSummary:nth-child(2){
    /*padding:0 20px;*/
}
.cgblogtitle{
    color:#ffffff;
    font-size:calc(13px + 0.33vw);
    line-height:calc(17px + 0.33vw);
    text-decoration:none;
    font-weight:bold;
}
.NewsSummary a{
    text-decoration:none;
}
.NewsSummary p{
    color:#ffffff;
    font-size:calc(11px + 0.23vw);
    line-height:calc(14px + 0.23vw);
}
.blog .table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.blog .table:last-child {
    justify-content: center; /* Automatycznie wyśrodkowuje ostatni wiersz jeśli mniej niż 3 elementy */
}

.NewsSummary {
    flex: 0 0 calc(33.333% - 13.5px); /* Idealny podział na 3 kolumny (z gap: 20px) */
    box-sizing: border-box;
}
.CGBlogSummaryPostdate{
    color:#ffffff;
    margin:5px 0;
}
.pagination{
    text-align:center;
    position:relative;
    margin-bottom:60px;
}
.pagination .pagination-in{
    background-color:#ffffff;
    z-index:3;
    position:relative;
    width:260px;
    text-align:center;
    margin:0 auto;
    color:#881766;
}
.pagination a{
    color:#881766;
    text-decoration:none;
}
.pagination a:hover{
    text-decoration:underline;
}
.pagination:after{
    content:'';
    height:2px;
    width:100%;
    background-color:#881766;
    display:block;
    float:left;
    position:absolute;
    top:5px;
}

.prev_next{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align:center;
    flex-direction: row; flex-wrap: nowrap;
}
.prev_next div{
    display:inline-block;
    padding:0 10px;
    position:relative;
    z-index:5;
    margin:0;
}
.prev_next a{
    color:#ffffff;
    text-decoration:none;
}
.prev_next a:hover{
    text-decoration:underline;
}
.bettwen{
    display:inline-block;
    background-color:#628696;
    padding:0 3px;
    position:relative;
    z-index:5;
    margin:0;
    color:#ffffff;
}
.prev_next:after{
    content:'';
    height:2px;
    width:100%;
    background-color:#ffffff;
    display:block;
    float:left;
    position:absolute;
    top:9px;
}

.tableCGNews .img_news > img{
    width:50%;
}
#content h1{
    color:#ffffff;
    font-size:calc(41px + 0.83vw);
    line-height:calc(50px + 0.83vw);
    font-weight:400;
}
#content .tableCGNews h1{
    display:inline-block;
    width:48%;
    float:right;
    font-size:calc(21px + 0.33vw);
    line-height:calc(30px + 0.33vw);
    clear:right;
}
.share_news a:first-child{
    margin-left:10px;
}
.share_news{
    width:50%;
    float:right;
    line-height:30px;
    text-align:right;
}
.share_news img{
    float:right;
    margin:0 2px;
}
.date_and_share p{
    width:30%;
    float:left;
    line-height:35px;
    display:inline-block;
    margin:0;
}

.CGNews{
    margin-right:40px;
    color:#ffffff;
}
.CGNews a{
    color:#ffffff;
 text-decoration:none;
 font-weight:bold;
}
.CGNews a:hover, .CGNews a:active{
    color:#ffffff;
 text-decoration:underline;
}
.tags a{
    color:#ffffff;
}
.tags strong{
    text-transform:uppercase;
}
.all_with_form h2{
    color:#ffffff;
    font-size:calc(21px + 0.83vw);
    line-height:calc(30px + 0.83vw);
}

.persone_blog, .blog-contact-form{
    float:left;
    width:50%;
    margin:0;
    padding:0 0 0 0;
}
.blog-contact-form .wyrazamzgodecheckbox{
    padding-left:1vw;
}
body .persone_blog{
    padding-top:40px;
}
.magical_label{
    font-size:9px;
    line-height:11px;
    display:block;
}

.all_with_form_in{
    display: flex;
    flex: 1 1 0px
}
.all_with_form_in > div{
    margin:10px 20px;
}
.persone_blog img{
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display:block;
    float:left;
    margin:0 10px 100px 0;
}
.persone_blog h3{
    color:#ffffff;
    margin:0;
    font-size:calc(11px + 0.33vw);
    line-height:calc(13px + 0.33vw);
}
.persone_blog p{
    color:#ffffff;
    font-size:calc(8px + 0.23vw);
    line-height:calc(10px + 0.23vw);
}
.persone_blog a{
    color:#ffffff;
    text-decoration: none;
}
.persone_blog a:hover, .persone_blog a:active{
    text-decoration: underline;
}
.show_more_author_blog{
    clear:both;
    display:block;
}



.blog-contact-form .formbuilderform {
    width:100%;
    float:right;
    margin-top:0;
    margin-bottom:10vw;
}
.blog-contact-form .formbuilderform > div{
    display:block;
    clear:both;
}
.blog-contact-form{
    float:right;
    margin-right:0 !important;
}
.blog-contact-form .formbuilderform input:not(.cms_submit, .cms_checkbox) {
    background-color:#efefef;
    border:#acacac 1px solid;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    padding:8px 16px;
    width:90%;
    font-size:calc(8px + 0.33vw);
    line-height:calc(8px + 0.33vw);
    margin:10px 0;
    display:block;
    clear:both;
}
body .blog-contact-form .formbuilderform .cms_checkbox{
    margin:0 10px 10px 3px;
}

.blog-contact-form .formbuilderform .cms_checkbox{
    width:20px;
    height:20px;
    margin:5px 10px 70px 65px;
    float:left;
}
.blog-contact-form .magical_label{
    font-size:calc(5px + 0.23vw);
    line-height:calc(8px + 0.23vw);
    display:block;
    width:88%;
    float:left;
    padding-left:calc(2vw + 15px);
    color:#ffffff;
    text-align:justify;
}
.blog-contact-form .magical_label a{
    font-weight:bold;
    text-decoration:none;
    color:#ffffff;
}
.blog-contact-form .magical_label a:hover{
    text-decoration:underline;
}

.news_right .NewsSummary{
    width:16vw;
    display:block;
    padding:20px;
    margin:0;
}
.news_right .NewsSummary .img_news img{
    clear:both;
    display:block;
    margin:5px auto;
    width:100%;
}
.news_right h2{
    color:#ffffff;
    font-size:calc(15px + 0.43vw);
    line-height:calc(19px + 0.43vw);
    font-weight:400;
}
.news_right h3{
    display:none;
}
.news_right .tags a{
    clear:both;
    display:block;
}
.news_right .cgblogtitle{
    margin-top:20px;
    display:block;
}

body .tableCGNews{
    display: flex;
    width:100%;
    table-layout: fixed;
    margin:0;
}
.row{
    display: flex;
    width:auto;
    width:100%;
    justify-content:space-around;
}
.cell{
    float:left;/*fix for  buggy browsers*/
    display:table-column;
}
body .icons{
    display: flex;
    flex-wrap: wrap;
    align-items:flex-end;
    width:70%;
    margin:15px auto 0 auto;
}

#blue_content .tableCGNews h1 {
  display: inline-block;
  width: 48%;
  float: right;
  font-size: calc(21px + 0.33vw);
  line-height: calc(25px + 0.33vw);
  clear: right;
}
