/*
Theme Name: scovoter
Author: Slava Brain
Description: Description
Version: 1.0.0
Text Domain: scovoter
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*---------- MAIN ----------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --white: #FFFFFF;
    --white-10: #FFFFFF1A;
    --white-20: #FFFFFF33;
    --gray: #2C2C2C4D;
    --gray-light: #F2F2F2;
    --gray-shadow: #959DA533;
    --blue: #145368;
    --blue-bg: #004753;
    --orange: #FFAF02;
    --orange-60: #FFD268;
    --orange-shadow: #FFAF0296;
    --gold: #F3C265;
    --green: #00B247;
    --red: #ED011C;
    --red-20: #ED011C33;
    --black: #2C2C2C;
    --black-60: #2C2C2C99;
    --transition: all .4s;
}

html {
    height: 100%;
    scroll-behavior: auto !important;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.333em;
    letter-spacing: 0px;
    color: var(--black);
    background-color: var(--white);
    overflow-x: hidden;
}

body.lock {
    overflow: hidden;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    filter: blur(34%);
    z-index: 9;
}

body.overlay::before {
    transition-delay: 0.15s;
    opacity: 0.3;
    visibility: visible;
}

.container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 30px;
}

.full-width {
    margin-inline: calc((100% - 100vw) / 2) !important;
    padding-inline: max(30px, calc((100vw - 100%) / 2)) !important;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

strong {
    font-weight: 600;
}

input,
textarea,
button {
    font-family: "Poppins", sans-serif;
}

button {
    border: none;
    cursor: pointer;
}

@media (max-width: 1024px) {
    body {
        font-size: 16px;
        line-height: 1.5em;
    }

    .container {
        padding: 0 24px;
    }

    .full-width {
        margin-inline: -24px !important;
        padding-inline: 24px !important;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 16px !important;
    }

    .full-width {
        margin-inline: -16px !important;
        padding-inline: 16px !important;
    }
}

/*---------- TYPOGRAPHY ----------*/

h1,
.h1,
.h1 h1,
.h1 .elementor-heading-title {
    font-family: "Roboto Condensed";
    font-size: 165px;
    font-weight: 700;
    line-height: 0.873em !important;
    letter-spacing: 0px;
    text-transform: uppercase;
}

h2,
.h2,
.h2 h2,
.h2 .elementor-heading-title {
    font-family: "Roboto Condensed";
    font-size: 95px;
    font-weight: 700;
    line-height: 0.937em !important;
    letter-spacing: 0px;
    text-transform: uppercase;
}

h3,
.h3,
.h3 h3,
.h3 .elementor-heading-title {
    font-family: "Roboto Condensed";
    font-size: 85px;
    font-weight: 700;
    line-height: 0.918em !important;
    letter-spacing: 0px;
    text-transform: uppercase;
}

h4,
.h4,
.h4 h4,
.h4 .elementor-heading-title {
    font-family: "Roboto Condensed";
    font-size: 70px;
    font-weight: 700;
    line-height: 1.114em !important;
    letter-spacing: 0px;
    text-transform: uppercase;
}

h5,
.h5,
.h5 h5,
.h5 .elementor-heading-title {
    font-family: "Roboto Condensed";
    font-size: 46px;
    font-weight: 700;
    line-height: 1em !important;
    letter-spacing: 0;
    text-transform: uppercase;
}

h6,
.h6,
.h6 h6,
.h6 .elementor-heading-title {
    font-family: "Roboto Condensed";
    font-size: 32px;
    font-weight: 700;
    line-height: 1.125em !important;
    letter-spacing: 0;
    text-transform: uppercase;
}

.h7,
.h7 .elementor-heading-title {
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 600;
    line-height: 1.333em !important;
    letter-spacing: 0;
    text-transform: uppercase;
}

.p1 {
    font-size: 29px;
    font-weight: 500;
    line-height: 1.517em;
}

.p2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.52em;
}

.p3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
}

.p4 {
    font-weight: 500;
    line-height: 1.5em;
}

.p5 {
    font-size: 16px;
    line-height: 1.5em;
}

.p6 {
    font-size: 14px;
    line-height: 1.5em;
}

.caption {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: 0;
}

@media (max-width: 1024px) {
    h1,
    .h1,
    .h1 h1,
    .h1 .elementor-heading-title {
        font-size: 73px;
        line-height: 1em !important;
    }

    h2,
    .h2,
    .h2 h2,
    .h2 .elementor-heading-title {
        font-size: 65px;
        line-height: 1.077em !important;
    }

    h3,
    .h3,
    .h3 h3,
    .h3 .elementor-heading-title {
        font-size: 58px;
        line-height: 1.172em !important;
    }

    h4,
    .h4,
    .h4 h4,
    .h4 .elementor-heading-title {
        font-size: 50px;
        line-height: 1.18em !important;
    }

    h5,
    .h5,
    .h5 h5,
    .h5 .elementor-heading-title {
        font-size: 40px;
        line-height: 1.075em !important;
    }

    .h7,
    .h7 .elementor-heading-title {
        font-size: 18px;
    }

    .p1 {
        font-size: 26px;
        line-height: 1.5em;
    }

    .p3 {
        font-size: 17px;
        line-height: 1.29em;
    }

    .p4 {
        font-size: 16px;
    }

    .p5 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    h1,
    .h1,
    .h1 h1,
    .h1 .elementor-heading-title {
        font-size: 50px;
        line-height: 1.1em !important;
    }

    h2,
    .h2,
    .h2 h2,
    .h2 .elementor-heading-title {
        font-size: 40px;
        line-height: 1.025em !important;
    }

    h3,
    .h3,
    .h3 h3,
    .h3 .elementor-heading-title {
        font-size: 40px;
        line-height: 1.175em !important;
    }

    h4,
    .h4,
    .h4 h4,
    .h4 .elementor-heading-title {
        font-size: 30px;
        line-height: 1.166em !important;
    }

    h5,
    .h5,
    .h5 h5,
    .h5 .elementor-heading-title {
        font-size: 28px;
        line-height: 1.285em !important;
    }

    h6,
    .h6,
    .h6 h6,
    .h6 .elementor-heading-title {
        font-size: 20px;
        line-height: 1.2em !important;
    }

    .p1 {
        font-size: 23px;
        line-height: 1.521em;
    }

    .p2 {
        font-size: 18px;
        line-height: 1.5em;
    }

    .p3 {
        font-size: 16px;
        line-height: 1.437em;
    }

    .p4 {
        line-height: 1.25em;
    }
}

/*---------- TYPOGRAPHY END ----------*/


