.paragraph-contact-information,
.paragraph-contact {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #0d1213;
}

.stack-image {
    max-width: 32px;
    max-height: 32px;
    border: 1px solid #fff;
    border-radius: 50%
}

.stack-image-one {
    margin-left: -12px
}

.stars-image {
    width: 80px;
    margin-left: 10px;
}

.paragraph-header-stack-box {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    color: #0d1213;
    margin-top: -5px;
    margin-left: 10px;
}

.stack-image-box {
    display: flex;
    align-items: center;
    align-content: center;
}

.paragraph-contact {
    font-size: 15px;
}

.contact-website-container-info {
    margin-top: 20px;
    display: none;
    flex-direction: column;
    gap: 20px
}

.contact-header-container {
    background: #10191c;
    padding: 60px 10px
}

.contact-map-box-text {
    background: #10191c;
}

.contact-map-container {
    width: 100%;
    padding: 0px 10px 10px 10px;
}

.contact-map-container-2 {
    width: 100%;
    padding: 0px 10px
}

.contact-map-box-text {
    padding: 16px;
    border-radius: 8px;
}

.contact-map-box-text-middle-box {
    margin: 60px 0px
}

.contact-map-box-map-frame {
    width: 100%;
    height: 400px;
    border-radius: 8px;
}

.contact-map-box-image {
    width: 100%;
    height: 450px;
    border-radius: 8px;
    background-image: url('/image/obsluga-klienta.jpg');
    background-position: center;
    background-size: cover;
}

.contact-map-box-text {
    margin: 0px 0px 10px 0px
}

input, select, option {
    width: 100%;
    margin-top: 10px;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #0d1213;
    padding: 16px;
    border-radius: 8px;
    border: none
}

::placeholder {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #0d1213;
}

.contact-form {
    margin-top: 10px
}



@media (min-width: 769px) {
    .contact-website-container-info {
        display: flex;
        flex-direction: row;
        justify-content: start;
        gap: 40px;
    }

 

    .contact-header-box {
        max-width: 1560px;
        padding: 0px 60px;
        text-align: center;
        margin: 0 auto;
    }

    .contact-header-container {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 120px 60px
    }

    .contact-cutstom-button {
        display: flex;
        justify-content: center;
    }


    .contact-map-container  {
        max-width: 1560px;
        padding: 60px 60px 0px 60px;
        text-align: center;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        gap: 20px
    }

    .contact-map-container-2  {
        max-width: 1560px;
        padding: 20px 60px;
        text-align: center;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        gap: 20px
    }

    .contact-map-box-text {
        width: 50%
    }

    .contact-map-box-map {
        width: 100%;
        height: 400px;
    }

    .contact-map-box-map-frame {
        margin-top: 0px;
        height: 100%;
    }

    .contact-map-box-text {
        padding: 16px;
        justify-content: start;
        display: flex;
        flex-direction: column;
        align-items: start;
        margin: 0px
    }

    .contact-map-box-text-middle-box {
        display: flex; 
        flex-direction: column;
        align-items: start;
    }

    .contact-map-box-text-middle-box {
        margin: 100px 0px
    }

    .paragraph-check {
        font-size: 18px !important;
    }

    .paragraph-check-svg {
        width: 25px;
        max-width: 25px !important;
    }

    .contact-map-box-image, .contact-map-box-text {
        width: 33%
    }

    .contact-map-box-text {
        display: flex;
        flex-direction: column;
        justify-content: space-between !important;
    }

    .contact-map-container-2 {
        margin-bottom: 40px;
    }

    .display-none-pc {
        display: none;
    }
} 