@charset "UTF-8";

.page-ceiling .ceiling-types {
  margin-top: -40px;
}

.page-ceiling .ceiling-types .ceiling-types-list {
  grid-template-columns: 100%;
}

.page-ceiling .ceiling-types .ceiling-types-list .ceiling-types-list-item .content .right .ceiling-content p {
  display: block !important;
}

.page-ceiling .ceiling-types .ceiling-types-list .ceiling-types-list-item .content .right .price {
  margin-bottom: 0;
}

.page-ceiling .ceiling-types [class*=slider-ceiling-2] {
  margin-bottom: 0;
}

.page-ceiling .gallery .gallery-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
  justify-content: center;
  margin: 0 auto;
  transition: height 1s linear;
}

.page-ceiling .gallery .gallery-list img {
  border-radius: 15px;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.ceiling-types .container {
  background-color: transparent;
  padding-bottom: 0;
}

.ceiling-types .section-header h2 {
  margin-bottom: 18px;
}

.ceiling-types .ceiling-types-list-buttons {
  display: none;
  margin-bottom: 50px;
}

.ceiling-types .ceiling-types-list-buttons button {
  background: #ffffff;
  color: #313132;
  border-radius: 10px;
  border: none;
  padding: 11px 18px;
  margin-right: 45px;
  flex-shrink: 0;
}

.ceiling-types .ceiling-types-list-buttons button:last-of-type {
  margin-right: 0;
}

.ceiling-types .ceiling-types-list-buttons button.active {
  background: #EEE3CB;
}

.ceiling-types .ceiling-types-list {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 9px;
  justify-content: center;
  overflow: hidden;
  padding: 5px 0;
  margin: -5px 0;
}

.ceiling-types .ceiling-types-list .ceiling-types-list-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 15px;
  padding: 30px 13px 34px;
  margin: 0 auto;
}

.ceiling-types .ceiling-types-list .ceiling-types-list-item .content {
  flex-grow: 2;
}

.ceiling-types .ceiling-types-list .ceiling-types-list-item .content .left {
  display: none;
}

.ceiling-types .ceiling-types-list .ceiling-types-list-item .content .right {
  display: flex;
  flex-direction: column;
}

.ceiling-types .ceiling-types-list .ceiling-types-list-item .content .right .ceiling-content {
  flex-grow: 2;
}

.ceiling-types .ceiling-types-list .ceiling-types-list-item .content .right .price {
  display: none;
}

.ceiling-types .ceiling-types-list .ceiling-types-list-item .content .right .link {
  display: none;
  width: 179px;
}

.ceiling-types .ceiling-types-list .ceiling-types-list-item h1,
.ceiling-types .ceiling-types-list .ceiling-types-list-item h3 {
  font-family: "SFProDisplay-Semibold";
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 23px;
  padding: 0 12px;
}

.ceiling-types .ceiling-types-list .ceiling-types-list-item p {
  padding: 0 12px;
  margin-bottom: 39px;
}

.ceiling-types .ceiling-types-list .ceiling-types-list-item .price-before {
  display: none;
}

.ceiling-types .ceiling-types-list .ceiling-types-list-item .price {
  font-family: "SFProDisplay-Bold";
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #D1B578;
  margin-bottom: 8px;
  padding: 0 12px;
}

.ceiling-types .ceiling-types-list .ceiling-types-list-item .link {
  display: inline-block;
  padding: 0 12px;
}

.ceiling-types .ceiling-types-list .ceiling-types-list-item .link::after {
  content: " ›";
  display: inline;
}

.ceiling-types .ceiling-types-list .ceiling-types-list-item .image-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 7px;
  margin-bottom: 27px;
}

.ceiling-types .ceiling-types-list .ceiling-types-list-item .image-wrapper img {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 95px;
}

.ceiling-types .ceiling-types-list .ceiling-types-list-item .image-wrapper img:nth-of-type(4) {
  grid-area: 2/1/4/3;
}

.ceiling-types .ceiling-types-list .ceiling-types-list-item .image-wrapper img:nth-of-type(11) {
  grid-area: 5/2/7/4;
}

.ceiling-types [class*=slider-ceiling-1] {
  width: 675px;
  height: 527px;
  border-radius: 15px;
}

