/*============= 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;
  }
}

/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  box-sizing: inherit;
  color: var(--background);
}

body {
  background-color: var(--bg_primary_second);
  overflow-x: hidden;
  margin: 0 auto;
  width: auto;
}

.seo-text:has(.text-holder)::-webkit-scrollbar {
  width: 3px;
  background: var(--main_text_primary);
  border: 1px solid var(--head_primary);
}

.seo-text:has(.text-holder)::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 100px;
}

a {
  text-decoration: none;
  color: var(--background);
  transition: all 0.3s ease-in;
}

a:hover {
  color: var(--primary);
}

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

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

.options {
  font-family: var(--font-family);
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;

}

.block_title {
  color: var(--text_primary_head);
}

.block_title span {
  color: var(--color_primary);
  font-weight: 700;
  white-space: pre-wrap;
}


h1.page-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 46px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--background);
  margin-bottom: 40px;
}

h1,
.h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
  color: var(--text_primary_head);
}

h2,
.h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 52px;
  line-height: 110%;
  color: var(--text_primary_head);
}

h3,
.h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  color: var(--text_primary_head);
}

h4,
.h4 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: var(--text_primary_head);
}

h5,
.h5 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: var(--text_primary_head);
}

h6,
.h6 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--text_primary_head);
}

.numbers {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 50px;
  line-height: 120%;
  color: var(--text_primary_head);
}

.p1 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: var(--text_primary_head);
}

.p2 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--text_primary_head);
}


.p3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--text_primary_head);
}

.p4 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: var(--text_primary_head);
}

@media (max-width: 1400px) {
  h1.page-title {
    font-size: 50px;
  }

  h1,
  .h1 {
    font-size: 50px;
  }

  h2,
  .h2 {
    font-size: 45px;
  }

  h3,
  .h3 {
    font-size: 30px;
  }

  h4,
  .h4 {
    font-size: 24px;
  }

  h5,
  .h5 {
    font-size: 20px;
  }

  h6,
  .h6 {
    font-size: 17px;
  }

  .numbers {
    font-size: 65px;
  }

  .p1 {
    font-size: 19px;
  }

  .p2 {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  h1.page-title {
    font-size: 45px;
  }

  h1,
  .h1 {
    font-size: 45px;
  }

  h2,
  .h2 {
    font-size: 40px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h4,
  .h4 {
    font-size: 22px;
  }

  h5,
  .h5 {
    font-size: 19px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }

  .numbers {
    font-size: 60px;
  }

  .p1 {
    font-size: 18px;
  }

  .p2 {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  h1.page-title {
    font-size: 40px;
  }

  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 35px;
  }

  h3,
  .h3 {
    font-size: 26px;
  }

  h4,
  .h4 {
    font-size: 21px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 15px;
  }

  .numbers {
    font-size: 55px;
  }

  .p1 {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  h1.page-title {
    font-size: 35px;
  }

  h1,
  .h1 {
    font-size: 35px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 17px;
  }

  h6,
  .h6 {
    font-size: 14px;
  }

  .numbers {
    font-size: 50px;
  }

  .p1 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  h1.page-title {
    font-size: 30px;
  }

  h1,
  .h1 {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 25px;
  }

  h3,
  .h3 {
    font-size: 22px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  h5,
  .h5 {
    font-size: 16px;
  }

  h6,
  .h6 {
    font-size: 14px;
  }

  .numbers {
    font-size: 45px;
  }
}

@media (max-width: 320px) {
  h1.page-title {
    font-size: 22px;
  }

  h1,
  .h1 {
    font-size: 22px;
  }

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

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

  h4,
  .h4 {
    font-size: 16px;
  }

  h5,
  .h5 {
    font-size: 15px;
  }

  h6,
  .h6 {
    font-size: 14px;
  }

  .numbers {
    font-size: 40px;
  }

  .p1 {
    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 {
  padding: 20px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--main_text_primary);
}

.breadcrumbs span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: var(--main_text_primary);
  transition: 0.3s;
}

.breadcrumbs span:hover {
  color: var(--primary);
}

.breadcrumbs .current-item {
  color: var(--primary);
}

.breadcrumbs .current-item span {
  color: var(--primary);
}

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

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: fit-content;
  outline: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: var(--text_alt_head);
  cursor: pointer;
  transition: all 0.3s ease-in;
  border-radius: 100px;
  padding: 22px 35px;
  background: var(--color_primary);
}

.btn:hover {
  background-color: var(--color_hover);
}

.btn.dark_p {
  color: var(--text_primary_head);
  background: var(--bg_primary_main);
}

.btn.dark_p:hover {
  background-color: var(--color_hover);
  color: var(--text_alt_head);
}

#main {
  min-height: 83vh;
}

.mb120 {
  margin-bottom: 120px !important;
}

@media (max-width: 500px) {
  .mb120 {
    margin-bottom: 40px !important;
  }

}

/*============ HEADER =================*/
#header {
  position: sticky;
  top: 0;
  width: calc(100% - 40px);
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.6);
/*   overflow: hidden; */
  margin: 10px 20px;
  border-radius: 100px;
  border: 1px solid #FFFFFF;
  z-index: 999;
  transform: translateZ(0);
   -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#header .header_wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

