/*============= ALIGNES ===============*/

:root {
    /* --primary: #ff7618; */
    --primary: #5592cf;
    --primary-hover: #bdccdb;
    /* --head-primary: #2b2b2b; */
    /* --head-primary: #ded6c4; */
    --head-primary: #9c937c;
    --head-secondary: #fff;
    --main-text-primary: #646464;
    --main-text-secondary: #000;
    --background: #fff;
    /* --background-secondary: #2b2b2b; */
    --background-secondary: #5491ce;
    --background-thirdly: #f4f4f4;
    /* --background-fourth: #3a3a3a; */
    --background-fourth: #5491ce;
    --stroke: #e7e7e7;

    /* --font-family: "Inter Tight", sans-serif; */
    --font-family: "Oswald";
    --second-family: "Onest";
}

.alignwide {
    width: 100%;
}

.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
    .alignfull {
        width: 100vw !important;
        max-width: unset;
    }
}

#primary {
    background: var(--background-thirdly);
}

::selection {
    color: white;
    background-color: var(--primary);
}

.white-bg {
    background: var(--background);
}

.light-bg {
    background: var(--background-thirdly);
}

.archive-services.light-bg {
    background: var(--primary) !important;
}

.dark-bg {
    background: var(--background-secondary);
}

.dark-bg .btn {
    background-color: #54aaff !important;
}

#archive-services .p2,
#archive-services .service-title,
.service-banner-block .content .left-side .title,
.service-banner-block .content .left-side .desc,
.service-banner-block .content .left-side .btns-holder .text,
.service-banner-block .content .left-side .btns-holder .text span {
    color: var(--background) !important;
}

.service-banner-block .content .left-side .title,
.service-banner-block .content .left-side .desc,
.service-banner-block .content .left-side .btns-holder .text,
.service-banner-block .advantage .text,
.service-banner-block .advantage .text * {
    color: #000 !important;
}

#archive-services .service-title,
#archive-services .p2 {
    color: var(--main-text-secondary) !important;
}

.service-banner-block .btn {
    background-color: #3c4047;
}

.service-banner-block .content .left-side .btns-holder .text span {
    background-color: var(--primary);
}

.services-card-block {
    padding-top: 60px;
    background: transparent;
}

#archive-category,
.single-services #primary,
.page-id-21 #primary,
.page-id-34 #primary,
.page-banner-block.light-bg {
    background: var(--primary);
}

.service-banner-block.light-bg {
    background: var(--primary);
}

/* #archive-category .advantages-block{
  background-color: var(--background-thirdly) !important;
}
#archive-category .advantages-block h2{
  color: var(--main-text-secondary) !important;
} */

.services-card-block.dark-bg {
    background: var(--background-thirdly) !important;
}

.archive .service-title,
.archive .service-desc {
    color: #000 !important;
}

.padding-top {
    padding-top: 80px;
}

.padding-bottom {
    padding-bottom: 80px;
}

@media (max-width: 992px) {
    .padding-top {
        padding-top: 60px;
    }

    .padding-bottom {
        padding-bottom: 60px;
    }
}

@media (max-width: 576px) {
    .padding-top {
        padding-top: 40px;
    }

    .padding-bottom {
        padding-bottom: 40px;
    }
}

#wpadminbar .quicklinks ul {
    flex-direction: row !important;
}

/* =========== BASE CONFIG =========== */
html {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    font-family: var(--second-family);
    box-sizing: inherit;
    color: var(--main-text-primary);
}

.dark-bg * {
    color: var(--head-secondary);
}

body {
    overflow-x: hidden;
    margin: 0 auto;
    width: auto;
    /* background: var(--head-primary); */
}

body.privacy-policy main {
    margin-bottom: 40px;
}

body.privacy-policy main p {
    color: var(--main-text-secondary);
}

body:has(.service-banner-block) .page-title,
body:has(.page-banner-block) .page-title {
    display: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: var(--stroke);
    /* border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; */
}

::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: var(--primary);
}

a {
    text-decoration: none;
    color: var(--head-primary);
    transition: all 0.3s;
}

a:hover {
    color: var(--primary);
}

span {
    color: var(--primary) !important;
}

strong {
    color: inherit;
    font-weight: 600;
}

ul,
ol {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

ol {
    gap: 5px;
    list-style-position: outside;
    padding-left: 20px;
}

ol li {
    padding-left: 5px;
}

ol li::marker {
    display: flex;
    list-style-position: inside;
    margin-right: 10px;
    padding-right: 20px;
}

ul li {
    display: flex;
    position: relative;
    align-items: start;
    font-size: inherit;
    list-style-position: inside;
    list-style-type: none;
    height: fit-content;
    gap: 10px;
}

h1.page-title {
    margin: 0;
    color: #000;
    padding: 10px;
    width: 100%;
    padding-bottom: 30px;
    border-radius: 10px;
    /* background: var(--background-fourth); */
}

#archive-works .works-wrap {
    padding-top: 40px;
}

ul li::before {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    content: "";
    flex-shrink: 0;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: var(--background);
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul {
        gap: 5px;
    }

    ul li::before {
        width: 7px;
        height: 7px;
    }
}

table {
    font-size: 14px;
}

h2.wp-block-heading {
    font-size: 32px;
    margin: 20px 0;
}

