.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: PT Sans Caption;
  font-weight: 400;
  box-sizing: inherit;
  color: var(--text);
}

.seo-content::-webkit-scrollbar  {
  width: 3px;
	background: var(--bgH);
  border: 1px solid var(--bgH);
}
.seo-content::-webkit-scrollbar-thumb {
  background-color: var(--main);
	border-radius: 100px;
}
.seo-wrapper::-webkit-scrollbar {
  width: 5px; /* width of the entire scrollbar */
}
.seo-wrapper::-webkit-scrollbar-track {
  background-color: #ebe7e4;
  border-radius: 0px;
  border-left: 2.5px dashed transparent;
  border-right: 2.5px dashed transparent;
  background-clip: padding-box;
}
.seo-wrapper::-webkit-scrollbar-thumb {
  background: #ebe7e4;
  border-radius: 10px;
}
body {
  background: #f5f5f5;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  position: relative;
  padding-left: 100px;
}
.alignfull {
  margin-left: calc((-50vw + 50px) + 50%);
  margin-right: calc((-50vw + 50px) + 50%);
  max-width: calc(100vw - 100px);
}

@media (max-width: 1600px) {
  .alignfull {
    margin-left: calc((-50vw + 30px) + 50%);
    margin-right: calc((-50vw + 30px) + 50%);
    max-width: calc(100vw - 60px);
  }
  body {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .alignfull {
    margin-left: calc((-50vw + 20px) + 50%);
    margin-right: calc((-50vw + 20px) + 50%);
    max-width: calc(100vw - 40px);
  }
  body {
    padding-left: 40px;
  }
}
@media (max-width: 496px) {
  .alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
  }
  body {
    padding-left: 0px;
  }
}
a {
  text-decoration: none;
  color: var(--text);
  transition: all 0.3s ease-in;
}
a:hover {
  color: var(--hover);
}

ul li {
  list-style-position: inside;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  list-style-type: none;
}
ul li::marker {
  color: #1f2f47;
}

ol li {
  list-style-position: inside;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.text ul,
.text ol {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.text ul li {
  padding-left: 18px;
  position: relative;
}
.text ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  top: 7px;
  left: 0px;
  position: absolute;
  background: var(--main);
  border-radius: 50%;
}
.text ol {
  counter-reset: num;
}
.text ol li::marker {
  display: none;
}
.text ol li {
  position: relative;
  list-style-type: auto;
  list-style: none;
  padding-left: 18px;
}
.text ol li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: right;
  position: absolute;
  z-index: 2;
}
.text p {
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h1.page-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 40px;
}
.text h2 {
  margin-top: 40px;
  margin-bottom: 35px;
  font-size: 44px;
  font-weight: 700;
  line-height: 130%;
}
.text h3 {
  margin-top: 35px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}
.text h4 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}
.text h5 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}
.text h6 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
main.foned {
  position: relative;
  overflow: hidden;
  z-index: 999;
}
#main,
#primary,
#works-archive {
  min-height: 54vh;
  margin-top: 130px;
  margin-bottom: 30px;
}
.home #main,
.home #primary {
  margin-top: unset;
}
main.foned:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.privacy-policy .content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}
.privacy-policy .content p {
  width: 100%;
  padding-bottom: 10px;
}

.privacy-policy .content .wp-block-heading{
	font-size: 24px;
	font-weight: bold;
}

.privacy-policy .page-img {
  width: 49%;
  height: 350px;
  position: sticky;
  top: 130px;
}
.privacy-policy .page-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.wp-block-group{
  width: 50%;
}

