.websima-contact-form .container-fluid .col-12 {
    padding: 0 !important;
}
.websima-map {
    height: 528px !important;
    border-radius: 0 !important;
}
.contact-dir-button {
    position: absolute;
    bottom: clamp(176px, 15vw, 250px);
    right: 50%;
    transform: translateX(50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    & a {
        width: 46px;
        height: 46px;
		flex: 0 0 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        border-radius: 50%;
        border: 1px solid var(--gray1);
        transition: 0.4s;
        &:hover {
            background: var(--gray1);
        }
    }
}
.intro-content {
    margin-top: -145px;
    background: var(--black);
    border-radius: clamp(20px, 2vw, 28px);
    padding: clamp(32px, 3vw, 48px) clamp(16px, 3vw, 40px) clamp(64px, 7vw, 112px);
    color: white;
    background-image: url(../img/back-intro.svg);
    & span, & p, & a {
        color: white;
		& a:hover{
			color:var(--color1);
		}
    }
    & .s-title:before {
        content: none;
    }
    & .social-footer {
        position: absolute;
        background: var(--color2);
        padding: clamp(14px, 2vw, 24px) clamp(32px, 3vw, 40px);
        border-radius: 100px;
        top: calc(100% - 30px);
        right: 50%;
        transform: translateX(50%);
        gap: clamp(8px, 2vw, 12px);
        & a {
            font-size: clamp(28px, 3vw, 40px);
            color: var(--black);
        }
    }
}
    .intro-content a:hover{
		color:var(--color1);
	}
.contact-info {
    margin-top: clamp(24px, 3vw, 48px);
    gap: clamp(12px, 2vw, 20px);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    & li {
        display: flex;
        align-items: center;
        gap: clamp(12px, 2vw, 16px);
        font-size: clamp(14px, 2vw, 16px);
        padding: clamp(16px, 2vw, 20px);
        background: var(--blackcart);
        border-radius: clamp(16px, 2vw, 20px);
        position: relative;
        justify-content: space-between;
        & p {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        & i {
            width: clamp(32px, 4vw, 40px);
            height: clamp(32px, 4vw, 40px);
            flex: 0 0 clamp(32px, 4vw, 40px);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            border-radius: 50%;
            font-size: clamp(22px, 2vw, 30px);
        }
        &:before {
            content: "";
            width: 3px;
            border-radius: 0 8px 8px 0;
            height: clamp(32px, 3vw, 48px);
            background: var(--color1);
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: -3px;
            box-shadow: 1px 0px 5px var(--color1);
        }
    }
}
.email div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}
/** Form **/
.acf-field {
    border: 0 !important;
    padding: 0 !important;
    width: calc(50% - 10px);
    & .acf-label {
        margin: 0 !important;
        position: absolute !important;
        top: -30px;
        right: 14px;
        font-size: 14px;
        font-family: var(--Medium);
        z-index: 1;
        line-height: 1;
        height: 30px;
        min-width: 130px;
        background: var(--gray2);
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 7px 16px 1px !important;
        border-radius: 10px 10px 0 0 !important;
        width: max-content;
		color:#242729;
    }
}
.acf-form {
    margin-top: clamp(70px, 6vw, 86px);
    & .acf-form-fields {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: clamp(64px, 5vw, 78px);
        & .acf-field-textarea {
            width: 100%;
        }
    }
}
.acf-form-submit {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: clamp(24px, 3vw, 40px);
    justify-content: center;
}
.acf-loading, .acf-spinner {
    position: absolute;
    right: calc(50% + 5rem);
    transform: translateX(50%);
}
.acf-notice.-error {
    background: var(--danger) !important;
    border: 0 !important;
    margin-bottom: 64px;
    border-radius: 12px;
    min-height: 40px;
    display: flex;
    align-items: center;
    & p {
        font-size: 13px;
        line-height: 1.5;
        margin: .5em 0;
        text-shadow: none;
        color: white;
    }
}
@media only screen and (min-width: 768px) {
    .contact-dir-button {
        flex-direction: column;
        right: auto;
        left: 0;
        transform: none;
    }
    .intro-content {
        margin-top: -176px;
        & .social-footer {
            top: calc(100% - 44px);
        }
    }
    .contact-info {
        grid-template-columns: repeat(2, 1fr);
        & li.address {
            grid-column: span 2;
            &:before {
                width: clamp(56px, 15vw, 257px);
                height: 4px;
                border-radius: 0 0 8px 8px;
                right: 50%;
                transform: translateX(50%);
                top: 100%;
            }
        }
        & li:nth-child(2n):before {
            right: auto;
            left: -3px;
            border-radius: 8px 0 0 8px;
        }
    }
    /** Form **/
}
/** 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;
}
.contact-item:hover a,
.contact-item.active a {
    background: var(--color1);
    color: white;
}
.title-map {
    font-size: 18px;
    margin-bottom: 1.5rem;
}
.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;
}
.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 .acf-notice.-error {
    position: absolute;
    bottom: -34px;
    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: "\e936";
    font-family: 'icomoon';
    margin-left: 4px;
    idth: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.acf-notice p {
    margin: 0 !important;
}
.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 **/
.websima-single-form .acf-field {
    position: relative;
    width: 100%;
    border: 0 !important;
    padding: 0 !important;
}
.acf-table {
    border: 1px solid #6666661A !important;
}
.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;
}
.websima-form-wrap .updated {
    background: var(--color1);
    color: white;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.acf-notice .acf-notice-dismiss {
    top: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 0 0 1px;
}
.acf-input .acf-notice.-error p {
    color: var(--danger) !important;
}
@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-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;
    }
    .contact-info li {
        align-items: flex-start;
        flex-direction: column;
        & a,
        & span {
            padding-right: 42px;
        }
    }
}
.s-contact #message {
    display: flex;
    align-items: center;
    justify-content: center;
    background: green;
    color: white;
    min-height: 48px;
    border-radius: 12px;
    text-align: center;
    padding: 1rem 0.5rem;
}