@media (max-width: 767px) {
    h2.wp-block-heading {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.wp-block-heading,
.wp-block-heading * {
    color: var(--head-secondary);
}

h1 {
    font-weight: 700;
    font-size: 58px;
    line-height: 110%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: var(--font-family);
    color: var(--head-primary);
}

h2,
.h2,
.h2 p {
    font-weight: 500;
    font-size: 54px;
    line-height: 110%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: var(--font-family);
    /* color: var(--head-primary); */
    color: #000;
}

h3,
.h3,
.h3 p {
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: var(--font-family);
    color: var(--head-primary);
}

h4,
.h4,
.h4 p {
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    text-transform: uppercase;
    font-family: var(--font-family);
    /* color: var(--head-primary); */
    color: #000;
}

h5,
.h5,
.h5 p {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    text-transform: uppercase;
    font-family: var(--font-family);
    color: var(--primary);
}

h6,
.h6,
.h6 p {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    font-family: var(--second-family);
    color: var(--head-primary);
}

.price-font,
.price-font p {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    font-family: var(--font-family);
    color: var(--head-primary);
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

.p1,
.p1 p,
.p1 li {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}

.p2,
.p2 p,
.p2 li {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

.p3,
.p3 p,
.p3 li {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg .h2,
.dark-bg .h2 p,
.dark-bg h3,
.dark-bg .h3,
.dark-bg .h3 p,
.dark-bg h4,
.dark-bg .h4,
.dark-bg .h4 p,
.dark-bg h5,
.dark-bg .h5,
.dark-bg .h5 p,
.dark-bg h6,
.dark-bg .h6,
.dark-bg .h6 p,
.dark-bg .price-font,
.dark-bg .price-font p {
    color: var(--head-secondary);
}

@media (max-width: 1480px) {
    h1 {
        font-size: 50px;
    }
}

@media (max-width: 1200px) {
    h1 {
        font-size: 42px;
    }

    h2,
    .h2,
    .h2 p {
        font-size: 42px;
    }

    h3,
    .h3,
    .h3 p {
        font-size: 28px;
    }

    h4,
    .h4,
    .h4 p {
        font-size: 22px;
    }

    h5,
    .h5,
    .h5 p {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    h1 {
        font-size: 42px;
        margin-bottom: 30px;
    }

    h2,
    .h2,
    .h2 p {
        font-size: 32px;
        margin-bottom: 40px;
    }

    h3,
    .h3,
    .h3 p {
        font-size: 24px;
    }

    h4,
    .h4,
    .h4 p {
        font-size: 18px;
    }

    .price-font,
    .price-font p {
        font-size: 20px;
    }

    .p1,
    .p1 p,
    .p1 li {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    h6,
    .h6,
    .h6 p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    h2,
    .h2,
    .h2 p {
        font-size: 24px;
        margin-bottom: 20px;
    }

    h3,
    .h3,
    .h3 p {
        font-size: 18px;
    }

    h4,
    .h4,
    .h4 p,
    h5,
    .h5,
    .h5 p,
    .price-font,
    .price-font p {
        font-size: 16px;
    }

    p,
    .p1,
    .p1 p,
    .p1 li,
    .p2,
    .p2 p,
    .p2 li,
    .p3,
    .p3 p,
    .p3 li {
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    h1,
    h2,
    .h2,
    .h2 p {
        font-size: 22px;
    }

    h3,
    .h3,
    .h3 p {
        font-size: 16px;
    }

    h4,
    .h4,
    .h4 p,
    h5,
    .h5,
    .h5 p,
    h6,
    .h6,
    .h6 p {
        font-size: 14px;
    }
}

main.foned {
    position: relative;
    overflow: hidden;
    z-index: 999;
}

main.foned:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.breadcrumbs,
.breadcrumbs * {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    padding-top: 20px;
    line-height: 150%;
    color: var(--main-text-secondary) !important;
    transition: all 0.3s;
}

.breadcrumbs span:hover {
    color: var(--primary) !important;
}

.breadcrumbs .current-item,
.breadcrumbs .current-item:hover,
.breadcrumbs .current-item span,
.breadcrumbs .current-item span:hover {
    color: var(--main-text-secondary) !important;
}

.container {
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.btn {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 50px;
    text-align: center;
    outline: none;
    padding: 10px 45px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--head-secondary);
    background: var(--primary);
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn * {
    color: var(--head-secondary);
}

.btn:hover {
    background: var(--head-secondary) !important;
    color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}

.btn.first {
    background: transparent;
    border: 1px solid var(--head-secondary);
}

.btn.first:hover {
    background: var(--primary-hover);
    border: 1px solid var(--primary-hover);
}

@media (max-width: 420px) {
    .btn {
        width: 100%;
        height: 50px;
        padding: 10px 20px;
        font-size: 14px;
    }
}

#main {
    min-height: 60vh;
}

.title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
}

.title-wrap .title {
    text-align: center;
    max-width: 820px;
}

.title-wrap .mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: 1px solid var(--stroke);
    border-radius: 5px;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: var(--main-text-primary);
}

@media (max-width: 576px) {
    .title-wrap {
        gap: 10px;
    }

    .title-wrap .mark {
        font-size: 14px;
        padding: 5px 10px;
    }
}

/*============ HEADER =================*/
#header {
    display: flex;
    flex-direction: column;
    position: sticky;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 60px;
    top: 0;
    /* margin-bottom: 20px; */
    background: var(--background-secondary);
    z-index: 99;
    transition: all 0.3s;
}

#header.header-transparent {
    position: relative;
    background: transparent;
    transition: all 0.3s;
}

#header.active {
    position: sticky;
    background: var(--background-secondary);
    transition: all 0.3s;
}

.header__bottom-wrap,
.header__top-wrap {
    width: 100%;
}

#header.header-transparent .header__bottom-wrap {
    border-top: none;
}

.header__bottom-wrap,
#header.active .header__bottom-wrap {
    border-top: 1px solid var(--background-thirdly);
}

#header * {
    color: var(--head-secondary);
    transition: all 0.3s;
}

#header a:hover {
    color: var(--primary);
}

#header .logo-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 240px;
    height: 70px;
    overflow: hidden;
}

#header .logo-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    gap: 80px;
}

.header__top .item-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header__top .item-wrap.center {
    margin-left: auto;
}

.header__top .info-holder {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 355px;
    gap: 10px;
}

.header__top .info-holder .emails-holder a,
.header__top .info-holder .time-work-holder {
    /* color: var(--main-text-secondary) !important; */
}

.header__top .info-holder .links-holder {
    display: flex;
    align-items: center;
    gap: 10px;
}

.link-soc a {
    color: var(--background);
    font-weight: 700;
}

.header__top .phones-holder {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header__top .phones-holder .phone {
    white-space: nowrap;
}

.header__top a:hover {
    color: #1c617d !important;
}

.link-soc a:hover {
    color: #1c617d !important;
}

.header__top .soc-holder {
    display: flex;
    gap: 10px;
}

.header__top .soc-holder .soc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 11px;
    background: var(--head-secondary);
    border-radius: 5px;
}

.header__top .soc-holder .soc-icon svg {
    width: 100%;
    height: 100%;
}

.header__top .soc-holder .soc-icon:hover {
    background: var(--primary);
}

.header__top .soc-holder .soc-icon svg {
    width: 100%;
    height: 100%;
}

.header__top .soc-holder .soc-icon svg rect {
    fill: transparent;
}

.header__top .soc-holder .soc-icon:hover svg path {
    fill: var(--head-secondary);
}

.header__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#header li::before {
    display: none;
}

#header .header-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 10px 0;
}

#header .header-menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
}

#header .header-menu li:hover {
    background: var(--primary-hover);
}

#header .header-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 40px;
    padding: 0 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    gap: 10px;
    color: var(--head-secondary);
}

#header .header-menu .nav-menu-element.has-childs > a::after {
    content: "";
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/arrow-down.svg);
    transition: all 0.3s;
}

#header .header-menu .nav-menu-element.has-childs:hover > a::after {
    transform: rotate(-180deg);
}

