.addcollection {
  max-width: 1124px;
  margin: 0 auto;
}

.addcollection .block-form {
  margin: 0 auto;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 40px;
}

#name-collection,
#name-supplier {
  position: relative;
}

.addcollection__plus, .addcollection__minus {
  position: absolute;
  right: -11px;
  top: 21px;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
  transition: 100ms;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #008dd2;
  border-radius: 20px;
}
.addcollection__plus:hover, .addcollection__minus:hover {
  transform: scale(1.1);
}
.addcollection__minus {
  font-size: 35px;
  line-height: 25px;
  background: #e31e24;
}

.block-form .collection-form {
  width: 40%;
  margin: 0 auto;
}

.block-form .input-item {
  padding: 5px;
  margin-bottom: 7%;
  background: -webkit-linear-gradient(291deg, #008dd2, #1beabd);
  background: -o-linear-gradient(291deg, #008dd2, #1beabd);
  background: linear-gradient(21deg, #008dd2, #1beabd);
  border-radius: 50px;
}

.input-block {
  position: relative;
  padding: 20px 25px 10px 25px;
  border-radius: 45px;
  background: #fff;
  margin: 0;
  z-index: 0;
}

.input-block .label {
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 1.2em;
  transition: 200ms;
  white-space: nowrap;
  user-select: none;
  z-index: -1;
}

.input-block input {
  width: 100%;
  min-height: 30px;
  border: none;
  font-size: 20px;
  background: transparent;
  z-index: 1;
}

.input-block input:focus + .label,
.input-block input:not(:placeholder-shown) + .label {
  font-size: 22px;
  top: -12px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  transition: 200ms;
  color: #008DD2;
  padding: 0 10px;
  white-space: nowrap;
}

.input-block #comment {
  width: 100% !important;
  font-size: 20px;
  border: none;
  background: transparent;
}

.input-block #comment:not(:placeholder-shown) + label,
.input-block #comment:focus + label {
  font-size: 22px;
  top: -12px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  transition: 200ms;
  color: #008DD2;
  padding: 0 10px;
  white-space: nowrap;
}

.block-form .send-button {
  text-transform: uppercase;
  width: 100%;
  min-height: 40px;
  background: -webkit-linear-gradient(291deg, #008dd2, #1beabd);
  background: -o-linear-gradient(291deg, #008dd2, #1beabd);
  background: linear-gradient(21deg, #008dd2, #1beabd);
  height: 50px;
  border-radius: 50px;
  font-size: 25px;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 200ms;
  box-shadow: none;
}

.send-button.waiting,
.send-button.waiting:hover {
  background: linear-gradient(21deg, #828282, #e8e8e8) !important;
  opacity: 0.8;
}

.block-upload.title-block {
  height: 30px;
  min-height: 30px;
}

.block-form .send-button:hover,
.item-upload.collect .file-upload:hover {
  background: -webkit-linear-gradient(#1beabd, #008dd2);
  background: -o-linear-gradient(#1beabd, #008dd2);
  background: linear-gradient(#1beabd, #008dd2);
  transition: 200ms;
}

.block-form .send-button:active,
.item-upload.collect .file-upload:active {
  background: -webkit-linear-gradient(#008dd2, #1beabd);
  background: -o-linear-gradient(#008dd2, #1beabd);
  background: linear-gradient(#008dd2, #1beabd);
}

.block-form .send-button:focus,
.item-upload.collect .file-upload:focus {
  outline: 0;
}

#sended-request {
  font-size: 22px;
  display: none;
}

.action {
  color: #008dd2;
  font-size: 22px;
  margin: 20px 0;
}

.item-upload.collect .block-upload {
  width: 100%;
  position: relative;
}

.item-upload.collect .block-upload:last-child {
  text-align: center;
}

.item-upload.collect .block-upload {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.item-upload.collect .file-upload {
  display: block;
  height: auto;
  margin: 10px auto;
  width: 100%;
  max-width: 300px;
}

.open-col-dialog {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

#regulations-col {
  display: none;
}

.col-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 110;
  display: none;
}

.col-dialog-content {
  width: 80%;
  min-height: 100px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  margin-top: 10vh;
  color: #000;
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 1080px;
}

.close-col-dialog {
  position: absolute;
  right: 8%;
  top: calc(10vh - 20px);
  cursor: pointer;
  color: #fff;
}

#regulations-col:checked ~ .col-dialog {
  display: block;
}

.dialog-success {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #2182bc;
  background: linear-gradient(21deg, #008dd2, #1beabd);
  border-radius: 50px;
  max-width: 600px;
  display: none;
}

.dialog-success__head {
  background: #ffffff;
  margin: 5px;
  margin-bottom: 0;
  border-radius: 45px 45px 0 0;
  display: flex;
}

.dialog-success__head-text {
  font-size: 32px;
  text-transform: uppercase;
  /* background: linear-gradient(21deg, #008dd2, #1beabd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #008dd2;
  display: block;
  padding: 10px;
  padding-top: 20px;
  text-align: center;
}

.dialog-success__content {
  background: #ffffff;
  border-radius: 45px;
  margin: 5px;
  padding: 20px;
  font-size: 18px;
  text-align: center;
}

.dialog-success__btn {
  width: 150px;
  padding: 10px;
  background: linear-gradient(21deg, #008dd2, #1beabd);
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 20px;
  margin: 10px auto;
  margin-top: 20px;
  cursor: pointer;
}

@supports (-ms-ime-align: auto) {
  .input-block input + .label,
.input-block #comment + label {
    font-size: 22px;
    top: -12px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    transition: 200ms;
    color: #008DD2;
    padding: 0 10px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1124px) {
  .block-form .collection-form {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .block-form .collection-form {
    width: 90%;
  }

  .input-block .label {
    white-space: normal;
    font-size: 18px;
  }

  .item-upload.collect .check-file {
    position: static;
    display: block;
    margin: 0 auto;
  }

  .item-upload.collect .file-upload {
    position: static;
    transform: none;
    display: block;
    margin: 10px auto;
  }

  .block-form .send-button {
    font-size: 18px;
  }

  .input-block input:focus + .label,
.input-block input:not(:placeholder-shown) + .label,
.input-block #comment:not(:placeholder-shown) + label,
.input-block #comment:focus + label {
    font-size: 18px;
  }

  .action {
    font-size: 18px;
  }

  .dialog-success {
    width: 100%;
    border-radius: 0;
  }

  .dialog-success__content {
    border-radius: 0;
    margin: 5px 0;
  }
}

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