/*============= ALIGNES ===============*/

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

:root {
  --bg-primary-main: #fff;
  --bg-primary-second: #fafafa;
  --bg-primary-third: #f3f4f4;
  --bg-primary-stroke: #d5d5d5;
  --bg-alt-main: #e8f7f9;
  --bg-alt-stroke: #e51a4b;
  --text-primary-head: #1f1f1f;
  --text-primary-main: #4f4f4f;
  --text-primary-second: #6a6a6a;
  --text-alt-head: #fff;
  --text-alt-main: #eee;
  --text-alt-second: #fff;
  --colors-main: #e51a4b;
  --colors-second: #17aec1;
  --hover-main: #17aec1;
  --hover-second: #fff;
}


:root {
  --font-family: "Nunito", sans-serif;
  --second-family: "Nunito", sans-serif;
  --third-family: "Raleway", sans-serif;
  --font3: "Manrope", sans-serif;
  --font4: "Golos Text", sans-serif;
}

/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  box-sizing: inherit;
  color: var(--text-primary-head);
}
body {
  background-color: var(--head);
  overflow-x: hidden;
  margin: 0 auto;
  width: auto;
}
.seo-text:has(.text-holder)::-webkit-scrollbar  {
  width: 3px;
	background: var(--main-text);
  border: 1px solid var(--head);
}
.seo-text:has(.text-holder)::-webkit-scrollbar-thumb {
  background-color: var(--primary);
	border-radius: 100px;
}
a {
  text-decoration: none;
  color: var(--card);
  transition: all 0.3s ease-in;
}
ul li {
  list-style-position: inside;
  font-size: 18px;
  line-height: 130%;
  list-style-type: none;
}
ol li {
  list-style-position: inside;
  font-size: 18px;
  line-height: 130%;
}
p {
  font-size: 18px;
  line-height: 130%;
}

/* Typography classes based on provided specifications */

/* H1 Title */
h1,
.h1 {
    font-weight: bold;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 110%;
    font-family: var(--second-family);
}

/* H2 Title */
h2,
.h2 {
    font-weight: bold;
    font-size: clamp(26px, 3.6vw, 44px);
    line-height: 110%;
    font-family: var(--second-family);
}

/* H3 Title */
h3,
.h3 {
    font-weight: bold;
    font-family: var(--second-family);
    font-size: clamp(22px, 2.8vw, 32px);
    line-height: 120%;
}

/* H4 Title */
h4,
.h4 {
    font-weight: bold;
    font-family: var(--second-family);
    font-size: clamp(18px, 2vw, 24px);
    line-height: 120%;
}

/* H5 Title */
h5,
.h5 {
    font-weight: bold;
    font-size: clamp(16px, 1.8vw, 22px);
    line-height: 120%;
    font-family: var(--second-family);
}

/* H6 Title */
h6,
.h6 {
    font-weight: bold;
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 120%;
    font-family: var(--second-family);
}

/* Button */
.button,
.btn {
    font-weight: bold;
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 100%;
}

/* Menu */
.menu {
    font-weight: 500; /* Medium */
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 120%;
}

.block-margin {
    margin-bottom: clamp(1.875rem, 0.75rem + 5.625vw, 7.5rem);
}

/* Numbers */
.numbers {
    font-weight: bold;
    font-size: clamp(32px, 5vw, 54px);
    line-height: 100%;
}

/* Body text classes */

.p1 {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 130%;
    font-weight: 400;
}

.p2 {
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: 135%;
    font-weight: 400;
}

.p3 {
    font-size: clamp(12px, 1.4vw, 14px);
    line-height: 140%;
    font-weight: 400;
}

.p4 {
    font-size: clamp(10px, 1vw, 12px);
    line-height: 100%;
    font-weight: 400;
}


.return-to-shop{
    display: none;
}

/* Utility classes for font weights */
.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}



h1.page-title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    color: var(--text-primary-head);
  margin-bottom: 30px;
}
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 {
  padding: 20px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--main-text);
  display: flex;
  gap: 10px;
}
.breadcrumbs span {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: var(--text-primary-main);
}
.breadcrumbs span:hover {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: var(--bg-alt-stroke);
}

