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

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

:root {
    --white: #ffffff;
    --white-secondary: #f8f9fa;
    --green: #a4cd39;
    --green-hover: #b0d945;
    --blue: #0098d9;
    --blue-hover: #14aced;
    --blue-hover-border: #1eb6f7;
    --blue-dark: #2e3a59;
    --blue-dark-60: #2e3a5999;
    --sky: #c2e6f6;
    --sky-progressbar: #e6f3fa;
    --gray: #b9bcc5;
    --gray-light: #cdd0d7;
    --gray-border: #2e3a593d;
    --red: #dd0f0f;
    --red-20: #dd0f0f33;
    --transition: all 0.3s ease;
}

html {
    height: 100%;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0px;
    color: var(--blue-dark);
    overflow-x: hidden;
}

body.lock {
    overflow: hidden;
}

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

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

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

button {
    border: none;
    cursor: pointer;
}

@media (max-width: 1023px) {
    .container {
        padding: 0 24px;
    }
}

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

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

h1,
.h1,
.h1 h1,
.h1 .elementor-heading-title,
.single-product .price:has(.price-sale) .price-sale {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3em;
}

h2,
.h2,
.h2 h2,
.h2 .elementor-heading-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1em;
}

h3,
.h3,
.h3 h3,
.h3 .elementor-heading-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1em;
}

h4,
.h4,
.h4 h4,
.h4 .elementor-heading-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
}

h5,
.h5,
.h5 h5,
.h5 .elementor-heading-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
}

.text-inter-secondary {
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 1em;
}

.text-primary {
    line-height: 1.3em;
}

.text-secondary {
    font-size: 14px;
    line-height: 1.3em;
}

.text-tertiary {
    font-weight: 600;
    line-height: 1.3em;
}

.text-caption {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
}

.text-sale {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
}

.text-post {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

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

@media (max-width: 767px) {
    h1,
    .h1,
    .h1 h1,
    .h1 .elementor-heading-title,
    .single-product .price:has(.price-sale) .price-sale {
        font-size: 24px;
    }

    h2,
    .h2,
    .h2 h2,
    .h2 .elementor-heading-title {
        font-size: 20px;
    }

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

    h4,
    h5,
    .h4,
    .h5,
    .h4 h4,
    .h5 h5,
    .h4 .elementor-heading-title,
    .h5 .elementor-heading-title,
    .text-post {
        font-size: 16px;
    }

    .text-caption {
        font-size: 16px;
    }

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

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

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

.blue {
    color: var(--blue);
}
.blue-dark {
    color: var(--blue-dark);
}
.blue-dark-60 {
    color: var(--blue-dark-60);
}
.gray {
    color: var(--gray);
}
.gray-light {
    color: var(--gray-light);
}
.green {
    color: var(--green);
}
.white {
    color: var(--white);
}

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

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

.btn,
.form-field .btn,
.button.elementor-widget-button .elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 306px;
    min-height: 64px;
    padding: 6px 10px;
    font-size: inherit;
    font-weight: 600;
    text-transform: initial;
    text-decoration: none;
    color: var(--white);
    background-color: var(--green);
    border-radius: 4px !important;
    transition: var(--transition);
}

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

.btn:disabled,
.btn.disabled,
.button.elementor-widget-button .elementor-button:disabled,
.button.disabled.elementor-widget-button .elementor-button {
    color: var(--blue-dark-60);
    background-color: var(--gray);
    cursor: default;
    pointer-events: none;
}

/* Buttons - Types */
.btn.simple,
.button.simple.elementor-widget-button .elementor-button {
    position: relative;
    min-width: auto;
    min-height: auto;
    padding: 0 0 3px 0;
    text-decoration: none;
    color: var(--blue-dark);
    border: none;
    background-color: transparent !important;
}

.btn.simple::after,
.button.simple.elementor-widget-button .elementor-button::after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: var(--blue-dark);
    transform: translateX(-50%);
    transition: var(--transition);
    opacity: 1;
}

.btn.simple.reverse::after,
.button.simple.reverse.elementor-widget-button .elementor-button::after {
    width: 100%;
}

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

.btn.simple:hover::after,
.button.simple.elementor-widget-button .elementor-button:hover::after {
    width: 100%;
    background-color: var(--blue-hover);
}

.btn.simple.reverse:hover::after,
.button.simple.reverse.elementor-widget-button .elementor-button:hover::after {
    width: 0%;
}

.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);
}

.btn.bordered,
.button.bordered.elementor-widget-button .elementor-button {
    color: var(--blue);
    border: 1px solid var(--blue);
    background-color: transparent !important;
}

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

.btn.bordered:disabled,
.btn.bordered.disabled,
.button.bordered.elementor-widget-button .elementor-button:disabled,
.button.bordered.disabled.elementor-widget-button .elementor-button {
    color: var(--blue-dark-60);
    border-color: var(--blue-dark-60);
}

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

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

.btn.filled:disabled,
.btn.filled.disabled,
.button.filled.elementor-widget-button .elementor-button:disabled,
.button.filled.disabled.elementor-widget-button .elementor-button {
    color: var(--blue-dark-60);
    background-color: var(--gray) !important;
}

/* Buttons - Size */
.btn.medium,
.button.medium.elementor-widget-button .elementor-button {
    min-width: 196px;
    min-height: 48px;
}

.btn.small,
.button.small.elementor-widget-button .elementor-button {
    min-width: 149px;
    min-height: 48px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 499.75px) {
    .btn,
    .button.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 {
    margin-top: 24px;
}

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

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

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

.form-field > label {
    position: absolute;
    top: 50%;
    left: 24px;
    color: var(--blue-dark-60);
    transition: var(--transition);
    transition-duration: 0.4s;
    transform: translateY(-50%);
    white-space: nowrap;
    pointer-events: none;
    z-index: 1;
}

.form-field--textarea > label {
    top: 22px;
    transform: translateY(0%);
}

.form-field--search > label {
    top: 0;
    left: 0 !important;
    color: var(--white);
    transform: none;
    opacity: 0.6;
}

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

.form-field input,
.form-field textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 100%;
    min-height: 64px;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--blue-dark);
    border: none;
    border-radius: 4px;
    background: var(--white-secondary);
    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: 110px;
    padding-block: 22px;
    resize: none;
    overflow-x: hidden;
}

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

.form-field input.wpcf7-not-valid,
.form-field textarea.wpcf7-not-valid {
    color: var(--red) !important;
    background-color: var(--red-20);
}

