.zakaz {
  font-weight: bold;
}

.rabota {
  font-weight: bold;
}

img {
  border-radius: 10px;
}

.table-of-contents.open {
  border-radius: 10px;
}

.warning {
  font-weight: bold;
  background-color: #ffffff;
  border-radius: 10px;
}

h1 {
  text-align: center;
  color: #ff335f;
}

.btn:not(:disabled):not(.disabled) {
  border-radius: 30px;
  font-weight: bold;
  background-image: url("http://samokat-vologda.ru/wp-content/uploads/2024/08/icons8-самокат-90-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-left-width: 30px;
  border-right-width: 30px;
}

.btn:not(:disabled):not(.disabled):hover {
  border-radius: 30px;
  font-weight: bold;
  background-image: url("http://samokat-vologda.ru/wp-content/uploads/2024/08/icons8-самокат-90-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  border-left-width: 30px;
  border-right-width: 30px;
}

h2 {
  color: #ff335f;
}

.check {
  border-radius: 10px;
  font-weight: bold;
}

.aligncenter.wp-image-49.size-full {
  box-shadow: 0 0 11px 4px #ff335f;
}

.aligncenter.wp-image-49.size-full:hover {
  box-shadow: 0 0 11px 4px blue;
}

.comment-list .comment-body {
  background-color: #ffffff;
  border-radius: 10px;
  font-style: italic;
}

.comment-list .comment-author {
  color: #7d7d7d;
}