:root {
    --color1: #d5a954;
    --color2: #373737;
    --border-r: 4px;
}
section.home-zag.small.\34 04-php {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 107vh;
    background: url(/wp-content/uploads/2026/05/img_9495.jpg-1.webp);
    background-position: center;
    background-size: cover;
    filter: brightness(0.3);
}
.home-1.small.contacts-php ~ section > :nth-child(1) span h2 {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    margin-top: 14px;
    margin-bottom: -14px;
}

.home-1.small.contacts-php ~ section.content > :nth-child(1) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}
.home-1.small.contacts-php ~ section.content > :nth-child(1) span {
    background: #252525;
    padding: 10px 20px;
    border-radius: var(--border-r);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 37px;
    word-break: break-word;
}

.forma-poup .con-form h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 48px;
}
.con-form  .wpcf7 form.invalid .wpcf7-response-output, 
.con-form  .wpcf7 form.unaccepted .wpcf7-response-output, 
.con-form  .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: transparent;
    background: #FFC107;
    border-radius: var(--border-r);
    color: #111;
}


.forma-poup .con-form {
    width: auto;
    padding: 69px;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;

    /* Firefox */
    scrollbar-width: none;

    /* IE / старый Edge */
    -ms-overflow-style: none;
}

/* Chrome / Safari / Edge */
.forma-poup .con-form::-webkit-scrollbar {
    display: none;
}
.forma-popup-open .forma-poup > div {
    opacity: 1;
    transform: translateY(0px);
}
.forma-popup-open .forma-poup {
    pointer-events: all;
    opacity: 1;
}