.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 > label:has(+ span input.wpcf7-not-valid),
.form-field > label:has(+ span textarea.wpcf7-not-valid) {
    color: var(--red) !important;
}

.form-field--privacy {
    margin-bottom: 8px;
}

.form-field--privacy .wpcf7-list-item {
    margin: 0;
}

.form-field--privacy .wpcf7-list-item > label {
    position: relative;
    display: flex;
    font-size: 14px;
    cursor: pointer;
}

.form-field--privacy .wpcf7-list-item > label::before {
    content: "";
    display: inline-flex;
    flex-grow: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-right: 0.75em;
    background-color: transparent;
    border: 1px solid var(--blue-dark);
    border-radius: 2px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: var(--transition);
}

.form-field--privacy .wpcf7-list-item > label:hover::before {
    background-color: var(--blue-dark);
}

.form-field--privacy
    .wpcf7-list-item
    > label:has(input[type="checkbox"]:checked)::before {
    background-color: var(--blue-dark);
    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--privacy input {
    display: none;
}

.form-field--search input {
    min-height: auto !important;
    padding: 2px 30px 16px 0 !important;
    color: var(--white);
    border-bottom: 1px solid var(--white);
    border-radius: 0;
    background-color: transparent;
}

.form-field--search .search-icon {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--white);
    transition: var(--transition);
    cursor: pointer;
    z-index: 5;
}

.form-field--search .search-icon:hover {
    transform: scale(1.1);
}

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

.form-buttons {
    display: flex;
}

.form-buttons .btn {
    min-width: 100%;
}

.form-buttons.w50 {
    width: calc(50% - 12px);
}

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

.form-button {
    position: relative;
    display: flex;
    width: 100%;
    color: var(--white);
    border: none;
    overflow: hidden;
    z-index: 1;
}

.form-button.form-button--center {
    justify-content: center;
}

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

.form-buttons.w50 .form-button input[type="submit"],
.form-button--wide input[type="submit"] {
    width: 100%;
    min-width: 100%;
}

.form-button--search {
    display: none;
}

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

/* Form - Hover and focus effects */
.form-field > label:has(+ span input:hover),
.form-field > label:has(+ span input:focus),
.form-field input:hover,
.form-field input:focus,
.form-field > label:has(+ span textarea:hover),
.form-field > label:has(+ span textarea:focus),
.form-field textarea:hover,
.form-field textarea:focus,
.form-field.filled label {
    color: var(--blue-dark);
}

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

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

.form-field--search input:hover,
.form-field--search input:focus {
    color: var(--white);
}

.form-field--search > label:has(+ span input:hover),
.form-field--search > label:has(+ span input:focus) {
    color: var(--white);
    opacity: 1;
}

.form-field--search.filled label {
    opacity: 0 !important;
}

.form-field.filled > label {
    left: 40%;
    opacity: 0;
}

/* Form - Types by color */
.form--white .form-field--privacy .wpcf7-list-item > label {
    color: var(--white);
}

.form--white .form-field--privacy .wpcf7-list-item > label::before {
    border-color: var(--white);
}

.form--white .form-field--privacy .wpcf7-list-item > label:hover::before {
    background-color: var(--white);
}

.form--white
    .form-field--privacy
    .wpcf7-list-item
    > label:has(input[type="checkbox"]:checked)::before {
    background-color: transparent;
}

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

.form-label {
    margin: 0px 0px 16px;
    display: block;
}

@media (max-width: 1023px) {
    .form-field.filled > label {
        display: none;
    }

    .form-buttons {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .form {
        margin-top: 8px;
    }

    .form-fields {
        gap: 16px;
    }

    .form-field > label {
        left: 16px;
    }

    .form-field--textarea > label {
        top: 16px;
    }

    .form-field input,
    .form-field textarea {
        min-height: 58px;
        padding: 0px 16px;
    }

    .form-field textarea {
        padding-block: 16px;
    }

    .form-button input[type="submit"] {
        min-height: 58px;
    }
}

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

/* Custom form for bitrix24 transfer page */

.transfer-bitrix-form .form-field input,
.transfer-bitrix-form .btn {
    min-height: 46px;
}

.transfer-bitrix-form .btn {
    min-width: 286px;
}

.transfer-bitrix-form .form-field--privacy {
    margin: 16px 0px 0px;
}

.transfer-bitrix-form .form-field--privacy .wpcf7-list-item > label::before {
    border: 1px solid var(--white);
}

.transfer-bitrix-form .form-field--privacy {
    color: var(--white);
}

@media only screen and (max-width: 1024px) {
    .transfer-bitrix-form .btn,
    .transfer-bitrix-form .form-field.w50,
    .transfer-bitrix-form .form-buttons.w50,
    .transfer-bitrix-form .form-button {
        width: 100%;
    }
}

/* Select fields */

.form-field .nice-select {
    width: 100%;
}

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

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

.swiper .swiper-controls {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
}

.swiper .swiper-controls[data-type="pagination"] {
    top: calc(100% - 4px);
    transform: none;
}

.swiper .swiper-arrow,
.swiper .swiper-arrow:focus {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: var(--white-secondary);
    border: 1px solid var(--gray-light);
    border-radius: 50%;
    transition: var(--transition);
    cursor: pointer;
}

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

.swiper .swiper-arrow svg {
    width: 10px;
    height: 16px;
    transform: translateX(-2px);
}

.swiper .swiper-arrow:hover {
    color: var(--white);
    background-color: var(--blue);
    border-color: var(--blue);
}

.swiper .swiper-arrow.swiper-button-disabled {
    color: var(--gray-light);
    background-color: var(--white-secondary);
    border-color: var(--gray-light);
    pointer-events: none;
    cursor: default;
}

.swiper .swiper-pagination-progressbar {
    background-color: var(--sky-progressbar);
    border-radius: 40px;
    overflow: hidden;
}

.swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--blue-dark);
    border-radius: 40px;
    transition: transform 0.5s linear !important;
}

@media (max-width: 767px) {
    .swiper .swiper-controls:not([data-type="pagination"]) {
        display: none;
    }
}

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

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

.show-more .elementor-widget-container .show-more-button {
    position: relative;
    display: inline-flex;
    margin-top: 10px;
    padding-bottom: 2px;
    cursor: pointer;
}

.show-more .elementor-widget-container .show-more-button::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--blue-dark);
}

.show-more .elementor-widget-container .show-more-button.active .read,
.show-more .elementor-widget-container .show-more-button .wrap {
    display: none;
}

.show-more .elementor-widget-container .show-more-button.active .wrap {
    display: inline-block;
}

