/*============= 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-stroke);
  overflow-x: hidden;
  margin: 0 auto;
  width: auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

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

h1.page-title {
  margin-bottom: 40px;
}

h1,
.h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 72px;
  line-height: 110%;
  letter-spacing: 0%;
}

h2,
.h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;

}

h3,
.h3 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: 0%;

}

h4,
.h4 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0%;

}

h5,
.h5 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0%;

}

h6,
.h6 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
}

.numbers {
  font-size: 65px;
}

.p1 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;

}

.p2 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--text-primary-main);

}

.p3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;

}

.p4 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0%;

}

@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(--bg-primary-third);
}

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

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

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

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

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

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  white-space: nowrap;
  height: fit-content;
  outline: none;
  padding: 15px 30px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  border-radius: 5px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  background: var(--colors-main);
  color: var(--bg-primary-fourth);
}

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

.btn.light {
  background: var(--bg-primary-fourth);
  color: var(--text-primary-head);
  border: 1px solid var(--bg-primary-third);
}

.btn.light:hover {
  background-color: var(--hover-main);
  border-color: var(--hover-main);
  color: var(--bg-primary-fourth);
}

#main {
  min-height: 83vh;
  margin: 0 0 60px 0;
}

@media (max-width: 500px) {
  .btn {
    width: 100%;
    font-size: 15px;
  }

  #main {
    margin: 30px 0;
  }
}



.soc-holder {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.soc-holder .soc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background: #F6F6F6;
  flex-shrink: 0;
}

.soc-holder .soc img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.soc-holder .soc:hover {
  background: var(--hover-main);
}

/*============ HEADER =================*/
#header .fix_btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header .fix_btn svg path {
  transition: .4s ease;
}

#header .fix_btn:hover svg path {
  fill: var(--bg-primary-fourth);
}

@media (max-width: 600px) {
  #header .fix_btn {
    bottom: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
  }
}

#header {
  position: sticky;
  top: 0;
  width: 100%;
  height: fit-content;
  background: var(--primary);
  z-index: 9999;
}

#header .header__top {
  padding: 10px 0;
  background: var(--text-primary-head);
}

#header .header__top .address_holder {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#header .header__top .address {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  max-width: 345px;
}


#header .header__top .address_icon {
  width: 16px;
  height: 16px;

}

#header .header__top .address_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}

#header .header__top .address_value {
  color: var(--bg-primary-third);
}

#header .header__top .address_value * {
  color: var(--bg-primary-third);
  font-weight: inherit;
  font-size: 14px;
  line-height: inherit;
}

#header .header__top .work_time {
  color: var(--bg-primary-third);
}

#header .header__top .work_time * {
  color: var(--bg-primary-third);
  font-weight: inherit;
  font-size: 14px;
  line-height: inherit;
}

#header .container {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

#header .menuTop .nav-menu-element.has-childs {
  position: relative;
  padding: 16px 56px 16px 30px;
}

#header .menuTop .nav-menu-element.has-childs:hover::before {
  display: block;
}

#header .menuTop .nav-menu-element.has-childs::before {
  width: 100%;
  height: 100px;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 45px;
  content: '';
  display: none;
}

#header .nav-menu-element.has-childs>a::before {
  content: url('../images/submenu.png');
  width: 16px;
  height: 16px;
  position: absolute;
  left: unset;
  right: -26px;
  top: 0;
  transition: all 0.5s ease;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: contain;
}


#header .nav-menu-element.has-childs:hover>a::before {
  filter: invert(1);
}


#header .menuTop .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-primary-fourth);
}

#header .menuTop>.nav-menu-element.has-childs:hover .sub-menu {
  opacity: 1;
  left: 0%;
  transform: translate(-6%, 10px);
  visibility: visible;
  z-index: 100;
}

#header .menuTop>.nav-menu-element.has-childs:hover .sub-menu li {
  padding: 0;
  border: none;
}

#header .menuTop>.nav-menu-element.has-childs:hover .sub-menu li:hover {
  background: var(--bg-primary-fourth);

}

#header .menuTop>.nav-menu-element.has-childs:hover .sub-menu li:hover a {

  color: var(--colors-main);
}