/*---------- COLORS ----------*/

.white {
    color: var(--white);
}

.gray {
    color: var(--gray);
}

.gray-light {
    color: var(--gray-light);
}

.blue {
    color: var(--blue);
}

.blue-bg {
    color: var(--blue-bg);
}

.orange {
    color: var(--orange);
}

.green {
    color: var(--green);
}

.red {
    color: var(--red);
}

.black {
    color: var(--black);
}

/*---------- COLORS END ----------*/

/*---------- BUTTONS ----------*/

.btn,
.button.elementor-widget-button .elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 142px;
    min-height: 50px;
    padding: 4px 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--white);
    background-color: var(--orange);
    border-radius: 50px;
    box-shadow: 0px 8px 24px 0px var(--gray-shadow) !important;
    transition: var(--transition);
}

.button.elementor-widget-button .elementor-button {
    min-width: min(142px, 100%);
}

.btn:hover,
.button.elementor-widget-button .elementor-button:hover {
    color: var(--orange);
    background-color: var(--white);
    box-shadow: 0px 2px 6px 0px var(--gray-shadow) !important;
}

.btn:disabled,
.btn.disabled,
.button.elementor-widget-button .elementor-button:disabled,
.button.disabled.elementor-widget-button .elementor-button {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

/* Buttons - Types */

/* Buttons - Types - Medium */
.btn.btn-medium,
.button.button-medium.elementor-widget-button .elementor-button {
    min-width: 165px;
}

.button.button-medium.elementor-widget-button .elementor-button {
    min-width: min(165px, 100%);
}

/* Buttons - Types - Wide */
.btn.btn-wide,
.button.button-wide.elementor-widget-button .elementor-button {
    min-width: 270px;
}

.button.button-wide.elementor-widget-button .elementor-button {
    min-width: min(270px, 100%);
}

/* Buttons - Types - Simple */
.btn.simple,
.button.simple.elementor-widget-button .elementor-button {
    min-width: auto;
    min-height: auto;
    padding: 0;
    font-size: 16px;
    text-decoration: none;
    color: var(--blue);
    border: none;
    border-radius: 0px;
    background-color: transparent !important;
    box-shadow: none !important;
    cursor: pointer;
}

.btn.simple:hover,
.button.simple.elementor-widget-button .elementor-button:hover {
    color: var(--orange);
}

.btn.simple:disabled,
.btn.simple.disabled,
.button.simple.elementor-widget-button .elementor-button:disabled,
.button.simple.disabled.elementor-widget-button .elementor-button {
    color: var(--gray);
}

/* Buttons - Types - With icon */
.btn.btn-with-icon,
.button.button-with-icon.elementor-widget-button .elementor-button {
    min-width: min(250px, 100%);
    min-height: 62px;
    padding-right: 8px;
    padding-left: 40px;
}

.btn.btn-with-icon,
.button.button-with-icon.elementor-widget-button .elementor-button .elementor-button-content-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 34px;
    width: max-content;
}

.button.button-with-icon.elementor-widget-button .elementor-button .elementor-button-content-wrapper {
    flex-direction: row-reverse;
    width: 100%;
}

.btn.btn-with-icon .title,
.button.button-with-icon.elementor-widget-button .elementor-button-text {
    display: inline-flex;
    align-items: center;
    transition: var(--transition);
}

.btn.btn-with-icon .icon,
.button.button-with-icon.elementor-widget-button .elementor-button-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 0 !important;
    font-size: 14px;
    fill: var(--orange);
    color: var(--orange);
    background-color: var(--white);
    border-radius: 50%;
    transition: var(--transition);
}

.btn.btn-with-icon .icon svg,
.button.button-with-icon.elementor-widget-button .elementor-button-icon svg {
    width: 1em;
    height: 1em;
}

.btn.btn-with-icon:hover,
.button.button-with-icon.elementor-widget-button .elementor-button:hover {
    
}

.btn.btn-with-icon:hover .title,
.button.button-with-icon.elementor-widget-button .elementor-button:hover .elementor-button-text {
    
}

.btn.btn-with-icon:hover .icon,
.button.button-with-icon.elementor-widget-button .elementor-button:hover .elementor-button-icon {
    color: var(--white);
    background-color: var(--orange);
}

/* Buttons - Types - With icon (small) */
.btn.btn-with-icon-small,
.button.button-with-icon-small.elementor-widget-button .elementor-button {
    min-width: min(162px, 100%);
    min-height: 64px;
    padding-inline: 12px;
    font-size: 12px;
    line-height: 1.35em;
    text-transform: none;
    box-shadow: 0px 8px 24px 0px var(--gray-shadow) !important;
}

.btn.btn-with-icon-small,
.button.button-with-icon-small.elementor-widget-button .elementor-button .elementor-button-content-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    width: max-content;
}

.button.button-with-icon-small.elementor-widget-button .elementor-button .elementor-button-content-wrapper {
    flex-direction: row-reverse;
    width: 100%;
}

.btn.btn-with-icon-small .title,
.button.button-with-icon-small.elementor-widget-button .elementor-button-text {
    display: inline-flex;
    max-width: 84px;
    transition: var(--transition);
}

.btn.btn-with-icon-small .icon,
.button.button-with-icon-small.elementor-widget-button .elementor-button-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0 !important;
    font-size: 20px;
    fill: var(--orange);
    color: var(--orange);
    background-color: var(--white);
    box-shadow: 0px 0px 13px 0px var(--orange-shadow) !important;
    border-radius: 50%;
    transition: var(--transition);
}

.btn.btn-with-icon-small .icon svg,
.button.button-with-icon-small.elementor-widget-button .elementor-button-icon svg {
    width: 1em;
    height: 1em;
}

.btn.btn-with-icon-small:hover,
.button.button-with-icon-small.elementor-widget-button .elementor-button:hover {
    box-shadow: 0px 2px 6px 0px var(--gray-shadow) !important;
}

.btn.btn-with-icon-small:hover .title,
.button.button-with-icon-small.elementor-widget-button .elementor-button:hover .elementor-button-text {
    
}

.btn.btn-with-icon-small:hover .icon,
.button.button-with-icon-small.elementor-widget-button .elementor-button:hover .elementor-button-icon {
    color: var(--white);
    background-color: var(--orange);
    box-shadow: 0px 0px 4px 0px var(--white) !important;
}

/* Buttons - Types - Inline (with icon) */
.btn-inline,
.button.button-inline .elementor-icon-box-wrapper {
    display: inline-flex !important;
    align-items: center;
    font-size: 20px;
    line-height: 1em;
    text-transform: uppercase;
    cursor: pointer;
}

