html {
  box-sizing: border-box;
}
body {
  display: flex;
  flex-direction: column;
  background-color: var(--background);
  overflow-x: hidden;
  margin: 0 auto;
  width: auto;
  max-width: 1920px;
  min-height: 100vh;
}
body.hidden {
  overflow: hidden;
}
.container {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
section {
  margin-bottom: var(--section-margin);
}
section.alignfull {
  margin: 0 calc(-1 * (50vw - 50%)) var(--section-margin);
}
section.alignwide {
  width: 100%;
}
.front-page .contacts-block {
  margin-bottom: 0;
}
.simplebar-scrollbar {
  background: var(--primary);
  width: 2px;
}
.simplebar-track {
  background: var(--stroke);
  width: 2px;
  max-width: 2px;
}
.site-main__title {
  margin-bottom: 40px;
}
.socials-group {
  display: flex;
  gap: 5px;
}
.socials-group-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--stroke);
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 13px;
}
.socials-group-item img {
  width: 22px;
  height: auto;
  object-fit: contain;
  filter: none;
}
@media screen and (min-width: 768px) {
  .socials-group-item:hover {
    border-color: transparent;
    background-color: var(--primary-hover);
  }
  .socials-group-item:hover img {
    filter: brightness(8);
  }
}
@media screen and (max-width: 768px) {
  .site-main__title {
    margin-bottom: 20px;
  }
}
.fancybox__content.fancybox-archive-content {
  max-width: 540px;
  width: 100%;
  border-radius: 10px;
}
/*============ BREADCRUMBS Start =================*/
.breadcrumbs {
  font-size: 16px;
  margin: 40px 0 20px;
}
.breadcrumbs span a > span {
  color: var(--main-text-primary);
}
.breadcrumbs span {
  color: var(--primary);
}
/*============ BREADCRUMBS End =================*/

