

/* Start:/local/templates/e_catalog/assets/css/main.css?175688772124928*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Regular"), local("Gilroy-Regular"),
    url("/local/templates/e_catalog/assets/css/../fonts/Gilroy-Regular.woff2") format("woff2"),
    url("/local/templates/e_catalog/assets/css/../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"),
    url("/local/templates/e_catalog/assets/css/../fonts/Gilroy-SemiBold.woff2") format("woff2"),
    url("/local/templates/e_catalog/assets/css/../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Bold"), local("Gilroy-Bold"),
    url("/local/templates/e_catalog/assets/css/../fonts/Gilroy-Bold.woff2") format("woff2"),
    url("/local/templates/e_catalog/assets/css/../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/local/templates/e_catalog/assets/css/../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/local/templates/e_catalog/assets/css/../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue Regular";
  src: url("/local/templates/e_catalog/assets/css/../fonts/bebas_neue_regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --muted-olive-color: #778474;
  --transition: 1.2s ease-in-out;
  --accordion-transtion: 0.5s ease-in-out;
}

/* Нормализация и базовые стили */
html {
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
  padding-top: 5px;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  overflow: visible;
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

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

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/* Стили скроллбара */
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #e7e7e7;
}

::-webkit-scrollbar-track {
  background-color: #abaaaa;
}

/* Основные стили */
.body {
  font-family: "Gilroy";
  font-size: 16px;
}

.wrapper {
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}

.container {
  position: relative;
  max-width: 1910px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}

.paws {
  position: absolute;
  right: 5px;
  bottom: 10px;
  width: 200px;
  height: 200px;
}

.project__card-back-two .paws {
  bottom: 13px;
}

.burger {
  position: absolute;
  top: 45px;
  left: 40px;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  max-width: 71px;
  width: 100%;
  height: 38px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 11px;
}

.burger span {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 5px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  padding: 56px 0 0 40px;
  width: 541px;
  height: 100vh;
  background-color: #1f3730;
  -webkit-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%);
  -webkit-transition: -webkit-transform var(--transition);
  transition: -webkit-transform var(--transition);
  transition: transform var(--transition);
  transition: transform var(--transition), -webkit-transform var(--transition);
  overflow-y: auto;
}

.menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.menu__inner {
  height: 100%;
}

.menu__overlay {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 150;
  min-width: 100%;
  min-height: 100%;
  /*background-color: rgba(12, 12, 12, 0.7333333333);*/
  background-color: transparent;
  display: none;
}

.menu__overlay.active {
  display: block;
}

.menu__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 65px;
}

