#monumentConstructor {
  width: 80vw;
}
@media screen and (max-width: 991px) {
  #monumentConstructor {
    width: 99vw;
    padding: 20px;
  }
}
#monumentConstructor input[type=radio] {
  -webkit-filter: hue-rotate(165deg);
  filter: hue-rotate(165deg);
}
#monumentConstructor .content-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  #monumentConstructor .content-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#monumentConstructor .canvas-block {
  width: 30%;
}
@media screen and (max-width: 991px) {
  #monumentConstructor .canvas-block {
    width: 80%;
  }
}
#monumentConstructor .canvas-block #monument-total {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
#monumentConstructor .canvas-block #monument-total div {
  font-weight: 400;
}
#monumentConstructor .canvas-block #btnSave {
  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;
  height: 38px;
  width: 80%;
  margin: auto;
  padding: 0 20px;
  border-radius: 12px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background: url(../../images/pattern2.png) #FF7000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#monumentConstructor .canvas-block #btnSave:hover {
  background: #404040;
  color: #fff;
}
#monumentConstructor .options-block {
  width: 70%;
}
@media screen and (max-width: 991px) {
  #monumentConstructor .options-block {
    width: 100%;
  }
}
#monumentConstructor .options-block .tab {
  border: 1px solid #CFCFCF;
  background: #FFF;
  padding: 10px;
}
#monumentConstructor .options-block .tab:not(:last-child) {
  margin-bottom: 10px;
}
#monumentConstructor .options-block .tab .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FF7000;
  cursor: pointer;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#monumentConstructor .options-block .tab .content {
  display: none;
  border-top: 1px dashed #cfcfcf;
  padding: 10px;
  margin-top: 5px;
}
#monumentConstructor .options-block .tab .content p {
  margin: 10px 0;
}
#monumentConstructor .options-block .tab .content .form-control {
  margin: 0;
}
#monumentConstructor .options-block .radio-list {
  gap: 5px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
#monumentConstructor .options-block .radio-list .radio-img-block {
  position: relative;
}
#monumentConstructor .options-block .radio-list .radio-img-block .image {
  text-align: center;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
  border: 2px solid transparent;
}
#monumentConstructor .options-block .radio-list .radio-img-block .image img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#monumentConstructor .options-block .radio-list .radio-img-block input[type=radio] {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 1;
  z-index: 2;
  cursor: pointer;
}
#monumentConstructor .options-block .radio-list .radio-img-block input[type=radio]:checked ~ .image {
  border-color: #FF7000;
}
#monumentConstructor .options-block .radio-list.symbol .radio-img-block .image {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 991px) {
  #monumentConstructor .options-block .radio-list.symbol .radio-img-block .image {
    width: auto;
    height: 110px;
  }
}
#monumentConstructor .options-block .radio-list.engraving .radio-img-block .image {
  height: 100px;
}
#monumentConstructor .options-block .font-select-block {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#monumentConstructor .options-block .font-select-block input[transform=uppercase] ~ label {
  text-transform: uppercase;
}
@media screen and (max-width: 580px) {
  #monumentConstructor .options-block .font-select-block {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
  }
}
#monumentConstructor .options-block .input-text-block {
  position: relative;
}
#monumentConstructor .options-block .input-text-block .btns-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  gap: 5px;
}
#monumentConstructor .options-block .input-text-block .btns-align .item {
  position: relative;
}
#monumentConstructor .options-block .input-text-block .btns-align .item input[type=radio] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
#monumentConstructor .options-block .input-text-block .btns-align .item input[type=radio]:checked ~ .textAlign {
  background: #FF7000;
}
#monumentConstructor .options-block .input-text-block .btns-align .item .textAlign {
  background: #D9D9D9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 30px;
  height: 25px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
