.elementor-125 .elementor-element.elementor-element-6c52523{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-125 .elementor-element.elementor-element-ff1541b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-125 .elementor-element.elementor-element-fd61ce8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-db7aaa2 */.ares-contact-section {
    --ares-green: #2e9f83;
    --ares-green-dark: #247d69;
    --ares-green-light: #eaf6f3;
    --ares-dark: #111816;
    --ares-text: #222a28;
    --ares-muted: #707975;
    --ares-border: #e5ece9;
    --ares-warning: #b77a20;
    --ares-warning-light: #fff8e9;

    width: 100%;
    padding: 80px 20px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 90% 5%,
            rgba(46, 159, 131, 0.09),
            transparent 26%
        ),
        #ffffff;
    font-family: inherit;
}

.ares-contact-section *,
.ares-contact-section *::before,
.ares-contact-section *::after {
    box-sizing: border-box;
}

.ares-contact-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.ares-contact-heading {
    max-width: 800px;
    margin: 0 auto 45px;
    text-align: center;
}

.ares-contact-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    color: var(--ares-green);
    font-size: 14px;
    font-weight: 800;
}

.ares-contact-label::before,
.ares-contact-label::after {
    content: "";
    width: 23px;
    height: 2px;
    border-radius: 10px;
    background: var(--ares-green);
}

.ares-contact-heading h2 {
    margin: 0 0 15px;
    color: var(--ares-dark);
    font-size: clamp(31px, 4vw, 48px);
    line-height: 1.45;
    font-weight: 900;
}

.ares-contact-heading p {
    margin: 0;
    color: var(--ares-muted);
    font-size: 16px;
    line-height: 2;
}

.ares-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.ares-contact-card {
    padding: 26px;
    border: 1px solid var(--ares-border);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(21, 56, 47, 0.06);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.ares-contact-card:hover {
    transform: translateY(-3px);
    border-color: rgba(46, 159, 131, 0.24);
    box-shadow: 0 24px 65px rgba(21, 75, 61, 0.1);
}

.ares-contact-card--wide {
    grid-column: 1 / -1;
}

.ares-contact-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 23px;
}

.ares-contact-icon {
    display: flex!important;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--ares-green-light);
    color: var(--ares-green);
}

.ares-contact-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ares-contact-card-header span {
    display: block;
    margin-bottom: 4px;
    color: var(--ares-muted);
    font-size: 12px;
}

.ares-contact-card-header h3 {
    margin: 0;
    color: var(--ares-dark);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 900;
}

.ares-hours-list {
    display: grid;
    gap: 10px;
}

.ares-hours-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 15px;
    border-radius: 12px;
    background: #f7f9f8;
}

.ares-hours-row span {
    color: var(--ares-muted);
    font-size: 14px;
}

.ares-hours-row strong {
    color: var(--ares-dark);
    font-family: Arial, sans-serif;
    font-size: 15px;
}

.ares-hours-row--shipping {
    background: var(--ares-green-light);
}

.ares-hours-row--shipping span,
.ares-hours-row--shipping strong {
    color: var(--ares-green-dark);
}

.ares-contact-notice {
    margin-top: 15px;
    padding: 13px 15px;
    border-right: 3px solid var(--ares-warning);
    border-radius: 10px;
    background: var(--ares-warning-light);
    color: #79551c;
    font-size: 13px;
    line-height: 1.9;
}

.ares-phone-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}

.ares-phone-item {
    display: block;
    padding: 15px;
    border: 1px solid var(--ares-border);
    border-radius: 13px;
    background: #f9fbfa;
    text-decoration: none !important;
    transition:
        border-color 0.25s ease,
        background 0.25s ease;
}

.ares-phone-item:hover {
    border-color: rgba(46, 159, 131, 0.35);
    background: var(--ares-green-light);
}

.ares-phone-item span {
    display: block;
    margin-bottom: 7px;
    color: var(--ares-muted);
    font-size: 12px;
}

.ares-phone-item strong {
    display: block;
    color: var(--ares-dark);
    font-family: Arial, sans-serif;
    font-size: 17px;
}

.ares-card-description {
    margin: 17px 0 0;
    color: var(--ares-muted);
    font-size: 14px;
    line-height: 1.95;
}

.ares-card-description strong {
    color: var(--ares-dark);
}

.ares-contact-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 17px;
}

