.button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 78px;
  margin-top: 50px;
}
.button__link {
  font-size: 10px;
  line-height: 1.5em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 78px;
  padding: 0px 25px;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  letter-spacing: 5px;
}

.privetstvie {
  position: relative;
  background-color: #efebdc;
}
.privetstvie__body {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  height: 450px;
}
.privetstvie__content {
  position: relative;
  width: 100%;
  height: 100%;
}
.privetstvie__text {
  max-width: 33.3333333333%;
  position: absolute;
  right: 0px;
  top: 120px;
}
.privetstvie__title {
  font-size: 52px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
}
.privetstvie__description {
  margin-top: 24px;
  font-size: 24px;
}
.privetstvie__button {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.privetstvie__button .button__link {
  letter-spacing: 0.1em;
  background-color: #ee6a5b;
  padding: 17px 47px;
  font-size: 15px;
  color: #fff;
}
.privetstvie__button .button__link:hover {
  -webkit-box-shadow: 0px 9px 34px rgba(238, 106, 91, 0.54);
          box-shadow: 0px 9px 34px rgba(238, 106, 91, 0.54);
  color: white;
}
.privetstvie__social-links {
  position: absolute;
  right: 10px;
  top: 10px;
}
.privetstvie__transition {
  background-color: inherit;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.privetstvie__transition svg {
  width: 100%;
  margin-bottom: -5px;
}

.catalog {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.catalog_updating .catalog__list::before {
  display: block;
}
.catalog_updating .catalog__list-body {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s 1.1s, opacity 1s;
  -o-transition: visibility 0s 1.1s, opacity 1s;
  transition: visibility 0s 1.1s, opacity 1s;
}
.catalog_updating .catalog__list-body-absolute,
.catalog_updating .catalog__list-animation {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0s, opacity 1s;
  -o-transition: visibility 0s, opacity 1s;
  transition: visibility 0s, opacity 1s;
}
.catalog_updating .catalog__list-animation .catalog__item {
  opacity: 0.7;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.catalog_updating .catalog__list-animation .catalog__item-wrapper::after {
  -webkit-animation-name: catalog_updating_animation;
          animation-name: catalog_updating_animation;
}
.catalog_updating .catalog__list-animation .catalog__image img {
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.catalog_updating .catalog__list-animation .catalog__title,
.catalog_updating .catalog__list-animation .catalog__description {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.catalog__list {
  position: relative;
  margin-top: -250px;
  width: 66.6666666667%;
  margin-right: 100px;
}
.catalog__list::before {
  content: "";
  display: none;
  position: absolute;
  border-radius: inherit;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.catalog__list-animation, .catalog__list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.catalog__list-body {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0s, opacity 1s;
  -o-transition: visibility 0s, opacity 1s;
  transition: visibility 0s, opacity 1s;
}
.catalog__list-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  width: 100%;
}
.catalog__list-body-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.catalog__list-body-absolute, .catalog__list-animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 1.1s, opacity 1s;
  -o-transition: visibility 1.1s, opacity 1s;
  transition: visibility 1.1s, opacity 1s;
}
.catalog__item-wrapper {
  position: relative;
  width: calc(50% - 25px);
  margin-bottom: 90px;
}
.catalog__list-animation .catalog__item-wrapper::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  background-color: #ee6a5b;
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: 0.5s ease-in 0s infinite alternate;
          animation: 0.5s ease-in 0s infinite alternate;
  -webkit-transform: translateY(-300%) scale(1);
      -ms-transform: translateY(-300%) scale(1);
          transform: translateY(-300%) scale(1);
}
.catalog__item {
  display: block;
  position: relative;
  color: inherit;
  padding: 30px;
  border-radius: 50px;
  background-color: white;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
}
.catalog__item:hover {
  background-color: #efebdc;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}
.catalog__image {
  pointer-events: none;
  margin-top: -85px;
  margin-bottom: 41px;
  width: 100%;
  border-radius: 40px;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transform: rotate(-13deg);
      -ms-transform: rotate(-13deg);
          transform: rotate(-13deg);
}
.catalog__image > img {
  width: 100%;
  border-radius: inherit;
}
.catalog__item:hover .catalog__image {
  -webkit-transition-timing-function: cubic-bezier(0.43, 0.72, 0.29, 1.85);
       -o-transition-timing-function: cubic-bezier(0.43, 0.72, 0.29, 1.85);
          transition-timing-function: cubic-bezier(0.43, 0.72, 0.29, 1.85);
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.catalog__title {
  margin: 0.8em 0;
  text-align: center;
}
.catalog__description {
  margin: 0 0 0.8em 0;
  text-align: center;
  line-height: 1.5em;
}
.catalog__filters {
  position: relative;
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catalog__submit {
  background: unset;
  background-color: #efebdc;
  font-weight: bold;
}
.catalog__filters-first-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.catalog__filters-body {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  min-height: calc(100vh - 100px);
  position: -webkit-sticky;
  position: sticky;
  bottom: 15px;
  margin-bottom: 90px;
}
.catalog__filters-body > * {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 35.5px;
  min-height: 71px;
  margin-bottom: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.catalog__filters-body > *:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.7);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.7);
}

.filter {
  background-color: white;
  overflow: hidden;
}
.filter:not(.filter_close):not(.filter_updating)::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 71px;
  left: 0;
  width: 100%;
  height: calc(100% - 71px);
  -webkit-box-shadow: inset 0 25px 15px -15px white, inset 0 -25px 15px -15px white;
          box-shadow: inset 0 25px 15px -15px white, inset 0 -25px 15px -15px white;
}
.filter:last-child {
  margin-bottom: 0px;
}
.filter_close::before, .filter_updating::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.filter_updating::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  background-color: #ee6a5b;
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: 0.5s ease-in-out 1s infinite alternate filter_updating_animation;
          animation: 0.5s ease-in-out 1s infinite alternate filter_updating_animation;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.filter__header {
  font-size: 12px;
  height: 71px;
  cursor: pointer;
  border-radius: inherit;
  padding: 25px;
  width: 100%;
  position: relative;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.filter__header::after {
  content: "";
  width: 18px;
  height: 10px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAAoAgMAAAAgd1SOAAAADFBMVEVHcEwAAAAgICDU1NSDg9ICAAAAAXRSTlMAQObYZgAAALNJREFUKM9l0rkVxCAMBFAeGYmzLYGShDekFDdBH25m+1kOAZqBCEno2xzO6fCv4xG/R6okzniRh1JBJDMlwlgRSQfFWGipTFQqhNU4IlapHBBroUesNyHWI8BGD2AjAExbLKZzg80Og82pwVbDxtZs1fb6hW11Fc23J2H+UKt2H2rY3WoZzmQgcHK9jufbFbyFvoDuqjEfvNEod01nfAmpph685OR+9IbKfTzbGl/0uK/3D6XpSrzrxjAUAAAAAElFTkSuQmCC");
  background-size: contain;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.filter__header:hover::after {
  -webkit-transform: rotateX(180deg) scale(1.1);
          transform: rotateX(180deg) scale(1.1);
}
.filter__options {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  max-height: 0px;
  padding: 0px 25px 0px 25px;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
}
.filter__options::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 2px;
  background-color: #efebdc9a;
}
.filter__option {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
.filter__option:last-child {
  margin-bottom: 0;
}
.filter__option::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.filter__option input {
  margin-right: 7px;
}
.filter:not(.filter_close):not(.filter_updating) .filter_open-indicator:not(:checked) + .filter__header::after {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.filter:not(.filter_close):not(.filter_updating) .filter_open-indicator:not(:checked) + .filter__header:hover::after {
  -webkit-transform: rotateX(0deg) scale(1.1);
          transform: rotateX(0deg) scale(1.1);
}
.filter:not(.filter_close):not(.filter_updating) .filter_open-indicator:not(:checked) + * + .filter__options {
  max-height: 326px;
  padding: 27px 25px 25px 25px;
  visibility: visible;
  opacity: 1;
}

@-webkit-keyframes filter_updating_animation {
  from {
    -webkit-transform: translateX(-500%) scale(1.5, 0.4);
            transform: translateX(-500%) scale(1.5, 0.4);
  }
  50% {
    -webkit-transform: translateX(0%) scale(1, 1);
            transform: translateX(0%) scale(1, 1);
  }
  to {
    -webkit-transform: translateX(500%) scale(1.5, 0.4);
            transform: translateX(500%) scale(1.5, 0.4);
  }
}

@keyframes filter_updating_animation {
  from {
    -webkit-transform: translateX(-500%) scale(1.5, 0.4);
            transform: translateX(-500%) scale(1.5, 0.4);
  }
  50% {
    -webkit-transform: translateX(0%) scale(1, 1);
            transform: translateX(0%) scale(1, 1);
  }
  to {
    -webkit-transform: translateX(500%) scale(1.5, 0.4);
            transform: translateX(500%) scale(1.5, 0.4);
  }
}
@-webkit-keyframes catalog_updating_animation {
  from {
    -webkit-transform: translateY(-300%) scale(1);
            transform: translateY(-300%) scale(1);
  }
  50% {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
  to {
    -webkit-transform: translateY(50%) scale(1.5, 0.4);
            transform: translateY(50%) scale(1.5, 0.4);
  }
}
@keyframes catalog_updating_animation {
  from {
    -webkit-transform: translateY(-300%) scale(1);
            transform: translateY(-300%) scale(1);
  }
  50% {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
  to {
    -webkit-transform: translateY(50%) scale(1.5, 0.4);
            transform: translateY(50%) scale(1.5, 0.4);
  }
}