#monumentConstructor .options-block .input-text-block .btns-align .item .textAlign span {
  background: #000;
  height: 0.8px;
  display: block;
}
#monumentConstructor .options-block .input-text-block .btns-align .item .textAlign span:nth-child(1) {
  width: 100%;
}
#monumentConstructor .options-block .input-text-block .btns-align .item .textAlign span:nth-child(2) {
  width: 70%;
}
#monumentConstructor .options-block .input-text-block .btns-align .item .textAlign span:nth-child(3) {
  width: 45%;
}
#monumentConstructor .options-block .input-text-block .btns-align .item .textAlign.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#monumentConstructor .options-block .input-text-block .btns-align .item .textAlign.left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#monumentConstructor .options-block .input-text-block .btns-align .item .textAlign.right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#monumentConstructor .options-block .input-text-block .btns-align .item .textAlign.nowrap span:nth-child(2), #monumentConstructor .options-block .input-text-block .btns-align .item .textAlign.nowrap span:nth-child(3) {
  opacity: 0;
}
#monumentConstructor .options-block .input-text-block .btns-align .item .textAlign.wrap span:nth-child(2) {
  width: 100%;
}
#monumentConstructor .options-block .input-text-block .btns-align .item .textAlign.wrap span:nth-child(3) {
  opacity: 0;
}
#monumentConstructor .options-block .input-text-block .btns-align .item .textAlign.wrap.for-name {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 33%;
}
#monumentConstructor .options-block .input-text-block .btns-align .item .textAlign.wrap.for-name span:nth-child(2) {
  width: 40%;
}
#monumentConstructor .options-block .input-text-block .btns-align .item .textAlign.wrap.for-name span:nth-child(3) {
  width: 40%;
  opacity: 1;
}
#monumentConstructor .options-block .input-text-block .btns-align .item .textAlign.allwrap span {
  width: 100%;
}
#monumentConstructor .options-block .names-inputs, #monumentConstructor .options-block .dates-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
#monumentConstructor .options-block .names-inputs > .form-group, #monumentConstructor .options-block .dates-inputs > .form-group {
  width: 33%;
}
@media screen and (max-width: 580px) {
  #monumentConstructor .options-block .names-inputs, #monumentConstructor .options-block .dates-inputs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #monumentConstructor .options-block .names-inputs > .form-group, #monumentConstructor .options-block .dates-inputs > .form-group {
    width: 100%;
  }
}
#monumentConstructor .options-block .dates-inputs {
  margin-top: 20px;
}
#monumentConstructor .portrait-radio-block .portrait-block-detail {
  margin: 5px 0 5px 20px;
  display: none;
}
#monumentConstructor .upload-image-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
#monumentConstructor .upload-image-block .input-block input[type=file] {
  display: none;
}
#monumentConstructor .upload-image-block .input-block .btn-load {
  color: #FF7000;
  text-decoration: underline;
  cursor: pointer;
}
#monumentConstructor .upload-image-block .input-block .btn-remove {
  color: #f54242;
  text-decoration: underline;
  cursor: pointer;
  display: none;
}
#monumentConstructor .photoceramics-materials-forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
}
@media screen and (max-width: 991px) {
  #monumentConstructor .photoceramics-materials-forms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin: 30px 0;
  }
}
#monumentConstructor .photoceramics-materials-forms .material {
  width: 20%;
  text-align: right;
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  #monumentConstructor .photoceramics-materials-forms .material {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
#monumentConstructor .photoceramics-materials-forms .list {
  width: 80%;
  gap: 10px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 90px));
}
@media screen and (max-width: 991px) {
  #monumentConstructor .photoceramics-materials-forms .list {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#monumentConstructor .photoceramics-materials-forms > input {
  display: none;
}
#monumentConstructor .photoceramics-materials-forms .photoceramics-radio-block {
  position: relative;
  cursor: pointer;
}
#monumentConstructor .photoceramics-materials-forms .photoceramics-radio-block > div {
  background: #F1F1F1;
  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;
  width: 90px;
  height: 120px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 3px solid #F1F1F1;
}
#monumentConstructor .photoceramics-materials-forms .photoceramics-radio-block > div.oval {
  border-radius: 50%;
}
#monumentConstructor .photoceramics-materials-forms .photoceramics-radio-block > div.squad {
  border-radius: 25px;
}
#monumentConstructor .photoceramics-materials-forms .photoceramics-radio-block:hover > div {
  border-color: #FF7000;
}
#monumentConstructor .photoceramics-materials-forms .photoceramics-radio-block input[type=radio] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
#monumentConstructor .photoceramics-materials-forms .photoceramics-radio-block input[type=radio]:checked ~ div {
  background: #FF7000;
  border-color: #FF7000;
  color: #ffffff;
}
#monumentConstructor #changePhotoceramicPosition {
  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;
  height: auto;
  width: 100%;
  margin: auto;
  padding: 10px 20px;
  border-radius: 12px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  background: url(../../images/pattern2.png) #FF7000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
#monumentConstructor #changePhotoceramicPosition:hover {
  background: #404040;
  color: #fff;
}
#monumentConstructor #changePhotoceramicPosition[action=save] {
  background: #1cb235;
}

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