@media (max-width: 767px) {
    .show-more .elementor-widget-container > *:not(style, style + *) {
        display: none;
    }
}

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

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

div.mfp-bg {
    background: var(--blue-dark-60) !important;
}

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

/* Animation - Zoom In */

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

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

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

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

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

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

/* Animation - Zoom In - END */

/* Animation - Fade */

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

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

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

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

/* Animation - Fade - END */

.popup {
    position: relative;
    max-width: 654px;
    margin: 0 auto;
    padding: 40px 80px;
    background: var(--white);
}

.popup-title {
    max-width: 340px;
    margin: 0 auto 32px;
    text-align: center;
}

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

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

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

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

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

    .popup {
        padding: 30px;
    }

    .popup-title {
        max-width: 250px;
        margin-bottom: 24px;
    }

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

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

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

.header-offer {
    padding: 16px 20px;
    background-color: var(--blue);
    display: flex;
    justify-content: center;
    gap: 32px;
    align-items: center;
}

header {
    position: fixed;
    top: 58px;
    left: 0;
    width: 100%;
    z-index: 11;
    transition: var(--transition);
}

header.scroll-header {
  top: 0;
}

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

header + main,
header + div[data-elementor-type="product"] {
    padding-top: 116px;
}

header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px max(30px, calc((100vw - 1296px) / 2));
    margin: 0 calc((100% - 100vw) / 2);
    background: var(--white);
    box-shadow: 0px 4px 4px 0px #2e3a5914;
}

header .logo {
    flex-shrink: 0;
}

header .logo a {
    display: flex;
}

header .menu {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .menu-wrapper {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

header .menu-list {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
}

header .contact-info-list {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 8px;
    list-style: none;
}

header .burger-icon {
    display: none;
}

@media (max-width: 1199.75px) {
    header .logo svg {
        width: 130px;
    }

    header .menu-list {
        gap: 16px;
    }
}

@media (max-width: 1023px) {
    header + main,
    header + div[data-elementor-type="product"] {
        padding-top: 114px;
    }

    header .header-wrapper {
        padding: 24px;
    }

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

    header .header-wrapper.active .menu {
        top: 72px;
    }

    header .menu-list {
        flex-direction: column;
    }

    header .contact-info-list {
        align-items: center;
    }

    header .menu-wrapper {
        flex-grow: 0;
        width: 100%;
        padding: 60px 24px 0;
        overflow: auto;
    }

    header .burger-icon {
        position: relative;
        width: 17px;
        height: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 5;
        overflow: hidden;
    }

    header .burger-icon span {
        position: absolute;
        height: 2px;
        width: 100%;
        background: #121212;
        border-radius: 30px;
        transition: var(--transition);
    }

    header .burger-icon span:nth-child(1) {
        transform: translate(0px, -6px);
        transition-delay: 0s;
    }

    header .burger-icon span:nth-child(2) {
        right: 0;
        width: 70%;
        transition-delay: 0.2s;
    }

    header .burger-icon span:nth-child(3) {
        transform: translate(0px, 6px);
        transition-delay: 0s;
    }

    header .header-wrapper.active .burger-icon span:nth-child(1) {
        transform: rotate(45deg);
        transition-delay: 0.15s;
    }

    header .header-wrapper.active .burger-icon span:nth-child(2) {
        right: -100%;
        transition-delay: 0s;
    }

    header .header-wrapper.active .burger-icon span:nth-child(3) {
        transform: rotate(-45deg);
        transition-delay: 0.15s;
    }
}

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

    header + main,
    header + div[data-elementor-type="product"] {
        padding-top: 100px;
    }

    header .header-wrapper {
        padding: 18px;
    } 

    header .menu-wrapper {
        padding: 60px 18px 0;
    }

    header .menu {
        height: calc(100vh - 60px);
        padding: 0 0 30px 0;
    }

    header .header-wrapper.active .menu {
        top: 60px;
    }
}

@media (max-width: 499.75px) {

    .header-offer {
        padding: 10px 20px;
    }
}

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

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

footer.footer {
    margin-top: 60px;
    content-visibility: visible;
}

.single-post footer.footer {
    margin-top: 0px;
}

footer .footer-wrapper {
    margin: 0 calc((100% - 100vw) / 2);
    padding: 60px calc((100vw - 100%) / 2);
    background-color: var(--blue);
}

footer .footer-top {
    display: grid;
    grid-template-columns: 0.27fr 0.17fr 0.17fr 0.17fr 0.22fr;
    gap: 25px;
}

footer .footer-top-column {
    display: flex;
    flex-direction: column;
}

footer .logo {
    margin-bottom: 24px;
}

footer .logo svg path {
    fill: var(--white);
}

footer .social-links {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

footer .social-link {
    display: flex;
}

footer .social-link:hover {
    transform: scale(1.1);
}

footer .social-link svg path {
}

footer .all-rights {
    margin-top: auto;
}

footer .footer-column-title {
    margin-bottom: 16px;
    color: var(--white);
    opacity: 0.6;
}

footer .menu-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
}

footer .menu-item a {
    font-weight: 500;
    text-transform: none;
}

footer .footer-bottom {
    display: grid;
    grid-template-columns: 0.44fr 0.29fr 0.27fr;
    gap: 50px;
    margin-top: 40px;
    padding-top: 48px;
    border-top: 1px solid var(--white);
}

footer .footer-bottom .column-info {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    text-align: right;
}

footer .footer-bottom .sitemap {
    margin-bottom: 24px;
    text-transform: none;
}

footer .copy-ban-text {
    margin-top: auto;
    opacity: 0.6;
}

@media (max-width: 1023px) {
    footer .footer-top {
        grid-template-columns: 0.28fr 0.24fr 0.24fr 0.24fr;
    }

    footer .footer-top .column-identic {
        grid-row: 1 / 3;
    }

    footer .footer-top .column-search {
        grid-column: 2 / 5;
    }

    footer .footer-bottom {
        grid-template-columns: 0.5fr 0.5fr;
    }

    footer .footer-bottom .column-info {
        grid-column: 1 / 3;
        align-items: flex-start;
        text-align: left;
    }

    footer .footer-bottom .sitemap {
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    footer.footer {
        margin-top: 48px;
    }

    footer .footer-wrapper {
        padding-block: 48px;
    }

    footer .footer-top {
        grid-template-columns: 0.5fr 0.5fr;
        gap: 40px;
    }

    footer .footer-top .column-identic {
        grid-column: 1 / 2;
        grid-row: auto;
    }

    footer .footer-top .column-search {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        align-self: flex-end;
    }

    footer .footer-top .column-pages {
        grid-row: 1 / 3;
    }

    footer .logo {
        margin-bottom: 16px;
    }

    footer .logo svg {
        width: 98px;
    }

    footer .all-rights {
        margin-top: 0;
    }

    footer .footer-bottom {
        grid-template-columns: 0.5fr 0.5fr;
        gap: 40px;
    }

    footer .footer-bottom .column-info {
        grid-column: 1 / 3;
        align-items: flex-start;
    }

    footer .footer-bottom .sitemap {
        margin-bottom: 16px;
    }
}

@media (max-width: 499.75px) {
    footer .footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    footer .footer-top .footer-top-column {
        grid-column: auto !important;
        grid-row: auto !important;
    }

    footer .footer-top .column-search {
        grid-row: 2 / 3 !important;
    }

    footer .footer-bottom {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-top: 32px;
        padding-top: 32px;
    }

    footer .footer-bottom .footer-bottom-column {
        grid-column: auto !important;
        grid-row: auto !important;
    }

    footer .footer-bottom .sitemap {
        font-size: 14px;
    }
}

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

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

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

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

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

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

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

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

.elementor-element ol {
    margin-left: 1.15em;
}

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

/* 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-accordion .elementor-accordion-item {
    border-left: none !important;
    border-right: none !important;
}

.elementor-widget-accordion .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-accordion .elementor-tab-title .elementor-accordion-title {
    transition: var(--transition);
}

.elementor-widget-accordion .elementor-tab-title .elementor-accordion-icon {
    display: flex !important;
    justify-content: flex-end;
}

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

.elementor-widget-accordion
    .elementor-tab-title
    .elementor-accordion-icon-closed {
    display: flex !important;
    transition: var(--transition);
}

.elementor-widget-accordion
    .elementor-tab-title.elementor-active
    .elementor-accordion-icon-closed {
    display: flex !important;
    transform: rotate(180deg);
}

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

.elementor-widget-accordion .elementor-tab-content {
    border: none !important;
}

/* Elementor Style - END */

/* Switcher block with images */
.switcher .elementor-tab-content p:last-child img {
    display: none;
    margin-top: 24px;
    border-radius: 8px;
}

.switcher-images .elementor-widget-image {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    transition-duration: 0.5s;
}

.switcher-images .elementor-widget-image.active {
    opacity: 1;
    visibility: visible;
}

.switcher-images .elementor-widget-image img {
    max-height: 400px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .switcher .elementor-tab-content p:last-child img {
        display: block;
    }
}

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

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

.breadcrumbs {
    margin-top: 32px;
    color: var(--blue-dark-60);
}

.breadcrumbs .breadcrumbs-item > a {
    font-weight: 500;
    text-transform: none;
}

.light-breadcrumbs .breadcrumbs-item .btn.simple,
.light-breadcrumbs .breadcrumbs {
    color: var(--white);
}

.light-breadcrumbs .breadcrumbs .breadcrumbs-item span,
.light-breadcrumbs .breadcrumbs .breadcrumbs-separator {
    opacity: 60%;
}

.page-title {
    margin-top: 32px;
}

.page-title > .h3 {
    margin-top: 0.5em;
}

.page-content {
    margin-top: 24px;
}

.page-content > article + article,
.page-content > article + nav {
    margin-top: 16px;
}

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

.seo a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
    color: var(--blue-dark);
}

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

.seo a:hover {
    color: var(--blue);
}

.seo a:hover::after {
    width: 0%;
}

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

/*---------- SHOP  ----------*/

/* Catalog Page */
.catalog .catalog-wrapper {
    display: grid;
    grid-template-areas:
        "filter count sort"
        "filter products products";
    grid-template-columns: 306px 1fr 220px;
    grid-template-rows: 50px auto;
    gap: 32px 24px;
    margin-top: 54px;
}

.catalog .catalog-wrapper--no-products {
    grid-template-areas: "filter products products";
    grid-template-rows: auto;
}

.catalog .catalog-filter {
    grid-area: filter;
}

.catalog .catalog-filter-icon,
.catalog .catalog-sort-icon {
    display: none;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 52px;
    border: 1px solid var(--gray-border);
    border-radius: 4px;
}

.catalog .catalog-filter-title {
    margin-bottom: 50px;
    padding-top: 16px;
    color: var(--blue-dark-60);
}

.catalog .catalog-filter-attribute + .catalog-filter-attribute {
    margin-top: 32px;
}

.catalog .filter-attribute__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-weight: 600;
    cursor: pointer;
}