.error-wrapper .text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.error-wrapper .read-more-btn {
    gap: 30px;
}

.error-wrapper *:not(.read-more-btn) {
    text-align: center;
}

.error-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.subtitle_404 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: var(--text-primary-main);
}

.breadcrumbs .current-item {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: var(--bg-alt-stroke);
}
.breadcrumbs .current-item span {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: var(--bg-alt-stroke);
}
.container {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.btn {
    border-radius: 10px;
    padding: 19px 30px;
    position: relative;
    text-decoration: none;
    border: 1px solid var(--bg-alt-stroke);
    outline: unset;
    background: var(--bg-alt-stroke);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: .3s ease-in;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: var(--bg-primary-main);
    cursor: pointer;
}

.btn svg path {
    stroke: var(--bg-primary-main);
}

.btn:hover {
    background: var(--colors-second);
    transition: .3s ease-in;
    border: 1px solid var(--colors-second);
}


.btn:hover svg path {
    stroke: var(--bg-primary-main) !important;
}

.btn.transparent {
    background: transparent;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: var(--text-primary-head);
}

.btn.transparent:hover {
    background: var(--bg-alt-stroke);
    border: 1px solid var(--bg-alt-stroke);
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: var(--bg-primary-main);
    transition: .3s ease-in;
}

.swiper-button-disabled {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: var(--text-primary-second);
    pointer-events: none;
    background: var(--bg-primary-third);
    border: 1px solid var(--bg-primary-third);
}

.swiper-button-disabled svg path {
    stroke: var(--text-primary-second) !important;
}

.cart-btn {
    position: relative;
    width: 54px;
    height: 54px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bg-primary-stroke);
    border-radius: 10px;
    transition: .3s ease-in;
}

.cart-btn .value {
    position: absolute;
    opacity: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: var(--bg-primary-main);
    border-radius: 5px;
    padding: 6px 8px;
    background: var(--colors-second);
    top: 0;
    right: -15px;
}

.cart-btn:hover {
    background: var(--bg-alt-stroke);
}

.cart-btn svg path {
    transition: .3s ease-in;
    fill: var(--bg-alt-stroke);
}

.cart-btn:hover svg path {
    transition: .3s ease-in;
    fill: var(--bg-primary-main);
}

.cart-btn .value.visible {
    opacity: 1;
}

.read-more-btn * {
    transition: .3s ease-in;
}

.read-more-btn {
    border-radius: 10px;
    padding: 5px 5px 5px 30px;
    position: relative;
    text-decoration: none;
    border: unset;
    outline: unset;
    background: var(--bg-alt-stroke);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    transition: .3s ease-in;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: var(--bg-primary-main);
    cursor: pointer;
}

@media (max-width: 768px) {
    .read-more-btn {
        font-family: var(--second-family);
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        color: var(--bg-primary-main);
    }
}

.read-more-btn svg path:nth-child(1) {
    stroke: unset;
    fill: var(--colors-second);
}

.read-more-btn svg path:nth-child(2) {
    stroke: var(--bg-primary-main);
}

.read-more-btn:hover {
    background: var(--colors-second);
}

.read-more-btn:hover svg path:nth-child(2) {
    stroke: var(--bg-alt-stroke);
}

.read-more-btn:hover svg path:nth-child(1) {
    fill: var(--bg-primary-main);
}

#main {
    min-height: 83vh;
    position: relative;
    top: 30px;
}


/*============ HEADER =================*/
#header {
    position: sticky;
    top: 0;
    border: 1px solid var(--bg-primary-stroke);
    padding: 20px;
    background: var(--bg-primary-main);
    z-index: 1000;
}


#header .TopMenu {
    display: flex;
    align-items: center;
    gap: clamp(0.625rem, -5.625rem + 6.25vw, 1.875rem);
}

#header .header-wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    max-width: 1880px;
    margin: 0 auto;
}

#header ul li:not(:first-child),
#header .header-value {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: var(--text-primary-main);
    transition: .3s ease-in;
}

#header ul li:not(:first-child):hover,
#header .header-value:hover {
    transition: .3s ease-in;
    color: var(--bg-alt-stroke);
}