#primary > div > div.content > div.wp-block-group > div > div{
  width: 100%;
}
.breadcrumbs {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  color: var(--lText);
}
.breadcrumbs span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: var(--lText);
  transition: 0.3s;
  cursor: pointer;
}
.breadcrumbs .current-item span {
  color: var(--main);
}
.breadcrumbs span:hover {
  color: var(--main);
}
.breadcrumbs span.current-item {
  color: var(--main);
  cursor: auto;
}
.breadcrumbs span.current-item span {
  color: var(--main);
  cursor: auto;
}
.breadcrumbs span.current-item:hover {
  color: var(--main);
}
.breadcrumbs span.current-item:hover span {
  color: var(--main);
}
.container {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.btn {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: auto;
  border-radius: 2px;
  background: var(--main);
  border: 1px solid var(--main);
  outline: none;
  color: var(--card);
  cursor: pointer;
  transition: all 0.3s ease-in;
  padding: 15px 45px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.btn:hover {
  background-color: var(--hover);
  border-color: var(--hover);
  color: var(--card);
}
.btn p {
  color: var(--card);
}
.pagination {
  margin-top: 60px;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 20px;
}
.nav-links {
  display: flex;
  gap: 10px;
}
.pagination .page-numbers {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
}
.pagination .page-numbers:last-child {
  margin-right: 0px;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  color: var(--main);
}
.next.page-numbers {
  margin-left: 200px;
  position: absolute;
  right: 30%;
  border: none;
  transition: 0.3s;
}
.next.page-numbers,
.prev.page-numbers {
  width: 54px;
  height: 54px;
  background: var(--card);
  display: flex;
  align-items: center;
  justify-content: center;
}
.next.page-numbers:hover,
.prev.page-numbers:hover {
  background: var(--hover);
}
.next.page-numbers path,
.prev.page-numbers path {
  stroke: var(--text);
  transition: 0.3s;
}
.next.page-numbers:hover path,
.prev.page-numbers:hover path {
  stroke: var(--card);
}
.prev.page-numbers {
  margin-right: 200px;
  position: absolute;
  left: 30%;
  border: none;
  transition: 0.3s;
}
.block-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 40px;
}
.block-title span {
  color: var(--main);
  font-size: 44px;
  font-weight: 700;
  line-height: 130%;
}
.desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.desc p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: var(--lText);
}
.desc p strong {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}
.desc ol,
.desc ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}
.desc li {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: var(--lText);
}
.desc ul li {
  position: relative;
  padding-left: 15px;
}
.desc ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  top: 5px;
  left: 0;
  position: absolute;
  background: var(--main);
  border-radius: 50%;
}
.desc ol li {
  list-style-position: outside;
  margin-left: 16px;
}
.privacy-holder {
  width: 70%;
  display: flex;
  flex-direction: column;
}
.swiper-button-next,
.swiper-button-prev {
  transition: 0.3s;
  height: 50px !important;
  width: 50px !important;
  opacity: 1 !important;
  background: var(--card) !important;
}
.swiper-button-next path,
.swiper-button-prev path {
  transition: 0.3s;
  stroke: #373740;
}
.swiper-button-disabled path {
  stroke: #b9b9bc;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: var(--hover) !important;
}
.swiper-button-next:hover path,
.swiper-button-prev:hover path {
  stroke: var(--card);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-pagination {
  display: flex;
  gap: 10px;
  width: fit-content !important;
  bottom: 20px !important;
  max-width: 80% !important;
  flex-wrap: wrap;
}
.swiper-pagination-bullet {
  background: #e1e1e3 !important;
  width: 8px !important;
  height: 8px !important;
  opacity: 1 !important;
  border-radius: 50% !important;
  transition: 0.3s;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main) !important;
}
.swiper-pagination-bullet:hover {
  background: var(--main) !important;
}
.video {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
  background-color: #000;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
}
.video__link {
  pointer-events: none;
}
.video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 1;
  object-fit: cover;
}
.video-btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  padding: 0;
  border: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 2;
  transition: 0.3s;
  background: transparent;
}
.video-btn svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.return {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
  margin: 50px 0px;
  width: fit-content;
}
.return:hover {
  color: var(--main);
}
.return .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main);
}
.page-id-250 #about-block {
  padding-top: 0px;
}
/*============ HEADER =================*/
#header {
  background: var(--text);
  position: relative;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  padding-left: 100px;
}
@media (max-width: 1600px) {
  #header {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  #header {
    padding-left: 40px;
  }
}
@media (max-width: 496px) {
  #header {
    padding-left: 0px;
  }
}
.home #header {
  background: transparent;
  z-index: 12;
  transition: 0.3s;
}
.home #header.painted {
  background: var(--text);
  /* padding-left: 0px; */
}
.home .left-sidebar {
  position: fixed;
  height: 100vh;
  width: 100px;
  background: var(--card);
  z-index: 10;
}
.home .left-sidebar {
  top: 0px;
}
.left-sidebar {
  height: 100vh;
  position: fixed;
  width: 100px;
  z-index: 1;
  background: var(--card);
  top: 111px;
  left: 0px;
}
.left-sidebar .btn {
  transform: rotate(270deg);
  left: -111px;
  width: 322px;
  height: 100px;
  top: 110px;
  position: absolute;
}
.left-sidebar .btn svg {
  transform: rotate(90deg);
  margin-right: 10px;
}
.home #header.painted ~ .left-sidebar .btn {
  top: 224px;
}
.left-sidebar .social-holder {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 60px;
  gap: 40px;
  left: 40px;
}
.left-sidebar .soc-item {
  max-width: 24px;
  max-height: 24px;
}
.left-sidebar .soc-item svg,
.left-sidebar .soc-item img {
  max-width: 100%;
  max-height: 100%;
}
.left-sidebar .soc-item path {
  transition: 0.3s;
}
.left-sidebar .soc-item:hover path {
  fill: var(--text);
}
#header .nav-menu-element a {
  color: var(--bg);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