.button.button-inline .elementor-icon-box-wrapper {
    flex-direction: row-reverse;
}

.btn-inline .title,
.button.button-inline .elementor-icon-box-title {
    display: flex;
    color: var(--orange);
    transition: var(--transition);
}

.btn-inline .icon,
.button.button-inline .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto;
    margin-right: unset;
    margin-bottom: 0;
    margin-left: 8px;
    transition: var(--transition);
}

.btn-inline .icon,
.button.button-inline .elementor-icon-box-icon .elementor-icon {
    font-size: 20px;
    fill: var(--orange);
    color: var(--orange);
}

.btn-inline .icon svg {
    width: 1em;
    height: 1em;
}

.btn-inline:hover .icon,
.button.button-inline:hover .elementor-icon {
    transform: translateX(6px);
}

/* Buttons - Types - Inline small (with icon) */
.btn-inline-small,
.button.button-inline-small .elementor-icon-box-wrapper {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
}

.btn-inline-small .icon,
.button.button-inline-small .elementor-icon-box-icon .elementor-icon {
    margin-bottom: 2px;
}

/* Buttons - Colors */

/* Buttons - Colors - Orange */
.btn.simple.btn-orange,
.button.simple.button-orange.elementor-widget-button .elementor-button {
    color: var(--orange);
}

.btn.simple.btn-orange:hover,
.button.simple.button-orange.elementor-widget-button .elementor-button:hover {
    color: var(--blue);
}

/* Buttons - Colors - Blue */
.btn.btn-blue:hover,
.button.button-blue.elementor-widget-button .elementor-button:hover {
    color: var(--white) !important;
    background-color: var(--blue) !important;
}

.btn.btn-with-icon.btn-blue:hover,
.button.button-with-icon.button-blue.elementor-widget-button .elementor-button:hover {
    background-color: var(--blue) !important;
}

.btn.btn-with-icon.btn-blue:hover .icon,
.button.button-with-icon.button-blue.elementor-widget-button .elementor-button:hover .elementor-button-icon {
    color: var(--blue);
}

.btn.simple.btn-blue,
.button.simple.button-blue.elementor-widget-button .elementor-button {
    color: var(--blue);
}

.btn.simple.btn-blue:hover,
.button.simple.button-blue.elementor-widget-button .elementor-button:hover {
    color: var(--black);
}

/* Buttons - Colors - White */
.btn.btn-white,
.button.button-white.elementor-widget-button .elementor-button {
    color: var(--orange);
    background-color: var(--white);
}

.btn.btn-white:hover,
.button.button-white.elementor-widget-button .elementor-button:hover {
    color: var(--white);
    background-color: var(--blue);
}

.btn.btn-with-icon.btn-white .icon,
.button.button-with-icon.button-white.elementor-widget-button .elementor-button-icon {
    fill: var(--white);
    color: var(--white);
    background-color: var(--orange);
}

.btn.btn-with-icon.btn-white:hover .icon,
.button.button-with-icon.button-white.elementor-widget-button .elementor-button:hover .elementor-button-icon {
    color: var(--blue);
    background-color: var(--white);
}

.btn.simple.btn-white,
.button.simple.btn-white.elementor-widget-button .elementor-button {
    color: var(--white);
}

.btn.simple.btn-white:hover,
.button.simple.btn-white.elementor-widget-button .elementor-button:hover {
    color: var(--orange);
}

.btn.bordered.btn-white,
.button.bordered.btn-white.elementor-widget-button .elementor-button {
    color: var(--white);
    border: 1px solid var(--white);
}

.btn.bordered.btn-white:hover,
.button.bordered.btn-white.elementor-widget-button .elementor-button:hover {
    color: var(--blue);
    background-color: var(--white) !important;
}

@media (max-width: 1359.75px) {}

@media (max-width: 1024px) {
    .btn,
    .button.elementor-widget-button .elementor-button {
        font-size: 16px;
    }

    .btn.btn-with-icon,
    .button.button-with-icon.elementor-widget-button .elementor-button {
        min-height: 60px;
    }
}

@media (max-width: 767px) {
    .btn.btn-with-icon,
    .button.button-with-icon.elementor-widget-button .elementor-button {
        min-height: 56px;
        padding-left: 24px;
    }

    .btn.btn-with-icon,
    .button.button-with-icon.elementor-widget-button .elementor-button .elementor-button-content-wrapper {
        gap: 16px;
    }

    .btn.btn-with-icon .icon,
    .button.button-with-icon.elementor-widget-button .elementor-button-icon {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }

    .btn-inline-small,
    .button.button-inline-small .elementor-icon-box-wrapper {
        font-size: 16px;
    }

    .btn-inline-small .icon,
    .button.button-inline-small .elementor-icon-box-icon .elementor-icon {
        margin-bottom: 3px;
    }
}

@media (max-width: 499.75px) {
    .btn:not(.btn-medium),
    .button:not(.button-medium).elementor-widget-button .elementor-button {
        min-width: 100% !important;
    }

    .btn.simple,
    .button.simple.elementor-widget-button .elementor-button {
        min-width: auto !important;
    }
}

/*---------- BUTTONS END ----------*/

/*---------- FORM ----------*/

.form {}

.form-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 26px 20px;
}

.form-field {
    position: relative;
    width: 100%;
    height: 100%;
}

.form-field.w50 {
    width: calc(50% - 10px);
}

.form-field>label {
    display: block;
    margin-bottom: 6px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    transition: var(--transition);
    white-space: nowrap;
    pointer-events: none;
}

.form-field>span.description {
    display: block;
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.5em;
}

.form-field .wpcf7-form-control-wrap {
    display: flex;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: flex;
    width: 100%;
    min-height: 60px;
    padding: 18px 24px 16px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: var(--black);
    background: var(--gray-light);
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 2px transparent;
    transition: var(--transition);
    cursor: pointer;
}

.form-field input::-webkit-input-placeholder {
    transition: var(--transition);
}

.form-field input:-moz-placeholder {
    transition: var(--transition);
}

.form-field textarea {
    height: 120px;
    border: none;
    resize: none;
}

.form-field input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px var(--gray-light) !important;
    -webkit-text-fill-color: var(--black) !important;
    color: var(--black) !important;
}

.form-field input.wpcf7-not-valid,
.form-field textarea.wpcf7-not-valid {
    box-shadow: 0px 0px 0px 2px var(--red);
}

.form-field input.wpcf7-not-valid::-webkit-input-placeholder {
    color: var(--red) !important;
}

.form-field input.wpcf7-not-valid:-moz-placeholder {
    color: var(--red) !important;
}

