@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: "firamono";
  font-display: swap;
  src: url("../fonts/firamono.woff2") format("woff2"), url("../fonts/firamono.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "firamonobold";
  font-display: swap;
  src: url("../fonts/firamonobold.woff2") format("woff2"), url("../fonts/firamonobold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "PIXY";
  font-display: swap;
  src: url("../fonts/PIXY.woff2") format("woff2"), url("../fonts/PIXY.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  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%;
  color: var(--default-text-color, #000000);
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

img {
  vertical-align: top;
}

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

/*-------------------------------------------------------------------------------------------------*/
body {
  background-color: #cec1ad;
  font-family: "firamono";
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper {
  width: 1280px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: clip;
  position: relative;
}
@media (max-width: 1279px) {
  .wrapper {
    width: 100%;
  }
}
.wrapper > * {
  min-width: 0;
}
.wrapper:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
  background-image: url("../images/bodyBgi.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.container,
[class*=__container] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 82.1428571429rem;
  margin: 0 auto;
  width: calc(100% - 30px);
  padding: 0 1.0714285714rem;
  height: 100%;
}

.lock {
  overflow: hidden !important;
  -ms-touch-action: none !important;
      touch-action: none !important;
}

.header {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.main {
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #000000;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 45px 0;
  margin-bottom: 109px;
}
@media (max-width: 1279px) {
  .footer {
    width: 420px;
    padding: 16px 0 10px 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    position: relative;
  }
}
.footer__links {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin-right: 100px;
}
@media (max-width: 1279px) {
  .footer__links {
    margin-top: 0;
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__link, .footer__btn {
  color: #cec1ad;
}
.footer__btn {
  font-size: 15px;
  border: none;
  background-color: transparent;
}
@media (max-width: 1279px) {
  .footer__btn {
    padding-top: 15px;
    margin-right: 20px;
    font-size: 10px;
    text-align: center;
  }
}
.footer__linkMail {
  font-size: 17px;
  margin-left: 250px;
  font-family: "Inter";
  margin-top: -5px;
}
@media (max-width: 1279px) {
  .footer__linkMail {
    margin-top: 0;
    margin-left: 0;
    font-size: 11px;
    position: absolute;
    bottom: 38px;
    right: 41px;
  }
}
.footer__linkMail::before {
  content: url("../images/mailIcon.svg");
  position: relative;
  top: 5px;
  left: -4px;
  display: inline-block;
  margin-right: 14px;
}
@media (max-width: 1279px) {
  .footer__linkMail::before {
    content: url("../images/mobileMailIcon.svg");
    margin-right: 5px;
  }
}

.footer > .menu__body > .menu__item > a {
  color: #cec1ad;
}
@media (max-width: 1279px) {
  .footer > .menu__body > .menu__item > a {
    font-size: 11px;
  }
}

.footer > .menu__body > .menu__item > a:hover {
  color: #cc5e45;
}

@media (max-width: 1279px) {
  .footer > .menu__body {
    gap: 5px;
  }
}

.dioramaItem {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 1279px) {
  .dioramaItem:nth-child(1) {
    margin-left: 0px;
  }
}
.dioramaItem__img {
  width: 63px;
  height: 63px;
  margin-bottom: 12px;
}
@media (max-width: 1279px) {
  .dioramaItem__img {
    width: 43px;
    height: 43px;
    margin-bottom: 5px;
  }
}
.dioramaItem__text {
  font-size: 15px;
}
@media (max-width: 1279px) {
  .dioramaItem__text {
    font-size: 11px;
  }
}
.dioramaItem:nth-child(2) {
  margin: 0 42px 0 38px;
}
@media (max-width: 1279px) {
  .dioramaItem:nth-child(2) {
    margin: 0 28px 0 28px;
  }
}

.btn {
  width: 272px;
  height: 52px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .btn {
    width: 152px;
    height: 32px;
  }
}
.btn__hoverImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/btnbig.svg");
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}
@media (max-width: 1279px) {
  .btn__hoverImage {
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.btn:hover .btn__hoverImage {
  opacity: 0;
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/btnbigactive.svg");
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 1279px) {
  .btn::after {
    width: 152px;
    height: 32px;
    background-size: contain;
  }
}
.btn:hover::after {
  opacity: 1;
}
.btn__button {
  width: 272px;
  height: 52px;
  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;
  background-color: transparent;
  border: transparent;
  color: #cec1ad;
  text-transform: uppercase;
  font-family: "PIXY";
  font-size: 35px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .btn__button {
    width: 152px;
    height: 32px;
    font-size: 20px;
    -webkit-transition: none;
    transition: none;
  }
}
.btn__button:hover {
  color: #cc5e45;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1279px) {
  .btn__button:hover {
    width: 152px;
    height: 32px;
    font-size: 20px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

.item {
  width: 287px;
  color: #cec1ad;
  border: 1px solid #cec1ad;
  border-radius: 17px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 27px;
  -webkit-box-shadow: -9px -5px 40px -5px rgba(206, 193, 173, 0.6);
  box-shadow: -9px -5px 40px -5px rgba(206, 193, 173, 0.6);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.item__title {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-bottom: 1px solid #cec1ad;
  width: 100%;
  padding: 0 10px;
  height: 45px;
}
.item__title_text {
  font-size: 15px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item__imgWrap {
  width: 100%;
  height: 224px;
  background-color: #cec1ad;
  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;
  margin: 70px 0 55px 0;
}
.item__imgWrap__image {
  width: 247px;
  height: 256px;
}
.item:hover {
  -webkit-box-shadow: -9px -5px 40px -5px rgba(206, 193, 173, 0.8);
  box-shadow: -9px -5px 40px -5px rgba(206, 193, 173, 0.8);
}

.btn__item {
  width: 194px;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.btn__item__hoverImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/listitemBtn.svg");
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}
.btn__item:hover .btn__item__hoverImage {
  opacity: 0;
}
.btn__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/listitemBtnActive.svg");
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
  z-index: 0;
}
.btn__item:hover::after {
  opacity: 1;
}
.btn__item__button {
  width: 194px;
  height: 40px;
  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;
  background-color: transparent;
  border: transparent;
  color: #cec1ad;
  text-transform: uppercase;
  font-family: "PIXY";
  font-size: 22px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.btn__item__button:hover {
  color: #cc5e45;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.btn__item__button16 {
  width: 194px;
  height: 40px;
  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;
  background-color: transparent;
  border: transparent;
  color: #cec1ad;
  text-transform: uppercase;
  font-family: "PIXY";
  font-size: 22px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.btn__item__button16:hover {
  color: #cc5e45;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.commentsItem {
  width: 286px;
  height: 218px;
  max-height: 218px;
  border-radius: 19px;
  padding: 16px 22px 19px 22px;
  background-color: #181818;
}
@media (max-width: 1279px) {
  .commentsItem {
    width: 174px;
    height: 125px;
    max-height: 125px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 12px 8px 4px 10px;
    border-radius: 13px;
  }
}
.commentsItem__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commentsItem__header__name {
  font-size: 15px;
  color: #cec1ad;
}
@media (max-width: 1279px) {
  .commentsItem__header__name {
    font-size: 10px;
  }
}
@media (max-width: 1279px) {
  .commentsItem__header__star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 56px;
  }
  .commentsItem__header__star svg {
    width: 7px;
    height: 7px;
  }
}
.commentsItem__comment {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  overflow: hidden;
  height: auto;
  margin-top: 40px;
  color: #cec1ad;
}
@media (max-width: 1279px) {
  .commentsItem__comment {
    font-size: 12px;
    margin-top: 24px;
  }
}

.cooperation__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 5;
  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;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#cooperationPopup.show {
  opacity: 1;
  visibility: visible;
}

.cooperation__popup {
  width: 1089px;
  height: 90vh;
  background-color: #cec1ad;
  color: #181818;
  z-index: 6;
  opacity: 1;
  padding: 26px 18px;
  border-radius: 25px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cooperation__popup__text {
  font-size: 16px;
  overflow: scroll;
  font-size: 16px;
  width: 90%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
.cooperation__popup__text::-webkit-scrollbar {
  width: 6px;
}
.cooperation__popup__text::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.cooperation__popup__text::-webkit-scrollbar-track {
  background-color: transparent;
}
.cooperation__popup__text > h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cooperation__popup__text > h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0;
}
.cooperation__popup__text > p {
  margin: 5px 0;
}
.cooperation__popup span {
  font-weight: 700;
}
.cooperation__popup li,
.cooperation__popup p {
  margin: 8px 0;
}
.cooperation__popup th {
  padding: 10px 0;
  text-align: left;
}
.cooperation__popup td {
  vertical-align: middle;
}

@media (max-width: 1279px) {
  .header {
    width: 100%;
  }
}
.burger_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 420px;
  margin: 0 auto;
}

.burger-button {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-grid-column-align: end;
      justify-self: end;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  margin: 16px 40px 17px 0;
}

.menuBurger {
  padding-top: 65px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #cec1ad url("../images/burgerMenuBgi.png") no-repeat center center/cover;
  color: #fff;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}
.menuBurger .close-button img {
  width: 25px;
  height: 25px;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.menuBurger-items {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.menuBurger-items > .menu__item {
  margin: 24px 0;
}
.menuBurger-items > li > a {
  font-size: 15px;
}

.menuBurger-items li {
  margin: 15px 0;
}

.menuBurger-items a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.menuBurger-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.menuBurger-buttons a {
  padding-top: 4px;
  width: 154px;
  height: 32px;
  font-size: 20px;
  font-family: "PIXY";
  color: #181818;
  background-color: transparent;
  border: none;
  cursor: pointer;
  background: #cec1ad url("../images/menuBurgerBtn.svg") no-repeat center center/cover;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1279px) {
  .burger-button {
    display: block;
  }
}
.video {
  margin-top: 180px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1279px) {
  .video {
    width: 420px;
    margin-top: 92px;
  }
}
.video__footer {
  background-color: #181818;
}
.video__footer__text {
  color: #cec1ad;
  font-size: 50px;
  padding: 16px 0px 8px 140px;
}
@media (max-width: 1279px) {
  .video__footer__text {
    font-size: 19px;
    padding: 14px 0 11px 28px;
    text-align: left;
  }
}
.video__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 78px 30px 65px 33px;
}
@media (max-width: 1279px) {
  .video__wrap {
    padding: 31px 0 32px 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.video__wrap__text {
  margin-right: 44px;
}
@media (max-width: 1279px) {
  .video__wrap__text {
    margin-right: 22px;
  }
}
.video__wrap__text__wrap {
  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;
  background-image: url("../images/videotitle.svg");
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 534px;
  min-height: 59px;
}
@media (max-width: 1279px) {
  .video__wrap__text__wrap {
    max-width: 229px;
    min-height: 29px;
    background-image: url("../images/mobileVideoBorder.svg");
    background-size: 229px 29px;
    margin-left: -3px;
  }
}
.video__wrap__text__wrap__title {
  background-color: #181818;
  font-size: 34px;
  color: #cec1ad;
  padding: 7px 6px;
}
@media (max-width: 1279px) {
  .video__wrap__text__wrap__title {
    font-size: 14px;
    padding: 5px 2px;
  }
}
.video__wrap__text__subtitle1, .video__wrap__text__subtitle2 {
  font-size: 25px;
  color: #000000;
  text-align: left;
  line-height: 113%;
}
@media (max-width: 1279px) {
  .video__wrap__text__subtitle1, .video__wrap__text__subtitle2 {
    font-size: 12px;
    line-height: 108%;
  }
}
.video__wrap__text__subtitle1 {
  width: 598px;
  margin: 9px 0 36px 0;
}
@media (max-width: 1279px) {
  .video__wrap__text__subtitle1 {
    width: 280px;
    margin: 9px 0 21px 0;
  }
}
.video__wrap__text__subtitle2 {
  width: 655px;
}
@media (max-width: 1279px) {
  .video__wrap__text__subtitle2 {
    width: 298px;
  }
}
.video__wrap__video {
  margin-top: 3px;
}
@media (max-width: 1279px) {
  .video__wrap__video {
    margin-left: -30px;
  }
}
.video__wrap__video__info {
  width: 517px;
  height: 201px;
  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;
  margin-bottom: 18px;
}
@media (max-width: 1279px) {
  .video__wrap__video__info {
    margin-top: 40px;
    margin-bottom: 14px;
    width: 420px;
    height: 125px;
  }
}
.video__wrap__video__info > img {
  width: 355px;
  height: 201px;
}
@media (max-width: 1279px) {
  .video__wrap__video__info > img {
    width: 180px;
    height: 125px;
    margin-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.video__wrap__video__info > p {
  font-size: 25px;
  color: #000000;
}
.video__wrap__video__content {
  border-radius: 15px;
}
@media (max-width: 1279px) {
  .video__wrap__video__content {
    width: 361px;
    height: 189px;
  }
}

@media (max-width: 1279px) {
  #catalog8 {
    margin-top: 11px;
    padding-top: 16px;
  }
}

.list {
  width: 100%;
  background-color: #000000;
}
@media (max-width: 1279px) {
  .list {
    width: 420px;
  }
}
.list__footer {
  background-color: #cc5e45;
  font-family: "PIXY";
  font-size: 50px;
  line-height: 88%;
  padding: 13px 0 28px 0;
}
@media (max-width: 1279px) {
  .list__footer {
    font-size: 22px;
    padding: 13px 0;
  }
}
.list__footer__right {
  text-align: right;
  padding-right: 58px;
}
.list__footer__left {
  text-align: left;
  padding-left: 62px;
}
@media (max-width: 1279px) {
  .list__footer__left {
    margin-top: 2px;
    padding-left: 30px;
  }
}
.list__wrap {
  padding: 70px 0 53px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 155px;
     -moz-column-gap: 155px;
          column-gap: 155px;
  row-gap: 48px;
}
@media (max-width: 1279px) {
  .list__wrap {
    display: none;
  }
}

.about {
  padding-top: 20px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 1279px) {
  .about {
    padding-top: 45px;
  }
}
.about__title {
  background-image: url("../images/aboutText.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 335px;
  height: 97px;
  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: absolute;
  top: 121px;
  right: 49px;
}
@media (max-width: 1279px) {
  .about__title {
    top: 85px;
    right: 0px;
    width: 168px;
    height: 47px;
    background-size: cover;
  }
}
.about__title > h3 {
  display: block;
  font-size: 55px;
  color: #cec1ad;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .about__title > h3 {
    font-size: 25px;
    padding-right: 7px;
  }
}
.about__text {
  padding-top: 301px;
  padding-left: 215px;
  background-image: url("../images/about.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1185px;
  height: 953px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1279px) {
  .about__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 72px;
    padding-top: 260px;
    padding-left: 6px;
    background-image: url("../images/mobileAboutBgi.png");
    width: 361px;
    height: 942px;
  }
}
@media (max-width: 1279px) {
  .about__text__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 50px;
    padding-left: 7px;
  }
}
.about__text__left__first, .about__text__left__second {
  width: 352px;
  height: 306px;
  border-radius: 40px;
  padding: 29px 13px 17px 25px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1279px) {
  .about__text__left__first, .about__text__left__second {
    width: 169px;
    height: 258px;
    border-radius: 21px;
    padding: 0;
    padding-left: 17px;
  }
}
.about__text__left__first__title, .about__text__left__second__title {
  font-size: 25px;
  line-height: 27px;
  width: 305px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media (max-width: 1279px) {
  .about__text__left__first__title, .about__text__left__second__title {
    font-size: 14px;
    width: 143px;
    line-height: 15px;
  }
}
.about__text__left__first__text, .about__text__left__second__text {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 1279px) {
  .about__text__left__first__text, .about__text__left__second__text {
    font-size: 12px;
    width: 143px;
  }
}
.about__text__left__first {
  background-color: #212020;
  color: #beb5a8;
  margin-bottom: 6px;
}
@media (max-width: 1279px) {
  .about__text__left__first {
    margin-right: 2px;
  }
}
.about__text__left__second {
  padding-top: 22px;
  background-color: #beb5a8;
}
.about__text__left__second__text {
  margin-bottom: 22px;
}
.about__text__third {
  background-color: #cc5e45;
  width: 434px;
  height: 617px;
  border-radius: 40px;
  padding: 40px 20px 17px 30px;
  margin-left: 5px;
}
@media (max-width: 1279px) {
  .about__text__third {
    width: 341px;
    height: 260px;
    padding: 0;
    border-radius: 21px;
    padding: 10px 0 0 10px;
  }
}
.about__text__third__title {
  width: 222px;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 40px;
  margin-bottom: 11px;
}
@media (max-width: 1279px) {
  .about__text__third__title {
    font-size: 25px;
    width: 244px;
  }
}
.about__text__third__text {
  color: #181818;
  opacity: 0.5;
  font-size: 22px;
  margin-bottom: 47px;
  width: 371px;
  line-height: 1.19;
}
@media (max-width: 1279px) {
  .about__text__third__text {
    font-size: 14px;
    width: 310px;
    margin-bottom: 15px;
  }
}

.btn__first {
  width: 194px;
  height: 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .btn__first {
    width: 141px;
    height: 26px;
    padding: 0 5px;
  }
}
.btn__first__hoverImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/btnbig.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}
@media (max-width: 1279px) {
  .btn__first__hoverImage {
    width: 141px;
    height: 26px;
  }
}
.btn__first:hover .btn__first__hoverImage {
  opacity: 0;
}
.btn__first::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/btnbigactive.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 1279px) {
  .btn__first::after {
    width: 141px;
    height: 26px;
  }
}
.btn__first:hover::after {
  opacity: 1;
}
.btn__first__button {
  width: 194px;
  height: 40px;
  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;
  background-color: transparent;
  border: transparent;
  color: #cec1ad;
  text-transform: uppercase;
  font-family: "PIXY";
  font-size: 22px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .btn__first__button {
    width: 131px;
    height: 24px;
    font-size: 16px;
  }
}
.btn__first__button:hover {
  color: #cc5e45;
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
}
@media (max-width: 1279px) {
  .btn__first__button:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

.second__color {
  color: #181818;
}

.second__hoverImage {
  background-image: url("../images/btnbigsecond.svg");
}

.third {
  width: 235px;
  height: 48px;
}
@media (max-width: 1279px) {
  .third {
    width: 136px;
    height: 26px;
  }
}
.third__button {
  width: 235px;
  height: 48px;
  color: #181818;
}
@media (max-width: 1279px) {
  .third__button {
    width: 131px;
    height: 24px;
  }
}
.third__hoverImage {
  background-image: url("../images/btnbigthird.svg");
}
.third__button:hover {
  color: #cec1ad;
}
.third::after {
  background-image: url("../images/btnbigactivethird.svg");
}

.constructor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #181818;
  border-bottom: 1px solid #181818;
  width: 100%;
  margin-top: 135px;
}
@media (max-width: 1279px) {
  .constructor {
    width: 420px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 77px;
  }
}
.constructor__image {
  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;
  border-right: 1px solid #181818;
  padding: 45px 135px;
}
.constructor__image > img {
  margin-right: 15px;
}
@media (max-width: 1279px) {
  .constructor__image > img {
    width: 210px;
    height: 290px;
  }
}
@media (max-width: 1279px) {
  .constructor__image {
    border-right: none;
    border-bottom: 1px solid #181818;
    width: 100%;
    padding: 18px 0 22px 13px;
  }
}
.constructor__sliderWrap {
  position: relative;
  padding-right: 111px;
}
@media (max-width: 1279px) {
  .constructor__sliderWrap {
    padding-right: 0;
  }
}

.comments {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 24px;
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
  padding: 32px;
  border-bottom: 1px solid #000000;
  margin-bottom: 30px;
}
@media (max-width: 1279px) {
  .comments {
    width: 420px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 17px;
    -webkit-column-gap: 19px;
       -moz-column-gap: 19px;
            column-gap: 19px;
    padding: 47px 0 54px 0px;
    border-bottom: none;
  }
}

.feedbackForm {
  background-image: url("../images/feedbackBgi.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 150px 0;
  width: 487px;
  height: 352px;
  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;
}
@media (max-width: 1279px) {
  .feedbackForm {
    background-image: url("../images/mobileFeedbackBgi.png");
    width: 346px;
    height: 290px;
  }
}
.feedbackForm__form {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 273px;
  height: 169px;
  color: #8e8e8e;
}
@media (max-width: 1279px) {
  .feedbackForm__form {
    width: 230px;
    height: 150px;
  }
}
.feedbackForm__form__inputContainer {
  border-bottom: 1px solid #8e8e8e;
  padding-bottom: 4px;
}
.feedbackForm__form__inputContainer > span {
  margin-right: 5px;
  color: #cc5e45;
}
.feedbackForm__form__inputContainer > input {
  background-color: transparent;
  color: #8e8e8e;
}
@media (max-width: 1279px) {
  .feedbackForm__form__inputContainer > input {
    font-size: 11px;
  }
}
.feedbackForm__form__inputContainer > input::-webkit-input-placeholder {
  font-size: 16px;
  color: #8e8e8e;
}
.feedbackForm__form__inputContainer > input::-moz-placeholder {
  font-size: 16px;
  color: #8e8e8e;
}
.feedbackForm__form__inputContainer > input:-ms-input-placeholder {
  font-size: 16px;
  color: #8e8e8e;
}
.feedbackForm__form__inputContainer > input::-ms-input-placeholder {
  font-size: 16px;
  color: #8e8e8e;
}
.feedbackForm__form__inputContainer > input::placeholder {
  font-size: 16px;
  color: #8e8e8e;
}
@media (max-width: 1279px) {
  .feedbackForm__form__inputContainer > input::-webkit-input-placeholder {
    font-size: 11px;
  }
  .feedbackForm__form__inputContainer > input::-moz-placeholder {
    font-size: 11px;
  }
  .feedbackForm__form__inputContainer > input:-ms-input-placeholder {
    font-size: 11px;
  }
  .feedbackForm__form__inputContainer > input::-ms-input-placeholder {
    font-size: 11px;
  }
  .feedbackForm__form__inputContainer > input::placeholder {
    font-size: 11px;
  }
}
.feedbackForm__form > button {
  color: #cec1ad;
  width: 194px;
  height: 40px;
  font-size: 22px;
  font-family: "PIXY";
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border: none;
  background-color: transparent;
  background-image: url("../images/listItemBtn.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1279px) {
  .feedbackForm__form > button {
    width: 156px;
    height: 31px;
    font-size: 20px;
    background-size: 156px 31px;
    margin-bottom: 5px;
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 5;
  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;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#popup-overlay.show {
  opacity: 1;
  visibility: visible;
}

.popup-overlay16 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 5;
  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;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#popup-overlay16.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1279px) {
  .closeButtonDesc {
    display: none;
  }
}

.closeButtonMobile {
  display: none;
}
@media (max-width: 1279px) {
  .closeButtonMobile {
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 20;
  }
}

.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup {
  width: 1089px;
  height: 700px;
  background-color: #cec1ad;
  color: #181818;
  z-index: 6;
  opacity: 1;
  padding: 16px 18px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1279px) {
  .popup {
    padding: 6px 6px 0 0;
    max-width: 95vw;
    max-height: 95vh;
    border-radius: 13px;
  }
}
.popup__button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: transparent;
}
.popup__slider {
  margin-top: 36px;
  text-align: center;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1279px) {
  .popup__slider {
    margin-top: 0;
  }
}
.popup__slider__oldPrice {
  margin-top: 60px;
  font-size: 30px;
  text-decoration: line-through;
}
@media (max-width: 1279px) {
  .popup__slider__oldPrice {
    font-size: 15px;
    margin-top: 7px;
    margin-left: 15px;
  }
}
.popup__slider__newPrice {
  margin-top: 3px;
  font-size: 35px;
  border-radius: 6px;
  background: #cc5e45;
  padding: 5px 40px;
}
@media (max-width: 1279px) {
  .popup__slider__newPrice {
    font-size: 20px;
    margin-left: 7px;
    padding: 6px 20px 6px 34px;
  }
}
.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1279px) {
  .popup__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.popup__content__wrap {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 44px;
}
@media (max-width: 1279px) {
  .popup__content__wrap {
    margin-top: 15px;
    margin-left: 0px;
  }
}
.popup__content__text {
  margin-top: 29px;
  max-width: 519px;
  font-size: 20px;
  line-height: 1.1;
}
@media (max-width: 1279px) {
  .popup__content__text {
    margin-top: 15px;
    max-width: 320px;
    font-size: 10px;
  }
}
.popup__content__logo img {
  width: 263px;
  height: 123px;
}
@media (max-width: 1279px) {
  .popup__content__logo img {
    width: 102px;
    height: 37px;
  }
}

.btn__popup {
  width: 272px;
  height: 52px;
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}
@media (max-width: 1279px) {
  .btn__popup {
    margin: 7px 0;
    width: 194px;
    height: 40px;
  }
}
.btn__popup__hoverImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/popupBtn.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
  z-index: 6;
}
.btn__popup:hover .btn__popup__hoverImage {
  opacity: 0;
}
.btn__popup::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/btnbigactive.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
  z-index: 0;
}
.btn__popup:hover::after {
  opacity: 1;
}
.btn__popup__button {
  margin: 5px 0 0 5px;
  width: 262px;
  height: 80px;
  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;
  background: #cc5e45;
  border: transparent;
  color: #181818;
  text-transform: uppercase;
  font-family: "PIXY";
  font-size: 35px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .btn__popup__button {
    margin: 5px 0 0 3px;
    width: 188px;
    height: 25px;
    font-size: 18px;
  }
}
.btn__popup__button:hover {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
}

.instructions {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -4px;
  position: relative;
  width: 100%;
}
.instructions__input {
  font-size: 13px;
  background-color: transparent;
  width: 500px;
}
@media (max-width: 1279px) {
  .instructions__input {
    width: 361px;
  }
}
.instructions__input__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 608px;
  border: 1px solid #181818;
  background-color: #cec1ad;
  border-radius: 12px 12px 0 0;
  padding: 8px 13px 8px 17px;
}
@media (max-width: 1279px) {
  .instructions__input__wrap {
    margin-top: 8px;
    width: 361px;
    border-radius: 12px;
  }
}
.instructions__input__wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1279px) {
  .instructions__input__wrap > div {
    width: 300px;
  }
}
.instructions__input__icon {
  margin-right: 10px;
}
.instructions__input__iconDropdown {
  margin-top: 5px;
}
.instructions__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 1279px) {
  .instructions__card {
    margin-top: 31px;
  }
}
.instructions__card__category {
  background-color: #cc5e45;
  font-family: "Pixy";
  font-size: 40px;
  text-transform: uppercase;
  padding: 3px 0 4px 32px;
}
@media (max-width: 1279px) {
  .instructions__card__category {
    font-size: 25px;
    padding: 10px 0 10px 16px;
  }
}
.instructions__card__cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 63px;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  margin: 30px 0 110px 0;
}
@media (max-width: 1279px) {
  .instructions__card__cards-container {
    margin: 45px 0 59px 0;
    row-gap: 45px;
  }
}
.instructions__card__cardItem {
  padding: 15px;
  width: 343px;
  height: 249px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/cardSmallBorder.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.instructions__card__cardItem > p {
  font-size: 30px;
  padding: 35px 0 30px 0;
}
@media (max-width: 1279px) {
  .instructions__card__cardItem > p {
    font-size: 27px;
  }
}
.instructions__card__instructionBtn, .instructions__card__videoInstructionBtn {
  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;
  width: 232px;
  height: 40px;
  color: #181818;
  font-family: "PIXY";
  font-size: 22px;
  background-image: url("../images/cardBtnBorder.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition: background-image 0.3 ease;
  transition: background-image 0.3 ease;
  -webkit-transition: scale 0.3 ease;
  transition: scale 0.3 ease;
  margin-bottom: 12px;
}
.instructions__card__instructionBtn:hover, .instructions__card__videoInstructionBtn:hover {
  color: #cc5e45;
  background-image: url("../images/cardBtnBorderActive.svg");
}
.instructions__card__instructionBtn > span:hover, .instructions__card__videoInstructionBtn > span:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.instructions__card__videoInstructionBtn > span:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

#card4.instructions__card__cardItem,
#card5.instructions__card__cardItem,
#card9.instructions__card__cardItem,
#card10.instructions__card__cardItem {
  text-align: center;
  width: 525px;
  background-image: url("../images/cardBigborder.svg");
}
@media (max-width: 1279px) {
  #card4.instructions__card__cardItem,
  #card5.instructions__card__cardItem,
  #card9.instructions__card__cardItem,
  #card10.instructions__card__cardItem {
    width: 343px;
    background-image: url("../images/cardSmallBorder.svg");
  }
}

@media (max-width: 1279px) {
  #card5.instructions__card__cardItem {
    height: 290px;
    background-size: contain;
    background-image: url("../images/mobileInstructionsBigBorder.svg");
  }
}

@media (max-width: 1279px) {
  #card9.instructions__card__cardItem > p {
    max-width: 288px;
  }
}

#card4.instructions__card__cardItem,
#card9.instructions__card__cardItem {
  margin-right: 60px;
}
@media (max-width: 1279px) {
  #card4.instructions__card__cardItem,
  #card9.instructions__card__cardItem {
    margin-right: 0;
  }
}

#card5.instructions__card__cardItem > p {
  padding: 17px 0;
}
@media (max-width: 1279px) {
  #card5.instructions__card__cardItem > p {
    padding: 17px 0 34px 0;
  }
}

#cardsContainer16 {
  margin: 65px 0 50px 0;
}

@media (max-width: 1279px) {
  #card9.instructions__card__cardItem > p,
  #card10.instructions__card__cardItem > p {
    padding: 15px 0 20px 0;
  }
}

#cardsContainer8 {
  margin: 45px 0 67px 0;
}

.dropdown {
  border: 1px solid #181818;
  border-top: none;
  border-radius: 0 0 12px 12px;
  display: none;
  background-color: #cec1ad;
  position: absolute;
  top: 38px;
  width: 608px;
  max-height: 256px;
  overflow-y: auto;
  z-index: 10;
}
@media (max-width: 1279px) {
  .dropdown {
    width: 361px;
    top: 36px;
  }
}

.dropdown-item {
  padding: 8px;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: #cc5e45;
}

.none {
  height: 249px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 525px;
  background-image: url("../images/cardBigBorder.svg");
  font-family: "PIXY";
  text-transform: uppercase;
  font-size: 40px;
}
@media (max-width: 1279px) {
  .none {
    width: 343px;
    background-image: url("../images/cardSmallBorder.svg");
    font-size: 27px;
  }
}

[data-burger] {
  display: none;
}

@media (max-width: 1279px) {
  [data-burger] {
    display: inline-block;
    position: relative;
    top: 0.3571428571rem;
    left: 0.3571428571rem;
    width: 30px;
    height: 24px;
    z-index: 1002;
  }
  [data-burger]::before, [data-burger]::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.2857142857rem;
    border-radius: 0.2857142857rem;
    background-color: var(--burger-color, #006363);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  [data-burger] span {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0.2857142857rem;
    border-radius: 0.2857142857rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: var(--burger-color, #006363);
  }
  [data-burger]::before {
    top: 0;
  }
  [data-burger]::after {
    bottom: 0;
  }
  [data-burger].active::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    top: 50%;
  }
  [data-burger].active::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    top: 50%;
  }
  [data-burger].active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  [data-menu] {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: auto;
    visibility: hidden;
    -webkit-transition: top 0.3s ease 0s, visibility 0.3s ease 0s;
    transition: top 0.3s ease 0s, visibility 0.3s ease 0s;
    z-index: 1001;
    color: var(--menu-text-color, #006363);
    background-color: var(--burger-menu-bg, #2ba9c0);
  }
  [data-menu] a {
    color: inherit;
  }
  [data-menu].active {
    top: 0;
    visibility: visible;
  }
  [data-menu-list] > * {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.menu {
  margin: 30px 0 38px 0;
}
.menu__body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
}
@media (max-width: 1279px) {
  .menu__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menu__item {
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.menu__item:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.menu__item > a {
  color: #181818;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.menu__item > a:hover {
  color: #cc5e45;
}

.diorama {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("../images/dioramaBgi.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 1216px;
  height: 622px;
  border-radius: 25px;
  color: #cec1ad;
  padding-top: 28px;
  position: relative;
  -webkit-box-shadow: 0px 28px 35px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 28px 35px 6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1279px) {
  .diorama {
    background-image: url("../images/movileDioramaBgi.png");
    background-size: 380px 694px;
    width: 430px;
    height: 694px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
}
.diorama__title {
  font-family: "PIXY";
  font-size: 31px;
  width: 431px;
  text-align: center;
  margin-left: 280px;
}
.diorama__title__br {
  display: none;
}
@media (max-width: 1279px) {
  .diorama__title__br {
    display: inline;
  }
}
@media (max-width: 1279px) {
  .diorama__title {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    font-size: 17px;
    width: 163px;
    margin-left: 0px;
    margin-right: 69px;
    margin-top: 55px;
    line-height: 88%;
  }
}
.diorama__wrap {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  max-width: 430px;
  margin-top: 43px;
  margin-right: 98px;
}
@media (max-width: 1279px) {
  .diorama__wrap {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    max-width: 361px;
    margin-top: 210px;
    margin-right: 40px;
  }
}
.diorama__wrap__name {
  font-size: 44px;
  text-transform: uppercase;
  color: #cc5e45;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
  line-height: 88%;
}
@media (max-width: 1279px) {
  .diorama__wrap__name {
    font-size: 25px;
    margin-bottom: 3px;
  }
}
.diorama__wrap__text {
  font-size: 25px;
  line-height: 88%;
}
@media (max-width: 1279px) {
  .diorama__wrap__text {
    font-size: 15px;
    width: 249px;
  }
}
.diorama__wrap__buttons {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0 0 40px;
  gap: 24px;
}
@media (max-width: 1279px) {
  .diorama__wrap__buttons {
    margin: 50px 0 0 0px;
    gap: 11px;
  }
}
.diorama__footer {
  border-top: solid 1px black;
  position: absolute;
  left: -40px;
  bottom: -174px;
  width: 1290px;
}
@media (max-width: 1279px) {
  .diorama__footer {
    left: 0px;
    bottom: -81px;
    width: 420px;
  }
}
.diorama__footer__text {
  font-size: 50px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-left: 36px;
  color: #181818;
}
@media (max-width: 1279px) {
  .diorama__footer__text {
    font-size: 19px;
    margin-top: 14px;
    margin-left: 16px;
  }
}

.diorama__wrap__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
}
@media (max-width: 1279px) {
  .diorama__wrap__items {
    margin-top: 32px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active), (min-width: 0\0 ) {
  body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
}
/*# sourceMappingURL=style.min.css.map */