@font-face{
    font-family: 'Montserrat';
    src: url('/font/Montserrat-Regular.ttf');
}
@font-face{
    font-family: 'MontserratBold';
    src: url('/font/Montserrat-Bold.ttf');
}
@font-face{
    font-family: 'MontserratMedium';
    src: url('/font/Montserrat-Medium.ttf');
}
html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
}
*{
    box-sizing: border-box;
}
p{
    margin: 0;
}
#container{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.swam{
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
.nolink{
    color: inherit;
    text-decoration: none;
}
.accenthl{
    color: #1734ff;
}
.accentb{
    font-weight: bold;
}

@media only screen and (max-width: 1500px) {
    .swam{
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
    }
    #kontakt{
        transform: translateY(0px)!important;
    }
   
}

/*          START           */
.sticky{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fafbff;
    width: 100%;
    margin: 0!important;
    padding: 0!important;
    padding-bottom: 5px!important;
    text-align: center;
    z-index: 100;
}
#start{
    width: 100%;
    min-height: 1075px;
    height: 100%;
    background: #fafbff;
    padding-bottom: 20px;
}
#start #content{
    width: 100%;
    max-width: 970px;
    min-height: 900px;
    z-index: 4;
    float: left;
}
#start #links{
    font-family: 'MontserratBold', sans-serif;
    color: #cbccd2;
    font-size: 17px;
    padding-top: 70px;
    margin-bottom: 90px;
}
#starttexto{
    font-family: 'MontserratMedium', sans-serif;
    font-size: 21px;
    line-height: 32px;
    text-align: justify;
}
#start .startlink{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 20px;
    transition: 0.3s;
    cursor: pointer;
}
#start .startlink:hover{
    color: #000;
}
#start h1{
    font-family: 'MontserratBold', sans-serif;
    font-size: 62px;
    letter-spacing: -1px;
    line-height: 85px;
    margin-top: 10px;
    margin-bottom: 60px;
}
#start header{
    line-height: 150%;
}
#start header p{
    color: #cbccd2;
}
#start #contactus{
    margin-top: 70px;
    position: relative;
    font-size: 14px;
    font-family: 'MontserratBold', sans-serif;
    color: #000;
    width: 275px;
    height: 70px;
    line-height: 70px;
    text-indent: 20px;
    background: #fff;
    cursor: pointer;
}
#cu_a{
    position: absolute;
    top: 0;
    left: 10px;
}
#cu_b{
    position: absolute;
    top: 50%;
    right: -20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #1734ff;
    transform: translate(0, -50%);
    background: url('/img/ui/chat_white.svg'), #1734ff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
}
#gallery{
    width: calc(100% - 970px);
    height: 100%;
    min-height: 900px;
    float: left;
    position: relative;
}
#jongler_a,
#jongler_b,
#jongler_c{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
}
#jongler_a{
    z-index: 2;
}

#jongler_b{
    z-index: 1;
}
#jongler_c{
    height: 100%;
    z-index: 5;
    opacity: 1;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 70%,  rgba(0,0,0,0.6) 100%);
}
#jongler_h{
    font-family: 'MontserratBold', sans-serif; 
    color: #fff; 
    font-size: 29px; 
    line-height: 40px;
    margin-top: 17px;
    margin-bottom: 27px;
}
#jongler_bot{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    transform: translate(0);
    padding: 35px;
    padding-bottom: 45px;
    color: #cbccd2;
    font-family: 'MontserratMedium', sans-serif;
    cursor: pointer;
}

@media only screen and (max-width: 1300px) {
    #start #content{
        background: #fafbff;
        text-align: center;
    }
    #starttexto{
        max-width: 100%;
        text-align: center;
    }
    #contactus{
        margin-left: auto;
        margin-right: auto;
    }
    #gallery{
        display: none;
    }
    #content{
        max-width: 100%!important;
    }
    
}
@media only screen and (max-width: 500px) {
    .startlink{
        font-size: 14px!important;
    }
    #o_desc{
        padding-right: 0px!important;
    }
}