.catalog .filter-attribute__title svg {
    flex-shrink: 0;
    transition: var(--transition);
}

.catalog .filter-attribute.active .filter-attribute__title svg {
    transform: rotate(-180deg);
}

.catalog .filter-attribute__fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.catalog .filter-attribute__value {
    display: none;
    z-index: -1;
}

.catalog .filter-attribute__value + label {
    position: relative;
    display: inline-flex;
    align-items: center;
    max-width: max-content;
    cursor: pointer;
}

.catalog .filter-attribute__value + label::before {
    content: "";
    display: inline-flex;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background-color: var(--white);
    border: 2px solid var(--gray-border);
    border-radius: 4px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: var(--transition);
    box-sizing: border-box;
}

.catalog .filter-attribute__value + label:hover::before {
    border-color: var(--blue);
}

.catalog .filter-attribute__value:checked + label::before {
    border-color: var(--blue);
    background-color: var(--blue);
    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");
}

.catalog .catalog-filter-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 48px;
}

.catalog .catalog-filter-buttons .btn {
    width: 100%;
}

.catalog .catalog-filter-close {
    display: none;
}

.catalog .catalog-result-count {
    grid-area: count;
    padding-top: 16px;
    color: var(--blue-dark-60);
}

.catalog .catalog-ordering {
    position: relative;
    float: none;
    margin: 0;
    z-index: 5;
}

.catalog .catalog-ordering select {
    display: none;
}

.catalog .catalog-ordering-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px;
    background-color: var(--white);
    border: 1px solid var(--gray-border);
    border-radius: 4px;
    cursor: pointer;
}

.catalog .catalog-ordering-title svg {
    transition: var(--transition);
    transform: rotate(-180deg);
}

.catalog .catalog-ordering-title.active svg {
    transform: rotate(0deg);
}

.catalog .catalog-ordering-items {
    position: absolute;
    display: none;
    width: 100%;
    margin-top: 12px;
    background-color: var(--white);
    border-radius: 4px;
    box-shadow: 3px 4px 12px 0px #f4f5f6;
    overflow: hidden;
}