.forma-popup-open.menu-open header,
.forma-popup-open .all-body {
    filter: blur(8px);
	transition:0.4s;
}
.forma-poup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgb(0 0 0 / 50%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: 0.4s;
    opacity: 0;
    pointer-events: none;
}
.forma-poup > div {
    margin: 0 auto;
    background: linear-gradient(45deg, #2f2f2f, #1c1c1c);
    padding: 25px;
    box-sizing: border-box;
    border-radius: var(--border-r);
    overflow: hidden;
    transition: 1s;
    transform: translateY(90px);
    opacity: 0;
}
.forma-poup > i {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 33px;
    background: #ffffff;
    color: #000000;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: var(--border-r);
    cursor: pointer;
    transition: 0.4s;
    z-index: 2;
}
.forma-poup > i:hover{    transform: rotate(45deg);}




.pages-in > a {
    border-radius: var(--border-r);
    overflow: hidden;
}


h3 {
    font-size: 22px;
}
button#theme-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    z-index: 9999;
    background: #2f2f2f;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 22px;
    transition: 0.4s;
}
.conts {
    position: absolute;
    bottom: -1%;
    left: 0;
    text-shadow: 0px 0px 17px #000;
    width: 100%;
    height: 101%;
    background: linear-gradient(45deg, black, transparent);
    padding: 25px;
    padding-bottom: calc(25px + 1%);
    display: flex;
    justify-content: end;
    flex-direction: column;
    transition: 0.4s;
    z-index: 2;
}
.dark-theme .conts {
    background: linear-gradient(45deg, rgb(55 55 55), transparent);
}
.pages-in > div {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-r);
    padding: 0px;
    border: 2px solid #1a1a1a;
}
.dark-theme .pages-in > div {
    border: 2px solid #fff;
}
.pages-in {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.pages-in > div a {

}

.pages-in > div a:hover .kartka {
    transform: scale(1.1);
    filter: brightness(0.5);
}
.kartka {
    border-radius: var(--border-r);
    min-height: 48vh;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding: 25px;
    transition: 0.4s;
}
.pages-in  h3 {
    color: #fff;
    font-size: 34px;
    margin: 0;
    padding-bottom: 20px;
}


.slide-bottom:nth-child(1) { transition-delay: 0s; }
.slide-bottom:nth-child(2) { transition-delay: 0.2s; }
.slide-bottom:nth-child(3) { transition-delay: 0.4s; }
.slide-bottom:nth-child(4) { transition-delay: 0.6s; }
.slide-bottom:nth-child(5) { transition-delay: 0.8s; }


body.dark-theme section.fyter::after {
    filter: brightness(0)invert(0);
}
body.dark-theme  a.joie {
    filter: brightness(1)invert(0%);
}
body.dark-theme ul.service-list li {
    background: #f5f5f5;
}
body.dark-theme .content .img::before {
    background: #ffffff;
}

body.dark-theme ul.menu  li.current_page_item > a{color:var(--color1);}
ul.menu  li.current_page_item > a{color:var(--color1);}


ul.menu  li > a:hover{color:var(--color1);}


body.dark-theme ul.menu ul {
    background: #f5f5f5;
}
body.dark-theme ul.menu {
    background: #ffffff;
}
body.dark-theme ul.menu ul a,
body.dark-theme ul.menu > li > a {
    color: #000000;
}
body.dark-theme .mobile-header > .telo > div a:hover {
    color: var(--color1);
}
body.dark-theme .mobile-header > .telo > div a.main-a:hover {
    color: #111;
}
body.dark-theme.body-scrolled .telo .main-a {
    border: 2px solid var(--color1);
}
body.body-scrolled.dark-theme .mobile-header > div .main-a {
    color: #000000;
    background: var(--color1);
}


body.dark-theme .menu-open .lines {
    opacity: 0.3;
}



body.dark-theme .mobile-header > .telo > div a .main-a{
background:var(--color1);
color:#000;
border:none;
}
body.body-scrolled.dark-theme  a.b-menu > b {
    background: #111;
}
body.dark-theme  a.b-menu > b {
    background: #fff;
}
body.dark-theme .main-a:hover
body.dark-theme .main-a {
    background: var(--color1);
    border: none;
    color: #000;
}
body.body-scrolled.dark-theme .mobile-header {
    background: #ffffff;
}
body.body-scrolled.dark-theme .mobile-header > div a {
    color: #000000;
}

body.dark-theme {
    background: #ededed;
}
body.dark-theme .all-body {
    background: #ffffff;
    color: #111;
}
body.dark-theme section.fyter {
    background: #f7f7f7;
    color: #000000;
}
body.dark-theme  section.fyter .current_page_item > a h3,
body.dark-theme section.fyter a {
    color: #000000;
}
body.dark-theme section.fyter .act a {
    color: var(--color1);
    font-weight: 600;
}
body.dark-theme button#theme-toggle {
    background: #d1d1d1;
    color: #111;
}
body.dark-theme  .arbol{
    filter: invert(1)brightness(129%);
}
.arbols {
    position: relative;
    height: 20px;
    pointer-events: none;
}
.arbol {
    position: absolute;
    bottom: 17px;
    z-index: 99;
    width: 100%;
    height: auto;
}

@media(min-width:650px){

button#theme-toggle:hover {
    filter: invert(1);
    color: #fff;
}
}



body #home-banner .swiper-button-next {
    right: 85px;
}
.gallery-swiper img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: var(--border-r);
    margin: 56px 0px;
}
ul.service-list {
    list-style: none;
    margin: 15px 0px;
    padding: 0;
}

ul.service-list li i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color1);
}
ul.service-list li {
    position: relative;
    padding: 10px 0px;
    margin: 4px 0px;
    padding-left: 50px;
    background: #1f1f1f;
    border-radius: var(--border-r);
    width: fit-content;
    padding-right: 35px;
}
.img {
    position: relative;
}
.img img {
    border-radius: var(--border-r);
    display: inline;
    overflow: hidden;
    max-height: 70vh;
    object-fit: cover;
    height: 100%;
}
.img img {
    display: block;
}
.content .img::before {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 150px;
    height: 150px;
    border-radius: 0;
    border-left: 4px solid var(--color1);
    border-bottom: 4px solid var(--color1);
    opacity: 0.4;
}
.content .img::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    width: 150px;
    height: 150px;
    border-radius: 0;
    border-right: 4px solid var(--color1);
    border-top: 4px solid var(--color1);
    opacity: 0.4;
}
h4 {
    font-size: 24px;
    font-weight: 400;
}

