/*!
Theme Name: atm
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

@font-face {
    font-family: "Bebas Neue";
    src: url("/wp-content/themes/atm/assets/fonts/Bebas Neue.woff2")
        format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: "Proxima Nova";
    src: url("/wp-content/themes/atm/assets/fonts/proximanova_regular.woff2")
        format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("/wp-content/themes/atm/assets/fonts/proximanova_bold.woff2")
        format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("/wp-content/themes/atm/assets/fonts/proximanova_extrabold.woff2")
        format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("/wp-content/themes/atm/assets/fonts/proximanova_light.woff2")
        format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: fallback;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    scrollbar-gutter: stable;
}
html::-webkit-scrollbar-thumb {
    background: #3d3689;
    /* box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3); */
    border-radius: 10px;
}
html::-webkit-scrollbar-track {
    background: transparent;
}
html::-webkit-scrollbar {
    width: 10px;
}

body {
    background-color: rgba(255, 255, 255, 1);
    margin: 0;
}

a {
    background-color: transparent;
}

b,
strong {
    font-weight: bolder;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button {
    cursor: pointer;
}

button,
select {
    text-transform: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

[hidden] {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    clear: both;
    color: #fff;
}
p {
    font-size: 20px;
    margin: 0;
    color: #fff;
}

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

a {
    color: #252525;
    text-decoration: none;
    cursor: pointer;
    transition-duration: 0.2s;
    width: fit-content;
}

a:hover,
a:focus,
a:active {
    color: rgba(1, 131, 60, 1);
    transition-duration: 0.2s;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

button {
    background-color: rgba(1, 131, 60, 1);
    border: none;
    cursor: pointer;
}

.site {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    position: relative;
    overflow: hidden;
}

main {
    flex-grow: 1;
}

h1 {
    font-size: clamp(35px, 6vw, 60px);
    line-height: normal;
}
h2 {
    font-size: clamp(30px, 6vw, 50px);
    line-height: clamp(40px, 6vw, 65px);
}
h3 {
    font-size: clamp(20px, 2vw, 25px);
    line-height: normal;
}

.absolute-lines {
    position: absolute;
    bottom: 0;
    right: 0px;
    /* width: 40%; */
    height: fit-content;
    object-fit: contain;
}

.breadcrumbs {
    font-size: 20px;
    font-weight: 300;
    color: #01833c !important;
    margin-bottom: 35px !important;
    margin-top: 56px !important;
    font-family: "Proxima Nova", sans-serif;
}
.breadcrumbs span > a > span {
    color: #01833c !important;
}
.breadcrumbs span > span {
    color: #252525 !important;
}

:-webkit-direct-focus {
    outline-color: transparent;
    outline-style: auto;
    outline-width: 0px !important;
    border: none !important;
}
.site button:focus:not(:focus-visible) {
    outline: none !important;
}
.site button:focus-visible {
    outline: none !important;
}

.button--primary {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff !important;
    background-color: #01833c;
    font-size: 29px;
    padding: 0 49px;
    line-height: 26px;
    height: 74px;
    border-radius: 120px;
    transition: all 0.2s;
    will-change: transform;
}
.button--primary:hover {
    scale: 0.99;
    transition: all 0.2s;
    background-color: rgb(2 91 42);
}

.container {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

.page-content {
    margin-bottom: 97px;
}
.page-content p {
    line-height: 35px;
}

.main-navigation ul li a,
.main-navigation ul li a:hover {
    transition: all 0.1s;
}

.socials {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.socials a {
    display: inline-flex;
    width: 32px;
    height: 32px;
}
.socials a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.burger {
    display: none;
}

.logo-box {
    max-width: 341px;
    width: 100%;
}
.logo-box .logo {
    height: 100%;
}

.site-main * {
    color: #252525;
}

.page-content {
    font-family: "Proxima Nova", sans-serif;
}

/* font-size: calc(4vw + 4vh + 2vmin); */

/* HEADER */

.site-header {
    box-shadow: 0px 0px 10px 4px rgba(136, 136, 136, 0.25);
}
.site-header-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 18px;
    align-items: center;
    position: relative;
    gap: clamp(40px, 4vw, 73px);
}
.site-header .logo-box {
    max-width: fit-content;
    width: 100%;
}
.site-header .logo {
    width: 100%;
    max-height: 108px;
}

.number-box {
    display: flex;
    flex-direction: row;
    gap: 16px;
    font-size: 25px;
}
.number-box > a span {
    opacity: 0.5;
}
.site-header .main-navigation {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
    /* margin-right: clamp(40px, 5vw, 76px); */
}
.site-header .main-navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: clamp(15px, 1vw, 26px);
    position: relative;
}
.site-header .main-navigation ul li {
    font-size: 20px;
}
.site-header .main-navigation .menu-menu-1-container {
    width: 100%;
}
.header-contacts .socials a {
    width: 28px;
    height: 28px;
}
.header-inner-mob {
    display: contents;
}
.header-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}
.header-contacts {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    justify-content: end;
}
.header-contacts .number-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
}
.header-contacts_btn-box {
    display: flex;
    justify-content: flex-end;
}
.header-contacts_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 5px 10px;
    line-height: 26px;
    height: 51px;
    font-size: 20px;
    /* max-width: 209px;
    width: 100%; */
    width: 209px;
}