#stickylogo{
    display: none;
    transform: translate(-200px, 15px);
}
#warning{
    font-size: 12px;
    color: #ccc;
}
/*          OFERTA          */
#oferta{
    background: url('/img/ui/offer_line.svg'), url('/img/shadows/oferta.png'), #ffffff;
    background-repeat: no-repeat;
    background-size: 1920px auto, cover;
    background-position: center;
    width: 100%;
    min-height: 975px;
    padding-top: 50px;
}
#oferta .oferta_block{
    position: relative;
    display: inline-block;
    width: 256px;
    margin: 25px;
    height: 340px;
    background: #fff;
    transition: 0.2s;
    cursor: pointer;
}
#oferta .oferta_block:nth-child(1){
    margin-left: 0px;
}
#oferta .oferta_block:nth-child(5){
    margin-right: 0px;
}
#oferta #oferta_header{
    padding-top: 100px;
    padding-bottom: 80px;
}
#oferta #oferta_h1{
    font-family: 'MontserratBold', sans-serif;
    color: #000;
    display: block;
    float: left;
    width: 100%;
    max-width: 480px;
    line-height: 40px;
    font-size: 32px;
}
#oferta #oferta_h2{
    font-family: 'MontserratBold', sans-serif;
    border-bottom: 2px solid #1734ff;
    color: #cbccd2;
    display: block;
    float: left;
    line-height: 40px;
    max-width: 250px;
    width: fit-content;
    cursor: pointer;
}
#oferta_my{
    display: none;
}
#oferta #oferta_blocks{
    text-align: center;
}
#oferta .of_ico{
    position: absolute;
    top: 50px;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    background: #fafbff;
    z-index: 2;
    transition: 0.1s;
}
#oferta_solidheight{
    min-height: 340px;
}
#oferta .of_text{
    position: absolute;
    top: 150px;
    font-family: 'MontserratBold';
    width: 100%;
    height: 100px;
    z-index: 3;
    font-size: 15px;
}
.of_text span{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#oferta .of_bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: #1734ff;
    transition: 0.2s;
    z-index: 1;
}
#oferta .of_gray{
    position: absolute;
    top: 250px;
    color: #cbccd2;
    text-align: center;
    width: 100%;
    font-size: 9px;
    z-index: 3;
}
#oferta .of_bluebox{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 60px;
    height: 60px;
    transition: 0.2s;
    background:#1734ff;
    z-index: 2;
}
#oferta .of_chat_ico{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 40%;
    transform: translate(-50%, -50%);
}
#oferta #of_downheader{
    width: 100%;
    height: 120px;
    padding-top: 120px;
    font-size: 18px;
    color: #cbccd2;
    font-family: 'MontserratBold';
}
.ofm_bar{
    margin-bottom: 60px;
    position: relative;
    font-size: 14px;
    font-family: 'MontserratBold', sans-serif;
    color: #000;
    width: calc(33% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    height: 70px;
    background: #fff;
    cursor: pointer;
    position: relative;
}
.ofm_a{
    position: absolute;
    top: 12px;
    left: 17px;
    width: 46px;
    height: 46px;
    background: url('/img/ui/analysis.svg'), #f4f6fd;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
}
.ofm_l{
    display: inline-block;
}
.ofm_b{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
    width: calc(100% - 100px);
    text-align: center;
}
.ofm_c{
    position: absolute;
    width: 46px;
    height: 46px;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    background: url('/img/ui/chat_white.svg'), #1734ff;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center center;
}
@media only screen and (max-width: 1200px) {
    .ofm_bar{
        width: calc(50% - 60px);
    }
}
@media only screen and (max-width: 700px) {
    .ofm_bar{
        width: calc(100% - 60px);
        margin-left: 5px;
        margin-right: 5px;
    }
    #owner_whitetree{
        display: none!important;
    }
}


/*          OBROKERZE           */
#broker{
    background: url('/img/ui/broker_bg.svg'), #ffffff;
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: -120px 10px;
    width: 100%;
    min-height: 800px;
    padding-top: 100px;
}
#broker #b_imgzone{
    max-width: 600px;
    height: 600px;
    max-height: 600px;
    overflow: hidden;
    float: left;
}
#broker #b_img{
    transform: scaleX(-1) translate(0px, -120px);
    width: 100%;
}
#broker #b_desczone{
    float: left;
    width: calc(100% - 600px);
    padding-left: 64px;
}
#broker #b_header{
    font-size: 28px;
    font-family: 'MontserratBold';
    display: block;
    margin-bottom: 30px;
    text-indent: 10px;
}
#broker #b_table{
    width: 100%;
    max-width: 700px;
    color: #cbccd2;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    word-spacing: 2px;
}
#broker #b_table td{
    padding-top: 10px;
    vertical-align: top;
    padding-bottom: 10px;
}