.catalog .catalog-ordering-item {
    padding: 16px;
    transition: var(--transition);
    cursor: pointer;
}

.catalog .catalog-ordering-item:hover {
    background-color: #f4f5f6;
}

.catalog .catalog-ordering-item.selected {
    background-color: #f4f5f6;
}

.catalog .catalog-products {
    grid-area: products;
}

.catalog .catalog-wrapper--no-products .catalog-products {
    margin-top: 84px;
}

.catalog .catalog-wrapper--no-products .catalog-no-products {
    margin-bottom: 16px;
}

.catalog .catalog-products-pagination {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
}

.catalog .catalog-products-pagination .page-numbers {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 18px;
    color: var(--blue-dark);
    border-radius: 4px;
    transition: var(--transition);
}

.catalog .catalog-products-pagination .page-numbers:not(.dots):hover {
    color: var(--white);
    background: var(--blue);
}

.catalog .catalog-products-pagination .page-numbers.current {
    color: var(--white);
    background: var(--blue);
}

.catalog .catalog-products-pagination .page-numbers.dots {
    width: 14px;
}

.catalog .catalog-products-pagination .page-numbers.next {
    transform: rotate(180deg);
}

.catalog .catalog-products-pagination .page-numbers.prev svg,
.catalog .catalog-products-pagination .page-numbers.next svg {
    width: 8px;
    height: 12px;
}

.catalog .catalog-description {
    margin-top: 48px;
    color: var(--blue-dark);
}

.catalog .catalog-description p + *,
.catalog .catalog-description ul + *,
.catalog .catalog-description ol + * {
    margin-top: 1em;
}

.catalog .catalog-description p + ul,
.catalog .catalog-description p + ol {
    margin-top: 0.75em;
	margin-left: 1em;
}

.catalog .catalog-description ul > li {
    position: relative;
    list-style-type: none;
    padding-left: 1.3em;
}

.catalog .catalog-description ul > li + li {
    margin-top: 8px;
}

.catalog .catalog-description ul > li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--blue);
}

.catalog .catalog-description ol {
    margin-left: 1.15em;
}

.catalog .catalog-description ol > li {
    margin-top: 8px;
}

.catalog .catalog-description h1,
.catalog .catalog-description h2,
.catalog .catalog-description h3,
.catalog .catalog-description h4,
.catalog .catalog-description h5,
.catalog .catalog-description h6 {
    margin-bottom: 0.5em;
}

.catalog .catalog-description * + h1,
.catalog .catalog-description * + h2,
.catalog .catalog-description * + h3,
.catalog .catalog-description * + h4,
.catalog .catalog-description * + h5,
.catalog .catalog-description * + h6 {
    margin-top: 1.25em;
}

.catalog .catalog-description a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
    color: var(--blue-dark);
}

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

.catalog .catalog-description a:hover {
    color: var(--blue);
}

.catalog .catalog-description a:hover::after {
    width: 0%;
}

.all-combinations-mob-btn {
	display: none;
}

.show-all-items.text-secondary {
    display: none;
    color: var(--blue-dark);
    text-decoration: underline;
    text-decoration-color: var(--blue-dark);
    text-underline-offset: 4px;
}

.catalog-additional-section {
    margin: 100px 0px 0px;
}

.catalog-additional-section:last-child {
    margin: 100px 0px;
}

@media (max-width: 1023px) {
    .catalog-additional-section {
        margin: 80px 0px;
    }
    .catalog .catalog-wrapper {
        position: relative;
        grid-template-areas:
        "sort combi filter"
        "count count count"
        "products products products";
        grid-template-columns: 52px 1fr 52px;
        grid-template-rows: auto;
        gap: 24px 16px;
        margin-top: 24px;
    }
    .catalog .catalog-wrapper--no-products {
        grid-template-areas:
            "filter"
            "products";
        grid-template-columns: 1fr;
    }

    .catalog .catalog-filter-title {
        margin-bottom: 32px;
        font-size: 20px;
        font-weight: 600;
        line-height: 1em;
        color: var(--blue-dark);
        padding-top: 0;
    }

    .catalog .catalog-filter-form {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100vh;
        margin: 0;
        padding: 30px 24px;
        background-color: var(--white);
        overflow: auto;
        z-index: 10;
    }

    .catalog .catalog-filter-close {
        position: absolute;
        top: 30px;
        right: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--gray);
        transition: var(--transition);
        cursor: pointer;
    }

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

    .catalog .catalog-filter-close:hover {
        color: var(--red);
    }

    .catalog .catalog-filter-attribute + .catalog-filter-attribute {
        margin-top: 24px;
    }

    .catalog .catalog-filter-buttons {
        margin-top: 24px;
        padding-top: 24px;
        border-top: 1px solid var(--gray-border);
    }

    .catalog .catalog-result-count {
        padding-top: 0;
    }

    .catalog .catalog-ordering {
        order: 1;
        position: inherit;
    }

    .catalog .catalog-ordering-items {
        top: 52px;
        left: 0px;
        max-width: 250px;
        z-index: 1;
        box-shadow: 3px 4px 12px 0px #F4F5F6;
    }

    .catalog .catalog-wrapper--no-products .catalog-products {
        margin-top: 0;
    }

    .catalog .catalog-description {
        margin-top: 32px;
    }

    .catalog-navigation-dropdown-container {
        margin: 0px;
    }

    .all-combinations-mob-btn {
        padding: 12px 10px;
        display: block;
        border: 1px solid var(--gray-border);
        border-radius: 4px;
        color: var(--blue-dark);
        font-weight: 500;
        font-size: 14px;
        line-height: 2;
        text-align: center;
        text-decoration: none;
    }
}
@media (max-width: 767px) {
    .catalog-additional-section {
        margin: 60px 0px;
    }
}
@media (max-width: 399.75px) {
    .catalog .catalog-products-pagination {
        gap: 8px;
    }

    .catalog .catalog-products-pagination .page-numbers {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
}

/* Catalog Page - END */

/* Product Items */
.product-items {
    display: flex;
    flex-wrap: wrap;
    gap: 48px 24px;
}

.product-items .product {
    display: flex;
    flex-direction: column;
    width: calc(25% - 18px);
}

.product-items.columns-3 .product {
    width: calc(33.333% - 16px);
}

.product-items .product .product-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-items .product .product-sale {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 8px;
    color: var(--white);
    background: var(--green);
    border-radius: 4px;
}

.product-items .product .product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    transition: var(--transition);
}

.product-items .product .product-image:hover {
    transform: translateY(-10px);
}