#header .header-menu .sub-menu {
    /* display: flex;
  flex-direction: column; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    top: 30px;
    width: max-content;
    height: max-content;
    min-width: 180px;
    padding: 30px;
    left: 50%;
    right: 0;
    gap: 15px;
    column-gap: 50px;
    opacity: 0;
    visibility: hidden;
    cursor: default;
    transform: translate(0, 20px);
    transition: all 0.3s ease;
    transition-delay: 0.15s;
    border-top: 1px solid var(--head-primary);
    border-radius: 0 0 10px 10px;
    background: var(--background-fourth);
    z-index: 100;
}

#header .header-menu .sub-menu li:hover {
    background: transparent;
}

#header .header-menu .sub-menu li a {
    position: relative;
    justify-content: start;
    text-align: start;
    min-height: auto;
    min-width: 180px;
}

#header .header-menu .sub-menu li:hover a {
    transform: translate(25px, 0);
}

#header .header-menu .sub-menu li a::before {
    display: block;
    position: absolute;
    top: 0;
    left: -40px;
    width: 16px;
    height: 15px;
    content: "";
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/arrow-sub-menu.svg);
    opacity: 0;
    transition: all 0.3s;
}

#header .header-menu .sub-menu li:hover a::before {
    left: -25px;
    opacity: 1;
}

#header .header-menu > .nav-menu-element:last-child.has-childs .sub-menu {
    left: auto;
    right: 50%;
    gap: 15px;
    opacity: 0;
    transform: translate(0, 20px);
}

#header .header-menu > .nav-menu-element.has-childs:hover .sub-menu,
#header .header-menu > .nav-menu-element.has-childs:active .sub-menu {
    opacity: 1;
    left: 0%;
    visibility: visible;
}

#header .header-menu > .nav-menu-element:last-child.has-childs:hover .sub-menu,
#header
    .header-menu
    > .nav-menu-element:last-child.has-childs:active
    .sub-menu {
    opacity: 1;
    left: auto;
    right: 0%;
    visibility: visible;
}

#header .header-menu .sub-menu .nav-menu-element a {
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    height: fit-content;
    padding: 0;
    text-transform: none;
}

#header .header-menu .sub-menu .nav-menu-element a:hover {
}

#header .burger.open_menu {
    display: none;
    flex-direction: column;
    background-color: transparent;
    height: 30px;
    width: 30px;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 2px;
    flex-shrink: 0;
    cursor: pointer;
}

#header .burger.open_menu span {
    background-color: var(--primary);
    pointer-events: none;
    width: 24px;
    height: 2px;
    transition: all 0.3s ease-in;
}

#header .burger.open_menu.clicked {
    background-color: var(--primary);
}

#header .burger.open_menu.clicked span {
    background-color: var(--head-secondary);
}

@media (max-width: 1420px) {
    .header__top {
        gap: 30px;
    }

    #header .header-menu {
        display: none;
    }

    #header .burger.open_menu {
        display: flex;
    }
}

@media (max-width: 1200px) {
    .header__top .soc-holder,
    .header__top .info-holder.address {
        display: none;
    }
}

@media (max-width: 767px) {
    #header {
        min-height: 50px;
    }

    .header__top {
        padding: 10px 0;
        column-gap: 20px;
        row-gap: 10px;
    }

    #header .header__top .logo-holder {
        min-width: auto;
        max-width: 140px;
        max-height: 60px;
        min-height: auto;
    }

    #header .header__info {
        min-height: auto;
    }

    #header .header__info .phones-holder {
        height: auto;
        padding: 0;
        padding-right: 10px;
        background: transparent;
    }

    #header .header__info .phones-holder .phone {
        font-size: 14px;
    }

    #header .header__info .phones-holder img {
        display: none;
    }

    #header .header__info .btn-holder .btn {
        height: 40px;
    }
}

@media (max-width: 576px) {
    #header .header__info .btn-holder {
        display: none;
    }
}

@media (max-width: 420px) {
    .header__top {
        gap: 10px;
    }

    #header .burger.open_menu {
        width: 30px;
    }

    #header .burger.open_menu span {
        width: 25px;
    }
}

@media (max-width: 380px) {
    #header .header__top .logo-holder {
        max-width: 110px;
        max-height: 40px;
    }

    .header__top .phones-holder .phone {
        font-size: 12px;
    }
}

/*================ MOBILE MNU Start =============*/

#header #mobile-mnu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 320px;
    gap: 20px;
    background-color: var(--head-primary);
    padding: 30px 20px;
    overflow-y: auto;
    transition: all 0.3s ease-in;
    transform: translateX(-350px);
    z-index: 9999;
}

#header #mobile-mnu #close-mnu {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

#header #mobile-mnu #close-mnu svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#header #mobile-mnu #close-mnu path {
    fill: var(--primary);
}

#header #mobile-mnu .logo-holder {
    display: flex;
    min-height: 50px;
    margin-bottom: 20px;
    gap: 10px;
}

#header #mobile-mnu .logo-holder img {
    width: 200px;
    max-height: 70px;
}

#header #mobile-mnu .logo-holder .text-wrap {
    gap: 10px;
}

#header #mobile-mnu .logo-holder .title {
    font-size: 14px;
    line-height: 120%;
}

#header #mobile-mnu .logo-holder .subtitle {
    font-size: 12px;
}

#header #mobile-mnu .nav-menu-element.has-childs .nav-menu-element {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin: 0;
}

#header #mobile-mnu .menuTop {
    list-style-type: none;
    gap: 0;
}

#header #mobile-mnu .menuTop li {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    gap: 0;
}

#header #mobile-mnu .menuTop li a {
    position: relative;
    width: 100%;
}

#header #mobile-mnu .menuTop li a:hover {
    color: var(--primary);
}

#header #mobile-mnu .menuTop li a:hover {
    color: var(--primary);
}

#header #mobile-mnu .address-holder {
    display: flex;
    flex-direction: column;
}

#header #mobile-mnu .emails-holder {
    display: flex;
    flex-direction: column;
}

#header #mobile-mnu .phones-holder {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#header #mobile-mnu .phones-holder .text {
    font-size: 14px;
    font-weight: 500;
    color: var(--light-text);
}

#header #mobile-mnu .phones-holder .phone a {
    font-size: 20px;
    font-weight: 600;
}

#header #mobile-mnu .btn {
    width: 100%;
    height: 50px;
}

#header #mobile-mnu.opened {
    transform: translateX(0);
}

#header #mobile-mnu .soc-holder {
    margin-top: 10px;
}

#header #mobile-mnu .soc {
    width: 35px;
    height: 35px;
}

#header #mobile-mnu .sub-menu {
    margin-top: 10px;
    gap: 5px;
}

/* #header #mobile-mnu .sub-menu li::before {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  content: '';
  flex-shrink: 0;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--primary);
  margin-top: 5px;
} */

#header #mobile-mnu .nav-menu-element.has-childs > a {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* #header #mobile-mnu .nav-menu-element.has-childs>a::after {
  content: "";
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow-down.svg);
  transition: all 0.3s;
  transform: rotate(-180deg);
}

#header #mobile-mnu .nav-menu-element.has-childs>a:hover::after {
  transform: rotate(0);
} */

