.remove_item_btn {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    right: -5px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #333;
    z-index: 999;
}

.remove_item_btn::before, .remove_item_btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 15px;
    background: #fff;
}

.remove_item_btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.remove_item_btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.btn {
  cursor: pointer;
}
.btn:active {
  opacity: 0.5;
}
.btn:disabled {
  cursor: default;
  opacity: 1;
}

.btn-center{
  display: block;
  margin: auto;
}

.btn-xxxs {
  width: 117px;
  height: 47px;
  font-size: 13px;
}

.btn-xxs {
  width: 146px;
  height: 57px;
}

.btn-xs {
  width: 153px;
  height: 57px;
  font-size: 13px;
}
.btn-xs .btn {
  cursor: pointer;
}
.btn-xs .btn:active {
  opacity: 0.5;
}
.btn-xs .btn:disabled {
  cursor: default;
  opacity: 1;
}
.btn-xs .btn-xxxs {
  width: 117px;
  height: 47px;
  font-size: 13px;
}
.btn-xs .btn-xxs {
  width: 146px;
  height: 57px;
}
.btn-xs .btn-xs {
  width: 153px;
  height: 57px;
  font-size: 13px;
}
.btn-xs .btn-xs .house-img {
  width: 18px;
}
.btn-xs .btn-xs .send-img {
  width: 16px;
}
.btn-xs .btn-xs .trash-img {
  width: 16px;
}
.btn-xs .btn-xs .move-img {
  width: 16px;
}
.btn-xs .btn-sm {
  width: 195px;
  height: 67px;
  font-size: 16px;
}
.btn-xs .btn-sm .house-img {
  width: 21px;
}
.btn-xs .btn-sm .house-back-img {
  width: 27px;
}
.btn-xs .btn-sm .plus-black-img {
  width: 23px;
}
.btn-xs .btn-md {
  width: 198px;
  height: 60px;
}
.btn-xs .btn-lg {
  width: 200px;
  height: 57px;
}
.btn-xs .btn-lg .house-back-img {
  width: 27px;
}
.btn-xs .btn-xl {
  width: 254px;
  height: 67px;
  font-size: 16px;
}
.btn-xs .btn-xxl {
  width: 274px;
  height: 58px;
}
.btn-xs .btn-xxxl {
  width: 319px;
  height: 60px;
  font-size: 16px;
}
.btn-xs .btn-round-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54px;
  height: 54px;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.btn-xs .btn-round-icon.btn-round-icon--mini {
  width: 35px;
  height: 35px;
}
.btn-xs .btn-round-icon.btn-round-icon--mini .trash-img {
  width: 15px;
}
.btn-xs .btn-back {
  position: relative;
}
.btn-xs .btn-back::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 23px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 7px; /* arrow size */
  height: 7px; /* arrow size */
  border-top: 2px solid #747B87; /* thickness, color */
  border-right: 2px solid #747B87;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.btn-xs .btn-next {
  position: relative;
}
.btn-xs .btn-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 7px; /* arrow size */
  height: 7px; /* arrow size */
  border-top: 2px solid #FFFFFF; /* thickness, color */
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-xs .icon-camera-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.btn-xs .btn-camera {
  background-image: url(../img/camera.png);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.btn-xs .btn-gallery {
  background-image: url(../img/gallery.png);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.btn-xs .btn-plus {
  background-image: url(../img/plus.png);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.btn-xs .btn-fix {
  position: fixed;
  bottom: 100px;
  right: 20px;
}
.btn-xs .btn-center-fix {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn-xs .btn-modal-link {
  text-decoration: none;
}
.btn-xs .btn-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 32px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #FFFFFF;
}
.btn-xs .btn-white .btn-text {
  color: #5D6575;
}
.btn-xs .btn-black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 32px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #000000;
}
.btn-xs .btn-black .btn-text {
  color: #FFFFFF;
}
.btn-xs .btn-red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 32px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #B32528;
  border: none;
}
.btn-xs .btn-red .btn-text {
  color: #FFFFFF;
}
@media screen and (min-width: 900px) {
  .btn-xs .btn-round-icon {
    width: 70px;
    height: 70px;
  }
  .btn-xs .btn-fix {
    bottom: 50px;
  }
  .btn-xs .btn-camera {
    background-size: 30px;
  }
  .btn-xs .btn-plus {
    background-size: 30px;
  }
}
.btn-xs .house-img {
  width: 18px;
}
.btn-xs .send-img {
  width: 16px;
}
.btn-xs .trash-img {
  width: 16px;
}
.btn-xs .move-img {
  width: 16px;
}

.btn-sm {
  width: 195px;
  height: 67px;
  font-size: 16px;
}
.btn-sm .house-img {
  width: 21px;
}
.btn-sm .house-back-img {
  width: 27px;
}
.btn-sm .plus-black-img {
  width: 23px;
}

.btn-md {
  width: 198px;
  height: 60px;
}

.btn-lg {
  width: 200px;
  height: 57px;
}
.btn-lg .house-back-img {
  width: 27px;
}

.btn-xl {
  width: 254px;
  height: 67px;
  font-size: 16px;
}

.btn-xxl {
  width: 274px;
  height: 58px;
}

.btn-xxxl {
  width: 319px;
  height: 60px;
  font-size: 16px;
}

.btn-round-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54px;
  height: 54px;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.btn-round-icon.btn-round-icon--mini {
  width: 35px;
  height: 35px;
}
.btn-round-icon.btn-round-icon--mini .trash-img {
  width: 15px;
}

.btn-back {
  position: relative;
}
.btn-back::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 23px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 7px; /* arrow size */
  height: 7px; /* arrow size */
  border-top: 2px solid #747B87; /* thickness, color */
  border-right: 2px solid #747B87;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.btn-next {
  position: relative;
}
.btn-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 7px; /* arrow size */
  height: 7px; /* arrow size */
  border-top: 2px solid #FFFFFF; /* thickness, color */
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-camera-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.btn-camera {
  background-image: url(../img/camera.png);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.btn-gallery {
  background-image: url(../img/gallery.png);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.btn-plus {
  background-image: url(../img/plus.png);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.btn-fix {
  position: fixed;
  bottom: 100px;
  right: 20px;
}

.btn-center-fix {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all .6s ease-in-out;
}

.btn-modal-link {
  text-decoration: none;
}

.btn-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 32px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #FFFFFF;
}
.btn-white .btn-text {
  color: #5D6575;
}

.btn-black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 32px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #000000;
}
.btn-black .btn-text {
  color: #FFFFFF;
}

.btn-red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 32px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #B32528;
  border: none;
}
.btn-red:disabled {
    cursor: default;
    opacity: 0.5;
    background-color: #b69090;
  }
.btn-red .btn-text {
  color: #FFFFFF;
}

@media screen and (min-width: 900px) {
  .btn-round-icon {
    width: 70px;
    height: 70px;
  }
  .btn-fix {
    bottom: 50px;
  }
  .btn-camera {
    background-size: 30px;
  }
  .btn-plus {
    background-size: 30px;
  }
  .btn-center-fix {
    left: calc(50% + 175px);
  }
  body.humburgerMenuClose .btn-center-fix {
    left: 50%;
  }
}
