@charset "UTF-8";
.help-page {
  width: 100%;
  margin-bottom: 40px;
}

.help-form {
  margin-top: 20px;
}

.help-form fieldset {
  border: none;
  margin: 0;
}

.block-form-help {
  max-width: 1124px;
  margin: 0 auto;
}

.attention-block {
  background: -webkit-linear-gradient(291deg, #008dd2, #1beabd);
  background: -o-linear-gradient(291deg, #008dd2, #1beabd);
  background: linear-gradient(21deg, #008dd2, #1beabd);
  border-radius: 50px;
  padding: 5px;
  width: calc(100% - 10px);
  margin-top: 20px;
}

.attention {
  padding: 20px 25px;
  width: calc(100% - 50px);
  margin: 0 auto;
  text-align: center;
  border-radius: 50px;
  font-size: 19px;
  background: #fff;
}

.attention b {
  font-size: 1.4em;
}

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

.block-input {
  position: relative;
  flex-basis: 49%;
  display: block;
  padding: 5px 0;
}

.block-name {
  flex-basis: 100%;
}

.block-date,
.block-address,
.block-inventory {
  display: none;
}

.block-input .input-help {
  width: calc(100% - 20px);
  border: 0;
  padding: 15px 10px 5px 10px;
  font-size: 18px;
  border-bottom: 2px solid #C8CCD4;
  height: 25px;
}

.block-input .label-help {
  position: absolute;
  left: 10px;
  top: 20px;
  font-size: 22px;
  transition: 200ms;
}

.block-textarea .input-help {
  margin-top: 20px;
  min-height: 70px;
  padding-top: 0;
  resize: vertical;
}

.block-input .border-help {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 3px;
  border-radius: 1px;
  transition: 200ms;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 300ms ease-in;
  background: -webkit-linear-gradient(291deg, #008dd2, #1beabd);
  background: -o-linear-gradient(291deg, #008dd2, #1beabd);
  background: linear-gradient(21deg, #008dd2, #1beabd);
}

.block-textarea .border-help {
  bottom: 7px;
}

.input-help:focus ~ .label-help,
.input-help:not(:placeholder-shown) ~ .label-help {
  top: 0;
  font-size: 16px;
  color: #008dd2;
  transition: 200ms;
}

.input-help:focus ~ .border-help,
.input-help:not(:placeholder-shown) ~ .border-help {
  transform: scaleX(1);
  transition: 300ms ease-out;
}

.input-help:not(:valid) ~ .label-help {
  color: #e31e24;
}

.input-help:not(:valid) ~ .border-help {
  background: -webkit-linear-gradient(291deg, #e31e24, #F666FF);
  background: -o-linear-gradient(291deg, #e31e24, #F666FF);
  background: linear-gradient(21deg, #e31e24, #F666FF);
}

/*#phone-help:not(:valid) ~ .border-help::after {
    content: 'в формате +1-123-123-1234';
    color: #e31e24;
    position: absolute;
    display: block;
    top: -49px;
    left: 70px;
}*/
.input-help:not(:focus).input-help:placeholder-shown ~ .label-help {
  color: #000;
}

.input-help:not(:placeholder-shown).input-help:valid ~ .label-help {
  color: #008dd2;
}

.couple-block {
  position: relative;
}

.couple-item {
  width: 49%;
  display: inline-block;
}

.couple-item:last-child {
  position: absolute;
  right: 0;
}

.block-btn-radio {
  position: relative;
  text-align: center;
}

.btn-program-layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn-program-layout.program {
  justify-content: space-around;
}

.btn-problem {
  background: -webkit-linear-gradient(291deg, #008dd2, #1beabd);
  background: -o-linear-gradient(291deg, #008dd2, #1beabd);
  background: linear-gradient(21deg, #008dd2, #1beabd);
  padding: 10px 20px;
  width: 200px;
  min-height: 50px;
  vertical-align: middle;
  color: #fff;
  font-size: 22px;
  position: relative;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  display: flex;
  margin-bottom: 20px;
}

.btn-problem:hover {
  opacity: 0.8;
}

.btn-problem span {
  margin: auto;
}

#check-program:checked ~ .btn-program-layout .btn-program,
#check-stand:checked ~ .btn-program-layout .btn-stand,
#check-virtual:checked ~ .btn-program-layout .btn-virtual,
#check-web:checked ~ .btn-program-layout .btn-web {
  background: #008dd2;
}

.input-radio {
  display: none;
}

.block-stand {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  justify-items: center;
  display: none;
}

#check-stand:checked ~ .block-btn-radio .block-stand {
  display: grid;
}

#check-stand:checked ~ .input-layout .block-name {
  flex-basis: 49%;
}

#check-stand:checked ~ .input-layout .block-email,
#check-stand:checked ~ .input-layout .block-key {
  display: none;
}

#check-stand:checked ~ .input-layout .block-date,
#check-stand:checked ~ .input-layout .block-address,
#check-stand:checked ~ .input-layout .block-inventory {
  display: block;
}

#check-web:checked ~ .input-layout .block-key,
#check-web:checked ~ .textarea-layout .cause {
  display: none;
}

#check-web:checked ~ .input-layout .web-visible,
#check-web:checked ~ .textarea-layout .web-visible,
#check-web:checked ~ .files-layout .web-visible {
  display: block;
}

#check-web:checked ~ .input-layout .web-none,
#check-web:checked ~ .textarea-layout .web-none,
#check-web:checked ~ .files-layout .web-none {
  display: none;
}

#check-web:checked ~ .input-layout .block-name {
  flex-basis: 49%;
}

.help-form .btn-submit {
  width: 300px;
  height: 50px;
  background: -webkit-linear-gradient(291deg, #008dd2, #1beabd);
  background: -o-linear-gradient(291deg, #008dd2, #1beabd);
  background: linear-gradient(21deg, #008dd2, #1beabd);
  color: #fff;
  font-size: 30px;
  display: block;
  border: none;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  margin-top: 20px;
  cursor: pointer;
}

.help-form .btn-submit:hover {
  opacity: 0.9;
}

.help-form .btn-submit:active {
  background: #008dd2;
}

.help-form .succsess {
  width: 50px;
  transition: 200ms;
  cursor: default;
}

.help-form .succsess:hover {
  opacity: 1;
}

.succsess-msg,
.warranty-msg {
  margin-top: 20px;
  text-align: center;
  font-size: 19px;
  display: none;
}

.warranty-msg {
  color: #e31e24;
}

.web-visible {
  display: none;
}

.block-messenger {
  display: none;
}
.block-messenger.show {
  display: block;
}

@supports (-ms-ime-align: auto) {
  .input-help ~ .label-help {
    top: 0;
    font-size: 16px;
    color: #008dd2;
  }
}
@media screen and (max-width: 1020px) {
  .block-stand {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .btn-problem,
.btn-problem:nth-child(4) {
    margin: 10px auto;
  }
}
@media screen and (max-width: 600px) {
  .attention {
    border-radius: 45px;
    font-size: 16px;
  }

  .block-input {
    flex-basis: 100%;
  }

  .block-input .input-help {
    font-size: 14px;
  }

  .block-input .label-help {
    font-size: 18px;
  }

  .item-upload {
    margin-bottom: 20px;
  }

  .item-upload .block-upload {
    display: block;
    width: 100%;
    min-height: 10px;
    margin-top: 10px;
    height: auto !important;
  }

  .item-upload .check-file {
    text-align: center;
    width: 100%;
    display: block;
  }

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

  .info, .info + p {
    padding: 0 10px;
  }

  #check-stand:checked ~ .input-layout .block-name {
    flex-basis: 100%;
  }

  .block-stand {
    grid-template-columns: 1fr;
  }

  .block-date .input-help {
    margin-top: 20px;
  }
}

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