#header #mobile-mnu .sub-menu .nav-menu-element a {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
}

#header #mobile-mnu .sub-menu .nav-menu-element a:before {
    content: "";
    width: 5px;
    height: 1px;
    top: 10px;
    left: 0;
    position: absolute;
    background: var(--card);
}

#header #mobile-mnu .mobileMenu li a,
#header #mobile-mnu .address-holder p,
#header #mobile-mnu .address-holder .time-work,
#header #mobile-mnu a {
    font-size: 16px;
    line-height: 130%;
    font-weight: 450;
}

/*================ MOBILE MNU End =============*/

/*============ FOOTER Start ===============*/
#footer {
    display: flex;
    flex-direction: column;
    min-height: 60px;
    background: var(--background);
    border-top: 1px solid var(--stroke);
}

#footer * {
    color: var(--main-text-primary);
    transition: all 0.3s;
}

#footer li::before {
    display: none;
}

.footer__top a:hover {
    color: var(--primary) !important;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    padding: 50px 0 30px 0;
    gap: 60px;
    row-gap: 20px;
}

.footer__top .menu {
    display: flex;
    flex-direction: column;
    min-width: 150px;
    flex: 1;
}

.footer__top .menu-title {
    display: flex;
    padding-bottom: 25px;
    color: var(--head-primary) !important;
}

.footer__top .item-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer__top .item-wrap .link-soc a {
    color: var(--main-text-primary) !important;
}

.footer__top .item-wrap .link-soc a:hover {
    color: var(--primary) !important;
}

.footer__top .contact-holder .item-wrap,
.footer__top .contact-holder .item-wrap .phone {
    white-space: nowrap;
}

.soc-holder {
    display: flex;
    gap: 10px;
}

.soc-holder .soc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 11px;
    background: var(--head-secondary);
    border: 1px solid var(--stroke);
    border-radius: 5px;
}

.soc-holder .soc-icon svg {
    width: 100%;
    height: 100%;
}

.soc-holder .soc-icon:hover {
    background: var(--primary);
    border: 1px solid var(--primary);
}

.soc-holder .soc-icon svg {
    width: 100%;
    height: 100%;
}

.soc-holder .soc-icon svg rect {
    fill: transparent;
}

.soc-holder .soc-icon:hover svg path {
    fill: var(--head-secondary);
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    gap: 20px;
    border-top: 1px solid var(--stroke);
}

#footer .dev {
    display: flex;
    align-items: center;
    gap: 10px;
}

#footer .privacy-holder {
    text-decoration: underline;
    text-underline-offset: 3px;
}

#footer .privacy-holder:hover,
#footer .dev:hover {
    color: var(--primary);
}

#footer .dev .glogo {
    width: 111px;
    height: 17px;
    mask-image: url(../images/gmask.png);
    mask-origin: border-box;
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: var(--main-text-primary);
    position: relative;
    cursor: pointer;
    display: inline-flex;
    vertical-align: sub;
    overflow: hidden;
}

#footer .dev .glogo:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: red;
    transform: translateX(100%);
    transition: transform 0.7s ease-in;
    background: linear-gradient(
            90deg,
            #fe6604 10%,
            #ee0a76 30%,
            #ee0a76 60%,
            #fe6604 101%
        )
        repeat-x 0 0;
    background-size: 100px;
    animation-duration: 5s;
    animation-name: slideUp;
    animation-iteration-count: infinite;
    animation-delay: 3s;
}

#footer .dev .glogo:hover:before {
    animation-name: unset;
    transform: translateX(0);
}

@keyframes slideUp {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1200px) {
    .footer__top {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 860px) {
    .footer__bottom {
        flex-direction: column;
        padding: 20px 0;
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .footer__top {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        padding: 30px 0 20px 0;
        gap: 40px;
    }

    .footer__top .menu-title {
        padding-bottom: 10px;
    }
}

@media (max-width: 380px) {
    #footer * {
        align-items: center;
        text-align: center;
    }

    .footer__top {
        flex-direction: column;
        gap: 20px;
    }
}

/*============ FOOTER End ===============*/

/* ============== SEARCH ============= */

.search-page .search__holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    gap: 10px;
    margin-bottom: 40px;
}

.search-page .search__holder .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    padding: 20px;
    border-radius: 10px;
    background: var(--background-fourth);
}

.search-page .search__holder .item__name {
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s;
}

.search-page .search__holder .item__array {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    margin-left: 15px;
    border-radius: 50%;
    background-color: var(--main-text);
    transition: all 0.3s;
}

.search-page .search__holder .item:hover .item__array {
    background-color: var(--primary);
}

.search-page .search__holder .item:hover .item__name {
    color: var(--primary);
}

.header__top .search {
    display: flex;
    align-items: center;
    position: relative;
    width: 325px;
    height: 50px;
    gap: 10px;
    outline: none;
    border: none;
}

.header__top .search__input {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-right: 60px;
    outline: none;
    border: none;
    background: #3c4047;
    border: 1px solid var(--background);
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}

.header__top .search__input::placeholder {
    color: var(--head-secondary);
}

.header__top .search__input:focus {
    background: var(--head-secondary);
    border: 1px solid var(--primary);
    color: var(--primary) !important;
}

.header__top .search__input:focus::placeholder {
    color: var(--primary);
}

.header__top .search__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.header__top .search__input:focus ~ .search__btn svg path {
    stroke: var(--primary);
}

/* .header__top input:focus~ .search__btn-close,
.header__top input:active~ .search__btn-close, */
.header__top input:not(:placeholder-shown) ~ .search__btn-close {
    opacity: 1;
}

@media (max-width: 1420px) {
    .header__top .search {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .search-page .search__holder .item__name {
        font-size: 16px;
    }

    .header__top .search {
        width: 200px;
        height: 40px;
    }

    .header__top .search__input {
        padding-left: 15px;
        padding-right: 40px;
    }

    .header__top .search__btn {
        right: 10px;
    }
}

@media (max-width: 620px) {
    .header__top {
        flex-wrap: wrap;
    }

    .header__top .time-work-holder {
        display: none;
    }

    .header__top .item-wrap.center {
        width: 100%;
        order: 2;
    }

    .header__top .search {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .search-page .search__holder .item {
        min-height: 60px;
    }

    .search-page .search__holder .item__name {
        font-size: 14px;
    }

    .search-page .search__holder {
        grid-template-columns: 1fr;
        grid-column-gap: 20px;
    }
}

/* ============== SEARCH ============= */

/*============ ERROR PAGE Start ===============*/

.error-wrapper {
    display: flex;
    align-items: center;
    gap: 130px;
}

.error-wrapper .right-side,
.error-wrapper .error-img {
    width: 100%;
}

.error-wrapper .right-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.error-wrapper .right-side .error-title,
.error-wrapper .right-side .error-subtitle {
    max-width: 570px;
    margin: 0;
}

.error-wrapper .right-side .btn {
    margin-top: 20px;
}

.error-wrapper .error-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 440px;
}

.error-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1100px) {
    .error-wrapper {
        gap: 50px;
    }
}