#header .header-info-wrapper {
    display: flex;
    align-items: center;
    gap: clamp(0.625rem, -0.804rem + 2.232vw, 1.875rem);
}

#header .menu-wrapper {
    display: flex;
    align-items: center;
    gap: clamp(0.625rem, -2.946rem + 5.58vw, 3.75rem);
}

#header .header-menu .nav-menu-element.has-childs {
  position: relative;
  margin-right: 10px;
}
#header .nav-menu-element.has-childs>a::before {
  content: "";
  width: 7px;
  height: 1px;
  position: absolute;
  left: unset;
  right: -13px;
  top: 12px;
  transform: rotate(218deg);
  transition: all 0.5s ease;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background: var(--main-text);
}
#header .nav-menu-element.has-childs>a:after {
  content: "";
  width: 7px;
  height: 1px;
  position: absolute;
  left: unset;
  right: -17px;
  top: 12px;
  transform: rotate(138deg);
  transition: all 0.5s ease;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background: var(--main-text);
}
#header .nav-menu-element.has-childs:hover>a::before {
  transform: rotate(137deg);
  background: var(--primary);
}
#header .nav-menu-element.has-childs:hover>a::after {
  transform: rotate(223deg);
  background: var(--primary);
}
#header .header-menu .sub-menu {
  position: absolute;
  top: 100%;
  width: max-content;
  height: max-content;
  min-width: 371px;
  padding: 10px 25px;
  left: 50%;
  right: 0;
  opacity: 0;
  transform: translate(-15%, 16px);
  transition: all 0.2s ease;
  transition-delay: 0.15s;
  visibility: hidden;
  z-index: -100;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  background: var(--bg-dark);
}
#header .header-menu>.nav-menu-element.has-childs:hover .sub-menu {
  opacity: 1;
  left: 0%;
  transform: translate(-6%, 45px);
  visibility: visible;
  z-index: 100;
}
#header .header-menu .sub-menu .nav-menu-element a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--card);
  position: relative;
  padding: 10px 0px 10px 17px;
  padding-left: 17px;
}
#header .header-menu .sub-menu .nav-menu-element a:first-child {
  padding-top: unset;
}
#header .header-menu .sub-menu .nav-menu-element a:last-child {
  padding-bottom: unset;
}
#header .header-menu .sub-menu .nav-menu-element a:hover {
  color: var(--primary);
}
#header .header-menu .sub-menu .nav-menu-element a:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
  transition: 0.3s;
  background: var(--card);
}
#header .header-menu .sub-menu .nav-menu-element a:hover:before {
  background: var(--primary);
}

#header .header-info-holder {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

@media (max-width: 1490px) {
    #header .menu-wrapper .TopMenu {
        display: none;
    }
    #header #mobile-mnu .menu-wrapper .TopMenu {
        display: flex !important;
    }
    #header .burger.open_menu {
        display: flex !important;
    }
    #header .header-wrapper {
        justify-content: unset;
    }
    #header .header-info-wrapper {
        margin-left: auto;
    }
}

@media (max-width: 800px) {
    .header-info-wrapper .header-info-holder:nth-child(2),
    .header-info-wrapper a.btn {
        display: none !important;
    }
    #header .header-info-wrapper{
        margin-right: auto;
    }
    #header ul li:not(:first-child), #header .header-value{
        font-size: clamp(1.25rem, 0.7rem + 1.6vw, 1.5rem);
        white-space: nowrap;
    }
    #mobile-mnu .header-info-wrapper a.btn {
        display: flex !important;
    }
    #header .header-info-holder {
        margin-left: auto   ;
    }
}


/*================ MOBILE MNU Start =============*/
#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(--bg-alt-stroke);
  pointer-events: none;
  width: 24px;
  height: 2px;
  transition: all 0.3s ease-in;
}
#header .burger.open_menu.clicked {
  background-color: var(--bg-alt-stroke);
}
#header .burger.open_menu.clicked span {
  background-color: white;
}
#header .menu-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 163px;
    max-height: 54px;
}

@media (max-width: 500px) {
    #header {
        padding: 5px;
    }
    #header .header-value {
        font-size: clamp(0.875rem, 0.638rem + 1.05vw, 1rem);
    }
    #header .menu-wrapper {
        width: 90px;
    }
    #header .header-wrapper {
        gap: 10px;
    }
    #header #mobile-mnu .menu-wrapper {
        width: 100%;
    }
}

