.wrapper{
	max-width: 1280px;
	margin: 0px auto;
	padding: 0px 10px 0 10px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.designing-body {
  height: 100%;
  position: relative;
  color: #252b42;
}
.designing-body ul {
  list-style: none;
}
.designing-body ol {
  list-style: none;
}
.designing-body li {
  list-style: none;
}
.designing-body a {
  text-decoration: none;
  color: inherit;
}
.designing-body img {
  vertical-align: top;
}
.designing-body a, .designing-body p, .designing-body b, .designing-body span {
  font-size: 16px;
}
@media (max-width: 1300) {
  .designing-body a, .designing-body p, .designing-body b, .designing-body span {
    font-size: 13.58px;
  }
}
@media (max-width: 1199px) {
  .designing-body a, .designing-body p, .designing-body b, .designing-body span {
    font-size: 12.61px;
  }
}

.designing-body h2 {
  font-size: 30.8px;
}
@media (max-width: 766px) {
  .designing-body h2 {
    font-size: 22.1px;
  }
}

.image-fit {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
}

.image-fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.undrl-red-dotted {
  text-decoration-style: dotted !important;
  text-decoration-color: red !important;
  text-decoration: underline;
}

.wrapper-designing {
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*-------Effects-------------*/
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*-------Effects-------------*/
/*----COMMON STYLES-----------*/
.header-block__title {
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 5%;
}
.header-block__subtitle {
  font-size: 18px;
  font-weight: 600;
}

.general-link {
  display: inline-block;
  line-height: 1.75em;
  padding: 0px 15px;
  border-radius: 5px;
  top: 0;
  position: relative;
  color: white;
  background-color: #ff7c2e;
  -webkit-box-shadow: 2px 2px 4px #3c354a;
          box-shadow: 2px 2px 4px #3c354a;
  -webkit-transition-duration: 1s, 500ms, 500ms;
          transition-duration: 1s, 500ms, 500ms;
  -webkit-transition-property: background-color, top, -webkit-box-shadow;
  transition-property: background-color, top, -webkit-box-shadow;
  transition-property: background-color, top, box-shadow;
  transition-property: background-color, top, box-shadow, -webkit-box-shadow;
}
.general-link:hover {
  top: 2px;
  background-color: #0197ed;
  -webkit-box-shadow: 0px 0px 0px #3c354a;
          box-shadow: 0px 0px 0px #3c354a;
}

.ibg {
  position: relative;
}
.ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: fit;
     object-fit: fit;
}

.item-table > * {
  font-weight: 700;
  color: #000;
  font-size: 23px !important;
  display: table-cell;
  vertical-align: middle;
}
.item-table > * img {
  width: 150px;
  height: 150px;
  padding-top: 16px;
  margin-right: 15px;
}
.item-table > * img:hover {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.item-table > *:nth-child(2) {
  max-width: 115px;
  font-size: clamp(12.5px, 3vw, 15px) !important;
}
@media (max-width: 1222px) {
  .item-table > * img {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 992px) {
  .item-table > * img {
    margin-right: 10px;
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 767px) {
  .item-table > * img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 467px) {
  .item-table > * img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 992px) {
  .item-table > * {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .item-table > * {
    font-size: 12.5px !important;
  }
}
@media (max-width: 560px) {
  .item-table > * {
    font-size: 11px !important;
  }
}
@media (max-width: 467px) {
  .item-table > * {
    font-size: 10px !important;
  }
}

.product-pointer__icon {
  display: inline-block;
  background-color: #0197ed;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  color: transparent !important;
  -webkit-animation: impulse-product ease-in 3s;
  animation: impulse-product ease-in 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes impulse-product {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(6);
            transform: scale(6);
    opacity: 0.1;
  }
}
@keyframes impulse-product {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(6);
            transform: scale(6);
    opacity: 0.1;
  }
}
.product-pointer__body {
  overflow: hidden;
  color: #000;
  border-radius: 10px;
  display: none;
  background-color: #ffffff;
  border: 1px solid #cbcbd0;
}
.product-pointer__icon-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 50px !important;
  text-decoration: none;
  color: #FFF !important;
}
.product-pointer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .product-pointer__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    width: 250px;
    height: 385px;
  }
}
.product-pointer__image {
  width: 250px;
  height: 250px;
  border-bottom: 1px solid #cbcbd0;
}
.product-pointer__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 7.5px 10px 0px 10px;
}
.product-pointer__brand {
  font-size: 16px !important;
}
.product-pointer__title {
  font-size: 14px !important;
  color: #0197ed;
}
.product-pointer__title:hover {
  text-decoration: underline;
}
.product-pointer__prices {
  padding: 0px 10px 7.5px 10px;
}
.product-pointer__prices *:first-child {
  display: inline-block;
  font-size: 18px;
}
.product-pointer__prices :last-child {
  font-size: 16px;
  color: #777777;
}