/*============ HEADER Start =================*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  margin-top: 10px;
}

#header .header__wrapper {
  display: flex;
  gap: 50px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  background: var(--head-secondary);
  border-radius: 10px;
  padding: 15px 50px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 140px;
}
#header .header__wrapper-mobile{
	display: none;
}
#header .header__content {
  width: 80%;
  display: flex;
  align-items: end;
  flex-direction: column;
}
#header .header__content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--stroke);
  width: 100%;
}
.header__left {
  display: flex;
  gap: 10px;
}
.header__geoposition-text {
  color: var(--head-primary);
  cursor: default;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 50px;
}
#header .header__contacts-phones {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 5px;
  white-space: nowrap;
}
#header .header__contacts-phone {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--head-primary);
}
#header .header__work-time {
  font-size: 14px;
  line-height: 120%;
  color: var(--main-text-primary);
}
#header .header__logo {
  width: 20%;
  height: 66px;
  align-content: center;
}
#header .header__content-bottom {
  margin-top: 10px;
}
#header .header__content-bottom a {
  display: block;
  font-size: 16px;
  line-height: 120%;
  color: var(--head-primary);
  padding: 10px 15px;
}
#header #menu-header-menu {
  display: flex;
}
#header .burger-menu {
  display: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--stroke);
  background-color: #FFFFFF;
  border-radius: 10px;
  flex-shrink: 0;
}
.nav-menu-element.has-childs {
  position: relative;
}
.nav-menu-element.has-childs .sub-menu::before {
  position: absolute;
  top: -15px;
  display: block;
  content: "";
  height: 20px;
  width: 468px;
}
#header .nav-menu-element.has-childs:hover > a {
  display: block;
  font-size: 16px;
  line-height: 120%;
  padding: 10px 15px;
  background: var(--primary-hover);
  border-radius: 5px;
  color: var(--head-secondary);
}
.nav-menu-element.has-childs:hover > a::after {
  transform: scale(-1, -1);
  filter: brightness(10);
}
.nav-menu-element.has-childs > a::after {
  margin-left: 10px;
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  filter: none;
  transition: 0.3s ease-out;
  background: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.43538 8.355L1.83838 4.2435C1.41388 3.75975 1.75888 3 2.40313 3H9.59713C9.74131 2.99988 9.88248 3.04132 10.0037 3.11936C10.125 3.1974 10.2211 3.30873 10.2807 3.44002C10.3403 3.57131 10.3608 3.717 10.3397 3.85963C10.3186 4.00227 10.2569 4.1358 10.1619 4.24425L6.56488 8.35425C6.49448 8.43481 6.40767 8.49937 6.31026 8.54361C6.21286 8.58785 6.10711 8.61074 6.00013 8.61074C5.89315 8.61074 5.78741 8.58785 5.69 8.54361C5.59259 8.49937 5.50578 8.43481 5.43538 8.35425V8.355Z" fill="%232B2A28" /></svg>');
}
.nav-menu-element.has-childs .sub-menu {
  display: none;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  right: 0;
  margin-top: 13px;
  padding: 15px;
  background: var(--head-secondary);
  border: 1px solid var(--stroke);
  border-radius: 0 0 10px 10px;
  padding: 15px;
  width: 468px;
  height: fit-content;
}
.nav-menu-element.has-childs:hover .sub-menu {
  display: flex;
}
@media screen and (max-width: 1450px) {
  #header .header__wrapper {
    height: 100px;
  }
  #header .header__logo {
    width: fit-content;
    height: fit-content;
  }
  #header .burger-menu {
    display: flex;
  }
  #header .header__content-top {
    justify-content: end;
  }
  #header .header__content-bottom {
    display: none;
  }
  #header  .header__left {
    display: none;
  }
  #header  .header__rating {
    display: none;
  }
  #header .header__content-top {
    border-bottom: none;
  }
}
@media (min-width: 991px) {
  #header .header__content-bottom a:hover {
    color: var(--main-text-primary);
  }
  #header .header__left:hover .header__geoposition-icon {
    opacity: 0.5;
  }
  #header .burger-menu:hover {
    border-color: transparent;
    background-color: var(--primary-hover);
  }
  #header .burger-menu:hover svg {
    filter: brightness(8);
  }
}
@media screen and (max-width: 768px) {
	
  #header .header__wrapper {
		display: none;
    padding: 15px 20px;
    height: fit-content;
  }
	#header .header__wrapper-mobile{
		display: block;
	}
	#header .header__wrapper-mobile-wrapper{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#header .socials-group-mobile{

		display: flex;
		align-items: center;
		gap: 10px;
	}
  #header .header__content {
    display: none;
  }
  #header .header__logo {
    max-width: 150px;
		margin-left: -10px;
  }
	#header .header__contacts-phone-mobile{
		font-size: 16px;
	}
}
/* изначально */
 	#header.header__wrapper.header__wrapper-mobile {
  transition: all 0.3s ease;
}

/* когда скролл начался */
	#header .header__wrapper.header__wrapper-mobile.scrolled {
  background: rgba(255, 255, 255, 0.9); /* делаем полупрозрачной */
}
 	#header .header__wrapper.header__wrapper-mobile.scrolled 
.header__wrapper-mobile-wrapper:first-child {
  display: none; /* убираем надпись */
}
/*============ HEADER End =================*/

/*================ MOBILE MNU Start =============*/
.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 380px;
  background: var(--background);
  padding: 30px 15px;
  transition: all 0.3s ease-in;
  transform: translateX(-380px);
  z-index: 9999;
  overflow: auto;
  border-radius: 10px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
.mobile-menu.open {
  opacity: 1;
  transform: translateX(0);
}
.mobile-menu__wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 20px;
  height: 100%;
}
.mobile-menu__head {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.mobile-menu .menu-logo {
  max-width: 300px;
  width: 100%;
  width: 60%;
}
.mobile-menu__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--stroke);
  background-color: #FFFFFF;
  border-radius: 10px;
  flex-shrink: 0;
}
.mobile-menu__close img {
  width: 24px;
  height: 24px;
}
.mobile-menu__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  height: 100%;
  overflow-y: auto;
}
.mobile-menu__top .mobile_menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile-menu__top .mobile_menu a {
  font-size: 16px;
  font-weight: 500;
  color: var(--head-primary);
}
.mobile-menu__bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
/*================ MOBILE MNU End =============*/