#header .menuTop .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 .menuTop .sub-menu .nav-menu-element a:first-child {
  padding-top: unset;
}

#header .menuTop .sub-menu .nav-menu-element a:last-child {
  padding-bottom: unset;
}

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

#header .menuTop .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 .menuTop .sub-menu .nav-menu-element a:hover:before {
  background: var(--primary);
}

#header .header__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  width: 100%;
}

#header .logo-holder {
  width: 120px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #7C7C7C26;
  background: #FFFFFF33;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(10px);
}

#header .logo-holder img {
  width: 100px;
  height: 60px;
  object-fit: contain;

}

#header .header_btn {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  border: 1px solid #7C7C7C26;
  background: #FFFFFF33;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .4s ease;
  position: relative;
}

#header .header_btn::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 150px;
  background: transparent;
  z-index: 1;
  top: 0;
  display: none;
  left: 0;
}

#header .header_btn:hover::before {
  display: block;
}

#header .header_btn svg path {
  transition: .4s ease;
}

#header .header_btn:hover {
  background: var(--hover-main);
}

#header .header_btn:hover svg path {
  fill: var(--bg-primary-fourth);
}

#header.header_btn img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

#header .info__block {
  display: none;
  width: 750px;
  flex-direction: row;
  gap: 70px;
  border-radius: 5px;
  border: 1px solid #7C7C7C26;
  background: var(--bg-primary-fourth);
  padding: 20px 20px 20px 30px;
  align-items: flex-start;
  position: absolute;
  top: 100%;
  left: 50%;
  right: 0;
  opacity: 0;
  transform: translate(-15%, 16px);
  transition: all 0.4s ease;
  transition-delay: 0.15s;
  visibility: hidden;
  z-index: -100;
  cursor: default;
}

#header .header_btn:hover .info__block {
  opacity: 1;
  left: 0%;
  transform: translate(-5%, 25px);
  visibility: visible;
  z-index: 100;
  display: flex;
}

#header .info__block-left-side {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 330px;
}

#header .info__block-left-side .phones-holder {
  margin: 0;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 10px;
}

#header .info__block-left-side {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#header .site-name-holder {
  margin-bottom: 15px;
}

#header .soc-holder {
  margin-top: 31px;
}

#header .info__block-btn {
  margin-top: 10px;
  width: 100%;
}

#header .info__block-holder {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}

#header .holder__name {
  color: var(--bg-primary-third);
}

#header .work_time,
#header .email,
#header .phone,
#header .address {
  color: var(--text-primary-head);
}

#header .work_time *,
#header .email *,
#header .phone *,
#header .address * {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

#header .info__block-right-side {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#header .info__block-photo {
  width: 300px;
  height: 412px;
  border-radius: 5px;
  flex-shrink: 0;
  overflow: hidden;
}



#header .info__block-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

#header .info__block-position {
  color: var(--bg-primary-third);
  margin-top: 2px;
}

#header .info__block-name {
  color: var(--text-primary-head);

}

#header .menuTop {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  padding: 5px;
  border: 1px solid #7C7C7C26;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(10px);
  background: #FFFFFF33;
  border-radius: 5px;
  top: 760px;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  max-width: 1113px;
}

#header .nav-menu-element {
  background: var(--bg-primary-fourth);
  gap: 10px;
  border-radius: 5px;
  padding: 16px 29px;
  border: 1px solid var(--bg-primary-stroke);
  transition: .4s ease;
  white-space: nowrap;
}

#header .nav-menu-element a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0%;
  position: relative;
  transition: .4s ease;
}

#header .nav-menu-element:hover {
  background: var(--hover-main);
  border: 1px solid var(--hover-main);
}

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

#header .phones-holder {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

#header .phone_btn {
  padding: 25px;
  border-radius: 5px;
  background: #FFFFFF33;
  border: 1px solid #7C7C7C26;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 70px;
}

#header .phone {
  color: var(--text-primary-head);
}