.category-pointer__icon {
  display: inline-block;
  background-color: #ff7c2e;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  color: transparent !important;
  -webkit-animation: impulse-category ease-in 3s;
  animation: impulse-category ease-in 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes impulse-category {
  from {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(7);
            transform: scale(7);
    opacity: 0.1;
  }
}
@keyframes impulse-category {
  from {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(7);
            transform: scale(7);
    opacity: 0.1;
  }
}
.category-pointer__body {
  color: #000;
  border-radius: 10px;
  display: none;
  background-color: #ffffff;
  border: 1px solid #cbcbd0;
  overflow: hidden;
}
.category-pointer__icon-close {
  position: absolute;
  top: 14%;
  right: 20px;
  font-size: 40px !important;
  text-decoration: none;
  color: #FFF !important;
}
.category-pointer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media (max-width: 767px) {
  .category-pointer__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    width: 250px;
    height: 385px;
  }
}
.category-pointer__image {
  border-bottom: 1px solid #cbcbd0;
}
.category-pointer__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 7.5px 10px 0px 10px;
}
.category-pointer__content :first-child {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.category-pointer__content :last-child {
  font-size: 13.5px;
}
.category-pointer__link {
  padding: 0px 10px 7.5px 10px;
}
.category-pointer__link a {
  font-size: 16px;
  color: #ff7c2e;
}
.category-pointer__link a:hover {
  color: #0197ed;
  text-decoration: underline;
}

.list__hide {
  display: none;
}
.list__hide + label ~ div {
  display: none;
}
.list__hide + label {
  margin: 0;
  padding: 0;
  color: #0197ed;
  cursor: pointer;
  display: inline-block;
}
.list__hide:checked + label {
  color: #ff7c2e;
  border-bottom: 0;
}
.list__hide:checked + label + div {
  display: block;
  background: #ffffff;
  margin-left: 20px;
  -webkit-animation: fade ease-in 0.5s;
  animation: fade ease-in 0.5s;
}
.list__hide + label:before {
  background-color: #0197ed;
  color: #fff;
  content: "+";
  display: block;
  float: left;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  margin: 3px 5px;
  text-align: center;
  width: 16px;
  border-radius: 50%;
}
.list__hide:checked + label:before {
  content: "−";
}

.dropdown__hide {
  display: none;
}
.dropdown__hide + label ~ div {
  display: none;
}
.dropdown__hide + label {
  margin: 0;
  padding: 0;
  color: #0197ed;
  cursor: pointer;
  display: inline-block;
}
.dropdown__hide:checked + label {
  color: #ff7c2e;
  border-bottom: 0;
}
.dropdown__hide:checked + label + div {
  display: block;
  background: #ffffff;
  -webkit-animation: fade ease-in 0.5s;
  animation: fade ease-in 0.5s;
}
.dropdown__hide + label:before {
  color: #fff;
  content: " ";
  display: block;
  float: left;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  text-align: center;
  width: 10px;
}

.modal-designing {
  position: fixed;
  /* фиксированное положение */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  /* цвет фона */
  z-index: 1050;
  opacity: 0;
  /* по умолчанию модальное окно прозрачно */
  -webkit-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  /* анимация перехода */
  pointer-events: none;
  /* элемент невидим для событий мыши */
}

/* при отображении модального окно */
.modal-designing:target {
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
}

/* ширина модального окна и его отступы от экрана */
.modal-designing__dialog {
  position: relative;
  width: auto;
}

@media (min-width: 576px) {
  .modal-designing__dialog {
    max-width: 500px;
    margin: 10% auto;
  }
}
/* свойства для блока, содержащего контент модального окна */
.modal-designing__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
	max-height: 600px;
  margin: 300px 10px 10px 10px;
}

@media (min-width: 768px) {
  .modal-designing__content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 767px) {
  .modal-designing__content {
  	margin: 100px 10px 10px 10px;
  }
}
/* свойства для заголовка модального окна */
.modal-designing__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: top;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

.modal-designing__title {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.modal-designing__close-btn {
  float: right;
  font-size: clamp(20px, 3vw, 25.20px) !important;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  text-decoration: none;
}

.modal-designing__close-btn:focus,
.modal-designing__close-btn:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}

.modal-designing__body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
  overflow-x: hidden;
}

/*---------------------*/
.div {
  display: inline-block;
}

.modal-designing__checkbox {
  position: relative;
  background-color: #F5F5F6;
  margin-bottom: 30px;
  padding: 30px;
  font-size: clamp(12.5px, 3vw, 16px);
  font-weight: 700;
}

.modal-designing__checkbox * {
  display: inline;
  vertical-align: center;
}


@media (max-width: 425px) {
  .modal-designing__checkbox {
    padding: 30px 30px 30px 10px;
  }
}
.modal-designing__checkbox input[type=checkbox] {
  display: inline-block;
  margin-right: 15px;
  text-decoration-color: #ff7c2e;
  /* Double-sized Checkboxes */
  /* IE */
  /* FF */
  -webkit-transform: scale(1.5);
  /* Safari and Chrome */
  /* Opera */
  transform: scale(1.5);
}