.full-view-block {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        to left bottom,
        rgba(217, 149, 74, 50%) 11%,
        rgba(71, 71, 74, 30%) 43%
    );
}
.full-view-block.l-to-r {
    background: linear-gradient(
        to right bottom,
        rgba(217, 149, 74, 50%) 11%,
        rgba(71, 71, 74, 30%) 43%
    );
}
.full-view-block .full-view-block_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.full-view-block_layer-1 {
    position: relative;
}
.l-to-r .full-view-block_layer-1 {
    position: relative;
}
.full-view-block_inner {
    display: flex;
    flex-direction: row;
    position: relative;
}
.full-view-block_inner > .lines {
    position: absolute;
    top: -18%;
    right: -50%;
    bottom: 0;
    top: unset;
}
.full-view-block_inner > img:not(.lines) {
    position: absolute;
    top: -18%;
}
.full-view-block.l-to-r .full-view-block_inner > .lines {
    transform: rotateY(180deg);
}
.full-view-block:not(.l-to-r) .full-view-block_inner > .lines {
    top: -15%;
    left: -51%;
}
.full-view-block:not(.l-to-r) .full-view-block_inner > img:not(.lines) {
    left: -34%;
}
.full-view-block.l-to-r .full-view-block_inner > img:not(.lines) {
    /* top: -82%; */
    top: unset;
    bottom: -9%;
    right: -44%;
}
.full-view-block_info {
    padding: 97px 0 109px 0;
    z-index: 1;
}
.full-view-block:not(.l-to-r) .full-view-block_info {
    margin-left: clamp(200px, 40vw, 410px);
}
.full-view-block.l-to-r .full-view-block_info {
    margin-right: clamp(200px, 40vw, 410px);
}
.full-view-block_info > div {
    margin-bottom: 46px;
}
.full-view-block_info h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 70px;
    color: #252525;
}
.full-view-block.l-to-r .full-view-block_info p {
    max-width: 544px;
}
.full-view-block_info p {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 35px;
    margin-bottom: 48px;
    color: #252525;
}
.full-view-block_info ul {
    font-weight: 300;
    font-size: 20px;
    line-height: 35px;
}
.full-view-block_info ul li {
    position: relative;
    padding: 0 0 0 32px;
    width: fit-content;
}
.full-view-block_info ul li::before {
    content: url("/wp-content/uploads/2024/06/arrow-6.png");
    display: block;
    position: absolute;
    left: 0;
}
.full-view-block_info .button--primary:hover,
.full-view-block_info .button--primary:focus {
    color: #fff;
}
.full-view-block_man-mobile {
    display: none;
}

/* HOME PAGE */

.home-hero {
    position: relative;
    background-color: #000;
    overflow: hidden;
}
.home-hero * {
    color: #fff;
}
.hero-bg {
    background-image: url(/wp-content/uploads/2024/08/mask-group-3-1-1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.hero-bg-color {
    background: linear-gradient(
        to left,
        rgba(50, 49, 64, 0) 0%,
        rgba(48, 47, 66, 1) 150%
    );
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.home-hero_layer-2 {
    position: relative;
}
.home-hero_layer-2 > img {
    height: 100%;
    position: absolute;
    right: -55%;
    z-index: 1;
    top: -5%;
    width: fit-content;
}
.home-hero_layer-3 {
    position: relative;
}
.home-hero_layer-3 > img {
    position: absolute;
    top: -33%;
    right: -14%;
    z-index: 1;
}

.home-hero_layer-4 {
    position: relative;
    z-index: 1;
}
.home-hero_layer-4-img {
    position: absolute;
    z-index: 10;
    bottom: 44px;
    right: -5%;
    pointer-events: none;
}
.home-hero_layer-4-img.desk {
    display: block;
}
.home-hero_layer-4-img.mob {
    display: none;
}

.home-hero_info {
    padding: 220px 0;
    width: 100%;
    max-width: 502px;
    z-index: 10;
    position: relative;
}
.home-hero_info h1 {
    margin-bottom: 15px;
    font-size: 120px;
    line-height: 100px;
}

.home-hero_info p {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 39px;
    font-family: "Proxima Nova", sans-serif;
}
.home-hero_info .button--primary {
    width: fit-content;
}
.home-hero_info .button--primary:hover,
.home-hero_info .button--primary:focus {
    color: #fff;
}

.burger {
    align-items: center;
    justify-content: center;
    z-index: 1;

    #checkbox2 {
        display: none;
    }

    .toggle2 {
        position: relative;
        width: 24px;
        /* height: 60px; */
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        transition-duration: 0.5s;
    }

    .bars {
        width: 100%;
        height: 3px;
        background-color: rgb(1, 131, 60);
        border-radius: 5px;
    }

    #bar5 {
        transition-duration: 0.8s;
    }

    #bar5 {
        width: 80%;
        margin: 0 0 0 auto;
    }

    #checkbox2:checked + .toggle2 .bars {
        position: absolute;
        transition-duration: 0.5s;
    }

    #checkbox2:checked + .toggle2 #bar5 {
        transform: scaleX(0);
        transition-duration: 0.5s;
    }

    #checkbox2:checked + .toggle2 #bar4 {
        width: 100%;
        transform: rotate(45deg);
        transition-duration: 0.5s;
    }

    #checkbox2:checked + .toggle2 #bar6 {
        width: 100%;
        transform: rotate(-45deg);
        transition-duration: 0.5s;
    }

    #checkbox2:checked + .toggle2 {
        transition-duration: 0.5s;
        transform: rotate(180deg);
    }
}