.product-items .product .product-image img {
    width: 100%;
    max-height: 300px;
    object-fit: contain;
}

.product-items .product .product-title {
    font-size: 16px;
    margin-bottom: 16px;
    color: var(--blue-dark);
    transition: var(--transition);
}

.product-items .product .product-title:hover {
    color: var(--blue-hover);
}

.product-items .product .product-price {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    color: var(--blue);
}

.product-items .product .product-price--old {
    text-decoration: line-through;
    color: var(--blue-dark-60);
}

.product-items .product-buttons {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

.product-items .product-buttons #more-btn {
    transition: var(--transition);
}

.card-attribute-data {
    display: flex;
    justify-content: space-between;
    gap: 6px;
}

.card-attribute-content {
    margin: 8px 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-attribute-label,
.card-attribute-value {
    white-space: nowrap;
    color: var(--blue-dark);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0%;
    line-height: 1;
}

.card-attribute-divider {
    width: 100%;
    border-bottom: 1px dashed;
}

.product-card-pricing {
    margin: auto 0px 0px;
    padding: 24px 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-card-pricing .product-card-pricing-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-card-pricing-content .woocommerce-Price-amount.amount,
.product-card-pricing-content .product-price--new .woocommerce-Price-amount.amount {
    color: var(--blue-dark);
    font-weight: 600;
    font-size: 24px;
}

.product-card-pricing-content .product-price--old.text-sale .woocommerce-Price-amount.amount {
    color: var(--blue-dark-60);
    font-weight: 500;
    font-size: 16px;
    text-decoration: line-through;
}

.average-rating-data {
    color: var(--green);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0%;
}

.product-card-reviews-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.average-rating-data {
    display: flex;
    align-items: center;
    gap: 2px;
}

.product-card-review-count {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0%;
    color: var(--blue-dark);
}

@media (min-width: 1023px) {
    .product-items .product-buttons #more-btn {
        min-width: auto;
    }
}

@media (max-width: 1359.75px) {
    .product-items .product {
        width: calc(33.333% - 16px);
    }

    .product-items.columns-3 .product {
        width: calc(50% - 12px);
    }
}

@media (max-width: 1359.75px) and (min-width: 1023px) {
    .products-related .product-items .product {
        width: calc(50% - 12px);
    }
}

@media (max-width: 1023px) {
    .product-items .product .product-image img {
        max-height: 270px;
    }

    .product-items .product {
        width: calc(50% - 12px);
    }

    .product-items .product-buttons .btn {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .product-items {
        gap: 24px;
    }

    .product-items .product .product-sale {
        padding: 3px 7px;
    }

    .product-items .product .product-price {
        gap: 10px;
    }

    .product-items .product-buttons .btn {
        width: 100%;
    }

    .product-items .product-buttons #more-btn {
        display: none;
    }
}

@media (max-width: 499.75px) {
    .product-items .product {
        width: 100% !important;
    }

    .product-items .product .product-image img {
        max-height: 320px;
    }
}

@media only screen and (max-width: 360px) {
    .card-attribute-label, 
    .card-attribute-value {
        font-size: 12px;
    }
}

/* Product Items - Version 2 */
.product-items-container {
    display: block !important;
}
.product-items--v2 {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.product-items--v2 .product {
    display: flex;
    flex-direction: column;
    width: calc(25% - 18px);
    padding: 24px;
    border: 1px solid var(--gray);
    border-radius: 8px;
}

.product-items--v2.columns-3 .product,
.product-items--v2.columns-4 .product {
    width: 100%;
    background-color: var(--white);
}

.product-items--v2.columns-4 .product-wrapper {
    width: calc(25% - 18px);
}

.product-items--v2 .product .product-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-items--v2 .product .product-sale {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: var(--green);
    border-radius: 100%;
    line-height: normal;
}

.product-items--v2 .product .product-duration {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 4px 8px;
    color: var(--white);
    background: var(--blue-dark);
    border-radius: 4px;
}

.product-items--v2 .product .product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    border-radius: 50%;
    transition: var(--transition);
}

.product-items--v2 .product .product-image--green {
    background: linear-gradient(90deg, #44ea86 0%, #11d5cb 100%);
}
.product-items--v2 .product .product-image--blue {
    background: linear-gradient(270deg, #7793ff 0%, #39cfff 100%);
}
.product-items--v2 .product .product-image--orange {
    background: linear-gradient(270deg, #ff846e 0%, #ffc51d 100%);
}
.product-items--v2 .product .product-image--pink {
    background: linear-gradient(270deg, #af7cf5 0%, #fc71b0 100%);
}
.product-items--v2 .product .product-image--purple {
    background: linear-gradient(90deg, #bf44ea 0%, #8b11d5 100%);
}
.product-items--v2 .product .product-image--red {
    background: linear-gradient(90deg, #ea4444 0%, #be0e0e 100%);
}

.product-items--v2 .product .product-image svg,
.product-items--v2 .product .product-image img {
    width: 40px;
    height: 40px;
}

.product-items--v2 .product .product-title {
    align-self: center;
    margin-bottom: 12px;
    text-align: left;
    color: var(--blue-dark);
    transition: var(--transition);
}

.product-items--v2 .product .product-title:hover {
    color: var(--blue-hover);
}

.product-items--v2 .product .product-additional-description {
    margin-bottom: 32px;
    text-align: center;
}

.product-items--v2 .product .product-price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
	gap: 4px;
}

.product-items--v2 .product .product-price--old {
    text-decoration: line-through;
    color: var(--blue-dark-60);
}

.product-items--v2 .product-buttons {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}
.product-items--v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
  z-index: 2;
}

.product-wrapper {
  position: relative;
  width: calc(33.333% - 16px);
}

.product-wrapper .product {
  position: relative;
  min-height: 420px;
  height: 100%;
  transition: none;
  z-index: 1;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

/* Слой сверху при наведении */
.product-wrapper .product:hover {
  position: absolute !important;
  height: calc(100% + 94px);
  z-index: 10;
  padding-bottom: 80px;
  border: 0px;
  -webkit-box-shadow: -1px 6px 5px 5px rgba(46,58,89,0.09);
-moz-box-shadow: -1px 6px 5px 5px rgba(46,58,89,0.09);
box-shadow: -1px 6px 5px 5px rgba(46,58,89,0.09);
}

/* Кнопка внутри карточки */
.product-items--v2 .product-buttons #more-btn {
  position: absolute;
  bottom: -60px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  width: 100%;
  gap: 8px;
  align-items: center;
  color: var(--blue-dark);
  border: 1px solid var(--blue-dark-60);
  font-size: 14px;
}

.product-items--v2 .product-buttons #more-btn span,
.product-items--v2 .product-buttons #more-btn svg path {
    transition: var(--transition);
}

.product-items--v2 .product-buttons #more-btn:hover {
    color: var(--blue-hover);
    border-color: var(--blue-hover);
}

.product-items--v2 .product-buttons #more-btn:hover svg path {
    stroke: var(--blue-hover);
}

/* Появление кнопки */
.product-wrapper .product:hover .product-buttons #more-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

@media (min-width: 1023px) {
    .product-items--v2 .product-buttons #more-btn {
        min-width: auto;
    }

}

@media (max-width: 1359.75px) {
    .product-items--v2 .product-wrapper {
        width: calc(33.333% - 16px);
    }

    .product-items--v2.columns-3 .product-wrapper,
    .product-items--v2.columns-4 .product-wrapper  {
        width: calc(50% - 12px);
    }
}

@media (max-width: 1359.75px) and (min-width: 1023px) {
    .products-related .product-items--v2 .product-wrapper {
        width: calc(50% - 12px);
    }
}

@media (max-width: 1023px) {
    .product-items--v2 .product-wrapper,
    .product-items--v2.columns-4 .product-wrapper  {
        width: calc(50% - 12px);
    }

    .product-items--v2 .product-buttons #more-btn {
        position: initial;
        opacity: 1;
        visibility: visible;
        transform: none;
        min-width: auto;
    }

    .product-wrapper .product:hover {
        position: initial !important;
        height: auto;
        z-index: 10;
        padding-bottom: 24px;
    }

    .product-wrapper .product {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .product-items--v2 .product {
        padding: 18px;
    }

    .product-items--v2 .product .product-image {
        width: 62px;
        height: 62px;
    }

    .product-items--v2 .product .product-image svg,
    .product-items--v2 .product .product-image img {
        width: 32px;
        height: 32px;
    }

    .product-items--v2 .product .product-additional-description {
        font-size: 14px;
    }

    .product-items--v2 .product .product-sale {
        padding: 3px 7px;
    }
}

@media (max-width: 499.75px) {
    .product-items--v2 .product-wrapper,
    .product-items--v2.columns-4 .product-wrapper  {
        width: 100% !important;
    }
}

/* Product Items - END */

/* Single Product Page */

.product-banner-price {
    padding: 12px 16px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: var(--green);
    border-radius: 8px;
}

.product-banner-price .woocommerce-Price-amount {
    color: var(--white);
    font-size: 48px;
    line-height: 130%;
    font-weight: 600;
}

.product-banner-price .product-price--old .woocommerce-Price-amount {
    color: #FFFFFFCC;;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-decoration: line-through;
}

.product-support-hours {
    position: relative;
    margin: 10px 0px 0px;
    padding: 8px 15px 0px 10px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: var(--blue);
    border-radius: 8px;
}

.product-support-hours span {
    position: relative;
    z-index: 2;
}

.product-support-hours:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 98%;
    height: 74px;
    background-image: url(/wp-content/uploads/2025/07/support-line.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.variative-product.single-product .price{
    display: none;
}
.variative-product.single-product .woocommerce-variation-price .price {
    display: flex;
    /* align-items: center; */
    gap: 10px 0;
    flex-wrap: wrap;
}

.single-product .price:has(.price-sale) {
    display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.single-product .price:has(.price-sale) .price-regular {
    order: 0;
    width: fit-content;
}

.single-product .price:has(.price-sale) .price-sale-percent {
    margin: 0px 0px 6px;
    order: 0;
}

.single-product .price:has(.price-sale) .price-sale {
    order: 2;
}

.single-product .price .price-sale,
.single-product .price:has(.price-sale) .price-regular {
    font-size: 20px;
    font-weight: 500;
    text-decoration: line-through;
    color: var(--blue-dark-60);
}

.single-product .price:has(.price-sale) .price-sale {
    width: 100%;
    text-decoration: none;
    color: var(--blue-dark);
}

.single-product .price .price-sale-percent {
    margin-left: 60px;
    padding: 4px 8px;
    color: var(--white);
    background: var(--green);
    border-radius: 4px;
}

.single-product .price .price-regular {
    width: 100%;
    color: var(--blue);
}

.single-product .variations {
    margin-top: 32px;
    margin-bottom: 0 !important;
}

.single-product .variations .variation + .variation {
    margin-top: 32px;
}

.single-product .variations .variation > label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 500 !important;
    color: var(--blue-dark-60);
}

.single-product .variations .variation > label .variation-name {
    font-weight: 600;
    color: var(--blue-dark);
}

.single-product .variations .variation-values {
    margin-top: 16px;
}

.single-product .variations select {
    display: none !important;
}

.single-product .variation-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.single-product .variation-option input {
    display: none;
}

.single-product .variation-option label {
    display: inline-flex;
    padding: 12px 16px;
    font-weight: 500 !important;
    border: 1px solid var(--gray-border);
    border-radius: 4px;
    transition: var(--transition);
    cursor: pointer;
}

.single-product .variation-option label:hover {
    border-color: var(--blue);
}

.single-product .variation-option input:checked + label {
    color: var(--white);
    background-color: var(--blue);
    border-color: var(--blue);
}

.single-product .variation:nth-child(even) .variation-option label:hover {
    border-color: var(--green);
}

.single-product
    .variation:nth-child(even)
    .variation-option
    input:checked
    + label {
    color: var(--white);
    background-color: var(--green);
    border-color: var(--green);
}

.single-product .product-info {
    margin-top: 32px;
}

.single-product .product-info ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
}

.single-product .product-info ul li {
    width: calc(50% - 12px);
    padding-left: 1.5em;
}

.single-product .product-info ul li + li {
    margin-top: 0;
}

.single-product .product-info ul li::before {
    top: 0.25em;
    left: 0;
    width: 20px;
    height: 15px;
    border-radius: 0;
    background: url("/wp-content/uploads/2024/06/icon-cloud-yes-blue.svg")
        center / contain no-repeat;
}

.single-product form.cart button[type="submit"] {
    margin-top: 32px;
}

@media (max-width: 767px) {
    .single-product .price .price-sale-percent {
        margin-left: 16px;
        padding: 3px 7px;
    }

    .single-product .product-info ul li {
        padding-left: 1.65em;
    }

    .single-product .product-info ul li::before {
        top: 0.1em;
    }

    .product-banner-price .woocommerce-Price-amount {
        font-size: 32px;
        line-height: 120%;
    }

    .product-banner-price .product-price--old .woocommerce-Price-amount {
        font-size: 20px;
        line-height: 120%;
    }

    .product-support-hours {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .product-support-hours:after {
        width: 100%;
        height: 84px;
    }
}

@media (max-width: 499.75px) {
    .single-product .product-info ul li {
        width: 100%;
    }
}

/* Ckeckout page - START */
.company-field {
    display: none;
}

.checkout-columns {
    display: grid;
    grid-template-columns: 0.6fr 0.4fr;
    gap: 40px;
}

#customer_details {
    display: flex;
    flex-direction: column;
}

#customer_details .col-1,
#customer_details .col-2 {
    width: 100%;
}