#header #mobile-mnu #close-mnu svg path {
    fill: black;
}

#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-color: var(--bg-alt-main);
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
}

#header #mobile-mnu * {
    flex-direction: column !important;
    align-items: start !important;
    margin-left: unset;
    display: flex !important;
    gap: 10px;
}

#header #mobile-mnu #close-mnu {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
}
#header #mobile-mnu #close-mnu svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
#header #mobile-mnu a {
  font-size: 16px;
  line-height: 130%;
  font-weight: 450;
}
#header #mobile-mnu a:hover {
  color: var(--head-2);
}
#header #mobile-mnu .logo-holder {
  display: flex;
  margin-bottom: 20px;
}
#header #mobile-mnu .logo-holder .text-wrap {
  gap: 10px;
}
#header #mobile-mnu .logo-holder .title {
  font-size: 14px;
}
#header #mobile-mnu .logo-holder .subtitle {
  font-size: 12px;
}
#header #mobile-mnu .logo-holder img {
  width: 50px;
}
#header #mobile-mnu .menuTop {
  list-style-type: none;
}
#header #mobile-mnu .menuTop li {
  margin-bottom: 10px;
}
#header #mobile-mnu .menuTop li a {
  font-size: 16px;
  line-height: 130%;
  font-weight: 450;
  color: var(--card);
  position: relative;
}
#header #mobile-mnu .menuTop li a:hover {
  color: var(--primary);
}
#header #mobile-mnu .menuTop li.active a {
  color: var(--primary);
}
#header #mobile-mnu .adresses__holder {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  width: 100%;
}
#header #mobile-mnu .adresses__holder:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-image: url("../images/map.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
#header #mobile-mnu .adresses__holder p {
  font-size: 16px;
  line-height: 130%;
  font-weight: 450;
}
#header #mobile-mnu .email__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
#header #mobile-mnu .email__holder .email__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
}
#header #mobile-mnu .email__holder .email__item:hover {
  color: var(--head-2);
}
#header #mobile-mnu .email__holder .email__item svg {
  margin-right: 10px;
}
#header #mobile-mnu .phones__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
#header #mobile-mnu .phones__holder .phone__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 130%;
  font-weight: 450;
}
#header #mobile-mnu .phones__holder .phone__item:hover {
  color: var(--head-2);
}
#header #mobile-mnu .phones__holder .phone__item svg {
  margin-right: 10px;
}
#header #mobile-mnu.opened {
  transform: translateX(0);
}
#header #mobile-mnu .site-name-holder {
  order: unset;
  width: max-content;
  max-width: unset;
}
#header #mobile-mnu .site-name,
#header #mobile-mnu a,
#header #mobile-mnu .site-subtitle {
  color: var(--head-2);
}
#header #mobile-mnu .soc-holder {
  margin-top: 10px;
}
#header #mobile-mnu .soc {
  width: 35px;
  height: 35px;
}
#header #mobile-mnu .sub-menu {
  display: none;
}
#header #mobile-mnu .sub-menu .nav-menu-element a {
  padding-left: 10px;
  position: relative;
}
#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 .phones-holder {
  margin: 10px 0px;
}
/*================ MOBILE MNU End =============*/






/*============ FOOTER Start ===============*/
#footer {
  
}
/*============ FOOTER End ===============*/






/* ============== MODAL Start ============= */
.theme-modal {
	display: none;
  position: relative;
}
.theme-modal .title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: var(--text-primary-head);
  margin-bottom: 15px;
}
#modal-success.theme-modal.fancybox__content .title {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 31px;
}
#modal-success > div.subtitle {
    margin-bottom: unset;
}

