:root {
    --primary1: #1B4332;
    --primary2: #40916C;
    --secondary1: #74C69D;
    --secondary2: #B7E4C7;
    --text1: #FFFFFF;

    --color-interactive-bg1: rgb(8, 10, 15);
    --color-interactive-bg2: rgb(8, 28, 21);
    --color-interactive1: 112,199,151;
    --color-interactive2: 48,145,68;
    --color-interactive3: 116, 198, 157;
    --color-interactive4: 82, 183, 136;
    --color-interactive5: 64, 145, 108;
    --color-interactive: 42,126,59;
    --circle-size: 80%;
    --blending: hard-light;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
em,
a,
div {
    /*color: var(--white);*/
}

p,
em {
    font-size: 14px;
}

.page {
    margin-bottom: 0;
}

.main-menu {
    background-color: var(--primary1);
}

.main-menu .logo img {
    height: 64px;
}

.main-menu .uk-navbar-container li.uk-active a {
    color: var(--secondary1);
    position: relative;
}

.main-menu .uk-navbar-container li.uk-active a:before {
    content: " ";
    height: 3px;
    width: calc(100% - 30px);
    background-color: var(--secondary1);
    position: absolute;
    top: calc(50% + 14px);
}

.main-menu .uk-navbar-container li a {
    color: var(--text1);
    font-weight: 500;
    transition: color .3s;
}

.main-menu .uk-navbar-container li a:hover {
    color: var(--secondary1);
}

.main-menu .uk-navbar-container li a.uk-icon {
    position: relative;
}

.main-menu .uk-navbar-container li a.uk-icon .uk-badge {
    position: absolute;
    top: 20px;
    right: -12px;
}

@media only screen and (max-width: 730px) {
    .main-menu .uk-navbar-container li a {
        padding: 0 6px;
    }
}

.main-menu .uk-navbar-container .menu-lang ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media only screen and (max-width: 730px) {
    .main-menu .uk-navbar-container .menu-lang ul {
        margin-left: 8px;
    }
}

/*.main-menu .uk-navbar-container .menu-lang ul li:first-child {*/
/*    margin-right: 10px;*/
/*}*/

.main-menu .uk-navbar-container .menu-lang ul li:hover a span {
    color: var(--secondary1);
}

.main-menu .uk-navbar-container .menu-lang ul li a {
    color: #002349;
    font-size: 14px;
    text-decoration: none;
    transition: color .3s;
}

@media only screen and (max-width: 730px) {
    .main-menu .uk-navbar-container .menu-lang ul li a {
        padding: 0;
    }
}

.main-menu .uk-navbar-container .menu-lang ul li.active span {
    position: relative;
    color: var(--secondary1);
}

.main-menu .uk-navbar-container .menu-lang ul li.active span:before {
    content: " ";
    height: 3px;
    width: calc(85%);
    background-color: var(--secondary1);
    position: absolute;
    top: calc(50% + 14px);
}

.content-wrapper {
    min-height: calc(100vh - 368px);
}

.main-menu .uk-navbar-container .uk-navbar-toggle-icon {
    color: var(--secondary1);
}

.section-footer {
    background-color: var(--primary1);
}

.section-footer .footer-item h3 {
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.section-footer .footer-item p {
    margin: 0 0 10px;
    color: #fff;
}

.section-footer .footer-item .footer-socials {
    display: flex;
}

.section-footer .footer-copyright p {
    margin: 34px 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.menu-lang-offcanvas {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.menu-lang-offcanvas ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-lang-offcanvas ul li:hover a span {
    color: #fff;
}

.menu-lang-offcanvas ul li span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    text-decoration: none;
    transition: color .3s;
}

.menu-lang-offcanvas ul li.active span {
    position: relative;
    color: #fff;
}

.menu-lang-offcanvas ul li.active span:before {
    content: " ";
    height: 3px;
    width: calc(85%);
    background-color: var(--secondary1);
    position: absolute;
    top: calc(50% + 10px);
}

.hero-block .hero-text {
    color: var(--text1);
}

.hero-block .hero-text h1 {
    color: var(--text1);
    font-size: 52px;
}

.hero-block .hero-text p {
    font-size: 24px;
}

.phrase-block {
    background: transparent;
    user-select: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 45px rgba(0,0,0,0.1);
}

.phrase-block:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 34%, white 89%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.3;
    filter: blur(0.5px);
    mix-blend-mode: hard-light;
}

.phrase-block .noise {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.1;
}
.phrase-block .content {
    position: relative;
    z-index: 2;
    text-shadow: -3px 0px 2px rgba(0, 0, 0, 0.1);
}

.phrase-block p {
    font-size: 16px;
}
.components-block a,
.product .button-buy {
    background-color: var(--primary1);
    color: var(--text1);
}

.components-block a:hover,
.product .button-buy:hover {
    background-color: var(--primary2);
}

.advantage-block dt {
    font-weight: 500;
}

.service-image-bg {
    background-color: #0000004a;
}

.service-slogan {
    font-weight: 500;
}

.section-contacts .contacts-block a {
    font-size: 22px;
}

/* Contact Form 7 Submit Button
 -------------------------------*/
.wpcf7 input[type="submit"] {
    color: var(--text1);
    background: var(--primary1);
    padding: 15px 25px;
    border: none;
    width: auto;
}
.wpcf7 input:hover[type="submit"] {
    background: var(--primary2);
    transition: all 0.4s ease 0s;
}
.wpcf7 input:active[type="submit"] {
    background: #000000;
}

/* Animated background
---------------------------------*/
@keyframes moveInCircle {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes moveVertical {
    0% {
        transform: translateY(-50%);
    }
    50% {
        transform: translateY(50%);
    }
    100% {
        transform: translateY(-50%);
    }
}
@keyframes moveHorizontal {
    0% {
        transform: translateX(-50%) translateY(-10%);
    }
    50% {
        transform: translateX(50%) translateY(10%);
    }
    100% {
        transform: translateX(-50%) translateY(-10%);
    }
}
.gradient-bg {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(40deg, var(--color-interactive-bg1), var(--color-interactive-bg2));
    top: 0;
    left: 0;
}
.gradient-bg .svgBlur {
    display: none;
}
.gradient-bg .noiseBg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    mix-blend-mode: soft-light;
    opacity: 0.3;
}
.gradient-bg .gradients-container {
    filter: url(#goo) blur(40px);
    width: 100%;
    height: 100%;
}
.gradient-bg .g1 {
    position: absolute;
    background: radial-gradient(circle at center, rgba(var(--color-interactive1), 0.8) 0, rgba(var(--color-interactive1), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(50% - var(--circle-size) / 2);
    left: calc(50% - var(--circle-size) / 2);
    transform-origin: center center;
    animation: moveVertical 30s ease infinite;
    opacity: 1;
}
.gradient-bg .g2 {
    position: absolute;
    background: radial-gradient(circle at center, rgba(var(--color-interactive2), 0.8) 0, rgba(var(--color-interactive2), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(50% - var(--circle-size) / 2);
    left: calc(50% - var(--circle-size) / 2);
    transform-origin: calc(50% - 400px);
    animation: moveInCircle 20s reverse infinite;
    opacity: 1;
}
.gradient-bg .g3 {
    position: absolute;
    background: radial-gradient(circle at center, rgba(var(--color-interactive3), 0.8) 0, rgba(var(--color-interactive3), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(50% - var(--circle-size) / 2 + 200px);
    left: calc(50% - var(--circle-size) / 2 - 500px);
    transform-origin: calc(50% + 400px);
    animation: moveInCircle 40s linear infinite;
    opacity: 1;
}
.gradient-bg .g4 {
    position: absolute;
    background: radial-gradient(circle at center, rgba(var(--color-interactive4), 0.8) 0, rgba(var(--color-interactive4), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(50% - var(--circle-size) / 2);
    left: calc(50% - var(--circle-size) / 2);
    transform-origin: calc(50% - 200px);
    animation: moveHorizontal 40s ease infinite;
    opacity: 0.7;
}
.gradient-bg .g5 {
    position: absolute;
    background: radial-gradient(circle at center, rgba(var(--color-interactive5), 0.8) 0, rgba(var(--color-interactive5), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: calc(var(--circle-size) * 2);
    height: calc(var(--circle-size) * 2);
    top: calc(50% - var(--circle-size));
    left: calc(50% - var(--circle-size));
    transform-origin: calc(50% - 800px) calc(50% + 200px);
    animation: moveInCircle 20s ease infinite;
    opacity: 1;
}
.gradient-bg .interactive {
    position: absolute;
    background: radial-gradient(circle at center, rgba(var(--color-interactive), 0.8) 0, rgba(var(--color-interactive), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: 100%;
    height: 100%;
    top: -50%;
    left: -50%;
    opacity: 0.7;
}

/*Shop*/
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary1);
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary1);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)).woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color;
}