@media only screen and (max-width: 1500px) {
    #stickylogo{
        display: none!important;
    }
}
@media only screen and (max-width: 1400px) {
    .startlink{
        margin-left: 10px!important;
        margin-right: 10px!important;
    }
}
@media only screen and (max-width: 1300px) {
    #broker #b_table td{
        padding-top: 4px;
        padding-bottom: 4px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 1200px) {
    #broker #b_table td{
        padding-top: 2px;
        padding-bottom: 2px;
    }
    #oferta .oferta_block:nth-child(1){
        margin-left: 25px;
    }
    #oferta .oferta_block:nth-child(5){
        margin-right: 25px;
    }
}




/*          ONAS            */
#onas{
    background: url('/img/ui/broker_bg.svg'), #ffffff;
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: 110% 80%;
    width: 100%;
    min-height: 700px;
    padding-top: 100px;
}

#onas #o_relative{
    position: relative;
}
#onas #onas_header{
    padding-top: 15px;
    padding-bottom: 30px;
    
}
#onas #onas_h1{
    font-family: 'MontserratBold', sans-serif;
    font-size: 32px;
    color: #000;
    display: block;
    float: left;
    width: 300px;
    line-height: 40px;
}
#onas #onas_h2{
    font-family: 'MontserratBold', sans-serif;
    color: #cbccd2;
    display: block;
    float: left;
    line-height: 40px;
    width: 150px;
}
#onas #o_desc{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 600px);
    color: #cbccd2;
    float: left;
    padding-right: 40px;
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 25px;
    word-spacing: 2px;
}
#onas p{
    margin-top: 20px;
    margin-bottom: 20px;
}
#onas #o_owner{
    position: absolute;
    top: 0;
    left: calc(100% - 600px);
    float: left;
    width: 600px;
    color: #fff;
    transition: 0.4s;
    min-height: 450px;
    background:  #1734ff;
}
#ownerPhoto{
    transition: 0.3s;
    width: 260px;
    min-height: 450px;
    height: 100%;
    background: url("/img/owner.png"), #1734ff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    float: left;
    position: relative;
}
#oP_ram{
    display: none;
    background: #1734ff;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: 'MontserratMedium';
    bottom: 0;
    position: absolute;
}
#backButton{
    font-size: 16px;
    margin-top: 30px;
    margin-left: 30px;
    font-family: 'MontserratBold', sans-serif;
    cursor: pointer;
}
#owner_whitetree{
    background: url('/img/ui/tree_white.svg'), #1734ff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px;
    width: 50px;
    height: 50px;
    margin-left: 20px;
    margin-top: 5px;
    transition: 0.3s;
}
#ownerdzone{
    width: calc(100% - 260px);
    float: left;
    transition: 0.3s, opacity 0.1;
    padding-left: 10px;
}
#onas #onas_h3{
    display: block;
    font-size: 42px;
    font-family: 'MontserratBold';
    margin-top: 40px;
    margin-bottom: 15px;
    margin-left: 20px;
}
#onas #onas_h4{
    display: block;
    font-size: 20px;
    font-family: 'MontserratMedium';
    margin-left: 20px;
}
#onas #ownerdesc{
    display: block;
    width: 80%;
    margin-top: 38px;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
    padding-right: 100px;
    color: #cbccd2;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 18px;
    word-spacing: 2px;
}
#onas #readmore{
    display: block;
    padding-left: 30px;
    padding-top: 0px;
    padding-bottom: 65px;
    width: 100%;
}
#text_switch_owner{
    font-family: 'MontserratBold', sans-serif;
    cursor: pointer;
}
#readmorearrow{
    transform: translateX(-8px);
}
@media only screen and (max-width: 1530px) {
    #broker{
        background: #fff!important;
        padding-top: 150px;
    }
}
@media only screen and (max-width: 1850px) {
    #onas{
        overflow: hidden;
        background: #fff!important;
    }
}
@media only screen and (max-width: 1500px) {
    .empty_block{
        display: none!important;
    }
    #onas{
        padding-top: 90px;
    }
}
@media only screen and (max-width: 1140px) {
    
    #onas #onas_h2{
        width: 100px;
    }
}
@media only screen and (max-width: 1240px) {
    
    #b_desczone{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1350px) {
    #onas p{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #onas_h3{
        padding-top: 0px;
    }
    #kon_whitetree{
        opacity: 0;
    }
    
}
@media only screen and (max-width: 1100px) {
    #b_header{
        text-align: center;
        padding-top: 20px!important;
    }
    #b_imgzone{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 100%;
    }
    #broker #b_desczone{
        padding: 0;
    }
    #broker #b_desczone,
    #broker #b_imgzone{
        width: 100%;
        float: none;
        clear: both;
    }
    #ownerdesc{
        width: 100%!important;
    }
    #b_table{
        max-width: 100%!important;
    }
    #starttexto{
        font-size: 18px;
    }
    #onas p{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #onas #o_desc,
    #onas #o_owner{
        position: static;
        width: 100%;
        float: none;
        clear: both;
    }
    #onas_h3{
        padding-top: 40px;
    }
    #onas #o_desc{
        width: 100%!important;
        padding-right: 0;
    }
    #text_switch_owner{
        display: none;
    }
    #oferta #of_downheader{
        text-align: center;
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 700px) {
    #onas #o_owner{
        padding-left: 0;
        background-position: center top;
        padding-top: 440px;
        text-align: center;
    }
    #onas #ownerdesc{
        display: block;
        padding: 10px;
        height: auto;
    }
    #onas_h3{
        padding-top: 0px;
    }
    #onas #o_owner{
        background: url("/img/owner.png");
        background-repeat: no-repeat;
        background-position: center top;
        color: #000;
    }
    #start h1{
        font-size: 42px;
    }
}
@media only screen and (max-width: 470px) {
    .ziz_bar:nth-child(4) .zi_title,
    .ziz_bar:nth-child(3) .zi_title{
        top: 15px!important;
    }
}
@media only screen and (max-width: 500px) {
    #onas p{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #onas #o_desc,
    #onas #o_owner{
        position: static;
        width: 100%;
        float: none;
        clear: both;
    }
    .ziz_bar:nth-child(5) .zi_title{
        top: 15px!important;
    }
}