.ceiling-types [class*=slider-ceiling-1] .swiper-pagination {
  left: auto;
  right: 19px;
  bottom: 19px;
  width: auto;
  display: flex;
}

.ceiling-types [class*=slider-ceiling-1] .swiper-button-prev,
.ceiling-types [class*=slider-ceiling-1] .swiper-button-next {
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 40px;
  height: 40px;
}

.ceiling-types [class*=slider-ceiling-1] .swiper-button-prev:hover,
.ceiling-types [class*=slider-ceiling-1] .swiper-button-prev:focus,
.ceiling-types [class*=slider-ceiling-1] .swiper-button-next:hover,
.ceiling-types [class*=slider-ceiling-1] .swiper-button-next:focus {
  transform: scale(1.3);
}

.ceiling-types [class*=slider-ceiling-1] .swiper-button-prev::after,
.ceiling-types [class*=slider-ceiling-1] .swiper-button-next::after {
  font-size: 16px;
  line-height: 40px;
  color: #000000;
}

.ceiling-types [class*=slider-ceiling-1] .swiper-button-next {
  right: 24px;
}

.ceiling-types [class*=slider-ceiling-1] .swiper-button-prev {
  left: 24px;
}

.ceiling-types [class*=slider-ceiling-2] {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 27px;
  display: none;
}

.ceiling-types [class*=slider-ceiling-2] .swiper-slide {
  border-radius: 10px;
  width: 212px;
  height: 157px;
  margin-right: 19px;
}

.ceiling-types [class*=slider-ceiling-2] img {
  display: block;
  width: 212px;
  height: 157px;
  border-radius: 10px;
}

.ceiling-types .swiper-lazy-preloader {
  border-color: #D1B578;
  border-top-color: transparent;
}

.manufacturers .container {
  padding-top: 0;
  padding-bottom: 0;
}

.manufacturers .section-header {
  margin-left: 10px;
  margin-right: 9px;
}

.manufacturers .manufacturers-list {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 20px;
  justify-content: center;
}