@media (max-width: 767px) {
    .error-wrapper {
        flex-direction: column;
    }

    .error-wrapper .error-img {
        max-height: 220px;
    }
}

@media (max-width: 380px) {
    .error-wrapper .error-img {
        max-height: 150px;
    }
}

/*============ ERROR page End===============*/

/* swiper-thumbs start */

.swiper-thumbs__holder,
.swiper-thumbs__holder .swiper {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.swiper-thumbs__holder .thumbs .swiper-wrapper {
    height: auto !important;
    flex-direction: column;
}

.swiper-thumbs__holder {
    overflow: visible !important;
    position: sticky;
    top: 200px;
    height: fit-content;
    flex-shrink: 0 !important;
}

.swiper-thumbs__holder {
    max-width: 840px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.swiper-thumbs__holder .holder {
    width: 100%;
    height: 500px;
    /* max-height: 50vw; */
    border-radius: 3px;
    overflow: hidden;
}

.swiper-thumbs__holder .swiper-slide {
    width: 100%;
    height: auto;
    display: flex;
    align-self: stretch;
}

.swiper-thumbs__holder .holder-photo {
    width: 100%;
    height: 99%;
    overflow: hidden;
    display: flex;
    align-self: stretch;
    background: var(--white);
    border-radius: 10px;
    padding-bottom: 1px;
}

.swiper-thumbs__holder .holder-photo img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: auto auto;
    object-fit: cover;
    display: flex;
    aspect-ratio: 3/2;
}

.swiper-thumbs__holder .thumbs .swiper {
    max-width: 80px;
    width: 100%;
    margin: unset;
    max-height: 350px;
    padding-bottom: 1px;
}

.swiper-thumbs__holder .thumbs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    max-width: 80px;
    max-height: 500px;
}

.swiper-button-prev-thumbs,
.swiper-button-next-thumbs {
    cursor: pointer;
}

.swiper-thumbs__holder .thumbs .swiper .swiper-slide {
    width: 100%;
    height: calc(94% / 4);
    display: flex;
    margin-bottom: 10px;
}

.swiper-thumbs__holder .thumbs .swiper .swiper-slide:last-child {
    margin-bottom: unset !important;
    padding-bottom: 0 !important;
}

.swiper-thumbs__holder .thumbs .swiper .swiper-slide > * {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 10px;
    background: var(--white);
}

.swiper-thumbs__holder
    .thumbs
    .swiper
    .swiper-slide.swiper-slide-thumb-active
    > * {
    border-color: var(--primary) !important;
}

.swiper-thumbs__holder .thumbs .swiper .swiper-slide > * > * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    aspect-ratio: 1/1;
}

.swiper-thumbs__holder .swiper-slide {
    cursor: pointer;
}

.swiper-thumbs__arrows {
    display: flex;
    flex-direction: row;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    gap: var(--twenty);
}

.swiper-thumbs__arrows > * {
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
}

@media (max-width: 700px) {
    .single-product__content-holder {
        flex-direction: column !important;
    }

    .swiper-thumbs__holder .thumbs .swiper-wrapper {
        flex-direction: row;
    }

    .single-product__swiper-holder .swiper-button-prev-thumbs svg {
        transform: rotate(-90deg);
    }

    .single-product__swiper-holder .swiper-button-next-thumbs svg {
        transform: rotate(-90deg);
    }

    .swiper-thumbs__holder {
        position: relative !important;
        top: unset !important;
        flex-direction: column-reverse;
        max-width: 100%;
    }

    .swiper-thumbs__holder .holder {
        max-height: 100vw !important;
        height: 100% !important;
    }

    .swiper-thumbs__holder .thumbs {
        flex-direction: row;
        max-width: unset;
        width: 100%;
    }

    .swiper-thumbs__holder .thumbs .swiper {
        max-width: unset;
        width: 100%;
    }

    .swiper-thumbs__holder .thumbs .swiper .swiper-slide {
        margin-bottom: unset;
        margin-right: 10px;
        width: calc(93% / 4);
        height: 110px;
    }

    .swiper-thumbs__holder .thumbs .swiper .swiper-slide:last-child {
        margin-right: 0px;
    }

    .swiper-thumbs__arrows {
        flex-direction: column !important;
    }

    .swiper-thumbs__holder .thumbs .swiper .swiper-slide:last-child {
        padding-bottom: 0px;
        padding-right: 5px;
    }
}

/* @media(max-width:650px) {
  .swiper-thumbs__holder .thumbs .swiper .swiper-slide {
    width: calc(91.5% / 4);
    height: 110px;
  }
}

@media(max-width:600px) {
  .swiper-thumbs__holder .thumbs .swiper .swiper-slide {
    width: calc(91% / 4);
    height: 110px;
  }
} */

@media (max-width: 550px) {
    .swiper-thumbs__holder .thumbs .swiper {
        padding: 5px;
    }

    .swiper-thumbs__holder .thumbs .swiper .swiper-slide {
        width: calc(94% / 3);
        height: 110px;
    }
}

@media (max-width: 420px) {
    .swiper-thumbs__holder .thumbs .swiper .swiper-slide {
        width: calc(91.5% / 3);
        height: calc(91.5% / 3);
    }
}

@media (max-width: 350px) {
    .swiper-thumbs__holder .thumbs .swiper .swiper-slide {
        width: calc(90.5% / 3);
        height: calc(90.5% / 3);
    }
}

/* swiper-thumbs end */

/* ============== SWIPER Start ============= */

.swiper {
    width: 100%;
    overflow: hidden;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-additionals {
    display: flex;
    align-items: start;
    justify-content: center;
    width: 100%;
    gap: 20px;
}

.swiper-pagination {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: fit-content !important;
    gap: 10px !important;
}

.swiper-pagination-bullet {
    width: 30px !important;
    height: 2px !important;
    opacity: 0.4 !important;
    margin: 0 !important;
    background: var(--primary) !important;
    transition: background-color 0.3s !important;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
    opacity: 1 !important;
    background: var(--primary) !important;
}

.swiper-pagination-wide {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: fit-content !important;
}

.swiper-pagination-wide .swiper-pagination-bullet {
    width: 15px !important;
    height: 3px !important;
    margin: 0 5px !important;
    opacity: 1 !important;
    background-color: var(--Card) !important;
    border-radius: 3px !important;
    transition: background-color 0.15s ease-in;
}

.swiper-pagination-wide .swiper-pagination-bullet-active,
.swiper-pagination-wide .swiper-pagination-bullet:hover {
    background-color: var(--primary) !important;
}

.thumbs.swiper {
    width: 80px;
    height: 350px;
    flex-shrink: 0;
}

.thumbs.swiper .swiper-slide {
    /* width: 80px !important;
  height: 80px !important; */
}

.thumbs.swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.swiper-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.swiper-btn-prev {
    scale: -1;
}

.swiper-btn-prev,
.swiper-btn-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-top: 40px;
    border-radius: 5px;
    flex-shrink: 0;
    cursor: pointer;
    border: 1px solid var(--primary);
    transition: background-color 0.3s;
}