.theme-modal .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--main-text);
  margin-bottom: 30px;
}
.theme-modal .btn {
  width: 100%;
}
.fancybox__content>.f-button.is-close-btn {
  top: 20px !important;
  right: 20px !important;
  --f-button-width: 18px !important;
  --f-button-height: 18px !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: transparent !important;
}
.fancybox__content>.f-button.is-close-btn:hover path {
  fill: var(--primary) !important;
  transition: 0.3s !important;
}
.fancybox__content>.f-button.is-close-btn:hover path {
  stroke: transparent !important;
}
.theme-modal.fancybox__content {
  width: 460px;
  display: flex;
  flex-direction: column;
  padding: 60px 50px;
  background: var(--head);
  border-radius: 20px;
  overflow: auto;
}
#modal-success.theme-modal.fancybox__content {
  width: 620px;
}
.theme-modal.fancybox__content .f-button.is-close-btn svg path {
  transition: stroke .3s ease-in;
}
.theme-modal.fancybox__content .f-button.is-close-btn:hover svg path {
  fill: var(--primary);
}
.form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.form-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
button {
  border: unset;
}
button, input {
  outline: none;
}
.form input {
    border: unset;
    background: var(--bg-primary-main);
    transition: 0.3s;
    outline: none;
    cursor: pointer;
    width: 100%;
    border: 1px solid var(--bg-primary-stroke);
    border-radius: 10px;
    padding: 16px 20px;
    color: var(--text-primary-second);
}
.form textarea {
    height: 122px;
    border: unset;
    background: var(--bg-primary-main);
    border: 1px solid var(--bg-primary-stroke);
    border-radius: 10px;
    padding: 14px 20px;
    cursor: pointer;
    transition: 0.3s;
    resize: none;
}
.form input:hover,
.form textarea:hover {
  background: var(--card);
  border-color: var(--card);
  color: var(--head);
}
.form input,
.form textarea {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    color: var(--text-primary-head);
    cursor: pointer;
}
.form input.error,
.form textarea.error {
  border-color: red !important;
}
.form input::placeholder,
.form textarea::placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: var(--text-primary-second);
}
.form input:hover::placeholder,
.form input:hover::placeholder {
  color: var(--head);
}
.form .btn {
  width: 100%;
}
.form .privacy-policy {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: var(--main-text);
    text-align: center;
    margin-top: 10px;
}
.form .privacy-policy a {
  text-decoration: underline;
  color: var(--card);
}
.form .privacy-policy a:hover {
  color: var(--primary);
} 
.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);
}
.fancybox__container {
  --fancybox-bg: #ffffffb9 !important;
}
/* ============== MODAL End ============= */


/* inputs */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.fancybox__content .fancybox__html5video {
    outline: 0;
}

.theme-modal {
    display: none;
}

.theme-modal.fancybox__content {
    max-width: 620px;
    width: 100%;
    overflow-y: auto;
    z-index: 9999;
    transition: 0.3s ease-in;
    border-radius: 10px;
    padding: 30px;
    background: var(--bg-primary-main);
    position: relative;
}

.theme-modal.fancybox__content .modal__title {
    text-wrap: balance;
}

.theme-modal.fancybox__content .modal__top {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 15px;
}

.theme-modal.fancybox__content .modal__subtitle:not(:last-child) {
    margin-bottom: 30px;
}

#modal-success.theme-modal.fancybox__content .modal__subtitle,
#modal-error.theme-modal.fancybox__content .modal__subtitle {
    margin-bottom: 0;
}

.theme-modal.fancybox__content .modal__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-left: auto;
    border-radius: 5px;
    border: 1px solid var(--colors-main);
    flex-shrink: 0;
    transition: 0.3s ease-in;
}

.theme-modal.fancybox__content .modal__close:hover {
    background: var(--colors-main);
}

.theme-modal.fancybox__content .modal__close svg {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.theme-modal.fancybox__content .modal__close:hover path {
    stroke: var(--text-alt-head);
}

.theme-modal .close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: opacity 0.3s ease;
}

.theme-modal .close-modal:hover {
    opacity: 0.7;
}

.theme-modal .close-modal svg {
    width: 15px;
    height: 15px;
}

#modal-full-text .full-text {
    padding-right: 15px;
}

.fancybox__toolbar__column.is-right .f-button svg path,
.fancybox__toolbar__column.is-right .f-button svg circle {
    stroke: var(--bg-primary-main);
}

.fancybox__toolbar__column.is-left .fancybox__infobar,
.fancybox__toolbar__column.is-left .fancybox__infobar * {
    color: var(--text-alt-main);
}