#header .header_logo {
  width: 228px;
  height: 40px;
}

#header .header_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#header .socials_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

#header .soc {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  color: var(--color_primary);
  white-space: nowrap;
}

#header .menu_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 1148px;
}

#header .line {
  width: 100%;
  height: 1px;
  background-color: var(--color_primary);
  opacity: 0.1;
  margin-top: 5px;
}

#header .menuTop {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

#header .menu_top {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding-left: 20px;
  align-items: center;
}

#header .address p {
  color: var(--text_primary_main);
  font-family: var(--font-family);
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;

}

#header .city_holder {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

#header .city_holder svg {
  width: 24px;
  height: 24px;
}

#header #city_select {
  background-color: transparent;
  border-style: dashed;
  dashes: 2, 2;
  border-bottom-width: 1px;
  border-color: var(--color_primary);
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  padding-bottom: 3px;
  color: var(--text_primary_head);
  height: 24px;
  cursor: pointer;
  position: relative;
}



#header #mobile-mnu #city_select {
  background-color: transparent;
  border-style: dashed;
  dashes: 2, 2;
  border-bottom-width: 1px;
  border-color: var(--text_alt_head);
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  padding-bottom: 3px;
  color: var(--text_alt_head);
  height: 24px;

}



#header .email,
#header .time {
  color: var(--text_primary_main);
}

#header .nav-menu-element {
  border-radius: 40px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: transparent;
  outline: 1px solid transparent;
  cursor: pointer;
}

#header .nav-menu-element a {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 120%;
  color: var(--text_primary_main);
  letter-spacing: 0%;

}


#header .nav-menu-element:hover {
  outline: 1px solid var(--color_primary);
}

#header #mobile-mnu .nav-menu-element:hover {
  outline: none;
}

#header #mobile-mnu .nav-menu-element:hover a {
  color: var(--color_primary);
}

#header .nav-menu-element:hover a {
  color: var(--color_hover);
}

#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_primary);
}

#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_primary);
}

#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(--background_secondary);
}

#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(--background);
  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(--background);
}

#header .header-menu .sub-menu .nav-menu-element a:hover:before {
  background: var(--primary);
}