.swiper-btn-prev:hover,
.swiper-btn-next:hover {
    background: var(--primary-hover);
    border: 1px solid var(--primary-hover);
}

.swiper-btn-prev svg path,
.swiper-btn-next svg path {
    fill: var(--primary);
    transition: fill 0.3s;
}

.swiper-btn-prev:hover svg path,
.swiper-btn-next:hover svg path {
    fill: var(--head-secondary);
}

.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
    background: var(--stroke);
    border: 1px solid var(--stroke);
}

.swiper-button-disabled svg path {
    fill: var(--main-text-primary);
}

@media (max-width: 767px) {
    .swiper-btn-prev,
    .swiper-btn-next {
        margin-top: 20px;
    }
}

/* ============== SWIPER End ============= */

/* ============== PAGINATION PAGE Start ============= */

.page-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    margin-top: 40px;
}

.page-navigation .swiper-btn-next,
.page-navigation .swiper-btn-prev {
    margin: 0;
}

.page-navigation .disabled {
    background: var(--main-text-primary);
    border-color: var(--main-text-primary);
    pointer-events: none;
}

.page-navigation .disabled svg path {
    fill: var(--main-text-secondary) !important;
}

.page-navigation .nav-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.page-navigation .nav-links .page-numbers {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: var(--main-text-primary);
    transition: 0.3s;
}

.page-navigation .nav-links .page-numbers:hover {
    color: var(--primary);
}

.page-navigation .nav-links .page-numbers.current {
    color: var(--head-secondary) !important;
}

@media (max-width: 767px) {
    .page-navigation {
        margin-top: 20px;
    }
}

/* ============== PAGINATION PAGE End ============= */

/* ============== MODAL Start ============= */
.theme-modal {
    display: none;
}

.theme-modal.fancybox__content {
    display: flex;
    flex-direction: column;
    display: none;
    position: relative;
    width: 515px;
    padding: 40px;
    background: var(--head-primary);
    border-radius: 10px;
    overflow: auto;
}

.theme-modal .title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 54px;
    line-height: 110%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
    color: var(--head-secondary);
    margin-bottom: 15px;
}

.theme-modal .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: var(--main-text-secondary);
    margin-bottom: 25px;
}

.theme-modal .btn {
    width: 100%;
}

.fancybox__content > .f-button.is-close-btn {
    top: 20px !important;
    right: 20px !important;
    --f-button-width: 15px !important;
    --f-button-height: 15px !important;
    --f-button-border-radius: unset !important;
    --f-button-color: unset !important;
    --f-button-hover-color: unset !important;
    --f-button-bg: transparent !important;
    --f-button-hover-bg: transparent !important;
    --f-button-active-bg: transparent !important;
    --f-button-svg-width: 100% !important;
    --f-button-svg-height: 100% !important;
}

.f-button svg {
    stroke: white !important;
}

.f-button.is-close-btn svg {
    stroke: transparent !important;
    fill: white;
}

.fancybox__content > .f-button.is-close-btn svg path {
    fill: var(--main-text-primary);
    transition: all 0.3s;
}

.fancybox__content > .f-button.is-close-btn:hover svg path {
    fill: var(--primary);
    stroke: transparent !important;
}

.theme-modal.fancybox__content .f-button.is-close-btn:hover svg path {
    fill: var(--primary);
}

.fancybox__content {
    border-radius: 10px !important;
    overflow: hidden !important;
}

.fancybox__html5video,
.fancybox__iframe {
    outline: none;
    overflow: hidden;
}

.fancybox__backdrop {
    background-color: #ffffff8f !important;
}

.fancybox__slide {
    padding: 60px 5px !important;
}

button {
    border: unset;
}

button,
input {
    outline: none;
}

.theme-modal #file {
    display: none;
}

.theme-modal .file span {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--card);
    cursor: pointer;
    transition: 0.3s;
}

.theme-modal .file span:hover {
    color: var(--primary);
}

@media (max-width: 576px) {
    .theme-modal .title {
        font-size: 34px;
    }

    .theme-modal .subtitle {
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .theme-modal.fancybox__content {
        padding: 20px;
        padding-top: 40px;
    }
}

/* ============== MODAL End ============= */

/* ============== FORM STYLE ============= */
.form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-top,
.form-bot {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-bot {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.form-bot input {
    width: auto !important;
}

.form input,
.form textarea {
    width: 100%;
    height: 50px;
    padding: 15px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: var(--background-secondary);
    background: var(--head-secondary);
    border: 1px solid var(--head-secondary);
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
}

.form textarea {
    height: 100px;
    resize: vertical;
}

.form input:focus,
.form textarea:focus,
.form input:hover,
.form textarea:hover {
    color: var(--primary);
    border-color: var(--primary);
    background: var(--head-secondary);
}

.form input::placeholder,
.form textarea::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: var(--background-secondary);
}

.form input:focus::placeholder,
.form textarea:focus::placeholder,
.form input:hover::placeholder,
.form textarea:hover::placeholder {
    color: var(--primary);
}

.form .input-wrapper {
    position: relative;
}

.form .input-wrapper .label {
    position: absolute;
    top: 50%;
    transform: translate(20px, -50%);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--light-text);
    opacity: 0.5;
    pointer-events: none;
    transition: all 0.3s;
}

.input-wrapper:hover .label,
.input-wrapper input:focus ~ .label,
.input-wrapper textarea:focus ~ .label,
.input-wrapper > input:not(:placeholder-shown) ~ .label,
.input-wrapper > textarea:not(:placeholder-shown) ~ .label {
    /* transform: translateY(-13px); */
    top: 20px;
    font-size: 10px;
}

.form input:focus,
.form > input:not(:placeholder-shown) {
    outline: none;
}

.form input.error,
.form textarea.error,
.form input.error + .label,
.form textarea.error + .label {
    border-color: red !important;
    color: red !important;
}

.form input.error::placeholder,
.form textarea.error::placeholder {
    color: red !important;
}

.form .form-input {
    width: fit-content;
}

.form .form-input .file {
    display: contents;
}

.form .form-input .file-label {
    width: fit-content;
    cursor: pointer;
    color: var(--head-secondary) !important;
    transition: all 0.3s;
}

.form .btn {
    width: 100%;
}

.form .privacy-policy {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: var(--head-secondary);
}

.form .privacy-policy a {
    color: var(--head-secondary);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.form .privacy-policy a:hover {
    color: var(--primary-hover);
}

@media (max-width: 576px) {
    .form .privacy-policy {
        font-size: 12px;
    }
}

/* ============== FORM STYLE End ============= */

/* ============== ARCHIVE-REVIEWS Start ============= */

#archive-reviews .content {
    display: flex;
    gap: 30px;
}

#archive-reviews .reviews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#archive-reviews .reviews-wrap {
    width: 100%;
}

