.style-wrap {
  border-radius: 4px;
  margin-bottom: 12px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.302);
  background: #fff;
  padding: 30px;
}
.style-wrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 425px) {
  .style-wrap {
    padding: 30px 10px;
  }
}
.link[href] {
  color: #242424;
  text-decoration: none;
}
.link[href]:hover {
  color: #ec1751;
  text-decoration: underline;
}
.link {
  color: #ec1751;
  text-decoration: underline;
}
.link:hover {
  text-decoration: underline;
}
.link-btn {
  background: #ec1751;
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  font-size: 16px;
}
.link-btn:hover {
  color: #242424;
  cursor: pointer;
}
.logo {
  display: flex;
  align-items: center;
  padding: 10px 0;
  text-decoration: none;
  color: #ec1751;
  font-weight: 800;
  font-size: 29px;
  line-height: 39px;
}
@media screen and (max-width: 375px) {
  .logo {
    font-size: 24px;
  }
}
.logo .dark-part {
  color: #242424;
}
.filter-reviews {
  display: flex;
}
@media screen and (max-width: 968px) {
  .filter-reviews {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 502px) {
  .filter-reviews {
    flex-direction: column;
  }
}
@media screen and (max-width: 375px) {
  .filter-reviews {
    padding: 30px 10px;
  }
}
.filter-reviews._flexwrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 968px) {
  .filter-reviews._flexwrap {
    flex-direction: row;
  }
}
@media screen and (max-width: 959px) {
  .filter-reviews._flexwrap {
    flex-wrap: nowrap;
    padding: 30px 10px;
  }
}
@media screen and (max-width: 900px) {
  .filter-reviews._flexwrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 502px) {
  .filter-reviews._flexwrap {
    flex-direction: column;
  }
}
.filter-reviews._no-flexwrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 502px) {
  .filter-reviews._no-flexwrap {
    padding: 30px 10px;
  }
}
.filter-reviews__item {
  border-right: 1px solid #b4b4b4;
  box-sizing: border-box;
  flex-grow: 1;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 968px) {
  .filter-reviews__item {
    padding: 0 30px 0 0;
    border-top: none;
  }
}
@media screen and (max-width: 502px) {
  .filter-reviews__item {
    align-items: center;
    padding: 20px 0;
    border-right: none;
    border-top: 1px solid #b4b4b4;
  }
}
.filter-reviews__item._minimalist-styles {
  flex-grow: 0;
}
@media screen and (max-width: 968px) {
  .filter-reviews__item._minimalist-styles:first-child {
    padding: 0 30px 0 0;
    margin-bottom: 0;
    border-bottom: none;
    width: auto;
    border-right: 1px solid #b4b4b4;
  }
}
@media screen and (max-width: 502px) {
  .filter-reviews__item._minimalist-styles:first-child {
    border-right: none;
    padding: 0 0 20px 0;
  }
}
.filter-reviews__item._shorter-length-styles {
  padding: 0 30px 0 0;
  border-top: none;
}
@media screen and (max-width: 968px) {
  .filter-reviews__item._shorter-length-styles {
    padding: 0 30px 0 0;
    align-items: flex-start;
    border-right: 1px solid #b4b4b4;
  }
}
@media screen and (max-width: 959px) {
  .filter-reviews__item._shorter-length-styles {
    border-right: 1px solid #b4b4b4;
    box-sizing: border-box;
    flex-grow: 1;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .filter-reviews__item._shorter-length-styles {
    padding: 0 30px 0 0;
    border-top: none;
  }
}
@media screen and (max-width: 502px) {
  .filter-reviews__item._shorter-length-styles {
    align-items: center;
    padding: 20px 0;
    border-right: none;
    border-top: 1px solid #b4b4b4;
  }
}
.filter-reviews__item._shorter-length-styles:first-child {
  padding: 0 0 30px;
  border-right: 0;
  margin-bottom: 30px;
  width: 100%;
  border-bottom: 1px solid #b4b4b4;
}
@media screen and (max-width: 968px) {
  .filter-reviews__item._shorter-length-styles:first-child {
    padding: 0 0 30px;
    border-right: none;
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #b4b4b4;
    padding-top: 0;
  }
}
@media screen and (max-width: 959px) {
  .filter-reviews__item._shorter-length-styles:first-child {
    padding: 0 20px 0 0;
    border-right: 1px solid #b4b4b4;
    margin-bottom: 0;
    width: auto;
    border-bottom: none;
  }
}
@media screen and (max-width: 900px) {
  .filter-reviews__item._shorter-length-styles:first-child {
    padding: 0 0 30px;
    border-right: 0;
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #b4b4b4;
  }
}
@media screen and (max-width: 502px) {
  .filter-reviews__item._shorter-length-styles:first-child {
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.filter-reviews__item._shorter-length-styles:last-child {
  padding-left: 30px;
}
@media screen and (max-width: 968px) {
  .filter-reviews__item._shorter-length-styles:last-child {
    padding-left: 30px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  .filter-reviews__item._shorter-length-styles:last-child {
    padding-left: 20px;
    border-right: none;
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .filter-reviews__item._shorter-length-styles:last-child {
    padding-left: 30px;
  }
}
@media screen and (max-width: 502px) {
  .filter-reviews__item._shorter-length-styles:last-child {
    padding-bottom: 0;
    padding-left: 0;
  }
}
.filter-reviews__item:first-child {
  padding-left: 0;
  border-top: none;
}
@media screen and (max-width: 968px) {
  .filter-reviews__item:first-child {
    padding: 0 0 30px;
    border-right: 0;
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #b4b4b4;
  }
}
@media screen and (max-width: 502px) {
  .filter-reviews__item:first-child {
    padding: 0 0 20px;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.filter-reviews__item:last-child {
  border-right: none;
  padding-right: 0;
}
@media screen and (max-width: 968px) {
  .filter-reviews__item:last-child {
    padding-left: 30px;
  }
}
@media screen and (max-width: 502px) {
  .filter-reviews__item:last-child {
    padding-bottom: 0;
    padding-left: 0;
  }
}
.filter-reviews__select-box {
  margin-bottom: 12px;
  min-width: 420px;
}
@media screen and (max-width: 502px) {
  .filter-reviews__select-box {
    min-width: 280px;
  }
}
.filter-reviews__btn-box {
  display: flex;
  flex-wrap: wrap;
}
.filter-reviews__btn {
  border: none;
  background: #fbfbfb;
  padding: 4px 12px;
  color: #b4b4b4;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
  margin: 5px;
  font-weight: 600;
}
.filter-reviews__btn:first-child {
  margin-left: 0;
}
.filter-reviews__btn:last-child {
  margin-right: 0;
}
.filter-reviews__btn:hover {
  background: #ec1751;
  color: #242424;
  cursor: pointer;
}
.filter-label {
  font-size: 16px;
  position: relative;
  margin-bottom: 12px;
}
.filter-label:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 375px) {
  .filter-label {
    font-size: 14px;
  }
}
.filter-input:checked,
.filter-input:not(:checked) {
  position: absolute;
  left: -9999px;
}
.filter-input:checked + .filter-label > span {
  border-bottom: none;
  font-weight: bold;
}
.filter-input:checked + .filter-label._color-gray {
  color: #b4b4b4;
}
.filter-input:checked + .filter-label._color-gray > span {
  border-bottom: none;
}
.filter-input:checked + .filter-label._color-yellow {
  color: #ec1751;
}
.filter-input:checked + .filter-label._color-yellow > span {
  border-bottom: none;
}
.filter-input:checked + .filter-label._color-black {
  color: #121212;
}
.filter-input:checked + .filter-label._color-black > span {
  border-bottom: none;
}
.filter-input:not(:checked) + .filter-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #b4b4b4;
}
.filter-input:not(:checked) + .filter-label > span {
  border-bottom: 1px dashed #b4b4b4;
}
.filter-input:not(:checked) + .filter-label._color-yellow {
  color: #ec1751;
}
.filter-input:not(:checked) + .filter-label._color-yellow > span {
  border-bottom: 1px dashed #ec1751;
}
.filter-input:not(:checked) + .filter-label._color-black {
  color: #121212;
}
.filter-input:not(:checked) + .filter-label._color-black > span {
  border-bottom: 1px dashed #121212;
}