.fancybox__content > .f-button.is-close-btn {
    display: none !important;
}

/* .fancybox__content > .f-button.is-close-btn {
	--f-button-width: 24px !important;
	--f-button-height: 24px !important;
	--f-button-svg-width: 100% !important;
	--f-button-svg-height: 100% !important;
	--f-button-bg: transparent !important;
	--f-button-active-bg: transparent !important;
	--f-button-hover-bg: transparent !important;
	top: 20px !important;
	right: 20px !important;
	opacity: 1 !important;
}

.fancybox__content .f-button.is-close-btn svg path {
	stroke: var(--text-primary-main);
	fill: transparent !important;
	transition: 0.3s ease-in;
} */

.fancybox__backdrop {
    background: rgba(31, 31, 31, 0.5) !important;
}

/* ============== FORMS ============= */

input,
textarea,
select {
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
}

textarea {
    resize: none;
    min-height: 120px;
}

#footer .form {
    gap: 20px;
}


.form__inputs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.label-input {
    position: relative;
    width: 100%;
    display: block;
}

.label-text {
    position: absolute;
    top: 17px;
    left: 0;
    z-index: 2;
    height: 100%;
    pointer-events: none;
    padding-left: 22px;
    transition: all 0.3s ease-in;
}

.label-text.label-text-error {
    opacity: 0;
    color: #f00 !important;
}

.form-control,
textarea,
select {
    position: relative;
    display: block;
    padding: 25.5px 22px 13.5px;
    color: var(--text-primary-head);
    width: 100%;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    height: fit-content;
    transition: 0.3s ease-in;
}

/* ============== FORM DARK THEME STYLES ============= */

.form:has(.form-control:hover) .label-text {
    color: var(--text-primary-main);
}

.form-control::placeholder,
textarea::placeholder {
    opacity: 0;
    transform: translateY(5px);
    color: var(--text-primary-head);
    transition: 0.3s ease-in;
}

.form-control:focus::placeholder,
textarea:focus::placeholder {
    opacity: 1;
    transform: translateY(0);
}

.label-input:focus-within .label-text,
.label-input .form-control:not(:placeholder-shown) ~ .label-text,
.label-input .form-control:not(:placeholder-shown) ~ .label-text-error,
.label-input textarea:not(:placeholder-shown) ~ .label-text,
.label-input textarea:not(:placeholder-shown) ~ .label-text-error {
    transform: scale(1) translateY(-12px) translateX(0px);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: var(--text-primary-second);
}

.form-control.error,
textarea.error,
select.error,
.form-control[aria-invalid="true"],
textarea[aria-invalid="true"],
select[aria-invalid="true"] {
    border-color: #f00 !important;
    color: #f00 !important;
}

.form-control.error ~ .label-text,
textarea.error ~ .label-text {
    opacity: 0;
}

.form-control.error ~ .label-text.label-text-error,
textarea.error ~ .label-text.label-text-error {
    opacity: 1;
}

