* {
  margin: 0px;
  padding: 0px;
}
img {
  max-width: 100%;
  object-fit: cover;
}
@font-face {
  font-family: 'SanFranciscoDisplay-Bold';
  src: url(../css/fonts/SanFranciscoDisplay-Bold.otf);
  font-display: swap;
  font-weight: normal;
}
@font-face {
  font-family: 'SanFranciscoDisplay-Medium';
  src: url(../css/fonts/SanFranciscoDisplay-Medium.otf);
  font-display: swap;
  font-weight: normal;
}
@font-face {
  font-family: 'SanFranciscoDisplay-Light';
  src: url(../css/fonts/SanFranciscoDisplay-Light.otf);
  font-display: swap;
  font-weight: normal;
}
.home {
  position: absolute;
  top: 0px;
  left: 0px;
}
.home .home-wrap {
  display: flex;
}
.home .home-wrap .overflow {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100vh;
  background: #000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 9;
  transition: all linear .3s;
}
.home .home-wrap .index {
  opacity: 0.3;
  visibility: visible;
  pointer-events: visible;
}
.home .home-wrap .header-home {
  width: 120px;
  overflow: hidden;
  text-align: center;
  background: #ffffff;
  min-height: 100vh;
  position: relative;
  border-right: 1px solid #E0E0E0;
  transition: all linear .5s;
}
.home .home-wrap .header-home .header-top {
  padding-top: 20px;
}
.home .home-wrap .header-home .header-top .close {
  display: none;
}
.home .home-wrap .header-home .header-top .back {
  width: 0px;
  overflow: hidden;
}
.home .home-wrap .header-home .header-top .back img {
  opacity: 0;
  transition: opacity linear .2s;
  cursor: pointer;
}
.home .home-wrap .header-home .menu .menu-list {
  padding-inline-start: 0px;
  padding-top: 70px;
}
.home .home-wrap .header-home .menu .menu-list .menu-item {
  list-style-type: none;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all linear .2s;
  cursor: pointer;
}
.home .home-wrap .header-home .menu .menu-list .menu-item:hover {
  background: #d9eff8;
}
.home .home-wrap .header-home .menu .menu-list .menu-item .menu-icon {
  flex-shrink: 0;
}
.home .home-wrap .header-home .menu .menu-list .menu-item span {
  display: inline-block;
  font-size: 18px;
  font-family: 'SanFranciscoDisplay-Light';
  line-height: 18px;
  width: 0px;
  opacity: 0;
  transition: opacity linear .2s;
  white-space: nowrap;
}
.home .home-wrap .header-home .menu .active {
  background: #d9eff8;
}
.home .home-wrap .header-home .show-popup {
  position: absolute;
  bottom: 20px;
  left: 35px;
  cursor: pointer;
}
.home .home-wrap .header-home .support-wrap {
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.home .home-wrap .header-home .support-wrap .support {
  padding: 0px 10px;
}
.home .home-wrap .header-home .support-wrap .support img {
  flex-shrink: 0;
  cursor: pointer;
}
.home .home-wrap .show {
  width: 240px;
  text-align: left;
}
.home .home-wrap .show .header-top {
  padding-left: 35px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .home-wrap .show .header-top .back {
  width: auto;
}
.home .home-wrap .show .header-top .back img {
  opacity: 1;
}
.home .home-wrap .show .menu .menu-list .menu-item {
  padding-left: 35px;
  padding-right: 20px;
  justify-content: flex-start;
}
.home .home-wrap .show .menu .menu-list .menu-item span {
  padding-left: 10px;
  width: auto;
  opacity: 1;
}
.home .home-wrap .show .support-wrap {
  justify-content: space-between;
  padding: 0px 35px;
}
.home .home-wrap .show .support-wrap .support {
  padding: 0px 10px;
}
@media screen and (max-width: 991px) {
  .home .home-wrap .show {
    width: 200px;
  }
  #menu-overlay {
    width: 100vw !important;
  }
}
.layout-wrap {
  min-height: 100vh;
  flex: 1;
}
.layout-wrap .layout-top {
  padding: 16px 35px 16px 10px;
  background: #e1e1e7;
}
.layout-wrap .layout-top .content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout-wrap .layout-top .content .logo {
  display: none;
}
.layout-wrap .layout-top .content .toggle img {
  cursor: pointer;
  transition: opacity linear .2s;
}
.layout-wrap .layout-top .content .toggle .none {
  opacity: 0;
}
.layout-wrap .layout-top .content .language {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.layout-wrap .layout-top .content .language .language-text {
  margin-right: 5px;
}
.layout-wrap .layout-top .content .language .language-text .language-item {
  font-size: 16px;
  font-family: 'SanFranciscoDisplay-Medium';
  text-transform: uppercase;
  cursor: pointer;
}
.layout-wrap .layout-top .content .language .language-image {
  flex-shrink: 0;
  cursor: pointer;
}
.layout-wrap .layout {
  padding-top: 20px;
}
.layout-wrap .layout .layout-inner .headline-wrap {
  margin: 0px 35px;
  border-bottom: 1px solid #979797;
}
.layout-wrap .layout .layout-inner .headline-wrap .headline {
  margin-bottom: 18px;
  padding-left: 55px;
  line-height: 22px;
  position: relative;
}
.layout-wrap .layout .layout-inner .headline-wrap .headline::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 36px;
  height: 11px;
  background: #00bce4;
}
.layout-wrap .layout .layout-inner .height-list {
  max-height: calc(100vh - 116px);
  overflow: hidden;
  scrollbar-width: none;
  padding: 0px 35px;
}
.layout-wrap .layout .layout-inner .height-list::-webkit-scrollbar {
  width: 0px;
}
.layout-wrap .layout .layout-inner .list-image {
  padding-top: 30px;
  margin: 0px -30px;
}
.layout-wrap .layout .layout-inner .list-image .image-wrap {
  border-radius: 3px;
  background: #f5f5f7;
  transition: all linear .4s;
  padding: 0px 30px;
  margin-bottom: 60px;
}
.layout-wrap .layout .layout-inner .list-image .image-wrap .image {
  border-radius: 3px;
  transition: all linear .2s;
  height: 100%;
}
.layout-wrap .layout .layout-inner .list-image .image-wrap .image:hover {
  box-shadow: 0px 0px 0px 10px #A9D8E2, 0px 20px 20px 10px #A4B1B4;
}
.layout-wrap .layout .layout-inner .list-image .image-wrap .image img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .layout-wrap .layout .layout-inner .list-image {
    margin: 0px -15px;
  }
  .layout-wrap .layout .layout-inner .list-image .image-wrap {
    padding: 0px 15px;
    margin-bottom: 30px;
    width: 33.33%;
  }
  .layout-wrap .layout .layout-inner .list-image .image-wrap .image:hover {
    box-shadow: 0px 0px 0px 5px #a9d8e2, 0px 5px 14px 8px #a4b1b4;
  }
}
@media screen and (max-width: 1023px) {
  .layout-wrap .layout .layout-inner .list-image .image-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .home .home-wrap .header-home .menu .menu-list .menu-item span {
    font-size: 12px;
  }
  .home .home-wrap .show {
    width: 150px;
  }
}
@media screen and (max-width: 500px) {
  .layout-wrap .layout .layout-inner .list-image {
    margin: 0px;
  }
  .layout-wrap .layout .layout-inner .list-image .image-wrap {
    width: 100%;
  }
  .layout-wrap .layout .layout-inner .list-image .image-wrap .image:hover {
    box-shadow: 0px 0px 0px 7px #a9d8e2, 0px 5px 20px 10px #a4b1b4;
  }
}
body {
  background: #E4E4E4;
  color: #535557;
}
.container-fuild {
  margin: 0px auto;
}
.headline {
  font-family: 'SanFranciscoDisplay-Light';
  font-size: 22px;
  text-transform: uppercase;
}
.hidden {
  display: none;
}
.container-fluid,
h1,
h2,
h3,
h4,
p,
ul {
  margin: 0;
  padding: 0;
}
.select .container-fluid {
  position: relative;
  height: fit-content;
}
.select img.bg {
  width: 100%;
  object-fit: contain;
}
.select .wrapper {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 15px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.select .item {
  box-sizing: border-box;
  width: 270px;
}
.select .content {
  padding: 15px;
  border-radius: 5px;
  background-color: white;
}
.select ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.select h2,
.select .description {
  font-family: 'SanFranciscoDisplay-Light';
  font-size: 12.5px;
  text-transform: uppercase;
  line-height: 15px;
  color: #585858;
}
.select .description {
  text-transform: none;
}
.select .btn-submit {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #00BCE4;
  border-radius: 5px;
  box-shadow: none;
  outline-style: none;
  border: 0;
  font-family: 'SanFranciscoDisplay-Medium';
  font-size: 12.5px;
  line-height: 15px;
  color: white;
  text-align: center;
  text-decoration: none;
}
.select .arrow-left,
.select .x-close {
  position: absolute;
  cursor: pointer;
}
.select .arrow-left {
  width: 60px;
  height: 30px;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
  top: 25px;
  left: 20px;
}
.select .x-close {
  left: 20px;
  bottom: 30px;
}
.select .x-close a {
  cursor: pointer;
}
.select .item-1 img {
  object-fit: contain;
  max-height: 20px;
  max-width: 100%;
  margin-bottom: 30px;
}
.select .item-1 h2 {
  padding-bottom: 10px;
}
.select .item-1 .text-wrapper {
  text-align: center;
  background-color: #F1F1F2;
  font-family: 'SanFranciscoDisplay-Medium';
  font-size: 14px;
  line-height: 16px;
  color: #838383;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.select .item-1 .text-wrapper:focus {
  background-color: #00BCE4;
  color: white;
}
.select .item-1 ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  margin: 0 -5px;
}
.select .item-1 ul li {
  box-sizing: border-box;
  padding: 0 5px;
}
.select .item-2 {
  /*        .list{
                    position: absolute;
                    transform: translateY(-1000%);
                    transition: all 0.5s ease;
                }*/
}
.select .item-2 .content {
  background-color: #F4F5F9;
}
.select .item-2 h2 {
  padding-bottom: 10px;
}
.select .item-2 .brick {
  padding: 10px 10px 10px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #D4D4D4;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.select .item-2 .brick img {
  transition: all 0.5s ease;
}
.select .item-2 .brick.active img {
  transform: rotate(180deg);
}
.select .item-2 ul.list-item {
  background-color: white;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #D4D4D4;
  box-sizing: border-box;
  max-height: 270px;
  overflow-y: scroll;
}
.select .item-2 ul.list-item::-webkit-scrollbar {
  width: 3px;
}
.select .item-2 ul.list-item::-webkit-scrollbar-thumb {
  background-color: #838383;
  border-radius: 10px;
}
.select .item-2 ul.list-item li {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #EAEAEA;
  cursor: pointer;
}
.select .item-2 ul.list-item li:hover {
  border-bottom: 1px solid #00BCE4;
}
.select .item-2 ul.list-item li:hover .name {
  color: #00BCE4;
}
.select .item-2 ul.list-item li.active {
  border-bottom: 1px solid #00BCE4;
}
.select .item-2 ul.list-item li.active .name {
  color: #00BCE4;
}
.select .item-2 .image {
  width: 20%;
  padding-bottom: 15%;
  position: relative;
}
.select .item-2 .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.select .item-2 .name {
  flex: 1;
  font-family: 'SanFranciscoDisplay-Light';
  font-size: 12.5px;
  line-height: 15px;
  color: black;
  padding-left: 20px;
}
.select .item-3 h2 {
  padding-bottom: 20px;
}
.select .item-3 .search {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.select .item-3 .search-box {
  width: 65%;
  position: relative;
  border-bottom: 1px solid #B6B6B6;
}
.select .item-3 input {
  width: 90%;
  border: 0;
  padding-bottom: 2px;
  padding-top: 2px;
  outline-style: none;
  font-family: 'SanFranciscoDisplay-Light';
  font-size: 12.5px;
}
.select .item-3 input::placeholder {
  font-family: 'SanFranciscoDisplay-Light';
  font-size: 12.5px;
  line-height: 15px;
  color: #8A8A8A;
}
.select .item-3 button {
  background-color: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
  outline-style: none;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.select .item-3 .sort {
  cursor: pointer;
}
.select .item-3 .list-search {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-top: 5px;
  margin-bottom: -15px;
  max-height: 210px;
  padding-right: 2px;
  overflow: auto;
}
.select .item-3 .list-search::-webkit-scrollbar {
  width: 3px;
}
.select .item-3 .list-search::-webkit-scrollbar-thumb {
  background-color: #838383;
  border-radius: 10px;
}
.select .item-3 .list-search .product {
  width: calc(50% - 15px);
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
}
.select .item-3 .list-search .product .image {
  width: 100%;
  height: 40px;
  border: 1px solid #F8F8F8;
  border-radius: 5px;
}
.select .item-3 .list-search .product .image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.select .item-3 .list-search .product .name {
  font-family: 'SanFranciscoDisplay-Light';
  font-size: 14px;
  line-height: 16px;
  color: #515151;
  text-transform: uppercase;
  padding-top: 10px;
}
.select .item-3 .list-search .active .image {
  border: 3px solid #99DAE9;
}
.select .item-4 .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.select .item-4 input {
  border: #BDBDBD;
  box-shadow: 0 0 4px rgba(69, 69, 69, 0.5);
  background-color: white;
}
.select .overview {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 20px;
  left: 90px;
}
.select .overview-scene {
  background-color: #E4E5EB;
  width: 280px;
  height: 330px;
  overflow-y: scroll;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.select .overview-scene::-webkit-scrollbar {
  width: 3px;
}
.select .overview-scene::-webkit-scrollbar-thumb {
  background-color: #838383;
  border-radius: 10px;
}
.select .overview-scene .row {
  margin: 0;
  padding: 15px;
  flex-direction: column;
}
.select .overview-scene .row .col {
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #979797;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style-position: inside;
  counter-increment: col;
}
.select .overview-scene .row .col:first-child {
  padding-top: 0;
}
.select .overview-scene .ultilities {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  cursor: pointer;
}
.select .overview-scene .ultilities img {
  max-height: 17px;
}
.select .overview-scene .ultilities .btn-remove-image-save:hover {
  filter: brightness(0.2);
}
.select .overview-scene .image {
  width: 82%;
  padding-bottom: 43%;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
}
.select .overview-scene .image .icon-download:hover {
  filter: grayscale(1);
}
.select .overview-scene .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.select .overview-scene .count-number {
  width: fit-content;
}
.select .overview-scene .count-number {
  font-family: 'SanFranciscoDisplay-Bold';
  font-size: 12.5px;
  line-height: 15px;
  color: #8A8A8A;
}
.select .download {
  display: flex;
  flex-direction: row;
  background-color: white;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  margin-top: -5px;
  gap: 15px;
  position: relative;
  z-index: 1000;
}
.select .download .col-auto {
  padding: 5px 10px;
  border: 1px solid #00BCE4;
  border-radius: 5px;
  cursor: pointer;
}
.select .download .col-auto:hover {
  border: 1px solid #838383;
}
.select .download .col-auto:hover a {
  color: #838383;
}
.select .download .col-auto:hover img {
  filter: grayscale(1);
}
.select .download .col-auto a {
  font-family: 'SanFranciscoDisplay-Medium';
  font-size: 15px;
  line-height: 18px;
  color: #00BCE4;
  text-decoration: none;
}
.select .download .col-auto img {
  margin-right: 10px;
}
.modal-popup {
  height: 100vh;
  overflow: hidden;
  z-index: 10000;
}
.modal-popup .headline {
  position: relative;
  padding-left: 55px;
  line-height: 22px;
  margin-bottom: 18px;
}
.modal-popup .headline::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 36px;
  height: 11px;
  background: #00bce4;
}
.modal-popup .modal-dialog {
  width: 100%;
  max-width: 1330px;
}
.modal-popup .modal-content {
  height: 90vh;
  overflow: auto;
  scrollbar-width: 0px;
}
.modal-popup .modal-content::-webkit-scrollbar {
  width: 0px;
}
.modal-popup .modal-header {
  padding: 30px 40px 0px 40px;
  position: relative;
  border-bottom: 0px;
}
.modal-popup .modal-header .text-label {
  width: 100%;
  border-bottom: 1px solid #979797;
}
.modal-popup .btn-close {
  position: absolute;
  right: 40px;
  top: 30px;
  box-shadow: none;
}
.modal-popup .modal-body {
  padding: 0px 40px 0px 40px;
  position: relative;
  z-index: 2;
}
.modal-popup .size {
  display: flex;
  padding-top: 20px;
  border-top: 1px solid #979797;
}
.modal-popup .text-label {
  font-family: 'SanFranciscoDisplay-Light';
  font-size: 16px;
  text-transform: uppercase;
  width: 18.5%;
}
.modal-popup .input-size {
  width: 81.5%;
  margin: 0px;
  gap: 0px 30px;
}
.modal-popup .form-size {
  border: 0px;
  padding: 0px;
}
.modal-popup .form-size .text-label {
  width: 100%;
  padding-bottom: 5px;
}
.modal-popup .form-size input {
  width: 100%;
  border: 0px;
  outline: none;
  border-bottom: 1px solid #D2D2D2;
  font-family: 'SanFranciscoDisplay-Light';
  font-size: 18px;
  color: #535557;
}
.modal-popup .brick-wrap {
  display: flex;
  padding-top: 40px;
  padding-bottom: 20px;
}
.modal-popup .brick-flex {
  width: 81.5%;
  margin: 0px;
}
.modal-popup .brick-flex .text-label {
  width: 100%;
}
.modal-popup .brick-flex .btn-choose {
  border-radius: 5px;
  font-family: 'SanFranciscoDisplay-Medium';
  font-size: 14px;
  background: #F1F1F2;
  color: #838383;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.modal-popup .brick-popup {
  width: 35%;
  padding: 0px;
  position: relative;
}
.modal-popup .brick-popup .list-choose {
  margin: 0px -5px;
}
.modal-popup .brick-popup .col-6 {
  padding: 0px 5px;
  list-style: none;
}
.modal-popup .brick-popup .col-6 .active {
  background: #00bce4;
  color: #ffffff;
}
.modal-popup .brick-image {
  padding: 0px 90px;
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-popup .brick-image img {
  width: 100%;
  max-height: 122px;
  object-fit: contain;
}
.modal-popup .see-result {
  padding: 0px;
  width: 30%;
  display: flex;
  align-items: flex-end;
}
.modal-popup .see-result .btn-choose {
  background: #00bce4;
  color: #ffffff;
}
.modal-popup .brick-select {
  background: #F4F5F9;
  border-radius: 10px;
  padding: 20px;
  margin-top: 10px;
}
.modal-popup .input-select {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 15px;
  border: 1px solid #D2D2D2;
  border-radius: 5px;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
}
.modal-popup .input-select span {
  display: inline-block;
  padding-right: 15px;
}
.modal-popup .list::-webkit-scrollbar {
  width: 0px;
}
.modal-popup .list {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 1px;
  width: 100%;
  max-height: 350px;
  overflow: auto;
  padding: 20px;
  background: #fff;
  transition: all linear .2s;
  scrollbar-width: 0px;
  border-radius: 10px;
  margin: 0px;
}
.modal-popup .list li {
  margin: 0px;
  border-bottom: 1px solid #D2D2D2;
  padding: 10px 0px;
}
.modal-popup .list li:hover {
  border-color: #00bce4;
}
.modal-popup .list li:hover .col-9 {
  color: #00bce4;
}
.modal-popup .list .img {
  padding: 0px;
  padding-right: 10px;
}
.modal-popup .list .col-9 {
  padding: 0px;
  padding-left: 10px;
  font-family: 'SanFranciscoDisplay-Light';
  text-decoration: none;
  color: #535557;
  width: 75%;
  transition: all linear .1s;
  font-size: 16px;
}
.modal-popup .list.active {
  display: block;
}
.modal-popup .show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.modal-popup .modal-footer {
  background: #DFDFDF;
  padding: 60px;
}
.modal-popup .modal-footer .image {
  width: 100%;
  margin: 0px auto;
  overflow: auto;
}
.modal-popup .modal-footer .image img {
  width: 100%;
}
.modal-popup .select-brick-layout {
  position: absolute;
  width: 100%;
  z-index: -1;
  top: calc(100% + 10px);
}
.modal-popup .select .item-3 h2 {
  padding-bottom: 0px;
}
.modal-popup .select .content {
  border: solid 1px lightgrey;
}
#popup-canvas-container .konvajs-content {
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .modal-popup .modal-dialog {
    max-width: 1200px;
  }
  .modal-popup .modal-header {
    padding: 30px 30px 0px 30px;
  }
  .modal-popup .modal-body {
    padding: 0px 30px;
  }
  .modal-popup .input-select span {
    font-size: 14px;
  }
  .modal-popup .list {
    max-height: 280px;
  }
  .modal-popup .list .col-9 {
    font-size: 14px;
  }
  .modal-popup .brick-image {
    padding: 0px 65px;
  }
}
@media screen and (max-width: 1280px) {
  .modal-popup .modal-dialog {
    max-width: 980px;
  }
  .modal-popup .modal-header {
    padding: 30px 20px 0px 20px;
  }
  .modal-popup .modal-body {
    padding: 0px 20px;
  }
  .modal-popup .input-select span {
    font-size: 14px;
  }
  .modal-popup .list {
    padding: 10px;
    max-height: 225px;
  }
  .modal-popup .list li {
    padding: 5px 0px;
  }
  .modal-popup .list .col-9 {
    font-size: 14px;
  }
  .modal-popup .brick-image {
    padding: 0px 50px;
    width: 30%;
  }
  .modal-popup .brick-popup {
    width: 40%;
  }
}
.modal-step {
  background: #ffffff;
}
.modal-step .container-inner {
  max-width: 1440px;
  margin: 0px auto;
}
.modal-step .modal-dialog {
  max-width: 100%;
  margin: 0px;
}
.modal-step .modal-content {
  border-radius: 0px;
  border: 0px;
}
.modal-step .modal-body {
  padding: 0px;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-step .image {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
}
.modal-step .image > img {
  max-height: 100vh;
}
.modal-step .image::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
}
.modal-step .visible {
  display: flex;
}
.modal-step .box-content {
  position: absolute;
  max-width: 349px;
  width: 100%;
  border-radius: 3px;
  background: #F2F3F6;
  box-shadow: 5px 5px 10px 0px #64666D;
}
.modal-step .box-content-1 .content-text {
  border-radius: 3px;
  padding-top: 45px;
  padding-bottom: 20px;
}
.modal-step .close-modal {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 14px;
  cursor: pointer;
  z-index: 2;
}
.modal-step .content-text {
  background: #F2F3F6;
  padding: 30px 20px;
  padding-top: 25px;
}
.modal-step .content-btn {
  background: #54585A;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.modal-step .next {
  background: #01BCE4;
  border-radius: 3px;
  padding-left: 40px;
  width: 34.67%;
}
.modal-step .next span {
  position: relative;
}
.modal-step .next span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 5px);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid #ffffff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.modal-step .btn-arrows {
  color: #ffffff;
  text-decoration: none;
  padding-top: 16px;
  padding-bottom: 16px;
}
.modal-step .btn-arrows span {
  font-size: 15px;
  line-height: 18px;
}
.modal-step .image-all {
  padding: 0px 16px;
  width: 41.83%;
}
.modal-step .image-all img {
  width: 100%;
}
.modal-step .prev {
  width: 23.5%;
  text-align: right;
}
.modal-step .room {
  position: relative;
  border: 2px solid #EEEFF4;
  background: #ffffff;
  border-radius: 3px;
}
.modal-step .mouse {
  position: absolute;
  width: 25px;
  right: -10px;
  bottom: -7px;
}
.modal-step .content-title {
  font-family: 'SanFranciscoDisplay-Bold';
  color: #000;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 5px;
}
.modal-step p {
  font-size: 15px;
  line-height: 18px;
}
.modal-step .content-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .modal-step .box-content {
    max-width: 290px;
  }
  .modal-step .box-content-1 .content-text {
    padding-top: 35px;
    padding-bottom: 15px;
  }
  .modal-step .room {
    padding: 20px 0px;
  }
  .modal-step .close-modal {
    width: 12px;
    top: 14px;
    right: 14px;
  }
  .modal-step .btn-arrows {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .modal-step .btn-arrows span {
    font-size: 14px;
  }
  .modal-step .content-text {
    padding: 15px;
  }
  .modal-step .content-title {
    font-size: 16px;
    line-height: 20px;
  }
  .modal-step p {
    font-size: 14px;
  }
  .modal-step .next {
    padding-left: 0px;
    text-align: center;
  }
}
.image-1::after {
  top: 15.86%;
  right: 82.15%;
  border-right: 7px solid #F2F3F6;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.image-1 .room {
  overflow: hidden;
  padding: 22px 0px 26px 59px;
}
.image-1 .room-image {
  width: 215px;
  position: relative;
}
.image-1 .box-content {
  top: 13.95%;
  left: 17.85%;
}
.image-1 .prev {
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .image-1::after {
    border-right: 6px solid #F2F3F6;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
  .image-1 .room-image {
    width: 180px;
    margin: 0px auto;
  }
  .image-1 .room {
    padding: 15px 30px;
  }
}
.image-2::after {
  left: 22.29%;
  bottom: 61.36%;
  border-bottom: 7px solid #F2F3F6;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.image-2 .room {
  padding-bottom: 35px;
}
.image-2 .room-image {
  width: 238px;
  margin: 0px auto;
  position: relative;
}
.image-2 .box-content {
  left: 19.44%;
  top: 38.64%;
}
@media screen and (max-width: 1024px) {
  .image-2::after {
    border-bottom: 6px solid #F2F3F6;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
  .image-2 .room-image {
    width: 190px;
  }
  .image-2 .room {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
.image-3::after {
  bottom: 70.92%;
  left: 24.9%;
  border-bottom: 7px solid #F2F3F6;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.image-3 .box-content {
  left: 22.22%;
  top: 29.08%;
}
@media screen and (max-width: 1024px) {
  .image-3::after {
    border-bottom: 6px solid #F2F3F6;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }
}
.image-4::after {
  top: 20.24%;
  left: 84.66%;
  border-left: 7px solid #F2F3F6;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.image-4 .box-content {
  right: 15.34%;
  top: 11.97%;
}
@media screen and (max-width: 1024px) {
  .image-4::after {
    border-left: 6px solid #F2F3F6;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
}
.image-5::after {
  top: 12.71%;
  right: 75.84%;
  border-right: 7px solid #F2F3F6;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.image-5 .box-content {
  left: 24.16%;
  top: 10.49%;
}
@media screen and (max-width: 1024px) {
  .image-5::after {
    border-right: 6px solid #F2F3F6;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
}
.image-6::after {
  top: 18.88%;
  right: 75.84%;
  border-right: 7px solid #F2F3F6;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.image-6 .box-content {
  left: 24.16%;
  top: 10.49%;
}
@media screen and (max-width: 1024px) {
  .image-6::after {
    border-right: 6px solid #F2F3F6;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
}
.image-7::after {
  top: 25.3%;
  right: 75.84%;
  border-right: 7px solid #F2F3F6;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.image-7 .box-content {
  left: 24.16%;
  top: 13.58%;
}
.image-7 .box-content .content-text {
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .image-7::after {
    border-right: 6px solid #F2F3F6;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
  .image-7 .box-content .content-text {
    padding-bottom: 15px;
  }
}
.image-8::after {
  display: none;
}
.image-8 .box-content {
  left: 5.2%;
  bottom: 1%;
}
.image-8 .box-content .content-text {
  padding-top: 40px;
}
.image-8 .next {
  text-align: center;
  padding-left: 0px;
}
.image-8 .next span::after {
  display: none;
}
#menu-overlay {
  /*    position: fixed;
    top: 0px;
    left: 1px;*/
  width: 100%;
}
.main-canvas-container {
  position: relative;
}
.btn-back {
  width: 64px;
  height: 30px;
  background: #c8c8c9;
  border-radius: 4px;
  position: absolute;
  top: 23px;
  left: 23px;
  z-index: 1000;
  opacity: 0.8;
  text-align: center;
}
.btn-back img {
  margin-top: -5px;
}
.btn-back:hover {
  background: #00BCE4;
}
.btn-back:hover img {
  filter: brightness(100);
}
.btn-download-image {
  width: 64px;
  height: 30px;
  background: #c8c8c9;
  border-radius: 4px;
  position: absolute;
  top: 70px;
  left: 23px;
  z-index: 10000;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
}
.btn-download-image img {
  width: 20px;
  margin-top: -5px;
}
.btn-download-image:hover {
  background: #00BCE4;
}
.btn-download-image:hover img {
  filter: brightness(100);
}
/*#canvas-container {
    .konvajs-content {
        max-width: 100%;
        height: auto;
        canvas {
            max-width: 100%;
            height: auto !important;
        }
    }
}*/
.btn-open-select-product-wall,
.btn-open-select-product-floor {
  position: absolute;
  border: none;
  top: -100px;
  left: -100px;
  background: none;
  width: 34px;
  height: 34px;
  background-image: url('../images/btn-change2.png');
}
.btn-open-select-product-wall:hover,
.btn-open-select-product-floor:hover {
  background-position: 41px 0px;
}
.showloading {
  width: 100%;
  height: 100%;
  position: fixed;
  background: white;
  z-index: 20000;
}
.showloading img {
  top: 50%;
  left: 50%;
  position: relative;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
}
.btn-close-select-product {
  color: white;
  position: absolute;
  right: 10px;
  top: 17px;
}
.btn-close-popup-save-image {
  position: absolute;
  right: 0px;
  width: 20px;
  cursor: pointer;
}
.btn-restore-image {
  width: 64px;
  height: 30px;
  background: #c8c8c9;
  border-radius: 4px;
  position: absolute;
  top: 120px;
  left: 23px;
  z-index: 10000;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
}
.btn-restore-image img {
  width: 20px;
  margin-top: -5px;
}
.btn-restore-image:hover {
  background: #00BCE4;
}
.btn-restore-image:hover img {
  filter: brightness(100);
}
.wrapper-home {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
}
.bg-gray {
  background: #f5f5f7;
  display: block !important;
}
#wapper-list-save-image {
  position: absolute;
}
.block-configuration {
  position: absolute;
  top: 10px;
  right: 0px;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 70px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 3px 0;
  left: 70px;
  top: 2px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.btn-download-item-image .icon-download {
  width: 20px !important;
  height: 20px !important;
  bottom: 30px;
  right: 3px;
  top: auto !important;
  left: -46px !important;
}
.btn-download-item-image:hover .hover-trans {
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  position: absolute;
  top: 0px;
  left: 0px;
}
.ui-loader,
.ui-textinput-clear-button {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .select .overview-scene {
    height: 182px;
  }
  .select .wrapper {
    transform: scale(0.6) !important;
    scale: none !important;
    max-height: 126vh;
    overflow: scroll;
    transform-origin: top right;
  }
  .layout-wrap .layout-top {
    display: none;
  }
  .layout-wrap .layout .layout-inner .height-list {
    max-height: calc(100vh - 20px);
    overflow: scroll;
  }
  .select .item-2 ul.list-item {
    max-height: 141px;
  }
}
#block-rotate-phone {
  display: none;
  text-align: center;
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999;
  background: white;
  padding: 30px;
}
#block-rotate-phone span {
  display: block;
}
#block-rotate-phone img {
  max-width: 230px;
  padding: 15px;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@media only screen and (max-device-width: 991px) and (orientation: portrait) {
  #block-rotate-phone {
    display: block;
  }
  #block-rotate-phone .rotate-image {
    position: absolute;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
  }
  #block-rotate-phone .rotate-image img {
    animation: rotation 10s infinite linear;
  }
}
.layout-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