.manufacturers .manufacturers-list .manufacturers-list-item {
  border-radius: 15px;
  padding: 26px 32px 32px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.no-webp .manufacturers .manufacturers-list .manufacturers-list-item:last-of-type{
  background-image: url("/assets2/img/manufacture.png"); }

.manufacturers .manufacturers-list .manufacturers-list-item:last-of-type {
  max-width: 318px;
  padding: 18px 10px 0;
  font-family: "SFProDisplay-Heavy";
  font-weight: 800;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top right;
  color: #DBC495;
  margin-top: 12px;
}

.manufacturers .manufacturers-list .manufacturers-list-item:last-of-type span:nth-of-type(1) {
  padding-left: 9px;
  font-size: 16px;
  line-height: 16px;
  display: block;
}

.manufacturers .manufacturers-list .manufacturers-list-item:last-of-type span:nth-of-type(2) {
  padding-left: 9px;
  font-size: 70px;
  line-height: 84px;
  display: block;
}

.manufacturers .manufacturers-list .manufacturers-list-item:last-of-type span:nth-of-type(3) {
  padding-left: 9px;
  font-size: 22px;
  line-height: 23px;
  display: block;
  margin-top: -9px;
  margin-bottom: 50px;
}

.manufacturers .manufacturers-list .manufacturers-list-item:last-of-type span:nth-of-type(4) {
  font-family: "SFProDisplay-Medium";
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #313132;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 32px;
}

.manufacturers .manufacturers-list .manufacturers-list-item:last-of-type button {
  display: block;
}

.manufacturers .manufacturers-list .manufacturers-list-item .name {
  font-family: "SFProDisplay-Bold";
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 10px;
}

.manufacturers .manufacturers-list .manufacturers-list-item .name span {
  font-family: "SFProDisplay-Regular";
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #797979;
  vertical-align: middle;
  position: relative;
  left: 12px;
}

.manufacturers .manufacturers-list .manufacturers-list-item .desc1 {
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 12px;
}

.manufacturers .manufacturers-list .manufacturers-list-item .price {
  font-family: "SFProDisplay-Black";
  font-weight: 900;
  font-size: 40px;
  line-height: 46px;
  color: #DBC495;
  margin-bottom: 12px;
}

.manufacturers .manufacturers-list .manufacturers-list-item .params {
  font-family: "SFProDisplay-Medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 9px;
}

.manufacturers .manufacturers-list .manufacturers-list-item .param-list {
  color: #797979;
}

.manufacturers .manufacturers-list .manufacturers-list-item .param-list li {
  margin-bottom: 3px;
}

.manufacturers .manufacturers-list .manufacturers-list-item .param-list li:last-of-type {
  margin-bottom: 0;
}

.calc .container {
  padding-top: 0;
  padding-bottom: 0;
}

.calc .calc-items {
  display: grid;
  grid-template-columns: auto;
  gap: 22px;
  margin-bottom: 32px;
}

.calc .calc-items .calc-item {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
}

.calc .calc-items .calc-item label {
  font-family: "SFProDisplay-Medium";
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  display: inline-block;
}

.calc .calc-items .calc-item .count-wrapper {
  width: 112px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calc .calc-items .calc-item button {
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  line-height: 30px;
  background-color: #F4F5F5;
  border-radius: 8px;
}

.calc .calc-items .calc-item button.plus {
  background-image: url("/assets2/img/calc-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.calc .calc-items .calc-item button.plus.active {
  background-color: #616163;
}

.calc .calc-items .calc-item button.minus {
  background-image: url("/assets2/img/calc-minus.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.calc .calc-items .calc-item .input-value {
  background: #ffffff;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 29px;
  font-family: "SFProDisplay-Regular";
  font-weight: 400;
  font-size: 15px;
  line-height: 29px;
  border: 1px solid #F4F5F5;
  border-radius: 8px;
  padding: 0;
  color: #ECECEC;
}

.calc .calc-items .calc-item .input-value.colored {
  color: #313132;
}

.calc .calc-item-result .calc-result-tooltip p {
  font-family: "SFProDisplay-Medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 38px;
}

.calc .calc-item-result .calc-result-tooltip p span:nth-of-type(1) {
  display: none;
}

.calc .calc-item-result .calc-result-tooltip p span:nth-of-type(3) {
  display: block;
  font-family: "SFProDisplay-Medium";
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #616163;
  margin-bottom: 32px;
}

.calc .calc-item-result .calc-result-tooltip p .calc-result {
  display: block;
  font-family: "SFProDisplay-Black";
  font-weight: 900;
  font-size: 54px;
  line-height: 64px;
  color: #DBC495;
  text-align: center;
  margin-bottom: 14px;
}

.calc .choices {
  width: 149px;
}

.calc .choices .text-min {
  font-size: 8px;
  line-height: 10px;
  color: #9F9F9F;
  display: inline-block;
  margin-left: 10px;
}

.calc .choices .choices__list--dropdown,
.calc .choices .choices__list[aria-expanded] {
  margin-top: -7px;
}

.calc .choices.is-flipped .choices__list--dropdown,
.calc .choices.is-flipped .choices__list[aria-expanded] {
  margin-bottom: -7px;
}

.calc .choices[data-type*=select-one]::after {
  border: none;
  background-image: url("/assets2/img/header-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 8px;
  height: 6px;
}

.calc .choices[data-type*=select-one].is-open::after {
  margin-top: -3px;
  transform: rotate(180deg);
}

.calc .choices .choices__inner {
  background-color: #ffffff;
  font-family: "SFProDisplay-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #313132;
  padding: 9px 13px;
  min-height: 34px;
  border: 1px solid #BEBEBE;
  border-radius: 8px;
}

.calc .choices .choices__inner > .choices__list {
  padding: 0;
}

.reviews-video {
  position: relative;
  overflow: hidden;
}

.reviews-video .container {
  padding-top: 0;
  padding-bottom: 0;
}

.reviews-video .reviews-video-list {
  overflow: visible;
}

.reviews-video .reviews-video-list .swiper-wrapper {
  overflow: visible;
}

.reviews-video .reviews-video-list .reviews-video-list-item {
  width: auto;
  margin-right: 26px;
}

.reviews-video .reviews-video-list .reviews-video-list-item:last-of-type {
  margin-right: 0;
}

.reviews-video .reviews-video-list .reviews-video-list-item .img-wrapper {
  position: relative;
  border-radius: 15px;
  margin-bottom: 11px;
  cursor: pointer;
}

.reviews-video .reviews-video-list .reviews-video-list-item .img-wrapper:hover span,
.reviews-video .reviews-video-list .reviews-video-list-item .img-wrapper:focus span {
  transform: translate(-50%, -50%) scale(1.2);
}

.reviews-video .reviews-video-list .reviews-video-list-item .img-wrapper img {
  display: block;
  width: 281px;
  height: 190px;
  border-radius: 15px;
}

.reviews-video .reviews-video-list .reviews-video-list-item .img-wrapper span {
  display: block;
  width: 64px;
  height: 43px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/assets2/img/play.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

.reviews-video .reviews-video-list .reviews-video-list-item .name {
  font-family: "SFProDisplay-Semibold";
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  padding-left: 10px;
  margin-bottom: 0;
}

section.text h2 {
  width: 250px;
}

section.text ul.ul-2 li,
section.text p {
  font-size: 14px;
  line-height: 17px;
}

.presents .container {
  padding-bottom: 0;
}

.presents .section-header .h2 {
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}

.presents .presents-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-bottom: 33px;
}

.presents .presents-list .presents-list-item {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 27px 19px;
}

.presents .presents-list .presents-list-item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 1px;
  border-radius: 15px;
}

.presents .presents-list .presents-list-item .name {
  font-family: "SFProDisplay-Semibold";
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.presents button {
  width: 298px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 370px) {
  .manufacturers .manufacturers-list .manufacturers-list-item:last-of-type {
    background-position: top right 18px;
  }
}

@media (min-width: 490px) {
  .page-ceiling .ceiling-types .ceiling-types-list .ceiling-types-list-item {
    width: 100%;
  }

  .manufacturers .section-header {
    text-align: center;
    margin-left: 35px;
    margin-right: 35px;
  }

  .manufacturers .manufacturers-list {
    grid-gap: 30px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item {
    padding: 50px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item:last-of-type span:nth-of-type(3) {
    margin-bottom: 48px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item:last-of-type span:nth-of-type(4) {
    padding: 0;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item .name {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 14px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item .name span {
    font-size: 13px;
    line-height: 16px;
    left: 14px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item .desc1 {
    margin-bottom: 14px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item .price {
    margin-bottom: 14px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item .params {
    margin-bottom: 14px;
  }

  .calc .calc-items {
    margin-bottom: 40px;
  }

  .calc .calc-items .calc-item .input-value {
    border: none;
  }

  .calc .calc-item-result .calc-result-tooltip p span:nth-of-type(3) {
    margin-bottom: 40px;
  }

  .calc .calc-item-result button {
    width: 296px;
  }

  .reviews-video .reviews-video-list .reviews-video-list-item {
    margin-right: 30px;
  }

  .reviews-video .reviews-video-list .reviews-video-list-item .img-wrapper {
    margin-bottom: 20px;
  }

  .reviews-video .reviews-video-list .reviews-video-list-item .img-wrapper img {
    width: 318px;
    height: 215px;
  }

  .reviews-video .reviews-video-list .reviews-video-list-item .img-wrapper span {
    width: 72px;
    height: 48px;
  }

  .reviews-video .reviews-video-list .reviews-video-list-item .name {
    padding-left: 22px;
  }

  section.text h2 {
    width: 312px;
  }

  .presents .presents-list {
    grid-gap: 30px;
    margin-bottom: 40px;
  }

  .presents .presents-list .presents-list-item {
    padding: 32px 18px 39px;
  }

  .presents .presents-list .presents-list-item img {
    margin-bottom: 4px;
  }
}

@media (min-width: 700px) {
  .page-ceiling .ceiling-types {
    margin-top: 0;
  }

  .page-ceiling .ceiling-types .less-width {
    margin: 0 !important;
  }

  .page-ceiling .ceiling-types .ceiling-types-list .ceiling-types-list-item {
    padding: 0 !important;
    border: none;
    box-shadow: none;
  }

  .page-ceiling .gallery .gallery-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .ceiling-types .section-header {
    margin-bottom: 50px;
  }

  .ceiling-types .ceiling-types-list {
    grid-template-columns: repeat(auto-fill, 359px);
  }

  .ceiling-types .ceiling-types-list .ceiling-types-list-item {
    width: 359px;
  }

  .ceiling-types .ceiling-types-list .ceiling-types-list-item {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    padding: 0;
  }

  .manufacturers .section-header {
    text-align: left;
    margin-left: 0;
    margin-right: 40px;
  }

  .manufacturers .manufacturers-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .manufacturers .manufacturers-list .manufacturers-list-item {
    padding: 26px 32px 32px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item:last-of-type {
    display: none;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item .name {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 13px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item .name span {
    font-size: 12px;
    line-height: 14px;
    left: 12px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item .desc1 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item .price {
    margin-bottom: 12px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item .params {
    margin-bottom: 6px;
  }

  .calc .calc-body {
    display: grid;
    align-items: center;
    grid-column-gap: 75px;
    grid-template-columns: 351px auto;
  }

  .calc .calc-items {
    margin-bottom: 0;
  }

  .calc .calc-items .calc-item {
    margin-left: 0;
    margin-right: 0;
    gap: 20px;
  }

  .calc .calc-items .calc-item label {
    font-size: 22px;
    line-height: 26px;
  }

  .calc .calc-items .calc-item .count-wrapper {
    width: 117px;
  }

  .calc .calc-items .calc-item button {
    width: 31px;
    height: 31px;
  }

  .calc .calc-items .calc-item .input-value {
    font-size: 16px;
    line-height: 31px;
    width: 40px;
    height: 31px;
  }

  .calc .calc-item-result .calc-result-tooltip p span:nth-of-type(1) {
    display: block;
  }

  .calc .calc-item-result .calc-result-tooltip p span:nth-of-type(3) {
    font-family: "SFProDisplay-Regular";
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 29px;
  }

  .calc .calc-item-result .calc-result-tooltip p .calc-result {
    text-align: left;
    margin-bottom: 0;
  }

  .calc .calc-item-result button {
    font-size: 18px;
    line-height: 21px;
    width: 187px;
    padding: 10px;
  }

  .calc .choices {
    width: 157px;
  }

  .calc .choices[data-type*=select-one]::after {
    display: block;
  }

  .calc .choices .choices__inner {
    font-size: 15px;
    line-height: 18px;
    padding: 9px 14px;
  }

  .reviews-video .section-header {
    text-align: center;
  }

  .reviews-video .reviews-video-list .reviews-video-list-item .img-wrapper {
    margin-bottom: 14px;
  }

  .reviews-video .reviews-video-list .reviews-video-list-item .name {
    font-family: "SFProDisplay-Medium";
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
  }

  section.text {
    margin-bottom: 5px;
  }

  section.text h2 {
    width: 570px;
  }

  section.text ul.ul-2 li,
  section.text p {
    font-size: 16px;
    line-height: 19px;
  }

  .presents .presents-list {
    margin-bottom: 35px;
  }

  .presents .presents-list .presents-list-item {
    padding: 45px 71px 35px;
  }

  .presents .presents-list .presents-list-item img {
    margin-bottom: 12px;
  }

  .presents .presents-list .presents-list-item .name {
    font-size: 18px;
    line-height: 21px;
  }
}

@media (min-width: 950px) {
  .page-ceiling .section-description {
    padding-top: 0;
  }

  .page-ceiling .gallery .gallery-list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 13px;
  }

  .page-ceiling .gallery .gallery-list img:nth-of-type(6n+1) {
    grid-column: span 2;
    grid-row: span 2;
  }

  .page-ceiling .gallery .gallery-list img:nth-of-type(6n + 4) {
    grid-column: span 2;
    grid-row: span 2;
  }

  .ceiling-types .ceiling-types-list {
    grid-gap: 50px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item {
    padding: 40px 83px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item .name {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 11px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item .name span {
    font-size: 14px;
    line-height: 16px;
    left: 14px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item .desc1 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 14px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item .desc1 span {
    font-size: 0;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item .price {
    font-size: 44px;
    line-height: 53px;
    margin-bottom: 14px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item .params {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 9px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item .param-list {
    font-size: 18px;
    line-height: 21px;
  }

  .calc .calc-body {
    grid-template-columns: 463px auto;
    grid-column-gap: 127px;
  }

  .calc .calc-items {
    gap: 29px;
  }

  .calc .calc-items .calc-item {
    grid-template-columns: auto 206px;
  }

  .calc .calc-items .calc-item label {
    font-size: 24px;
    line-height: 29px;
  }

  .calc .calc-items .calc-item .count-wrapper {
    width: 154px;
    margin: 0 auto;
  }

  .calc .calc-items .calc-item button {
    width: 40px;
    height: 40px;
  }

  .calc .calc-items .calc-item .input-value {
    font-size: 21px;
    line-height: 40px;
    width: 53px;
    height: 40px;
  }

  .calc .calc-item-result .calc-result-tooltip p {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 31px;
  }

  .calc .calc-item-result .calc-result-tooltip p span:nth-of-type(1) {
    text-align: center;
  }

  .calc .calc-item-result .calc-result-tooltip p span:nth-of-type(3) {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 35px;
  }

  .calc .calc-item-result .calc-result-tooltip p .calc-result {
    font-size: 64px;
    line-height: 76px;
    text-align: center;
    margin-bottom: 8px;
  }

  .calc .calc-item-result button {
    margin: 0 auto;
    display: block;
    width: 229px;
  }

  .calc .calc-item-result button {
    margin-left: 0;
  }

  .calc .choices {
    width: 206px;
  }

  .calc .choices .text-min {
    font-size: 11px;
    line-height: 13px;
  }

  .calc .choices .choices__inner {
    font-size: 19px;
    line-height: 23px;
    padding: 12px 18px;
  }

  .reviews-video .reviews-video-list .reviews-video-list-item .img-wrapper {
    margin-bottom: 18px;
  }

  .reviews-video .reviews-video-list .reviews-video-list-item .img-wrapper img {
    width: 440px;
    height: 298px;
  }

  .reviews-video .reviews-video-list .reviews-video-list-item .img-wrapper span {
    width: 100px;
    height: 67px;
  }

  .reviews-video .reviews-video-list .reviews-video-list-item .name {
    padding-left: 0;
    text-align: center;
  }

  section.text h2 {
    width: 546px;
  }

  section.text ul.ul-2 li,
  section.text p {
    font-family: "SFProDisplay-Light";
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
  }

  .presents .presents-list {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 40px;
  }

  .presents .presents-list .presents-list-item {
    padding: 25px 17px 34px;
  }

  .presents .presents-list .presents-list-item img {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .page-ceiling .ceiling-types .ceiling-types-list .ceiling-types-list-item {
    height: auto;
  }

  .ceiling-types .ceiling-types-list-buttons {
    display: flex;
  }

  .ceiling-types .ceiling-types-list {
    grid-template-columns: 100%;
    grid-gap: 0;
  }

  .ceiling-types .ceiling-types-list .ceiling-types-list-item {
    box-shadow: none;
    width: 100%;
  }

  .ceiling-types .ceiling-types-list .ceiling-types-list-item .content {
    display: grid;
    grid-template-columns: 675px 441px;
    grid-column-gap: 24px;
  }

  .ceiling-types .ceiling-types-list .ceiling-types-list-item .content .left {
    display: inline-block;
  }

  .ceiling-types .ceiling-types-list .ceiling-types-list-item .content .right .price {
    display: block !important;
  }

  .ceiling-types .ceiling-types-list .ceiling-types-list-item .content .right .link {
    display: inline-block !important;
  }

  .ceiling-types .ceiling-types-list .ceiling-types-list-item h1,
  .ceiling-types .ceiling-types-list .ceiling-types-list-item h3 {
    padding: 16px 0 0;
    font-size: 32px;
    line-height: 44px;
    margin: 0 0 31px;
  }

  .ceiling-types .ceiling-types-list .ceiling-types-list-item p {
    padding: 0;
    margin-bottom: 45px;
    max-width: 375px;
  }

  .ceiling-types .ceiling-types-list .ceiling-types-list-item .price-before {
    display: block;
    margin-bottom: 14px;
  }

  .ceiling-types .ceiling-types-list .ceiling-types-list-item .price {
    margin-bottom: 18px;
    padding: 0;
    display: none;
  }

  .ceiling-types .ceiling-types-list .ceiling-types-list-item .link {
    font-size: 24px;
    line-height: 28px;
    padding: 20px 29px;
    border: 1px solid #313132;
    border-radius: 4px;
    display: none;
  }

  .ceiling-types .ceiling-types-list .ceiling-types-list-item .link::after {
    display: none;
  }

  .ceiling-types .ceiling-types-list .ceiling-types-list-item .image-wrapper {
    display: none;
  }

  .ceiling-types [class*=slider-ceiling-1] .swiper-slide img {
    width: 675px;
    height: 527px;
  }

  .ceiling-types [class*=slider-ceiling-2] {
    display: block;
  }

  .manufacturers .manufacturers-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .manufacturers .manufacturers-list .manufacturers-list-item {
    padding: 30px 36px 37px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item:last-of-type {
    display: block;
    margin-left: 0;
    padding-left: 3px;
    padding-right: 28px;
    max-width: 347px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item:last-of-type span:nth-of-type(1) {
    padding-left: 0;
    font-size: 18px;
    line-height: 18px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item:last-of-type span:nth-of-type(2) {
    padding-left: 0;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item:last-of-type span:nth-of-type(3) {
    padding-left: 0;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 54px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item:last-of-type span:nth-of-type(4) {
    font-family: "SFProDisplay-Regular";
    font-weight: 400;
    text-align: left;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
    width: 347px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item .name {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 14px;
  }

  .manufacturers .manufacturers-list .manufacturers-list-item .price {
    line-height: 51px;
  }

  .calc .calc-body {
    grid-column-gap: 168px;
  }

  .calc .calc-items .calc-item .input-value {
    font-size: 20px;
    border: 1px solid #F4F5F5;
  }

  .calc .calc-item-result .calc-result-tooltip p span:nth-of-type(1) {
    text-align: left;
  }

  .calc .calc-item-result .calc-result-tooltip p span:nth-of-type(3) {
    text-align: left;
  }

  .calc .calc-item-result .calc-result-tooltip p .calc-result {
    font-size: 80px;
    line-height: 95px;
    text-align: left;
    margin-bottom: 0;
  }

  .reviews-video .reviews-video-list .reviews-video-list-item .img-wrapper {
    margin-bottom: 15px;
  }

  .reviews-video .reviews-video-list .reviews-video-list-item .img-wrapper img {
    width: 361px;
    height: 245px;
  }

  .reviews-video .reviews-video-list .reviews-video-list-item .img-wrapper span {
    width: 82px;
    height: 55px;
  }

  .reviews-video .reviews-video-list .reviews-video-list-item .name {
    font-size: 20px;
    line-height: 23px;
  }

  section.text h2 {
    width: 100%;
  }

  .presents .presents-list .presents-list-item {
    padding: 42px 31px 49px;
  }

  .presents .presents-list .presents-list-item img {
    margin-bottom: 7px;
  }
}

@media (max-width: 1199px) {
  .ceiling-types .ceiling-types-list .ceiling-types-list-item {
    height: auto !important;
    opacity: 1 !important;
    padding: 30px 13px 34px !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 949px) {
  .ceiling-types .container .less-width {
    margin: 0 -25px;
  }
}

@media (max-width: 699px) {
  .page-ceiling .gallery .gallery-list img:nth-of-type(3n+1) {
    grid-column: span 2;
    grid-row: span 2;
  }

  .calc .container {
    padding-left: 26px;
    padding-right: 26px;
  }

  .reviews-video {
    margin-bottom: 35px;
  }

  section.text {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

@media (max-width: 489px) {
  section.text .container {
    padding-left: 26px;
    padding-right: 26px;
  }
}

@media (min-width: 700px) and (max-width: 949px) {
  .page-ceiling .gallery .gallery-list img:nth-of-type(6n+1) {
    grid-column: span 2;
    grid-row: span 2;
  }

  .page-ceiling .gallery .gallery-list img:nth-of-type(6n + 5) {
    grid-column: 2/4;
    grid-row: span 2;
  }
}

.webp .manufacturers .manufacturers-list .manufacturers-list-item:last-of-type{ background-image: url(/assets2/img/manufacture.webp); }