/*================ 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(--color_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(--color_primary);
}

#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: -20px;
  left: -20px;
  height: 105vh;
  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 #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(--primary_hover);
}

#header #mobile-mnu .logo-holder {
  display: flex;
  width: 200px;
  height: 70px;
  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: 100%;
  object-fit: contain;
}

#header #mobile-mnu .menuTop {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#header #mobile-mnu .menuTop li {
  margin-bottom: 10px;
  padding: 0;
}

#header #mobile-mnu .menuTop li a {
  font-size: 16px;
  line-height: 130%;
  font-weight: 450;
  color: var(--text_alt_head);
  position: relative;
}

#header #mobile-mnu .menuTop li a:hover {
  color: var(--text_alt_head);
}

#header #mobile-mnu .menuTop li.active a {
  color: var(--text_alt_head);
}

#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(--primary_hover);
}

#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(--primary_hover);
}

#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(--text_alt_head);
}

#header #mobile-mnu .soc-holder {
  margin: 10px 0;
}

#header #mobile-mnu .soc {
  width: fit-content;
}

#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(--background);
}

#header #mobile-mnu .phones-holder {
  margin: 10px 0px;
}

#header #mobile-mnu option {
  background-color: var(--bg_alt_main);
  color: var(--text_alt_head);
}

@media (max-width: 1770px) {
  #header .menu_wrapper {
    width: fit-content;
  }
}

@media (max-width: 1450px) {


  #header .time {
    display: none;
  }

  #header .burger.open_menu {
    display: flex;
  }

  #header .menuTop {
    display: none;
  }

  #header .line {
    display: none;
  }
}

@media (max-width: 1300px) {
  #header .soc {
    display: none;
  }

  #header #mobile-mnu .soc {
    display: flex;
  }
}


@media (max-width: 1150px) {

  #header .email,
  #header .time {
    display: none;
  }
}

@media (max-width: 950px) {
  #header .address {
    display: none;
  }

  #header {
    margin: 10px;
    width: calc(100% - 20px);
    padding: 10px 0;
  }
}


@media (max-width: 650px) {
  #header .city_holder {
    display: none;
  }

  #header #mobile-mnu .city_holder {
    display: flex;
  }

  #header .header_logo {
    width: 150px;
  }

  #header .menu_wrapper {
    display: none;
  }
}

@media (max-width: 650px) {

  #header .header_logo {
    width: 100px;
  }
}


/*================ MOBILE MNU End =============*/






/*============ FOOTER Start ===============*/
#footer {
  width: calc(100% - 20px);
  margin: 0 10px;
  background-color: var(--bg_alt_main);
  border-radius: 60px;
  padding: 40px 60px;
}

#footer .footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

#footer .footer-top-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}

#footer .footer-left_side {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#footer .footer-logo {
  width: 400px;
  height: 70px;
}

#footer .footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#footer .logo_subtitle {
  color: var(--text_alt_second);
}

#footer .footer-queistion {
  margin: 20px 0;
}

#footer .reqs p {
  color: var(--text_alt_second);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;

}

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

#footer .nav-menu-element {
  background-color: var(--bg_alt_second);
  border-radius: 30px;
  padding: 10px 15px;
  width: fit-content;

}

#footer .nav-menu-element a {
  color: var(--text_alt_head);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;


}

#footer .nav-menu-element:hover a {
  color: var(--text_primary_second);


}


#footer .footer-right_side {
  display: flex;
  width: 1180px;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}

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


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

#footer .info-title {
  color: var(--text_alt_second);
}

#footer .item_value {
  color: var(--text_alt_second);
  padding-bottom: 10px;
}

#footer .item_value p {
  color: var(--text_alt_second);
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;

}

#footer .phone,
#footer .email {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  color: var(--text_alt_head);
}

#footer .phone:hover,
#footer .email:hover {
  color: var(--color_primary);
}

#footer .soc {
  padding: 22px 50px;
}

#footer .footer-bot {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#footer .rights,
#footer .dev {
  color: var(--text_alt_second);
}

#footer .privacy-holder {
  color: var(--text_alt_second);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;

}

@media (max-width: 1500px) {
  #footer .footer-right_side {
    width: 900px;
    flex-wrap: wrap;
    gap: 40px;
  }

  #footer .footer-top-wrapper {
    gap: 40px;
  }
}


@media (max-width: 1200px) {
  #footer .footer-top-wrapper {
    flex-direction: column;
  }

  #footer .footer-right_side {
    width: 100%;
  }
}


@media (max-width: 950px) {
  #footer .footer-bot {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}


@media (max-width: 700px) {
  #footer .footer-right_side {
    flex-direction: column;
    gap: 20px;
  }

  #footer .footer-wrapper {
    gap: 20px;
  }

  #footer .footer-top-wrapper {
    gap: 20px;
  }

  #footer .footer-queistion {
    margin: 0;
  }

  #footer {
    width: calc(100% - 20px);
    margin: 0 10px;
    background-color: var(--bg_alt_main);
    border-radius: 60px 60px 0 0;
    padding: 25px;
  }
}

