@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI.ttf") format("opentype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/SegoeUI-SemiBold.ttf") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI Bold Italic.ttf") format("opentype");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/seguibl.ttf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/seguibl.ttf") format("opentype");
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: "FuturaPT-Bold";
  src: url("../font/FuturaPT-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "FuturaPT-Light";
  src: url("../font/FuturaPT-Light.ttf") format("opentype");
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "FuturaPT-Medium";
  src: url("../font/FuturaPT-Medium.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
.wrapper {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.adwrapper {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  background: #F4F4F4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100vh;
  box-sizing: border-box;
}

section {
  padding: 0 30px;
}
@media (max-width: 1020px) {
  section {
    padding: 0 20px;
  }
}

main {
  padding-top: 94px;
}
@media (max-width: 1020px) {
  main {
    padding-top: 62px;
  }
}

.hidden_popup footer {
  display: none;
}

.breadcrumbs {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  box-sizing: border-box;
  padding-bottom: 0;
}
.breadcrumbs .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs .wrapper .link {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 10px;
}
.breadcrumbs .wrapper .link span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  display: block;
  margin-right: 8px;
  color: #A6A6A6;
}
.breadcrumbs .wrapper .link img {
  display: block;
  width: 16px;
  height: 16px;
}
.breadcrumbs .wrapper .active {
  margin-right: 0;
  cursor: initial;
}
.breadcrumbs .wrapper .active span {
  margin-right: 0;
  color: #262626;
}
.breadcrumbs .wrapper .active img {
  display: none;
}

.inspiration_top {
  margin-bottom: 40px;
}
.inspiration_top .wrapper .title {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 43px;
  letter-spacing: -0.02em;
  color: #262626;
}
@media (max-width: 1000px) {
  .inspiration_top .wrapper .title {
    font-size: 28px;
    line-height: 39px;
  }
}
@media (max-width: 770px) {
  .inspiration_top .wrapper .title {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 500px) {
  .inspiration_top .wrapper .title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 765px) {
  .inspiration_top {
    margin-bottom: 20px;
  }
}

.choose_room .wrapper .title {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #262626;
  margin-bottom: 10px;
}
.choose_room .choose_room_slider {
  width: 100%;
  overflow: hidden;
  max-width: 1540px;
  margin: 0 auto;
  box-sizing: border-box;
}
.choose_room .choose_room_slider .choose_room_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.choose_room .choose_room_slider .choose_room_wrapper .choose_room_items {
  margin-bottom: 20px;
  margin-right: 20px;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 11px 28px;
  width: fit-content;
  width: -moz-fit-content;
  cursor: pointer;
}
.choose_room .choose_room_slider .choose_room_wrapper .choose_room_items span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #262626;
}
.choose_room .choose_room_slider .choose_room_wrapper .choose_room_items:hover {
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.12);
}
.choose_room .choose_room_slider .choose_room_wrapper .active {
  border: 1px solid #262626;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
}
@media (max-width: 765px) {
  .choose_room {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .choose_room .wrapper {
    padding-left: 20px;
    box-sizing: border-box;
  }
  .choose_room .choose_room_slider {
    width: auto;
    max-width: 765px;
    margin-left: 20px;
    box-sizing: border-box;
  }
  .choose_room .choose_room_slider .choose_room_wrapper {
    -webkit-flex-wrap: initial;
    flex-wrap: initial;
  }
  .choose_room .choose_room_slider .choose_room_wrapper .choose_room_items {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .choose_room .choose_room_slider .choose_room_wrapper .choose_room_items {
    padding: 7px 20px;
  }
  .choose_room .choose_room_slider .choose_room_wrapper .choose_room_items span {
    font-size: 14px;
    line-height: 16px;
  }
}

.choose_style .wrapper .title {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #262626;
  margin-bottom: 10px;
}
.choose_style .choose_style_slider {
  width: 100%;
  overflow: hidden;
  max-width: 1540px;
  margin: 0 auto;
  box-sizing: border-box;
}
.choose_style .choose_style_slider .choose_style_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.choose_style .choose_style_slider .choose_style_wrapper .choose_style_items {
  margin-bottom: 20px;
  margin-right: 20px;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 11px 28px;
  width: fit-content;
  width: -moz-fit-content;
  cursor: pointer;
}
.choose_style .choose_style_slider .choose_style_wrapper .choose_style_items span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #262626;
}
.choose_style .choose_style_slider .choose_style_wrapper .choose_style_items:hover {
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.12);
}
.choose_style .choose_style_slider .choose_style_wrapper .active {
  border: 1px solid #262626;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
}
@media (max-width: 765px) {
  .choose_style {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .choose_style .wrapper {
    padding-left: 20px;
    box-sizing: border-box;
  }
  .choose_style .choose_style_slider {
    width: auto;
    max-width: 765px;
    margin-left: 20px;
    box-sizing: border-box;
  }
  .choose_style .choose_style_slider .choose_style_wrapper {
    -webkit-flex-wrap: initial;
    flex-wrap: initial;
  }
  .choose_style .choose_style_slider .choose_style_wrapper .choose_style_items {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .choose_style .choose_style_slider .choose_style_wrapper .choose_style_items {
    padding: 7px 20px;
  }
  .choose_style .choose_style_slider .choose_style_wrapper .choose_style_items span {
    font-size: 14px;
    line-height: 16px;
  }
}

.catalog {
  margin-bottom: 80px;
}
.catalog .wrapper .items {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.catalog .wrapper .items .item {
  width: 49%;
  max-height: 530px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
  height: auto;
  background-color: #ffffff;
  overflow: hidden;
}
.catalog .wrapper .items .item .item_img_wrapper {
  border-radius: 8px;
}
.catalog .wrapper .items .item .item_img_wrapper .item_img {
  width: 100%;
  display: block;
  height: 530px;
  object-position: center;
  object-fit: cover;
  border-radius: 8px;
}
.catalog .wrapper .items .item .categories {
  width: 100%;
  position: absolute;
  content: "";
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  bottom: 20px;
  left: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.catalog .wrapper .items .item .categories .category {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  display: block;
  text-decoration: none;
  padding: 2px 10px;
  border-radius: 4px;
  background: #FFF;
  width: fit-content;
  width: -moz-fit-content;
  margin-right: 10px;
  box-sizing: border-box;
  z-index: 2;
}
.catalog .wrapper .items .item .categories .category span {
  color: #262626;
  font-size: 12px;
  line-height: 13px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.catalog .wrapper .items .item .categories .category:last-child {
  margin-right: 0;
}
.catalog .wrapper .items .item .bc_plus {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: none;
}
.catalog .wrapper .items .item:hover .bc_plus {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 530px;
  position: absolute;
  z-index: 3;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1025px) {
  .catalog .wrapper .items .item {
    margin-bottom: 20px;
  }
  .catalog .wrapper .items .item .categories {
    bottom: 10px;
    padding: 0 10px;
  }
  .catalog .wrapper .items .item .categories .category {
    line-height: 10px;
    max-height: 17px;
  }
  .catalog .wrapper .items .item .categories .category span {
    font-size: 10px;
    line-height: 10px;
  }
}
@media (max-width: 755px) {
  .catalog .wrapper .items .item .categories {
    width: 70%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalog .wrapper .items .item .categories .category {
    margin-top: 10px;
  }
}
.catalog .wrapper .items .item .link_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
  z-index: 3;
}
.catalog .wrapper .items .item .link_item svg {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.catalog .wrapper .items .item .link_item span {
  display: block;
  color: #FFF;
  font-family: "Segoe UI", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1025px) {
  .catalog .wrapper .items .item .link_item {
    bottom: 10px;
    right: 10px;
  }
}
@media (max-width: 525px) {
  .catalog .wrapper .items .item .link_item svg {
    margin-right: 5px;
  }
}
@media (max-width: 525px) and (hover: none) {
  .catalog .wrapper .items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog .wrapper .items .item {
    width: 100%;
    max-width: 525px;
    height: 100%;
  }
  .catalog .wrapper .items .item .item_img_wrapper .item_img {
    height: 450px;
  }
  .catalog .wrapper .items .item:hover .bc_plus {
    display: none !important;
  }
}
@media (max-width: 400px) {
  .catalog .wrapper .items .item {
    max-height: 224px;
  }
  .catalog .wrapper .items .item .item_img_wrapper .item_img {
    height: 224px;
  }
}
.catalog .wrapper .items .hidden {
  display: none;
}
.catalog .more_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 4px;
  max-width: 185px;
  width: 100%;
  height: 35px;
  padding: 8px 20px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #df2040;
  margin-left: auto;
  margin-right: auto;
  max-width: 185px;
  height: 41px;
  margin-bottom: 0;
}
.catalog .more_items span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #df2040;
}
.catalog .hidden {
  display: none;
}
@media (max-width: 1000px) {
  .catalog {
    margin-bottom: 70px;
  }
}
@media (max-width: 950px) {
  .catalog {
    margin-bottom: 60px;
  }
}
@media (max-width: 550px) {
  .catalog {
    margin-bottom: 40px;
  }
}

.clone_element {
  display: none;
  position: absolute;
  width: 100%;
  height: max-content;
  z-index: 999999999;
  padding-bottom: 200px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-justify-content: center;
  justify-content: center;
}
.clone_element .clone {
  background: #FFF;
  padding: 15px;
  box-sizing: border-box;
  max-width: 1145px;
  height: fit-content;
  position: relative;
}
.clone_element .clone .item {
  max-height: 530px;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
  height: 100%;
}
.clone_element .clone .item .item_img {
  border-radius: 8px;
  max-width: 755px;
  max-height: 530px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clone_element .clone .item .categories {
  width: 100%;
  position: absolute;
  content: "";
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  bottom: 20px;
  left: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.clone_element .clone .item .categories .category {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  display: block;
  text-decoration: none;
  padding: 2px 10px;
  border-radius: 4px;
  background: #FFF;
  width: fit-content;
  width: -moz-fit-content;
  margin-right: 10px;
  box-sizing: border-box;
  z-index: 2;
}
.clone_element .clone .item .categories .category span {
  color: #262626;
  font-size: 12px;
  line-height: 13px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.clone_element .clone .item .categories .category:last-child {
  margin-right: 0;
}
.clone_element .clone .item .bc_plus {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: none;
}
@media (max-width: 1025px) {
  .clone_element .clone .item .categories .category {
    line-height: 10px;
    max-height: 17px;
  }
  .clone_element .clone .item .categories .category span {
    font-size: 10px;
    line-height: 10px;
  }
}
.clone_element .clone .close_clone {
  position: absolute;
  cursor: pointer;
  width: 24px;
  height: 24px;
  top: 35px;
  right: 35px;
  z-index: 5;
}
.clone_element .clone .close_clone svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 835px) {
  .clone_element {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .clone_element .clone {
    max-width: 500px;
    max-height: 400px;
    padding: 10px;
  }
  .clone_element .clone .item {
    max-width: 500px;
    max-height: 400px;
  }
}
@media (max-width: 535px) {
  .clone_element {
    padding-bottom: 150px;
  }
  .clone_element .clone {
    max-width: 450px;
    max-height: 350px;
  }
  .clone_element .clone .item {
    max-width: 450px;
    max-height: 350px;
  }
  .clone_element .clone .close_clone {
    top: 15px;
    right: 15px;
  }
}

.clone_element_active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

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