
.s-contact {
    margin-bottom: clamp(24px, 4vw, 48px);
}
/** Map **/
#contact-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: clamp(32px, 3vw, 40px);
    gap: 12px;
}
.contact-item a {
    min-width: clamp(120px, 10vw, 138px);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    background: var(--gray2);
    color: var(--black);
    border-radius: 12px;
    transition: 0.4s;
    padding-inline: 8px;
}
.contact-item:hover a,
.contact-item.active a {
    background: var(--color1);
    color: white;
}
.websima-map {
    height: clamp(354px, 30vw, 454px) !important;
    border-radius: clamp(28px, 2vw, 32px) !important;
}
.title-map {
    font-size: 18px;
    margin-bottom: 1.5rem;
}
.contact-info {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2vw, 20px);
}
.contact-info li {
    display: flex;
    align-items: center;
    gap: clamp(10px, 2vw, 16px);
    font-size: clamp(14px, 2vw, 16px);
}
.contact-info li i {
    width: clamp(40px, 4vw, 52px);
    height: clamp(40px, 4vw, 52px);
    flex: 0 0 clamp(40px, 4vw, 52px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFF7FA;
    border-radius: 50%;
    color: var(--color1);
    font-size: clamp(14px, 2vw, 22px);
}
.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
    width: clamp(70px, 6vw, 86px) !important;
    height: auto !important;
}
.mapp-container .mapp-footer .triggers.left {
    display: none;
}
.contact-dir-button {
    position: absolute;
    bottom: 1rem;
    left: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.contact-dir-button a {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    border: 1px solid var(--gray4);
    transition: 0.4s;
}
.contact-dir-button a:hover {
    background: var(--gray4);
}
.SocialIconPart {
    width: 100%;
    background: var(--color1);
    color: white;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 136px;
    justify-content: center;
    gap: 1rem;
    margin-top: clamp(24px, 4vw, 48px);
    margin-bottom: clamp(64px, 7vw, 104px);
}
.SocialIconPart > span {
    font-family: var(--SemiBold);
    font-size: clamp(16px, 2vw, 18px);
}
.SocialIconPart .social-footer {
    margin-top: 0;
}
.SocialIconPart .social-footer a {
    background: rgb(255 255 255 / 40%);
    color: white;
}
.SocialIconPart .social-footer a:hover {
    background: var(--color2);
}
/** Form **/
.acf-field {
    border: 0 !important;
    padding: 0 !important;
    width: 31.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(32px, 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: "\e93e";
    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;
}
@media only screen and (max-width: 768px) {
    .acf-field {
        width: 100%;
    }
    .acf-field .acf-notice.-error {
        bottom: -35px;
    }
    #contacts-tab {
        justify-content: start;
        overflow-x: scroll;
    }
}
.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;
}
/** 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 {
        left: 50%;
        transform: translateX(-50%);
    }
    .contact-dir-button a img {
        width: 14px;
    }
    .contact-info a, .contact-info span {
        font-size: 14px;
    }
    .contact-info {
        gap: 24px;
    }
    .SocialIconPart {
        flex-direction: column;
        gap: 16px;
    }
    textarea::placeholder,
    input::placeholder {
        font-size: 14px;
    }
    .acf-label {
        padding-inline: 8px;
    }
}
/* Form Builder  */
.acf-repeater .acf-row,
.acf-repeater .acf-row-handle.order,
.acf-repeater .acf-row-handle.remove {
    background: white !important;
}
.acf-row-handle.remove {
    position: absolute !important;
    left: 20px;
    top: 20px;
    width: 100px !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0 !important;
    gap: 8px;
}
.acf-repeater .acf-row {
    display: flex;
    /*flex-wrap: wrap;*/
    width: 100%;
    position: relative;
    flex: 0 0 100%;
    padding-top: 66px;
    padding-right: 16px;
}
tbody.ui-sortable {
    display: flex;
    flex-direction: column;
}
.acf-repeater > table {
    background: white !important;
    display: flex;
    flex-direction: column;
}
.acf-table > tbody > tr > td {
    margin: 0 !important;
}
.select2.select2-container {
    width: 100% !important;
}
.acf-repeater .acf-row-handle .acf-icon {
    margin: 0 !important;
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: var(--color1);
    color: white;
    transition: 0.4s;
    position: unset !important;
}
.acf-repeater .acf-row-handle .acf-icon:hover {
    background: var(--color2) !important;
    color: white !important;
}
.acf-icon.-duplicate:before, .acf-icon.-duplicate:after {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 12px !important;
    height: 12px !important;
    position: absolute;
    top: 55% !important;
    left: 48% !important;
    transform: translate(-50%, -50%);
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #6666661A !important;
    border-radius: 1rem !important;
    min-height: 59px;
    display: flex !important;
    align-items: center;
}
.select2-container--default .select2-selection--single span {
    width: 100%;
    min-height: 59px;
    display: flex;
    align-items: center;
}
.select2-dropdown {
    border: 1px solid #6666661A !important;
}
.select2-selection__rendered {
    display: flex !important;
}
.acf-repeater.-empty > table > thead > tr > th:not(:first-child) {
    width: 50%;
}
td.acf-row-handle.order.ui-sortable-handle {
    width: 32px;
    background: var(--color2) !important;
    color: white;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    border-radius: 8px;
}
.acf-field-products {
    flex: 0 0 65%;
}
.acf-button.button.button-primary.button-large {
    width: 10rem;
}
.acf-repeater label {
    font-size: 12px;
}
@media only screen and (max-width: 768px) {
    .acf-field-products {
        flex: 0 0 calc(100% - 32px)
    }
    .acf-field-number {
        padding-right: 0px;
    }
    .acf-repeater .acf-row {
        flex-wrap: wrap;
        padding-left: 1rem;
    }
    .acf-field-products .acf-input {
        padding-right: 10px;
    }
}