/*================ OVERLAY Start =============*/
.custom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  z-index: 20;
  transition: .15s ease-out;
}
.custom-overlay.open {
  opacity: 1;
}
/*================ OVERLAY End =============*/

/*============ ARCHIVE DEFAULT Start ===============*/
main[class^="archive"] {
  margin-bottom: 80px;
}
.archive-title {
  margin-bottom: 40px;
}
.archive-popup__name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--head-primary);
}
.archive-popup__time {
  font-size: 14px;
  font-weight: 400;
  color: var(--main-text-primary);
  margin-bottom: 24px;
}
.archive-popup__text {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
}
/*============ ARCHIVE DEFAULT End ===============*/

/*============ SINGLE DEFAULT Start ===============*/
.single-page__title {
  margin-bottom: 40px;
}
/*============ SINGLE DEFAULT End ===============*/

/*============ ARCHIVE BUILDINGS Start ===============*/
.archive-buildings__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.archive-buildings__item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border-radius: 10px;
  background: var(--background-secondary);
}
.archive-buildings__item-imgs {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 295px;
}
.archive-buildings__item-img {
  object-fit: cover;
}
.archive-buildings__item-content {
  padding: 20px;
}
.archive-buildings__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.archive-buildings__item-date {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  border-radius: 7px;
  padding: 7px 13px;
  background: var(--head-secondary);
  color: var(--head-primary);
}
.archive-buildings__item-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--head-primary);
}
.archive-buildings__descr-text {
  -webkit-line-clamp: 3;
	line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.archive-buildings__descr-text p {
  font-size: 16px;
  line-height: 120%;
  color: var(--main-text-primary);
}
.archive-buildings__item-more {
  display: block;
  font-weight: 600;
  color: var(--primary);
  margin-top: 5px;
  width: fit-content;
}
.archive-buildings__item-details {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.archive-buildings__item-details > * {
  font-size: 16px;
  line-height: 120%;
  color: var(--main-text-primary);
}
.archive-buildings__bottom {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
.archive-buildings__item-cost {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: space-between;
}
.archive-buildings__cost-text {
  font-size: 14px;
  line-height: 120%;
  color: var(--main-text-primary);
}
.archive-buildings__cost-value {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--head-primary);
  white-space: nowrap;
}
.archive-buildings .archive-buildings__item-btn {
  padding: 20px;
  width: 100%;
  max-width: 183px;
}
@media screen and (min-width: 992px) {
    .archive-buildings__item-imgs .buildings__item-pagination {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    z-index: 2;
  }
  .buildings__pagination-item {
    height: 100%;
    width: auto;
    flex-grow: 1;
    padding: 0px 5px 15px 5px;
    position: relative;
  }
  .buildings__pagination-item:first-child::before,
  .buildings__pagination-item:last-child::before {
    width: calc(100% - 20px);
  }
  .buildings__pagination-item:first-child {
    padding-left: 10px;
  }
  .buildings__pagination-item:last-child {
    padding-right: 10px;
  }
  .buildings__pagination-item::before {
    content: "";
    width: calc(100% - 10px);
    height: 2px;
    border-radius: 1px;
    background: var(--stroke);
    bottom: 10px;
    left: 3px;
    position: absolute;
    transition: 0.1s;
  }
  .buildings__pagination-item.is-active::before {
    background: var(--primary);
  }
  .buildings__pagination-item:first-child::before {
    left: unset;
    right: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .archive-buildings__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .archive-buildings__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .archive-buildings__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .archive-buildings__item-imgs {
    height: 200px;
  }
  .archive-buildings__bottom {
    flex-direction: column;
    align-items: start;
  }
  .archive-buildings .archive-buildings__item-btn {
    max-width: 100%;
  }
}
/*============ ARCHIVE BUILDINGS End ===============*/

/*============ ARCHIVE REVIEWS  Start ===============*/
.archive-reviews__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.archive-reviews__content {
  display: flex;
  gap: 30px;
}
.archive-reviews__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.archive-reviews__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  height: auto;
}
.feedback-block__slide .archive-reviews__item {
  height: 100%;
}
.archive-reviews__item-top {
  display: flex;
  gap: 20px;
}
.archive-reviews__item-top-text {
  border-radius: 8px;
  padding: 10px 15px;
  background: var(--background-secondary);
  width: 100%;
  max-width: 230px;
}
.archive-reviews__item-img {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 10px;
  background: var(--background-secondary);
  align-content: center;
  max-height: 460px;
  cursor: pointer;
}
.archive-reviews__item-img .image-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: var(--primary);
  pointer-events: none;
  z-index: 1;
  transition: all .3s ease-in;
  opacity: 0;
}
.archive-reviews__item-img .image-hover svg {
  width: 20px;
  height: 20px;
  color: var(--background);
}
.archive-reviews__item-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all .3s ease-in;
  opacity: 0;
  border-radius: 10px;
  pointer-events: none;
}
.archive-reviews__item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--head-primary);
  margin-bottom: 5px;
}
.archive-reviews .archive-reviews__item-descr {
  display: block;
  -webkit-line-clamp: none;
}
.archive-reviews__item-descr {
  -webkit-line-clamp: 11;
  line-clamp: 11;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}