.ares-action-button {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

.ares-action-button:hover {
    transform: translateY(-2px);
}

.ares-action-button--primary {
    background: var(--ares-green);
    color: #ffffff !important;
}

.ares-action-button--primary:hover {
    background: var(--ares-green-dark);
}

.ares-action-button--secondary {
    border: 1px solid var(--ares-border);
    background: #ffffff;
    color: var(--ares-dark) !important;
}

.ares-action-button--secondary:hover {
    border-color: var(--ares-green);
    color: var(--ares-green-dark) !important;
}

.ares-security-notice {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #f5f7f6;
    color: var(--ares-muted);
    font-size: 12px;
    line-height: 1.85;
}

.ares-security-notice strong {
    color: var(--ares-dark);
}

.ares-address-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.ares-address-box {
    padding: 20px;
    border: 1px solid var(--ares-border);
    border-radius: 15px;
    background: #f9fbfa;
}

.ares-address-box > span {
    display: block;
    margin-bottom: 9px;
    color: var(--ares-green);
    font-size: 13px;
    font-weight: 900;
}

.ares-address-box p {
    margin: 0;
    color: var(--ares-text);
    font-size: 14px;
    line-height: 2;
}

.ares-address-box ul {
    margin: 13px 0 0;
    padding: 0 18px 0 0;
    color: var(--ares-muted);
    font-size: 13px;
    line-height: 2;
}

.ares-address-warning {
    margin-top: 14px;
    padding: 10px 12px;
    border-radius: 9px;
    background: var(--ares-green-light);
    color: var(--ares-green-dark);
    font-size: 12px;
    line-height: 1.8;
}

.ares-contact-bottom {
    display: grid;
    gap: 18px;
    margin-top: 22px;
}

.ares-license-box {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 24px;
    border-radius: 20px;
    background:
        radial-gradient(
            circle at 5% 50%,
            rgba(46, 159, 131, 0.18),
            transparent 30%
        ),
        var(--ares-dark);
}

.ares-license-icon {
    display: flex;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: var(--ares-green);
    color: #ffffff;
}

.ares-license-icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ares-license-content {
    flex: 1;
}

.ares-license-content > span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
}

.ares-license-content strong {
    display: block;
    color: #ffffff;
    font-size: 17px;
}

.ares-license-content p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    line-height: 1.8;
}

