

/* Start:/sertifikaty/style.css?17352877644511*/
.certificates {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.certificates h1 {
    margin: 23px 0 0;
}

.certificates .certif-header {
    display: flex;
    align-items: center;
    min-height: 50px;
    width: 100%;
    gap: 20px;
    padding: 10px;
}

.certificates .certif-header .manufacturer__alphabet {
    width: 100%;
    justify-content: start;
    z-index: 0;
    display: flex!important;
    height: fit-content;
    flex-wrap: wrap;
    gap: 10px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
}

.certificates .certif-header .manufacturer__alphabet .alphabet__wrap a {
    white-space: nowrap;
}

@media (max-width: 800px) {
    .certificates .certif-header .alphabet__wrap {
        grid-template-columns: repeat(2, 25%);
    }
}

@media (max-width: 500px) {
    .certificates .certif-header .alphabet__wrap {
        grid-template-columns: repeat(1, 25%);
    }
}

.certificates .manufacturer__alphabet > .alphabet__title {
    display: inline-flex;!important;
    margin-right: 0!important;
}

.certificates .certif-letter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    border-radius: 25px;
    height: 50px;
    margin-bottom: 10px;
    background: #f9f9f9;
    font-size: 25px;
    color: #666;
}

.certificates .manuf__wrapper {
    padding-left: 52px;
    margin-bottom: 10px;
}

.certificates .manuf__wrapper[open] {
    margin-bottom: 25px;
}

.certificates .certif__title {
    font-size: 20px;
    margin-left: -20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.certificates .letter__wrapper {
    margin-bottom: 20px;
}

.certificates .certif__file,
.certificates .iframe__handler{
    cursor: zoom-in;
    max-height: 280px;
}

.certificates .alphabetbar__item {
    padding-left: 10px;
    padding-right: 10px;
}

.certificates .manuf__wrapper a {
    text-decoration: underline;
    text-underline-offset: 4px;
    line-height: 150%;
}

.certificates.__list .file__wrapper {
    display: flex;
    gap: 10px;
    justify-content: start;
    flex-wrap: wrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 20px;
}

.certificates.__detail .file__wrapper {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.certificates .iframe__wrapper {
    position: relative;
    width: fit-content;
    height: 100%;
}

.certificates .iframe__wrapper iframe {
    width: 200px;
    height: 280px;
}

.certificates .iframe__wrapper .iframe__handler {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 280px;
}

.popup--photo-zoom img,
.popup--photo-zoom iframe {
    max-width: 70vw;
    max-height: 70vh;
}

.popup--photo-zoom iframe {
    width: 70vw;
    height: 70vh;
}

.certif__preloader {
    position: relative;
    width: 200px;
    height: 280px;
    background-color: #f9f9f9;
}
.certif__preloader::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
}

.certif__preloader::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 2;
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M15.493 1.024c-8.237 0-14.976 6.739-14.976 14.976s6.739 14.976 14.976 14.976c6.266 0 11.613-3.983 14.239-9.456 0.406-0.847-0.248-1.777-1.187-1.777h-0.994c-0.507 0-0.968 0.285-1.226 0.722-2.316 3.935-6.241 6.766-10.832 6.766-6.178 0-11.232-5.054-11.232-11.232s5.054-11.232 11.232-11.232c3.182 0 5.803 1.31 7.488 3.744l-3.292 3.292c-0.858 0.858-0.25 2.324 0.963 2.324h8.578c0.703 0 1.29-0.534 1.355-1.234l0.891-9.469c0.12-1.27-1.416-1.992-2.318-1.090l-2.774 2.774c-3.37-1.872-6.773-4.084-10.892-4.084z' fill='%23666666'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    animation: spin .8s infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    0%{
        transform: translateY(-50%) rotate(0);
    }
    100%{
        transform: translateY(-50%) rotate(360deg);
    }
}

@media screen  and (max-width: 600px){
    .certificates .certif__file,
    .certificates .iframe__handler{
        height: 200px;
    }
}
/* End */
/* /sertifikaty/style.css?17352877644511 */