h2 {
    background: linear-gradient(90deg, #d5a954, #c1aa80);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 50px;
    margin: 0;
}
.container .content {
    padding: 45px 0px;
}

.gap-1{gap:1%;}
.gap-2{gap:2%;}
.gap-3{gap:3%;}
.gap-4{gap:4%;}
.gap-5{gap:5%;}
/* 🔥 FADE TOP / BOTTOM */
.fade {
    opacity: 0;
    transition: 0.5s;
}
.fade~.fade{transition:1s;}
.fade~.fade.fade{transition:1.5s;}
.fade~.fade.fade~.fade{transition:2s;}
.in-view .fade {
    opacity: 1;
}

.fade-top {
    transform: translateY(-75px);
    opacity: 0;
    transition: 0.5s;
}

.fade-bottom {
    transform: translateY(75px);
    opacity: 0;
    transition: 0.5s;
}

/* 👉 когда в зоне видимости */
.in-view .fade-top,
.in-view .fade-bottom,
.in-view.fade-top,
.in-view.fade-bottom {
    transform: translateY(0);
    opacity: 1;
}

/* 👉 задержки как у тебя */
.fade-top ~ .fade-bottom {
    transition: 1.5s;
}

.fade-bottom ~ .fade-top {
    transition: 1.5s;
}
.fade-left {
    transform: translateX(-75px)translateY(62px);
    opacity: 0;
    transition: 0.5s;
}
.fade-right {
    transform: translateX(75px)translateY(62px);
    opacity: 0;
    transition: 0.5s;
}
.in-view .fade-left,
.in-view .fade-right,
.in-view.fade-left,
.in-view.fade-right {opacity: 1;transform: translateX(0px)translateY(0px);}
.fade-left ~ .fade-right {transition: 1.5s;}
.fade-right ~ .fade-left {transition: 1.5s;}
.slide-left ~ .slide-right {transition-delay: .25s;}
.slide-right ~ .slide-left {transition-delay: .25s;}
.slide-top ~ .slide-bottom {transition-delay: .25s;}
.slide-bottom ~ .slide-top {transition-delay: .25s;}

.slide-right {
    position: relative;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.7s var(--cs-ease);
    will-change: clip-path;
}
.slide-left {
    position: relative;
    clip-path: inset(0 0 0 100%);
    transition: clip-path 0.7s var(--cs-ease);
    will-change: clip-path;
}
.slide-top {
    position: relative;
    clip-path: inset(100% 0 0 0);
    transition: clip-path 0.7s var(--cs-ease);
    will-change: clip-path;
}
.slide-bottom {
    position: relative;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.7s var(--cs-ease);
    will-change: clip-path;
}
.in-view.slide-right,
.in-view.slide-left,
.in-view.slide-top,
.in-view.slide-bottom,
.in-view .slide-right,
.in-view .slide-left,
.in-view .slide-top,
.in-view .slide-bottom,
.in-view.slide-bottom {
    clip-path: inset(0 0 0 0);
}

.g {
    display: grid;
}
.g6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.g5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.g4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.g3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.g2 {
    grid-template-columns: 1fr 1fr;
}

.f {
    display: flex;
}
.center {
    justify-content: center;
}
.space {
    justify-content: space-between;
}
.just-center {
    justify-content: center;
    flex-direction: column;
}
.text{padding-left:5%;}




:root {
  --cs-height: min(78vh, 760px);
  --cs-radius: 20px;
  --cs-speed: 700ms;
  --cs-ease: cubic-bezier(.22,.61,.36,1);
}


.custom-dropdown { position: relative; cursor: pointer; }
.custom-dropdown__selected:hover{background: var(--color1);color:#fff;}
.custom-dropdown__selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    background: #f3f3f3;
    border: 1px solid #ffffff;
    border-radius: var(--border-r);
    padding: 12px 14px;
    color: #000000;
    transition: border-color 0.2s, box-shadow 0.2s;
    width: 100%;
    transition: 0.4s;
}
.selected {
    padding: 10px 25px;
    background: #254f8e;
    color: #fff;
    border-radius: 10px;
    margin: 3px 0px;
    position: relative;
    line-height: 1;
    padding-right: 35px;
}
.selected i {
    position: absolute;
    right: 5px;
    top: calc(50% - 7px);
}


.custom-select::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #444;
  border-bottom: 2px solid #444;
  pointer-events: none;
}