#header .nav-menu-element a:hover {
  color: var(--hover);
}
#header .nav-menu-element.active a {
  color: var(--main);
}
#header .header-wrapper {
  display: flex;
  align-items: center;
  padding: 30px 0px;
}
#header .logo_holder {
  max-width: 150px;
  margin-right: 35px;
}
#header .logo_holder.title {
  font-size: 28px;
  max-width: 160px;
  line-height: 130%;
  color: var(--card);
}
#header .logo_holder img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}
#header .header-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: 20px;
}
#header .info {
  display: flex;
  margin-left: auto;
  gap: 50px;
}
#header .info-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}
#header .info-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  color: var(--card);
  transition: 0.3s;
}
#header .info-name:hover {
  color: var(--hover);
}
#header .time {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #b9b9bc;
}
#header .nav-menu-element {
  position: relative;
}
#header .nav-menu-element:before {
  content: "";
  width: 100%;
  height: 2px;
  bottom: -46px;
  left: 0;
  position: absolute;
  background: var(--main);
  opacity: 0;
  transition: 0.3s;
}
#header .nav-menu-element.active:before,
#header .nav-menu-element:hover:before {
  opacity: 1;
}
#header .nav-menu-element:hover:before {
  opacity: 1;
}
#header .header-menu .nav-menu-element.has-childs {
  position: relative;
  margin-right: 20px;
}
#header .sub-menu .nav-menu-element:before {
  display: none;
}
#header .nav-menu-element.has-childs > a::before {
  content: "";
  background-color: var(--bg);
  width: 1px;
  height: 6px;
  position: absolute;
  left: unset;
  right: -8px;
  top: 12px;
  margin-top: -2px;
  transform: rotate(129deg);
  transition: all 0.5s ease;
  opacity: 1;
}
#header .nav-menu-element.has-childs > a:hover::before {
  transform: rotate(45deg);
  background-color: var(--main);
}
#header .nav-menu-element.has-childs > a::after {
  content: "";
  background-color: var(--bg);
  width: 1px;
  height: 6px;
  position: absolute;
  right: -12px;
  top: 12px;
  margin-top: -2px;
  transform: rotate(45deg);
  transition: all 0.5s ease;
}
#header .nav-menu-element.has-childs > a:hover::after {
  transform: rotate(135deg);
  background-color: var(--main);
}
#header .nav-menu-element.active > a::before,
#header .nav-menu-element.active > a::after {
  background-color: var(--main);
}
#header .header-menu > .nav-menu-element.has-childs:hover .sub-menu {
  opacity: 1;
  left: 0%;
  transform: translate(-20%, 46px);
  visibility: visible;
  z-index: 100;
}
#header .header-menu .sub-menu {
  position: absolute;
  top: 100%;
  width: max-content;
  height: max-content;
  min-width: 380px;
  left: 50%;
  right: 0;
  opacity: 0;
  transform: translate(-33%, 0px);
  transition: all 0.2s ease;
  transition-delay: 0.15s;
  visibility: hidden;
  z-index: -100;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: var(--card);
  border-top: 2px solid var(--main);
}
#header .header-menu .sub-menu .nav-menu-element a {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: var(--text);
}
#header .header-menu .sub-menu .nav-menu-element:hover a {
  color: var(--main);
}
/*================ MOBILE MNU =============*/
#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 30px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
  margin-left: 15px;
  margin-bottom: 5px;
}
#header .burger.open_menu span {
  background-color: var(--main);
  width: 25px;
  height: 4px;
  transition: all 0.3s ease-in;
}
#header .burger.open_menu.clicked {
  background-color: var(--main);
}
#header .burger.open_menu.clicked span {
  background-color: var(--card);
}
#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-color: var(--text);
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
  overflow: scroll;
}
#header #mobile-mnu .header-menu {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  align-items: flex-start;
}
#header #mobile-mnu #close-mnu {
  font-size: 45px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transform: rotate(45deg);
  display: block;
  color: var(--card);
}
#header #mobile-mnu a {
  font-size: 16px;
  line-height: 1;
  color: var(--text);
  font-weight: 450;
}
#header #mobile-mnu .logo_holder {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  color: var(--main);
}
#header #mobile-mnu .logo_holder p {
  line-height: 120%;
  font-size: 16px;
}
#menu-mobilnoe-menyu .nav-menu-element:first-child a {
  background: transparent;
  padding-left: 0px;
}
#menu-mobilnoe-menyu .nav-menu-element:first-child:before,
#menu-mobilnoe-menyu .nav-menu-element:first-child::after {
  display: none;
}
#menu-mobilnoe-menyu .nav-menu-element a {
  padding: 10px 0px;
}
#menu-mobilnoe-menyu .nav-menu-element.active::after {
  display: none;
}
#header #mobile-mnu a:hover {
  color: var(--text);
}
#header #mobile-mnu .logo__holder {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#header #mobile-mnu .menuTop {
  list-style-type: none;
  margin-bottom: 10px;
  transition: unset;
}
#header #mobile-mnu .menuTop li {
  margin-bottom: 10px;
  transition: unset;
}
#header #mobile-mnu .menuTop li a {
  font-size: 16px;
  line-height: 1;
  color: var(--card);
  font-weight: 450;
  transition: unset;
  font-size: 14px;
}
#header #mobile-mnu .nav-menu-element.has-childs .sub-menu a {
  padding-left: 15px;
}
#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: 1;
  color: #374957;
  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: 1;
  color: var(--card);
  font-weight: 450;
}
#header #mobile-mnu .email__holder .email__item:hover {
  color: var(--card);
}
#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: 1;
  color: var(--card);
  font-weight: 450;
  margin-bottom: 10px;
}
#header #mobile-mnu .phones__holder .phone__item svg path,
#header #mobile-mnu .email__holder .email__item svg path {
  stroke: var(--card);
}
#header #mobile-mnu .phones__holder .phone__item:hover {
  color: var(--card);
}
#header #mobile-mnu .phones__holder .phone__item svg {
  margin-right: 10px;
}
#header #mobile-mnu .soc__holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
}
#header #mobile-mnu .soc__holder .soc__item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s ease-in;
}
#header #mobile-mnu.opened {
  transform: translateX(0);
}
#header #mobile-mnu .nav-menu-element.has-childs .sub-menu {
  display: none;
}
#header #mobile-mnu .nav-menu-element:before {
  display: none;
}
/*============ FOOTER ===============*/
#footer {
  background: var(--text);
}
#footer .bottom {
  background: #3e3e49;
}
#footer .info-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  color: var(--card);
  transition: 0.3s;
    white-space: nowrap;
}
#footer .info-name:hover {
  color: var(--hover);
  white-space: nowrap;
}
#footer .top-line {
  display: flex;
  padding: 50px 0px;
}
#footer .left-side {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
}
#footer .logo_holder {
  padding-bottom: 30px;
  width: 100%;
  max-width: 240px;
}
#footer .logo_holder img {
  width: 100%;
  display: block;
  object-fit: cover;
}
#footer .info {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.149);
  display: flex;
  gap: 50px;
}
#footer .info-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#footer .time {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #b9b9bc;
}
#footer .menu-holder {
  display: flex;
  gap: 120px;
  margin-left: 120px;
}
#footer .logo_holder.site-title {
  font-size: 28px;
  line-height: 130%;
  color: var(--card);
  max-width: 240px;
}
#footer .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  color: var(--card);
  position: relative;
  margin-bottom: 20px;
}
#footer .title
#footer .title:before {
  content: "";
  width: 5px;
  height: 100%;
  top: 0;
  left: -13px;
  background: var(--main);
  position: absolute;
}
#footer .footMenu,
#footer .footCat {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#footer .nav-menu-element a {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #b9b9bc;
}
#footer .nav-menu-element:hover a {
  color: var(--hover);
}
#footer .nav-menu-element {
  position: relative;
  transition: 0.3s;
}
#footer .nav-menu-element:hover {
  transform: translateX(15px);
}
#footer .nav-menu-element:before {
  content: "";
  width: 5px;
  height: 100%;
  top: 0;
  left: -13px;
  position: absolute;
  background: var(--main);
  opacity: 0;
  transition: 0.3s;
}
#footer .nav-menu-element:hover:before {
  opacity: 1;
}
#footer .btn {
  max-height: 54px;
  margin-left: auto;
}
#footer .line {
  background: rgba(255, 255, 255, 0.133);
  height: 1px;
}
#footer .container .bot__line {
  display: flex;
  align-items: center;
  padding: 30px 0px;
  width: 100%;
  justify-content: space-between;
}
#footer .privacy {
  color: #b9b9bc;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-decoration-line: underline;
  cursor: pointer;
  transition: 0.3s;
}
#footer .bot__line .privacy:hover {
  color: var(--main);
}
#footer .bot__line .dev {
  color: #b9b9bc;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
  transition: 0.3s;
}
#footer .bot__line .dev:hover {
  color: var(--main);
}
#footer .bot__line .dev path {
  fill: #b9b9bc;
  transition: 0.3s;
}
#footer .bot__line .dev:hover path {
  fill: var(--main);
}
#footer .bot__line .dev span {
  margin-left: 5px;
}
#footer .bot__line .rights {
  color: #b9b9bc;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}
