@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap");
* {
  vertical-align: top;
  box-sizing: border-box;
  outline: none;
  font-family: "Noto Serif", serif;
}

html, body {
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 80%;
  height: 100%;
}

.page {
  width: 100vw;
  height: 100vh;
  transition: 1s;
  background: url("mbg.png") no-repeat top center #e9e8e8;
  background-size: 100%;
  overflow: auto !important;
}

.copyright {
  padding: 10px 30px;
  background: #eaeaea;
  color: #444;
  font-size: 60%;
}

.info-text {
  width: 100%;
  padding: 30px;
  border-bottom: 1px solid #eaeaea;
}

.popup_order_alone_show {
  font-size: 140%;
  width: 90%;
  position: relative;
  overflow-y: auto;
  margin: 5px;
  background: #fff;
  margin: auto;
  transform: translateY(160px);
  box-shadow: 0px 10px 16px -4px rgba(0, 0, 0, 0.1);
}

.sizes {
  display: flex;
  width: 100%;
  padding: 30px;
}
.sizes .designs {
  width: 90px;
  justify-content: space-between !important;
}

.design_text {
  font-size: 140%;
  padding: 10px;
  width: 100%;
  text-align: right;
}

.delivery {
  background: url("https://v-s.az/admin/images/delivery.png") no-repeat center right #0F0;
  background-size: 150px;
  min-height: 100px;
  display: flex;
  align-content: center;
  padding: 30px;
  align-items: center;
}

.tortZone {
  display: flex;
  padding: 30px;
}
.tortZone .nm {
  flex-basis: 50%;
}
.tortZone .nm h1 {
  color: #e42e88;
  font-size: 250%;
  margin: 0;
}
.tortZone .nm h2 {
  margin: 0;
  color: #999;
  font-size: 80%;
}
.tortZone .nm:last-child {
  text-align: right;
}

.datezs {
  display: flex;
}

.date {
  margin-right: 30px;
}

.top {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  padding-top: 105px;
}
.top .line {
  border-bottom: 5px solid #ccc;
  padding-bottom: 10px;
  margin-right: 10px;
  font-weight: normal;
  color: #ccc;
  width: 110px;
  font-size: 110%;
}
.top .active {
  color: #e52f86;
  border-bottom: 5px solid #e52f86;
}

select, option {
  -webkit-appearance: none;
}

.select-wrapper {
  position: relative;
}

.select-wrapper:after {
  content: "▼";
  font-size: 80%;
  color: black;
  right: 24px;
  top: 14px;
  height: 26px;
  padding: 15px 0px 0px 8px;
  position: absolute;
  pointer-events: none;
}

.block {
  margin: 0px 40px;
  background: #fff;
  position: relative;
  min-height: 200px;
}

.botton {
  position: absolute;
  top: calc(100% + 20px);
  padding: 20px;
  width: 100%;
  text-align: center;
  font-size: 250%;
  color: #fff;
  background: #e52f86;
}

.inside_body .order {
  font-size: 120%;
}
.inside_body i {
  font-style: normal;
  display: block;
  color: #999;
}
.inside_body .gr {
  display: inline-block;
  color: #999;
}
.inside_body b {
  display: block;
  color: #e42e88;
}
.inside_body .b {
  color: #e42e88;
  font-weight: bold;
  display: inline-block !important;
}

.inputs {
  padding: 30px;
}
.inputs input, .inputs select, .inputs textarea {
  background: #eaeaea;
  padding: 20px;
  width: 100%;
  font-size: 150%;
  border: none;
  width: 100%;
  border: 2px solid #fff;
}
.inputs label {
  width: 100%;
  margin-bottom: 10px;
}
.inputs .fl2 {
  display: flex;
}
.inputs .fl2 label {
  flex-basis: 50%;
}

.sline {
  margin-bottom: 10px;
  width: 100%;
}

.num {
  color: #e52f86;
}

.blockheader {
  padding: 30px;
  display: flex;
  font-size: 120%;
  justify-content: space-between;
}

.date {
  color: #e52f86;
}

.ordernum {
  display: flex;
}

.name {
  margin-left: 20px;
}

.activedes {
  background: #e52f86 !important;
}

.designs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
}
.designs div {
  flex-basis: 30px;
  height: 30px;
  position: relative;
}
.designs .form_0 {
  border-radius: 100px;
  background: #ccc;
}
.designs .hun_0 {
  height: 27px;
  background: #ccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.designs .hun_0:after {
  width: 100%;
  position: absolute;
  background: #eaeaea;
  border-radius: 100%;
  content: "выс..";
  font-size: 60%;
  color: rgba(0, 0, 0, 0.6);
  height: 10px;
  left: 0px;
  top: -5px;
}
.designs .form_1 {
  border-radius: 0px;
  background: #ccc;
}
.designs .hun_1 {
  height: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #ccc;
}
.designs .hun_1:after {
  width: 100%;
  position: absolute;
  background: #eaeaea;
  border-radius: 100%;
  content: "низ..";
  font-size: 60%;
  color: rgba(0, 0, 0, 0.6);
  height: 10px;
  left: 0px;
  top: -5px;
}

.good-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.good-flex input {
  margin-right: 10px !important;
}
.good-flex input:last-child {
  margin-right: 0px !important;
}
.good-flex input[type=radio] {
  width: 20px !important;
}
.good-flex label {
  flex-basis: 50%;
  margin-right: 2px;
}
.good-flex .selector {
  width: 40px;
  text-align: center;
  background: #eaeaea;
  border: 2px solid #fff;
  padding: 8px 0px;
}

.preview-image {
  width: 100%;
  height: 100px;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.files-select label {
  flex-direction: column;
}

.desforms {
  display: flex;
  justify-content: space-around;
  margin: 30px 0px;
}

.des {
  flex-basis: 50%;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

.circle {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  background: #ccc;
}

.sq {
  height: 100px;
  width: 100px;
  background: #ccc;
}

.noform {
  height: 100px;
  width: 100px;
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
          clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  background: #ccc;
}

.h1 {
  height: 20px;
  width: 100px;
  background: #ccc;
}

.h2 {
  height: 80px;
  width: 100px;
  background: #ccc;
}

.height {
  display: flex;
  justify-content: space-around;
  flex-basis: 50%;
  align-items: flex-end;
}

.imageupload {
  display: flex;
  justify-content: space-between;
}

.image1, .image2 {
  position: relative;
  flex-basis: 49%;
  border: 1px solid #ccc;
  border-radius: 20px;
  height: 260px;
}

.image1 {
  background: url("testimg.png") no-repeat center;
  background-size: cover;
}

.image2 {
  background: url("upload.png") no-repeat center;
  background-size: 120px;
}

.page2 {
  overflow: auto;
}

.comment-zone {
  margin-top: 20px;
}

.other.fl2 {
  display: none;
}

.only-tort {
  display: none;
}

.image2 input {
  position: absolute;
  top: -10000px;
}

.imagefile1_1 {
  display: none;
}

.previewimg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}