.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;
}
.categories-name {
  font-size: 28px;
  margin: 48px 0 24px;
  font-weight: 600;
  color: #242424;
  text-align: center;
}
.catigories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 660px) {
  .catigories {
    flex-direction: column;
  }
}
@media screen and (max-width: 436px) {
  .catigories {
    margin-top: 30px;
  }
}
.catigories__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  width: 49%;
  box-sizing: border-box;
}
@media screen and (max-width: 660px) {
  .catigories__item {
    width: 100%;
  }
}
.catigories__item:last-child {
  margin-bottom: 0;
}
.catigories__name {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
  color: #242424;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 660px) {
  .catigories__name {
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .catigories__name {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.catigories__list {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  width: 100%;
}
@media screen and (max-width: 1010px) {
  .catigories__list {
    -webkit-column-count: 1;
            column-count: 1;
    -webkit-column-gap: unset;
            column-gap: unset;
  }
}
.catigories__link {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
}
.catigories__link:hover {
  color: #242424;
}
@media screen and (max-width: 660px) {
  .catigories__link {
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 425px) {
  .catigories__link {
    font-size: 14px;
  }
}