#archive-reviews .review-item {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    height: 450px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    gap: 30px;
    background: var(--background-fourth);
    transition: all 0.3s;
}

#archive-reviews .review-item.max-height {
    height: auto;
}

#archive-reviews .review-item__top {
    display: flex;
    justify-content: space-between;
    text-align: end;
    gap: 20px;
}

#archive-reviews .review-item__top img {
    border-radius: 5px;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

#archive-reviews .review-item__top .text-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#archive-reviews .review-item__text .text,
#archive-reviews .review-item__top .text-wrap .date {
    color: var(--main-text-secondary);
}

#archive-reviews .review-item__top .text-wrap .name {
    color: var(--head-secondary);
}

#archive-reviews .review-item__text .text.hidden {
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    max-height: 220px;
    margin: 0;
    overflow: hidden;
    transition: all 0.3s;
}

#archive-reviews .review-item__text .show-more {
    width: fit-content;
    padding-top: 20px;
    cursor: pointer;
    color: var(--primary);
    text-decoration: underline 1px dashed var(--primary);
    text-underline-offset: 5px;
    /* text-underline-position: under; */
    transition: all 0.3s;
}

#archive-reviews .review-item__text .show-more:hover {
    color: var(--primary-hover);
    text-decoration: underline 1px solid var(--primary);
}

#archive-reviews .review-item__img {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

#archive-reviews .review-item__img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: contain;
}

#archive-reviews .review-item.img {
    cursor: pointer;
    padding: 0;
    background: var(--head-secondary);
}

#archive-reviews .review-item.img .img-filter {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--head-primary);
    border-radius: 5px;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    transition: all 0.3s;
}

#archive-reviews .review-item.img:hover .img-filter {
    opacity: 0.5;
}

#archive-reviews .review-item__img .show {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: var(--primary);
    opacity: 0;
    transition: all 0.3s;
    z-index: 2;
}

#archive-reviews .review-item__img:hover .show {
    opacity: 1;
}

#archive-reviews .review-item__img:hover {
    background: var(--white);
}

#archive-reviews .form-review {
    display: flex;
    position: sticky;
    top: 180px;
    flex-direction: column;
    min-width: 360px;
    height: fit-content;
    gap: 40px;
    border-radius: 10px;
    padding: 30px;
    background: var(--primary);
}

#archive-reviews .form-review .text-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#archive-reviews .form-review .text-wrap .title,
#archive-reviews .form-review .text-wrap .subtitle {
    margin: 0;
    color: var(--head-secondary);
}

#archive-reviews .form-review .btn {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    background: var(--head-secondary);
    color: var(--primary);
}

#archive-reviews .form-review .btn:hover {
    background: var(--primary-hover);
    color: var(--head-secondary);
}

@media (max-width: 1400px) {
    #archive-reviews .content,
    #archive-reviews .reviews {
        gap: 20px;
    }

    #archive-reviews .review-item {
        height: 400px;
    }
}

@media (max-width: 1280px) {
    #archive-reviews .reviews {
        grid-template-columns: repeat(2, 1fr);
    }

    #archive-reviews .form-review {
        min-width: 300px;
    }
}

@media (max-width: 992px) {
    #archive-reviews .content {
        flex-direction: column-reverse;
    }

    #archive-reviews .form-review {
        position: relative;
        top: 0;
    }

    #archive-reviews .reviews {
        gap: 10px;
    }
}

@media (max-width: 512px) {
    #archive-reviews .reviews {
        grid-template-columns: 1fr;
    }

    #archive-reviews .review-item {
        height: 370px;
    }
}

/* ============== ARCHIVE-REVIEWS End ============= */

/* ============== ARCHIVE-WORKS Start ============= */

#archive-works .works {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#archive-works .title {
    display: flex;
    justify-content: center;
    text-align: center;
}

#archive-works .work-item {
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto;
    gap: 20px;
    cursor: pointer;
}

#archive-works .work-item .work-item__photo {
    display: flex;
    position: relative;
    height: 490px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

#archive-works .work-item .work-item__photo:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#archive-works .work-item .work-item__photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.7s;
}

#archive-works .work-item__photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.7s;
}

#archive-works .work-item:hover .work-item__photo img {
    transform: scale(1.2);
    transition: all 0.7s;
}

#archive-works .work-item:hover .work-item__photo img {
    transform: scale(1.2);
    transition: all 0.7s;
}

#archive-works .work-item .img-filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--head-primary);
    opacity: 0;
    z-index: 1;
    transition: all 0.3s;
}

#archive-works .work-item:hover .img-filter {
    opacity: 0.6;
}

#archive-works .work-item .count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--head-secondary);
    opacity: 0;
    z-index: 2;
    transition: all 0.3s;
}

#archive-works .work-item:hover .count {
    opacity: 1;
}

#archive-works .work-item .text-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#archive-works .work-item .text-wrap .chars {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#archive-works .work-item .text-wrap .chars .char {
    display: inline;
    align-items: center;
    gap: 5px;
}

#archive-works .work-item .text-wrap .chars .char__name,
#archive-works .work-item .text-wrap .chars .char__value {
    display: inline;
}

#archive-works .work-item .text-wrap .chars .char__value {
    color: var(--head-secondary);
}

@media (max-width: 1400px) {
    #archive-works .works {
        gap: 20px;
    }

    #archive-works .work-item .work-item__photo {
        height: 380px;
    }
}

@media (max-width: 992px) {
    #archive-works .works {
        grid-template-columns: repeat(2, 1fr);
    }

    #archive-works .work-item .work-item__photo {
        height: 300px;
    }
}

@media (max-width: 620px) {
    #archive-works .work-item .work-item__photo {
        height: 250px;
    }
}

@media (max-width: 512px) {
    #archive-works .works {
        grid-template-columns: 1fr;
    }
}

/* ============== ARCHIVE-WORKS End ============= */

/* ============== ARCHIVE-SERVICES Start ============= */

.services-categories,
.services-card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.archive-services h1.page-title {
    color: var(--head-secondary);
}

.service-card {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 325px;
    padding: 25px;
    gap: 30px;
    border-radius: 10px;
    border: 1px solid var(--background-fourth);
    background: var(--background-thirdly);
    transition: all 0.3s;
}

.service-card:hover {
    background: #8ec2d7;
}

.service-card .service-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.service-card .service-img-wrap {
    display: flex;
    width: 275px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.service-card .service-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s;
}

.service-card:hover .service-img-wrap img {
    transform: scale(1.15);
}