.modal-designing__checkbox span {
  padding-right: 60px;
  font-size: 16px;
}
@media (max-width: 367px) {
  .modal-designing__checkbox span {
    font-size: 14px;
  }
}
.modal-designing__checkbox img {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(40%, -50%);
          transform: translate(40%, -50%);
}
@media (max-width: 425px) {
  .modal-designing__checkbox img {
    width: 70%;
    height: 70%;
    -webkit-transform: translate(30%, -50%);
            transform: translate(30%, -50%);
  }
}
.modal-designing__input-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px -15px;
}
.modal-designing__input-data * {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-designing__input-data *::before {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-designing__input-data *::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-designing__column {
  position: relative;
  margin: 0px 0px 30px 0px;
  padding: 0px 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
@media (max-width: 579px) {
  .modal-designing__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
      margin: 0px 0px 10px 0px;
  }
}
.modal-designing__column input {
  padding: 20px 0px 20px 30px;
  height: 20px;
  width: 100%;
  border: 1px solid #000;
  background-size: auto 50%;
}
.modal-designing__column:nth-child(1) input {
  background: url("https://cdn.webshopapp.com/shops/269576/files/425256546/icon-person-small.svg") no-repeat 5px 8px;
  background-size: auto 50%;
}
.modal-designing__column:nth-child(2) input {
  background: url("https://cdn.webshopapp.com/shops/269576/files/425256544/icon-map-pointer-small.svg") no-repeat 5px 8px;
  background-size: auto 50%;
}
.modal-designing__column:nth-child(3) input {
  background: url("https://cdn.webshopapp.com/shops/269576/files/425256543/icon-phone-small.svg") no-repeat 5px 8px;
  background-size: auto 50%;
}
.modal-designing__column:nth-child(4) input {
  background: url("https://cdn.webshopapp.com/shops/269576/files/425256542/icon-letter-small.svg") no-repeat 5px 9px;
  background-size: auto 50%;
}
.modal-designing__column:nth-child(5) textarea {
  background-color: #F5F5F6;
  width: 100%;
  padding: 10px;
  min-height: 100px;
}
.modal-designing__link-submit {
  margin-bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.header-designing {
  position: fixed;
  overflow: hidden;
  background-color: #ffffff;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #cbcbd0;
}
.header-designing__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
}
@media (max-width: 352px) {
  .header-designing__container {
    max-height: 20px;
  }
}
.container {
  max-width: 1280px;
  margin: 0px auto;
  padding: 0px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.designing-page {
  padding-top: 55px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.main-block {
  position: relative;
}
.main-block__body {
  position: relative;
  z-index: 2;
}
.main-block__title {
  letter-spacing: 0.05em;
  position: absolute;
  z-index: 2;
  top: 5%;
  left: 5%;
  font-weight: 700;
}
.main-block__title h2 {
  color: #ffffff;
  font-size: clamp(19.50px, 3vw, 45.80px);
}
.main-block__title a {
  font-size: inherit;
  color: #ff7c2e;
  text-decoration: underline;
}
.main-block__title a:hover {
  color: #0197ed;
}
.main-block__value {
  display: inline;
  background-color: #3c354a;
}
.main-block__pointers > * {
  z-index: 2;
  position: absolute;
}
.main-block__pointers > *:nth-child(even) > * {
  -webkit-animation-delay: 105ms;
          animation-delay: 105ms;
}
.main-block__pointers > *:not(:last-child):hover {
  z-index: 3;
}
.main-block__pointer1 {
  left: 70.5%;
  top: 52%;
}
.main-block__pointer1__image {
  z-index: 3;
  background: url("https://cdn.webshopapp.com/shops/269576/files/445487522/image-bar-chair.jpg") center no-repeat;
  background-size: contain;
  width: 250px;
  height: 250px;
}
@media (max-width: 1200px) {
  .main-block__pointer1 {
    left: 70.5%;
    top: 52%;
  }
}
@media (max-width: 560px) {
  .main-block__pointer1 {
    left: 395px;
    top: 208px;
  }
}
@media (max-width: 467px) {
  .main-block__pointer1 {
    left: 312px;
    top: 205px;
  }
}
@media (min-width: 768px) {
  .main-block__pointer1:hover {
    z-index: 3;
    -webkit-animation: fade ease-in 0.3s;
    animation: fade ease-in 0.3s;
  }
  .main-block__pointer1:hover .category-pointer__body {
    width: 250px;
    height: 385px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-block__pointer1:hover .category-pointer__body {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media (min-width: 768px) {
  .main-block__pointer1:hover .category-pointer__body:hover .main-block__pointer1__image {
    background: url("https://cdn.webshopapp.com/shops/269576/files/445487523/image-bar-chair-big.jpg") center no-repeat;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .main-block__pointer1 .category-pointer__body:target {
    -webkit-animation: fade ease-in 0.3s;
    animation: fade ease-in 0.3s;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
  }
}
.main-block__pointer2 {
  left: 46%;
  top: 60%;
}
.main-block__pointer2__image {
  z-index: 3;
  background: url("https://cdn.webshopapp.com/shops/269576/files/445487604/image-table-pointer.jpg") center no-repeat;
  background-size: contain;
  width: 250px;
  height: 250px;
}
@media (max-width: 1200px) {
  .main-block__pointer2 {
    left: 46%;
    top: 60%;
  }
}
@media (max-width: 560px) {
  .main-block__pointer2 {
    left: 260px;
    top: 240px;
  }
}
@media (max-width: 467px) {
  .main-block__pointer2 {
    left: 230px;
    top: 200px;
  }
}
@media (min-width: 768px) {
  .main-block__pointer2:hover {
    z-index: 3;
    -webkit-animation: fade ease-in 0.3s;
    animation: fade ease-in 0.3s;
  }
  .main-block__pointer2:hover .category-pointer__body {
    width: 250px;
    height: 385px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-block__pointer2:hover .category-pointer__body {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media (min-width: 768px) {
  .main-block__pointer2:hover .category-pointer__body:hover .main-block__pointer2__image {
    background: url("https://cdn.webshopapp.com/shops/269576/files/445487621/image-table-pointer2.jpg") center no-repeat;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .main-block__pointer2 .category-pointer__body:target {
    -webkit-animation: fade ease-in 0.3s;
    animation: fade ease-in 0.3s;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
  }
}
.main-block__pointer3 {
  left: 36%;
  top: 42%;
}
.main-block__pointer3__image {
  z-index: 3;
  background: url("https://cdn.webshopapp.com/shops/269576/files/445488567/image-electric-oven.jpg") center no-repeat;
  background-size: contain;
  width: 250px;
  height: 250px;
}
@media (max-width: 1200px) {
  .main-block__pointer3 {
    left: 36%;
    top: 42%;
  }
}
@media (max-width: 560px) {
  .main-block__pointer3 {
    left: 195px;
    top: 165px;
  }
}
@media (max-width: 467px) {
  .main-block__pointer3 {
    left: 115px;
    top: 168px;
  }
}
@media (min-width: 768px) {
  .main-block__pointer3:hover {
    z-index: 3;
    -webkit-animation: fade ease-in 0.3s;
    animation: fade ease-in 0.3s;
  }
  .main-block__pointer3:hover .category-pointer__body {
    width: 250px;
    height: 385px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-block__pointer3:hover .category-pointer__body {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media (min-width: 768px) {
  .main-block__pointer3:hover .category-pointer__body:hover .main-block__pointer3__image {
    background: url("https://cdn.webshopapp.com/shops/269576/files/445487667/image-electric-oven-cover.jpg") center no-repeat;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .main-block__pointer3 .category-pointer__body:target {
    -webkit-animation: fade ease-in 0.3s;
    animation: fade ease-in 0.3s;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
  }
}
.main-block__pointer4 {
  left: 55%;
  top: 33%;
}
.main-block__pointer4__image {
  z-index: 3;
  background: url("https://cdn.webshopapp.com/shops/269576/files/445488684/image-frige.jpg") center no-repeat;
  background-size: contain;
  width: 250px;
  height: 250px;
}
@media (max-width: 1200px) {
  .main-block__pointer4 {
    left: 55%;
    top: 33%;
  }
}
@media (max-width: 560px) {
  .main-block__pointer4 {
    left: 310px;
    top: 120px;
  }
}
@media (max-width: 467px) {
  .main-block__pointer4 {
    left: 230px;
    top: 120px;
  }
}
@media (min-width: 768px) {
  .main-block__pointer4:hover {
    z-index: 3;
    -webkit-animation: fade ease-in 0.3s;
    animation: fade ease-in 0.3s;
  }
  .main-block__pointer4:hover .category-pointer__body {
    width: 250px;
    height: 385px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-block__pointer4:hover .category-pointer__body {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media (min-width: 768px) {
  .main-block__pointer4:hover .category-pointer__body:hover .main-block__pointer4__image {
    background: url("https://cdn.webshopapp.com/shops/269576/files/445487707/image-frige2.jpg") center no-repeat;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .main-block__pointer4 .category-pointer__body:target {
    -webkit-animation: fade ease-in 0.3s;
    animation: fade ease-in 0.3s;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
  }
}
.main-block__pointer5 {
  left: 33%;
  top: 22%;
}
.main-block__pointer5__image {
  z-index: 3;
  background: url("https://cdn.webshopapp.com/shops/269576/files/445487876/image-shelf-secondary.jpg") center no-repeat;
  background-size: contain;
  width: 250px;
  height: 250px;
}
@media (max-width: 560px) {
  .main-block__pointer5 {
    left: 180px;
    top: 100px;
  }
}
@media (max-width: 467px) {
  .main-block__pointer5 {
    left: 100px;
    top: 100px;
  }
}
@media (min-width: 768px) {
  .main-block__pointer5:hover {
    z-index: 3;
    -webkit-animation: fade ease-in 0.3s;
    animation: fade ease-in 0.3s;
  }
  .main-block__pointer5:hover .category-pointer__body {
    width: 250px;
    height: 385px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-block__pointer5:hover .category-pointer__body {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media (min-width: 768px) {
  .main-block__pointer5:hover .category-pointer__body:hover .main-block__pointer5__image {
    background: url("https://cdn.webshopapp.com/shops/269576/files/445487718/image-shelf.jpg") center no-repeat;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .main-block__pointer5 .category-pointer__body:target {
    -webkit-animation: fade ease-in 0.3s;
    animation: fade ease-in 0.3s;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
  }
}
.main-block__image {
  position: relative;
  padding: 0px 0px 70% 0px;
}
@media (max-width: 560px) {
  .main-block__image img {
    display: block;
    width: 560px;
    height: 400px;
  }
}
@media (max-width: 467px) {
  .main-block__image img {
    margin-left: -80px;
  }
}

.contact {
  margin: 50px 10px 0px 0px;
  position: relative;
  z-index: 2;
  float: right;
}
@media (max-width: 992px) {
  .contact {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .contact {
    margin-top: 20px;
  }
}
@media (max-width: 467px) {
  .contact {
    position: absolute;
    bottom: -16%;
  }
}
@media (max-width: 560px) {
  .contact__body {
    display: none;
  }
}
.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact__icon img {
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
}
@media (max-width: 992px) {
  .contact__icon img {
    width: 20px;
    height: 20px;
  }
}
.contact__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 18px;
  color: #ff7c2e;
}
@media (max-width: 992px) {
  .contact__text span {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .contact__text span {
    font-size: 16px;
  }
}
.contact__phone-number {
  color: #ff7c2e;
  font-weight: 600;
}
.designing-page__benefits {
  position: relative;
  z-index: 1;
}

.benefits {
  margin-top: -200px;
}
@media (max-width: 767px) {
  .benefits {
    margin-top: -80px;
  }
}
@media (max-width: 560px) {
  .benefits {
    margin-top: -50px;
  }
}
@media (max-width: 467px) {
  .benefits {
    margin-top: 0px;
  }
}
.benefits__body {
  padding: 50px 0 0 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.benefits__column {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  margin: 0px 0px 0px 100px;
}
@media (max-width: 992px) {
  .benefits__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 0px;
  }
  .benefits__column:not(:last-child) {
    margin: 0px 0px 15px 0px;
  }
}
@media (max-width: 767px) {
  .benefits__column:not(:last-child) {
    margin: 0px 0px 10px 0px;
  }
}
.services {
  padding: 30px 0px 30px 0px;
  width: 100%;
}
.services__title {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.services__title b {
  font-weight: 600;
  text-align: center;
  background-color: #fcfcfc;
  position: relative;
  z-index: 1;
  padding: 0px 25px;
}
.services__title b:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  width: 666px;
  height: 1px;
  background-color: #cbcbd0;
  right: 100%;
}
.services__title b:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  width: 666px;
  height: 1px;
  background-color: #cbcbd0;
  left: 100%;
}
.services__body {
  padding: 30px 0px 0px 0px;
  border-bottom: 1px solid #cbcbd0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0px 0px -30px 0px;
}
@media (min-width: 1490px) {
  .services__body {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .services__body {
    padding: 15px 0px 0px 0px;
  }
}
@media (max-width: 767px) {
  .services__body {
    padding: 7.5px 0px 0px 0px;
  }
}
@media (max-width: 523px) {
  .services__body {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}
.services__column {
  margin: 0px 0px 30px 0px;
}
@media (max-width: 992px) {
  .services__column {
    padding: 0px 10px;
    margin: 0px 0px 15px 0px;
  }
}
@media (max-width: 767px) {
  .services__column {
    padding: 0px 5px;
    margin: 0px 0px 7.5px 0px;
  }
}
@media (max-width: 560px) {
  .services__column {
    padding: 0px 5px;
  }
}
.item-service :not(:last-child) {
  margin: 0px 0px 15px 0px;
}
.item-service__icon {
  height: 39px;
  width: 69px;
}
@media (max-width: 560px) {
  .item-service__icon {
    height: 29px;
    width: 59px;
  }
}
.item-service__text b{
  color: #000000;
  font-weight: 700;
  font-size: clamp(12.5px, 3vw, 14.5px) !important;
}

.text-hidden {
  visibility: hidden;
}

.development__container {
  padding: 30px 0px;
  background: url("https://cdn.webshopapp.com/shops/269576/files/423411331/image-kitchen.svg") 0 220px no-repeat;
  background-size: 70%;
  border-bottom: 1px solid #cbcbd0;
}
@media (max-width: 1152px) {
  .development__container {
    background-size: 80%;
    background-position: 40% 20%;
  }
}
@media (max-width: 690px) {
  .development__container {
    background-position: 40% 20%;
  }
}
.development__title {
  display: inline-block;
}
.development__subtitle {
  font-style: italic;
  font-weight: normal;
}
.development__item {
  float: right;
}
@media (max-width: 1152px) {
  .development__item {
    float: none;
  }
}
@media (max-width: 317px) {
  .development__item {
    display: none;
  }
}
.development__dropdown {
  z-index: 3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-margin-before: 10%;
          margin-block-start: 10%;
  width: 100%;
}
@media (max-width: 1152px) {
  .development__dropdown {
    margin-top: 50px;
    padding-top: 35%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.development__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1152px) {
  .development__body > :nth-child(1) {
    display: none;
  }
}
.development__main-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 65%;
          flex: 0 1 65%;
}
@media (max-width: 1152px) {
  .development__main-image {
    min-block-size: 250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.development__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
}
@media (max-width: 1152px) {
  .development__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.development__icon-project img {
  width: 65%;
}
.development__table table {
  width: 100%;
}
.development__table table td {
  line-height: 5px;
}
.development__table table tr hr{
	margin-top: 10px;
  margin-bottom: 10px;
}
.development__table table td:nth-child(2) {
  white-space: nowrap;
  text-align: end;
}
.item-dropdown {
  z-index: 1;
}
.item-dropdown__body {
  margin-right: 4%;
}
@media (max-width: 1400px) {
  .item-dropdown__body {
    margin-right: 3%;
  }
}
@media (max-width: 1250px) {
  .item-dropdown__body {
    margin-right: 1%;
  }
}
.item-dropdown__icon {
  width: 44px;
  height: 41px;
}
@media (max-width: 967px) {
  .item-dropdown__icon {
    width: 40px;
    height: 36px;
  }
}
@media (max-width: 560px) {
  .item-dropdown__icon {
    width: 35px;
    height: 30px;
  }
}
.item-dropdown__dropdown-hide:checked + label {
  display: none;
}
.item-dropdown__dropdown-hide + label {
  padding-right: 0%;
}
.item-dropdown__title {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .item-dropdown__title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .item-dropdown__title {
    font-size: 21px;
  }
}
@media (max-width: 560px) {
  .item-dropdown__title {
    font-size: 18px;
  }
}
@media (max-width: 467px) {
  .item-dropdown__title {
    font-size: 16px;
  }
}
.item-dropdown__carousel {
  display: none;
  background: #FFF;
  position: absolute;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.carousel {
  margin: 5%;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
          box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
}
.carousel__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel__open:checked + .carousel__item {
  position: static;
  opacity: 100;
}
.carousel__item {
  position: absolute;
  padding: 2% 0 5% 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
.carousel__item img {
  display: block;
  height: auto;
  padding: 1% 0 10% 0;
  max-width: 100%;
}
.carousel__control {
  background: rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 40px;
  height: 40px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  cursor: pointer;
  transform: translate(0, -50%);
  text-align: center;
  width: 40px;
  z-index: 10;
}
.carousel__control:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #aaaaaa;
}
.carousel__control-close {
  font-size: 80px !important;
  color: rgba(0, 0, 0, 0.28) !important;
  position: absolute;
  top: 3%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 2%;
  z-index: 10;
}
@media (max-width: 1300px) {
  .carousel__control-close {
    font-size: 60px !important;
  }
}
@media (max-width: 992px) {
  .carousel__control-close {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  .carousel__control-close {
    font-size: 30px !important;
  }
}
@media (max-width: 560px) {
  .carousel__control-close {
    font-size: 20px !important;
  }
}
.carousel__control-close:hover {
  color: rgba(0, 0, 0, 0.8) !important;
}
.carousel__indicators {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}
.carousel__indicators li {
  display: inline-block;
  margin: 0 5px;
}
.carousel__bullet {
  color: #ff7c2e;
  cursor: pointer;
  display: block;
  font-size: 35px;
}
.carousel__bullet:hover {
  color: #aaaaaa;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3 {
  display: block;
}

.prev {
  left: 2%;
}

.control-close {
  display: block;
}

.next {
  right: 2%;
}

#carousel-1:checked ~ .control-1 ~ .carousel__indicators li:nth-child(1) .carousel__bullet,
#carousel-2:checked ~ .control-2 ~ .carousel__indicators li:nth-child(2) .carousel__bullet,
#carousel-3:checked ~ .control-3 ~ .carousel__indicators li:nth-child(3) .carousel__bullet {
  color: #428bca;
}

#title {
  width: 100%;
  position: absolute;
  padding: 0px;
  margin: 0px auto;
  text-align: center;
  font-size: 27px;
  color: rgb(255, 255, 255);
  z-index: 9999;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0);
}

.design {
  position: relative;
}
.design__container {
  padding: 30px 0px;
  min-height: 650px;
  background: url("https://cdn.webshopapp.com/shops/269576/files/423411340/image-ventilation.svg") 80% 30px no-repeat;
  background-size: min(650px, 100%);
  border-bottom: 1px solid #cbcbd0;
}
@media (max-width: 1152px) {
  .design__container {
    background-position: 0 85px;
  }
}
.design__title {
  display: inline-block;
}
.design__item {
  float: right;
}
@media (max-width: 504px) {
  .design__item {
    position: absolute;
    top: 70px;
    right: 0;
  }
}
@media (max-width: 317px) {
  .design__item {
    display: none;
  }
}
.design__body {
  width: 50%;
}
.design__body * {
  white-space: wrap;
}
@media (max-width: 1152px) {
  .design__body {
    width: 100%;
  }
}
@media (max-width: 1152px) {
  .design__body {
    padding-top: 500px;
  }
}
@media (max-width: 660px) {
  .design__body {
    padding-top: 80%;
  }
}
.dropdown__text {
  display: none;
  min-width: 500px;
  -webkit-animation: fade ease-in 0.5s;
  animation: fade ease-in 0.5s;
}
@media (max-width: 1300px) {
  .dropdown__text {
    min-width: 400px;
  }
}
@media (max-width: 1152px) {
  .dropdown__text {
    min-width: 500px;
  }
}
@media (max-width: 560px) {
  .dropdown__text {
    min-width: 400px;
  }
}
@media (max-width: 467px) {
  .dropdown__text {
    min-width: 300px;
  }
}
@media (max-width: 360px) {
  .dropdown__text {
    min-width: 200px;
  }
}
.dropdown__text * {
  display: block;
  white-space: wrap;
}

.separator__body {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  padding: 15px 0px;
  background-color: #0197ed;
  -webkit-perspective-origin: center;
          perspective-origin: center;
  -webkit-perspective: 400px;
          perspective: 400px;
}
.separator__body:hover .separator__image {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}
@media (max-width: 992px) {
  .separator__body {
    padding: 15px 0px 7.5px 0px;
  }
}
.separator__body p {
  text-align: center;
  color: #ffffff;
  font-size: 26px !important;
}
@media (max-width: 767px) {
  .separator__body p {
    font-size: 16px !important;
  }
}
.separator__image {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  position: relative;
  padding: 0px 0px 5% 0px;
}
@media (max-width: 992px) {
  .separator__image {
    padding: 0px 0px 8% 0px;
  }
}

.engineering__container {
  padding: 30px 0px;
  border-bottom: 1px solid #cbcbd0;
}
.engineering__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.engineering__image {
  min-height: 550px;
  background: url("https://cdn.webshopapp.com/shops/269576/files/423411342/image-workers.svg") center no-repeat;
  background-size: min(500px, 100%);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}
@media (max-width: 992px) {
  .engineering__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.engineering__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
@media (max-width: 992px) {
  .engineering__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.renovation__container {
  padding: 30px 0px;
  border-bottom: 1px solid #cbcbd0;
}
.renovation__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renovation__image {
  min-height: 550px;
  background: url("https://cdn.webshopapp.com/shops/269576/files/423411330/image-house-renovation.svg") center no-repeat;
  background-size: min(800px, 100%);
  background-position: 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}
@media (max-width: 992px) {
  .renovation__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media (max-width: 767px) {
  .renovation__image {
    margin-bottom: -50px;
  }
}
@media (max-width: 670px) {
  .renovation__image {
    margin-bottom: -150px;
  }
}
@media (max-width: 560px) {
  .renovation__image {
    margin-bottom: -200px;
  }
}
@media (max-width: 470px) {
  .renovation__image {
    margin-bottom: -250px;
  }
}
.renovation__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
@media (max-width: 992px) {
  .renovation__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.bottom-renovation__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bottom-renovation__column {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  margin: 0px 30px 0px 30px;
}
@media (max-width: 524px) {
  .bottom-renovation__column {
    margin: 0px;
  }
}
.support__container {
  padding: 30px 0px;
  border-bottom: 1px solid #cbcbd0;
}
.support__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.support__image {
  min-height: 550px;
  background: url("https://cdn.webshopapp.com/shops/269576/files/423411323/image-agreement.svg") center no-repeat;
  background-size: min(500px, 100%);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}
@media (max-width: 992px) {
  .support__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.support__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
@media (max-width: 992px) {
  .support__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.assortment__container {
  background: url("https://cdn.webshopapp.com/shops/269576/files/423411328/image-furniture.svg") center no-repeat;
  background-size: 43%;
  border-bottom: 1px solid #cbcbd0;
  padding: 30px 0px 0px 0px;
}
@media (max-width: 992px) {
  .assortment__container {
    background-size: 50%;
  }
}
@media (max-width: 767px) {
  .assortment__container {
    background-position: 50% 20%;
    background-size: 70%;
  }
}
.assortment__title {
  display: inline-block;
}
.assortment__title a {
  font-weight: 600;
  font-size: 30px;
  color: #ff7c2e;
  text-decoration: underline;
}
.assortment__title a:hover {
  color: #0197ed;
}
@media (max-width: 767px) {
  .assortment__title a {
    font-size: 25px;
  }
}
.assortment__item-top {
  float: right;
}
.assortment__body {
  margin-top: 50px;
  padding: 30px 0px 0px 0px;
}
@media (max-width: 767px) {
  .assortment__body {
    margin-top: 300px;
  }
}
@media (max-width: 560px) {
  .assortment__body {
    margin-top: 200px;
  }
}
.assortment__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.assortment__row * {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.assortment__row *::before {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.assortment__row *::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .assortment__row :nth-child(even) .assortment__item {
    margin-left: 50%;
  }
}
.assortment__column {
  margin-bottom: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@media (max-width: 767px) {
  .assortment__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 0px 30px;
    margin-bottom: 20px;
  }
}
.item-assortment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .item-assortment {
    width: 100%;
  }
}
.item-assortment__title a {
  font-size: 30px;
  color: #ff7c2e;
  text-decoration: underline;
}
.item-assortment__title a:hover {
  color: #0197ed;
}
@media (max-width: 992px) {
  .item-assortment__title a {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .item-assortment__title a {
    font-size: 22px;
  }
}
.item-assortment__icon {
  margin-left: 10px;
  width: 40px;
  height: 40px;
}
@media (max-width: 992px) {
  .item-assortment__icon {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .item-assortment__icon {
    width: 30px;
    height: 30px;
  }
}
.equipment__container {
  padding: 30px 0px;
}
.equipment__title {
  display: inline-block;
}
.equipment__items-top {
  float: right;
}
@media (max-width: 770px) {
  .equipment__items-top {
    float: none;
  }
}
.equipment__body {
  margin-top: 60px;
}
@media (max-width: 1200px) {
  .equipment__body {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .equipment__body {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .equipment__body {
    margin-top: 15px;
  }
}
.equipment__row {
  margin: 0px -7.5px;
  padding: 15px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .equipment__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 35px 0 35px;
  }
}
.equipment__row:hover .equipment__column:not(:hover) {
  width: 18%; /* Уменьшение ширины остальных элементов */
}
.equipment__row hr {
  margin: 0 0 10px 0;
}
.equipment__row table {
  width: 100%;
}
.equipment__column {
  width: 20%;
  /* Изначальная ширина */
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  /* Плавное изменение ширины */
  /* Добавим некоторый стиль для наглядности */
  padding-left: 10px;
}
.equipment__column.active {
  width: 39%; /* Начально более широкий элемент */
}
.equipment__column.active .item-equipment__body {
  display: block;
}
@media (max-width: 767px) {
  .equipment__column {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 100% !important;
            flex: 0 1 100% !important;
  }
}
@media (max-width: 770px) {
  .equipment__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
.equipment__column:hover, .equipment__column:active {
  width: 35%;
}
.equipment__column:hover .item-equipment__subtitle, .equipment__column:active .item-equipment__subtitle {
  display: none;
}
.equipment__column:hover .item-equipment__body, .equipment__column:active .item-equipment__body {
  display: block;
}
.item-equipment__icon {
  height: 300px;
}
@media (max-width: 767px) {
  .item-equipment__icon {
    height: 200px;
  }
}
.item-equipment__title {
  font-weight: 600;
  font-size: 20px !important;
}
@media (max-width: 767px) {
  .item-equipment__title {
  	font-size: 16px !important;
  }
}
.item-equipment__subtitle {
  font-weight: 500;
  font-size: 18px;
}
.item-equipment__body {
  display: none;
}
.item-equipment__table {
  width: 97%;
  border-collapse: collapse;
}
.item-equipment__table tr:first-child {
  font-style: italic;
}
.item-equipment__table tr:last-child {
  font-weight: 600;
}
.item-equipment__table tr hr {
  display: none;
}
.item-equipment__table td:nth-child(2) {
  white-space: nowrap;
  text-align: end;
}

.input-bottom__container {
  padding: 30px 0px;
  border-bottom: 1px solid #cbcbd0;
}
.input-bottom__body {
  margin: 30px;
}
@media (max-width: 576px) {
  .input-bottom__body {
    padding: 0px;
  }
}
.input-bottom__content {
  padding: 50px;
  outline: 6px solid #0197ed;
  outline-style: double;
}
@media (max-width: 576px) {
  .input-bottom__content {
    padding: 10px;
  }
}
@media (max-width: 543px) {
  .input-bottom__checkbox img {
    width: 50%;
    height: 50%;
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
}
@media (max-width: 467px) {
  .input-bottom__checkbox img {
    width: 40%;
    height: 40%;
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
}
.text-bottom__container {
  padding: 30px 0px;
}