/*================ 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-primary-second);
  pointer-events: none;
  width: 24px;
  height: 2px;
  transition: all 0.3s ease-in;
  margin: 4px 0;
}

#header .burger.open_menu.clicked {
  background-color: var(--bg-alt-main);
}

#header .burger.open_menu.clicked span {
  background-color: var(--bg-primary-main);
}

#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-color: var(--bg-primary-main);
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
  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 #close-mnu svg path {
  fill: var(--bg-primary-second);
}

#header #mobile-mnu a {
  font-size: 16px;
  line-height: 130%;
  font-weight: 450;
}

#header #mobile-mnu .soc-holder .soc {
  border: 1px solid var(--bg-primary-third);
}

#header #mobile-mnu a:hover {
  color: var(--primary_hover);
}

#header #mobile-mnu .logo-holder {
  display: flex;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
}

#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: 90px;
}

#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(--background);
  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(--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 .soc-holder {
  margin-top: 10px;
}

#header #mobile-mnu .phones-holder {
  align-items: flex-start;
}

#header .menu_mobile {
  display: flex;
  flex-direction: column;
  gap: 10px;

}

#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 .nav-menu-element {
  transition: .4s ease;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;

}

#header #mobile-mnu .nav-menu-element a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0%;
  position: relative;
  transition: .4s ease;
  color: var(--text-primary-head);
}

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

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

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

  #header .burger.open_menu {
    display: flex;
    height: 75px;
    width: 75px;
    justify-content: center;
    border-radius: 5px;
    background: #FFFFFF33;
    border: 1px solid #7C7C7C26;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #header .phones-holder {
    margin-left: auto;
  }

}

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

@media (max-width: 690px) {
  #header .header__top .work_time {
    display: none;
  }
}

@media (max-width: 500px) {
  #header {
    background: var(--bg-primary-fourth);
  }

  #header .burger.open_menu {

    height: fit-content;
    width: fit-content;
    justify-content: center;
    border-radius: 0;
    background: none;
    border: none;
    backdrop-filter: none;
  }
}

@media (max-width: 415px) {
  #header .phone_btn {
    padding: 0;
    border: none;
  }

  #header .logo-holder {
    border: none;
  }
}

@media (max-width: 375px) {
  #header .logo-holder {
    width: 80px;
    height: 60px;
  }

  #header .logo-holder img {
    width: 100%;
    height: 100%;
  }

  #header .header__top .address_value * {
    font-size: 10px;
  }
}

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






/*============ FOOTER Start ===============*/
#footer {
  background: var(--text-primary-head);
  margin-top: auto;
}

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

#footer .privacy-holder {
  color: var(--bg-primary-third);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;

}

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

#footer .footer-top {
  display: flex;
  flex-direction: row;
  gap: 0;
}

#footer .footer__left-side {
  display: flex;
  flex-direction: column;
  gap: 44px;
  margin-right: 147px;
}

#footer .footer-title {
  color: var(--bg-primary-fourth);
}

#footer .footer-top-wrapper {
  padding: 60px 0;
}

#footer .info-value {
  color: var(--bg-primary-fourth);
  margin-top: 10px;
}

#footer .footer-title.contacts {
  color: var(--bg-primary-third);
  margin-bottom: 20px;
}

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

#footer .foot-menu.navigation {
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  max-width: 350px;
  margin: 0;
}

#footer .foot-menu li {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

#footer .foot-menu li a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: var(--bg-primary-third);
}

#footer .foot-menu li a:hover {
  color: var(--bg-primary-fourth);
}

#footer .site-name {
  color: var(--bg-primary-fourth);
  margin-left: auto;
}

@media (max-width: 1125px) {
  #footer .footer__left-side {
    margin-right: 30px;
  }

  #footer .footer-top {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
  }

  #footer .site-name {
    margin: 0;
  }
}

@media (max-width: 675px) {
  #footer .footer-top {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 15px;
  }

  #footer .site-name {
    order: 0;
  }

  #footer .footer__left-side {
    order: 1;
    margin: 0;
    gap: 20px;
  }

  #footer .menu-item.services {
    order: 2;
    margin-top: 20px;
  }

  #footer .footer-top-wrapper {
    padding: 30px 0;
  }

  #footer .foot-menu {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }

  #footer .foot-menu.navigation {
    max-width: unset;
  }

  #footer .footer-bot {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 0;
  }
}

