fieldset {
  outline: 0px solid #00f;
  border: 0;
}
/* Выбор сервиса */
.medium-field {
  font-size: 16px;
  height: 34px;
  border: 1px solid #5d76cb;
  cursor: pointer;
}
/* Конец выбора сервиса */
.money-field {
  text-align: right;
  width: 55px;
}
.no-display {
  display: none;
}
.float-fix {
  clear: both;
}
.notification {
  border-radius: 5px;
  margin: 0 0 1em;
  padding: .5em .7em;
}
.notification h6 {
  margin: 0;
  padding: 0;
}
.notification p {
  //margin: .1em 0;
}
.notification.ok {
  display: inline-block;
  background: #dfffe3;
  color: #008310;
}
.notification.ok a {
  color: #008310;
}
/* Кнопка "Оплатить" */
.btn_payment {
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  background: #4F5591 !important;
  font-size: 16px;
  color: #fff;
  padding: 9px 20px;
  margin: 20px 0 0;
  width: 79%;
  float: right;
}
.btn_payment:focus {
  outline: none;
  border: none;
}
.btn_payment:hover {
  background: #949494 !important;
}
/* Конец кнопки ""Оплатить" */
#eshop-item-image-wrapper {
  border: 1px solid #949494;
  padding: 1px;
  margin: 0 15px 15px 0;
  height: 200px;
  width: 200px;
  float: left;
}
#item-descr {
  clear: both;
}
#eshop-item-details {
  outline: 0px solid #f00;
  border-top: 1px dotted #000;
  font-size: 16px;
  color: #000;
}
#eshop-item-details h3 {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 25px;
}
#download-or-buy-item-buttons {
	//padding: 10px 3px;
}
#download-or-buy-item-buttons a {
  white-space: nowrap;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  text-align: center;
  background: #4F5591 !important;
  color: #fff;
  padding: 8px 0;
  width: 79%;
  margin-top: 10px;
  float: right;
}
#download-or-buy-item-buttons a:hover {
  background: #949494 !important;
  text-decoration: none;
  cursor: pointer;
}
#eshop-item-details p {
  margin-top: 20px;
}
/* Другие кнопки */
#eshop_box {
  clear: both;
}
#ehsop_box a {
  white-space: nowrap;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  text-align: center;
  background: #4F5591 !important;
  color: #fff;
  padding: 8px 0;
  width: 20%;
  margin-top: 20px;
  float: left;
}
#ehsop_box a:hover {
  background: #949494 !important;
  text-decoration: none;
  cursor: pointer;
}
#ehsop_box #terms_of_use {
  color: #5d76cb;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease;
}
#ehsop_box #terms_of_use:hover {
  color: #4F5591;
  text-decoration: underline;
  cursor: pointer;
}
#check {
  vertical-align: bottom;
  margin: 0 7px 5px 0;
  width: 1em;
  height: 1em;
  border: 1px solid #949494;   
}
#check:not(:checked) ~ .btn_payment {
  user-select: none !important;
  background-color: #ccc !important;
  color: #000;
  cursor: default !important;
  outline: none !important;
  pointer-events: none !important;
}