.categories-page_content,
.products-cat_content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: clamp(25px, 10vw, 35px);
}
.categories-page_content p,
.products-cat_content p {
    font-size: clamp(14px, 3vw, 20px);
    font-family: "Proxima Nova", sans-serif;
    font-weight: 300;
    /* line-height: normal; */
}
.categories-page_content *,
.products-cat_content * {
    line-height: unset;
}

.categories-section h2 {
    margin-bottom: 27px;
}

.categories {
    margin: 93px auto 104px;
}
.categories-section {
    margin: 0 auto 104px;
}
.categories h2 {
    margin-bottom: 30px;
    color: #252525;
}
.categories-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 66px;
}
.category-card {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1 1 calc(33.333% - 20px);
    padding: 41px 58px 44px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1;
    overflow: hidden;
    height: 392px;
    will-change: transform;
    transition: all 0.2s !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.category-card::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2024/06/rectangle-17.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.category-card:hover {
    scale: 1.003;
    -webkit-box-shadow: 0px 0px 21px 3px rgba(1, 131, 60, 0.57);
    -moz-box-shadow: 0px 0px 21px 3px rgba(1, 131, 60, 0.57);
    transition: all 0.2s !important;
}
.category-card h3 {
    margin-bottom: 5px;
    text-transform: uppercase;
    max-width: 352px;
    color: #252525;
}
.category-card p {
    font-family: "Proxima Nova", sans-serif;
    margin-bottom: 47px;
    color: #252525;
    font-size: clamp(16px, 2vw, 20px);
}
.category-card a {
    padding: 0 10px;
    margin-top: auto;
    font-size: 16px;
    height: 52px;
    width: 166px;
}
.category-card img {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
.category-card:nth-child(odd) {
    border-top-right-radius: 150px;
}
.category-card:nth-child(even) {
    border-bottom-left-radius: 150px;
}
.category-card:nth-child(3) {
    background-image: url(/wp-content/uploads/2024/08/strong-man-his-muscles-with-dumbbell-1.png);
    background-repeat: no-repeat;
    background-position: right;
}
/* .category-card:nth-child(1) {
    border-top-right-radius: 150px;
}
.category-card:nth-child(2) {
    border-bottom-left-radius: 150px;
}
.category-card:nth-child(3) {
    border-bottom-right-radius: 150px;
}
.category-card:nth-child(4) {
    border-bottom-left-radius: 150px;
} */
.category-card:nth-child(1) img {
    bottom: 0;
    right: 0;
}
.category-card:nth-child(2) img {
    bottom: -110px;
    right: -175px;
}
.category-card:nth-child(3) img {
    bottom: -1px;
    right: 10px;
}
.category-card:nth-child(4) img {
    width: 100%;
    height: 130%;
    max-width: none;
    object-fit: cover;
    bottom: -20%;
    right: -30%;
}
@media (max-width: 630px) {
    .category-card:nth-child(3) {
        background-image: none;
    }
    .category-card:nth-child(3) img {
        bottom: -1px;
        right: -21%;
    }
    .category-card:nth-child(odd) {
        border-top-right-radius: 70px;
    }
    .category-card:nth-child(even) {
        border-bottom-left-radius: 70px;
    }
    .category-card:nth-child(3) img {
        /* height: 75%;
        width: 75%; */
        object-fit: cover;
    }
    .category-card:nth-child(4) img {
        height: 110%;
    }
}

.cards-with-numbers {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 165px;
    padding-top: 24px;
    padding-bottom: 27px;
    counter-reset: chapter 0;
}
.card-with-number {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    counter-increment: chapter 1;
    width: 100%;
    padding-left: 200px;
    position: relative;
    min-height: 180px;
}
.card-icon {
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 70px;
    color: #fff;
    background-color: #3d3689;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    inset-inline-start: 0 !important;
}
.card-icon::before {
    content: "0" counter(chapter);
    display: block;
}
.how-card > .card-icon {
    display: flex;
}
.card-title > .card-icon {
    display: none;
}
.home-why {
    margin-top: 94px;
    margin-bottom: 110px;
}
.home-why h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 38px;
    color: #252525;
}

.why-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 37px;
}
.why-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 32px 31px 36px;
    text-align: center;
    border-radius: 10px;
    flex: 1 1 calc(33.333% - 37px);
    height: 311px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.why-card h3 {
    color: #252525;
    line-height: 40px;
}
.why-card p {
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 300;
    font-family: Roboto, sans-serif;
    line-height: 35px;
    color: #252525;
}