/* Form Field - Checkbox */

.form-field--checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.form-field--checkbox>label {
    position: static;
    display: flex;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
}

.form-field--checkbox>label::before {
    content: '';
    position: relative;
    top: 0;
    display: inline-flex;
    flex-grow: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: transparent;
    border: 1px solid var(--gray-light);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: var(--transition);
}

.form-field--checkbox>label:hover::before {
    border-color: var(--black);
}

.form-field--checkbox>label:has(input[type=checkbox]:checked)::before {
    border-color: var(--black);
    background-color: var(--black);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3e%3cpath d='M17.2559 4.41107C17.5814 4.73651 17.5814 5.26414 17.2559 5.58958L8.08926 14.7562C7.76382 15.0817 7.23618 15.0817 6.91074 14.7562L2.74408 10.5896C2.41864 10.2641 2.41864 9.73651 2.74408 9.41107C3.06951 9.08563 3.59715 9.08563 3.92259 9.41107L7.5 12.9885L16.0774 4.41107C16.4028 4.08563 16.9305 4.08563 17.2559 4.41107Z' /%3e%3c/svg%3e");
}

.form-field--checkbox input {
    display: none;
}

/* Form Field - Checkbox END */

/* Form Field - Select */

.form-field--select {
    font-family: "Poppins", sans-serif;
}

.form-field--select .custom-select {
    position: relative;
}

.form-field--select .custom-select__value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    min-height: 60px;
    padding: 18px 24px 16px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: var(--black);
    background: var(--gray-light);
    border-radius: 10px;
    box-shadow: 0px 0px 0px 2px transparent;
    transition: var(--transition);
    cursor: pointer;
}

.form-field--select .custom-select__value .text {
    transition: var(--transition);
}

.form-field--select .custom-select__value .icon {
    display: flex;
    align-items: center;
    transition: var(--transition);
}

.form-field--select.expanded .custom-select__value {
    color: var(--black);
}

.form-field--select.expanded .custom-select__value .icon {
    transform: rotate(180deg);
}

.form-field--select .custom-select__options {
    position: absolute;
    top: 70px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    max-height: 180px;
    padding: 16px 24px;
    background: var(--gray-light);
    border: 1px solid var(--gray);
    border-radius: 10px;
    transition: var(--transition);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    user-select: none;
    z-index: 99;
}

.form-field--select.expanded .custom-select__options {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    user-select: auto;
}

.form-field--select .custom-select__option {
    font-size: 16px;
    color: var(--black);
    transition: var(--transition);
    cursor: pointer;
}

.form-field--select .custom-select__option:hover {
    color: var(--orange);
}

.form-field--select .wpcf7-form-control-wrap {
    display: none;
}

/* Form Field - Select END */

/* Form - Toast */
.toast-container {
    position: fixed;
    top: 30px;
    left: 50%;
    width: 100%;
    max-width: max-content;
    padding: 0px 18px;
    transform: translate(-50%, 10px);
    opacity: 0;
    user-select: none;
    pointer-events: none;
    z-index: 9999;
}

.toast-message {
    width: 100%;
    padding: 12px 24px;
    text-align: center;
    color: var(--white);
    border-radius: 50px;
    box-shadow: 0 8px 24px 0px var(--gray-shadow);
    pointer-events: none;
}

.toast-message[data-type="success"] {
    background-color: var(--green);
}

.toast-message[data-type="warning"] {
    background-color: var(--orange);
}

.toast-message[data-type="error"] {
    background-color: var(--red);
}

.toast-text {
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .toast-message {
        padding: 10px 20px;
    }

    .toast-text {
        font-size: 14px;
    }
}

/* Form - Toast END */

.form-field .wpcf7-not-valid-tip {
    display: none;
}

.form-buttons {
    display: flex;
}

.form-fields+.form-buttons {
    margin-top: 34px;
}

.form-button {
    position: relative;
    display: flex;
    width: 100%;
    border: none;
    z-index: 1;
}

.form-button input[type="submit"] {
    width: 100%;
    appearance: none;
    outline: none;
    border: none;
    cursor: pointer;
}

.form-buttons .wpcf7-spinner,
form .wpcf7-response-output {
    display: none;
}

/* Form - Hover and focus effects */
.form-field input:hover,
.form-field input:focus,
.form-field textarea:hover,
.form-field textarea:focus,
.form-field .custom-select__value:hover {
    box-shadow: 0px 0px 0px 2px var(--orange);
}

.form-field.filled input,
.form-field.filled textarea {
    
}

.form-field input:hover::-webkit-input-placeholder {
    color: var(--black);
}

.form-field input:hover:-moz-placeholder {
    color: var(--black);
}

@media (max-width: 1024px) {

}

@media (max-width: 767px) {
    .form-button input[type="submit"] {
        min-height: 58px;
    }
}

@media (max-width: 499.75px) {
    .form-field.w50,
    .form-buttons.w50,
    .form-button {
        width: 100%;
    }
}

/*---------- FORM END ----------*/


/*---------- FLATPICKR ----------*/

.flatpickr-day {
    font-weight: 500;
    transition: var(--transition);
}

.flatpickr-day.today {
    border-color: var(--orange);
}

.flatpickr-day.today:focus, 
.flatpickr-day.today:hover,
.flatpickr-day.inRange, 
.flatpickr-day.nextMonthDay.inRange, 
.flatpickr-day.nextMonthDay.today.inRange, 
.flatpickr-day.nextMonthDay:focus, 
.flatpickr-day.nextMonthDay:hover, 
.flatpickr-day.prevMonthDay.inRange, 
.flatpickr-day.prevMonthDay.today.inRange, 
.flatpickr-day.prevMonthDay:focus, 
.flatpickr-day.prevMonthDay:hover, 
.flatpickr-day.today.inRange, 
.flatpickr-day:focus, 
.flatpickr-day:hover,
.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange, 
.flatpickr-day.endRange.nextMonthDay, 
.flatpickr-day.endRange.prevMonthDay, 
.flatpickr-day.endRange:focus, 
.flatpickr-day.endRange:hover, 
.flatpickr-day.selected, 
.flatpickr-day.selected.inRange, 
.flatpickr-day.selected.nextMonthDay, 
.flatpickr-day.selected.prevMonthDay, 
.flatpickr-day.selected:focus, 
.flatpickr-day.selected:hover, 
.flatpickr-day.startRange, 
.flatpickr-day.startRange.inRange, 
.flatpickr-day.startRange.nextMonthDay, 
.flatpickr-day.startRange.prevMonthDay, 
.flatpickr-day.startRange:focus, 
.flatpickr-day.startRange:hover {
    color: var(--white);
    background-color: var(--orange);
    border-color: var(--orange) !important;
}