.checkout-column-left h3,
.checkout-column-right h3,
.woocommerce-billing-fields {
    margin: 0px 0px 24px;
}

.billing-customer-type-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.woocommerce .woocommerce-additional-fields .form-row textarea {
    height: 150px;
}

.cart-subtotal,
.wc-saved-payment-methods,
.woocommerce-checkout #payment div.payment_box .form-row {
    display: none;
}

#order_review {
    position: sticky;
    top: 100px;
}

.cart_item .product-name {
    display: flex;
    align-items: center;
    gap: 8px;
}

.woocommerce-checkout #payment {
    background-color: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-checkout #payment div.payment_box {
    background-color: var(--white-secondary);
}

.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid var(--white-secondary);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce-privacy-policy-link {
    color: var(--blue);
}

.woocommerce-checkout #payment div.form-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.woocommerce form .form-row::before,
.woocommerce-page form .form-row::after {
    display: none;
}


.woocommerce-error li[data-id] {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .checkout-columns {
        grid-template-columns: 1fr;
    }
}

/* Ckeckout page - END */

/*---------- SHOP END ----------*/

/*---------- SITEMAP ----------*/

.wsp-container h2 + ul {
    margin-top: 1em;
}

.wsp-container ul li.page_item_has_children > ul {
    margin-top: 0.65em;
}