.how-cards {
    flex-wrap: wrap;
    gap: 22px;
}
.home-how {
    margin-top: 97px;
    margin-bottom: 100px;
}
.home-how h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 38px;
    color: #252525;
}
.how-card .card-title {
    font-size: clamp(20px, 2vw, 25px);
    font-weight: 700;
}
.card-title,
.card-text {
    color: #252525;
}
.card-text {
    font-family: "Proxima Nova", sans-serif;
    font-size: clamp(16px, 2vw, 20px);
}

.reviews-wrapper {
    padding-bottom: 106px;
}
.reviews-wrapper h1 {
    margin-bottom: 11px;
}
.reviews-wrapper ul li img {
    border-radius: 10px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    height: 100%;
}
.reviews-wrapper ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 40px;
}
.reviews-wrapper .button--primary {
    margin: 30px auto 0;
}

.feedback {
    background-image: url(/wp-content/uploads/2024/08/mask-group-5.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #3d3689;
    position: relative;
}
.feedback-bg-color {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to left,
        rgba(217, 149, 74, 40%) 10%,
        rgba(40, 37, 69, 30%) 63%
    );
    z-index: 0;
}
.feedback-inner {
    padding-top: 97px;
    padding-bottom: 107px;
    z-index: 1;
    position: relative;
}
.feedback-inner *::placeholder {
    font-family: "Proxima Nova", sans-serif;
    font-size: clamp(16px, 2vw, 20px);
}
.feedback-inner h2 {
    margin-bottom: 30px;
    color: #fff;
}
.feedback-inner > p {
    margin-bottom: 25px;
    color: #fff;
    font-family: "Proxima Nova", sans-serif;
}
.form_inner input,
.form_inner textarea,
.form_inner select {
    font-family: "Proxima Nova", sans-serif;
    font-size: clamp(16px, 2vw, 20px);
    border: none;
    outline: none;
    border-radius: 20px !important;
    padding: 26px 32px 30px 37px;
    color: #252525;
    line-height: 40px;
    width: 100%;
    height: 96px;
    overflow: hidden;
}
.form_inner input::placeholder,
.form_inner textarea::placeholder {
    color: #252525;
}
.feedback .form_inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 21px;
    position: relative;
    z-index: 1;
}
.feedback .form_inner [data-name="name-128"] {
    grid-area: 1 / 1 / 2 / 3;
}
.feedback .form_inner [data-name="tel-813"] {
    grid-area: 1 / 3 / 2 / 5;
}
/* .feedback .form_inner [data-name="menu-82"] {
    grid-area: 1 / 3 / 2 / 4;
} */
.feedback .form_inner [data-name="question-155"] {
    grid-area: 2 / 1 / 3 / 4;
}
.feedback .form_inner [data-name="question-155"] textarea {
    resize: none;
}
.feedback .form_inner .wpcf7-submit {
    grid-area: 2 / 4 / 3 / 5;
}
.feedback .form_inner .wpcf7-spinner {
    display: none;
}
.form_inner .button--primary {
    height: 96px;
    background-color: #01833c;
    border: none;
    font-size: clamp(22px, 2vw, 30px);
}

/* CONTACTS */

.contacts .form_inner {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}
.contacts .form_inner > * {
    flex: 1 0 calc(50% - 20px);
}
.contacts .form_inner .wpcf7-spinner {
    display: none;
}
.contacts .form_inner [data-name="name-128"] {
    order: 1;
}
.contacts .form_inner [data-name="tel-813"] {
    order: 2;
}
.contacts .form_inner .custom-select-wrapper {
    order: 4;
}
.contacts .form_inner [data-name="question-155"] {
    order: 3;
    flex: 1 0 calc(100%);
}
.contacts .form_inner [data-name="question-155"] textarea {
    resize: none;
}
.contacts .form_inner .button--primary {
    order: 5;
    /* height: inherit; */
}
.contacts-full-view.full-view-block:not(.l-to-r)
    .full-view-block_inner
    > img:not(.lines) {
    top: -67%;
    left: -37%;
}
.contacts-about_info h1 {
    text-align: left !important;
    margin-bottom: 25px;
}

/* ABOUT */

.about section:not(.feedback) * {
    color: #252525;
}
.about-section {
    display: flex;
    flex-direction: column;
    gap: 21px;
    padding-bottom: 85px;
}
.about-section > h1 {
    font-size: clamp(30px, 4vw, 50px);
}
.about-section_inner {
    display: flex;
    flex-flow: row nowrap;
    gap: 22px;
}
.about-section_inner > p {
    font-size: clamp(16px, 3vw, 20px);
}
.about-section_inner img {
    object-fit: contain;
}

.about-section p {
    font-family: "Proxima Nova", sans-serif;
    line-height: 35px;
    font-weight: 300;
    max-width: 789px;
}
.about-full-view.full-view-block:not(.l-to-r)
    .full-view-block_inner
    > img:not(.lines) {
    top: -67%;
    left: -37%;
}

/* PRODUCTS CATS */