@media (max-width: 425px) {

  #footer .site-name,
  #footer .footer-title {
    text-align: center;
  }

  #footer .info-holder,
  #footer .footer__left-side {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #footer .foot-menu {
    justify-content: center;
  }

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

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





/* ============== MODAL Start ============= */


.theme-modal .title {
  font-family: var(--font-family);
  color: var(--text-primary-head);
  margin-bottom: 15px;
  max-width: 630px;
}

#modal-success.theme-modal.fancybox__content .title {}

.theme-modal .subtitle {
  color: var(--text-primary-main);
  margin-bottom: 30px;
  max-width: 630px;
}

.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;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid var(--colors-second);
}

.f-button svg {
  stroke: var(--colors-main) !important;
  width: 20px !important;
  height: 20px !important;
}


.f-button svg path {
  fill: var(--colors-main) !important;
}

.fancybox__content>.f-button.is-close-btn svg {
  stroke: transparent !important;
  fill: var(--colors-main) !important;
}

.fancybox__content>.f-button.is-close-btn:hover {}

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



.theme-modal.fancybox__content {
  width: 780px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: var(--bg-primary-main);
  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 .form-bot {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

.fancybox__backdrop {
  background: #00000040 !important;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding: 0 !important;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  padding: 0 !important;
}


#modal-success,
#modal-error {
  width: 490px;
  height: calc(100% - 55px);
  flex-direction: column;
  padding: 30px;
  background: var(--text-primary-head);
  border-radius: 5px;
  overflow: auto;
  margin-left: auto;
  margin-right: 30px;
}

#modal-success .title,
#modal-error .title {
  color: var(--bg-primary-fourth);
  margin-bottom: 10px;
  width: calc(100% - 70px);
}

#modal-success .subtitle,
#modal-error .subtitle {
  color: var(--bg-primary-stroke);
  margin-bottom: 20px;
}


#modal-review {
  width: 490px;
  height: calc(100% - 55px);
  flex-direction: column;
  padding: 30px;
  background: var(--text-primary-head);
  border-radius: 5px;
  overflow: auto;
  margin-left: auto;
  margin-right: 30px;
}

#modal-review .title {
  color: var(--bg-primary-fourth);
  margin-bottom: 10px;
  width: calc(100% - 70px);
}

#modal-review .subtitle {
  color: var(--bg-primary-stroke);
  margin-bottom: 20px;
}

#modal-review .form-top {
  gap: 15px;
}

#modal-review .form-bot {
  gap: 0;
}

.fancybox__content>.f-button.is-close-btn {
  width: 20px !important;
  height: 20px !important;
  border: none;
}

#modal-review .f-button svg path {
  fill: var(--bg-primary-third) !important;
}

.theme-modal {
  display: none;
  position: relative;
}

@media (max-width: 900px) {
  .fancybox__content>.f-button.is-close-btn {
    width: 40px;
    height: 40px;
  }

  .theme-modal .subtitle,
  .theme-modal .title {
    max-width: 100%;
    padding-right: 70px;
  }
}

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

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

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

.form .input_name {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-end;
  color: var(--bg-primary-fourth);
}

.form .input_mark {

  border-radius: 2px;
  padding: 5px 10px;
  background: var(--text-primary-main);
  color: var(--bg-primary-third);

}

.form .input_mark.required {

  color: var(--colors-main);

}

button {
  border: unset;
}

button,
input {
  outline: none;
}

.form input {
  border: unset;
  border-radius: 5px;
  padding: 20px;
  background: #FFFFFF1A;

  transition: 0.3s;
  outline: none;
  cursor: pointer;
  width: 100%;
  border: 1px solid #464648;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: var(--bg-primary-fourth);
}

.form textarea {
  height: 170px;
  border: unset;
  border: 1px solid #464648;
  background: #FFFFFF1A;
  border-radius: 5px;
  padding: 20px;
  cursor: pointer;
  transition: 0.3s;
  resize: none;
  color: var(--bg-primary-fourth);
}