@media (max-width: 525px) {
  #footer .footer-left_side {
    width: 100%;
    align-items: center;
    max-width: 100%;
  }

  #footer .nav-menu-element {
    width: 100%;
    text-align: center;
  }

  #footer .info-holder {
    align-items: center;
  }

  #footer .info-title {
    text-align: center;
  }

  #footer .item_value {
    text-align: center;
  }

  #footer .footer-bot {
    align-items: center;
  }


  #footer .footer-logo {
    width: 100%;
  }

  #footer .logo_subtitle {
    text-align: center;
  }

  #footer .info-holder {
    width: 100%;
  }

  #footer .menu-item {
    width: 100%;
  }

  #footer .privacy-holder {
    text-align: center;
  }

  #footer .item_value p {
    font-size: 14px;
  }
}

/*============ FOOTER End ===============*/


@media (max-width: 450px) {
  #footer .soc-holder {
    width: 100%;
  }

  .btn {
    width: 100%;
  }
}




/* ============== MODAL Start ============= */
.theme-modal {
  display: none;
  position: relative;
}

.theme-modal .title {
  text-align: left;
  color: var(--text_alt_head);
  margin-bottom: 60px;
}

#modal-success.theme-modal.fancybox__content .title {
  font-size: 31px;
  margin-bottom: 10px;
}

#modal-success.theme-modal.fancybox__content .subtitle {

  margin-bottom: 10px;
}

.theme-modal .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--main_text_primary);
  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;
}

.theme-modal.fancybox__content .f-button.is-close-btn svg path {
  fill: var(--bg_primary_stroke);
}

.fancybox__content>.f-button.is-close-btn:hover path {
  fill: var(--bg_primary_main) !important;
  transition: 0.3s !important;
}

.fancybox__content>.f-button.is-close-btn:hover path {
  stroke: transparent !important;
}

.theme-modal.fancybox__content {
  width: 580px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: var(--color_primary);
  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: 20px;
}

.form-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

button {
  border: unset;
}

button,
input {
  outline: none;
}

.form input {
  border: unset;
  border-radius: 100px;
  padding: 22px;
  background: #FFFFFF33;
  transition: 0.3s;
  outline: none;
  cursor: pointer;
  width: 100%;
  border: 1px solid transparent;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--text_alt_head);
  backdrop-filter: blur(30px);

}

.form textarea {
  border: unset;
  border-radius: 30px;
  padding: 22px;
  background: #FFFFFF33;
  transition: 0.3s;
  outline: none;
  cursor: pointer;
  width: 100%;
  border: 1px solid var(--main_text_primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--text_alt_head);
  backdrop-filter: blur(30px);
  resize: none;
}

.form input:hover,
.form textarea:hover {
  background: var(--bg_primary_main);
  border-color: var(--bg_primary_main);
  color: var(--text_primary_main);
}

/* 
.form input,
.form textarea {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--text_alt_main);
  cursor: pointer;
} */

.form input.error,
.form textarea.error {
  border-color: red !important;
}

.form input::placeholder,
.form textarea::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--text_alt_head);
}

.form input:hover::placeholder,
.form textarea:hover::placeholder {
  color: var(--text_primary_main);
}

.form .btn {
  width: 100%;
  margin-top: 20px;
}

.form .privacy-policy {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: var(--main_text_primary);
  text-align: center;
  margin-top: 10px;
}

.form .privacy-policy a {
  text-decoration: underline;
  color: var(--background);
}

.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(--background);
  cursor: pointer;
  transition: 0.3s;
}

.theme-modal .file span:hover {
  color: var(--primary);
}

.fancybox__container {
  --fancybox-bg: #ffffffb9 !important;
}

/* ============== MODAL End ============= */



/*****************GRADIENT LOGO START******************/

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

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

.glogo:hover:before {
  /*transform: translateY(-100%);*/
  animation-name: unset;
  transform: translateX(0);
}

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

  50% {
    transform: translateX(0);
  }

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




/*****************GRADIENT LOGO END******************/