/* Кастомный checkbox */
.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
}

.custom-checkbox input {
  opacity: 0;
  position: absolute;
}

.custom-checkbox span::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #777;
  border-radius: 4px;
  display: inline-block;
  transition: 0.2s;
}

.custom-checkbox input:checked + span::before {
  background-color: #f4b200;
  border-color: #f4b200;
  box-shadow: inset 0 0 0 3px #fff;
}
.custom-dropdown {
    position: relative;
    width: 100%;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.custom-dropdown__selected i { font-size: 12px; opacity: 0.8; }

.custom-dropdown__options {
    position: absolute;
    z-index: 5;
    top: 80px;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 0px solid #ffffff;
    border-radius: var(--border-r);
    padding: 0px 0;
    max-height: 240px;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
    display: none;
}
.custom-dropdown.active .custom-dropdown__options { display: block; }
.custom-dropdown__options li {
    list-style: none;
    padding: 10px 14px;
    color: #000000;
    transition: background 0.15s, color 0.15s;
    font-weight: 600;
}
.custom-dropdown__options li:hover {
    background: var(--color1);
    color: #fff;
}
.custom-dropdown__options li + li {
    border-top: 1px solid #cfcfcf;
}
@media (max-width: 767px) { .custom-dropdown__selected { padding: 10px 12px; } .custom-dropdown__options li { padding: 10px 12px; } }

.custom-dropdown .options {
    display: none;
    position: absolute;
    top: 92%;
    left: -8px;
    right: 0;
    background-color: #122035;
    border: 0px solid #ccc;
    border-radius: 15px;
    z-index: 10;
    max-height: 471px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 10px 8px;
    cursor: pointer
}

input#id_file {
    font-size: 12px
}

.custom-dropdown.active .options {
    display: block
}

.custom-dropdown .options li {
    padding: 10px 14px;
    transition: .4s;
    border-radius: 12px
}

.custom-dropdown .selected i {
    font-size: 13px;
    color: #818181
}

.custom-dropdown .options li:hover {
    background-color: #1a2b45
}

input.wpcf7-form-control.wpcf7-submit {
    background: red;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}
.main-a span {
    font-weight: 600;
}
.main-a:hover .wpcf7-spinner{background:#000;}
.main-a .wpcf7-spinner {
    opacity: 1;
    position: absolute;
    z-index: 99999999;
    background: #1a1a1a;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 0;
    height: 26px;
    width: 26px;
    transition: 0.4s;
    border-radius: 50%;
}



.con-form input, .con-form textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    padding-left: 45px;
    margin-left: -35px;
    width: calc(100% + 35px);
}

.con-form h2 {
    color: #fff;
}
.con-form {
    width: 100%;
    border-radius: var(--border-r);
    background: url(/wp-content/uploads/2026/05/vizmaker_d14ef027-994c-4672-a2ad-bf71b5727469.webp);
    background-size: cover;
    background-position: right;
    padding: 50px;
}
.con-form .telo {
    background: #1a1a1a;
    padding: 25px;
    width: fit-content;
    max-width: 500px;
    border-radius: var(--border-r);
}
/* ПЛЕЙСХОЛДЕР */
.con-form input::placeholder,
.con-form textarea::placeholder {
    color: #fff !important;
    opacity: 0.4;
}

/* ДЛЯ ВСЕХ БРАУЗЕРОВ */
.con-form input::-webkit-input-placeholder,
.con-form textarea::-webkit-input-placeholder {
    color: #fff;
}

.con-form input:-ms-input-placeholder,
.con-form textarea:-ms-input-placeholder {
    color: #fff;
}

/* АВТОЗАПОЛНЕНИЕ (Chrome ублюдок 🤡) */
.con-form input:-webkit-autofill,
.con-form textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 9999s ease-in-out 0s;
}

/* ФОКУС (убираем синюю обводку) */
.con-form input:focus,
.con-form textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* ACTIVE / HOVER */
.con-form input:active,
.con-form textarea:active,
.con-form input:hover,
.con-form textarea:hover {
    outline: none !important;
    box-shadow: none !important;
}

