@font-face {
    font-family: Roboto-Regular;
    src: url(font/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto-Bold;
    src: url(font/Roboto-Bold.ttf);
}

.static-page-area{
    padding: 20px 100px;
}
@media (max-width: 991px) {
    .static-page-area{
        padding: 20px 20px;
    }
}
.static-section-title-h1{
    font-size: 36px;
    line-height: 42px;
    font-family: Montserrat;
    text-align: center;
    margin: 60px 0px 60px 0px;
}

.static-section-title-h2{
    font-size: 32px;
    line-height: 42px;
    font-family: Montserrat;
    text-align: left;
    margin: 32px 0px 24px 0px;
}

.static-section-title-h3{
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    font-family: Montserrat;
    margin: 24px 0px;
}

@media (max-width: 767px) {
    .static-section-title-h1{
        font-size: 32px;
        line-height: 42px;
        margin: 40px 0px 40px 0px;
    }

    .static-section-title-h2{
        font-size: 26px;
        line-height: 36px;
        margin: 32px 0px 24px 0px;
    }

    .static-section-title-h3{
        font-size: 22px;
        line-height: 32px;
        margin: 24px 0px;
    }
    .no-mobile_img {
        display: none;
    }
}

.static-area{
    margin: 0px auto;
    max-width: 1060px;
}

.static-title{
    font-size: 28px;
    line-height: 32px;
    font-family: Roboto-Bold;
    margin-top:32px;
    margin-bottom:32px;
}

.static-content{
    font-size: 16px;
    line-height: 22px;
    color: #737373;
}

.index-jtd-header{
    font-family: "Montserrat";
    font-size:36px;
    line-height: 42px;
    text-align: center;
    padding-top: 90px;
    width: 100%;
}
.index-jtd-box{
    font-family: "Montserrat";
    text-align: center;
    width: 30%;
}
.index-jtd-box-img{

}
.index-jtd-box-h1{
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 20px;
}
.index-jtd-box-h2{
    color: #3AA5D1;
    font-size: 20px;
    line-height: 26px;
}
.index-jtd-box-text{
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}

.index-jtd-box-arrow{
    margin-top: 30px;
}

.index-jtd-area{
    display:flex;
}

@media (max-width: 991px) {
    .index-jtd-area{
        display:block;
    }
    .index-jtd-box{
        width: 100%;
        margin-bottom: 60px;
    }
    .index-jtd-box-arrow{
        display:none;
    }
}

.static-dokumenty-row{
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.static-dokumenty-col{
    display: flex;
    gap: 20px;
    align-items: center;
}

.index-search-box{
    max-width: 600px;
    margin: 0px auto;
    display: flex;
    gap: 20px;
    border: 5px #033F58 solid;
    border-radius: 16px;
    padding: 4px 20px;
    align-items: center;
    color: #787878;
    font-size: 16px;
    width: 100%;
}

.index-search-box-icon-left{

}

.index-search-box-icon-right{

}

.index-search-box-text{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}