/* Section contact */
.section--contact {
}

.section--contact .section__title {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.section--contact .section__title::after {
    display: none;
}

.section--contact .section__description {
    width: 100%;
    text-align: center;
}

.section--contact .grid--contact {
    display: flex;
    justify-content: space-between;
    margin: 69px 0 0 0;
}

.section--contact .grid--contact .grid__column {
    width: calc(50% - clamp(20px, 2.5vw, 50px));
}

.section--contact .card {
    height: 100%;
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 0;
}

.section--contact .card--gps .map {
    width: 100%;
    height: 100%;
}

.section--contact .card--contact .form__group:not(:first-child) {
    margin: 16px 0 0 0;
}

.section--contact .card--contact label {
    width: 100%;
    text-align: left;
    font-size: clamp(16px, 2.5vw, 24px);
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.section--contact .card--contact input[type="text"],
.section--contact .card--contact input[type="email"] {
    height: 65px;
    font-size:18px;
    padding:0 16px;
}
.section--contact .card--contact input[type="text"],
.section--contact .card--contact input[type="email"],
.section--contact .card--contact textarea {
    border: 1px solid rgba(128, 128, 128, 1);
    box-shadow: none;
    border-radius: 10px;
}

.section--contact .card--contact textarea {
    min-height: 290px;
    font-size:18px;
    padding:8px 16px;
}

.section--contact  .wpcf7-not-valid-tip{
width:100%;
text-align: right;
position: absolute;
top:calc(100% + 2px);
right:0;
font-size:16px;
}
.section--contact .wpcf7 form.sent .wpcf7-response-output {
    width:100%;
    text-align: center;
    border:none;
    font-size:18px;
    margin:0;
}
.section--contact  .wpcf7 form.invalid .wpcf7-response-output {
    width:100%;
    text-align: center;
    border:none;
    font-size:18px;
    margin:0;
    color: #dc3232;
}

.section--contact .card--contact .btn--primary {
    background: var(--color-blue);
    border-radius: 10px;
    box-shadow: none;
    outline: none;
    appearance: none;
    margin-top: 24px;
    cursor:pointer;
    border:none;
}
.section--contact  .wpcf7-spinner {
display:none;
}
@media (max-width: 1080px) {
    .section--contact .grid--contact {
        flex-direction: column;
    }

    .section--contact .grid--contact .grid__column {
        width: 100%;
    }

    .section--contact .card--gps {
        height: 350px;
        margin: 0 0 50px 0;
    }
}


.leaflet-pane .leaflet-popup-content-wrapper {
    border-radius: 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.leaflet-pane .leaflet-popup-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 15px 25px 35px 25px;
}

.leaflet-container a.leaflet-popup-close-button {
    display: none;
}

.leaflet-pane .leaflet-popup-content .title {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
}

.leaflet-popup-content .address {
    font-size: 15px;
    line-height: 1.3;
    margin: 5px 0 0 0;
}

.leaflet-popup-content .coord {
    margin-top: 24px;
    font-size: 12px;
    line-height: 1.3;
}

.leaflet-popup-content .coord  a {
    color:var(--color-blue);
    text-decoration: none;
}
.leaflet-popup-content .coord  a:hover {
    text-decoration: underline;
}

.leaflet-pane .leaflet-popup-tip {
    width: 30px;
    height: 30px;
    margin: -15px auto 0;
}
.leaflet-pane  .leaflet-marker-pane {
    display: none;
}

@media all and (max-width:768px){
    .section--contact .wpcf7-not-valid-tip{
        position:relative;
        top:initial;
        right:initial;
        font-size:14px;
        margin:4px 0 0 0;

    }
    .section--contact .card--contact input[type="text"], .section--contact .card--contact input[type="email"]{
        font-size:16px;
        padding:0 10px;
    }
    .section--contact .card--contact textarea{
        font-size:16px;
        padding:6px 10px;
    }
}