/*          ZDROWIEIZYCIE           */
#ubezpieczeniamajatkowe{
    width: 100%;
    min-height: 900px;
    padding-top: 130px;
    background: url('/img/shadows/ubezpieczenia-zycie.png'), #ffffff;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 90%;
}
#zdrowieizycie{
    width: 100%;
    min-height: 900px;
    padding-top: 130px;
    background: url('/img/shadows/ubezpieczenia-zycie.png'), #fafbff;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 90%;
}
#ubezpieczeniamajatkowe{
    min-height: 670px;
}

#ziz_header{
    font-family: 'MontserratBold';
    font-size: 50px;
    padding-bottom:  20px;
}
#ziz_desc{
    padding-top: 40px;
    color: #a3a4ac;
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 25px;
    word-spacing: 2px;
}
.zzb2{
    padding-top: 60px!important;
    padding-bottom: 20px!important;
}
#ziz_bars{
    background: url('/img/ui/stripe_2.svg');
    background-repeat: no-repeat;
    background-size: 1920px;
    background-position: center 90%;
    padding-top: 90px;
    padding-bottom: 60px;
    height: auto;
}
.ziz_bar:nth-child(2n){
    margin-right: 0;
}
.ziz_bar:nth-child(2n-1){
    margin-left: 0;
}
.ziz_bar{
    display: inline-block;
    width: calc(50% - 40px);
    height: 90px;
    background: #fff;
    margin: 20px;
    position: relative;
    transition: 0.2s;
    cursor: pointer;
}
.ziz_barinner{
    width: 100%;
    height: 100%;   
}
.ziz_ico{
    width: 70px;
    height: 70px;
    background: #1734ff;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    z-index: 1;
}
.zi_title{
    width: 100%;
    z-index: 2;
    height: 50px;
    padding-left: 100px;
    position: absolute;
    top: 25px;
    line-height: 20px;
}
.zi_title span:nth-child(1){
    font-family: 'MontserratBold', sans-serif;
}
.zi_title .zi_contact{
    color: #cbccd2;
    font-size: 12px;
}
#zi_group{
    background: url('/img/ui/group.svg'), #1734ff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px;
}
#zi_indyv{
    background: url('/img/ui/ind.svg'), #1734ff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
}
#zi_cal{
    background: url('/img/ui/calendar.svg'), #1734ff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
}
#zi_gear{
    background: url('/img/ui/gear_white.svg'), #1734ff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
}
#zi_analysis{
    background: url('/img/ui/analysis_white.svg'), #1734ff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
}
#zi_costs{
    background: url('/img/ui/cost_white.svg'), #1734ff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
}
@media only screen and (max-width: 1000px) {
    #onas{
        padding-bottom: 80px!important;
    }
    .ziz_bar{
        width: calc(100% - 40px);
    }
    #zd_righth{
        display: block;
        margin-top: 20px;
        margin-bottom:  20px;
    }
    #blocks .swam{
        padding-top: 350px!important;
    }
    .zzb2{
        padding-bottom:  40px!important;
    }
    #ownerdesc{
        padding-bottom: 40px!important;
    }
    #zd_right{
        padding-left: 0!important;
    }
}
#ziz_bars .z_bar{
    width: calc(50% - 26px);
    float: left;
}
#ziz_bars .z_bar:nth-child(2n-1){
    margin-right: 25px;
}
#ziz_bars .z_bar:nth-child(2n){
    margin-left: 25px;
}





