

/* Start:/local/templates/zgd/css/style.css?1778822163149555*/
@charset "UTF-8";

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/zgd/css/../fonts/montserrat-variablefont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 75% 125%;
}

:root {
  --text: #333;
  --green: #1f825a;
  --yellow: #fc0;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button:focus {
  box-shadow: none !important;
}

*:focus {
  outline: none;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  background: #fff;
  color: #333;
  position: relative;
}

body::before {
  content: "";
  display: block;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 40;
  transition: 300ms;
  opacity: 0;
  visibility: hidden;
}

body.fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

body.fixed::before {
  opacity: 1;
  visibility: visible;
}

body.fixed .header {
  position: fixed;
  transform: none;
}

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  transition: 300ms;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a img {
  border: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input,
textarea,
button {
  font-family: inherit;
}


font.tablebodytext {
  display: none;
}

.container {
  max-width: 1640px;
  margin: 0 auto;
}

@media screen and (max-width: 1720px) {
  .container {
    margin: 0 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .container {
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin: 0 20px;
  }
}

.header {
  /*  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%); */
  width: 100%;
  z-index: 500;
  margin: 0;
  /* padding-top: 20px; */
}

@media only screen and (max-width: 1024px) {
  .header {
    left: 0;
    transform: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 0;
    transition: 300ms;
  }

  .header.dop {
    background: #fff;
  }
}

.header__inner {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #fff 100%);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: 200px auto auto;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: fixed;
  top: 20px;
  left: 50%;
  width: 1640px;
  transform: translate(-50%, 0);
  margin: 0 auto;
  z-index: 100;
}

@media only screen and (max-width: 1720px) {
  .header__inner {
    width: calc(100% - 80px);
  }
}

@media only screen and (max-width: 1680px) {
  .header__inner {
    grid-template-columns: 150px auto auto;
    padding: 15px;
  }
}

@media only screen and (max-width: 1440px) {
  .header__inner {
    grid-template-columns: 200px auto;
    padding: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .header__inner {
    grid-template-columns: 170px auto;
  }
}

@media only screen and (max-width: 1024px) {
  .header__inner {
    grid-template-columns: 200px auto;
    padding: 0;
    background: none;
    border-radius: 0;
    margin: 0;
    width: 100%;
    transform: none;
    position: static;
  }
}

.header__logo {
  display: flex;
  width: auto;
  height: auto;
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 1680px) {
  .header__nav {
    gap: 15px;
  }
}

@media only screen and (max-width: 1440px) {
  .header__nav {
    grid-column: 1/3;
    grid-row: 2/2;
    justify-content: center;
    gap: 30px;
  }
}

@media only screen and (max-width: 1280px) {
  .header__nav {
    gap: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}

.header__nav>li>a {
  font-size: 16px;
  color: #000;
  line-height: 100%;
}

@media only screen and (max-width: 1680px) {
  .header__nav>li>a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1440px) {
  .header__nav>li>a {
    font-size: 16px;
  }
}

.header__nav>li>a:hover {
  color: #1f825a;
}

.header__nav-li {
  position: relative;
}

.header__nav-li::before {
  content: "";
  display: block;
  background: transparent;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -35px;
  left: 0;
}

.header__nav-li:hover .header__nav-child {
  opacity: 1;
  visibility: visible;
}

.header__nav-li:hover img {
  transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) {
  .header__nav-li:hover img {
    transform: none !important;
  }
}

.header__nav-li.active img {
  transform: rotate(180deg) !important;
}

.header__nav-li a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header__nav-li img {
  transition: 300ms;
}

.header__nav-child {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  background: #fff;
  position: absolute;
  top: 49px;
  left: 0;
  z-index: 10;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: 300ms;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 1680px) {
  .header__nav-child {
    top: 47px;
  }
}

@media only screen and (max-width: 1440px) {
  .header__nav-child {
    top: 39px;
  }
}

.header__nav-child li a {
  padding: 15px 20px;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 1680px) {
  .header__right {
    gap: 15px;
  }
}

@media only screen and (max-width: 1440px) {
  .header__right {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    gap: 30px;
  }
}

.header__right .button {
  min-width: 178px;
  min-height: 50px;
}

@media only screen and (max-width: 1680px) {
  .header__right .button {
    min-width: 151px;
  }
}

@media only screen and (max-width: 1440px) {
  .header__right .button {
    min-width: 178px;
  }
}

@media only screen and (max-width: 1024px) {
  .header__right .button {
    display: none;
  }
}

.header__right .button-inner {
  background: #fc0;
}

.header__right .button-inner span {
  font-size: 16px;
}

@media only screen and (max-width: 1680px) {
  .header__right .button-inner span {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1440px) {
  .header__right .button-inner span {
    font-size: 16px;
  }
}

.header__tel {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 100%;
  color: #333;
}

@media only screen and (max-width: 1680px) {
  .header__tel {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1440px) {
  .header__tel {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .header__tel {
    font-size: 0;
    display: block;
  }
}

.header__tel:hover {
  color: var(--green);
}

.header__tel span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1f825a;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 10px;
}

@media only screen and (max-width: 1680px) {
  .header__tel span {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 1440px) {
  .header__tel span {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 1280px) {
  .header__tel span {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .header__tel span {
    background: linear-gradient(90deg, #fc0 0%, #ffe683 100%);
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}

.header__tel span svg {
  color: #fff;
  width: 19px;
  height: auto;
}

@media only screen and (max-width: 1680px) {
  .header__tel span svg {
    width: 15px;
  }
}

@media only screen and (max-width: 1440px) {
  .header__tel span svg {
    width: 19px;
  }
}

@media only screen and (max-width: 1280px) {
  .header__tel span svg {
    width: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .header__tel span svg {
    color: #333;
    width: 19px;
  }
}

.header__block {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  position: absolute;
  top: 125px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 50;
}

@media only screen and (max-width: 1440px) {
  .header__block {
    top: 170px;
  }
}

@media only screen and (max-width: 1024px) {
  .header__block {
    display: none;
  }
}

.header__items {
  display: flex;
  gap: 20px;
}

.header__item {
  display: flex;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  color: #000;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #fff;
  white-space: nowrap;
}

@media only screen and (max-width: 1280px) {
  .header__item {
    font-size: 16px;
  }
}

.header__item:hover div {
  background: var(--green);
}

.header__item:hover div img:first-child {
  opacity: 0;
  visibility: hidden;
}

.header__item:hover div img:last-child {
  opacity: 1;
  visibility: visible;
}

.header__item div {
  width: 38px;
  min-width: 38px;
  height: 38px;
  position: relative;
  transition: 300ms;
  border-radius: 100%;
}

.header__item div img {
  border-radius: 100%;
  transition: 300ms;
}

.header__item div img:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}

.button {
  overflow: hidden;
  min-height: 60px;
  min-width: 380px;
  background: linear-gradient(121.92deg, #ffcc00 2.64%, rgba(194, 194, 194, 0) 98.46%);
  border-radius: 10px;
  transition: 600ms;
  position: relative;
  padding: 1px;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .button {
    min-width: auto;
    width: 100%;
  }
}

.button:hover {
  /*   background: linear-gradient(
      121.92deg,
      #9ebc70 2.64%,
      rgba(194, 194, 194, 0) 98.46%
    ); */
}

.button:hover .button-inner {
  /*     background: #1f825a; */
}

.button:hover .button-inner::before {
  width: 100%;
}

.button:hover .button-inner span {
  color: #fff;
}

.button:hover .button-inner span svg {
  color: #fff;
}

.button:hover .button-inner span svg path {
  fill: #fff;
  stroke: #fff;
}

.button-inner {
  background: linear-gradient(90deg, #fc0 0%, #ffe683 70%);
  width: 100%;
  flex: 1;
  padding: 10px;
  border-radius: inherit;
  transition: 600ms;
}

.button-inner::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 5;
  background: #1f825a;
  transition: 300ms;
  width: 0;
}

.button-inner span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  transition: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media only screen and (max-width: 767px) {
  .button-inner span {
    font-size: 16px;
  }
}

.button-inner span svg {
  color: #333;
  transition: 300ms;
}

.header-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 600;
  width: 100%;
}

.header-menu__inner {
  width: 100%;
  background: #333;
  display: none;
  position: relative;
  z-index: 40;
}

@media only screen and (max-width: 1024px) {
  .header-menu__inner {
    display: flex;
  }
}

.header-menu__link {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  padding: 14px 0 9px;
}

@media only screen and (max-width: 576px) {
  .header-menu__link {
    font-size: 13px;
  }
}

@media only screen and (max-width: 400px) {
  .header-menu__link {
    font-size: 11px;
  }
}

.header-menu__link svg {
  color: #fff;
  height: 28px;
  width: auto;
}

.header-menu__burger {
  background: #fff;
  color: #1f825a;
  gap: 5px;
}

.header-menu__burger div {
  position: relative;
  height: 28px;
}

.header-menu__burger div svg {
  color: #1f825a;
  transition: 300ms;
}

.header-menu__burger div svg:last-child {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-menu__burger.active div svg:first-child {
  opacity: 0;
  visibility: hidden;
}

.header-menu__burger.active div svg:last-child {
  opacity: 1;
  visibility: visible;
}

.header-menu__drop {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: 30;
  width: 100%;
  background: #1f825a;
  border-radius: 0 0 15px 15px;
  transition: 300ms;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 60px);
  overflow: hidden;
}

.header-menu__drop.active {
  transform: translateY(0);
}

.header-menu__top {
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menu__block {
  padding: 20px 20px 40px;
  flex: 1;
  overflow-y: auto;
}

.header-menu .header__nav {
  display: block;
  margin-bottom: 60px;
}

.header-menu .header__nav>li {
  border-bottom: 1px solid #15593e;
  width: 100%;
  padding: 20px 0;
}

.header-menu .header__nav>li:last-child {
  border: 0;
}

.header-menu .header__nav>li>a {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-menu .header__nav-li::before {
  display: none;
}

.header-menu .header__nav-child {
  position: static;
  box-shadow: none;
  background: none;
  transition: 0ms;
  border-radius: 0;
  display: none;
  opacity: 1;
  visibility: visible;
  width: 100%;
  padding-top: 20px;
}

.header-menu .header__nav-child li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-menu .header__nav-child li:last-child {
  margin-bottom: 0;
}

.header-menu .header__nav-child li a {
  font-size: 20px;
  color: #fff;
  padding: 0;
}

.header-menu .header__tel {
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  color: #fff;
}

@media only screen and (max-width: 400px) {
  .header-menu .header__tel {
    font-size: 20px;
  }
}

.header-menu .button-modul {
  min-width: auto;
  width: 100%;
  background: linear-gradient(121.92deg, #ffcc00 2.64%, rgba(194, 194, 194, 0) 98.46%);
}

.header-menu .button-modul:hover {
  background: linear-gradient(121.92deg, #ffcc00 2.64%, rgba(194, 194, 194, 0) 98.46%);
}

.header-menu .button-modul:hover .button-inner {
  background: linear-gradient(90deg, #fc0 0%, #ffe683 70%);
}

.header-menu .button-modul:hover .button-inner span {
  color: #333;
}

.header-menu .button-modul:hover .button-inner span svg {
  color: #333;
}

.header-menu .button-modul .button-inner {
  background: linear-gradient(90deg, #fc0 0%, #ffe683 70%);
}

.header-menu .button-modul .button-inner span {
  color: #333;
  text-transform: uppercase;
  font-size: 18px;
}

@media only screen and (max-width: 400px) {
  .header-menu .button-modul .button-inner span {
    font-size: 15px;
  }
}

.header-menu .button-modul .button-inner span svg {
  color: #333;
}

.banner {
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .banner {
    padding: 0;
  }
}

.banner__main {
  position: relative;
  height: calc(100vh - 30px);
  min-height: 900px;
  overflow: hidden;
  padding: 235px 0 44px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1680px) {
  .banner__main {
    height: auto;
  }
}

@media only screen and (max-width: 1440px) {
  .banner__main {
    padding: 265px 0 44px;
    min-height: 820px;
  }
}

@media only screen and (max-width: 1280px) {
  .banner__main {
    min-height: 765px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner__main {
    min-height: auto;
    padding: 120px 0 44px;
  }
}

@media only screen and (max-width: 767px) {
  .banner__main {
    padding: 165px 0 48px;
  }
}

.banner__main::before {
  content: "";
  display: block;
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.8) 0%, rgba(51, 51, 51, 0.4) 44.09%, rgba(51, 51, 51, 0) 100%);
  width: 100vw;
  height: 290px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 4;
}

@media only screen and (max-width: 767px) {
  .banner__main::before {
    height: 207px;
  }
}

.banner__fon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  pointer-events: none;
}

.banner__fon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner__list {
  position: absolute;
  z-index: 4;
  display: flex;
  pointer-events: none;
}

.banner__list.left {
  top: 0;
  left: 0;
  width: 10.26%;
  max-width: 197px;
}

@media only screen and (max-width: 1024px) {
  .banner__list.left {
    top: calc(50% + 50px);
    transform: translate(0%, -50%);
    max-width: 168px;
    left: -51px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.banner__list.right {
  bottom: 0;
  right: 0;
  width: 26.25%;
  max-width: 504px;
}

@media only screen and (max-width: 1024px) {
  .banner__list.right {
    width: auto;
    max-width: 236px;
  }
}

@media only screen and (max-width: 767px) {
  .banner__list.right {
    bottom: -84px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner__list.right img:first-child {
    display: none;
  }
}

.banner__list.right img:last-child {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .banner__list.right img:last-child {
    display: block;
  }
}

.banner__tree {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  display: flex;
  pointer-events: none;
  width: 30.99%;
  max-width: 595px;
}

@media only screen and (max-width: 1024px) {
  .banner__tree {
    display: none;
  }
}

.banner__cloud {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.banner__cloud.left {
  top: 0;
  left: 0;
  width: 39.38%;
  max-width: 756px;
}

@media only screen and (max-width: 1024px) {
  .banner__cloud.left {
    display: none;
  }
}

.banner__cloud.right {
  top: 0;
  right: 0;
  width: 66.98%;
  max-width: 1286px;
}

@media only screen and (max-width: 1024px) {
  .banner__cloud.right {
    display: none;
  }
}

.banner__cloud.center {
  top: 0;
  left: 0;
  width: 73.44%;
  max-width: 1410px;
}

@media only screen and (max-width: 1024px) {
  .banner__cloud.center {
    min-width: 2181px;
    width: 2181px;
    max-width: 2181px;
    top: -500px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner__cloud.center img:first-child {
    display: none;
  }
}

.banner__cloud.center img:last-child {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .banner__cloud.center img:last-child {
    display: block;
  }
}

.banner .container {
  flex: 1;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .banner .container {
    display: block;
  }
}

.banner__inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  flex: 1;
}

@media only screen and (max-width: 1024px) {
  .banner__inner {
    gap: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .banner__inner {
    gap: 280px;
  }
}

.banner__top {
  max-width: 757px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .banner__top {
    max-width: 100%;
  }
}

.banner .title {
  text-align: center;
  margin-bottom: 30px;
}

.banner__text {
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #333;
  max-width: 601px;
  margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
  .banner__text {
    max-width: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .banner__text {
    font-size: 16px;
  }
}

.banner__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .banner__items {
    width: calc(100% - 10px);
  }
}

.banner__item {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.24) 100%);
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  border-radius: 15px;
  padding: 30px;
}

@media only screen and (max-width: 1680px) {
  .banner__item {
    padding: 25px;
    width: 240px;
  }
}

@media only screen and (max-width: 1440px) {
  .banner__item {
    padding: 20px;
    width: 208px;
  }
}

@media only screen and (max-width: 1280px) {
  .banner__item {
    width: 135px;
  }
}

@media only screen and (max-width: 767px) {
  .banner__item {
    width: auto;
    padding: 20px 10px;
  }
}

.banner__item span {
  font-size: 84px;
  font-size: clamp(40px, 4.375vw, 84px);
  line-height: 70%;
  text-transform: uppercase;
  color: #fc0;
}

@media only screen and (max-width: 1024px) {
  .banner__item span {
    font-size: 42px;
  }
}

.banner__item p {
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 1680px) {
  .banner__item p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1440px) {
  .banner__item p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .banner__item p {
    font-size: 14px;
  }
}

.banner__video {
  position: absolute;
  left: 40px;
  bottom: 70px;
  z-index: 10;
  transition: 300ms;
  border-radius: 15px;
}

@media only screen and (max-width: 1024px) {
  .banner__video {
    bottom: 44px;
    left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .banner__video {
    bottom: 20px;
    left: 10px;
    z-index: 20;
  }
}

.banner__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}

.banner__video-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.banner__mortgage {
  position: absolute;
  right: 40px;
  bottom: 70px;
  z-index: 10;
  transition: 300ms;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #fff0b5 100%);
  padding: 20px 20px 0;
  border: 1px solid #fff;
  width: 260px;
}

@media only screen and (max-width: 1440px) {
  .banner__mortgage {
    width: 236px;
  }
}

@media only screen and (max-width: 1280px) {
  .banner__mortgage {
    width: 212px;
    padding: 15px 15px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .banner__mortgage {
    bottom: 44px;
    right: 20px;
    background: linear-gradient(180deg, white 0%, #fff0b5 100%);
  }
}

@media only screen and (max-width: 767px) {
  .banner__mortgage {
    display: none;
  }
}

.banner__mortgage .title {
  font-size: 38px;
  text-align: left;
}

@media only screen and (max-width: 1440px) {
  .banner__mortgage .title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1280px) {
  .banner__mortgage .title {
    font-size: 28px;
  }
}

.banner__mortgage .banner__text {
  font-size: 16px;
  text-align: left;
  max-width: 208px;
}

.banner__mortgage img {
  display: flex;
  margin-left: auto;
  margin-top: -52px;
}

@media only screen and (max-width: 1440px) {
  .banner__mortgage img {
    width: 170px;
  }
}

.banner__slider {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  z-index: 3;
  width: 70%;
  aspect-ratio: 2.395;
}

@media only screen and (max-width: 1440px) {
  .banner__slider {
    width: 75%;
  }
}

@media only screen and (max-width: 767px) {
  .banner__slider {
    width: 982px;
    max-width: 982px;
    transform: none;
    left: 0;
  }
}

.banner__slide {
  display: flex;
  width: 100%;
  max-width: 1569px;
  aspect-ratio: 2.395;
  position: absolute;
  left: 50%;
  bottom: -48px;
  transform: translate(-50%, 100%);
  transition: 1000ms;
}

.banner__slide.active {
  transform: translate(-50%, 0);
}

.banner__slide img {
  width: 100%;
  height: 1005px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.banner__pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 10px;
  z-index: 15;
  width: calc(100% - 20px);
  display: flex;
  gap: 10px;
}

.banner__pagination span {
  border-radius: 30px;
  width: 100%;
  height: 10px;
  background: #ededed;
  cursor: pointer;
  transition: 300ms;
}

.banner__pagination span.active {
  background: #1f825a;
}

.banner__bird {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  pointer-events: none;
  width: 14.32%;
  max-width: 275px;
}

@media only screen and (max-width: 1024px) {
  .banner__bird {
    display: none;
  }
}

.banner__bird img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner .button {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .banner .button {
    display: flex;
    margin-top: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .banner .button {
    min-width: auto;
    width: 100%;
  }
}

.title {
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.title span {
  position: relative;
  z-index: 1;
}

.title span::before {
  content: "";
  width: 101%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: var(--yellow);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .title br {
    display: none;
  }
}

.title-h1 {
  font-size: clamp(42px, 3.333vw, 64px);
  color: #333;
}

@media only screen and (max-width: 1024px) {
  .title-h1 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .title-h1 {
    font-size: 34px;
  }
}

.title-h2 {
  font-size: clamp(42px, 2.813vw, 54px);
  color: #333;
}

@media only screen and (max-width: 1024px) {
  .title-h2 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .title-h2 {
    font-size: 34px;
  }
}

.title-h2 span {
  color: #fff;
}

.title-h2 span::before {
  background: var(--green);
}

.element-animation {
  opacity: 0;
}

.fade-in {
  -webkit-animation: fadeIn 0.8s forwards;
  animation: fadeIn 0.8s forwards;
}

.slide-up {
  -webkit-animation: slideUp 0.8s forwards;
  animation: slideUp 0.8s forwards;
}

.slide-right {
  -webkit-animation: slideRight 0.8s forwards;
  animation: slideRight 0.8s forwards;
}

.slide-left {
  -webkit-animation: slideLeft 0.8s forwards;
  animation: slideLeft 0.8s forwards;
}

.slide-top {
  -webkit-animation: slideTop 0.8s forwards;
  animation: slideTop 0.8s forwards;
}

.slide-bottom {
  -webkit-animation: slideBottom 0.8s forwards;
  animation: slideBottom 0.8s forwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes slideTop {
  from {
    transform: translateY(-40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideTop {
  from {
    transform: translateY(-40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slideBottom {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideBottom {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slideUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slideRight {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideRight {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slideLeft {
  from {
    transform: translateX(40px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideLeft {
  from {
    transform: translateX(40px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.button-modul {
  min-width: 388px;
  background: linear-gradient(121.92deg, #9ebc70 2.64%, rgba(194, 194, 194, 0) 98.46%);
}

@media only screen and (max-width: 1280px) {
  .button-modul {
    min-width: 320px;
  }
}

.button-modul:hover .button-inner::before {
  opacity: 1;
  visibility: visible;
}

.button-modul .button-inner {
  background: #1f825a;
}

.button-modul .button-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(113.45deg, #1f825a 15.13%, #b0d774 86.59%);
  border-radius: inherit;
  opacity: 0;
  visibility: hidden;
  transition: 600ms;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.button-modul .button-inner span {
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (max-width: 1280px) {
  .button-modul .button-inner span {
    font-size: 15px;
  }
}

.button-modul .button-inner span svg {
  color: #fff;
}

.portfolio__head {
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: auto 357px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

@media only screen and (max-width: 1024px) {
  .portfolio__head {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
  }
}

.portfolio .text p {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .portfolio .text p br {
    display: none;
  }
}

.portfolio .text .button {
  display: flex !important;
}

@media only screen and (max-width: 1024px) {
  .portfolio .text .button {
    display: none !important;
  }
}

.portfolio .button {
  min-width: auto;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .portfolio .title br {
    display: none;
  }
}

.portfolio .swiper-slide {
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}

.portfolio__video {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px;
  aspect-ratio: 0.666;
}


.portfolio__video--reviews {
  aspect-ratio: 0;
}

@media only screen and (max-width: 1440px) {
  .portfolio__video {
    aspect-ratio: 0.73;
  }
}

.portfolio__video:hover .portfolio__play {
  width: 65px;
  min-width: 65px;
  height: 65px;
}

.portfolio__video:hover .portfolio__play img {
  width: 40px;
}

.portfolio__video::before {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.4) 0%, rgba(51, 51, 51, 0.1) 60%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.portfolio__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 15px;
}

.portfolio__top img {
  border-radius: 100%;
  width: 60px;
  min-width: 60px;
  height: 60px;
}

.portfolio__top p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}

.portfolio__top p span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.portfolio__fon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.portfolio__fon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}

.portfolio__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 300ms;
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}

.portfolio__play img {
  width: 35px;
  height: auto;
  transition: 300ms;
}

.portfolio--configurator .portfolio__slider {
  max-height: 570px;
}

.portfolio--configurator .portfolio__slider .swiper-wrapper {
  height: unset;
}

.portfolio__slider {
  position: static;
}

.portfolio__slider .swiper-wrapper {
  max-height: 570px;
}

.portfolio__slider-inner {
  position: relative;
}

.portfolio .button {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .portfolio .button {
    display: flex;
    margin-top: 75px;
    min-width: auto;
    width: 100%;
  }
}

.portfolio__swipe {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .portfolio__swipe {
    display: block;
    position: absolute;
    top: -45px;
    right: 0;
    -webkit-animation: linear infinite;
    animation: linear infinite;
    -webkit-animation-name: run;
    animation-name: run;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    transition: 300ms;
  }
}

.portfolio__btn {
  position: absolute;
  pointer-events: none;
  z-index: 10;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  box-shadow: 0px 0px 5px 0px #0000001a;
  width: 100px;
  height: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  opacity: 0;
  transition: 0ms;
}

@media only screen and (max-width: 1024px) {
  .portfolio__btn {
    display: none;
  }
}

.portfolio__btn span {
  font-size: 14px;
  text-transform: uppercase;
  background: linear-gradient(134deg, #1f825a 0%, #b0d774 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.portfolio__btn img {
  width: 14px;
  min-width: 14px;
  height: auto;
}

.portfolio__btn img:last-child {
  transform: rotate(180deg);
}

@-webkit-keyframes run {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(5px);
  }

  50% {
    transform: translateX(0);
  }

  75% {
    transform: translateX(-5px);
  }

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

@keyframes run {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(5px);
  }

  50% {
    transform: translateX(0);
  }

  75% {
    transform: translateX(-5px);
  }

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

.subtitle {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 120%;
  color: #adadad;
}

@media only screen and (max-width: 1024px) {
  .subtitle {
    margin-bottom: 20px;
  }
}

.text p {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .text p {
    font-size: 16px;
  }
}

.p-120 {
  padding: 120px 0;
}

@media only screen and (max-width: 1440px) {
  .p-120 {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .p-120 {
    padding: 80px 0;
  }
}

.p-140 {
  padding: 140px 0;
}

@media only screen and (max-width: 1440px) {
  .p-140 {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .p-140 {
    padding: 80px 0;
  }
}

.reviews {
  background: #faf9f8;
  border-radius: 30px;
  overflow: hidden;
}

.reviews .portfolio__head {
  grid-template-columns: auto 309px;
}

@media only screen and (max-width: 1024px) {
  .reviews .portfolio__head {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 1024px) {
  .reviews .portfolio__head .text {
    max-width: 330px;
  }
}

.reviews__inner {
  display: flex;
  gap: 40px;
}

@media only screen and (max-width: 1280px) {
  .reviews__inner {
    flex-direction: column-reverse;
    gap: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .reviews__inner {
    gap: 75px;
  }
}

.reviews__block {
  width: 380px;
  background: linear-gradient(134deg, #1f825a 0%, #b0d774 100%);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: 30px;
}

@media only screen and (max-width: 1680px) {
  .reviews__block {
    padding: 20px;
    width: 348px;
  }
}

@media only screen and (max-width: 1440px) {
  .reviews__block {
    width: 290px;
    padding: 15px;
  }
}

@media only screen and (max-width: 1280px) {
  .reviews__block {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1024px) {
  .reviews__block {
    display: block;
    padding: 0;
    border-radius: 0;
    background: none;
  }
}

.reviews__block .button {
  min-width: auto;
  width: 100%;
  display: flex !important;
}

@media only screen and (max-width: 1280px) {
  .reviews__block .button {
    display: none !important;
  }
}

.reviews__title {
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 282px;
}

@media only screen and (max-width: 1680px) {
  .reviews__title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1280px) {
  .reviews__title {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .reviews__title {
    display: none;
  }
}

.reviews__yandex {
  background: #fff;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
}

@media only screen and (max-width: 1440px) {
  .reviews__yandex {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1280px) {
  .reviews__yandex {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
}

.reviews__yandex img {
  min-width: 48px;
  width: 48px;
  height: auto;
}

@media only screen and (max-width: 1680px) {
  .reviews__yandex img {
    width: 38px;
    min-width: 38px;
  }
}

@media only screen and (max-width: 1280px) {
  .reviews__yandex img {
    width: 46px;
    min-width: 46px;
  }
}

.reviews__yandex-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.reviews__yandex-block div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  color: #333;
}

.reviews__yandex-block ul {
  display: flex;
  gap: 5px;
}

.reviews__yandex-block ul li {
  height: 24px;
}

.reviews__yandex-block ul li img {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.reviews__yandex-block span {
  font-size: 20px;
  color: #333;
}

.reviews__slider {
  width: 63.54vw;
  max-width: 1220px;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
  -webkit-clip-path: inset(0 -100% 0 0);
  clip-path: inset(0 -100% -7% 0%);
  position: static;
}

@media only screen and (max-width: 1440px) {
  .reviews__slider {
    width: 58vw;
  }
}

@media only screen and (max-width: 1280px) {
  .reviews__slider {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    -webkit-clip-path: none;
    clip-path: none;
  }
}

.reviews__slider-inner {
  position: relative;
}

.reviews .swiper-slide {
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}

.reviews .button {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .reviews .button {
    display: flex;
    margin-top: 30px;
    min-width: auto;
    width: 100%;
  }
}

.technology__inner {
  overflow: hidden;
  position: relative;
  padding: 60px;
  border-radius: 15px;
  background: #fff;
}

@media only screen and (max-width: 1680px) {
  .technology__inner {
    padding: 50px;
  }
}

@media only screen and (max-width: 1440px) {
  .technology__inner {
    padding: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .technology__inner {
    padding: 30px 0 0 20px;
    background: #ededed;
  }
}

.technology__fon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .technology__fon {
    display: none;
  }
}

.technology__fon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.technology__house {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 34.02%;
  max-width: 558px;
  height: 100%;
  pointer-events: none;
}

@media only screen and (max-width: 1024px) {
  .technology__house {
    height: auto;
    /* position: static; */
    margin-left: auto;
    pointer-events: all;
    max-width: 100%;
    width: 250px;
    /* margin-top: -100px; */
    top: unset;
    bottom: 0;
  }


}

@media only screen and (max-width: 767px) {
  .technology__house {
    width: 320px;
    margin-top: 0;
  }
}

.technology__house img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}

@media only screen and (max-width: 1024px) {
  .technology__house img {
    -o-object-position: inherit;
    object-position: inherit;
  }
}

@media only screen and (max-width: 1024px) {
  .technology__house img:first-child {
    display: none;
  }
}

.technology__house img:last-child {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .technology__house img:last-child {
    display: block;
  }
}

.technology__tree {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  display: flex;
}

.technology__tree.top {
  top: 0;
  right: 0;
  max-width: 249px;
}

@media only screen and (max-width: 1024px) {
  .technology__tree.top {
    display: none;
  }
}

.technology__tree.bottom {
  bottom: 0;
  left: 0;
  max-width: 1329px;
}

@media only screen and (max-width: 1024px) {
  .technology__tree.bottom {
    max-width: 500px;
    width: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .technology__tree.bottom {
    max-width: 184px;
    width: 184px;
  }
}

.technology__tree.bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .technology__tree.bottom img:first-child {
    display: none;
  }
}

.technology__tree.bottom img:last-child {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .technology__tree.bottom img:last-child {
    display: block;
  }
}

.technology__list {
  position: absolute;
  z-index: 4;
  pointer-events: none;
}

.technology__list.left {
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .technology__list.left {
    display: none;
  }
}

.technology__list.right {
  top: 0;
  left: 29.21%;
}

@media only screen and (max-width: 1024px) {
  .technology__list.right {
    top: calc(50% - 40px);
    transform: translate(0%, -50%);
    left: auto;
    right: 0;
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .technology__list.right {
    width: 148px;
  }
}

.technology__list.right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .technology__list.right img:first-child {
    display: none;
  }
}

.technology__list.right img:last-child {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .technology__list.right img:last-child {
    display: block;
  }
}

.technology__info {
  position: relative;
  z-index: 10;
  max-width: 925px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
  .technology__info {
    padding-right: 20px;
  }
}

.technology__cloud {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}

.technology__bird {
  position: absolute;
  top: -70px;
  right: 27.63%;
  z-index: 5;
  pointer-events: none;
}

@media only screen and (max-width: 1024px) {
  .technology__bird {
    display: none;
  }
}

.technology__top {
  margin-bottom: 40px;
}

.technology .button {
  margin-bottom: 60px;
  min-width: 380px;
}

@media only screen and (max-width: 767px) {
  .technology .button {
    min-width: auto;
    width: 100%;
    margin-bottom: 37px;
  }
}

.technology .title {
  margin-bottom: 30px;
  line-height: 105%;
}

@media only screen and (max-width: 767px) {
  .technology .title {
    margin-bottom: 20px;
  }
}

.technology__text {
  max-width: 450px;
}

.technology__items {
  display: flex;
  gap: 20px;
}

@media only screen and (max-width: 1280px) {
  .technology__items {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1024px) {
  .technology__items {
    display: none;
  }
}

.technology__item {
  border-radius: 15px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(263.18deg, rgba(255, 255, 255, 0.8) 1.15%, rgba(255, 255, 255, 0) 50.79%, rgba(255, 255, 255, 0.6) 100.39%);
  transition: 300ms;
  cursor: pointer;
  position: relative;
  padding: 1px;
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
  transition: 300ms;
  max-width: 140px;
}

.technology__item:hover .technology__item-inner::before {
  opacity: 1;
}

.technology__item:hover .technology__name {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.technology__item-inner {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 76.92%), #fff;
  width: 100%;
  height: 100%;
  padding: 10px 10px 20px;
  border-radius: 15px;
  width: 100%;
  flex: 1;
  transition: 300ms;
  position: relative;
}

.technology__item-inner::before {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(127.93deg, #1f825a 1.41%, #b0d774 100%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 300ms;
}

.technology__image {
  display: flex;
  aspect-ratio: 1.295;
  width: 100%;
  max-width: 120px;
  position: relative;
  z-index: 3;
  border-radius: 15px;
  margin-bottom: 20px;
}

.technology__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
  height: 100%;
}

.technology__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.technology__name {
  line-height: 100%;
  background: linear-gradient(134deg, #1f825a 0%, #b0d774 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: 300ms;
  position: relative;
  z-index: 3;
}

.module {
  background: #faf9f8;
  border-radius: 30px;
}

.module__slider {
  position: static;
  width: 100%;
}

.module__slider-inner {
  position: relative;
  height: 380px;
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 1680px) {
  .module__slider-inner {
    height: 320px;
  }
}

@media only screen and (max-width: 1520px) {
  .module__slider-inner {
    height: 280px;
  }
}

@media only screen and (max-width: 1420px) {
  .module__slider-inner {
    height: auto;
  }
}

.module .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-end;
  gap: 40px;
}

@media only screen and (max-width: 1680px) {
  .module .swiper-wrapper {
    gap: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .module .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}

.module .swiper-slide {
  height: 89.47%;
  aspect-ratio: 1.117;
  transform-origin: bottom;
  transition: 300ms;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(134deg, #1f825a 0%, #b0d774 100%);
}

@media only screen and (max-width: 1680px) {
  .module .swiper-slide {
    height: 90%;
    aspect-ratio: 1.2;
  }
}

@media only screen and (max-width: 1440px) {
  .module .swiper-slide {
    aspect-ratio: auto;
  }
}

@media only screen and (max-width: 1440px) {
  .module .swiper-slide {
    height: 100%;
    aspect-ratio: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .module .swiper-slide {
    aspect-ratio: 1.117;
  }
}

.module .swiper-slide::before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: 300ms;
  opacity: 0;
  visibility: hidden;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
}

.module .swiper-slide:hover {
  height: 100%;
  aspect-ratio: 1;
  background: none;
}

@media only screen and (max-width: 1680px) {
  .module .swiper-slide:hover {
    aspect-ratio: auto;
  }
}

@media only screen and (max-width: 1440px) {
  .module .swiper-slide:hover {
    aspect-ratio: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .module .swiper-slide:hover {
    aspect-ratio: 1.117;
  }
}

.module .swiper-slide:hover::before {
  opacity: 1;
  visibility: visible;
}

.module .swiper-slide:hover .module__number {
  color: #1f825a;
}

.module .swiper-slide:hover .module__name {
  color: #333;
}

.module__card {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  transition: 300ms;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

@media only screen and (max-width: 1440px) {
  .module__card {
    padding: 15px 15px;
  }
}

@media only screen and (max-width: 1280px) {
  .module__card {
    padding: 30px 20px;
  }
}

.module__number {
  transition: 300ms;
  font-size: 96px;
  line-height: 70%;
  color: #fff;
  height: 67px;
}

@media only screen and (max-width: 1680px) {
  .module__number {
    font-size: 86px;
  }
}

@media only screen and (max-width: 1440px) {
  .module__number {
    font-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .module__number {
    font-size: 96px;
  }
}

.module__name {
  transition: 300ms;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
}

@media only screen and (max-width: 1440px) {
  .module__name {
    top: 15px;
    right: 15px;
  }
}

@media only screen and (max-width: 1280px) {
  .module__name {
    top: 30px;
    right: 30px;
  }
}

.module__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(19px);
  -webkit-backdrop-filter: blur(19px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 1440px) {
  .module__arrow {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .module__arrow {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    height: 60px;
  }
}

.module__arrow svg {
  width: 24px;
  height: auto;
  color: #fff;
}

@media only screen and (max-width: 1440px) {
  .module__arrow svg {
    width: 17px;
  }
}

.module__image {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: 300ms;
  width: 90%;
  height: auto;
}

@media only screen and (max-width: 1680px) {
  .module__image {
    width: 80%;
  }
}

@media only screen and (max-width: 1440px) {
  .module__image {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .module__image {
    width: 90%;
  }
}

.module__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.module .button {
  margin-top: 60px;
  min-width: auto;
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .module .button {
    margin-top: 30px;
  }
}

.module .swiper-pagination-def {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .module .swiper-pagination-def {
    display: flex;
  }
}

.swiper-pagination {
  top: auto !important;
  bottom: -30px !important;
  height: 10px !important;
  border-radius: 5px !important;
}

@media only screen and (max-width: 1024px) {
  .swiper-pagination {
    border-radius: 0 !important;
    height: 0 !important;
    bottom: -20px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    background: #d9d9d9;
    opacity: 1;
  }
}

@media only screen and (max-width: 1024px) {
  .swiper-pagination-bullet-active {
    background: #1f825a;
  }
}

.swiper-pagination-progressbar {
  background: #ededed !important;
}

@media only screen and (max-width: 1024px) {
  .swiper-pagination-progressbar {
    background: none !important;
  }
}

.swiper-pagination-progressbar-fill {
  background: var(--yellow) !important;
  border-radius: 5px !important;
}

.swiper-pagination-def {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.swiper-pagination-def .swiper-pagination-bullet {
  margin: 0 !important;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  background: #d9d9d9;
  opacity: 1;
}

.swiper-pagination-def .swiper-pagination-bullet-active {
  background: #1f825a;
}

.variant {
  overflow: hidden;
}

.variant .portfolio__head {
  grid-template-columns: auto 485px;
}

@media only screen and (max-width: 1280px) {
  .variant .portfolio__head {
    grid-template-columns: 1fr;
  }
}

.variant .text {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media only screen and (max-width: 1024px) {
  .variant .text {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.variant .text p {
  max-width: 334px;
}

@media only screen and (max-width: 1024px) {
  .variant .text p {
    max-width: 380px;
  }
}

.variant__block {
  display: flex;
  gap: 10px;
}

.variant__block.active .variant__item {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .variant__block.active .variant__item-icon {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 1024px) {
  .variant__block.active .variant__plus img {
    transform: rotate(45deg);
  }
}

.variant__plus {
  border-radius: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(90deg, #1f825a 0%, #b0d774 100%);
  width: 70px;
  height: 70px;
  min-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 300ms;
  position: relative;
  z-index: 2;
}

.variant__plus img {
  transition: 300ms;
}

@media only screen and (max-width: 1024px) {
  .variant__plus img:first-child {
    display: none;
  }
}

.variant__plus img:last-child {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .variant__plus img:last-child {
    display: block;
  }
}

.variant__items {
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.variant__item {
  border-radius: 100%;
  width: 70px;
  min-width: 70px;
  height: 70px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  transition: 300ms;
  margin-left: -40px;
  position: relative;
  z-index: 3;
}

.variant__item:nth-last-child(2) {
  z-index: 2;
}

.variant__item:last-child {
  display: none;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .variant__item:last-child {
    display: block;
  }
}

.variant__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.variant__item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
}

@media only screen and (max-width: 1024px) {
  .variant__item-icon {
    display: block;
  }
}

.variant__slider {
  position: static;
}

.variant__slider-inner {
  position: relative;
}

.variant .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  height: unset;
}

@media only screen and (max-width: 1680px) {
  .variant .swiper-wrapper {
    gap: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .variant .swiper-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 1024px) {
  .variant .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}

.variant .swiper-slide {
  height: auto;
}

.variant__card {
  height: 100%;
  border: 1px solid #ededed;
  border-radius: 15px;
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media only screen and (max-width: 1680px) {
  .variant__card {
    padding: 20px;
  }
}

.variant__card:hover .variant__image img {
  transform: scale(1.1);
}

.variant__image {
  display: flex;
  position: relative;
  width: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  aspect-ratio: 1.109;
  overflow: hidden;
  transition: 300ms;
}

@media only screen and (max-width: 1024px) {
  .variant__image {
    aspect-ratio: 0.809;
  }
}

.variant__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 300ms;
}

.variant__module {
  min-height: 55px;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 10px;
  padding: 5px 15px 5px 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  backdrop-filter: blur(19px);
  -webkit-backdrop-filter: blur(19px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.variant__module img {
  width: 28px;
  height: auto;
}

.variant__name {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.variant__list {
  display: flex;
  gap: 15px;
}

@media only screen and (max-width: 1680px) {
  .variant__list {
    gap: 9px;
  }
}

@media only screen and (max-width: 1440px) {
  .variant__list {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.variant__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #adadad;
}

@media only screen and (max-width: 1680px) {
  .variant__list li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1440px) {
  .variant__list li {
    font-size: 18px;
  }
}

.variant__list li img {
  width: 20px;
  min-width: 20px;
  height: auto;
}

.variant .button {
  min-width: auto;
  width: 100%;
  background: linear-gradient(90deg, #1f825a 0%, #b0d774 100%);
}

.variant .button:hover {
  /*   background: linear-gradient(90deg, #fc0 0%, #ffe683 70%); */
}

.variant .button:hover .button-inner {
  background: none;
}

.variant .button:hover .button-inner::before {
  width: 100%;
}

.variant .button:hover .button-inner span {
  color: #333;
}

.variant .button:hover .button-inner span svg {
  color: #333;
}

.variant .button:hover .button-inner span svg path {
  fill: #333;
  stroke: #333;
}

.variant .button .button-inner {
  background: linear-gradient(90deg, #1f825a 0%, #b0d774 100%);
}

.variant .button .button-inner::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fc0 0%, #ffe683 70%);
  opacity: 1;
  visibility: visible;
  transition: 300ms;
  border-radius: inherit;
  z-index: 1;
}

.variant .button .button-inner span {
  color: #fff;
}

.variant .button .button-inner span svg {
  color: #fff;
}

.variant .swiper-pagination-def {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .variant .swiper-pagination-def {
    display: flex;
  }
}

.form__inner {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  padding: 60px;
}

@media only screen and (max-width: 1680px) {
  .form__inner {
    padding: 50px;
  }
}

@media only screen and (max-width: 1440px) {
  .form__inner {
    padding: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .form__inner {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .form__inner {
    padding: 0;
  }
}

.form__fon {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.form__fon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .form__fon img:first-child {
    display: none;
  }
}

.form__fon img:last-child {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .form__fon img:last-child {
    display: block;
  }
}

.form__house {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 49.7%;
  height: auto;
  z-index: 3;
}

@media only screen and (max-width: 1024px) {
  .form__house {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .form__house {
    position: relative;
    bottom: auto;
    right: auto;
  }
}

.form__house img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .form__house img:first-child {
    display: none;
  }
}

.form__house img:last-child {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .form__house img:last-child {
    display: block;
  }
}

.form__tree {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 82.44%;
  height: auto;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .form__tree {
    width: 80%;
    z-index: 4;
  }
}

.form__tree img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .form__tree img:first-child {
    display: none;
  }
}

.form__tree img:last-child {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .form__tree img:last-child {
    display: block;
  }
}

.form__info {
  position: relative;
  z-index: 5;
  max-width: 645px;
}

@media only screen and (max-width: 1440px) {
  .form__info {
    max-width: 530px;
  }
}

@media only screen and (max-width: 767px) {
  .form__info {
    padding: 30px 20px 10px;
  }
}

.form .title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .form .title {
    margin-bottom: 20px;
  }
}

.form .title br {
  display: none;
}

@media only screen and (max-width: 767px) {
  .form .title br {
    display: block;
  }
}

.form .text {
  margin-bottom: 40px;
  max-width: 500px;
}

@media only screen and (max-width: 1024px) {
  .form .text {
    max-width: 275px;
  }
}

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

.form__input {
  width: 100%;
  height: 58px;
}

.form__input input {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  font-size: 18px;
  color: #858689;
  border: 0;
}

@media only screen and (max-width: 767px) {
  .form__input input {
    font-size: 16px;
  }
}

.form__input input::-moz-placeholder {
  font-size: 18px;
  color: #858689;
}

.form__input input::-ms-input-placeholder {
  font-size: 18px;
  color: #858689;
}

.form__input input::placeholder {
  font-size: 18px;
  color: #858689;
}

@media only screen and (max-width: 767px) {
  .form__input input::-moz-placeholder {
    font-size: 16px;
  }

  .form__input input::-ms-input-placeholder {
    font-size: 16px;
  }

  .form__input input::placeholder {
    font-size: 16px;
  }
}

.form__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.form__checkbox p {
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: 300ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .form__checkbox p {
    font-size: 14px;
  }
}

.form__checkbox p a {
  display: inline;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.form__checkbox-input {
  width: 20px;
  height: 20px;
  min-width: 20px;
  position: relative;
  cursor: pointer;
  border: 1.5px solid #1f825a;
  border-radius: 4px;
  transition: 300ms;
}

.form__checkbox-input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  cursor: pointer;
  transition: 300ms;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
}

.form__checkbox-input input:checked~span {
  opacity: 1;
}

.form__checkbox-input>span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: 300ms;
  border-radius: 0;
}

.form__checkbox-input>span::after {
  content: "";
  display: block;
  background: url(/local/templates/zgd/css/../images/checkbox.svg) no-repeat;
  width: 16px;
  height: 12px;
  background-size: cover;
  transition: 300ms;
  border-radius: 0;
}

.form__submit {
  width: 100%;
  position: relative;
  background: #1f825a;
  transition: 300ms;
  border-radius: 10px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form__submit:hover::before {
  width: 100%;
}

.form__submit:hover .button-inner span svg path {
  fill: #333 !important;
  stroke: #333 !important;
}

.form__submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #1f825a 0%, #b0d774 100%);
  width: 0;
  height: 100%;
  border-radius: inherit;
  transition: 300ms;
  /*     opacity: 0;
      visibility: hidden; */
}

.form__submit input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  font-size: 0;
  cursor: pointer;
  z-index: 10;
}

.form__submit span {
  position: relative;
  z-index: 5;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
}

.footer {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: #1f825a;
  color: #fff;
  padding-top: 35px;
}

@media only screen and (max-width: 1280px) {
  .footer {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}

.footer .button span {
  color: var(--text);
}

.footer__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 84px;
}

@media only screen and (max-width: 1720px) {
  .footer__items {
    gap: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .footer__items {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1280px) {
  .footer__start {
    order: 1;
  }
}

@media only screen and (max-width: 1280px) {
  .footer__start .footer__info {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .footer__right {
    order: 2;
  }
}

@media only screen and (max-width: 767px) {
  .footer__right {
    width: 100%;
  }
}

.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 448px;
}

@media only screen and (max-width: 1600px) {
  .footer__logo {
    width: 375px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__logo {
    width: 262px;
  }
}

.footer__logo img {
  width: 100%;
  height: 100%;
}

.footer__info {
  margin-top: 30px;
  font-weight: 400;
}

@media only screen and (max-width: 1280px) {
  .footer__info {
    text-align: center;
  }
}

.footer__info p {
  margin-bottom: 15px;
}

.footer__info p:last-child {
  margin-bottom: 0;
}

.footer__info-desktop {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .footer__info-desktop {
    display: block;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer__info-desktop {
    font-size: 16px;
  }
}

.footer__nav {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  font-weight: 500;
}

@media only screen and (max-width: 1720px) {
  .footer__nav {
    gap: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .footer__nav {
    flex-direction: column;
    gap: 30px;
    text-align: center;
    align-items: stretch;
    order: 3;
  }
}

.footer__nav-head {
  margin-bottom: 20px;
}

.footer__nav-item ul li {
  margin-bottom: 20px;
}

.footer__nav-item ul li:last-child {
  margin-bottom: 0;
}

.footer__nav-item ul li a {
  color: #69b798;
}

.footer__nav-item ul li a:hover {
  color: #fff;
}

.footer__nav-list {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

@media only screen and (max-width: 1480px) {
  .footer__nav-list {
    flex-direction: column;
    gap: 15px;
  }
}

@media only screen and (max-width: 1280px) {
  .footer__nav-list {
    align-items: stretch;
  }
}

.footer__nav-list ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 15px;
}

.footer__nav-list ul li a:hover {
  color: #69b798;
}

@media only screen and (max-width: 1480px) {
  .footer__btn {
    min-width: 320px;
  }
}

@media only screen and (max-width: 1280px) {
  .footer__btn {
    min-width: 380px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__btn {
    min-width: auto;
    width: 100%;
  }
}

.footer__btn .button-inner::before {
  background: linear-gradient(90deg, #1f825a 0%, #b0d774 100%);
}

.footer__social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

@media only screen and (max-width: 1280px) {
  .footer__social {
    justify-content: center;
  }
}

.footer__social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #fff;
  position: relative;
}

.footer__social li a::before {
  content: '';
  display: block;
  background: linear-gradient(90deg, #fc0 0%, #ffe683 100%);
  width: 0;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 300ms;
}

.footer__social li a svg {
  position: relative;
  z-index: 5;
}

.footer__social li a:hover::before {
  width: 100%;
}

.footer__contacts {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #418e6f;
  padding-bottom: 60px;
}

.footer__contacts-items {
  display: flex;
  align-items: center;
  gap: 66px;
  font-size: 54px;
  font-weight: 500;
}

@media only screen and (max-width: 1720px) {
  .footer__contacts-items {
    font-size: 44px;
  }
}

@media only screen and (max-width: 1280px) {
  .footer__contacts-items {
    gap: 40px;
    font-size: 36px;
    justify-content: center;
  }
}

@media only screen and (max-width: 1024px) {
  .footer__contacts-items {
    flex-direction: column;
    gap: 20px;
    font-size: 28px;
  }
}

@media only screen and (max-width: 1280px) {
  .footer__contacts {
    padding-bottom: 44px;
    margin-top: 40px;
    padding-top: 40px;
  }
}

.footer__end {
  background: #faf9f8;
  padding: 25px 0;
  color: #c0bfbe;
}

@media only screen and (max-width: 1280px) {
  .footer__end {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .footer__end {
    padding-bottom: 102px;
  }
}

.footer__end-items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

@media only screen and (max-width: 1280px) {
  .footer__end-items {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__end-items {
    align-items: flex-start;
  }
}

.footer__end-items>a:not(.footer__dev) {
  max-width: 200px;
  display: block;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 1280px) {
  .footer__end-items>a:not(.footer__dev) {
    max-width: 100%;
  }
}

.footer__end-items>a:not(.footer__dev):first-child {
  max-width: 275px;
}

@media only screen and (max-width: 1280px) {
  .footer__end-items>a:not(.footer__dev):first-child {
    max-width: 100%;
  }
}

.footer__dev {
  display: flex;
  align-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  color: var(--text);
  max-width: 280px;
}

.footer__dev img {
  min-width: 34px;
  width: 34px;
}

.map-block {
  /* Метки остаются цветными */
}

.map-block #map {
  height: 720px;
  overflow: hidden;
  border-radius: 15px;
}

@media only screen and (max-width: 767px) {
  .map-block #map {
    height: 687px;
  }
}

.map-block .ymaps-2-1-79-ground-pane {
  filter: grayscale(1) !important;
  -webkit-filter: grayscale(1) !important;
}

.map-block .ymaps-2-1-79-placemark-overlay,
.map-block .ymaps-2-1-79-image,
.map-block .ymaps-2-1-79-places-pane {
  filter: grayscale(0) !important;
  -webkit-filter: grayscale(0) !important;
}

.map-block .ymaps-2-1-79-balloon {
  overflow: visible;
  margin: 0;
  box-shadow: none;
  outline: none;
  padding: 0;
  margin-top: 200px;
}

@media only screen and (max-width: 767px) {
  .map-block .ymaps-2-1-79-balloon {
    transform: translateX(-20px);
  }
}

.map-block .ymaps-2-1-79-balloon ymaps {
  overflow: visible;
  margin: 0;
  padding: 0;
  background: none;
  height: auto;
  border: 0;
  box-shadow: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  height: auto !important;
}

.map-block__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -45px;
  right: 15px;
  cursor: pointer;
}

.map-block__card {
  width: 340px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  font-family: "Montserrat", sans-serif;
}

.map-block__image {
  display: flex;
  align-items: center;
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
}

.map-block__image img {
  border-radius: 10px;
}

.map-block__name {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.map-block__char {
  margin-bottom: 20px;
}

.map-block__char span {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  background: linear-gradient(134deg, #1f825a 0%, #b0d774 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767px) {
  .map-block__char span {
    font-size: 16px;
  }
}

.map-block__btn {
  width: 100%;
  min-width: auto;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

@media only screen and (max-width: 767px) {
  .map-block__btn {
    font-size: 16px;
  }
}

.popup {
  padding: 0;
  background: none;
}

@media only screen and (max-width: 1024px) {
  .popup {
    width: 100%;
  }
}

.popup__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 10px;
  right: -90px;
  top: 0;
  position: absolute;
  z-index: 5;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .popup__close {
    top: -90px;
    right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .popup iframe {
    width: 100%;
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .popup iframe {
    height: 320px;
  }
}

.popup .is-close-btn {
  display: none;
}

/* 
.popup-callback {
  max-width: 650px;
  padding: 40px;
  background: #fff;
  border-radius: 15px;
} 
*/

.popup-callback__inner {
  max-width: 650px;
  padding: 40px;
  background: #fff;
  border-radius: 15px;
}

@media only screen and (max-width: 767px) {
  .popup-callback {
    padding: 30px 20px;
  }
}

.popup-callback__title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .popup-callback__title {
    text-align: center;
    max-width: 275px;
    margin: 0 auto 20px auto;
  }
}

.popup-callback__text {
  font-weight: 500;
  text-align: center;
  margin: 0 auto 40px auto;
  max-width: 420px;
}

@media only screen and (max-width: 767px) {
  .popup-callback__text {
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 280px;
  }
}

.popup-callback .form__input input {
  background: #ededed;
}

.nicescroll-rails.nicescroll-rails-vr {
  z-index: 50;
}

.nicescroll-cursors {
  cursor: pointer;
  background: var(--yellow) !important;
}

.cookie {
  width: 565px;
  padding: 20px;
  background: var(--green);
  color: #fff;
  position: fixed;
  display: none;
  z-index: 80;
  bottom: 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  left: 40px;
  border-radius: 5px;
}

@media only screen and (max-width: 1024px) {
  .cookie {
    bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .cookie {
    width: calc(100% - 40px);
    left: 20px;
    padding: 20px;
  }
}

.cookie__items {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .cookie__items {
    gap: 10px;
  }
}

.cookie__items p {
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .cookie__items p {
    font-size: 12px;
    line-height: 100%;
  }
}

.cookie__items p a {
  text-decoration: underline;
}

.cookie__items p a:hover {
  text-decoration: none;
}

.cookie__btn {
  min-width: 80px;
  width: 80px;
  height: 59px;
  background: #fff;
  color: var(--text);
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .cookie__btn {
    height: 46px;
    min-width: 64px;
    width: 64px;
    text-transform: none;
    font-size: 16px;
  }
}

.cookie__strong {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .cookie__strong {
    display: none;
  }
}

.block-title {
  background: url(/local/templates/zgd/css/../images/ground.png) no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
}

.block-title h1 {
  margin-top: 80px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 1024px) {
  .block-title h1 {
    margin-top: 60px;
  }
}

.block-title__inner {
  position: relative;
  padding: 160px 0 80px 0;
}

@media only screen and (max-width: 1024px) {
  .block-title__inner {
    padding: 120px 0 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .block-title__inner {
    padding: 120px 0 240px 0;
  }
}

.block-title__leaves {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: -87px;
  right: -250px;
}

@media only screen and (max-width: 1720px) {
  .block-title__leaves {
    right: -150px;
  }
}

@media only screen and (max-width: 1024px) {
  .block-title__leaves {
    width: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .block-title__leaves {
    width: 300px;
    right: -120px;
  }
}

.block-title__clouds {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: absolute;
  right: -1000px;
  top: 50%;
  transform: translate(0, -50%);
  bottom: 0;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .block-title__clouds {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1800px;
    top: 0;
  }
}

.block-title__clouds img {
  max-height: inherit;
}

.block-title__image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -37px;
  right: -140px;
}

@media only screen and (max-width: 1024px) {
  .block-title__image {
    width: 700px;
  }
}

@media only screen and (max-width: 767px) {
  .block-title__image {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0) !important;
    width: 550px;
  }
}

.block-title__breadcrumbs {
  font-size: 20px;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 1024px) {
  .block-title__breadcrumbs {
    font-size: 18px;
    white-space: nowrap;
    overflow-x: auto;
  }
}

@media only screen and (max-width: 767px) {
  .block-title__breadcrumbs {
    font-size: 16px;
  }
}

.block-title__breadcrumbs ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.block-title__breadcrumbs ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.block-title__breadcrumbs ul li a span {
  background: linear-gradient(161deg, #1f825a 0%, #b0d774 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block-title__breadcrumbs ul li a::after {
  content: "";
  display: block;
  width: 24px;
  height: 14px;
  background: url(/local/templates/zgd/css/../images/breadcrumbs.svg) no-repeat;
  background-size: 24px;
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  .block-title__breadcrumbs ul li a::after {
    width: 20px;
    height: 10px;
    background-size: 20px;
  }
}

.portfolio-page {
  padding-bottom: 0;
}

.portfolio-page__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1399px) {
  .portfolio-page__header {
    flex-direction: column;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .portfolio-page__header {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-page__header {
    margin-bottom: 40px;
  }
}

.portfolio-page__header-text {
  max-width: 366px;
  width: 100%;
  font-weight: 500;
}

@media only screen and (max-width: 1399px) {
  .portfolio-page__header-text {
    max-width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .portfolio-page__header-text {
    font-size: 16px;
  }
}

.portfolio-page__tabs {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .portfolio-page__tabs {
    display: grid;
    flex-wrap: nowrap;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    text-align: center;
    width: 100%;
  }
}

.portfolio-page__tab {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 10px;
  background: #faf9f8;
  position: relative;
  gap: 10px;
  cursor: pointer;
  transition: 300ms;
  font-weight: 500;
  letter-spacing: -0.01em;
}

@media only screen and (max-width: 1024px) {
  .portfolio-page__tab {
    font-size: 16px;
    height: 54px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-page__tab {
    justify-content: center;
    font-size: 18px;
  }
}

.portfolio-page__tab svg {
  margin-left: -10px;
}

.portfolio-page__tab::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: linear-gradient(134deg, #1f825a 0%, #b0d774 100%);
  opacity: 0;
  transition: 300ms;
}

.portfolio-page__tab span {
  transition: 300ms;
  position: relative;
  z-index: 5;
}

.portfolio-page__tab.active::before {
  opacity: 1;
}

.portfolio-page__tab.active span {
  color: #fff;
}

.portfolio-page__content {
  display: none;
}

.portfolio-page__content:first-child {
  display: block;
}

.portfolio-page__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 40px;
}

@media only screen and (max-width: 1720px) {
  .portfolio-page__items {
    gap: 20px;
  }
}

@media only screen and (max-width: 1399px) {
  .portfolio-page__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 1024px) {
  .portfolio-page__items {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-page__items {
    grid-template-columns: 1fr;
  }
}

.portfolio-page__item {
  overflow: hidden;
  border-radius: 15px;
}

.portfolio-page__more {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
  z-index: 10;
}

@media only screen and (max-width: 1440px) {
  .portfolio-page__more {
    border-radius: 20px;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

.portfolio-page__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  color: #fff;
  position: relative;
  font-weight: 500;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(121.92deg, rgba(194, 194, 194, 0) 2.64%, #8ebd47d2 98.46%);
}

.portfolio-page__btn span {
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: var(--green);
  position: relative;
  z-index: 5;
}

.portfolio-page__btn span::before {
  content: "";
  display: block;
  border-radius: 10px;
  width: 0;
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  position: absolute;
  background: linear-gradient(90deg, #fc0 0%, #ffe683 70%);
  transition: 300ms;
  z-index: 6;
}

.portfolio-page__btn span b {
  font-weight: 500;
  position: relative;
  z-index: 7;
  transition: 300ms;
}

.portfolio-page__btn:hover span::before {
  width: calc(100% + 2px);
}

.portfolio-page__btn:hover span b {
  color: var(--text);
}

.portfolio-page__play {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  min-width: 60px;
  position: relative;
}

.portfolio-page__play::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #fc0 0%, #ffe683 100%);
  transition: 300ms;
  opacity: 0;
  border-radius: 10px;
}

.portfolio-page__play svg {
  position: relative;
  z-index: 5;
}

.portfolio-page__play:hover::before {
  opacity: 1;
}

.portfolio-page__block {
  border-radius: 15px;
  overflow: hidden;
  padding: 30px;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1440px) {
  .portfolio-page__block {
    padding: 20px;
  }
}

.portfolio-page__block-items {
  aspect-ratio: 0.73;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.portfolio-page__block-head {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 1720px) {
  .portfolio-page__block-head {
    font-size: 24px;
  }
}

.portfolio-page__block-head span {
  position: relative;
  z-index: 1;
  color: #fff;
}

.portfolio-page__block-head span::before {
  content: "";
  width: 101%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: var(--green);
  z-index: -1;
}

.portfolio-page__block-btn {
  width: 100%;
  min-width: auto;
}

.pagination {
  margin-top: 60px;
}

@media only screen and (max-width: 1024px) {
  .pagination {
    margin-top: 40px;
  }
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.pagination ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .pagination ul li {
    font-size: 18px;
  }
}

.pagination ul li.active {
  background: linear-gradient(134deg, #1f825a 0%, #b0d774 100%);
}

.pagination ul li.active span {
  color: #fff;
}

.card__tabs {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  padding: 20px;
  background: #faf9f8;
  border-radius: 15px;
}

@media only screen and (max-width: 1024px) {
  .card__tabs {
    background: none;
    padding: 0;
    flex-wrap: wrap;
    white-space: nowrap;
    gap: 10px;
  }
}

.card__tab {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: 300ms;
}

@media only screen and (max-width: 1024px) {
  .card__tab {
    background: #faf9f8;
    display: inline-flex;
    font-size: 16px;
    height: 50px;
  }
}

.card__tab span {
  position: relative;
  z-index: 5;
}

.card__tab::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #fc0 0%, #ffe683 100%);
  opacity: 0;
  transition: 300ms;
}

.card__tab.active::before {
  opacity: 1;
}

.card__tab:hover::before {
  opacity: 1;
}

.card__inner {
  border-radius: 15px;
  background: #faf9f8;
  padding: 40px;
}

@media only screen and (max-width: 1024px) {
  .card__inner {
    padding: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .card__inner {
    padding: 0;
    background: none;
  }
}

.card__items {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  width: 100%;
  gap: 80px;
}

@media only screen and (max-width: 1720px) {
  .card__items {
    gap: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .card__items {
    flex-direction: column;
  }
}

.card__slider {
  width: 46%;
}

@media only screen and (max-width: 1024px) {
  .card__slider {
    width: 100%;
  }
}

.card__slider-inner {
  display: flex;
  aspect-ratio: 1;
  gap: 40px;
}

@media only screen and (max-width: 1600px) {
  .card__slider-inner {
    gap: 20px;
  }
}

@media only screen and (max-width: 1399px) {
  .card__slider-inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.card__item {
  width: 54%;
}

@media only screen and (max-width: 1024px) {
  .card__item {
    width: 100%;
  }
}

@media only screen and (max-width: 1399px) {
  .card__slider-main {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .card__slider-main .portfolio__video {
    aspect-ratio: 1;
  }
}

.card__slider-main .swiper-slide {
  border-radius: 15px;
  overflow: hidden;
}

.card__slider-main .swiper-slide a[data-fancybox="card"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.card__slider-main .swiper-slide a[data-fancybox="card"] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card__thumbs {
  min-width: 150px;
  width: 150px;
  max-height: 100%;
  position: relative;
}

@media only screen and (max-width: 1600px) {
  .card__thumbs {
    width: 130px;
    min-width: 130px;
  }
}

@media only screen and (max-width: 1500px) {
  .card__thumbs {
    width: 120px;
    min-width: 120px;
  }
}

@media only screen and (max-width: 1399px) {
  .card__thumbs {
    width: 100%;
    aspect-ratio: 4.5;
    min-width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .card__thumbs {
    aspect-ratio: 3.1;
  }
}

.card__thumbs-inner {
  position: relative;
  padding: 40px 0;
}

@media only screen and (max-width: 1399px) {
  .card__thumbs-inner {
    width: 100%;
    padding: 0 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .card__thumbs-inner {
    padding: 0 30px;
  }
}

.card__thumbs .swiper-slide {
  cursor: pointer;
  position: relative;
}

.card__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.card__thumbs-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.card .swiper-button-next,
.card .swiper-button-prev {
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
}

@media only screen and (max-width: 1399px) {

  .card .swiper-button-next,
  .card .swiper-button-prev {
    left: auto;
    right: auto;
    top: 50%;
    transform: rotate(-90deg) translate(0, -50%);
  }
}

@media only screen and (max-width: 1260px) {

  .card .swiper-button-next,
  .card .swiper-button-prev {
    width: 20px;
  }
}

.card .swiper-button-next::after,
.card .swiper-button-prev::after {
  display: none;
}

.card .swiper-button-next {
  bottom: -10px;
  top: auto;
}

@media only screen and (max-width: 1399px) {
  .card .swiper-button-next {
    left: auto;
    right: -20px;
    top: 50%;
    bottom: auto;
    transform: rotate(-90deg) translate(0, -50%);
  }
}

.card .swiper-button-prev {
  top: 10px;
  bottom: auto;
}

@media only screen and (max-width: 1399px) {
  .card .swiper-button-prev {
    right: auto;
    left: 20px;
    top: 50%;
    transform: rotate(-90deg) translate(0, -50%);
    bottom: auto;
  }
}

.card .swiper {
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .card__left .card__title {
    display: none;
  }
}

.card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1600px) {
  .card__header {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
}

.card__title {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
  .card__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1399px) {
  .card__title {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .card__title {
    font-size: 24px;
  }
}

.card__title-mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .card__title-mobile {
    display: block;
    margin-bottom: 20px;
  }
}

.card__price {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1600px) {
  .card__price {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .card__price {
    font-size: 24px;
  }
}

.card__price-text {
  color: #adadad;
}

@media only screen and (max-width: 767px) {
  .card__price-text {
    font-size: 16px;
  }
}

.card__btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 363px;
  width: 100%;
}

@media only screen and (max-width: 1600px) {
  .card__btns {
    flex-direction: row;
    max-width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1399px) {
  .card__btns {
    flex-direction: column;
    gap: 10px;
  }
}

.card__btn {
  width: 100%;
  min-width: auto;
}

.card__btn-green {
  background: linear-gradient(90deg, #1f825a 0%, #b0d774 100%);
}

.card__btn-green:hover .button-inner::before {
  width: 100%;
}

.card__btn-green:hover .button-inner span {
  color: #333;
}

.card__btn-green:hover .button-inner span svg {
  color: #333;
}

.card__btn-green:hover .button-inner span svg path {
  fill: #333;
  stroke: #333;
}

.card__btn-green .button-inner {
  background: linear-gradient(90deg, #1f825a 0%, #b0d774 100%);
}

.card__btn-green .button-inner::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fc0 0%, #ffe683 70%);
  transition: 300ms;
  border-radius: inherit;
  z-index: 1;
}

.card__btn-green .button-inner span {
  color: #fff;
}

.card__btn-green .button-inner span svg {
  color: #fff;
}

.card__btn-green .button-inner span svg path {
  fill: #fff;
  stroke: #fff;
}

.card__chars {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ededed;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

@media only screen and (max-width: 1600px) {
  .card__chars {
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.card__char {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 1720px) {
  .card__char {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1720px) {
  .card__char img {
    width: 25px;
  }
}

.card__char p {
  font-weight: 500;
  color: #adadad;
}

.card__char p span {
  margin-left: 10px;
  color: var(--text);
}

.card__info-item {
  margin-bottom: 40px;
}

.card__info-item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1600px) {
  .card__info-item {
    margin-bottom: 30px;
  }
}

.card__info-head {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
  .card__info-head {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.card__info-text {
  line-height: 120%;
  letter-spacing: -0.02em;
  font-weight: 400;
}

@media only screen and (max-width: 1600px) {
  .card__info-text {
    font-size: 16px;
  }
}

.card__info-text ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}

.card__info-text ul li:last-child {
  margin-bottom: 0;
}

.card__info-text ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 2px;
  background: #1f825a;
  margin-top: 4px;
}

.card__info-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

@media only screen and (max-width: 767px) {
  .card__info-list {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}

.card__video .portfolio__video {
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 2.135;
}

@media only screen and (max-width: 1399px) {
  .card__video .portfolio__video {
    aspect-ratio: 1;
  }
}

.card__form {
  display: flex;
  align-items: center;
  gap: 100px;
}

@media only screen and (max-width: 1600px) {
  .card__form {
    gap: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .card__form {
    flex-direction: column-reverse;
    gap: 30px;
  }
}

.card__form .portfolio__video {
  width: 31%;
  border-radius: 15px;
  overflow: hidden;
}

@media only screen and (max-width: 1399px) {
  .card__form .portfolio__video {
    width: 100%;
    aspect-ratio: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .card__form .portfolio__video {
    aspect-ratio: 1;
  }
}

.card__form .form__info {
  width: 69%;
  max-width: 100%;
}

@media only screen and (max-width: 1399px) {
  .card__form .form__info {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .card__form .form__info {
    padding: 0;
  }
}

.card__form .title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .card__form .title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .card__form .title span {
    display: inline;
    background: var(--green);
    padding: 0 5px;
  }

  .card__form .title span::before {
    display: none;
  }
}

.card__form .text {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .card__form .text {
    margin-bottom: 20px;
  }
}

.card__form .form__content {
  max-width: 835px;
}

@media only screen and (max-width: 1399px) {
  .card__form .form__content {
    max-width: 100%;
  }
}

.card__form .form__input input {
  background: #ededed;
}

.card__form .form__submit {
  background: linear-gradient(90deg, #1f825a 0%, #b0d774 100%);
}

.card__form .form__submit:hover .button-inner {
  background: none;
}

.card__form .form__submit:hover .button-inner::before {
  width: 100%;
}

.card__form .form__submit:hover .button-inner span {
  color: #333;
}

.card__form .form__submit:hover .button-inner span svg {
  color: #333;
}

.card__form .form__submit .button-inner {
  background: linear-gradient(90deg, #1f825a 0%, #b0d774 100%);
}

.card__form .form__submit .button-inner::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fc0 0%, #ffe683 70%);
  transition: 300ms;
  border-radius: inherit;
  z-index: 1;
}

.card__form .form__submit .button-inner span {
  color: #fff;
}

.card__form .form__submit .button-inner span svg {
  color: #fff;
}

.card__content {
  display: none;
}

.card__content:first-child {
  display: block;
}

.slider-image .portfolio__video {
  aspect-ratio: 1.33;
  overflow: hidden;
  border-radius: 15px;
}

@media only screen and (max-width: 1024px) {
  .slider-image .container {
    margin: 0;
  }
}

.slider-image .portfolio__slider-inner {
  overflow: hidden;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .slider-image .portfolio__slider-inner {
    padding: 45px 20px 40px 20px;
  }
}

.slider-image .portfolio__slider-inner .portfolio__swipe {
  top: 0;
  right: 20px;
}

.slider-image .portfolio__slider-new {
  overflow: visible;
  position: relative;
  max-height: 570px;
  height: 100%;
}

.technology-page__links {
  margin-bottom: 100px;
  display: flex;
  gap: 25px;
}

@media only screen and (max-width: 1600px) {
  .technology-page__links {
    flex-wrap: wrap;
    margin-bottom: 75px;
  }
}

@media only screen and (max-width: 1024px) {
  .technology-page__links {
    margin-bottom: 40px;
    gap: 10px;
  }
}

.technology-page__link {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 24px;
  border: 1px solid #ededed;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 1600px) {
  .technology-page__link {
    display: inline-flex;
    width: auto;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1024px) {
  .technology-page__link {
    font-size: 18px;
    gap: 10px;
    padding: 10px 15px 10px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .technology-page__link {
    width: 100%;
  }
}

.technology-page__link:before {
  content: "";
  background: linear-gradient(134deg, #1f825a 0%, #b0d774 100%);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 10px;
  left: 0;
  transition: 300ms;
  opacity: 0;
  border: 1px solid #ededed;
}

.technology-page__link:hover {
  color: #fff;
}

.technology-page__link:hover::before {
  opacity: 1;
}

.technology-page__link:hover .technology-page__link-block svg path {
  stroke: #fff;
}

.technology-page__link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 10px;
  border: 1px solid #ededed;
  min-width: 55px;
  position: relative;
  z-index: 5;
  background: #fff;
}

.technology-page__link-block {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 5;
}

.technology-page__search {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .technology-page__search {
    margin-bottom: 30px;
  }
}

.technology-page__search form {
  position: relative;
}

.technology-page__search form input {
  width: 100%;
  padding: 0 65px 0 20px;
  height: 58px;
  border: 1px solid #ededed;
  border-radius: 10px;
  background: #faf9f8;
  font-family: inherit;
  font-size: 18px;
  color: var(--text);
}

.technology-page__search form input::-moz-placeholder {
  color: #adadad;
}

.technology-page__search form input::-ms-input-placeholder {
  color: #adadad;
}

.technology-page__search form input::placeholder {
  color: #adadad;
}

.technology-page__search form button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  border: 0;
  background: none;
  cursor: pointer;
}

.technology-page__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 60px;
}

@media only screen and (max-width: 1399px) {
  .technology-page__items {
    gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .technology-page__items {
    grid-template-columns: 1fr;
  }
}

.technology-page__item {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #ededed;
  overflow: hidden;
}

.technology-page__block {
  width: 100%;
  height: 450px;
  position: relative;
}

@media only screen and (max-width: 1600px) {
  .technology-page__block {
    height: 400px;
  }
}

@media only screen and (max-width: 1399px) {
  .technology-page__block {
    height: 320px;
  }
}

@media only screen and (max-width: 1024px) {
  .technology-page__block {
    height: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .technology-page__block {
    height: 260px;
  }
}

.technology-page__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.technology-page__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.technology-page__play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transition: 300ms;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .technology-page__play {
    width: 50px;
    height: 50px;
  }

  .technology-page__play svg {
    width: 30px;
  }
}

.technology-page__play:hover {
  transform: scale(1.05) translate(-50%, -50%);
}

.technology-page__tag {
  display: flex;
  align-items: center;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  z-index: 5;
  top: 30px;
  left: 30px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  letter-spacing: -0.04em;
}

@media only screen and (max-width: 1399px) {
  .technology-page__tag {
    top: 20px;
    left: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .technology-page__tag {
    font-size: 16px;
    padding: 10px;
  }

  .technology-page__tag svg {
    width: 24px;
  }
}

.technology-page__end {
  padding: 30px;
}

@media only screen and (max-width: 1399px) {
  .technology-page__end {
    padding: 20px;
  }
}

.technology-page__btn {
  width: 100%;
  min-width: auto;
  background: linear-gradient(90deg, #1f825a 0%, #b0d774 100%);
}

.technology-page__btn:hover .button-inner {
  background: none;
}

.technology-page__btn:hover .button-inner::before {
  width: 100%;
}

.technology-page__btn:hover .button-inner span {
  color: #333;
}

.technology-page__btn:hover .button-inner span svg {
  color: #333;
}

.technology-page__btn .button-inner {
  background: linear-gradient(90deg, #1f825a 0%, #b0d774 100%);
}

.technology-page__btn .button-inner::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fc0 0%, #ffe683 70%);
  transition: 300ms;
  border-radius: inherit;
  z-index: 1;
}

.technology-page__btn .button-inner span {
  color: #fff;
}

.technology-page__btn .button-inner span svg {
  color: #fff;
}

.block-video {
  padding: 100px 0;
}

@media only screen and (max-width: 1024px) {
  .block-video {
    padding: 80px 0;
  }
}

.block-telegram {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .block-telegram {
    padding-bottom: 80px;
  }
}

.block-telegram__banner {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  padding: 38px;
  background: #faf9f8;
}

@media only screen and (max-width: 1399px) {
  .block-telegram__banner {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .block-telegram__banner {
    padding-bottom: 220px;
  }
}

.block-telegram__block {
  max-width: 655px;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 1399px) {
  .block-telegram__block {
    max-width: 555px;
  }
}

@media only screen and (max-width: 767px) {
  .block-telegram__block {
    max-width: 100%;
  }
}

.block-telegram__title {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 1399px) {
  .block-telegram__title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .block-telegram__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.block-telegram__title span {
  position: relative;
  z-index: 1;
  color: #fff;
}

.block-telegram__title span::before {
  content: "";
  width: 101%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: var(--green);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .block-telegram__title br {
    display: none;
  }
}

.block-telegram__btns {
  display: flex;
  align-items: center;
  gap: 13px;
}

@media only screen and (max-width: 767px) {
  .block-telegram__btns {
    flex-direction: column;
    gap: 10px;
  }
}

.block-telegram__btn {
  min-width: auto;
  width: auto;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .block-telegram__btn {
    width: 100%;
  }
}

.block-telegram__btn .button-inner {
  padding: 0 30px;
}

.block-telegram__btn svg {
  min-width: 30px;
}

.block-telegram__btn svg path {
  transition: 300ms;
}

.block-telegram__btn-yellow:hover svg path {
  fill: #fff;
  stroke: none !important;
}

.block-telegram__btn-green {
  width: auto;
  background: linear-gradient(90deg, #1f825a 0%, #b0d774 100%);
}

@media only screen and (max-width: 767px) {
  .block-telegram__btn-green {
    width: 100%;
  }
}

.block-telegram__btn-green:hover {
  background: linear-gradient(90deg, #fc0 0%, #ffe683 70%);
}

.block-telegram__btn-green:hover .button-inner::before {
  width: 100%;
}

.block-telegram__btn-green:hover .button-inner span {
  color: #333;
}

.block-telegram__btn-green:hover .button-inner span svg {
  color: #333;
}

.block-telegram__btn-green:hover .button-inner span svg path {
  fill: var(--text);
  stroke: none !important;
}

.block-telegram__btn-green .button-inner {
  background: linear-gradient(90deg, #1f825a 0%, #b0d774 100%);
}

.block-telegram__btn-green .button-inner::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fc0 0%, #ffe683 70%);
  transition: 300ms;
  border-radius: inherit;
  z-index: 1;
}

.block-telegram__btn-green .button-inner span {
  color: #fff;
}

.block-telegram__btn-green .button-inner span svg {
  color: #fff;
}

.block-telegram__phone {
  right: 310px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 4;
}

@media only screen and (max-width: 1399px) {
  .block-telegram__phone {
    width: 350px;
    right: 170px;
  }
}

@media only screen and (max-width: 1024px) {
  .block-telegram__phone {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .block-telegram__phone {
    width: 275px;
    right: auto;
    left: 35%;
    transform: translate(-50%, 0);
  }
}

.block-telegram__leaves {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .block-telegram__leaves {
    width: 60px;
  }
}

.block-telegram__clouds {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 150px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}

@media only screen and (max-width: 1399px) {
  .block-telegram__clouds {
    width: 900px;
    left: auto;
    right: -200px;
  }
}

@media only screen and (max-width: 767px) {
  .block-telegram__clouds {
    top: auto;
    transform: none;
    bottom: -100px;
  }
}

.block-telegram__house {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -61px;
  right: -237px;
  position: absolute;
}

@media only screen and (max-width: 1399px) {
  .block-telegram__house {
    width: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .block-telegram__house {
    width: 400px;
  }
}

.block-info {
  padding-bottom: 80px;
}

.block-info__items {
  display: flex;
  gap: 40px;
}

@media only screen and (max-width: 1399px) {
  .block-info__items {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1024px) {
  .block-info__items {
    flex-direction: column;
  }
}

.block-info__tag {
  display: inline-flex;
  align-items: center;
  background: #faf9f8;
  border-radius: 10px;
  gap: 15px;
  padding: 15px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1720px) {
  .block-info__tag {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1399px) {
  .block-info__tag {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .block-info__tag {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .block-info__tag svg {
    width: 24px;
  }
}

.block-info__tag span {
  background: linear-gradient(90deg, #1f825a 0%, #b0d774 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block-info__title {
  font-size: 54px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1720px) {
  .block-info__title {
    font-size: 44px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .block-info__title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .block-info__title {
    font-size: 34px;
  }
}

.block-info__title span {
  color: #fff;
}

.block-info__title span::before {
  background: var(--green);
}

.block-info__text {
  line-height: 120%;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 1399px) {
  .block-info__text {
    font-size: 16px;
  }
}

.block-info__text b {
  font-weight: 600;
}

.block-info__text p {
  margin-bottom: 15px;
}

.block-info__text p:last-child {
  margin-bottom: 0;
}

.block-info__text h2,
.block-info__text h3,
.block-info__text h4,
.block-info__text h5,
.block-info__text h6 {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {

  .block-info__text h2,
  .block-info__text h3,
  .block-info__text h4,
  .block-info__text h5,
  .block-info__text h6 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.block-info__text ul {
  display: grid;
  grid-template-columns: 380px 380px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 15px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .block-info__text ul {
    margin-bottom: 30px;
    grid-template-columns: 1fr;
  }
}

.block-info__text ul:last-child {
  margin-bottom: 0;
}

.block-info__text ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.block-info__text ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 2px;
  background: #1f825a;
  margin-top: 4px;
}

.block-info__item {
  width: 100%;
}

.block-info__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.block-info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.block-info__quote {
  margin-top: 80px;
  padding: 30px;
  border-radius: 15px;
  background: #faf9f8;
  display: flex;
  line-height: 120%;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 1720px) {
  .block-info__quote {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1399px) {
  .block-info__quote {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .block-info__quote {
    margin-top: 40px;
    padding: 20px;
  }
}

.block-info__quote::before {
  content: "";
  display: block;
  width: 5px;
  background: var(--green);
  min-width: 5px;
  margin-right: 15px;
}

@media only screen and (max-width: 1024px) {
  .block-info__quote::before {
    width: 3px;
    margin-right: 10px;
  }
}

.faq__item {
  margin-bottom: 30px;
  border-radius: 15px;
  background: #faf9f8;
}

@media only screen and (max-width: 1600px) {
  .faq__item {
    margin-bottom: 20px;
  }
}

.faq__item:last-child {
  margin-bottom: 0;
}

.faq__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .faq__header {
    padding: 20px;
  }
}

.faq__header.active .faq__arrow svg {
  transform: rotate(45deg);
}

.faq__head {
  font-size: 24px;
}

@media only screen and (max-width: 1600px) {
  .faq__head {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1024px) {
  .faq__head {
    font-size: 20px;
  }
}

.faq__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: var(--green);
  border-radius: 10px;
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .faq__arrow {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}

.faq__arrow svg {
  transition: 300ms;
}

@media only screen and (max-width: 767px) {
  .faq__arrow svg {
    width: 24px;
  }
}

.faq__body {
  line-height: 120%;
  letter-spacing: -0.02em;
  padding: 0 30px 30px 30px;
  display: none;
}

@media only screen and (max-width: 1024px) {
  .faq__body {
    font-size: 16px;
    padding: 0 20px 20px 20px;
  }
}

.faq__body p {
  margin-bottom: 15px;
}

.faq__body p:last-child {
  margin-bottom: 0;
}

.faq__body ul {
  margin-bottom: 15px;
}

.faq__body ul:last-child {
  margin-bottom: 0;
}

.faq__body ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  gap: 10px;
}

.faq__body ul li:last-child {
  margin-bottom: 0;
}

.faq__body ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 2px;
  background: #1f825a;
  margin-top: 4px;
}

.contacts~.block-telegram {
  padding-bottom: 0;
}

.contacts__items {
  display: flex;
  gap: 40px;
}

@media only screen and (max-width: 1399px) {
  .contacts__items {
    flex-direction: column;
  }
}

.contacts__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.contacts__title {
  font-size: 54px;
}

@media only screen and (max-width: 1720px) {
  .contacts__title {
    font-size: 44px;
  }
}

@media only screen and (max-width: 1399px) {
  .contacts__title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 1399px) {
  .contacts__title {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__title br {
    display: none;
  }
}

.contacts__title span {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .contacts__title span {
    background: var(--green);
    padding: 0 5px;
  }
}

.contacts__title span::before {
  background: var(--green);
}

@media only screen and (max-width: 767px) {
  .contacts__title span::before {
    display: none;
  }
}

.contacts__block a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ededed;
  font-size: 28px;
}

@media only screen and (max-width: 1720px) {
  .contacts__block a {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1600px) {
  .contacts__block a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__block a {
    font-size: 18px;
  }
}

.contacts__block a br {
  display: none;
}

@media only screen and (max-width: 767px) {
  .contacts__block a br {
    display: block;
  }
}

.contacts__block a:hover {
  color: var(--green);
}

.contacts__block a:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1399px) {
  .contacts__block a:last-child {
    border: 0;
    padding-bottom: 0;
  }
}

.contacts__block a::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  min-width: 25px;
  background: url(/local/templates/zgd/css/../images/arrow-contacts.svg) no-repeat;
  background-size: 25px;
  background-position: center center;
}

.contacts__map {
  width: 100%;
  height: 609px;
  position: relative;
  /* Метки остаются цветными */
}

@media only screen and (max-width: 1720px) {
  .contacts__map {
    height: 540px;
  }
}

.contacts__map-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  min-width: auto;
  width: 354px;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .contacts__map-btn {
    width: calc(100% - 40px);
    right: 20px;
    bottom: 20px;
  }
}

.contacts__map #map-contacts {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}

.contacts__map .ymaps-2-1-79-ground-pane {
  filter: grayscale(1) !important;
  -webkit-filter: grayscale(1) !important;
}

.contacts__map .ymaps-2-1-79-placemark-overlay,
.contacts__map .ymaps-2-1-79-image,
.contacts__map .ymaps-2-1-79-places-pane {
  filter: grayscale(0) !important;
  -webkit-filter: grayscale(0) !important;
}

.contacts__map .ymaps-2-1-79-balloon {
  overflow: visible;
  margin: 0;
  box-shadow: none;
  outline: none;
  padding: 0;
  margin-top: 200px;
}

@media only screen and (max-width: 767px) {
  .contacts__map .ymaps-2-1-79-balloon {
    transform: translateX(-20px);
  }
}

.contacts__map .ymaps-2-1-79-balloon ymaps {
  overflow: visible;
  margin: 0;
  padding: 0;
  background: none;
  height: auto;
  border: 0;
  box-shadow: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  height: auto !important;
}

.reviews-page {
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .reviews-page {
    padding-top: 80px;
  }
}

.reviews-page .button {
  min-width: auto;
  width: 100%;
  background: linear-gradient(90deg, #1f825a 0%, #b0d774 100%);
}

.reviews-page .button:hover {
  background: linear-gradient(90deg, #fc0 0%, #ffe683 70%);
}

.reviews-page .button:hover .button-inner::before {
  width: 100%;
}

.reviews-page .button:hover .button-inner span {
  color: #333;
}

.reviews-page .button:hover .button-inner span svg {
  color: #333;
}

.reviews-page .button:hover .button-inner span svg path {
  fill: var(--text);
}

.reviews-page .button .button-inner {
  background: linear-gradient(90deg, #1f825a 0%, #b0d774 100%);
}

.reviews-page .button .button-inner::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fc0 0%, #ffe683 70%);
  transition: 300ms;
  border-radius: inherit;
  z-index: 1;
}

.reviews-page .button .button-inner span {
  color: #fff;
}

.reviews-page .button .button-inner span svg {
  color: #fff;
}

.reviews-page .portfolio-page__block-white .portfolio-page__block-head {
  color: #fff;
}

.reviews-page .portfolio-page__block-white .button {
  background: linear-gradient(90deg, #fc0 0%, #ffe683 100%);
}

.reviews-page .portfolio-page__block-white .button:hover {
  background: linear-gradient(90deg, #1f825a 0%, #b0d774 100%);
}

.reviews-page .portfolio-page__block-white .button:hover .button-inner::before {
  width: 100%;
}

.reviews-page .portfolio-page__block-white .button:hover .button-inner span {
  color: #fff;
}

.reviews-page .portfolio-page__block-white .button:hover .button-inner span svg {
  color: #fff;
}

.reviews-page .portfolio-page__block-white .button:hover .button-inner span svg path {
  fill: var(--text);
}

.reviews-page .portfolio-page__block-white .button .button-inner {
  background: linear-gradient(90deg, #fc0 0%, #ffe683 100%);
}

.reviews-page .portfolio-page__block-white .button .button-inner::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #1f825a 0%, #b0d774 100%);
  transition: 300ms;
  border-radius: inherit;
  z-index: 1;
}

.reviews-page .portfolio-page__block-white .button .button-inner span {
  color: #000;
}

.reviews-page .portfolio-page__block-white .button .button-inner span svg {
  color: #000;
}

@media only screen and (max-width: 1600px) {
  .reviews-page .reviews__yandex-block span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1600px) {
  .reviews-page .reviews__yandex {
    gap: 10px;
  }
}

@media only screen and (max-width: 1280px) {
  .reviews-page .reviews__yandex {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .reviews-page .reviews__yandex {
    gap: 20px;
  }
}

.dopmodules {
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .dopmodules {
    padding-top: 80px;
  }
}

.dopmodules__banner {
  border-radius: 15px;
  overflow: hidden;
  background: url(/local/templates/zgd/css/../images/dopmodules-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 60px 60px 80px 60px;
}

@media only screen and (max-width: 1600px) {
  .dopmodules__banner {
    padding: 45px;
  }
}

@media only screen and (max-width: 1399px) {
  .dopmodules__banner {
    padding: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .dopmodules__banner {
    padding-bottom: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .dopmodules__banner {
    padding: 20px 20px 300px 20px;
  }
}

.dopmodules__image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -160px;
  right: 222px;
}

@media only screen and (max-width: 1600px) {
  .dopmodules__image {
    width: 450px;
    right: 175px;
    bottom: -140px;
  }
}

@media only screen and (max-width: 1399px) {
  .dopmodules__image {
    width: 400px;
    right: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .dopmodules__image {
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
}

.dopmodules__block {
  max-width: 610px;
}

@media only screen and (max-width: 1600px) {
  .dopmodules__block {
    max-width: 600px;
  }
}

@media only screen and (max-width: 1399px) {
  .dopmodules__block {
    max-width: 550px;
  }
}

@media only screen and (max-width: 1024px) {
  .dopmodules__block {
    margin: 0 auto;
    /*    text-align: center; */
  }
}

@media only screen and (max-width: 767px) {
  .dopmodules__block {
    max-width: 100%;
  }
}

.dopmodules__title {
  font-size: 54px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
  .dopmodules__title {
    font-size: 44px;
  }
}

@media only screen and (max-width: 1399px) {
  .dopmodules__title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .dopmodules__title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .dopmodules__title br {
    display: block;
  }
}

.dopmodules__title span {
  color: #fff;
}

.dopmodules__title span::before {
  background: var(--green);
}

.dopmodules__text {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1399px) {
  .dopmodules__text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .dopmodules__text {
    margin-bottom: 20px;
  }
}

.dopmodules__btn {
  min-width: auto;
  width: 380px;
}

@media only screen and (max-width: 1024px) {
  .dopmodules__btn {
    width: 320px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .dopmodules__btn {
    width: 100%;
  }
}

.config {
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .config {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .config .container {
    margin: 0;
  }
}

.config__price-sticky {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .config__price-sticky {
    display: block;
    padding: 20px;
    color: #fff;
    background: #1f825a;
    position: fixed;
    bottom: 72px;
    left: 0;
    width: 100%;
    z-index: 30;
  }

  .config__price-sticky p {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .config__price-sticky span {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.02em;
  }
}

@media only screen and (max-width: 767px) {
  .config__price-sticky {
    bottom: 65px;
  }
}

.config__content {
  background: #faf9f8;
  border-radius: 30px;
  padding: 40px;
}

@media only screen and (max-width: 1399px) {
  .config__content {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .config__content {
    padding: 30px 0;
  }
}

.config__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .config__header .config__nav {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .config__header {
    padding: 0 20px;
  }
}

.config__modules {
  display: flex;
  gap: 20px;
}

@media only screen and (max-width: 1024px) {
  .config__modules {
    flex-direction: column;
    width: 100%;
  }
}

.config__module {
  padding: 15px 20px;
  display: inline-flex;
  background: #fff;
  border-radius: 15px;
  gap: 15px;
}

@media only screen and (max-width: 1399px) {
  .config__module {
    padding: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .config__module {
    width: 100%;
    display: flex;
    padding: 15px 20px;
  }
}

.config__module-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  min-width: 70px;
}

.config__module-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.config__module-head {
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
}

.config__module-text {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 100%;
  color: #adadad;
}

.config__module-text svg {
  margin-top: -2px;
}

.config__module-text span {
  max-width: 85px;
}

.config__module.active {
  background: var(--green);
  color: #fff;
}

.config__module.active svg path {
  fill: #fff;
}

.config__module.active .config__module-text {
  color: #fff;
}

.config__nav {
  display: flex;
  gap: 20px;
}

.config__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
  .config__nav-item {
    background: #faf9f8;
  }
}

.config__nav-desktop {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .config__nav-desktop {
    display: flex;
  }
}

.config__inner {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
}

@media only screen and (max-width: 1399px) {
  .config__inner {
    padding: 20px;
  }
}

.config__items {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}

@media only screen and (max-width: 1399px) {
  .config__items {
    gap: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .config__items {
    flex-direction: column;
    gap: 60px;
  }
}

.config__left {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  left: 0;
}

@media only screen and (max-width: 1700px) {
  .config__left {
    top: 150px;
  }
}

@media only screen and (max-width: 1024px) {
  .config__left {
    position: relative;
    top: 0;
  }
}

.config__left-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1399px) {
  .config__left-block {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}

.config__left-block p {
  font-size: 28px;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 1720px) {
  .config__left-block p {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .config__left-block p {
    font-size: 20px;
  }
}

.config__left-block span {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 1720px) {
  .config__left-block span {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .config__left-block span {
    font-size: 42px;
  }
}

.config__left-btn {
  background: linear-gradient(90deg, #1f825a 0%, #b0d774 100%);
}

.config__left-btn .button-inner {
  background: linear-gradient(90deg, #1f825a 0%, #b0d774 100%);
}

.config__left-btn .button-inner::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fc0 0%, #ffe683 70%);
  transition: 300ms;
  border-radius: inherit;
  z-index: 1;
}

.config__left-btn .button-inner span {
  color: #fff;
}

.config__left-btn .button-inner span svg {
  color: #fff;
}

.config__left-btn .button-inner span svg path {
  transition: 300ms;
}

.config__left-btn:hover {
  background: linear-gradient(90deg, #fc0 0%, #ffe683 70%);
}

.config__left-btn:hover .button-inner::before {
  width: 100%;
}

.config__left-btn:hover .button-inner span {
  color: #333;
}

.config__left-btn:hover .button-inner span svg {
  color: #333;
}

.config__left-btn:hover .button-inner span svg path {
  fill: var(--text);
  stroke: var(--text);
}

.config__right {
  width: 100%;
}

.config__right-title {
  font-size: 38px;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1720px) {
  .config__right-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .config__right-title {
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}

.config__box {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.config__item {
  padding: 30px 0;
  border-top: 1px solid #faf9f8;
}

.config__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.config__item:first-child {
  padding-top: 0;
  border-top: 0;
}

.config__item-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}

.config__item-header.active .config__item-arrow::before {
  opacity: 0;
}

.config__item-head {
  font-size: 28px;
}

@media only screen and (max-width: 1720px) {
  .config__item-head {
    font-size: 24px;
  }
}

.config__item-arrow {
  width: 24px;
  height: 24px;
  position: relative;
}

.config__item-arrow span {
  height: 3px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--green);
  border-radius: 20px;
}

.config__item-arrow::before {
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  background: var(--green);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
}

.config__body {
  padding-top: 30px;
  /*  display: none; */
}

.config__plans {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.config__plans-item {
  position: relative;
}

.config__plans-item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.config__plans-item input:checked~.config__plans-end .config__plans-check {
  background: var(--green);
}

.config__plans-item input:checked~.config__plans-end .config__plans-check span {
  opacity: 1;
}

.config__plans-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #faf9f8;
  padding: 10px;
}

@media only screen and (max-width: 1399px) {
  .config__plans-image {
    padding: 5px;
  }
}

.config__plans-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.config__plans-zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 5;
}

@media only screen and (max-width: 1399px) {
  .config__plans-zoom {
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .config__plans-zoom svg path {
    fill: #fff;
  }
}

.config__plans-end {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.config__plans-end p {
  letter-spacing: -0.02em;
}

.config__plans-check {
  width: 25px;
  height: 25px;
  background: #f0f0f0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.config__plans-check span {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.config__checkboxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media only screen and (max-width: 1720px) {
  .config__checkboxes {
    gap: 10px;
  }
}

@media only screen and (max-width: 1399px) {
  .config__checkboxes {
    grid-template-columns: 1fr;
  }
}

.config__checkboxes-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 20px;
  border-radius: 15px;
  background: #faf9f8;
  justify-content: space-between;
  position: relative;
  font-weight: 400;
}

@media only screen and (max-width: 1720px) {
  .config__checkboxes-item {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .config__checkboxes-item {
    font-size: 18px;
  }
}

.config__checkboxes-item.active {
  background: var(--green);
  color: #fff;
}

.config__checkboxes-item.active .config__checkboxes-price {
  color: #fff;
}

.config__checkboxes-item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
  opacity: 0;
}

.config__checkboxes-item input:checked~.config__checkboxes-check {
  background: #fff;
}

.config__checkboxes-item input:checked~.config__checkboxes-check span {
  opacity: 1;
}

.config__checkboxes-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.config__checkboxes-price {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #adadad;
  white-space: nowrap;
}

.config__checkboxes-check {
  border-radius: 5px;
  width: 25px;
  height: 25px;
  min-width: 25px;
  background: #f0f0f0;
  pointer-events: none;
  position: relative;
}

.config__checkboxes-check span {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.config__dops {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 30px;
}

@media only screen and (max-width: 1399px) {
  .config__dops {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}

.config__dop-head {
  margin-bottom: 15px;
}

.config__dop-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-weight: 400;
  position: relative;
}

.config__dop-item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
  opacity: 0;
}

.config__dop-item input:checked~.config__dop-end .config__dop-check {
  background: var(--green);
}

.config__dop-item input:checked~.config__dop-end .config__dop-check span {
  opacity: 1;
}

.config__dop-item:last-child {
  margin-bottom: 0;
}

.config__dop-item p {
  font-size: 16px;
  letter-spacing: -0.02em;
}

.config__dop-price {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #adadad;
  white-space: nowrap;
}

.config__dop-end {
  display: flex;
  align-items: center;
  gap: 10px;
}

.config__dop-check {
  border-radius: 5px;
  width: 25px;
  height: 25px;
  min-width: 25px;
  background: #f0f0f0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.config__dop-check span {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 0;
}

.config .image-container {
  position: relative;
  max-width: 1920px;
  /* height: 400px; */
  border-radius: 15px;
  overflow: hidden;
}

.config .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.config .layer.active {
  opacity: 1;
}

.config .layer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.config .controls {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  z-index: 9999999;
  width: 250px;
  height: 100%;
  overflow: auto;
  background: #ffffff;
  right: 0;
  bottom: 0;
  padding: 15px;
}

#scroll_top {
  display: none;
  position: fixed;
  z-index: 75;
  width: 60px;
  border-radius: 10px;
  overflow: hidden;
  height: 60px;
  position: fixed;
  right: 40px;
  bottom: 40px;
}

#scroll_top svg {
  max-width: 100%;
  max-height: 100%;
}

.portfolio--card .portfolio__slider .swiper-wrapper {
  height: unset;
}

.card__video {
  width: 33%;
}

.card__video--full {
  width: 100%;
}

.header__item div img {
  height: 100%;
  object-fit: cover;
}

.print-info {
  max-width: 915px;
  padding: 14px 0;
  color: #ababab;
  font-weight: 300;
}


@media (max-width:1200px) {
  /* .portfolio--card .portfolio__slider {
    max-height: 530px;
  } */

  .card__form .portfolio__video {
    width: 75%;
    max-height: 400px;
  }

  .card__video .portfolio__video {
    max-height: 400px;
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  #scroll_top {
    bottom: 90px;
    right: 20px;
    width: 50px;
    height: 50px;
  }


  .card__slider-main .swiper-wrapper .swiper-slide a {
    max-height: 500px;
  }

  .mobile-price-wrap .config__nav-item {
    display: none;
  }


  .card-technology-btn {
    display: none;
  }

  .card__slider-inner {
    justify-content: flex-end;
    aspect-ratio: unset;
  }

  .mobile-price-wrap .config__nav-item:last-child {
    display: flex;
    align-items: center;
    text-align: center;
    border: 1px solid #358f5e;
  }

  .banner__mortgage {
    display: none;
  }

  .mobile-price-wrap .config__left-btn {
    max-width: calc(100% - 71px);
    margin-right: 10px;
  }

  .mobile-price-wrap {
    display: flex;
  }

  .config__inner {
    margin-bottom: 20px;
  }

  .banner__video {
    width: 125px;
    height: 200px;
  }


}




@media only screen and (max-width: 767px) {
  .header-menu .header__nav>li>a {
    font-size: 15px;
  }

  .header-menu .header__nav-child li a {
    font-size: 15px;
  }

  .block-title__inner {
    padding: 90px 0 25px 0;
  }

  .block-title h1 {
    margin-top: 20px;
    font-size: 26px;
  }

  .block-title__breadcrumbs ul li span {
    font-size: 12px;
  }

  .block-title__breadcrumbs ul li a::after {
    background-size: 8px;
  }


  .card__video .portfolio__video {
    max-height: 400px;
    width: 100%;
  }

  .form__info {
    margin: 0 auto;
  }

  .form__house {
    display: none;
  }

  .config {
    padding-top: 25px;
  }

  .config__module {
    width: 32%;
    flex-direction: column;
    padding: 5px 10px;
    align-items: center;
    gap: 5px;
  }



  .config__modules {
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 7px;
  }

  .config__module-head {
    font-size: 15px;
    text-align: center;
  }

  .config__module-icon {
    width: 40px;
    height: auto;
    min-width: 60px;
  }

  .config__module-text {
    font-size: 12px;
  }

  .config__module-text svg {
    max-width: 13px;
    margin-top: -6px;
  }

  .config__header {
    margin-bottom: 15px;
  }



  .mobile-price-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
    padding: 0 20px;
  }

  .mobile-price-wrap .config__nav-item {
    display: none;
  }

  .mobile-price-wrap .config__nav-item:last-child {
    display: flex;
    align-items: center;
    text-align: center;
    border: 1px solid #358f5e;
  }


  .mobile-price-wrap .config__left-block {
    width: 100%;
    margin-bottom: 15px;
  }

  .mobile-price-wrap .config__left-btn {
    max-width: calc(100% - 71px);
    margin-right: 10px;
  }

  .config__items {
    gap: 0;
  }

  .config__price-sticky {
    padding: 10px 20px;
  }

  .config__price-sticky p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .config__price-sticky span {
    font-size: 21px;
    color: #ffcf0c;
  }

  .slider-image--configurator,
  .form.form--configurator,
  .portfolio--configurator {
    display: none;
  }


  .block-title__image {
    display: none;
  }

  .reviews-page {
    padding-top: 20px;
    margin-bottom: 40px;
  }


  .portfolio-page__block-items {
    aspect-ratio: 0;
    gap: 15px;
  }

  .portfolio-page__block {
    background-position: top center;
  }

  .reviews-page .button {
    display: none;
  }

  .variant--reviews {
    display: none;
  }

  .map-block #map {
    height: 290px;
  }

  .p-120 {
    padding: 20px 0;
  }

  .block-video {
    padding: 20px 0;
  }

  .block-info__tag {
    display: none;
  }

  .block-telegram__house {
    display: none;
  }

  .block-telegram__phone {
    display: none;
  }

  .block-telegram__banner {
    padding-bottom: 20px;
  }

  .block-telegram {
    padding-bottom: 20px;
  }

  .block-info {
    padding-bottom: 20px;
  }

  .form--technology {
    display: none;
  }

  .card__form .form__info {
    display: none;
  }


  .portfolio--card {
    display: none;
  }

  .portfolio--card .button {
    margin-top: 0;
  }

  .portfolio--card .portfolio__head {
    margin-bottom: 0;
  }

  .technology--card,
  .form--card {
    display: none;
  }

  .card-technology-btn {
    margin: 25px;
  }


  .form--case {
    display: none;
  }


  /*-----------------Перестройка главной-------------------*/
  .banner .title {
    font-size: 19px;
    order: 1;
    margin-bottom: 0;
  }

  .banner__main {
    padding: 85px 0 20px;
  }

  .banner__text {
    order: 3;
    font-size: 15px;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 25px;
    color: #8b8b8b;
  }

  .banner .button {
    order: 2;
    margin: 0;
  }

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

  .banner__fon {
    display: none;
  }

  .banner__inner {
    gap: 20px;
  }

  .banner__items {
    display: none;
  }

  .banner__list.right {
    display: none;
  }

  .banner__list.left {
    display: none;
  }

  .slide-left {
    display: none;
  }

  .banner__slider {
    display: none;
  }

  .banner__video {
    display: none;
  }

  .banner__pagination {
    display: none;
  }


  .banner__main::before {
    display: none;
  }

  .wrapper--main {
    background: url(/local/templates/zgd/css/../images/banner-fon.png);
  }


  .wrapp-for-mobile {
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px;
    justify-content: space-between;
  }

  .wrapp-for-mobile section {
    width: 100%;
  }

  .wrapp-for-mobile .portfolio {
    background: white;
    border-radius: 10px;
  }

  .wrapp-for-mobile .portfolio,
  .wrapp-for-mobile .reviews {
    width: 47%;
  }

  .wrapp-for-mobile .portfolio .text p {
    display: none;
  }

  .wrapp-for-mobile .portfolio__head .title {
    display: none;
  }

  .wrapp-for-mobile .portfolio__head {
    gap: 0;
    margin-bottom: 0;
  }

  .wrapp-for-mobile .portfolio .swiper-pagination {
    display: none;
  }

  .wrapp-for-mobile .portfolio .button {
    margin-bottom: 0;
  }

  .wrapp-for-mobile .portfolio__swipe {
    display: none;
  }

  .wrapp-for-mobile .portfolio__play {
    display: none;
  }

  .wrapp-for-mobile .portfolio__top {
    display: none;
  }

  .wrapp-for-mobile .container {
    margin: 0 5px;
  }

  .wrapp-for-mobile .portfolio .button {
    margin-top: 10px;
  }

  .wrapp-for-mobile .portfolio {
    padding: 10px 0;
  }

  .wrapp-for-mobile .portfolio__head .subtitle {
    margin-bottom: 10px;
  }

  .wrapp-for-mobile .portfolio__head .text p {
    display: none;
  }

  .wrapp-for-mobile .portfolio .wrapp-for-mobile .reviews {
    border-radius: 10px;
    padding: 10px 0;
  }

  .wrapp-for-mobile .portfolio .reviews__bottom {
    display: none;
  }

  .wrapp-for-mobile .reviews {
    border-radius: 10px;
    padding: 10px 0;
  }

  .wrapp-for-mobile .reviews__block {
    display: none;
  }


  .wrapp-for-mobile .reviews .swiper-pagination {
    display: none;
  }

  .wrapp-for-mobile .reviews .button {
    margin-top: 10px;
  }

  .wrapp-for-mobile .portfolio__fon {
    /* max-height: 135px; */
    border-radius: 10px;
  }

  .wrapp-for-mobile .portfolio__video {
    aspect-ratio: 1.4;
    padding: 0;
  }


  .wrapp-for-mobile .technology {
    padding-top: 25px;
  }

  .wrapp-for-mobile .technology__text {
    display: none;
  }

  .wrapp-for-mobile .technology__top {
    margin-bottom: 0;
  }

  .wrapp-for-mobile .technology__house {
    width: 145px;
    margin-top: -155px;
  }

  .wrapp-for-mobile .technology .title {
    font-size: 23px;
  }

  .wrapp-for-mobile .p-140 {
    padding: 20px 0;
  }


  .wrapp-for-mobile .module {
    display: none;
  }

  .wrapp-for-mobile .variant {
    display: none;
  }

  .wrapp-for-mobile .map-block {
    display: none;
  }

  .wrapp-for-mobile .form {
    display: none;
  }


  .banner__video {
    position: fixed;
    display: block;
    bottom: 85px;
    max-width: 117px;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    background: #ffffff;
  }


  /*-----------------Перестройка главной конец-------------------*/


  .contacts__title {
    font-size: 22px;
  }

  .contacts__block a::after {
    display: none;
  }

  .dopmodules-in-dev .dopmodules__banner {
    padding-bottom: 30px;
  }

}

.config__price-sticky {
  display: none;
}

.privacy__text {
  margin-bottom: 40px;
}

.privacy__text:first-child {
  margin-top: 30px;
}

.privacy__subtitle {
  margin-bottom: 20px;
}

.privacy__link {
  color: var(--green);
}

.success {
  border: 1px dashed var(--green);
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  display: none;
}

.success::before {
  content: '✔';
  background: var(--green);
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  color: white;
  border-radius: 2px;
  margin-right: 10px;
}
/* End */


/* Start:/local/templates/zgd/css/print.css?17778921235523*/
.print-info {
    display: none;
}

@media print {

    .block-title {
        display: none;
    }

    .bx-panel {
        display: none !important;
    }

    head {
        display: none;
    }

    body {
        width: 1200px;
        max-width: 100%;
        margin: 0 auto;
    }

    .header-menu {
        display: none;
    }

    .header__logo img {
        width: 150px;
    }


    .config__header {
        display: none;
    }

    .config__items {
        gap: 15px;
    }

    .config__left {
        position: relative;
        max-width: 230px;
    }

    .config__left-block span {
        font-size: 30px;
    }

    .config__left-btn {
        display: none;
    }

    .config__right-title {
        display: none;
    }


    .config__checkboxes-item {
        display: none;
    }

    .config__checkboxes-item.active {
        display: flex;
        width: 100%;
        justify-content: flex-start;
    }

    .config__item-arrow {
        display: none;
    }

    .config__checkboxes {
        grid-template-columns: 1fr;
    }

    .slider-image .portfolio__slider-inner {
        display: none;
    }

    .portfolio.portfolio--configurator {
        display: none;
    }

    .form.form--card.p-120 {
        display: none;
    }

    .footer__nav {
        display: none;
    }

    .footer__right {
        display: none;
    }

    .footer__end {
        display: none;
    }

    .header__inner {
        position: relative;
        width: 100%;
        display: flex;
        padding: 0 0 15px 0;
    }

    .header__nav {
        display: none;
    }

    .header__right .button {
        display: none;
    }

    .header__tel span {
        display: none;
    }

    .header__right {
        margin-left: auto;
    }

    .config {
        padding-top: 20px;
    }

    .p-120 {
        padding: 50px;
    }

    .footer {
        padding: 15px;
    }

    .config__content {
        padding: 0;
        margin-bottom: 15px;
    }

    .config__inner {
        padding: 0 0 25px 0;
    }

    .config__left-block {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .config__left-block p {
        color: #020202;
        font-weight: 300;
        font-size: 22px;
    }

    .config__plans-item input:checked~div {
        display: flex;
    }

    .config__plans-item input~div {
        display: none;
    }

    .config__plans-zoom {
        display: none;
    }


    .config__plans-image {
        max-width: 190px;
        height: max-content;
    }

    .config__plans-image img {}

    .config__checkboxes-item.active {
        background: none;
        color: #000000;
        padding: 0;
    }

    .config__checkboxes-item.active .config__checkboxes-price {
        color: #adadad;
    }

    .config__checkboxes-item input:checked~.config__checkboxes-check {
        display: none;
    }

    .config__checkboxes-item {}

    .config__item {
        padding: 0;
        margin-bottom: 10px;
        padding-top: 10px;
        width: 50%;
    }

    .config__item:first-child {
        padding: 0;
        margin-bottom: 10px;
        padding-top: 10px;
        padding-bottom: 0;
        width: 50%;
    }

    .config__item-head {
        font-size: 19px;
        color: black;
        font-weight: 700;
    }

    .config__body {
        padding-top: 10px;
    }

    .config__dops {
        margin-top: 10px;
        display: block;
    }

    .config__dop-head {
        font-size: 16px;
        color: black;
        margin-bottom: 0;
        font-weight: 400;
    }

    .config__checkboxes-head {
        font-size: 15px;
        color: #747474;
    }

    .config__dop-item p {
        color: #747474;
        font-size: 15px;
    }


    .config__dop-item {
        display: none;
    }

    .config__dop-item.active {
        display: flex;
        margin-bottom: 0;
    }

    .config__dop {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
        align-items: center;
    }

    .config__dop-item input:checked~.config__dop-end .config__dop-check {
        display: none;
    }

    .config__blocks {
        display: flex;
        flex-wrap: wrap;
    }


    .config__plans {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .config__plans-item {
        display: flex;
        align-items: flex-end;
        gap: 15px;
    }

    .config__plans-item input:checked~.config__plans-end .config__plans-check {
        display: none;
    }

    .print-info {
        padding: 15px;
        font-size: 14px;
        box-sizing: border-box;
        display: block;
    }

    .mobile-price-wrap {
        padding: 25px;
        margin-bottom: 0px;
    }

    .config__nav-item {
        display: none;
    }

    .slider-image {
        display: none;
    }

    .footer__logo {
        max-width: 175px;
    }

    .footer__info {
        display: none;
    }

    .footer__contacts {
        margin: 10px 0 0 0;
        padding: 15px 0 0 0;
    }

    .footer__contacts-items {
        font-size: 20px;
    }

    .config__plans-item {
        position: relative;
    }

    .config__plans-end p {
        position: absolute;
        top: 0;
        right: 20px;
    }



}
/* End */


/* Start:/local/templates/zgd/libs/swiper/swiper-bundle.min.css?177427183118432*/
/**
 * Swiper 11.1.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/zgd/libs/fancybox/cdn.jsdelivr.net_npm_@fancyapps_ui@5.0_dist_fancybox_fancybox.css?177427183024789*/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, -150px, 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, 150px, 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) ease both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.35s ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.35s ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);min-width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--left, 0)*1px);width:calc(100% - var(--width, 0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;width:100%;height:100%;margin:0;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/* End */


/* Start:/local/templates/zgd/components/bitrix/menu/top_menu/style.min.css?1775206759490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/zgd/components/bitrix/menu/top_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/zgd/components/bitrix/menu/mobile_menu/style.min.css?1775206759490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/zgd/components/bitrix/menu/mobile_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/zgd/components/bitrix/breadcrumb/breadcrumb/style.min.css?1684412404467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/zgd/components/bitrix/menu/catalog_footer/style.min.css?1775206759490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/zgd/components/bitrix/menu/catalog_footer/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/zgd/components/bitrix/menu/footer/style.min.css?1775206759490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/zgd/components/bitrix/menu/footer/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /local/templates/zgd/css/style.css?1778822163149555 */
/* /local/templates/zgd/css/print.css?17778921235523 */
/* /local/templates/zgd/libs/swiper/swiper-bundle.min.css?177427183118432 */
/* /local/templates/zgd/libs/fancybox/cdn.jsdelivr.net_npm_@fancyapps_ui@5.0_dist_fancybox_fancybox.css?177427183024789 */
/* /local/templates/zgd/components/bitrix/menu/top_menu/style.min.css?1775206759490 */
/* /local/templates/zgd/components/bitrix/menu/mobile_menu/style.min.css?1775206759490 */
/* /local/templates/zgd/components/bitrix/breadcrumb/breadcrumb/style.min.css?1684412404467 */
/* /local/templates/zgd/components/bitrix/menu/catalog_footer/style.min.css?1775206759490 */
/* /local/templates/zgd/components/bitrix/menu/footer/style.min.css?1775206759490 */