.wsp-container ul li::before {
    content: "";
    position: absolute;
    top: 3px !important;
    left: 1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--blue);
}

.wsp-container a {
    color: var(--black);
}

.wsp-container a:hover {
    color: var(--blue);
}

/*---------- SITEMAP END ----------*/

/*---------- 404 PAGE ----------*/

.error-404 {
    background: linear-gradient(180deg, var(--blue) 6%, var(--white) 78%);
}

.error-404-section {
}

.error-404-section::before {
    content: "";
    position: absolute;
    left: min(70px, 2vw);
    background: url(/wp-content/uploads/2024/08/bg-404.png) top / contain
        no-repeat;
    width: 90%;
    height: 200px;
}

.error-404-title {
    margin-top: 56px;
    text-align: center;
    color: var(--white);
}

.error-404-number {
    font-size: 400px;
    line-height: 1em;
    letter-spacing: -0.03em;
    text-align: center;
    color: var(--white);
    background: url("/wp-content/uploads/2024/08/cloud-404.svg") 50.5% 50% /
        auto no-repeat;
}

.error-404 .section-benefits {
    margin-top: 100px;
}

.error-404 .section-benefits__title {
    max-width: 750px;
    padding-bottom: 36px;
}

.woocommerce form .form-row .optional,
.woocommerce-notices-wrapper {
    display: none;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 7%, 0.8);
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    padding: 1em;
    width: 100%;
}

.suggestions-addon[data-addon-type="clear"] {
    display: none !important;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text,
input.woocommerce-invalid {
    border-color: #a00 !important;
}

.woocommerce-order-received .woocommerce ul.order_details,
.woocommerce-order-received .woocommerce table.shop_table,
.woocommerce-order-received .woocommerce .woocommerce-customer-details address {
    margin: 20px 0px 0px;
}

.woocommerce-order-received .woocommerce-thankyou-order-received,
.woocommerce-order-received .woocommerce-bacs-bank-details,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-order-details {
    margin: 30px 0px 0px;
}

.woocommerce-order-received .woocommerce .woocommerce-customer-details address {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    font-size: 22px;
    border-width: 0;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
    display: flex;
    align-items: center;
}

.woocommerce-order-received .wc-bacs-bank-details-account-name {
    display: none;
}

@media (max-width: 1023px) {
    .error-404-number {
        font-size: 350px;
    }

    .error-404 .section-benefits {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .error-404-title {
        margin-top: 40px;
    }

    .error-404-number {
        font-size: min(250px, 45vw);
        background-size: min(60px, 11vw);
    }

    .error-404 .section-benefits {
        margin-top: 60px;
    }

    .error-404 .section-benefits__title {
        max-width: 500px;
        padding-bottom: 24px;
    }
}

/*---------- 404 PAGE END ----------*/

/*---------- reCAPTCHA ----------*/

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

/*---------- reCAPTCHA END ----------*/

/*---------- Решения ----------*/

.full-width-section {
    margin-left: calc((100% - 100vw) / 2);
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
}

/*---------- Решения END ----------*/

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

.blog-form-container {
    display: flex;
    align-items: center;
    gap: 24px;
}

.blog-form-container .blog-form-img {
    height: 456px;
}

.blog-form-subtitle {
    margin: 24px 0px 32px;
}

.blog-form-socials-title {
    margin: 60px 0px 0px;
}

.blog-form-socials {
    margin: 8px 0px 0px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.blog-form-social {
    transition: var(--transition);
}

.blog-form-social:hover {
    opacity: .8;
}

@media only screen and (max-width: 1279px) {
    .blog-form-container .form-fields {
        flex-direction: column;
    }

    .blog-form-container .form-field.w50 {
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .blog-form-wrap .container {
        padding: 0px;
    } 
    .blog-form-container {
        padding: 0px;
        border: none;
    }
    .blog-form-container .blog-form-img {
        display: none;
    }

    .blog-form-content {
        padding: 40px 20px;
        width: 100%;
        background-color: var(--blue-dark);
    }

    .blog-form-title,
    .blog-form-subtitle,
    .blog-form-container .form-field--privacy .wpcf7-list-item > label,
    .blog-form-socials-title {
        color: var(--white);
    }

    .blog-form-container .form-field--privacy .wpcf7-list-item > label::before {
        border-color: var(--white);
    }

    .blog-form-socials-title {
        margin: 22px 0px 0px;
        padding: 22px 0px 0px;
        border-top: 1px solid #ffffff33;
    }

    .blog-form-socials {
        margin: 16px 0px 0px;
    }
}

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