@charset "UTF-8";
.icon {
  display: block;
  height: 24px;
  width: 24px;
  stroke: #a0a3bd;
  color: #a0a3bd;
  fill: none;
}
.container {
  max-width: 1080px;
}
main > .container {
  /* background-color: white; */
}

main {
  overflow: hidden;
}

body {
  background-color: #edeef0;
  min-height: 100vh;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a {
  text-decoration: none;
}

symbol {
  fill: inherit;
  stroke: inherit;
}

path,
circle {
  stroke: inherit;
  fill: inherit;
}

.main {
  flex: 1;
  background-color: white;
}
main > .container {
  padding-top: 32px;
  padding-bottom: 58px;
}

.container {
  padding-left: 48px;
  padding-right: 48px;
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 768px) {
  .header__left .search {
    margin-right: 0px;
  }
  .header__left .search input {
    display: none;
  }
  .header__left .search .input__placeholder {
    display: none;
  }
  .header__left .search a {
    position: unset;
    padding-left: 0;
    padding-right: 0;
  }
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}
.category-list__category {
  display: flex;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 12px;
}
.category-list__category:first-child:last-child .category-list__add {
  display: none;
}
.category-list__category:first-child:last-child .size__button::after {
  content: "Указать";
}

.header-page {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sorting {
  min-width: 225px;
  display: none;
}
.sorting.open {
  display: block;
}
.header-page .sorting .filter__heading {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-page {
    margin-bottom: 0;
  }
  .header-page .sorting {
    margin-bottom: 12px;
  }
  .header-page .sorting .filter__heading {
    display: block;
  }
}
.header-page__settings {
  cursor: pointer;
  padding: 7px 16px;
  background-color: #eff0f6;
  border-radius: 40px;
  display: none;
  margin-bottom: 0;
}
.header-page__settings input {
  display: none;
}
.header-page__settings input:checked ~ .icon {
  stroke: #14142b;
  color: #14142b;
}
@media screen and (max-width: 768px) {
  .header-page__settings {
    display: block;
  }
}
.header-page__settings .icon {
  height: 17px;
  width: 17px;
}
.header-page__left {
  display: flex;
  align-items: center;
}
.header-page__left .header-page__title {
  margin-right: 32px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .header-page__left .header-page__title {
    margin-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .header-page__left {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 28px;
  }
}
.header-page .toggle {
  margin-right: 8px;
  margin-bottom: 0;
}
.header-page__icon-info {
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  .header-page__icon-info {
    display: none;
  }
}

