.wpcf7-list-item{
  margin-left:0;
}
.wpcf7-list-item label {
    color: #8d9091;
    font-weight: 400!important;
        font-size: .88em;
    line-height: 1.3;
}
.wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
}
.wpcf7-list-item label a{
     color: #8d9091;
}
input[type="checkbox"] {
    flex-shrink: 0;
    margin-right: 10px;
    margin-top:4px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ce0202;
    background: #ce0202;
    color: #fff;
    padding: 10px;
    margin: 10px 0px 20px 0px;
    font-size: 14px;
    line-height: 21px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    padding: 10px;
    margin: 0px;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    margin-top:10px;
}
.w-richtext figure{
    max-width:100%;
}
.nav-links{
    padding: 2em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
}
.cky-btn-revisit-wrapper{
    display:none!important;
}
.is-cs-section{
padding-bottom: 6.5em;
}
.main_wrapper .is-cs-section:last-of-type{
    padding-bottom:0;
}
.google-map{
    height:650px;
}
.gm-style-iw-ch{
    padding-top:0!important;
}
.mapmark h3{
    font-size:20px!important;
}
.map-phone{
        margin-top: 5px;
    font-weight: 600;
    color: #643323!important;
    font-size: 14px!important;
}
.mapmark{
    padding-right:23px;
}
.gm-style-iw-c button {
    display: block !important;
    position: absolute!important;
    right: 3px;
    top: 0;
    width:20px!important;
}
.gm-style-iw-c button span {
width: 17px!important;
    height: 17px!important;
    margin:0!important;
}
.is--locations.active{
    background-color: var(--_colors---colors--main)!important;
    color: var(--_colors---colors--light-grey)!important;
}
textarea.w-input, textarea.w-select {
    height: 70px;
}
.w-radio input[type="radio"],
.w-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1px;
    height: 1px;
}
.contact_item a:hover{
    color:#bc9d84;
}
/* Ukrycie domyślnego pola do przesyłania plików */
.file-upload-label input[type="file"].hidden-file-input {
    display: none;
}

/* Zmiana kursora, aby pokazać, że element jest klikalny */
.file-upload-label {
    cursor: pointer;
}
.file-upload-label{
    max-width:300px;
        position: relative;
    flex-wrap: wrap;
}
.file-upload-label .wpcf7-form-control-wrap {
    position: static;
}
.file-upload-label .wpcf7-not-valid-tip{
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
}
.wpcf7-not-valid-tip{
    font-size:13px;
}
.review_component {
    justify-content: center;
}