.contact-intro {
    margin-bottom: -300px;
    height: clamp(470px, 40vw, 670px);
    z-index: 0;
}
.tab-content:nth-last-child(1) .row-map {
    margin-bottom: clamp(32px, 3vw, 48px);
}
.wrap-info {
    background: white;
    border-radius: 32px;
    padding: 40px 32px;
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: 100%;
}
.wrap-info:before {
    content: "";
    position: absolute;
    background: var(--color1);
    width: clamp(104px, 13vw, 192px);
    height: 12px;
    right: 50%;
    transform: translateX(50%);
    top: 100%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    z-index: 0;
}
.contact-info {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.contact-info li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-family: var(--medium);
    line-height: 40px;
    flex-direction: column;
    gap: 12px;
}
.contact-info li i {
    width: clamp(32px, 2vw, 40px);
    height: clamp(32px, 2vw, 40px);
    font-size: clamp(22px, 2vw, 26px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 clamp(32px, 2vw, 40px);
    color: var(--color1);
}
.mb-map {
    margin-bottom: clamp(32px, 4vw, 52px);
}
.contact-info .label {
    display: flex;
    gap: 8px;
}
.title-map {
    font-size: clamp(20px, 2vw, 24px);
}
/** Map **/
.row-map {
    margin-bottom: clamp(72px, 9vw, 120px);
}
.websima-map {
    border-radius: clamp(24px, 3vw, 40px) !important;
}
.contact-dir-button {
    position: absolute;
    bottom: 1rem;
    right: 50%;
    display: flex;
    align-items: center;
    gap: 8px;
    transform: translateX(50%);
    width: max-content;
}
.websima-map:before {
    content: "";
    background: linear-gradient(0deg, rgb(21 29 60 / 50%), transparent);
    width: 100%;
    height: 112px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
}
.contact-dir-button a {
    background: white;
    border-radius: 100px;
    padding: 7px 12px;
    min-width: fit-content;
    line-height: 1;
    border: 1px solid #E3E3E3;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    transition: 0.4s;
}
.contact-dir-button a:hover {
    background: var(--color1);
    color: white !important;
}
.mapp-container .mapp-footer .triggers.left {
    display: none !important;
}
@media only screen and (min-width: 768px) {
    .contact-info {
        gap: 20px 94px;
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-info li:nth-last-child(1) {
        grid-column: span 2;
        border-top: 1px solid var(--border);
        padding-top: 24px;
        margin-top: 12px;
    }
    .contact-info li {
        flex-direction: row;
    }
}
@media only screen and (min-width: 1100px) {
    ul.contact-info:before {
        content: "";
        width: 1px;
        height: 107px;
        background: #DCDCDC;
        position: absolute;
        right: 50%;
        transform: translate(50%, -50%);
        top: 45%;
    }
}
.SocialIconPart {
    background: #0083BA;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px 32px;
    border-radius: 16px;
    color: white;
}
/** Form **/
.acf-field {
    border: 0 !important;
    padding: 0 !important;
    width: 49.5%;
}
.acf-field .acf-label {
    margin: 0 !important;
}
.acf-form .acf-form-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: clamp(40px, 5vw, 72px);
}
.acf-form .acf-field-textarea {
    width: 100%;
}
.acf-form-submit {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: clamp(32px, 3vw, 40px);
    justify-content: center;
}
.acf-form-submit button {
    background: no-repeat;
    border: unset;
    padding-right: unset;
}
.acf-loading, .acf-spinner {
    position: absolute;
    right: calc(50% + 5rem);
    transform: translateX(50%);
}
.acf-field .acf-notice.-error {
    position: absolute;
    bottom: -45px;
    line-height: 1 !important;
    border: 0 !important;
    background: none !important;
    color: var(--danger);
    font-size: 14px;
    margin: 0;
    padding: 0;
    padding-right: 8px;
}
.acf-field .acf-notice.-error:before {
    content: "\e92d";
    font-family: 'icomoon';
    margin-left: 4px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding-bottom: 4px;
}
.acf-notice p {
    margin: 0 !important;
}
.acf-notice.-error {
    background: var(--danger) !important;
    border: 0 !important;
    margin-bottom: 2rem;
    border-radius: 12px;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.acf-notice .acf-notice-dismiss {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 0 0 2px;
}
.websima-contact-form .updated {
    margin-bottom: 4rem;
    background: green;
    color: white;
    border-radius: 1.5rem;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.acf-form-submit .btn-submit {
    background: var(--color1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    border-radius: 100px;
    padding-inline: 20px;
    border: 0;
    gap: 8px;
    border: 1px solid var(--color1);
}
.acf-form-submit .btn-submit:hover {
    background: white;
    color: var(--color1);
}
/** Form **/
.acf-form {
    margin-top: 56px;
}
.acf-fields {
    display: flex;
    flex-wrap: wrap;
    row-gap: 64px;
    justify-content: space-between;
}
.websima-single-form .acf-field {
    position: relative;
    width: 100%;
    border: 0 !important;
    padding: 0 !important;
}
textarea,
input {
    transition: 0.4s;
    color: var(--black);
    border: 1px solid #6666661A;
    width: 100%;
    padding: 1rem;
    font-family: var(--main);
}
.acf-table {
    border: 1px solid #6666661A !important;
}
textarea::placeholder,
input::placeholder {
    font-size: 16px;
    color: #A5A8AE;
}
.acf-label {
    position: absolute !important;
    top: -8px;
    right: 24px;
    font-size: 14px;
    background: white;
    padding-inline: 16px;
    z-index: 1;
    color: #787C84;
    line-height: 1;
}
.text-cform .acf-input {
    display: flex;
}
.acf-form-submit .c-btn {
    justify-content: center;
}
.acf-form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}
.acf-form-submit .btns {
    background: none;
    border: 0;
    transition: 0.4s;
}
.acf-form-submit .btns:hover {
    color: var(--color2);
}
.websima-form-wrap .updated {
    background: var(--color1);
    color: white;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.acf-field .acf-notice.-error {
    background: none !important;
    color: #BD0F0F !important;
    border: 0 !important;
    position: absolute;
    bottom: -43px;
    margin: 0;
    padding: 0;
}
.acf-notice.acf-error-message {
    margin-bottom: 46px;
    min-height: 46px;
    display: flex;
    align-items: center;
}
.acf-notice .acf-notice-dismiss {
    top: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 0 0 1px;
}
/*.acf-field .acf-notice.-error:before {*/
/*    content: "\e933";*/
/*    font-family: 'icomoon';*/
/*    margin-left: 4px;*/
/*    width: 22px;*/
/*    height: 22px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 18px;*/
/*    padding-bottom: 4px;*/
/*}*/
@media only screen and (max-width: 768px) {
    .acf-field {
        width: 100% !important;
    }
    .acf-fields {
        row-gap: 28px;
    }
    .tab-content .row {
        gap: 24px;
    }
    #contacts-tab {
        margin: 32px 0 16px;
    }
    .contact-dir-button a img {
        width: 14px;
    }
    .contact-info a, .contact-info span {
        font-size: 14px;
        text-align: center;
    }
    .SocialIconPart {
        flex-direction: column;
        gap: 16px;
    }
    textarea::placeholder,
    input::placeholder {
        font-size: 14px;
    }
    .acf-label {
        padding-inline: 8px;
    }
    .acf-field .acf-notice.-error {
        bottom: -35px;
    }
    #contacts-tab {
        justify-content: start;
        overflow-x: scroll;
    }
    .contact-info li:not(.address) {
        border-bottom: 1px solid var(--border);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .contact-intro {
        margin-bottom: -270px;
    }
    .title-map {
        text-align: center;
    }
    .wrap-info {
        padding: 24px;
    }
}
img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
    width: clamp(56px, 5vw, 68px) !important;
    height: auto !important;
}