.privacy-policy .content {
  padding: 0 15px;
  max-width: 1810px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.privacy-policy p {
  padding-bottom: 10px;

}

.form__block .form-top {
  display: flex;
  flex-direction: row;
  height: 60px;
}

.form__block .form-top .btn {
  margin: 0;
}


.grampus-cookie-notice {
  display: none;
  position: sticky;
  bottom: 0;
  margin: 0 auto;
  width: 80%;
  height: fit-content;
  padding: 10px 0;
  z-index: 2000;
  background-color: var(--cookie-bg, #fff);
  padding: 30px;
  border-radius: 20px;
}

.cookie-notice-container {
  flex-direction: row;
}

.grampus-cookie-notice p {
  text-align: center;
}

.grampus-cookie-accept-button {
  background-color: var(--color_primary);
  border: 1px solid var(--color_primary);
  border-radius: 10px;
}

@media (max-width: 600px) {
  .grampus-cookie-accept-button {
    width: 100%;
  }

  .cookie-notice-container {
    flex-direction: column;
  }
}


.policy-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;

  border: 1px solid #fff;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  border: 1px solid #000000;
  padding: 0;
}

/* Стиль для отмеченного чекбокса */
.policy-checkbox input[type="checkbox"]:checked {
  background-color: var(--bg_primary_main);
  border-color: var(--bg_primary_main);
}

/* Галочка внутри чекбокса */
.policy-checkbox input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  color: var(--color_primary);
  font-size: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Стиль для ошибки (только чекбокс) */
.policy-checkbox input[type="checkbox"].error {
  border-color: red;
  box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.2);
}

.policy-checkbox {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
}

#consent-checkbox {
  width: 24px !important;
  height: 24px !important;
  border: 1px solid #fff;
}

.policy-checkbox label {
  width: 90% !important;
  color: var(--text_alt_main);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;

}

.policy-checkbox label a {
  text-decoration: underline;

}

#modal-error .subtitle {
  text-align: left;
  color: var(--text_alt_head);
  margin: 0;
}

#modal-success .subtitle {
  text-align: left;
  color: var(--text_alt_head);
  margin: 0;
}

#modal-city .title {
  margin-bottom: 20px;
}

#modal-city .modal_city_holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#modal-city a {
  color: var(--text_alt_head);
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  width: fit-content;
}


@media (max-width: 1400px) {
  br {
    display: none;
  }
}

@media (max-width: 1000px) {
  .policy-checkbox label {
    font-size: 16px;
  }

  .theme-modal.fancybox__content {
    margin: 15px;
    max-width: 90%;
  }

}

@media (max-width: 500px) {
  .policy-checkbox label {
    font-size: 14px;
  }

  .theme-modal .title {
    margin-bottom: 20px;
  }

  .theme-modal.fancybox__content {
    padding: 40px 15px;
  }
}

.form__one textarea {
  min-height: 160px;
}

.form__one .btn {
  margin: 0;
}

/*============404=============*/

.error-page .error_banner {
  position: relative;
  top: -145px;
  min-height: 900px;
  background: var(--gradient_value);
  border-radius: 60px;
  margin: 10px;
  width: calc(100% - 20px);
  overflow: hidden;
}

.error-page .info_wrapper {
  background-color: var(--bg_primary_main);
  border-radius: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}

.error-page .info_holder {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 820px;
  justify-content: center;
  margin-left: 60px;
}

.error-page .error_title {
  color: var(--color_primary);
  font-weight: 700;
  font-size: 200px;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  color: var(--color_primary);
}

.error-page .error_title span {
  color: var(--color_primary);
  font-weight: 700;
}

.error-page .error_subtitle {
  color: var(--text_primary_main);
}

.error-page .bg {
  width: 1000px;
  height: 676px;
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;

}

.error-page .bg img {
  position: absolute;
  width: 1500px;
  height: 1500px;
  left: 24px;
  object-fit: contain;
  top: -246px;
  object-position: bottom;

}

.error-page .error_image {
  position: absolute;
  width: 790px;
  height: 782px;
  bottom: 0;
  left: 900px;
}