.menu__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 55px;
  color: rgb(255, 255, 255);
  font-size: 35px;
  font-weight: 400;
  line-height: 41px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.menu__nav-link svg {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.menu__nav-link:hover {
  opacity: 0.7;
}

.project {
  padding: 0 6px 8px;
}

.project:last-child {
  padding: 0 6px 6px;
}

.project__card .img-paws {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 200px;
  height: 200px;
}

.project__card-front {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.project__card-front-one {
  background-color: var(--muted-olive-color);
}

.project__card-front-two {
  background-color: var(--muted-olive-color);
}

.project__card-back-one {
  background-color: var(--muted-olive-color);
}

.project__card-back-two {
  background-color: var(--muted-olive-color);
}

.project__card-front-two-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.project__card-back {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.project__card-back-description {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  max-width: 389px;
}

.project__card-back-description:first-child {
  margin-bottom: 30px;
}

.project__card-back-description:last-child {
  margin-bottom: 30px;
}

.project__card-back-description span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #2c3934;
  border-radius: 50%;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.project__card-back-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.project__card-back-row-item {
  max-width: 139px;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
}

.project__card-back-row-item img {
  width: 78px;
  height: 78px;
}

.project__card-back-row-item p {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Bebas Neue Regular", Arial, sans-serif;
}

.project__card-back-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 48px;
  background-color: var(--muted-olive-color);
}

.project__card-back-two {
  background-color: var(--muted-olive-color);
}

.section-block {
  height: 1076px;
}

.section-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px;
  height: 100%;
}

.section-block__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  min-width: 535px;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.section-block__card {
  position: relative;
  width: 100%;
  cursor: pointer;
  -webkit-perspective: 1500px;
  perspective: 1500px;
  aspect-ratio: 1/1;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.section-block__card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.6s linear;
  transition: -webkit-transform 0.6s linear;
  transition: transform 0.6s linear;
  transition: transform 0.6s linear, -webkit-transform 0.6s linear;
}

.section-block__card-front,
.section-block__card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /*justify-content: center;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  color: white;
  font-weight: bold;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.section-block__card-front-number {
  position: absolute;
  top: 26px;
  left: 17px;
  color: #2c3934;
  font-weight: 300;
  font-size: 152px;
}

.section-block__card h2 {
  margin: inherit;
  max-width: 314px;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  margin-left: 15%;
}

.section-block__card h2 span {
  font-weight: 700;
}

.section-block__right {
  max-width: 1364.5843505859px;
  height: 100%;
}

.section-block__slider {
  width: 100%;
  height: 100%;
}

.section-block__slider-track {
  height: 100%;
}

.section-block__slider-list {
  position: relative;
  height: 100%;
}

.section-block__slider-slide {
  height: 100%;
}

.section-block__slider-slide img {
  width: 100%;
  height: 100%;
}

.section-block__slider-slide h2 {
  position: absolute;
  top: 50%;
  left: 135px;
  color: #fff;
  z-index: 3;
  max-width: 314px;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  text-shadow: 0 0 5px #000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-block__slider-slide h2 span {
  font-weight: 700;
}

.section-block__slider .splide__pagination {
  bottom: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 33px;
}

.section-block__slider .splide__pagination .splide__pagination__page {
  width: 31px;
  height: 31px;
  background-color: #d3d3d3;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.section-block__slider .splide__pagination .splide__pagination__page.is-active {
  width: 31px;
  height: 31px;
  background-color: #4b5d52;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.bgclr {    background-color: #778474 !important;}


/* Медиа-запросы, упорядоченные по размерам от большего к меньшему */
@media (max-width: 1600px) {
  .section-block {
    height: 100vh;
  }
}

@media (max-width: 1500px) {
  .project__card-back {
    padding: 20px !important;
  }
}

@media (max-width: 1450px) {
  .section-block {
    height: 900px;
  }
  .section-block__left {
    min-width: 442px;
  }
}

@media (max-width: 1400px) {
  .project__card-back-description {
    font-size: 24px;
  }
}

@media (max-width: 1350px) {
  .section-block {
    height: 800px;
  }
  .section-block__left {
    min-width: 392px;
  }
  .section-block__card-front-number {
    top: 10px;
    left: 10px;
    font-size: 135px;
  }
  .section-block__card h2 {
    font-size: 40px;
  }
  .section-block__slider-slide h2 {
    font-size: 40px;
  }
  .section-block__slider .splide__pagination .splide__pagination__page,
  .section-block__slider
    .splide__pagination
    .splide__pagination__page.is-active {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 1300px) {
  .project__card-back-row {
    gap: 20px;
  }
  .project__card-back-row-item img {
    width: 50px;
    height: 50px;
  }
  .project__card-back-row-item p {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .paws {
    width: 130px;
    height: 130px;
  }
  .project__card .img-paws {
    width: 130px;
    height: 130px;
  }
  .section-block {
    height: 700px;
  }
  .section-block__left {
    min-width: 342px;
  }
  .section-block__card-front-number {
    top: 25px;
    left: 1%;
    font-size: 110px; 
  }
  .project__card-back-description {
    font-size: 20px;
  }
  .project__card-back-description:first-child,
  .project__card-back-description:last-child {
    margin-bottom: 10px;
  }
  .section-block__slider-slide h2 {
    left: 80px;
  }
  .section-block__card h2 {
    font-size: 36px;
    margin-left: 14%;
}
}

@media (max-width: 1100px) {
  .project__card-back-description {
    font-size: 16px;
    line-height: 25px;
  }
  .project__card-back-description span {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .project__card-back-row-item img {
    width: 40px;
    height: 40px;
  }
  .project__card-back-row-item p {
    font-size: 12px;
    font-weight: 300;
  }
}

@media (max-width: 1000px) {
  .burger {
    max-width: 55px;
    gap: 7px;
  }
  .section-block {
    height: 600px;
  }
  .section-block__left {
    min-width: 292px;
  }
  .section-block__card-front-number {
    font-size: 103px;
  }
  .section-block__card h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 30px;
    margin-left: 10%;
  }
  .section-block__slider-slide h2 {
    left: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 32px;
  }
  .section-block__slider .splide__pagination {
    gap: 20px;
  }
  .section-block__slider .splide__pagination .splide__pagination__page,
  .section-block__slider
    .splide__pagination
    .splide__pagination__page.is-active {
    width: 20px;
    height: 20px;
  }
  .paws {
    width: 115px;
    height: 115px;
  }
}

@media (max-width: 768px) {
  .main {
    padding: 0;
  }
  .container {
    max-width: 100%;
  }
  .project {
    padding: 0 0 5px;
  }

  .project:last-child {
    padding: 0px;
  }
  .project__card-back {
    padding: 30px !important;
  }
  .project__card-back-description {
    font-size: 22px;
    max-width: 309px;
  }
  .project__card-back-description:first-child,
  .project__card-back-description:last-child {
    margin-bottom: 20px;
  }
  .project__card-back-row-item img {
    width: 55px;
    height: 55px;
  }
  .project__card-back-row-item p {
    font-size: 11px;
    font-weight: 400;
  }
  .section-block {
    height: auto;
  }
  .section-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }
  .section-block__left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    min-width: 100%;
  }
  .section-block__card-front-number {
    top: 20px;
    left: 15px;
  }
  .section-block__card h2 {
    font-size: 41px;
    margin-left: 10%;
  }
  .section-block__slider-slide h2 {
    font-size: 41px;
  }
  /*.section-block__slider .splide__pagination {
      display: none;
    }*/
  .section-block__slider .splide__pagination {
    gap: 15px;
  }
  .section-block__slider .splide__pagination {
    bottom: 20px;
  }
  
}

@media (max-width: 700px) {
  .burger span {
    min-height: 4px;
  }
  .menu__nav-list {
    gap: 50px;
  }
  .menu__nav-link {
    font-size: 30px;
  }
  .menu__nav-link svg {
    width: 13px;
    height: 18px;
  }
  .project__card-back {
    padding: 20px !important;
  }
  .project__card-back-description {
    font-size: 18px;
  }
  .section-block__card-front-number {
    font-size: 80px;
  }
  .section-block__card h2 {
    font-size: 33px;
  }
  .section-block__slider-slide h2 {
    left: 40px;
    font-size: 33px;
  }
}

@media (max-width: 630px) {
  .project__card-back-description {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .menu {
    padding: 33px 0 0 33px;
    width: 50vw; /* 50% ширины вьюпорта */
    min-width: unset; /* если вдруг есть min-width */
    max-width: 100vw;
  }
  .menu__nav-link {
    font-size: 18px;
  }
  .project__card-back-description:first-child,
  .project__card-back-description:last-child {
    margin-bottom: 10px;
  }
  .project__card-back-row {
    gap: 10px;
  }
  .project__card-back-row-item img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 562px) {
  .project__card-back-description {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 500px) {
  .burger {
    max-width: 45px;
    gap: 5px;
  }
  .paws {
    width: 90px;
    height: 90px;
    bottom: 0px;
    right: 0px;
  }
  .project__card-back-two .paws {
    bottom: 0px;
  }
  .project__card .img-paws {
    width: 90px;
    height: 90px;
  }
  .project__card-back {
    padding: 10px !important;
  }
  .project__card-back-row-item p {
    font-size: 8px;
    line-height: 12px;
  }
  .section-block__card-front-number {
    font-size: 60px;
    top: 14px;
    left: 14px;
  }
  .section-block__card h2 {
    font-size: 25px;
  }
  .section-block__slider-slide h2 {
    font-size: 25px;
  }
}

@media (max-width: 470px) {
  .project__card-back-description {
    font-size: 11px;
    line-height: 15px;
  }
  .project__card-back-description span {
    width: 3px;
    height: 3px;
  }
}

@media (max-width: 450px) {
  .menu__nav-list {
    gap: 35px;
  }
  .menu__nav-link {
    font-size: 18px;
  }
  .section-block__card h2 {
    font-size: 21px;
    margin-left: 10%;
  }
}

@media (max-width: 440px) {
  .section-block__card-front-number {
    font-size: 70px;
  }
  .section-block__card h2 {
    font-size: 20px;
    margin-left: 10%;
  }
  .section-block__slider-slide h2 {
    font-size: 21px;
  }
}

@media (max-width: 420px) {
  .project__card-back-row-item img {
    width: 30px;
    height: 30px;
  }
}


@media (max-width: 950px) and (orientation: landscape) {
  .project__inner.section-block__inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 100vh;
  }
  .project__left.section-block__left.card-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 50vh; /* ширина равна высоте одной карточки */
    min-width: 0;
    max-width: 100vw;
  }
  .project__card.section-block__card.card {
    width: 100%;
    height: 50vh;        /* половина высоты экрана */
    aspect-ratio: 1/1;   /* квадрат */
    min-width: 0;
    min-height: 0;
  }
  .project__right.section-block__right {
    flex: 1 1 0;
    min-width: 0;
    height: 100vh;
  }
  .section-block {
    height: auto;
  }
      .paws {
        width: 60px;
        height: 60px;
    }
        .section-block__card-front-number {
        font-size: 40px;
        top: 12px;
        left: 10px;
    }
        .section-block__card h2 {
        font-size: 22px;
        margin-left: 5%;
        }
            .project__card-back-description {
        font-size: 12px;
        line-height: 13px;
    }
        .project__card-back-row {
        gap: 5px;
    }
        .project__card-back {
        padding: 10px !important;
                display: flex
;
        justify-content: center;
        align-items: center;
    }

    .project__card-back-row-item p {
    font-size: 12px;
    line-height: 12px;
    }
}

/* Promocodes */

.promo-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #e91e63;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 1000;
    transition: all 0.3s ease;
}

.promo-button:hover {
    background: #d81b60;
    transform: scale(1.05);
}

.promo-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.promo-content {
    background: white;
    padding: 30px;
    border-radius: 12px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.promo-logo {
    width: 80px;
    margin-bottom: 15px;
}

.promo-code-container {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.promo-code {
    font-family: monospace;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 6px;
    letter-spacing: 2px;
}

.copy-btn {
    background: #4caf50;
    color: white;
    border: none;
    padding: 12px 12px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
}

.copy-btn:hover {
    background: #43a047;
}

.tg-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0088cc;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
}

.tg-btn:hover {
    background: #0077b3;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
}
/* End */


/* Start:/local/templates/e_catalog/assets/libs/splide.min.css?17479458115002*/
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
/* End */
/* /local/templates/e_catalog/assets/css/main.css?175688772124928 */
/* /local/templates/e_catalog/assets/libs/splide.min.css?17479458115002 */