.archive-reviews__item-more {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: var(--primary);
  margin-top: 10px;
  width: fit-content;
}
.archive-reviews__sidebar {
  display: flex;
  flex-direction: column;
  gap: 88px;
  background: var(--head-primary);
  border-radius: 10px;
  padding: 30px;
  height: fit-content;
  width: 360px;
  flex-shrink: 0;
}
.archive-reviews__sidebar-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--main-text-secondary);
}
.archive-reviews__sidebar-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: var(--head-secondary);
}
.archive-reviews__descr {
  color: var(--main-text-secondary);
}
.archive-reviews__btn {
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .archive-reviews__item-img:hover:after {
    opacity: 1;
  }
  .archive-reviews__item-img:hover .image-hover {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .archive-reviews__sidebar {
    position: sticky;
    top: 149px;
  }
}
@media screen and (max-width: 1450px) {
  .archive-reviews__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .archive-reviews__sidebar {
    gap: 50px;
  }
  .archive-reviews__item-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .archive-reviews__content {
    flex-direction: column-reverse;
  }
  .archive-reviews__items {
    gap: 12px;
  }
  .archive-reviews__item-top-svg {
    display: none;
  }
  .archive-reviews__sidebar {
    width: 100%;
  }
}
@media screen and (max-width: 578px) {
  .archive-reviews__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .archive-reviews__item-img {
    width: fit-content;
    margin: 0 auto;
  }
}

/*============ ARCHIVE REVIEWS  End ===============*/
main.archive-buildings {
  margin: 0;
}
.archive-buildings .pagination {
  margin: 40px auto 0;
}
.archive-buildings-holder {
  margin-bottom: var(--section-margin);
}

/*============ FOOTER End ===============*/
#footer {
  margin: auto calc(-1 * (50vw - 50%)) 0;
  padding: 70px 0 30px;
  box-shadow: 0 4px 20px 0 rgba(51, 66, 104, 0.07);
  background: var(--head-secondary);
  border-radius: 10px 10px 0 0;
}
#footer div { 
  color: var(--main-text-primary);
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  gap: 60px;
}
.footer__menu {
  font-size: 16px;
  line-height: 120%;
  max-width: 271px;
  width: 50%;
}
.footer__menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__side {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: auto;
}
.footer__req {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__req-text {
  font-size: 14px;
  line-height: 120%;
  color: var(--main-text-primary);
}
.footer__menu-title {
  display: block;
  color: var(--head-primary);
  margin-bottom: 20px;
  font-weight: 600;
}
.footer__menu li {
  color: var(--main-text-primary);
}
.footer__work_time {
  display: flex;
  gap: 10px;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 390px;
}
.footer__geoposition {
  display: flex;
  gap: 10px;
}
.footer__geoposition-text p {
  font-size: 14px;
  line-height: 120%;
  color: var(--main-text-primary);
  max-width: 350px;
}
.footer__geoposition-icon,
.footer__work_time-icon {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}
.footer__contacts-phones,
.footer__other {
  display: flex;
  flex-direction: column;
  gap: 5px;
} 
.footer__contacts-phone {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--head-primary);
}
.footer__contacts-email {
  font-size: 14px;
  line-height: 120%;
  color: var(--main-text-primary);
}
.footer__copyright-content {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid var(--stroke);
}
.footer__copyright-block {
  display: flex;
  white-space: nowrap;
  gap: 10px;
  align-items: baseline;
}
.footer__copyright-block .privacy-policy-link {
  font-size: 14px;
  line-height: 120%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: var(--main-text-primary);
}
.footer__main-nav {
  display: flex;
  gap: 60px;
}
.footer__default .footer__privacy {
  font-size: 16px;
  line-height: 145%;
  text-align: center;
}
.footer__default .footer__privacy:hover {
  color: var(--primary);
}
.footer__default {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid var(--background-thirdly);
}
.footer__default .footer__rights {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  text-align: center;
}
.footer__example-holder a {
  display: flex;
  gap: 15px;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  text-align: center;
}
.footer__example-holder a:hover {
  color: var(--primary);
}
.footer__copyright-dev {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__copyright-dev span {
  width: 111px;
  height: 17px;
  -webkit-mask-image: url("../images/dev.svg");
  mask-image: url("../images/dev.svg");
  -webkit-mask-origin: border-box;
  mask-origin: border-box;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--main-text-primary);
  position: relative;
  cursor: pointer;
  display: inline-flex;
  vertical-align: sub;
  overflow: hidden;
}
.footer__copyright-dev span::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: auto;
  background-size: 100px;
  animation: slideUp 5s infinite 3s;
}
.footer__copyright-dev span::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fe6604 10%, #ee0a76 30%, #ee0a76 60%, #fe6604 101%) repeat-x 0 0;
  background-size: 100px;
  transform: translateX(0);
  transition: 0.2s ease-in;
  z-index: 1;
  opacity: 0;
}
.footer__copyright-dev:hover span::after {
  opacity: 1;
}
.footer__copyright-dev:hover span::before {opacity: 0;}
@keyframes slideUp {
	0% {transform: translateX(-100%);}
	50% {transform: translateX(0);}
	100% {transform: translateX(100%);}
}
@media screen and (max-width: 1200px) {
  .footer__default { padding-top: 10px;}
}
@media screen and (max-width: 991px) {
  .footer__wrapper { flex-wrap: wrap;}
}
@media screen and (max-width: 500px) {
  .footer__wrapper {flex-direction: column;}
  .footer__wrapper > * {
    width: 100%;
    max-width: 100%;
  }
}
/*============ FOOTER End =================*/

