/*
Theme Name: morfika
Author: Wojtek Gil
Version: 1.0
*/
.not-found {
  align-items: center;
  background-color: #ff5c00;
  color: #fff;
  display: flex;
  justify-content: center;
  width: 100%;
}
.not-found-content {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0 49px;
}
@media all and (max-width: 800px) {
  .not-found-content {
    flex-direction: column;
    gap: 40px 0;
  }
}
@media all and (max-width: 980px) {
  .not-found-content-img img {
    width: 200px;
  }
}
.not-found-content-text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 800px) {
  .not-found-content-text {
    align-items: center;
    text-align: center;
  }
}
.not-found-content-text h1 {
  font-size: 80px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.125;
  margin-bottom: 10px;
}
.not-found-content-text h2 {
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.29167;
  margin-bottom: 41px;
}

.about {
  overflow: hidden;
  width: 100%;
}
.about-content {
  align-items: stretch;
  display: flex;
  flex-direction: row;
}
@media all and (max-width: 800px) {
  .about-content {
    flex-direction: column;
  }
}
.about-left {
  background-color: #f5f5f5;
  flex: 0 0 34%;
  position: relative;
  width: 34%;
}
@media all and (max-width: 1342px) {
  .about-left {
    padding-right: 60px;
  }
}
@media all and (max-width: 980px) {
  .about-left {
    padding-right: 40px;
  }
}
@media all and (max-width: 800px) {
  .about-left {
    display: flex;
    flex-direction: row;
    flex: 0 0 100%;
    gap: 0 60px;
    justify-content: center;
    width: 100%;
  }
}
@media all and (max-width: 660px) {
  .about-left {
    gap: 0 40px;
  }
}
@media all and (max-width: 500px) {
  .about-left {
    align-items: center;
    flex-direction: column;
    padding: 30px 0;
  }
}
.about-left::before {
  background-color: #f5f5f5;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: calc((100vw - 1392px) / 2);
}
@media all and (max-width: 1542px) {
  .about-left::before {
    width: calc((100vw - 1202px) / 2);
  }
}
@media all and (max-width: 1342px) {
  .about-left::before {
    width: calc((100vw - 1002px) / 2);
  }
}
@media all and (max-width: 1100px) {
  .about-left::before {
    width: calc((100vw - 900px) / 2);
  }
}
@media all and (max-width: 980px) {
  .about-left::before {
    width: calc((100vw - 800px) / 2);
  }
}
@media all and (max-width: 880px) {
  .about-left::before {
    width: calc((100vw - 760px) / 2);
  }
}
@media all and (max-width: 800px) {
  .about-left::before {
    width: 19px;
  }
}
.about-left::after {
  background-color: #f5f5f5;
  content: "";
  display: block;
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 0;
}
@media all and (max-width: 800px) {
  .about-left::after {
    width: 19px;
  }
}
.about-left-photo {
  margin-bottom: 88px;
  padding-top: 86px;
  position: relative;
}
@media all and (max-width: 1342px) {
  .about-left-photo {
    margin-bottom: 60px;
    padding-top: 60px;
  }
}
@media all and (max-width: 980px) {
  .about-left-photo {
    margin-bottom: 40px;
    padding-top: 40px;
  }
}
@media all and (max-width: 800px) {
  .about-left-photo {
    flex-shrink: 0;
    margin-bottom: 0;
    padding: 30px 0;
    width: 240px;
  }
}
@media all and (max-width: 660px) {
  .about-left-photo {
    width: 50%;
  }
}
@media all and (max-width: 540px) {
  .about-left-photo {
    width: 40%;
  }
}
@media all and (max-width: 500px) {
  .about-left-photo {
    margin-bottom: 30px;
    padding: 0;
  }
}
@media all and (max-width: 460px) {
  .about-left-photo {
    max-width: 200px;
    width: auto;
  }
}
.about-left-photo-icon {
  left: 200px;
  position: absolute;
  top: 69px;
}
@media all and (max-width: 1700px) {
  .about-left-photo-icon {
    left: 245px;
  }
}
@media all and (max-width: 1342px) {
  .about-left-photo-icon {
    left: 217px;
  }
}
@media all and (max-width: 1100px) {
  .about-left-photo-icon {
    left: 200px;
  }
}
@media all and (max-width: 880px) {
  .about-left-photo-icon {
    left: 160px;
    top: 50px;
  }
}
@media all and (max-width: 800px) {
  .about-left-photo-icon {
    left: 200px;
  }
}
@media all and (max-width: 660px) {
  .about-left-photo-icon {
    display: none !important;
  }
}
.about-left-photo > img {
  max-width: 321px;
  transform: translateX(-45px);
  width: 100%;
}
@media all and (max-width: 1700px) {
  .about-left-photo > img {
    transform: translateX(0);
  }
}
@media all and (max-width: 1342px) {
  .about-left-photo > img {
    width: 100%;
  }
}
@media all and (max-width: 800px) {
  .about-left-texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-wrap: balance;
  }
}
@media all and (max-width: 500px) {
  .about-left-texts {
    flex-direction: row;
    gap: 0;
  }
}
@media all and (max-width: 460px) {
  .about-left-texts {
    flex-direction: column;
    gap: 30px 0;
  }
}
.about-left-text {
  margin-bottom: 80px;
  position: relative;
}
@media all and (max-width: 980px) {
  .about-left-text {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 660px) {
  .about-left-text {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 500px) {
  .about-left-text {
    flex: 1;
    margin-bottom: 0;
  }
}
.about-left-text::before {
  background-image: url("img/decor/about-decor.svg");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  left: -45px;
  height: 80px;
  position: absolute;
  top: -27px;
  width: 71px;
  z-index: 1;
}
@media all and (max-width: 1700px) {
  .about-left-text::before {
    left: 0;
  }
}
@media all and (max-width: 980px) {
  .about-left-text::before {
    height: 60px;
    width: 53px;
  }
}
@media all and (max-width: 660px) {
  .about-left-text::before {
    height: 40px;
    left: 10px;
    top: -17px;
    width: 35px;
  }
}
.about-left-text:last-of-type {
  margin-bottom: 0;
}
.about-left-text p {
  color: #1f1c1c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.155;
  margin-left: -14px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1700px) {
  .about-left-text p {
    margin-left: 31px;
  }
}
@media all and (max-width: 1100px) {
  .about-left-text p {
    font-size: 16px;
  }
}
@media all and (max-width: 500px) {
  .about-left-text p {
    margin-left: 25px;
  }
}
.about-right {
  color: #1f1c1c;
  padding: 106px 0 144px 103px;
  position: relative;
}
@media all and (max-width: 1342px) {
  .about-right {
    padding: 60px 0 90px 60px;
  }
}
@media all and (max-width: 980px) {
  .about-right {
    padding: 40px 0 60px 40px;
  }
}
@media all and (max-width: 800px) {
  .about-right {
    padding: 40px 0;
  }
}
.about-right-decor {
  bottom: -159px;
  opacity: 0.2;
  position: absolute;
  right: -121px;
  z-index: 1;
}
.about-right-decor img {
  height: auto;
  width: 503px;
}
.about-right-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  position: relative;
  z-index: 2;
}
.about-right-bottom .about-right-bottom-cv > p,
.about-right-bottom .about-right-bottom-portfolio > p {
  font-family: "Source Sans 3", sans-serif;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4444;
  margin-bottom: 2px;
}
@media all and (max-width: 1100px) {
  .about-right-bottom .about-right-bottom-cv > p,
  .about-right-bottom .about-right-bottom-portfolio > p {
    line-height: 1.4;
    margin-bottom: 0;
  }
}
.about-right-bottom .about-right-bottom-cv > a,
.about-right-bottom .about-right-bottom-portfolio > a {
  color: #1f1c1c;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 2;
  text-decoration-line: underline;
  word-wrap: break-word;
}
.about-right-bottom .about-right-bottom-cv > a:hover,
.about-right-bottom .about-right-bottom-portfolio > a:hover {
  color: #2958ff;
}
.about-right-social {
  display: flex;
  flex-direction: row;
  gap: 0 30px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 600px) {
  .about-right-social {
    gap: 0 20px;
  }
}
.about-right-social a {
  background-color: rgba(255, 92, 0, 0);
  border-radius: 50%;
  display: block;
  transition: background-color 0.3s ease-in-out;
}
.about-right-social a:hover {
  background-color: rgba(255, 92, 0, 0.2);
}
.about-right-partners {
  display: flex;
  flex-direction: column;
  gap: 40px 20px;
  margin-top: 100px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1100px) {
  .about-right-partners {
    gap: 30px 20px;
    margin-top: 60px;
  }
}
@media all and (max-width: 800px) {
  .about-right-partners {
    gap: 20px;
    margin-top: 40px;
  }
}
.about-right-partners-links {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px 84px;
}
@media all and (max-width: 1342px) {
  .about-right-partners-links {
    gap: 24px 60px;
  }
}
@media all and (max-width: 800px) {
  .about-right-partners-links {
    gap: 24px 40px;
  }
}
.about-right-partners-links a {
  flex-shrink: 0;
}
.about-right-partners-links a img {
  max-height: 81px;
  width: auto;
}
.about-right-partners h3 {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 1;
}
@media all and (max-width: 1100px) {
  .about-right-partners h3 {
    font-size: 48px;
  }
}
@media all and (max-width: 980px) {
  .about-right-partners h3 {
    font-size: 42px;
  }
}
@media all and (max-width: 600px) {
  .about-right-partners h3 {
    font-size: 36px;
  }
}
@media all and (max-width: 460px) {
  .about-right-partners h3 {
    font-size: 28px;
  }
}
.about-right h1 {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 1;
  margin-bottom: 40px;
}
@media all and (max-width: 1100px) {
  .about-right h1 {
    font-size: 48px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 980px) {
  .about-right h1 {
    font-size: 42px;
  }
}
@media all and (max-width: 600px) {
  .about-right h1 {
    font-size: 36px;
  }
}
@media all and (max-width: 460px) {
  .about-right h1 {
    font-size: 28px;
  }
}
.about-right h2 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.3333;
  margin-bottom: 20px;
}
@media all and (max-width: 1100px) {
  .about-right h2 {
    margin-bottom: 16px;
  }
}
@media all and (max-width: 800px) {
  .about-right h2 {
    font-size: 22px;
  }
}
.about-right p {
  font-family: "Source Sans 3", sans-serif;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.4444;
  margin-bottom: 40px;
}
@media all and (max-width: 1100px) {
  .about-right p {
    margin-bottom: 30px;
  }
}
.about-right a {
  color: #1f1c1c;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
.about-right a:hover {
  color: #2958ff;
}

.app {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow-x: hidden;
  padding-top: 120px;
}
@media all and (max-width: 800px) {
  .app {
    padding-top: 60px;
  }
}
.app .content {
  width: 100%;
}
.app .content.full-height {
  display: flex;
  min-height: calc(100vh - 120px - 130px);
}
@media all and (max-width: 880px) {
  .app .content.full-height {
    min-height: calc(100vh - 120px - 158px);
  }
}
@media all and (max-width: 800px) {
  .app .content.full-height {
    min-height: calc(100vh - 60px - 158px);
  }
}
@media all and (max-width: 720px) {
  .app .content.full-height {
    min-height: calc(100vh - 60px - 282px);
  }
}
.app .content.full-height > section {
  min-height: 100%;
  padding: 40px 0;
}
.app .content.full-height-wo-footer {
  display: flex;
  min-height: calc(100vh - 120px);
}
@media all and (max-width: 880px) {
  .app .content.full-height-wo-footer {
    min-height: calc(100vh - 120px);
  }
}
@media all and (max-width: 800px) {
  .app .content.full-height-wo-footer {
    min-height: calc(100vh - 60px);
  }
}
@media all and (max-width: 720px) {
  .app .content.full-height-wo-footer {
    min-height: calc(100vh - 60px);
  }
}
.app .content.full-height-wo-footer > section {
  min-height: 100%;
  padding: 40px 0;
}
.app .content .js-gallery-big-wrapper {
  cursor: pointer;
}
.app .content .js-gallery-big-wrapper a {
  display: none;
  pointer-events: none;
}
.app .content .js-gallery-big-wrapper a.active {
  display: block;
}

.btn {
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  display: inline-flex;
  font-family: "Prompt", sans-serif;
  font-size: 24px;
  font-weight: 500;
  gap: 0 16px;
  height: 64px;
  outline: none !important;
  padding: 0 32px;
  text-align: left;
  text-decoration: none;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.btn-more {
  align-items: center;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: inline-flex;
  height: 100px !important;
  justify-content: center;
  text-align: center;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  width: 100px !important;
}
.btn-more:hover {
  transform: scale(1.1);
}
.btn-more.dark {
  border-color: #312309;
}
.btn-more.dark span {
  color: #312309;
  font-family: "Prompt", sans-serif;
}
.btn-more.white {
  border-color: #fffcef;
}
.btn-more.white span {
  color: #fffcef;
}
.btn-more span {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-outline {
  appearance: none;
  background-color: rgba(212, 208, 200, 0);
  border-radius: 30px;
  border: 1px solid #fffcef;
  color: #fffcef;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  letter-spacing: 1px;
  line-height: 1;
  padding: 12px 20px;
  transition: background-color 0.3s ease-in-out;
}
.btn-outline:hover {
  background-color: rgba(212, 208, 200, 0.15);
}
.btn-outline.btn-dark {
  border-color: #1f1c1c;
  color: #1f1c1c;
}
.btn-outline.btn-with-icon {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  gap: 0 8px;
}
.btn-outline.btn-with-icon.revert img {
  transform: scale(-1, 1);
}
.btn-outline.btn-with-icon.arrow img {
  height: 10px;
}
.btn-outline.btn-with-icon img {
  height: 19px;
}
.btn-outline.btn-with-icon span {
  line-height: 1;
  transform: translateY(1px);
}

button {
  appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  display: block;
}

.collection {
  width: 100%;
}
.collection-icon-decor {
  position: absolute;
  z-index: 2;
}
@media all and (max-width: 600px) {
  .collection-icon-decor {
    display: none !important;
  }
}
.collection-icon-decor-1 {
  left: 20.5%;
  bottom: 15px;
}
.collection-icon-decor-2 {
  left: 7.5%;
  top: 20px;
}
.collection-icon-decor-3 {
  bottom: 88px;
  left: 59%;
}
.collection-icon-decor-4 {
  top: -22px;
  right: 29%;
}
.collection-icon-decor-5 {
  right: 7%;
  top: 125px;
}
.collection-top {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fffcef;
  height: 319px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media all and (max-width: 1100px) {
  .collection-top {
    height: 280px;
  }
}
@media all and (max-width: 600px) {
  .collection-top {
    height: auto;
  }
}
.collection-top::after {
  background-color: rgba(31, 28, 28, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collection-top-text, .collection-top-buttons {
  position: relative;
  z-index: 3;
}
.collection-top-text {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}
@media all and (max-width: 1100px) {
  .collection-top-text {
    gap: 16px 0;
  }
}
.collection-top-text p {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1;
}
@media all and (max-width: 1100px) {
  .collection-top-text p {
    font-size: 24px;
  }
}
@media all and (max-width: 980px) {
  .collection-top-text p {
    font-size: 22px;
  }
}
@media all and (max-width: 600px) {
  .collection-top-text p {
    font-size: 20px;
  }
}
@media all and (max-width: 460px) {
  .collection-top-text p {
    font-size: 16px;
  }
}
.collection-top-text h1 {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1;
}
@media all and (max-width: 1100px) {
  .collection-top-text h1 {
    font-size: 48px;
  }
}
@media all and (max-width: 980px) {
  .collection-top-text h1 {
    font-size: 42px;
  }
}
@media all and (max-width: 600px) {
  .collection-top-text h1 {
    font-size: 36px;
  }
}
@media all and (max-width: 460px) {
  .collection-top-text h1 {
    font-size: 28px;
    word-wrap: break-word;
  }
}
.collection-top-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: auto;
  width: 100%;
}
@media all and (max-width: 600px) {
  .collection-top-buttons {
    align-items: center;
    flex-direction: column;
    gap: 20px 0;
    margin-top: 40px;
  }
}
.collection-top-buttons a.back {
  margin-right: auto;
}
.collection-top-buttons a.next {
  margin-left: auto;
}
@media all and (max-width: 600px) {
  .collection-top-buttons a.next {
    margin-left: unset;
  }
}
.collection-top .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 77px 0 40px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1100px) {
  .collection-top .container {
    padding: 70px 0 40px;
  }
}
.collection-content {
  padding: 77px 0 120px;
}
@media all and (max-width: 1100px) {
  .collection-content {
    padding: 77px 0 77px;
  }
}
@media all and (max-width: 980px) {
  .collection-content {
    padding: 60px 0;
  }
}
@media all and (max-width: 600px) {
  .collection-content {
    padding: 40px 0;
  }
}
@media all and (max-width: 400px) {
  .collection-content {
    padding: 34px 0;
  }
}
.collection-content-grid p {
  color: #1f1c1c;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.333;
  margin-bottom: 40px;
}
.collection-content-text {
  margin-bottom: 70px;
}
@media all and (max-width: 980px) {
  .collection-content-text {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 600px) {
  .collection-content-text {
    margin-bottom: 37px;
  }
}

@keyframes circle-1 {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-15px, -15px);
  }
  40% {
    transform: translate(-15px, 15px);
  }
  60% {
    transform: translate(15px, 15px);
  }
  80% {
    transform: translate(15px, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes circle-1-rwd {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-7px, -7px);
  }
  40% {
    transform: translate(-7px, 7px);
  }
  60% {
    transform: translate(7px, 7px);
  }
  80% {
    transform: translate(7px, -7px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes circle-2 {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(20px, 20px);
  }
  40% {
    transform: translate(20px, -20px);
  }
  60% {
    transform: translate(-20px, -20px);
  }
  80% {
    transform: translate(-20px, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes circle-2-rwd {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(10px, 10px);
  }
  40% {
    transform: translate(10px, -10px);
  }
  60% {
    transform: translate(-10px, -10px);
  }
  80% {
    transform: translate(-10px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.collection-list {
  width: 100%;
}
.collection-list-top {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fffcef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px 0;
  height: 319px;
  position: relative;
}
@media all and (max-width: 1342px) {
  .collection-list-top {
    gap: 25px 0;
  }
}
@media all and (max-width: 1100px) {
  .collection-list-top {
    gap: 16px 0;
    height: 280px;
  }
}
@media all and (max-width: 600px) {
  .collection-list-top {
    height: auto;
    padding: 70px 0 40px;
  }
}
.collection-list-top::after {
  background-color: rgba(31, 28, 28, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collection-list-top > * {
  position: relative;
  z-index: 2;
}
.collection-list-top p {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1;
}
@media all and (max-width: 1100px) {
  .collection-list-top p {
    font-size: 24px;
  }
}
@media all and (max-width: 980px) {
  .collection-list-top p {
    font-size: 22px;
  }
}
@media all and (max-width: 600px) {
  .collection-list-top p {
    font-size: 20px;
  }
}
@media all and (max-width: 460px) {
  .collection-list-top p {
    font-size: 16px;
  }
}
.collection-list-top h1 {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1;
  padding: 0 10px;
  text-align: center;
  width: 100%;
}
@media all and (max-width: 1100px) {
  .collection-list-top h1 {
    font-size: 48px;
  }
}
@media all and (max-width: 980px) {
  .collection-list-top h1 {
    font-size: 42px;
  }
}
@media all and (max-width: 600px) {
  .collection-list-top h1 {
    font-size: 36px;
  }
}
@media all and (max-width: 460px) {
  .collection-list-top h1 {
    font-size: 28px;
    word-wrap: break-word;
  }
}
.collection-list-single {
  background-color: #f5f5f5;
  padding: 70px 100px;
}
@media all and (max-width: 980px) {
  .collection-list-single {
    padding: 60px 0;
  }
}
@media all and (max-width: 600px) {
  .collection-list-single {
    padding: 40px 0;
  }
}
@media all and (max-width: 400px) {
  .collection-list-single {
    padding: 34px 0;
  }
}

em.c-ceramics {
  color: #1f1c1c;
}
em.c-about {
  color: #ff5c00;
}
em.c-projects {
  color: #f5b02f;
}
em.c-events {
  color: #238757;
}
em.c-blog {
  color: #ff4286;
}
em.c-contact {
  color: #2958ff;
}

@media all and (max-width: 800px) {
  .nav-ceramics:hover {
    color: #1f1c1c;
  }
}
.nav-ceramics::after {
  background-color: #1f1c1c;
}
@media all and (max-width: 800px) {
  .nav-about:hover {
    color: #ff5c00;
  }
}
.nav-about::after {
  background-color: #ff5c00;
}
@media all and (max-width: 800px) {
  .nav-projects:hover {
    color: #f5b02f;
  }
}
.nav-projects::after {
  background-color: #f5b02f;
}
@media all and (max-width: 800px) {
  .nav-events:hover {
    color: #238757;
  }
}
.nav-events::after {
  background-color: #238757;
}
@media all and (max-width: 800px) {
  .nav-blog:hover {
    color: #ff4286;
  }
}
.nav-blog::after {
  background-color: #ff4286;
}
@media all and (max-width: 800px) {
  .nav-contact:hover {
    color: #2958ff;
  }
}
.nav-contact::after {
  background-color: #2958ff;
}

.icon-decor.c-ceramics {
  background-color: #1f1c1c;
}
.icon-decor.c-about {
  background-color: #ff5c00;
}
.icon-decor.c-projects {
  background-color: #f5b02f;
}
.icon-decor.c-events {
  background-color: #238757;
}
.icon-decor.c-blog {
  background-color: #ff4286;
}
.icon-decor.c-contact {
  background-color: #2958ff;
}

.grid-1-content-item-block:hover.c-ceramics span {
  background-color: #1f1c1c;
}
.grid-1-content-item-block:hover.c-about span {
  background-color: #ff5c00;
}
.grid-1-content-item-block:hover.c-projects span {
  background-color: #f5b02f;
}
.grid-1-content-item-block:hover.c-events span {
  background-color: #238757;
}
.grid-1-content-item-block:hover.c-blog span {
  background-color: #ff4286;
}
.grid-1-content-item-block:hover.c-contact span {
  background-color: #2958ff;
}

.grid-2-content-item.c-ceramics .grid-2-content-item-hover-bg {
  background-color: #1f1c1c;
}
.grid-2-content-item.c-about .grid-2-content-item-hover-bg {
  background-color: #ff5c00;
}
.grid-2-content-item.c-projects .grid-2-content-item-hover-bg {
  background-color: #f5b02f;
}
.grid-2-content-item.c-events .grid-2-content-item-hover-bg {
  background-color: #238757;
}
.grid-2-content-item.c-blog .grid-2-content-item-hover-bg {
  background-color: #ff4286;
}
.grid-2-content-item.c-contact .grid-2-content-item-hover-bg {
  background-color: #2958ff;
}

.grid-2-content-item-label.c-ceramics {
  background-color: #1f1c1c;
}
.grid-2-content-item-label.c-about {
  background-color: #ff5c00;
}
.grid-2-content-item-label.c-projects {
  background-color: #f5b02f;
}
.grid-2-content-item-label.c-events {
  background-color: #238757;
}
.grid-2-content-item-label.c-blog {
  background-color: #ff4286;
}
.grid-2-content-item-label.c-contact {
  background-color: #2958ff;
}

.single-content-img-label-text.c-ceramics {
  background-color: #1f1c1c;
}
.single-content-img-label-text.c-about {
  background-color: #ff5c00;
}
.single-content-img-label-text.c-projects {
  background-color: #f5b02f;
}
.single-content-img-label-text.c-events {
  background-color: #238757;
}
.single-content-img-label-text.c-blog {
  background-color: #ff4286;
}
.single-content-img-label-text.c-contact {
  background-color: #2958ff;
}

.single-aside-top.c-ceramics {
  border-bottom: 1px solid #1f1c1c;
}
.single-aside-top.c-about {
  border-bottom: 1px solid #ff5c00;
}
.single-aside-top.c-projects {
  border-bottom: 1px solid #f5b02f;
}
.single-aside-top.c-events {
  border-bottom: 1px solid #238757;
}
.single-aside-top.c-blog {
  border-bottom: 1px solid #ff4286;
}
.single-aside-top.c-contact {
  border-bottom: 1px solid #2958ff;
}

.single-aside-decor.c-ceramics {
  background-image: url("img/decor/dots-black.png");
}
.single-aside-decor.c-about {
  background-image: url("img/decor/dots-orange.png");
}
.single-aside-decor.c-projects {
  background-image: url("img/decor/dots-yellow-2.png");
}
.single-aside-decor.c-events {
  background-image: url("img/decor/dots-green-2.png");
}
.single-aside-decor.c-blog {
  background-image: url("img/decor/dots-pink.png");
}
.single-aside-decor.c-contact {
  background-image: url("img/decor/dots-blue.png");
}

.text-block-event-left-img-label.c-ceramics {
  background-color: #1f1c1c;
}
.text-block-event-left-img-label.c-about {
  background-color: #ff5c00;
}
.text-block-event-left-img-label.c-projects {
  background-color: #f5b02f;
}
.text-block-event-left-img-label.c-events {
  background-color: #238757;
}
.text-block-event-left-img-label.c-blog {
  background-color: #ff4286;
}
.text-block-event-left-img-label.c-contact {
  background-color: #2958ff;
}

.single-blog-post-more.c-ceramics svg {
  fill: #1f1c1c;
}
.single-blog-post-more.c-about svg {
  fill: #ff5c00;
}
.single-blog-post-more.c-projects svg {
  fill: #f5b02f;
}
.single-blog-post-more.c-events svg {
  fill: #238757;
}
.single-blog-post-more.c-blog svg {
  fill: #ff4286;
}
.single-blog-post-more.c-contact svg {
  fill: #2958ff;
}

.single-blog-post-img-hover-bg.c-ceramics {
  background-color: #1f1c1c;
}
.single-blog-post-img-hover-bg.c-about {
  background-color: #ff5c00;
}
.single-blog-post-img-hover-bg.c-projects {
  background-color: #f5b02f;
}
.single-blog-post-img-hover-bg.c-events {
  background-color: #238757;
}
.single-blog-post-img-hover-bg.c-blog {
  background-color: #ff4286;
}
.single-blog-post-img-hover-bg.c-contact {
  background-color: #2958ff;
}

.grid-1-content-item-text-img-hover-bg.c-ceramics {
  background-color: #1f1c1c;
}
.grid-1-content-item-text-img-hover-bg.c-about {
  background-color: #ff5c00;
}
.grid-1-content-item-text-img-hover-bg.c-projects {
  background-color: #f5b02f;
}
.grid-1-content-item-text-img-hover-bg.c-events {
  background-color: #238757;
}
.grid-1-content-item-text-img-hover-bg.c-blog {
  background-color: #ff4286;
}
.grid-1-content-item-text-img-hover-bg.c-contact {
  background-color: #2958ff;
}

.contact {
  background-color: #2958ff;
  color: #fffcef;
  position: relative;
  width: 100%;
}
.contact-img {
  align-items: center;
  background-image: url("img/contact-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: fill;
  display: flex;
  height: calc(100% + 1px);
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  width: 43.5vw;
}
@media all and (max-width: 800px) {
  .contact-img {
    display: none;
  }
}
.contact-img img {
  left: 50%;
  max-width: 90%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact-img img.contact-img-2 {
  animation: contact-img-2-animation 3s infinite;
  z-index: 2;
}
.contact-content {
  display: flex;
  flex-direction: row;
  height: 100%;
}
@media all and (max-width: 800px) {
  .contact-content {
    flex-direction: column;
    justify-content: center;
  }
}
.contact-content-left {
  flex: 0 0 43.5%;
  width: 43.5%;
}
@media all and (max-width: 800px) {
  .contact-content-left {
    display: none;
  }
}
.contact-content-right {
  display: flex;
  flex-direction: column;
  flex: 0 0 56.5%;
  justify-content: center;
  padding-left: 10px;
  width: 56.5%;
}
@media all and (max-width: 1700px) {
  .contact-content-right {
    padding-left: 20px;
  }
}
@media all and (max-width: 1200px) {
  .contact-content-right {
    padding-left: 30px;
  }
}
@media all and (max-width: 800px) {
  .contact-content-right {
    height: 100%;
    padding-left: 0;
    width: 100%;
  }
}
.contact-content-right-text {
  margin-bottom: 34px;
  max-width: 469px;
}
.contact-content-right-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}
.contact-content-right-contact {
  margin-bottom: 38px;
}
.contact-content-right-contact p {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.3;
  margin-bottom: 13px;
}
.contact-content-right-contact p:last-of-type {
  margin-bottom: 0;
}
.contact-content-right-contact p a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.contact-content-right-social {
  display: flex;
  flex-direction: row;
  gap: 0 39px;
}
.contact-content-right-social a {
  background-color: rgba(255, 92, 0, 0);
  border-radius: 50%;
  display: block;
  transition: background-color 0.3s ease-in-out;
}
.contact-content-right-social a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.contact-content-right h1 {
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 0.72;
  margin-bottom: 33px;
}
.contact .container {
  height: 100%;
}

@keyframes contact-img-2-animation {
  0% {
    visibility: hidden;
  }
  19.999% {
    visibility: hidden;
  }
  20% {
    visibility: visible;
  }
  25% {
    visibility: hidden;
  }
  30% {
    visibility: hidden;
  }
  35% {
    visibility: hidden;
  }
  40% {
    visibility: visible;
  }
  45% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
  }
}
.cookies {
  align-items: center;
  background: #3b3e40;
  box-shadow: 0px 2px 8px 0px rgba(46, 48, 50, 0.1), 0px 6px 16px 0px rgba(46, 48, 50, 0.15), 0px 10px 24px 0px rgba(46, 48, 50, 0.2);
  bottom: 39px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  position: fixed;
  right: 39px;
  max-width: 300px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  z-index: 9999;
}
@media all and (max-width: 400px) {
  .cookies {
    bottom: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
    padding: 20px;
    right: auto;
  }
}
.cookies.hidden {
  box-shadow: none;
  transform: translateX(340px);
}
@media all and (max-width: 400px) {
  .cookies.hidden {
    transform: translateX(100vw);
  }
}
.cookies img {
  height: 50px;
  margin-bottom: 15px;
  width: auto;
}
.cookies p {
  color: #fffcef;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3846;
  margin-bottom: 20px;
  text-align: center;
}

.icon-decor {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  flex-shrink: 0;
  height: 50px;
  justify-content: center;
  position: absolute !important;
  width: 50px;
}
@media all and (max-width: 1342px) {
  .icon-decor {
    height: 42px;
    width: 42px;
  }
}
.icon-decor.big {
  height: 70px;
  width: 70px;
}
@media all and (max-width: 1542px) {
  .icon-decor.big {
    height: 50px;
    width: 50px;
  }
}
@media all and (max-width: 1100px) {
  .icon-decor.big {
    height: 42px;
    width: 42px;
  }
}
.icon-decor.big img {
  height: 41px;
}
@media all and (max-width: 1542px) {
  .icon-decor.big img {
    height: 29px;
  }
}
@media all and (max-width: 1100px) {
  .icon-decor.big img {
    height: 24px;
  }
}
.icon-decor.very-big {
  height: 100px;
  width: 100px;
}
@media all and (max-width: 1342px) {
  .icon-decor.very-big {
    height: 70px;
    width: 70px;
  }
}
@media all and (max-width: 980px) {
  .icon-decor.very-big {
    height: 50px;
    width: 50px;
  }
}
.icon-decor.very-big img {
  height: 58px;
}
@media all and (max-width: 1342px) {
  .icon-decor.very-big img {
    height: 41px;
  }
}
@media all and (max-width: 980px) {
  .icon-decor.very-big img {
    height: 29px;
  }
}
.icon-decor.revert img {
  transform: scale(-1, 1);
}
.icon-decor img {
  display: inline-block;
  height: 29px;
}
@media all and (max-width: 1342px) {
  .icon-decor img {
    height: 24px;
  }
}

.events {
  background-color: #2e3032;
  color: #fffcef;
  padding: 88px 0 57px;
  position: relative;
  width: 100%;
}
@media all and (max-width: 1100px) {
  .events {
    padding: 80px 0 57px;
  }
}
@media all and (max-width: 980px) {
  .events {
    padding: 60px 0;
  }
}
@media all and (max-width: 600px) {
  .events {
    padding: 40px 0;
  }
}
@media all and (max-width: 400px) {
  .events {
    padding: 34px 0;
  }
}
.events::before {
  background-color: #2e3032;
  content: "";
  display: block;
  height: 120px;
  left: 0;
  position: absolute;
  top: -120px;
  width: 100%;
  z-index: 2;
}
.events-top {
  margin-bottom: 73px;
}
@media all and (max-width: 980px) {
  .events-top {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 600px) {
  .events-top {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 400px) {
  .events-top {
    margin-bottom: 34px;
  }
}
.events-top-general {
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  padding: 107px 0;
  position: relative;
}
@media all and (max-width: 600px) {
  .events-top-general {
    padding: 80px 0;
  }
}
.events-top-general::before {
  background-color: #1f1c1c;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.events-top-general > * {
  position: relative;
  z-index: 2;
}
.events-top-general h2 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.88px;
  padding: 0 20px;
  text-align: center;
}
@media all and (max-width: 1100px) {
  .events-top-general h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 980px) {
  .events-top-general h2 {
    font-size: 36px;
  }
}
@media all and (max-width: 600px) {
  .events-top-general h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media all and (max-width: 460px) {
  .events-top-general h2 {
    font-size: 24px;
  }
}
.events-top h1 {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 1;
  margin-bottom: 69px;
}
@media all and (max-width: 1342px) {
  .events-top h1 {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 1100px) {
  .events-top h1 {
    font-size: 48px;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 980px) {
  .events-top h1 {
    font-size: 42px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 600px) {
  .events-top h1 {
    font-size: 36px;
    margin-bottom: 34px;
  }
}
@media all and (max-width: 460px) {
  .events-top h1 {
    font-size: 28px;
  }
}
.events-top, .events-grid {
  position: relative;
  z-index: 3;
}
.events-decor {
  background-image: url("img/decor/dots-green.png");
  height: 633px;
  position: absolute;
  right: -403px;
  top: -388px;
  width: 578px;
  z-index: 1;
}
.events .container {
  position: relative;
}

.footer {
  background-color: #2958ff;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  height: 130px;
  justify-content: space-between;
  margin-top: auto;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media all and (max-width: 880px) {
  .footer {
    flex-direction: column;
    gap: 10px 0;
    height: auto;
    padding: 20px 0;
  }
}
@media all and (max-width: 720px) {
  .footer {
    gap: 30px 0;
    padding: 30px 0;
  }
}
.footer-left {
  align-items: center;
  display: flex;
  flex-direction: row;
  padding-left: 120px;
}
@media all and (max-width: 1400px) {
  .footer-left {
    padding-left: 80px;
  }
}
@media all and (max-width: 1200px) {
  .footer-left {
    padding-left: 40px;
  }
}
@media all and (max-width: 880px) {
  .footer-left {
    padding-right: 40px;
  }
}
@media all and (max-width: 720px) {
  .footer-left {
    flex-direction: column;
    gap: 10px 0;
  }
}
.footer-left-logo {
  margin-right: 86px;
}
@media all and (max-width: 1400px) {
  .footer-left-logo {
    margin-right: 60px;
  }
}
@media all and (max-width: 1200px) {
  .footer-left-logo {
    margin-right: 40px;
  }
}
@media all and (max-width: 720px) {
  .footer-left-logo {
    margin-right: 0;
  }
}
.footer-left-logo svg {
  height: 21px;
  width: auto;
}
.footer-left-address {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-style: normal;
  line-height: 21px;
  margin-right: 135px;
}
@media all and (max-width: 1400px) {
  .footer-left-address {
    margin-right: 80px;
  }
}
@media all and (max-width: 1200px) {
  .footer-left-address {
    margin-right: 60px;
  }
}
@media all and (max-width: 1050px) {
  .footer-left-address {
    margin-right: 40px;
  }
}
@media all and (max-width: 720px) {
  .footer-left-address {
    margin-right: 0;
    text-align: center;
  }
}
.footer-left-address p {
  font-weight: 700;
}
.footer-left-links {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 21px;
}
@media all and (max-width: 720px) {
  .footer-left-links {
    text-align: center;
  }
}
.footer-left-links a {
  text-decoration: underline;
}
.footer-right {
  align-items: center;
  background-image: url("img/footer.png");
  background-position: center right;
  background-size: cover;
  display: flex;
  flex-direction: row;
  gap: 0 60px;
  padding: 0 112px;
  width: 488px;
}
@media all and (max-width: 1300px) {
  .footer-right {
    padding: 0 80px;
    width: 400px;
  }
}
@media all and (max-width: 1200px) {
  .footer-right {
    gap: 0 40px;
    padding: 0 60px;
    width: 320px;
  }
}
@media all and (max-width: 1050px) {
  .footer-right {
    gap: 0 32px;
    padding: 0 40px;
    width: auto;
  }
}
@media all and (max-width: 880px) {
  .footer-right {
    background-image: none;
  }
}
@media all and (max-width: 720px) {
  .footer-right {
    justify-content: center;
  }
}
.footer-right a {
  background-color: rgba(255, 252, 239, 0);
  border-radius: 50%;
  display: block;
  transition: background-color 0.3s ease-in-out;
}
.footer-right a:hover {
  background-color: rgba(255, 252, 239, 0.2);
}

/* stylelint-disable */
@-viewport {
  width: device-width;
}
/* stylelint-enable */
:root {
  --app-height: 100%;
}

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

html,
body {
  -webkit-tap-highlight-color: transparent;
  height: 100vh;
  height: var(--app-height);
  margin: 0;
  padding: 0;
  width: 100%;
}

html {
  -webkit-text-size-adjust: none; /* stylelint-disable-line */
  font-size: 16px;
  line-height: 1.15;
  height: 100%;
  text-size-adjust: none;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  min-height: -webkit-fill-available;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  box-shadow: none;
}
body::-webkit-scrollbar-thumb {
  background-color: #a4a4a4;
  border-radius: 4px;
}
@media all and (max-width: 800px) {
  body.hamburger-active {
    overflow: hidden;
  }
}

img {
  border-style: none;
  display: block;
}

:focus:not(:focus-visible) {
  outline: none;
}

label,
button,
select,
summary,
[type=radio],
[type=submit],
[type=checkbox] {
  cursor: pointer;
}

.container {
  margin: 0 auto;
  max-width: 1392px;
}
@media all and (max-width: 1542px) {
  .container {
    max-width: 1202px;
  }
}
@media all and (max-width: 1342px) {
  .container {
    max-width: 1002px;
  }
}
@media all and (max-width: 1100px) {
  .container {
    max-width: 900px;
  }
}
@media all and (max-width: 980px) {
  .container {
    max-width: 800px;
  }
}
@media all and (max-width: 880px) {
  .container {
    max-width: 760px;
  }
}
@media all and (max-width: 800px) {
  .container {
    max-width: calc(100% - 38px);
  }
}

#simple-translate {
  display: none !important;
  visibility: hidden !important;
}

.grid-1 {
  padding: 87px 0 98px;
  width: 100%;
}
.grid-1.grid-no-padding {
  padding: 0;
}
@media all and (max-width: 1100px) {
  .grid-1 {
    padding: 80px 0 90px;
  }
}
@media all and (max-width: 980px) {
  .grid-1 {
    padding: 60px 0;
  }
}
@media all and (max-width: 600px) {
  .grid-1 {
    padding: 40px 0;
  }
}
@media all and (max-width: 400px) {
  .grid-1 {
    padding: 34px 0;
  }
}
.grid-1-small-top {
  margin-bottom: 30px;
}
.grid-1-small-top h2 {
  color: #1f1c1c;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.333;
}
.grid-1-top {
  color: #312309;
  display: flex;
  flex-direction: column;
  gap: 28px 0;
  margin-bottom: 92px;
  max-width: 682px;
}
@media all and (max-width: 1100px) {
  .grid-1-top {
    gap: 24px 0;
    margin-bottom: 80px;
  }
}
@media all and (max-width: 880px) {
  .grid-1-top {
    gap: 18px 0;
    margin-bottom: 60px;
  }
}
@media all and (max-width: 600px) {
  .grid-1-top {
    gap: 12px 0;
    margin-bottom: 40px;
  }
}
.grid-1-top p {
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.4375;
}
@media all and (max-width: 600px) {
  .grid-1-top p {
    letter-spacing: 0;
    line-height: 1.375;
  }
}
.grid-1-content {
  display: grid;
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media all and (max-width: 1342px) {
  .grid-1-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}
@media all and (max-width: 880px) {
  .grid-1-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media all and (max-width: 700px) {
  .grid-1-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (max-width: 600px) {
  .grid-1-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media all and (max-width: 420px) {
  .grid-1-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.grid-1-content-item {
  align-items: center;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  position: relative;
}
@media all and (max-width: 420px) {
  .grid-1-content-item:last-of-type {
    aspect-ratio: unset;
    margin-top: 20px;
  }
}
.grid-1-content-item a:not(.btn-more) {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.grid-1-content-item a:not(.btn-more):hover span {
  transform: translate(-50%, -50%) scale(1);
}
.grid-1-content-item a:not(.btn-more):hover .filter {
  mask-size: 88%;
  opacity: 0.05;
  transform: scale(0.88);
}
.grid-1-content-item a:not(.btn-more):hover img {
  mask-size: 88%;
  transform: scale(0.88);
}
.grid-1-content-item a:not(.btn-more) span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  left: 50%;
  letter-spacing: 2px;
  line-height: 1.2;
  position: absolute;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.59);
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease-in-out;
  z-index: 3;
}
.grid-1-content-item a:not(.btn-more) .filter {
  background-color: #312309;
  height: 100%;
  left: 0;
  mask: url("img/hover-mask.svg") no-repeat 50% 50%;
  mask-size: 200%;
  mix-blend-mode: multiply;
  opacity: 0.05;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease-in-out, mask-size 0.3s ease-in-out, transform 0.3s ease-in-out;
  width: 100%;
  z-index: 2;
}
.grid-1-content-item a:not(.btn-more) img {
  mask: url("img/hover-mask.svg") no-repeat 50% 50%;
  mask-size: 200%;
  position: relative;
  transform: scale(1);
  transition: mask-size 0.3s ease-in-out, transform 0.3s ease-in-out;
  width: 100%;
  height: auto;
}
.grid-1-content-item-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.grid-1-content-item-block a:not(.btn-more) {
  display: block;
  height: 100%;
  width: 100%;
  padding-bottom: 67px;
  position: relative;
}
.grid-1-content-item-block a:not(.btn-more) img {
  height: auto;
  aspect-ratio: 1;
  width: 100%;
}
.grid-1-content-item-block a:not(.btn-more) span {
  background-color: #1f1c1c;
  color: #fffcef;
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5278;
  min-height: 68px;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: background-color 0.3s ease-in-out;
  width: 100%;
}
.grid-1-content-item-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.grid-1-content-item-text-img {
  aspect-ratio: 1/1;
  margin-bottom: 10px;
  position: relative;
}
.grid-1-content-item-text-img-hover, .grid-1-content-item-text-img-hover-bg {
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}
.grid-1-content-item-text-img-hover {
  left: 50%;
  height: auto;
  opacity: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 93px;
  z-index: 2;
}
.grid-1-content-item-text-img-hover-bg {
  left: 0;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.grid-1-content-item-text a:not(.btn-more) {
  display: block;
  height: 100%;
  width: 100%;
}
.grid-1-content-item-text a:not(.btn-more):hover .grid-1-content-item-text-img-hover {
  opacity: 1;
}
.grid-1-content-item-text a:not(.btn-more):hover .grid-1-content-item-text-img-hover-bg {
  opacity: 0.9;
}
.grid-1-content-item-text img {
  height: auto;
  aspect-ratio: 1;
  margin-bottom: 10px;
  width: 100%;
}
.grid-1-content-item-text span {
  display: block;
}
.grid-1-content-item-text span:first-of-type {
  color: #1f1c1c;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.333;
}
.grid-1-content-item-text span:nth-of-type(2) {
  color: rgba(31, 28, 28, 0.5);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.5;
}
.grid-1-content.collapsed.sculptures div:nth-child(n+12) {
  display: none;
}
.grid-1-content.collapsed.collections div:nth-child(n+8) {
  display: none;
}
.grid-1-content.collapsed .expand-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.grid-1-content .expand-btn {
  display: none;
}

.grid-2 {
  background-color: #2e3032;
  color: #fffcef;
  padding: 85px;
  width: 100%;
}
@media all and (max-width: 1100px) {
  .grid-2 {
    padding: 80px 0;
  }
}
@media all and (max-width: 980px) {
  .grid-2 {
    padding: 60px 0;
  }
}
@media all and (max-width: 600px) {
  .grid-2 {
    padding: 40px 0;
  }
}
@media all and (max-width: 400px) {
  .grid-2 {
    padding: 34px 0;
  }
}
.grid-2.no-padding {
  padding: 0;
}
@media all and (max-width: 1100px), all and (max-width: 980px), all and (max-width: 600px), all and (max-width: 400px) {
  .grid-2.no-padding {
    padding: 0;
  }
}
.grid-2-top {
  margin-bottom: 58px;
}
@media all and (max-width: 1100px) {
  .grid-2-top {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 880px) {
  .grid-2-top {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 600px) {
  .grid-2-top {
    margin-bottom: 30px;
  }
}
.grid-2-content {
  align-items: flex-start;
  display: grid;
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media all and (max-width: 1342px) {
  .grid-2-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}
@media all and (max-width: 880px) {
  .grid-2-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media all and (max-width: 700px) {
  .grid-2-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (max-width: 600px) {
  .grid-2-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media all and (max-width: 420px) {
  .grid-2-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.grid-2-content-item {
  display: flex;
  flex-direction: column;
}
.grid-2-content-item.ar13_9 .grid-2-content-item-img {
  aspect-ratio: 13/9;
}
.grid-2-content-item.ar13_9 .grid-2-content-item-img > img {
  aspect-ratio: 13/9;
  object-fit: cover;
}
@media all and (max-width: 880px) {
  .grid-2-content-item-btn-container {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
@media all and (max-width: 700px) {
  .grid-2-content-item-btn-container {
    grid-area: unset;
  }
}
.grid-2-content-item-btn {
  align-items: center;
  aspect-ratio: 265/178;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media all and (max-width: 880px) {
  .grid-2-content-item-btn {
    aspect-ratio: unset;
    margin-top: 20px;
  }
}
@media all and (max-width: 700px) {
  .grid-2-content-item-btn {
    aspect-ratio: 265/178;
    margin-top: 0;
  }
}
@media all and (max-width: 420px) {
  .grid-2-content-item-btn {
    aspect-ratio: unset;
    margin-top: 20px;
  }
}
.grid-2-content-item-label {
  bottom: 0;
  color: #fffcef;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.1667;
  padding: 9px 8px;
  position: absolute;
  right: 0;
  text-align: right;
}
.grid-2-content-item a:hover .grid-2-content-item-hover {
  opacity: 1;
}
.grid-2-content-item a:hover .grid-2-content-item-hover-bg {
  opacity: 0.9;
}
.grid-2-content-item a.grid-2-content-item-img {
  aspect-ratio: 265/178;
  display: flex;
  flex-direction: column;
  margin-bottom: 13px;
  position: relative;
  width: 100%;
}
.grid-2-content-item a.grid-2-content-item-img > img {
  aspect-ratio: 265/178;
  object-fit: cover;
}
.grid-2-content-item a.grid-2-content-item-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2222;
  margin-bottom: 6px;
}
@media all and (max-width: 1100px) {
  .grid-2-content-item a.grid-2-content-item-title {
    font-size: 18px;
  }
}
@media all and (max-width: 980px) {
  .grid-2-content-item a.grid-2-content-item-title {
    font-size: 16px;
  }
}
.grid-2-content-item a .grid-2-content-item-hover {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  z-index: 2;
}
.grid-2-content-item a .grid-2-content-item-hover img {
  height: auto;
  width: 93px;
}
.grid-2-content-item a .grid-2-content-item-hover-bg {
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  z-index: 1;
}
.grid-2-content-item a img {
  width: 100%;
  height: auto;
}
.grid-2-content-item span.grid-2-content-item-details {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5357;
}
@media all and (max-width: 980px) {
  .grid-2-content-item span.grid-2-content-item-details {
    font-size: 13px;
  }
}
.grid-2-content.collapsed.projects-collapsed div:nth-child(n+12) {
  display: none;
}
.grid-2-content.collapsed .expand-btn {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.grid-2-content .expand-btn {
  display: none;
}

.header {
  background-color: #fff;
  color: #1f1c1c;
  left: 0;
  max-height: 120px;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: max-height 0.4s linear;
  width: 100%;
  z-index: 9999;
}
.header.with-border {
  border-bottom: 1px solid rgba(49, 35, 9, 0.15);
}
.header.small {
  max-height: 60px;
}
.header.small .header-content-logo {
  transform: translateY(-5px);
}
@media all and (max-width: 800px) {
  .header.small .header-content-logo {
    transform: translateY(0);
  }
}
.header-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  height: 100%;
}
@media all and (max-width: 800px) {
  .header-content {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.header-content-logo {
  margin-top: 25px;
  transform: translateY(0);
  transition: transform 0.2s linear 0.2s;
}
@media all and (max-width: 800px) {
  .header-content-logo {
    margin-top: 0;
  }
}
@media all and (max-width: 400px) {
  .header-content-logo img {
    height: 15px;
  }
}
.header-content-hamburger {
  display: none;
  height: 60px;
}
@media all and (max-width: 800px) {
  .header-content-hamburger {
    display: block;
  }
}
.header-content-hamburger button {
  height: 100%;
  padding: 6px 0 6px 6px;
  position: relative;
  width: 26px;
}
.header-content-hamburger button .hamburger-open {
  height: 14px;
  opacity: 1;
  width: auto;
}
.header-content-hamburger button .hamburger-close {
  height: 15px;
  opacity: 0;
  right: 3px;
  width: auto;
}
.header-content-hamburger button.active .hamburger-open {
  opacity: 0;
}
.header-content-hamburger button.active .hamburger-close {
  opacity: 1;
}
.header-content-hamburger button svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.4s ease-in-out;
}
@media all and (max-width: 800px) {
  .header-content-backdrop {
    height: calc(100% - 60px);
    right: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 60px;
    transition: background-color 0.4s ease-in-out, backdrop-filter 0.4s ease-in-out, opacity 0.4s ease-in-out;
    width: 100%;
    z-index: 9998;
  }
  .header-content-backdrop.active {
    pointer-events: all;
  }
  .header-content-backdrop.visible {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
    opacity: 1;
  }
}
@media all and (max-width: 800px) {
  .header-content-menu {
    background-color: #2e3032;
    display: flex;
    flex-direction: column;
    height: calc(100% - 60px);
    max-width: 375px;
    padding: 70px 50px;
    position: fixed;
    right: 0;
    top: 60px;
    transform: translateX(101%);
    transition: translate 0.4s ease-in-out;
    width: 100%;
    z-index: 9999;
  }
  .header-content-menu.active {
    translate: -101% 0;
  }
}
@media all and (max-width: 800px) and (max-height: 660px) {
  .header-content-menu {
    padding: 50px 40px;
  }
}
@media all and (max-width: 800px) and (max-height: 550px) {
  .header-content-menu {
    overflow: scroll;
  }
}
.header-content-menu-lang {
  bottom: 15px;
  font-size: 14px;
  font-weight: 300;
  left: 0;
  letter-spacing: 1px;
  line-height: 36px;
  position: absolute;
}
@media all and (max-width: 800px) {
  .header-content-menu-lang {
    color: #fffcef;
    font-size: 16px;
    margin-top: auto;
    position: static;
  }
}
@media all and (max-height: 550px) {
  .header-content-menu-lang {
    margin-top: 50px;
  }
}
.header-content-menu-lang a {
  display: inline-block;
  position: relative;
}
.header-content-menu-lang a::after {
  background-color: #1f1c1c;
  bottom: 5px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
}
@media all and (max-width: 800px) {
  .header-content-menu-lang a::after {
    background-color: #fffcef;
  }
}
.header-content-menu-lang a:hover::after {
  opacity: 1;
}
.header-content-menu-lang a.active {
  font-weight: 700;
}
.header-content-menu-nav {
  display: flex;
  flex-direction: row;
  gap: 0 44px;
}
@media all and (max-width: 1100px) {
  .header-content-menu-nav {
    gap: 0 20px;
  }
}
@media all and (max-width: 960px) {
  .header-content-menu-nav {
    gap: 0 10px;
  }
}
@media all and (max-width: 800px) {
  .header-content-menu-nav {
    flex-direction: column;
    gap: 30px 0;
  }
}
@media all and (max-height: 600px) {
  .header-content-menu-nav {
    gap: 20px 0;
  }
}
.header-content-menu-nav a {
  color: #1f1c1c;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 36px;
  height: 51px;
  padding: 0 10px;
  position: relative;
}
@media all and (max-width: 800px) {
  .header-content-menu-nav a {
    color: #fffcef;
    font-size: 24px;
    font-weight: 700;
    height: auto;
    line-height: 1.5;
    padding: 0;
  }
}
.header-content-menu-nav a::after {
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  height: 29px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, 50%);
  transition: opacity 0.4s ease-in-out;
  width: 29px;
}
@media all and (max-width: 800px) {
  .header-content-menu-nav a::after {
    display: none;
  }
}
.header-content-menu-nav a:hover::after, .header-content-menu-nav a.active::after {
  opacity: 1;
}
.header .container {
  position: relative;
}

input {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: "Prompt", sans-serif;
}
input[type=email] {
  background-color: transparent;
  border-bottom: 1px solid #1f1c1c;
  color: #1f1c1c;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  padding: 13px 0;
}
input[type=email]::-webkit-input-placeholder {
  color: rgba(164, 164, 164, 0.72);
}
input[type=email]::-moz-placeholder {
  color: rgba(164, 164, 164, 0.72);
}
input[type=email]:-ms-input-placeholder {
  color: rgba(164, 164, 164, 0.72);
}
input[type=email]:-moz-placeholder {
  color: rgba(164, 164, 164, 0.72);
}

button[type=submit] {
  border-bottom: 1px solid #1f1c1c;
  padding: 13px 23px 13px 13px;
}
@media all and (max-width: 600px) {
  button[type=submit] {
    padding: 13px;
  }
}
button[type=submit]:hover span.submit-arrow {
  max-width: 45px;
}
button[type=submit]:disabled {
  cursor: default;
  pointer-events: none;
}
button[type=submit]:disabled svg {
  fill: #dadada;
}
button[type=submit] svg {
  fill: #f5b02f;
  transition: fill 0.3s ease-in-out;
}
button span.submit-arrow {
  display: inline-flex;
  justify-content: flex-end;
  max-width: 22px;
  overflow: hidden;
  transition: max-width 0.3s ease-in-out;
}
button span.submit-arrow svg {
  display: inline-block;
  flex-shrink: 0;
  width: 45px;
}

.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox] + .checkbox-view > label img {
  display: none;
}
.checkbox input[type=checkbox]:not(:checked) + .checkbox-view > label img.checkbox-view-icon-empty {
  display: block;
}
.checkbox input[type=checkbox]:not(:checked) + .checkbox-view > label:hover img.checkbox-view-icon-empty {
  display: none;
}
.checkbox input[type=checkbox]:not(:checked) + .checkbox-view > label:hover img.checkbox-view-icon-hover {
  display: block;
}
.checkbox input[type=checkbox]:checked + .checkbox-view > label img.checkbox-view-icon-checked {
  display: block;
}
.checkbox-view label {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0 8px;
  user-select: none;
}
.checkbox-view label .checkbox-view-text {
  color: #5e5b55;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.morfika-search-form {
  align-items: center;
  border: 1px solid rgba(49, 35, 9, 0.15);
  border-radius: 27px;
  display: flex;
  flex-direction: row;
  gap: 0 6px;
  height: 40px;
  justify-content: space-between;
  padding: 0 15px;
  width: 100%;
}
@media all and (max-width: 1100px) {
  .morfika-search-form {
    padding: 0 10px;
  }
}
.morfika-search-form input {
  background-color: transparent;
  color: #1f1c1c;
  flex-shrink: 1;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.15px;
  max-width: calc(100% - 23px);
}
@media all and (max-width: 1100px) {
  .morfika-search-form input {
    font-size: 14px;
  }
}
.morfika-search-form input::-webkit-input-placeholder {
  color: #868686;
}
.morfika-search-form input::-moz-placeholder {
  color: #868686;
}
.morfika-search-form input:-ms-input-placeholder {
  color: #868686;
}
.morfika-search-form input:-moz-placeholder {
  color: #868686;
}
.morfika-search-form input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}
.morfika-search-form input::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}
.morfika-search-form input::-webkit-search-decoration, .morfika-search-form input::-webkit-search-cancel-button, .morfika-search-form input::-webkit-search-results-button, .morfika-search-form input::-webkit-search-results-decoration {
  display: none;
}
.morfika-search-form button {
  align-items: center;
  border: 0;
  display: flex;
  flex: 0 0 17px;
  justify-content: center;
  padding: 0;
  width: 17px;
}

.newsletter {
  background-color: #fffcef;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.newsletter-img {
  background-image: url("img/newsletter.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100% + 3px);
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  width: 50vw;
}
@media all and (max-width: 1542px) {
  .newsletter-img {
    width: 40vw;
  }
}
@media all and (max-width: 880px) {
  .newsletter-img {
    display: none;
  }
}
.newsletter-content {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.newsletter-content-left, .newsletter-content-right {
  flex: 0 0 50%;
  width: 50%;
}
.newsletter-content-left {
  position: relative;
}
@media all and (max-width: 1542px) {
  .newsletter-content-left {
    flex: 0 0 40%;
    width: 40%;
  }
}
@media all and (max-width: 880px) {
  .newsletter-content-left {
    display: none;
  }
}
.newsletter-content-right {
  display: flex;
  flex-direction: column;
  padding: 116px 59px 126px;
}
@media all and (max-width: 1542px) {
  .newsletter-content-right {
    flex: 0 0 60%;
    width: 60%;
  }
}
@media all and (max-width: 1342px) {
  .newsletter-content-right {
    padding: 80px 50px;
  }
}
@media all and (max-width: 1100px) {
  .newsletter-content-right {
    padding: 60px 40px;
  }
}
@media all and (max-width: 880px) {
  .newsletter-content-right {
    flex: 0 0 100%;
    padding: 40px 0;
    width: 100%;
  }
}
.newsletter-content-right-top {
  color: #1f1c1c;
  display: flex;
  flex-direction: row;
  gap: 0 42px;
  margin-bottom: 75px;
}
@media all and (max-width: 1342px) {
  .newsletter-content-right-top {
    gap: 0 30px;
    margin-bottom: 42px;
  }
}
@media all and (max-width: 600px) {
  .newsletter-content-right-top {
    flex-direction: column;
    gap: 10px 0;
    margin-bottom: 40px;
  }
}
.newsletter-content-right-top h4 {
  flex-shrink: 0;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.182;
  max-width: 278px;
}
@media all and (max-width: 1342px) {
  .newsletter-content-right-top h4 {
    max-width: 200px;
  }
}
@media all and (max-width: 1100px) {
  .newsletter-content-right-top h4 {
    font-size: 26px;
    max-width: 170px;
  }
}
@media all and (max-width: 880px) {
  .newsletter-content-right-top h4 {
    font-size: 30px;
    max-width: 278px;
  }
}
@media all and (max-width: 600px) {
  .newsletter-content-right-top h4 {
    max-width: 100%;
  }
}
.newsletter-content-right-top p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
}
@media all and (max-width: 1100px) {
  .newsletter-content-right-top p {
    font-size: 14px;
  }
}
@media all and (max-width: 880px) {
  .newsletter-content-right-top p {
    font-size: 16px;
  }
}
.newsletter-content-right-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.newsletter-content-right-form-top {
  display: flex;
  flex-direction: row;
  margin-bottom: 18px;
  width: 100%;
}
.newsletter-content-right-form-top input[type=email] {
  flex-grow: 1;
}

.product {
  width: 100%;
}
.product-breadcrumb {
  color: rgba(31, 28, 28, 0.5);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 2.16667;
  padding: 19px 0 17px;
  width: 100%;
}
.product-breadcrumb a {
  position: relative;
}
.product-breadcrumb a::after {
  background-color: rgba(31, 28, 28, 0.5);
  bottom: -2px;
  content: "";
  display: block;
  height: 1px;
  left: -2px;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease;
  width: calc(100% + 2px);
}
.product-breadcrumb a:hover::after {
  opacity: 1;
}
.product-breadcrumb a:last-of-type {
  font-weight: 700;
}
.product-content {
  display: flex;
  flex-direction: row;
  gap: 0 68px;
  padding-bottom: 146px;
  position: relative;
}
@media all and (max-width: 1100px) {
  .product-content {
    padding-bottom: 40px;
  }
}
@media all and (max-width: 980px) {
  .product-content {
    gap: 0 30px;
  }
}
@media all and (max-width: 800px) {
  .product-content {
    flex-direction: column;
    gap: 30px 0;
  }
}
.product-content-decor {
  bottom: -0.1%;
  position: absolute;
  right: 0;
}
@media all and (max-width: 1342px) {
  .product-content-decor {
    right: -100px;
  }
}
@media all and (max-width: 1100px) {
  .product-content-decor {
    display: none;
  }
}
.product-content-left {
  flex: 0 0 453px;
  width: 453px;
}
@media all and (max-width: 980px) {
  .product-content-left {
    flex: 0 0 360px;
    width: 360px;
  }
}
@media all and (max-width: 880px) {
  .product-content-left {
    flex: 0 0 300px;
    width: 300px;
  }
}
@media all and (max-width: 800px) {
  .product-content-left {
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    width: 100%;
  }
}
.product-content-left-gallery {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  flex-grow: 0;
  position: sticky;
  top: 150px;
}
@media all and (max-width: 980px) {
  .product-content-left-gallery {
    gap: 10px 0;
  }
}
@media all and (max-width: 800px) {
  .product-content-left-gallery {
    max-width: 100%;
    position: static;
    width: 453px;
  }
}
.product-content-left-gallery-big {
  width: 100%;
}
.product-content-left-gallery-big img {
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
}
.product-content-left-gallery-small {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0 10px;
}
.product-content-left-gallery-small a {
  border: 1px solid rgba(49, 35, 9, 0);
  display: block;
  flex: 1;
  font-size: 0;
  transition: border-color 0.3s ease-in-out;
}
.product-content-left-gallery-small a.active {
  border: 1px solid #312309;
}
.product-content-left-gallery-small a img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.product-content-right {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  z-index: 2;
}
.product-content-right-nav {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0 19px;
  margin-bottom: 39px;
}
@media all and (max-width: 800px) {
  .product-content-right-nav {
    margin-bottom: 20px;
  }
}
.product-content-right-nav a {
  display: block;
  font-size: 0;
}
.product-content-right-nav a.prev {
  transform: scale(-1, 1);
}
.product-content-right-nav a.next {
  transform: scale(1);
}
.product-content-right-nav a.disabled svg {
  fill: rgba(49, 35, 9, 0.5);
}
.product-content-right-nav a svg {
  fill: #312309;
  height: auto;
  width: 24px;
}
.product-content-right-info {
  color: #1f1c1c;
  margin-bottom: 27px;
}
.product-content-right-info-data {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
  margin-bottom: 27px;
}
.product-content-right-info-data p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.8571;
}
.product-content-right-info-data p a,
.product-content-right-info-data p span > span,
.product-content-right-info-data p span.price {
  opacity: 0.7;
}
.product-content-right-info-data p span,
.product-content-right-info-data p a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 26px;
  text-decoration-line: underline;
}
.product-content-right-info-data p span.tooltip,
.product-content-right-info-data p a.tooltip {
  text-decoration-line: underline;
}
.product-content-right-info-data p span {
  text-decoration-line: none;
}
.product-content-right-info-data p span img {
  cursor: pointer;
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle;
}
.product-content-right-info h1 {
  font-feature-settings: "clig" off, "liga" off;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 27px;
}
@media all and (max-width: 800px) {
  .product-content-right-info h1 {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
.product-content-right-info > p {
  font-family: "Source Sans 3", sans-serif;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4444;
}
.product-content-right-info > p:last-of-type {
  margin-bottom: 27px;
}
.product-content-right-more {
  border-top: 1px solid rgba(49, 35, 9, 0.15);
  color: #1f1c1c;
  max-width: 474px;
  padding-top: 27px;
}
@media all and (max-width: 800px) {
  .product-content-right-more {
    max-width: 100%;
  }
}
.product-content-right-more p {
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.4375;
}
.product-content-right-more a {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 2;
  text-decoration-line: underline;
  word-wrap: break-word;
}
.product-content-right-more a:hover {
  color: #2958ff;
}

.projects {
  background-color: #2e3032;
  color: #fffcef;
  padding: 88px 0 57px;
  position: relative;
  width: 100%;
}
@media all and (max-width: 1100px) {
  .projects {
    padding: 80px 0 57px;
  }
}
@media all and (max-width: 980px) {
  .projects {
    padding: 60px 0;
  }
}
@media all and (max-width: 600px) {
  .projects {
    padding: 40px 0;
  }
}
@media all and (max-width: 400px) {
  .projects {
    padding: 34px 0;
  }
}
.projects::before {
  background-color: #2e3032;
  content: "";
  display: block;
  height: 120px;
  left: 0;
  position: absolute;
  top: -120px;
  width: 100%;
  z-index: 2;
}
.projects-top {
  margin-bottom: 73px;
}
@media all and (max-width: 980px) {
  .projects-top {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 600px) {
  .projects-top {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 400px) {
  .projects-top {
    margin-bottom: 34px;
  }
}
.projects-top-general {
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  padding: 107px 0;
  position: relative;
}
@media all and (max-width: 600px) {
  .projects-top-general {
    padding: 80px 0;
  }
}
.projects-top-general::before {
  background-color: #1f1c1c;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.projects-top-general > * {
  position: relative;
  z-index: 2;
}
.projects-top-general h2 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.88px;
  padding: 0 20px;
  text-align: center;
}
@media all and (max-width: 1100px) {
  .projects-top-general h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 980px) {
  .projects-top-general h2 {
    font-size: 36px;
  }
}
@media all and (max-width: 600px) {
  .projects-top-general h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media all and (max-width: 460px) {
  .projects-top-general h2 {
    font-size: 24px;
  }
}
.projects-top h1 {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 1;
  margin-bottom: 69px;
}
@media all and (max-width: 1342px) {
  .projects-top h1 {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 1100px) {
  .projects-top h1 {
    font-size: 48px;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 980px) {
  .projects-top h1 {
    font-size: 42px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 600px) {
  .projects-top h1 {
    font-size: 36px;
    margin-bottom: 34px;
  }
}
@media all and (max-width: 460px) {
  .projects-top h1 {
    font-size: 28px;
  }
}
.projects-top, .projects-grid {
  position: relative;
  z-index: 3;
}
.projects-decor {
  background-image: url("img/decor/dots-yellow.png");
  height: 633px;
  position: absolute;
  right: -403px;
  top: -388px;
  width: 578px;
  z-index: 1;
}
.projects .container {
  position: relative;
}

.simple {
  background-color: #f5f5f5;
  padding: 60px 0;
  width: 100%;
}
@media all and (max-width: 880px) {
  .simple {
    padding: 40px 0;
  }
}
@media all and (max-width: 800px) {
  .simple {
    padding: 20px 0;
  }
}
.simple h1.mb-s,
.simple h2.mb-s,
.simple h3.mb-s,
.simple h4.mb-s,
.simple h5.mb-s,
.simple h6.mb-s,
.simple p.mb-s {
  margin-bottom: 16px;
}
.simple h1.mb-m,
.simple h2.mb-m,
.simple h3.mb-m,
.simple h4.mb-m,
.simple h5.mb-m,
.simple h6.mb-m,
.simple p.mb-m {
  margin-bottom: 24px;
}
.simple h1 {
  color: #1f1c1c;
  font-family: "Source Sans 3", sans-serif;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.2917;
  margin-bottom: 12px;
}
@media all and (max-width: 1100px) {
  .simple h1 {
    font-size: 32px;
  }
}
@media all and (max-width: 600px) {
  .simple h1 {
    font-size: 28px;
  }
}
@media all and (max-width: 460px) {
  .simple h1 {
    font-size: 24px;
  }
}
.simple h2 {
  color: #1f1c1c;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.2917;
  margin-bottom: 8px;
}
@media all and (max-width: 1100px) {
  .simple h2 {
    font-size: 22px;
  }
}
@media all and (max-width: 600px) {
  .simple h2 {
    font-size: 20px;
  }
}
@media all and (max-width: 460px) {
  .simple h2 {
    font-size: 19px;
  }
}
.simple h3 {
  color: #1f1c1c;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.2917;
}
@media all and (max-width: 1100px) {
  .simple h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 600px) {
  .simple h3 {
    font-size: 19px;
  }
}
@media all and (max-width: 460px) {
  .simple h3 {
    font-size: 18px;
  }
}
.simple h4 {
  color: #1f1c1c;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.2917;
}
@media all and (max-width: 1100px) {
  .simple h4 {
    font-size: 19px;
  }
}
@media all and (max-width: 600px) {
  .simple h4 {
    font-size: 18px;
  }
}
@media all and (max-width: 460px) {
  .simple h4 {
    font-size: 17px;
  }
}
.simple h5 {
  color: #1f1c1c;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.2917;
}
@media all and (max-width: 1100px) {
  .simple h5 {
    font-size: 18px;
  }
}
@media all and (max-width: 600px) {
  .simple h5 {
    font-size: 17px;
  }
}
@media all and (max-width: 460px) {
  .simple h5 {
    font-size: 16px;
  }
}
.simple h6 {
  color: #1f1c1c;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.2917;
}
@media all and (max-width: 1100px) {
  .simple h6 {
    font-size: 18px;
  }
}
@media all and (max-width: 600px) {
  .simple h6 {
    font-size: 17px;
  }
}
@media all and (max-width: 460px) {
  .simple h6 {
    font-size: 16px;
  }
}
.simple p {
  color: #1f1c1c;
  font-family: "Source Sans 3", sans-serif;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4444;
  margin-bottom: 20px;
}
@media all and (max-width: 1100px) {
  .simple p {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.simple p + ul,
.simple p ol {
  margin-top: -16px;
}
@media all and (max-width: 1100px) {
  .simple p + ul,
  .simple p ol {
    margin-top: -12px;
  }
}
.simple ul,
.simple ol {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 20px;
  margin-top: 0;
}
@media all and (max-width: 1100px) {
  .simple ul,
  .simple ol {
    margin-bottom: 16px;
  }
}
@media all and (max-width: 880px) {
  .simple ul,
  .simple ol {
    padding-left: 30px;
  }
}
.simple ul li,
.simple ol li {
  color: #1f1c1c;
  font-family: "Source Sans 3", sans-serif;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4444;
}
@media all and (max-width: 1100px) {
  .simple ul li,
  .simple ol li {
    font-size: 16px;
  }
}
.simple hr {
  background-color: #dadada;
  display: block;
  height: 1px;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  width: 100%;
}
.simple a {
  display: inline-block;
  position: relative;
  word-break: break-word;
  text-decoration: underline;
}
.simple a:hover {
  color: #2958ff;
}
.simple figure {
  margin: 0;
  padding: 0;
  width: 100%;
}
.simple figure figcaption {
  color: #928b7c;
  font-family: "Source Sans 3", sans-serif;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.5333;
  margin-top: 10px;
}
@media all and (max-width: 1100px) {
  .simple figure figcaption {
    font-size: 14px;
    margin-top: 5px;
  }
}
.simple img {
  width: 100%;
}
.simple .video {
  aspect-ratio: 16/9;
  height: auto;
  max-width: 100%;
}
.simple .video iframe,
.simple .video video {
  aspect-ratio: 16/9;
  height: auto;
  width: 100% !important;
}

.single {
  background-color: #f5f5f5;
  width: 100%;
}
.single.bg-white {
  background-color: #fff;
}
.single-container {
  display: flex;
  flex-direction: row;
}
@media all and (max-width: 800px) {
  .single-container {
    flex-direction: column;
  }
}
.single-content {
  flex: 0 0 calc(100% - 386px);
  height: 100%;
  max-width: calc(100% - 386px);
  padding: 14px 44px 50px 0;
}
.single-content.single-content-2 {
  padding: 54px 0 100px;
}
@media all and (max-width: 1542px) {
  .single-content.single-content-2 {
    padding: 54px 0 80px;
  }
}
@media all and (max-width: 1200px) {
  .single-content.single-content-2 {
    padding: 14px 24px 50px 0;
  }
}
@media all and (max-width: 1100px) {
  .single-content.single-content-2 {
    padding: 14px 24px 40px 0;
  }
}
@media all and (max-width: 800px) {
  .single-content.single-content-2 {
    padding: 14px 0 30px;
  }
}
@media all and (max-width: 1342px) {
  .single-content {
    flex: 0 0 calc(100% - 350px);
    max-width: calc(100% - 350px);
  }
}
@media all and (max-width: 1200px) {
  .single-content {
    flex: 0 0 calc(100% - ((100vw - 900px) / 2 + 25%));
    max-width: calc(100% - ((100vw - 900px) / 2 + 25%));
    padding: 14px 24px 50px 0;
  }
}
@media all and (max-width: 1100px) {
  .single-content {
    flex: 0 0 calc(100% - ((100vw - 900px) / 2 + 25%));
    max-width: calc(100% - ((100vw - 900px) / 2 + 25%));
    padding: 14px 24px 40px 0;
  }
}
@media all and (max-width: 980px) {
  .single-content {
    flex: 0 0 calc(100% - ((100vw - 800px) / 2 + 27%));
    max-width: calc(100% - ((100vw - 800px) / 2 + 27%));
  }
}
@media all and (max-width: 900px) {
  .single-content {
    flex: 0 0 calc(100% - ((100vw - 800px) / 2 + 30%));
    max-width: calc(100% - ((100vw - 800px) / 2 + 30%));
  }
}
@media all and (max-width: 880px) {
  .single-content {
    flex: 0 0 calc(100% - ((100vw - 760px) / 2 + 30%));
    max-width: calc(100% - ((100vw - 760px) / 2 + 30%));
  }
}
@media all and (max-width: 800px) {
  .single-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 14px 0 30px;
  }
}
.single-content-return {
  display: inline-block;
  margin-bottom: 10px;
}
.single-content-return a {
  color: #1f1c1c;
  display: inline-flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 700;
  gap: 0 8px;
  letter-spacing: 1px;
  line-height: 1;
  padding: 12px 0;
}
.single-content-return a:hover span::after {
  background-color: #1f1c1c;
}
.single-content-return a svg {
  fill: #1f1c1c;
}
.single-content-return a span {
  display: inline-block;
  position: relative;
}
.single-content-return a span::after {
  background-color: rgba(31, 28, 28, 0);
  bottom: -2px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transition: background-color 0.3s ease-in-out;
  width: 100%;
}
.single-content-img {
  margin-bottom: 27px;
  position: relative;
}
@media all and (max-width: 1342px) {
  .single-content-img {
    margin-bottom: 16px;
  }
}
@media all and (max-width: 1100px) {
  .single-content-img {
    margin-bottom: 10px;
  }
}
.single-content-img-label {
  bottom: 0;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  position: absolute;
  right: 0;
}
@media all and (max-width: 460px) {
  .single-content-img-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
  }
}
.single-content-img-label-date, .single-content-img-label-text {
  padding: 9px 8px;
}
@media all and (max-width: 460px) {
  .single-content-img-label-date, .single-content-img-label-text {
    padding: 8px 6px;
  }
}
.single-content-img-label-date {
  background-color: #fff;
  color: #1f1c1c;
}
.single-content-img-label-text {
  color: #fff;
}
.single-content-img img {
  height: auto;
  width: 100%;
}
.single-content-created-at {
  margin-bottom: 15px;
}
@media all and (max-width: 1342px) {
  .single-content-created-at {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1100px) {
  .single-content-created-at {
    margin-bottom: 5px;
  }
}
.single-content-created-at p {
  color: #afaba1;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
  font-weight: 400;
}
.single-content-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 27px;
  padding-top: 15px;
}
@media all and (max-width: 1342px) {
  .single-content-title {
    margin-bottom: 20px;
    padding-top: 10px;
  }
}
@media all and (max-width: 1100px) {
  .single-content-title {
    margin-bottom: 16px;
  }
}
@media all and (max-width: 600px) {
  .single-content-title {
    flex-direction: column;
    gap: 16px 0;
    padding-top: 5px;
  }
}
.single-content-title-left {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  padding-right: 10px;
}
@media all and (max-width: 1100px) {
  .single-content-title-left {
    gap: 10px 0;
  }
}
@media all and (max-width: 600px) {
  .single-content-title-left {
    gap: 5px 0;
  }
}
.single-content-title-left h1 {
  color: #1f1c1c;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 1;
}
@media all and (max-width: 1342px) {
  .single-content-title-left h1 {
    font-size: 54px;
  }
}
@media all and (max-width: 1100px) {
  .single-content-title-left h1 {
    font-size: 48px;
  }
}
@media all and (max-width: 980px) {
  .single-content-title-left h1 {
    font-size: 42px;
  }
}
@media all and (max-width: 600px) {
  .single-content-title-left h1 {
    font-size: 36px;
  }
}
@media all and (max-width: 460px) {
  .single-content-title-left h1 {
    font-size: 28px;
  }
}
.single-content-title-left p {
  color: rgba(31, 28, 28, 0.5);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.7778;
}
.single-content-text {
  border-bottom: 1px solid #dadada;
  display: flex;
  flex-direction: column;
  gap: 27px 0;
  padding-bottom: 25px;
}
@media all and (max-width: 1100px) {
  .single-content-text {
    gap: 22px 0;
  }
}
.single-content-text p img:not(:first-child) {
  padding-top: 27px;
}
@media all and (max-width: 1100px) {
  .single-content-text p img:not(:first-child) {
    padding-top: 27px;
  }
}
.single-content-pages {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 27px;
  width: 100%;
}
@media all and (max-width: 1100px) {
  .single-content-pages {
    margin-top: 20px;
  }
}
@media all and (max-width: 500px) {
  .single-content-pages {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px 0;
  }
}
.single-content-pages a {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  gap: 0 8px;
  padding: 12px 0;
}
.single-content-pages a.prev svg {
  transform: rotate(180deg);
}
.single-content-pages a.next {
  margin-left: auto;
}
@media all and (max-width: 500px) {
  .single-content-pages a.next {
    margin-left: 0;
  }
}
.single-content-pages a:hover span {
  color: #2958ff;
}
.single-content-pages a:hover svg {
  fill: #2958ff;
}
.single-content-pages a svg {
  fill: #1f1c1c;
  transition: fill 0.3s ease-in-out;
}
.single-content-pages a span {
  color: #1f1c1c;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  position: relative;
  transition: color 0.3s ease-in-out;
}
.single-content-masonry {
  column-gap: 43px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 25px;
  width: 100%;
}
@media all and (max-width: 1342px) {
  .single-content-masonry {
    column-gap: 30px;
    row-gap: 20px;
  }
}
@media all and (max-width: 1100px) {
  .single-content-masonry {
    column-gap: 20px;
    row-gap: 16px;
  }
}
@media all and (max-width: 980px) {
  .single-content-masonry {
    column-gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 16px;
  }
}
@media all and (max-width: 420px) {
  .single-content-masonry {
    column-gap: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.single-content-search-results {
  margin-bottom: 22px;
  width: 100%;
}
.single-content-search-results h1 {
  color: #1f1c1c;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.1429;
}
@media all and (max-width: 1342px) {
  .single-content-search-results h1 {
    font-size: 26px;
  }
}
.single-content-search-results h1 strong {
  font-weight: 800;
}
.single-aside {
  display: flex;
  flex: 1 0 386px;
  flex-direction: column;
  padding: 84px 78px 84px 42px;
  position: relative;
}
@media all and (max-width: 1342px) {
  .single-aside {
    flex: 1 0 350px;
    padding: 84px 42px;
  }
}
@media all and (max-width: 1200px) {
  .single-aside {
    flex: 1 0 calc((100vw - 1002px) / 2 + 25%);
    padding: 60px 24px;
  }
}
@media all and (max-width: 1100px) {
  .single-aside {
    flex: 1 0 calc((100vw - 900px) / 2 + 25%);
  }
}
@media all and (max-width: 980px) {
  .single-aside {
    flex: 1 0 calc((100vw - 800px) / 2 + 27%);
  }
}
@media all and (max-width: 900px) {
  .single-aside {
    flex: 1 0 calc((100vw - 800px) / 2 + 30%);
  }
}
@media all and (max-width: 880px) {
  .single-aside {
    flex: 1 0 calc((100vw - 760px) / 2 + 30%);
  }
}
@media all and (max-width: 800px) {
  .single-aside {
    flex: 0 0 100%;
    margin-left: -19px;
    margin-right: -19px;
    overflow: hidden;
    padding: 30px 19px;
  }
}
.single-aside::after {
  content: "";
  display: block;
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: calc((100vw - 1392px) / 2);
}
@media all and (max-width: 1542px) {
  .single-aside::after {
    width: calc((100vw - 1202px) / 2);
  }
}
@media all and (max-width: 1342px) {
  .single-aside::after {
    width: calc((100vw - 1002px) / 2);
  }
}
@media all and (max-width: 1100px) {
  .single-aside::after {
    width: calc((100vw - 900px) / 2);
  }
}
@media all and (max-width: 980px) {
  .single-aside::after {
    width: calc((100vw - 800px) / 2);
  }
}
@media all and (max-width: 880px) {
  .single-aside::after {
    width: calc((100vw - 760px) / 2);
  }
}
@media all and (max-width: 800px) {
  .single-aside::after {
    display: none;
  }
}
.single-aside.dark {
  background-color: #2e3032;
  color: #fffcef;
}
.single-aside.dark::after {
  background-color: #2e3032;
}
.single-aside.no-top-padding {
  padding-top: 54px !important;
}
@media all and (max-width: 1200px) {
  .single-aside.no-top-padding {
    padding-top: 14px !important;
  }
}
.single-aside-search {
  margin-bottom: 24px;
}
.single-aside-decor {
  background-size: cover;
  background-position: center center;
  height: 215px;
  position: absolute;
  right: -195px;
  top: 0px;
  width: 411px;
  z-index: 1;
}
@media all and (max-width: 1100px) {
  .single-aside-decor {
    top: -275px;
    right: -225px;
  }
}
@media all and (max-width: 800px) {
  .single-aside-decor {
    right: -200px;
  }
}
.single-aside-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 43px;
  padding-bottom: 20px;
}
@media all and (max-width: 1100px) {
  .single-aside-top {
    margin-bottom: 30px;
    padding-bottom: 12px;
  }
}
@media all and (max-width: 800px) {
  .single-aside-top {
    margin-bottom: 16px;
  }
}
.single-aside-top-icon {
  margin-bottom: 21px;
  position: static !important;
}
@media all and (max-width: 800px) {
  .single-aside-top-icon {
    margin-bottom: 16px;
  }
}
.single-aside-top h6 {
  font-feature-settings: "clig" off, "liga" off;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.3;
}
.single-aside-links {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media all and (max-width: 1100px) {
  .single-aside-links {
    gap: 30px 0;
  }
}
@media all and (max-width: 800px) {
  .single-aside-links {
    gap: 16px 0;
  }
}
.single-aside-links a {
  font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5357;
  position: relative;
}
.single-aside-links a:hover {
  text-decoration: underline;
}
.single-blog-post {
  display: flex;
  flex-direction: column-reverse;
  float: left;
  height: auto;
}
.single-blog-post-img {
  margin-bottom: 8px;
  position: relative;
  width: 100%;
}
@media all and (max-width: 1100px) {
  .single-blog-post-img {
    margin-bottom: 5px;
  }
}
.single-blog-post-img:hover .single-blog-post-img-hover-eye, .single-blog-post-img.hover .single-blog-post-img-hover-eye {
  opacity: 1;
}
.single-blog-post-img:hover .single-blog-post-img-hover-bg, .single-blog-post-img.hover .single-blog-post-img-hover-bg {
  opacity: 0.9;
}
.single-blog-post-img-hover-eye {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  z-index: 2;
}
.single-blog-post-img-hover-eye img {
  height: auto;
  width: 93px;
}
@media all and (max-width: 1100px) {
  .single-blog-post-img-hover-eye img {
    width: 75px;
  }
}
.single-blog-post-img-hover-bg {
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  z-index: 1;
}
.single-blog-post-img > img {
  aspect-ratio: 266/178;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.single-blog-post-date p {
  color: #afaba1;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
@media all and (max-width: 1100px) {
  .single-blog-post-date p {
    font-size: 12px;
    margin-bottom: 2px;
  }
}
.single-blog-post-title {
  color: #312309;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
@media all and (max-width: 1100px) {
  .single-blog-post-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.single-blog-post-title:hover ~ .single-blog-post-img .single-blog-post-img-hover-eye {
  opacity: 1;
}
.single-blog-post-title:hover ~ .single-blog-post-img .single-blog-post-img-hover-bg {
  opacity: 0.9;
}
.single-blog-post-text {
  color: #312309;
  font-family: "Source Sans 3", sans-serif;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3125;
  margin-bottom: 8px;
}
@media all and (max-width: 1100px) {
  .single-blog-post-text {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.single-blog-post-more {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  gap: 0 8px;
  margin-top: auto;
  padding: 12px 0;
}
.single-blog-post-more:hover ~ .single-blog-post-img .single-blog-post-img-hover-eye {
  opacity: 1;
}
.single-blog-post-more:hover ~ .single-blog-post-img .single-blog-post-img-hover-bg {
  opacity: 0.9;
}
@media all and (max-width: 1100px) {
  .single-blog-post-more {
    padding: 6px 0;
  }
}
.single-blog-post-more span {
  color: #312309;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28px;
  line-height: 2.165;
}
@media all and (max-width: 1100px) {
  .single-blog-post-more span {
    font-size: 13px;
  }
}
.single-blog-post-more svg {
  width: 14px;
}

.text-block .text-block-center {
  text-align: center !important;
}
.text-block .text-block-center p,
.text-block .text-block-center h1,
.text-block .text-block-center h2,
.text-block .text-block-center h3,
.text-block .text-block-center h4,
.text-block .text-block-center h5,
.text-block .text-block-center h6 {
  text-align: center !important;
}
.text-block .text-block-center h2 {
  color: #312309;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 0 auto 30px;
  max-width: 600px;
}
@media all and (max-width: 1100px) {
  .text-block .text-block-center h2 {
    font-size: 26px;
    max-width: 500px;
  }
}
@media all and (max-width: 600px) {
  .text-block .text-block-center h2 {
    font-size: 22px;
    margin-bottom: 16px;
    max-width: 450px;
  }
}
@media all and (max-width: 460px) {
  .text-block .text-block-center h2 {
    font-size: 20px;
  }
}
.text-block .text-block-center p {
  color: #1f1c1c;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.444;
  margin: 0 auto;
  max-width: 800px;
  text-wrap: balance;
}
@media all and (max-width: 1100px) {
  .text-block .text-block-center p {
    font-size: 16px;
  }
}
.text-block .text-block-grid {
  display: grid;
  gap: 12px;
}
.text-block .text-block-grid.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.text-block .text-block-grid.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media all and (max-width: 600px) {
  .text-block .text-block-grid.grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.text-block .text-block-grid.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.text-block .text-block-columns.columns-2 {
  columns: 2 45px;
}
@media all and (max-width: 660px) {
  .text-block .text-block-columns.columns-2 {
    columns: 1;
  }
}
.text-block .text-block-additionals {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}
@media all and (max-width: 1100px) {
  .text-block .text-block-additionals {
    gap: 20px 0;
  }
}
.text-block .text-block-additionals-item {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
.text-block .text-block-additionals-item-title {
  color: #1f1c1c;
  font-family: "Source Sans 3", sans-serif;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4444;
}
@media all and (max-width: 1100px) {
  .text-block .text-block-additionals-item-title {
    font-size: 16px;
  }
}
.text-block .text-block-additionals-item-content {
  color: #1f1c1c;
  font-family: "Source Sans 3", sans-serif;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3333;
}
@media all and (max-width: 1100px) {
  .text-block .text-block-additionals-item-content {
    font-size: 16px;
  }
}
.text-block .text-block-quote {
  color: #1f1c1c;
  display: flex;
  flex-direction: column;
  background-color: #e8e7e4;
  gap: 15px 0;
  margin: 0;
  padding: 30px 30px 30px 90px;
  position: relative;
}
@media all and (max-width: 1100px) {
  .text-block .text-block-quote {
    padding: 30px 30px 30px 80px;
  }
}
@media all and (max-width: 880px) {
  .text-block .text-block-quote {
    padding: 30px 30px 30px 60px;
  }
}
@media all and (max-width: 460px) {
  .text-block .text-block-quote {
    gap: 10px 0;
    padding: 24px 24px 24px 45px;
  }
}
.text-block .text-block-quote::before {
  background-image: url("img/icons/blockquote.svg");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 59px;
  left: -20px;
  width: 74px;
  position: absolute;
  top: 30px;
}
@media all and (max-width: 880px) {
  .text-block .text-block-quote::before {
    height: 47px;
    width: 60px;
  }
}
@media all and (max-width: 800px) {
  .text-block .text-block-quote::before {
    left: -10px;
  }
}
@media all and (max-width: 460px) {
  .text-block .text-block-quote::before {
    height: 31px;
    left: -5px;
    width: 40px;
  }
}
.text-block .text-block-quote-text {
  font-size: 21px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.4286;
}
@media all and (max-width: 1100px) {
  .text-block .text-block-quote-text {
    font-size: 20px;
  }
}
.text-block .text-block-quote-author {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.625;
}
.text-block .text-block-event {
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  display: flex;
  flex-direction: row;
  gap: 0 30px;
  padding: 27px 0;
}
@media all and (max-width: 1100px) {
  .text-block .text-block-event {
    gap: 0 20px;
  }
}
@media all and (max-width: 880px) {
  .text-block .text-block-event {
    align-items: center;
    flex-direction: column;
    gap: 20px 0;
    padding: 20px 0;
    text-align: center;
  }
}
.text-block .text-block-event-left-img {
  position: relative;
}
.text-block .text-block-event-left-img-label {
  bottom: 0;
  color: #1f1c1c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 9px 8px;
  position: absolute;
  right: 0;
}
.text-block .text-block-event-right {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media all and (max-width: 1342px) {
  .text-block .text-block-event-right {
    gap: 12px 0;
  }
}
@media all and (max-width: 880px) {
  .text-block .text-block-event-right {
    gap: 6px 0;
  }
}
.text-block .text-block-event-right p {
  color: #1f1c1c;
  font-family: "Source Sans 3", sans-serif;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4444;
}
.text-block .text-block-event-right a {
  color: #1f1c1c;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1.5937;
}
@media all and (max-width: 1342px) {
  .text-block .text-block-event-right a {
    line-height: 1.5;
  }
}
.text-block .text-block-event-right a:hover {
  text-decoration: underline;
}
.text-block .text-block-event-right a::after {
  display: none;
}
.text-block h1.mb-s,
.text-block h2.mb-s,
.text-block h3.mb-s,
.text-block h4.mb-s,
.text-block h5.mb-s,
.text-block h6.mb-s,
.text-block p.mb-s {
  margin-bottom: 16px;
}
.text-block h1.mb-m,
.text-block h2.mb-m,
.text-block h3.mb-m,
.text-block h4.mb-m,
.text-block h5.mb-m,
.text-block h6.mb-m,
.text-block p.mb-m {
  margin-bottom: 24px;
}
.text-block h2 {
  color: #1f1c1c;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.2917;
}
@media all and (max-width: 1100px) {
  .text-block h2 {
    font-size: 22px;
  }
}
@media all and (max-width: 600px) {
  .text-block h2 {
    font-size: 20px;
  }
}
@media all and (max-width: 460px) {
  .text-block h2 {
    font-size: 19px;
  }
}
.text-block h3 {
  color: #1f1c1c;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.2917;
}
@media all and (max-width: 1100px) {
  .text-block h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 600px) {
  .text-block h3 {
    font-size: 19px;
  }
}
@media all and (max-width: 460px) {
  .text-block h3 {
    font-size: 18px;
  }
}
.text-block h4 {
  color: #1f1c1c;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.2917;
}
@media all and (max-width: 1100px) {
  .text-block h4 {
    font-size: 19px;
  }
}
@media all and (max-width: 600px) {
  .text-block h4 {
    font-size: 18px;
  }
}
@media all and (max-width: 460px) {
  .text-block h4 {
    font-size: 17px;
  }
}
.text-block h5 {
  color: #1f1c1c;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.2917;
}
@media all and (max-width: 1100px) {
  .text-block h5 {
    font-size: 18px;
  }
}
@media all and (max-width: 600px) {
  .text-block h5 {
    font-size: 17px;
  }
}
@media all and (max-width: 460px) {
  .text-block h5 {
    font-size: 16px;
  }
}
.text-block h6 {
  color: #1f1c1c;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.2917;
}
@media all and (max-width: 1100px) {
  .text-block h6 {
    font-size: 18px;
  }
}
@media all and (max-width: 600px) {
  .text-block h6 {
    font-size: 17px;
  }
}
@media all and (max-width: 460px) {
  .text-block h6 {
    font-size: 16px;
  }
}
.text-block p {
  color: #1f1c1c;
  font-family: "Source Sans 3", sans-serif;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4444;
}
@media all and (max-width: 1100px) {
  .text-block p {
    font-size: 16px;
  }
}
.text-block ul,
.text-block ol {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.text-block ul li,
.text-block ol li {
  color: #1f1c1c;
  font-family: "Source Sans 3", sans-serif;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4444;
}
@media all and (max-width: 1100px) {
  .text-block ul li,
  .text-block ol li {
    font-size: 16px;
  }
}
.text-block hr {
  background-color: #dadada;
  display: block;
  height: 1px;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0;
  width: 100%;
}
.text-block a {
  display: inline-block;
  position: relative;
  word-break: break-word;
  text-decoration: underline;
}
.text-block a:hover {
  color: #2958ff;
}
.text-block figure {
  margin: 0;
  padding: 0;
  width: 100%;
}
.text-block figure figcaption {
  color: #928b7c;
  font-family: "Source Sans 3", sans-serif;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.5333;
  margin-top: 10px;
}
@media all and (max-width: 1100px) {
  .text-block figure figcaption {
    font-size: 14px;
    margin-top: 5px;
  }
}
.text-block img {
  max-width: 100%;
  height: auto;
  display: block;
}
.text-block .video {
  aspect-ratio: 16/9;
  height: auto;
  max-width: 100%;
}
.text-block .video iframe,
.text-block .video video {
  aspect-ratio: 16/9;
  height: auto;
  width: 100% !important;
}
.text-block iframe,
.text-block video {
  aspect-ratio: 16/9;
  height: auto;
  max-width: 100% !important;
}

.top {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
.top::before {
  content: "";
  background-color: #fff;
  display: block;
  height: 120px;
  left: 0;
  position: absolute;
  top: -120px;
  width: 100%;
  z-index: 2;
}
.top::after {
  content: "";
  background-color: #1f1c1c;
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.23;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.top-decor {
  height: calc(100% + 32px);
  left: 41px;
  overflow: hidden;
  position: absolute;
  top: -32px;
  z-index: 1;
}
@media all and (max-width: 600px) {
  .top-decor {
    align-items: center;
    display: flex;
    height: 100%;
    left: 64px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.top-decor img {
  width: 828px;
}
@media all and (max-width: 1542px) {
  .top-decor img {
    width: 760px;
  }
}
@media all and (max-width: 1342px) {
  .top-decor img {
    width: 640px;
  }
}
@media all and (max-width: 980px) {
  .top-decor img {
    width: 520px;
  }
}
@media all and (max-width: 800px) {
  .top-decor img {
    width: 460px;
  }
}
@media all and (max-width: 600px) {
  .top-decor img {
    width: 369px;
  }
}
.top-icon-decor {
  z-index: 3;
}
@media all and (max-width: 600px) {
  .top-icon-decor {
    display: none;
  }
}
.top-icon-decor-1 {
  animation: circle-1 14s ease-in-out infinite;
  left: 22%;
  bottom: 48px;
}
@media all and (max-width: 1342px) {
  .top-icon-decor-1 {
    animation: circle-1-rwd 14s ease-in-out infinite;
  }
}
@media all and (max-width: 1100px) {
  .top-icon-decor-1 {
    bottom: 20px;
  }
}
@media all and (max-width: 800px) {
  .top-icon-decor-1 {
    animation: none;
  }
}
.top-icon-decor-2 {
  animation: circle-1 18s ease-in-out infinite;
  left: 7%;
  top: -5px;
}
@media all and (max-width: 1342px) {
  .top-icon-decor-2 {
    animation: circle-1-rwd 18s ease-in-out infinite;
  }
}
@media all and (max-width: 800px) {
  .top-icon-decor-2 {
    animation: none;
  }
}
.top-icon-decor-3 {
  animation: circle-1 22s ease-in-out infinite;
  left: 53%;
  top: 116px;
}
@media all and (max-width: 1342px) {
  .top-icon-decor-3 {
    animation: circle-1-rwd 22s ease-in-out infinite;
  }
}
@media all and (max-width: 1100px) {
  .top-icon-decor-3 {
    top: 80px;
    left: 60%;
  }
}
@media all and (max-width: 800px) {
  .top-icon-decor-3 {
    animation: none;
  }
}
.top-icon-decor-4 {
  animation: circle-2 20s ease-in-out infinite;
  bottom: -25px;
  left: 66%;
}
@media all and (max-width: 1342px) {
  .top-icon-decor-4 {
    animation: circle-2-rwd 20s ease-in-out infinite;
  }
}
@media all and (max-width: 1100px) {
  .top-icon-decor-4 {
    bottom: 0;
  }
}
@media all and (max-width: 800px) {
  .top-icon-decor-4 {
    animation: none;
  }
}
.top-icon-decor-5 {
  animation: circle-2 16s ease-in-out infinite;
  right: 2.8%;
  top: 81px;
}
@media all and (max-width: 1342px) {
  .top-icon-decor-5 {
    animation: circle-2-rwd 16s ease-in-out infinite;
  }
}
@media all and (max-width: 800px) {
  .top-icon-decor-5 {
    animation: none;
  }
}
.top-text {
  display: flex;
  flex-direction: column;
  gap: 14px 0;
  position: relative;
  z-index: 4;
}
.top h1 {
  color: #fffcef;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 1;
}
.top h2 {
  color: #fffcef;
  max-width: 411px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
}
@media all and (max-width: 600px) {
  .top h2 {
    letter-spacing: 0.3px;
  }
}
.top .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 123.5px 0;
  position: relative;
}
@media all and (max-width: 1342px) {
  .top .container {
    padding: 105px 0;
  }
}
@media all and (max-width: 980px) {
  .top .container {
    padding: 100px 0;
  }
}
@media all and (max-width: 600px) {
  .top .container {
    padding: 157px 0;
  }
}

@keyframes circle-1 {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-15px, -15px);
  }
  40% {
    transform: translate(-15px, 15px);
  }
  60% {
    transform: translate(15px, 15px);
  }
  80% {
    transform: translate(15px, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes circle-1-rwd {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-7px, -7px);
  }
  40% {
    transform: translate(-7px, 7px);
  }
  60% {
    transform: translate(7px, 7px);
  }
  80% {
    transform: translate(7px, -7px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes circle-2 {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(20px, 20px);
  }
  40% {
    transform: translate(20px, -20px);
  }
  60% {
    transform: translate(-20px, -20px);
  }
  80% {
    transform: translate(-20px, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes circle-2-rwd {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(10px, 10px);
  }
  40% {
    transform: translate(10px, -10px);
  }
  60% {
    transform: translate(-10px, -10px);
  }
  80% {
    transform: translate(-10px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.for-sale-tooltip {
  background-color: #3b3e40;
  left: -100%;
  opacity: 0;
  padding: 30px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: -100%;
  transition: opacity 0.5s ease-in-out;
  width: 260px;
  z-index: 9998;
}
@media all and (max-width: 800px) {
  .for-sale-tooltip {
    left: 50% !important;
    position: fixed !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}
.for-sale-tooltip.active {
  opacity: 1;
  pointer-events: auto;
}
.for-sale-tooltip.left::after {
  left: auto;
  right: -15px;
  transform: translateY(-50%) rotate(180deg);
}
.for-sale-tooltip::after {
  border-color: transparent #3b3e40 transparent transparent;
  border-style: solid;
  border-width: 16px 21px 16px 0;
  content: "";
  display: block;
  height: 0px;
  left: -15px;
  position: absolute;
  transform: translateY(-50%) rotate(0deg);
  top: 50%;
  width: 0px;
}
@media all and (max-width: 800px) {
  .for-sale-tooltip::after {
    display: none;
  }
}
.for-sale-tooltip-close {
  position: absolute;
  right: 10px;
  top: -20px;
}
.for-sale-tooltip h2 {
  color: #fffcef;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.54;
}
.for-sale-tooltip p,
.for-sale-tooltip a {
  color: #fffcef;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.54;
}
.for-sale-tooltip a {
  text-decoration: underline;
}

body {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-rendering: optimizespeed;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}

h3 {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 1;
}
@media all and (max-width: 1100px) {
  h3 {
    font-size: 56px;
  }
}
@media all and (max-width: 880px) {
  h3 {
    font-size: 48px;
  }
}
@media all and (max-width: 600px) {
  h3 {
    font-size: 36px;
    letter-spacing: 0.72px;
    line-height: 1.1;
  }
}
@media all and (max-width: 400px) {
  h3 {
    font-size: 34px;
  }
}

a {
  background-color: transparent;
  color: inherit;
  outline: none;
  text-decoration: none;
  text-underline-position: under;
  transition: color 0.3s ease-in-out;
}

button {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

/*# sourceMappingURL=style.css.map */