.form input:hover,
.form textarea:hover {
  border-color: var(--bg-primary-fourth);
  color: var(--bg-primary-fourth);
}



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

.form input::placeholder,
.form textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--main_text_primary);
}

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

.form .btn {
  width: 100%;
}

.form .privacy-policy {
  color: var(--bg-primary-fourth);
  text-align: left;
}

.form .privacy-policy a {
  text-decoration: underline;
  color: var(--colors-main);
  cursor: pointer;
}

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

.form .agreement {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 15px;
}

.form div.checkbox {
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid var(--colors-main);
  overflow: hidden;
}

.form input.checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  margin: 0 !important;
  background: none;
  border: none;
  border-radius: unset;
  border-bottom: unset !important;
}

.form input.checkbox::before {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: fit-content;
  color: var(--bg-primary-second);

}

.form input.checkbox:hover {
  border-color: var(--colors-main);
}

.form input.checkbox:checked {
  opacity: 1;
  background: var(--colors-main);
  border-color: var(--colors-main);
}

.form div.checkbox:has(.error) {
  border-color: red;
}

.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;
  z-index: 99999 !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(--bg-primary-fourth);
  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: 1560px;
  margin: 0 auto;
  padding-bottom: 20px;
}

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

}

.block_title {
  color: var(--text-primary-head);
  margin-bottom: 40px;
}

@media (max-width: 500px) {
  .block_title {
    margin-bottom: 20px;
  }
}

.swiper {
  width: 100%;
}

/*===================NAVIGATION START======================*/
.navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.navigation .navigation_btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
}

.swiper-button {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 5px !important;
  border: 1px solid var(--bg-primary-third) !important;
  background: var(--bg-primary-fourth) !important;
  transition: .4s ease !important;
  margin-top: 0 !important;
  flex-shrink: 0 !important;
}


.swiper-button:hover {
  background: var(--hover-main) !important;
  border: 1px solid var(--hover-main) !important;
}


.swiper-button svg {
  width: 24px !important;
  height: 24px !important;
  display: flex !important;
  flex-shrink: 0 !important;
}


.swiper-button svg path {
  transition: .4s ease !important;
}

.swiper-button:hover svg path {
  fill: var(--bg-primary-main) !important;
}


.swiper-button::after {
  content: '' !important;
}

.swiper-pagination {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: fit-content !important;
  height: fit-content !important;
}

.swiper-button-prev svg {
  transform: scale(-1) !important;
}

.swiper-button-disabled {
  opacity: 1 !important;
  background: #8d8d8d1a !important;
  border-color: #8d8d8d1a !important;
}


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

.swiper-pagination-bullet {
  background: var(--bg-primary-fourth) !important;
  width: 15px !important;
  border-radius: 30px !important;
  opacity: 1 !important;
  margin: 0 10px 0 0 !important;
  height: 6px !important;
  transition: .3s ease !important;
}

.swiper-pagination-bullet-active {
  background: var(--colors-main) !important;
  width: 35px !important;
}

@media (max-width: 425px) {
  .navigation {
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }

  .navigation .navigation_btns {
    width: 100%;
  }

}

/*===================NAVIGATION END======================*/

.mb-margin {
  margin-bottom: 120px;
}

.m-180 {
  margin-bottom: 180px;
}

.mb-60 {
  margin-bottom: 60px;
}

@media(max-width: 1000px) {
  .mb-margin {
    margin-bottom: 60px;
  }

  .m-180 {
    margin-bottom: 60px;
  }


}

@media(max-width: 500px) {
  .mb-margin {
    margin-bottom: 30px;
  }

  .m-180 {
    margin-bottom: 30px;
  }

  .mb-60 {
    margin-bottom: 30px;
  }
}



/*===================WORK ARCHIVE START======================*/

.archive.works .works__wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

/*===================WORK ARCHIVE END======================*/

/*===================WORK SINGLE START======================*/

.single-works .gallery__holder {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-bottom: 40px;
}

.single-works .gallery__item {
  width: 100%;
  height: 460px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: .4s ease;
}

.single-works .gallery__item::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #0000004D;

  z-index: 1;
  display: none;
  transition: .4s ease-in-out;
}