.form .file {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.form .file__title {
    cursor: pointer;
    transition: 0.3s ease-in;
}

.form .file__title:hover {
    color: var(--hover-main);
}

.form .file__upload-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form:has(.file__item) .file__upload-wrap {
    margin-top: 10px;
}

.form .file__extensions {
    display: flex;
    gap: 20px;
    padding-top: 3px;
}

.form .file__item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.form .file__item p {
    font-size: 14px;
}

.form .file__item-delete {
    cursor: pointer;
}
.form .file__item-delete svg {
    width: 12px;
    height: 12px;
}

.form .file__item-delete svg path {
    fill: var(--colors-main);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0px;
    padding: 14.5px 44px 14.5px 18px;
    color: var(--text-primary-second);
}

select:hover,
select:focus {
    color: var(--text-primary-head);
}

.select-arrow {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    z-index: 2;
    pointer-events: none;
}

select:hover ~ .select-arrow path,
select:focus ~ .select-arrow path {
    stroke: var(--text-primary-head);
}

select.error ~ .select-arrow path {
    stroke: #f00;
}

.form input.hidden {
    display: none;
}

.form__buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form__buttons .btn {
    width: 100%;
}

.form .btn:disabled {
    pointer-events: none;
}

.form__buttons .privacy-policy {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    transition: 0.3s ease-in;
}

.form .privacy-policy a {
    font-size: inherit;
    color: var(--colors-main);
    font-weight: inherit;
    line-height: inherit;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.form .privacy-policy a:hover {
    color: var(--hover-main);
}

.form .privacy-policy {
    position: relative;
    padding-left: 34px;
}

input[type="checkbox"] {
    appearance: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 5px;
    background: transparent;
    border: 1px solid transparent;
    flex-shrink: 0;
    transition: 0.3s ease-in;
    cursor: pointer;
}

input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    opacity: 0;
    transition: 0.3s ease-in;
}

input[type="checkbox"]:checked::before {
    opacity: 1;
}

input[type="checkbox"].error,
input[type="checkbox"].error {
    border-color: #f00 !important;
}

.form__buttons .privacy-policy {
    transition: all 0.3s linear;
}

.form .form__buttons .privacy-policy:has(.error),
.form .form__buttons .privacy-policy:has(.error) a {
    color: #f00 !important;
}

/* ============== FORM LIGHT THEME STYLES ============= */

.form.light-theme .form-control,
.form.light-theme textarea,
.form.light-theme select {
    background: transparent;
    border: 1px solid var(--bg-primary-stroke);
}

.form.light-theme .form-control:hover,
.form.light-theme .form-control:focus,
.form.light-theme textarea:hover,
.form.light-theme textarea:focus,
.form.light-theme select:hover,
.form.light-theme select:focus {
    background: var(--bg-primary-main);
    border: 1px solid var(--colors-second);
}

.form.light-theme .label-text {
    color: var(--text-primary-second);
}

.form.light-theme .form__buttons .privacy-policy {
    color: var(--text-primary-second);
}

.form.light-theme .form__buttons .privacy-policy a:hover {
    color: var(--hover-main);
}

.form.light-theme input[type="checkbox"] {
    border-color: var(--text-primary-main);
}

.form.light-theme input[type="checkbox"]:hover {
    border-color: var(--hover-main);
}

.form.light-theme input[type="checkbox"]:checked {
    border-color: var(--colors-main) !important;
    background-color: var(--colors-main) !important;
}

.form.light-theme input[type="checkbox"]::before {
    background-image: url(../images/input-checked.svg);
}

/* ============== FORM DARK THEME STYLES ============= */

.form.dark-theme .form-control,
.form.dark-theme textarea,
.form.dark-theme select {
    background: rgba(255, 255, 255, 0.2);
    border: transparent;
}

.form.dark-theme .form-control:not(:hover, :focus) {
    color: var(--text-alt-head);
}

.form.dark-theme .form-control:hover,
.form.dark-theme .form-control:focus,
.form.dark-theme textarea:hover,
.form.dark-theme textarea:focus,
.form.dark-theme select:hover,
.form.dark-theme select:focus {
    background: var(--bg-primary-main);
}

.form.dark-theme .label-text {
    color: var(--text-alt-head);
}

.form.dark-theme:has(.form-control:hover) .label-text,
.form.dark-theme:has(.form-control:focus) .label-text {
    color: var(--text-primary-second);
}

.form.dark-theme .form__buttons .privacy-policy {
    color: var(--text-alt-main);
}

.form.dark-theme .form__buttons .privacy-policy:hover {
    color: var(--text-alt-head);
}

.form.dark-theme input[type="checkbox"] {
    border-color: var(--text-primary-second);
}

.form.dark-theme .privacy-policy:hover input[type="checkbox"],
.form.dark-theme input[type="checkbox"]:checked {
    border-color: var(--bg-primary-main);
}

.form.dark-theme input[type="checkbox"]:checked {
    background-color: var(--bg-primary-main);
}

.form.dark-theme input[type="checkbox"]::before {
    background-image: url(../images/checked-dark-theme.svg);
}

@media (max-width: 992px) {
    .form-reviews .form__inputs-top {
        flex-direction: column;
    }
    .form .file__extensions {
        gap: 10px;
    }
}

@media (max-width: 650px) {
    .theme-modal.fancybox__content {
        padding: 20px;
    }
    .form,
    .form__buttons {
        gap: 10px;
    }
    .theme-modal.fancybox__content .modal__subtitle:not(:last-child) {
        margin-bottom: 20px;
    }
    .theme-modal.fancybox__content .modal__top {
        gap: 15px;
    }
    .theme-modal.fancybox__content .modal__close {
        width: 30px;
        height: 30px;
    }
}


@media (max-width: 480px) {
    .form .privacy-policy {
        flex-direction: column;
        align-items: flex-start;
    }
}

.socials-holder {
    display: flex
;
    gap: 10px;
    flex-direction: column;
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 1000;
}

.footer-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding: 50px 0 30px 0;
}

