h1 {
    font-size: 40px;
}
h2 {
    font-size: 40px;
}
*:focus {
    outline: none;
}




.d-block {
    display: block;
}
.text-white,
.text-white h1,
.text-white h2 {
    color: #fff;
}

.bg-white {
    background-color:white;
}
.mt-20 {
    margin-top:20px !important;
}
.mb-20 {
    margin-bottom:20px !important;
}




.rank-math-breadcrumb p,
.rank-math-breadcrumb a {
    color: #fff;
}
.image-szkolena-lista img {
    height: 50px;
    max-width: 240px;
    object-fit: contain;
}
.image-szkolenia-new img {
    height: 190px;
    object-fit: cover;
}
.image-szkolenia-icons img {
    height: 42px;
    object-fit: contain;
}
.image-wsparcie-contact img {
    border-radius: 4px;
}
.image-szkolenia-nav img {
    height: 300px;
    object-fit: cover;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

#blog-custom .image-blog-custom img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}
#blog-custom .image-blog-custom > .wpb_wrapper,
#blog-custom .image-blog-custom > .wpb_wrapper > .vc_single_image-wrapper {
    width: 100%;
}
#blog-custom .title-blog-custom p {
    min-height: 78px;
}
.szkolenia-img-block img {
    height: 45px;
    object-fit: contain;
}



.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select{
    padding-left: 10px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #f5f5f5;
    font-family: Roboto, sans-serif;
    box-sizing: border-box;
}
.wpcf7-form textarea {
    padding-top:10px;
}
.wpcf7-form input,
.wpcf7-form select {
    height: 45px;
}
.wpcf7-form input[type="checkbox"] {
    width: 15px;
    height:15px;
}

.wpcf7-form > p {
    margin-top: 0;
}
.wpcf7-form > p > label {
    color: #787C89;
    font-size: 14px;
}
.wpcf7-form .custom-grid-form br {
    display:none !important;
}
.wpcf7-form .custom-grid-form > p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.wpcf7-form .btn-contact {
    background: #004799;
    color: #fff;
    cursor: pointer;
    transition: .3s;
}
.wpcf7-form .btn-contact:hover {
    background: #00003A;
}
.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
}
.wpcf7-form .wpcf7-response-output {
    margin-top: 5px !important;
    font-size: 13px;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item > label {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 12px;
}
@media only screen and (max-width: 600px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 28px;
    }
    #mega-menu-max_mega_menu_1 .mega-menu-link.mega-menu-logo {
        margin-bottom: 25px !important;
    }
    .wpcf7-form .custom-grid-form > p {
        grid-template-columns: 1fr !important;
    }
}
.footer-custom-sec {
        align-items: flex-start;
}
footer a {
        text-decoration: auto;
}
footer a:hover {
        color:#72B3FD !important;
        text-decoration: underline;
}