/*          ZDROWOTNE               */
#zdrowotne{
    width: 100%;
    min-height: 950px;
    padding-top: 100px;
    background: url('/img/ui/broker_bg.svg'), #fafbff;
    background-repeat: no-repeat;
    background-position: -12% 75%;
    background-size: 540px, 450px;
}
#zd_left{
    width: 40%;
    float: left;
}
#zd_right{
    width: 60%;
    float: left;
    padding-left: 90px;
}
.zd_header{
    font-family: 'MontserratBold';
    font-size: 32px;
    padding-bottom: 60px;
}
#zd_righth{
    font-size: 32px;
    line-height: 50px;
    padding-bottom: 50px;
}
#zd_desc{
    color: #cbccd2;
    padding-bottom: 50px;
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 25px;
    word-spacing: 2px;
}
#zd_photo{
    width: 100%;
    height: auto;
    background: url('/img/man_h.jpg');
    background-position: center center;
    background-size: cover;
    min-height: 430px;
}
.z_bar{
    display: block;
    height: 46px;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    transition: 0.2s;
    cursor: pointer;
    width: 94%;
}
.z_bar_modified{
    height: 40px;
    font-size: 12px!important;
    
    margin-top: 12px;
    margin-bottom: 12px;
}
.z_bar_ico_modified{
    height: 40px!important;
    width: 40px!important;
    background-size: 20px!important;
}
.z_title_modified{
    padding-left: 60px!important;
    font-size: 12px!important;
}
.z_barinner{
    width: fit-content;
    height: 100%;   
}
.z_ico{
    width: 46px;
    height: 46px;
    background: #1734ff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 1;
}

