@import url("https://fonts.googleapis.com/css?family=Montserrat:800&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  line-height: 1;
  height: 100%;
}

/* ! Form */
input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  color: inherit;
  background-color: transparent;
}

button,
select,
option {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@font-face {
  font-family: "Causten";
  src: url("../fonts/causten/Causten-Light.woff2") format("woff2"), url("../fonts/causten/Causten-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Causten";
  src: url("../fonts/causten/Causten-Regular.woff2") format("woff2"), url("../fonts/causten/Causten-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Causten";
  src: url("../fonts/causten/Causten-Medium.woff2") format("woff2"), url("../fonts/causten/Causten-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Causten";
  src: url("../fonts/causten/Causten-SemiBold.woff2") format("woff2"), url("../fonts/causten/Causten-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Causten";
  src: url("../fonts/causten/Causten-Bold.woff2") format("woff2"), url("../fonts/causten/Causten-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CoreSansC";
  src: url("../fonts/coresans/CoreSansC-55Medium.woff2") format("woff2"), url("../fonts/coresans/CoreSansC-55Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CoreSansC";
  src: url("../fonts/coresans/CoreSansC-65Bold.woff2") format("woff2"), url("../fonts/coresans/CoreSansC-65Bold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CoreSansC";
  src: url("../fonts/coresans/CoreSansC-85Heavy.woff2") format("woff2"), url("../fonts/coresans/CoreSansC-85Heavy.woff") format("woff");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
body {
  font-family: "Causten", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #807d7e;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow: clip;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

[class*=__container] {
  max-width: 1270px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.header {
  background-color: #ffffff;
  border-bottom: 1px solid #bebcbd;
  position: fixed;
  width: 100%;
  z-index: 50;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 87px;
     -moz-column-gap: 87px;
          column-gap: 87px;
  min-height: 108px;
}
@media (max-width: 1145px) {
  .header__container {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 970px) {
  .header__container {
    min-height: 70px;
  }
}
@media (max-width: 520px) {
  .header__container {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 8px;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
@media (max-width: 970px) {
  .header__menu {
    position: fixed;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    padding: 85px 20px 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: right;
    row-gap: 30px;
    background-color: #ffffff;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
  }
  .header__menu::before {
    content: "";
    position: fixed;
    top: 0;
    right: -100%;
    height: 70px;
    width: 100%;
    z-index: 2;
    background-color: #ffffff;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
  }
}
@media (max-width: 520px) {
  .header__form {
    display: none;
  }
}

.logo {
  z-index: 2;
}
@media (max-width: 1145px) {
  .logo {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (any-hover: hover) {
  .menu__item:hover .menu__link {
    color: #8a33fd;
    text-decoration: underline;
  }
}
.menu__link {
  font-size: 22px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 970px) {
  .menu__link {
    font-size: 28px;
  }
}
.menu__link--accent {
  font-family: var(--font-family);
  font-weight: 700;
  color: #3c4242;
}

.form-item {
  display: none;
}
@media (max-width: 520px) {
  .form-item {
    display: block;
  }
}
.form-item__form {
  position: relative;
}
.form-item__img {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-item__search {
  border-radius: 8px;
  padding: 12px 20px 12px 52px;
  width: 100%;
  height: 44px;
  background-color: #f6f6f6;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-item__search:focus {
  outline: 1px solid #8a33fd;
}
.form-item__search::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #807d7e;
}
.form-item__search::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #807d7e;
}
.form-item__search:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #807d7e;
}
.form-item__search::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #807d7e;
}
.form-item__search::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #807d7e;
}

.form {
  position: relative;
  max-width: 267px;
}
@media (max-width: 1145px) {
  .form {
    max-width: 150px;
  }
}
@media (max-width: 970px) {
  .form {
    max-width: 267px;
  }
}
.form__img {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form__search {
  border-radius: 8px;
  padding: 12px 20px 12px 52px;
  width: 100%;
  height: 44px;
  background-color: #f6f6f6;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form__search:focus {
  outline: 1px solid #8a33fd;
}
.form__search::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #807d7e;
}
.form__search::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #807d7e;
}
.form__search:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #807d7e;
}
.form__search::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #807d7e;
}
.form__search::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #807d7e;
}

.action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.action__favotite, .action__registration, .action__cart {
  border-radius: 8px;
  width: 44px;
  height: 44px;
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .action__favotite:hover, .action__registration:hover, .action__cart:hover {
    background-color: #8a33fd;
  }
  .action__favotite:hover svg path, .action__registration:hover svg path, .action__cart:hover svg path {
    stroke: #ffffff;
  }
}
@media (max-width: 520px) {
  .action__favotite, .action__registration, .action__cart {
    width: 34px;
    height: 34px;
  }
}
.icon-menu {
  display: none;
}
@media (max-width: 970px) {
  .icon-menu {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    width: 30px;
    height: 18px;
    position: relative;
  }
  .icon-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #3c4242;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .icon-menu::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #3c4242;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .icon-menu span {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background-color: #3c4242;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.menu-open .icon-menu span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.menu-open .icon-menu::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
  margin-top: -1px;
}
.menu-open .icon-menu::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}
.menu-open .header__menu,
.menu-open .header__menu::before {
  right: 0;
}

.page {
  padding-top: 108px;
}
@media (max-width: 970px) {
  .page {
    padding-top: 70px;
  }
}
.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100svh - 70px);
}
.hero__container {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.hero__content {
  padding: 129px 0 132px 0px;
  margin-left: 90px;
  max-width: 530px; /* 530/1270 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media (max-width: 970px) {
  .hero__content {
    padding: 98px 0 102px 0px;
    gap: 30px;
  }
}
@media (max-width: 769.98px) {
  .hero__content {
    padding: 60px 0 70px 0px;
    gap: 20px;
  }
}
@media (max-width: 600.98px) {
  .hero__content {
    margin-left: 40px;
  }
}
.hero__top-text {
  font-family: "Core Sans C", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.18;
  letter-spacing: 0em;
  text-transform: capitalize;
  color: #ffffff;
}
@media (max-width: 970px) {
  .hero__top-text {
    font-size: 28px;
  }
}
@media (max-width: 769.98px) {
  .hero__top-text {
    font-size: 22px;
  }
}
@media (max-width: 553.98px) {
  .hero__top-text {
    font-size: 20px;
  }
}
.hero__title {
  font-family: "Core Sans C", sans-serif;
  font-weight: 800;
  font-size: 78px;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #ffffff;
}
@media (max-width: 970px) {
  .hero__title {
    font-size: 68px;
  }
}
@media (max-width: 769.98px) {
  .hero__title {
    font-size: 48px;
  }
}
@media (max-width: 553.98px) {
  .hero__title {
    font-size: 30px;
  }
}
.hero__bottom-text {
  font-family: "Core Sans C", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.48;
  letter-spacing: 0.01em;
  color: #ffffff;
}
@media (max-width: 970px) {
  .hero__bottom-text {
    font-size: 28px;
  }
}
@media (max-width: 769.98px) {
  .hero__bottom-text {
    font-size: 22px;
  }
}
@media (max-width: 553.98px) {
  .hero__bottom-text {
    font-size: 20px;
  }
}
.hero__link {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #3c4242;
  padding: 16px 72px;
  background-color: #ffffff;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .hero__link:hover, .hero__link:focus {
    background-color: #cfc8c8;
  }
}
@media (max-width: 970px) {
  .hero__link {
    font-size: 22px;
    padding: 14px 62px;
  }
}
@media (max-width: 553.98px) {
  .hero__link {
    font-size: 20px;
    padding: 12px 36px;
  }
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgb(96, 193, 222);
}
@media (max-width: 553.98px) {
  .hero__background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.hero__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
@media (max-width: 970px) {
  .hero__background img {
    -o-object-position: 60% 10%;
       object-position: 60% 10%;
  }
}
.hero__arrow {
  position: absolute;
  top: 40.776699%; /* 336/824 */
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (any-hover: hover) {
  .hero__arrow:hover, .hero__arrow:focus {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media (max-width: 970px) {
  .hero__arrow svg {
    width: 20px;
  }
}
.hero__arrow--left {
  left: 2.762431%; /* 40/1448 */
}
.hero__arrow--right {
  right: 2.762431%; /* 40/1448 */
}
.hero__pagination {
  position: absolute;
  bottom: 5.917874%; /* 49/828 */
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}
.pagination__item {
  width: 62px;
  height: 10px;
  background-color: #ffffff;
}
@media (max-width: 769.98px) {
  .pagination__item {
    width: 42px;
    height: 8px;
  }
}
.pagination__item--left {
  border-radius: 12px 0 0 12px;
}
.pagination__item--right {
  border-radius: 0 12px 12px 0;
  opacity: 0.5;
}

.card {
  background-color: #ffffff;
  padding-top: 130px;
  padding-bottom: 50px;
}
@media (max-width: 769.98px) {
  .card {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
@media (max-width: 405.98px) {
  .card {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
.card__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 970px) {
  .card__items {
    gap: 20px;
  }
}
@media (max-width: 769.98px) {
  .card__items {
    grid-template-columns: auto;
  }
}
.item-card {
  padding: 58px 30px;
  position: relative;
  border-radius: 12px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
@media (any-hover: hover) {
  .item-card:hover .item-card__image {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 970px) {
  .item-card {
    padding: 50px 30px;
  }
}
@media (max-width: 769.98px) {
  .item-card {
    padding: 63px 30px;
  }
}
@media (max-width: 405.98px) {
  .item-card {
    padding: 50px 30px;
  }
}
.item-card__content {
  position: relative;
  z-index: 1;
}
.item-card__content > * {
  margin-bottom: 10px;
}
.item-card__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 605/356;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 405.98px) {
  .item-card__image {
    -o-object-position: 65%;
       object-position: 65%;
  }
}
.item-card__top-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (max-width: 970px) {
  .item-card__top-text {
    margin-bottom: 18px;
  }
}
@media (max-width: 405.98px) {
  .item-card__top-text {
    margin-bottom: 16px;
  }
}
.item-card__title {
  font-family: "Core Sans C", sans-serif;
  font-weight: 800;
  font-size: 34px;
  line-height: 1.33;
  color: #ffffff;
}
@media (max-width: 970px) {
  .item-card__title {
    font-size: 28px;
  }
}
@media (max-width: 405.98px) {
  .item-card__title {
    font-size: 24px;
  }
}
.item-card__bottom-text {
  font-family: "Core Sans C", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.57;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 40px;
}
.item-card__bottom-text--margin {
  margin-bottom: 30px;
}
.item-card__link {
  font-family: "Core Sans C", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.51;
  color: #ffffff;
  overflow: clip;
  position: relative;
}
@media (any-hover: hover) {
  .item-card__link:hover::after {
    width: 0;
  }
}
.item-card__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 405.98px) {
  .item-card__link {
    font-size: 18px;
  }
}
.item-card__content > *:last-child {
  margin-bottom: 0;
}

.product {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 769.98px) {
  .product {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 405.98px) {
  .product {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.product__title {
  font-family: "Core Sans C", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 99%;
  letter-spacing: 0.02em;
  color: #3c4242;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 70px;
}
@media (max-width: 970px) {
  .product__title {
    margin-bottom: 50px;
    font-size: 30px;
  }
}
@media (max-width: 769.98px) {
  .product__title {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
@media (max-width: 530.98px) {
  .product__title {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
.product__title::before {
  content: "";
  border-radius: 10px;
  width: 6px;
  height: 30px;
  background-color: #8a33fd;
}
.product__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 38px;
  padding: 0 38px 0 38px;
  position: relative;
}
@media (max-width: 970px) {
  .product__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 769.98px) {
  .product__list {
    gap: 20px;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 530.98px) {
  .product__list {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 405.98px) {
  .product__list {
    grid-template-columns: auto;
  }
}
.product__list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 12px;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  background: url(../img/product/arrow.svg) no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 530.98px) {
  .product__list::before {
    top: 100%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.product__list::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 12px;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(../img/product/arrow.svg) no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 530.98px) {
  .product__list::after {
    top: 100%;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
}
@media (max-width: 769.98px) {
  .product__item {
    gap: 28px;
  }
}
.product__image {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: clip;
}
@media (any-hover: hover) {
  .product__image:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.product__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 263/263;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product__sub-menu {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.01em;
  color: #3c4242;
  cursor: pointer;
}
@media (any-hover: hover) {
  .product__sub-menu:hover {
    text-decoration: underline;
  }
}
@media (max-width: 769.98px) {
  .product__sub-menu {
    font-size: 18px;
  }
}

.save {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 970px) {
  .save {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 405.98px) {
  .save {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.save__title {
  font-family: "Core Sans C", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 99%;
  letter-spacing: 0.02em;
  color: #3c4242;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 70px;
}
.save__title::before {
  content: "";
  border-radius: 10px;
  width: 6px;
  height: 30px;
  background-color: #8a33fd;
}
@media (max-width: 970px) {
  .save__title {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 769.98px) {
  .save__title {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
@media (max-width: 530.98px) {
  .save__title {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
.save__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (max-width: 970px) {
  .save__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 652.98px) {
  .save__items {
    grid-template-columns: auto;
  }
}
.save__item-card {
  position: relative;
  grid-column: span 2;
  background-color: #946d6d;
  color: #3c4242;
  padding: 65px 20px;
  border-radius: 12px;
  overflow: clip;
}
@media (max-width: 769.98px) {
  .save__item-card {
    padding: 40px 15px;
  }
}
@media (max-width: 652.98px) {
  .save__item-card .card-item__image {
    -o-object-position: 0 0;
       object-position: 0 0;
  }
}
@media (any-hover: hover) {
  .save__item-card:hover .card-item__image {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.save__item-card--first .card-item__body {
  margin-left: 0;
}
.save__item-card--white {
  color: #ffffff;
}
.save__item-card--second {
  padding: 35px 20px 40px 20px;
}
@media (max-width: 769.98px) {
  .save__item-card--second {
    padding: 25px 15px 25px 15px;
  }
  .save__item-card--second .card-item__body {
    gap: 20px;
  }
  .save__item-card--second .card-item__interactive-content {
    gap: 39px;
  }
}
@media (max-width: 769.98px) and (max-width: 405.98px) {
  .save__item-card--second {
    padding: 15px 15px 15px 15px;
  }
  .save__item-card--second .card-item__interactive-content {
    gap: 18px;
  }
}
.save__item-card--fourth, .save__item-card--fifth {
  grid-column: span 3;
  padding: 65px 100px 65px 20px;
}
.save__item-card--fourth .card-item__body, .save__item-card--fifth .card-item__body {
  gap: 36px;
}
@media (max-width: 405.98px) {
  .save__item-card--fourth .card-item__body, .save__item-card--fifth .card-item__body {
    gap: 20px;
  }
}
@media (max-width: 970px) {
  .save__item-card--fourth, .save__item-card--fifth {
    grid-column: span 2;
    padding: 66px 20px 65px 20px;
  }
}
@media (max-width: 769.98px) {
  .save__item-card--fourth, .save__item-card--fifth {
    padding: 40px 15px 40px 15px;
  }
  .save__item-card--fourth .card-item__image, .save__item-card--fifth .card-item__image {
    -o-object-position: 30%;
       object-position: 30%;
  }
}
.card-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card-item__body {
  position: relative;
  height: 100%;
  max-width: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-left: auto;
}
@media (max-width: 405.98px) {
  .card-item__body {
    gap: 20px;
  }
}
.card-item__text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.card-item__sub-title {
  font-family: "Core Sans C", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.37;
  letter-spacing: 0.02em;
}
@media (max-width: 405.98px) {
  .card-item__sub-title {
    font-size: 24px;
  }
}
.card-item__bottom-text {
  font-weight: 600;
  font-size: 14px;
}
.card-item__sale {
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 405.98px) {
  .card-item__sale {
    font-size: 16px;
  }
}
.card-item__interactive-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 44px;
}
@media (max-width: 405.98px) {
  .card-item__interactive-content {
    gap: 20px;
  }
}
.card-item__arrow {
  width: 24px;
  height: 26px;
}
.card-item__link {
  font-weight: 500;
  font-size: 12px;
  padding: 10px 25px;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.card-item__limited {
  font-weight: 700;
  font-size: 12px;
  padding: 10px 16px;
  border-radius: 4px;
  background-color: #3c4242;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .card-item__limited:hover {
    background-color: rgba(60, 66, 66, 0.8);
  }
}

.fashion {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 970px) {
  .fashion {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 405.98px) {
  .fashion {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.fashion__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 970px) {
  .fashion__body {
    grid-template-columns: auto;
  }
}
.fashion__block {
  padding: 183px 74px 175px 74px;
  height: 100%;
}
.fashion__block:first-child {
  background: url(../img/fashion/background-1.webp) center/cover no-repeat;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 970px) {
  .fashion__block:first-child {
    border-radius: 10px;
  }
}
.fashion__block:last-child {
  background: url(../img/fashion/background-2.webp) center/cover no-repeat;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 970px) {
  .fashion__block:last-child {
    display: none;
  }
}
@media (max-width: 769.98px) {
  .fashion__block {
    padding: 123px 54px 115px 54px;
  }
}
@media (max-width: 652.98px) {
  .fashion__block {
    padding: 80px 34px 80px 34px;
  }
}
@media (max-width: 405.98px) {
  .fashion__block {
    padding: 50px 15px 50px 15px;
  }
}

.block-fashion__content > * {
  margin-bottom: 30px;
}
@media (max-width: 405.98px) {
  .block-fashion__content > * {
    margin-bottom: 20px;
  }
}
@media (max-width: 970px) {
  .block-fashion__content {
    text-align: center;
  }
}
.block-fashion__title {
  font-family: "Core Sans C", sans-serif;
  font-weight: 800;
  font-size: 34px;
  line-height: 1.47;
  letter-spacing: 0.01em;
  color: #ffffff;
}
@media (max-width: 769.98px) {
  .block-fashion__title {
    font-size: 28px;
  }
}
@media (max-width: 405.98px) {
  .block-fashion__title {
    font-size: 24px;
  }
}
.block-fashion__text {
  margin-bottom: 50px;
}
.block-fashion__text p {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media (max-width: 769.98px) {
  .block-fashion__text {
    font-size: 18px;
  }
}
@media (max-width: 405.98px) {
  .block-fashion__text {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.block-fashion__link {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #3c4242;
  padding: 12px 44px;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .block-fashion__link:hover {
    background-color: #cfc8c8;
  }
}
@media (max-width: 769.98px) {
  .block-fashion__link {
    padding: 10px 34px;
  }
}
.block-fashion__content > *:last-child {
  margin-bottom: 0;
}

.men {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 769.98px) {
  .men {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 405.98px) {
  .men {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.men__title {
  font-family: "Core Sans C", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 99%;
  letter-spacing: 0.02em;
  color: #3c4242;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.men__title::before {
  content: "";
  border-radius: 10px;
  width: 6px;
  height: 30px;
  background-color: #8a33fd;
}
@media (max-width: 970px) {
  .men__title {
    margin-bottom: 50px;
    font-size: 30px;
  }
}
@media (max-width: 769.98px) {
  .men__title {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
@media (max-width: 530.98px) {
  .men__title {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
.men__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
@media (max-width: 970px) {
  .men__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 769.98px) {
  .men__list {
    gap: 30px;
  }
}
@media (max-width: 530.98px) {
  .men__list {
    gap: 20px;
  }
}
@media (max-width: 405.98px) {
  .men__list {
    grid-template-columns: auto;
  }
}
.men__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  border-radius: 10px;
}
@media (any-hover: hover) {
  .men__item:hover .men__image {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.men__image-link {
  display: block;
  overflow: clip;
  border-radius: 10px;
}
.men__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 270/393;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.men__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.men__wrap-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}
.men__sub-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.56;
  letter-spacing: -0.04em;
  color: #2a2f2f;
  cursor: pointer;
}
@media (any-hover: hover) {
  .men__sub-title:hover, .men__sub-title:focus {
    text-decoration: underline;
  }
}
.men__description {
  font-weight: 500;
  font-size: 13px;
  line-height: 2.08;
  letter-spacing: -0.04em;
  color: #7f7f7f;
}
@media (any-hover: hover) {
  .men__link:hover svg path, .men__link:focus svg path {
    fill: #8a33fd;
  }
}

.women {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 769.98px) {
  .women {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 405.98px) {
  .women {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.women__title {
  font-family: "Core Sans C", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 99%;
  letter-spacing: 0.02em;
  color: #2a2f2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 70px;
}
.women__title::before {
  content: "";
  border-radius: 10px;
  width: 6px;
  height: 30px;
  background-color: #8a33fd;
}
@media (max-width: 970px) {
  .women__title {
    margin-bottom: 50px;
    font-size: 30px;
  }
}
@media (max-width: 769.98px) {
  .women__title {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
@media (max-width: 530.98px) {
  .women__title {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
.women__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
@media (max-width: 970px) {
  .women__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 769.98px) {
  .women__list {
    gap: 30px;
  }
}
@media (max-width: 530.98px) {
  .women__list {
    gap: 20px;
  }
}
@media (max-width: 405.98px) {
  .women__list {
    grid-template-columns: auto;
  }
}
.women__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  border-radius: 10px;
}
@media (any-hover: hover) {
  .women__item:hover .women__image {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.women__image-link {
  display: block;
  overflow: clip;
  border-radius: 10px;
}
.women__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 270/393;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.women__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.women__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}
.women__sub-title {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.56;
  letter-spacing: -0.04em;
  color: #2a2f2f;
}
@media (any-hover: hover) {
  .women__sub-title:hover, .women__sub-title:focus {
    text-decoration: underline;
  }
}
.women__description {
  font-weight: 500;
  font-size: 13px;
  line-height: 2.08;
  letter-spacing: -0.04em;
  color: #7f7f7f;
}
@media (any-hover: hover) {
  .women__link:hover svg path, .women__link:focus svg path {
    fill: #8a33fd;
  }
}

.brands {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 769.98px) {
  .brands {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 405.98px) {
  .brands {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.brands__container {
  padding-top: 44px;
  padding-bottom: 60px;
  background-color: #3c4242;
  border-radius: 12px;
}
@media (max-width: 530.98px) {
  .brands__container {
    padding-top: 28px;
    padding-bottom: 38px;
  }
}
.brands__title {
  font-family: "Core Sans C", sans-serif;
  font-weight: 800;
  font-size: 50px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 26px;
}
@media (max-width: 769.98px) {
  .brands__title {
    font-size: 40px;
  }
}
@media (max-width: 530.98px) {
  .brands__title {
    font-size: 32px;
  }
}
.brands__text {
  margin-bottom: 67px;
}
.brands__text p {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #ffffff;
}
.brands__text p span {
  color: #fbd103;
}
@media (max-width: 530.98px) {
  .brands__text p {
    font-size: 18px;
  }
}
@media (max-width: 530.98px) {
  .brands__text {
    margin-bottom: 47px;
  }
}
.brands__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media (max-width: 530.98px) {
  .brands__list {
    gap: 15px;
  }
}
@media (any-hover: hover) {
  .brands__item:hover .brands__image {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.brands__link {
  display: block;
}
.brands__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 177/85;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.limelight {
  padding-top: 27px;
  padding-bottom: 50px;
}
@media (max-width: 769.98px) {
  .limelight {
    padding-bottom: 40px;
  }
}
@media (max-width: 405.98px) {
  .limelight {
    padding-bottom: 30px;
  }
}
.limelight__title {
  font-family: "Core Sans C", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 99%;
  letter-spacing: 0.02em;
  color: #3c4242;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 70px;
}
.limelight__title::before {
  content: "";
  border-radius: 10px;
  width: 6px;
  height: 30px;
  background-color: #8a33fd;
}
@media (max-width: 970px) {
  .limelight__title {
    margin-bottom: 50px;
    font-size: 30px;
  }
}
@media (max-width: 769.98px) {
  .limelight__title {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
@media (max-width: 530.98px) {
  .limelight__title {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
.limelight__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}
@media (max-width: 970px) {
  .limelight__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 769.98px) {
  .limelight__list {
    gap: 30px;
  }
}
@media (max-width: 530.98px) {
  .limelight__list {
    gap: 20px;
  }
}
@media (max-width: 405.98px) {
  .limelight__list {
    grid-template-columns: auto;
  }
}
.limelight__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}
.limelight__link-image {
  position: relative;
  display: block;
}
.limelight__link-image svg {
  position: absolute;
  top: 7.297297%; /* 27/370 */
  right: 7.446809%; /* 21/282 */
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (any-hover: hover) {
  .limelight__link-image svg:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.limelight__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 282/370;
  -o-object-position: cover;
     object-position: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.limelight__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.limelight__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.limelight__sub-title {
  font-weight: 600;
  font-size: 16px;
  color: #2a2f2f;
}
@media (any-hover: hover) {
  .limelight__sub-title:hover {
    text-decoration: underline;
  }
}
@media (max-width: 602.98) {
  .limelight__sub-title {
    font-size: 14px;
  }
}
.limelight__description {
  font-size: 14px;
}
.limelight__price {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #2a2f2f;
  padding: 10px 0 10px 0;
  border-radius: 8px;
  width: 82px;
  background-color: #f6f6f6;
}
@media (max-width: 602.98) {
  .limelight__price {
    width: 60px;
  }
}

.feedback {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 769.98px) {
  .feedback {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media (max-width: 405.98px) {
  .feedback {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.feedback__title {
  font-family: "Core Sans C", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 99%;
  letter-spacing: 0.02em;
  color: #3c4242;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.feedback__title::before {
  content: "";
  border-radius: 10px;
  width: 6px;
  height: 30px;
  background-color: #8a33fd;
}
@media (max-width: 970px) {
  .feedback__title {
    margin-bottom: 50px;
    font-size: 30px;
  }
}
@media (max-width: 769.98px) {
  .feedback__title {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
@media (max-width: 530.98px) {
  .feedback__title {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
.feedback__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
  margin-bottom: 13px;
}
@media (max-width: 970px) {
  .feedback__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 582px) {
  .feedback__cards {
    grid-template-columns: auto;
    gap: 18px;
  }
}
.feedback__item {
  border: 1.8px solid #bebcbd;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 582px) {
  .feedback__item {
    gap: 15px;
  }
}
.feedback__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.feedback__avatar {
  width: 58px;
  height: 58px;
}
.feedback__rating {
  width: 131px;
  height: 23px;
}
.feedback__sub-title {
  font-family: "Core Sans C", sans-serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #3c4242;
}
@media (max-width: 582px) {
  .feedback__sub-title {
    font-size: 18px;
  }
}
.feedback__text p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
}
.footer {
  background-color: #3c4242;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer__info {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1060.98px) {
  .footer__info {
    margin-bottom: 20px;
  }
}
@media (max-width: 416.98px) {
  .footer__info {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.footer__mobile {
  margin-bottom: 50px;
}
.footer__categories {
  padding: 29px 40px 34px 85px;
  border-top: 1px solid #bebcbd;
  border-bottom: 1px solid #bebcbd;
  margin-bottom: 37px;
}
@media (max-width: 416.98px) {
  .footer__categories {
    padding: 15px;
  }
}
.footer__copyright-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 650.98px) {
  .footer__copyright-text {
    font-size: 14px;
  }
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1060.98px) {
  .info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 416.98px) {
  .info__contacts {
    text-align: center;
  }
}
.info__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 2.17;
  color: #f6f6f6;
  margin-bottom: 15px;
}
@media (max-width: 650.98px) {
  .info__title {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
}
.info__item {
  font-weight: 500;
  font-size: 18px;
  line-height: 2.17;
  color: #f6f6f6;
}
.info__item:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 650.98px) {
  .info__item {
    font-size: 14px;
    line-height: 1.46;
  }
}
@media (max-width: 416.98px) {
  .info__company {
    text-align: center;
  }
}
@media (max-width: 557.98px) {
  .info__privacy {
    text-align: center;
  }
}
@media (max-width: 1060.98px) {
  .info__location {
    text-align: center;
  }
}

.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 769.98px) {
  .mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mobile__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 769.98px) {
  .mobile__social {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.mobile__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 2.17;
  color: #f6f6f6;
  margin-bottom: 20px;
}
@media (max-width: 769.98px) {
  .mobile__title {
    text-align: center;
  }
}
@media (max-width: 650.98px) {
  .mobile__title {
    font-size: 22px;
  }
}
.mobile__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 416.98px) {
  .mobile__app img {
    width: 110px;
  }
}

.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.categories__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 200%;
  color: #f6f6f6;
}
@media (max-width: 650.98px) {
  .categories__title {
    font-size: 22px;
  }
}