@media (max-width: 1400px) {
    .service-card {
        min-height: 260px;
        gap: 20px;
    }

    .service-card .service-img-wrap {
        width: 220px;
    }
}

@media (max-width: 1100px) {
    .services-categories,
    .services-card-wrapper {
        gap: 20px;
    }

    .service-card {
        flex-direction: column;
        min-height: auto;
        gap: 20px;
    }

    .service-card .service-img-wrap {
        width: 100%;
        height: 220px;
    }
}

@media (max-width: 620px) {
    .services-categories,
    .services-card-wrapper {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .service-card {
        padding: 20px;
    }
}

@media (max-width: 380px) {
    .service-card .service-img-wrap {
        height: 160px;
    }
}

/* ============== ARCHIVE-SERVICES End ============= */

/* ============== TAXONOMY-PRODUCTS Start ============= */
.products-card-block {
    background: var(--head-primary);
}

.products-card-block .products-card-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.products-card-block .product-card {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    border-radius: 10px;
    background: var(--head-secondary);
}

.products-card-block .product-card .product-img-wrap {
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
}

.products-card-block .product-card .product-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s;
}

.products-card-block .product-card:hover .product-img-wrap img {
    transform: scale(1.15);
}

.products-card-block .product-card .product-text-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.products-card-block .product-card .product-text-wrap .chars {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.products-card-block .product-card .product-text-wrap .chars .char,
.products-card-block .product-card .product-text-wrap .chars .char__name {
    display: inline;
}

.products-card-block .product-card .product-text-wrap .chars .char__value {
    display: inline;
    white-space: nowrap;
    color: var(--head-primary);
}

.products-card-block .product-card .content-bottom-wrap {
    display: flex;
    gap: 20px;
}

.products-card-block .product-card .content-bottom-wrap .price-holder {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.products-card-block .product-card .content-bottom-wrap .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid var(--primary);
    border-radius: 5px;
    margin-left: auto;
    transition: all 0.3s;
}

.products-card-block .product-card .content-bottom-wrap .arrow:hover {
    border: 1px solid var(--primary-hover);
    background: var(--primary-hover);
}

.products-card-block .product-card .content-bottom-wrap .arrow svg path {
    transition: all 0.3s;
}

.products-card-block .product-card .content-bottom-wrap .arrow:hover svg path {
    fill: var(--head-secondary);
}

.products-card-block .page-navigation .disabled {
    pointer-events: none;
    background: var(--stroke);
    border-color: var(--stroke);
}

.products-card-block .page-navigation .disabled svg path {
    fill: var(--main-text-primary);
}

.products-card-block .page-navigation .nav-links .page-numbers {
    color: var(--stroke);
}

.products-card-block .page-navigation .nav-links .page-numbers:hover,
.products-card-block .page-navigation .nav-links .page-numbers.current {
    color: var(--primary) !important;
}

@media (max-width: 1480px) {
    .products-card-block .products-card-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .products-card-block .product-card .product-img-wrap {
        height: 260px;
    }
}

@media (max-width: 620px) {
    .products-card-block .products-card-wrapper {
        grid-template-columns: 1fr;
    }
}

/* ============== TAXONOMY-PRODUCTS End ============= */

/* ============== ARCHIVE-PRODUCTS Start ============= */

.archive-products.products-cat-block .title {
    text-align: center;
}

.archive-products.products-cat-block .products-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.archive-products.products-cat-block .product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 375px;
    gap: 20px;
    border-radius: 10px;
}

.archive-products.products-cat-block .product-card .product-title {
    display: flex;
    padding: 30px;
    padding-bottom: 0;
}

.archive-products.products-cat-block .product-card .product-img-wrap {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.archive-products.products-cat-block .product-card .product-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1400px) {
    .archive-products.products-cat-block .products-categories {
        gap: 20px;
    }

    .archive-products.products-cat-block .product-card {
        height: 300px;
    }
}

@media (max-width: 992px) {
    .archive-products.products-cat-block .products-categories {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .archive-products.products-cat-block .product-card {
        flex-direction: column;
        height: 260px;
        gap: 20px;
    }
}

@media (max-width: 512px) {
    .archive-products.products-cat-block .products-categories {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media (max-width: 380px) {
    .archive-products.products-cat-block .product-card {
        height: 200px;
    }
}

/* ============== ARCHIVE-PRODUCTS End ============= */

/* ============== PRICES-BLOCK Start ============= */

.prices-block .wrapper {
    display: flex;
    flex-direction: column;
}

.prices-block .prices-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-x: auto;
}

.prices-block .price {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    min-width: 700px;
    min-height: 80px;
    padding: 0 40px;
    gap: 50px;
    cursor: pointer;
}

.prices-block .price:not(:first-child) {
    border-bottom: 1px solid var(--background-fourth);
}

.prices-block.light-bg .price:not(:first-child),
.prices-block.white-bg .price:not(:first-child) {
    border-bottom: 1px solid var(--stroke);
}

.prices-block .price.title {
    border-radius: 10px;
    cursor: default;
}

.prices-block .price .pointer {
    display: flex;
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 40px;
    opacity: 0;
    border-radius: 0 3px 3px 0;
    transform: translate(-50%, -50%);
    background-color: var(--primary);
    transition: all 0.3s;
}

.prices-block .price:hover .pointer {
    opacity: 1;
}

.prices-block .price.title .pointer {
    display: none !important;
}

.prices-block.light-bg .price .name,
.prices-block.white-bg .price .name {
    color: var(--main-text-primary);
}

.prices-block.light-bg .price.title,
.prices-block.white-bg .price.title {
    background: var(--background-thirdly);
}

.prices-block.dark-bg .price.title {
    background: var(--background-fourth);
}

.prices-block .price .name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.prices-block .price.title .name {
    font-weight: 600;
}

.prices-block.light-bg .price.title .name,
.prices-block.white-bg .price.title .name {
    color: var(--head-primary);
}

.prices-block.dark-bg .price .name {
    color: var(--head-secondary);
}

.prices-block .price .name .btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid var(--primary);
    border-radius: 5px;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.3s;
}

.prices-block .price.title .name .btn-arrow {
    display: none !important;
}

.prices-block .price .name .btn-arrow:hover {
    background: var(--primary-hover);
    border: 1px solid var(--primary-hover);
}

.prices-block .price .name .btn-arrow svg path {
    transition: all 0.3s;
}

.prices-block .price .name .btn-arrow:hover svg path {
    fill: var(--head-secondary);
}

.prices-block .prices-wrap::-webkit-scrollbar {
    height: 3px;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.prices-block .prices-wrap::-webkit-scrollbar-thumb {
    height: 1px;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

@media (max-width: 992px) {
    .prices-block .price {
        padding: 0 20px;
        gap: 20px;
    }
}

/* ============== PRICES-BLOCK End ============= */