.error-page .error_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.error-page .form_wrapper {
  width: 750px;
}

.error-page .error_btn {
  margin-left: 60px;
  margin-top: 60px;
  margin-bottom: 104px;
}

.error-page .error_btn_hidden {
  margin-left: 60px;
  margin-top: 60px;
  margin-bottom: 104px;
  display: none;
}

@media (max-width: 1850px) {
  .error-page .bg {
    max-width: 100%;
    width: 100%;
    height: 450px;

  }

  .error-page .error_image {
    left: unset;
    right: 0;
  }

  .error-page .info_holder {
    margin-top: 145px;
  }

  .error-page .info_wrapper {
    flex-direction: column;
  }

  .error-page .bg img {
    width: 790px;
    height: 782px;
    top: -100px;
    right: -150px;
    left: unset;
  }

  .error-page .form_wrapper {
    margin: 60px 60px 0 60px;
    padding-bottom: 60px;
  }

  .error-page .error_image {
    bottom: 0;
    right: 100px;
  }
}

@media (max-width: 1450px) {
  .error-page {
    top: -114px;
  }
}

@media (max-width: 1400px) {
  .error-page {
    top: -105px;
  }

  .error-page .error_image {
    height: 670px;
  }
}

@media (max-width: 1400px) {
  .error-page {
    top: -92px;
  }
}


@media (max-width: 1200px) {
  .error_btn {
    display: none;
  }

  .error_btn_hidden {
    display: flex !important;
  }
}

@media (max-width: 950px) {
  .error-page {
    top: -72px;
    border-radius: 20px;
  }

  .error-page .info_wrapper {
    border-radius: 20px;
  }

  .error-page .error_image {
    width: 550px;
    height: 550px;
    bottom: 0;

  }

  .error-page .bg {
    width: 415px;
    height: 420px;
    margin-left: auto;


  }

  .error-page .bg img {
    width: 679px;
    height: 679px;
    top: -130px;
    left: -37px;

  }

  .error-page .form-error .form-top {
    flex-direction: column;
    height: auto;
  }

  .error-page .form_wrapper {
    margin: 0;
    padding: 60px;
    width: 100%;
  }

  .error-page .info_holder {
    margin: 145px 15px;
    margin-bottom: 0;
  }
}

@media(max-width: 700px) {
  .error-page .form_wrapper {
    display: none;
  }

  .error-page .error_image {
    bottom: 0;
    overflow: hidden;
  }

  .error-page .info_holder {
    margin-top: 120px;
  }

  .error-page .error_banner {
    min-height: auto;
  }
}

@media(max-width: 530px) {
  .error-page .error_image {
    right: 0;
  }

  .error-page .form_wrapper {
    padding: 30px;
    min-height: 300px;
  }

  .error-page .error_image {
    bottom: 0px;
    width: 350px;
    height: 350px;
  }
}


@media(max-width: 450px) {
  .error-page .error_image {
    width: 100%;
  }

  .error-page .error_image img {
    object-position: bottom;
  }

  .error-page .error_image img {
    width: 107%;
    height: 112%;
    object-fit: contain;
  }

  .error-page .info_holder {
    margin-top: 170px;
  }

  .error-page .form_wrapper {
    padding: 40px 15px;
  }

  .error-page .error_btn_hidden {
    margin: 10px;
    width: calc(100% - 20px);
  }

  .error-page .error_title {
    font-size: 100px;
  }
}

@media(max-width: 410px) {
  .error-page .bg {
    width: 100%;
  }

  .error-page .bg img {
    width: 100%;
    height: 100%;
    right: 0;
    top: -100px;
    left: -30;
  }


  .error-page .error_image {
    bottom: 0;
  }

  .error-page .bg {
    height: 410px;
  }

}



@media(max-width: 375px) {
  .error-page .bg {
    width: 100%;
  }

  .error-page .bg img {
    width: 100%;
    height: 100%;
    right: 0;
    top: -100px;
    left: -30;
  }



  .error-page .error_image {
    bottom: 0;
  }

  .error-page .bg {
    height: 375px;
  }

  .error-page .error_image img {
    height: 105%;
  }

}