.single-works .gallery__item svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease;
  z-index: 2;
}

.single-works .gallery__item:hover svg {
  opacity: 1;
}

.single-works .gallery__item:hover::before {
  display: block;
}

.single-works .gallery__item:hover img {
  transform: scale(1.1);
}


.single-works .gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s ease;
}

.single-works .work-desc {
  display: flex;
  flex-direction: column;
  gap: 15px;
}


.single-works .desc_block {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  padding: 30px 40px;
  gap: 15px;
  background: var(--bg-primary-fourth);
}

.single-works .desc_block *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}


.single-works .desc_block ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.single-works .desc_block ul li {
  position: relative;
  padding-left: 20px;
}

.single-works .desc_block ul li::before {
  width: 10px;
  height: 4px;
  position: absolute;
  content: '';
  background: var(--hover-main);
  top: 9px;
  left: 0;
}

.single-works .desc_block h1,
.single-works .desc_block h2,
.single-works .desc_block h3,
.single-works .desc_block h4,
.single-works .desc_block h5,
.single-works .desc_block h6 {
  margin-bottom: 5px;
  color: var(--text-primary-head);
}

.single-works .desc_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--text-primary-main);
}

.single-works .desc_text *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}


.single-works .desc_text h1,
.single-works .desc_text h2,
.single-works .desc_text h3,
.single-works .desc_text h4,
.single-works .desc_text h5,
.single-works .desc_text h6 {
  color: var(--text-primary-head);
}

.single-works .single-banner {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.single-works .banner-left-side {}


.single-works .banner-right-side {
  width: 620px;
  height: auto;
  flex-shrink: 0;
}

.single-works .offer {
  padding: 40px 30px;
  border-radius: 5px;
  background: var(--bg-primary-fourth);
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: sticky;
  top: 150px;
}

.single-works .note_block {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 20px;
  background: var(--bg-primary-stroke);
  justify-content: center;
}

.single-works .note_title {
  color: var(--text-primary-head);
}

.single-works .note_text {
  color: var(--text-primary-main);
}

@media (max-width: 1250px) {
  .single-works .banner-right-side {
    width: 500px;
  }

  .single-works .gallery__item {
    height: 350px;
  }
}


@media (max-width: 1100px) {
  .single-works .banner-right-side {
    width: 370px;
  }
}

@media (max-width: 900px) {
  .single-works .single-banner {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .single-works .banner-right-side {
    width: 100%;
  }

  .single-works .offer {
    position: relative;
    top: 0;
  }
}

@media (max-width: 500px) {
  .single-works .offer {
    padding: 20px;
    gap: 15px;
  }

  .single-works .gallery__item {
    height: 240px;
  }

  .single-works .desc_block {
    padding: 20px;
  }

  .single-works .gallery__holder {
    margin-bottom: 20px;
  }
}

@media (max-width: 375px) {


  .single-works .gallery__item {
    height: 170px;
  }

}

/*===================WORK SINGLE END======================*/


/*===================WORK CARD START======================*/

.work__card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: calc((100% - 30px) / 2);

}

.work__card .work__card-title {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.work__card .work__image {
  height: 380px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.work__card .work__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: .4s ease;
}



.work__card .work__client {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.work__card .work__client-title {
  color: var(--hover-main);
}

.work__card .work__client-value {
  color: var(--text-primary-head);
}

.work__card .work_date {
  color: var(--hover-main);

}

.work__card .work_title {
  color: var(--text-primary-head);
}

.work__card .work_btn_more {
  background: var(--bg-primary-fourth);
  color: var(--hover-main);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  padding: 15px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: center;
  display: none;
  transition: .4s ease;
}

.work__card .work_btn_more svg{
  flex-shrink: 0;
}

.work__card .work__image:hover img {
  transform: scale(1.1);
}

.work__card .work__image:hover .work_btn_more {
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
}

@media (max-width: 1200px) {
  .work__card .work__image {
    height: 300px;
  }
}

@media (max-width: 880px) {
  .work__card {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .work__card .work_btn_more{
    width: 80%;
  }
}

@media (max-width: 400px) {
  .work__card .work__card-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .work__card .work__image {
    height: 200px;
  }
}

/*===================WORK CARD END======================*/

/*===================SSERVICES ARCHIVE START======================*/
#archive-services .services__wrapper {
  display: flex;
  flex-direction: row;
  gap: 160px;
  margin-top: 40px;
}

#archive-services .services__left-side {
  display: flex;
  flex-direction: column;
  width: 620px;
  height: 680px;
  overflow: hidden;
  border-radius: 5px;
  gap: 10px;
  flex-shrink: 0;
}

#archive-services .image-holder {
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#archive-services .image-holder.active {
  display: block;
  opacity: 1;
}

#archive-services .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s ease;
}

