.page-content {
  max-width: 1600px !important;
}

.row {
  display: flex;
  padding: 35px;
}

.question-side {
  width: 30%;
  border: 1px solid #d9d9d9;
  padding: inherit;
  border-radius: 8px;
  align-self: start;
}

.question-side__window {
  margin-bottom: 35px;
}

.question-side__window .content {
  margin-top: 20px;
}

.hot-questions,
.questions {
  display: flex;
  flex-direction: column;
}

.hot-question,
.question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fafafa;
  padding: 12px;
  border-radius: 6px;
  margin: 4px 0 ;
}

.hot-question div p span.medium,
.question div p span.medium {
  color: #d4d637;
}

.hot-question div p span.easy,
.question div p span.easy {
  color: #18ca00;
}

.hot-question div p span.difficult,
.question div p span.difficult {
  color: #ff0000;
}

.block {
  display: block;
  width: 100%;
}

.padding-normal {
  padding: 15px 10px;
}

.question-content {
  flex: 1;
  margin-right: 35px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 25px;
}

.search-context {
  display: flex;
  width: 100%;
}

.search-field {
  flex: 1;
  padding: 14px;
  background: #eeeeee;
  border-radius: 0 8px 8px 0;
}

.search-field input {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  padding: 0 25px;
}

.search-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.questions {
  margin-top: 35px;
}

.questions .question {
  margin-top: 25px !important;
  justify-content: space-around !important;
}

.search-button button {
  background: var(--primary-color);
  color: #fff;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  height: 100%;
  border: none;
}

@media (max-width: 1150px) {
  .row {
    flex-direction: column;
  }

  .row > * {
    width: 100%;
    margin: 15px 0;
  }
}
