.w-button{display:inline-block;padding:9px 15px;background-color:#3898EC;color:white;border:0;line-height:inherit;text-decoration:none;cursor:pointer;border-radius:0}input.w-button{-webkit-appearance:button}

/* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin-top: 0px;
  padding: 96px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fafafa;
}

.section.gray {
  background-color: #f0f3f4;
}

.section.gray.site24 {
  margin-top: 128px;
}

.section.gray.collection {
  margin-bottom: -300px;
}

.section.vidget {
  margin-bottom: -300px;
}

.section.catalog {
  margin-bottom: -300px;
}

.section.set {
  margin-bottom: -300px;
}

.section.black {
  margin-top: -390px;
  padding-top: 461px;
}

.w_container {
  position: relative;
  z-index: 2;
  max-width: 864px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.w_container.w_text {
  color: #fff;
}

.w_container.w_text.catalog {
  margin-top: 128px;
}

.w_container.catalog {
  margin-top: 128px;
}

.w_container.carditem {
  margin-top: 128px;
}

.headline-h1 {
  margin: 0px 15px 36px;
  font-size: 42px;
  line-height: 130%;
  font-weight: 900;
}

.paragraph {
  width: 90%;
  margin-right: 15px;
  margin-bottom: 32px;
  margin-left: 15px;
  font-size: 20px;
}

.paragraph.bl {
  font-weight: 800;
}

.wrapp-webpage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  margin-top: 84px;
  margin-bottom: 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapp-webpage.img {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapp-webpage.check-point {
  margin-top: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapp-webpage.collection {
  margin-top: 333px;
}

.webpage {
  overflow: hidden;
  height: 95vh;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
  box-shadow: 0 20px 20px -5px rgba(4, 16, 31, .1);
}

.webpage.size-pic {
  height: auto;
}

.webpage.ficsed-size {
  width: 600px;
}

.browser-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #262626;
}

.input-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
  background-color: #545454;
}

.link-text {
  padding: 6px 30px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #bfbfbf;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-indent: 0px;
  cursor: pointer;
}

.link-text:hover {
  color: #e8e8e8;
}

.top-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: url("../images/5cb5d2e3f6b7461dd269df9a_top.jpg"), -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#d5d5d5));
  background-image: url("../images/5cb5d2e3f6b7461dd269df9a_top.jpg"), linear-gradient(180deg, #d5d5d5, #d5d5d5);
  background-position: 0% 0%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.top-bg.set {
  height: auto;
  background-image: url("../images/5cb707529979786fff995864_set_bg.jpg");
  background-position: 50% 0%;
  background-size: cover;
}

.wrapp-twue-page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.left {
  position: absolute;
  left: -32%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.right {
  position: absolute;
  left: auto;
  top: 0%;
  right: -32%;
  bottom: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.section-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: url("../images/5cb822fd54c541dfa2aa825a_sec-catalog.jpg"), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75))), url("../images/5cb6c5d29979782fb19837e6_sect-2.jpg");
  background-image: url("../images/5cb822fd54c541dfa2aa825a_sec-catalog.jpg"), linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url("../images/5cb6c5d29979782fb19837e6_sect-2.jpg");
  background-position: 0% 50%, 0px 0px, 0px 0px;
  background-size: cover, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.section-2.w_text {
  color: #fff;
}

.section-2._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75))), url("../images/5cb6c5d29979782fb19837e6_sect-2.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url("../images/5cb6c5d29979782fb19837e6_sect-2.jpg");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-2._3 {
  background-image: url("../images/5cb8298c79853b5d4b819970_sec-5.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.headline-h2 {
  width: 85%;
  margin: 0px 15px 48px;
  color: #262626;
  font-size: 34px;
  line-height: 130%;
  font-weight: 900;
  letter-spacing: 0.3px;
}

.headline-h2.white {
  color: #fff;
}

.headline-h2.icon {
  margin-bottom: 0px;
  color: #d6d6d6;
}

.image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.box-icon-vidjet {
  position: absolute;
  left: auto;
  top: 0%;
  right: 5%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83px;
  height: 83px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #e01010;
  box-shadow: 0 10px 15px -5px rgba(11, 17, 40, .3);
}

.section-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url("../images/5cb6dc5ae13945cd5847655a_sec-4.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.box-check-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.small-text {
  margin-right: 15px;
  margin-left: 15px;
  font-size: 16px;
}

.line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 1px;
  margin-right: 15px;
  margin-bottom: 16px;
  margin-left: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #d6d6d6;
}

.line.red {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 45%;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #c31818;
}

.wrapp-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.buy {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 3px;
  background-color: #c31818;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
  font-size: 16px;
}

.buy.demo {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #d5d5d5;
  color: #262626;
}

.demo {
  margin-right: 15px;
  margin-left: 15px;
}

.box-chair {
  position: absolute;
  left: auto;
  top: auto;
  right: 8%;
  bottom: 15%;
}

.wrapp-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-2 {
  margin-bottom: 30px;
}

.image-3 {
  position: absolute;
  left: 9%;
  top: auto;
  right: auto;
  bottom: 23%;
}

.wrapp-container {
  max-width: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrapp-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  position: relative;
}

.box-sofa-yellow {
  position: absolute;
  left: 0%;
  top: 28%;
  right: 0%;
  bottom: auto;
}

.div-block {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-2 {
  position: static;
  left: -25%;
  top: 0%;
  right: 50%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-4 {
  width: 40px;
}

html.w-mod-js *[data-ix="box-icon-vidget"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="headline-anim"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="p-anim"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="p-anim-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="p-anim-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

@media (max-width: 991px) {
  .w_container.catalog {
    margin-top: 128px;
  }
  .paragraph {
    font-size: 16px;
  }
  .webpage.ficsed-size {
    width: auto;
  }
  .top-bg {
    background-image: url("../images/5cb5d2e3f6b7461dd269df9a_top.jpg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url("../images/5cb5d2e3f6b7461dd269df9a_top.jpg"), linear-gradient(180deg, transparent, transparent);
    background-size: auto, auto;
  }
  .wrapp-twue-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left {
    position: static;
  }
  .right {
    position: static;
  }
  .headline-h2 {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .div-block-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 48px;
  }
  .headline-h1 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 32px;
  }
  .paragraph {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 200%;
  }
  .wrapp-webpage {
    margin-top: 48px;
  }
  .wrapp-webpage.check-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapp-webpage.collection {
    margin-top: 0px;
  }
  .headline-h2 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 24px;
  }
  .box-check-point {
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .small-text {
    margin-right: 0px;
    margin-left: 0px;
  }
  .line {
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-3 {
    display: none;
  }
  .image-5 {
    display: none;
  }
}

@media (max-width: 479px) {
  .section {
    padding-bottom: 48px;
  }
  .section.gray {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section.vidget {
    margin-bottom: -235px;
  }
  .section.catalog {
    margin-bottom: -235px;
  }
  .w_container {
    margin-right: 0px;
    margin-left: 0px;
  }
  .w_container.site24 {
    margin-top: 61px;
  }
  .paragraph {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px;
    line-height: 200%;
  }
  .paragraph.bl {
    text-align: left;
  }
  .wrapp-webpage {
    margin-top: 32px;
  }
  .wrapp-webpage.img {
    margin-bottom: 32px;
  }
  .wrapp-webpage.check-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .browser-panel {
    height: 28px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .input-box {
    border-radius: 3px;
  }
  .link-text {
    padding: 2px 15px;
    font-size: 12px;
  }
  .headline-h2 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 24px;
    text-align: left;
  }
  .headline-h2.icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .box-icon-vidjet {
    position: absolute;
    width: 45px;
    height: 45px;
    margin-bottom: 16px;
    padding: 8px;
  }
  .box-check-point {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .small-text {
    text-align: center;
  }
  .wrapp-check-box-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .line {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .line.red {
    left: 28%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .box-chair {
    right: 11%;
    bottom: 16%;
  }
  .wrapp-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-3 {
    left: 20%;
    bottom: 30%;
  }
}

.element_main #description {
  max-width: none;
  font-family: Montserrat, sans-serif;
  color: #262626;
  font-size: 21px;
  line-height: 150%;
}

@media (max-width: 991px) {
  [data-ix="scroll-page"],
  [data-ix="scroll-page-catalog"] {
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
}