#archive-services .services__right-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


#archive-services .service__item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--text-primary-head);
  transition: .4s ease;
  align-items: center;
  cursor: pointer;
}



#archive-services .service__item-index,
#archive-services .service__item-title {
  color: var(--text-primary-head);
  transition: .4s ease;
}

#archive-services .service__item:hover {
  transform: translateX(-60px);
  border-color: var(--hover-main);
}


#archive-services .service__item:hover .service__item-index,
#archive-services .service__item:hover .service__item-title {
  color: var(--hover-main);
}

@media (max-width: 1450px) {
  #archive-services .services__wrapper {
    gap: 80px;
  }
}

@media (max-width: 1250px) {
  #archive-services .services__left-side {
    width: 500px;
    height: 540px;
  }
}

@media (max-width: 1050px) {
  #archive-services .services__left-side {
    width: 400px;
    height: 440px;
  }
}

@media (max-width: 850px) {
  #archive-services .services__wrapper {
    flex-direction: column;
    gap: 20px;
  }

  #archive-services .services__left-side {
    width: 100%;
    height: 500px;
  }

  #archive-services .service__item:hover {
    transform: translateX(0px);
  }
}

@media (max-width: 500px) {


  #archive-services .services__left-side {
    width: 100%;
    height: 250px;
  }

}

/*===================SSERVICES ARCHIVE END======================*/


/*===================SERVICES SINGLE START======================*/

.single-services .single-banner {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.single-services .banner-left-side {
  display: flex;
  flex-direction: column;
}

.single-services .banner-desc {
  max-width: 750px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.single-services .btn_single_service {
  margin-top: 20px;
}

.single-services .banner-right-side {
  width: 620px;
  height: auto;
  flex-shrink: 0;
}

.single-services .banner-img {
  width: 100%;
  height: 680px;
  border-radius: 5px;
  overflow: hidden;
  position: sticky;
  top: 140px;
}

.single-services .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-services .banner-desc * {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  color: var(--text-primary-head);
}

.single-services .banner-desc ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.single-services .banner-desc ul li {
  position: relative;
  padding-left: 20px;
}

.single-services .banner-desc ul li::before {
  width: 10px;
  height: 4px;
  position: absolute;
  content: '';
  background: var(--hover-main);
  top: 9px;
  left: 0;
}

@media (max-width: 1180px) {
  .single-services .banner-right-side {
    width: 500px;
  }

  .single-services .banner-img {
    height: 550px;
  }
}

@media (max-width: 950px) {
  .single-services .banner-right-side {
    width: 400px;
  }

  .single-services .banner-img {
    height: 450px;
  }
}

@media (max-width: 790px) {
  .single-services .banner-right-side {
    width: 300px;
  }

  .single-services .banner-img {
    height: 350px;
  }
}

@media (max-width: 710px) {
  .single-services .single-banner {
    flex-direction: column-reverse;
  }

  .single-services .banner-right-side {
    width: 100%;
  }

  .single-services .banner-img {
    height: 300px;
  }

  .single-services .banner-left-side {
    gap: 20px;
  }

  .single-services .banner-desc {
    max-width: unset;
  }
}

/*===================SERVICES SINGLE END======================*/



/*===================CERTIFICATES ARCHIVE START======================*/

.archive.certificates .certificates__wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

@media (max-width: 1075px) {
  .archive.certificates .certificate__item {
    width: calc((100% - 30px) / 2);
  }
}

@media (max-width:655px) {
  .archive.certificates .certificate__item {
    width: 100%;
  }
}

/*===================CERTIFICATES ARCHIVE END======================*/
/*===================CERTIFICATES CARD START======================*/

.certificate__item {
  width: calc((100% - 60px) / 3);
  padding: 30px 30px 0 30px;
  background: var(--bg-primary-fourth);
  border-radius: 5px;
  transition: .4s ease;
  position: relative;
  overflow: hidden;
}

.certificate__item-title {
  color: var(--text-primary-head);
  text-align: center;
  margin-bottom: 14px;
  transition: .4s ease;
}

.certificate__item-image {
  width: calc(100% - 90px);
  height: 240px;
  position: relative;
  margin: 0 auto;
  bottom: -30px;
  overflow: hidden;
  transition: .4s ease;
}

.certificate__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: relative;
}

.certificate__item-image::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  z-index: 1;
  background: #0000004D;
  opacity: 0;
  transition: .4s ease;
}