#footer .theme-modal {
  height: auto;
  width: auto;
  max-height: 90vh;
  width: 690px;
  background: var(--card);
  border-radius: 2px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform 0.3s ease-in;
  z-index: 99999;
  padding: 60px 80px;
  overflow: auto;
}
.fancybox-button svg path {
  color: var(--card) !important;
}
#footer .theme-modal .modal-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 30px;
}
#footer .theme-modal .privacy-holder {
  width: 60%;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--lText);
}
#footer .theme-modal .privacy {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--lText);
}
#footer .theme-modal .privacy:hover {
  color: var(--hover);
}
#footer .form-control {
  background: var(--bg);
}
.form .bot {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.form .bot .btn {
  width: max-content;
}
.form .form-bot span {
  opacity: 1;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
}
.form .privacy {
  color: var(--main);
  opacity: 1;
}
#footer .theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
#footer .theme-modal .close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 40px;
  font-weight: 750;
  cursor: pointer;
  display: flex;
}
#footer .theme-modal .close-modal path {
  transition: 0.3s;
}
#footer .theme-modal .close-modal:hover path {
  fill: var(--main);
}
#footer .theme-modal .form {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.form-floating {
  position: relative;
  width: 100%;
  display: flex;
}
.form-control {
  display: block;
  padding: 18px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: var(--lText);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--card);
  transition: border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  width: 100%;
  outline: none;
  cursor: pointer;
  position: relative;
  border-radius: 2px;
  border: 1px solid transparent;
  background: #fff;
}
.form textarea {
  resize: none;
}
.form-control.text {
  height: 100px;
  overflow: auto;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  margin-top: 20px;
  margin: 0 auto;
}

.swiper-pointer-events{
  margin-bottom: 20px;
}
.form-control:focus {
  border-color: var(--main);
}
.form .btn {
  width: 100%;
}
.form-control::placeholder {
  transition: 0.5s;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: var(--lText);
  opacity: 0;
}
.form-control:focus::placeholder {
  opacity: 1;
}
.form input.error,
.form textarea.error {
  border-color: red;
}
.form .form-floating label {
  position: absolute;
  top: 15px;
  color: var(--lText);
  left: 0;
  z-index: 2;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  padding-left: 30px;
}
.form .form-floating .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  transform: scale(1) translateY(-8px) translateX(-4px);
  font-size: 10px;
  font-weight: 300;
  line-height: 100%;
  color: var(--main);
}
#footer #modal-success {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
#footer #modal-success .modal-title {
  margin-bottom: 0px;
}
.privacy-policy .content {
  margin-bottom: 40px;
}
.privacy-policy .content p strong {
  font-weight: 800;
}
#footer #modal-success.theme-modal {
  padding: 50px 15px 15px 15px;
  width: 420px;
}
#footer #modal-success.theme-modal .modal-title {
  text-align: center;
}
#footer #modal-success.theme-modal .btn {
  margin-left: auto;
  margin-right: auto;
}
.page-id-250 #about-block .left-side .btn {
  display: none;
}
/* ============== MODAL ============= */
.error404 .wrapper {
  display: flex;
  padding-top: 20px;
  justify-content: space-between;
  gap: 100px;
  align-items: center;
}
.error404 .error-title {
  font-size: 280px;
  font-weight: 700;
  line-height: 120%;
  color: var(--text);
}
.error404 .right-side {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.error404 .right-side .error-subtitle {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 15px;
}
.error404 .error-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  color: var(--text);
  margin-bottom: 30px;
  color: var(--lText);
}

/* ============== Archive-services Start ============= */
#archive-services {
  margin-top: 130px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
#archive-services .archive-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  top: 150px;
  max-height: 500px;
}
#archive-services .holder {
  padding-top: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  padding-left: calc((100% - 1395px) / 2);
  background-position-y: -80px;
  position: relative;
}
#archive-services .services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 70%;
}
#archive-services .service-item {
  padding: 30px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
  background-color: var(--card);
  background-size: 0%;
  transition: 0.3s;
  position: relative;
  gap: 20px;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
#archive-services .service-item:hover .hover {
  opacity: 1;
}
#archive-services .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  background-size: cover;
}
#archive-services .hover:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
#archive-services .name {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  transition: 0.3s;
}
#archive-services .service-item:hover .name {
  color: var(--card);
}
#archive-services svg {
  position: relative;
}
#archive-services .service-item path {
  transition: 0.3s;
}
#archive-services .service-item:hover path {
  stroke: var(--card);
}
#archive-services .link {
  background: var(--main);
  padding: 30px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  min-height: 160px;
  transition: 0.3s;
}
#archive-services .link:hover {
  background: var(--hover);
}
#archive-services .link p {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  transition: 0.3s;
  color: var(--card);
}
/* ============== Archive-services End ============= */

