.naKrysztale-main {
    margin-top: 40px;
    height: 881px;
    background-image: url(/img/laser/naKrysztale-bg.png);
    padding-top: 106px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}

.naKrysztale-main .naKrysztale-main-title {
    font-weight: 700;
    font-size: 64px;
    line-height: 68px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 3px 4px 0px rgba(0, 0, 0, 0.25);
}

.naKrysztale-descr {
    min-height: 1154px;
    padding-top: 98px;
    padding-bottom: 86px;
}

.naKrysztale-descr-left {
    width: 60%;
}

.naKrysztale-section-title {
    margin-top: 20px;
    font-weight: 600;
    font-size: 45px;
    line-height: 68px;
    color: #12598C;
}

.naKrysztale-section-info {
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    color: #3B3B3B;
}

.naKrysztale-descr-list {
    position: relative;
}

.naKrysztale-descr-list-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3B3B3B;
    margin-left: 30px;
    padding-bottom: 26px;
}

.naKrysztale-descr-list-item::before {
    content: '';
    left: 0;
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #FFCB0F;
}

.naKrysztale-descr-list-item:nth-child(1)::before {
    content: '1';
    text-align: center;
    font-weight: 700;
}

.naKrysztale-descr-list-item:nth-child(2)::before {
    content: '2';
    text-align: center;
    font-weight: 700;
}

.naKrysztale-descr-list-item:nth-child(3)::before {
    content: '3';
    text-align: center;
    font-weight: 700;
}

.naKrysztale-descr-list-item:nth-child(4)::before {
    content: '4';
    text-align: center;
    font-weight: 700;
}

.naKrysztale-descr-list-item:nth-child(5)::before {
    content: '5';
    text-align: center;
    font-weight: 700;
}

.naKrysztale-descr-list-item:nth-child(6)::before {
    content: '6';
    text-align: center;
    font-weight: 700;
}