.products h1 {
    color: #252525;
    /* font-size: 50px; */
    font-weight: 600;
    margin-bottom: 20px;
}
.products-inner {
    padding-bottom: 113px;
}
.products_cats {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 55px;
}
.products_cat-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* flex: 1 1 calc(33.333% - 45px); */
    flex: 0 1 calc(33.333% - 45px);
    height: clamp(61px, 3vw, 74px);
    background-color: rgba(1, 131, 60, 1);
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 120px;
    border: 1px solid rgba(1, 131, 60, 1);
    font-family: "Bebas Neue", sans-serif;
    font-weight: 800;
    font-size: clamp(19px, 2vw, 29px);
    line-height: 26px;
    padding: 0 10px;
}
.products_cat-btn:not(.active):hover {
    color: #fff;
    background-color: rgb(2 91 42);
}
.products_cat-btn.active {
    background-color: rgba(255, 255, 255, 1);
    color: #252525;
}
.products_cat-btn.active:hover {
    color: #fff;
    background-color: rgb(2 91 42);
}
.products-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 59px;
}
.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 1 calc(33.333% - 59px);
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
    min-width: 360px;
}
.product-card:hover img {
    scale: 1.02;
    transition: all 0.2s linear !important;
}
.product_img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f6ff;
    width: 100%;
    margin-bottom: 30px;
    max-height: 291px;
}
.product_img-box img {
    max-height: 70%;
    height: 100%;
    object-fit: contain;
    transition: all 0.2s linear !important;
    will-change: transform;
    aspect-ratio: 1;
}
.product-card_desc,
.product-card_name,
.product-card_price {
    color: #252525;
}
.product-card_name {
    font-family: "Bebas Neue", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 4px;
}
.product-card_desc,
.product-card_price {
    font-family: "Proxima Nova", sans-serif;
    padding: 0 4px;
}
.product-card_price {
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;
    margin-block: 13px;
}
.product-card_buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 11px;
    margin: auto 0 43px 0;
}
.product-card_buttons a,
.product-card_buttons button {
    height: 53px;
    padding: 0 28px;
    border: 1px solid #01833c;
    border-radius: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Bebas Neue", sans-serif;
    font-size: 18px;
    line-height: 70px;
    font-weight: 500;
}
.product-card_buy {
    background-color: rgba(1, 131, 60, 1);
    color: #fff;
}
.product-card_link:hover {
    transition: background 0.2s;
    background-color: rgba(1, 131, 60, 1);
    border-color: #01833c;
    transform: scale(0.99);
    color: #fff;
}
.product-card_buy:hover {
    transition: background 0.2s;
    background-color: rgb(2 91 42);
    transform: scale(0.99);
    color: #fff;
}
.products_load-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 69px;
}

/* SINGLE PRODUCT */

.product-single-inner * {
    color: #252525;
}
.product-single-inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 104px;
}
.product-single-inner .product-desc > :not(:last-child) {
    margin-bottom: clamp(5px, 1vw, 15px);
}
.product-single_title,
.product-single-price,
.product-single-buy {
    font-family: "Bebas Neue", sans-serif;
}
.product-single_title {
    /* font-size: 50px; */
    line-height: 70px;
    font-weight: 700;
}
.product-single_top {
    display: flex;
    flex-flow: row nowrap;
    gap: 77px;
    margin: 11px 0 47px 0;
}
.product-single_img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 30px; */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    max-width: 360px;
    width: 100%;
    border-radius: 10px;
}
.product-single_img-box img {
    max-height: 70%;
    height: 100%;
    object-fit: contain;
}
.product-single-price {
    font-size: clamp(25px, 4vw, 40px);
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 10px;
}
.product-single-buy {
    color: #fff;
}
.product-single_body * {
    font-family: "Proxima Nova", sans-serif;
}

.show-menu {
    animation: slideDown 0.4s forwards;
}
.main-navigation.show-menu {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100cqh;
    transition: top 0.3s ease;
}
.main-navigation.show-menu .menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100cqh;
    padding: 200px 40px;
}
.main-navigation.show-menu .menu::before {
    transform: skew(0);
    border-radius: 0;
}
.main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-navigation.show-menu .menu li {
    opacity: 0;
    animation: fadeIn 0.3s forwards;
}
.main-navigation.show-menu .menu li {
    animation-delay: 0.3s;
}
.main-navigation.show-menu .menu li:nth-child(2) {
    animation-delay: 0.4s;
}

.main-navigation.show-menu .menu li:nth-child(3) {
    animation-delay: 0.5s;
}
.main-navigation.show-menu .menu li:nth-child(4) {
    animation-delay: 0.6s;
}
.main-navigation.show-menu .menu li:nth-child(5) {
    animation-delay: 0.7s;
}

@keyframes slideDown {
    from {
        top: -100%;
    }
    to {
        top: 0;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.scroll-lock {
    overflow: hidden;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    /* width: 386px; */
    grid-area: 1 / 3 / 2 / 4;
}

.custom-select {
    display: none;
}

.custom-select-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 32px 30px 37px;
    width: 100%;
    height: 96px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    color: #252525;
    font-family: "Proxima Nova", sans-serif;
    font-size: clamp(16px, 2vw, 20px);
    border-radius: 120px;
    cursor: pointer;
    position: relative;
}

.custom-select-trigger::after {
    content: "▼";
    margin-left: 10px;
    color: #01833c;
}

.custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #ccc;
    color: #252525;
    border-radius: 4px;
    max-height: 150px;
    overflow-y: auto;
    z-index: 99;
    display: none;
}

.custom-options.active {
    display: block;
}