.z_title{
    width: 100%;
    z-index: 2;
    padding-left: 90px;
    position: absolute;
    top: 50%;
    font-size: 14px;
    transform: translate(0, -50%);
}
.z_title span{
    min-height: 40px;
}
.z_title span:nth-child(1){
    font-family: 'MontserratBold', sans-serif;
}
.z_plus{
    background: url('/img/ui/plus_white.svg'), #1734ff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
}
@media only screen and (max-width: 1100px) {
    #zd_desc{
        padding-bottom: 20px!important;
    }
    .zd_header{
        padding-bottom: 30px!important;
    }
    #o_owner{
        width: 100%;
        min-height: 1000px!important;
        background: rgba(0,0,0,0)!important;
        clear: both;
        position: static!important;
    }
    #o_desc{
        position: static!important;
    }
    #ownerPhoto,
    #ownerdzone{
        float: none;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        background-size: contain;
        background-color: rgba(0,0,0,0);
    }
    #ownerdzone{
        width: 100%!important;
        text-align: center!important;
    }
    #ownerdesc{
        padding: 0!important;
    }
    #o_desc{
        float: none;
        clear: both;
    }
    #ownerPhoto{
        height: 100%;
    }
    #ownerdzone,
    #onas_h4,
    #onas_h3{
        padding-left: 0!important;
        margin-left: 0!important;
        width: 100%;
    }
    #ownerdesc{
        width: 100%!important;
    }
    #backButton{
        display: none!important;
    }
    #kons_left{
        float: none!important;
        width: 100%!important;
    }
    #kons_right{
        float: none!important;
        width: 100%!important;
        padding: 0!important;
    }
    #contactTable{
        margin-left: auto!important;
        margin-right: auto!important;
        padding-top: 20px!important;
        padding-bottom: 60px!important;
    }
    #zdrowieizycie,
    #blocks,
    #zdrowotne{
        background-image: none!important;
    }
    .zd_header{
        padding-top: 20px!important;
        text-align: center;
    }
    .ziz_bar{
        margin: 0px!important;
        width: 100%!important;
    }
    #ziz_bars{
        padding-top: 50px!important;
    }
}
@media only screen and (max-width: 1000px) {
   
    #zd_right,
    #zd_left{
        clear: both;
        float: none;
        width: 100%;
        padding-top: 20px;
        margin-bottom: 20px;
        padding-left: 0;
        background: #fafbff;
        padding-left: 20px;
    }
    #onas{
        background: rgba(0,0,0,0);
    }
    #o_owner{
        padding-top: 60px!important;
    }
    #zdrowieizycie,
    #blocks,
    #zdrowotne{
        background-image: none!important;
    }
    #oferta_header,
    #oferta_h1,
    #oferta_h2{
        margin-left: auto!important;
        margin-right: auto!important;
        clear: both;
        text-align: center;
        float: none!important;
        padding-top: 20px;
    }
    .z_bar{
        width: 100%!important;
        padding: 0!important;
        margin: 0!important;
        margin-top: 20px!important;
        margin-bottom: 20px!important;
    }
    .z_barinner{
        width: 100%!important;
        padding: 0!important;
        margin: 0!important;
    }
    #ziz_header,
    #ziz_desc{
        text-align: center!important;
    }
    

    
}
@media only screen and (max-width: 1200px) {
    #o_desc p{
        font-size: 14px;
    }
    #onas_header{
        padding-top: 10px!important;
        padding-bottom: 10px!important;   
    }
    #lastblock{
        height: 50px!important;
    }
    #blocks{
        background: #fff!important;
    }
   
    
}
@media only screen and (max-width: 600px) {
    .z_title{
        font-size: 12px;
    }
    #z_desc,
    #zd_desc,
    #ziz_header,
    .zd_header,
    #ziz_desc{
        text-align: center;
    }
    #o_desc{
        text-align: justify;
    }
}

#ubezpieczeniamajatkowe .zi_title{
    height: 20px;
    top: 35px;
}
#ubezpieczeniamajatkowe #ziz_bars{
    background: none;
}

.zib_title{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding-left: 90px;
}




