@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

body,
html {
  width: 100%;
  height: 100%;
  min-width: 375px;
}

body {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 22.4px;
  background-color: #fff;
  max-width: 100%;
  scrollbar-gutter: stable both-edges;
}
body.open-popup {
  height: 100%;
  overflow: hidden;
  padding-right: var(--sbw, 0px);
}

input {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 22.4px;
}

h1, h2, h3 {
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
}

a {
  color: #000011;
}

a:hover {
  color: #000;
}

.svg-icons {
  display: none;
}

.btn-white {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: rgb(255, 252, 245);
  padding: 12px 60px 12px 60px;
  height: 47px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.btn-white span {
  display: flex;
  color: rgb(32, 32, 32);
  transition: color 0.3s;
  white-space: nowrap;
}
.btn-white .ico svg {
  display: block;
}
.btn-white .ico svg path {
  fill: rgb(32, 32, 32);
  transition: fill 0.3s;
}
.btn-white:hover {
  background: rgb(218, 214, 199);
}
.btn-white:hover span {
  color: rgb(63, 63, 63);
}
.btn-white:hover svg path {
  fill: rgb(63, 63, 63);
}
.btn-black {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: rgb(63, 63, 63);
  padding: 12px 60px 12px 60px;
  height: 47px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.btn-black span {
  display: flex;
  color: rgb(255, 252, 245);
  transition: color 0.3s;
  white-space: nowrap;
}
.btn-black .ico svg {
  display: block;
}
.btn-black .ico svg path {
  fill: rgb(255, 252, 245);
  transition: fill 0.3s;
}
.btn-black:hover {
  background: rgb(255, 238, 136);
}
.btn-black:hover span {
  color: rgb(32, 32, 32);
}
.btn-black:hover svg path {
  fill: rgb(32, 32, 32);
}
.btn-yellow {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: rgb(255, 238, 136);
  padding: 12px 60px 12px 60px;
  height: 47px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.btn-yellow span {
  display: flex;
  color: rgb(32, 32, 32);
  transition: color 0.3s;
  white-space: nowrap;
}
.btn-yellow .ico svg {
  display: block;
}
.btn-yellow .ico svg path {
  fill: rgb(32, 32, 32);
  transition: fill 0.3s;
}
.btn-yellow:hover {
  background: rgb(218, 214, 199);
}
.btn-yellow:hover span {
  color: rgb(63, 63, 63);
}
.btn-yellow:hover svg path {
  fill: rgb(63, 63, 63);
}

.content {
  position: relative;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(51, 51, 51, 0.49) 52%, rgba(102, 102, 102, 0) 100%);
  transition: background-color 0.3s;
  /*&:hover {
    background: linear-gradient(180.00deg, rgba(0, 0, 0, 0.63),rgba(51, 51, 51, 0.52) 52%,rgba(102, 102, 102, 0) 100%);
  }*/
}
.header:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(51, 51, 51, 0.42) 50%, rgba(102, 102, 102, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
body.fixed .header:after {
  opacity: 1;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  margin: 0 50px 0 77px;
  padding-right: 157px;
  position: relative;
  z-index: 2;
}
.header__logo a {
  display: block;
}
.header__logo--white {
  display: block;
}
.header__logo--color {
  display: none;
}
.header__menu {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.header__menu ul {
  display: flex;
  gap: 40px;
}
.header__menu li {
  display: block;
}
.header__menu li.contacts {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.header__menu a {
  display: block;
  position: relative;
  color: rgb(255, 252, 245);
  text-decoration: none;
  transition: color 0.35s ease-out, transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.header__menu a:before {
  background-color: currentColor;
  bottom: -0.2em;
  content: "";
  height: 0.05em;
  left: 0;
  min-height: 1px;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.header__menu a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.header__menu-opener {
  display: none;
}
.header__search {
  display: flex;
  align-items: center;
}
.header__search--opener {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__search--opener:hover {
  cursor: pointer;
}
.header__search--opener svg {
  display: block;
}
.header__search--opener span {
  display: block;
  position: relative;
  color: rgb(255, 252, 245);
  transition: color 0.35s ease-out, transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.header__search--opener span:before {
  background-color: currentColor;
  bottom: -0.2em;
  content: "";
  height: 0.05em;
  left: 0;
  min-height: 1px;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.header__search--opener:hover span:before {
  transform: scaleX(1);
  transform-origin: left;
}
.header__search form {
  display: flex;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  height: 126px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #b4b4b4;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), visibility 0.3s;
  transform-origin: top center;
}
.header__search form input {
  display: block;
  width: 871px;
  height: 60px;
  border-radius: 20px;
  background: rgb(255, 255, 255);
  padding: 10px 38px 10px 18px;
  border: 2px solid transparent;
  transition: border-color 0.3s;
  color: rgb(63, 63, 63);
}
.header__search form input::placeholder {
  color: rgb(128, 128, 128);
}
.header__search form input:focus {
  border: 2px solid rgb(255, 238, 136);
}
.header__search form button {
  display: block;
  border-radius: 20px;
  background: rgb(63, 63, 63);
  width: 74.81px;
  height: 60px;
  border: none;
  transition: background-color 0.3s;
}
.header__search form button svg path {
  transition: fill 0.3s;
}
.header__search form button:hover {
  background: rgb(255, 238, 136);
  cursor: pointer;
}
.header__search form button:hover svg path {
  fill: rgb(32, 32, 32);
}
.header__search--cleaner {
  display: none;
  position: absolute;
  top: 51px;
  right: calc(50% - 371px);
  z-index: 2;
}
.header__search--cleaner:hover {
  cursor: pointer;
}
.header__search--cleaner svg {
  display: block;
}
.header__search--cleaner.active {
  display: block;
}
.header__search.opened form {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header__search.opened .header__search--opener {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 12;
}
.header__search .ajax_search_result {
  display: flex;
  position: fixed;
  left: 0;
  top: 126px;
  right: 0;
  max-height: calc(100% - 126px);
  overflow-y: auto;
  background: rgb(32, 32, 32);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), visibility 0.3s;
  transform-origin: top center;
}
.header__search .ajax_search_result.showed {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header__search .ajax_search_result ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  padding: 0 0 40px;
  width: 959.8px;
  margin: auto;
}
.header__search .ajax_search_result li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #fff;
}
.header__search .ajax_search_result li.search_ajax_zagl {
  color: #fff;
  font-size: 22px;
  padding-top: 40px;
}
.header__search .ajax_search_result a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.header__search .ajax_search_result a b {
  font-weight: 400;
  color: #ffee88;
}
.header__search .ajax_search_result .price {
  color: #fff;
  white-space: nowrap;
}
.header.inner {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.49) 52%, rgba(255, 255, 255, 0) 100%);
}
.header.inner .header__logo--white {
  display: none;
}
.header.inner .header__logo--color {
  display: block;
}
.header.inner .header__menu a {
  color: rgb(63, 63, 63);
}
.header.inner .header__search--opener svg path {
  fill: rgb(63, 63, 63);
}
.header.inner .header__search--opener span {
  color: rgb(63, 63, 63);
}
.header.inner .header__search.opened .header__search--opener svg path {
  fill: rgb(255, 252, 245);
}
.header.inner .header__search.opened .header__search--opener span {
  color: rgb(255, 252, 245);
}
@media (max-width: 1365px) {
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    margin: 0 20px 0 20px;
    padding-right: 117px;
    position: relative;
    z-index: 2;
  }
  .header__menu ul {
    gap: 20px;
  }
  .header__search form {
    justify-content: flex-start;
    padding-left: 40px;
    gap: 10px;
  }
  .header__search form input {
    width: calc(100% - 285px);
  }
  .header__search--cleaner {
    top: 51px;
    right: 305px;
  }
  .header__search .ajax_search_result ul {
    padding: 0 40px 40px;
    width: 100%;
  }
  .header__search .ajax_search_result li {
    display: block;
  }
}
@media (max-width: 1100px) {
  .header .container {
    padding-right: 0;
    gap: 108px;
  }
  .header__logo {
    order: 1;
  }
  .header__menu {
    order: 3;
    flex-grow: 0;
  }
  .header__menu-opener {
    display: block;
  }
  .header__menu ul {
    display: flex;
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(32, 32, 32);
    width: 40%;
    flex-direction: column;
    gap: 40px;
    padding: 86px 20px 40px;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), visibility 0.3s;
    transform-origin: top right;
  }
  .header__menu ul li.contacts {
    position: static;
    transform: none;
  }
  .header__menu.opened .header__menu-opener {
    position: relative;
    z-index: 6;
  }
  .header__menu.opened ul {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .header.inner .header__menu.opened a {
    color: rgb(255, 252, 245);
  }
  .header__search {
    order: 2;
    flex-grow: 1;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .header__menu ul {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .header .container {
    height: 60px;
    gap: 40px;
  }
  .header__logo {
    position: relative;
    z-index: 7;
  }
  .header__logo svg {
    width: 107.3px;
    height: 26px;
  }
  .header__menu ul {
    width: 100%;
  }
  .header__menu a:before {
    display: none;
  }
  .header__search {
    order: 2;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .header__search--opener span {
    display: none;
  }
  .header__search form {
    height: 143px;
    align-items: flex-start;
    padding: 63px 20px 0;
  }
  .header__search form input {
    width: 100%;
  }
  .header__search form button {
    display: none;
  }
  .header__search--cleaner {
    top: 81px;
    right: 40px;
  }
  .header__search.opened .header__search--opener {
    top: 20px;
    right: 20px;
  }
  .header__search.opened .header__search--opener span {
    display: block;
  }
  .header__search.opened .header__search--opener svg {
    display: none;
  }
  .header__search .ajax_search_result {
    top: 143px;
  }
  .header__search .ajax_search_result ul {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.slider {
  width: 100%;
  height: 100vh;
}
.slider__item {
  position: relative;
}
.slider__item img, .slider__item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  opacity: 0.99;
  left: 0;
  top: 0;
}
.slider .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  left: 80px;
  bottom: 80px;
  max-width: 1178px;
  margin-right: 300px;
}
.slider__name {
  color: rgb(255, 252, 245);
  font-size: 100px;
  line-height: 90px;
  margin-bottom: 40px;
}
.slider__bottom {
  border-top: 1px solid #fff;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  height: 100px;
}
.slider__desc {
  color: rgb(255, 252, 245);
  font-size: 22px;
  line-height: 28px;
}
.slider__button a .mob {
  display: none;
}
.slider__buttons {
  display: flex;
  gap: 20px;
  position: absolute;
  right: 50px;
  bottom: 82px;
  z-index: 5;
}
.slider__buttons-prev, .slider__buttons-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: rgb(255, 252, 245);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.slider__buttons-prev:hover, .slider__buttons-next:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.slider__buttons svg {
  display: block;
}
@media (max-width: 1365px) {
  .slider .container {
    left: 20px;
    bottom: 60px;
    right: 20px;
    max-width: none;
    margin-right: 0;
  }
  .slider__name {
    font-size: 80px;
    line-height: 80px;
    margin-right: 300px;
  }
  .slider__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    height: auto;
    padding-right: 300px;
    min-height: 164px;
  }
  .slider__buttons {
    right: 20px;
    bottom: 60px;
  }
}
@media (max-width: 1100px) {
  .slider__name {
    margin-right: 0;
  }
  .slider__bottom {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .slider__name {
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .slider__bottom {
    padding-top: 20px;
    min-height: 135px;
  }
  .slider__desc {
    font-size: 18px;
    line-height: 22.4px;
  }
  .slider__button a {
    padding: 12px 27px;
  }
  .slider__button a .desc {
    display: none;
  }
  .slider__button a .mob {
    display: flex;
  }
}

.products-home {
  padding-top: 120px;
  background: rgb(255, 252, 245);
}
.products-home .container {
  overflow: hidden;
}
.products-home__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 50px 0 80px;
  gap: 40px;
}
.products-home__subtitle {
  color: rgb(153, 153, 153);
}
.products-home__title {
  margin-top: 10px;
  color: rgb(63, 63, 63);
  font-size: 46px;
  line-height: 50px;
}
.products-home__slider {
  margin: 120px 0 0 50px;
  overflow: visible;
  padding-right: 50px;
  padding-bottom: 120px;
}
.products-home__slider-item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
}
.products-home__slider-image {
  display: block;
  overflow: hidden;
}
.products-home__slider-image img {
  display: block;
  max-width: none;
  max-height: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: transform 0.75s ease;
}
a:hover .products-home__slider-image img {
  transform: scale(1.1);
}
.products-home__slider-name {
  display: block;
  position: relative;
  margin-top: 10px;
  color: rgb(63, 63, 63);
  font-size: 22px;
  line-height: 28px;
  transition: color 0.35s ease-out, transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.products-home__slider-name:before {
  background-color: currentColor;
  bottom: -0.2em;
  content: "";
  height: 0.05em;
  left: 0;
  min-height: 1px;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
a:hover .products-home__slider-name:before {
  transform: scaleX(1);
  transform-origin: left;
}
.products-home__slider .is-partial-left a:hover {
  cursor: w-resize !important;
}
.products-home__slider .is-partial-right a:hover {
  cursor: e-resize !important;
}
@media (max-width: 860px) {
  .products-home__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin: 0 20px;
  }
  .products-home__slider {
    margin-top: 80px;
    margin-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .products-home {
    padding-top: 80px;
  }
  .products-home__title {
    font-size: 34px;
    line-height: 40px;
  }
  .products-home__slider {
    padding-bottom: 80px;
  }
}

.cooperation-home {
  margin-top: 100px;
  margin-bottom: 100px;
}
.cooperation-home .container {
  margin-left: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 72px;
}
.cooperation-home__left {
  width: calc(50% - 36px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cooperation-home__subtitle {
  color: rgb(153, 153, 153);
}
.cooperation-home__title {
  color: rgb(63, 63, 63);
  font-size: 56px;
  line-height: 60px;
  margin-top: 10px;
}
.cooperation-home__right {
  width: calc(50% - 36px);
}
.cooperation-home__item {
  border-top: 1px solid rgb(218, 214, 199);
  padding: 60px 98px 60px 104px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.cooperation-home__item:first-child {
  border: none;
}
.cooperation-home__number {
  color: rgb(63, 63, 63);
  font-size: 100px;
  line-height: 90px;
  font-weight: 700;
  width: 130px;
  text-align: right;
}
.cooperation-home__desc {
  color: rgb(63, 63, 63);
  font-size: 22px;
  line-height: 28px;
  width: calc(100% - 160px);
}
.cooperation-home__button-desk {
  margin-top: 40px;
}
.cooperation-home__button-mob {
  display: none;
}
@media (max-width: 1365px) {
  .cooperation-home__item {
    padding: 60px 98px 60px 0;
  }
  .cooperation-home__item:first-child {
    border: none;
  }
}
@media (max-width: 860px) {
  .cooperation-home {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .cooperation-home .container {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .cooperation-home__left {
    width: 100%;
  }
  .cooperation-home__title {
    font-size: 46px;
    line-height: 50px;
  }
  .cooperation-home__right {
    width: 100%;
  }
  .cooperation-home__item {
    padding: 40px 0;
  }
  .cooperation-home__button-desk {
    display: none;
  }
  .cooperation-home__button-mob {
    display: block;
  }
}
@media (max-width: 575px) {
  .cooperation-home {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .cooperation-home .container {
    margin-right: 20px;
    gap: 20px;
  }
  .cooperation-home__title {
    font-size: 34px;
    line-height: 40px;
  }
  .cooperation-home__item {
    padding: 20px 0;
    flex-direction: column;
    gap: 8px;
  }
  .cooperation-home__number {
    font-size: 56px;
    line-height: 60px;
    width: 100%;
    text-align: left;
  }
  .cooperation-home__desc {
    width: 100%;
  }
}

.complex-home {
  position: relative;
}
.complex-home__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
.complex-home__bg img {
  display: block;
  max-width: none;
  max-height: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0) scale(1.5);
  will-change: transform;
  backface-visibility: hidden;
}
.complex-home .container {
  height: 875px;
  position: relative;
  z-index: 3;
  padding-top: 120px;
  padding-bottom: 80px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.complex-home__title {
  color: rgb(255, 252, 245);
  font-size: 100px;
  line-height: 90px;
}
.complex-home__desc {
  color: rgb(255, 252, 245);
  font-size: 34px;
  line-height: 40px;
}
@media (max-width: 860px) {
  .complex-home .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .complex-home__title {
    font-size: 80px;
    line-height: 80px;
  }
  .complex-home__desc br {
    display: none;
  }
}
@media (max-width: 575px) {
  .complex-home__title {
    font-size: 46px;
    line-height: 50px;
  }
  .complex-home__desc {
    font-size: 28px;
    line-height: 34px;
  }
}

.application-home {
  background: rgb(63, 63, 63);
  padding-top: 150px;
}
.application-home .container {
  overflow: hidden;
}
.application-home__title {
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
  color: rgb(255, 252, 245);
  font-size: 56px;
  line-height: 60px;
  border-bottom: 1px solid rgba(255, 252, 245, 0.2);
}
.application-home__slider {
  margin-top: 40px;
  padding-bottom: 40px;
  margin-left: 50px;
  overflow: visible;
  padding-right: 50px;
}
.application-home__slider .is-partial-left a:hover, .application-home__slider .is-partial-left .a:hover, .application-home__slider .swiper-slide-prev a:hover, .application-home__slider .swiper-slide-prev .a:hover {
  cursor: w-resize !important;
}
.application-home__slider .is-partial-right a:hover, .application-home__slider .is-partial-right .a:hover {
  cursor: e-resize !important;
}
.application-home__slider-item a, .application-home__slider-item .a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.application-home__slider-item a span, .application-home__slider-item .a span {
  display: block;
}
.application-home__slider--image {
  width: 100%;
  aspect-ratio: 900/580;
  overflow: hidden;
  position: relative;
}
.application-home__slider--image img {
  display: block;
  max-width: none;
  max-height: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: transform 0.75s ease;
}
a:hover .application-home__slider--image img {
  transform: scale(1.1);
  cursor: pointer;
}
.a:hover .application-home__slider--image img {
  transform: scale(1.1);
}
.application-home__slider--name {
  margin-top: 10px;
  color: rgb(255, 252, 245);
  font-size: 28px;
  line-height: 34px;
  position: relative;
  transition: color 0.35s ease-out, transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.application-home__slider--name:before {
  background-color: currentColor;
  bottom: -0.2em;
  content: "";
  height: 1px;
  left: 0;
  min-height: 1px;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
a:hover .application-home__slider--name:before {
  transform: scaleX(1);
  transform-origin: left;
}
@media (max-width: 860px) {
  .application-home {
    padding-top: 120px;
  }
  .application-home__title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .application-home__slider {
    margin-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .application-home {
    padding-top: 80px;
  }
  .application-home__title {
    font-size: 46px;
    line-height: 50px;
    letter-spacing: -1.68px;
    border: none;
  }
  .application-home__slider {
    margin-top: 0;
    padding-bottom: 80px;
  }
  .application-home .swiper-wrapper {
    display: block;
  }
  .application-home__slider-item {
    margin-bottom: 40px;
  }
  .application-home__slider--name {
    font-size: 22px;
    line-height: 28px;
  }
}

.portfolio-home {
  background: rgb(63, 63, 63);
  padding-top: 160px;
  border-top: 1px solid rgba(255, 252, 245, 0.2);
}
.portfolio-home .container {
  overflow: hidden;
}
.portfolio-home__title {
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
  color: rgb(255, 252, 245);
  font-size: 56px;
  line-height: 60px;
}
.portfolio-home__slider {
  padding-bottom: 40px;
  margin-left: 50px;
  overflow: visible;
  padding-right: 50px;
}
.portfolio-home__slider .is-partial-left a:hover, .portfolio-home__slider .is-partial-left .a:hover, .portfolio-home__slider .swiper-slide-prev a:hover, .portfolio-home__slider .swiper-slide-prev .a:hover {
  cursor: w-resize !important;
}
.portfolio-home__slider .is-partial-right a:hover, .portfolio-home__slider .is-partial-right .a:hover {
  cursor: e-resize !important;
}
.portfolio-home__slider-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.portfolio-home__slider--image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}
.portfolio-home__slider--image img {
  display: block;
  max-width: none;
  max-height: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: transform 0.75s ease;
}
a:hover .portfolio-home__slider--image img {
  transform: scale(1.1);
}
.portfolio-home__info {
  position: absolute;
  height: 89px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(51, 51, 51, 0.49) 52%, rgba(102, 102, 102, 0) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 20px;
  padding: 0 20px 20px;
}
.portfolio-home__area {
  display: flex;
  align-items: center;
  gap: 5px;
}
.portfolio-home__area-text {
  color: rgb(255, 252, 245);
}
.portfolio-home__time {
  display: flex;
  align-items: center;
  gap: 5px;
}
.portfolio-home__time-text {
  color: rgb(255, 252, 245);
}
.portfolio-home__name {
  color: rgb(255, 252, 245);
  font-size: 22px;
  line-height: 28px;
  margin-top: 18px;
  display: block;
  position: relative;
  transition: color 0.35s ease-out, transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.portfolio-home__name:before {
  background-color: currentColor;
  bottom: -0.2em;
  content: "";
  height: 1px;
  left: 0;
  min-height: 1px;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
a:hover .portfolio-home__name:before {
  transform: scaleX(1);
  transform-origin: left;
}
.portfolio-home__desc {
  color: rgb(153, 153, 153);
  margin-top: 10px;
  display: block;
}
.portfolio-home__button {
  border-top: 1px solid rgba(255, 252, 245, 0.2);
  padding-top: 80px;
  display: flex;
  justify-content: center;
  padding-bottom: 160px;
}
.portfolio-home.inner {
  background: rgb(255, 252, 245);
  border: none;
  margin-top: 160px;
}
.portfolio-home.inner.white {
  background: none;
  border-top: 1px solid rgb(218, 214, 199);
  border-bottom: 1px solid rgb(218, 214, 199);
  padding-bottom: 120px;
}
.portfolio-home.inner .portfolio-home__title {
  color: rgb(63, 63, 63);
}
.portfolio-home.inner .portfolio-home__name {
  color: rgb(63, 63, 63);
}
.portfolio-home.inner .portfolio-home__desc {
  color: rgb(153, 153, 153);
}
.portfolio-home.inner .portfolio-home__button {
  border: none;
  padding-top: 0;
  justify-content: flex-start;
  padding-bottom: 160px;
  padding-left: 80px;
  padding-right: 80px;
}
.portfolio-home.inner .portfolio-home__button .btn-white {
  background: rgb(63, 63, 63);
}
.portfolio-home.inner .portfolio-home__button .btn-white span {
  color: rgb(255, 252, 245);
}
.portfolio-home.inner .portfolio-home__button .btn-white .ico svg path {
  fill: rgb(255, 252, 245);
}
.portfolio-home.inner .portfolio-home__button .btn-white:hover {
  background: rgb(255, 238, 136);
}
.portfolio-home.inner .portfolio-home__button .btn-white:hover span {
  color: rgb(32, 32, 32);
}
.portfolio-home.inner .portfolio-home__button .btn-white:hover svg path {
  fill: rgb(32, 32, 32);
}
.portfolio-home.inner.white .portfolio-home__slider {
  margin-left: 80px;
  padding-right: 80px;
}
@media (max-width: 860px) {
  .portfolio-home {
    padding-top: 120px;
  }
  .portfolio-home__title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .portfolio-home__slider {
    margin-left: 20px;
    padding-right: 20px;
  }
  .portfolio-home__button {
    padding: 40px 20px 120px;
    justify-content: flex-start;
  }
  .portfolio-home.inner {
    margin-top: 120px;
  }
  .portfolio-home.inner .portfolio-home__button {
    padding-left: 20px;
    padding-right: 20px;
  }
  .portfolio-home.inner.white {
    padding-bottom: 80px;
  }
  .portfolio-home.inner.white .portfolio-home__slider {
    margin-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .portfolio-home {
    padding-top: 80px;
  }
  .portfolio-home.inner {
    padding-top: 80px;
    margin-top: 80px;
  }
  .portfolio-home__title {
    font-size: 46px;
    line-height: 50px;
    letter-spacing: -1.68px;
  }
  .portfolio-home__slider {
    margin-top: 0;
    padding-bottom: 0;
  }
  .portfolio-home__button {
    border: none;
    padding-bottom: 80px !important;
  }
  .portfolio-home__button .btn-white {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.news-home {
  padding-top: 160px;
  background: rgb(255, 252, 245);
}
.news-home .container {
  overflow: hidden;
}
.news-home__title {
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
  color: rgb(63, 63, 63);
  font-size: 56px;
  line-height: 60px;
}
.news-home__slider {
  padding-bottom: 40px;
  margin-left: 50px;
  overflow: visible;
  padding-right: 50px;
}
.news-home__slider .is-partial-left a:hover, .news-home__slider .is-partial-left .a:hover, .news-home__slider .swiper-slide-prev a:hover, .news-home__slider .swiper-slide-prev .a:hover {
  cursor: w-resize !important;
}
.news-home__slider .is-partial-right a:hover, .news-home__slider .is-partial-right .a:hover {
  cursor: e-resize !important;
}
.news-home__slider-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news-home__slider-image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}
.news-home__slider-image img {
  display: block;
  max-width: none;
  max-height: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: transform 0.75s ease;
}
a:hover .news-home__slider-image img {
  transform: scale(1.1);
}
.news-home__slider-date {
  margin-top: 17px;
  color: rgb(63, 63, 63);
}
.news-home__slider-name {
  color: rgb(63, 63, 63);
  margin-top: 8px;
  display: block;
  position: relative;
  transition: color 0.35s ease-out, transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.news-home__slider-name:before {
  background-color: currentColor;
  bottom: -0.2em;
  content: "";
  height: 1px;
  left: 0;
  min-height: 1px;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
a:hover .news-home__slider-name:before {
  transform: scaleX(1);
  transform-origin: left;
}
.news-home__desc {
  color: rgb(153, 153, 153);
  margin-top: 10px;
  display: block;
}
.news-home__button {
  border-top: 1px solid rgba(255, 252, 245, 0.2);
  padding-top: 80px;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 160px;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 860px) {
  .news-home {
    padding-top: 120px;
  }
  .news-home__title {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
  .news-home__slider {
    margin-left: 20px;
    padding-right: 20px;
  }
  .news-home__button {
    padding: 40px 20px 120px;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .news-home {
    padding-top: 80px;
  }
  .news-home__title {
    font-size: 46px;
    line-height: 50px;
    letter-spacing: -1.68px;
    padding-bottom: 20px;
  }
  .news-home__slider {
    margin-top: 0;
    padding-bottom: 0;
  }
  .news-home__button {
    border: none;
    padding-bottom: 80px;
  }
  .news-home__button .btn-white {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.clients-home {
  padding-top: 160px;
  padding-bottom: 160px;
}
.clients-home .container {
  overflow: hidden;
}
.clients-home__title {
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
  color: rgb(63, 63, 63);
  font-size: 56px;
  line-height: 60px;
}
.clients-home__slider {
  margin-left: 50px;
  overflow: visible;
  padding-right: 50px;
}
.clients-home__slider-item {
  width: auto;
  height: 82px;
}
.clients-home__slider-image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.clients-home__slider-image img {
  display: block;
  max-width: none;
  max-height: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: transform 0.75s ease;
}
a:hover .clients-home__slider-image img {
  transform: scale(1.1);
  cursor: pointer;
}
@media (max-width: 860px) {
  .clients-home {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .clients-home__title {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
  .clients-home__slider {
    margin-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .clients-home {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .clients-home__title {
    font-size: 46px;
    line-height: 50px;
    letter-spacing: -1.68px;
    padding-bottom: 20px;
  }
  .clients-home__slider {
    margin-top: 0;
    padding-bottom: 0;
  }
}

.coop-home {
  position: relative;
}
.coop-home__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
.coop-home__bg img {
  display: block;
  max-width: none;
  max-height: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0) scale(1.5);
  will-change: transform;
  backface-visibility: hidden;
}
.coop-home .container {
  position: relative;
  z-index: 3;
  padding-top: 160px;
  padding-bottom: 160px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.coop-home__title {
  color: rgb(255, 252, 245);
  font-weight: 400;
  font-size: 56px;
  line-height: 60px;
}
.coop-home__desc {
  color: rgb(255, 255, 255);
  font-size: 22px;
  line-height: 28px;
  margin-top: 20px;
}
.coop-home__desc ul {
  margin-top: 8px;
  padding-left: 30px;
}
.coop-home__desc li {
  margin-top: 5px;
}
.coop-home__button {
  margin-top: 65px;
}
.coop-home__button a .mob {
  display: none;
}
.coop-home.coop-home-partner .coop-home__title {
  font-size: 80px;
  line-height: 80px;
}
.coop-home.coop-home-partner .coop-home__desc {
  margin-top: 40px;
}
.coop-home.coop-home-partner p {
  margin-top: 20px;
}
@media (max-width: 860px) {
  .coop-home .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .coop-home__desc {
    margin-top: 16px;
  }
  .coop-home.coop-home-partner .container {
    padding-top: 250px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .coop-home .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .coop-home__title {
    font-size: 34px;
    line-height: 40px;
  }
  .coop-home__desc {
    font-size: 18px;
    line-height: 22.4px;
    margin-top: 16px;
  }
  .coop-home__desc li {
    margin-top: 3px;
  }
  .coop-home__button a .desk {
    display: none;
  }
  .coop-home__button a .mob {
    display: flex;
  }
  .coop-home.coop-home-partner .coop-home__bg {
    aspect-ratio: 360/280;
  }
  .coop-home.coop-home-partner .container {
    margin: 0;
    padding: 0;
  }
  .coop-home.coop-home-partner .coop-home__title {
    aspect-ratio: 360/280;
    font-size: 43px;
    line-height: 40px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .coop-home.coop-home-partner .coop-home__desc {
    color: rgb(63, 63, 63);
    font-size: 18px;
    font-weight: 400;
    line-height: 22.4px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer {
  padding-top: 160px;
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 231px;
  background: rgb(255, 252, 245);
}
.footer__top {
  display: flex;
}
.footer__logo {
  flex-grow: 1;
}
.footer__logo a {
  display: block;
}
.footer__logo a svg {
  display: block;
}
.footer__right {
  display: flex;
  justify-content: space-between;
  width: 55%;
  min-width: 650px;
}
.footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 274px;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}
.footer__name {
  margin-bottom: 20px;
  color: rgb(63, 63, 63);
  font-size: 22px;
  line-height: 28px;
}
.footer__name a {
  display: block;
  color: rgb(63, 63, 63);
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
  position: relative;
  transition: color 0.35s ease-out, transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.footer__name a:before {
  background-color: currentColor;
  bottom: -0.2em;
  content: "";
  height: 0.05em;
  left: 0;
  min-height: 1px;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.footer__name a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.footer__link {
  margin-top: 10px;
}
.footer__link a {
  display: block;
  color: rgb(153, 153, 153);
  text-decoration: none;
  position: relative;
  transition: color 0.35s ease-out, transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.footer__link a:before {
  background-color: currentColor;
  bottom: -0.2em;
  content: "";
  height: 0.05em;
  left: 0;
  min-height: 1px;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.footer__link a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
.footer__contacts a {
  display: block;
  color: rgb(63, 63, 63);
  text-decoration: none;
  position: relative;
  transition: color 0.35s ease-out, transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.footer__contacts a:before {
  background-color: currentColor;
  bottom: -0.2em;
  content: "";
  height: 0.05em;
  left: 0;
  min-height: 1px;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.footer__contacts a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.footer__button a {
  border: 1px solid rgb(218, 214, 199);
}
.footer__bottom {
  display: flex;
  margin-top: 160px;
}
.footer__copy {
  flex-grow: 1;
  color: rgb(153, 153, 153);
}
.footer__privacy {
  width: 55%;
  min-width: 650px;
}
.footer__privacy a {
  color: rgb(153, 153, 153);
}
@media (max-width: 1365px) {
  .footer {
    padding-right: 80px;
  }
}
@media (max-width: 1100px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .footer__right, .footer__privacy {
    width: 560px;
    min-width: 0;
  }
}
@media (max-width: 860px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .footer__top {
    flex-direction: column;
  }
  .footer__right {
    width: 100%;
    margin-top: 40px;
  }
  .footer__bottom {
    justify-content: space-between;
    margin-top: 80px;
  }
  .footer__privacy {
    width: auto;
    min-width: 0;
  }
}
@media (max-width: 575px) {
  .footer {
    padding-bottom: 22px;
  }
  .footer__right {
    flex-direction: column;
  }
  .footer__name {
    margin-bottom: 10px;
  }
  .footer__bottom {
    flex-direction: column;
    margin-top: 40px;
    gap: 10px;
  }
}

.breadcrumbs {
  margin-top: 90px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
  background: rgb(255, 252, 245);
}
.breadcrumbs .container {
  display: flex;
}
.breadcrumbs__back {
  display: flex;
  gap: 16px;
  align-items: center;
  text-decoration: none;
}
.breadcrumbs__back svg, .breadcrumbs__back span {
  display: block;
}
.breadcrumbs__back span {
  color: rgb(153, 153, 153);
  position: relative;
  transition: color 0.35s ease-out, transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.breadcrumbs__back span:before {
  background-color: currentColor;
  bottom: -0.2em;
  content: "";
  height: 0.05em;
  left: 0;
  min-height: 1px;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.breadcrumbs__back:hover span:before {
  transform: scaleX(1);
  transform-origin: left;
}
.breadcrumbs.transparent .breadcrumbs__back span {
  color: #fff;
}
.breadcrumbs.transparent .breadcrumbs__back svg path {
  fill: #fff;
}
.breadcrumbs.transparent {
  position: relative;
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}
.breadcrumbs.transparent .container {
  position: absolute;
  z-index: 4;
  left: 80px;
  top: 20px;
  right: 80px;
}
@media (max-width: 860px) {
  .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
  .breadcrumbs.transparent .container {
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 575px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}

.head {
  padding-bottom: 20px;
  padding-left: 80px;
  padding-right: 80px;
  background: rgb(255, 252, 245);
}
.head h1 {
  color: rgb(32, 32, 32);
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}
.head h2 {
  color: rgb(63, 63, 63);
  font-size: 56px;
  line-height: 60px;
  font-weight: 400;
  margin-top: 40px;
}
@media (max-width: 860px) {
  .head {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .head h1 {
    font-size: 46px;
    line-height: 50px;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
  }
  .head h2 {
    font-size: 30px;
    line-height: 34px;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
  }
}

.head-subtext {
  padding-bottom: 80px;
  padding-left: 80px;
  padding-right: 80px;
  background: rgb(255, 252, 245);
}
.head-subtext .container {
  color: rgb(63, 63, 63);
  font-size: 22px;
  line-height: 28px;
}
.head-subtext h2 {
  color: rgb(63, 63, 63);
  font-size: 56px;
  line-height: 60px;
  font-weight: 400;
  margin-top: 40px;
}
.head-subtext ul {
  padding-left: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 860px) {
  .head-subtext {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .head-subtext {
    padding-bottom: 40px;
  }
  .head-subtext h2 {
    font-size: 30px;
    line-height: 34px;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
  }
}

.solution-filters {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 40px;
  background: rgb(255, 252, 245);
}
.solution-filters ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.solution-filters li {
  display: block;
}
.solution-filters a {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  border-radius: 60px;
  background: rgb(237, 234, 224);
  transition: background-color 0.3s;
  padding: 12px 40px 12px 40px;
}
.solution-filters a:hover {
  background: var(--beige1, rgb(218, 214, 199));
}
.solution-filters svg {
  display: block;
}
.solution-filters span {
  display: block;
  color: rgb(63, 63, 63);
}
.solution-filters li.active a {
  background: rgb(255, 238, 136);
}
@media (max-width: 860px) {
  .solution-filters {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .solution-filters a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.solution-list {
  margin-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
}
.solution-list .container {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 127px;
}
.solution-list__item {
  width: calc(33.33333333% - 84.6666666666px);
}
.solution-list a {
  display: block;
  text-decoration: none;
}
.solution-list span {
  display: block;
}
.solution-list__image {
  overflow: hidden;
  position: relative;
}
.solution-list__image img {
  display: block;
  max-width: none;
  max-height: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: transform 0.75s ease;
}
a:hover .solution-list__image img {
  transform: scale(1.1);
  cursor: pointer;
}
.solution-list__tags {
  position: absolute;
  left: 22px;
  bottom: 28px;
  display: flex !important;
  gap: 8px;
}
.solution-list__tags span {
  color: rgb(237, 234, 224);
  border: 1px solid rgb(237, 234, 224);
  border-radius: 60px;
  padding: 5px 6px;
  background: rgba(0, 0, 0, 0.1);
}
.solution-list__name {
  margin-top: 18px;
  color: rgb(63, 63, 63);
  font-size: 46px;
  line-height: 50px;
  letter-spacing: -1.68px;
}
.solution-list__section {
  margin-top: 10px;
  color: #3F3F3F;
}
.solution-list__desc {
  margin-top: 15px;
  color: #3F3F3F;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
}
.solution-list__props {
  margin-top: 15px;
}
.solution-list__props-item {
  color: #3F3F3F;
}
.solution-list__props-item i {
  font-style: normal;
  color: #999999;
}
.solution-list__bottom {
  display: flex !important;
  gap: 10px 20px;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
.solution-list__price {
  display: flex !important;
  gap: 10px;
  align-items: flex-end;
  white-space: nowrap;
}
.solution-list__price-amount {
  font-size: 34px;
  line-height: 40px;
}
.solution-list__price-currency {
  font-size: 18px;
  line-height: 22.4px;
  margin-bottom: 3px;
}
.solution-list__more {
  display: flex;
  justify-content: flex-start;
}
.solution-list__more .btn-white {
  display: flex;
  padding: 12px 40px 12px 40px;
  background: rgb(237, 234, 224);
}
.solution-list__more .btn-white .ico svg {
  display: block;
}
.solution-list__more .btn-white .ico svg path {
  fill: rgb(32, 32, 32);
  transition: fill 0.3s;
}
.solution-list__more .btn-white:hover {
  background: rgb(218, 214, 199);
}
.solution-list__more .btn-white:hover span {
  color: rgb(32, 32, 32);
}
.solution-list__more .btn-white:hover .ico svg {
  display: block;
}
.solution-list__more .btn-white:hover .ico svg path {
  fill: rgb(32, 32, 32);
  transition: fill 0.3s;
}
.solution-list a:hover .btn-white {
  background: rgb(218, 214, 199);
}
.solution-list a:hover .btn-white span {
  color: rgb(63, 63, 63);
}
.solution-list a:hover .btn-white svg path {
  fill: rgb(63, 63, 63);
}
@media (max-width: 1600px) {
  .solution-list__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1365px) {
  .solution-list .container {
    gap: 80px 20px;
  }
  .solution-list__item {
    width: calc(33.33333333% - 13.3333333333px);
  }
}
@media (max-width: 1100px) {
  .solution-list__item {
    width: calc(50% - 10px);
  }
  .solution-list__bottom {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 860px) {
  .solution-list {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .solution-list__item {
    width: 100%;
  }
  .solution-list__desc {
    display: block !important;
  }
}
.solution .container {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
}
.solution .wrapper {
  width: 100%;
  background: rgb(255, 252, 245);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding-top: 40px;
}
.solution h1 {
  width: calc(50% - 250px);
  color: rgb(32, 32, 32);
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
  margin-right: 80px;
}
.solution__head-desc {
  width: calc(50% - 250px);
  margin-right: 80px;
  margin-top: 20px;
  color: rgb(63, 63, 63);
  font-size: 22px;
  line-height: 28px;
}
.solution__images {
  position: absolute;
  left: 80px;
  top: 40px;
  width: calc(50% - 80px);
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.solution__images-prew img {
  display: block;
  max-width: none;
  max-height: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.solution__images-detail {
  position: relative;
}
.solution__images-detail-img {
  width: 74%;
}
.solution__images-detail img {
  display: block;
  max-width: none;
  max-height: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.solution__images-detail-bg {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: linear-gradient(90deg, rgba(237, 234, 224, 0) 0%, rgb(237, 234, 224) 47.29%, rgb(237, 234, 224) 100%);
}
.solution__images ol {
  position: absolute;
  right: 32px;
  bottom: 47px;
  border-radius: 30px;
  background: rgb(255, 255, 255);
  padding: 20px 20px 20px 50px;
  max-width: 300px;
  z-index: 2;
}
.solution__images li {
  margin-top: 6px;
  color: rgb(32, 32, 32);
  font-size: 18px;
  line-height: 24px;
}
.solution__images li:first-child {
  margin-top: 0;
}
.solution__buy {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgb(218, 214, 199);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.solution__buy-wrapper {
  width: calc(50% - 250px);
  margin-right: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.solution__buy-price {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.solution__buy-price-count {
  color: rgb(63, 63, 63);
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
}
.solution__buy-price-currency {
  color: rgb(63, 63, 63);
  margin-bottom: 4px;
}
.solution__buy-edit a {
  display: block;
  color: rgb(153, 153, 153);
  text-decoration: none;
  border-bottom: 1px dashed rgb(153, 153, 153);
  transition: border-color 0.3s;
}
.solution__buy-edit a:hover {
  border-color: transparent;
}
.solution__buy-area-name {
  color: rgb(153, 153, 153);
  text-align: center;
}
.solution__buy-area-input {
  margin-top: 4px;
}
.solution__buy-area-input input {
  width: 133px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(63, 63, 63);
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 20px;
  background: rgb(237, 234, 224);
  transition: border-color 0.3s, background-color 0.3s;
}
.solution__buy-area-input input:focus {
  border: 2px solid rgb(255, 238, 136);
  background: rgb(255, 255, 255);
}
.solution__buy-summ-name {
  color: rgb(153, 153, 153);
}
.solution__buy-summ-count {
  color: rgb(63, 63, 63);
  white-space: nowrap;
  margin-top: 6px;
  margin-bottom: 5px;
}
.solution__buy-summ-count b {
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
}
.solution__desc {
  width: calc(50% - 250px);
  padding-top: 80px;
  padding-bottom: 80px;
  margin-right: 80px;
  color: rgb(63, 63, 63);
}
.solution__button {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.solution__button a {
  border: 1px solid rgb(218, 214, 199);
}
.solution__top-par {
  width: calc(50% - 250px);
  margin-right: 80px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.solution__top-par .solution__button {
  margin-top: 80px;
}
.solution__top-par .solution__button a {
  border: none;
}
.solution__top-par-name {
  color: rgb(63, 63, 63);
  font-size: 28px;
  line-height: 34px;
}
.solution__top-par-items {
  margin-top: 10px;
}
.solution__top-par-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  text-decoration: none;
}
.solution__top-par-item span, .solution__top-par-item svg {
  display: block;
}
.solution__top-par-item-name {
  color: rgb(63, 63, 63);
  flex-grow: 1;
  position: relative;
  transition: color 0.35s ease-out, transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.docs .solution__top-par-item-name {
  flex-grow: 0;
}
.solution__top-par-item-name:before {
  background-color: currentColor;
  bottom: -0.2em;
  content: "";
  height: 1px;
  left: 0;
  min-height: 1px;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
a:hover .solution__top-par-item-name:before {
  transform: scaleX(1);
  transform-origin: left;
}
.solution__top-par-item-desc {
  color: rgb(63, 63, 63);
  width: 100px;
  margin-left: 10px;
}
@media (max-width: 1800px) {
  .solution__buy-wrapper {
    gap: 45px 0;
    justify-content: flex-start;
  }
  .solution__buy-first {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .solution__buy-area {
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .solution__buy-summ {
    width: 35%;
  }
  .solution__buy-order {
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1500px) {
  .solution h1, .solution__head-desc, .solution__buy-wrapper, .solution__desc, .solution__top-par {
    width: calc(50% - 120px);
  }
  .solution__images ol {
    position: static;
    background: none;
    border-radius: 0;
    padding: 0 0 0 20px;
    margin-top: 20px;
  }
  .solution__images-detail-img {
    width: 100%;
  }
  .solution__images-detail-bg {
    display: none;
  }
}
@media (max-width: 1365px) {
  .solution h1, .solution__head-desc, .solution__buy-wrapper, .solution__desc, .solution__top-par {
    width: calc(45% - 120px);
  }
  .solution__images {
    width: calc(55% - 80px);
    gap: 40px;
  }
  .solution__buy-first {
    width: 50%;
  }
  .solution__buy-area {
    width: 50%;
  }
  .solution__buy-summ {
    width: 50%;
  }
  .solution__buy-order {
    width: 50%;
  }
}
@media (max-width: 1100px) {
  .solution h1, .solution__head-desc, .solution__buy-wrapper, .solution__desc, .solution__top-par {
    width: calc(50% - 120px);
  }
  .solution__images {
    width: calc(50% - 80px);
    gap: 40px;
  }
}
@media (max-width: 860px) {
  .solution .wrapper {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  .solution h1, .solution__head-desc, .solution__buy-wrapper, .solution__desc, .solution__top-par {
    width: 100%;
    margin-right: 0;
  }
  .solution__images {
    position: static;
    width: 100%;
    gap: 80px;
    margin-top: 40px;
  }
  .solution__images-prew {
    display: none;
  }
  .solution__images-detail-img {
    width: 74%;
  }
  .solution__images-detail-bg {
    display: block;
  }
  .solution__images ol {
    position: absolute;
    border-radius: 30px;
    background: rgb(255, 255, 255);
    padding: 20px 20px 20px 40px;
    max-width: 250px;
    bottom: 20px;
  }
  .solution__images li {
    font-size: 14px;
    line-height: 20px;
  }
  .solution__buy {
    margin-top: 80px;
  }
  .solution__buy-wrapper {
    justify-content: space-between;
  }
  .solution__buy-first, .solution__buy-area, .solution__buy-summ, .solution__buy-order {
    width: auto;
  }
  .solution__top-par {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  }
  .solution__top-par .solution__button {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .solution h1 {
    font-size: 56px;
    line-height: 60px;
  }
  .solution__head-desc {
    margin-top: 10px;
  }
  .solution__images {
    margin-top: 20px;
  }
  .solution__images-detail-img {
    aspect-ratio: 1/1;
    width: 100%;
  }
  .solution__images-detail-bg {
    display: none;
  }
  .solution__images ol {
    position: static;
    background: none;
    border-radius: 0;
    padding: 0 0 0 20px;
    margin-top: 20px;
  }
  .solution__buy {
    margin-top: 40px;
    border: none;
    padding-bottom: 0;
  }
  .solution__buy-wrapper {
    justify-content: flex-start;
    gap: 20px 30px;
  }
  .solution__buy-first {
    width: 100%;
    margin-bottom: 20px;
  }
  .solution__buy-order {
    width: 100%;
  }
  .solution__buy-order a {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .solution__desc {
    padding-top: 40px;
  }
  .solution__button {
    width: 100%;
  }
  .solution__button a {
    width: 100%;
    justify-content: center;
  }
}

.solution-composition {
  margin-top: 120px;
  border-top: 1px solid rgb(218, 214, 199);
  padding-top: 80px;
}
.solution-composition .container {
  margin-left: 80px;
  margin-right: 80px;
}
.solution-composition__header {
  color: rgb(63, 63, 63);
  font-size: 46px;
  line-height: 50px;
  letter-spacing: -1.68px;
  max-width: 983px;
  margin-bottom: 16px;
}
.solution-composition__desc {
  max-width: 983px;
}
.solution-composition__desc p {
  color: rgb(63, 63, 63);
  margin-bottom: 40px;
}
.solution-composition__desc p a {
  color: rgb(63, 63, 63);
}
.solution-composition__desc input {
  width: 133px;
  height: 47px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgb(63, 63, 63);
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 20px;
  background: rgb(237, 234, 224);
  transition: border-color 0.3s, background-color 0.3s;
}
.solution-composition__desc input:focus {
  border: 2px solid rgb(255, 238, 136);
  background: rgb(255, 255, 255);
}
.solution-composition__item {
  max-width: 1004px;
}
.solution-composition__item .label {
  display: flex;
  gap: 16px;
  align-items: center;
}
.solution-composition__item .checkbox {
  border-radius: 7px;
  background: rgb(237, 234, 224);
  width: 34px;
  height: 34px;
}
.solution-composition__item .checkbox:hover {
  cursor: pointer;
}
.solution-composition__item .checkbox svg {
  display: none;
}
.solution-composition__item .label.active svg {
  display: block;
}
.solution-composition__table {
  margin-top: 44px;
}
.solution-composition__table-line {
  display: flex;
  padding: 18px 0 18px 15px;
  border-top: 1px solid rgb(237, 234, 224);
  align-items: center;
}
.solution-composition__table-line:first-child {
  position: relative;
}
.solution-composition__table-line:last-child {
  border-bottom: 1px solid rgb(237, 234, 224);
}
.solution-composition__table-number {
  width: 28px;
  color: rgb(153, 153, 153);
  font-size: 16px;
  line-height: 20px;
}
.solution-composition__table-adaptive-top {
  display: flex;
  align-items: center;
  width: calc(100% - 433px);
}
.solution-composition__table.montaj .solution-composition__table-adaptive-top {
  width: calc(100% - 405px);
}
.solution-composition__table-image {
  width: 60px;
}
.solution-composition__table-image a {
  display: block;
}
.solution-composition__table-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.solution-composition__table-adaptive-name {
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
}
.solution-composition__table.montaj .solution-composition__table-adaptive-name {
  width: 100%;
}
.solution-composition__table-name {
  width: calc(100% - 155px);
  margin: 0 25px;
  font-size: 16px;
  line-height: 20px;
  color: rgb(63, 63, 63);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.solution-composition__table-name a {
  display: block;
  width: calc(100% - 28px);
  color: rgb(63, 63, 63);
  font-size: 16px;
  line-height: 20px;
}
.solution-composition__table.montaj .solution-composition__table-name {
  margin: 0 50px 0 0;
}
.solution-composition__table-line.active .solution-composition__table-name a {
  color: rgb(63, 63, 63);
}
.solution-composition__table-info {
  position: relative;
  display: block;
  width: 18px;
  height: 19px;
}
.solution-composition__table-info svg {
  display: block;
}
.solution-composition__table-info svg:hover {
  cursor: pointer;
}
.solution-composition__table-popup {
  position: fixed;
  z-index: 5;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  pointer-events: none;
}
.solution-composition__table-popup.active {
  visibility: visible;
  pointer-events: auto;
}
.solution-composition__table-popup-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: rgba(49, 49, 49, 0.2);
  opacity: 0;
  transition: opacity 0.28s ease;
  will-change: opacity;
}
.solution-composition__table-popup-bg:hover {
  cursor: pointer;
}
.solution-composition__table-popup.active .solution-composition__table-popup-bg {
  opacity: 1;
}
.solution-composition__table-popup-wrapper {
  position: relative;
  z-index: 2;
  border-radius: 25px;
  background: rgb(237, 234, 224);
  flex-direction: column;
  padding: 40px;
  width: 468px;
  transform: scale(0.92);
  transform-origin: var(--origin-x, 50%) var(--origin-y, 50%);
  opacity: 0;
  transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.22s ease;
  will-change: transform, opacity;
}
.solution-composition__table-popup.active .solution-composition__table-popup-wrapper {
  transform: scale(1);
  opacity: 1;
}
.solution-composition__table-popup-name {
  color: rgb(32, 32, 32);
  font-size: 28px;
  line-height: 34px;
  display: block;
}
.solution-composition__table-popup-img {
  margin-top: 16px;
  display: block;
}
.solution-composition__table-popup-desc {
  display: block;
  margin-top: 16px;
  color: rgb(63, 63, 63);
}
.solution-composition__table-popup-button {
  margin-top: 40px;
  display: flex;
}
.solution-composition__table-popup .btn-white {
  width: auto;
  background: transparent;
  border: 1px solid rgb(63, 63, 63);
}
.solution-composition__table-popup .btn-white:hover {
  border-color: rgb(63, 63, 63);
  background: rgb(63, 63, 63);
}
.solution-composition__table-popup .btn-white:hover span {
  color: rgb(255, 255, 255);
}
@media (max-width: 510px) {
  .solution-composition__table-popup {
    min-width: 375px;
  }
  .solution-composition__table-popup-wrapper {
    padding: 20px;
    width: auto;
    margin: 0 20px;
  }
  .solution-composition__table-popup-img img {
    max-width: none;
    max-height: none;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .solution-composition__table-popup-button {
    margin-top: 20px;
  }
}
.solution-composition__table-price {
  width: 105px;
  color: rgb(153, 153, 153);
  font-size: 16px;
  line-height: 20px;
}
.solution-composition__table-line.active .solution-composition__table-price {
  color: rgb(63, 63, 63);
}
.solution-composition__table-line:first-child .solution-composition__table-price:before {
  color: rgb(153, 153, 153);
  font-size: 16px;
  line-height: 20px;
  content: "Цена, ед";
  position: absolute;
  top: -23px;
  white-space: nowrap;
}
.solution-composition__table-adaptive-bottom {
  width: 371px;
  display: flex;
  align-items: center;
  gap: 47px;
}
.solution-composition__table-count {
  width: 67px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solution-composition__table-count span {
  color: rgb(153, 153, 153);
  font-size: 16px;
  line-height: 20px;
}
.solution-composition__table.montaj .solution-composition__table-count {
  width: 199px;
  color: rgb(63, 63, 63);
  font-size: 16px;
  line-height: 20px;
}
.solution-composition__table-count input {
  color: rgb(153, 153, 153);
  font-size: 16px;
  line-height: 20px;
  width: 40px;
  height: 34px;
  border: 1px solid rgb(218, 214, 199);
  text-align: center;
  background: #fff;
  border-radius: 7px;
  transition: border-color 0.3s, background-color 0.3s;
}
.solution-composition__table-line.active .solution-composition__table-count input {
  color: rgb(63, 63, 63);
  background: rgb(237, 234, 224);
  border-color: transparent;
}
.solution-composition__table-line.active .solution-composition__table-count input:focus {
  border: 2px solid rgb(255, 238, 136);
  background: rgb(255, 255, 255);
}
.solution-composition__table-line:first-child .solution-composition__table-count:before {
  color: rgb(153, 153, 153);
  font-size: 16px;
  line-height: 20px;
  content: "Количество";
  position: absolute;
  top: -23px;
  white-space: nowrap;
}
.solution-composition__table-area {
  width: 83px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solution-composition__table-area span {
  color: rgb(153, 153, 153);
  font-size: 16px;
  line-height: 20px;
}
.solution-composition__table-area input {
  color: rgb(153, 153, 153);
  font-size: 16px;
  line-height: 20px;
  width: 59px;
  height: 34px;
  border: 1px solid rgb(218, 214, 199);
  text-align: center;
  background: #fff;
  border-radius: 7px;
  transition: border-color 0.3s, background-color 0.3s;
}
.solution-composition__table-line.active .solution-composition__table-area input {
  color: rgb(63, 63, 63);
  background: rgb(237, 234, 224);
  border-color: transparent;
}
.solution-composition__table-line.active .solution-composition__table-area input:focus {
  border: 2px solid rgb(255, 238, 136);
  background: rgb(255, 255, 255);
}
.solution-composition__table-line:first-child .solution-composition__table-area:before {
  color: rgb(153, 153, 153);
  font-size: 16px;
  line-height: 20px;
  content: "Площадь";
  position: absolute;
  top: -23px;
  white-space: nowrap;
}
.solution-composition__table-summ {
  width: 127px;
  color: rgb(63, 63, 63);
  font-size: 16px;
  line-height: 20px;
}
.solution-composition__table-summ b {
  font-weight: 400;
}
.solution-composition__table-line.active .solution-composition__table-summ {
  color: #4D4D4D;
}
.solution-composition__table-line:first-child .solution-composition__table-summ:before {
  color: rgb(153, 153, 153);
  font-size: 16px;
  line-height: 20px;
  content: "Стоимость";
  position: absolute;
  top: -23px;
  white-space: nowrap;
}
.solution-composition__table-check {
  width: 34px;
}
.solution-composition__table-line:first-child .solution-composition__table-check:before {
  color: rgb(153, 153, 153);
  font-size: 16px;
  line-height: 20px;
  content: "В заказе";
  position: absolute;
  right: -9px;
  top: -23px;
  white-space: nowrap;
}
.solution-composition__table-bottom {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 14px;
  margin-bottom: 80px;
}
.solution-composition__table-bottom-name {
  color: rgb(63, 63, 63);
}
.solution-composition__table-bottom-count {
  color: rgb(63, 63, 63);
  font-weight: 700;
  width: 161px;
}
.solution-composition__summ {
  margin-top: 80px;
}
.solution-composition__summ-text {
  color: rgb(63, 63, 63);
}
.solution-composition__summ-text .sep {
  display: block;
  height: 10px;
  width: 1px;
}
.solution-composition__tocart {
  display: flex;
  justify-content: flex-start;
  margin-top: 22px;
}
@media (max-width: 1100px) {
  .solution-composition__table-number {
    display: none;
  }
  .solution-composition__table-adaptive-top {
    width: calc(100% - 405px);
  }
  .solution-composition__table-name {
    width: auto;
  }
  .solution-composition__table-price {
    display: none;
  }
}
@media (max-width: 860px) {
  .solution-composition {
    margin-top: 80px;
    padding-top: 80px;
  }
  .solution-composition .container {
    margin-left: 0;
    margin-right: 0;
  }
  .solution-composition__header {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .solution-composition__desc {
    margin-left: 20px;
    margin-right: 20px;
  }
  .solution-composition__desc input {
    margin-top: 20px;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
  }
  .solution-composition__item > .label {
    margin-left: 20px;
    margin-right: 20px;
  }
  .solution-composition__table-line {
    flex-direction: column;
    align-items: stretch;
    padding: 20px 0 25px 0;
    margin: 0;
    position: relative;
  }
  .solution-composition__table-adaptive-top {
    margin: 0 20px 0 54px;
    width: auto;
    justify-content: space-between;
  }
  .solution-composition__table-adaptive-name {
    order: -1;
    display: block;
  }
  .solution-composition__table-name {
    margin: 0 16px;
  }
  .solution-composition__table-adaptive-bottom {
    margin: 15px 20px 0 70px;
    width: auto;
    position: relative;
    gap: 12px;
    justify-content: space-between;
  }
  .solution-composition__table-count {
    gap: 5px;
    width: auto;
  }
  .solution-composition__table-line:first-child .solution-composition__table-count:before {
    display: none;
  }
  .solution-composition__table-line:first-child .solution-composition__table-area:before {
    display: none;
  }
  .solution-composition__table-summ {
    width: auto;
    min-width: 70px;
    text-align: left;
    white-space: nowrap;
    margin-top: 14px;
  }
  .solution-composition__table-line:first-child .solution-composition__table-summ:before {
    font-size: 14px;
    line-height: 20px;
    top: -1px;
  }
  .solution-composition__table-line .solution-composition__table-summ:before {
    font-size: 14px;
    line-height: 20px;
    content: "Стоимость";
    position: absolute;
    top: -1px;
    white-space: nowrap;
    color: rgb(153, 153, 153);
  }
  .solution-composition__table-check {
    position: absolute;
    left: 20px;
    top: 23px;
  }
  .solution-composition__table-line:first-child .solution-composition__table-check:before {
    display: none;
  }
  .solution-composition__table-bottom {
    margin-left: 20px;
    margin-right: 20px;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }
  .solution-composition__table-bottom-count {
    width: auto;
  }
  .solution-composition__table.montaj .solution-composition__table-adaptive-top {
    width: auto;
    margin-left: 20px;
  }
  .solution-composition__table.montaj .solution-composition__table-adaptive-bottom {
    margin-left: 40%;
  }
  .solution-composition__table.montaj .solution-composition__table-price {
    display: block;
    position: absolute;
    left: 20px;
    bottom: 24px;
    top: auto;
  }
  .solution-composition__table.montaj .solution-composition__table-line:first-child .solution-composition__table-price:before {
    font-size: 14px;
    line-height: 20px;
    top: -15px;
  }
  .solution-composition__table.montaj .solution-composition__table-line .solution-composition__table-price:before {
    font-size: 14px;
    line-height: 20px;
    content: "Цена, ед";
    position: absolute;
    top: -15px;
    white-space: nowrap;
    color: rgb(153, 153, 153);
  }
  .solution-composition__table.montaj .solution-composition__table-line:first-child .solution-composition__table-count:before {
    display: block;
    font-size: 14px;
    line-height: 20px;
    top: -1px;
  }
  .solution-composition__table.montaj .solution-composition__table-line .solution-composition__table-count:before {
    display: block;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: -1px;
    white-space: nowrap;
    color: rgb(153, 153, 153);
  }
  .solution-composition__table.montaj .solution-composition__table-line .solution-composition__table-count {
    margin-top: 14px;
  }
  .solution-composition__summ {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .solution-composition__tocart {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .solution-composition__tocart .btn-yellow {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

.filter {
  background: rgb(255, 252, 245);
}
.filter .container {
  margin-left: 80px;
  margin-right: 80px;
  padding-bottom: 40px;
}
.filter form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.filter__mobile-buttons {
  display: none;
  width: 100%;
}
.filter__mobile-buttons a {
  display: flex;
  gap: 20px;
  align-items: center;
  border-radius: 60px;
  background: rgb(237, 234, 224);
  height: 47px;
  padding: 0 40px;
  transition: background-color 0.3s;
  color: rgb(63, 63, 63);
  text-decoration: none;
}
.filter__mobile-buttons a svg {
  display: block;
}
.filter__mobile-buttons a span {
  display: block;
  white-space: nowrap;
  flex-grow: 1;
}
.filter__mobile-buttons a em {
  font-style: normal;
}
.filter__mobile-buttons a:hover {
  cursor: pointer;
  background: rgb(218, 214, 199);
}
.filter__item {
  position: relative;
}
.filter__item-name {
  display: flex;
  gap: 20px;
  align-items: center;
  border-radius: 60px;
  background: rgb(237, 234, 224);
  height: 47px;
  padding: 0 40px;
  transition: background-color 0.3s;
  color: rgb(63, 63, 63);
}
.filter__item-name svg {
  display: block;
}
.filter__item-name span {
  display: block;
  white-space: nowrap;
}
.filter__item-name em {
  font-style: normal;
}
.filter__item-name:hover {
  cursor: pointer;
  background: rgb(218, 214, 199);
}
.filter__item-items {
  display: none;
  position: absolute;
  z-index: 3;
  left: 0;
  top: calc(100% + 20px);
  border-radius: 25px;
  background: rgb(237, 234, 224);
}
.filter__item-items .title {
  color: rgb(32, 32, 32);
  font-weight: 700;
  padding: 40px 40px 0 40px;
  white-space: nowrap;
}
.filter__item-items .title span {
  font-weight: 400;
}
.filter__item-items .title em {
  font-style: normal;
  text-transform: lowercase;
}
.filter__item-items .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 20px 40px 40px;
}
.filter__item-items .container .bx_filter_input_checkbox {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgb(77, 77, 77);
}
.filter__item-items .container .bx_filter_input_checkbox:hover {
  cursor: pointer;
}
.filter__item-items .container input[type=checkbox], .filter__item-items .container input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.filter__item-items .container svg {
  border-radius: 7px;
  background: #fff;
  width: 34px;
  height: 34px;
  display: block;
}
.filter__item-items .container svg.radio {
  border-radius: 17px;
}
.filter__item-items .container .bx_filter_param_text {
  display: block;
  width: calc(100% - 54px);
  white-space: nowrap;
}
.filter__item-items .container input[type=checkbox]:not(:checked) + svg path, .filter__item-items .container input[type=radio]:not(:checked) + svg circle {
  display: none;
}
.filter__item-items .container.to_1_line {
  flex-direction: row;
}
.filter__item-items .container.to_1_line .bx_filter_input_container {
  position: relative;
}
.filter__item-items .container.to_1_line .filterPriceDesc {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  color: #acacac;
}
.filter__item-items .container.to_1_line input {
  display: block;
  border-radius: 20px;
  background: rgb(255, 255, 255);
  border: 1px solid transparent;
  height: 47px;
  width: 124px;
  padding: 0 20px 0 50px;
  color: #3f3f3f;
}
.filter__item.active .filter__item-items {
  display: block;
}
.filter .bx_filter_block {
  will-change: transform, opacity, height;
  transform-origin: 50% 0;
  backface-visibility: hidden;
}
@media (max-width: 860px) {
  .filter .container {
    margin-left: 20px;
    margin-right: 20px;
  }
  .filter__item-items .container {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .filter__mobile-buttons {
    display: block;
  }
  .filter__item {
    display: none;
    width: 100%;
  }
  .filter__item.active2 {
    display: block;
  }
  .filter__item-name span {
    flex-grow: 1;
  }
  .filter__item-items {
    position: static;
    margin-top: 20px;
  }
}

.filter_all_active {
  background: rgb(255, 252, 245);
  border-top: 1px solid rgb(218, 214, 199);
}
.filter_all_active .container {
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-right: 300px;
  position: relative;
}
.filter_all_active .container .elem, .filter_all_active .container .delete_all_parameters {
  display: flex;
  align-items: center;
  padding: 0 40px;
  height: 47px;
  border: 1px solid rgb(153, 153, 148);
  border-radius: 60px;
  gap: 20px;
  transition: background-color 0.3s, border-color 0.3s;
}
.filter_all_active .container .elem span, .filter_all_active .container .delete_all_parameters span {
  display: block;
  color: rgb(63, 63, 63);
  transition: color 0.3s;
}
.filter_all_active .container .elem svg, .filter_all_active .container .delete_all_parameters svg {
  display: block;
}
.filter_all_active .container .elem svg path, .filter_all_active .container .delete_all_parameters svg path {
  transition: fill 0.3s;
}
.filter_all_active .container .elem:hover, .filter_all_active .container .delete_all_parameters:hover {
  background: rgb(63, 63, 63);
  border-color: rgb(63, 63, 63);
  cursor: pointer;
}
.filter_all_active .container .elem:hover span, .filter_all_active .container .delete_all_parameters:hover span {
  color: rgb(255, 255, 255);
}
.filter_all_active .container .elem:hover svg path, .filter_all_active .container .delete_all_parameters:hover svg path {
  fill: rgb(255, 255, 255);
}
.filter_all_active .container .delete_all_parameters {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 2;
}
@media (max-width: 860px) {
  .filter_all_active .container {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }
  .filter_all_active .container > * {
    order: 0;
  }
  .filter_all_active .container:after {
    content: "";
    flex: 0 0 100%;
    order: 1;
  }
  .filter_all_active .container > :last-child {
    order: 2;
  }
  .filter_all_active .container .elem, .filter_all_active .container .delete_all_parameters {
    padding: 0 20px;
  }
  .filter_all_active .container .delete_all_parameters {
    position: static;
  }
}
@media (max-width: 575px) {
  .filter_all_active .delete_all_parameters {
    width: 100%;
  }
  .filter_all_active .delete_all_parameters span {
    flex-grow: 1;
  }
}

.catalog-list {
  margin-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
}
.catalog-list .container {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 127px;
}
.catalog-list__item {
  width: calc(33.33333333% - 84.6666666666px);
}
.catalog-list a {
  display: block;
  text-decoration: none;
}
.catalog-list span {
  display: block;
}
.catalog-list__image {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
  background: rgba(217, 217, 217, 0.2);
  padding: 10%;
}
.catalog-list__image img {
  display: block;
  max-width: none;
  max-height: none;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: transform 0.75s ease;
}
a:hover .catalog-list__image img {
  transform: scale(1.1);
  cursor: pointer;
}
.catalog-list__name {
  margin-top: 18px;
  color: rgb(63, 63, 63);
  font-size: 28px;
  line-height: 34px;
}
.catalog-list__desc {
  margin-top: 8px;
  color: rgb(153, 153, 153);
}
.catalog-list__bottom {
  display: flex !important;
  gap: 10px 20px;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
.catalog-list__price {
  display: flex !important;
  gap: 10px;
  align-items: flex-end;
  white-space: nowrap;
}
.catalog-list__price-amount {
  font-size: 34px;
  line-height: 40px;
}
.catalog-list__price-currency {
  font-size: 18px;
  line-height: 22.4px;
  margin-bottom: 3px;
}
.catalog-list__more {
  display: flex;
  justify-content: flex-start;
}
.catalog-list__more .btn-white {
  display: flex;
  padding: 12px 40px 12px 40px;
  background: rgb(237, 234, 224);
}
.catalog-list__more .btn-white .ico svg {
  display: block;
}
.catalog-list__more .btn-white .ico svg path {
  fill: rgb(32, 32, 32);
  transition: fill 0.3s;
}
.catalog-list__more .btn-white:hover {
  background: rgb(218, 214, 199);
}
.catalog-list__more .btn-white:hover span {
  color: rgb(32, 32, 32);
}
.catalog-list__more .btn-white:hover .ico svg {
  display: block;
}
.catalog-list__more .btn-white:hover .ico svg path {
  fill: rgb(32, 32, 32);
  transition: fill 0.3s;
}
.catalog-list a:hover .btn-white {
  background: rgb(218, 214, 199);
}
.catalog-list a:hover .btn-white span {
  color: rgb(63, 63, 63);
}
.catalog-list a:hover .btn-white svg path {
  fill: rgb(63, 63, 63);
}
@media (max-width: 1365px) {
  .catalog-list .container {
    gap: 80px 20px;
  }
  .catalog-list__item {
    width: calc(33.33333333% - 13.3333333333px);
  }
}
@media (max-width: 1100px) {
  .catalog-list__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 860px) {
  .catalog-list {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .catalog-list__item {
    width: 100%;
  }
}
.product .container {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
}
.product .wrapper {
  width: 100%;
  background: rgb(255, 252, 245);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding-top: 40px;
}
.product h1 {
  width: calc(50% - 250px);
  color: rgb(32, 32, 32);
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
  margin-right: 80px;
}
.product__head-desc {
  width: calc(50% - 250px);
  margin-right: 80px;
  margin-top: 20px;
  color: rgb(63, 63, 63);
  font-size: 22px;
  line-height: 28px;
}
.product__images {
  position: absolute;
  left: 80px;
  top: 40px;
  width: calc(50% - 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.product__images-detail {
  position: relative;
  width: 80%;
}
.product__images-detail img {
  display: block;
  max-width: none;
  max-height: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.product__buy {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgb(218, 214, 199);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.product__buy-wrapper {
  width: calc(50% - 250px);
  margin-right: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.product__buy-price {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.product__buy-price-count {
  color: rgb(63, 63, 63);
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
}
.product__buy-price-currency {
  color: rgb(63, 63, 63);
  margin-bottom: 4px;
}
.product__buy-price-meter {
  color: rgb(172, 172, 172);
  margin-top: 2px;
}
.product__buy-area {
  display: flex;
  align-items: center;
}
.product__buy-area a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 47px;
  height: 47px;
  border-radius: 23.5px;
  background: rgb(237, 234, 224);
  color: rgb(63, 63, 63);
  font-size: 22px;
  line-height: 28px;
  transition: background-color 0.3s;
}
.product__buy-area a:hover {
  background: rgb(218, 214, 199);
}
.product__buy-count {
  min-width: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.product__buy-input {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  color: rgb(63, 63, 63);
}
.product__buy-input div {
  font-size: 22px;
  line-height: 28px;
}
.product__buy-meter {
  color: #ACACAC;
  text-align: center;
}
.product__desc {
  width: calc(50% - 250px);
  padding-top: 80px;
  padding-bottom: 80px;
  margin-right: 80px;
  color: rgb(63, 63, 63);
}
.product__buttons {
  display: flex;
  gap: 20px 40px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
.product__button {
  display: flex;
  justify-content: flex-start;
}
.product__link a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.product__link a svg, .product__link a span {
  display: block;
}
.product__link a span {
  position: relative;
  text-decoration: none;
  transition: color 0.35s ease-out, transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.product__link a span:before {
  background-color: currentColor;
  bottom: -0.2em;
  content: "";
  height: 0.05em;
  left: 0;
  min-height: 1px;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.product__link a:hover span:before {
  transform: scaleX(1);
  transform-origin: left;
}
.product__top-par {
  width: calc(50% - 250px);
  margin-right: 80px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product__top-par .product__button {
  margin-top: 80px;
}
.product__top-par .product__button a {
  border: none;
}
.product__top-par-name {
  color: rgb(63, 63, 63);
  font-size: 28px;
  line-height: 34px;
}
.product__top-par-items {
  margin-top: 10px;
}
.product__top-par-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  text-decoration: none;
}
.product__top-par-item span, .product__top-par-item svg {
  display: block;
}
.product__top-par-item-name {
  color: rgb(63, 63, 63);
  flex-grow: 1;
  position: relative;
  transition: color 0.35s ease-out, transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.docs .product__top-par-item-name {
  flex-grow: 0;
}
.product__top-par-item-name:before {
  background-color: currentColor;
  bottom: -0.2em;
  content: "";
  height: 1px;
  left: 0;
  min-height: 1px;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
a:hover .product__top-par-item-name:before {
  transform: scaleX(1);
  transform-origin: left;
}
.product__top-par-item-desc {
  color: rgb(63, 63, 63);
  width: 100px;
  margin-left: 10px;
}
@media (max-width: 1800px) {
  .product__buy-wrapper {
    gap: 20px 0;
    justify-content: flex-start;
  }
  .product__buy-first {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .product__buy-area {
    width: 65%;
  }
  .product__buy-order {
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1500px) {
  .product h1, .product__head-desc, .product__buy-wrapper, .product__desc, .product__top-par {
    width: calc(50% - 120px);
  }
  .product__images ol {
    position: static;
    background: none;
    border-radius: 0;
    padding: 0 0 0 20px;
    margin-top: 20px;
  }
}
@media (max-width: 1365px) {
  .product h1, .product__head-desc, .product__buy-wrapper, .product__desc, .product__top-par {
    width: calc(45% - 120px);
  }
  .product__images {
    width: calc(55% - 80px);
    gap: 40px;
  }
  .product__buy-first {
    width: 50%;
  }
  .product__buy-area {
    width: 50%;
  }
  .product__buy-summ {
    width: 50%;
  }
  .product__buy-order {
    width: 50%;
  }
}
@media (max-width: 1100px) {
  .product h1, .product__head-desc, .product__buy-wrapper, .product__desc, .product__top-par {
    width: calc(50% - 120px);
  }
  .product__images {
    width: calc(50% - 80px);
    gap: 40px;
  }
  .product__buy-area {
    width: 100%;
  }
}
@media (max-width: 860px) {
  .product .wrapper {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  .product h1, .product__head-desc, .product__buy-wrapper, .product__desc, .product__top-par {
    width: 100%;
    margin-right: 0;
  }
  .product__images {
    position: static;
    width: 100%;
    gap: 80px;
    margin-top: 40px;
  }
  .product__images-prew {
    display: none;
  }
  .product__images ol {
    position: absolute;
    border-radius: 30px;
    background: rgb(255, 255, 255);
    padding: 20px 20px 20px 50px;
  }
  .product__buy {
    margin-top: 80px;
  }
  .product__buy-wrapper {
    justify-content: space-between;
  }
  .product__buy-first, .product__buy-area, .product__buy-summ, .product__buy-order {
    width: auto;
  }
  .product__top-par {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  }
  .product__top-par .product__button {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .product h1 {
    font-size: 56px;
    line-height: 60px;
  }
  .product__head-desc {
    margin-top: 10px;
  }
  .product__images {
    margin-top: 20px;
  }
  .product__images-detail-img {
    aspect-ratio: 1/1;
  }
  .product__images ol {
    position: static;
    background: none;
    border-radius: 0;
    padding: 0 0 0 20px;
    margin-top: 20px;
  }
  .product__buy {
    margin-top: 40px;
    border: none;
    padding-bottom: 0;
  }
  .product__buy-wrapper {
    justify-content: flex-start;
    gap: 20px 30px;
  }
  .product__buy-first {
    width: 100%;
    margin-bottom: 20px;
  }
  .product__buy-order {
    width: 100%;
  }
  .product__buy-order a {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .product__desc {
    padding-top: 40px;
  }
  .product__button {
    width: 100%;
  }
  .product__button a {
    width: 100%;
    justify-content: center;
  }
}

.product-accordeon {
  width: calc(50% - 250px);
  margin-right: 80px;
  margin-top: 60px;
}
.product-accordeon__item {
  border-top: 1px solid rgb(218, 214, 199);
}
.product-accordeon__item:first-child {
  border: none;
}
.product-accordeon__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.product-accordeon__header:hover {
  cursor: pointer;
}
.product-accordeon__title {
  color: rgb(32, 32, 32);
  position: relative;
  text-decoration: none;
  transition: color 0.35s ease-out, transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.product-accordeon__title:before {
  background-color: currentColor;
  bottom: -0.2em;
  content: "";
  height: 0.05em;
  left: 0;
  min-height: 1px;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.product-accordeon__header:hover .product-accordeon__title:before {
  transform: scaleX(1);
  transform-origin: left;
}
.product-accordeon__toggle {
  border-radius: 23.5px;
  background: rgb(237, 234, 224);
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s;
  border: none;
}
.product-accordeon__header:hover .product-accordeon__toggle {
  background: rgb(218, 214, 199);
  cursor: pointer;
}
.product-accordeon__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.28s ease, opacity 0.28s ease;
  opacity: 0;
}
.product-accordeon__item.active .product-accordeon__body {
  grid-template-rows: 1fr;
  opacity: 1;
}
.product-accordeon__content {
  overflow: hidden;
}
.product-accordeon__content-wrapper {
  padding-bottom: 20px;
  padding-right: 100px;
}
.product-accordeon__content-wrapper.doc, .product-accordeon__content-wrapper.desc {
  padding-right: 0;
}
.product-accordeon__content-wrapper h2 {
  color: rgb(63, 63, 63);
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}
.product-accordeon__content-wrapper h3 {
  color: rgb(63, 63, 63);
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}
.product-accordeon__content-wrapper p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-accordeon__content-wrapper ul {
  margin-left: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.product-accordeon__content-wrapper li {
  margin-top: 16px;
  margin-bottom: 16px;
}
.product-accordeon__par-name {
  color: rgb(63, 63, 63);
  font-weight: 700;
}
.product-accordeon__par-items {
  margin-top: 8px;
  margin-bottom: 20px;
}
.product-accordeon__par-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  text-decoration: none;
}
.product-accordeon__par-item svg {
  display: block;
  width: 14px;
}
.product-accordeon__par-item svg.doc {
  width: 28px;
}
.product-accordeon__par-item span, .product-accordeon__par-item svg {
  display: block;
}
.product-accordeon__par-item-name {
  color: rgb(63, 63, 63);
  width: calc(100% - 144px);
  position: relative;
  transition: color 0.35s ease-out, transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.product-accordeon__par-item-name.doc {
  width: auto;
}
.docs .product-accordeon__par-item-name {
  flex-grow: 0;
}
.product-accordeon__par-item-name:before {
  background-color: currentColor;
  bottom: -0.2em;
  content: "";
  height: 1px;
  left: 0;
  min-height: 1px;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
a:hover .product-accordeon__par-item-name:before {
  transform: scaleX(1);
  transform-origin: left;
}
.product-accordeon__par-item-desc {
  color: rgb(63, 63, 63);
  width: 110px;
}
.product-accordeon__qa-item-q {
  color: rgb(63, 63, 63);
  font-weight: 700;
}
.product-accordeon__qa-item-a {
  color: rgb(63, 63, 63);
  margin-top: 10px;
  margin-bottom: 20px;
}
.product-accordeon__cert {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.product-accordeon__cert-item {
  width: calc(25% - 12px);
  aspect-ratio: 157/228;
}
.product-accordeon__cert-link {
  display: block;
}
.product-accordeon__cert-img {
  display: block;
  max-width: none;
  max-height: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.product-accordeon__cert-name {
  display: none;
}
@media (max-width: 1500px) {
  .product-accordeon {
    width: calc(50% - 120px);
  }
}
@media (max-width: 1365px) {
  .product-accordeon {
    width: calc(45% - 120px);
  }
}
@media (max-width: 1100px) {
  .product-accordeon {
    width: calc(50% - 120px);
  }
  .product-accordeon__cert {
    gap: 12px;
  }
  .product-accordeon__cert-item {
    width: calc(50% - 6px);
  }
}
@media (max-width: 860px) {
  .product-accordeon {
    width: 100%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.about {
  background: rgb(255, 252, 245);
  overflow: hidden;
}
.about .container {
  padding: 0 20px 80px;
}
.about__grid {
  display: grid;
  gap: clamp(16px, 2vw, 32px);
}
.about__name h1 {
  color: rgb(32, 32, 32);
  font-size: 56px;
  font-weight: 400;
  line-height: 60px;
  padding: 0;
  margin: 0;
}
.about__desc p {
  color: rgb(63, 63, 63);
  font-size: 22px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.about__img {
  overflow: hidden;
}
.about__img img, .about__img video {
  max-width: none;
  max-height: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 861px) {
  .about .container {
    padding: 0 80px 110px;
  }
  .about__name {
    margin-bottom: 20px;
  }
  .about__name h1 {
    color: rgb(32, 32, 32);
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
    padding: 0;
    margin: 0;
  }
  .about__desc p {
    font-size: 22px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1101px) {
  .about__grid {
    grid-template-columns: calc(50% - 80px) 50%;
    column-gap: 80px;
    grid-template-areas: "title media" "text  media";
    align-items: start;
  }
  .about__img {
    grid-area: media;
    justify-self: stretch;
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 1366px) {
  .about__grid {
    grid-template-columns: calc(50% - 160px) 50%;
    column-gap: 160px;
    grid-template-areas: "title media" "text  media";
    align-items: start;
  }
  .about__img {
    grid-area: media;
    justify-self: stretch;
    margin-right: 0;
    width: 100%;
  }
}

.about2 .container {
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 160px;
  margin-bottom: 160px;
}
.about2__items {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 0;
  justify-content: space-between;
}
.about2__item {
  width: 26%;
}
.about2__name {
  color: rgb(31, 31, 31);
  font-size: 46px;
  line-height: 50px;
  letter-spacing: -1.68px;
}
.about2__desc {
  color: rgb(77, 77, 77);
  margin-top: 16px;
}
@media (max-width: 1365px) {
  .about2__item {
    width: 40%;
  }
}
@media (max-width: 860px) {
  .about2 .container {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .about2__items {
    gap: 40px;
  }
  .about2__name {
    color: rgb(31, 31, 31);
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .about2__desc {
    color: rgb(77, 77, 77);
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .about2__item {
    width: 100%;
  }
}

.partner__links {
  display: none;
  flex-direction: column;
  gap: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
  margin-bottom: 80px;
}
.partner__links a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgb(153, 153, 153);
  border-radius: 60px;
  height: 47px;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  text-decoration: none;
  color: rgb(63, 63, 63);
}
.partner__links a:hover {
  background: rgb(63, 63, 63);
  border-color: transparent;
  color: rgb(255, 255, 255);
}
.partner__item {
  overflow: hidden;
  position: relative;
  color: rgb(63, 63, 63);
  padding-top: 130px;
  padding-bottom: 130px;
  border-top: 1px solid rgb(218, 214, 199);
  transition: color 0.3s, border-color 0.3s;
}
.partner__item:first-child {
  border: none;
}
.partner__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
.partner__bg img {
  display: block;
  max-width: none;
  max-height: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.partner__top {
  position: relative;
  z-index: 2;
  margin-left: 309px;
}
.partner__number {
  font-size: 100px;
  font-weight: 700;
  line-height: 90px;
  position: absolute;
  width: 140px;
  top: 0;
  left: -220px;
}
.partner__name {
  font-size: 56px;
  line-height: 60px;
}
.partner__desc {
  position: relative;
  z-index: 2;
  margin-left: 309px;
  margin-top: 20px;
  max-width: 825px;
  margin-right: 20px;
}
.partner__desc p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.partner__desc ul {
  padding-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.partner__desc li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.partner__button {
  position: relative;
  z-index: 2;
  margin-left: 309px;
  margin-top: 40px;
  display: flex;
}
.partner__button .btn-white {
  border: 1px solid rgb(63, 63, 63);
  background: transparent;
}
.partner__item:hover {
  cursor: pointer;
  color: #fff;
  border-color: transparent;
}
.partner__item:hover .partner__bg {
  opacity: 1;
}
.partner__item:hover .partner__button .btn-white {
  border: 1px solid transparent;
  background: rgb(255, 238, 136);
}
.partner.partner-services .partner__item:hover {
  border-color: rgb(218, 214, 199);
  color: rgb(63, 63, 63);
}
.partner.partner-services .partner__item:hover .partner__button .btn-white {
  border: 1px solid rgb(63, 63, 63);
  background: rgb(63, 63, 63);
}
.partner.partner-services .partner__item:hover .partner__button .btn-white span {
  color: rgb(255, 255, 255);
}
.partner.partner-services .partner__item:hover .partner__button .btn-white svg path {
  fill: rgb(255, 255, 255);
}
@media (max-width: 860px) {
  .partner__item {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .partner__top {
    margin-left: 197px;
  }
  .partner__number {
    left: -143px;
  }
  .partner__desc {
    margin-left: 197px;
  }
  .partner__button {
    margin-left: 197px;
  }
}
@media (max-width: 575px) {
  .partner__links {
    display: flex;
  }
  .partner.partner-services .partner__items {
    padding-bottom: 80px;
  }
  .partner__item {
    border: none;
    padding-bottom: 80px;
    padding-top: 0;
  }
  .partner.partner-services .partner__item {
    border-top: 1px solid rgb(218, 214, 199);
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 0;
  }
  .partner__bg {
    bottom: auto;
    aspect-ratio: 360/280;
    opacity: 1;
    overflow: hidden;
  }
  .partner__bg img {
    transform: none !important;
  }
  .partner__top {
    margin: 0;
    aspect-ratio: 360/280;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 20px 40px 20px;
  }
  .partner.partner-services .partner__top {
    aspect-ratio: auto;
    padding-top: 0;
  }
  .partner__number {
    font-size: 80px;
    line-height: 80px;
    position: static;
    width: auto;
    color: rgb(255, 252, 245);
  }
  .partner.partner-services .partner__number {
    color: rgb(63, 63, 63);
  }
  .partner__name {
    margin-top: 20px;
    color: rgb(255, 252, 245);
    font-size: 46px;
    line-height: 50px;
    letter-spacing: -1.68px;
  }
  .partner.partner-services .partner__name {
    color: rgb(63, 63, 63);
  }
  .partner__desc {
    margin-left: 20px;
    margin-top: 40px;
    max-width: 825px;
    margin-right: 20px;
  }
  .partner__button {
    margin-left: 20px;
    margin-top: 40px;
  }
  .partner__item:hover {
    color: rgb(63, 63, 63);
  }
  .partner__item:hover .partner__button .btn-white {
    border: 1px solid transparent;
    background: rgb(63, 63, 63);
  }
  .partner__item:hover .partner__button .btn-white span {
    color: rgb(255, 255, 255);
  }
  .partner__item:hover .partner__button .btn-white svg path {
    fill: rgb(255, 255, 255);
  }
}
.partner__consult {
  margin-left: 307px;
  margin-right: 20px;
  margin-top: 160px;
  margin-bottom: 160px;
  max-width: 1124px;
}
.partner__consult-name {
  color: rgb(32, 32, 32);
  font-size: 56px;
  line-height: 60px;
}
.partner__consult-desc {
  color: rgb(63, 63, 63);
  margin-top: 20px;
}
.partner__consult-contacts {
  margin-top: 60px;
  display: flex;
  gap: 150px;
}
.partner__consult-item {
  max-width: 350px;
}
.partner__consult-ico svg {
  display: block;
}
.partner__consult-link {
  margin-top: 30px;
}
.partner__consult-link a {
  color: rgb(32, 32, 32);
  font-size: 28px;
  line-height: 34px;
  text-decoration: none;
  position: relative;
  transition: color 0.35s ease-out, transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.partner__consult-link a:before {
  background-color: currentColor;
  bottom: -0.2em;
  content: "";
  height: 1px;
  left: 0;
  min-height: 1px;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.partner__consult-link a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.partner__consult-subdesc {
  color: rgb(63, 63, 63);
  margin-top: 10px;
}
.partner__consult-button {
  margin-top: 30px;
  display: flex;
}
@media (max-width: 1365px) {
  .partner__consult-contacts {
    gap: 40px;
    justify-content: space-between;
  }
}
@media (max-width: 860px) {
  .partner__consult {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media (max-width: 575px) {
  .partner__consult {
    margin-top: 40px;
    margin-bottom: 120px;
  }
  .partner__consult-name {
    font-size: 46px;
    line-height: 50px;
    letter-spacing: -1.68px;
  }
  .partner__consult-contacts {
    margin-top: 40px;
    gap: 60px;
    flex-direction: column;
  }
  .partner__consult-item {
    max-width: none;
    width: 100%;
  }
  .partner__consult-link {
    margin-top: 20px;
  }
  .partner__consult-button {
    margin-top: 20px;
  }
}

.contacts .container {
  border-bottom: 1px solid rgb(218, 214, 199);
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
  padding-top: 120px;
  background: rgb(255, 252, 245);
}
.contacts h1 {
  color: rgb(32, 32, 32);
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
  margin-bottom: 20px;
}
.contacts p {
  color: rgb(63, 63, 63);
  margin-top: 10px;
  max-width: 960px;
}
.contacts__block {
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 160px;
  background: rgb(255, 252, 245);
}
.contacts__block-wrapper {
  max-width: 1610px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.contacts__item {
  width: 29%;
}
.contacts__ico svg {
  display: block;
}
.contacts__name {
  color: rgb(32, 32, 32);
  font-size: 28px;
  line-height: 34px;
  margin-top: 20px;
}
.contacts__name a {
  color: rgb(32, 32, 32);
  font-size: 28px;
  line-height: 34px;
  position: relative;
  text-decoration: none;
  transition: color 0.35s ease-out, transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.contacts__name a:before {
  background-color: currentColor;
  bottom: -0.2em;
  content: "";
  height: 1px;
  left: 0;
  min-height: 1px;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.contacts__name a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.contacts__desc {
  color: rgb(63, 63, 63);
}
.contacts__desc p {
  margin-bottom: 5px;
}
.contacts__button {
  margin-top: 20px;
  display: flex;
}
.contacts__map {
  margin-top: 160px;
}
.contacts__map-name {
  padding-left: 80px;
  padding-right: 80px;
  color: rgb(32, 32, 32);
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 40px;
}
@media (max-width: 860px) {
  .contacts .container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }
  .contacts__block {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 120px;
    background: rgb(255, 252, 245);
  }
  .contacts__block-wrapper {
    gap: 20px;
  }
  .contacts__map {
    margin-top: 120px;
  }
  .contacts__map-name {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .contacts__block-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .contacts__item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .contacts .container {
    padding-top: 0;
  }
  .contacts h1 {
    font-size: 56px;
    line-height: 60px;
  }
  .contacts__block {
    padding-bottom: 80px;
  }
  .contacts__map {
    margin-top: 80px;
  }
  .contacts__map-name {
    font-size: 46px;
    line-height: 50px;
  }
}

.portfolio {
  border-bottom: 1px solid rgb(218, 214, 199);
}
.portfolio-news {
  border: none;
}
.portfolio .container {
  display: flex;
  gap: 80px 20px;
  flex-wrap: wrap;
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 80px;
  padding-bottom: 120px;
}
.portfolio__item {
  width: calc(25% - 15px);
}
.portfolio__item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.portfolio__image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}
.portfolio__image img {
  display: block;
  max-width: none;
  max-height: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: transform 0.75s ease;
}
a:hover .portfolio__image img {
  transform: scale(1.1);
  cursor: pointer;
}
.portfolio__date {
  color: rgb(63, 63, 63);
  margin-top: 17px;
  opacity: 0.5;
}
.portfolio__name {
  color: rgb(63, 63, 63);
  font-size: 22px;
  line-height: 28px;
  margin-top: 20px;
  display: block;
  position: relative;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  height: 28px;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  transition: color 0.35s ease-out, transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.portfolio__name:before {
  background-color: currentColor;
  bottom: -0.2em;
  content: "";
  height: 1px;
  left: 0;
  min-height: 1px;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
a:hover .portfolio__name:before {
  transform: scaleX(1);
  transform-origin: left;
}
.portfolio-news .portfolio__name {
  margin-top: 8px;
}
.portfolio__desc {
  color: rgb(153, 153, 153);
  margin-top: 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  height: 45px;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
}
.portfolio__info {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 10px;
}
.portfolio__area {
  display: flex;
  align-items: center;
  gap: 5px;
}
.portfolio__area-text {
  color: rgb(63, 63, 63);
}
.portfolio__time {
  display: flex;
  align-items: center;
  gap: 5px;
}
.portfolio__time-text {
  color: rgb(63, 63, 63);
}
@media (max-width: 1365px) {
  .portfolio__item {
    width: calc(33.33333333% - 13.3333333333px);
  }
}
@media (max-width: 860px) {
  .portfolio .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .portfolio__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 575px) {
  .portfolio__item {
    width: 100%;
  }
}

.consult .container {
  max-width: 825px;
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 160px;
  margin-bottom: 160px;
}
.consult__name {
  color: rgb(32, 32, 32);
  font-size: 56px;
  line-height: 60px;
}
.consult__desc {
  color: rgb(63, 63, 63);
  margin-top: 20px;
}
.consult__bottom {
  display: flex;
  gap: 40px;
  margin-top: 60px;
}
.consult__button .btn-white.border {
  border: 1px solid rgb(63, 63, 63);
  background: #fff;
  padding-left: 40px;
  padding-right: 40px;
}
.consult__button .btn-white.border:hover {
  background: rgb(63, 63, 63);
}
.consult__button .btn-white.border:hover span {
  color: rgb(255, 255, 255);
}
@media (max-width: 860px) {
  .consult .container {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .consult__bottom {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .consult__name {
    font-size: 46px;
    line-height: 50px;
    letter-spacing: -1.68px;
  }
  .consult__bottom {
    margin-top: 40px;
  }
  .consult__button {
    width: 100%;
  }
  .consult__button a {
    padding-left: 20px !important;
    padding-right: 20px !important;
    justify-content: center;
  }
}

.portfolio-item__tags {
  background: rgb(255, 252, 245);
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.portfolio-item__tag a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  background: rgb(237, 234, 224);
  color: rgb(32, 32, 32);
  text-align: center;
  padding: 0 40px;
  height: 47px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.portfolio-item__tag a:hover {
  background: rgb(218, 214, 199);
}
.portfolio-item .container {
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 120px;
}
.portfolio-item__top {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  margin-bottom: 160px;
}
.portfolio-item__image {
  width: calc(50% - 80px);
}
.portfolio-item__image img {
  display: block;
  max-width: none;
  max-height: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.portfolio-item__right {
  width: 50%;
}
.portfolio-item__desc {
  color: rgb(63, 63, 63);
}
.portfolio-item__desc ul {
  padding-left: 30px;
}
.portfolio-item__desc p, .portfolio-item__desc ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
.portfolio-item__par {
  margin-top: 80px;
}
.portfolio-item__par-name {
  color: rgb(32, 32, 32);
  font-size: 34px;
  line-height: 40px;
}
.portfolio-item__par-items {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.portfolio-item__par-items.big {
  gap: 20px;
}
.portfolio-item__par-items.small {
  gap: 10px;
}
.portfolio-item__par-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.portfolio-item__par-ico svg {
  display: block;
}
.portfolio-item__par-items.big .portfolio-item__par-ico {
  width: 40px;
  height: 40px;
}
.portfolio-item__par-items.small .portfolio-item__par-ico {
  width: 14px;
  height: 14px;
}
.portfolio-item__par-right {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.portfolio-item__par-top {
  color: rgb(153, 153, 153);
}
.portfolio-item__par-bottom {
  color: rgb(32, 32, 32);
}
.portfolio-item__par-desc {
  color: rgb(63, 63, 63);
}
.portfolio-item__button {
  display: flex;
  margin-top: 80px;
}
.portfolio-item__gallery .swiper-wrapper {
  display: flex;
  gap: 40px 20px;
  flex-wrap: wrap;
}
.portfolio-item__gallery-item {
  width: calc(33.3333333% - 13.3333333333px);
}
.portfolio-item__gallery-item a {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.portfolio-item__gallery-item a img {
  display: block;
  max-width: none;
  max-height: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: transform 0.75s ease;
}
.portfolio-item__gallery-item a:hover img {
  transform: scale(1.1);
  cursor: pointer;
}
@media (max-width: 860px) {
  .portfolio-item__tags {
    padding-left: 20px;
    padding-right: 20px;
  }
  .portfolio-item .container {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 80px;
  }
  .portfolio-item__top {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 120px;
  }
  .portfolio-item__image {
    width: 100%;
  }
  .portfolio-item__right {
    width: 100%;
  }
  .portfolio-item__par {
    margin-top: 40px;
  }
  .portfolio-item__button {
    margin-top: 40px;
  }
  .portfolio-item__gallery .swiper-wrapper {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .portfolio-item .container {
    margin-top: 40px;
  }
  .portfolio-item__image {
    aspect-ratio: 320/400;
  }
  .portfolio-item__image img {
    display: block;
    max-width: none;
    max-height: none;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .portfolio-item__button {
    width: 100%;
  }
  .portfolio-item__button a {
    width: 100% !important;
    align-items: center;
    justify-content: center;
  }
  .portfolio-item__gallery {
    overflow: visible;
  }
  .portfolio-item__gallery .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
}

.news-detail {
  --width: 52%;
  --space: 80px;
  position: relative;
}
.news-detail__head {
  background: rgb(255, 252, 245);
  padding-left: var(--space);
  padding-right: var(--space);
  padding-bottom: 80px;
}
.news-detail h1 {
  color: rgb(32, 32, 32);
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
  width: var(--width);
}
.news-detail__desc {
  color: rgb(32, 32, 32);
  font-size: 28px;
  line-height: 34px;
  margin-top: 20px;
  width: var(--width);
}
.news-detail__date {
  margin-top: 20px;
  width: var(--width);
  color: rgb(63, 63, 63);
}
.news-detail__image {
  position: absolute;
  right: var(--space);
  top: 0;
  bottom: 0;
  left: calc(var(--width) + 75px);
}
.news-detail__image-wrapper {
  position: sticky;
  top: 74px;
  margin-bottom: 80px;
}
.news-detail__image img {
  display: block;
  max-width: none;
  max-height: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news-detail .container {
  margin-left: var(--space);
  margin-right: var(--space);
  margin-top: 40px;
  padding-bottom: 80px;
}
.news-detail__detail {
  width: var(--width);
  color: rgb(32, 32, 32);
}
.news-detail__detail h2 {
  color: rgb(32, 32, 32);
  font-size: 46px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -1.68px;
  margin-top: 80px;
  margin-bottom: 20px;
}
.news-detail__detail h3 {
  color: rgb(32, 32, 32);
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 80px;
  margin-bottom: 20px;
}
.news-detail__detail h4 {
  color: rgb(32, 32, 32);
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  margin-top: 80px;
  margin-bottom: 20px;
}
.news-detail__detail h5 {
  color: rgb(32, 32, 32);
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.news-detail__detail p {
  color: rgb(32, 32, 32);
  margin-top: 20px;
  margin-bottom: 8px;
}
.news-detail__detail img {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  height: auto;
}
.news-detail__detail div {
  border-radius: 40px;
  background: rgb(237, 234, 224);
  color: var(--Black, rgb(32, 32, 32));
  font-weight: 500;
  padding: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.news-detail__detail ul {
  padding-left: 30px;
  margin-top: 8px;
}
.news-detail__button {
  display: flex;
}
@media (max-width: 1100px) {
  .news-detail {
    --width: 65%;
  }
}
@media (max-width: 860px) {
  .news-detail {
    --space: 20px;
    --width: 100%;
  }
  .news-detail__head {
    padding-bottom: 40px;
  }
  .news-detail h1 {
    font-size: 46px;
    line-height: 50px;
  }
  .news-detail h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0;
    margin-top: 40px;
  }
  .news-detail h3 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 40px;
  }
  .news-detail h4 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 40px;
  }
  .news-detail h5 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
  }
  .news-detail__image {
    position: static;
  }
  .news-detail__image-wrapper {
    position: static;
    margin-bottom: 40px;
  }
  .news-detail__image img {
    display: block;
    max-width: none;
    max-height: none;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.news-more .container {
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 80px;
  padding-bottom: 160px;
}
.news-more__title {
  color: rgb(32, 32, 32);
  font-size: 56px;
  line-height: 60px;
}
.news-more__list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.news-more__item {
  width: calc(25% - 15px);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news-more__item span {
  display: block;
}
.news-more__image {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.news-more__image img {
  display: block;
  max-width: none;
  max-height: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: transform 0.75s ease;
}
.news-more__item:hover .news-more__image img {
  transform: scale(1.1);
  cursor: pointer;
}
.news-more__date {
  color: rgb(63, 63, 63);
  opacity: 0.5;
  margin-top: 17px;
}
.news-more__name {
  color: rgb(63, 63, 63);
  margin-top: 8px;
  position: relative;
  text-decoration: none;
  transition: color 0.35s ease-out, transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.news-more__name:before {
  background-color: currentColor;
  bottom: -0.2em;
  content: "";
  height: 0.05em;
  left: 0;
  min-height: 1px;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.news-more__item:hover .news-more__name:before {
  transform: scaleX(1);
  transform-origin: left;
}
@media (max-width: 860px) {
  .news-more .container {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .news-more__item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media (max-width: 767px) {
  .news-more__title {
    font-size: 46px;
    line-height: 50px;
  }
  .news-more__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 575px) {
  .news-more__list {
    gap: 40px;
  }
  .news-more__item {
    width: 100%;
  }
}

.popup {
  position: fixed;
  z-index: 10;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
}
.popup.active {
  visibility: visible;
  pointer-events: auto;
}
.popup__bg {
  position: fixed;
  inset: 0;
  z-index: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: rgba(49, 49, 49, 0.2);
  opacity: 0;
  transition: opacity 0.28s ease;
  will-change: opacity;
}
.popup__bg:hover {
  cursor: pointer;
}
.popup.active .popup__bg {
  opacity: 1;
}
.popup__wrapper {
  position: relative;
  z-index: 2;
  border-radius: 25px;
  background: rgb(237, 234, 224);
  flex-direction: column;
  padding: 40px;
  width: 591px;
  color: rgb(63, 63, 63);
  margin-top: 80px;
  margin-bottom: 80px;
  transform: scale(0.92);
  transform-origin: var(--origin-x, 50%) var(--origin-y, 50%);
  opacity: 0;
  transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.22s ease;
  will-change: transform, opacity;
}
.popup.active .popup__wrapper {
  transform: scale(1);
  opacity: 1;
}
.popup__closer {
  position: absolute;
  top: 40px;
  right: 40px;
}
.popup__closer:hover {
  cursor: pointer;
}
.popup__closer svg {
  display: block;
}
.popup__name {
  font-size: 28px;
  line-height: 34px;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  margin-bottom: 40px;
  margin-top: 8px;
}
.popup__text {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.popup__text span {
  color: #3F3F3F;
}
.popup__text span em {
  font-style: normal;
  color: #999999;
}
.popup__text input {
  display: block;
  margin-top: 5px;
  border-radius: 20px;
  background: rgb(255, 255, 255);
  border: 2px solid transparent;
  height: 47px;
  padding: 0 40px 0 20px;
  color: rgb(63, 63, 63);
  transition: border-color 0.3s, background-color 0.3s;
}
.popup__text input:focus {
  border: 2px solid rgb(255, 238, 136);
  background: rgb(255, 255, 255);
}
.popup__textarea {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.popup__textarea span {
  color: #3F3F3F;
}
.popup__textarea span em {
  font-style: normal;
  color: #999999;
}
.popup__textarea textarea {
  display: block;
  border: 2px solid transparent;
  margin-top: 5px;
  border-radius: 20px;
  background: rgb(255, 255, 255);
  height: 90px;
  padding: 10px 40px 10px 20px;
  color: rgb(63, 63, 63);
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.4px;
  resize: vertical;
  transition: border-color 0.3s, background-color 0.3s;
}
.popup__textarea textarea:focus {
  border: 2px solid rgb(255, 238, 136);
  background: rgb(255, 255, 255);
}
.popup__file {
  display: flex;
  align-items: center;
  margin-top: 40px;
  gap: 12px;
  flex-wrap: wrap;
  cursor: pointer;
}
.popup__file svg {
  display: block;
}
.popup__file span {
  display: block;
}
.popup__file .file-names {
  width: 100%;
}
.popup .label {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 40px;
  cursor: pointer;
}
.popup .checkbox {
  border-radius: 7px;
  background: rgb(255, 255, 255);
  width: 34px;
  height: 34px;
}
.popup .checkbox:hover {
  cursor: pointer;
}
.popup .checkbox svg {
  display: none;
}
.popup .label.active svg {
  display: block;
}
.popup .selector {
  width: calc(100% - 50px);
  font-size: 16px;
  line-height: 20px;
}
.popup__button {
  display: flex;
  margin-top: 20px;
}
.popup__button a {
  border: 1px solid rgb(63, 63, 63);
  background: transparent;
}
.popup__button a:hover {
  border-color: transparent;
}
.popup__result {
  margin-top: 20px;
}
.popup-partner .popup__wrapper {
  width: 1000px;
  padding: 60px 110px 0 60px;
  cursor: default;
  background: rgb(255, 255, 255);
}
.popup-partner .popup__closer {
  top: 60px;
  right: 56px;
}
.popup-partner .popup__name {
  font-size: 34px;
  line-height: 40px;
}
.popup .h4 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 40px;
}
.popup .h6 {
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  margin-top: 40px;
  margin-bottom: 15px;
}
.popup p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.popup ul {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}
.popup li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.popup li svg {
  display: block;
  width: 40px;
  height: 40px;
}
.popup li span {
  display: block;
  width: calc(100% - 60px);
}
.popup__contacts {
  margin-left: -60px;
  margin-right: -110px;
  margin-top: 75px;
  padding: 80px 110px 80px 80px;
  background: rgb(255, 252, 245);
  border-radius: 0 0 25px 25px;
}
.popup__contacts-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 135px;
}
.popup__contacts-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.popup__contacts-phone a {
  display: block;
  margin-top: 5px;
  color: rgb(32, 32, 32);
  font-size: 28px;
  line-height: 34px;
  position: relative;
  text-decoration: none;
  transition: color 0.35s ease-out, transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.popup__contacts-phone a:before {
  background-color: currentColor;
  bottom: -0.2em;
  content: "";
  height: 0.05em;
  left: 0;
  min-height: 1px;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.popup__contacts-phone a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
@media (max-width: 1199px) {
  .popup-partner .popup__wrapper {
    width: auto;
    padding: 60px 40px 0 40px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .popup-partner .popup__closer {
    top: 40px;
    right: 40px;
  }
  .popup-partner .popup__name {
    margin-right: 70px;
  }
  .popup__contacts {
    margin-left: -40px;
    margin-right: -40px;
  }
  .popup__contacts-bottom {
    gap: 60px;
  }
}
@media (max-width: 860px) {
  .popup__wrapper {
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 372px;
  }
  .popup__textarea textarea {
    height: 130px;
  }
  .popup__button a {
    width: 100%;
    justify-content: center;
  }
  .popup-partner .popup__wrapper {
    padding: 40px 20px 0 20px;
    max-width: none;
  }
  .popup-partner .popup__closer {
    top: 20px;
    right: 20px;
  }
  .popup-partner .popup__name {
    font-size: 30px;
    line-height: 34px;
  }
  .popup .h4 {
    margin-bottom: 20px;
  }
  .popup__contacts {
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 20px 60px;
    margin-top: 40px;
  }
  .popup__contacts-bottom {
    gap: 40px;
    align-items: flex-start;
    flex-direction: column;
  }
  .popup__contacts-right .btn-black {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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