.info-menu .names {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    color: var(--text-primary-second);
}

.footer__bottom {
    display: flex
;
    justify-content: space-between;
    padding: 30px 0;
}

.footer-def {
    border-top: 1px solid var(--bg-primary-stroke);
    position: relative;
}

#milka2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
}

@media (max-width: 1100px) {
    #milka2 {
        display: none;
    }
    .footer-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    }
}



#footer .holder,
#footer .info-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#footer .holder .header-value {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: var(--text-primary-head);
}

#footer .def-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
}

#footer .menu-name {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: var(--text-primary-head);
}

#footer .TopMenu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#footer .topMenu a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: var(--text-primary-main);
}

#footer .menu-holdered {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#footer .wb {
    display: flex;
    gap: 20px;
    align-items: center;
}

#footer .menu .p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: var(--text-primary-second);
}

.name-wb {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: var(--text-primary-head);
}


#footer .privacy-holder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    color: var(--main-text-secondary);
}

#footer .privacy-holder:hover {
    color: var(--primary);
}

#footer .dev {
    display: flex;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: var(--main-text-secondary);
}

#footer .dev:hover {
    color: var(--primary);
}

#footer .rights {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: var(--main-text-secondary);
}

.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(--text-primary-main);
    position: relative;
    cursor: pointer;
    display: inline-flex;
    vertical-align: sub;
    overflow: hidden;
}

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

@keyframes slideUp {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

#footer .footer__fixed {
    position: fixed;
    right: 35px;
    bottom: 180px;
    z-index: 99;
}

#footer .footer__fixed-socials {
    flex-direction: column;
}

@media (max-width: 1650px) {
    #footer .footer__wrapper {}

    #footer .footer__menus {}

    #footer .footer__right {}
}

@media (max-width: 1192px) {
    #footer .footer__right {
        max-width: unset;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    #footer .footer__fixed {
        right: 15px;
        bottom: 15px;
    }
}

@media (max-width: 992px) {

    #footer .footer__menus,
    #footer .footer__services,
    #footer .footer__menu {
        max-width: unset;
    }
}

@media (max-width: 768px) {
    #footer .footer__wrapper {
        padding: 20px 20px 0;
    }

    #footer .footer__top {
        gap: 20px;
        margin-bottom: 20px;
    }

    #footer .footer__bottom {
        flex-direction: column;
        padding: 20px 0;
        margin-bottom: 40px;
        justify-content: center;
        gap: 20px;
    }

    #footer .footer__info {
        gap: 20px;
    }

    #footer .footer__socials-section {
        gap: 15px;
    }

    #footer .footer__socials {
        justify-content: flex-end;
    }

    #footer .footer__info {
        margin-top: 20px;
    }

    #footer .footer__contacts-title {}

    #footer .footer__contact-item {
        gap: 10px;
    }

    #footer .footer__contact-icon {
        width: 18px;
        height: 18px;
    }

    #footer .footer__contact-text,
    #footer .footer__contact-link {
        font-size: 14px;
    }
}

@media (max-width: 650px) {
    #footer .container {
    }

    #footer .footer__left {}

    #footer .footer__brand-title {
        font-size: 20px;
    }

    #footer .footer__brand-subtitle {
        font-size: 14px;
    }

    #footer .footer__logo {
        gap: 15px;
    }

    #footer .footer__menus {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.categorylinks {
    margin-top: 10px;
}

.categorylinks a {
    color: #e51a4b;
    text-decoration: underline;
    padding-right: 15px;
    padding-bottom: 3px;
    display: inline-block;
}