.ares-license-button {
    display: inline-flex;
    min-height: 48px;
    padding: 10px 17px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 11px;
    background: #ffffff;
    color: var(--ares-dark) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.ares-license-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ares-license-button:hover {
    transform: translateY(-2px);
    background: var(--ares-green);
    color: #ffffff !important;
}

.ares-purchase-rules {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.ares-purchase-rules > div {
    padding: 18px;
    border: 1px solid var(--ares-border);
    border-radius: 14px;
    background: #ffffff;
}

.ares-purchase-rules strong {
    display: block;
    margin-bottom: 7px;
    color: var(--ares-dark);
    font-size: 14px;
}

.ares-purchase-rules span {
    display: block;
    color: var(--ares-muted);
    font-size: 12px;
    line-height: 1.8;
}

.ares-purchase-rules--warning {
    border-color: #f0dfbe !important;
    background: var(--ares-warning-light) !important;
}

.ares-support-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 22px;
    padding: 22px 25px;
    border: 1px solid rgba(46, 159, 131, 0.2);
    border-radius: 18px;
    background: var(--ares-green-light);
}

.ares-support-banner span {
    display: block;
    margin-bottom: 4px;
    color: var(--ares-green);
    font-size: 12px;
    font-weight: 800;
}

.ares-support-banner strong {
    display: block;
    color: var(--ares-dark);
    font-size: 16px;
}

.ares-support-banner a {
    display: inline-flex;
    min-height: 47px;
    padding: 10px 18px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: var(--ares-green);
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

.ares-support-banner a:hover {
    transform: translateY(-2px);
    background: var(--ares-green-dark);
}

@media (max-width: 850px) {
    .ares-contact-section {
        padding: 55px 18px;
    }

    .ares-contact-grid {
        grid-template-columns: 1fr;
    }

    .ares-contact-card--wide {
        grid-column: auto;
    }

    .ares-address-grid,
    .ares-purchase-rules {
        grid-template-columns: 1fr;
    }

    .ares-license-box {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .ares-license-button {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .ares-contact-section {
        padding: 42px 14px;
    }

    .ares-contact-heading {
        margin-bottom: 30px;
    }

    .ares-contact-heading h2 {
        font-size: 29px;
    }

    .ares-contact-heading p {
        font-size: 14px;
    }

    .ares-contact-card {
        padding: 19px;
        border-radius: 17px;
    }

    .ares-phone-list,
    .ares-contact-actions {
        grid-template-columns: 1fr;
    }

    .ares-hours-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .ares-license-box {
        padding: 19px;
    }

    .ares-license-icon {
        flex-basis: 50px;
        width: 50px;
        height: 50px;
    }

    .ares-support-banner {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .ares-support-banner a {
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c906f4b */.ares-social-section {
    --ares-green: #2e9f83;
    --ares-green-dark: #247d69;
    --ares-green-light: #eaf6f3;
    --ares-dark: #111816;
    --ares-text: #222a28;
    --ares-muted: #707975;
    --ares-border: #e5ece9;

    width: 100%;
    padding: 70px 20px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(46, 159, 131, 0.1),
            transparent 27%
        ),
        #ffffff;
    font-family: inherit;
}

.ares-social-section *,
.ares-social-section *::before,
.ares-social-section *::after {
    box-sizing: border-box;
}

.ares-social-container {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(500px, 1.2fr);
    align-items: center;
    gap: 65px;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.ares-social-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 13px;
    color: var(--ares-green);
    font-size: 14px;
    font-weight: 800;
}

.ares-social-label::before {
    content: "";
    width: 25px;
    height: 3px;
    border-radius: 20px;
    background: var(--ares-green);
}

.ares-social-content h2 {
    margin: 0 0 18px;
    color: var(--ares-dark);
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.45;
    font-weight: 900;
}

.ares-social-content h2 span {
    color: var(--ares-green);
}

.ares-social-content p {
    max-width: 550px;
    margin: 0;
    color: var(--ares-muted);
    font-size: 15px;
    line-height: 2;
}

.ares-social-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ares-social-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 150px;
    align-items: center;
    gap: 15px;
    padding: 22px;
    overflow: hidden;
    border: 1px solid var(--ares-border);
    border-radius: 20px;
    background: #ffffff;
    color: var(--ares-dark) !important;
    text-decoration: none !important;
    box-shadow: 0 18px 50px rgba(21, 61, 50, 0.06);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.ares-social-card::before {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(46, 159, 131, 0.07);
    transition: transform 0.35s ease;
}

.ares-social-card:hover {
    transform: translateY(-5px);
    border-color: rgba(46, 159, 131, 0.35);
    box-shadow: 0 25px 65px rgba(24, 89, 71, 0.13);
}

.ares-social-card:hover::before {
    transform: scale(1.15);
}

.ares-social-icon {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background: var(--ares-green-light);
    color: var(--ares-green);
}

.ares-social-icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ares-social-card--telegram .ares-social-icon svg {
    fill: none;
}

.ares-social-info {
    position: relative;
    z-index: 1;
    display: block;
    flex: 1;
    min-width: 0;
}

.ares-social-info small {
    display: block;
    margin-bottom: 5px;
    color: var(--ares-muted);
    font-size: 11px;
}

.ares-social-info strong {
    display: block;
    margin-bottom: 5px;
    color: var(--ares-dark);
    font-family: Arial, sans-serif;
    font-size: 19px;
    font-weight: 800;
}

.ares-social-info b {
    display: block;
    overflow: hidden;
    color: var(--ares-green);
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ares-social-arrow {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #f5f8f7;
    color: var(--ares-dark);
    transition:
        background 0.25s ease,
        color 0.25s ease;
}

.ares-social-arrow svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ares-social-card:hover .ares-social-arrow {
    background: var(--ares-green);
    color: #ffffff;
}

@media (max-width: 950px) {
    .ares-social-container {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .ares-social-content {
        max-width: 750px;
        margin: 0 auto;
        text-align: center;
    }

    .ares-social-label {
        justify-content: center;
    }

    .ares-social-content p {
        margin: 0 auto;
    }
}

@media (max-width: 650px) {
    .ares-social-section {
        padding: 48px 14px;
    }

    .ares-social-links {
        grid-template-columns: 1fr;
    }

    .ares-social-content h2 {
        font-size: 29px;
    }

    .ares-social-content p {
        font-size: 14px;
    }

    .ares-social-card {
        min-height: auto;
        padding: 19px;
        border-radius: 17px;
    }
}/* End custom CSS */