.flatpickr-disabled {
    pointer-events: none;
}

/*---------- FLATPICKR - END ----------*/


/*---------- INTLTEL ----------*/

.iti * {
    font-size: 16px;
}

/*---------- INITTEL - END ----------*/


/*---------- SLIDER ----------*/

.swiper .swiper-controls {
    position: relative;
    z-index: 1;
}

/* Slider - Pagination - Bullets */
.swiper-controls.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: initial !important;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.swiper-controls .swiper-pagination-bullet {
    display: inline-flex;
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    margin: 0 6px !important;
    background-color: var(--white-10);
    transition: var(--transition);
    opacity: 1;
}

.swiper-controls .swiper-pagination-bullet:hover,
.swiper-controls .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--orange) !important;
}

/* Swiper - Navigation - Arrows */
.swiper-controls.navigation {
    display: flex;
    gap: 20px;
}

.swiper .swiper-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 15px;
    background: var(--white);
    border-radius: 50%;
    box-shadow: 0px 8px 24px 0px var(--gray-shadow);
    outline: none !important;
    transition: var(--transition);
    cursor: pointer;
    z-index: 2;
}

.swiper .swiper-arrow svg,
.swiper .swiper-arrow:focus svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: #5F5F5F !important;
    transition: var(--transition);
}

.swiper .swiper-arrow.swiper-arrow-prev svg {
    transform: rotate(180deg);
}

.swiper .swiper-arrow.swiper-button-disabled {
    pointer-events: none;
    cursor: default;
}

.swiper .swiper-arrow.swiper-button-disabled svg {
    fill: var(--gray) !important;
}

.swiper .swiper-arrow:hover {
    box-shadow: 0px 2px 6px 0px var(--gray-shadow) !important;
}

.swiper .swiper-arrow:hover svg {
    fill: var(--orange) !important;
}

@media (max-width: 767px) {
    .swiper .swiper-arrow .elementor-icon,
    .swiper .swiper-arrow:focus .elementor-icon {
        padding: 8px;
        font-size: 13px;
    }
}

/*---------- SLIDER END ----------*/


/*---------- PAGINATION ----------*/

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 30px;
}

.pagination .page-numbers {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--gray-light);
    transition: var(--transition);
}

.pagination .page-numbers.current {
    color: var(--white-secondary);
    background-color: var(--red);
    border-color: var(--red);
    cursor: default;
    pointer-events: none;
}

.pagination .page-numbers.dots {
    width: 20px;
    border: none;
    cursor: default;
    pointer-events: none;
}

.pagination .page-numbers:hover {
    color: var(--white-secondary);
    background-color: var(--red);
    border-color: var(--red);
}

.pagination .page-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    transition: var(--transition);
}

.pagination .page-icon.disabled {
    color: var(--gray-light);
    cursor: default;
    pointer-events: none;
}

.pagination .page-icon:hover {
    color: var(--red);
}

@media (max-width: 1024px) {
    .pagination {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .pagination {
        gap: 12px;
        margin-top: 30px;
    }

    .pagination .page-numbers {
        width: 32px;
        height: 32px;
    }

    .pagination .page-numbers.dots {
        width: 16px;
    }
}

@media (max-width: 449.75px) {
    .pagination {
        gap: 10px;
    }

    .pagination .page-numbers.dots {
        width: 12px;
    }

    .pagination .page-icon.start,
    .pagination .page-icon.end {
        display: none;
    }
}

/*---------- PAGINATION END ----------*/


/*---------- GLOBAL ----------*/

.highlighted {
    display: block;
    width: max-content;
    padding: 0 24px;
    background: var(--white-20);
    border-radius: 60px;
}

.highlighted--blue {
    color: var(--white);
    background: var(--blue);
}

.running-line {
    display: flex;
    width: 100%;
    overflow: hidden !important;
}

.running-line > .e-con-inner {
    display: flex;
    flex-direction: row !important;
    gap: 60px !important;
    margin: 0 !important;
    animation: running-line 10s linear infinite;
    -webkit-transform-style: preserve-3d;
}

.running-line > .e-con-inner > .elementor-widget-heading {
    flex-shrink: 0;
}
      
.running-line .elementor-heading-title {
    -webkit-backface-visibility: hidden;
}

@keyframes running-line {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-81%);
    }
}

@media (max-width: 1024px) {

}

@media (max-width: 767px) {
    .highlighted {
        padding: 0 17px;
    }
}

/*---------- GLOBAL END ----------*/


/*---------- BREADCRUMBS ----------*/

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px 12px;
}

.breadcrumbs .breadcrumbs-separator {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    margin-bottom: 1px;
    background-color: var(--red);
    border-radius: 50%;
}

.breadcrumbs .breadcrumbs-item--last {
    margin-bottom: 1px;
}

@media (max-width: 767px) {
    .breadcrumbs {
        font-size: 14px;
    }
}

/*---------- BREADCRUMBS END ----------*/


/*---------- TABS ----------*/

.elementor-element.tabs {
    overflow-x: auto !important;
}

.elementor-element.tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.elementor-element.tabs>div.elementor-element {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: max-content;
    max-width: max-content;
    margin: 0 auto;
    padding: 3px;
    list-style: none;
    border: 2px solid var(--white);
    border-radius: 36px;
    outline: none;
}

.elementor-element .tab {
    display: flex;
    outline: none;
    transition: var(--transition);
    cursor: pointer;
}

.elementor-element .tab .elementor-heading-title {
    min-width: max-content;
    padding: 16px 26px;
    color: var(--white);
    border-radius: 36px;
    outline: none;
    transition: var(--transition);
}

.elementor-element .tab:hover .elementor-heading-title {
    color: var(--green-dark-full);
    background-color: var(--green-light);
}

.elementor-element .tab.active .elementor-heading-title {
    color: var(--white);
    background-color: var(--green);
}

.elementor-element .tab-content {
    display: none !important;
}

.elementor-element .tab-content.active {
    display: block !important;
}

.elementor-element .tab-content.elementor-element.active {
    display: flex !important;
}

@media (max-width: 1024px) {
   
}

@media (max-width: 767px) {
    .elementor-element.tabs {
        width: 100vw;
        margin-inline: calc((100% - 100vw) / 2);
        padding-inline: calc((100vw - 100%) / 2);
    }

    .elementor-element.tabs>div.elementor-element {
        margin: 0;
    }
}

/*---------- TABS - END ----------*/


/*---------- POPUPS ----------*/