/* ============== Single-services Start ============= */
.single_services .banner-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  background: var(--card);
  margin-top: 10px;
}
.single_services .banner-wrapper .left-side {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 80px 100px;
  position: relative;
}
.single_services .banner-wrapper .services-img {
  width: 46%;
  height: auto;
  position: relative;
}
.single_services .banner-wrapper .services-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.single_services .banner-wrapper .subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  color: var(--lText);
  margin-bottom: 40px;
  position: relative;
}
.single_services .banner-wrapper .page-title {
  margin-bottom: 20px;
  position: relative;
}
.single_services .banner-wrapper .btn {
  position: relative;
}
.single_services .desc-holder {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 80px;
  align-items: flex-start;
}
.single_services .desc-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 130%;
  width: 49%;
  position: sticky;
  top: 110px;
}
.single_services .desc-title span {
  font-size: 44px;
  font-weight: 700;
  line-height: 130%;
  color: var(--main);
}
.single_services .desc-holder .desc {
  width: 49%;
}
.single_services .prices-holder {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 80px;
}
.single_services .price-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 130%;
}
.single_services .price-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.single_services .prices-holder .list-item.hidden {
  display: none;
  transition: 0.3s;
}
.single_services .prices-holder .list-item,
.single_services .prices-holder .list-item.hidden.show {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: var(--card);
}
.single_services .list-img {
  width: 100%;
  max-height: 240px;
}
.single_services .list-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.single_services .list-name {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}
.single_services .list-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
}
.single_services .list-item .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}
.single_services .list-item .price {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}
.single_services #more {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
/* ============== Single-services End ============= */

/* ============== Archive-reviews Start ============= */
#archive-reviews {
  margin-top: 130px;
  padding-bottom: 60px;
}
#archive-reviews .reviews {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
#archive-reviews .review-item{
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
#archive-reviews .img-review {
  height: 100%;
  position: relative;
  cursor: pointer;
}
#archive-reviews .img-review:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(../images/loop.png);
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  transition: 0.3s;
  opacity: 0;
}
#archive-reviews .img-review:hover:before{
  opacity: 1;
}
#archive-reviews .img-review img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 1/1.4;
}
#archive-reviews .block-title{
  margin-bottom: 10px;
}
#archive-reviews .btn{
  margin-top: 30px;
}
#archive-reviews .swiper-button-next{
  bottom: 70px;
  top: unset;
  right: 0px;
}
#archive-reviews .swiper-button-prev {
  bottom: 70px;
  top: unset;
  right: 60px;
  left: unset;
}
#archive-reviews .text-review {
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: var(--card);
  height: 100%;
}
#archive-reviews .review-name {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 140%;
  font-weight: 600;
}
#archive-reviews .review-date {
  font-size: 14px;
  line-height: 130%;
}
#archive-reviews .review-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 10px;
}
#archive-reviews .reviews-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}
#archive-reviews .gallery-img {
  width: calc((100% - 30px) / 4);
  display: flex;
  height: 50px;
  cursor: zoom-in;
  border-radius: 5px;
  overflow: hidden;
}
#archive-reviews .gallery-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
/* ============== Archive-reviews End ============= */

/* ============== Archive-news Start ============= */
#archive-news {
  margin-bottom: 40px;
  margin-top: 130px;
}
#archive-news .news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
#archive-news .news-item {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: var(--card);
  position: relative;
  transition: 0.3s;
}
#archive-news .news-item:hover {
  background: var(--hover);
}
#archive-news .img {
  height: 240px;
  width: 100%;
}
#archive-news .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
#archive-news .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: 0.3s;
}
#archive-news .news-item:hover .name {
  color: var(--card);
}
#archive-news .short-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: var(--lText);
  margin-bottom: 20px;
  transition: 0.3s;
}
#archive-news .news-item:hover .short-desc {
  color: var(--card);
}
#archive-news .link {
  display: flex;
  align-items: center;
  gap: 10px;
}
#archive-news .link p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  transition: 0.3s;
}
#archive-news .news-item:hover .link p {
  color: var(--card);
}
#archive-news .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main);
  border-radius: 2px;
}
#archive-news .news-item:hover .link .icon {
  background: var(--card);
}
#archive-news .link path {
  transition: 0.3s;
}
#archive-news .news-item:hover .link path {
  stroke: var(--hover);
}
#archive-news .data {
  position: absolute;
  top: 50px;
  left: 50px;
  background: var(--main);
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: var(--card);
}
/* ============== Archive-news End ============= */

/* ============== Single-news Start ============= */
.single_news {
  margin-bottom: 40px;
}
.single_news .top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.single_news .left-side {
  display: flex;
  flex-direction: column;
  width: 49%;
  padding-top: 20px;
}
.single_news .data {
  background: var(--main);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  padding: 5px 15px;
  width: fit-content;
  color: var(--card);
  margin-bottom: 40px;
}
.single_news .single-img {
  position: sticky;
  top: 30px;
  height: 400px;
  width: 49%;
}
.single_news .single-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.single_news .gallery-holder {
  position: relative;
  margin-top: 80px;
  padding-bottom: 80px;
}
.single_news .gallery-img {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.single_news .gallery-img:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(../images/loop.png);
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  transition: 0.3s;
  opacity: 0;
}
.single_news .gallery-img:hover:before {
  opacity: 1;
}
.single_news .gallery-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 1/0.6;
}
.single_news .swiper-button-prev {
  left: unset;
  right: 60px;
  bottom: 0;
  top: unset;
}
.single_news .swiper-button-next {
  top: unset;
  right: 0;
  bottom: 0;
  left: unset;
}
/* ============== Single-news End ============= */