/*          BLOCKS          */
#blocks{
    text-align: center;
    background: url("/img/ui/broker_bg.svg"), url("/img/ui/broker_bg.svg"), url("/img/ui/offer_line_2.svg");
    background-repeat: no-repeat, no-repeat,  no-repeat;
    background-size: 700px, 500px, 1200px;
    background-position: 50% 4%, -17% 44%, 105% 100%;
    padding-top: 160px;
    padding-bottom: 80px;
}
.block{
    display: inline-block;
    width: 365px;
    height: 365px;
    position: relative;
    color: #fff;
    font-family: 'MontserratBold';
    overflow: hidden;
    cursor: pointer;
}
.block_inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.2s;
}
.block_inner:hover{
    transform: scale(1.2);
}
.block_inner span{
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
}
.block:nth-child(1) .block_inner{
    background: url('/img/block/block\ \(8\).png');
}
.block:nth-child(2) .block_inner{
    background: url('/img/block/block\ \(11\).png');
}
.block:nth-child(3) .block_inner{
    background: url('/img/block/block\ \(14\).png');
}
.block:nth-child(4) .block_inner{
    background: url('/img/block/block\ \(6\).png');
}
.block:nth-child(5) .block_inner{
    background: url('/img/block/block\ \(7\).png');
}
.block:nth-child(6) .block_inner{
    background: url('/img/block/block\ \(1\).png');
}
.block:nth-child(7) .block_inner{
    background: url('/img/block/block\ \(12\).png');
}
.block:nth-child(8) .block_inner{
    background: url('/img/block/block\ \(5\).png');
}
.block:nth-child(9) .block_inner{
    background: url('/img/block/block\ \(4\).png');
}
.block:nth-child(10) .block_inner{
    background: url('/img/block/block\ \(3\).png');
}
.block:nth-child(11) .block_inner{
    background: url('/img/block/block\ \(9\).png');
}
.block:nth-child(12) .block_inner{
    background: url('/img/block/block\ \(10\).png');
}
.block:nth-child(13) .block_inner{
    background: url('/img/block/block\ \(13\).png');
}
.block:nth-child(14) .block_inner{
    background: url('/img/block/block\ \(2\).png');
}
.block:nth-child(17){
    height: 200px!important;
    overflow: hidden;
}
#kontakt{
    width: 100%;
    min-height: 350px;
    transform: translateY(-100px);
}
#kon_ls{
    width: 100%;
}
#kon_header{
    font-family: 'MontserratBold', sans-serif;
    font-size: 32px;
    margin-bottom: 17px;
}
#kon_desc{
    font-family: 'MontserratMedium', sans-serif;
    color: #ccc;
    font-size: 17px;
    margin-bottom: 45px;
}
#kon_email{
    border: 2px solid #bbb;
    padding: 10px 22px;
    font-size: 14px;
    color: #999;
    margin-bottom: 37px;
    font-family: 'MontserratMedium', sans-serif;
}
#kons_left{
    width: 60%;
    float: left;
}
#kons_right{
    width: 40%;
    padding-left: 80px;
    float: left;
}
#kon_absoluter{
    position: relative;
    min-height: 200px;
}
#kon_content{
    width: 100%;
    resize: none!important;
    border: none;
    outline: none;
    border: 2px solid #bbb;
    padding: 18px 22px;
    font-size: 14px;
    color: #999;
    min-height: 200px;
    font-family: 'MontserratMedium', sans-serif;
}
#kon_content:focus,
#kon_email:focus{
    border:  2px solid #4859e0;
}
#contactTable{
    line-height: 30px;
    font-size: 14px;
}
#contactTable td:nth-child(1){
    width: 80px;
    color: #ccc;
    font-family: 'MontserratMedium', sans-serif;
}
#contactTable td:nth-child(2){
    width: 280px;
    font-family: 'MontserratBold', sans-serif;
}
#kon_whitetree{
    width: 200px;
    height: 200px;
    background: url('/img/ui/tree_white.svg'), #1734ff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 130px 130px;
}
#kon_submit{
    position: absolute;
    bottom: 1px;
    right: 0;
    padding: 10px;
    width: 60px;
    background: rgba(0,0,0,0);
    border: 0;
    color:  #1734ff;
    font-size: 22px;
    z-index: 100;
    cursor: pointer;
}
.block-graytext{
    font-family: 'Montserrat';
    color: #aaa;
}
@media only screen and (max-width: 1100px) {
    #kon_whitetree{
        opacity: 1!important;
        width: 180px!important;
    }
    #start .startlink{
        font-size: 16px;
        padding: 8px;
        padding-top: 8px;
        padding-bottom: 5px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #onas #o_owner{
        background: rgba(0,0,0,0)!important;
    }
    #broker #b_table td{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    #broker #b_imgzone{
        max-width: 100%;
        width: 100%;
        max-height: 400px;
        text-align: center;
    }
    #broker #b_img{
        max-width: 400px;
    }
    #broker{
        background: url('/img/ui/broker_bg.svg'), #fafbff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
    }
    #broker #b_header{
        margin-top: 60px;
        text-align: center;
    }
    #b_cent{
        width: min-content;
        width: 400px;
        height: 400px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
        overflow: hidden;
    }
    #broker{
        background: rgba(0,0,0,0);
    }
    #broker #b_table{
        max-width:  100%;
    }
}
#wiadomosc{
    width: 100%;
    padding-top: 20px;
    text-align: right;
    color: #52BF25;
    display: inline-block;
    position: relative;
}
#ikonka{
    width: 20px;
    height: 20px;
    display: inline-block;
}