/* ДЛЯ IOS */
.con-form input,
.con-form textarea {
    -webkit-tap-highlight-color: transparent;
}


#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: var(--border-r);
    background: var(
    --color1);
    color: #111;
    font-size: 15px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: 0.3s;
}

#scrollTopBtn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#scrollTopBtn:hover {
    transform: scale(1.1);
}


.soc a:hover {
    color: #fff;
    background: #111;
}
.soc a:hover span{max-height:100%;opacity:1;}
.soc a span {
    color: #111;
    position: absolute;
    width: fit-content;
    right: 45px;
    background: #fff;
    height: 100%;
    border-radius: var(--border-r);
    padding: 0px 11px;
    transition: 0.4s;
    max-height: 0px;
    opacity: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.soc {
    position: fixed;
    z-index: 9999;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    right: 30px;
    font-size: 23px;
    gap: 6px;
}
.soc a {
    position: relative;
    background: var(--color1);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: var(
    --border-r);
    text-align: center;
    color: #111;
    font-size: 17px;
}
.soc a i {
    margin: 0 auto;
}


ul.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
section.fyter a {
    color: #000000;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    word-break: break-word;
}
section.fyter a:hover {
    color: var(--color1);
}
section.fyter .current_page_item > a h3{color:#fff;}

section.fyter .current_page_item > a {
    color: var(--color1);
    font-weight: 600;
}
section.fyter .act a {
    background: #212121;
    font-weight: 600;
    width: fit-content;
    padding: 4px 10px;
    border-radius: var(--border-r);
}
section.fyter .act a {
    color: var(--color1);
    font-weight: 600;
}
ul.footer-menu ul {
    list-style: disc;
    padding: 0px 15px;
}
ul.footer-menu > li,
section.fyter  .block_f_01 > div{width:100%;}

ul.footer-menu,
section.fyter  .block_f_01 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
.f-right ~ .f-right > div > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
}
section.fyter .log {
    text-align: left;
    max-width: 286px;
}
.f-right {
    text-align: left;
    margin-left: auto;
    width: fit-content;
}
.f-right a i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color1);
}

.f-right a {
    color: #fff;
    display: block;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    padding-left: 27px;
    font-weight: 400;
}



section.fyter > div{position:relative;z-index:2;}
section.fyter {
    display: grid;
    background: #ffffff;
    color: #000000;
    text-align: center;
    width: 96%;
    margin: 50px auto;
    border-radius: var(--border-r);
    padding: 30px 50px;
    margin-bottom: 0;
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 1600px;
}
.joie:hover g circle {
    animation: rotate_alogo .5s linear infinite
}

a.joie svg {
    width: 115px;
    height: auto;
    margin: -14px 7px
}

.joie:hover g>:nth-child(2n) circle {
    animation: rotate_alogo .4s linear infinite
}

@keyframes rotate_alogo {
    0% {
        transform: rotate(0) translate(8px) rotate(0)
    }

    to {
        transform: rotate(360deg) translate(8px) rotate(-360deg)
    }
}


a.joie svg>g>:nth-child(1),
a.joie svg>g>:nth-child(3),
a.joie svg>g>:nth-child(4),
a.joie svg>g>:nth-child(5) {
    fill: #152c52
}
a.joie svg g {
    filter: none;
}
a.joie svg path~g path {
    stroke-width: 24px;
    filter: brightness(0);
}
a.joie {
    text-align: center;
    display: block;
    padding: 24px;
    background: transparent;
    letter-spacing: 1px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 15px;
    color: #000000;
    font-weight: 300;
    filter: brightness(0)invert(0%);
    font-weight: 700;
}
nav.footer-nav ul {
    list-style: none;
    margin: 0;
    display: grid;
    padding: 0;
}
nav.footer-nav ul a {
    color: #000;
    font-weight: 600;
    font-size: 22px;
}