/* ============== Archive-works Start ============= */
#works-archive .works {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
#works-archive .works-item {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: var(--card);
  position: relative;
  transition: 0.3s;
}
#works-archive .works-item:hover {
  background: var(--hover);
}
#works-archive .img {
  height: 240px;
  width: 100%;
}
#works-archive .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
#works-archive .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 10px;
  transition: 0.3s;
}
#works-archive .works-item:hover .name {
  color: var(--card);
}
#works-archive .short-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: var(--lText);
  margin-bottom: 20px;
  transition: 0.3s;
}
#works-archive .works-item:hover .short-desc {
  color: var(--card);
}
#works-archive .link {
  display: flex;
  align-items: center;
  gap: 10px;
}
#works-archive .link p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  transition: 0.3s;
}
#works-archive .works-item:hover .link p {
  color: var(--card);
}
#works-archive .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main);
  border-radius: 2px;
}
#works-archive .works-item:hover .link .icon {
  background: var(--card);
}
#works-archive .link path {
  transition: 0.3s;
}
#works-archive .works-item:hover .link path {
  stroke: var(--hover);
}
#works-archive .info {
  display: flex;
  gap: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
}
#works-archive .data {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: var(--lText);
  transition: 0.3s;
}
#works-archive .works-item:hover .data {
  color: var(--card);
}
#works-archive .category {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: var(--lText);
  position: relative;
  transition: 0.3s;
}
#works-archive .works-item:hover .category {
  color: var(--card);
}
#works-archive .category:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: -14px;
  position: absolute;
  background: var(--lText);
  border-radius: 50%;
  transition: 0.3s;
}
#works-archive .works-item:hover .category:before {
  background: var(--card);
}
.tabs__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.tabs__btn {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: var(--lText);
  transition: 0.3s;
  background: var(--card);
}
.tabs__btn.active,
.tabs__btn:hover {
  background: var(--text);
  color: var(--card);
}
.single-works #form-block {
  padding-bottom: 40px;
}
/* ============== Archive-works End ============= */

/* ============== Single-works Start ============= */
.single_works .gallery-holder {
  position: relative;
  margin-left: calc((100% - 1380px) / 2);
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.single_works .gallery {
  display: flex;
  max-height: 640px;
  margin-bottom: 20px;
}
.single_works .gallery-wrapper {
  height: auto;
  display: flex;
}
.single_works .gallery-img {
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  height: auto;
}
.single_works .gallery-img:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(../images/loop.png);
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.single_works .gallery-img:hover:before {
  opacity: 1;
}
.single_works .gallery-img img {
  width: 100%;
  height: 600px;
  display: block;
  object-fit: cover;
}
.single_works .gallery-img:has(iframe):before {
  content: none;
}
.single_works iframe {
  height: 600px;
}
@media (max-width: 1000px) {
  .single_works .gallery-img img {
    height: 400px;
  }
  .single_works iframe {
    height: 400px;
  }
}
.single_works .gallery-holder .swiper-button-prev {
  left: unset;
  bottom: 0;
  right: 80px;
  top: unset;
  right: calc(100% - 1320px);
}
.single_works .gallery-holder .swiper-button-next {
  top: unset;
  bottom: 0px;
  left: unset;
  right: calc(100% - 1380px);
}
.single_works .info-holder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}
.single_works .desc-wrapper,
.single_works .list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 50px 60px;
  background: var(--card);
}
.single_works .desc-title,
.single_works .list-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}
.single_works .list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.single_works .list-item {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: var(--lText);
}
.single_works .list-item:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 5px;
  left: 0;
  background: var(--main);
  border-radius: 50%;
}
/* ============== Single-works End ============= */


.block-title:has(+.block-subtitle) {
  margin-bottom: 10px;
}
.block-subtitle {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 5px 15px;
  background: var(--card);
  color: var(--lText);
  width: fit-content;
  margin-bottom: 40px;
}
.block-subtitle:before {
  content: "";
  width: 5px;
  height: 24px;
  top: 5px;
  left: 0;
  position: absolute;
  background: var(--main);
}
.example-holder a {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: var(--stroke);
}
.example-holder a:hover {
  color: var(--primary);
}
.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);
  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 .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: 1s;
}
.glogo:hover:before {
	animation-name: unset;
	transform: translateX(0);
}

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