.custom-option {
    padding: 10px;
    cursor: pointer;
}

.custom-option:hover,
.custom-option.selected {
    background-color: #f0f0f0;
}

/* FOOTER */

.site-footer {
    display: flex;
    flex-direction: column;
    padding-top: 88px;
    padding-bottom: 96px;
    position: relative;
}
.site-footer .main-navigation ul {
    font-size: 18px;
    column-count: 2;
}
.site-footer .main-navigation ul li {
    margin-bottom: 10px;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 800;
}
.site-footer .logo-box {
    max-width: 268px;
}
.site-footer .logo {
    min-width: 175px;
}
.site-footer_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}
.site-footer .site-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}
.site-footer_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.copyright {
    color: #252525;
    font-size: 16px;
}
.site-footer_bottom > a {
    text-decoration: underline;
}
.footer-line {
    width: 100%;
    height: 1px;
    background-color: #252525;
    margin: 16px 0 23px 0;
    opacity: 0.5;
}

@media (max-width: 1170px) {
    .site-header {
        flex-direction: column;
        padding-top: 0;

        .number-box {
            font-size: 18px;
            gap: 7px;
        }
    }
    .site-header-inner {
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 15px;
        column-gap: 0;
    }
    .site-header .site-contacts {
        justify-content: space-between;
        margin-bottom: 0;
        z-index: 101;
        position: relative;
    }
    .site-header .main-navigation {
        display: none;
        background-color: #fff;
    }
    .header-inner-mob {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
        z-index: 101;
        width: 50%;
    }
    .header-right {
        display: contents;
    }
    .header-contacts {
        width: 50%;
        align-items: end;
        flex-direction: column;
        gap: 0;
        z-index: 101;
    }
    .header-contacts_btn-box {
        width: 50%;
        justify-content: flex-start;
        z-index: 101;
    }
    .burger {
        display: flex;
        justify-content: flex-end;
        width: 50%;
        z-index: 101;
    }

    .categories-cards {
        flex-direction: column;
    }
}
@media (max-width: 1024px) {
    .contacts-box {
        flex-direction: column-reverse;
    }
    .contacts-box_inner {
        padding: 0;
    }
    .contacts-box_inner > p {
        font-size: 20px;
        margin: 49px 40px 20px;
        text-align: center;
    }
    .product-inner {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .product-inner_right {
        align-items: center;
        text-align: center;
    }
    .product-title {
        order: 2;
        line-height: 40px;
    }
    .product-desc {
        order: 3;
    }
    .product-inner_right-bottom {
        order: 1;
        margin: 0 0 12px 0;
        gap: 15px;
    }
    .product-buy {
        padding: 0px 20px !important;
        background-color: #01833c !important;
        font-size: 17px !important;
        height: 51px !important;
    }
    .product-buy::after,
    .product-buy::before {
        display: none !important;
    }
    .product-price {
        font-size: 25px;
    }

    .feedback-inner {
        text-align: center;
        padding: 36px 40px 57px;
    }
    .feedback-inner h2 {
        margin-bottom: 10px;
    }
    .form_inner input,
    .form_inner textarea,
    .form_inner .custom-select-trigger,
    .form_inner .button--primary {
        height: 77px;
    }
    .feedback-inner textarea {
        padding: 19px 32px 30px 37px;
    }
    .categories-section h2 {
        margin-bottom: 15px;
    }
    .home-hero_info {
        text-align: center;
        padding: 65px 0;
    }
    .home-hero_info h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .home-hero_info p {
        font-size: clamp(20px, 3vw, 30px);
        margin-bottom: 25px;
    }
    .home-hero_info .button--primary {
        margin: 0 auto;
    }

    .home-hero_layer-1 {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        position: relative;
    }
    .home-hero_layer-2,
    .home-hero_layer-3,
    .home-hero_layer-4,
    .home-hero_layer-5 {
        display: contents;
    }
    /* .home-hero_layer-3 > img {
        top: 32%;
        right: 0;
        max-width: 200%;
    } */
    .home-hero_layer-3 > img {
        position: relative;
        bottom: 0;
        right: 0%;
        max-width: none;
        width: 148%;
        object-fit: contain;
        margin: 0 0 -60% 0;
    }
    .home-hero_layer-2 > img {
        height: 100%;
        position: absolute;
        right: -10%;
        z-index: 1;
        top: auto;
        bottom: -50%;
        width: fit-content;
        transform: rotate(32deg);
    }
    .home-hero_info {
        padding: 50px 0 0 0;
    }
    .home-hero_layer-4-img.desk {
        right: -50%;
        transform: translateX(-50%);
        width: 100%;
        object-fit: cover;
        padding: 0px 33px;
    }
}
@media (max-width: 768px) {
    .reviews-wrapper ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 27px;
    }
    .about-section {
        padding-bottom: 0;
        padding-right: 15px;
    }

    .about-section p {
        margin-bottom: 35px;
    }
    .about-section img {
        position: relative;
        bottom: 0;
        right: 0;
        display: block;
        margin: 0 auto;
    }

    .feedback .form_inner {
        grid-template-columns: repeat(1, 1fr);
    }
    .feedback .form_inner [data-name="name-128"] {
        grid-area: 1 / 1 / 2 / 2;
    }
    .feedback .form_inner [data-name="tel-813"] {
        grid-area: 2 / 1 / 3 / 2;
    }
    /* .feedback .form_inner .custom-select-wrapper {
        grid-area: 3 / 1 / 4 / 2;
    } */
    .feedback .form_inner [data-name="question-155"] {
        grid-area: 3 / 1 / 4 / 2;
    }
    .feedback .form_inner [data-name="question-155"] textarea {
        resize: none;
    }
    .feedback .form_inner .wpcf7-submit {
        grid-area: 4 / 1 / 5 / 2;
    }

    .why-cards {
        gap: 25px;
    }
    .why-card {
        flex-basis: calc(50% - 25px);
    }

    .home-how {
        margin-top: 49px;
        margin-bottom: 43px;
    }
    .home-how > h2 {
        margin: 0 0 11px 0;
        text-align: left;
    }
    .how-cards {
        gap: 25px;
        padding: 0;
    }
    .how-card {
        padding: 0;
    }
    .card-icon {
        width: 88px;
        height: 88px;
        font-size: 35px;
        line-height: 35px;
    }
    .card-title {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 88px;
        padding: 0 0 8px 110px;
    }
    .how-card > .card-icon {
        display: none;
    }
    .card-title > .card-icon {
        display: flex;
    }

    .category-card {
        padding: 23px 32px 66px;
    }
    .category-card:nth-child(1) {
        border-top-right-radius: 70px;
    }
    .category-card:nth-child(2) {
        border-bottom-left-radius: 70px;
    }
    .category-card:nth-child(3) {
        border-bottom-right-radius: 10px;
        border-top-right-radius: 70px;
    }
    .category-card:nth-child(1) img {
        bottom: 0;
        right: -80px;
        object-fit: contain;
        aspect-ratio: 4 / 2;
    }
    .category-card:nth-child(2) img {
        bottom: -17%;
        right: -30%;
        object-fit: contain;
        aspect-ratio: 2 / 1;
    }

    .full-view-block_inner {
        flex-direction: column-reverse;
    }
    .full-view-block_inner > img:not(.lines) {
        position: relative;
        left: 0 !important;
        display: none !important;
    }
    .full-view-block .full-view-block_info {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 !important;
        text-align: center;
    }
    .full-view-block.l-to-r .full-view-block_info {
        padding: 45px 40px 0 40px;
    }
    .full-view-block.l-to-r .full-view-block_inner {
        display: contents;
    }
    .full-view-block.l-to-r .full-view-block_inner > .lines {
        position: absolute;
        top: auto;
        right: -37%;
        bottom: -5%;
    }
    .full-view-block.l-to-r .full-view-block_bg {
        object-position: right;
    }
    .full-view-block_info h2 {
        line-height: 45px;
    }
    .full-view-block_info p {
        line-height: 28px;
        margin-bottom: 20px;
    }
    .full-view-block_man-mobile {
        display: block;
        position: relative;
        z-index: 10;
        max-width: none;
        bottom: -8px;
        height: 100%;
        max-height: none;
        width: 101%;
    }
    .full-view-block:not(.l-to-r) .full-view-block_inner > .lines {
        top: auto;
        left: auto;
        bottom: -4%;
        right: -6%;
        width: 200%;
        max-width: 200%;
        transform: rotateY(0);
    }
    .home-about_layer-1.full-view-block_layer-1,
    .about-full-view.full-view-block_layer-1,
    .contacts-full-view.full-view-block_layer-1 {
        display: contents;
    }
    .home-about_inner.full-view-block_inner,
    .about-full-view.full-view-block_inner,
    .contacts-full-view.full-view-block_inner {
        display: contents;
    }
    .home-about_info.full-view-block_info,
    .about_info.full-view-block_inner,
    .contacts-full-view.full-view-block_info {
        padding: 45px 40px 0 40px;
    }
    .about-full-view.full-view-block_inner > .lines,
    .contacts-full-view.full-view-block_inner > .lines {
        position: absolute;
        top: auto !important;
        right: -43% !important;
        bottom: -21% !important;
        transform: rotateY(180deg) !important;
        width: 150% !important;
        max-width: 200%;
    }
    .about_info,
    .contacts-about_info {
        padding: 62px 40px 26px;
    }
    .contacts-about_info h1 {
        text-align: center !important;
        width: 100%;
        margin-bottom: 13px;
    }
    .contacts .form_inner {
        flex-direction: column;
    }
    .contacts .form_inner .button--primary {
        flex: auto;
    }
    .contacts .form_inner textarea {
        padding: 19px 32px 30px 37px;
    }
    .contacts-about_info.full-view-block_info > div {
        margin: 0;
    }

    .product-single_top {
        flex-flow: row wrap;
        justify-content: center;
        gap: 33px;
    }
    .product-single_top-right {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 27px;
    }
    .product-single-price {
        line-height: normal;
        margin-bottom: 0;
    }
    .about-section {
        gap: 5px;
    }
    .about-section_inner {
        flex-wrap: wrap;
    }
    .header-contacts .socials a {
        width: 20px;
        height: 20px;
    }
    .absolute-lines {
        width: 40%;
    }
}