input, textarea, select {
    border-radius: 12px;
    border: none;
    background: transparent;
    border: 1px solid #d2d2d2;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-weight: 500;
    padding: 16px 0px;
}
form.wpcf7-form {
    max-width: 475px;
}
.phone-code {
    color: #111;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 6px;
    font-weight: 600;
    border-radius: var(--border-r);
}
.con-form p.i {
    position: relative;
    padding-left: 30px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    border-radius: var(--border-r);
    padding: 7px 15px;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-weight: normal;
    display: block;
    position: absolute;
    border-bottom: 1px solid red;
    height: 1px;
    width: calc(100% + 35px);
    left: -35px;
    bottom: -17px;
    font-size: 9px;
}
.con-form p.i i {
    position: absolute;
    color: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: transparent;
    color: #dc3232;
    text-align: center;
}
a#joie {
    width: 100%;
    text-align: center;
    display: block;
    padding: 20px 0px;
    margin-top: -50px;
    text-transform: uppercase;
    font-weight: 400;
    color: #999999;
    font-size: 12px;
}

body {
    background: #242424;
    background-size: contain;
    color: #000000;
}
body {
    margin: 0;
    font-family: 'Montserrat';
}
button, a {
    text-decoration: none;
    cursor: pointer;
    transition: 0.4s;
    font-family: 'montserrat';
    font-weight: 600;
    color: var(--color1);
}
img {
    width: 100%;
    height: auto;
}
section {
    position: relative;
}
* {
    box-sizing: border-box;
}

.main-a {
    cursor: pointer;
    border: 2px solid #fff;
    width: fit-content;
    padding: 15px;
    color: #fff;
    display: flex;
    gap: 15px;
    padding-left: 40px;
    position: relative;
    transition: 0.4s;
    border-radius: var(--border-r);
}
section#home-banner .swiper-slide .main-a i,
.main-a i {
left:10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.main-a:hover {
    background: var(--color1);
    color: #111;
    border: 2px solid var(--color1);
    padding-left: 50px;
    padding-right: 20px;
}
.home-1.small * {
    color: #fff;
    position: relative;
    z-index: 2;
}
.home-1.small {
    position: relative;
    padding: 10px 0px;
    padding-top: 232px;
    padding-bottom: 50px;
}
.home-1.small h1 {
    background: linear-gradient(90deg, #FED79E, #5F5138);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 50px;
    margin: 0;
}
.home-1.small::after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/05/img_9495.jpg-1.webp);
    background-size: cover;
    background-position: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.32);
    transition: 0.4s;
}
.dark-theme .home-1.small::after {
    filter: brightness(0.82);
}







@media(max-width:1600px){
.container .content {
    padding: 45px 100px;
}
}


@media(max-width:1200px){
    .home-1.small.contacts-php ~ section > :nth-child(1) {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
}
button#theme-toggle {
    width: 34px;
    height: 34px;
    font-size: 14px;
}
h2,
.home-1.small h1 {
    font-size: 38px;
}
}

@media(max-width:800px){
.forma-poup > i {
    width: 50px;
    height: 50px;
    right: 10px;
    top: 10px;
}
.pages-in {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
ul.footer-menu, section.fyter  .block_f_01 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}
.g2 {
    grid-template-columns: 1fr;
}
.revert > div > :nth-child(1) {
    order: 2;
}
.revert .img {
    order: 0;
}
.gap-2 {
    gap: 30px;
}

}

@media(max-width:650px){
.forma-poup .con-form {
    padding: 35px;
}
.home-1.small {
    position: relative;
    padding: 10px 0px;
    padding-top: 197px;
    padding-bottom: 34px;
}
li {
    font-size: 14px;
}
h4 {
    font-size: 16px;
    font-weight: 400;
}
#scrollTopBtn {
    bottom: 57px;
}
.f-right ~ .f-right > div > div {
    grid-template-columns: 1fr;
}

a.joie {
    padding-bottom: 80px;
}
.soc {
    flex-direction: row;
    gap: 6px;
    height: fit-content;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
}
body section#home-banner .swiper-button-next {
    right: 8px;
}
.content .img::after,
.content .img::before {
    width: 50px;
    height: 50px;
}
h2, .home-1.small h1 {
    font-size: 26px;
}
.con-form {
    padding: 18px 18px;
}
.container .content {
    padding: 6px 18px;
}
}