@media (max-width: 1600px) {
  .left-sidebar,
  .home .left-sidebar {
    width: 60px;
    z-index: 11;
  }
  .home .left-sidebar .btn,
  .left-sidebar .btn {
    left: -131px;
    height: 60px;
  }
  .home .left-sidebar .social-holder,
  .left-sidebar .social-holder {
    left: 20px;
  }
  #archive-services .holder {
    padding-left: 60px;
  }
}
@media (max-width: 1520px) {
  #archive-services .holder {
    padding-left: 60px;
  }
  #header .logo_holder {
    max-width: 150px;
    margin-right: 20px;
  }
  #header .header-menu {
    gap: 20px;
  }
  #header .info-name {
    font-size: 16px;
  }
  #header .info {
    gap: 20px;
  }
  #footer .info {
    flex-direction: column;
    gap: 20px;
  }
  #footer .left-side {
    max-width: 220px;
  }
  #footer .logo_holder {
    max-width: 200px;
  }
  #footer .menu-holder {
    gap: 50px;
    margin-left: 50px;
  }
  #archive-services .holder {
    padding-right: 15px;
  }
  .single_works .gallery-holder {
    padding-left: 15px;
    margin-left: unset;
  }
  .single_works .gallery-holder .swiper-pagination {
    left: 15px;
  }
  .single_works .gallery-holder .swiper-button-prev {
    right: 85px;
  }
  .single_works .gallery-holder .swiper-button-next {
    right: 15px;
  }
}
@media (max-width: 1450px) {
  .single_works .gallery-holder {
    padding-left: 15px;
  }
  .single_works .gallery-holder .swiper-pagination {
    left: 15px;
  }
  .single_services .banner-wrapper .left-side {
    padding: 20px;
  }
  .single_services .desc-holder {
    flex-direction: column;
  }
  .single_services .desc-title {
    width: 100%;
  }
  .single_services .desc-holder .desc {
    width: 100%;
  }
  .single_services .price-lists .list-item,
  .single_services .price-lists .list-item.hidden.show {
    padding: 15px;
  }
  .single_services .price-lists .list-item .price {
    font-size: 16px;
  }
  .single_services .desc-title {
    position: static;
    top: unset;
  }
}
@media (max-width: 1200px) {
  #header .header_nav_menu {
    display: none;
  }
  #header .logo_holder {
    max-width: 110px;
    margin-right: 20px;
  }
  #header .burger.open_menu {
    display: flex;
  }
  #footer .top-line {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer .menu-holder {
    margin-left: unset;
  }
  .error404 .error-title {
    font-size: 100px;
  }
  .error404 .wrapper {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 40px;
  }
  .error404 .right-side .error-subtitle,
  .error404 .error-text {
    text-align: center;
  }
  .error404 .wrapper .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .error404 .right-side {
    width: 100%;
  }
  #archive-services .services {
    width: 100%;
  }
  #archive-services .holder {
    background-size: cover;
    background-position-y: unset;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #works-archive .info {
    flex-direction: column;
    gap: 10px;
  }
  #works-archive .category:before {
    display: none;
  }
  .single_services .price-lists {
    grid-template-columns: repeat(2, 1fr);
  }
  #archive-reviews .reviews {
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
  }
}
@media (max-width: 996px) {
  #footer .btn {
    margin-left: unset;
  }
  #footer .container .bot__line {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 10px 0px;
  }
  .block-title,
  h1.page-title,
  .block-title span,
  .single_services .desc-title,
  .single_services .desc-title span,
  .single_services .price-title {
    font-size: 32px;
  }
  .text h2 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .text h3 {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .text h4 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .text h5 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .block-title {
    margin-bottom: 20px;
  }
  #archive-services .services {
    display: flex;
    flex-wrap: wrap;
  }
  #archive-services .service-item {
    width: calc((100% - 1px) / 2);
    flex-grow: 1;
  }
  #archive-reviews .reviews {
    grid-template-columns: repeat(3, 1fr);
  }
  #archive-news .news-item {
    padding: 15px;
  }
  #archive-news .data {
    top: 30px;
    left: 30px;
  }
  #archive-news .news {
    grid-template-columns: repeat(2, 1fr);
  }
  #works-archive .works {
    grid-template-columns: repeat(2, 1fr);
  }
  .tabs__btn {
    padding: 5px 10px;
  }
  .single_works .desc-wrapper,
  .single_works .list-wrapper {
    padding: 15px;
  }
  .single_works .gallery-holder {
    margin-bottom: 40px;
  }
  .single_works .desc-title,
  .single_works .list-title {
    font-size: 26px;
  }
  .single_works .info-holder {
    display: flex;
    flex-direction: column;
  }
  .single-services #stocks-block {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .single_services .subtitle {
    font-size: 16px;
  }
  .single_services .desc-holder {
    margin-bottom: 40px;
  }
  .single_services .list-item .bottom .btn {
    padding: 10px 20px;
  }
  .single_services .banner-wrapper {
    gap: 10px;
  }
  .text p,
  .text li {
    font-size: 14px;
  }
  #archive-reviews .review-text {
    font-size: 14px;
  }
  #footer .logo_holder.site-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .left-sidebar {
    width: 40px;
    top: 108px;
  }
  .home .left-sidebar {
    width: 40px;
    border-right: 1px solid var(--card);
  }
  .left-sidebar .btn {
    height: 40px;
    width: 230px !important;
    padding: 10px;
    padding: 10px;
    left: -96px;
    top: 95px;
  }
  .home .left-sidebar .btn,
  .left-sidebar .btn {
    left: -96px;
    height: 40px;
  }
  .home #header.painted ~ .left-sidebar .btn {
    top: 203px;
  }
  .left-sidebar .social-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 120px;
    left: 10px;
    gap: 10px;
  }
  .home .left-sidebar .social-holder {
    left: 10px;
    gap: 10px;
    bottom: 20px;
  }
  #footer .title {
    padding-left: 10px;
  }
  #footer .title:before {
    left: 0px;
  }
  .block-title,
  h1.page-title,
  #footer .theme-modal .modal-title,
  .block-title span,
  .single_services .desc-title,
  .single_services .desc-title span,
  .single_services .price-title {
    font-size: 28px;
  }
  #footer .theme-modal {
    width: 95%;
    padding: 40px 15px 15px 15px;
  }
  .error404 .right-side .error-subtitle {
    font-size: 20px;
  }
  .error404 .error-text {
    font-size: 18px;
  }
  .privacy-policy .content {
    flex-direction: column;
  }
  .privacy-policy .content p {
    width: 100%;
    font-size: 14px;
  }
  .privacy-policy .page-img {
    width: 100%;
    max-height: unset;
    position: static;
  }

  .wp-block-group{
    width: 100%;
  }

  #archive-reviews .reviews {
    gap: 10px;
    grid-template-columns: repeat(2,1fr);
  }
  .prev.page-numbers {
    left: 0;
  }
  .next.page-numbers {
    right: 0;
  }
  .text h2 {
    font-size: 26px;
  }
  .text h3 {
    font-size: 24px;
  }
  .single_news .top-wrapper {
    flex-direction: column;
  }
  .single_news .left-side {
    width: 100%;
  }
  .single_news .single-img {
    width: 100%;
    position: static;
    top: unset;
  }
  #works-archive .works-item {
    padding: 15px;
  }
  #works-archive .data {
    top: 30px;
    left: 30px;
  }
  .single_services .price-lists {
    gap: 10px;
  }
  .single_services .list-item .bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .single_services .list-name {
    font-size: 18px;
  }
  .single_services .banner-wrapper {
    flex-direction: column;
  }
  .single_services .banner-wrapper .left-side {
    width: 100%;
  }
  .single_services .banner-wrapper .services-img {
    width: 100%;
  }
  .single_services .banner-wrapper .left-side:before {
    right: 0px;
  }
  .single_services .banner-wrapper .subtitle,
  #header .logo_holder.title {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  #header .info {
    flex-direction: column;
    gap: 10px;
  }
  #header .info-item {
    gap: 0px;
  }
  #header .header-wrapper {
    padding: 10px 0px;
  }
  #footer .nav-menu-element a {
    font-size: 12px;
  }
  #footer .footMenu,
  #footer .footCat {
    gap: 7px;
  }
  #footer .title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  #footer .top-line {
    padding: 20px 0px;
    gap: 20px;
  }
  #footer .logo_holder {
    padding-bottom: 10px;
  }
  #footer .info {
    gap: 10px;
    padding-top: 10px;
  }
  .block-title,
  h1.page-title,
  .block-title span,
  .single_services .desc-title,
  .single_services .desc-title span,
  .single_services .price-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #footer .theme-modal .modal-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  #archive-services .service-item {
    padding: 15px;
    min-height: 120px;
  }
  #archive-services .name {
    font-size: 14px;
  }
  #archive-reviews .reviews {
    grid-template-columns: repeat(2, 1fr);
  }
  #archive-news .news {
    display: flex;
    flex-direction: column;
  }
  .next.page-numbers,
  .prev.page-numbers {
    width: 35px;
    height: 35px;
  }
  .pagination {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .text h2 {
    font-size: 24px;
  }
  .text h3 {
    font-size: 22px;
  }
  .single_news .gallery-holder {
    margin-top: 40px;
  }
  #works-archive .works {
    display: flex;
    flex-direction: column;
  }
  .tabs__btns {
    margin-bottom: 20px;
  }
  .single_works .desc-wrapper p,
  .single_works .list-wrapper .list-item,
  .single_works .desc-wrapper li {
    font-size: 14px;
  }
  .single_works .info-holder {
    margin-bottom: 40px;
  }
  .return {
    margin: 20px 0px;
  }
  .single_services .prices-holder {
    gap: 0px;
  }
  .single_services .price-lists {
    display: flex;
    flex-direction: column;
  }
  .single_services .list-img {
    height: 240px;
  }
  .single_services #more {
    margin-top: 20px;
  }
  .single_services .prices-holder {
    margin-bottom: 40px;
  }
  .single_services .banner-wrapper .subtitle {
    font-size: 18px;
  }
  #footer .left-side, #footer .menu-holder, #footer .btn, #footer .footMenu, #footer .footCat{
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
  }
  #footer .info-name, #footer .time, #footer .title{
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 496px) {
  #footer .menu-holder {
    flex-direction: column;
    gap: 10px;
  }
  #header .container {
    padding-right: 5px;
    padding-left: 50px;
  }
  #header .burger.open_menu {
    margin-bottom: 0px;
    margin-left: 10px;
    order: 2;
  }
  #header .header-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }
  #header .info {
    width: 100%;
    order: 3;
    flex-direction: row;
    justify-content: space-between;
  }
  #header .time {
    font-size: 12px;
  }
  #header .info-item.first {
    align-items: flex-start;
  }
  #header .info-name {
    font-size: 14px;
  }
  #footer .btn {
    padding: 10px;
  }
  #footer .bot__line .rights {
    text-align: center;
  }
  .block-title,
  h1.page-title,
  .block-title span,
  .single_services .desc-title,
  .single_services .desc-title span,
  .single_services .price-title {
    font-size: 24px;
  }
  .home .left-sidebar,
  .left-sidebar {
    width: 100%;
    height: 50px;
    top: unset;
    bottom: 0;
    left: 0px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
  }
  .home .left-sidebar .btn,
  .left-sidebar .btn {
    position: static;
    transform: unset;
    width: 209px !important;
    padding: 2px;
  }
  .left-sidebar .social-holder {
    position: static;
    flex-direction: row;
    align-items: center;
  }
  #header .container,
  #footer .container {
    padding: 0px 15px;
  }
  .container-holder {
    padding-left: 0px;
  }
  .form .bot {
    flex-direction: column;
    align-items: center;
  }
  #footer .theme-modal .privacy-holder {
    width: 100%;
    text-align: center;
  }
  #footer .theme-modal .privacy {
    text-align: center;
  }
  #footer .top-line {
    flex-direction: column;
  }
  #archive-services .breadcrumbs,
  #archive-services h1.page-title,
  #archive-services .holder {
    padding-left: 0px !important;
    padding-right: 0px;
  }
  .single_news .single-img {
    height: auto;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
  }
  .single_news .swiper-button-next,
  .single_news .swiper-button-prev {
    bottom: 8px;
  }
  .single_news .swiper-button-prev {
    right: 50px;
  }
  .page-wrapper {
    padding-left: 0px;
  }
  .tabs__btn {
    font-size: 12px;
  }
  #footer #modal-success.theme-modal {
    width: 95%;
  }
  .single_services .banner-wrapper .subtitle {
    font-size: 16px;
  }
  #footer .bottom {
    padding-bottom: 50px;
  }
  #archive-reviews .reviews{
    display: flex;
    flex-direction: column;
  }
  #header .logo_holder.title {
    max-width: unset;
  }
  .btn{
    width: 100%;
    max-width: 100%;
  }

}
@media (max-width: 400px) {
  .btn {
    width: 100% !important;
  }
  #archive-horses .horses {
    display: flex;
    flex-direction: column;
  }
  #archive-services .service-item {
    width: 100%;
  }
}
@media (max-width: 520px) {
    #header .logo_holder {
        max-width: 80px;
    }
}