@media (max-width: 480px) {
    .why-card {
        flex-basis: calc(100%);
        height: auto;
    }
    .reviews-wrapper ul {
        gap: 27px;
    }
    .home-hero_info .button--primary {
        font-size: 4cqi;
    }
    .site-header {
        .number-box {
            font-size: 5cqw;
            gap: 7px;

            img {
                width: 12px;
            }
        }
    }
    .button--primary.header-contacts_btn {
        height: 35px;
        max-width: 135px;
        line-height: normal;
    }

    .breadcrumbs {
        font-size: 16px;
        font-weight: 300;
    }
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .site-footer {
        padding-top: 66px;
        padding-bottom: 71px;
    }
    .site-footer_top {
        display: contents;
    }
    .site-footer .site-contacts {
        align-items: flex-start;
        gap: 22px;
    }
    .site-footer .main-navigation {
        margin-bottom: 31px;
    }
    .site-footer .main-navigation ul {
        column-count: 2;
    }
    .site-footer .main-navigation ul li:last-child {
        margin-bottom: 0;
    }
    .site-footer .logo-box {
        max-width: 100%;
        margin-bottom: 22px;
    }
    .site-footer_bottom {
        align-items: flex-start;
    }
    .footer-line {
        margin: 43px 0 31px 0;
    }

    .home-why {
        margin-top: 50px;
        margin-bottom: 57px;
    }

    .about-section h2 {
        line-height: 45px;
    }
    .product-inner_left .product_img-box,
    .product_img-box {
        width: 100%;
        height: 70cqi;
        border-radius: 10px;
        /* background-color: #252525; */
        margin-bottom: 30px;
        padding: 25px 29px 0;
    }
    .product-inner_left .product_img-bg,
    .product_img-bg {
        background-size: contain;
        background-position: center;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .product-card {
        flex: 1 1;
        width: 100%;
        min-width: 100%;
    }
    .products_cats {
        flex-flow: column nowrap;
        padding: 0;
    }
    .products_cat-btn {
        flex: 1 1 auto;
        width: 100%;
    }
    .product-card_price {
        font-size: 25px;
    }
    .home-hero_layer-4-img.desk {
        display: none;
    }
    .home-hero_layer-4-img.mob {
        display: block;
    }
    .home-hero_layer-4-img {
        bottom: 14px;
        right: -50%;
        transform: translateX(-50%);
        width: 100%;
        object-fit: cover;
        padding: 0px 33px;
    }

    .category-card a {
        font-size: 12px;
        height: 30px;
        width: 107px;
    }
    .category-card p {
        margin-bottom: 79px;
    }
    .category-card {
        padding: 23px 32px 31px;
    }
    .category-card:nth-child(2) img {
        bottom: 6%;
        right: -28%;
    }
}

@media (max-width: 768px) {
    .button--primary {
        font-size: clamp(11px, 4vw, 18px);
        height: 51px;
    }

    #enroll[open] .custom-select-trigger,
    #enroll[open] .wpcf7-form-control-wrap input {
        height: 77px;
    }
}