.mfp-bg {
    background: var(--white-20);
    backdrop-filter: blur(34px);
}

.mfp-container {
    padding: 30px !important;
    overflow-y: auto;
}

.mfp-container::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 5px solid var(--orange);
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
    transition: var(--transition);
    pointer-events: none;
    user-select: none;
}

.mfp-container.loaded::after {
    content: none;
}

@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Animation - Zoom In */

.mfp-zoom-in {
    opacity: 0;
    transition: var(--transition);
}

.mfp-wrap.mfp-zoom-in {
    transform: scale(0.8);
}

.mfp-bg.mfp-zoom-in.mfp-ready {
    opacity: 1;
}

.mfp-wrap.mfp-zoom-in.mfp-ready {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-removing {
    opacity: 0 !important;
}

.mfp-wrap.mfp-zoom-in.mfp-removing {
    transform: scale(0.8);
}

/* Animation - Zoom In - END */

/* Animation - Fade */

.mfp-fade {
    opacity: 0;
    transition: var(--transition);
}

.mfp-bg.mfp-fade.mfp-ready {
    opacity: 0.3;
}

.mfp-wrap.mfp-fade.mfp-ready {
    opacity: 1;
}

.mfp-fade.mfp-removing {
    opacity: 0 !important;
}

/* Animation - Fade - END */

.popup {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding: 30px;
    background: var(--white);
    border-radius: 20px;
}

.popup-title {
    max-width: 80%;
    margin-bottom: 26px;
    font-size: 55px;
}

.popup-info {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
    padding: 18px 20px;
    border: 1px solid var(--gray);
    border-radius: 12px;
}

.popup-info__image {
    flex-shrink: 0;
    width: 84px;
    height: 92px;
}

.popup-info__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.popup-info__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
    text-transform: uppercase;
}

.popup-info__quantity {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.popup-info__quantity .quantity-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 1em;
    background-color: var(--white);
    border: 1px solid var(--gray);
    border-radius: 50%;
    transition: var(--transition);
    cursor: pointer;
}

.popup-info__quantity .quantity-button.disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
    user-select: none;
}

.popup-info__quantity .quantity-button svg {
    width: 10px;
    height: 9px;
}

.popup-info__quantity .quantity-button:hover {
    color: var(--white);
    background-color: var(--orange);
    border-color: var(--orange);
}

.popup-info__quantity .quantity-value {
    min-width: 12px;
    line-height: 1em;
    text-align: center;
}

.popup-text {
    max-width: 540px;
    margin-bottom: 30px;
    font-size: 16px;
}

.popup-close {
    position: absolute;
    top: 36px;
    right: 36px;
    display: flex;
    width: 30px;
    height: 30px;
    color: var(--blue);
    transition: var(--transition);
    cursor: pointer;
}

.popup-close svg {
    width: 100%;
    height: 100%;
}

.popup-close:hover {
    color: var(--orange);
}

/* Popup - Small */

.popup.popup-small {
    max-width: 648px;
}

.popup.popup-small .popup-title {
    font-size: 32px;
}

.popup.popup-small .popup-close {
    top: 30px;
    right: 30px;
}

/* Popup - Details */

.popup.popup-details {
    transition: var(--transition);
}

.popup.popup-details.loading {
    opacity: 0;
    transform: translateY(15px);
}

.popup.popup-details .popup-close {
    top: 24px;
    right: 24px;
}

/* Popup - Post */

.popup.popup-post {
    transition: var(--transition);
}

.popup.popup-post.loading {
    opacity: 0;
    transform: translateY(15px);
}

.popup.popup-post .popup-close {
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
}

@media (max-width: 1024px) {
    .mfp-container {
        padding: 24px !important;
    }

    .popup {
        padding: 24px;
    }

    .popup-title {
        margin-bottom: 20px;
        font-size: 45px;
    }

    .popup-info__quantity {
        gap: 8px;
    }
}

@media (max-width: 767px) {
    .mfp-wrap {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        height: 100% !important;
    }

    .mfp-container {
        padding: 0px !important;
    }

    .popup {
        padding: 20px 12px;
        border-radius: 0px;
    }
    
    .popup-title {
        font-size: 30px;
    }

    .popup-info {
        gap: 24px;
        margin-bottom: 24px;
        padding: 12px;
    }

    .popup-info__title {
        font-size: 18px;
    }
    
    .popup-text {
        margin-bottom: 24px;
    }

    .popup-close {
        top: 26px;
        right: 18px;
        width: 22px;
        height: 22px;
    }

    .popup.popup-small {
        max-width: 100%;
    }

    .popup.popup-small .popup-title {
        font-size: 24px;
    }

    .popup.popup-small .popup-close {
        top: 22px;
        right: 16px;
    }

    .popup.popup-details .popup-close {
        top: 20px;
        right: 14px;
    }
}

/*---------- POPUPS END ----------*/


/*---------- HEADER ----------*/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-block: 10px;
    background-color: var(--white);
    transition: var(--transition);
    z-index: 100;
}

header.scroll {
    box-shadow: 0px 0px 10px 0px var(--blue);
}

header.hidden {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
}

body.admin-bar header {
    top: 32px;
}

header+main,
header+div[data-elementor-type="single-post"],
header+div[data-elementor-type="archive"] {
    margin-top: 84px;
}

header .header-wrapper {
    position: relative;
}

header .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
    min-height: 64px;
}

header .logo {
    flex-shrink: 0;
    max-width: 138px;
}

header .logo a {
    display: flex;
}

header .logo svg,
header .logo img {
    width: 100%;
    height: 100%;
}

header .menu {
    display: flex;
    align-items: center;
}

header .menu-wrapper {
    display: flex;
    width: 100%;
}

header .menu-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    list-style: none;
}

@media (max-width: 1149.75px) {
    header .menu-list {
        gap: 24px;
    }
}

@media (max-width: 1024px) {
    header+main,
    header+div[data-elementor-type="single-post"],
    header+div[data-elementor-type="archive"] {
        
    }

    header .menu {
        position: absolute;
        top: -100vh;
        left: 0;
        display: flex;
        flex-direction: column;
        gap: 40px;
        width: 100%;
        min-height: calc(100dvh - 154px);
        height: 100%;
        padding: 0 0 40px 0;
        background: var(--white-secondary);
        transition: var(--transition);
        transition-duration: 0.6s;
        z-index: -1;
    }

    header .menu .menu-list {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }

    header .menu .menu-list a {
        font-size: 16px;
    }
}

@media (max-width: 782px) {
    body.admin-bar header {
        top: 46px;
    }
}