/*============= ERROR 404 Start ============= */
.error-page {
  position: relative;
  padding: 209px 0 60px;
  overflow: hidden;
  margin: 0 calc(-1 * (50vw - 50%));
}
.error-page::after {
  position: absolute;
  content: "";
  background: url(../images/bg-pr.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.error-page__wrapper {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 50px;
  max-width: 620px;
  background: var(--background-secondary);
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 177px;
}
.error-page__error-numb {
  font-weight: 600;
  font-size: 232px;
  line-height: 120%;
  color: var(--stroke);
}
.error-page__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 110%;
  color: var(--head-primary);
}
.error-page__descr {
  font-size: 20px;
  line-height: 120%;
  color: var(--main-text-primary);
}
.error-page__btn {
  margin-top: 20px;
}
.error-page__error-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product .text-holder p,
.product .imgtext-block__descr p, 
.product .price-block__content p {
    margin-bottom: 20px;
}

.product .text-holder h2,
.product .imgtext-block__descr h2,
.product .price-block__content h2 {
    margin: 30px 0 15px 0;
}

.product .text-holder h3,
.product .imgtext-block__descr h3,
.product .price-block__content h3 {
    margin: 25px 0 12px 0;
}

.product .text-holder ul,
.product .imgtext-block__descr ul,
.product .price-block__content ul {
    margin: 20px 0;
    padding-left: 20px;
}

.product .text-holder li,
.product .imgtext-block__descr li,
.product .price-block__content li {
    margin-bottom: 8px;
    list-style-type: disc;
}

.product .text-holder > *:first-child,
.product .imgtext-block__descr > *:first-child,
.product .price-block__content > *:first-child {
    margin-top: 0;
}
/*============= ERROR 404 End ============= */