.delivery-page .page-content > :not(:last-child) {
    margin-bottom: clamp(5px, 1vw, 15px);
}

dialog {
    pointer-events: none;
    opacity: 0;
}
dialog[open] {
    border: none;
    border-radius: 10px;
    width: fit-content;
    max-width: 550px;
    background-image: url(/wp-content/uploads/2024/06/rectangle-26.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #3d3689;
    padding: 0;
    opacity: 1;
    pointer-events: all;
    box-shadow: 0px 0px 10px 3px rgba(90, 90, 90, 0.57);
    animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
dialog.out-modal {
    animation: scaleDown 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
dialog.out-modal::backdrop {
    animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

dialog::backdrop {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(0.25rem);
    animation: fadeIn 0.2s ease-in normal;
}
dialog[open] .wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    width: 100%;
    margin: 30px 0 10px;
}
dialog .closeDialog {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    line-height: normal;
    transition: all 0.2s;
    will-change: transform;
    padding: 0;
}
dialog .closeDialog:hover {
    scale: 0.96;
    transition: all 0.2s;
}
dialog .closeDialog:hover svg {
    fill: #c1c1c1;
    transition: all 0.2s;
}

#enroll[open] form .form_inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
#enroll[open] .custom-select-wrapper,
#enroll[open] .wpcf7-form-control-wrap {
    width: 100%;
}
#enroll[open] .wpcf7-form-control-wrap input,
#enroll[open] .wpcf7-form-control-wrap textarea {
    border: 1px solid #ccc;
    resize: vertical;
}
#enroll[open] .button--primary {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}
#enroll[open] .dialog-content > p {
    font-size: clamp(30px, 6vw, 50px);
    color: #fff;
    text-align: center;
    margin: 0 0 15px 0;
}
.dialog-content {
    padding: 35px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes scaleUp {
    0% {
        transform: scale(0.8) translateY(1000px);
        opacity: 0;
    }
    100% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }
}
@keyframes scaleDown {
    0% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }
    100% {
        transform: scale(0.9) translateY(1400px);
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(0.25rem);
    }
    100% {
        background: rgba(0, 0, 0, 0);
        backdrop-filter: blur(0rem);
    }
}