@media (max-width: 767px) {
    header+main,
    header+div[data-elementor-type="single-post"],
    header+div[data-elementor-type="archive"] {
        
    }
    
    header .logo {
        
    }
}

@media (max-width: 499.75px) {
    header .header-top {
        gap: 24px;
    }

    header .logo {
        max-width: 110px;
    }
}

/*---------- HEADER END ----------*/


/*---------- FOOTER ----------*/

footer .footer-wrapper {
    background: url('/wp-content/uploads/2025/08/blue-image-bg.jpg') center / cover no-repeat;
    background-attachment: fixed;
}

footer .footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 0;
}

footer .footer-top__contact {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 56px;
    width: calc(47% - 10px);
    padding: 20px 35px 46px;
    background-color: var(--white-10);
    border-radius: 10px;
}

footer .contact-item .title {
    color: var(--white);
    text-transform: uppercase;
}

footer .contact-item .value {
    margin-top: 7px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1em;
    text-transform: uppercase;
}

footer .contact-item--phone {
    width: 100%;
}

footer .contact-item--phone a {
    font-size: 46px !important;
    line-height: 1.5em;
}

footer .contact-item--social {
    width: 100%;
    margin-top: 12px;
}

footer .contact-item--social .social-links {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 12px;
}

footer .contact-item--social .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: var(--blue);
    background-color: var(--white);
    border-radius: 50%;
}

footer .contact-item--social .social-link:hover {
    color: var(--white);
    background-color: var(--orange);
}

footer .footer-top__map {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: calc(53% - 10px);
    min-height: 337px;
    padding: 10px;
    background: url("/wp-content/uploads/2025/08/map-image.png") center / cover no-repeat;
    border-radius: 10px;
}

footer .footer-top__map .label {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    max-width: 350px;
    padding: 12px 16px;
    text-transform: uppercase;
    background-color: var(--white-20);
    backdrop-filter: blur(24px);
    border-radius: 10px;
}

footer .map-link {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 10px 19px;
    font-size: 16px;
    line-height: 1.5em;
    color: var(--blue);
    background-color: var(--white);
    border-radius: 5px;
}

footer .map-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 1;
}

footer .map-link .icon {
    display: flex;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 15px;
    transition: var(--transition);
}

footer .map-link .icon svg {
    width: 1em;
    height: 1em;
}

footer .map-link:hover {
    color: var(--white);
    background-color: var(--orange);
}

footer .map-link:hover .icon {
    transform: translateX(4px);
}

footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-block: 20px;
    background-color: var(--white);
}

footer .logo {
    max-width: 204px;
}

footer .logo a,
footer .logo .logo-container {
    display: flex;
}

footer .logo svg,
footer .logo img {
    width: 100%;
    height: 100%;
}

footer .all-rights {
    margin-top: 8px;
    margin-left: auto;
    text-transform: uppercase;
}

@media (max-width: 1099.75px) and (min-width: 1024px) {
    footer .contact-item--phone a {
        font-size: 42px !important;
    }
}

@media (max-width: 1024px) {
    footer .footer-top {
        padding: 60px 0 20px;
    }

    footer .footer-top__contact {
        gap: 32px 56px;
        width: 100%;
    }

    footer .contact-item--social {
        margin-top: 0px;
    }

    footer .footer-top__map {
        width: 100%;
        min-height: 360px;
    }

    footer .logo {
        max-width: 174px;
    }

    footer .all-rights {
        margin-top: 6px;
    }
}

@media (max-width: 767px) {
    footer .footer-top {
        gap: 16px;
        padding: 45px 0 79px;
    }

    footer .footer-top__contact {
        gap: 26px;
        padding: 25px;
    }

    footer .contact-item--phone a {
        font-size: 27px !important;
    }

    footer .contact-item .value {
        font-size: 18px;
        line-height: 1.5em;
    }

    footer .footer-top__map {
        flex-direction: column;
        justify-content: space-between;
        min-height: max(45vw, 170px);
        margin-top: 93px;
        padding: 0;
    }

    footer .footer-top__map .label {
        position: relative;
        top: -93px;
        justify-content: center;
        width: 100%;
        max-width: initial;
    }

    footer .footer-top__map .label__text {
        max-width: 290px;
        text-align: center;
    }

    footer .map-link {
        justify-content: center;
        width: 100%;
        margin-bottom: -54px;
    }

    footer .logo {
        max-width: 130px;
    }
}

@media (max-width: 359.75px) {
    footer .contact-item--email a {
        font-size: 16px !important;
    }
}

/*---------- FOOTER END ----------*/


/*---------- SINGLE BLOG PAGE ----------*/

.post-content p {
    min-height: 1px;
}

.post-content .wp-block-image {
    display: flex;
    max-height: 506px;
    width: 100%;
    aspect-ratio: 1.78;
}

.post-content .wp-block-image img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.post-content *+.wp-block-image,
.post-content .wp-block-image+* {
    margin-top: 24px;
}

.post-content a {
    position: relative;
    display: inline-flex;
    padding: 0 0 1px 0;
    color: var(--red);
    transition: var(--transition);
}

.post-content a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: var(--red);
    transform: translateX(-50%);
    transition: var(--transition);
    opacity: 1;
}

.post-content a:hover {
    color: var(--black);
}

.post-content a:hover::after {
    width: 0%;
    background-color: var(--black);
}

@media (max-width: 767px) {
    .post-content .wp-block-image img {
        object-position: center;
    }
}

/*---------- SINGLE BLOG PAGE END ----------*/


/*---------- ELEMENTOR ----------*/

.elementor-element h1+*,
.elementor-element h2+*,
.elementor-element h3+*,
.elementor-element h4+*,
.elementor-element h5+*,
.elementor-element h6+* {
    margin-top: 0.8em;
}

.elementor-element p {
    min-height: 1px;
}

.elementor-element p+* {
    margin-top: 1em;
}

.elementor-element p+h1,
.elementor-element p+h2,
.elementor-element p+h3,
.elementor-element p+h4,
.elementor-element p+h5,
.elementor-element p+h6 {
    margin-top: 1.2em;
}

.elementor-element p+ul,
.elementor-element p+ol {
    margin-top: 1em;
}

.elementor-element ul+*,
.elementor-element ol+* {
    margin-top: 1em;
}

.elementor-element ul+h1,
.elementor-element ul+h2,
.elementor-element ul+h3,
.elementor-element ul+h4,
.elementor-element ul+h5,
.elementor-element ul+h6,
.elementor-element ol+h1,
.elementor-element ol+h2,
.elementor-element ol+h3,
.elementor-element ol+h4,
.elementor-element ol+h5,
.elementor-element ol+h6 {
    margin-top: 1.4em;
}