.wrapper__left-side {
  max-width: calc(100% - 520px);
}

.cert_btn_more {
  background: var(--bg-primary-fourth);
  color: var(--hover-main);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  padding: 15px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: center;
  display: none;
  transition: .4s ease;
}

.cert_btn_more:hover {
  background: var(--bg-primary-fourth);
  color: var(--hover-main);
}

.certificate__item:hover {
  background: var(--hover-main);
}

.certificate__item:hover .certificate__item-image {
  bottom: 0px;
  position: relative;
}

.certificate__item:hover .certificate__item-image::before {
  opacity: 1;
}

.certificate__item:hover .certificate__item-title {
  color: var(--bg-primary-fourth);
}

.certificate__item:hover .cert_btn_more {
  display: flex;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0px);
  position: absolute;
  z-index: 1;
}



/*===================CERTIFICATES CARD END======================*/

/*===================CONTACTS PAGE START======================*/
.contacts-page .contacts-page__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contacts-page .wrapper__top-side {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
  min-height: 290px;
}

.contacts-page .side__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  background: var(--bg-primary-fourth);
  width: calc((100% - 60px) / 3);
  border-radius: 5px;
  flex-shrink: 0;
  height: auto;
  padding: 30px;
}

.contacts-page .side__item-top {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.contacts-page .side__item-bottom {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contacts-page .item__title {
  color: var(--bg-primary-third);
  text-transform: uppercase;
}

.contacts-page .item__value:not(:last-child) {
  margin-bottom: 10px;
}

.contacts-page .item__value {
  color: var(--text-primary-head);
}

.contacts-page .item__value * {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

.contacts-page .item__name {
  color: var(--text-primary-main);
}

.contacts-page .wrapper__bottom-side {
  width: 100%;
  height: 400px;
  border-radius: 5px;
  overflow: hidden;
}


.contacts-page .contacts__map {
  width: 100%;
  height: 100%;
}

@media (max-width: 1000px) {
  .contacts-page .wrapper__top-side {
    gap: 20px;
  }

  .contacts-page .side__item {

    width: calc((100% - 20px) / 2);
    gap: 20px;
  }
}

@media (max-width: 660px) {
  .contacts-page .wrapper__top-side {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .contacts-page .side__item {

    width: 100%;
  }
}

@media (max-width: 400px) {


  .contacts-page .side__item {
    padding: 15px;
  }

  .contacts-page .wrapper__bottom-side {
    height: 300px;
  }

  .contacts-page .contacts-page__wrapper {
    gap: 20px;
  }
}

/*===================CONTACTS PAGE END======================*/

/*===================404==================*/
.error-wrapper {
  margin-top: 20px;
}

.error-right-side {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.error-img {
  margin-bottom: 25px;
  width: 1010px;
  height: 318px;

}

.error-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.error-subtitle {
  color: var(--text-primary-main);
  margin-bottom: 15px;
  text-align: center;
}

@media (max-width:1100px) {
  .error-img {
    width: 100%;
    height: 250px;
  }
}

@media (max-width:600px) {
  .error-img {
    width: 100%;
    height: 150px;
  }
}

@media (max-width:400px) {
  .error-img {
    width: 100%;
    height: 110px;
  }
}

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