.archive_otzyvy {
  width: 100%;
  padding: 0 15px;
}
.archive_otzyvy .container {
  padding: 100px 0 0 0;
}
.archive_otzyvy .sidebar {
  padding-top: 0;
  padding-bottom: 0;
}
h1 {
  font-weight: 700;
  font-size: calc(22px + 16 * ((100vw - 370px) / (1920 - 370)));
  line-height: 120%;
  color: #243d3a;
  margin-bottom: 45px;
}
.archive_otzyvy_wrap {
  width: 100%;
  display: flex;
  gap: 20px;
}
.archive_otzyvy_items {
  width: calc(100% - 300px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.archive_otzyvy_item {
  display: flex;
  background-color: white;
  transition: all linear 0.4s;
  box-shadow: 0px 5px 80px rgba(161, 189, 225, 0.21);
}
.archive_otzyvy_item_img {
  width: 40%;
}
.archive_otzyvy_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.archive_otzyvy_item_description {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #39464a;
}
.archive_otzyvy_item_wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 12px;
  color: #9d8d75;
  gap: 10px;
}
.archive_otzyvy_item_date_author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.archive_otzyvy_item_content {
  padding: 15px;
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.archive_otzyvy_item_content a {
  font-weight: 700;
  font-size: 18px;
  transition: all linear 0.2s;
  line-height: 120%;
  color: #2d4744;
  display: block;
  transition: 0.5s color;
  text-decoration: none;
}
.archive_otzyvy_item_wrap span {
  height: 10px;
  width: 1px;
  background-color: #9d8d75;
  display: block;
}
/* searchform */
.archive_otzyvy .searchform {
  width: calc(100% - 300px);
  margin-bottom: 20px;
}
.archive_otzyvy .searchform div {
  position: relative;
  width: 40%;
  height: 100%;
}
.archive_otzyvy .searchform input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #b59771;
  padding: 10px 10px 10px 30px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #39464a;
  outline: none;
}
.archive_otzyvy .searchform input ::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #39464a;
}
.archive_otzyvy .search_form_button {
  position: absolute;
  background-color: transparent;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: none;
  outline: none;
}
/* searchform */

/* archive_blog_pagination */
.archive_blog_pagination {
  width: 100%;
  padding: 0 15px;
}
.archive_blog_pagination .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 100px 0;
  gap: 20px;
}
.page-numbers {
  width: 40px;
  height: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #3e635f;
  text-decoration: none;
  color: #243d3a;
}
.page-numbers.current {
  color: #fff;
  background: #3e635f;
}
.page-numbers.prev,
.page-numbers.next {
  border: none;
  font-size: 20px;
  line-height: 0;
  position: relative;
  color: transparent;
}
.page-numbers.prev::after {
  content: "❮";
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #243d3a;
}
.page-numbers.next::after {
  content: "❯";
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #243d3a;
}
/* archive_blog_pagination */
@media (hover: hover) {
  .archive_otzyvy_item:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  }
  .archive_otzyvy_item_content a:hover {
    color: #967340;
  }
}

@media screen and (max-width: 1000px) {
  .archive_otzyvy_wrap {
    flex-direction: column;
  }
  .archive_otzyvy_items {
    width: 100%;
  }
  .archive_otzyvy .searchform {
    width: 100%;
  }
  .archive_otzyvy .container {
    padding: 80px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .archive_otzyvy_item {
    flex-direction: column;
  }
  .archive_otzyvy_item_img {
    width: 100%;
  }
  .archive_otzyvy_item_content {
    width: 100%;
  }
  .archive_otzyvy .searchform div {
    width: 100%;
  }
  .h1 {
    margin-bottom: 40px;
    text-align: center;
  }
  .archive_otzyvy .container {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .archive_blog_pagination .container {
    gap: 15px;
  }
}
@media screen and (max-width: 500px) {
  .archive_blog_pagination .container {
    gap: 10px;
  }
}