.elementor-element ul>li {
    position: relative;
    list-style-type: none;
}

.elementor-element ul>li:not([class]) {
    padding-left: 1.06em;
}

.elementor-element ul>li+li {
    margin-top: 6px;
}

.elementor-element ul>li:not([class])::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--orange);
}

.elementor-element ol {
    counter-reset: customCounter;
}

.elementor-element ol>li {
    position: relative;
    padding-left: 2em;
    list-style: none;
}

.elementor-element ol>li::before {
    counter-increment: customCounter;
    content: counter(customCounter);
    position: absolute;
    left: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 21px;
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: var(--white);
    z-index: 1;
}

.elementor-element ol>li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: var(--black);
}

.elementor-element.white ol>li::before {
    color: var(--black);
}

.elementor-element.white ol>li::after {
    background: var(--white);
}

.elementor-element ol>li+li {
    margin-top: 14px;
}

.elementor-element ol>li>ul {
    margin-top: 8px;
}

.elementor-widget-text-editor a {
    position: relative;
    display: inline-flex;
    padding: 0 0 1px 0;
    color: var(--red);
    transition: var(--transition);
}

.elementor-widget-text-editor a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: var(--red);
    transform: translateX(-50%);
    transition: var(--transition);
    opacity: 1;
}

.elementor-widget-text-editor a:hover {
    color: var(--black);
}

.elementor-widget-text-editor a:hover::after {
    width: 0%;
    background-color: var(--black);
}

.elementor-widget-icon-box a {
    position: relative;
    display: inline-flex;
}

@media (max-width: 767.75px) {
    .elementor-element ul>li:not([class])::before {
        top: 7px;
    }

    .elementor .elementor-hidden-mobile,
    .elementor .elementor-hidden-phone {
        display: none;
    }
}

/* Elementor - Carousel */
.elementor-widget-image-carousel .elementor-image-carousel-wrapper {
    height: 100%;
}

.elementor-widget-image-carousel.elementor-element.elementor-pagination-position-outside .swiper {
    padding-bottom: 38px;
}

.elementor-widget-image-carousel .swiper-slide {
    cursor: grab;
}

.elementor-widget-image-carousel .swiper .swiper-slide figure {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.elementor-widget-image-carousel .swiper .swiper-slide figure img {
    max-height: 390px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.elementor-widget-image-carousel.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: initial;
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

.elementor-widget-image-carousel .swiper .swiper-pagination-bullet {
    margin: 0 2px !important;
    background-color: var(--gray-light);
    transition: var(--transition);
    opacity: 1;
}

.elementor-widget-image-carousel .swiper .swiper-pagination-bullet:hover,
.elementor-widget-image-carousel .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--red) !important;
}

/* Elementor - Toggler */
.elementor-widget-toggle .elementor-tab-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    transition: border-bottom 0s ease 0.35s;
}

.elementor-widget-toggle .elementor-tab-title .elementor-toggle-title {
    transition: var(--transition);
}

.elementor-widget-toggle .elementor-tab-title .elementor-toggle-icon svg {
    transition: var(--transition);
}

.elementor-widget-toggle .elementor-tab-title .elementor-toggle-icon-closed {
    transition: var(--transition);
}

.elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
    display: block !important;
    transform: rotate(180deg) translateY(3px);
}

.elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    display: none !important;
}

/* Elementor - Accordion  */
.elementor-widget-n-accordion .e-n-accordion-item {
    background-color: var(--white);
    border-radius: 16px;
    transition: var(--transition);
}

.elementor-widget-n-accordion .e-n-accordion-item + .e-n-accordion-item {
    margin-top: 16px;
}

.elementor-widget-n-accordion .e-n-accordion-item>.e-con {
    padding: 0 40px 30px !important;
    font-size: 16px;
    color: #2C2C2CB2;
    border: none !important;
    outline: none !important;
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    gap: 20px !important;
    padding: 30px 40px !important;
    border: none !important;
    outline: none !important;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--black);
    transition: var(--transition);
}

.elementor-widget-n-accordion .e-n-accordion-item-title:hover .e-n-accordion-item-title-text,
.elementor-widget-n-accordion .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-text {
    color: var(--blue);
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon .e-opened {
    display: none !important;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon .e-closed {
    display: flex !important;
    height: auto;
    font-size: 20px;
    transition: var(--transition);
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon svg {
    fill: var(--black) !important;
    width: 1em;
    height: 1em !important;
    transition: var(--transition);
}

.elementor-widget-n-accordion .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon svg,
.elementor-widget-n-accordion .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-icon svg {
    fill: var(--blue) !important;
}

.elementor-widget-n-accordion .e-n-accordion-item-title[aria-expanded="true"] .e-closed {
    transform: rotate(-90deg);
}

/* .elementor-widget-n-accordion:has(.e-n-accordion-item:hover) .e-n-accordion-item:not(:hover) {
    opacity: 0.45;
} */

@media (max-width: 767px) {
    .elementor-widget-n-accordion .e-n-accordion-item>.e-con {
        padding: 0 20px 24px !important;
        font-size: 15px;
        line-height: 1.56em;
    }

    .elementor-widget-n-accordion .e-n-accordion-item-title {
        padding: 16px 20px !important;
    }

    .elementor-widget-n-accordion .e-n-accordion-item-title-text {
        font-size: 16px !important;
    }
}

/* Elementor - Icon  */
.elementor-widget-icon .elementor-icon-wrapper {
    display: flex;
}

/* Elementor - Tabs  */
.elementor-widget-n-tabs .e-n-tabs {
    gap: 40px !important;
}

.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading {
    align-self: center;
    display: flex;
    gap: 4px;
    padding: 3px;
    border: 2px solid var(--white);
    border-radius: 36px;
}

.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
    display: flex;
    min-width: max-content;
    padding: 16px 26px;
    color: var(--white);
    background-color: transparent;
    border-radius: 36px;
    outline: none;
}

.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover {
    color: var(--green-dark-full) !important;
    background-color: var(--green-light) !important;
}

.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
    color: var(--white) !important;
    background-color: var(--red) !important;
}

/* Elementor Style - END */

/*---------- ELEMENTOR END ----------*/


/*---------- SECTIONS ----------*/

.seo h2,
.seo h3 {
    margin-bottom: 1em;
}

/*---------- SECTIONS END ----------*/


/*---------- GOOGLE reCaptcha ----------*/

.grecaptcha-badge {
    display: none !important;
}

/*---------- GOOGLE reCaptcha END ----------*/