.naKrysztale-descr-button {
    background: #FFCB0F;
    border-radius: 93.75px;
    width: 406px;
    height: 61px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.naKrysztale-descr-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.naKrysztale-proces {
    position: relative;
    width: 1698px;
    height: 591px;
    background: linear-gradient(90deg, #2473AB 19.97%, #12598C 100%);
    border-radius: 30px;
    margin: 0 auto;
    padding-top: 66px;
}

.naKrysztale-proces-next-1 {
    position: absolute;
    top: 362px;
    left: 643px;
}

.naKrysztale-proces-next-2 {
    position: absolute;
    top: 362px;
    right: 580px;
}

.naKrysztale-proces-line {
    position: absolute;
    top: 10%;
}

.naKrysztale-proces-title {
    font-weight: 400;
    font-size: 45px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
}

.naKrysztale-proces-wrapper {
    position: absolute;
    width: 1072px;
    height: 412px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.naKrysztale-proces-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.naKrysztale-proces-item-title {
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
}

.proces-img {
    position: relative;
    z-index: 3;
}

.proces-img:nth-child(1) {
    width: 230px;
    height: 443px;
}

.naKrysztale-proces-item:nth-child(2) {
    padding-bottom: 55px;
}

.naKrysztale-proces-item:nth-child(2) .proces-img {
    width: 230px;
    height: 293px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.naKrysztale-proces-item:nth-child(3) {
    padding-bottom: 65px;
}

.naKrysztale-proces-item:nth-child(3) .proces-img {
    width: 240px;
    display: block;
    margin: 0 auto;
}

.naKrysztale-spec {
    padding: 106px 0 116px 0;
}

.naKrysztale-spec-wrapper {
    display: flex;
    justify-content: space-between;
}

.naKrysztale-spec-text-block {
    width: 60%;
}

.naKrysztale-spec-info-wrapper {
    padding-left: 70px;
    position: relative;
}

.naKrysztale-spec-info::before {
    content: '';
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #FFCB0F;
    left: 0;
}

.naKrysztale-spec-info span {
    font-weight: 700;
}

.naKrysztale-spec-info:nth-child(1)::before {
    content: url('/img/laser/ic_round-star-border.svg');
    padding: 9px;
}

.naKrysztale-spec-info:nth-child(2)::before {
    content: url('/img/laser/ic_outline-remove-red-eye.svg');
    padding: 14px;
}

.naKrysztale-spec-info:nth-child(3)::before {
    content: url('/img/laser/quill_text-center.svg');
    padding: 12px;
    top: 58%;
}

.naKrysztale-spec-info:nth-child(4)::before {
    content: url('/img/laser/material-symbols_cloud-done-outline-rounded.svg');
    padding: 11px 12px;
}

.naKrysztale-spec-btn {
    display: flex;
    width: 383px;
    height: 61px;
    background: radial-gradient(66.89% 66.89% at 50% 50%, #2074B0 0%, #12598C 100%);
    border-radius: 93.75px;
    border: none;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 18.75px;
    line-height: 23px;
    color: #FFFFFF;
}

.naKrysztale-montaz {
    width: 1386px;
    padding: 76px 0 85px 0;
    display: block;
    margin: 0 auto;
}

.naKrysztale-montaz-wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 80px;
}

.naKrysztale-montaz-item {
    width: 348px;
}

.naKrysztale-montaz-img {
    width: 426px;
    height: 324px;
    border-radius: 20px;
}

.naKrysztale-section-divider {
    width: 1386px;
    height: 1px;
    opacity: 0.5;
    background-color: #12598C;
}

.naKrysztale-zastosowanie {
    width: 1386px;
    padding: 76px 0 125px 0;
    display: flex;
    margin: 0 auto;
    column-gap: 100px;
}

.naKrysztale-zastosowanie-wrapper {
    display: flex;
    width: 700px;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.naKrysztale-zastosowanie-item {
    font-weight: 500;
    padding-left: 40px;
    width: 48%;
}

.naKrysztale-zastosowanie-item::before {
    content: '';
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 90px;
    background: #FFCB0F;
    left: 0;
}

.naKrysztale-zastosowanie-item:nth-child(1)::before {
    content: '1';
    text-align: center;
    font-weight: 700;
}

.naKrysztale-zastosowanie-item:nth-child(2)::before {
    content: '4';
    text-align: center;
    font-weight: 700;
    left: 50%;
    transform: translateX(50%);
}

.naKrysztale-zastosowanie-item:nth-child(3)::before {
    content: '2';
    text-align: center;
    font-weight: 700;
}

.naKrysztale-zastosowanie-item:nth-child(4)::before {
    content: '5';
    text-align: center;
    font-weight: 700;
    left: 50%;
    transform: translateX(50%);
}

.naKrysztale-zastosowanie-item:nth-child(5)::before {
    content: '3';
    text-align: center;
    font-weight: 700;
}

.naKrysztale-zastosowanie-item:nth-child(6)::before {
    content: '6';
    text-align: center;
    font-weight: 700;
    left: 50%;
    transform: translateX(50%);
}

.naKrysztale-efect {
    position: relative;
    width: 1698px;
    height: 672px;
    background: linear-gradient(90deg, #2473AB 19.97%, #12598C 100%);
    border-radius: 30px;
    margin: 0 auto;
    padding-top: 66px;
}

.naKrysztale-efect-wrap-title {
    display: none;
}

.naKrysztale-efect-round {
    width: 49px;
    height: 49px;
    background: #FFFFFF;
    border-radius: 50%;
    padding: 10px;
}

.naKrysztale-efect-title {
    font-weight: 600;
    font-size: 45px;
    line-height: 48px;
    color: #FFFFFF;
}

.naKrysztale-efect-info {
    width: 670px;
    display: block;
    margin: 0 auto;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #FFFFFF;
    opacity: 0.8;
}

.naKrysztale-efect-img {
    position: relative;
    width: 314px;
    height: 368px;
    z-index: 3;
}

.l-group {
    position: absolute;
    left: 10%;
    top: 20%;
}

.r-group {
    position: absolute;
    left: 65%;
}

.naKrysztale-presentation {
    padding-top: 100px;
    padding-bottom: 91px;
    margin: 0 auto;
}

.naKrysztale-presentation .naKrysztale-section-title {
    width: 897px;
    margin: 0 auto;
}

.naKrysztale-presentation .naKrysztale-section-info {
    width: 897px;
    margin: 0 auto;
}

.naKrysztale-presentation .naKrysztale-section-info span {
    font-weight: 700;
}

.naKrysztale-presentation-item {
    position: relative;
    width: 889px;
    height: 165px;
    background: #F8F8FC;
    border-radius: 10px;
    padding: 30px;
    margin: 0 auto;
}

.naKrysztale-presentation .naKrysztale-presentation-info {
    width: 741px;
    margin: 0 0 0 auto;
}

.naKrysztale-presentation .naKrysztale-presentation-info::before {
    content: url('/img/laser/naKrysztale-presentation-cloud.svg');
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #FFCB0F;
    left: 3%;
    padding: 13px 15px;
}

.naKrysztale-podstawka-main-img {
    display: block;
    margin: 0 auto;
}

.naKrysztale-podstawka-img-wrapper {
    margin: 0 auto;
    width: 342px;
    position: relative;
}

.naKrysztale-podstawka-led {
    display: flex;
    width: 565px;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 57%;
    top: 3%;
}

.naKrysztale-podstawka-czujnik {
    display: flex;
    width: 565px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 74%;
    right: 61%;
}

.naKrysztale-podstawka-czujnik-text {
    text-align: end;
}

.naKrysztale-podstawka-szufladka {
    display: flex;
    width: 565px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 64%;
    top: 67%;
}

.naKrysztale-podstawka-led-text, .naKrysztale-podstawka-czujnik-text, .naKrysztale-podstawka-szufladka-text {
    font-family: 'Kalam', cursive;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #252527;
    opacity: 0.8;
}

.naKrysztale-podstawka-szufladka-wrapper, .naKrysztale-podstawka-led-wrapper, .naKrysztale-podstawka-czujnik-wrapper {
    display: flex;
    align-items: center;
}

.naKrysztale-podstawka .naKrysztale-section-title {
    margin-bottom: 74px;
}

.naKrysztale-podstawka-btn {
    display: flex;
    width: 567.74px;
    height: 74px;
    background: radial-gradient(66.89% 66.89% at 50% 50%, #2074B0 0%, #12598C 100%);
    border-radius: 113.73px;
    border: none;
    margin: 40px auto 0 auto;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 22.7459px;
    line-height: 28px;
    color: #FFFFFF;
}

.naKrysztale-ksztalty {
    padding: 82px 0 106px 0;
}

.naKrysztale-ksztalty-wrapper {
    width: 1085px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 46px;
    row-gap: 50px;
    margin: 0 auto;
}

.naKrysztale-ksztalty-item {
    height: 380px;
    width: 331px;
    background: #FFFFFF;
    box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

.naKrysztale-ksztalty-item-title {
    font-weight: 600;
    font-size: 23px;
    line-height: 29px;
    text-align: center;
    color: #252527;
}

.naKrysztale-ksztalty-item-subtitle {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #252527;
}

.naKrysztale-ksztalty-item-subtitle span {
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    margin-left: 7px;
}

.naKrysztale-ksztalty-item-btn {
    height: 50px;
    width: 282px;
    background: #FFCB0F;
    border-radius: 44px;
    border: none;
    display: flex;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #3B3B3B;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.foto-konturowe-pytania .foto-konturowe-pytania-FAQ-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #12598C;
}

.foto-konturowe-pytania .foto-konturowe-pytania-FAQ-open {
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    color: #3B3B3B;
    background: unset;
}

.foto-konturowe-pytania .open {
    height: auto;
    visibility: visible;
    width: 96%;
}

@media (min-width: 2000px) {
    .naKrysztale-main {
        height: 700px;
        background-image: url(/img/laser/BANER\ GOTOWY\ 2_wide-min.png);
    }
}

@media (min-width: 2250px) {
    .naKrysztale-main {
        height: 780px;
    }
}

@media (min-width: 2500px) {
    .naKrysztale-main {
        height: 880px;
    }
}

@media (min-width: 2800px) {
    .naKrysztale-main {
        height: 990px;
    }
}

@media (max-width: 1800px) {
    .naKrysztale-main {
        height: 785px;
    }

    .naKrysztale-proces {
        width: 95%;
    }

    .naKrysztale-efect {
        width: 95%;
    }

    .naKrysztale-proces-next-1 {
        left: 600px;
    }

    .naKrysztale-proces-next-2 {
        right: 545px;
    }
}

@media (max-width: 1700px) {
    .naKrysztale-main {
        height: 740px;
    }

    .naKrysztale-main .naKrysztale-main-title {
        font-size: 54px;
    }

    .naKrysztale-proces-next-1 {
        left: 34%;
        top: 380px;
    }

    .naKrysztale-proces-next-2 {
        right: 32%;
        top: 380px;
    }
}

@media (max-width: 1600px) {
    .naKrysztale-main {
        height: 690px;
    }

    .naKrysztale-main .naKrysztale-main-title {
        font-size: 46px;
        line-height: 20px;
    }

    .l-group {
        left: 7%;
    }
}

@media (max-width: 1500px) {
    .naKrysztale-main {
        height: 650px;
    }

    .naKrysztale-montaz {
        width: 90%;
    }

    .naKrysztale-section-divider {
        width: 90%;
    }

    .naKrysztale-montaz-img {
        width: 350px;
    }

    .naKrysztale-zastosowanie {
        width: 90%;
    }

    .naKrysztale-zastosowanie-img {
        width: 350px;
    }

    .l-group {
        left: 5%;
    }
}

@media (max-width: 1400px) {
    .naKrysztale-main {
        height: 600px;
    }

    .naKrysztale-main .naKrysztale-main-title {
        font-size: 40px;
    }

    .naKrysztale-descr-img {
        width: 370px;
    }

    .naKrysztale-section-title {
        font-size: 38px;
        line-height: 50px;
    }

    .naKrysztale-descr-list-item {
        line-height: 20px;
    }

    .naKrysztale-section-info {
        font-size: 14px;
        line-height: 23px;
    }

    .naKrysztale-descr-list-item::before {
        line-height: 25px;
        font-size: 13px;
    }

    .naKrysztale-spec-img {
        width: 400px;
    }

    .naKrysztale-efect-img {
        width: 300px;
        height: 350px;
    }

    .l-group {
        left: 2%;
    }

    .foto-konturowe-title {
        font-size: 38px !important;
    }
}

@media (max-width: 1300px) {
    .naKrysztale-main {
        height: 550px;
    }

    .naKrysztale-proces-wrapper {
        width: 1000px;
    }

    .naKrysztale-proces-item-title {
        font-size: 25px;
    }

    .naKrysztale-proces-next-2 {
        right: 28%;
    }

    .r-group {
        left: 63%;
    }

    .foto-konturowe-pytania .foto-konturowe-pytania-FAQ-open {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .naKrysztale-podstawka .naKrysztale-section-title {
        font-size: 34px !important;
    }

    .naKrysztale-main {
        height: 515px;
        padding-top: 70px;
    }

    .naKrysztale-descr-img {
        width: 340px;
    }

    .naKrysztale-section-title {
        font-size: 34px;
        line-height: 40px;
    }

    .naKrysztale-proces-wrapper {
        width: 820px;
    }

    .proces-img {
        width: 90%;
    }

    .naKrysztale-proces-item:nth-child(2) .proces-img {
        width: 216px;
        height: 284px;
    }

    .naKrysztale-proces-item:nth-child(3) .proces-img {
        width: 200px;
    }

    .naKrysztale-proces-next-1 {
        left: 36%;
    }

    .naKrysztale-proces-next-2 {
        right: 30%;
    }

    .naKrysztale-proces-title {
        font-size: 42px;
    }

    .naKrysztale-spec-img {
        width: 335px;
        height: 440px;
        align-self: center;
    }

    .naKrysztale-montaz-wrapper {
        column-gap: 25px;
    }

    .naKrysztale-montaz-img {
        width: 290px;
        height: 280px;
    }

    .naKrysztale-zastosowanie-img {
        width: 290px;
        height: 280px;
    }

    .naKrysztale-section-info {
        font-size: 13px;
    }

    .naKrysztale-efect-img {
        width: 270px;
        height: 310px;
    }

    .naKrysztale-efect-img {
        width: 250px;
        height: 280px;
    }

    .naKrysztale-efect {
        height: 625px;
    }

    .naKrysztale-efect-title {
        font-size: 40px;
    }

    .naKrysztale-efect-info {
        width: 611px;
    }

    .r-group {
        left: 56%;
    }

    .naKrysztale-presentation .naKrysztale-section-title {
        width: 670px;
    }

    .naKrysztale-presentation .naKrysztale-section-info {
        width: 670px;
    }

    .naKrysztale-presentation-item {
        width: 670px;
    }

    .naKrysztale-presentation .naKrysztale-presentation-info {
        width: 88%
    }

    .naKrysztale-ksztalty-item {
        width: 250px;
        height: 350px;
    }

    .naKrysztale-ksztalty-img {
        width: 100%;
    }

    .naKrysztale-ksztalty-item-btn {
        width: 90%;
    }

    .naKrysztale-ksztalty-wrapper {
        width: 90%;
    }
}

@media (max-width: 1100px) {
    .naKrysztale-main {
        height: 460px;
        padding-top: 56px;
    }

    .naKrysztale-proces-next-1 {
        left: 34%;
        width: 50px;
        height: 50px;
    }

    .naKrysztale-proces-next-2 {
        right: 29%;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1000px) {
    .naKrysztale-main {
        height: 415px;
    }
}

@media (max-width: 992px) {
    .naKrysztale-montaz {
        height: 640px;
        position: relative;
    }

    .naKrysztale-montaz-wrapper {
        display: flex;
        justify-content: space-between;
        column-gap: 30px;
    }

    .naKrysztale-montaz-img {
        width: 335px;
    }

    .naKrysztale-montaz-item {
        position: absolute;
        top: 375px;
        width: 100%;
    }

    .naKrysztale-main .naKrysztale-main-title {
        font-size: 45px !important;
    }

    .naKrysztale-descr-wrap {
        display: flex;
        flex-direction: column;
    }

    .naKrysztale-descr {
        padding-top: 40px;
    }

    .naKrysztale-descr-left {
        width: 100%;
    }

    .naKrysztale-section-title {
        font-size: 40px;
        line-height: 68px;
    }

    .naKrysztale-section-info {
        font-size: 17px;
        line-height: 27px;
    }

    .naKrysztale-descr-list-item {
        font-size: 16px;
        line-height: 24px;
    }

    .naKrysztale-descr-right {
        margin-top: 82px;
        flex-direction: row;
        justify-content: space-between;
    }

    .naKrysztale-descr-img {
        margin-bottom: 0 !important;
        width: 328px;
        height: 412px;
    }

    .naKrysztale-proces {
        height: 465px;
    }

    .naKrysztale-proces-title {
        font-size: 40px;
    }

    .naKrysztale-proces-wrapper {
        width: 690px;
        height: 310px;
    }

    .naKrysztale-proces-item-title {
        font-size: 20px;
    }

    .naKrysztale-proces {
        width: 100%;
        border-radius: 0;
    }

    .proces-img {
        width: 177.45px;
        height: 250px;
    }

    .naKrysztale-proces-item:nth-child(2) .proces-img {
        width: 161px;
        height: 205px;
    }

    .naKrysztale-proces-item:nth-child(3) .proces-img {
        width: 200px;
    }

    .naKrysztale-proces-next-1 {
        left: 34%;
        top: 290px;
        width: 45px;
        height: 45px;
    }

    .naKrysztale-proces-next-2 {
        left: 64%;
        top: 290px;
        width: 45px;
        height: 45px;
    }

    .naKrysztale-spec-img {
        display: none;
    }

    .naKrysztale-spec-text-block {
        width: 99%;
    }

    .naKrysztale-section-info {
        font-size: 17px;
        line-height: 27px;
    }

    .naKrysztale-zastosowanie-img {
        display: none;
    }

    .naKrysztale-zastosowanie {
        padding: 59px 0 71px 0;
    }

    .naKrysztale-efect {
        width: 100%;
        border-radius: 0;
    }

    .naKrysztale-efect-wrap-title {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 190px;
        margin-bottom: 20px;
    }

    .naKrysztale-efect-wrap-title-1, .naKrysztale-efect-wrap-title-2 {
        font-family: 'Kalam';
        font-weight: 400;
        font-size: 22px;
        line-height: 23px;
        text-align: center;
        color: #FFFFFF;
        opacity: 0.8;
    }

    .naKrysztale-efect-info {
        width: 662px;
        padding-top: 20px;
    }

    .naKrysztale-efect-img {
        width: 307px;
        height: 367px;
    }

    .naKrysztale-efect {
        height: 710px;
    }

    .naKrysztale-presentation-item {
        height: 215px;
    }

    .naKrysztale-ksztalty {
        padding: 51px 0 106px 0;
    }

    .naKrysztale-ksztalty-wrapper {
        width: 100%;
    }

    .naKrysztale-ksztalty-item {
        width: 325px;
        height: 379px;
    }

    .r-group {
        display: none;
    }

    .l-group {
        display: none;
    }

    .naKrysztale-presentation .naKrysztale-section-title {
        width: 670px;
    }

    .naKrysztale-section-title {
        font-size: 36px;
    }
}

@media (max-width: 900px) {
    .naKrysztale-main {
        height: 370px;
        padding-top: 36px;
    }
}

@media (max-width: 800px) {
    .naKrysztale-main {
        height: 325px;
    }
}

@media (max-width: 768px) {
    .naKrysztale-montaz-img {
        width: 255px;
        height: 255px;
    }

    .naKrysztale-montaz-wrapper {
        column-gap: 20px;
    }

    .naKrysztale-main .naKrysztale-main-title {
        font-size: 34px !important;
    }

    .naKrysztale-descr-img {
        width: 239px;
        height: 310px;
    }

    .naKrysztale-proces-wrapper {
        width: 550px;
    }

    .naKrysztale-proces-item-title {
        font-size: 18px;
    }

    .proces-img {
        width: 141.45px;
        height: 191px;
    }

    .naKrysztale-proces-item:nth-child(2) .proces-img {
        width: 115px;
        height: 151px;
    }

    .naKrysztale-proces-item:nth-child(3) .proces-img {
        margin: 60px 0 0 0;
        width: 150px;
    }

    .naKrysztale-proces-next-1 {
        left: 33%;
        top: 325px;
    }

    .naKrysztale-proces-next-2 {
        top: 325px;
    }

    .naKrysztale-section-info {
        font-size: 14px;
    }

    .naKrysztale-efect-title {
        font-size: 32px;
    }

    .naKrysztale-efect-info {
        width: 520px;
    }

    .naKrysztale-efect-img {
        width: 240px;
        height: 300px;
    }

    .naKrysztale-efect {
        height: 680px;
    }

    .naKrysztale-presentation {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .naKrysztale-presentation .naKrysztale-section-title {
        width: 540px;
    }

    .naKrysztale-presentation .naKrysztale-section-info {
        width: 540px;
    }

    .naKrysztale-presentation-item {
        width: 540px;
        height: 245px;
    }

    .naKrysztale-presentation .naKrysztale-presentation-info {
        width: 83%;
    }

    .naKrysztale-ksztalty-wrapper {
        justify-content: center;
    }

    .naKrysztale-podstawka-btn {
        width: 489px;
        height: 64px;
        font-size: 20px;
    }

    .naKrysztale-efect-wrap-title {
        gap: 112px;
    }
}

@media (max-width: 700px) {
    .naKrysztale-main {
        height: 280px;
    }
}

@media (max-width: 576px) {
    .naKrysztale-main {
        height: 656px;
        background-image: url(/img/laser/naKrysztale-mobile-bg.png);
    }

    .naKrysztale-main .naKrysztale-main-title {
        display: none;
    }

    .naKrysztale-descr {
        padding-top: 0;
        width: 97%;
        margin: 0 auto;
    }

    .naKrysztale-podstawka .naKrysztale-section-title {
        font-size: 24px !important;
    }

    .zd-przestsz {
        padding-top: 0 !important;
    }

    .naKrysztale-section-title {
        font-size: 24px;
        line-height: 36px;
    }

    .naKrysztale-descr-list-item {
        font-size: 14px;
        line-height: 21px;
    }

    .naKrysztale-descr-button {
        width: 309px;
        height: 48px;
        font-size: 16px;
        line-height: 20px;
    }

    .naKrysztale-descr-right {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 21px;
    }

    .naKrysztale-descr-img {
        width: 320px;
        height: 400px;
    }

    .naKrysztale-proces-next-1 {
        display: none;
    }

    .naKrysztale-proces-next-2 {
        display: none;
    }

    .naKrysztale-proces-line {
        display: none;
    }

    .naKrysztale-proces-wrapper {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        height: 933px;
        bottom: 94px;
    }

    .naKrysztale-proces {
        height: 1126px;
    }

    .naKrysztale-proces-title {
        font-size: 24px;
    }

    .naKrysztale-proces-item-title {
        position: relative;
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 34px;
    }

    .proces-img {
        width: 177px;
        height: 260px;
    }

    .naKrysztale-proces-item {
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .naKrysztale-proces-item:nth-child(2) .proces-img {
        width: 161.32px;
        height: 205.51px
    }

    .naKrysztale-proces-item:nth-child(3) .proces-img {
        margin: 0;
        width: 238px;
    }

    .naKrysztale-proces-item-title::before {
        content: '';
        top: 4px;
        left: -32px;
        position: absolute;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #FFCB0F;
    }

    .naKrysztale-proces-item:nth-child(1) .naKrysztale-proces-item-title:nth-child(1)::before {
        content: '1';
        text-align: center;
        font-weight: 700;
        color: #3B3B3B;
        font-family: 'Montserrat';
        font-weight: 500;
        font-size: 19px;
        line-height: 28px;
    }

    .naKrysztale-proces-item:nth-child(2) .naKrysztale-proces-item-title:nth-child(1)::before {
        content: '2';
        text-align: center;
        font-weight: 700;
        color: #3B3B3B;
        font-family: 'Montserrat';
        font-weight: 500;
        font-size: 19px;
        line-height: 28px;
    }

    .naKrysztale-proces-item:nth-child(3) .naKrysztale-proces-item-title:nth-child(1)::before {
        content: '3';
        text-align: center;
        font-weight: 700;
        color: #3B3B3B;
        font-family: 'Montserrat';
        font-weight: 500;
        font-size: 19px;
        line-height: 28px;
    }

    .chmura-punktow {
        background: #12598C;
    }

    .naKrysztale-spec {
        padding: 45px 0 66px 0;
        width: 97%;
        margin: 0 auto;
    }

    .naKrysztale-spec-info::before {
        height: 43px;
        width: 43px;

    }

    .naKrysztale-spec-info:nth-child(1)::before {
        padding: 6px;
    }

    .naKrysztale-spec-info:nth-child(2)::before {
        padding: 10px;
    }

    .naKrysztale-spec-info:nth-child(3)::before {
        padding: 9px;
        top: 65%;
    }

    .naKrysztale-spec-info:nth-child(4)::before {
        padding: 7px 9px;
    }

    .naKrysztale-spec-btn {
        width: 269px;
        height: 48px;
        font-size: 16px;
    }

    .naKrysztale-montaz {
        display: none;
    }

    .naKrysztale-zastosowanie {
        padding: 25px 0 41px 0;
    }

    .naKrysztale-zastosowanie-wrapper {
        display: flex;
        width: 100%;
        justify-content: start;
        flex-direction: column;
    }

    .naKrysztale-zastosowanie-item {
        width: 100%;
    }

    .naKrysztale-zastosowanie-item:nth-child(2)::before {
        left: -12px;
        content: '2';
    }

    .naKrysztale-zastosowanie-item:nth-child(3)::before {
        content: '3';
    }

    .naKrysztale-zastosowanie-item:nth-child(4)::before {
        content: '4';
        left: -12px;
    }

    .naKrysztale-zastosowanie-item:nth-child(5)::before {
        content: '5';
    }

    .naKrysztale-zastosowanie-item:nth-child(6)::before {
        left: -12px;
        content: '6';
    }

    .naKrysztale-efect-title {
        font-size: 20px;
        text-align: center;
    }

    .naKrysztale-efect-round {
        width: 37px;
        height: 37px;
        padding: 5px;
    }

    .efect-heading {
        display: flex;
    }

    .naKrysztale-efect-round {
        display: flex;
        margin-right: 5px !important;
    }

    .naKrysztale-efect-info {
        width: 96%;
    }

    .efect-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 67px;
    }

    .naKrysztale-efect {
        height: 1240px;
    }

    .naKrysztale-efect-img {
        margin: 0 !important;
        width: 320px;
        height: 368px;
    }

    .naKrysztale-presentation .naKrysztale-section-title {
        width: 320px;
    }

    .naKrysztale-presentation .naKrysztale-section-info {
        width: 320px;
    }

    .naKrysztale-presentation-item {
        width: 320px;
        height: 400px;
    }

    .naKrysztale-presentation .naKrysztale-presentation-info {
        width: 83%;
    }

    .naKrysztale-presentation .naKrysztale-presentation-info::before {
        width: 50px;
        height: 50px;
        left: 3%;
        padding: 6px 9px;
    }

    .na-krysztale-title {
        font-size: 24px !important;
        line-height: 36px !important;
    }

    .na-krysztale-heading {
        padding-top: 44px !important;
        min-height: 750px !important;
    }

    .na-krysztale-text {
        font-size: 14px !important;
        line-height: 17px !important;
    }

    .naKrysztale-podstawka-btn {
        padding: 0 23px 0 23px;
        width: 80%;
        height: 58px;
        font-size: 16px !important;
        line-height: 23px;
    }

    .naKrysztale-efect-wrap-title {
        gap: 0;
        position: relative;
    }

    .naKrysztale-efect-wrap-title-1 {
        text-align: center;
    }

    .naKrysztale-efect-wrap-title-2 {
        position: absolute;
        top: 440px;
    }
}

@media (max-width: 520px) {
    .naKrysztale-main {
        height: 525px;
    }

    .naKrysztale-descr {
        padding-top: 20px;
    }
}

@media (max-width: 440px) {
    .naKrysztale-main {
        height: 420px;
    }
}

@media (max-width: 1300px) {
    .naKrysztale-podstawka-szufladka-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .naKrysztale-podstawka-led-wrapper, .naKrysztale-podstawka-czujnik-wrapper {
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .naKrysztale-podstawka .naKrysztale-section-title {
        margin-bottom: 48px !important;
    }

    .naKrysztale-podstawka-led-wrapper img, .naKrysztale-podstawka-czujnik-wrapper img, .naKrysztale-podstawka-szufladka-wrapper img {
        margin-bottom: 15px;
    }

    .naKrysztale-podstawka-led-text, .naKrysztale-podstawka-czujnik-text, .naKrysztale-podstawka-szufladka-text {
        width: 187px;
    }

    .naKrysztale-podstawka-led, .naKrysztale-podstawka-czujnik, .naKrysztale-podstawka-szufladka {
        width: auto;
    }

    .naKrysztale-podstawka-led-text {
        text-align: end;
    }

    .naKrysztale-podstawka-led {
        right: 62%;
        top: -5%;
    }

    .naKrysztale-podstawka-czujnik {
        top: 65%;
    }

    .naKrysztale-podstawka-szufladka {
        top: 60%;
    }

    .naKrysztale-podstawka .naKrysztale-section-title {
        margin-bottom: 48px;
        font-size: 40px;
        width: 709px;
        margin: 0 auto;
    }
}

@media (max-width: 850px) {
    .naKrysztale-podstawka {
        padding: 30px 0;
    }

    .naKrysztale-podstawka .naKrysztale-section-title {
        font-size: 24px;
        margin-bottom: 32px;
        width: fit-content;
        line-height: 40px;
    }

    .naKrysztale-podstawka-arrow {
        display: none;
    }

    .naKrysztale-podstawka-led, .naKrysztale-podstawka-czujnik, .naKrysztale-podstawka-szufladka {
        position: static;
    }

    .naKrysztale-podstawka-led-wrapper, .naKrysztale-podstawka-czujnik-wrapper {
        flex-direction: row-reverse;
        width: 300px;
        align-items: center;
        justify-content: space-between;
    }

    .naKrysztale-podstawka-szufladka-wrapper {
        flex-direction: row;
        width: 300px;
        align-items: center;
        justify-content: space-between;
    }

    .naKrysztale-podstawka-main-img {
        margin-bottom: 38px;
        height: 308px;
        width: 207px;
    }

    .naKrysztale-podstawka-led-text, .naKrysztale-podstawka-czujnik-text, .naKrysztale-podstawka-szufladka-text {
        width: fit-content;
        margin: 0 !important;
        text-align: start;
    }

    .led {
        width: 39px;
        height: 53px;
    }

    .czujnik {
        width: 44px;
        height: 44px;
    }

    .szufladka-energy {
        height: 34px;
        width: 56px;
    }
}

.foto-konturowe-pytania {
    background: #F8F8FC;
    min-height: 825px;
    padding-top: 114px;
}

.foto-konturowe-pytania-FAQ {
    width: 921px;
    height: 67px;
    background: #FFFFFF;
    box-shadow: 0px 10px 23px rgba(0, 0, 0, 0.01);
    border-radius: 42.5px;
    margin-bottom: 23px;
}

.foto-konturowe-pytania-FAQ {
    width: 100%;
}

.foto-konturowe-pytania-FAQ-open {
    visibility: hidden;
    width: 100%;
    height: 0;
    background-color: #FFFFFF;
    border-radius: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24.38px;
    color: #24367E;
}

.foto-konturowe-pytania-FAQ-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #24367E;
}

@media only screen and (max-width: 991px) {
    .foto-konturowe-pytania .foto-konturowe-title {
        font-size: 33px;
    }
}

.rotate{
    width: 415px !important;
    height: 350px !important;
}

.naKrysztale-efect-img video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
